.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:252,224,214;--color-primary-1:247,163,132;--color-primary-2:242,101,50;--color-primary-3:242,47,30;--color-primary-4:48,20,10;--color-secondary-0:217,221,230;--color-secondary-1:129,143,172;--color-secondary-2:3,31,89;--color-secondary-3:2,16,45;--color-secondary-4:0,5,13;--color-tertiary-0:217,221,230;--color-tertiary-1:129,143,172;--color-tertiary-2:3,31,89;--color-tertiary-3:2,16,45;--color-tertiary-4:0,5,13;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHGXeUzbtpz1XFTqOaEAAEofy0rAsXGm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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;z-index:auto;display:block; }#EHGXeUzbtpz1XFTqOaEAAEofy0rAsXGm > .row .container { background-color: transparent; background-image: none; }#EHGXeUzbtpz1XFTqOaEAAEofy0rAsXGm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHGXeUzbtpz1XFTqOaEAAEofy0rAsXGm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHGXeUzbtpz1XFTqOaEAAEofy0rAsXGm > .row .container > .video-iframe-container { display: none; }#EHGXeUzbtpz1XFTqOaEAAEofy0rAsXGm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHGXeUzbtpz1XFTqOaEAAEofy0rAsXGm > .row > .video-iframe-container { display: none; }#EHGXeUzbtpz1XFTqOaEAAEofy0rAsXGm > .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); }#EHGXeUzbtpz1XFTqOaEAAEofy0rAsXGm > .row .container { border-width: 0; border-radius: 0; }#EHGXeUzbtpz1XFTqOaEAAEofy0rAsXGm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EHGXeUzbtpz1XFTqOaEAAEofy0rAsXGm > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;position:relative;display:block; }#BkJNscugCfNtyCFg3s2hGdKUs9UgMTlJ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:17.6248125rem;top:1.6547310352326rem;left:28.687067031861rem;overflow:hidden;display:block; }
#Knuk2JIw9rPZpNbZRLySkQpk4ac9wmIW { 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:3.4375rem;width:3.4375rem;top:0rem;left:22.875rem;overflow:hidden;display:block; }
#mici7XwOaxKnQU29CHytLMGLhSGw1E7h { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.81206875rem;width:1.81206875rem;top:3.4375rem;left:18.1875rem;overflow:hidden;display:block; }
#FQTJHVxmFdwgGfIlPSvQsc6L1llJgfFQ { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.62456875rem;width:4.62456875rem;top:0rem;left:48.5rem;overflow:hidden;display:block; }
#E5Tth3Tmwy65cMgobR41JsGIXdzGGsJf { 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:1.31185rem;width:1.31185rem;top:5.3125rem;left:51.9375rem;overflow:hidden;display:block; }
#gzqfSINNJTDKfHPp7JgmAXZbTBxfS6QW { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:3.375rem;left:24.6875rem;overflow:hidden;display:block; }
#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fa6ffea5-98d4-402a-90f8-49167abae0e8/promocjaswiatecznaTLO_PREZENT_podziekowania_v1.webp");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2.adaptive-delivery-prevent-bg, #ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2.lazyload, #ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2.lazyloading { background-image: none; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container { background-color: transparent; background-image: none; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container > .video-iframe-container { display: none; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row > .video-iframe-container { display: none; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .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); }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container { border-width: 0; border-radius: 0; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container { font-size:0.875rem;font-family:arial;height:53.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#ezat3TPQFZbCAt6BvhSvIgz8w1T0pDQO { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:0;width:0;top:29.095596313476rem;left:0rem;display:block; }
#NWuZq2cwKJyhUFl03voH1vU7Asug0xQo { color:#ce1717;display:block;width:40.2495625rem;position:absolute;font-family:"berkshire swash";font-size:3rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:10.062067031861rem;left:34.625436782837rem;height:3.6002625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#A9CgVEd6xNQJQEFtIbIGv5x48lCX8kmd { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.6875rem;width:44.5rem;top:14.375rem;left:30.5rem;overflow:hidden;display:block; }
#psEW5DuCdpBR1XyQFNFk9JnC7O2tB0uI { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:8.375rem;left:27.0625rem;overflow:hidden;display:block; }
#x23PtmfJBfDnVU7PTrGZz3lkDQI3gEsN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ff95fb71-417c-474a-bff1-0ce227db5697/promocjaswiatecznaBUTTON_3_v1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.1875rem;height:7.1875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:41.5625rem;left:38.625rem;display:none; }#x23PtmfJBfDnVU7PTrGZz3lkDQI3gEsN.adaptive-delivery-prevent-bg, #x23PtmfJBfDnVU7PTrGZz3lkDQI3gEsN.lazyload, #x23PtmfJBfDnVU7PTrGZz3lkDQI3gEsN.lazyloading { background-image: none; }
#zEC8CqbJsfEaxAPC58Tc5lHzctJgD1gN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sitEXeC5ke1fSKh6RJpkUMiduJBcsLWu { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.81163125rem;width:5.81163125rem;top:23.75rem;left:24.375rem;overflow:hidden;display:block; }
#Gngq0sGO3oVh8SAcrwwtx9LBsZqhssLg { 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:4.6875rem;width:4.6875rem;top:26.185983657837rem;left:70.254999160769rem;overflow:hidden;display:block; }
#WXzBshUs3bcg6d9KJ5FhaGpv5F7wV8LX { 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:2.625rem;width:2.625rem;top:39.4443359375rem;left:16.46875rem;overflow:hidden;display:block; }
#TbvqDkVbN3t5QqExoQOn1hJvrF2n5vGS { 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:5.8125rem;width:5.8125rem;top:7.75rem;left:6.34375rem;overflow:hidden;display:block; }
#hdtzOyVKUiyeOtCgEaZyervly0TXPgsy { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.56163125rem;width:4.56163125rem;top:7.75rem;left:24.625rem;overflow:hidden;display:block; }
#aCzVpPxzTyT3cTeI4aZxZxn7RuZ6CSHl { 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:4.5625rem;width:4.5625rem;top:19.8603515625rem;left:0.65625rem;overflow:hidden;display:block; }
#u5Pfnq1200QOr71l26EOx8ubQ3Xidc4h { 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:13.499375rem;width:34.3120625rem;top:27.1875rem;left:40.5625rem;overflow:hidden;display:block; }
#Cmo8AhOb85QGBiab7JG6lCJodd3uSgzf { 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:5.125rem;width:5.125rem;top:23.281686782837rem;left:33.624784469604rem;overflow:hidden;display:block; }
#cyRWpoui4AoI0Wx80FC761yhtoamJBiU { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:24.069448471069rem;left:33.360895719604rem;overflow:hidden;display:block; }
#yUdAb25U6e4LmQUE2KNPLtnzpF3ZTVKN { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:32.686416625976rem;left:46.624567031861rem;overflow:hidden;display:block; }
#oR0uzWpahJdMtGnwoh8aSHerlAGt7vuh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f803f065-bd3e-428b-9fc5-65eb16438e26/promocjaswiatecznaTLO_BANKI_v2.webp");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oR0uzWpahJdMtGnwoh8aSHerlAGt7vuh.adaptive-delivery-prevent-bg, #oR0uzWpahJdMtGnwoh8aSHerlAGt7vuh.lazyload, #oR0uzWpahJdMtGnwoh8aSHerlAGt7vuh.lazyloading { background-image: none; }#oR0uzWpahJdMtGnwoh8aSHerlAGt7vuh > .row .container { background-color: transparent; background-image: none; }#oR0uzWpahJdMtGnwoh8aSHerlAGt7vuh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oR0uzWpahJdMtGnwoh8aSHerlAGt7vuh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oR0uzWpahJdMtGnwoh8aSHerlAGt7vuh > .row .container > .video-iframe-container { display: none; }#oR0uzWpahJdMtGnwoh8aSHerlAGt7vuh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oR0uzWpahJdMtGnwoh8aSHerlAGt7vuh > .row > .video-iframe-container { display: none; }#oR0uzWpahJdMtGnwoh8aSHerlAGt7vuh > .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); }#oR0uzWpahJdMtGnwoh8aSHerlAGt7vuh > .row .container { border-width: 0; border-radius: 0; }#oR0uzWpahJdMtGnwoh8aSHerlAGt7vuh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oR0uzWpahJdMtGnwoh8aSHerlAGt7vuh > .row .container { font-size:0.875rem;font-family:arial;height:46rem;width:75rem;position:relative;display:block; }#THnWBwVzeTAGW7aRCThpF0DGlerGcE7R { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 3.4375rem rgba(7,7,7,0.21) ;height:34.5625rem;width:25.9375rem;top:6.6234817504881rem;left:4.0625019073486rem;display:block; }
#ezRGUKR46mpUg0H7m1A1fAnHBO1gOlqK { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.4375rem;width:25.9375rem;top:4.2482604980469rem;left:4.0625019073486rem;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-form-header {  }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-2),1);width:22.0625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;line-height:1.1;overflow:hidden;font-style:normal; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:2.5rem;color:#000000;font-family:poppins;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-button { border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;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:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.1875rem;margin-bottom:0.25rem;margin-left:2.1875rem;display:block;box-sizing:border-box;font-size:1.9375rem;font-weight:bold;color:#ffffff;width:17.625rem;height:3.8125rem;font-family:poppins;overflow:hidden; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;color:rgba(var(--color-tertiary-2),1);vertical-align:top;width:21rem;overflow:hidden;font-style:normal;line-height:1.5; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-container:first-of-type{padding-top:0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-container:last-of-type{padding-bottom:0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.124347686767rem;left:4.7493495941162rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.0625rem;display:block;vertical-align:top; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-info-text { display:block;height:auto;font-family:poppins;font-size:0.75rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-2),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA {display:block;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:11.310981750488rem;left:4.7493495941162rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #vwlKSpwl6xDqonFGTNPosUQGa9k7HBFS { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #QE31AdsA2LgBJeKm1pFqzFUiehuvqsOS { position:relative;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #CsJtzho4JHpxlU5rMIvtDOTwCdIRPu3N { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #Ts6GXXhWL3R7GKTTeXs2EeZtzTgmIRu4 { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #ZBvUQzeTEdmspMLsC3y1MxGRPwWhf4O2 { position:relative;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #SJJ8i8xwKW3EgL8Ri1NWmG8BEsvF1oTd { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JomeqvG4lHNy4EfitKsKmmKGinVt5mBQ { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #zbnxcm3eaMuwg48fwnTt7xSvwBX8aTUq { position:relative;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #phieGb8mPSidKRf0Cq0baJlpgaRrvDfm { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JQBTcF6xQJZ6N9TmMi3efJAHsD2xPItp { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #LXVRUrovX0fRwT00AbHbyEUTV8QUfBl6 { position:relative;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #KoP6eH8TONaBUGfQbTSxQ0FVXCycdFoK { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #UiZh3mn20fORBZzQARbCDMXD4TWAVtIU { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #L1Lq343FXE9uVQ6aLR3yN577EzJld9JE { position:relative;z-index:2; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #m6iAUTQ5TTSvJwx29XtqbWP4ZGsqHfl4 { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #eZAp8UXwWrkKh1VpOvJ1oJhkG8ZX9ylH { position:relative;display:block;z-index:15000; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #reMqeSDgMAThA5B8kviJvoV9JKPN8z5I { position:relative;display:block;z-index:15000; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #hq0pR85Gan2c5Dbqz2kbI7HSWsMCyxhv { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #RHIZp5ksOdVnxPQIdDkc7oAG9tdTDdoF { position:relative; }
#ohdP8UlZ9aGk2lo1p8Oqt26E0R638L9E { color:#ffffff;display:block;width:23.1855625rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:5.2486953735351rem;left:5.4372844696045rem;height:4.55rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OSaHVmS61mxMXk4en97EqJgAStS28rUV { color:#373737;display:block;width:10.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.625rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:15.185760498047rem;left:18.624132156372rem;height:1.75rem;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;text-align:center;text-align-last:center;display:block; }
#gxTPTT3OiNTh8db6wprgwcPrg19yZm1Z { box-sizing:content-box;height:2.5625rem;width:10rem;position:absolute;display:block;z-index:15030;background-color:#ffdb00;background-image:none;top:14.811416625976rem;left:18.687067031861rem;display:block; }
#i9aWhazBETSzlNQrNknRHH3e6xTWfWSe { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.311625rem;width:27.6248125rem;top:9.4359817504881rem;left:39.843751907349rem;overflow:hidden;display:block; }
#grKpWJMF0fGWJg8khT6CpCt0BdRMx6Jk { color:#ce1717;display:block;width:40.374375rem;position:absolute;font-family:"berkshire swash";font-size:2.3125rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:5.4364166259766rem;left:33.997396469116rem;height:2.775rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pB2hciDN9by8ZgDikU9bShnQvhlHx7yF { color:rgba(var(--color-tertiary-2),1);display:block;width:36.0625rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:34.811416625976rem;left:35.625001907349rem;height:6.075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TSFWgbs5a00CO2CpOPlU2r4H1mhDeruK { color:rgba(var(--color-tertiary-2),1);display:block;width:36.0625rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:33.6240234375rem;left:35.5625rem;height:6.0732375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#TBoabodcXxFAB3PB7MuDcEu3l9zJE21W { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:5.8125rem;top:29.0947265625rem;left:27.96875rem;overflow:hidden;display:none; }
#l0HgggUbv3qXe8NXOTSXaztXxvMPEUrB { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:5.8125rem;top:29.0947265625rem;left:27.96875rem;overflow:hidden;display:none; }
#dPfdMN5NZSytXDbyyiyahi7X2Jpdu6JL { 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:3.4375rem;width:3.4375rem;top:4.2482604980469rem;left:26.624349594116rem;overflow:hidden;display:block; }
#tdZg9csA6lsiJVUg1vOykXhdmvKcmlFK { color:#ce1717;display:block;width:40.374375rem;position:absolute;font-family:"berkshire swash";font-size:2.3125rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:6.2495665550232rem;left:33.997396469116rem;height:2.774525rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#JpwDR4y4LVwe8vB95hXJUfoC3Muwf6wr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7efad841-4d7e-4632-8127-50f077974fe8/TLO_CHOINKI_v4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JpwDR4y4LVwe8vB95hXJUfoC3Muwf6wr.adaptive-delivery-prevent-bg, #JpwDR4y4LVwe8vB95hXJUfoC3Muwf6wr.lazyload, #JpwDR4y4LVwe8vB95hXJUfoC3Muwf6wr.lazyloading { background-image: none; }#JpwDR4y4LVwe8vB95hXJUfoC3Muwf6wr > .row .container { background-color: transparent; background-image: none; }#JpwDR4y4LVwe8vB95hXJUfoC3Muwf6wr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JpwDR4y4LVwe8vB95hXJUfoC3Muwf6wr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JpwDR4y4LVwe8vB95hXJUfoC3Muwf6wr > .row .container > .video-iframe-container { display: none; }#JpwDR4y4LVwe8vB95hXJUfoC3Muwf6wr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JpwDR4y4LVwe8vB95hXJUfoC3Muwf6wr > .row > .video-iframe-container { display: none; }#JpwDR4y4LVwe8vB95hXJUfoC3Muwf6wr > .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); }#JpwDR4y4LVwe8vB95hXJUfoC3Muwf6wr > .row .container { border-width: 0; border-radius: 0; }#JpwDR4y4LVwe8vB95hXJUfoC3Muwf6wr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JpwDR4y4LVwe8vB95hXJUfoC3Muwf6wr > .row .container { font-size:0.875rem;font-family:arial;height:35.1875rem;width:75rem;position:relative;display:block; }#yaAes0PEOFIRkq1ghFQobVpMH7VOZKB8 { color:#ffffff;display:block;width:36.0623125rem;position:absolute;font-family:poppins;font-size:2.4375rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:3.4268646240234rem;left:21.001520156861rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UiG2vcqZzAQpbM1H9rGqsky0bgFAJ71b { color:#ffffff;display:block;width:49.8730625rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:7.2170104980469rem;left:14.096139907837rem;height:4.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K4Vso94mt7ZbSUdAmTs9FD5dpLuKQXyC { 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.9362rem;width:2.9362rem;top:4.3480911254883rem;left:6.5972232818606rem;overflow:hidden;display:block; }
#W5CCEpEiTZ12TLBCgHLgm2N9IEUOHdQR { 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:2.74956875rem;width:2.74956875rem;top:12.123695373535rem;left:2.3122844696045rem;overflow:hidden;display:block; }
#bdJlSGvk98F58CRvcAGfkQfCTa3X2iAf { 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:1.99978125rem;width:1.99978125rem;top:5.2866744995117rem;left:63.969186782837rem;overflow:hidden;display:block; }
#sEKGNGU9qHSkvUTqTN4I3JTpKeEQUnhd { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.68555rem;width:2.68555rem;top:17.72265625rem;left:66.8533039093rem;overflow:hidden;display:block; }
#qIUekcw6Wq31xymlNfJXxTfXhEFbovRe { position:absolute;display:block;z-index:15029;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.74935rem;width:4.74935rem;top:14.872177124024rem;left:63.062067031862rem;overflow:hidden;display:block; }
#k2BIBEbP7Ax7Qlbgt3VDEoPZCKSfzTJE { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:22.523010253906rem;left:5.2549915313721rem;overflow:hidden;display:block; }
#OqswGIHrzBZpQ5U4gN0ycB0SqRsJxGnv { box-sizing:content-box;height:16.25rem;width:16.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: 0.4375rem 0.4375rem 1.5rem rgba(var(--color-tertiary-4),0.44) ;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;top:13.873916625976rem;left:7.2493495941163rem;display:block; }
#VOXJ87PZAM9n0NF9CMDK9gFvtc59WPnT { box-sizing:content-box;height:14.4375rem;width:14.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:#ffffff;background-image:none;box-shadow: 0.4375rem 0.4375rem 1.5rem rgba(var(--color-tertiary-4),0.44) ;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;top:14.811416625976rem;left:8.1868495941163rem;display:block; }
#xeugSKKv2aZtPshhufRMTidizUVEuZ1b { box-sizing:content-box;height:16.25rem;width:16.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: 0.4375rem 0.4375rem 1.5rem rgba(var(--color-tertiary-4),0.44) ;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;top:13.873916625976rem;left:50.186632156372rem;display:block; }
#No82TUiWhcLV9WS8u52eTnbSEGc8wIUF { box-sizing:content-box;height:14.436875rem;width:14.436875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:#ffffff;background-image:none;box-shadow: 0.4375rem 0.4375rem 1.5rem rgba(var(--color-tertiary-4),0.44) ;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;top:14.811416625976rem;left:50.999353408814rem;display:block; }
#uwztlpoi744TQ4iqdFLTVN30KgnhausV { 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:2.93728125rem;width:2.93728125rem;top:2.5618495941162rem;left:69.874139785769rem;overflow:hidden;display:none; }
#NqkEZNnIcu4GWxSXXRwr0QuEH2QLR68J { 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:2.93728125rem;width:2.93728125rem;top:2.5618495941162rem;left:69.874139785769rem;overflow:hidden;display:none; }
#iEMHIEoRH5KpU7hCxoVDdSlNcbZ4quEG { 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.93728125rem;width:2.93728125rem;top:5.1356334686279rem;left:4.9989147186279rem;overflow:hidden;display:none; }
#BuT5geJh74GBTJ0mtADETyIbmlFwonJu { 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:2.74956875rem;width:2.74956875rem;top:11.4375rem;left:2.3125rem;overflow:hidden;display:none; }
#HzTOViyVcqawGx1BOAGNIKzTWMptInpS { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:5.5rem;top:22.0625rem;left:7.1875rem;overflow:hidden;display:none; }
#Zty1fLvTTDB0BVgyAu588bMU3BLTOm5P { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#iT6gcIegzXx5mTHNfJmSNhD1QmwKBCFg { color:rgba(var(--color-tertiary-2),1);display:block;width:6.3748125rem;position:absolute;font-family:calistoga;font-size:4.8125rem;font-weight:400;z-index:15033;line-height:1.2;letter-spacing:0;top:15.404945373535rem;left:11.782770156861rem;height:5.775rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qFdpE5TqUrU3ZwWk6fSmQAUprE918UP7 { color:rgba(var(--color-secondary-2),1);display:block;width:3.93663125rem;position:absolute;font-family:calistoga;font-size:2.125rem;font-weight:400;z-index:15032;line-height:1.2;letter-spacing:0;top:17.667098999024rem;left:17.060331344604rem;height:2.55rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GUXTWzbRTbOfnI0dKi5EfBTlkJvo21ps { color:rgba(var(--color-secondary-2),1);display:block;width:15.5620625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15030;line-height:1.1;letter-spacing:0;top:23.685546875rem;left:7.7999134063719rem;height:1.65rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FqyK2qFyvFQUhmGZPsPsTxhyvh4oMttO { color:rgba(var(--color-secondary-2),1);display:block;width:9.6245625rem;position:absolute;font-family:calistoga;font-size:2.625rem;font-weight:400;z-index:15031;line-height:1.2;letter-spacing:0;top:19.690322875976rem;left:10.748048782349rem;height:3.15rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t8NuTh5bWTmSyPiOb4ZNlWZ5ICWhiSpB { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2rem;top:10.499132156372rem;left:68.998483657837rem;overflow:hidden;display:none; }
#igCK4FJyysqy6ECCWWgT9lzTrlduvTOd { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:1.875rem;top:10.499132156372rem;left:68.998483657837rem;overflow:hidden;display:none; }
#sbP4zAwSf4iXkFZDzu6NfaF4q7OWihmi { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:1.75rem;top:10.499132156372rem;left:68.998483657837rem;overflow:hidden;display:none; }
#JGEne01sDK44HENxtUsAOXUUdTo86Vbp { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:1.625rem;top:10.499132156372rem;left:68.998483657837rem;overflow:hidden;display:none; }
#ZPdeKm9Ekh3e9VQL4iOK7ys4Lo1Tz5eQ { box-sizing:content-box;height:0.1875rem;width:10rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.997833251953rem;left:10.581598281861rem;display:block; }
#gvEGFZbSFi3EzxG1Uw9rLhltqOfPCWWn { box-sizing:content-box;height:16.25rem;width:16.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15030;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: 0.4375rem 0.4375rem 1.5rem rgba(var(--color-tertiary-4),0.44) ;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;top:13.873916625976rem;left:28.687067031861rem;display:block; }
#Cv1czyKTV7l4Tal2h9phcIfN5cci9ehk { box-sizing:content-box;height:14.436875rem;width:14.436875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:#ffffff;background-image:none;box-shadow: 0.4375rem 0.4375rem 1.5rem rgba(var(--color-tertiary-4),0.44) ;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;top:14.811416625976rem;left:29.624567031861rem;display:block; }
#czTB91CHkNoVqIPFPLUSpyaAE0V4osG8 { color:rgba(var(--color-secondary-2),1);display:block;width:3.93555rem;position:absolute;font-family:calistoga;font-size:2.125rem;font-weight:400;z-index:15040;line-height:1.2;letter-spacing:0;top:17.624130249024rem;left:38.437288284302rem;height:2.55rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EhzQMZHDxFMEZIddlETvr5yhFL3oK8ab { color:rgba(var(--color-secondary-2),1);display:block;width:9.6235rem;position:absolute;font-family:calistoga;font-size:2.625rem;font-weight:400;z-index:15039;line-height:1.2;letter-spacing:0;top:19.873260498047rem;left:32.124567031861rem;height:3.15rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wdNzKSCJR5UMZB4LCLd8QL0vFteLRiyi { color:rgba(var(--color-tertiary-2),1);display:block;width:6.3748125rem;position:absolute;font-family:calistoga;font-size:4.8125rem;font-weight:400;z-index:15041;line-height:1.2;letter-spacing:0;top:15.374565124512rem;left:33.186849594116rem;height:5.775rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N0m92ckAb00LWZNNXwtwH52ysuBUvReK { color:rgba(var(--color-secondary-2),1);display:block;width:15.561rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15038;line-height:1.1;letter-spacing:0;top:23.686630249024rem;left:29.312067031861rem;height:3.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eiZ5Qd91r97ifLw940rbdZ5UfrFWFUFz { box-sizing:content-box;height:0.186631875rem;width:10rem;position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.06120300293rem;left:32.061635971069rem;display:block; }
#DcWI4DVaoZwFdQZLFyGtslA5XMtDQ6tF { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.186875rem;width:8.186875rem;top:22.523010253906rem;left:25.068361282349rem;overflow:hidden;display:block; }
#IrWoKXSD1qNcTCMy7dH9p1wc9m1wSFwv { color:rgba(var(--color-secondary-2),1);display:block;width:11.3748125rem;position:absolute;font-family:calistoga;font-size:3.0625rem;font-weight:400;z-index:15040;line-height:1.2;letter-spacing:0;top:18.027557373047rem;left:52.832033157349rem;height:3.675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w1NZBreGvGZ2a39i7LauWHd8FS8g26FA { color:rgba(var(--color-secondary-2),1);display:block;width:15.561rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15039;line-height:1.2;letter-spacing:0;top:22.810546875rem;left:50.738931655884rem;height:3.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ppF5szAdmT9QuvdIbI58T63yBH406Xlh { box-sizing:content-box;height:0.185546875rem;width:10rem;position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.935981750488rem;left:53.519968032837rem;display:block; }
#rIHLwCm3u15fZtVAMk5iGceFWJZqItNU { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.125rem;top:2.2452239990234rem;left:60.653215408325rem;overflow:hidden;display:block; }
#fgCnG6RFuVJ8tVVQMaBXuHA3qcRbcrUL { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:1.75rem;top:10.499132156372rem;left:68.998483657837rem;overflow:hidden;display:none; }
#pFTUqqH77NaUZGMINnEfyLhpc1CqvxHh { position:relative;display:block; }#pFTUqqH77NaUZGMINnEfyLhpc1CqvxHh { background-color: transparent; background-image: none; }#pFTUqqH77NaUZGMINnEfyLhpc1CqvxHh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pFTUqqH77NaUZGMINnEfyLhpc1CqvxHh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pFTUqqH77NaUZGMINnEfyLhpc1CqvxHh > .row .container > .video-iframe-container { display: none; }#pFTUqqH77NaUZGMINnEfyLhpc1CqvxHh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pFTUqqH77NaUZGMINnEfyLhpc1CqvxHh > .row > .video-iframe-container { display: none; }#pFTUqqH77NaUZGMINnEfyLhpc1CqvxHh > .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); }#pFTUqqH77NaUZGMINnEfyLhpc1CqvxHh { border-width: 0; border-radius: 0; }#pFTUqqH77NaUZGMINnEfyLhpc1CqvxHh > .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; }#pFTUqqH77NaUZGMINnEfyLhpc1CqvxHh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#u5x4NEpket7rJe6ObX460SG491uT8rRB { color:rgba(var(--color-tertiary-2),1);display:block;width:37.0605625rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:1.1935768127441rem;left:18.969186782837rem;height:2.55rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zcSmRXDN4KaZF0B6vQLqUC3LtTsZQBbT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zcSmRXDN4KaZF0B6vQLqUC3LtTsZQBbT > .row .container { background-color: transparent; background-image: none; }#zcSmRXDN4KaZF0B6vQLqUC3LtTsZQBbT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcSmRXDN4KaZF0B6vQLqUC3LtTsZQBbT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcSmRXDN4KaZF0B6vQLqUC3LtTsZQBbT > .row .container > .video-iframe-container { display: none; }#zcSmRXDN4KaZF0B6vQLqUC3LtTsZQBbT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcSmRXDN4KaZF0B6vQLqUC3LtTsZQBbT > .row > .video-iframe-container { display: none; }#zcSmRXDN4KaZF0B6vQLqUC3LtTsZQBbT > .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); }#zcSmRXDN4KaZF0B6vQLqUC3LtTsZQBbT > .row .container { border-width: 0; border-radius: 0; }#zcSmRXDN4KaZF0B6vQLqUC3LtTsZQBbT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zcSmRXDN4KaZF0B6vQLqUC3LtTsZQBbT > .row .container { font-size:0.875rem;font-family:arial;height:40.875rem;width:75rem;position:relative;display:block; }#H6RiES35Jt9pqUhxOZ4DTeHBON1LR09s { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 1.8125rem rgba(0,0,0,0.09) ;height:22.25rem;width:19rem;top:10.1875rem;left:5rem;display:block; }
#s04Td9fOH44ThkCtotK8ukLBBaCTLFTL { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:29.25rem;left:12.9375rem;display:block; }
#mXWpqK4Xbe2Mm0TGMVKEDKcAJnc9cmWd { color:rgba(var(--color-tertiary-2),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:13.4375rem;left:7.125rem;height:13.6rem;text-align:center;text-align-last:center;display:block; }
#iCAbnMvHclJ8UBrUmWZICZ5FaWByRtRu { color:rgba(var(--color-tertiary-2),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:29.875rem;left:4.875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#dOsh0GTmVCow1tVl7CocMiAgz3nRHtzz { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 1.8125rem rgba(0,0,0,0.09) ;height:22.5rem;width:19.5625rem;top:10rem;left:28.3125rem;display:block; }
#w4nElP16yhyEtDUzMFPAtt3WvHN0Nk9R { color:rgba(var(--color-tertiary-2),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.7;letter-spacing:0;top:14.490234375rem;left:30.75rem;height:11.9rem;text-align:center;text-align-last:center;display:block; }
#HO29hQ46LUM2NqmNlVyL89BN8HJuWeot { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:29.25rem;left:36.25rem;display:block; }
#EpCEEVHzput3cqWSTAalgGS4l9VtzB4B { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:29.875rem;left:31.84375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#sJ5L4TJViWOyxooS2uzt9w97EmmPZfUK { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 1.8125rem rgba(0,0,0,0.09) ;height:21.9375rem;width:19rem;top:10.5625rem;left:52.5625rem;display:block; }
#FoaeoZakFDgLSR0xyFyTDSqab4ZHdrXi { color:rgba(var(--color-tertiary-2),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15031;line-height:1.7;letter-spacing:0;top:12.46875rem;left:54.71875rem;height:14.34375rem;text-align:center;text-align-last:center;display:block; }
#cXnJKJWpe6oegIrrGftK30eolXoIIdkR { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:29.25rem;left:60.5rem;display:block; }
#p23XFT5MmfdeExcplQaMn7k6JWGPOcLS { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:29.875rem;left:55.875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#UUx5ire62PnMhKa7bZeIbEXTtioDF3Bw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.374675rem;width:2.374675rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:16.875rem;left:0rem; }
#QVC6C42kMVDQ2lf4JQJ1wLT1NhOv4Lxu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.374675rem;width:2.374675rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:16.875rem;left:73.125rem; }
#rqcHfKxtP3eB0KK4vJ7UUfVgyiBvmNSp { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:26.187065124512rem;left:12.93728351593rem;display:none; }
#sM8gUf4PqODFaIqoeCRqnTZ8Bwq8CLEq { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:26.187065124512rem;left:12.93728351593rem;display:none; }
#z19asQg62aqW5CfewQuMoPoWQnsT16Rp { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.99956875rem;width:3.99956875rem;top:8.375rem;left:12.5rem;overflow:hidden;display:block; }
#ZXkHD6UvrV5b85esGTbVrNcDDK3w8fzP { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.99956875rem;width:3.99956875rem;top:8.375rem;left:36.0625rem;overflow:hidden;display:block; }
#JlOWLzpGTTHOzebPcFyaNcgZNihRGSNs { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.99956875rem;width:3.99956875rem;top:8.375rem;left:60.0625rem;overflow:hidden;display:block; }
#CmJKQ1GUzZueeDJpblGZ6EuAzSrGfJWO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.374675rem;width:2.374675rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:16.875rem;left:0rem;display:none; }
#f4G00Byl8i7L2mq2f4lm5CqRpkNfyQ4x { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.374675rem;width:2.374675rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:16.875rem;left:0rem;display:none; }
#KJg1VmSU08Q2wbUQyOdKMIWkxG7hvk6E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.374675rem;width:2.374675rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:16.875rem;left:73.125rem;display:none; }
#zvw3T2gPmtyUK0e4f2z2bfSBVxkJ0IwT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.374675rem;width:2.374675rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:16.875rem;left:73.125rem;display:none; }
#wFIuQsBed6TP0FckTLeM7nzl9xIabyvo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#wFIuQsBed6TP0FckTLeM7nzl9xIabyvo > .row .container { background-color: transparent; background-image: none; }#wFIuQsBed6TP0FckTLeM7nzl9xIabyvo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFIuQsBed6TP0FckTLeM7nzl9xIabyvo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFIuQsBed6TP0FckTLeM7nzl9xIabyvo > .row .container > .video-iframe-container { display: none; }#wFIuQsBed6TP0FckTLeM7nzl9xIabyvo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFIuQsBed6TP0FckTLeM7nzl9xIabyvo > .row > .video-iframe-container { display: none; }#wFIuQsBed6TP0FckTLeM7nzl9xIabyvo > .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); }#wFIuQsBed6TP0FckTLeM7nzl9xIabyvo > .row .container { border-width: 0; border-radius: 0; }#wFIuQsBed6TP0FckTLeM7nzl9xIabyvo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wFIuQsBed6TP0FckTLeM7nzl9xIabyvo > .row .container { font-size:0.875rem;font-family:arial;height:44.6875rem;width:75rem;position:relative;display:block; }#iBsLNfDsUswOJmUm4zs2RGsJT8ezc1wr { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 1.8125rem rgba(123,123,123,0.2) ;height:40.6875rem;width:19rem;top:1.8750038146973rem;left:5rem;display:block; }
#wpllnMilVI4UBpu5WLDeAls6ZgcT1324 { color:rgba(var(--color-tertiary-2),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:7.2102870941163rem;left:7.2797317504881rem;height:27.09375rem;text-align:center;text-align-last:center;display:block; }
#hv5zPUfhAlzxWqzEA7AR4AlK27hS5lG5 { color:rgba(var(--color-tertiary-2),1);display:block;width:19.561625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:40.436202049256rem;left:5rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#xhF0Q1AwlX6ZSHfAdLkCl3BtLszFEoqP { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 1.8125rem rgba(123,123,123,0.2) ;height:40.9375rem;width:18.9995625rem;top:1.8750009536743rem;left:29.091800689698rem;display:block; }
#TF8TgQT7toMDr0ipwLUMTAbzEXxsmVib { color:rgba(var(--color-tertiary-2),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15025;line-height:1.7;letter-spacing:0;top:6.45724773407rem;left:31.246746063233rem;height:29.00625rem;text-align:center;text-align-last:center;display:block; }
#CVbeWJqSKu7XEWDyusBI2SNgGW4LsmuH { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:40.435114860534rem;left:32.341583251953rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#TyD3uVnP3rbJw9gTKrVGXLRtqCMApFPZ { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 1.8125rem rgba(123,123,123,0.2) ;height:40.875rem;width:19rem;top:1.8750038146973rem;left:52.561855316162rem;display:block; }
#l2TdHr8kznU3tXeq2mFNhkfL6v83F0X3 { color:rgba(var(--color-tertiary-2),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15031;line-height:1.7;letter-spacing:0;top:13.809679985046rem;left:54.717884063721rem;height:13.6rem;text-align:center;text-align-last:center;display:block; }
#KiP0nzDPTekRi55MXA3CSiOVJV14gD67 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:40.435114860534rem;left:56.436634063721rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#UW1BJysR4UgKp481HasT1tuVs9lMfqtt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.374675rem;width:2.374675rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:13.8125rem;left:0rem; }
#m4GP80DpoLnHoh5DqO5MwOqCFIfs70Mz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.374675rem;width:2.374675rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:13.8125rem;left:73.125rem; }
#GrdiQAbTTeWpaXkrF9fIOys6CSSvO07e { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.99956875rem;width:3.99956875rem;top:0.63259506225588rem;left:12.498916625976rem;overflow:hidden;display:block; }
#gJw6Ew5s6BwBNZvbBtbvAZUyH1AOnikG { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.99956875rem;width:3.99956875rem;top:0.69986915588381rem;left:36.590717315674rem;overflow:hidden;display:block; }
#G7nrAQdc4lR2nsu5VbkKMkIAAsKfCFBN { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.99956875rem;width:3.99956875rem;top:0.63042545318606rem;left:60.061855316162rem;overflow:hidden;display:block; }
#Oms77SlEwA4Ng8yXQmnmZ9BMVomiHTMG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.374675rem;width:2.374675rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:13.8125rem;left:0rem;display:none; }
#oGINJEtCyrJmy1vkGVRBcBFBcLPFa5tb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.374675rem;width:2.374675rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:13.8125rem;left:73.125rem;display:none; }
#u6c5XQseMGTdE541AbDaecLi01NxOxcO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.374675rem;width:2.374675rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:13.8125rem;left:73.125rem;display:none; }
#oDls0kLIqxVvQ4UoRcVFmBLeziApRrqD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.374675rem;width:2.374675rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:13.8125rem;left:0rem;display:none; }
#um3RvhVgZXTS3bOCcPJ8GQodghw4izUm { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:39.4375rem;left:36.9658203125rem;display:block; }
#g50TxpfGThN6ZTpQdEnMMhOPruxUmtdT { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:39.4375rem;left:61.0615234375rem;display:block; }
#RdcyENS8OnZWNcGMSwLebQzQ0onZQICA { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:39.4375rem;left:12.875rem;display:block; }
#IhXkIuRtETnL2uZdcrGMctOkVqgq09Qy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:url("https://images.assets-landingi.com/uc/5a971d8d-2d4b-4110-bbba-6622711f4b76/promocjaswiatecznaDZIECKO_v1.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !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; }#IhXkIuRtETnL2uZdcrGMctOkVqgq09Qy.adaptive-delivery-prevent-bg, #IhXkIuRtETnL2uZdcrGMctOkVqgq09Qy.lazyload, #IhXkIuRtETnL2uZdcrGMctOkVqgq09Qy.lazyloading { background-image: none; }#IhXkIuRtETnL2uZdcrGMctOkVqgq09Qy > .row .container { background-color: transparent; background-image: none; }#IhXkIuRtETnL2uZdcrGMctOkVqgq09Qy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhXkIuRtETnL2uZdcrGMctOkVqgq09Qy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhXkIuRtETnL2uZdcrGMctOkVqgq09Qy > .row .container > .video-iframe-container { display: none; }#IhXkIuRtETnL2uZdcrGMctOkVqgq09Qy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhXkIuRtETnL2uZdcrGMctOkVqgq09Qy > .row > .video-iframe-container { display: none; }#IhXkIuRtETnL2uZdcrGMctOkVqgq09Qy > .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); }#IhXkIuRtETnL2uZdcrGMctOkVqgq09Qy > .row .container { border-width: 0; border-radius: 0; }#IhXkIuRtETnL2uZdcrGMctOkVqgq09Qy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IhXkIuRtETnL2uZdcrGMctOkVqgq09Qy > .row .container { font-size:0.875rem;font-family:arial;height:28.0625rem;width:75rem;position:relative;display:block; }#fsdRoE5SrSz1BEZp3MIMx1hLD7OpThcH { position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:31.1246875rem;width:31.1246875rem;top:64.624024391175rem;left:21.937393188476rem;display:none; }
#PtD54Oun7F64O5tZfwwt5wN4i5f0UtAa { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#VIHWanduivRsWevNao09OUE5fXSMrEhc { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:28rem;width:72.1875rem;top:0rem;left:34.873050689698rem;display:block; }
#QQKITkuiiCuHt4yTDiqWUkJOl83aIX5b { color:rgba(var(--color-tertiary-2),1);display:block;width:32.249rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:2.935546875rem;left:41.171875rem;height:11.7rem;text-align:right;text-align-last:right;display:block; }
#TEwMfFWW3tAnxGMoOpTEpH1f820SlD9z { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:22.375rem;top:14.5732421875rem;left:52.625rem;overflow:hidden;display:block; }
#CGWqTD3ZTeVhNJKcN4x8g5yaeun8hsvF { color:rgba(var(--color-tertiary-2),1);display:block;width:22.2471875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:24.747173309326rem;left:52.752824783325rem;height:1.2rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { background-color: transparent; background-image: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container > .video-iframe-container { display: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row > .video-iframe-container { display: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .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); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { border-width: 0; border-radius: 0; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;top:1.625rem;left:32.75rem; }
#FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#TPpUNe8edykLeak8E1pkcfbyuCVGKiae { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;top:1.5rem;left:36.25rem; }
#TPpUNe8edykLeak8E1pkcfbyuCVGKiae > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;top:1.5rem;left:40.625rem; }
#AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#NMJECv8JZz3IqCZLDBJtLmTHleArXIyz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;top:1.5rem;left:29.125rem; }
#NMJECv8JZz3IqCZLDBJtLmTHleArXIyz > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { background-color: transparent; background-image: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container > .video-iframe-container { display: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container { display: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .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); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { border-width: 0; border-radius: 0; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { font-size:0.875rem;font-family:arial;height:3.375rem;width:75rem;position:relative;display:block; }#XeD4dLuNAMyEVyvcmqAT66zBv5gPbtKA { color:#7b7b7b;display:block;width:75rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.60546875rem;left:0rem;height:0.975rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #EHGXeUzbtpz1XFTqOaEAAEofy0rAsXGm { display:block; }#EHGXeUzbtpz1XFTqOaEAAEofy0rAsXGm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BkJNscugCfNtyCFg3s2hGdKUs9UgMTlJ { top:1.625rem;left:15.062067031861rem;width:17.5625rem;height:3.7367418802328rem;display:block; }
 }@media only screen and (max-width: 763px) { #Knuk2JIw9rPZpNbZRLySkQpk4ac9wmIW { width:3.4375rem;height:3.4375rem;top:0rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mici7XwOaxKnQU29CHytLMGLhSGw1E7h { width:1.75rem;height:1.75rem;top:3.4375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQTJHVxmFdwgGfIlPSvQsc6L1llJgfFQ { width:4.5625rem;height:4.5625rem;top:0rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5Tth3Tmwy65cMgobR41JsGIXdzGGsJf { width:1.25rem;height:1.25rem;top:5.3125rem;left:38.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzqfSINNJTDKfHPp7JgmAXZbTBxfS6QW { width:2.5rem;height:2.5rem;top:3.375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 { display:block; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezat3TPQFZbCAt6BvhSvIgz8w1T0pDQO { top:29.0625rem;left:0rem;width:0;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #NWuZq2cwKJyhUFl03voH1vU7Asug0xQo { width:40.1875rem;height:3.5625rem;top:10rem;left:7.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9CgVEd6xNQJQEFtIbIGv5x48lCX8kmd { width:44.4375rem;height:15.664908876021rem;top:14.375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #psEW5DuCdpBR1XyQFNFk9JnC7O2tB0uI { width:1.5625rem;height:1.5625rem;top:8.375rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x23PtmfJBfDnVU7PTrGZz3lkDQI3gEsN { width:33.1875rem;height:7.1875rem;top:41.5625rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEC8CqbJsfEaxAPC58Tc5lHzctJgD1gN { display:block; }
 }@media only screen and (max-width: 763px) { #sitEXeC5ke1fSKh6RJpkUMiduJBcsLWu { width:5.75rem;height:5.75rem;top:23.75rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gngq0sGO3oVh8SAcrwwtx9LBsZqhssLg { width:4.6875rem;height:4.6875rem;top:26.125rem;left:43.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXzBshUs3bcg6d9KJ5FhaGpv5F7wV8LX { width:2.625rem;height:2.625rem;top:39.4375rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbvqDkVbN3t5QqExoQOn1hJvrF2n5vGS { width:5.8125rem;height:5.8125rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdtzOyVKUiyeOtCgEaZyervly0TXPgsy { width:4.5rem;height:4.5rem;top:7.75rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCzVpPxzTyT3cTeI4aZxZxn7RuZ6CSHl { width:4.5625rem;height:4.5625rem;top:19.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5Pfnq1200QOr71l26EOx8ubQ3Xidc4h { width:34.25rem;height:13.475375061933rem;top:27.1875rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cmo8AhOb85QGBiab7JG6lCJodd3uSgzf { width:5.125rem;height:5.125rem;top:23.25rem;left:19.999784469604rem;display:none; }
 }@media only screen and (max-width: 763px) { #cyRWpoui4AoI0Wx80FC761yhtoamJBiU { width:2.125rem;height:2.125rem;top:24.0625rem;left:19.735895719604rem;display:none; }
 }@media only screen and (max-width: 763px) { #yUdAb25U6e4LmQUE2KNPLtnzpF3ZTVKN { width:2.5rem;height:2.5rem;top:32.625rem;left:32.999567031861rem;display:none; }
 }@media only screen and (max-width: 763px) { #oR0uzWpahJdMtGnwoh8aSHerlAGt7vuh { display:block; }#oR0uzWpahJdMtGnwoh8aSHerlAGt7vuh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THnWBwVzeTAGW7aRCThpF0DGlerGcE7R { top:6.5625rem;left:0rem;width:25.9375rem;height:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezRGUKR46mpUg0H7m1A1fAnHBO1gOlqK { top:4.1875rem;left:0rem;width:25.9375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-regular-label { width:22rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text { width:22rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-textarea { width:22rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select { width:22rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-button { width:22rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-checkbox-label { width:21rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA  { width:22rem;height:27rem;top:12.0625rem;left:0rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .radio-container { width:22rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA {display:block;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA { width:22rem;height:27rem;top:11.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #vwlKSpwl6xDqonFGTNPosUQGa9k7HBFS {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #QE31AdsA2LgBJeKm1pFqzFUiehuvqsOS { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #CsJtzho4JHpxlU5rMIvtDOTwCdIRPu3N {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #Ts6GXXhWL3R7GKTTeXs2EeZtzTgmIRu4 {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #ZBvUQzeTEdmspMLsC3y1MxGRPwWhf4O2 { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #SJJ8i8xwKW3EgL8Ri1NWmG8BEsvF1oTd {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JomeqvG4lHNy4EfitKsKmmKGinVt5mBQ {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #zbnxcm3eaMuwg48fwnTt7xSvwBX8aTUq { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #phieGb8mPSidKRf0Cq0baJlpgaRrvDfm {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JQBTcF6xQJZ6N9TmMi3efJAHsD2xPItp {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #LXVRUrovX0fRwT00AbHbyEUTV8QUfBl6 {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #KoP6eH8TONaBUGfQbTSxQ0FVXCycdFoK {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #UiZh3mn20fORBZzQARbCDMXD4TWAVtIU {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #L1Lq343FXE9uVQ6aLR3yN577EzJld9JE {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #m6iAUTQ5TTSvJwx29XtqbWP4ZGsqHfl4 {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #eZAp8UXwWrkKh1VpOvJ1oJhkG8ZX9ylH {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #reMqeSDgMAThA5B8kviJvoV9JKPN8z5I {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #hq0pR85Gan2c5Dbqz2kbI7HSWsMCyxhv {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #RHIZp5ksOdVnxPQIdDkc7oAG9tdTDdoF {  }
 }@media only screen and (max-width: 763px) { #ohdP8UlZ9aGk2lo1p8Oqt26E0R638L9E { top:5.1875rem;left:0rem;width:23.125rem;height:4.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSaHVmS61mxMXk4en97EqJgAStS28rUV { top:15.125rem;left:4.9991321563721rem;width:10rem;height:1.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxTPTT3OiNTh8db6wprgwcPrg19yZm1Z { width:10rem;height:2.5rem;top:14.75rem;left:5.0620670318604rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9aWhazBETSzlNQrNknRHH3e6xTWfWSe { width:27.5625rem;height:23.257981530418rem;top:9.375rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #grKpWJMF0fGWJg8khT6CpCt0BdRMx6Jk { width:40.3125rem;height:2.75rem;top:5.375rem;left:7.4375rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pB2hciDN9by8ZgDikU9bShnQvhlHx7yF { width:36rem;height:6.0625rem;top:34.75rem;left:11.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSFWgbs5a00CO2CpOPlU2r4H1mhDeruK { width:18.3125rem;height:6rem;top:58rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TBoabodcXxFAB3PB7MuDcEu3l9zJE21W { width:5.8125rem;height:5.8125rem;top:29.0625rem;left:14.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #l0HgggUbv3qXe8NXOTSXaztXxvMPEUrB { width:5.8125rem;height:5.8125rem;top:29.0625rem;left:14.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dPfdMN5NZSytXDbyyiyahi7X2Jpdu6JL { width:3.4375rem;height:3.4375rem;top:4.1875rem;left:12.999349594116rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdZg9csA6lsiJVUg1vOykXhdmvKcmlFK { width:40.3125rem;height:2.75rem;top:6.1875rem;left:7.4375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JpwDR4y4LVwe8vB95hXJUfoC3Muwf6wr { display:block; }#JpwDR4y4LVwe8vB95hXJUfoC3Muwf6wr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yaAes0PEOFIRkq1ghFQobVpMH7VOZKB8 { width:36rem;height:2.875rem;top:3.375rem;left:7.3765201568606rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiG2vcqZzAQpbM1H9rGqsky0bgFAJ71b { width:47.75rem;height:4.375rem;top:7.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4Vso94mt7ZbSUdAmTs9FD5dpLuKQXyC { width:2.875rem;height:2.875rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5CCEpEiTZ12TLBCgHLgm2N9IEUOHdQR { width:2.6875rem;height:2.6875rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdJlSGvk98F58CRvcAGfkQfCTa3X2iAf { width:1.9375rem;height:1.9375rem;top:5.25rem;left:45.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEKGNGU9qHSkvUTqTN4I3JTpKeEQUnhd { width:2.625rem;height:2.625rem;top:17.6875rem;left:45.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIUekcw6Wq31xymlNfJXxTfXhEFbovRe { width:4.6875rem;height:4.6875rem;top:14.8125rem;left:43.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #k2BIBEbP7Ax7Qlbgt3VDEoPZCKSfzTJE { width:5.625rem;height:5.625rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqswGIHrzBZpQ5U4gN0ycB0SqRsJxGnv { width:16.25rem;height:16.25rem;top:13.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOXJ87PZAM9n0NF9CMDK9gFvtc59WPnT { width:14.4375rem;height:14.4375rem;top:14.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeugSKKv2aZtPshhufRMTidizUVEuZ1b { width:16.25rem;height:16.25rem;top:13.8125rem;left:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #No82TUiWhcLV9WS8u52eTnbSEGc8wIUF { width:14.375rem;height:14.375rem;top:14.75rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwztlpoi744TQ4iqdFLTVN30KgnhausV { width:2.875rem;height:2.875rem;top:2.5rem;left:44.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NqkEZNnIcu4GWxSXXRwr0QuEH2QLR68J { width:2.875rem;height:2.875rem;top:2.5rem;left:44.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iEMHIEoRH5KpU7hCxoVDdSlNcbZ4quEG { width:2.875rem;height:2.875rem;top:5.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BuT5geJh74GBTJ0mtADETyIbmlFwonJu { width:2.6875rem;height:2.6875rem;top:11.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HzTOViyVcqawGx1BOAGNIKzTWMptInpS { width:5.5rem;height:4.5rem;top:22.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zty1fLvTTDB0BVgyAu588bMU3BLTOm5P { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iT6gcIegzXx5mTHNfJmSNhD1QmwKBCFg { width:6.3125rem;height:5.75rem;top:15.375rem;left:0rem;font-size:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFdpE5TqUrU3ZwWk6fSmQAUprE918UP7 { width:3.875rem;height:2.5rem;top:17.625rem;left:3.4353313446045rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUXTWzbRTbOfnI0dKi5EfBTlkJvo21ps { width:15.5rem;height:3.25rem;top:23.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqyK2qFyvFQUhmGZPsPsTxhyvh4oMttO { width:9.5625rem;height:3.125rem;top:19.6875rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8NuTh5bWTmSyPiOb4ZNlWZ5ICWhiSpB { width:2rem;height:2.625rem;top:10.4375rem;left:45.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #igCK4FJyysqy6ECCWWgT9lzTrlduvTOd { width:1.875rem;height:2.625rem;top:10.4375rem;left:45.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sbP4zAwSf4iXkFZDzu6NfaF4q7OWihmi { width:1.75rem;height:2.3125rem;top:10.4375rem;left:45.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JGEne01sDK44HENxtUsAOXUUdTo86Vbp { width:1.625rem;height:2.3125rem;top:10.4375rem;left:45.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZPdeKm9Ekh3e9VQL4iOK7ys4Lo1Tz5eQ { width:10rem;height:0.1875rem;top:22.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gvEGFZbSFi3EzxG1Uw9rLhltqOfPCWWn { width:16.25rem;height:16.25rem;top:13.8125rem;left:15.062067031861rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cv1czyKTV7l4Tal2h9phcIfN5cci9ehk { width:14.375rem;height:14.375rem;top:14.75rem;left:15.999567031861rem;display:block; }
 }@media only screen and (max-width: 763px) { #czTB91CHkNoVqIPFPLUSpyaAE0V4osG8 { width:3.875rem;height:2.5rem;top:17.5625rem;left:24.812288284302rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhzQMZHDxFMEZIddlETvr5yhFL3oK8ab { width:9.5625rem;height:3.125rem;top:19.8125rem;left:18.499567031861rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdNzKSCJR5UMZB4LCLd8QL0vFteLRiyi { width:6.3125rem;height:5.75rem;top:15.3125rem;left:19.561849594116rem;font-size:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0m92ckAb00LWZNNXwtwH52ysuBUvReK { width:15.5rem;height:3.25rem;top:23.625rem;left:15.687067031861rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiZ5Qd91r97ifLw940rbdZ5UfrFWFUFz { width:10rem;height:0.125rem;top:23rem;left:18.436635971069rem;display:none; }
 }@media only screen and (max-width: 763px) { #DcWI4DVaoZwFdQZLFyGtslA5XMtDQ6tF { width:8.125rem;height:8.125rem;top:22.5rem;left:11.443361282349rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrWoKXSD1qNcTCMy7dH9p1wc9m1wSFwv { width:11.3125rem;height:3.625rem;top:18rem;left:36.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1NZBreGvGZ2a39i7LauWHd8FS8g26FA { width:15.5rem;height:3.5625rem;top:22.75rem;left:32.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppF5szAdmT9QuvdIbI58T63yBH406Xlh { width:10rem;height:0.125rem;top:21.875rem;left:37.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rIHLwCm3u15fZtVAMk5iGceFWJZqItNU { width:4.125rem;height:4.125rem;top:2.1875rem;left:43.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgCnG6RFuVJ8tVVQMaBXuHA3qcRbcrUL { width:1.75rem;height:2.3125rem;top:10.4375rem;left:45.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pFTUqqH77NaUZGMINnEfyLhpc1CqvxHh { display:block; }#pFTUqqH77NaUZGMINnEfyLhpc1CqvxHh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u5x4NEpket7rJe6ObX460SG491uT8rRB { width:37rem;height:2.5rem;top:1.1875rem;left:5.3441867828369rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcSmRXDN4KaZF0B6vQLqUC3LtTsZQBbT { display:block; }#zcSmRXDN4KaZF0B6vQLqUC3LtTsZQBbT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H6RiES35Jt9pqUhxOZ4DTeHBON1LR09s { width:18.9375rem;height:22.1875rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s04Td9fOH44ThkCtotK8ukLBBaCTLFTL { width:3.1875rem;height:0;top:29.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXWpqK4Xbe2Mm0TGMVKEDKcAJnc9cmWd { top:13.4375rem;left:0rem;width:14.6875rem;height:15.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCAbnMvHclJ8UBrUmWZICZ5FaWByRtRu { top:29.875rem;left:0rem;width:19.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOsh0GTmVCow1tVl7CocMiAgz3nRHtzz { width:19.5rem;height:22.5rem;top:10rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4nElP16yhyEtDUzMFPAtt3WvHN0Nk9R { top:14.4375rem;left:17.125rem;width:14.6875rem;height:11.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HO29hQ46LUM2NqmNlVyL89BN8HJuWeot { width:3.1875rem;height:0;top:29.25rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpCEEVHzput3cqWSTAalgGS4l9VtzB4B { top:29.875rem;left:18.21875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJ5L4TJViWOyxooS2uzt9w97EmmPZfUK { width:18.9375rem;height:21.875rem;top:10.5625rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoaeoZakFDgLSR0xyFyTDSqab4ZHdrXi { top:12.4375rem;left:33.0625rem;width:14.6875rem;height:15.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXnJKJWpe6oegIrrGftK30eolXoIIdkR { width:3.1875rem;height:0;top:29.25rem;left:44.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p23XFT5MmfdeExcplQaMn7k6JWGPOcLS { top:29.875rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUx5ire62PnMhKa7bZeIbEXTtioDF3Bw { top:16.875rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVC6C42kMVDQ2lf4JQJ1wLT1NhOv4Lxu { top:16.875rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqcHfKxtP3eB0KK4vJ7UUfVgyiBvmNSp { width:3.1875rem;height:0;top:26.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sM8gUf4PqODFaIqoeCRqnTZ8Bwq8CLEq { width:3.1875rem;height:0;top:26.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #z19asQg62aqW5CfewQuMoPoWQnsT16Rp { width:3.9375rem;height:3.9375rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXkHD6UvrV5b85esGTbVrNcDDK3w8fzP { width:3.9375rem;height:3.9375rem;top:8.375rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlOWLzpGTTHOzebPcFyaNcgZNihRGSNs { width:3.9375rem;height:3.9375rem;top:8.375rem;left:43.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmJKQ1GUzZueeDJpblGZ6EuAzSrGfJWO { top:16.875rem;left:0rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #f4G00Byl8i7L2mq2f4lm5CqRpkNfyQ4x { top:16.875rem;left:0rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KJg1VmSU08Q2wbUQyOdKMIWkxG7hvk6E { top:16.875rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zvw3T2gPmtyUK0e4f2z2bfSBVxkJ0IwT { top:16.875rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wFIuQsBed6TP0FckTLeM7nzl9xIabyvo { display:block; }#wFIuQsBed6TP0FckTLeM7nzl9xIabyvo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iBsLNfDsUswOJmUm4zs2RGsJT8ezc1wr { width:19rem;height:40.6875rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpllnMilVI4UBpu5WLDeAls6ZgcT1324 { top:7.1875rem;left:0rem;width:15rem;height:30.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hv5zPUfhAlzxWqzEA7AR4AlK27hS5lG5 { top:40.375rem;left:0rem;width:19.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhF0Q1AwlX6ZSHfAdLkCl3BtLszFEoqP { width:18.9375rem;height:40.9375rem;top:1.875rem;left:15.466800689698rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF8TgQT7toMDr0ipwLUMTAbzEXxsmVib { top:6.4375rem;left:17.621746063233rem;width:14.6875rem;height:31.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVbeWJqSKu7XEWDyusBI2SNgGW4LsmuH { top:40.375rem;left:18.716583251953rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyD3uVnP3rbJw9gTKrVGXLRtqCMApFPZ { width:19rem;height:40.875rem;top:1.875rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2TdHr8kznU3tXeq2mFNhkfL6v83F0X3 { top:13.75rem;left:33.0625rem;width:14.6875rem;height:15.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiP0nzDPTekRi55MXA3CSiOVJV14gD67 { top:40.375rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UW1BJysR4UgKp481HasT1tuVs9lMfqtt { top:13.8125rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4GP80DpoLnHoh5DqO5MwOqCFIfs70Mz { top:13.8125rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrdiQAbTTeWpaXkrF9fIOys6CSSvO07e { width:3.9375rem;height:3.9375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJw6Ew5s6BwBNZvbBtbvAZUyH1AOnikG { width:3.9375rem;height:3.9375rem;top:0.6875rem;left:22.965717315674rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7nrAQdc4lR2nsu5VbkKMkIAAsKfCFBN { width:3.9375rem;height:3.9375rem;top:0.625rem;left:43.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oms77SlEwA4Ng8yXQmnmZ9BMVomiHTMG { top:13.8125rem;left:0rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oGINJEtCyrJmy1vkGVRBcBFBcLPFa5tb { top:13.8125rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #u6c5XQseMGTdE541AbDaecLi01NxOxcO { top:13.8125rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oDls0kLIqxVvQ4UoRcVFmBLeziApRrqD { top:13.8125rem;left:0rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #um3RvhVgZXTS3bOCcPJ8GQodghw4izUm { width:3.25rem;height:0.0625rem;top:39.4375rem;left:23.3408203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g50TxpfGThN6ZTpQdEnMMhOPruxUmtdT { width:3.25rem;height:0.0625rem;top:39.4375rem;left:44.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdcyENS8OnZWNcGMSwLebQzQ0onZQICA { width:3.25rem;height:0.0625rem;top:39.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhXkIuRtETnL2uZdcrGMctOkVqgq09Qy { display:block; }#IhXkIuRtETnL2uZdcrGMctOkVqgq09Qy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fsdRoE5SrSz1BEZp3MIMx1hLD7OpThcH { top:64.5625rem;left:8.3123931884762rem;width:31.0625rem;height:31.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PtD54Oun7F64O5tZfwwt5wN4i5f0UtAa { display:none; }
 }@media only screen and (max-width: 763px) { #VIHWanduivRsWevNao09OUE5fXSMrEhc { width:47.75rem;height:28rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQKITkuiiCuHt4yTDiqWUkJOl83aIX5b { width:32.1875rem;height:11.6875rem;top:2.875rem;left:15.5625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEwMfFWW3tAnxGMoOpTEpH1f820SlD9z { width:22.375rem;height:8.125rem;top:14.5625rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGWqTD3ZTeVhNJKcN4x8g5yaeun8hsvF { top:24.6875rem;left:25.5625rem;width:22.1875rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz { display:block; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r { width:2.3125rem;height:2.3125rem;top:1.625rem;left:19.125rem;display:block; }
#FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #TPpUNe8edykLeak8E1pkcfbyuCVGKiae { width:2.625rem;height:2.625rem;top:1.5rem;left:22.625rem;display:block; }
#TPpUNe8edykLeak8E1pkcfbyuCVGKiae > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 { width:2.625rem;height:2.625rem;top:1.5rem;left:27rem;display:block; }
#AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #NMJECv8JZz3IqCZLDBJtLmTHleArXIyz { width:2.5625rem;height:2.5625rem;top:1.5rem;left:15.5rem;display:block; }
#NMJECv8JZz3IqCZLDBJtLmTHleArXIyz > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb { display:block; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XeD4dLuNAMyEVyvcmqAT66zBv5gPbtKA { width:47.75rem;height:0.9375rem;top:1.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #EHGXeUzbtpz1XFTqOaEAAEofy0rAsXGm { position:relative;z-index:auto;display:block; }#EHGXeUzbtpz1XFTqOaEAAEofy0rAsXGm > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BkJNscugCfNtyCFg3s2hGdKUs9UgMTlJ { width:13.311625rem;height:2.75rem;top:0.718533039093rem;left:3.3430989384651rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Knuk2JIw9rPZpNbZRLySkQpk4ac9wmIW { width:1.5625rem;height:1.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mici7XwOaxKnQU29CHytLMGLhSGw1E7h { width:1.43663125rem;height:1.43663125rem;top:2.1011285781861rem;left:15.286458313465rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQTJHVxmFdwgGfIlPSvQsc6L1llJgfFQ { width:2.625rem;height:2.625rem;top:0.68923187255862rem;left:0.25000005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5Tth3Tmwy65cMgobR41JsGIXdzGGsJf { width:1.31185rem;height:1.31185rem;top:1.6330295801162rem;left:18.687066137791rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzqfSINNJTDKfHPp7JgmAXZbTBxfS6QW { width:2.5rem;height:2.5rem;top:0rem;left:16.750001251698rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b3b45bde-9c22-466d-b0dd-5348f82b6bfb/promocjaswiatecznaTLO_MOBILE_WYMIAR_v2.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2.adaptive-delivery-prevent-bg, #ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2.lazyload, #ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2.lazyloading { background-image: none; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container { background-color: transparent; background-image: none; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container > .video-iframe-container { display: none; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row > .video-iframe-container { display: none; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .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); }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezat3TPQFZbCAt6BvhSvIgz8w1T0pDQO { width:0;height:0;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWuZq2cwKJyhUFl03voH1vU7Asug0xQo { width:15.5620625rem;height:4.05rem;top:0.61848974227905rem;left:2.2178819775581rem;font-size:1.6875rem;text-align:center;text-align-last:center;color:#031f59;display:block; }
 }@media only screen and (max-width: 763px) { #A9CgVEd6xNQJQEFtIbIGv5x48lCX8kmd { width:19.0625rem;height:6.375rem;top:17.616103172302rem;left:0.33094626665116rem;display:block; }
 }@media only screen and (max-width: 763px) { #psEW5DuCdpBR1XyQFNFk9JnC7O2tB0uI { width:3.3125rem;height:3.3125rem;top:5.6875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x23PtmfJBfDnVU7PTrGZz3lkDQI3gEsN { width:19rem;height:4.6875rem;top:31.875rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zEC8CqbJsfEaxAPC58Tc5lHzctJgD1gN { display:block; }
 }@media only screen and (max-width: 763px) { #sitEXeC5ke1fSKh6RJpkUMiduJBcsLWu { width:4.62456875rem;height:4.62456875rem;top:13.574219703674rem;left:12.312283813953rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gngq0sGO3oVh8SAcrwwtx9LBsZqhssLg { width:1.62435rem;height:1.62435rem;top:20.8125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXzBshUs3bcg6d9KJ5FhaGpv5F7wV8LX { width:2.625rem;height:2.625rem;top:79rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TbvqDkVbN3t5QqExoQOn1hJvrF2n5vGS { width:5.8125rem;height:5.8125rem;top:60.3125rem;left:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hdtzOyVKUiyeOtCgEaZyervly0TXPgsy { width:4.5625rem;height:4.5625rem;top:73.1875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aCzVpPxzTyT3cTeI4aZxZxn7RuZ6CSHl { width:4.5625rem;height:4.5625rem;top:67.375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #u5Pfnq1200QOr71l26EOx8ubQ3Xidc4h { width:17.7495625rem;height:6.8120625rem;top:23.186849594116rem;left:1.4366319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cmo8AhOb85QGBiab7JG6lCJodd3uSgzf { width:5.125rem;height:5.125rem;top:37.312281011581rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cyRWpoui4AoI0Wx80FC761yhtoamJBiU { width:2.125rem;height:2.125rem;top:38.100042699814rem;left:7.17361125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yUdAb25U6e4LmQUE2KNPLtnzpF3ZTVKN { width:2.5rem;height:2.5rem;top:49.186197637558rem;left:6.0620670318604rem;display:none; }
 }@media only screen and (max-width: 763px) { #oR0uzWpahJdMtGnwoh8aSHerlAGt7vuh { background-color:#ffffff;background-image:none;display:block; }#oR0uzWpahJdMtGnwoh8aSHerlAGt7vuh > .row .container { background-color: transparent; background-image: none; }#oR0uzWpahJdMtGnwoh8aSHerlAGt7vuh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oR0uzWpahJdMtGnwoh8aSHerlAGt7vuh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oR0uzWpahJdMtGnwoh8aSHerlAGt7vuh > .row .container > .video-iframe-container { display: none; }#oR0uzWpahJdMtGnwoh8aSHerlAGt7vuh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oR0uzWpahJdMtGnwoh8aSHerlAGt7vuh > .row > .video-iframe-container { display: none; }#oR0uzWpahJdMtGnwoh8aSHerlAGt7vuh > .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); }#oR0uzWpahJdMtGnwoh8aSHerlAGt7vuh > .row .container { width:20rem;height:66.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THnWBwVzeTAGW7aRCThpF0DGlerGcE7R { width:20rem;height:28.5625rem;top:5.5rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 3.4375rem rgba(7,7,7,0.21) ;display:block; }
 }@media only screen and (max-width: 763px) { #ezRGUKR46mpUg0H7m1A1fAnHBO1gOlqK { width:20rem;height:5.875rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;font-size:0.6875rem;overflow:hidden;height:auto; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#f22f1e;background-image:none;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;font-size:1.5625rem;overflow:hidden;height:3.4375rem;text-align:center;text-align-last:center; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA  { width:17.5rem;height:auto;top:6.4995727539062rem;left:0rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-info-text { font-size:0.625rem;overflow:hidden;height:auto; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA {display:block;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA { width:17.5rem;height:auto;top:6.4995727539062rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #vwlKSpwl6xDqonFGTNPosUQGa9k7HBFS {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #QE31AdsA2LgBJeKm1pFqzFUiehuvqsOS { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #CsJtzho4JHpxlU5rMIvtDOTwCdIRPu3N {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #Ts6GXXhWL3R7GKTTeXs2EeZtzTgmIRu4 {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #ZBvUQzeTEdmspMLsC3y1MxGRPwWhf4O2 { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #SJJ8i8xwKW3EgL8Ri1NWmG8BEsvF1oTd {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JomeqvG4lHNy4EfitKsKmmKGinVt5mBQ {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #zbnxcm3eaMuwg48fwnTt7xSvwBX8aTUq { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #phieGb8mPSidKRf0Cq0baJlpgaRrvDfm {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JQBTcF6xQJZ6N9TmMi3efJAHsD2xPItp {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #LXVRUrovX0fRwT00AbHbyEUTV8QUfBl6 { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #KoP6eH8TONaBUGfQbTSxQ0FVXCycdFoK {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #UiZh3mn20fORBZzQARbCDMXD4TWAVtIU {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #L1Lq343FXE9uVQ6aLR3yN577EzJld9JE {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #m6iAUTQ5TTSvJwx29XtqbWP4ZGsqHfl4 {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #eZAp8UXwWrkKh1VpOvJ1oJhkG8ZX9ylH {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #reMqeSDgMAThA5B8kviJvoV9JKPN8z5I {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #hq0pR85Gan2c5Dbqz2kbI7HSWsMCyxhv {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #RHIZp5ksOdVnxPQIdDkc7oAG9tdTDdoF {  }
 }@media only screen and (max-width: 763px) { #ohdP8UlZ9aGk2lo1p8Oqt26E0R638L9E { width:20rem;height:3.575rem;top:1.9375rem;left:0rem;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OSaHVmS61mxMXk4en97EqJgAStS28rUV { width:9.436875rem;height:1.5rem;top:8.5rem;left:10.25rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gxTPTT3OiNTh8db6wprgwcPrg19yZm1Z { width:10rem;height:2.5rem;top:8.0625rem;left:10rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9aWhazBETSzlNQrNknRHH3e6xTWfWSe { width:18.5625rem;height:15.625rem;top:40.931644439698rem;left:0.71831601858137rem;display:block; }
 }@media only screen and (max-width: 763px) { #grKpWJMF0fGWJg8khT6CpCt0BdRMx6Jk { width:19.5625rem;height:0;top:36.647136688233rem;left:0rem;font-size:1.4375rem;color:#031f59;display:none; }
 }@media only screen and (max-width: 763px) { #pB2hciDN9by8ZgDikU9bShnQvhlHx7yF { width:20rem;height:0;top:69.37109375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TSFWgbs5a00CO2CpOPlU2r4H1mhDeruK { width:18.3125rem;height:6rem;top:57.807731628418rem;left:0.84309905767444rem;font-size:1.25rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #TBoabodcXxFAB3PB7MuDcEu3l9zJE21W { width:4.625rem;height:4.625rem;top:45.931644439698rem;left:2.5933161377907rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #l0HgggUbv3qXe8NXOTSXaztXxvMPEUrB { width:2.3125rem;height:2.3125rem;top:53.437072753906rem;left:10.249566376209rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #dPfdMN5NZSytXDbyyiyahi7X2Jpdu6JL { width:3.4375rem;height:3.4375rem;top:4.1875rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tdZg9csA6lsiJVUg1vOykXhdmvKcmlFK { width:16.9998125rem;height:4.2rem;top:35.728083610534rem;left:1.5620661377907rem;font-size:1.75rem;color:#031f59;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #JpwDR4y4LVwe8vB95hXJUfoC3Muwf6wr { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7efad841-4d7e-4632-8127-50f077974fe8/TLO_CHOINKI_v4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JpwDR4y4LVwe8vB95hXJUfoC3Muwf6wr.adaptive-delivery-prevent-bg, #JpwDR4y4LVwe8vB95hXJUfoC3Muwf6wr.lazyload, #JpwDR4y4LVwe8vB95hXJUfoC3Muwf6wr.lazyloading { background-image: none; }#JpwDR4y4LVwe8vB95hXJUfoC3Muwf6wr > .row .container { background-color: transparent; background-image: none; }#JpwDR4y4LVwe8vB95hXJUfoC3Muwf6wr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JpwDR4y4LVwe8vB95hXJUfoC3Muwf6wr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JpwDR4y4LVwe8vB95hXJUfoC3Muwf6wr > .row .container > .video-iframe-container { display: none; }#JpwDR4y4LVwe8vB95hXJUfoC3Muwf6wr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JpwDR4y4LVwe8vB95hXJUfoC3Muwf6wr > .row > .video-iframe-container { display: none; }#JpwDR4y4LVwe8vB95hXJUfoC3Muwf6wr > .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); }#JpwDR4y4LVwe8vB95hXJUfoC3Muwf6wr > .row .container { border-width: 0; border-radius: 0; }#JpwDR4y4LVwe8vB95hXJUfoC3Muwf6wr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JpwDR4y4LVwe8vB95hXJUfoC3Muwf6wr > .row .container { width:20rem;height:76.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yaAes0PEOFIRkq1ghFQobVpMH7VOZKB8 { width:11.7480625rem;height:3.75rem;top:2.5939674377441rem;left:7.2428386807444rem;font-size:1.5625rem;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UiG2vcqZzAQpbM1H9rGqsky0bgFAJ71b { width:18.3105625rem;height:6.65rem;top:8.3088130950925rem;left:0.84418410062787rem;font-size:1.1875rem;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #K4Vso94mt7ZbSUdAmTs9FD5dpLuKQXyC { width:2.87435rem;height:2.87435rem;top:31.484376430511rem;left:17.124566376209rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5CCEpEiTZ12TLBCgHLgm2N9IEUOHdQR { width:1.875rem;height:1.875rem;top:32.414933204651rem;left:14.180122673511rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdJlSGvk98F58CRvcAGfkQfCTa3X2iAf { width:2.87435rem;height:2.87435rem;top:17.936851501465rem;left:0.84418410062787rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEKGNGU9qHSkvUTqTN4I3JTpKeEQUnhd { width:1.74805rem;height:1.74805rem;top:21.324438095092rem;left:0.84418410062787rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIUekcw6Wq31xymlNfJXxTfXhEFbovRe { width:1.25rem;height:1.25rem;top:37.123481750488rem;left:6.749132454395rem;display:none; }
 }@media only screen and (max-width: 763px) { #k2BIBEbP7Ax7Qlbgt3VDEoPZCKSfzTJE { width:4.43685rem;height:4.43685rem;top:28.046876430511rem;left:2.5922310948372rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqswGIHrzBZpQ5U4gN0ycB0SqRsJxGnv { width:14.9375rem;height:14.9375rem;top:16.873698711395rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOXJ87PZAM9n0NF9CMDK9gFvtc59WPnT { width:13.125rem;height:13.125rem;top:17.811198711395rem;left:3.4993489384651rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeugSKKv2aZtPshhufRMTidizUVEuZ1b { width:16.25rem;height:16.25rem;top:34.93706882rem;left:1.6866319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #No82TUiWhcLV9WS8u52eTnbSEGc8wIUF { width:14.375rem;height:14.375rem;top:35.874568879604rem;left:2.6241319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwztlpoi744TQ4iqdFLTVN30KgnhausV { width:1.5rem;height:1.5rem;top:31.484376430511rem;left:2.8111980557442rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #NqkEZNnIcu4GWxSXXRwr0QuEH2QLR68J { width:5rem;height:5rem;top:35.843101024628rem;left:0.84418410062787rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #iEMHIEoRH5KpU7hCxoVDdSlNcbZ4quEG { width:6.125rem;height:6.125rem;top:47.311633586884rem;left:11.004774391651rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #BuT5geJh74GBTJ0mtADETyIbmlFwonJu { width:1.875rem;height:1.875rem;top:50.666236400604rem;left:3.7185333371162rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #HzTOViyVcqawGx1BOAGNIKzTWMptInpS { width:5.8125rem;height:4.75rem;top:2.1360702514649rem;left:0.70855039358137rem;z-index:15029;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Zty1fLvTTDB0BVgyAu588bMU3BLTOm5P { top:6.7801666259762rem;left:1.4366319775581rem;width:17.4375rem;height:0.1875rem;z-index:15031;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #iT6gcIegzXx5mTHNfJmSNhD1QmwKBCFg { width:7.0625rem;height:5.85rem;top:18.748916149139rem;left:6.4984810948375rem;font-size:4.875rem;font-weight:700;font-style:normal;text-align:left;text-align-last:left;z-index:15032;color:#031f59;display:block; }
 }@media only screen and (max-width: 763px) { #qFdpE5TqUrU3ZwWk6fSmQAUprE918UP7 { width:5.68685rem;height:3.15rem;top:20.623699188233rem;left:12.560764610767rem;font-size:2.625rem;font-weight:700;font-style:normal;text-align:left;text-align-last:left;z-index:15033;color:#031f59;display:block; }
 }@media only screen and (max-width: 763px) { #GUXTWzbRTbOfnI0dKi5EfBTlkJvo21ps { width:11.7480625rem;height:2.8875rem;top:26.248698711395rem;left:4.3120663762093rem;font-size:1.3125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;z-index:15034;color:#031f59;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #FqyK2qFyvFQUhmGZPsPsTxhyvh4oMttO { width:11.7480625rem;height:3.0750875rem;top:23.248266220092rem;left:4.3747833371163rem;font-size:2.5625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;z-index:15033;color:#031f59;display:block; }
 }@media only screen and (max-width: 763px) { #t8NuTh5bWTmSyPiOb4ZNlWZ5ICWhiSpB { width:10.1248125rem;height:13.311625rem;top:18.248482227326rem;left:0rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #igCK4FJyysqy6ECCWWgT9lzTrlduvTOd { width:6.9998125rem;height:9.8123125rem;top:15.451172351837rem;left:12.999132454395rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sbP4zAwSf4iXkFZDzu6NfaF4q7OWihmi { width:11.436625rem;height:15.061875rem;top:50.059680938721rem;left:0.84418410062787rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JGEne01sDK44HENxtUsAOXUUdTo86Vbp { width:9.9370625rem;height:13.75rem;top:31.873910903931rem;left:9.3732646107675rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZPdeKm9Ekh3e9VQL4iOK7ys4Lo1Tz5eQ { width:10rem;height:0.186631875rem;top:64.624563217163rem;left:5.8051217198372rem;display:none; }
 }@media only screen and (max-width: 763px) { #gvEGFZbSFi3EzxG1Uw9rLhltqOfPCWWn { width:16.25rem;height:16.25rem;top:54.125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cv1czyKTV7l4Tal2h9phcIfN5cci9ehk { width:14.375rem;height:14.375rem;top:55.0625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #czTB91CHkNoVqIPFPLUSpyaAE0V4osG8 { width:3.8737rem;height:3.15rem;top:39.21680021286rem;left:12.429253876209rem;font-size:2.625rem;font-weight:700;font-style:normal;text-align:left;text-align-last:left;z-index:15033;color:#031f59;display:block; }
 }@media only screen and (max-width: 763px) { #EhzQMZHDxFMEZIddlETvr5yhFL3oK8ab { width:9.5605625rem;height:3.0750875rem;top:41.85742521286rem;left:5.3051217198372rem;font-size:2.5625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;z-index:15033;color:#031f59;display:block; }
 }@media only screen and (max-width: 763px) { #wdNzKSCJR5UMZB4LCLd8QL0vFteLRiyi { width:6.311875rem;height:5.85rem;top:37.360896587372rem;left:6.2801650166513rem;font-size:4.875rem;font-weight:700;font-style:normal;text-align:left;text-align-last:left;z-index:15032;color:#031f59;display:block; }
 }@media only screen and (max-width: 763px) { #N0m92ckAb00LWZNNXwtwH52ysuBUvReK { width:11.1870625rem;height:2.8875rem;top:45.056861400604rem;left:4.3428819775581rem;font-size:1.3125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;z-index:15034;color:#031f59;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #eiZ5Qd91r97ifLw940rbdZ5UfrFWFUFz { width:10rem;height:0.124783125rem;top:65.562068939206rem;left:7.2428386807444rem;display:none; }
 }@media only screen and (max-width: 763px) { #DcWI4DVaoZwFdQZLFyGtslA5XMtDQ6tF { width:5.49913125rem;height:5.49913125rem;top:67.186418533325rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrWoKXSD1qNcTCMy7dH9p1wc9m1wSFwv { width:11.311875rem;height:3.75rem;top:58.904298782349rem;left:4.3435333371163rem;font-size:3.125rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;z-index:15033;color:#031f59;display:block; }
 }@media only screen and (max-width: 763px) { #w1NZBreGvGZ2a39i7LauWHd8FS8g26FA { width:10.1248125rem;height:3.7375rem;top:62.709856033325rem;left:4.9370663762093rem;font-size:1.4375rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;z-index:15034;color:#031f59;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ppF5szAdmT9QuvdIbI58T63yBH406Xlh { width:10rem;height:0.125rem;top:63.4375rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #rIHLwCm3u15fZtVAMk5iGceFWJZqItNU { width:1.74805rem;height:1.74805rem;top:52.541234970093rem;left:15.444878876209rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgCnG6RFuVJ8tVVQMaBXuHA3qcRbcrUL { width:10.7498125rem;height:14.1873125rem;top:58.904081344604rem;left:8.3094618916512rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pFTUqqH77NaUZGMINnEfyLhpc1CqvxHh { display:block; }#pFTUqqH77NaUZGMINnEfyLhpc1CqvxHh > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u5x4NEpket7rJe6ObX460SG491uT8rRB { width:20rem;height:1.875rem;top:1.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcSmRXDN4KaZF0B6vQLqUC3LtTsZQBbT { display:block; }#zcSmRXDN4KaZF0B6vQLqUC3LtTsZQBbT > .row .container { width:20rem;height:89.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H6RiES35Jt9pqUhxOZ4DTeHBON1LR09s { width:19rem;height:21.5rem;top:5.3125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s04Td9fOH44ThkCtotK8ukLBBaCTLFTL { width:3.24978125rem;height:0.0618489375rem;top:24.125rem;left:8rem;background-color:#f22f1e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #mXWpqK4Xbe2Mm0TGMVKEDKcAJnc9cmWd { width:14.6875rem;height:15.3rem;top:7.8125rem;left:2.625rem;font-size:1rem;color:#031f59;display:block; }
 }@media only screen and (max-width: 763px) { #iCAbnMvHclJ8UBrUmWZICZ5FaWByRtRu { width:12.5rem;height:1.3rem;top:24.875rem;left:3.6875rem;font-size:1rem;color:#031f59;display:block; }
 }@media only screen and (max-width: 763px) { #dOsh0GTmVCow1tVl7CocMiAgz3nRHtzz { width:18.9375rem;height:21.1875rem;top:31.9375rem;left:0.4375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #w4nElP16yhyEtDUzMFPAtt3WvHN0Nk9R { width:14.6875rem;height:11.9rem;top:35.625rem;left:2.4375rem;font-size:1rem;color:#031f59;display:block; }
 }@media only screen and (max-width: 763px) { #HO29hQ46LUM2NqmNlVyL89BN8HJuWeot { width:3.1875rem;height:0;top:63.6875rem;left:8.5625rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #EpCEEVHzput3cqWSTAalgGS4l9VtzB4B { width:12.5rem;height:1.3rem;top:50.4375rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJ5L4TJViWOyxooS2uzt9w97EmmPZfUK { width:18.9375rem;height:25.0625rem;top:58.4375rem;left:0.5rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #FoaeoZakFDgLSR0xyFyTDSqab4ZHdrXi { width:14.6875rem;height:17rem;top:62rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXnJKJWpe6oegIrrGftK30eolXoIIdkR { width:3.1875rem;height:0;top:89.75rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p23XFT5MmfdeExcplQaMn7k6JWGPOcLS { width:12.5rem;height:1.3rem;top:80.9375rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUx5ire62PnMhKa7bZeIbEXTtioDF3Bw { display:flex;width:2.3112rem;height:2.3112rem;top:5.3125066757202rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QVC6C42kMVDQ2lf4JQJ1wLT1NhOv4Lxu { display:flex;width:2.3112rem;height:2.3112rem;top:5.3125009536743rem;left:17.129992544651rem; }
 }@media only screen and (max-width: 763px) { #rqcHfKxtP3eB0KK4vJ7UUfVgyiBvmNSp { width:3.2487rem;height:0.0618489375rem;top:49.625rem;left:8.1875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #sM8gUf4PqODFaIqoeCRqnTZ8Bwq8CLEq { width:3.2487rem;height:0.0618489375rem;top:80.1875rem;left:8.25rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #z19asQg62aqW5CfewQuMoPoWQnsT16Rp { width:3.81185rem;height:3.81185rem;top:3.4375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXkHD6UvrV5b85esGTbVrNcDDK3w8fzP { width:3.9375rem;height:3.9375rem;top:30rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlOWLzpGTTHOzebPcFyaNcgZNihRGSNs { width:3.9375rem;height:3.9375rem;top:56.5625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmJKQ1GUzZueeDJpblGZ6EuAzSrGfJWO { display:flex;width:2.3112rem;height:2.3112rem;top:31.936850547791rem;left:0rem;z-index:15034; }
 }@media only screen and (max-width: 763px) { #f4G00Byl8i7L2mq2f4lm5CqRpkNfyQ4x { display:flex;width:2.3112rem;height:2.3112rem;top:58.436408042908rem;left:0rem;z-index:15035; }
 }@media only screen and (max-width: 763px) { #KJg1VmSU08Q2wbUQyOdKMIWkxG7hvk6E { display:flex;width:2.3112rem;height:2.3112rem;top:31.693796634674rem;left:17.687718451023rem;z-index:15035; }
 }@media only screen and (max-width: 763px) { #zvw3T2gPmtyUK0e4f2z2bfSBVxkJ0IwT { display:flex;width:2.3112rem;height:2.3112rem;top:58.437503814698rem;left:17.687718451023rem;z-index:15036; }
 }@media only screen and (max-width: 763px) { #wFIuQsBed6TP0FckTLeM7nzl9xIabyvo { background-color:#ffffff;background-image:none;display:block; }#wFIuQsBed6TP0FckTLeM7nzl9xIabyvo > .row .container { background-color: transparent; background-image: none; }#wFIuQsBed6TP0FckTLeM7nzl9xIabyvo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFIuQsBed6TP0FckTLeM7nzl9xIabyvo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFIuQsBed6TP0FckTLeM7nzl9xIabyvo > .row .container > .video-iframe-container { display: none; }#wFIuQsBed6TP0FckTLeM7nzl9xIabyvo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFIuQsBed6TP0FckTLeM7nzl9xIabyvo > .row > .video-iframe-container { display: none; }#wFIuQsBed6TP0FckTLeM7nzl9xIabyvo > .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); }#wFIuQsBed6TP0FckTLeM7nzl9xIabyvo > .row .container { width:20rem;height:91.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iBsLNfDsUswOJmUm4zs2RGsJT8ezc1wr { width:18.9995625rem;height:27.6248125rem;top:4.8112rem;left:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.8125rem rgba(123,123,123,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #wpllnMilVI4UBpu5WLDeAls6ZgcT1324 { width:15.2485rem;height:19.125rem;top:8.2085428237912rem;left:2.3752170205116rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hv5zPUfhAlzxWqzEA7AR4AlK27hS5lG5 { width:12.5rem;height:1.3rem;top:30.059681653976rem;left:3.7500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhF0Q1AwlX6ZSHfAdLkCl3BtLszFEoqP { width:18.9375rem;height:28.8125rem;top:36.625rem;left:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.8125rem rgba(123,123,123,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #TF8TgQT7toMDr0ipwLUMTAbzEXxsmVib { width:14.6875rem;height:22.20625rem;top:39.614803314209rem;left:2.6562500596046rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVbeWJqSKu7XEWDyusBI2SNgGW4LsmuH { width:12.5rem;height:1.3rem;top:63.5185546875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyD3uVnP3rbJw9gTKrVGXLRtqCMApFPZ { width:18.936625rem;height:22.7495625rem;top:67.75rem;left:0.5rem;z-index:14998;box-shadow: 0.0625rem 0.0625rem 1.8125rem rgba(123,123,123,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #l2TdHr8kznU3tXeq2mFNhkfL6v83F0X3 { width:14.6875rem;height:15.3rem;top:71.47244262695rem;left:2.6562500596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KiP0nzDPTekRi55MXA3CSiOVJV14gD67 { width:12.5rem;height:1.3rem;top:88.373481750487rem;left:3.7500000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UW1BJysR4UgKp481HasT1tuVs9lMfqtt { display:flex;width:2.3112rem;height:2.3112rem;top:5.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #m4GP80DpoLnHoh5DqO5MwOqCFIfs70Mz { display:flex;width:2.3112rem;height:2.3112rem;top:5.9375rem;left:17.6875rem; }
 }@media only screen and (max-width: 763px) { #GrdiQAbTTeWpaXkrF9fIOys6CSSvO07e { width:3.93663125rem;height:3.93663125rem;top:3.5677155029297rem;left:7.9989166259762rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJw6Ew5s6BwBNZvbBtbvAZUyH1AOnikG { width:3.93663125rem;height:3.93663125rem;top:35.4375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7nrAQdc4lR2nsu5VbkKMkIAAsKfCFBN { width:3.93663125rem;height:3.93663125rem;top:66.5625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oms77SlEwA4Ng8yXQmnmZ9BMVomiHTMG { display:flex;width:2.3112rem;height:2.3112rem;top:68.25rem;left:0rem;z-index:15036; }
 }@media only screen and (max-width: 763px) { #oGINJEtCyrJmy1vkGVRBcBFBcLPFa5tb { display:flex;width:2.3112rem;height:2.3112rem;top:68.25rem;left:17.6875rem;z-index:15037; }
 }@media only screen and (max-width: 763px) { #u6c5XQseMGTdE541AbDaecLi01NxOxcO { display:flex;width:2.3112rem;height:2.3112rem;top:37.375rem;left:17.6875rem;z-index:15039; }
 }@media only screen and (max-width: 763px) { #oDls0kLIqxVvQ4UoRcVFmBLeziApRrqD { display:flex;width:2.3112rem;height:2.3112rem;top:37.375rem;left:0rem;z-index:15038; }
 }@media only screen and (max-width: 763px) { #um3RvhVgZXTS3bOCcPJ8GQodghw4izUm { width:3.25rem;height:0.0625rem;top:62.748046875rem;left:7.810546875rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #g50TxpfGThN6ZTpQdEnMMhOPruxUmtdT { width:3.25rem;height:0.0625rem;top:28.998046875rem;left:8.375rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #RdcyENS8OnZWNcGMSwLebQzQ0onZQICA { width:3.25rem;height:0.0625rem;top:87.498046875rem;left:8.375rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #IhXkIuRtETnL2uZdcrGMctOkVqgq09Qy { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4497926a-77bf-43ea-9b0d-8a6b5ce17736/DZIECKO_mobile.webp");background-position:center left !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; }#IhXkIuRtETnL2uZdcrGMctOkVqgq09Qy.adaptive-delivery-prevent-bg, #IhXkIuRtETnL2uZdcrGMctOkVqgq09Qy.lazyload, #IhXkIuRtETnL2uZdcrGMctOkVqgq09Qy.lazyloading { background-image: none; }#IhXkIuRtETnL2uZdcrGMctOkVqgq09Qy > .row .container { background-color: transparent; background-image: none; }#IhXkIuRtETnL2uZdcrGMctOkVqgq09Qy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhXkIuRtETnL2uZdcrGMctOkVqgq09Qy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhXkIuRtETnL2uZdcrGMctOkVqgq09Qy > .row .container > .video-iframe-container { display: none; }#IhXkIuRtETnL2uZdcrGMctOkVqgq09Qy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhXkIuRtETnL2uZdcrGMctOkVqgq09Qy > .row > .video-iframe-container { display: none; }#IhXkIuRtETnL2uZdcrGMctOkVqgq09Qy > .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); }#IhXkIuRtETnL2uZdcrGMctOkVqgq09Qy > .row .container { border-width: 0; border-radius: 0; }#IhXkIuRtETnL2uZdcrGMctOkVqgq09Qy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IhXkIuRtETnL2uZdcrGMctOkVqgq09Qy > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fsdRoE5SrSz1BEZp3MIMx1hLD7OpThcH { width:20rem;height:11.8120625rem;top:0rem;left:0rem;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtD54Oun7F64O5tZfwwt5wN4i5f0UtAa { top:0rem;left:0rem;width:19.9375rem;height:4.9375rem;z-index:14997;background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #VIHWanduivRsWevNao09OUE5fXSMrEhc { width:20rem;height:31.9375rem;top:29.287769317627rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QQKITkuiiCuHt4yTDiqWUkJOl83aIX5b { width:20rem;height:5.525rem;top:0.68576431274412rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TEwMfFWW3tAnxGMoOpTEpH1f820SlD9z { width:19.8730625rem;height:6.9998125rem;top:5.4546432495117rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGWqTD3ZTeVhNJKcN4x8g5yaeun8hsvF { width:20rem;height:1.1002625rem;top:27.224393844604rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;color:#002c7a;display:block; }
 }@media only screen and (max-width: 763px) { #T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz { background-color:transparent;background-image:none;display:block; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { background-color: transparent; background-image: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container > .video-iframe-container { display: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row > .video-iframe-container { display: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .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); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r { width:1.75rem;height:1.75rem;top:1.375rem;left:7.5rem;display:block; }
#FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #TPpUNe8edykLeak8E1pkcfbyuCVGKiae { width:2rem;height:2rem;top:1.1875rem;left:10.6875rem;display:block; }
#TPpUNe8edykLeak8E1pkcfbyuCVGKiae > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 { width:1.9375rem;height:1.9375rem;top:1.1875rem;left:14rem;display:block; }
#AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #NMJECv8JZz3IqCZLDBJtLmTHleArXIyz { width:1.75rem;height:1.75rem;top:1.375rem;left:4rem;display:block; }
#NMJECv8JZz3IqCZLDBJtLmTHleArXIyz > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { background-color: transparent; background-image: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container > .video-iframe-container { display: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container { display: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .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); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { border-width: 0; border-radius: 0; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XeD4dLuNAMyEVyvcmqAT66zBv5gPbtKA { width:19.7471875rem;height:2rem;top:0rem;left:0rem;font-size:0.625rem;color:#343a40;line-height:1.6;display:block; }
 }