.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:95,177,223;--color-primary-1:43,146,208;--color-primary-2:0,138,191;--color-primary-3:41,58,120;--color-primary-4:0,100,144;--color-secondary-0:255,231,211;--color-secondary-1:255,184,123;--color-secondary-2:255,136,35;--color-secondary-3:255,130,0;--color-secondary-4:242,92,5;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Open Sans";--paragraphs-font-family:"Open Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image: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); }#IzVHfieQI962SF2cJI4s7Vm8T2VpWaTk { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IzVHfieQI962SF2cJI4s7Vm8T2VpWaTk > .row .container { background-color: transparent; background-image: none; }#IzVHfieQI962SF2cJI4s7Vm8T2VpWaTk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IzVHfieQI962SF2cJI4s7Vm8T2VpWaTk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IzVHfieQI962SF2cJI4s7Vm8T2VpWaTk > .row .container > .video-iframe-container { display: none; }#IzVHfieQI962SF2cJI4s7Vm8T2VpWaTk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IzVHfieQI962SF2cJI4s7Vm8T2VpWaTk > .row > .video-iframe-container { display: none; }#IzVHfieQI962SF2cJI4s7Vm8T2VpWaTk > .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); }#IzVHfieQI962SF2cJI4s7Vm8T2VpWaTk > .row .container { border-width: 0; border-radius: 0; }#IzVHfieQI962SF2cJI4s7Vm8T2VpWaTk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IzVHfieQI962SF2cJI4s7Vm8T2VpWaTk > .row .container { width:60rem;height:5.0625rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#ogHVw4ZJsxnaNTqatvFWF18ZGa61R6q2 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.43714375rem;width:14.124625rem;top:0.062144882977009rem;left:23.809482574463rem;overflow:hidden;display:block; }
#kS5oXxn9QKTk0CqGI2SzFJXdggE40X1T { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/859bb39f-cd86-4e83-af6b-5f4d3150d12d/sekcjalanding.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;display:block; }#kS5oXxn9QKTk0CqGI2SzFJXdggE40X1T.adaptive-delivery-prevent-bg, #kS5oXxn9QKTk0CqGI2SzFJXdggE40X1T.lazyload, #kS5oXxn9QKTk0CqGI2SzFJXdggE40X1T.lazyloading { background-image: none; }#kS5oXxn9QKTk0CqGI2SzFJXdggE40X1T > .row .container { background-color: transparent; background-image: none; }#kS5oXxn9QKTk0CqGI2SzFJXdggE40X1T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kS5oXxn9QKTk0CqGI2SzFJXdggE40X1T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kS5oXxn9QKTk0CqGI2SzFJXdggE40X1T > .row .container > .video-iframe-container { display: none; }#kS5oXxn9QKTk0CqGI2SzFJXdggE40X1T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kS5oXxn9QKTk0CqGI2SzFJXdggE40X1T > .row > .video-iframe-container { display: none; }#kS5oXxn9QKTk0CqGI2SzFJXdggE40X1T > .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); }#kS5oXxn9QKTk0CqGI2SzFJXdggE40X1T > .row .container { border-width: 0; border-radius: 0; }#kS5oXxn9QKTk0CqGI2SzFJXdggE40X1T > .row > .video-iframe-container { border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem; }#kS5oXxn9QKTk0CqGI2SzFJXdggE40X1T > .row .container { width:60rem;height:42.1875rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#Kv1FuTJS5FuqZfoPemeVk5DOhNXmTg6P { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.97824125rem;height:3.91576rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:31.067937612534rem;left:37.058971405029rem;display:block; }
#y7PJR5WTdcuJhTDZbILA1KRtNysXWTmb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gh9kE15WWmDHXgRdAn9UfZmREzi0M0DH { 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.24973125rem;width:13.62475rem;top:0rem;left:0.18586730957031rem;overflow:hidden;display:block; }
#scOGsHKG9NFnM5EsU19UVD3TlPk0XKNp { 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:60rem;width:60rem;display:none; }
#mxHzIlB1rTCP4WSBCWDtkxrsKvv4QV0x { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:10.3125rem;top:21.5625rem;left:44.5rem;overflow:hidden;display:none; }
#EK4aTMw2ycDOzKuVX64r9QHQOTbJWuML { position:absolute;display:block;z-index:15007;height:14.625rem;width:25.875rem;top:3.0625rem;left:34.010881696429rem;display:block; }
#BQmV0RpqCPRobON2Z6rk4PIP8mogZG8E { position:relative;display:block; }#BQmV0RpqCPRobON2Z6rk4PIP8mogZG8E { background-color: transparent; background-image: none; }#BQmV0RpqCPRobON2Z6rk4PIP8mogZG8E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQmV0RpqCPRobON2Z6rk4PIP8mogZG8E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQmV0RpqCPRobON2Z6rk4PIP8mogZG8E > .row .container > .video-iframe-container { display: none; }#BQmV0RpqCPRobON2Z6rk4PIP8mogZG8E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQmV0RpqCPRobON2Z6rk4PIP8mogZG8E > .row > .video-iframe-container { display: none; }#BQmV0RpqCPRobON2Z6rk4PIP8mogZG8E > .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); }#BQmV0RpqCPRobON2Z6rk4PIP8mogZG8E { border-width: 0; border-radius: 0; }#BQmV0RpqCPRobON2Z6rk4PIP8mogZG8E > .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; }#BQmV0RpqCPRobON2Z6rk4PIP8mogZG8E > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zUBqQ6y8XXoP9M5TnBtRHIEL44uEUBVM { color:rgba(var(--color-primary-3),1);display:block;width:54.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:1.4248046875rem;left:2.96875rem;height:3.8984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DJrA10QIpTnnN4wpb3w1kh2V3XsbTcI6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),0);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; }#DJrA10QIpTnnN4wpb3w1kh2V3XsbTcI6 > .row .container { background-color: transparent; background-image: none; }#DJrA10QIpTnnN4wpb3w1kh2V3XsbTcI6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DJrA10QIpTnnN4wpb3w1kh2V3XsbTcI6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DJrA10QIpTnnN4wpb3w1kh2V3XsbTcI6 > .row .container > .video-iframe-container { display: none; }#DJrA10QIpTnnN4wpb3w1kh2V3XsbTcI6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DJrA10QIpTnnN4wpb3w1kh2V3XsbTcI6 > .row > .video-iframe-container { display: none; }#DJrA10QIpTnnN4wpb3w1kh2V3XsbTcI6 > .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); }#DJrA10QIpTnnN4wpb3w1kh2V3XsbTcI6 > .row .container { border-width: 0; border-radius: 0; }#DJrA10QIpTnnN4wpb3w1kh2V3XsbTcI6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DJrA10QIpTnnN4wpb3w1kh2V3XsbTcI6 > .row .container { font-size:0.875rem;font-family:arial;height:61.625rem;width:60rem;position:relative;display:block; }#mGhJGoc87mIuIpgGoNTJ7bs2yOvO7NuW { color:rgba(var(--color-tertiary-0),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:50.5rem;left:32.1875rem;height:3.57421875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xtbkatJWQJQUX4TyPRyP3KINsA8GE5PL { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:50.5625rem;left:26.125rem;overflow:hidden;display:block; }
#wnZPR3facsr2NNpgPPNrUsHnElWB1VS2 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:42.6875rem;left:32.1875rem;height:3.57421875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ul7C0Bc8KIQktR7020loyw3TSq5cUMfN { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:43rem;left:26.3125rem;overflow:hidden;display:block; }
#xTzevbTkHPSvS3JX95I3mTBT6T0eQBpt { color:rgba(var(--color-tertiary-0),1);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:34.125rem;left:32.1875rem;height:5.361325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SifHuubRl2mi16fkiqw9vOQb20hnQ4v6 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:34.5625rem;left:26.75rem;overflow:hidden;display:block; }
#NiNEJKoG2o6CQKqQHsoPVV6I4mhxTxif { color:rgba(var(--color-tertiary-0),1);display:block;width:31.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:3.75rem;left:25.6875rem;height:6.599625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EGwMQVqekDlEcXPp98iq0usMbSNZgSRh { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:14.375rem;width:21.625rem;top:19.3125rem;left:0rem;overflow:hidden;display:block; }
#QsJ1bMWHMAa9eFmMwNNpp5nEV31vtSlJ { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:55.0625rem;width:35.4375rem;top:2.875rem;left:23.5rem;display:block; }
#pTBGTSR1qSdL57or5aCpi3tMcgMp1MOD { color:rgba(var(--color-tertiary-0),1);display:block;width:30.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:13.875rem;left:25.6875rem;height:15.5019375rem;display:block; }
#tziDcVLx5Aqb9Tv9fQCrObIo5330ponZ { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:14.3125rem;width:21.5625rem;top:2.875rem;left:0rem;overflow:hidden;display:block; }
#hyvSDLinGJrATH41y7qn1PXbBLW6dErv { box-sizing:content-box;height:4.9375rem;width:4.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:33.625rem;left:25.625rem;display:block; }
#l3sEA1qU4IezcvI1XGOC54HtUhoHFDq5 { box-sizing:content-box;height:4.9375rem;width:4.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:42.0625rem;left:25.375rem;display:block; }
#WMO2NanZkGpTVHHE3gEbp0tyCZFb561i { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:14.0625rem;width:21.125rem;top:35.5rem;left:0rem;overflow:hidden;display:block; }
#adnvwiAFuWSmChh8Qyg6tSXRiL1qLdUA { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.3125rem;border-top-right-radius:4.3125rem;border-bottom-left-radius:4.3125rem;border-bottom-right-radius:4.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5rem;height:4.5625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:53.4375rem;left:0rem;display:block; }
#gz0XI8EopGN1lq39n0s16RMFRaCUH6dH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SrCncdEXzphMvWzMVamWMtURL0nHml14 { box-sizing:content-box;height:4.9375rem;width:4.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:49.8125rem;left:25.375rem;display:block; }
#JM6cZMeT8e0qfiP5TTF0LmmndDOA3i8T { box-sizing:content-box;height:2.0625rem;width:2.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:4.474609375rem;left:18.1875rem;display:block; }
#uDeI9e04q8NZB1cpho8sg1b9QWU68cpG { box-sizing:content-box;height:2.0625rem;width:2.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:rgba(var(--color-primary-1),1);background-image:none;top:25.46875rem;left:1.125rem;display:block; }
#xSR2JZW6EVXN21pLOkpKCr4qbxvNJDGn { box-sizing:content-box;height:2.0625rem;width:2.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:rgba(var(--color-primary-3),1);background-image:none;top:45.125rem;left:18.1875rem;display:block; }
#y2WFtV4PV2vxkIweDToRBbMRcSULItyD { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:55.0625rem;width:35.4375rem;top:2.875rem;left:23.5rem;display:none; }
#DzX8s1gHNhfJCa9MghCccp810WGHieyn { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:55.0625rem;width:35.4375rem;top:2.875rem;left:23.5rem;display:none; }
#zEd4pDDGgG2Tc9q0NHMZFzpPmHA8UfFe { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:55.0625rem;width:35.4375rem;top:2.875rem;left:23.5rem;display:none; }
#xqP2k4Bi3Ar5hfWqPSDc3OtoHi6E19XP { box-sizing:content-box;height:4.9375rem;width:4.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:33.625rem;left:25.625rem;display:none; }
#FgwRtLShQB1NUnyVTWMawyPPJHsN7E07 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:55.0625rem;width:35.4375rem;top:2.875rem;left:23.5rem;display:none; }
#nR4ZTPaQgtkzdatrSuSyKcgBIDFGT8te { box-sizing:content-box;height:4.9375rem;width:4.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:33.625rem;left:25.625rem;display:none; }
#ZhBMgbwgHb08KBRSI6qS8d37KqXeg48T { 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:60rem;width:60rem;display:none; }
#UntR3xxnbT5Mv4VHxHc6awc3BcNTiBdq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/uc/ff746f6c-500b-40c4-bcb4-bdbc4f2e3006/tokolor.svg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UntR3xxnbT5Mv4VHxHc6awc3BcNTiBdq.adaptive-delivery-prevent-bg, #UntR3xxnbT5Mv4VHxHc6awc3BcNTiBdq.lazyload, #UntR3xxnbT5Mv4VHxHc6awc3BcNTiBdq.lazyloading { background-image: none; }#UntR3xxnbT5Mv4VHxHc6awc3BcNTiBdq > .row .container { background-color: transparent; background-image: none; }#UntR3xxnbT5Mv4VHxHc6awc3BcNTiBdq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UntR3xxnbT5Mv4VHxHc6awc3BcNTiBdq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UntR3xxnbT5Mv4VHxHc6awc3BcNTiBdq > .row .container > .video-iframe-container { display: none; }#UntR3xxnbT5Mv4VHxHc6awc3BcNTiBdq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UntR3xxnbT5Mv4VHxHc6awc3BcNTiBdq > .row > .video-iframe-container { display: none; }#UntR3xxnbT5Mv4VHxHc6awc3BcNTiBdq > .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); }#UntR3xxnbT5Mv4VHxHc6awc3BcNTiBdq > .row .container { border-width: 0; border-radius: 0; }#UntR3xxnbT5Mv4VHxHc6awc3BcNTiBdq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UntR3xxnbT5Mv4VHxHc6awc3BcNTiBdq > .row .container { font-size:0.875rem;font-family:arial;height:62.8125rem;width:60rem;position:relative;display:block; }#reTE1hU38Z9fHeQK4IFoZPGzCB8OqwpJ { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:2.3747301101684rem;left:0rem;height:6.3369375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bhUJceNknLSJdpgVuEzXUk2p7154fC4x { color:rgba(var(--color-tertiary-0),1);display:block;width:42.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:11.686141967774rem;left:8.625rem;height:5.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nn6NFVMrrTJcLLVRXHU6LdK9dh1ByfKh { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:29.497rem;width:18.1875rem;top:22.808969497681rem;left:20.90625rem;display:block; }
#Xp680kIRAOaiXKNcDc7pkgvE2qdWD6Gf { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:29.625rem;width:18.1875rem;top:22.74538230896rem;left:1.4673919677734rem;display:block; }
#FHrqTZkIGA4yx7pyJASU1k2cvk6f6FTH { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.68725rem;width:8.0625rem;top:23.374731063842rem;left:6.5298919677738rem;overflow:hidden;display:block; }
#hEGdHVOk1cWZpuULkUI8pRQJnHmXxMST { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9978125rem;width:6.9978125rem;top:22.809796333313rem;left:26.500270843506rem;overflow:hidden;display:block; }
#AU05pfBAdbPN4QTT14eoCmIptZD35bKO { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:30.937514305115rem;left:21.5625rem;height:4.7109375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P97lH153EElJWoEPbcLWi2reBhrIL9ZA { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:30.937503814698rem;left:2.1236419677734rem;height:2.35611875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LEHC9MZAm0ho2Ja8bvWVm1O1mmZ7aT4x { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:36.685600280762rem;left:2.1236419677734rem;height:9.972625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QxWlJrrTdSv9Q1SZ7co9kV8NRTcbTmM3 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:37.624742507934rem;left:21.5625rem;height:9.972625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N6x3hLzhodoNTkOBVXVHhTlVUEkbckba { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:29.625rem;width:18.1875rem;top:22.745394229889rem;left:40.500003814698rem;display:block; }
#RTBtkQyu0mRKzVf5ug1FqX0Mb5TecqPo { color:rgba(var(--color-tertiary-0),1);display:block;width:17.497rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:37.624742507934rem;left:40.844020843506rem;height:13.296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WPzhLBipyeudiXkB7LUqV8NLFPZkNpw7 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.49975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:30.9375rem;left:40rem;height:4.7109375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zpTodPur1uDRKKwfbzTwmL7UmWScbvRm { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:10.3125rem;top:21.5625rem;left:44.5rem;overflow:hidden;display:block; }
#NSc2fQB2cJ9scPkLNAcw1WST8tUPekXp { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-4),0.81);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:62.75rem;width:60rem;top:-0.013671875rem;left:-0.084635734558106rem;display:block; }
#e3o80XgKqvaaTasrcquPCdIPC356W4Cy { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.1875rem;height:3.87435rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:56.683595657349rem;left:13.40625rem;display:block; }
#TPlWkoM6e5gChFqDBEZ9EG84fnFGhSXp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vz9DmBqytCrwIF4UMdWhCHu6H3PrfQ8z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vz9DmBqytCrwIF4UMdWhCHu6H3PrfQ8z > .row .container { background-color: transparent; background-image: none; }#vz9DmBqytCrwIF4UMdWhCHu6H3PrfQ8z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vz9DmBqytCrwIF4UMdWhCHu6H3PrfQ8z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vz9DmBqytCrwIF4UMdWhCHu6H3PrfQ8z > .row .container > .video-iframe-container { display: none; }#vz9DmBqytCrwIF4UMdWhCHu6H3PrfQ8z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vz9DmBqytCrwIF4UMdWhCHu6H3PrfQ8z > .row > .video-iframe-container { display: none; }#vz9DmBqytCrwIF4UMdWhCHu6H3PrfQ8z > .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); }#vz9DmBqytCrwIF4UMdWhCHu6H3PrfQ8z > .row .container { border-width: 0; border-radius: 0; }#vz9DmBqytCrwIF4UMdWhCHu6H3PrfQ8z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vz9DmBqytCrwIF4UMdWhCHu6H3PrfQ8z > .row .container { font-size:0.875rem;font-family:arial;height:18rem;width:60rem;position:relative;display:block; }#cwVOdD5iVEK7z8Fu3mg4qoBVmwLw37fD { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.0615234375rem;left:0rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OFSRV3gdmPIDJI777lX5kqcOBJtC7p3i { color:rgba(var(--color-tertiary-4),1);display:block;width:48.7491875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:8.9339599609375rem;left:5.625rem;height:4.986325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xXNIec4d1bu4pmCmf4SNXhg0PK7goqCa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xXNIec4d1bu4pmCmf4SNXhg0PK7goqCa > .row .container { background-color: transparent; background-image: none; }#xXNIec4d1bu4pmCmf4SNXhg0PK7goqCa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xXNIec4d1bu4pmCmf4SNXhg0PK7goqCa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xXNIec4d1bu4pmCmf4SNXhg0PK7goqCa > .row .container > .video-iframe-container { display: none; }#xXNIec4d1bu4pmCmf4SNXhg0PK7goqCa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xXNIec4d1bu4pmCmf4SNXhg0PK7goqCa > .row > .video-iframe-container { display: none; }#xXNIec4d1bu4pmCmf4SNXhg0PK7goqCa > .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); }#xXNIec4d1bu4pmCmf4SNXhg0PK7goqCa > .row .container { border-width: 0; border-radius: 0; }#xXNIec4d1bu4pmCmf4SNXhg0PK7goqCa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xXNIec4d1bu4pmCmf4SNXhg0PK7goqCa > .row .container { font-size:0.875rem;font-family:arial;height:65.8125rem;width:60rem;position:relative;display:block; }#mIgabgNI2mh3gu4N0U1SJf2z9eDLIlWN { position:absolute;display:block;z-index:14998;background-color:rgba(43,146,208,0.11);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:15.625rem;width:54.125rem;top:1.5625rem;left:2.875rem;display:block; }
#GZzoehwx6Q98MQwKtKsF2V2LIrkcmXbZ { color:rgba(var(--color-primary-2),1);display:block;width:25.24975rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:5.875rem;left:22.25rem;height:5.6875rem;font-style:normal;display:block; }
#zfcoZgFL4onnc5VIpARwe5xIcA2X3A13 { position:absolute;display:block;z-index:14999;background-color:rgba(43,146,208,0.11);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:22.9375rem;width:54.125rem;top:20.125rem;left:2.875rem;display:block; }
#ATwx33A5pUBNz5wWmeyhKz2BQrrJGhwv { color:rgba(var(--color-primary-2),1);display:block;width:33.87475rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:22.1875rem;left:22.5rem;height:5.6875rem;font-style:normal;display:block; }
#DOKmvAOdbyPNHPEGBk7tv6MDbt5IaBV4 { color:#212226;display:block;width:27.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:30.0625rem;left:22.5rem;height:10.8203125rem;font-style:normal;overflow:hidden;display:block; }#DOKmvAOdbyPNHPEGBk7tv6MDbt5IaBV4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DOKmvAOdbyPNHPEGBk7tv6MDbt5IaBV4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/31253318-f34a-4fe9-944d-eeb77f583241/checkblue.png); }
#BTDck9VGx48U06S5rPtDHhrq4lpAxHpM { position:absolute;display:block;z-index:15005;background-color:rgba(43,146,208,0.11);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:17.6875rem;width:53.75rem;top:46.4375rem;left:3.0625rem;display:block; }
#vZAyBzH0KZqusbEn44lJHxtbQLxoC4TH { color:rgba(var(--color-primary-2),1);display:block;width:27.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:52.4375rem;left:22.5rem;height:5.6875rem;font-style:normal;display:block; }
#qnhFQKTKx59U4U8JX5XzrOfZXPPSKmRP { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:44.5rem;left:0.875rem;overflow:hidden;display:block; }
#y0oHDZZs9JnD3yKWko25DIQhQdZ2fITa { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.436125rem;width:20.56225rem;top:20.6875rem;left:0rem;overflow:hidden;display:block; }
#LPOT3JNuo390TWhkLv5c3vAbZuO0RAkA { color:rgba(var(--color-primary-2),1);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:12.8125rem;left:4.375rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FWLcgF3btRkwxqws9zztQzzlCMtWpsGJ { color:rgba(var(--color-primary-2),1);display:block;width:12.7491875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:37rem;left:5.1875rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SQIhFyyXayFyPAmdoeWfy0Sk6OKHiqGu { color:rgba(var(--color-primary-2),1);display:block;width:12.7491875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:59.625rem;left:5.1875rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FyLdq3nUgChNH8kV50NEVtTxbivhTpK6 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:12.8125rem;top:0.99934864044187rem;left:2.875rem;overflow:hidden;display:block; }
#MdA3dOCpykCSaQ1iDmaylqcDQo9AHtRf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MdA3dOCpykCSaQ1iDmaylqcDQo9AHtRf > .row .container { background-color: transparent; background-image: none; }#MdA3dOCpykCSaQ1iDmaylqcDQo9AHtRf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdA3dOCpykCSaQ1iDmaylqcDQo9AHtRf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdA3dOCpykCSaQ1iDmaylqcDQo9AHtRf > .row .container > .video-iframe-container { display: none; }#MdA3dOCpykCSaQ1iDmaylqcDQo9AHtRf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdA3dOCpykCSaQ1iDmaylqcDQo9AHtRf > .row > .video-iframe-container { display: none; }#MdA3dOCpykCSaQ1iDmaylqcDQo9AHtRf > .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); }#MdA3dOCpykCSaQ1iDmaylqcDQo9AHtRf > .row .container { border-width: 0; border-radius: 0; }#MdA3dOCpykCSaQ1iDmaylqcDQo9AHtRf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MdA3dOCpykCSaQ1iDmaylqcDQo9AHtRf > .row .container { font-size:0.875rem;font-family:arial;height:2rem;width:60rem;position:relative;display:block; }#dA6kVFclmP9oZnl4ze5xWlOvZSiPOezf { position:absolute;display:block;z-index:15002;background-color:rgba(43,146,208,0.07);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:63.1875rem;width:53.75rem;top:2.4368495941162rem;left:3.1243486404419rem;display:block; }
#pzN2TETzTF8lX7DEPfowxximktOdv1fi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pzN2TETzTF8lX7DEPfowxximktOdv1fi > .row .container { background-color: transparent; background-image: none; }#pzN2TETzTF8lX7DEPfowxximktOdv1fi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pzN2TETzTF8lX7DEPfowxximktOdv1fi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pzN2TETzTF8lX7DEPfowxximktOdv1fi > .row .container > .video-iframe-container { display: none; }#pzN2TETzTF8lX7DEPfowxximktOdv1fi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pzN2TETzTF8lX7DEPfowxximktOdv1fi > .row > .video-iframe-container { display: none; }#pzN2TETzTF8lX7DEPfowxximktOdv1fi > .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); }#pzN2TETzTF8lX7DEPfowxximktOdv1fi > .row .container { border-width: 0; border-radius: 0; }#pzN2TETzTF8lX7DEPfowxximktOdv1fi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pzN2TETzTF8lX7DEPfowxximktOdv1fi > .row .container { font-size:0.875rem;font-family:arial;height:65.9375rem;width:60rem;position:relative;display:block; }#tcrfwuZnffbgMlk1HVpZiSya07U171fp { color:rgba(var(--color-tertiary-4),1);display:block;width:42.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:8.2451181411744rem;left:5.9372291564941rem;height:4.986325rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T7lkplkrn0MRGq2k3TVxbXGHFtZqNK45 { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.1875rem;height:4.9375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:57.18359375rem;left:14.58984375rem;display:block; }
#b8DT8TUBafvS0gaSPaa3XP7nhn33hi38 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TrbknLNsT32HL7BiHc5TcZ4JnGWFSO6m { color:rgba(var(--color-primary-2),1);display:block;width:51.4369375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.3111391067505rem;left:5.4668464660644rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AT89fT9Drp0MHEiJ8dSIZFprllTH3apZ { color:rgba(var(--color-tertiary-0),1);display:block;width:9.061875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:41.25rem;left:7.75rem;height:3.28125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#dZvbGp3eDT3RpDHMsWvTxVUVDqyLkTrX { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:46.686199188233rem;left:7.75rem;height:3.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L083mNIqi0P7RKNZxxGS97IVQcTIURum { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:14.375rem;width:23.3125rem;top:39.5rem;left:5.9375rem;display:block; }
#DURIynZg6bylwrbQHUdk5kVQL5n918HG { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0605625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:41.25rem;left:32.936197280884rem;height:3.28125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#dCshwpVL3DDVSxkC0KOWOS9lWq9fiwrX { color:rgba(var(--color-tertiary-0),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:46.686199188233rem;left:32.936197280884rem;height:5.34375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ONeoPxCF0e05UavA1qH5QHwEkGFXX7km { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:14.4375rem;width:24.1875rem;top:39.5rem;left:30.9375rem;display:block; }
#IQaodt9qpMesW1J9k7iXIgSGrpwHtIDh { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:39.764674901963rem;left:21.46467590332rem;overflow:hidden;display:block; }
#TCf59RGd7MLTVec4c28kh1pTQQZ2bfzu { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:6.125rem;top:40.552178382874rem;left:47.089405059814rem;overflow:hidden;display:block; }
#Nr9UGTJNuTS0IghN3oTmvvAOeyoaaG5f { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),0.07);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:63.1875rem;width:53.75rem;top:2.4368495941162rem;left:3.1243486404419rem;display:none; }
#WaIy7paLhOoqqagRflQuCHJPRm1mXZKA { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5rem;width:38.375rem;top:16.0625rem;left:8.7763671875rem;overflow:hidden;display:block; }
#gMBFL54UBr6O8DsSNyE40vCDT1cBk1xH { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.625rem;width:14.0625rem;top:23rem;left:36.248046875rem;overflow:hidden;display:block; }
#UgGEs0gzhvLPh6MGQ74bmgFdVHZ6ERAJ { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:14.375rem;width:23.3125rem;top:39.5rem;left:5.9375rem;display:none; }
#JEiiF3Qotgpsx4hEkieFLaGe0WxN3Hs9 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:14.375rem;width:23.3125rem;top:39.5rem;left:5.9375rem;display:none; }
#hGAdTGoiNCbIRryGL6KC3mm0v5htigaA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hGAdTGoiNCbIRryGL6KC3mm0v5htigaA > .row .container { background-color: transparent; background-image: none; }#hGAdTGoiNCbIRryGL6KC3mm0v5htigaA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hGAdTGoiNCbIRryGL6KC3mm0v5htigaA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hGAdTGoiNCbIRryGL6KC3mm0v5htigaA > .row .container > .video-iframe-container { display: none; }#hGAdTGoiNCbIRryGL6KC3mm0v5htigaA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hGAdTGoiNCbIRryGL6KC3mm0v5htigaA > .row > .video-iframe-container { display: none; }#hGAdTGoiNCbIRryGL6KC3mm0v5htigaA > .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); }#hGAdTGoiNCbIRryGL6KC3mm0v5htigaA > .row .container { border-width: 0; border-radius: 0; }#hGAdTGoiNCbIRryGL6KC3mm0v5htigaA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hGAdTGoiNCbIRryGL6KC3mm0v5htigaA > .row .container { font-size:0.875rem;font-family:arial;height:42.25rem;width:60rem;position:relative;display:block; }#uOmElSgmhRnkCptNvkva33Al0fs9Nlkz { 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:5.4375rem;width:5.4375rem;top:14.1875rem;left:40.875rem;overflow:hidden;display:block; }
#fCTl6oRniqKArmqViuL3fA0hqgymJVOW { 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:6.12473125rem;width:6.1866875rem;top:13.8125rem;left:0.9375rem;overflow:hidden;display:block; }
#eImZazwTl9fKhgPpoX0iIuDKkS32pzVk { 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:4.93695625rem;width:4.93695625rem;top:14.4375rem;left:27.5rem;overflow:hidden;display:block; }
#pzBVhEnwUdDbkrWOTZwDXiGmLO5NikON { 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:5.68695625rem;width:5.68695625rem;top:14.0625rem;left:14.3125rem;overflow:hidden;display:block; }
#Wd1pUeN3kXe2Tmh5d4cuTERKasmogaBN { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:6rem;top:13.6875rem;left:51.5rem;overflow:hidden;display:block; }
#ASoRNm4lktJZRW8pMUGRUGbpTub6niAZ { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.46);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:58.0625rem;top:22.0625rem;left:0.4375rem;display:block; }
#evJ51OoVNULrBxK1A25JW2ksiEEVAU9i { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:25.0625rem;left:0rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#wgRpyTeFNC7euswQkMpscH8Ci8dEiz6w { color:rgba(var(--color-tertiary-0),1);display:block;width:8.56225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:25.0625rem;left:15.625rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#hyx9QtKAHu8qchN8ToxEhqRdSx7xQzB2 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:25.0625rem;left:29.1875rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#OSvw5pUm5pIKWTsKvOlHN3Zc8Hem3maF { color:rgba(var(--color-tertiary-0),1);display:block;width:8.93725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:25.0625rem;left:42rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#bQa0K2VasGaTg3doRmTz2l0SiogUInrP { color:rgba(var(--color-tertiary-0),1);display:block;width:6.87475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:25.0625rem;left:52rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#frP0Zbv6ETkJTTUWLrPf0la5dzfpsRid { color:rgba(var(--color-tertiary-0),1);display:block;width:59.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.5624949131161rem;left:0.4375rem;height:3.65625rem;font-style:normal;display:block; }
#dSJr0EnN5TpC40Q1TTuFvP2IKb23qFWU { color:rgba(var(--color-tertiary-0),1);display:block;width:59.18725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.4989147186281rem;left:0rem;height:1.625rem;display:block; }
#GROJm9BzS4oqQL7aLcyzhaaum3RJzkGZ { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:39.625rem;height:3.9375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:34.5rem;left:10.1875rem;display:block; }
#GDJlhOyyekZ0RfgeSu17TV7GD1DWktMD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KypKHkAE2JuR9o6FKOnESvWnPaNozvf8 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),0.33);background-image:none;border-top:0.375rem solid rgba(var(--color-tertiary-0),1);border-left:0.375rem solid rgba(var(--color-tertiary-0),1);border-right:0.375rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.375rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:1.18614375rem;width:1.18614375rem;top:21.3125rem;left:58.0625rem;display:block; }
#CuaJAvo40QcvPuied0OkQ4y7FcU9cFKB { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:1.18614375rem;width:1.18614375rem;top:21.6875rem;left:0rem;display:block; }
#KCbahTMZVRDXHBRuvUdolW6DIURaEK0l { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:20.125rem;left:14.3125rem; }
#AH0AzQhJBbCzJAnU5dw3ZdG6ftDPPDoi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:20.125rem;left:4.375rem;display:none; }
#GcNPrrV9Nd9kWlXaWz2G52FrdaAcg21h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:20.125rem;left:27.875rem; }
#caCIzTT55SM6OOwC2pUgZ0GS8fDpxuhG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:20.125rem;left:40.875rem; }
#GBDvTdeOy4TRyQ1S1t4pq84n58VeO1m7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:20.125rem;left:50.9375rem; }
#BN4Gy8s100QB3zZMw8XyeXZ4m5R5P3G8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:20.125rem;left:4.375rem;display:none; }
#rCqwseTBxHx0cVWQu0Hxluglwykkl31f { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:20.125rem;left:4.375rem;display:none; }
#sh9uyZmbvx3MSJBdEZ6N2gs0rTpX9w1v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.11);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; }#sh9uyZmbvx3MSJBdEZ6N2gs0rTpX9w1v > .row .container { background-color: transparent; background-image: none; }#sh9uyZmbvx3MSJBdEZ6N2gs0rTpX9w1v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sh9uyZmbvx3MSJBdEZ6N2gs0rTpX9w1v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sh9uyZmbvx3MSJBdEZ6N2gs0rTpX9w1v > .row .container > .video-iframe-container { display: none; }#sh9uyZmbvx3MSJBdEZ6N2gs0rTpX9w1v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sh9uyZmbvx3MSJBdEZ6N2gs0rTpX9w1v > .row > .video-iframe-container { display: none; }#sh9uyZmbvx3MSJBdEZ6N2gs0rTpX9w1v > .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); }#sh9uyZmbvx3MSJBdEZ6N2gs0rTpX9w1v > .row .container { border-width: 0; border-radius: 0; }#sh9uyZmbvx3MSJBdEZ6N2gs0rTpX9w1v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sh9uyZmbvx3MSJBdEZ6N2gs0rTpX9w1v > .row .container { font-size:0.875rem;font-family:arial;height:10.5rem;width:60rem;position:relative;display:block; }#f3mDJBaaml74kWHhDmNdVTqf1rBVvhZb { color:rgba(var(--color-primary-2),1);display:block;width:49.1241875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:3.4190416336059rem;left:5.4375rem;height:3.33105625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fBAdNmSilIRdOZyuouWROFyuixpACo96 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d41fcef2-b0b0-4117-809a-b45b427a9bc0/niebieskietogrupoey.svg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fBAdNmSilIRdOZyuouWROFyuixpACo96.adaptive-delivery-prevent-bg, #fBAdNmSilIRdOZyuouWROFyuixpACo96.lazyload, #fBAdNmSilIRdOZyuouWROFyuixpACo96.lazyloading { background-image: none; }#fBAdNmSilIRdOZyuouWROFyuixpACo96 > .row .container { background-color: transparent; background-image: none; }#fBAdNmSilIRdOZyuouWROFyuixpACo96::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0); }#fBAdNmSilIRdOZyuouWROFyuixpACo96 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBAdNmSilIRdOZyuouWROFyuixpACo96 > .row .container > .video-iframe-container { display: none; }#fBAdNmSilIRdOZyuouWROFyuixpACo96 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0); }#fBAdNmSilIRdOZyuouWROFyuixpACo96 > .row > .video-iframe-container { display: none; }#fBAdNmSilIRdOZyuouWROFyuixpACo96 > .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); }#fBAdNmSilIRdOZyuouWROFyuixpACo96 > .row .container { border-width: 0; border-radius: 0; }#fBAdNmSilIRdOZyuouWROFyuixpACo96::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fBAdNmSilIRdOZyuouWROFyuixpACo96 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fBAdNmSilIRdOZyuouWROFyuixpACo96 > .row .container { font-size:0.875rem;font-family:arial;height:80.6875rem;width:60rem;position:relative;display:block; }#zt8FeoDnrJzAwxqzdlbOQncnN9H3v3qi { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.8119375rem;width:57.375rem;top:24.936685562134rem;left:0rem;overflow:hidden;display:block; }
#PPef3C2WLiSEEXaqCkifGte9qionN0fg { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:57.8125rem;top:54.745927810669rem;left:0rem;overflow:hidden;display:block; }
#sRUxs7w3z4uas1bH61uTvXPOfLQvvgzU { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.3125rem;width:57.5rem;top:1.3002777099609rem;left:0rem;overflow:hidden;display:block; }
#Gw3Gi2VinSTDewLGPvWmpc46E33NUBxF { position:relative;display:block; }#Gw3Gi2VinSTDewLGPvWmpc46E33NUBxF { background-color: transparent; background-image: none; }#Gw3Gi2VinSTDewLGPvWmpc46E33NUBxF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gw3Gi2VinSTDewLGPvWmpc46E33NUBxF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gw3Gi2VinSTDewLGPvWmpc46E33NUBxF > .row .container > .video-iframe-container { display: none; }#Gw3Gi2VinSTDewLGPvWmpc46E33NUBxF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gw3Gi2VinSTDewLGPvWmpc46E33NUBxF > .row > .video-iframe-container { display: none; }#Gw3Gi2VinSTDewLGPvWmpc46E33NUBxF > .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); }#Gw3Gi2VinSTDewLGPvWmpc46E33NUBxF { border-width: 0; border-radius: 0; }#Gw3Gi2VinSTDewLGPvWmpc46E33NUBxF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gw3Gi2VinSTDewLGPvWmpc46E33NUBxF > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/db33be5c-bcfd-46d7-8793-3afa375d14ac/wakacyjnynamoblny.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:36.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Gw3Gi2VinSTDewLGPvWmpc46E33NUBxF > .row .container.adaptive-delivery-prevent-bg, #Gw3Gi2VinSTDewLGPvWmpc46E33NUBxF > .row .container.lazyload, #Gw3Gi2VinSTDewLGPvWmpc46E33NUBxF > .row .container.lazyloading { background-image: none; }#PzMuV7MT5Zu9LnmMMOQwcM35ZPOnB3rQ { position:relative;display:block; }#PzMuV7MT5Zu9LnmMMOQwcM35ZPOnB3rQ { background-color: transparent; background-image: none; }#PzMuV7MT5Zu9LnmMMOQwcM35ZPOnB3rQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PzMuV7MT5Zu9LnmMMOQwcM35ZPOnB3rQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PzMuV7MT5Zu9LnmMMOQwcM35ZPOnB3rQ > .row .container > .video-iframe-container { display: none; }#PzMuV7MT5Zu9LnmMMOQwcM35ZPOnB3rQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PzMuV7MT5Zu9LnmMMOQwcM35ZPOnB3rQ > .row > .video-iframe-container { display: none; }#PzMuV7MT5Zu9LnmMMOQwcM35ZPOnB3rQ > .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); }#PzMuV7MT5Zu9LnmMMOQwcM35ZPOnB3rQ { border-width: 0; border-radius: 0; }#PzMuV7MT5Zu9LnmMMOQwcM35ZPOnB3rQ > .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; }#PzMuV7MT5Zu9LnmMMOQwcM35ZPOnB3rQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:2.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HvDJMpa1Iz2ogCDf1dvTrEsTW2Q0B0nI { position:relative;display:block; }#HvDJMpa1Iz2ogCDf1dvTrEsTW2Q0B0nI { background-color: transparent; background-image: none; }#HvDJMpa1Iz2ogCDf1dvTrEsTW2Q0B0nI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HvDJMpa1Iz2ogCDf1dvTrEsTW2Q0B0nI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HvDJMpa1Iz2ogCDf1dvTrEsTW2Q0B0nI > .row .container > .video-iframe-container { display: none; }#HvDJMpa1Iz2ogCDf1dvTrEsTW2Q0B0nI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HvDJMpa1Iz2ogCDf1dvTrEsTW2Q0B0nI > .row > .video-iframe-container { display: none; }#HvDJMpa1Iz2ogCDf1dvTrEsTW2Q0B0nI > .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); }#HvDJMpa1Iz2ogCDf1dvTrEsTW2Q0B0nI { border-width: 0; border-radius: 0; }#HvDJMpa1Iz2ogCDf1dvTrEsTW2Q0B0nI > .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; }#HvDJMpa1Iz2ogCDf1dvTrEsTW2Q0B0nI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:42.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VIJPd3KxxSBPegq2o1uakJJfAa22yBTf { color:rgba(var(--color-tertiary-4),1);display:block;width:45.499375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:20.559896469116rem;left:0rem;height:2.861325rem;display:block; }
#WXqmZuxElwSAkVovq7RoTNiP7HXFHG3K { color:rgba(var(--color-secondary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.7486400604248rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JNtLcS1NywcEv635zTbHTHTdL0hSPa4L { color:rgba(var(--color-tertiary-4),1);display:block;width:45.499375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:25.404949188233rem;left:0rem;height:4.2607375rem;display:block; }
#ap2TEnXumyGwbcP4ZI1ED00huHCUMWQG { color:rgba(var(--color-tertiary-4),1);display:block;width:45.499375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:37.874349594116rem;left:0rem;height:2.798825rem;display:block; }
#JJgoXCpJOHOqGqGNu5BlG9lhVJ8IK4Ki { color:rgba(var(--color-tertiary-4),1);display:block;width:45.499375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:32.124349594116rem;left:0rem;height:4.2607375rem;display:block; }
#d2KRNXwv13TfCpZBi0iDx9LCsIQo08KU { color:rgba(var(--color-tertiary-4),1);display:block;width:45.499375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:6.4348959922787rem;left:0rem;height:4.2607375rem;display:block; }
#bdOPF7157zOgMDTAyA3AgI419VgAJ038 { color:rgba(var(--color-tertiary-4),1);display:block;width:45.499375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:12.497396469116rem;left:0rem;height:5.66015625rem;display:block; }
#CW8kPDgVTD9zKzzUKeCRuUqVMxA75hf1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CW8kPDgVTD9zKzzUKeCRuUqVMxA75hf1 > .row .container { background-color: transparent; background-image: none; }#CW8kPDgVTD9zKzzUKeCRuUqVMxA75hf1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CW8kPDgVTD9zKzzUKeCRuUqVMxA75hf1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CW8kPDgVTD9zKzzUKeCRuUqVMxA75hf1 > .row .container > .video-iframe-container { display: none; }#CW8kPDgVTD9zKzzUKeCRuUqVMxA75hf1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CW8kPDgVTD9zKzzUKeCRuUqVMxA75hf1 > .row > .video-iframe-container { display: none; }#CW8kPDgVTD9zKzzUKeCRuUqVMxA75hf1 > .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); }#CW8kPDgVTD9zKzzUKeCRuUqVMxA75hf1 > .row .container { border-width: 0; border-radius: 0; }#CW8kPDgVTD9zKzzUKeCRuUqVMxA75hf1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CW8kPDgVTD9zKzzUKeCRuUqVMxA75hf1 > .row .container { font-size:0.875rem;font-family:arial;height:23.1875rem;width:60rem;position:relative;display:block; }#g8xF42BACacPcvWq8REPaKOXEGdNxgGq { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.1244039535523rem;left:0rem;height:6.82325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tTG9BlUyPLbdGImnzTr259q7iquIyx2X { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:"marck script";font-size:1.9375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:16.728516221046rem;left:0rem;height:5.0371125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QWmXkSZcfOWdkOdSfwTVcUhmvngTH6OM { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4rem;border-top-right-radius:4rem;border-bottom-left-radius:4rem;border-bottom-right-radius:4rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:45.875rem;height:4.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:12.030597686767rem;left:7.25rem;display:block; }
#a3MRsu3KadQMaXtCgnCm6VRpl4XZo12o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lJkms96P2P4yQ5t0TcU2eTRxLfUtV2kS { position:relative;display:block; }#lJkms96P2P4yQ5t0TcU2eTRxLfUtV2kS { background-color: transparent; background-image: none; }#lJkms96P2P4yQ5t0TcU2eTRxLfUtV2kS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJkms96P2P4yQ5t0TcU2eTRxLfUtV2kS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJkms96P2P4yQ5t0TcU2eTRxLfUtV2kS > .row .container > .video-iframe-container { display: none; }#lJkms96P2P4yQ5t0TcU2eTRxLfUtV2kS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJkms96P2P4yQ5t0TcU2eTRxLfUtV2kS > .row > .video-iframe-container { display: none; }#lJkms96P2P4yQ5t0TcU2eTRxLfUtV2kS > .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); }#lJkms96P2P4yQ5t0TcU2eTRxLfUtV2kS { border-width: 0; border-radius: 0; }#lJkms96P2P4yQ5t0TcU2eTRxLfUtV2kS > .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; }#lJkms96P2P4yQ5t0TcU2eTRxLfUtV2kS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:2.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu { position:relative;display:block; }#by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu { background-color: transparent; background-image: none; }#by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu > .row .container > .video-iframe-container { display: none; }#by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu > .row > .video-iframe-container { display: none; }#by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu > .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); }#by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu { border-width: 0; border-radius: 0; }#by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu > .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; }#by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lI1qVZW4uSbnM6qk44n3GRuIrCdbBDxL { 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:8rem;width:6.8125rem;top:0rem;left:28.15625rem;overflow:hidden;display:block; }
#okku2ysSG1B7zCO8q4sTuTCJib14RiTE { color:rgba(var(--color-tertiary-4),1);display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.6875rem;left:13.40625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 > .row .container { background-color: transparent; background-image: none; }#cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 > .row .container > .video-iframe-container { display: none; }#cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 > .row > .video-iframe-container { display: none; }#cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 > .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); }#cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 > .row .container { border-width: 0; border-radius: 0; }#cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 > .row .container { font-size:0.875rem;font-family:arial;height:3rem;width:60rem;position:relative;display:block; }#tz3LAQVsV3ABpyZELUeFfBMTZPTHCWVf { color:rgba(var(--color-tertiary-0),1);display:block;width:37.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.875rem;left:13.90625rem;height:1.29980625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IzVHfieQI962SF2cJI4s7Vm8T2VpWaTk { display:block; }#IzVHfieQI962SF2cJI4s7Vm8T2VpWaTk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ogHVw4ZJsxnaNTqatvFWF18ZGa61R6q2 { top:0rem;left:17.684482574463rem;width:14.0625rem;height:4.4176276527253rem;display:block; }
 }@media only screen and (max-width: 763px) { #kS5oXxn9QKTk0CqGI2SzFJXdggE40X1T { display:block; }#kS5oXxn9QKTk0CqGI2SzFJXdggE40X1T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kv1FuTJS5FuqZfoPemeVk5DOhNXmTg6P { width:20.9375rem;height:3.875rem;top:31.0625rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7PJR5WTdcuJhTDZbILA1KRtNysXWTmb { display:block; }
 }@media only screen and (max-width: 763px) { #Gh9kE15WWmDHXgRdAn9UfZmREzi0M0DH { width:13.5625rem;height:4.2303146904072rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #scOGsHKG9NFnM5EsU19UVD3TlPk0XKNp { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mxHzIlB1rTCP4WSBCWDtkxrsKvv4QV0x { width:10.3125rem;height:10.3125rem;top:21.5625rem;left:37.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EK4aTMw2ycDOzKuVX64r9QHQOTbJWuML { top:3.0625rem;left:21.875rem;width:25.875rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQmV0RpqCPRobON2Z6rk4PIP8mogZG8E { display:block; }#BQmV0RpqCPRobON2Z6rk4PIP8mogZG8E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zUBqQ6y8XXoP9M5TnBtRHIEL44uEUBVM { width:47.75rem;height:3.875rem;top:1.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJrA10QIpTnnN4wpb3w1kh2V3XsbTcI6 { display:block; }#DJrA10QIpTnnN4wpb3w1kh2V3XsbTcI6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mGhJGoc87mIuIpgGoNTJ7bs2yOvO7NuW { width:25.625rem;height:3.5625rem;top:50.5rem;left:22.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtbkatJWQJQUX4TyPRyP3KINsA8GE5PL { top:50.5625rem;left:20rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnZPR3facsr2NNpgPPNrUsHnElWB1VS2 { width:24.6875rem;height:3.5625rem;top:42.6875rem;left:23.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ul7C0Bc8KIQktR7020loyw3TSq5cUMfN { top:43rem;left:20.1875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTzevbTkHPSvS3JX95I3mTBT6T0eQBpt { width:23.5625rem;height:5.3125rem;top:34.125rem;left:24.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SifHuubRl2mi16fkiqw9vOQb20hnQ4v6 { top:34.5625rem;left:20.625rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiNEJKoG2o6CQKqQHsoPVV6I4mhxTxif { width:31.6875rem;height:6.5625rem;top:3.75rem;left:16.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGwMQVqekDlEcXPp98iq0usMbSNZgSRh { top:19.3125rem;left:0rem;width:21.625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsJ1bMWHMAa9eFmMwNNpp5nEV31vtSlJ { width:35.4375rem;height:55.0625rem;top:2.875rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTBGTSR1qSdL57or5aCpi3tMcgMp1MOD { top:13.875rem;left:16.9375rem;width:30.8125rem;height:16.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tziDcVLx5Aqb9Tv9fQCrObIo5330ponZ { top:2.875rem;left:0rem;width:21.5625rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyvSDLinGJrATH41y7qn1PXbBLW6dErv { top:33.625rem;left:19.5rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3sEA1qU4IezcvI1XGOC54HtUhoHFDq5 { top:42.0625rem;left:19.25rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMO2NanZkGpTVHHE3gEbp0tyCZFb561i { top:35.5rem;left:0rem;width:21.125rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #adnvwiAFuWSmChh8Qyg6tSXRiL1qLdUA { width:21.5rem;height:4.5625rem;top:53.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gz0XI8EopGN1lq39n0s16RMFRaCUH6dH { display:block; }
 }@media only screen and (max-width: 763px) { #SrCncdEXzphMvWzMVamWMtURL0nHml14 { top:49.8125rem;left:19.25rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JM6cZMeT8e0qfiP5TTF0LmmndDOA3i8T { top:4.4375rem;left:12.0625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDeI9e04q8NZB1cpho8sg1b9QWU68cpG { top:25.4375rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSR2JZW6EVXN21pLOkpKCr4qbxvNJDGn { top:45.125rem;left:12.0625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2WFtV4PV2vxkIweDToRBbMRcSULItyD { width:35.4375rem;height:55.0625rem;top:2.875rem;left:12.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DzX8s1gHNhfJCa9MghCccp810WGHieyn { width:35.4375rem;height:55.0625rem;top:2.875rem;left:12.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zEd4pDDGgG2Tc9q0NHMZFzpPmHA8UfFe { width:35.4375rem;height:55.0625rem;top:2.875rem;left:12.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xqP2k4Bi3Ar5hfWqPSDc3OtoHi6E19XP { top:33.625rem;left:19.5rem;width:4.9375rem;height:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FgwRtLShQB1NUnyVTWMawyPPJHsN7E07 { width:35.4375rem;height:55.0625rem;top:2.875rem;left:12.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nR4ZTPaQgtkzdatrSuSyKcgBIDFGT8te { top:33.625rem;left:19.5rem;width:4.9375rem;height:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZhBMgbwgHb08KBRSI6qS8d37KqXeg48T { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UntR3xxnbT5Mv4VHxHc6awc3BcNTiBdq { display:block; }#UntR3xxnbT5Mv4VHxHc6awc3BcNTiBdq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #reTE1hU38Z9fHeQK4IFoZPGzCB8OqwpJ { width:47.75rem;height:6.3125rem;top:2.3125rem;left:0rem;font-size:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhUJceNknLSJdpgVuEzXUk2p7154fC4x { width:42.75rem;height:5.75rem;top:11.625rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nn6NFVMrrTJcLLVRXHU6LdK9dh1ByfKh { width:18.1875rem;height:29.4375rem;top:22.75rem;left:14.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xp680kIRAOaiXKNcDc7pkgvE2qdWD6Gf { width:18.1875rem;height:29.625rem;top:22.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHrqTZkIGA4yx7pyJASU1k2cvk6f6FTH { width:8.0625rem;height:6.68725rem;top:23.3125rem;left:0.40489196777344rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEGdHVOk1cWZpuULkUI8pRQJnHmXxMST { width:6.9375rem;height:6.9375rem;top:22.75rem;left:20.375270843506rem;display:block; }
 }@media only screen and (max-width: 763px) { #AU05pfBAdbPN4QTT14eoCmIptZD35bKO { width:16.875rem;height:4.6875rem;top:30.9375rem;left:15.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #P97lH153EElJWoEPbcLWi2reBhrIL9ZA { width:16.875rem;height:2.3125rem;top:30.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEHC9MZAm0ho2Ja8bvWVm1O1mmZ7aT4x { width:16.875rem;height:13.25rem;top:36.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxWlJrrTdSv9Q1SZ7co9kV8NRTcbTmM3 { width:16.875rem;height:9.9375rem;top:37.5625rem;left:15.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6x3hLzhodoNTkOBVXVHhTlVUEkbckba { width:18.1875rem;height:29.625rem;top:22.6875rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTBtkQyu0mRKzVf5ug1FqX0Mb5TecqPo { width:17.4375rem;height:13.25rem;top:37.5625rem;left:30.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPzhLBipyeudiXkB7LUqV8NLFPZkNpw7 { width:18.4375rem;height:4.6875rem;top:30.9375rem;left:29.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpTodPur1uDRKKwfbzTwmL7UmWScbvRm { width:10.3125rem;height:10.3125rem;top:21.5625rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSc2fQB2cJ9scPkLNAcw1WST8tUPekXp { top:0rem;left:0rem;width:47.75rem;height:62.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3o80XgKqvaaTasrcquPCdIPC356W4Cy { width:33.1875rem;height:3.8125rem;top:56.625rem;left:7.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TPlWkoM6e5gChFqDBEZ9EG84fnFGhSXp { display:block; }
 }@media only screen and (max-width: 763px) { #vz9DmBqytCrwIF4UMdWhCHu6H3PrfQ8z { display:block; }#vz9DmBqytCrwIF4UMdWhCHu6H3PrfQ8z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cwVOdD5iVEK7z8Fu3mg4qoBVmwLw37fD { width:47.75rem;height:5.1875rem;top:2rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFSRV3gdmPIDJI777lX5kqcOBJtC7p3i { width:47.75rem;height:4.9375rem;top:8.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXNIec4d1bu4pmCmf4SNXhg0PK7goqCa { display:block; }#xXNIec4d1bu4pmCmf4SNXhg0PK7goqCa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mIgabgNI2mh3gu4N0U1SJf2z9eDLIlWN { top:1.5625rem;left:0rem;width:47.75rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZzoehwx6Q98MQwKtKsF2V2LIrkcmXbZ { top:5.875rem;left:16.125rem;width:25.1875rem;height:5.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfcoZgFL4onnc5VIpARwe5xIcA2X3A13 { top:20.125rem;left:0rem;width:47.75rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATwx33A5pUBNz5wWmeyhKz2BQrrJGhwv { top:22.1875rem;left:13.9375rem;width:33.8125rem;height:5.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOKmvAOdbyPNHPEGBk7tv6MDbt5IaBV4 { top:30.0625rem;left:16.375rem;width:27.1875rem;height:10.8125rem;font-size:1.0625rem;display:block; }#DOKmvAOdbyPNHPEGBk7tv6MDbt5IaBV4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/31253318-f34a-4fe9-944d-eeb77f583241/checkblue.png); }
 }@media only screen and (max-width: 763px) { #BTDck9VGx48U06S5rPtDHhrq4lpAxHpM { top:46.4375rem;left:0rem;width:47.75rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZAyBzH0KZqusbEn44lJHxtbQLxoC4TH { top:52.4375rem;left:16.375rem;width:27.1875rem;height:5.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnhFQKTKx59U4U8JX5XzrOfZXPPSKmRP { width:18.75rem;height:18.75rem;top:44.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0oHDZZs9JnD3yKWko25DIQhQdZ2fITa { width:20.5rem;height:18.380311614731rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPOT3JNuo390TWhkLv5c3vAbZuO0RAkA { top:12.8125rem;left:0rem;width:14.4375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWLcgF3btRkwxqws9zztQzzlCMtWpsGJ { top:37rem;left:0rem;width:12.6875rem;height:2.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQIhFyyXayFyPAmdoeWfy0Sk6OKHiqGu { top:59.625rem;left:0rem;width:12.6875rem;height:2.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyLdq3nUgChNH8kV50NEVtTxbivhTpK6 { width:12.8125rem;height:12.4375rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdA3dOCpykCSaQ1iDmaylqcDQo9AHtRf { display:block; }#MdA3dOCpykCSaQ1iDmaylqcDQo9AHtRf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dA6kVFclmP9oZnl4ze5xWlOvZSiPOezf { top:2.375rem;left:0rem;width:47.75rem;height:63.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzN2TETzTF8lX7DEPfowxximktOdv1fi { display:block; }#pzN2TETzTF8lX7DEPfowxximktOdv1fi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tcrfwuZnffbgMlk1HVpZiSya07U171fp { width:42.5625rem;height:6.625rem;top:8.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7lkplkrn0MRGq2k3TVxbXGHFtZqNK45 { width:33.1875rem;height:4.9375rem;top:57.125rem;left:8.46484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8DT8TUBafvS0gaSPaa3XP7nhn33hi38 { display:block; }
 }@media only screen and (max-width: 763px) { #TrbknLNsT32HL7BiHc5TcZ4JnGWFSO6m { width:47.75rem;height:3.625rem;top:2.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT89fT9Drp0MHEiJ8dSIZFprllTH3apZ { width:9rem;height:3.25rem;top:41.25rem;left:1.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZvbGp3eDT3RpDHMsWvTxVUVDqyLkTrX { width:19.6875rem;height:3.5625rem;top:46.625rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L083mNIqi0P7RKNZxxGS97IVQcTIURum { top:39.5rem;left:0rem;width:23.3125rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DURIynZg6bylwrbQHUdk5kVQL5n918HG { width:9rem;height:3.25rem;top:41.25rem;left:26.811197280884rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCshwpVL3DDVSxkC0KOWOS9lWq9fiwrX { width:20.6875rem;height:5.3125rem;top:46.625rem;left:26.811197280884rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONeoPxCF0e05UavA1qH5QHwEkGFXX7km { top:39.5rem;left:23.5625rem;width:24.1875rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQaodt9qpMesW1J9k7iXIgSGrpwHtIDh { top:39.75rem;left:15.33967590332rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCf59RGd7MLTVec4c28kh1pTQQZ2bfzu { top:40.5rem;left:40.964405059814rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nr9UGTJNuTS0IghN3oTmvvAOeyoaaG5f { top:2.375rem;left:0rem;width:47.75rem;height:63.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WaIy7paLhOoqqagRflQuCHJPRm1mXZKA { top:16.0625rem;left:2.6513671875rem;width:38.375rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMBFL54UBr6O8DsSNyE40vCDT1cBk1xH { top:23rem;left:30.123046875rem;width:14.0625rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgGEs0gzhvLPh6MGQ74bmgFdVHZ6ERAJ { top:39.5rem;left:0rem;width:23.3125rem;height:14.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JEiiF3Qotgpsx4hEkieFLaGe0WxN3Hs9 { top:39.5rem;left:0rem;width:23.3125rem;height:14.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hGAdTGoiNCbIRryGL6KC3mm0v5htigaA { display:block; }#hGAdTGoiNCbIRryGL6KC3mm0v5htigaA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uOmElSgmhRnkCptNvkva33Al0fs9Nlkz { top:14.1875rem;left:34.75rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCTl6oRniqKArmqViuL3fA0hqgymJVOW { top:13.8125rem;left:0rem;width:6.125rem;height:6.0636615161587rem;display:block; }
 }@media only screen and (max-width: 763px) { #eImZazwTl9fKhgPpoX0iIuDKkS32pzVk { top:14.4375rem;left:21.375rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzBVhEnwUdDbkrWOTZwDXiGmLO5NikON { top:14.0625rem;left:8.1875rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wd1pUeN3kXe2Tmh5d4cuTERKasmogaBN { top:13.6875rem;left:41.75rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASoRNm4lktJZRW8pMUGRUGbpTub6niAZ { top:22.0625rem;left:0rem;width:47.75rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #evJ51OoVNULrBxK1A25JW2ksiEEVAU9i { top:25.0625rem;left:0rem;width:8.0625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgRpyTeFNC7euswQkMpscH8Ci8dEiz6w { top:25.0625rem;left:9.5rem;width:8.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyx9QtKAHu8qchN8ToxEhqRdSx7xQzB2 { top:25.0625rem;left:23.0625rem;width:8.8125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSvw5pUm5pIKWTsKvOlHN3Zc8Hem3maF { top:25.0625rem;left:35.875rem;width:8.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQa0K2VasGaTg3doRmTz2l0SiogUInrP { top:25.0625rem;left:40.9375rem;width:6.8125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #frP0Zbv6ETkJTTUWLrPf0la5dzfpsRid { top:3.5rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSJr0EnN5TpC40Q1TTuFvP2IKb23qFWU { top:9.4375rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GROJm9BzS4oqQL7aLcyzhaaum3RJzkGZ { width:39.5625rem;height:3.9375rem;top:34.5rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDJlhOyyekZ0RfgeSu17TV7GD1DWktMD { display:block; }
 }@media only screen and (max-width: 763px) { #KypKHkAE2JuR9o6FKOnESvWnPaNozvf8 { top:21.3125rem;left:45.875rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuaJAvo40QcvPuied0OkQ4y7FcU9cFKB { top:21.6875rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCbahTMZVRDXHBRuvUdolW6DIURaEK0l { top:20.125rem;left:8.1875rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AH0AzQhJBbCzJAnU5dw3ZdG6ftDPPDoi { top:20.125rem;left:0rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcNPrrV9Nd9kWlXaWz2G52FrdaAcg21h { top:20.125rem;left:21.75rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #caCIzTT55SM6OOwC2pUgZ0GS8fDpxuhG { top:20.125rem;left:34.75rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBDvTdeOy4TRyQ1S1t4pq84n58VeO1m7 { top:20.125rem;left:43.4375rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BN4Gy8s100QB3zZMw8XyeXZ4m5R5P3G8 { top:20.125rem;left:0rem;width:4.3125rem;height:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rCqwseTBxHx0cVWQu0Hxluglwykkl31f { top:20.125rem;left:0rem;width:4.3125rem;height:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sh9uyZmbvx3MSJBdEZ6N2gs0rTpX9w1v { display:block; }#sh9uyZmbvx3MSJBdEZ6N2gs0rTpX9w1v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f3mDJBaaml74kWHhDmNdVTqf1rBVvhZb { width:47.75rem;height:;top:3.375rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBAdNmSilIRdOZyuouWROFyuixpACo96 { display:block; }#fBAdNmSilIRdOZyuouWROFyuixpACo96 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zt8FeoDnrJzAwxqzdlbOQncnN9H3v3qi { top:24.875rem;left:0rem;width:47.75rem;height:23.14631835512rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPef3C2WLiSEEXaqCkifGte9qionN0fg { top:54.6875rem;left:0rem;width:47.75rem;height:18.067567567568rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRUxs7w3z4uas1bH61uTvXPOfLQvvgzU { top:1.25rem;left:0rem;width:47.75rem;height:18.529076086956rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gw3Gi2VinSTDewLGPvWmpc46E33NUBxF { display:block; }#Gw3Gi2VinSTDewLGPvWmpc46E33NUBxF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PzMuV7MT5Zu9LnmMMOQwcM35ZPOnB3rQ { display:block; }#PzMuV7MT5Zu9LnmMMOQwcM35ZPOnB3rQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HvDJMpa1Iz2ogCDf1dvTrEsTW2Q0B0nI { display:block; }#HvDJMpa1Iz2ogCDf1dvTrEsTW2Q0B0nI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VIJPd3KxxSBPegq2o1uakJJfAa22yBTf { top:20.5rem;left:0rem;width:45.4375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXqmZuxElwSAkVovq7RoTNiP7HXFHG3K { width:47.75rem;height:3.25rem;top:1.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNtLcS1NywcEv635zTbHTHTdL0hSPa4L { top:25.375rem;left:0rem;width:45.4375rem;height:5.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ap2TEnXumyGwbcP4ZI1ED00huHCUMWQG { top:37.8125rem;left:0rem;width:45.4375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJgoXCpJOHOqGqGNu5BlG9lhVJ8IK4Ki { top:32.0625rem;left:0rem;width:45.4375rem;height:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2KRNXwv13TfCpZBi0iDx9LCsIQo08KU { top:6.375rem;left:0rem;width:45.4375rem;height:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdOPF7157zOgMDTAyA3AgI419VgAJ038 { top:12.4375rem;left:0rem;width:45.4375rem;height:5.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CW8kPDgVTD9zKzzUKeCRuUqVMxA75hf1 { display:block; }#CW8kPDgVTD9zKzzUKeCRuUqVMxA75hf1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g8xF42BACacPcvWq8REPaKOXEGdNxgGq { width:47.75rem;height:6.8125rem;top:2.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTG9BlUyPLbdGImnzTr259q7iquIyx2X { width:47.75rem;height:5rem;top:16.6875rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWmXkSZcfOWdkOdSfwTVcUhmvngTH6OM { width:45.875rem;height:4.75rem;top:12rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3MRsu3KadQMaXtCgnCm6VRpl4XZo12o { display:block; }
 }@media only screen and (max-width: 763px) { #lJkms96P2P4yQ5t0TcU2eTRxLfUtV2kS { display:block; }#lJkms96P2P4yQ5t0TcU2eTRxLfUtV2kS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu { display:block; }#by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lI1qVZW4uSbnM6qk44n3GRuIrCdbBDxL { top:0rem;left:22.03125rem;width:6.8125rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #okku2ysSG1B7zCO8q4sTuTCJib14RiTE { top:8.6875rem;left:7.28125rem;width:34.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 { display:block; }#cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tz3LAQVsV3ABpyZELUeFfBMTZPTHCWVf { top:0.875rem;left:7.78125rem;width:37.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IzVHfieQI962SF2cJI4s7Vm8T2VpWaTk { background-color:rgba(0,0,0,0);background-image:none;display:block; }#IzVHfieQI962SF2cJI4s7Vm8T2VpWaTk > .row .container { background-color: transparent; background-image: none; }#IzVHfieQI962SF2cJI4s7Vm8T2VpWaTk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IzVHfieQI962SF2cJI4s7Vm8T2VpWaTk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IzVHfieQI962SF2cJI4s7Vm8T2VpWaTk > .row .container > .video-iframe-container { display: none; }#IzVHfieQI962SF2cJI4s7Vm8T2VpWaTk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IzVHfieQI962SF2cJI4s7Vm8T2VpWaTk > .row > .video-iframe-container { display: none; }#IzVHfieQI962SF2cJI4s7Vm8T2VpWaTk > .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); }#IzVHfieQI962SF2cJI4s7Vm8T2VpWaTk > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ogHVw4ZJsxnaNTqatvFWF18ZGa61R6q2 { width:12.0625rem;height:3.75rem;top:0rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kS5oXxn9QKTk0CqGI2SzFJXdggE40X1T { background-color:rgba(0,0,0,0);background-image:none;display:block; }#kS5oXxn9QKTk0CqGI2SzFJXdggE40X1T > .row .container { background-color: transparent; background-image: none; }#kS5oXxn9QKTk0CqGI2SzFJXdggE40X1T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kS5oXxn9QKTk0CqGI2SzFJXdggE40X1T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kS5oXxn9QKTk0CqGI2SzFJXdggE40X1T > .row .container > .video-iframe-container { display: none; }#kS5oXxn9QKTk0CqGI2SzFJXdggE40X1T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kS5oXxn9QKTk0CqGI2SzFJXdggE40X1T > .row > .video-iframe-container { display: none; }#kS5oXxn9QKTk0CqGI2SzFJXdggE40X1T > .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); }#kS5oXxn9QKTk0CqGI2SzFJXdggE40X1T > .row .container { width:20rem;height:44.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kv1FuTJS5FuqZfoPemeVk5DOhNXmTg6P { width:13.5rem;height:3.4375rem;top:30.759765625rem;left:3.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #y7PJR5WTdcuJhTDZbILA1KRtNysXWTmb { display:block; }
 }@media only screen and (max-width: 763px) { #Gh9kE15WWmDHXgRdAn9UfZmREzi0M0DH { width:6.5rem;height:2.0625rem;top:0.46875002980232rem;left:6.498913526535rem;display:none; }
 }@media only screen and (max-width: 763px) { #scOGsHKG9NFnM5EsU19UVD3TlPk0XKNp { top:0rem;left:0rem;width:19.875rem;height:19.875rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mxHzIlB1rTCP4WSBCWDtkxrsKvv4QV0x { width:9.249rem;height:11.625rem;top:11.787109375rem;left:0rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #EK4aTMw2ycDOzKuVX64r9QHQOTbJWuML { width:18rem;height:14.125rem;top:21.8125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQmV0RpqCPRobON2Z6rk4PIP8mogZG8E { display:block; }#BQmV0RpqCPRobON2Z6rk4PIP8mogZG8E > .row .container { width:20rem;height:7.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zUBqQ6y8XXoP9M5TnBtRHIEL44uEUBVM { width:18.8125rem;height:5.5rem;top:0.75rem;left:0.59375rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.1;color:rgba(var(--color-primary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #DJrA10QIpTnnN4wpb3w1kh2V3XsbTcI6 { background-color:#fafafa;background-image:none;display:block; }#DJrA10QIpTnnN4wpb3w1kh2V3XsbTcI6 > .row .container { background-color: transparent; background-image: none; }#DJrA10QIpTnnN4wpb3w1kh2V3XsbTcI6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DJrA10QIpTnnN4wpb3w1kh2V3XsbTcI6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DJrA10QIpTnnN4wpb3w1kh2V3XsbTcI6 > .row .container > .video-iframe-container { display: none; }#DJrA10QIpTnnN4wpb3w1kh2V3XsbTcI6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DJrA10QIpTnnN4wpb3w1kh2V3XsbTcI6 > .row > .video-iframe-container { display: none; }#DJrA10QIpTnnN4wpb3w1kh2V3XsbTcI6 > .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); }#DJrA10QIpTnnN4wpb3w1kh2V3XsbTcI6 > .row .container { width:20rem;height:106rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mGhJGoc87mIuIpgGoNTJ7bs2yOvO7NuW { width:12.5rem;height:5.94921875rem;top:90.125rem;left:7.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #xtbkatJWQJQUX4TyPRyP3KINsA8GE5PL { width:3.5625rem;height:3.5625rem;top:91.3125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnZPR3facsr2NNpgPPNrUsHnElWB1VS2 { width:12.75rem;height:4.4619125rem;top:66.875rem;left:7.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ul7C0Bc8KIQktR7020loyw3TSq5cUMfN { width:3.25rem;height:3.25rem;top:67.375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTzevbTkHPSvS3JX95I3mTBT6T0eQBpt { width:12.0625rem;height:4.4619125rem;top:42.1875rem;left:7.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #SifHuubRl2mi16fkiqw9vOQb20hnQ4v6 { width:3.875rem;height:3.875rem;top:42.1875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiNEJKoG2o6CQKqQHsoPVV6I4mhxTxif { width:18rem;height:6.1875rem;top:1.5rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;line-height:1.1;color:#2b92d0;display:block; }
 }@media only screen and (max-width: 763px) { #EGwMQVqekDlEcXPp98iq0usMbSNZgSRh { width:18.8125rem;height:12.4375rem;top:8.6875rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QsJ1bMWHMAa9eFmMwNNpp5nEV31vtSlJ { width:20rem;height:55.0625rem;top:130.0673984375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pTBGTSR1qSdL57or5aCpi3tMcgMp1MOD { width:17.75rem;height:27.617175rem;top:10.0625rem;left:1.125rem;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tziDcVLx5Aqb9Tv9fQCrObIo5330ponZ { width:20rem;height:13.2744375rem;top:50.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyvSDLinGJrATH41y7qn1PXbBLW6dErv { width:4.9375rem;height:4.9375rem;top:41.75rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3sEA1qU4IezcvI1XGOC54HtUhoHFDq5 { width:4.9375rem;height:4.9375rem;top:169.2548984375rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WMO2NanZkGpTVHHE3gEbp0tyCZFb561i { width:19.5rem;height:13rem;top:74.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #adnvwiAFuWSmChh8Qyg6tSXRiL1qLdUA { width:19rem;height:4.5625rem;top:99rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gz0XI8EopGN1lq39n0s16RMFRaCUH6dH { display:block; }
 }@media only screen and (max-width: 763px) { #SrCncdEXzphMvWzMVamWMtURL0nHml14 { width:4.9375rem;height:4.9375rem;top:177.0048984375rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JM6cZMeT8e0qfiP5TTF0LmmndDOA3i8T { width:2.75rem;height:2.75rem;top:0.8125rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDeI9e04q8NZB1cpho8sg1b9QWU68cpG { width:2.0625rem;height:2.0625rem;top:55.4375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSR2JZW6EVXN21pLOkpKCr4qbxvNJDGn { width:2.0625rem;height:2.0625rem;top:80.875rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2WFtV4PV2vxkIweDToRBbMRcSULItyD { width:20rem;height:9.1875rem;top:40.1875rem;left:0rem;z-index:15001;background-color:#2b92d0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #DzX8s1gHNhfJCa9MghCccp810WGHieyn { width:20rem;height:8.5rem;top:65rem;left:0rem;z-index:15002;background-color:#2b92d0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #zEd4pDDGgG2Tc9q0NHMZFzpPmHA8UfFe { width:20rem;height:29.3125rem;top:9.25rem;left:0rem;z-index:14998;background-color:#2b92d0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #xqP2k4Bi3Ar5hfWqPSDc3OtoHi6E19XP { width:4.9375rem;height:4.9375rem;top:66.625rem;left:0.5rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #FgwRtLShQB1NUnyVTWMawyPPJHsN7E07 { width:20rem;height:8.5rem;top:89rem;left:0rem;z-index:15003;background-color:#2b92d0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #nR4ZTPaQgtkzdatrSuSyKcgBIDFGT8te { width:4.9375rem;height:4.9375rem;top:90.625rem;left:0.625rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #ZhBMgbwgHb08KBRSI6qS8d37KqXeg48T { top:1.34375rem;left:17.1875rem;width:1.6875rem;height:1.6875rem;z-index:15019;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UntR3xxnbT5Mv4VHxHc6awc3BcNTiBdq { display:block; }#UntR3xxnbT5Mv4VHxHc6awc3BcNTiBdq > .row .container { width:20rem;height:110.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #reTE1hU38Z9fHeQK4IFoZPGzCB8OqwpJ { width:19.99975rem;height:2.599825rem;top:2.7880439758301rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhUJceNknLSJdpgVuEzXUk2p7154fC4x { width:18.49975rem;height:8.9238125rem;top:5.9095115661621rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nn6NFVMrrTJcLLVRXHU6LdK9dh1ByfKh { width:18.1875rem;height:27.5625rem;top:71.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xp680kIRAOaiXKNcDc7pkgvE2qdWD6Gf { width:18.1875rem;height:26.1875rem;top:43.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHrqTZkIGA4yx7pyJASU1k2cvk6f6FTH { width:9.4369375rem;height:7.7494375rem;top:15.394565343857rem;left:5.2801635265351rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #hEGdHVOk1cWZpuULkUI8pRQJnHmXxMST { width:9.87475rem;height:10.6875rem;top:40.613318443298rem;left:5.0625002384186rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #AU05pfBAdbPN4QTT14eoCmIptZD35bKO { width:16.875rem;height:5.19965rem;top:51.25rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #P97lH153EElJWoEPbcLWi2reBhrIL9ZA { width:16.875rem;height:2.599825rem;top:23.323371887207rem;left:1.5619566440582rem;text-align:center;text-align-last:center;font-size:2rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #LEHC9MZAm0ho2Ja8bvWVm1O1mmZ7aT4x { width:16.875rem;height:10.411125rem;top:27.511958837509rem;left:1.5619566440582rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxWlJrrTdSv9Q1SZ7co9kV8NRTcbTmM3 { width:16.875rem;height:8.9238125rem;top:57.624459981918rem;left:1.5619566440582rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6x3hLzhodoNTkOBVXVHhTlVUEkbckba { width:18.1875rem;height:23.8125rem;top:16.720932006836rem;left:0.90570652484894rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTBtkQyu0mRKzVf5ug1FqX0Mb5TecqPo { width:15.4369375rem;height:11.8984375rem;top:85.623918533325rem;left:2.2801632881164rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPzhLBipyeudiXkB7LUqV8NLFPZkNpw7 { width:18.4375rem;height:5.19965rem;top:78.75rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpTodPur1uDRKKwfbzTwmL7UmWScbvRm { width:15rem;height:18.75rem;top:64.761689186094rem;left:2.4994566440583rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSc2fQB2cJ9scPkLNAcw1WST8tUPekXp { width:20rem;height:14.25rem;top:1.7519073486328rem;left:0rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3o80XgKqvaaTasrcquPCdIPC356W4Cy { width:18.9994375rem;height:3.81195625rem;top:103.18614006043rem;left:0.49891304969787rem;z-index:15006;background-color:#ff8200;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPlWkoM6e5gChFqDBEZ9EG84fnFGhSXp { display:block; }
 }@media only screen and (max-width: 763px) { #vz9DmBqytCrwIF4UMdWhCHu6H3PrfQ8z { background-color:#f8f9fc;background-image:none;display:block; }#vz9DmBqytCrwIF4UMdWhCHu6H3PrfQ8z > .row .container { background-color: transparent; background-image: none; }#vz9DmBqytCrwIF4UMdWhCHu6H3PrfQ8z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vz9DmBqytCrwIF4UMdWhCHu6H3PrfQ8z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vz9DmBqytCrwIF4UMdWhCHu6H3PrfQ8z > .row .container > .video-iframe-container { display: none; }#vz9DmBqytCrwIF4UMdWhCHu6H3PrfQ8z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vz9DmBqytCrwIF4UMdWhCHu6H3PrfQ8z > .row > .video-iframe-container { display: none; }#vz9DmBqytCrwIF4UMdWhCHu6H3PrfQ8z > .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); }#vz9DmBqytCrwIF4UMdWhCHu6H3PrfQ8z > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cwVOdD5iVEK7z8Fu3mg4qoBVmwLw37fD { width:20rem;height:5.19965rem;top:1.2500114440918rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFSRV3gdmPIDJI777lX5kqcOBJtC7p3i { width:20rem;height:10.411125rem;top:8.0625114440919rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xXNIec4d1bu4pmCmf4SNXhg0PK7goqCa { background-color:#f8f9fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xXNIec4d1bu4pmCmf4SNXhg0PK7goqCa > .row .container { background-color: transparent; background-image: none; }#xXNIec4d1bu4pmCmf4SNXhg0PK7goqCa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xXNIec4d1bu4pmCmf4SNXhg0PK7goqCa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xXNIec4d1bu4pmCmf4SNXhg0PK7goqCa > .row .container > .video-iframe-container { display: none; }#xXNIec4d1bu4pmCmf4SNXhg0PK7goqCa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xXNIec4d1bu4pmCmf4SNXhg0PK7goqCa > .row > .video-iframe-container { display: none; }#xXNIec4d1bu4pmCmf4SNXhg0PK7goqCa > .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); }#xXNIec4d1bu4pmCmf4SNXhg0PK7goqCa > .row .container { border-width: 0; border-radius: 0; }#xXNIec4d1bu4pmCmf4SNXhg0PK7goqCa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xXNIec4d1bu4pmCmf4SNXhg0PK7goqCa > .row .container { width:20rem;height:63rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mIgabgNI2mh3gu4N0U1SJf2z9eDLIlWN { width:20rem;height:13rem;top:1.5595092773438rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZzoehwx6Q98MQwKtKsF2V2LIrkcmXbZ { width:17.8125rem;height:4.06304375rem;top:9.0317935943606rem;left:1.0932066440582rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zfcoZgFL4onnc5VIpARwe5xIcA2X3A13 { width:20rem;height:25.75rem;top:17.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATwx33A5pUBNz5wWmeyhKz2BQrrJGhwv { width:18.4375rem;height:5.84765625rem;top:24.9375rem;left:0.75rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DOKmvAOdbyPNHPEGBk7tv6MDbt5IaBV4 { width:18.374375rem;height:9.847625rem;top:31.9375rem;left:0.8125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#DOKmvAOdbyPNHPEGBk7tv6MDbt5IaBV4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/31253318-f34a-4fe9-944d-eeb77f583241/checkblue.png); }
 }@media only screen and (max-width: 763px) { #BTDck9VGx48U06S5rPtDHhrq4lpAxHpM { width:20rem;height:14.4375rem;top:47.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZAyBzH0KZqusbEn44lJHxtbQLxoC4TH { width:17.686875rem;height:3.8984375rem;top:55.625rem;left:1.125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qnhFQKTKx59U4U8JX5XzrOfZXPPSKmRP { width:11.8744375rem;height:11.8744375rem;top:41.8125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0oHDZZs9JnD3yKWko25DIQhQdZ2fITa { width:10.25rem;height:10.25rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPOT3JNuo390TWhkLv5c3vAbZuO0RAkA { width:13.3125rem;height:2.599825rem;top:4.3580741882324rem;left:0.80989587306975rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FWLcgF3btRkwxqws9zztQzzlCMtWpsGJ { width:8.6875rem;height:2.599825rem;top:19.6875rem;left:11.0625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SQIhFyyXayFyPAmdoeWfy0Sk6OKHiqGu { width:12.6875rem;height:2.599825rem;top:50.25rem;left:1.5rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FyLdq3nUgChNH8kV50NEVtTxbivhTpK6 { width:6.75rem;height:6.75rem;top:2.2825527191162rem;left:13.250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdA3dOCpykCSaQ1iDmaylqcDQo9AHtRf { display:block; }#MdA3dOCpykCSaQ1iDmaylqcDQo9AHtRf > .row .container { width:20rem;height:1.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dA6kVFclmP9oZnl4ze5xWlOvZSiPOezf { width:20rem;height:63.75rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pzN2TETzTF8lX7DEPfowxximktOdv1fi { display:block; }#pzN2TETzTF8lX7DEPfowxximktOdv1fi > .row .container { width:20rem;height:76.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tcrfwuZnffbgMlk1HVpZiSya07U171fp { width:18.0625rem;height:11.8984375rem;top:8.744140625rem;left:1.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #T7lkplkrn0MRGq2k3TVxbXGHFtZqNK45 { width:15.75rem;height:4.3125rem;top:67.3740234375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8DT8TUBafvS0gaSPaa3XP7nhn33hi38 { display:block; }
 }@media only screen and (max-width: 763px) { #TrbknLNsT32HL7BiHc5TcZ4JnGWFSO6m { width:18.4375rem;height:5.19921875rem;top:2.6240234375rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #AT89fT9Drp0MHEiJ8dSIZFprllTH3apZ { width:9rem;height:3rem;top:36.7607421875rem;left:1.625rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZvbGp3eDT3RpDHMsWvTxVUVDqyLkTrX { width:16.1875rem;height:4.78125rem;top:41.638671875rem;left:1.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #L083mNIqi0P7RKNZxxGS97IVQcTIURum { width:18.4375rem;height:13.25rem;top:35.669921875rem;left:0.6875rem;background-color:#097ec3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #DURIynZg6bylwrbQHUdk5kVQL5n918HG { width:9rem;height:3rem;top:51.4482421875rem;left:2.375rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCshwpVL3DDVSxkC0KOWOS9lWq9fiwrX { width:18.249rem;height:7.5rem;top:56.1982421875rem;left:1.7509765625rem;text-align:left;text-align-last:left;font-size:1.25rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #ONeoPxCF0e05UavA1qH5QHwEkGFXX7km { width:20rem;height:16.25rem;top:49.69921875rem;left:0rem;background-color:#ff8200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #IQaodt9qpMesW1J9k7iXIgSGrpwHtIDh { width:4.625rem;height:4.625rem;top:36.7607421875rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCf59RGd7MLTVec4c28kh1pTQQZ2bfzu { width:4.5rem;height:4.5rem;top:50.6982421875rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nr9UGTJNuTS0IghN3oTmvvAOeyoaaG5f { width:20rem;height:73.4375rem;top:0.873046875rem;left:0rem;z-index:15000;background-color:#2b92d0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #WaIy7paLhOoqqagRflQuCHJPRm1mXZKA { width:20rem;height:11.204125rem;top:22.2470703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMBFL54UBr6O8DsSNyE40vCDT1cBk1xH { width:6.4375rem;height:6.75rem;top:26.6396484375rem;left:12.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgGEs0gzhvLPh6MGQ74bmgFdVHZ6ERAJ { width:18.4375rem;height:16rem;top:49.8232421875rem;left:0.78125rem;background-color:#ff8200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #JEiiF3Qotgpsx4hEkieFLaGe0WxN3Hs9 { width:18.4375rem;height:13.25rem;top:21.099609375rem;left:0.78125rem;background-color:rgba(255,255,255,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #hGAdTGoiNCbIRryGL6KC3mm0v5htigaA { display:block; }#hGAdTGoiNCbIRryGL6KC3mm0v5htigaA > .row .container { width:20rem;height:55.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uOmElSgmhRnkCptNvkva33Al0fs9Nlkz { width:3.5625rem;height:3.5625rem;top:9.6451625823975rem;left:4.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCTl6oRniqKArmqViuL3fA0hqgymJVOW { width:4.0625rem;height:4.0625rem;top:17.875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eImZazwTl9fKhgPpoX0iIuDKkS32pzVk { width:2.9375rem;height:2.9375rem;top:27.1875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzBVhEnwUdDbkrWOTZwDXiGmLO5NikON { width:3.625rem;height:3.625rem;top:35.125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wd1pUeN3kXe2Tmh5d4cuTERKasmogaBN { width:3.5rem;height:3.5rem;top:43.5rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASoRNm4lktJZRW8pMUGRUGbpTub6niAZ { width:0.3125rem;height:33.75rem;top:10.729166625rem;left:2.0251277935421rem;display:block; }
 }@media only screen and (max-width: 763px) { #evJ51OoVNULrBxK1A25JW2ksiEEVAU9i { width:7.625rem;height:3.8994125rem;top:9.64453125rem;left:10.875000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wgRpyTeFNC7euswQkMpscH8Ci8dEiz6w { width:8.625rem;height:3.8994125rem;top:17.875000953674rem;left:10.875000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hyx9QtKAHu8qchN8ToxEhqRdSx7xQzB2 { width:8.1875rem;height:3.8994125rem;top:27.250007629394rem;left:10.875000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OSvw5pUm5pIKWTsKvOlHN3Zc8Hem3maF { width:8.0625rem;height:2.5996125rem;top:35.6875rem;left:10.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bQa0K2VasGaTg3doRmTz2l0SiogUInrP { width:9.125rem;height:2.5996125rem;top:43.500007629394rem;left:10.875000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #frP0Zbv6ETkJTTUWLrPf0la5dzfpsRid { width:19.06225rem;height:2.599825rem;top:0.99782562255862rem;left:0.46875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSJr0EnN5TpC40Q1TTuFvP2IKb23qFWU { width:18.9375rem;height:2.76215rem;top:5.1244583129883rem;left:0.53070652484894rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GROJm9BzS4oqQL7aLcyzhaaum3RJzkGZ { width:20rem;height:3.125rem;top:49.875rem;left:1.1920928955078E-7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDJlhOyyekZ0RfgeSu17TV7GD1DWktMD { display:block; }
 }@media only screen and (max-width: 763px) { #KypKHkAE2JuR9o6FKOnESvWnPaNozvf8 { width:1.125rem;height:1.125rem;top:44.312500953674rem;left:1.2434896230698rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuaJAvo40QcvPuied0OkQ4y7FcU9cFKB { width:1.125rem;height:1.125rem;top:9.6458137035369rem;left:1.6184896230698rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCbahTMZVRDXHBRuvUdolW6DIURaEK0l { display:flex;width:4.3125rem;height:4.3125rem;top:62.187561035156rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AH0AzQhJBbCzJAnU5dw3ZdG6ftDPPDoi { display:flex;width:4.3125rem;height:4.3125rem;top:17.749370574951rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GcNPrrV9Nd9kWlXaWz2G52FrdaAcg21h { display:flex;width:4.3125rem;height:4.3125rem;top:67.750061035156rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #caCIzTT55SM6OOwC2pUgZ0GS8fDpxuhG { display:flex;width:4.3125rem;height:4.3125rem;top:73.312561035156rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GBDvTdeOy4TRyQ1S1t4pq84n58VeO1m7 { display:flex;width:4.3125rem;height:4.3125rem;top:78.875061035156rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BN4Gy8s100QB3zZMw8XyeXZ4m5R5P3G8 { display:flex;width:4.3125rem;height:4.3125rem;top:26.49934899807rem;left:0rem;z-index:15015; }
 }@media only screen and (max-width: 763px) { #rCqwseTBxHx0cVWQu0Hxluglwykkl31f { display:flex;width:4.3125rem;height:4.3125rem;top:34.781250953674rem;left:0rem;z-index:15016; }
 }@media only screen and (max-width: 763px) { #sh9uyZmbvx3MSJBdEZ6N2gs0rTpX9w1v { background-color:rgba(255,255,255,0.59);background-image:none;display:block; }#sh9uyZmbvx3MSJBdEZ6N2gs0rTpX9w1v > .row .container { background-color: transparent; background-image: none; }#sh9uyZmbvx3MSJBdEZ6N2gs0rTpX9w1v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sh9uyZmbvx3MSJBdEZ6N2gs0rTpX9w1v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sh9uyZmbvx3MSJBdEZ6N2gs0rTpX9w1v > .row .container > .video-iframe-container { display: none; }#sh9uyZmbvx3MSJBdEZ6N2gs0rTpX9w1v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sh9uyZmbvx3MSJBdEZ6N2gs0rTpX9w1v > .row > .video-iframe-container { display: none; }#sh9uyZmbvx3MSJBdEZ6N2gs0rTpX9w1v > .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); }#sh9uyZmbvx3MSJBdEZ6N2gs0rTpX9w1v > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f3mDJBaaml74kWHhDmNdVTqf1rBVvhZb { width:20rem;height:5.19965rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#2b92d0;display:block; }
 }@media only screen and (max-width: 763px) { #fBAdNmSilIRdOZyuouWROFyuixpACo96 { display:block; }#fBAdNmSilIRdOZyuouWROFyuixpACo96 > .row .container { width:20rem;height:31.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zt8FeoDnrJzAwxqzdlbOQncnN9H3v3qi { width:19.99975rem;height:9.68725rem;top:1.4836959838868rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.21) ;display:block; }
 }@media only screen and (max-width: 763px) { #PPef3C2WLiSEEXaqCkifGte9qionN0fg { width:19.99975rem;height:7.62475rem;top:12.536414146423rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.21) ;display:block; }
 }@media only screen and (max-width: 763px) { #sRUxs7w3z4uas1bH61uTvXPOfLQvvgzU { width:20rem;height:7.760903308275rem;top:21.750817298889rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.21) ;display:block; }
 }@media only screen and (max-width: 763px) { #Gw3Gi2VinSTDewLGPvWmpc46E33NUBxF { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/db33be5c-bcfd-46d7-8793-3afa375d14ac/wakacyjnynamoblny.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Gw3Gi2VinSTDewLGPvWmpc46E33NUBxF.adaptive-delivery-prevent-bg, #Gw3Gi2VinSTDewLGPvWmpc46E33NUBxF.lazyload, #Gw3Gi2VinSTDewLGPvWmpc46E33NUBxF.lazyloading { background-image: none; }#Gw3Gi2VinSTDewLGPvWmpc46E33NUBxF > .row .container { background-color: transparent; background-image: none; }#Gw3Gi2VinSTDewLGPvWmpc46E33NUBxF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gw3Gi2VinSTDewLGPvWmpc46E33NUBxF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gw3Gi2VinSTDewLGPvWmpc46E33NUBxF > .row .container > .video-iframe-container { display: none; }#Gw3Gi2VinSTDewLGPvWmpc46E33NUBxF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gw3Gi2VinSTDewLGPvWmpc46E33NUBxF > .row > .video-iframe-container { display: none; }#Gw3Gi2VinSTDewLGPvWmpc46E33NUBxF > .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); }#Gw3Gi2VinSTDewLGPvWmpc46E33NUBxF > .row .container { border-width: 0; border-radius: 0; }#Gw3Gi2VinSTDewLGPvWmpc46E33NUBxF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gw3Gi2VinSTDewLGPvWmpc46E33NUBxF > .row .container { width:20rem;height:12.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PzMuV7MT5Zu9LnmMMOQwcM35ZPOnB3rQ { display:block; }#PzMuV7MT5Zu9LnmMMOQwcM35ZPOnB3rQ > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HvDJMpa1Iz2ogCDf1dvTrEsTW2Q0B0nI { display:block; }#HvDJMpa1Iz2ogCDf1dvTrEsTW2Q0B0nI > .row .container { width:20rem;height:74.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VIJPd3KxxSBPegq2o1uakJJfAa22yBTf { width:20rem;height:5.949225rem;top:35.548177719116rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXqmZuxElwSAkVovq7RoTNiP7HXFHG3K { width:20rem;height:3.73698125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNtLcS1NywcEv635zTbHTHTdL0hSPa4L { width:20rem;height:13.385725rem;top:42.932943344116rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ap2TEnXumyGwbcP4ZI1ED00huHCUMWQG { width:20rem;height:5.949225rem;top:58.340496063233rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJgoXCpJOHOqGqGNu5BlG9lhVJ8IK4Ki { width:20rem;height:7.436525rem;top:66.282552719119rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2KRNXwv13TfCpZBi0iDx9LCsIQo08KU { width:20rem;height:8.92380625rem;top:6.998046875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdOPF7157zOgMDTAyA3AgI419VgAJ038 { width:20rem;height:16.3603625rem;top:17.242839813233rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CW8kPDgVTD9zKzzUKeCRuUqVMxA75hf1 { display:block; }#CW8kPDgVTD9zKzzUKeCRuUqVMxA75hf1 > .row .container { width:20rem;height:27.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g8xF42BACacPcvWq8REPaKOXEGdNxgGq { width:20rem;height:11.942375rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTG9BlUyPLbdGImnzTr259q7iquIyx2X { width:19.99975rem;height:7.55566875rem;top:18.024478912354rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWmXkSZcfOWdkOdSfwTVcUhmvngTH6OM { width:20rem;height:3.9375rem;top:15.151000976562rem;left:-0.18684899806976rem;font-size:1rem;border-top-left-radius:4.1875rem;border-top-right-radius:4.1875rem;border-bottom-left-radius:4.1875rem;border-bottom-right-radius:4.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #a3MRsu3KadQMaXtCgnCm6VRpl4XZo12o { display:block; }
 }@media only screen and (max-width: 763px) { #lJkms96P2P4yQ5t0TcU2eTRxLfUtV2kS { display:block; }#lJkms96P2P4yQ5t0TcU2eTRxLfUtV2kS > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu { display:block; }#by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lI1qVZW4uSbnM6qk44n3GRuIrCdbBDxL { width:4.9375rem;height:5.8125rem;top:1.0615234375rem;left:7.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #okku2ysSG1B7zCO8q4sTuTCJib14RiTE { width:19.999rem;height:1.29980625rem;top:7.4970703125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 { display:block; }#cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 > .row .container { width:20rem;height:3.2216828125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tz3LAQVsV3ABpyZELUeFfBMTZPTHCWVf { width:19.999125rem;height:2.5996125rem;top:0.62228393554688rem;left:0rem;font-size:1rem;display:block; }
 }