.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#f3f9fb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#zcgPC6aZpEyZNbZQdTkgDfJN2GUKKg9h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f9fb;background-image:url("https://images.assets-landingi.com/dmEAqmnd/LO_zapisy_na_kurs_zdje_cie_g_o_wne_2_.png");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; }#zcgPC6aZpEyZNbZQdTkgDfJN2GUKKg9h.adaptive-delivery-prevent-bg, #zcgPC6aZpEyZNbZQdTkgDfJN2GUKKg9h.lazyload, #zcgPC6aZpEyZNbZQdTkgDfJN2GUKKg9h.lazyloading { background-image: none; }#zcgPC6aZpEyZNbZQdTkgDfJN2GUKKg9h > .row .container { background-color: transparent; background-image: none; }#zcgPC6aZpEyZNbZQdTkgDfJN2GUKKg9h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcgPC6aZpEyZNbZQdTkgDfJN2GUKKg9h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcgPC6aZpEyZNbZQdTkgDfJN2GUKKg9h > .row .container > .video-iframe-container { display: none; }#zcgPC6aZpEyZNbZQdTkgDfJN2GUKKg9h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcgPC6aZpEyZNbZQdTkgDfJN2GUKKg9h > .row > .video-iframe-container { display: none; }#zcgPC6aZpEyZNbZQdTkgDfJN2GUKKg9h > .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); }#zcgPC6aZpEyZNbZQdTkgDfJN2GUKKg9h > .row .container { border-width: 0; border-radius: 0; }#zcgPC6aZpEyZNbZQdTkgDfJN2GUKKg9h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zcgPC6aZpEyZNbZQdTkgDfJN2GUKKg9h > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:75rem;position:relative;display:block; }#ZSJUMh4T1JlQlsSLcNr4rkGsLhwrG3Gn { color:#027373;display:block;width:42.3105625rem;position:absolute;font-family:"josefin sans";font-size:3.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15.62109375rem;left:16.31103515625rem;height:4.46875rem;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;display:block; }
#PE2R8iPBzVBfe9HwNtctwW9dfurkflZd { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.6875rem;width:4.6875rem;position:absolute;display:block;z-index:15023;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.75rem;left:35.15625rem;overflow:hidden;display:block; }
#VHmHEu3AnnDJhTIpwo4bNiWqTNrWIVcD { color:#0babc1;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:3.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9.65185546875rem;left:0rem;height:4.46875rem;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; }
#UT9MMOvI4TqJMv2w1u3ZVcbsEyguPvum { color:#027373;display:block;width:37.5rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:21.9990234375rem;left:18.75rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qlqI9luHw6bPm2eiwA5fst4LkBV9z93W { color:#0babc1;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.65185546875rem;left:0rem;height:4.4166665077209rem;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;display:none; }
#GoqvFwd7CovvThSa6g7hdCMrbAgCRCxG { position:absolute;display:block;z-index:15025;height:6.3125rem;width:11.25rem;top:2.2484376430511rem;left:7.5625rem;display:block; }
#otPU0xFCzFo0B6uL1F8GRdMcgO0OiC4M { position:relative;display:block; }#otPU0xFCzFo0B6uL1F8GRdMcgO0OiC4M { background-color: transparent; background-image: none; }#otPU0xFCzFo0B6uL1F8GRdMcgO0OiC4M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otPU0xFCzFo0B6uL1F8GRdMcgO0OiC4M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otPU0xFCzFo0B6uL1F8GRdMcgO0OiC4M > .row .container > .video-iframe-container { display: none; }#otPU0xFCzFo0B6uL1F8GRdMcgO0OiC4M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otPU0xFCzFo0B6uL1F8GRdMcgO0OiC4M > .row > .video-iframe-container { display: none; }#otPU0xFCzFo0B6uL1F8GRdMcgO0OiC4M > .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); }#otPU0xFCzFo0B6uL1F8GRdMcgO0OiC4M { border-width: 0; border-radius: 0; }#otPU0xFCzFo0B6uL1F8GRdMcgO0OiC4M > .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; }#otPU0xFCzFo0B6uL1F8GRdMcgO0OiC4M > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f3f9fb;background-image:none;font-size:0.875rem;font-family:arial;height:29.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; }#ragqTl91fNzrhoX4A02DKn3IdUg8SXo0 { color:#027373;display:block;width:18.75rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:24.6875rem;left:28.125rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C7PvG4eTmczk6raA99truNpNTIgfIRLx { color:#027373;display:block;width:18.75rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:17.6875rem;left:28.125rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FDl8CM3nvhcGU1AhXtab22T6P66bBfW1 { color:#027373;display:block;width:18.75rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:17.6875rem;left:53.125rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N069mvP5dJMeT9qT8Xovg5CHWcxJOqFt { color:#027373;display:block;width:18.75rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:17.6875rem;left:3.125rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PE3p2eT63IpMTeiIsKyb2IbEdfiNmTC9 { color:#027373;display:block;width:18.75rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:24.6875rem;left:3.125rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MO6P7TQIKA8t0NxoBs6RgWQTVhrFIZUJ { color:#027373;display:block;width:18.75rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:15.3125rem;left:3.125rem;height:1.4625rem;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; }
#ghLeQWbhfuFz3oisvtdxLwXWrhP4EiNR { color:#027373;display:block;width:18.75rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:15.3125rem;left:28.125rem;height:1.4625rem;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; }
#duK4nU2AqLAy0Nm4nDVkqH4G3Ra15Fwp { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:16.5625rem;top:3.625rem;left:4.0625rem;overflow:hidden;display:block; }
#SUw64IkDRHtOS4E2GUlRZ0LGmuIcnXah { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:16.75rem;top:3.625rem;left:29.0625rem;overflow:hidden;display:block; }
#EDLv36XBELHrB5LG12rhTqeyT5IuMrCN { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:16.75rem;top:3.625rem;left:54.0625rem;overflow:hidden;display:block; }
#WAFD8aEzunEMhVCtOOLcwdvQUZc66xVc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f9fb;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; }#WAFD8aEzunEMhVCtOOLcwdvQUZc66xVc > .row .container { background-color: transparent; background-image: none; }#WAFD8aEzunEMhVCtOOLcwdvQUZc66xVc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAFD8aEzunEMhVCtOOLcwdvQUZc66xVc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAFD8aEzunEMhVCtOOLcwdvQUZc66xVc > .row .container > .video-iframe-container { display: none; }#WAFD8aEzunEMhVCtOOLcwdvQUZc66xVc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAFD8aEzunEMhVCtOOLcwdvQUZc66xVc > .row > .video-iframe-container { display: none; }#WAFD8aEzunEMhVCtOOLcwdvQUZc66xVc > .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); }#WAFD8aEzunEMhVCtOOLcwdvQUZc66xVc > .row .container { border-width: 0; border-radius: 0; }#WAFD8aEzunEMhVCtOOLcwdvQUZc66xVc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WAFD8aEzunEMhVCtOOLcwdvQUZc66xVc > .row .container { font-size:0.875rem;font-family:arial;height:52.5rem;width:75rem;position:relative;display:block; }#tqGvUdy7eQFz82HKN2STwXbccW0vWQ3J { color:#f2f9ff;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZS71vFKKrukWEaxfO7PlWAZLyzG4mfII { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:31.5625rem;width:56.25rem;top:16.353149414062rem;left:9.375rem;display:block; }
#hZF8JmcME36xsKkyuQ3TVX5kfiDN9iMF { color:#f2f9ff;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.9791717529297rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nweQc7h8AHf3vD67KHgF8RS8MUVrtS0R { position:absolute;display:block;z-index:15001;background-color:#f1a41f;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:14.1875rem;width:75rem;top:0rem;left:0rem;display:block; }
#zV2dCd6V9Qrz6J1KouTco5sHUus634HW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f9fb;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; }#zV2dCd6V9Qrz6J1KouTco5sHUus634HW > .row .container { background-color: transparent; background-image: none; }#zV2dCd6V9Qrz6J1KouTco5sHUus634HW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zV2dCd6V9Qrz6J1KouTco5sHUus634HW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zV2dCd6V9Qrz6J1KouTco5sHUus634HW > .row .container > .video-iframe-container { display: none; }#zV2dCd6V9Qrz6J1KouTco5sHUus634HW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zV2dCd6V9Qrz6J1KouTco5sHUus634HW > .row > .video-iframe-container { display: none; }#zV2dCd6V9Qrz6J1KouTco5sHUus634HW > .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); }#zV2dCd6V9Qrz6J1KouTco5sHUus634HW > .row .container { border-width: 0; border-radius: 0; }#zV2dCd6V9Qrz6J1KouTco5sHUus634HW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zV2dCd6V9Qrz6J1KouTco5sHUus634HW > .row .container { font-size:0.875rem;font-family:arial;height:12.875rem;width:75rem;position:relative;display:block; }#CzacdGQV5Q3bezMMol0INur6VMJKSiyh { color:#f2f9ff;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:2.84375rem;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; }
#GU0Vcs7qeeZNe7JPh1UonVBeQWoFOIRr { background-color:#52a5a9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f2f9ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:3.43566875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:7.916259765625rem;left:21.875rem;display:block; }
#XUtWqUTryGmRkwcFzn67XPbuAKXDWMSy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B8uCzilpMgIHHBVptkpXp2HSVTGSRCU3 { position:relative;display:block; }#B8uCzilpMgIHHBVptkpXp2HSVTGSRCU3 { background-color: transparent; background-image: none; }#B8uCzilpMgIHHBVptkpXp2HSVTGSRCU3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B8uCzilpMgIHHBVptkpXp2HSVTGSRCU3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B8uCzilpMgIHHBVptkpXp2HSVTGSRCU3 > .row .container > .video-iframe-container { display: none; }#B8uCzilpMgIHHBVptkpXp2HSVTGSRCU3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B8uCzilpMgIHHBVptkpXp2HSVTGSRCU3 > .row > .video-iframe-container { display: none; }#B8uCzilpMgIHHBVptkpXp2HSVTGSRCU3 > .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); }#B8uCzilpMgIHHBVptkpXp2HSVTGSRCU3 { border-width: 0; border-radius: 0; }#B8uCzilpMgIHHBVptkpXp2HSVTGSRCU3 > .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; }#B8uCzilpMgIHHBVptkpXp2HSVTGSRCU3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f3f9fb;background-image:none;font-size:0.875rem;font-family:arial;height:30.25rem;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; }#T2lWCIJfld7wTqVDlbd0EcSbhmgqKquS { color:#47545a;display:block;width:30.875rem;position:absolute;font-family:"josefin sans";font-size:1rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:2.875rem;left:8.5rem;height:22.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#T2lWCIJfld7wTqVDlbd0EcSbhmgqKquS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T2lWCIJfld7wTqVDlbd0EcSbhmgqKquS li:before{  }
#kv2J8TFxpasrEuLTpDd9TKECeTuh77Kd { color:#47545a;display:block;width:27.0625rem;position:absolute;font-family:"josefin sans";font-size:1rem;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:2.875rem;left:39.4375rem;height:22.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#kv2J8TFxpasrEuLTpDd9TKECeTuh77Kd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kv2J8TFxpasrEuLTpDd9TKECeTuh77Kd li:before{  }
#MGmyH7K9Dry8R1qKNBGeRW5qX0IuLCpK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f9fb;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; }#MGmyH7K9Dry8R1qKNBGeRW5qX0IuLCpK > .row .container { background-color: transparent; background-image: none; }#MGmyH7K9Dry8R1qKNBGeRW5qX0IuLCpK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGmyH7K9Dry8R1qKNBGeRW5qX0IuLCpK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGmyH7K9Dry8R1qKNBGeRW5qX0IuLCpK > .row .container > .video-iframe-container { display: none; }#MGmyH7K9Dry8R1qKNBGeRW5qX0IuLCpK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGmyH7K9Dry8R1qKNBGeRW5qX0IuLCpK > .row > .video-iframe-container { display: none; }#MGmyH7K9Dry8R1qKNBGeRW5qX0IuLCpK > .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); }#MGmyH7K9Dry8R1qKNBGeRW5qX0IuLCpK > .row .container { border-width: 0; border-radius: 0; }#MGmyH7K9Dry8R1qKNBGeRW5qX0IuLCpK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MGmyH7K9Dry8R1qKNBGeRW5qX0IuLCpK > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;position:relative;display:block; }#eVpFtNJgd59FaBgpqNEn12WZzfNb21Sy { color:#f2f9ff;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:2.84375rem;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; }
#J2qB77fo7IyHu8gmN9KCldVZRqi5pZJt { background-color:#f1a41f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f2f9ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:3.43628125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:7.9052734375rem;left:21.875rem;display:block; }
#auum8cgmUTJXLylGaqM2poOVGiP4BNaU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Aqo2sE1NMXEnepxPzdkX630XVtP8UmxK { position:relative;display:block; }#Aqo2sE1NMXEnepxPzdkX630XVtP8UmxK { background-color: transparent; background-image: none; }#Aqo2sE1NMXEnepxPzdkX630XVtP8UmxK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Aqo2sE1NMXEnepxPzdkX630XVtP8UmxK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Aqo2sE1NMXEnepxPzdkX630XVtP8UmxK > .row .container > .video-iframe-container { display: none; }#Aqo2sE1NMXEnepxPzdkX630XVtP8UmxK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Aqo2sE1NMXEnepxPzdkX630XVtP8UmxK > .row > .video-iframe-container { display: none; }#Aqo2sE1NMXEnepxPzdkX630XVtP8UmxK > .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); }#Aqo2sE1NMXEnepxPzdkX630XVtP8UmxK { border-width: 0; border-radius: 0; }#Aqo2sE1NMXEnepxPzdkX630XVtP8UmxK > .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; }#Aqo2sE1NMXEnepxPzdkX630XVtP8UmxK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f3f9fb;background-image:none;font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#x8J8BfS6zaFdUVmLD6Po1Ig2qsMsV7Ir { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f9fb;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; }#x8J8BfS6zaFdUVmLD6Po1Ig2qsMsV7Ir > .row .container { background-color: transparent; background-image: none; }#x8J8BfS6zaFdUVmLD6Po1Ig2qsMsV7Ir::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x8J8BfS6zaFdUVmLD6Po1Ig2qsMsV7Ir > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x8J8BfS6zaFdUVmLD6Po1Ig2qsMsV7Ir > .row .container > .video-iframe-container { display: none; }#x8J8BfS6zaFdUVmLD6Po1Ig2qsMsV7Ir > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x8J8BfS6zaFdUVmLD6Po1Ig2qsMsV7Ir > .row > .video-iframe-container { display: none; }#x8J8BfS6zaFdUVmLD6Po1Ig2qsMsV7Ir > .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); }#x8J8BfS6zaFdUVmLD6Po1Ig2qsMsV7Ir > .row .container { border-width: 0; border-radius: 0; }#x8J8BfS6zaFdUVmLD6Po1Ig2qsMsV7Ir > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x8J8BfS6zaFdUVmLD6Po1Ig2qsMsV7Ir > .row .container { font-size:0.875rem;font-family:arial;height:52.4375rem;width:75rem;position:relative;display:block; }#a72ER7HQ6WuBgEFFZXc6XrSPKTzLLpAt { color:#f2f9ff;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fpFrBIOoXFkXp0lspocNho821635TM09 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:31.5625rem;width:56.25rem;top:16.520385742188rem;left:9.375rem;display:block; }
#ZRSXr3AUmSVf7oxWRk8NQiobT8OT22vu { color:#f2f9ff;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.9791717529297rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zCyTbRhhJMJeIU6ZRrav4TvCrsMsI8JV { position:absolute;display:block;z-index:15002;background-color:#2eb2be;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:14.1875rem;width:75rem;top:0rem;left:0rem;display:block; }
#FGilllCwGMIbmKUF5ezQhbfBgNEGdeeH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f9fb;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; }#FGilllCwGMIbmKUF5ezQhbfBgNEGdeeH > .row .container { background-color: transparent; background-image: none; }#FGilllCwGMIbmKUF5ezQhbfBgNEGdeeH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGilllCwGMIbmKUF5ezQhbfBgNEGdeeH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGilllCwGMIbmKUF5ezQhbfBgNEGdeeH > .row .container > .video-iframe-container { display: none; }#FGilllCwGMIbmKUF5ezQhbfBgNEGdeeH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGilllCwGMIbmKUF5ezQhbfBgNEGdeeH > .row > .video-iframe-container { display: none; }#FGilllCwGMIbmKUF5ezQhbfBgNEGdeeH > .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); }#FGilllCwGMIbmKUF5ezQhbfBgNEGdeeH > .row .container { border-width: 0; border-radius: 0; }#FGilllCwGMIbmKUF5ezQhbfBgNEGdeeH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FGilllCwGMIbmKUF5ezQhbfBgNEGdeeH > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:75rem;position:relative;display:block; }#e95Q1de5m4XC0VvfcttVi69wfTVqtqD7 { color:#f2f9ff;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:2.84375rem;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; }
#h0o6FHiv1zKsdyb6VaNuBIRDOvvmxSrG { background-color:#52a5a9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f2f9ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:3.4361979961395rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:8.6875rem;left:21.875rem;display:block; }
#eAz9h5aT04LU7IPOK21qsUPKSWxhTS20 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NiZnpeyP9S1bQgABw1L8JIKFexhTdw67 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f9fb;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; }#NiZnpeyP9S1bQgABw1L8JIKFexhTdw67 > .row .container { background-color: transparent; background-image: none; }#NiZnpeyP9S1bQgABw1L8JIKFexhTdw67::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NiZnpeyP9S1bQgABw1L8JIKFexhTdw67 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NiZnpeyP9S1bQgABw1L8JIKFexhTdw67 > .row .container > .video-iframe-container { display: none; }#NiZnpeyP9S1bQgABw1L8JIKFexhTdw67 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NiZnpeyP9S1bQgABw1L8JIKFexhTdw67 > .row > .video-iframe-container { display: none; }#NiZnpeyP9S1bQgABw1L8JIKFexhTdw67 > .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); }#NiZnpeyP9S1bQgABw1L8JIKFexhTdw67 > .row .container { border-width: 0; border-radius: 0; }#NiZnpeyP9S1bQgABw1L8JIKFexhTdw67 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NiZnpeyP9S1bQgABw1L8JIKFexhTdw67 > .row .container { font-size:0.875rem;font-family:arial;height:27.125rem;width:75rem;position:relative;display:block; }#sVcuPKOW7UrqAT2mAHcCwEt1Vgs3aw53 { color:#47545a;display:block;width:28rem;position:absolute;font-family:"josefin sans";font-size:1rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:2.25rem;left:9.4375rem;height:20.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#sVcuPKOW7UrqAT2mAHcCwEt1Vgs3aw53 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sVcuPKOW7UrqAT2mAHcCwEt1Vgs3aw53 li:before{  }
#dztLcFF4yxlGB46ae4dHVhKtPds2LQTc { color:#47545a;display:block;width:28rem;position:absolute;font-family:"josefin sans";font-size:1rem;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:2.25rem;left:37.5625rem;height:20.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#dztLcFF4yxlGB46ae4dHVhKtPds2LQTc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dztLcFF4yxlGB46ae4dHVhKtPds2LQTc li:before{  }
#TlPwolwPecIK5cLnAr4bk4Cfdb5Cd0Hh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f9fb;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; }#TlPwolwPecIK5cLnAr4bk4Cfdb5Cd0Hh > .row .container { background-color: transparent; background-image: none; }#TlPwolwPecIK5cLnAr4bk4Cfdb5Cd0Hh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlPwolwPecIK5cLnAr4bk4Cfdb5Cd0Hh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlPwolwPecIK5cLnAr4bk4Cfdb5Cd0Hh > .row .container > .video-iframe-container { display: none; }#TlPwolwPecIK5cLnAr4bk4Cfdb5Cd0Hh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlPwolwPecIK5cLnAr4bk4Cfdb5Cd0Hh > .row > .video-iframe-container { display: none; }#TlPwolwPecIK5cLnAr4bk4Cfdb5Cd0Hh > .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); }#TlPwolwPecIK5cLnAr4bk4Cfdb5Cd0Hh > .row .container { border-width: 0; border-radius: 0; }#TlPwolwPecIK5cLnAr4bk4Cfdb5Cd0Hh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TlPwolwPecIK5cLnAr4bk4Cfdb5Cd0Hh > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:75rem;position:relative;display:block; }#dN1srXTaGTvGcMp3hvzZVyKUis2gyRA1 { color:#f2f9ff;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:2.84375rem;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; }
#LSIV095PgZpLQ92FxfxCANgS5vPTkAfT { background-color:#2eb2be;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f2f9ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:3.436525rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:9.1552734375rem;left:21.873046875rem;display:block; }
#T11hPWw6hbJeSc67FTokWf3R8eqDWJei { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ostnns63dqdZXzTer5TL1t2Z6o4aMmMT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fcff;background-image:url("https://images.assets-landingi.com/uc/82c0ee35-87fb-45ba-95df-be4bebea0125/KawaCukierbio.png");background-position:top 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; }#Ostnns63dqdZXzTer5TL1t2Z6o4aMmMT.adaptive-delivery-prevent-bg, #Ostnns63dqdZXzTer5TL1t2Z6o4aMmMT.lazyload, #Ostnns63dqdZXzTer5TL1t2Z6o4aMmMT.lazyloading { background-image: none; }#Ostnns63dqdZXzTer5TL1t2Z6o4aMmMT > .row .container { background-color: transparent; background-image: none; }#Ostnns63dqdZXzTer5TL1t2Z6o4aMmMT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ostnns63dqdZXzTer5TL1t2Z6o4aMmMT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ostnns63dqdZXzTer5TL1t2Z6o4aMmMT > .row .container > .video-iframe-container { display: none; }#Ostnns63dqdZXzTer5TL1t2Z6o4aMmMT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ostnns63dqdZXzTer5TL1t2Z6o4aMmMT > .row > .video-iframe-container { display: none; }#Ostnns63dqdZXzTer5TL1t2Z6o4aMmMT > .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); }#Ostnns63dqdZXzTer5TL1t2Z6o4aMmMT > .row .container { border-width: 0; border-radius: 0; }#Ostnns63dqdZXzTer5TL1t2Z6o4aMmMT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ostnns63dqdZXzTer5TL1t2Z6o4aMmMT > .row .container { font-size:0.875rem;font-family:arial;height:51.1875rem;width:75rem;position:relative;display:block; }#p0pz7L1IaUALipTxKlOOsHpscL4mLoPG { display:block;width:38.875rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:12.0625rem;left:0rem;height:5.625rem;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VznuZDopnio3KTFuXUvnUBq0Hlf5Fvk7 { display:block;width:36.4375rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:18.624877929688rem;left:0rem;height:24.75rem;color:#ffffff;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ktIIBMSOTPelAlPBJGt1CttEsHcM7H4D { display:block;width:75rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:11.39453125rem;left:0rem;height:9rem;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:none; }
#AynSd2hB9a8IkttGPB3nkMM23JOiNvgu { display:block;width:32.1875rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:8.1875rem;left:0rem;height:2.8125rem;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rXkPIL7n8te2g8UfTmz4zOxTWZeNry3f { display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:55.708312988281rem;left:0.6875rem;height:37.5rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#RGh9OTzrJD09HU0JbFUvp1W11m3kr3Mv { display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:55.708312988281rem;left:0.6875rem;height:37.5rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#JgwEBaJICrrP27hgtWwBSO3KPNzICB4A { color:#47545a;display:block;width:32.6875rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15023;line-height:1.8;letter-spacing:0;top:55.791687011719rem;left:40.875rem;height:17.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#zBBAqRRNzzWGfhbRTZ59ZlKlF4bw7Lo2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:20.625rem;display:none; }
#Vg5UW03vg3xu4bZMeSovgbFJsqiV1JUw { display:block;width:38.875rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:12.245660781861rem;left:31.4375rem;height:5.625rem;color:#47545a;font-style:normal;text-align:left;text-align-last:left;display:none; }
#KUfTibiNrLGzLroGqlZqLyJi5b12gd8B { display:block;width:43.5625rem;position:absolute;font-family:"josefin sans";font-size:1.4375rem;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:19.519965469838rem;left:31.4375rem;height:31.05rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Kq4LhRBgwabFrraRtmTdObOW3Xu1Lsdw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ddfbfc;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; }#Kq4LhRBgwabFrraRtmTdObOW3Xu1Lsdw > .row .container { background-color: transparent; background-image: none; }#Kq4LhRBgwabFrraRtmTdObOW3Xu1Lsdw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kq4LhRBgwabFrraRtmTdObOW3Xu1Lsdw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kq4LhRBgwabFrraRtmTdObOW3Xu1Lsdw > .row .container > .video-iframe-container { display: none; }#Kq4LhRBgwabFrraRtmTdObOW3Xu1Lsdw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kq4LhRBgwabFrraRtmTdObOW3Xu1Lsdw > .row > .video-iframe-container { display: none; }#Kq4LhRBgwabFrraRtmTdObOW3Xu1Lsdw > .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); }#Kq4LhRBgwabFrraRtmTdObOW3Xu1Lsdw > .row .container { border-width: 0; border-radius: 0; }#Kq4LhRBgwabFrraRtmTdObOW3Xu1Lsdw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kq4LhRBgwabFrraRtmTdObOW3Xu1Lsdw > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#bdSExhDe2xdxLh8D8ACWbPAe4feRQiIA { color:#47545a;display:block;width:17.5rem;position:absolute;font-family:"josefin sans";font-size:3rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:5.0625rem;left:2.4375rem;height:3.9rem;font-style:normal;display:block; }
#FUUfEOmahy4XBXqlWO53zmtvyxg7pmbX { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:9.375rem;top:5.3125rem;left:30.9375rem;overflow:hidden;display:block; }
#FDiXMI0edCJThn8V1wq5Okui9ss08iO7 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:2.375rem;left:60.75rem;overflow:hidden;display:block; }
#dx7DeNpiQAmhwgpmTrcaQQ3As7AXawIr { 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:9.375rem;width:9.375rem;top:2.375rem;left:51.375rem;overflow:hidden;display:block; }
#LuRD0Npf0hunAIArLb4V6Jgb4ITT0mlm { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:2.375rem;left:19.875rem;overflow:hidden;display:block; }
#KUD0vNfCT8SIUAuvUeMTIpnfOupX0PD3 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:2.375rem;left:42rem;overflow:hidden;display:block; }
#kDofMuZyFSKPhdntm4wQvTHNTanl46kZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;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; }#kDofMuZyFSKPhdntm4wQvTHNTanl46kZ > .row .container { background-color: transparent; background-image: none; }#kDofMuZyFSKPhdntm4wQvTHNTanl46kZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDofMuZyFSKPhdntm4wQvTHNTanl46kZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDofMuZyFSKPhdntm4wQvTHNTanl46kZ > .row .container > .video-iframe-container { display: none; }#kDofMuZyFSKPhdntm4wQvTHNTanl46kZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDofMuZyFSKPhdntm4wQvTHNTanl46kZ > .row > .video-iframe-container { display: none; }#kDofMuZyFSKPhdntm4wQvTHNTanl46kZ > .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); }#kDofMuZyFSKPhdntm4wQvTHNTanl46kZ > .row .container { border-width: 0; border-radius: 0; }#kDofMuZyFSKPhdntm4wQvTHNTanl46kZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kDofMuZyFSKPhdntm4wQvTHNTanl46kZ > .row .container { font-size:0.875rem;font-family:arial;height:38.625rem;width:75rem;position:relative;display:block; }#lS0JvQyvEXvJvf4cU8vloPIz1VlwAC9e { color:#377815;display:block;width:22.1875rem;position:absolute;font-family:"josefin sans";font-size:3.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6rem;left:5.4375rem;height:13.40625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RBFPn0nUP1spOFCq9nsqu8XAwNT3mTQv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.9375rem;width:48.5rem;top:2.2682495117188rem;left:24.0625rem;overflow:hidden;display:block; }
#X70aqnrMENtWRk5Vndpo7wrZNw6ckTma { color:#377815;display:block;width:17.9375rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:20.1875rem;left:5.4375rem;height:7.15rem;display:block; }
#l3Zn2l9v9tRGhqyTs6lTweGZNemFVBr4 { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f2f9ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:3.43566875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:29.776611328125rem;left:21.875rem;display:block; }
#DRiBGeGwGFn1kphBT0gB5nQs3puGPtAz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eow3RFkCnn7k92AneC2VgfIsZduH3o7T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f9fb;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; }#eow3RFkCnn7k92AneC2VgfIsZduH3o7T > .row .container { background-color: transparent; background-image: none; }#eow3RFkCnn7k92AneC2VgfIsZduH3o7T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eow3RFkCnn7k92AneC2VgfIsZduH3o7T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eow3RFkCnn7k92AneC2VgfIsZduH3o7T > .row .container > .video-iframe-container { display: none; }#eow3RFkCnn7k92AneC2VgfIsZduH3o7T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eow3RFkCnn7k92AneC2VgfIsZduH3o7T > .row > .video-iframe-container { display: none; }#eow3RFkCnn7k92AneC2VgfIsZduH3o7T > .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); }#eow3RFkCnn7k92AneC2VgfIsZduH3o7T > .row .container { border-width: 0; border-radius: 0; }#eow3RFkCnn7k92AneC2VgfIsZduH3o7T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eow3RFkCnn7k92AneC2VgfIsZduH3o7T > .row .container { font-size:0.875rem;font-family:"open sans";height:17.125rem;width:75rem;position:relative;display:block; }#VeEFRC6TzWVyVF1pCdvqq9QbPCgM31Rz { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:11.25rem;top:5.625rem;left:31.875001907349rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zcgPC6aZpEyZNbZQdTkgDfJN2GUKKg9h { display:block; }#zcgPC6aZpEyZNbZQdTkgDfJN2GUKKg9h > .row .container { width:47.75rem;height:18.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZSJUMh4T1JlQlsSLcNr4rkGsLhwrG3Gn { width:42.25rem;height:2.84375rem;top:8.3958339691163rem;left:2.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PE2R8iPBzVBfe9HwNtctwW9dfurkflZd { width:4.6875rem;height:4.6875rem;top:0.041666984558106rem;left:21.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHmHEu3AnnDJhTIpwo4bNiWqTNrWIVcD { width:47.75rem;height:2.84375rem;top:4.8333339691162rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT9MMOvI4TqJMv2w1u3ZVcbsEyguPvum { width:37.5rem;height:2.03125rem;top:13.375000953674rem;left:6.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlqI9luHw6bPm2eiwA5fst4LkBV9z93W { width:47.75rem;height:2.75rem;top:4.8333339691162rem;left:0rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GoqvFwd7CovvThSa6g7hdCMrbAgCRCxG { width:11.25rem;height:6.3125rem;top:6.6078124046325rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #otPU0xFCzFo0B6uL1F8GRdMcgO0OiC4M { display:block; }#otPU0xFCzFo0B6uL1F8GRdMcgO0OiC4M > .row .container { width:47.75rem;height:23.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ragqTl91fNzrhoX4A02DKn3IdUg8SXo0 { width:11.5625rem;height:1.3rem;top:18.6875rem;left:18rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7PvG4eTmczk6raA99truNpNTIgfIRLx { width:11.5625rem;height:3.9rem;top:11.875rem;left:18.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDl8CM3nvhcGU1AhXtab22T6P66bBfW1 { width:11.5625rem;height:5.2rem;top:11.75rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N069mvP5dJMeT9qT8Xovg5CHWcxJOqFt { width:11.5625rem;height:5.2125rem;top:11.875rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PE3p2eT63IpMTeiIsKyb2IbEdfiNmTC9 { width:11.5625rem;height:1.3rem;top:18.6875rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MO6P7TQIKA8t0NxoBs6RgWQTVhrFIZUJ { width:11.5625rem;height:1.3rem;top:10.0625rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghLeQWbhfuFz3oisvtdxLwXWrhP4EiNR { width:11.5625rem;height:1.3rem;top:10.0625rem;left:18rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #duK4nU2AqLAy0Nm4nDVkqH4G3Ra15Fwp { width:10rem;height:6.5625rem;top:2.6875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUw64IkDRHtOS4E2GUlRZ0LGmuIcnXah { width:10rem;height:6.5625rem;top:2.625rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDLv36XBELHrB5LG12rhTqeyT5IuMrCN { width:10rem;height:6.5625rem;top:2.5625rem;left:34.875rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #WAFD8aEzunEMhVCtOOLcwdvQUZc66xVc { display:block; }#WAFD8aEzunEMhVCtOOLcwdvQUZc66xVc > .row .container { width:47.75rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqGvUdy7eQFz82HKN2STwXbccW0vWQ3J { width:47.75rem;height:2.03125rem;top:4.6862030029297rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZS71vFKKrukWEaxfO7PlWAZLyzG4mfII { width:43.75rem;height:24.5625rem;top:11.895835876465rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZF8JmcME36xsKkyuQ3TVX5kfiDN9iMF { width:47.75rem;height:2.03125rem;top:2.7278709411621rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nweQc7h8AHf3vD67KHgF8RS8MUVrtS0R { width:47.75rem;height:9.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zV2dCd6V9Qrz6J1KouTco5sHUus634HW { display:block; }#zV2dCd6V9Qrz6J1KouTco5sHUus634HW > .row .container { width:47.75rem;height:10.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CzacdGQV5Q3bezMMol0INur6VMJKSiyh { width:47.75rem;height:2.03125rem;top:2.5833320617676rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GU0Vcs7qeeZNe7JPh1UonVBeQWoFOIRr { width:31.25rem;height:3.375rem;top:6.927085876465rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUtWqUTryGmRkwcFzn67XPbuAKXDWMSy { display:block; }
 }@media only screen and (max-width: 763px) { #B8uCzilpMgIHHBVptkpXp2HSVTGSRCU3 { display:block; }#B8uCzilpMgIHHBVptkpXp2HSVTGSRCU3 > .row .container { width:47.75rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2lWCIJfld7wTqVDlbd0EcSbhmgqKquS { width:43.75rem;height:43.67675rem;top:1.45703125rem;left:2.0000001192093rem;font-size:0.9375rem;display:block; }#T2lWCIJfld7wTqVDlbd0EcSbhmgqKquS li:before{  }
 }@media only screen and (max-width: 763px) { #kv2J8TFxpasrEuLTpDd9TKECeTuh77Kd { width:43.75rem;height:43.67675rem;top:1.45703125rem;left:2.0000001192093rem;font-size:0.9375rem;display:block; }#kv2J8TFxpasrEuLTpDd9TKECeTuh77Kd li:before{  }
 }@media only screen and (max-width: 763px) { #MGmyH7K9Dry8R1qKNBGeRW5qX0IuLCpK { display:block; }#MGmyH7K9Dry8R1qKNBGeRW5qX0IuLCpK > .row .container { width:47.75rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eVpFtNJgd59FaBgpqNEn12WZzfNb21Sy { width:47.75rem;height:2.03125rem;top:2.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2qB77fo7IyHu8gmN9KCldVZRqi5pZJt { width:31.25rem;height:3.375rem;top:6.927085876465rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #auum8cgmUTJXLylGaqM2poOVGiP4BNaU { display:block; }
 }@media only screen and (max-width: 763px) { #Aqo2sE1NMXEnepxPzdkX630XVtP8UmxK { display:block; }#Aqo2sE1NMXEnepxPzdkX630XVtP8UmxK > .row .container { width:47.75rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x8J8BfS6zaFdUVmLD6Po1Ig2qsMsV7Ir { display:block; }#x8J8BfS6zaFdUVmLD6Po1Ig2qsMsV7Ir > .row .container { width:47.75rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a72ER7HQ6WuBgEFFZXc6XrSPKTzLLpAt { width:47.75rem;height:2.03125rem;top:4.5807266235351rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpFrBIOoXFkXp0lspocNho821635TM09 { width:43.75rem;height:24.5625rem;top:11.809898376465rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRSXr3AUmSVf7oxWRk8NQiobT8OT22vu { width:47.75rem;height:2.03125rem;top:2.6236953735351rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCyTbRhhJMJeIU6ZRrav4TvCrsMsI8JV { width:47.75rem;height:9.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGilllCwGMIbmKUF5ezQhbfBgNEGdeeH { display:block; }#FGilllCwGMIbmKUF5ezQhbfBgNEGdeeH > .row .container { width:47.75rem;height:10.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e95Q1de5m4XC0VvfcttVi69wfTVqtqD7 { width:47.75rem;height:2.03125rem;top:2.5833320617676rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0o6FHiv1zKsdyb6VaNuBIRDOvvmxSrG { width:31.25rem;height:3.375rem;top:6.927085876465rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAz9h5aT04LU7IPOK21qsUPKSWxhTS20 { display:block; }
 }@media only screen and (max-width: 763px) { #NiZnpeyP9S1bQgABw1L8JIKFexhTdw67 { display:block; }#NiZnpeyP9S1bQgABw1L8JIKFexhTdw67 > .row .container { width:47.75rem;height:44.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sVcuPKOW7UrqAT2mAHcCwEt1Vgs3aw53 { width:43.75rem;height:39.67775rem;top:5.5208320617676rem;left:2rem;font-size:0.9375rem;display:block; }#sVcuPKOW7UrqAT2mAHcCwEt1Vgs3aw53 li:before{  }
 }@media only screen and (max-width: 763px) { #dztLcFF4yxlGB46ae4dHVhKtPds2LQTc { width:43.75rem;height:39.67775rem;top:5.5208320617676rem;left:2rem;font-size:0.9375rem;display:block; }#dztLcFF4yxlGB46ae4dHVhKtPds2LQTc li:before{  }
 }@media only screen and (max-width: 763px) { #TlPwolwPecIK5cLnAr4bk4Cfdb5Cd0Hh { display:block; }#TlPwolwPecIK5cLnAr4bk4Cfdb5Cd0Hh > .row .container { width:47.75rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dN1srXTaGTvGcMp3hvzZVyKUis2gyRA1 { width:47.75rem;height:2.03125rem;top:2.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSIV095PgZpLQ92FxfxCANgS5vPTkAfT { width:31.25rem;height:3.375rem;top:6.927085876465rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T11hPWw6hbJeSc67FTokWf3R8eqDWJei { display:block; }
 }@media only screen and (max-width: 763px) { #Ostnns63dqdZXzTer5TL1t2Z6o4aMmMT { background-color:#f1dede;background-image:url("https://images.assets-landingi.com/uc/62ce8337-f7bb-4be2-b6c5-3c0cd90cd652/7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Ostnns63dqdZXzTer5TL1t2Z6o4aMmMT.adaptive-delivery-prevent-bg, #Ostnns63dqdZXzTer5TL1t2Z6o4aMmMT.lazyload, #Ostnns63dqdZXzTer5TL1t2Z6o4aMmMT.lazyloading { background-image: none; }#Ostnns63dqdZXzTer5TL1t2Z6o4aMmMT > .row .container { background-color: transparent; background-image: none; }#Ostnns63dqdZXzTer5TL1t2Z6o4aMmMT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ostnns63dqdZXzTer5TL1t2Z6o4aMmMT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ostnns63dqdZXzTer5TL1t2Z6o4aMmMT > .row .container > .video-iframe-container { display: none; }#Ostnns63dqdZXzTer5TL1t2Z6o4aMmMT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ostnns63dqdZXzTer5TL1t2Z6o4aMmMT > .row > .video-iframe-container { display: none; }#Ostnns63dqdZXzTer5TL1t2Z6o4aMmMT > .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); }#Ostnns63dqdZXzTer5TL1t2Z6o4aMmMT > .row .container { width:47.75rem;height:34.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p0pz7L1IaUALipTxKlOOsHpscL4mLoPG { width:25.75rem;height:4.6875rem;top:1.375rem;left:22rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VznuZDopnio3KTFuXUvnUBq0Hlf5Fvk7 { width:22.5rem;height:0;top:13.546007156372rem;left:23.023436844349rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ktIIBMSOTPelAlPBJGt1CttEsHcM7H4D { width:31.25rem;height:4.6666665077209rem;top:4.3815307617188rem;left:8.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AynSd2hB9a8IkttGPB3nkMM23JOiNvgu { width:25.75rem;height:2.25rem;top:6.75rem;left:22rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXkPIL7n8te2g8UfTmz4zOxTWZeNry3f { width:25.5rem;height:0;top:15.109375953674rem;left:19.666667282581rem;font-size:1.0625rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #RGh9OTzrJD09HU0JbFUvp1W11m3kr3Mv { width:19.6875rem;height:0;top:32.671875rem;left:2.34375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JgwEBaJICrrP27hgtWwBSO3KPNzICB4A { width:19.3125rem;height:15.333333rem;top:32.671875rem;left:24.708333969116rem;font-size:1.0625rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #zBBAqRRNzzWGfhbRTZ59ZlKlF4bw7Lo2 { width:20.625rem;height:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vg5UW03vg3xu4bZMeSovgbFJsqiV1JUw { width:31.25rem;height:4.6875rem;top:4.5624151229858rem;left:16.499131500721rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KUfTibiNrLGzLroGqlZqLyJi5b12gd8B { width:25.75rem;height:24.8625rem;top:9.5625rem;left:22rem;font-size:1.0625rem;z-index:15010;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Kq4LhRBgwabFrraRtmTdObOW3Xu1Lsdw { display:block; }#Kq4LhRBgwabFrraRtmTdObOW3Xu1Lsdw > .row .container { width:47.75rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bdSExhDe2xdxLh8D8ACWbPAe4feRQiIA { width:17.5rem;height:2.03125rem;top:2.6458740234375rem;left:15.125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FUUfEOmahy4XBXqlWO53zmtvyxg7pmbX { width:9.375rem;height:3.5rem;top:8.6875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDiXMI0edCJThn8V1wq5Okui9ss08iO7 { width:9.375rem;height:9.375rem;top:5.75rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dx7DeNpiQAmhwgpmTrcaQQ3As7AXawIr { width:9.375rem;height:9.375rem;top:5.75rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuRD0Npf0hunAIArLb4V6Jgb4ITT0mlm { width:9.375rem;height:9.375rem;top:5.75rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUD0vNfCT8SIUAuvUeMTIpnfOupX0PD3 { width:9.375rem;height:9.375rem;top:5.75rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDofMuZyFSKPhdntm4wQvTHNTanl46kZ { display:block; }#kDofMuZyFSKPhdntm4wQvTHNTanl46kZ > .row .container { width:47.75rem;height:20.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lS0JvQyvEXvJvf4cU8vloPIz1VlwAC9e { width:17.4375rem;height:8.53125rem;top:3.625rem;left:3.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBFPn0nUP1spOFCq9nsqu8XAwNT3mTQv { width:27.5rem;height:15.25rem;top:2.3541564941406rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X70aqnrMENtWRk5Vndpo7wrZNw6ckTma { width:14.9375rem;height:5.2rem;top:12.6875rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3Zn2l9v9tRGhqyTs6lTweGZNemFVBr4 { width:31.25rem;height:3.375rem;top:12.72917175293rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRiBGeGwGFn1kphBT0gB5nQs3puGPtAz { display:block; }
 }@media only screen and (max-width: 763px) { #eow3RFkCnn7k92AneC2VgfIsZduH3o7T { display:block; }#eow3RFkCnn7k92AneC2VgfIsZduH3o7T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VeEFRC6TzWVyVF1pCdvqq9QbPCgM31Rz { width:7.5rem;height:3rem;top:6.5937328338625rem;left:20.125001132488rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zcgPC6aZpEyZNbZQdTkgDfJN2GUKKg9h { display:block; }#zcgPC6aZpEyZNbZQdTkgDfJN2GUKKg9h > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZSJUMh4T1JlQlsSLcNr4rkGsLhwrG3Gn { width:17.5rem;height:1.625rem;top:7.9986982345581rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PE2R8iPBzVBfe9HwNtctwW9dfurkflZd { width:3.125rem;height:3.125rem;top:1.25rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHmHEu3AnnDJhTIpwo4bNiWqTNrWIVcD { width:18.125rem;height:0;top:4.4375rem;left:0.90625rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UT9MMOvI4TqJMv2w1u3ZVcbsEyguPvum { width:18.125rem;height:3.736575rem;top:11.790365219116rem;left:0.90625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlqI9luHw6bPm2eiwA5fst4LkBV9z93W { width:18.125rem;height:3.736575rem;top:3.8125rem;left:0.90625rem;font-size:1.4375rem;z-index:15004;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #GoqvFwd7CovvThSa6g7hdCMrbAgCRCxG { width:6.0625rem;height:3.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #otPU0xFCzFo0B6uL1F8GRdMcgO0OiC4M { display:block; }#otPU0xFCzFo0B6uL1F8GRdMcgO0OiC4M > .row .container { width:20rem;height:67.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ragqTl91fNzrhoX4A02DKn3IdUg8SXo0 { width:18.75rem;height:1.46179375rem;top:42.830730438233rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C7PvG4eTmczk6raA99truNpNTIgfIRLx { width:18.75rem;height:2.92358125rem;top:39.830730438233rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FDl8CM3nvhcGU1AhXtab22T6P66bBfW1 { width:18.75rem;height:4.385375rem;top:59.496097564698rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N069mvP5dJMeT9qT8Xovg5CHWcxJOqFt { width:18.75rem;height:4.3610875rem;top:16.375rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PE3p2eT63IpMTeiIsKyb2IbEdfiNmTC9 { width:18.75rem;height:1.46179375rem;top:20.830729484558rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MO6P7TQIKA8t0NxoBs6RgWQTVhrFIZUJ { width:18.75rem;height:1.3rem;top:14.061198234558rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ghLeQWbhfuFz3oisvtdxLwXWrhP4EiNR { width:18.75rem;height:1.3rem;top:37.5rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #duK4nU2AqLAy0Nm4nDVkqH4G3Ra15Fwp { width:17.375rem;height:11.4375rem;top:1.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUw64IkDRHtOS4E2GUlRZ0LGmuIcnXah { width:17.375rem;height:11.4375rem;top:24.799479484558rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDLv36XBELHrB5LG12rhTqeyT5IuMrCN { width:17.375rem;height:11.4375rem;top:46.7265625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAFD8aEzunEMhVCtOOLcwdvQUZc66xVc { display:block; }#WAFD8aEzunEMhVCtOOLcwdvQUZc66xVc > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqGvUdy7eQFz82HKN2STwXbccW0vWQ3J { width:17.5rem;height:3.25rem;top:3rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZS71vFKKrukWEaxfO7PlWAZLyzG4mfII { height:11.1875rem;width:20rem;top:8.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZF8JmcME36xsKkyuQ3TVX5kfiDN9iMF { width:20rem;height:1.625rem;top:1.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nweQc7h8AHf3vD67KHgF8RS8MUVrtS0R { width:20rem;height:7.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zV2dCd6V9Qrz6J1KouTco5sHUus634HW { display:block; }#zV2dCd6V9Qrz6J1KouTco5sHUus634HW > .row .container { width:20rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CzacdGQV5Q3bezMMol0INur6VMJKSiyh { width:11.812125rem;height:3.2495125rem;top:1.2884521484375rem;left:4.0924072265625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GU0Vcs7qeeZNe7JPh1UonVBeQWoFOIRr { width:18.999625rem;height:3.37463125rem;top:5.186767578125rem;left:0.4998779296875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUtWqUTryGmRkwcFzn67XPbuAKXDWMSy { display:block; }
 }@media only screen and (max-width: 763px) { #B8uCzilpMgIHHBVptkpXp2HSVTGSRCU3 { display:block; }#B8uCzilpMgIHHBVptkpXp2HSVTGSRCU3 > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2lWCIJfld7wTqVDlbd0EcSbhmgqKquS { width:20rem;height:22.0288125rem;top:1.26953125rem;left:0rem;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }#T2lWCIJfld7wTqVDlbd0EcSbhmgqKquS li:before{  }
 }@media only screen and (max-width: 763px) { #kv2J8TFxpasrEuLTpDd9TKECeTuh77Kd { width:20rem;height:22.0288125rem;top:23.92333984375rem;left:0rem;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }#kv2J8TFxpasrEuLTpDd9TKECeTuh77Kd li:before{  }
 }@media only screen and (max-width: 763px) { #MGmyH7K9Dry8R1qKNBGeRW5qX0IuLCpK { display:block; }#MGmyH7K9Dry8R1qKNBGeRW5qX0IuLCpK > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eVpFtNJgd59FaBgpqNEn12WZzfNb21Sy { width:17.5rem;height:1.62475625rem;top:2.249755859375rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2qB77fo7IyHu8gmN9KCldVZRqi5pZJt { width:12.5rem;height:3.37463125rem;top:4.81201171875rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #auum8cgmUTJXLylGaqM2poOVGiP4BNaU { display:block; }
 }@media only screen and (max-width: 763px) { #Aqo2sE1NMXEnepxPzdkX630XVtP8UmxK { display:block; }#Aqo2sE1NMXEnepxPzdkX630XVtP8UmxK > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x8J8BfS6zaFdUVmLD6Po1Ig2qsMsV7Ir { display:block; }#x8J8BfS6zaFdUVmLD6Po1Ig2qsMsV7Ir > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a72ER7HQ6WuBgEFFZXc6XrSPKTzLLpAt { width:17.5rem;height:3.25rem;top:3rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpFrBIOoXFkXp0lspocNho821635TM09 { height:11.1875rem;width:20rem;top:8.91667175293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRSXr3AUmSVf7oxWRk8NQiobT8OT22vu { width:20rem;height:1.625rem;top:1.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCyTbRhhJMJeIU6ZRrav4TvCrsMsI8JV { width:20rem;height:7.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGilllCwGMIbmKUF5ezQhbfBgNEGdeeH { display:block; }#FGilllCwGMIbmKUF5ezQhbfBgNEGdeeH > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e95Q1de5m4XC0VvfcttVi69wfTVqtqD7 { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0o6FHiv1zKsdyb6VaNuBIRDOvvmxSrG { width:19rem;height:3.375rem;top:5.6666667461395rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAz9h5aT04LU7IPOK21qsUPKSWxhTS20 { display:block; }
 }@media only screen and (max-width: 763px) { #NiZnpeyP9S1bQgABw1L8JIKFexhTdw67 { display:block; }#NiZnpeyP9S1bQgABw1L8JIKFexhTdw67 > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sVcuPKOW7UrqAT2mAHcCwEt1Vgs3aw53 { width:20rem;height:18.5656875rem;top:1.4154052734375rem;left:0rem;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }#sVcuPKOW7UrqAT2mAHcCwEt1Vgs3aw53 li:before{  }
 }@media only screen and (max-width: 763px) { #dztLcFF4yxlGB46ae4dHVhKtPds2LQTc { width:20rem;height:21.7163125rem;top:20.606079101562rem;left:0rem;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }#dztLcFF4yxlGB46ae4dHVhKtPds2LQTc li:before{  }
 }@media only screen and (max-width: 763px) { #TlPwolwPecIK5cLnAr4bk4Cfdb5Cd0Hh { display:block; }#TlPwolwPecIK5cLnAr4bk4Cfdb5Cd0Hh > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dN1srXTaGTvGcMp3hvzZVyKUis2gyRA1 { width:17.5rem;height:3.2495125rem;top:2.288818359375rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSIV095PgZpLQ92FxfxCANgS5vPTkAfT { width:12.5rem;height:3.37463125rem;top:6.1871337890625rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T11hPWw6hbJeSc67FTokWf3R8eqDWJei { display:block; }
 }@media only screen and (max-width: 763px) { #Ostnns63dqdZXzTer5TL1t2Z6o4aMmMT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ce63685c-c7a8-4b59-aab8-3334580d4df6/WykorzystanenalandinguKzdVbio.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Ostnns63dqdZXzTer5TL1t2Z6o4aMmMT.adaptive-delivery-prevent-bg, #Ostnns63dqdZXzTer5TL1t2Z6o4aMmMT.lazyload, #Ostnns63dqdZXzTer5TL1t2Z6o4aMmMT.lazyloading { background-image: none; }#Ostnns63dqdZXzTer5TL1t2Z6o4aMmMT > .row .container { background-color: transparent; background-image: none; }#Ostnns63dqdZXzTer5TL1t2Z6o4aMmMT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #52a5a9; }#Ostnns63dqdZXzTer5TL1t2Z6o4aMmMT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ostnns63dqdZXzTer5TL1t2Z6o4aMmMT > .row .container > .video-iframe-container { display: none; }#Ostnns63dqdZXzTer5TL1t2Z6o4aMmMT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #52a5a9; }#Ostnns63dqdZXzTer5TL1t2Z6o4aMmMT > .row > .video-iframe-container { display: none; }#Ostnns63dqdZXzTer5TL1t2Z6o4aMmMT > .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); }#Ostnns63dqdZXzTer5TL1t2Z6o4aMmMT > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p0pz7L1IaUALipTxKlOOsHpscL4mLoPG { width:18.75rem;height:0;top:23.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VznuZDopnio3KTFuXUvnUBq0Hlf5Fvk7 { width:18.75rem;height:34.4201875rem;top:22.756195068359rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ktIIBMSOTPelAlPBJGt1CttEsHcM7H4D { width:18.125rem;height:0;top:1.7409057617188rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #AynSd2hB9a8IkttGPB3nkMM23JOiNvgu { width:20rem;height:1.78161875rem;top:13.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rXkPIL7n8te2g8UfTmz4zOxTWZeNry3f { width:19.6875rem;height:auto;top:32.625rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;display:none; }
 }@media only screen and (max-width: 763px) { #RGh9OTzrJD09HU0JbFUvp1W11m3kr3Mv { width:18.125rem;height:0;top:30.727905273438rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #JgwEBaJICrrP27hgtWwBSO3KPNzICB4A { width:18.125rem;height:0;top:99.196655273438rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.7;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #zBBAqRRNzzWGfhbRTZ59ZlKlF4bw7Lo2 { top:1.2879333496094rem;left:0rem;width:19.875rem;height:10.8125rem;z-index:15023;overflow:hidden;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vg5UW03vg3xu4bZMeSovgbFJsqiV1JUw { width:18.75rem;height:5.34485625rem;top:15.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:15009;color:#fdfdfd;display:block; }
 }@media only screen and (max-width: 763px) { #KUfTibiNrLGzLroGqlZqLyJi5b12gd8B { width:20rem;height:auto;top:14.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;display:none; }
 }@media only screen and (max-width: 763px) { #Kq4LhRBgwabFrraRtmTdObOW3Xu1Lsdw { display:block; }#Kq4LhRBgwabFrraRtmTdObOW3Xu1Lsdw > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bdSExhDe2xdxLh8D8ACWbPAe4feRQiIA { width:12.5rem;height:2.03125rem;top:1.875rem;left:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUUfEOmahy4XBXqlWO53zmtvyxg7pmbX { width:5.625rem;height:2.125rem;top:4.375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDiXMI0edCJThn8V1wq5Okui9ss08iO7 { width:5.625rem;height:5.625rem;top:2.625rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dx7DeNpiQAmhwgpmTrcaQQ3As7AXawIr { width:5.625rem;height:5.625rem;top:2.625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuRD0Npf0hunAIArLb4V6Jgb4ITT0mlm { width:5.125rem;height:5.125rem;top:6.5rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUD0vNfCT8SIUAuvUeMTIpnfOupX0PD3 { width:5.125rem;height:5.125rem;top:6.5rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDofMuZyFSKPhdntm4wQvTHNTanl46kZ { display:block; }#kDofMuZyFSKPhdntm4wQvTHNTanl46kZ > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lS0JvQyvEXvJvf4cU8vloPIz1VlwAC9e { width:20rem;height:5.60485625rem;top:2.1453857421875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RBFPn0nUP1spOFCq9nsqu8XAwNT3mTQv { width:20rem;height:11.061375rem;top:7.7496337890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X70aqnrMENtWRk5Vndpo7wrZNw6ckTma { width:18.125rem;height:5.847175rem;top:19.30859375rem;left:0.90625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l3Zn2l9v9tRGhqyTs6lTweGZNemFVBr4 { width:18.999625rem;height:3.37463125rem;top:26.395263671875rem;left:0.4986572265625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRiBGeGwGFn1kphBT0gB5nQs3puGPtAz { display:block; }
 }@media only screen and (max-width: 763px) { #eow3RFkCnn7k92AneC2VgfIsZduH3o7T { display:block; }#eow3RFkCnn7k92AneC2VgfIsZduH3o7T > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VeEFRC6TzWVyVF1pCdvqq9QbPCgM31Rz { width:5.625rem;height:2.25rem;top:2.6354370117188rem;left:7.15625rem;display:block; }
 }