.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;
}
@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:#ffffff;background-image:none;position:relative;display:block; }
#VbAkAuThlV0toXv0Q34COre6BLRxh70T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container { display: none; }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .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); }#WQbMFNbntq3Dmd4P0KJJQpKgUeiXtzyC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(74deg, #000000, #746c01);background-image: -moz-linear-gradient(74deg, #000000, #746c01);background-image: -ms-linear-gradient(74deg, #000000, #746c01);background-image: -o-linear-gradient(74deg, #000000, #746c01);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#746c01' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#746c01' );";background-image: linear-gradient(74deg, #000000, #746c01);background-size:auto !important;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#WQbMFNbntq3Dmd4P0KJJQpKgUeiXtzyC > .row .container { background-color: transparent; background-image: none; }#WQbMFNbntq3Dmd4P0KJJQpKgUeiXtzyC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQbMFNbntq3Dmd4P0KJJQpKgUeiXtzyC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQbMFNbntq3Dmd4P0KJJQpKgUeiXtzyC > .row .container > .video-iframe-container { display: none; }#WQbMFNbntq3Dmd4P0KJJQpKgUeiXtzyC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQbMFNbntq3Dmd4P0KJJQpKgUeiXtzyC > .row > .video-iframe-container { display: none; }#WQbMFNbntq3Dmd4P0KJJQpKgUeiXtzyC > .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); }#WQbMFNbntq3Dmd4P0KJJQpKgUeiXtzyC > .row .container { border-width: 0; border-radius: 0; }#WQbMFNbntq3Dmd4P0KJJQpKgUeiXtzyC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WQbMFNbntq3Dmd4P0KJJQpKgUeiXtzyC > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:60rem;position:relative;display:block; }#tmulG11fT9tMg9KJas34Z0d3vISVEn3O { 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:1.25rem;width:15.875rem;top:1.5rem;left:0rem;overflow:hidden;display:block; }
#IMtAMb4ulKlLNQCahA1CgIxlSree8sD3 { background-color:#000000;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.875rem;height:2.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.90625rem;left:49.125rem;display:block; }
#rQh4rhoKeA3GZFJASSl7CH9JMWFyUIOf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T34u5oUzfnbwuryZgTGkNGRmzCLRCHhH { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.90625rem;left:30.375rem;display:block; }
#PQsv2gtFz1x1b5gOEwcZtQa0GiZAOmrc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NGBaQ5cQPSRhgcJD1USgKN1Fqg37FMwM { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.90625rem;left:37.9375rem;display:block; }
#mfSSnIDkZVDPIsMOQufeEZ27DQl9tqU5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f2507f88-1b4a-41e7-8e43-0005332502b2/_DSC4315EnhancedNR.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s.adaptive-delivery-prevent-bg, #fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s.lazyload, #fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s.lazyloading { background-image: none; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container { background-color: transparent; background-image: none; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.88); }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container > .video-iframe-container { display: none; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.88); }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row > .video-iframe-container { display: none; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .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); }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container { border-width: 0; border-radius: 0; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s::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; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container { width:60rem;height:52.5rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#a78xi6MTx1GxLsKnC0ummnIAdJe8ewGw { color:#95762c;display:block;width:57.4375rem;position:absolute;font-family:lato;font-size:3.5rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:18.60009765625rem;left:1.34375rem;height:11.5488625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HNcwxqG6S7zANeUZWIiHKXmLdkk2icUN { color:#ffffff;display:block;width:37.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:32.0625rem;left:11.25rem;height:3.19921875rem;text-align:center;text-align-last:center;display:block; }
#ySETyNTcDaJCTa8NPswO0SsvgqU6xa7k { background-color:#fff412;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000814;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:37.5625rem;left:22.5625rem;display:block; }
#i3mkDzJehTeDGNpTALd0q31CRtySUILJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fnzGo8Jz4r501IOwc4SuVibfkhKsbqhC { color:#f8fa00;display:block;width:37.625rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:10.25rem;left:11.25rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UG8lLzUQ2iafmSDkKpvngsk0kcERIETk { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:26.625rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh { position:relative;display:block; }#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh { background-color: transparent; background-image: none; }#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh > .row .container > .video-iframe-container { display: none; }#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh > .row > .video-iframe-container { display: none; }#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh > .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); }#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh { border-width: 0; border-radius: 0; }#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh > .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; }#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.9375rem;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; }#rTUkao1MK7Srnad3ysohprNQIsEaiReC { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:2.76220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa { position:relative;display:block; }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa { background-color: transparent; background-image: none; }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa > .row .container > .video-iframe-container { display: none; }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa > .row > .video-iframe-container { display: none; }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa > .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); }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa { border-width: 0; border-radius: 0; }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa > .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; }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:24.8125rem;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; }#PPob8uIdnPWDGzutFxSe8inPDMEa1wUT { position:absolute;display:block;z-index:15000;background-color:#f8fa00;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:2.5rem;top:1.25rem;left:5.3125rem;display:block; }
#RNTTfJcJukZBOdyLuFs2CfUaE9MoWBqw { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.62553024292rem;left:1.25rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bGVdb7uaBxzGmhkeCCg4rzvVm2K0Ax9g { color:#707b8b;display:block;width:11.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:12.18505859375rem;left:1.625rem;height:11.8979375rem;text-align:center;text-align-last:center;display:block; }
#kE64DXlpeFNMJTJmIJ7fE5WIw4tH2Uxu { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.0625rem;top:1.625rem;left:6.625rem;overflow:hidden;display:block; }
#mcSJlXhvrNwfBmLRDOiOxpEi5ShCgNH0 { color:#707b8b;display:block;width:12.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:12.1845703125rem;left:16.34375rem;height:6.7988125rem;text-align:center;text-align-last:center;display:block; }
#TyapZ13KfCAiTLqV4NMT4rhKHx1lZGCp { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.625rem;left:16.25rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CwtkCvVmLOm445A7oCTunf0SO4ZxZ4DT { position:absolute;display:block;z-index:15004;background-color:#f8fa00;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:2.5rem;top:1.25rem;left:20.1875rem;display:block; }
#gJ1V45rPIVXQ9Nb07uf70Z68q4zU7uHp { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.625rem;left:31.3125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nqEvW2nP79Im7RcCzsRgiadLoLOEfTi6 { position:absolute;display:block;z-index:15008;background-color:#f8fa00;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:2.5rem;top:1.25rem;left:35.5rem;display:block; }
#Z7R9SDmTUlHhMANbprfCHSkyMpJTLyNX { color:#707b8b;display:block;width:11.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.7;letter-spacing:0;top:12.1845703125rem;left:31.53125rem;height:10.19825rem;text-align:center;text-align-last:center;display:block; }
#ckHpPOseVHnu6k0UoeUiaKRhST2UFu0r { color:#707b8b;display:block;width:12.4375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:12.1845703125rem;left:46.28125rem;height:8.4985625rem;text-align:center;text-align-last:center;display:block; }
#yH3JaShEdznD8rpaDNaVcgZUaotK5bbi { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:7.625rem;left:46.375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t3m4cgQeTWL7O15SiMyav2Fvyt8b5Hcs { position:absolute;display:block;z-index:15012;background-color:#f8fa00;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:2.5rem;top:1.25rem;left:50.375rem;display:block; }
#d6zZTLwdxM7y19tD8Q9y1S6hCOZg8WHR { 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:3.4375rem;width:3.625rem;top:1.625rem;left:50.9375rem;overflow:hidden;display:block; }
#n5PPmnFwSAXDWV2AwBFCTTd9MoiZOg4B { 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:2.4375rem;width:3.8125rem;top:2.125rem;left:21.0625rem;overflow:hidden;display:block; }
#amgekvBebXXnPdLp8cQ6mrh9ryPh5v4q { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:1.8125rem;left:36.375rem;overflow:hidden;display:block; }
#LlUKfB1Abscsi8Re6CnRFczoTgQpCne1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4824ea10-dc2a-4580-aeec-860ae2f5a1dc/_DSC3366.jpg");background-position:center right !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; }#LlUKfB1Abscsi8Re6CnRFczoTgQpCne1.adaptive-delivery-prevent-bg, #LlUKfB1Abscsi8Re6CnRFczoTgQpCne1.lazyload, #LlUKfB1Abscsi8Re6CnRFczoTgQpCne1.lazyloading { background-image: none; }#LlUKfB1Abscsi8Re6CnRFczoTgQpCne1 > .row .container { background-color: transparent; background-image: none; }#LlUKfB1Abscsi8Re6CnRFczoTgQpCne1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,9,3,0.86); }#LlUKfB1Abscsi8Re6CnRFczoTgQpCne1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LlUKfB1Abscsi8Re6CnRFczoTgQpCne1 > .row .container > .video-iframe-container { display: none; }#LlUKfB1Abscsi8Re6CnRFczoTgQpCne1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,9,3,0.86); }#LlUKfB1Abscsi8Re6CnRFczoTgQpCne1 > .row > .video-iframe-container { display: none; }#LlUKfB1Abscsi8Re6CnRFczoTgQpCne1 > .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); }#LlUKfB1Abscsi8Re6CnRFczoTgQpCne1 > .row .container { border-width: 0; border-radius: 0; }#LlUKfB1Abscsi8Re6CnRFczoTgQpCne1::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; }#LlUKfB1Abscsi8Re6CnRFczoTgQpCne1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LlUKfB1Abscsi8Re6CnRFczoTgQpCne1 > .row .container { font-size:0.875rem;font-family:arial;height:12.9375rem;width:60rem;position:relative;display:block; }#wXIigWMVK9Xsuk7edUouw4uMGml5KmFn { color:#ffffff;display:block;width:59.1875rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:0.625rem;left:0.40625rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BRLkJZUJNR1DMTUXXoav0z5qp5kgJifn { color:#f6ff00;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.369140625rem;left:0rem;height:2.76220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pNdGkrqICGfmqc0J9xS54qpNEDkzSEUE { position:relative;display:block; }#pNdGkrqICGfmqc0J9xS54qpNEDkzSEUE { background-color: transparent; background-image: none; }#pNdGkrqICGfmqc0J9xS54qpNEDkzSEUE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNdGkrqICGfmqc0J9xS54qpNEDkzSEUE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNdGkrqICGfmqc0J9xS54qpNEDkzSEUE > .row .container > .video-iframe-container { display: none; }#pNdGkrqICGfmqc0J9xS54qpNEDkzSEUE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNdGkrqICGfmqc0J9xS54qpNEDkzSEUE > .row > .video-iframe-container { display: none; }#pNdGkrqICGfmqc0J9xS54qpNEDkzSEUE > .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); }#pNdGkrqICGfmqc0J9xS54qpNEDkzSEUE { border-width: 0; border-radius: 0; }#pNdGkrqICGfmqc0J9xS54qpNEDkzSEUE > .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; }#pNdGkrqICGfmqc0J9xS54qpNEDkzSEUE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:20.125rem;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; }#AgaPwSk6KTV5QDxbP4r3rtPMK9Tif2VU { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.75rem;left:31.25rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iAKPP5UNR8etMqI5NX0OeketcdIxhtsS { color:#707b8b;display:block;width:11.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:6.4375rem;left:31.75rem;height:10.19825rem;text-align:center;text-align-last:center;display:block; }
#yyu1AIa7yszXvRb2HTXGfo9cHBsZrSGK { color:#707b8b;display:block;width:12.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:6.45703125rem;left:16.34375rem;height:11.8979375rem;text-align:center;text-align-last:center;display:block; }
#xhMK4U9uVVSd3Te12duQJqFhTqVCgu7z { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.75rem;left:16.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZrKUkVgCtTaWcGhEZcXlK06e60ICvqXA { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0.8125rem;left:1.25rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F3z7lyimengo5SXbXud967S9rSziJ8Tg { color:#707b8b;display:block;width:11.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.7;letter-spacing:0;top:6.5625rem;left:1.625rem;height:11.8979375rem;text-align:center;text-align-last:center;display:block; }
#l8CwUQAJhosZLgFy8IOfyGwbGi33KX3o { color:#707b8b;display:block;width:12.4375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:6.45703125rem;left:46.28125rem;height:8.4985625rem;text-align:center;text-align-last:center;display:block; }
#WSzw6bQt3oGDqxuhD2cgJXNL3ILTBbAZ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0.75rem;left:46.25rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ab2377b6-5e68-41cc-b650-414338470b00/WARSZTATYONLINE1.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5.adaptive-delivery-prevent-bg, #qzzcKdeVgINwsgq7lPbXZH35EHSnIab5.lazyload, #qzzcKdeVgINwsgq7lPbXZH35EHSnIab5.lazyloading { background-image: none; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row .container { background-color: transparent; background-image: none; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row .container > .video-iframe-container { display: none; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row > .video-iframe-container { display: none; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .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); }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row .container { border-width: 0; border-radius: 0; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row .container { font-size:0.875rem;font-family:arial;height:59.875rem;width:60rem;position:relative;display:block; }#iNk9yyVNeVNPThlJwpTfhcA6BcGxPIBS { color:#000000;display:block;width:33.8125rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3rem;left:22.34375rem;height:2.76220625rem;font-style:normal;display:block; }
#lqPHuW1fyh5pCQ0gZr2i2wBmX77JHelZ { position:absolute;display:block;z-index:15001;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:28.5625rem;top:6.8125rem;left:22.375rem;display:block; }
#brAmoJhWe4SxAK2aR3UnbsoZ2fPeERqh { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:7.9375rem;left:23.21875rem;height:16.99708125rem;text-align:justify;text-align-last:initial;display:block; }
#vm7dUU9oOGbLlBgNgKfNJBP1OAhA0Poz { position:absolute;display:block;z-index:15004;background-color:#1b57c7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:4.25rem;top:6.75rem;left:22.375rem;display:block; }
#lrRzIvILm3Q589I4nV8CkTXoeiXEJUNR { color:#000814;display:block;width:31.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:27.25390625rem;left:23.28125rem;height:1.79980625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#BL3uXlGD38Dni8FDl0D6Xx6Okxk6EJ5y { color:#000000;display:block;width:36.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:2.2;letter-spacing:0;top:28.99169921875rem;left:23.25rem;height:23.2470625rem;text-align:left;text-align-last:left;display:block; }#BL3uXlGD38Dni8FDl0D6Xx6Okxk6EJ5y li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BL3uXlGD38Dni8FDl0D6Xx6Okxk6EJ5y li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/zUEVFF0p/4.png); }
#FSbeF6FDa3vqtUmKn2c34wJZDXOvEESi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f46e2592-e41e-4c44-97cf-23614ef882aa/WARSZTATYONLINEkopia.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FSbeF6FDa3vqtUmKn2c34wJZDXOvEESi.adaptive-delivery-prevent-bg, #FSbeF6FDa3vqtUmKn2c34wJZDXOvEESi.lazyload, #FSbeF6FDa3vqtUmKn2c34wJZDXOvEESi.lazyloading { background-image: none; }#FSbeF6FDa3vqtUmKn2c34wJZDXOvEESi > .row .container { background-color: transparent; background-image: none; }#FSbeF6FDa3vqtUmKn2c34wJZDXOvEESi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FSbeF6FDa3vqtUmKn2c34wJZDXOvEESi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FSbeF6FDa3vqtUmKn2c34wJZDXOvEESi > .row .container > .video-iframe-container { display: none; }#FSbeF6FDa3vqtUmKn2c34wJZDXOvEESi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FSbeF6FDa3vqtUmKn2c34wJZDXOvEESi > .row > .video-iframe-container { display: none; }#FSbeF6FDa3vqtUmKn2c34wJZDXOvEESi > .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); }#FSbeF6FDa3vqtUmKn2c34wJZDXOvEESi > .row .container { border-width: 0; border-radius: 0; }#FSbeF6FDa3vqtUmKn2c34wJZDXOvEESi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FSbeF6FDa3vqtUmKn2c34wJZDXOvEESi > .row .container { font-size:0.875rem;font-family:arial;height:52.9375rem;width:60rem;position:relative;display:block; }#urQM5nvbIyXqI7AxqtsfUMSHEoA48hcm { color:#000000;display:block;width:33.8125rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.8125rem;left:0rem;height:5.5244125rem;font-style:normal;display:block; }
#OkiRJFCVIlNrCPBHGGI8D8nNtSLsK8vZ { position:absolute;display:block;z-index:15001;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:28.5625rem;top:8.3984375rem;left:0rem;display:block; }
#EnTFuQwtwv0m06uiMRyoTc0FUPLcUQTD { color:#000000;display:block;width:33.8125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:9.25rem;left:0rem;height:37.92921875rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rxtdslKpNVF6k2SbJipC0ailZ2rXDZMU { position:absolute;display:block;z-index:15004;background-color:#1b57c7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:4.25rem;top:8.3359375rem;left:0rem;display:block; }
#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q { position:relative;display:block; }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q { background-color: transparent; background-image: none; }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q > .row .container > .video-iframe-container { display: none; }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q > .row > .video-iframe-container { display: none; }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q > .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); }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q { border-width: 0; border-radius: 0; }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q > .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; }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:21rem;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; }#xxs6tLTU1pib9yPfT1RsD9bRclQU9voa { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.59375rem;left:0rem;height:2.76220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WDTtb1INL2GTw4P3121om3AtVLd8Ey3T { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.5625rem;left:0rem;height:1.29980625rem;display:block; }
#OyTU2VfGolvG16nJJ4P5mVBn3VBcWnEx { color:#000000;display:block;width:60rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15003;line-height:1.7;letter-spacing:0;top:6rem;left:0rem;height:13.5976375rem;font-style:normal;display:block; }
#KSxDpiEwT6lclJuL0CSAfkgOlKkVR0us { position:relative;display:block; }#KSxDpiEwT6lclJuL0CSAfkgOlKkVR0us { background-color: transparent; background-image: none; }#KSxDpiEwT6lclJuL0CSAfkgOlKkVR0us::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KSxDpiEwT6lclJuL0CSAfkgOlKkVR0us > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KSxDpiEwT6lclJuL0CSAfkgOlKkVR0us > .row .container > .video-iframe-container { display: none; }#KSxDpiEwT6lclJuL0CSAfkgOlKkVR0us > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KSxDpiEwT6lclJuL0CSAfkgOlKkVR0us > .row > .video-iframe-container { display: none; }#KSxDpiEwT6lclJuL0CSAfkgOlKkVR0us > .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); }#KSxDpiEwT6lclJuL0CSAfkgOlKkVR0us { border-width: 0; border-radius: 0; }#KSxDpiEwT6lclJuL0CSAfkgOlKkVR0us > .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; }#KSxDpiEwT6lclJuL0CSAfkgOlKkVR0us > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:69.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aNXymBQWW9rGOtdAvSIaVnSolvOXlIae { color:#000000;display:block;width:29.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0rem;height:38.9941625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#i4eALwohxkbr4Z7ivV0UcS1eVF9MH9Rh { color:#000000;display:block;width:27.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.0625rem;left:2.4375rem;height:;display:block; }#i4eALwohxkbr4Z7ivV0UcS1eVF9MH9Rh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#i4eALwohxkbr4Z7ivV0UcS1eVF9MH9Rh li:before{  }
#wgVosFNkiMMIaHNI3PImgbNOUNmRKkJt { color:#000000;display:block;width:27.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:20.43701171875rem;left:2.75rem;height:6.8115rem;display:block; }#wgVosFNkiMMIaHNI3PImgbNOUNmRKkJt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wgVosFNkiMMIaHNI3PImgbNOUNmRKkJt li:before{  }
#vBMC7VHM6azT8b1gOoKxo9notUkZk6Uy { color:#000000;display:block;width:28.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:51.97998046875rem;left:1.75rem;height:8.73630625rem;display:block; }#vBMC7VHM6azT8b1gOoKxo9notUkZk6Uy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vBMC7VHM6azT8b1gOoKxo9notUkZk6Uy li:before{  }
#OIUVV87Q8zrN5LAZ2zusTr6HnJuouuzB { color:#000000;display:block;width:28.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:42.5810546875rem;left:1.6875rem;height:2.5996125rem;display:block; }#OIUVV87Q8zrN5LAZ2zusTr6HnJuouuzB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OIUVV87Q8zrN5LAZ2zusTr6HnJuouuzB li:before{  }
#rnk2S9aAEQi9UKukp2xeMPf8UWNwqNVt { color:#000000;display:block;width:25.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:45.90576171875rem;left:4.4375rem;height:6.13671875rem;display:block; }#rnk2S9aAEQi9UKukp2xeMPf8UWNwqNVt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rnk2S9aAEQi9UKukp2xeMPf8UWNwqNVt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b5d991a91b13dd57c4f696374709734c.svg); }
#VQglLSEM2v2u3qfTo8un4L1khg5RSSfC { color:#000000;display:block;width:30.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.6875rem;left:29.9375rem;height:1.29980625rem;font-style:normal;display:block; }
#hkgGilrqObhvl1e5pRWPPhkzfNzdpeUu { color:#000000;display:block;width:27.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:5.1875rem;left:32.25rem;height:16.172875rem;display:block; }#hkgGilrqObhvl1e5pRWPPhkzfNzdpeUu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hkgGilrqObhvl1e5pRWPPhkzfNzdpeUu li:before{  }
#ghUTmnq8uER2igpbTXpDJS9Ptm8JLGPX { color:#000000;display:block;width:29.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:22.54296875rem;left:30rem;height:2.5996125rem;font-style:normal;display:block; }
#oAC0AEUnw5Q3Tci0wWckn326UHeahsiw { color:#000000;display:block;width:27.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:26.24853515625rem;left:32.25rem;height:4.5244125rem;display:block; }#oAC0AEUnw5Q3Tci0wWckn326UHeahsiw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oAC0AEUnw5Q3Tci0wWckn326UHeahsiw li:before{  }
#fVGkKU8kmvZwhvWKCHrTm3o59l748KzD { color:#000000;display:block;width:29.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:32.98046875rem;left:30.0625rem;height:3.8994125rem;font-style:normal;display:block; }
#nBTcNQeTHJcL9nQwPe13wpraRdVT9Bas { color:#000000;display:block;width:27.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:42.5810546875rem;left:32.25rem;height:5.51171875rem;display:block; }#nBTcNQeTHJcL9nQwPe13wpraRdVT9Bas li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nBTcNQeTHJcL9nQwPe13wpraRdVT9Bas li:before{  }
#ZRsvxNKwTzMzZVlLUlzC0yFawn6cdbHk { color:#000000;display:block;width:29.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:38.73046875rem;left:30.0625rem;height:3.8994125rem;font-style:normal;display:block; }
#BhrUxXgTLemNUEbtWtTvWQezBv0HpE5J { color:#000000;display:block;width:25.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:48.40576171875rem;left:34.375rem;height:;display:block; }#BhrUxXgTLemNUEbtWtTvWQezBv0HpE5J li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BhrUxXgTLemNUEbtWtTvWQezBv0HpE5J li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b5d991a91b13dd57c4f696374709734c.svg); }
#IB298xFrkSKGQ9AElhZ0NC9C9oleSBL4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:62.0625rem;left:13.4375rem; }
#AxGkX0oV7M9vPKIO9LiIErsHafgDZHTG { border-top:0.9375rem solid #ffffff;border-left:0;border-right:0;border-bottom:0rem solid #0e9ae5;background-color:#000000;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; }#AxGkX0oV7M9vPKIO9LiIErsHafgDZHTG > .row .container { background-color: transparent; background-image: none; }#AxGkX0oV7M9vPKIO9LiIErsHafgDZHTG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxGkX0oV7M9vPKIO9LiIErsHafgDZHTG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxGkX0oV7M9vPKIO9LiIErsHafgDZHTG > .row .container > .video-iframe-container { display: none; }#AxGkX0oV7M9vPKIO9LiIErsHafgDZHTG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxGkX0oV7M9vPKIO9LiIErsHafgDZHTG > .row > .video-iframe-container { display: none; }#AxGkX0oV7M9vPKIO9LiIErsHafgDZHTG > .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); }#AxGkX0oV7M9vPKIO9LiIErsHafgDZHTG > .row .container { border-width: 0; border-radius: 0; }#AxGkX0oV7M9vPKIO9LiIErsHafgDZHTG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AxGkX0oV7M9vPKIO9LiIErsHafgDZHTG > .row .container { font-size:0.875rem;font-family:arial;height:17.25rem;width:60rem;position:relative;display:block; }#ovN9CTunxT6NqqGIcCaJENy27XONyRNa { color:#000000;display:block;width:27rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.4375rem;left:33rem;height:6.5rem;font-style:normal;display:block; }
#ed5pkDA7HZLOo1ocyhZIMvhMn47NyuNQ { color:#000000;display:block;width:23.75rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.3125rem;left:33.0625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#scuVbfpMxBCPNN957HpHLAsrctkz7y9A { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.125rem solid #ffff00;border-left:0.125rem solid #ffff00;border-right:0.125rem solid #ffff00;border-bottom:0.125rem solid #ffff00;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:9.375rem;width:9.375rem;top:2.59375rem;left:1.0625rem;display:block; }
#HvZ7DTFhrggCB80ZgQ9KgH60TJHqTMky { 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:15.875rem;width:23.8125rem;top:0rem;left:2.5625rem;overflow:hidden;display:block; }
#mu5XFrCFUSXWuZDb5l1e4wTNmRBfTQ7c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff412;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; }#mu5XFrCFUSXWuZDb5l1e4wTNmRBfTQ7c > .row .container { background-color: transparent; background-image: none; }#mu5XFrCFUSXWuZDb5l1e4wTNmRBfTQ7c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mu5XFrCFUSXWuZDb5l1e4wTNmRBfTQ7c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mu5XFrCFUSXWuZDb5l1e4wTNmRBfTQ7c > .row .container > .video-iframe-container { display: none; }#mu5XFrCFUSXWuZDb5l1e4wTNmRBfTQ7c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mu5XFrCFUSXWuZDb5l1e4wTNmRBfTQ7c > .row > .video-iframe-container { display: none; }#mu5XFrCFUSXWuZDb5l1e4wTNmRBfTQ7c > .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); }#mu5XFrCFUSXWuZDb5l1e4wTNmRBfTQ7c > .row .container { border-width: 0; border-radius: 0; }#mu5XFrCFUSXWuZDb5l1e4wTNmRBfTQ7c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mu5XFrCFUSXWuZDb5l1e4wTNmRBfTQ7c > .row .container { font-size:0.875rem;font-family:arial;height:15.5rem;width:60rem;position:relative;display:block; }#DzOgAzXaHNofyfMTPHHtbRfWoiEMwsLe { color:#000000;display:block;width:23.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.6875rem;left:0rem;height:4.875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#zpxqzD5PbhJRU2hRh4JcIC6TwnpK8ZrZ { color:#000000;display:block;width:23.75rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.9375rem;left:0rem;height:6.33691875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#nxJiTDpsnZ51R6fCJ04JwX4lq19u4fxR { color:#000000;display:block;width:21.6875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:12.5625rem;left:2rem;height:2.03125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#fTpfl7KtL1DmZpwF9w9tMqLQpDDuJuBX { 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:14.0625rem;width:21.125rem;top:0rem;left:26.72412109375rem;overflow:hidden;display:block; }
#SlDHJXXVXgBnchrfPyIHvWaJCPd68tkO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#SlDHJXXVXgBnchrfPyIHvWaJCPd68tkO > .row .container { background-color: transparent; background-image: none; }#SlDHJXXVXgBnchrfPyIHvWaJCPd68tkO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SlDHJXXVXgBnchrfPyIHvWaJCPd68tkO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SlDHJXXVXgBnchrfPyIHvWaJCPd68tkO > .row .container > .video-iframe-container { display: none; }#SlDHJXXVXgBnchrfPyIHvWaJCPd68tkO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SlDHJXXVXgBnchrfPyIHvWaJCPd68tkO > .row > .video-iframe-container { display: none; }#SlDHJXXVXgBnchrfPyIHvWaJCPd68tkO > .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); }#SlDHJXXVXgBnchrfPyIHvWaJCPd68tkO > .row .container { border-width: 0; border-radius: 0; }#SlDHJXXVXgBnchrfPyIHvWaJCPd68tkO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SlDHJXXVXgBnchrfPyIHvWaJCPd68tkO > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:60rem;position:relative;display:block; }#KTI7Jz6E1Nn1sRrOFmaL9Rzgu8uWhJ6x { color:#000000;display:block;width:34.8125rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.6875rem;left:25.1875rem;height:6.33691875rem;font-style:normal;display:block; }
#TtbVNGoF2fhWtAO5UsmNIS2xt689CKmw { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.125rem solid #ffff00;border-left:0.125rem solid #ffff00;border-right:0.125rem solid #ffff00;border-bottom:0.125rem solid #ffff00;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:9.375rem;width:9.375rem;top:9.5625rem;left:45.8125rem;display:none; }
#Czzozg8HrokzLbxuMgVtg148pg1D1meK { color:#000000;display:block;width:23.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:9.375rem;left:25.1875rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G7Z4mG3T5z4te0iVUuSWorIWdS2zANZV { color:#000000;display:block;width:21.6875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:14.625rem;left:25.1875rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tpqS46Qyi6V9D31STgyXFMDlNHZhLk6V { 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:14.625rem;width:22rem;top:0rem;left:1.375rem;overflow:hidden;display:block; }
#ng5ZbEe7ZgxZTQhsIQhnoIudBiIJGlzG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff412;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; }#ng5ZbEe7ZgxZTQhsIQhnoIudBiIJGlzG > .row .container { background-color: transparent; background-image: none; }#ng5ZbEe7ZgxZTQhsIQhnoIudBiIJGlzG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ng5ZbEe7ZgxZTQhsIQhnoIudBiIJGlzG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ng5ZbEe7ZgxZTQhsIQhnoIudBiIJGlzG > .row .container > .video-iframe-container { display: none; }#ng5ZbEe7ZgxZTQhsIQhnoIudBiIJGlzG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ng5ZbEe7ZgxZTQhsIQhnoIudBiIJGlzG > .row > .video-iframe-container { display: none; }#ng5ZbEe7ZgxZTQhsIQhnoIudBiIJGlzG > .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); }#ng5ZbEe7ZgxZTQhsIQhnoIudBiIJGlzG > .row .container { border-width: 0; border-radius: 0; }#ng5ZbEe7ZgxZTQhsIQhnoIudBiIJGlzG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ng5ZbEe7ZgxZTQhsIQhnoIudBiIJGlzG > .row .container { font-size:0.875rem;font-family:arial;height:18.1875rem;width:60rem;position:relative;display:block; }#SywXzMsz6DRGFQqRv1H8JefcxvTtO4Ul { color:#000000;display:block;width:23.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.75rem;left:7.375rem;height:4.875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#KMJOf6vzufT4imx2TIC88G7y6In2UM4L { color:#000000;display:block;width:30.9375rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.125rem;left:0rem;height:8.449225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#pDPz4eyBWvuPCP6OpnZNQGLJ9ivLTacc { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.125rem solid #ffff00;border-left:0.125rem solid #ffff00;border-right:0.125rem solid #ffff00;border-bottom:0.125rem solid #ffff00;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:9.375rem;width:9.375rem;top:7.75rem;left:49.1875rem;display:block; }
#cF7RlTDl35W3E6T1IprXnrs3WQ9TOsz3 { color:rgba(0,0,0,0);display:block;width:21.6875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:13.03125rem;left:9.375rem;height:2.03125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#NnBhxy1tASD6C2B09L16m0gTu77n60T2 { 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:15rem;width:22.625rem;top:0rem;left:34.3125rem;overflow:hidden;display:block; }
#odbnrhb7iVSiOxJTDMBeHN47vqlSAo5v { color:#ea0000;display:block;width:44.6875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:15.8125rem;left:7.65625rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#O6ePxIai1pmgJbrTAXCC4m2Ro7TTcvMA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#O6ePxIai1pmgJbrTAXCC4m2Ro7TTcvMA > .row .container { background-color: transparent; background-image: none; }#O6ePxIai1pmgJbrTAXCC4m2Ro7TTcvMA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6ePxIai1pmgJbrTAXCC4m2Ro7TTcvMA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6ePxIai1pmgJbrTAXCC4m2Ro7TTcvMA > .row .container > .video-iframe-container { display: none; }#O6ePxIai1pmgJbrTAXCC4m2Ro7TTcvMA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6ePxIai1pmgJbrTAXCC4m2Ro7TTcvMA > .row > .video-iframe-container { display: none; }#O6ePxIai1pmgJbrTAXCC4m2Ro7TTcvMA > .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); }#O6ePxIai1pmgJbrTAXCC4m2Ro7TTcvMA > .row .container { border-width: 0; border-radius: 0; }#O6ePxIai1pmgJbrTAXCC4m2Ro7TTcvMA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O6ePxIai1pmgJbrTAXCC4m2Ro7TTcvMA > .row .container { font-size:0.875rem;font-family:arial;height:16.8125rem;width:60rem;position:relative;display:block; }#Q8w0d8oyhaXWdcbmHMXQavJW3vhLuTwc { color:#000000;display:block;width:37.8125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:2.1875rem;left:22.1875rem;height:11.71875rem;font-style:normal;display:block; }
#T0K4J1H0piHwMKeDyvbbozr1xZ2sadGw { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.125rem solid #ffff00;border-left:0.125rem solid #ffff00;border-right:0.125rem solid #ffff00;border-bottom:0.125rem solid #ffff00;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:9.375rem;width:9.375rem;top:9.5625rem;left:45.8125rem;display:none; }
#o0UtQVSKL6wpRRh0vdqdOHrFEegQWVWQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:12.0625rem;width:12.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:2.015625rem;left:5.8125rem; }
#nM5C7Dvt1veuiXTqxVHb8H2Tnh4HXdsf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/gfammaTb/sekcja8_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nM5C7Dvt1veuiXTqxVHb8H2Tnh4HXdsf.adaptive-delivery-prevent-bg, #nM5C7Dvt1veuiXTqxVHb8H2Tnh4HXdsf.lazyload, #nM5C7Dvt1veuiXTqxVHb8H2Tnh4HXdsf.lazyloading { background-image: none; }#nM5C7Dvt1veuiXTqxVHb8H2Tnh4HXdsf > .row .container { background-color: transparent; background-image: none; }#nM5C7Dvt1veuiXTqxVHb8H2Tnh4HXdsf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #fff412; }#nM5C7Dvt1veuiXTqxVHb8H2Tnh4HXdsf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nM5C7Dvt1veuiXTqxVHb8H2Tnh4HXdsf > .row .container > .video-iframe-container { display: none; }#nM5C7Dvt1veuiXTqxVHb8H2Tnh4HXdsf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #fff412; }#nM5C7Dvt1veuiXTqxVHb8H2Tnh4HXdsf > .row > .video-iframe-container { display: none; }#nM5C7Dvt1veuiXTqxVHb8H2Tnh4HXdsf > .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); }#nM5C7Dvt1veuiXTqxVHb8H2Tnh4HXdsf > .row .container { border-width: 0; border-radius: 0; }#nM5C7Dvt1veuiXTqxVHb8H2Tnh4HXdsf::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; }#nM5C7Dvt1veuiXTqxVHb8H2Tnh4HXdsf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nM5C7Dvt1veuiXTqxVHb8H2Tnh4HXdsf > .row .container { font-size:0.875rem;font-family:arial;height:35.4375rem;width:60rem;position:relative;display:block; }#qIrdRcK6qvVkI0oCFAqrQMMPZGo2a2Q5 { color:#000000;display:block;width:23.8125rem;position:absolute;font-family:lato;font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:2.9375rem;left:0rem;height:5.0869125rem;font-style:normal;display:block; }
#oQTbrdbpzudP4DNRsKurHMTwGayWlGvK { color:#ffffff;display:block;width:24.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:9.3125rem;left:0rem;height:9.597625rem;font-style:normal;display:block; }
#eJ9Lsqy7FZ1NQM5pI8rqKx93JBmkaZmc { position:absolute;display:block;z-index:15002;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.375rem;width:26.5625rem;top:22.4375rem;left:4.40625rem;display:block; }
#wBUhtJo7bq89RfqQDMtaEtpX9JDL9wkV { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:24.5625rem;left:9.875rem;height:2rem;font-style:normal;display:block; }
#mMfyZMEV8bXOP1fAxW0rS1ioGL2CriA7 { color:#ffffff;display:block;width:17.3125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:27.875rem;left:9.875rem;height:4rem;font-style:normal;display:block; }
#fMTFkJQoOunpTVO63cVavDt5LKwDiBxf { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.5625rem;width:32.4375rem;top:2.9375rem;left:27.5625rem;overflow:hidden;display:block; }
#ngA4MoqIBb8WRw4XfAEFCt8Jzy3TCLOM { box-sizing:content-box;color:#1b57c7;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:1.8125rem;left:34.71875rem;display:block; }
#mqFNuiJxEhHThg0TuIcPTBa8lCnIRULz { position:absolute;display:block;z-index:15009;background-color:#c7e93d;background-image:url("https://images.assets-landingi.com/zOLif15f/arrow_right.png");background-position:top 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.625rem;width:9.5rem;top:2.375rem;left:39.03125rem;display:block; }#mqFNuiJxEhHThg0TuIcPTBa8lCnIRULz.adaptive-delivery-prevent-bg, #mqFNuiJxEhHThg0TuIcPTBa8lCnIRULz.lazyload, #mqFNuiJxEhHThg0TuIcPTBa8lCnIRULz.lazyloading { background-image: none; }
#H4qfLKkD8zRaG4ZMyVMRPCG7pzVWTph7 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;top:28.875rem;left:6.65625rem; }
#n5VKrM2dFRA4G3mmbDBiSe9NPF43oTtW { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;top:24.5625rem;left:6.65625rem; }
#v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa { position:relative;display:block; }#v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa { background-color: transparent; background-image: none; }#v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa > .row .container > .video-iframe-container { display: none; }#v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa > .row > .video-iframe-container { display: none; }#v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa > .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); }#v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa { border-width: 0; border-radius: 0; }#v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa > .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; }#v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.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; }#l8VyJAsuAuA4X1GM9fyBohEN75smGL2V { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.09375rem;left:0rem;height:2.76220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pJxBAnL0iIaaXiN9atxGmhvMaVXPROGb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#pJxBAnL0iIaaXiN9atxGmhvMaVXPROGb > .row .container { background-color: transparent; background-image: none; }#pJxBAnL0iIaaXiN9atxGmhvMaVXPROGb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJxBAnL0iIaaXiN9atxGmhvMaVXPROGb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJxBAnL0iIaaXiN9atxGmhvMaVXPROGb > .row .container > .video-iframe-container { display: none; }#pJxBAnL0iIaaXiN9atxGmhvMaVXPROGb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJxBAnL0iIaaXiN9atxGmhvMaVXPROGb > .row > .video-iframe-container { display: none; }#pJxBAnL0iIaaXiN9atxGmhvMaVXPROGb > .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); }#pJxBAnL0iIaaXiN9atxGmhvMaVXPROGb > .row .container { border-width: 0; border-radius: 0; }#pJxBAnL0iIaaXiN9atxGmhvMaVXPROGb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pJxBAnL0iIaaXiN9atxGmhvMaVXPROGb > .row .container { font-size:0.875rem;font-family:arial;height:42.75rem;width:60rem;position:relative;display:block; }#AkBpcJOzvH2hzTsxieOJdo43VZHQpZkf { color:#ffffff;display:block;width:26rem;position:absolute;font-family:lato;font-size:3.75rem;font-weight:normal;z-index:15001;line-height:.9;letter-spacing:0;top:7.1875rem;left:34rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#TOx9Ty73IEafpVBNGHGEBX3mEVGJyLI9 { color:#ffffff;display:block;width:25.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:13.06298828125rem;left:34.0625rem;height:27.1953125rem;font-style:normal;display:block; }
#M8SoErezD0NkqU78KZ0u2VhGOaGOvTyW { 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:24.75rem;width:28.75rem;top:2.1875rem;left:1.625rem;overflow:hidden;display:block; }
#Zlsvpsew9M4a37eVBR15oqK2nHTTnhTF { position:absolute;display:block;z-index:15000;background-color:#443b3a;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:21.9375rem;width:26rem;top:8.3125rem;left:0rem;display:block; }
#NNSe8lffoJEPuuhMCz2Qi9yO8qFOEa5M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/2a4aZUV0/sekcja10_bg.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NNSe8lffoJEPuuhMCz2Qi9yO8qFOEa5M.adaptive-delivery-prevent-bg, #NNSe8lffoJEPuuhMCz2Qi9yO8qFOEa5M.lazyload, #NNSe8lffoJEPuuhMCz2Qi9yO8qFOEa5M.lazyloading { background-image: none; }#NNSe8lffoJEPuuhMCz2Qi9yO8qFOEa5M > .row .container { background-color: transparent; background-image: none; }#NNSe8lffoJEPuuhMCz2Qi9yO8qFOEa5M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NNSe8lffoJEPuuhMCz2Qi9yO8qFOEa5M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NNSe8lffoJEPuuhMCz2Qi9yO8qFOEa5M > .row .container > .video-iframe-container { display: none; }#NNSe8lffoJEPuuhMCz2Qi9yO8qFOEa5M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NNSe8lffoJEPuuhMCz2Qi9yO8qFOEa5M > .row > .video-iframe-container { display: none; }#NNSe8lffoJEPuuhMCz2Qi9yO8qFOEa5M > .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); }#NNSe8lffoJEPuuhMCz2Qi9yO8qFOEa5M > .row .container { border-width: 0; border-radius: 0; }#NNSe8lffoJEPuuhMCz2Qi9yO8qFOEa5M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NNSe8lffoJEPuuhMCz2Qi9yO8qFOEa5M > .row .container { font-size:0.875rem;font-family:arial;height:63.9375rem;width:60rem;position:relative;display:block; }#zKIAD3Tf5oHXElMfT1Lff3M5lNeAsJ38 { color:#ebeff5;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.6875rem;left:0rem;height:2.76220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vTRUMvAU64WQTNPgVeidq6vIIuBDp1Fe { position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.875rem;width:18.75rem;top:3.4375rem;left:20.625rem;display:block; }
#ByMtOR8JXh5XaMwa34XrT6yzodf06J9t { position:absolute;display:block;z-index:15025;background-color:#c7e93d;background-image:url("https://images.assets-landingi.com/zOLif15f/arrow_right.png");background-position:top 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.625rem;width:8.125rem;top:3.44921875rem;left:25.9375rem;display:block; }#ByMtOR8JXh5XaMwa34XrT6yzodf06J9t.adaptive-delivery-prevent-bg, #ByMtOR8JXh5XaMwa34XrT6yzodf06J9t.lazyload, #ByMtOR8JXh5XaMwa34XrT6yzodf06J9t.lazyloading { background-image: none; }
#M7ZLlJu6smSvTs5xkm74BhaJqlslS7DP { position:absolute;display:block;z-index:15026;background-color:#0059ff;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.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:3.375rem;width:7.25rem;top:7.630859375rem;left:26.375rem;display:block; }
#PTawi2eDtIixxOIFi4laf82i2wb2pCNZ { color:#000000;display:block;width:5.4375rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:8.26220703125rem;left:27.28125rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D04oyA5cRL9OiAv7w9S6s3TLpRaTXS3T { background-color:#c7e93d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000814;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.125rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:26.53125rem;left:22.5rem;display:block; }
#RbS5yOQBcA02mVV38ekRu7NFJF7vouBB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iq5u0T2uZuefsBVV9pWmhTVq3eZZK8oD { box-sizing:content-box;height:0.125rem;width:5.5625rem;position:absolute;display:block;z-index:15049;background-color:#000000;background-image:none;top:5.94921875rem;left:27.21875rem;display:block; }
#PxxS2JiIHTaWCFTHAIiec6evAtRHTc9o { color:#ebeff5;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:50.1875rem;left:0rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NnzgKlKTASeiaKDJCRHcvTnWkH9lh82B { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:7.25rem;top:55.25rem;left:26.375rem;overflow:hidden;display:block; }
#CykCRyHRl85vk3pZ7HxrhB48ORFem9DD { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:30.875rem;left:21.03125rem;height:7.39305625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#txEPOE87wyKtzrzXi1zrOvcWkSg3V28B { color:#000000;display:block;width:16.3125rem;position:absolute;font-family:lato;font-size:1.9375rem;font-weight:700;z-index:15029;line-height:2;letter-spacing:0;top:4.07421875rem;left:21.84375rem;height:3.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rV0bxBgvQJoblhpiWug9KlK3cyMrJvRu { color:#000814;display:block;width:14.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:12.375rem;left:22.6875rem;height:13.223625rem;display:block; }#rV0bxBgvQJoblhpiWug9KlK3cyMrJvRu li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#rV0bxBgvQJoblhpiWug9KlK3cyMrJvRu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/zUEVFF0p/4.png); }
#KkkDvA50n7TFiQRu3d8HNCDVSXnb7IU2 { background-color:#c7e93d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000814;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.125rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:39.96875rem;left:22.5rem;display:block; }
#KBGIUSBHu8BflyQQCrnE0qUKO63Nqq5g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row .container { background-color: transparent; background-image: none; }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row .container > .video-iframe-container { display: none; }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row > .video-iframe-container { display: none; }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .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); }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row .container { border-width: 0; border-radius: 0; }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;position:relative;display:block; }#Whnak8McmIuSahQO2hemdGnlORBFtGlr { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.59375rem;left:0rem;height:2.76220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TASd730HAEOTXfOAErrD1VaC59AMi1g9 { position:relative;display:block; }#TASd730HAEOTXfOAErrD1VaC59AMi1g9 { background-color: transparent; background-image: none; }#TASd730HAEOTXfOAErrD1VaC59AMi1g9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TASd730HAEOTXfOAErrD1VaC59AMi1g9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TASd730HAEOTXfOAErrD1VaC59AMi1g9 > .row .container > .video-iframe-container { display: none; }#TASd730HAEOTXfOAErrD1VaC59AMi1g9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TASd730HAEOTXfOAErrD1VaC59AMi1g9 > .row > .video-iframe-container { display: none; }#TASd730HAEOTXfOAErrD1VaC59AMi1g9 > .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); }#TASd730HAEOTXfOAErrD1VaC59AMi1g9 { border-width: 0; border-radius: 0; }#TASd730HAEOTXfOAErrD1VaC59AMi1g9 > .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; }#TASd730HAEOTXfOAErrD1VaC59AMi1g9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:32.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wPdluFAuAxEPasJ6MvMa0GhQ7On3Q96A { 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:31.125rem;width:17.5rem;top:0rem;left:1.25rem;overflow:hidden;display:block; }
#RlE4Zob2meSZouTiCTJv7boromIrNWBB { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.0625rem;width:17.5rem;top:0rem;left:20rem;overflow:hidden;display:block; }
#S3umyzbH7o1Xbu3DWv5ODLHnfUvaWTdR { 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:31.0625rem;width:17.5rem;top:0rem;left:41.25rem;overflow:hidden;display:block; }
#RvV9twLIxOwV8CltTDTaxSTRMWaPMQ62 { position:relative;display:block; }#RvV9twLIxOwV8CltTDTaxSTRMWaPMQ62 { background-color: transparent; background-image: none; }#RvV9twLIxOwV8CltTDTaxSTRMWaPMQ62::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RvV9twLIxOwV8CltTDTaxSTRMWaPMQ62 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RvV9twLIxOwV8CltTDTaxSTRMWaPMQ62 > .row .container > .video-iframe-container { display: none; }#RvV9twLIxOwV8CltTDTaxSTRMWaPMQ62 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RvV9twLIxOwV8CltTDTaxSTRMWaPMQ62 > .row > .video-iframe-container { display: none; }#RvV9twLIxOwV8CltTDTaxSTRMWaPMQ62 > .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); }#RvV9twLIxOwV8CltTDTaxSTRMWaPMQ62 { border-width: 0; border-radius: 0; }#RvV9twLIxOwV8CltTDTaxSTRMWaPMQ62 > .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; }#RvV9twLIxOwV8CltTDTaxSTRMWaPMQ62 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:32.125rem;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; }#uLgEBwA4TDz7CisA2O84ILdn4sseAXDf { 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:30.4375rem;width:17.5rem;top:0rem;left:1.25rem;overflow:hidden;display:block; }
#Hd4eOXmdgO2bocu2oNp3eT9mTM1ZBuSh { 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:30.5rem;width:17.5rem;top:0rem;left:21.25rem;overflow:hidden;display:block; }
#mhTSunv40OJrtrTi43ptrJhxiST1rh3h { 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:30.5625rem;width:17.5625rem;top:0rem;left:41.21875rem;overflow:hidden;display:block; }
#aAZii1oEVc77P3mJEdXaFmuwRWAXh9zw { position:relative;display:block; }#aAZii1oEVc77P3mJEdXaFmuwRWAXh9zw { background-color: transparent; background-image: none; }#aAZii1oEVc77P3mJEdXaFmuwRWAXh9zw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aAZii1oEVc77P3mJEdXaFmuwRWAXh9zw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aAZii1oEVc77P3mJEdXaFmuwRWAXh9zw > .row .container > .video-iframe-container { display: none; }#aAZii1oEVc77P3mJEdXaFmuwRWAXh9zw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aAZii1oEVc77P3mJEdXaFmuwRWAXh9zw > .row > .video-iframe-container { display: none; }#aAZii1oEVc77P3mJEdXaFmuwRWAXh9zw > .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); }#aAZii1oEVc77P3mJEdXaFmuwRWAXh9zw { border-width: 0; border-radius: 0; }#aAZii1oEVc77P3mJEdXaFmuwRWAXh9zw > .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; }#aAZii1oEVc77P3mJEdXaFmuwRWAXh9zw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:32.125rem;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; }#A4P15ARJ6Xm8p1QsfgzeukIDTqqOxmLv { 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:18.9375rem;width:19.4375rem;top:6.59375rem;left:20.28125rem;overflow:hidden;display:block; }
#Ges59cXiWJNKmKARGBqlhQnu7BvNadw4 { 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:30.3125rem;width:15.9375rem;top:0rem;left:2.03125rem;overflow:hidden;display:block; }
#xTidDfXHnoPGb0P04R0tbMNo4tA5Jr29 { 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:30.9375rem;width:17.5rem;top:0rem;left:41.25rem;overflow:hidden;display:block; }
#my1VhTGLVVZB6k6VPNQN18A3lsUB7xtS { position:relative;display:block; }#my1VhTGLVVZB6k6VPNQN18A3lsUB7xtS { background-color: transparent; background-image: none; }#my1VhTGLVVZB6k6VPNQN18A3lsUB7xtS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#my1VhTGLVVZB6k6VPNQN18A3lsUB7xtS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#my1VhTGLVVZB6k6VPNQN18A3lsUB7xtS > .row .container > .video-iframe-container { display: none; }#my1VhTGLVVZB6k6VPNQN18A3lsUB7xtS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#my1VhTGLVVZB6k6VPNQN18A3lsUB7xtS > .row > .video-iframe-container { display: none; }#my1VhTGLVVZB6k6VPNQN18A3lsUB7xtS > .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); }#my1VhTGLVVZB6k6VPNQN18A3lsUB7xtS { border-width: 0; border-radius: 0; }#my1VhTGLVVZB6k6VPNQN18A3lsUB7xtS > .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; }#my1VhTGLVVZB6k6VPNQN18A3lsUB7xtS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:30.75rem;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; }#gtN8p5PedR131oatnaVBZeatyAK4nxmG { 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:29.6875rem;width:17.25rem;top:0rem;left:0.9375rem;overflow:hidden;display:block; }
#WVN3eI8SDa8RMS7qWQLPrO1FqfzbI5bg { 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:29.6875rem;width:17.0625rem;top:0rem;left:21rem;overflow:hidden;display:block; }
#FogWhvdZRC8HvxsnzJPEL7wEkVqdCCyl { 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:29.6875rem;width:19.375rem;top:0rem;left:40.34375rem;overflow:hidden;display:block; }
#zi5MI9iEXy7tgkaXsb8cSBoTXVFT144E { position:relative;display:block; }#zi5MI9iEXy7tgkaXsb8cSBoTXVFT144E { background-color: transparent; background-image: none; }#zi5MI9iEXy7tgkaXsb8cSBoTXVFT144E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi5MI9iEXy7tgkaXsb8cSBoTXVFT144E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi5MI9iEXy7tgkaXsb8cSBoTXVFT144E > .row .container > .video-iframe-container { display: none; }#zi5MI9iEXy7tgkaXsb8cSBoTXVFT144E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi5MI9iEXy7tgkaXsb8cSBoTXVFT144E > .row > .video-iframe-container { display: none; }#zi5MI9iEXy7tgkaXsb8cSBoTXVFT144E > .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); }#zi5MI9iEXy7tgkaXsb8cSBoTXVFT144E { border-width: 0; border-radius: 0; }#zi5MI9iEXy7tgkaXsb8cSBoTXVFT144E > .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; }#zi5MI9iEXy7tgkaXsb8cSBoTXVFT144E > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:30.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CUxxdQwB3Tkon0ThRTS3bat8End6r886 { 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:30.3125rem;width:15.0625rem;top:0rem;left:1.59375rem;overflow:hidden;display:block; }
#br62aDqct9JH44k2eskVvvIQA3LJ2WTw { 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:30.3125rem;width:18.3125rem;top:0rem;left:41rem;overflow:hidden;display:block; }
#sK5WqxCxpcaJtHuDgEVJLS9Jx1N3fe8H { 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:30.3125rem;width:17.375rem;top:0rem;left:21.15625rem;overflow:hidden;display:block; }
#wdOVof3b8hazEQkUwVtySwTTsnkB7Ptb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/zaV7y4Cf/sekcja12_bg4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wdOVof3b8hazEQkUwVtySwTTsnkB7Ptb.adaptive-delivery-prevent-bg, #wdOVof3b8hazEQkUwVtySwTTsnkB7Ptb.lazyload, #wdOVof3b8hazEQkUwVtySwTTsnkB7Ptb.lazyloading { background-image: none; }#wdOVof3b8hazEQkUwVtySwTTsnkB7Ptb > .row .container { background-color: transparent; background-image: none; }#wdOVof3b8hazEQkUwVtySwTTsnkB7Ptb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdOVof3b8hazEQkUwVtySwTTsnkB7Ptb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdOVof3b8hazEQkUwVtySwTTsnkB7Ptb > .row .container > .video-iframe-container { display: none; }#wdOVof3b8hazEQkUwVtySwTTsnkB7Ptb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdOVof3b8hazEQkUwVtySwTTsnkB7Ptb > .row > .video-iframe-container { display: none; }#wdOVof3b8hazEQkUwVtySwTTsnkB7Ptb > .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); }#wdOVof3b8hazEQkUwVtySwTTsnkB7Ptb > .row .container { border-width: 0; border-radius: 0; }#wdOVof3b8hazEQkUwVtySwTTsnkB7Ptb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wdOVof3b8hazEQkUwVtySwTTsnkB7Ptb > .row .container { font-size:0.875rem;font-family:arial;height:20.75rem;width:60rem;position:relative;display:block; }#cZi4UQhINyvJ3cuSrt7FwCD1zOrLrb3C { color:#dbe2eb;display:block;width:58rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.6;letter-spacing:0;top:5.3125rem;left:1rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I31Oa19CJ1JynDn6cFuEgCy4qK5tFMhT { background-color:#fff412;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000814;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:11.3125rem;left:22.5rem;display:block; }
#lHk8KzcGIT7KoOCBFWZHgr9z73yzpmry { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qNncyxSMHZUaRaSJFpNS1MBgZSfH7Eei { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(245deg, #807700, #000000);background-image: -moz-linear-gradient(245deg, #807700, #000000);background-image: -ms-linear-gradient(245deg, #807700, #000000);background-image: -o-linear-gradient(245deg, #807700, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#807700', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#807700', endColorstr='#000000' );";background-image: linear-gradient(245deg, #807700, #000000);background-size:auto !important;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#qNncyxSMHZUaRaSJFpNS1MBgZSfH7Eei > .row .container { background-color: transparent; background-image: none; }#qNncyxSMHZUaRaSJFpNS1MBgZSfH7Eei::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNncyxSMHZUaRaSJFpNS1MBgZSfH7Eei > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNncyxSMHZUaRaSJFpNS1MBgZSfH7Eei > .row .container > .video-iframe-container { display: none; }#qNncyxSMHZUaRaSJFpNS1MBgZSfH7Eei > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNncyxSMHZUaRaSJFpNS1MBgZSfH7Eei > .row > .video-iframe-container { display: none; }#qNncyxSMHZUaRaSJFpNS1MBgZSfH7Eei > .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); }#qNncyxSMHZUaRaSJFpNS1MBgZSfH7Eei > .row .container { border-width: 0; border-radius: 0; }#qNncyxSMHZUaRaSJFpNS1MBgZSfH7Eei > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qNncyxSMHZUaRaSJFpNS1MBgZSfH7Eei > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:60rem;position:relative;display:block; }#Cdb3imVhECIgHE5BqpbaA4FiVNbC1M4e { color:#0059ff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.375rem;left:1.2810707092285rem;height:1.29980625rem;font-style:normal;display:block; }
#A84AnNyUbZDLkBRbIMtGlIS8K314o2xe { color:#0059ff;display:block;width:7.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.2498168945312rem;left:14.749645233154rem;height:1.29980625rem;font-style:normal;display:block; }
#g8Snm4sLSGzihu6qnqfGGJyE0nwJVS8S { color:#ffffff;display:block;width:10.0625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.1865234375rem;left:14.74951171875rem;height:1.4624rem;font-style:normal;display:block; }
#O7mJSaTi2ahfHPUIk0V9LuuinnMJMuay { position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:0.0625rem;top:1.8125rem;left:0rem;display:block; }
#tCTUl9WHxUAkIRDMletl3N0NOewWuxL8 { position:absolute;display:block;z-index:15004;background-color:rgba(255,255,255,0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:0.0625rem;top:2.28125rem;left:25.8125rem;display:block; }
#zb9gcktZksKcm9p7zw8Dnu0vQFaSK7Ht { position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:0.0625rem;top:1.8125rem;left:13.5rem;display:block; }
#Zneo1lFTE8VBLwMDotiXJNWE5S98w6o1 { color:#ffffff;display:block;width:14.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.78125rem;left:26.18701171875rem;height:2.92480625rem;display:block; }
#obB7qyXFT5SZZB4bTMcbMxNhi5ltgHJO { position:absolute;display:block;z-index:14995;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #edff12;border-left:0.0625rem solid #edff12;border-right:0.0625rem solid #edff12;border-bottom:0.0625rem solid #edff12;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.75rem;width:4.5rem;top:0.5625rem;left:40.312496185302rem;display:block; }
#ZEhvoMITReAc0hsstAPCRpkQ7C83WVbi { position:absolute;display:block;z-index:14998;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #edff12;border-left:0.0625rem solid #edff12;border-right:0.0625rem solid #edff12;border-bottom:0.0625rem solid #edff12;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.75rem;width:4.5rem;top:0.5625rem;left:45.312496185302rem;display:block; }
#aIRzGoIXxXXDUeGLT8Fc1FguGu1hX6SE { position:absolute;display:block;z-index:14997;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #edff12;border-left:0.0625rem solid #edff12;border-right:0.0625rem solid #edff12;border-bottom:0.0625rem solid #edff12;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.75rem;width:4.5rem;top:0.5rem;left:50.312496185302rem;display:block; }
#R3CIKfGetQ2KR01mTklLUiCckGn6NZMm { position:absolute;display:block;z-index:14996;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #edff12;border-left:0.0625rem solid #edff12;border-right:0.0625rem solid #edff12;border-bottom:0.0625rem solid #edff12;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.75rem;width:4.5rem;top:0.5rem;left:55.375rem;display:block; }
#QTPl1STEwhqvQaVCmzXFK0JFOm1z0gDw { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.18603515625rem;left:1.28076171875rem;height:1.4624rem;font-style:normal;display:block; }
#yIJo2J9vD9SuJmglHaJGuAhlofwamZro .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#yIJo2J9vD9SuJmglHaJGuAhlofwamZro .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:lato;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#yIJo2J9vD9SuJmglHaJGuAhlofwamZro .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:lato;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#yIJo2J9vD9SuJmglHaJGuAhlofwamZro { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.875rem;left:40.37451171875rem;z-index:15007; }
#yIJo2J9vD9SuJmglHaJGuAhlofwamZro #rOUaTSNp2lciJCoNyh94cmftP5HdG7oL { display:flex;position:relative;top:0rem;left:0rem; }
#yIJo2J9vD9SuJmglHaJGuAhlofwamZro #xd0ZLkuEIIX5fJuHshWBwyvNOymVvEIt { width:auto; }
#yIJo2J9vD9SuJmglHaJGuAhlofwamZro #x1O3064hqgaL6TMZCQILnv00eEGbe5ck {  }
#yIJo2J9vD9SuJmglHaJGuAhlofwamZro #c6fT3sU8XBvXSXQHMLhoMpyLL1fHa3AA { display:flex;position:relative;top:0rem;left:0rem; }
#yIJo2J9vD9SuJmglHaJGuAhlofwamZro #SqGzF2LhTos48xJMIZiP7aw47NSsLLN4 {  }
#yIJo2J9vD9SuJmglHaJGuAhlofwamZro #KmVms6K3g8nsfMApxC2mTuXgp5TNmqnv {  }
#yIJo2J9vD9SuJmglHaJGuAhlofwamZro #uNxBO6zqOZofh6BiAB0ZNmHGmFaI9N53 { display:flex;position:relative;top:0rem;left:0rem; }
#yIJo2J9vD9SuJmglHaJGuAhlofwamZro #eenMUmpgA3vaX0PRqIEGxKaIXU7wleou {  }
#yIJo2J9vD9SuJmglHaJGuAhlofwamZro #dT21TWPfludgRhmJGHzZVqg4ID93ddoF {  }
#yIJo2J9vD9SuJmglHaJGuAhlofwamZro #vyllsTC21qM8LSpP57P3uT5JgTiqtXah { display:flex;position:relative;top:0rem;left:0rem; }
#yIJo2J9vD9SuJmglHaJGuAhlofwamZro #Fnurkhf1V5qnBvnwAXurskAw0cH70f91 {  }
#yIJo2J9vD9SuJmglHaJGuAhlofwamZro #cQs1G1tJqMJ2JLT4WgDuVv2sVdNv7svy {  }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WQbMFNbntq3Dmd4P0KJJQpKgUeiXtzyC { display:block; }#WQbMFNbntq3Dmd4P0KJJQpKgUeiXtzyC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tmulG11fT9tMg9KJas34Z0d3vISVEn3O { width:15.875rem;height:1.25rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMtAMb4ulKlLNQCahA1CgIxlSree8sD3 { width:10.875rem;height:2.4375rem;top:0.875rem;left:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQh4rhoKeA3GZFJASSl7CH9JMWFyUIOf { display:block; }
 }@media only screen and (max-width: 763px) { #T34u5oUzfnbwuryZgTGkNGRmzCLRCHhH { width:8.75rem;height:2.4375rem;top:0.875rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQsv2gtFz1x1b5gOEwcZtQa0GiZAOmrc { display:block; }
 }@media only screen and (max-width: 763px) { #NGBaQ5cQPSRhgcJD1USgKN1Fqg37FMwM { width:11.25rem;height:2.4375rem;top:0.875rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfSSnIDkZVDPIsMOQufeEZ27DQl9tqU5 { display:block; }
 }@media only screen and (max-width: 763px) { #fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s { display:block; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a78xi6MTx1GxLsKnC0ummnIAdJe8ewGw { width:47.75rem;height:11.5rem;top:18.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNcwxqG6S7zANeUZWIiHKXmLdkk2icUN { width:37.625rem;height:3.1875rem;top:32.0625rem;left:5.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySETyNTcDaJCTa8NPswO0SsvgqU6xa7k { width:15rem;height:3.1875rem;top:37.5625rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3mkDzJehTeDGNpTALd0q31CRtySUILJ { display:block; }
 }@media only screen and (max-width: 763px) { #fnzGo8Jz4r501IOwc4SuVibfkhKsbqhC { width:37.625rem;height:5rem;top:10.25rem;left:5.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UG8lLzUQ2iafmSDkKpvngsk0kcERIETk { top:26.625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh { display:block; }#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rTUkao1MK7Srnad3ysohprNQIsEaiReC { width:47.75rem;height:2.75rem;top:2.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa { display:block; }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PPob8uIdnPWDGzutFxSe8inPDMEa1wUT { width:2.5rem;height:4.25rem;top:1.25rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNTTfJcJukZBOdyLuFs2CfUaE9MoWBqw { width:12.5rem;height:3.25rem;top:7.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGVdb7uaBxzGmhkeCCg4rzvVm2K0Ax9g { width:11.75rem;height:11.875rem;top:12.125rem;left:0.09375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kE64DXlpeFNMJTJmIJ7fE5WIw4tH2Uxu { width:3.0625rem;height:3.4375rem;top:1.625rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcSJlXhvrNwfBmLRDOiOxpEi5ShCgNH0 { width:12.3125rem;height:6.75rem;top:12.125rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyapZ13KfCAiTLqV4NMT4rhKHx1lZGCp { width:12.5rem;height:3.25rem;top:7.625rem;left:11.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwtkCvVmLOm445A7oCTunf0SO4ZxZ4DT { width:2.5rem;height:4.25rem;top:1.25rem;left:15.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJ1V45rPIVXQ9Nb07uf70Z68q4zU7uHp { width:12.5rem;height:3.25rem;top:7.625rem;left:23.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqEvW2nP79Im7RcCzsRgiadLoLOEfTi6 { width:2.5rem;height:4.25rem;top:1.25rem;left:27.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7R9SDmTUlHhMANbprfCHSkyMpJTLyNX { width:11.9375rem;height:10.1875rem;top:12.125rem;left:23.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckHpPOseVHnu6k0UoeUiaKRhST2UFu0r { width:12.4375rem;height:8.4375rem;top:12.125rem;left:35.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yH3JaShEdznD8rpaDNaVcgZUaotK5bbi { width:12.5rem;height:3.25rem;top:7.625rem;left:35.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3m4cgQeTWL7O15SiMyav2Fvyt8b5Hcs { width:2.5rem;height:4.25rem;top:1.25rem;left:39.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6zZTLwdxM7y19tD8Q9y1S6hCOZg8WHR { width:3.625rem;height:3.4375rem;top:1.625rem;left:40.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5PPmnFwSAXDWV2AwBFCTTd9MoiZOg4B { width:3.8125rem;height:2.4375rem;top:2.125rem;left:16.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #amgekvBebXXnPdLp8cQ6mrh9ryPh5v4q { width:3.125rem;height:3.125rem;top:1.8125rem;left:28.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlUKfB1Abscsi8Re6CnRFczoTgQpCne1 { display:block; }#LlUKfB1Abscsi8Re6CnRFczoTgQpCne1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wXIigWMVK9Xsuk7edUouw4uMGml5KmFn { width:47.75rem;height:3rem;top:0.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRLkJZUJNR1DMTUXXoav0z5qp5kgJifn { width:47.75rem;height:2.75rem;top:5.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNdGkrqICGfmqc0J9xS54qpNEDkzSEUE { display:block; }#pNdGkrqICGfmqc0J9xS54qpNEDkzSEUE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AgaPwSk6KTV5QDxbP4r3rtPMK9Tif2VU { width:12.5rem;height:3.25rem;top:0.75rem;left:23.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAKPP5UNR8etMqI5NX0OeketcdIxhtsS { width:11.75rem;height:10.1875rem;top:6.4375rem;left:24.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyu1AIa7yszXvRb2HTXGfo9cHBsZrSGK { width:12.3125rem;height:11.875rem;top:6.4375rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhMK4U9uVVSd3Te12duQJqFhTqVCgu7z { width:12.5rem;height:1.625rem;top:0.75rem;left:11.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrKUkVgCtTaWcGhEZcXlK06e60ICvqXA { width:12.5rem;height:4.875rem;top:0.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3z7lyimengo5SXbXud967S9rSziJ8Tg { width:11.9375rem;height:11.875rem;top:6.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8CwUQAJhosZLgFy8IOfyGwbGi33KX3o { width:12.4375rem;height:8.4375rem;top:6.4375rem;left:35.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSzw6bQt3oGDqxuhD2cgJXNL3ILTBbAZ { width:12.5rem;height:4.875rem;top:0.75rem;left:35.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 { display:block; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iNk9yyVNeVNPThlJwpTfhcA6BcGxPIBS { width:33.8125rem;height:2.75rem;top:3rem;left:13.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqPHuW1fyh5pCQ0gZr2i2wBmX77JHelZ { width:28.5625rem;height:0.0625rem;top:6.8125rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #brAmoJhWe4SxAK2aR3UnbsoZ2fPeERqh { width:36.1875rem;height:16.9375rem;top:7.9375rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vm7dUU9oOGbLlBgNgKfNJBP1OAhA0Poz { width:4.25rem;height:0.1875rem;top:6.75rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrRzIvILm3Q589I4nV8CkTXoeiXEJUNR { width:31.9375rem;height:1.75rem;top:27.25rem;left:15.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BL3uXlGD38Dni8FDl0D6Xx6Okxk6EJ5y { width:36.75rem;height:23.25rem;top:28.9375rem;left:11rem;font-size:1rem;display:block; }#BL3uXlGD38Dni8FDl0D6Xx6Okxk6EJ5y li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/zUEVFF0p/4.png); }
 }@media only screen and (max-width: 763px) { #FSbeF6FDa3vqtUmKn2c34wJZDXOvEESi { display:block; }#FSbeF6FDa3vqtUmKn2c34wJZDXOvEESi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #urQM5nvbIyXqI7AxqtsfUMSHEoA48hcm { width:33.8125rem;height:5.5rem;top:1.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkiRJFCVIlNrCPBHGGI8D8nNtSLsK8vZ { width:28.5625rem;height:0.0625rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnTFuQwtwv0m06uiMRyoTc0FUPLcUQTD { width:33.8125rem;height:37.875rem;top:9.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxtdslKpNVF6k2SbJipC0ailZ2rXDZMU { width:4.25rem;height:0.1875rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q { display:block; }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xxs6tLTU1pib9yPfT1RsD9bRclQU9voa { width:47.75rem;height:2.75rem;top:2.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDTtb1INL2GTw4P3121om3AtVLd8Ey3T { top:7.5625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyTU2VfGolvG16nJJ4P5mVBn3VBcWnEx { top:6rem;left:0rem;width:47.75rem;height:13.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSxDpiEwT6lclJuL0CSAfkgOlKkVR0us { display:block; }#KSxDpiEwT6lclJuL0CSAfkgOlKkVR0us > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aNXymBQWW9rGOtdAvSIaVnSolvOXlIae { top:2.6875rem;left:0rem;width:29.8125rem;height:38.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4eALwohxkbr4Z7ivV0UcS1eVF9MH9Rh { top:7.0625rem;left:0rem;width:27.625rem;height:;font-size:0.75rem;display:block; }#i4eALwohxkbr4Z7ivV0UcS1eVF9MH9Rh li:before{  }
 }@media only screen and (max-width: 763px) { #wgVosFNkiMMIaHNI3PImgbNOUNmRKkJt { top:20.375rem;left:0rem;width:27.3125rem;height:6.75rem;font-size:0.75rem;display:block; }#wgVosFNkiMMIaHNI3PImgbNOUNmRKkJt li:before{  }
 }@media only screen and (max-width: 763px) { #vBMC7VHM6azT8b1gOoKxo9notUkZk6Uy { top:51.9375rem;left:0rem;width:28.3125rem;height:8.6875rem;font-size:0.75rem;display:block; }#vBMC7VHM6azT8b1gOoKxo9notUkZk6Uy li:before{  }
 }@media only screen and (max-width: 763px) { #OIUVV87Q8zrN5LAZ2zusTr6HnJuouuzB { top:42.5625rem;left:0rem;width:28.375rem;height:2.5625rem;font-size:0.75rem;display:block; }#OIUVV87Q8zrN5LAZ2zusTr6HnJuouuzB li:before{  }
 }@media only screen and (max-width: 763px) { #rnk2S9aAEQi9UKukp2xeMPf8UWNwqNVt { top:45.875rem;left:0rem;width:25.625rem;height:6.125rem;font-size:0.75rem;display:block; }#rnk2S9aAEQi9UKukp2xeMPf8UWNwqNVt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b5d991a91b13dd57c4f696374709734c.svg); }
 }@media only screen and (max-width: 763px) { #VQglLSEM2v2u3qfTo8un4L1khg5RSSfC { top:2.6875rem;left:0rem;width:30.0625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkgGilrqObhvl1e5pRWPPhkzfNzdpeUu { top:5.1875rem;left:20.0625rem;width:27.6875rem;height:16.1875rem;font-size:0.75rem;display:block; }#hkgGilrqObhvl1e5pRWPPhkzfNzdpeUu li:before{  }
 }@media only screen and (max-width: 763px) { #ghUTmnq8uER2igpbTXpDJS9Ptm8JLGPX { top:22.5rem;left:17.8125rem;width:29.9375rem;height:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAC0AEUnw5Q3Tci0wWckn326UHeahsiw { top:26.1875rem;left:20rem;width:27.75rem;height:4.5rem;font-size:0.75rem;display:block; }#oAC0AEUnw5Q3Tci0wWckn326UHeahsiw li:before{  }
 }@media only screen and (max-width: 763px) { #fVGkKU8kmvZwhvWKCHrTm3o59l748KzD { top:32.9375rem;left:17.8125rem;width:29.9375rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBTcNQeTHJcL9nQwPe13wpraRdVT9Bas { top:42.5625rem;left:20rem;width:27.75rem;height:;font-size:0.75rem;display:block; }#nBTcNQeTHJcL9nQwPe13wpraRdVT9Bas li:before{  }
 }@media only screen and (max-width: 763px) { #ZRsvxNKwTzMzZVlLUlzC0yFawn6cdbHk { top:38.6875rem;left:17.8125rem;width:29.9375rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhrUxXgTLemNUEbtWtTvWQezBv0HpE5J { top:48.375rem;left:22.125rem;width:25.625rem;height:;font-size:0.75rem;display:block; }#BhrUxXgTLemNUEbtWtTvWQezBv0HpE5J li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b5d991a91b13dd57c4f696374709734c.svg); }
 }@media only screen and (max-width: 763px) { #IB298xFrkSKGQ9AElhZ0NC9C9oleSBL4 { top:62.0625rem;left:10.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxGkX0oV7M9vPKIO9LiIErsHafgDZHTG { display:block; }#AxGkX0oV7M9vPKIO9LiIErsHafgDZHTG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ovN9CTunxT6NqqGIcCaJENy27XONyRNa { top:5.4375rem;left:20.75rem;width:27rem;height:6.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed5pkDA7HZLOo1ocyhZIMvhMn47NyuNQ { top:1.3125rem;left:24rem;width:23.75rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #scuVbfpMxBCPNN957HpHLAsrctkz7y9A { top:2.5625rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvZ7DTFhrggCB80ZgQ9KgH60TJHqTMky { top:0rem;left:0rem;width:23.8125rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mu5XFrCFUSXWuZDb5l1e4wTNmRBfTQ7c { display:block; }#mu5XFrCFUSXWuZDb5l1e4wTNmRBfTQ7c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DzOgAzXaHNofyfMTPHHtbRfWoiEMwsLe { top:7.6875rem;left:0rem;width:23.625rem;height:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpxqzD5PbhJRU2hRh4JcIC6TwnpK8ZrZ { top:0.9375rem;left:0rem;width:23.75rem;height:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxJiTDpsnZ51R6fCJ04JwX4lq19u4fxR { top:12.5625rem;left:0rem;width:21.6875rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTpfl7KtL1DmZpwF9w9tMqLQpDDuJuBX { top:0rem;left:20.59912109375rem;width:21.125rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlDHJXXVXgBnchrfPyIHvWaJCPd68tkO { display:block; }#SlDHJXXVXgBnchrfPyIHvWaJCPd68tkO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KTI7Jz6E1Nn1sRrOFmaL9Rzgu8uWhJ6x { top:0.6875rem;left:12.9375rem;width:34.8125rem;height:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtbVNGoF2fhWtAO5UsmNIS2xt689CKmw { top:9.5625rem;left:38.125rem;width:9.375rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Czzozg8HrokzLbxuMgVtg148pg1D1meK { top:9.375rem;left:19.0625rem;width:23.625rem;height:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7Z4mG3T5z4te0iVUuSWorIWdS2zANZV { top:14.625rem;left:19.0625rem;width:21.6875rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpqS46Qyi6V9D31STgyXFMDlNHZhLk6V { top:0rem;left:0rem;width:22rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ng5ZbEe7ZgxZTQhsIQhnoIudBiIJGlzG { display:block; }#ng5ZbEe7ZgxZTQhsIQhnoIudBiIJGlzG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SywXzMsz6DRGFQqRv1H8JefcxvTtO4Ul { top:7.75rem;left:1.25rem;width:23.625rem;height:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMJOf6vzufT4imx2TIC88G7y6In2UM4L { top:1.125rem;left:0rem;width:30.9375rem;height:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDPz4eyBWvuPCP6OpnZNQGLJ9ivLTacc { top:7.75rem;left:38.125rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cF7RlTDl35W3E6T1IprXnrs3WQ9TOsz3 { top:13rem;left:3.25rem;width:21.6875rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnBhxy1tASD6C2B09L16m0gTu77n60T2 { top:0rem;left:25.125rem;width:22.625rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #odbnrhb7iVSiOxJTDMBeHN47vqlSAo5v { top:15.8125rem;left:1.53125rem;width:44.6875rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6ePxIai1pmgJbrTAXCC4m2Ro7TTcvMA { display:block; }#O6ePxIai1pmgJbrTAXCC4m2Ro7TTcvMA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q8w0d8oyhaXWdcbmHMXQavJW3vhLuTwc { top:2.1875rem;left:9.9375rem;width:37.8125rem;height:11.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0K4J1H0piHwMKeDyvbbozr1xZ2sadGw { top:9.5625rem;left:38.125rem;width:9.375rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #o0UtQVSKL6wpRRh0vdqdOHrFEegQWVWQ { top:2rem;left:0rem;width:12.0625rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nM5C7Dvt1veuiXTqxVHb8H2Tnh4HXdsf { display:block; }#nM5C7Dvt1veuiXTqxVHb8H2Tnh4HXdsf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qIrdRcK6qvVkI0oCFAqrQMMPZGo2a2Q5 { width:23.8125rem;height:5.0625rem;top:2.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQTbrdbpzudP4DNRsKurHMTwGayWlGvK { width:24.75rem;height:9.5625rem;top:9.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJ9Lsqy7FZ1NQM5pI8rqKx93JBmkaZmc { width:26.5625rem;height:11.375rem;top:22.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBUhtJo7bq89RfqQDMtaEtpX9JDL9wkV { width:15.625rem;height:2rem;top:24.5625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMfyZMEV8bXOP1fAxW0rS1ioGL2CriA7 { width:17.3125rem;height:4rem;top:27.875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMTFkJQoOunpTVO63cVavDt5LKwDiBxf { width:32.4375rem;height:23.5625rem;top:2.9375rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngA4MoqIBb8WRw4XfAEFCt8Jzy3TCLOM { width:4.375rem;height:4.375rem;top:1.8125rem;left:28.59375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqFNuiJxEhHThg0TuIcPTBa8lCnIRULz { width:9.5rem;height:0.625rem;top:2.375rem;left:32.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4qfLKkD8zRaG4ZMyVMRPCG7pzVWTph7 { width:2rem;height:2rem;top:28.875rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5VKrM2dFRA4G3mmbDBiSe9NPF43oTtW { width:2rem;height:2rem;top:24.5625rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa { display:block; }#v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l8VyJAsuAuA4X1GM9fyBohEN75smGL2V { width:47.75rem;height:2.75rem;top:1.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJxBAnL0iIaaXiN9atxGmhvMaVXPROGb { display:block; }#pJxBAnL0iIaaXiN9atxGmhvMaVXPROGb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AkBpcJOzvH2hzTsxieOJdo43VZHQpZkf { width:26rem;height:3.375rem;top:7.1875rem;left:21.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOx9Ty73IEafpVBNGHGEBX3mEVGJyLI9 { width:25.9375rem;height:27.1875rem;top:13.0625rem;left:21.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8SoErezD0NkqU78KZ0u2VhGOaGOvTyW { width:28.75rem;height:24.75rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zlsvpsew9M4a37eVBR15oqK2nHTTnhTF { width:26rem;height:21.9375rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNSe8lffoJEPuuhMCz2Qi9yO8qFOEa5M { display:block; }#NNSe8lffoJEPuuhMCz2Qi9yO8qFOEa5M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zKIAD3Tf5oHXElMfT1Lff3M5lNeAsJ38 { width:47.75rem;height:2.75rem;top:0.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTRUMvAU64WQTNPgVeidq6vIIuBDp1Fe { width:18.75rem;height:41.875rem;top:3.4375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByMtOR8JXh5XaMwa34XrT6yzodf06J9t { width:8.125rem;height:0.625rem;top:3.4375rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7ZLlJu6smSvTs5xkm74BhaJqlslS7DP { width:7.25rem;height:3.375rem;top:7.625rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTawi2eDtIixxOIFi4laf82i2wb2pCNZ { width:5.4375rem;height:2.0625rem;top:8.25rem;left:21.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D04oyA5cRL9OiAv7w9S6s3TLpRaTXS3T { width:15rem;height:3.125rem;top:26.5rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbS5yOQBcA02mVV38ekRu7NFJF7vouBB { display:block; }
 }@media only screen and (max-width: 763px) { #iq5u0T2uZuefsBVV9pWmhTVq3eZZK8oD { top:5.9375rem;left:21.09375rem;width:5.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxxS2JiIHTaWCFTHAIiec6evAtRHTc9o { width:47.75rem;height:3.5625rem;top:50.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnzgKlKTASeiaKDJCRHcvTnWkH9lh82B { top:55.25rem;left:20.25rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CykCRyHRl85vk3pZ7HxrhB48ORFem9DD { top:30.875rem;left:14.90625rem;width:17.9375rem;height:7.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #txEPOE87wyKtzrzXi1zrOvcWkSg3V28B { width:16.3125rem;height:3.875rem;top:4.0625rem;left:15.71875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV0bxBgvQJoblhpiWug9KlK3cyMrJvRu { width:14.625rem;height:;top:12.375rem;left:16.5625rem;font-size:0.875rem;display:block; }#rV0bxBgvQJoblhpiWug9KlK3cyMrJvRu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/zUEVFF0p/4.png); }
 }@media only screen and (max-width: 763px) { #KkkDvA50n7TFiQRu3d8HNCDVSXnb7IU2 { width:15rem;height:3.125rem;top:39.9375rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBGIUSBHu8BflyQQCrnE0qUKO63Nqq5g { display:block; }
 }@media only screen and (max-width: 763px) { #iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 { display:block; }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Whnak8McmIuSahQO2hemdGnlORBFtGlr { width:47.75rem;height:2.75rem;top:2.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TASd730HAEOTXfOAErrD1VaC59AMi1g9 { display:block; }#TASd730HAEOTXfOAErrD1VaC59AMi1g9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wPdluFAuAxEPasJ6MvMa0GhQ7On3Q96A { top:0rem;left:0rem;width:17.5rem;height:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlE4Zob2meSZouTiCTJv7boromIrNWBB { top:0rem;left:14.25rem;width:17.5rem;height:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3umyzbH7o1Xbu3DWv5ODLHnfUvaWTdR { top:0rem;left:30.125rem;width:17.5rem;height:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvV9twLIxOwV8CltTDTaxSTRMWaPMQ62 { display:block; }#RvV9twLIxOwV8CltTDTaxSTRMWaPMQ62 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uLgEBwA4TDz7CisA2O84ILdn4sseAXDf { top:0rem;left:0rem;width:17.5rem;height:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hd4eOXmdgO2bocu2oNp3eT9mTM1ZBuSh { top:0rem;left:14.25rem;width:17.5rem;height:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhTSunv40OJrtrTi43ptrJhxiST1rh3h { top:0rem;left:30.0625rem;width:17.5625rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAZii1oEVc77P3mJEdXaFmuwRWAXh9zw { display:block; }#aAZii1oEVc77P3mJEdXaFmuwRWAXh9zw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A4P15ARJ6Xm8p1QsfgzeukIDTqqOxmLv { top:6.5625rem;left:12.3125rem;width:19.4375rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ges59cXiWJNKmKARGBqlhQnu7BvNadw4 { top:0rem;left:0rem;width:15.9375rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTidDfXHnoPGb0P04R0tbMNo4tA5Jr29 { top:0rem;left:30.125rem;width:17.5rem;height:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #my1VhTGLVVZB6k6VPNQN18A3lsUB7xtS { display:block; }#my1VhTGLVVZB6k6VPNQN18A3lsUB7xtS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gtN8p5PedR131oatnaVBZeatyAK4nxmG { top:0rem;left:0rem;width:17.25rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVN3eI8SDa8RMS7qWQLPrO1FqfzbI5bg { top:0rem;left:13.75rem;width:17.0625rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FogWhvdZRC8HvxsnzJPEL7wEkVqdCCyl { top:0rem;left:28.3125rem;width:19.375rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zi5MI9iEXy7tgkaXsb8cSBoTXVFT144E { display:block; }#zi5MI9iEXy7tgkaXsb8cSBoTXVFT144E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CUxxdQwB3Tkon0ThRTS3bat8End6r886 { top:0rem;left:0rem;width:15.0625rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #br62aDqct9JH44k2eskVvvIQA3LJ2WTw { top:0rem;left:29.4375rem;width:18.3125rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sK5WqxCxpcaJtHuDgEVJLS9Jx1N3fe8H { top:0rem;left:14.0625rem;width:17.375rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdOVof3b8hazEQkUwVtySwTTsnkB7Ptb { display:block; }#wdOVof3b8hazEQkUwVtySwTTsnkB7Ptb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cZi4UQhINyvJ3cuSrt7FwCD1zOrLrb3C { width:47.75rem;height:2.5625rem;top:5.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I31Oa19CJ1JynDn6cFuEgCy4qK5tFMhT { width:15rem;height:3.1875rem;top:11.3125rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHk8KzcGIT7KoOCBFWZHgr9z73yzpmry { display:block; }
 }@media only screen and (max-width: 763px) { #qNncyxSMHZUaRaSJFpNS1MBgZSfH7Eei { display:block; }#qNncyxSMHZUaRaSJFpNS1MBgZSfH7Eei > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cdb3imVhECIgHE5BqpbaA4FiVNbC1M4e { width:12.5rem;height:1.25rem;top:1.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A84AnNyUbZDLkBRbIMtGlIS8K314o2xe { width:7.75rem;height:1.25rem;top:1.1875rem;left:8.62451171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8Snm4sLSGzihu6qnqfGGJyE0nwJVS8S { width:10.0625rem;height:1.4375rem;top:3.125rem;left:8.62451171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7mJSaTi2ahfHPUIk0V9LuuinnMJMuay { width:0.0625rem;height:2.625rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCTUl9WHxUAkIRDMletl3N0NOewWuxL8 { width:0.0625rem;height:2.625rem;top:2.25rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zb9gcktZksKcm9p7zw8Dnu0vQFaSK7Ht { width:0.0625rem;height:2.625rem;top:1.8125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zneo1lFTE8VBLwMDotiXJNWE5S98w6o1 { width:14.125rem;height:2.875rem;top:2.75rem;left:20.06201171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #obB7qyXFT5SZZB4bTMcbMxNhi5ltgHJO { width:4.5rem;height:5.75rem;top:0.5625rem;left:34.187496185302rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEhvoMITReAc0hsstAPCRpkQ7C83WVbi { width:4.5rem;height:5.75rem;top:0.5625rem;left:39.187496185302rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIRzGoIXxXXDUeGLT8Fc1FguGu1hX6SE { width:4.5rem;height:5.75rem;top:0.5rem;left:43.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3CIKfGetQ2KR01mTklLUiCckGn6NZMm { width:4.5rem;height:5.75rem;top:0.5rem;left:43.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTPl1STEwhqvQaVCmzXFK0JFOm1z0gDw { width:12.5rem;height:1.4375rem;top:3.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIJo2J9vD9SuJmglHaJGuAhlofwamZro .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yIJo2J9vD9SuJmglHaJGuAhlofwamZro .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#yIJo2J9vD9SuJmglHaJGuAhlofwamZro .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#yIJo2J9vD9SuJmglHaJGuAhlofwamZro { display:flex;width:18rem;height:5.0625rem;top:0.4375rem;left:28.5rem; }
 }@media only screen and (max-width: 763px) { #yIJo2J9vD9SuJmglHaJGuAhlofwamZro #rOUaTSNp2lciJCoNyh94cmftP5HdG7oL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yIJo2J9vD9SuJmglHaJGuAhlofwamZro #xd0ZLkuEIIX5fJuHshWBwyvNOymVvEIt {  }
 }@media only screen and (max-width: 763px) { #yIJo2J9vD9SuJmglHaJGuAhlofwamZro #x1O3064hqgaL6TMZCQILnv00eEGbe5ck {  }
 }@media only screen and (max-width: 763px) { #yIJo2J9vD9SuJmglHaJGuAhlofwamZro #c6fT3sU8XBvXSXQHMLhoMpyLL1fHa3AA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yIJo2J9vD9SuJmglHaJGuAhlofwamZro #SqGzF2LhTos48xJMIZiP7aw47NSsLLN4 {  }
 }@media only screen and (max-width: 763px) { #yIJo2J9vD9SuJmglHaJGuAhlofwamZro #KmVms6K3g8nsfMApxC2mTuXgp5TNmqnv {  }
 }@media only screen and (max-width: 763px) { #yIJo2J9vD9SuJmglHaJGuAhlofwamZro #uNxBO6zqOZofh6BiAB0ZNmHGmFaI9N53 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yIJo2J9vD9SuJmglHaJGuAhlofwamZro #eenMUmpgA3vaX0PRqIEGxKaIXU7wleou {  }
 }@media only screen and (max-width: 763px) { #yIJo2J9vD9SuJmglHaJGuAhlofwamZro #dT21TWPfludgRhmJGHzZVqg4ID93ddoF {  }
 }@media only screen and (max-width: 763px) { #yIJo2J9vD9SuJmglHaJGuAhlofwamZro #vyllsTC21qM8LSpP57P3uT5JgTiqtXah { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yIJo2J9vD9SuJmglHaJGuAhlofwamZro #Fnurkhf1V5qnBvnwAXurskAw0cH70f91 {  }
 }@media only screen and (max-width: 763px) { #yIJo2J9vD9SuJmglHaJGuAhlofwamZro #cQs1G1tJqMJ2JLT4WgDuVv2sVdNv7svy {  }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WQbMFNbntq3Dmd4P0KJJQpKgUeiXtzyC { position:fixed;z-index:199999;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #000000, rgba(132,127,8,0.81));background-image: -moz-linear-gradient(45deg, #000000, rgba(132,127,8,0.81));background-image: -ms-linear-gradient(45deg, #000000, rgba(132,127,8,0.81));background-image: -o-linear-gradient(45deg, #000000, rgba(132,127,8,0.81));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#847f08ce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#847f08ce' );";background-image: linear-gradient(45deg, #000000, rgba(132,127,8,0.81));background-size:auto !important;top:0rem;left:0rem;right:0rem;display:block; }#WQbMFNbntq3Dmd4P0KJJQpKgUeiXtzyC > .row .container { background-color: transparent; background-image: none; }#WQbMFNbntq3Dmd4P0KJJQpKgUeiXtzyC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQbMFNbntq3Dmd4P0KJJQpKgUeiXtzyC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQbMFNbntq3Dmd4P0KJJQpKgUeiXtzyC > .row .container > .video-iframe-container { display: none; }#WQbMFNbntq3Dmd4P0KJJQpKgUeiXtzyC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQbMFNbntq3Dmd4P0KJJQpKgUeiXtzyC > .row > .video-iframe-container { display: none; }#WQbMFNbntq3Dmd4P0KJJQpKgUeiXtzyC > .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); }#WQbMFNbntq3Dmd4P0KJJQpKgUeiXtzyC > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tmulG11fT9tMg9KJas34Z0d3vISVEn3O { width:10.4375rem;height:0.75rem;top:0.625rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMtAMb4ulKlLNQCahA1CgIxlSree8sD3 { width:6.1875rem;height:1.5625rem;top:2.375rem;left:13.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQh4rhoKeA3GZFJASSl7CH9JMWFyUIOf { display:block; }
 }@media only screen and (max-width: 763px) { #T34u5oUzfnbwuryZgTGkNGRmzCLRCHhH { width:6.3125rem;height:2.1875rem;top:2.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQsv2gtFz1x1b5gOEwcZtQa0GiZAOmrc { display:block; }
 }@media only screen and (max-width: 763px) { #NGBaQ5cQPSRhgcJD1USgKN1Fqg37FMwM { width:5.625rem;height:2.3125rem;top:1.9375rem;left:6.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfSSnIDkZVDPIsMOQufeEZ27DQl9tqU5 { display:block; }
 }@media only screen and (max-width: 763px) { #fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f2507f88-1b4a-41e7-8e43-0005332502b2/_DSC4315EnhancedNR.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s.adaptive-delivery-prevent-bg, #fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s.lazyload, #fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s.lazyloading { background-image: none; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container { background-color: transparent; background-image: none; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.86); }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container > .video-iframe-container { display: none; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.86); }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row > .video-iframe-container { display: none; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .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); }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container { width:20rem;height:29.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a78xi6MTx1GxLsKnC0ummnIAdJe8ewGw { width:18.3125rem;height:4.125rem;top:11.8125rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNcwxqG6S7zANeUZWIiHKXmLdkk2icUN { width:20rem;height:3.59911875rem;top:18.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySETyNTcDaJCTa8NPswO0SsvgqU6xa7k { width:15rem;height:3.1875rem;top:23.3125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3mkDzJehTeDGNpTALd0q31CRtySUILJ { display:block; }
 }@media only screen and (max-width: 763px) { #fnzGo8Jz4r501IOwc4SuVibfkhKsbqhC { width:20rem;height:2rem;top:9.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UG8lLzUQ2iafmSDkKpvngsk0kcERIETk { width:20rem;height:1.29980625rem;top:15.26220703125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh { display:block; }#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh > .row .container { width:20rem;height:2.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rTUkao1MK7Srnad3ysohprNQIsEaiReC { width:14.125rem;height:1.3496125rem;top:0.69970703125rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa { display:block; }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa > .row .container { width:20rem;height:28.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PPob8uIdnPWDGzutFxSe8inPDMEa1wUT { width:1.8125rem;height:3.125rem;top:0.875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNTTfJcJukZBOdyLuFs2CfUaE9MoWBqw { width:9.5625rem;height:0.9746125rem;top:5.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGVdb7uaBxzGmhkeCCg4rzvVm2K0Ax9g { width:9.625rem;height:6.75rem;top:6.162109375rem;left:0.1875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kE64DXlpeFNMJTJmIJ7fE5WIw4tH2Uxu { width:2.0625rem;height:2.3125rem;top:1.3125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcSJlXhvrNwfBmLRDOiOxpEi5ShCgNH0 { width:8.5rem;height:4.5rem;top:21.875rem;left:0.53125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyapZ13KfCAiTLqV4NMT4rhKHx1lZGCp { width:9.8125rem;height:0.9746125rem;top:18.39990234375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwtkCvVmLOm445A7oCTunf0SO4ZxZ4DT { width:1.8125rem;height:3.125rem;top:14.59375rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJ1V45rPIVXQ9Nb07uf70Z68q4zU7uHp { width:8.5rem;height:0.9746125rem;top:5.1875rem;left:10.875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqEvW2nP79Im7RcCzsRgiadLoLOEfTi6 { width:1.8125rem;height:3.125rem;top:0.875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7R9SDmTUlHhMANbprfCHSkyMpJTLyNX { width:9.25rem;height:5.625rem;top:7.349609375rem;left:10.75rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckHpPOseVHnu6k0UoeUiaKRhST2UFu0r { width:9rem;height:6.75rem;top:20.75rem;left:11rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yH3JaShEdznD8rpaDNaVcgZUaotK5bbi { width:9.9375rem;height:1.94921875rem;top:17.91259765625rem;left:10.0625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3m4cgQeTWL7O15SiMyav2Fvyt8b5Hcs { width:1.8125rem;height:3.125rem;top:14.59375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6zZTLwdxM7y19tD8Q9y1S6hCOZg8WHR { width:2.625rem;height:2.5rem;top:14.90625rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5PPmnFwSAXDWV2AwBFCTTd9MoiZOg4B { width:2.875rem;height:1.8125rem;top:15.25rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #amgekvBebXXnPdLp8cQ6mrh9ryPh5v4q { width:2.3125rem;height:2.3125rem;top:1.28125rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlUKfB1Abscsi8Re6CnRFczoTgQpCne1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c27e1fb1-d820-40b3-92f4-e3a6bcc8bd78/_DSC3540.jpg");background-position:center right !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;display:block; }#LlUKfB1Abscsi8Re6CnRFczoTgQpCne1.adaptive-delivery-prevent-bg, #LlUKfB1Abscsi8Re6CnRFczoTgQpCne1.lazyload, #LlUKfB1Abscsi8Re6CnRFczoTgQpCne1.lazyloading { background-image: none; }#LlUKfB1Abscsi8Re6CnRFczoTgQpCne1 > .row .container { background-color: transparent; background-image: none; }#LlUKfB1Abscsi8Re6CnRFczoTgQpCne1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(18,10,3,0.79); }#LlUKfB1Abscsi8Re6CnRFczoTgQpCne1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LlUKfB1Abscsi8Re6CnRFczoTgQpCne1 > .row .container > .video-iframe-container { display: none; }#LlUKfB1Abscsi8Re6CnRFczoTgQpCne1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(18,10,3,0.79); }#LlUKfB1Abscsi8Re6CnRFczoTgQpCne1 > .row > .video-iframe-container { display: none; }#LlUKfB1Abscsi8Re6CnRFczoTgQpCne1 > .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); }#LlUKfB1Abscsi8Re6CnRFczoTgQpCne1 > .row .container { width:20rem;height:9.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wXIigWMVK9Xsuk7edUouw4uMGml5KmFn { width:18rem;height:1.2749rem;top:1.5rem;left:1rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BRLkJZUJNR1DMTUXXoav0z5qp5kgJifn { width:14.125rem;height:1.3496125rem;top:3.88720703125rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pNdGkrqICGfmqc0J9xS54qpNEDkzSEUE { display:block; }#pNdGkrqICGfmqc0J9xS54qpNEDkzSEUE > .row .container { width:20rem;height:25.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AgaPwSk6KTV5QDxbP4r3rtPMK9Tif2VU { width:7.875rem;height:1.94921875rem;top:14.087890625rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAKPP5UNR8etMqI5NX0OeketcdIxhtsS { width:9.5625rem;height:6.75rem;top:16.75rem;left:0.375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyu1AIa7yszXvRb2HTXGfo9cHBsZrSGK { width:9.625rem;height:7.875rem;top:4.6875rem;left:10.375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhMK4U9uVVSd3Te12duQJqFhTqVCgu7z { width:9.625rem;height:0.9746125rem;top:1.61181640625rem;left:10.375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrKUkVgCtTaWcGhEZcXlK06e60ICvqXA { width:10.3125rem;height:2.923825rem;top:0.63720703125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3z7lyimengo5SXbXud967S9rSziJ8Tg { width:10.0625rem;height:7.875rem;top:4.6875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8CwUQAJhosZLgFy8IOfyGwbGi33KX3o { width:8.1875rem;height:6.75rem;top:16.75rem;left:11.125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSzw6bQt3oGDqxuhD2cgJXNL3ILTBbAZ { width:8.625rem;height:1.94921875rem;top:14.087890625rem;left:10.90625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 { background-color:#f5f5f5;background-image:none;display:block; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row .container { background-color: transparent; background-image: none; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row .container > .video-iframe-container { display: none; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row > .video-iframe-container { display: none; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .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); }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row .container { width:20rem;height:56.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iNk9yyVNeVNPThlJwpTfhcA6BcGxPIBS { width:16.5rem;height:1.6499rem;top:1.3125rem;left:1.75rem;text-align:center;text-align-last:center;line-height:1.2;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqPHuW1fyh5pCQ0gZr2i2wBmX77JHelZ { width:15.625rem;height:0.0625rem;top:4.0625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #brAmoJhWe4SxAK2aR3UnbsoZ2fPeERqh { width:20rem;height:14.625rem;top:5.25rem;left:0rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vm7dUU9oOGbLlBgNgKfNJBP1OAhA0Poz { width:4.25rem;height:0.1875rem;top:4rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrRzIvILm3Q589I4nV8CkTXoeiXEJUNR { width:18.125rem;height:2.625rem;top:21.25rem;left:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BL3uXlGD38Dni8FDl0D6Xx6Okxk6EJ5y { width:19rem;height:30.495625rem;top:23.875rem;left:0.5rem;text-align:left;text-align-last:left;line-height:2.6;font-size:0.75rem;display:block; }#BL3uXlGD38Dni8FDl0D6Xx6Okxk6EJ5y li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/zUEVFF0p/4.png); }
 }@media only screen and (max-width: 763px) { #FSbeF6FDa3vqtUmKn2c34wJZDXOvEESi { background-color:#f5f5f5;background-image:none;display:block; }#FSbeF6FDa3vqtUmKn2c34wJZDXOvEESi > .row .container { background-color: transparent; background-image: none; }#FSbeF6FDa3vqtUmKn2c34wJZDXOvEESi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FSbeF6FDa3vqtUmKn2c34wJZDXOvEESi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FSbeF6FDa3vqtUmKn2c34wJZDXOvEESi > .row .container > .video-iframe-container { display: none; }#FSbeF6FDa3vqtUmKn2c34wJZDXOvEESi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FSbeF6FDa3vqtUmKn2c34wJZDXOvEESi > .row > .video-iframe-container { display: none; }#FSbeF6FDa3vqtUmKn2c34wJZDXOvEESi > .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); }#FSbeF6FDa3vqtUmKn2c34wJZDXOvEESi > .row .container { width:20rem;height:37.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #urQM5nvbIyXqI7AxqtsfUMSHEoA48hcm { width:16.5rem;height:3.29980625rem;top:0.94970703125rem;left:1.75rem;text-align:center;text-align-last:center;line-height:1.2;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkiRJFCVIlNrCPBHGGI8D8nNtSLsK8vZ { width:15.625rem;height:0.0625rem;top:4.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnTFuQwtwv0m06uiMRyoTc0FUPLcUQTD { width:20rem;height:28.125rem;top:6.1875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxtdslKpNVF6k2SbJipC0ailZ2rXDZMU { width:4.25rem;height:0.1875rem;top:4.875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q { display:block; }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xxs6tLTU1pib9yPfT1RsD9bRclQU9voa { width:20rem;height:1.4624rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDTtb1INL2GTw4P3121om3AtVLd8Ey3T { width:20rem;height:1.29980625rem;top:4.6933625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyTU2VfGolvG16nJJ4P5mVBn3VBcWnEx { width:20rem;height:22.948275rem;top:3.3056640625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KSxDpiEwT6lclJuL0CSAfkgOlKkVR0us { display:block; }#KSxDpiEwT6lclJuL0CSAfkgOlKkVR0us > .row .container { width:20rem;height:101.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aNXymBQWW9rGOtdAvSIaVnSolvOXlIae { width:20rem;height:33.13675rem;top:1.7568359375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4eALwohxkbr4Z7ivV0UcS1eVF9MH9Rh { width:20rem;height:1.94921875rem;top:6.79150390625rem;left:0rem;font-size:0.75rem;display:block; }#i4eALwohxkbr4Z7ivV0UcS1eVF9MH9Rh li:before{  }
 }@media only screen and (max-width: 763px) { #wgVosFNkiMMIaHNI3PImgbNOUNmRKkJt { width:20rem;height:5.18555rem;top:17.0791015625rem;left:0rem;font-size:0.75rem;display:block; }#wgVosFNkiMMIaHNI3PImgbNOUNmRKkJt li:before{  }
 }@media only screen and (max-width: 763px) { #vBMC7VHM6azT8b1gOoKxo9notUkZk6Uy { width:20rem;height:6.7851625rem;top:42.4169921875rem;left:0rem;font-size:0.75rem;display:block; }#vBMC7VHM6azT8b1gOoKxo9notUkZk6Uy li:before{  }
 }@media only screen and (max-width: 763px) { #OIUVV87Q8zrN5LAZ2zusTr6HnJuouuzB { width:20rem;height:1.94921875rem;top:34.8935546875rem;left:0rem;font-size:0.75rem;display:block; }#OIUVV87Q8zrN5LAZ2zusTr6HnJuouuzB li:before{  }
 }@media only screen and (max-width: 763px) { #rnk2S9aAEQi9UKukp2xeMPf8UWNwqNVt { width:18.625rem;height:4.8359375rem;top:37.6435546875rem;left:1.375rem;font-size:0.75rem;display:block; }#rnk2S9aAEQi9UKukp2xeMPf8UWNwqNVt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b5d991a91b13dd57c4f696374709734c.svg); }
 }@media only screen and (max-width: 763px) { #VQglLSEM2v2u3qfTo8un4L1khg5RSSfC { width:20rem;height:1.94921875rem;top:49.77978515625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkgGilrqObhvl1e5pRWPPhkzfNzdpeUu { width:20rem;height:13.5703125rem;top:52.56103515625rem;left:0rem;font-size:0.75rem;display:block; }#hkgGilrqObhvl1e5pRWPPhkzfNzdpeUu li:before{  }
 }@media only screen and (max-width: 763px) { #ghUTmnq8uER2igpbTXpDJS9Ptm8JLGPX { width:20rem;height:1.94921875rem;top:67.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAC0AEUnw5Q3Tci0wWckn326UHeahsiw { width:20rem;height:3.548825rem;top:70.0625rem;left:0rem;font-size:0.75rem;display:block; }#oAC0AEUnw5Q3Tci0wWckn326UHeahsiw li:before{  }
 }@media only screen and (max-width: 763px) { #fVGkKU8kmvZwhvWKCHrTm3o59l748KzD { width:20rem;height:2.923825rem;top:75.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBTcNQeTHJcL9nQwPe13wpraRdVT9Bas { width:20rem;height:4.2109375rem;top:83rem;left:0rem;font-size:0.75rem;display:block; }#nBTcNQeTHJcL9nQwPe13wpraRdVT9Bas li:before{  }
 }@media only screen and (max-width: 763px) { #ZRsvxNKwTzMzZVlLUlzC0yFawn6cdbHk { width:20rem;height:2.923825rem;top:79.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhrUxXgTLemNUEbtWtTvWQezBv0HpE5J { width:18.9375rem;height:10.996125rem;top:88.4375rem;left:1.0625rem;font-size:0.75rem;display:block; }#BhrUxXgTLemNUEbtWtTvWQezBv0HpE5J li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b5d991a91b13dd57c4f696374709734c.svg); }
 }@media only screen and (max-width: 763px) { #IB298xFrkSKGQ9AElhZ0NC9C9oleSBL4 { display:flex;width:1.0625rem;height:1.0625rem;top:0rem;left:10.0625rem;font-size:0.4375rem;z-index:14999; }
 }@media only screen and (max-width: 763px) { #AxGkX0oV7M9vPKIO9LiIErsHafgDZHTG { background-color:transparent;background-image:url("https://images.assets-landingi.com/i1VIfLoO/BG_S4_kopia.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#AxGkX0oV7M9vPKIO9LiIErsHafgDZHTG.adaptive-delivery-prevent-bg, #AxGkX0oV7M9vPKIO9LiIErsHafgDZHTG.lazyload, #AxGkX0oV7M9vPKIO9LiIErsHafgDZHTG.lazyloading { background-image: none; }#AxGkX0oV7M9vPKIO9LiIErsHafgDZHTG > .row .container { background-color: transparent; background-image: none; }#AxGkX0oV7M9vPKIO9LiIErsHafgDZHTG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#AxGkX0oV7M9vPKIO9LiIErsHafgDZHTG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxGkX0oV7M9vPKIO9LiIErsHafgDZHTG > .row .container > .video-iframe-container { display: none; }#AxGkX0oV7M9vPKIO9LiIErsHafgDZHTG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#AxGkX0oV7M9vPKIO9LiIErsHafgDZHTG > .row > .video-iframe-container { display: none; }#AxGkX0oV7M9vPKIO9LiIErsHafgDZHTG > .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); }#AxGkX0oV7M9vPKIO9LiIErsHafgDZHTG > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ovN9CTunxT6NqqGIcCaJENy27XONyRNa { width:8.4375rem;height:10.234875rem;top:3.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed5pkDA7HZLOo1ocyhZIMvhMn47NyuNQ { width:20rem;height:1.4624rem;top:0.7998046875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #scuVbfpMxBCPNN957HpHLAsrctkz7y9A { width:2.8125rem;height:2.8125rem;top:0rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvZ7DTFhrggCB80ZgQ9KgH60TJHqTMky { width:10.875rem;height:7.1875rem;top:2.46875rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mu5XFrCFUSXWuZDb5l1e4wTNmRBfTQ7c { background-color:#fff412;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; }#mu5XFrCFUSXWuZDb5l1e4wTNmRBfTQ7c > .row .container { background-color: transparent; background-image: none; }#mu5XFrCFUSXWuZDb5l1e4wTNmRBfTQ7c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mu5XFrCFUSXWuZDb5l1e4wTNmRBfTQ7c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mu5XFrCFUSXWuZDb5l1e4wTNmRBfTQ7c > .row .container > .video-iframe-container { display: none; }#mu5XFrCFUSXWuZDb5l1e4wTNmRBfTQ7c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mu5XFrCFUSXWuZDb5l1e4wTNmRBfTQ7c > .row > .video-iframe-container { display: none; }#mu5XFrCFUSXWuZDb5l1e4wTNmRBfTQ7c > .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); }#mu5XFrCFUSXWuZDb5l1e4wTNmRBfTQ7c > .row .container { border-width: 0; border-radius: 0; }#mu5XFrCFUSXWuZDb5l1e4wTNmRBfTQ7c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mu5XFrCFUSXWuZDb5l1e4wTNmRBfTQ7c > .row .container { width:20rem;height:20.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DzOgAzXaHNofyfMTPHHtbRfWoiEMwsLe { width:19.375rem;height:3.89941875rem;top:4.46142578125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zpxqzD5PbhJRU2hRh4JcIC6TwnpK8ZrZ { width:19.375rem;height:3.89941875rem;top:0.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nxJiTDpsnZ51R6fCJ04JwX4lq19u4fxR { width:20rem;height:1.29980625rem;top:8.3603515625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fTpfl7KtL1DmZpwF9w9tMqLQpDDuJuBX { width:15.4375rem;height:10.1875rem;top:10rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlDHJXXVXgBnchrfPyIHvWaJCPd68tkO { background-color:transparent;background-image:url("https://images.assets-landingi.com/VH3JqojH/mobile_bg_last_section.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#SlDHJXXVXgBnchrfPyIHvWaJCPd68tkO.adaptive-delivery-prevent-bg, #SlDHJXXVXgBnchrfPyIHvWaJCPd68tkO.lazyload, #SlDHJXXVXgBnchrfPyIHvWaJCPd68tkO.lazyloading { background-image: none; }#SlDHJXXVXgBnchrfPyIHvWaJCPd68tkO > .row .container { background-color: transparent; background-image: none; }#SlDHJXXVXgBnchrfPyIHvWaJCPd68tkO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#SlDHJXXVXgBnchrfPyIHvWaJCPd68tkO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SlDHJXXVXgBnchrfPyIHvWaJCPd68tkO > .row .container > .video-iframe-container { display: none; }#SlDHJXXVXgBnchrfPyIHvWaJCPd68tkO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#SlDHJXXVXgBnchrfPyIHvWaJCPd68tkO > .row > .video-iframe-container { display: none; }#SlDHJXXVXgBnchrfPyIHvWaJCPd68tkO > .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); }#SlDHJXXVXgBnchrfPyIHvWaJCPd68tkO > .row .container { width:20rem;height:26.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KTI7Jz6E1Nn1sRrOFmaL9Rzgu8uWhJ6x { width:19.375rem;height:5.199225rem;top:1.25rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TtbVNGoF2fhWtAO5UsmNIS2xt689CKmw { width:4.625rem;height:4.625rem;top:9.9619140625rem;left:15.125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #Czzozg8HrokzLbxuMgVtg148pg1D1meK { width:20rem;height:3.89941875rem;top:7.42431640625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G7Z4mG3T5z4te0iVUuSWorIWdS2zANZV { width:20rem;height:1.29980625rem;top:11.3232421875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tpqS46Qyi6V9D31STgyXFMDlNHZhLk6V { width:17.875rem;height:11.875rem;top:13.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ng5ZbEe7ZgxZTQhsIQhnoIudBiIJGlzG { background-color:#fff412;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; }#ng5ZbEe7ZgxZTQhsIQhnoIudBiIJGlzG > .row .container { background-color: transparent; background-image: none; }#ng5ZbEe7ZgxZTQhsIQhnoIudBiIJGlzG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ng5ZbEe7ZgxZTQhsIQhnoIudBiIJGlzG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ng5ZbEe7ZgxZTQhsIQhnoIudBiIJGlzG > .row .container > .video-iframe-container { display: none; }#ng5ZbEe7ZgxZTQhsIQhnoIudBiIJGlzG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ng5ZbEe7ZgxZTQhsIQhnoIudBiIJGlzG > .row > .video-iframe-container { display: none; }#ng5ZbEe7ZgxZTQhsIQhnoIudBiIJGlzG > .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); }#ng5ZbEe7ZgxZTQhsIQhnoIudBiIJGlzG > .row .container { border-width: 0; border-radius: 0; }#ng5ZbEe7ZgxZTQhsIQhnoIudBiIJGlzG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ng5ZbEe7ZgxZTQhsIQhnoIudBiIJGlzG > .row .container { width:20rem;height:28.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SywXzMsz6DRGFQqRv1H8JefcxvTtO4Ul { width:19.375rem;height:3.89941875rem;top:5.13671875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KMJOf6vzufT4imx2TIC88G7y6In2UM4L { width:19.375rem;height:5.199225rem;top:0.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pDPz4eyBWvuPCP6OpnZNQGLJ9ivLTacc { width:4.625rem;height:4.625rem;top:6.4921875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cF7RlTDl35W3E6T1IprXnrs3WQ9TOsz3 { width:20rem;height:1.29980625rem;top:9.03564453125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NnBhxy1tASD6C2B09L16m0gTu77n60T2 { width:18.75rem;height:12.5rem;top:10.4921875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #odbnrhb7iVSiOxJTDMBeHN47vqlSAo5v { width:20rem;height:2.5996125rem;top:24.2421875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O6ePxIai1pmgJbrTAXCC4m2Ro7TTcvMA { background-color:transparent;background-image:url("https://images.assets-landingi.com/VH3JqojH/mobile_bg_last_section.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#O6ePxIai1pmgJbrTAXCC4m2Ro7TTcvMA.adaptive-delivery-prevent-bg, #O6ePxIai1pmgJbrTAXCC4m2Ro7TTcvMA.lazyload, #O6ePxIai1pmgJbrTAXCC4m2Ro7TTcvMA.lazyloading { background-image: none; }#O6ePxIai1pmgJbrTAXCC4m2Ro7TTcvMA > .row .container { background-color: transparent; background-image: none; }#O6ePxIai1pmgJbrTAXCC4m2Ro7TTcvMA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#O6ePxIai1pmgJbrTAXCC4m2Ro7TTcvMA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6ePxIai1pmgJbrTAXCC4m2Ro7TTcvMA > .row .container > .video-iframe-container { display: none; }#O6ePxIai1pmgJbrTAXCC4m2Ro7TTcvMA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#O6ePxIai1pmgJbrTAXCC4m2Ro7TTcvMA > .row > .video-iframe-container { display: none; }#O6ePxIai1pmgJbrTAXCC4m2Ro7TTcvMA > .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); }#O6ePxIai1pmgJbrTAXCC4m2Ro7TTcvMA > .row .container { width:20rem;height:9.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q8w0d8oyhaXWdcbmHMXQavJW3vhLuTwc { width:19.375rem;height:6.5625rem;top:1.33154296875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0K4J1H0piHwMKeDyvbbozr1xZ2sadGw { width:3.9375rem;height:3.9375rem;top:1.3125rem;left:15.8125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #o0UtQVSKL6wpRRh0vdqdOHrFEegQWVWQ { display:flex;width:4.4375rem;height:4.4375rem;top:1.3125rem;left:15.5625rem; }
 }@media only screen and (max-width: 763px) { #nM5C7Dvt1veuiXTqxVHb8H2Tnh4HXdsf { background-color:transparent;background-image:url("https://images.assets-landingi.com/gfammaTb/sekcja8_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#nM5C7Dvt1veuiXTqxVHb8H2Tnh4HXdsf.adaptive-delivery-prevent-bg, #nM5C7Dvt1veuiXTqxVHb8H2Tnh4HXdsf.lazyload, #nM5C7Dvt1veuiXTqxVHb8H2Tnh4HXdsf.lazyloading { background-image: none; }#nM5C7Dvt1veuiXTqxVHb8H2Tnh4HXdsf > .row .container { background-color: transparent; background-image: none; }#nM5C7Dvt1veuiXTqxVHb8H2Tnh4HXdsf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #fff412; }#nM5C7Dvt1veuiXTqxVHb8H2Tnh4HXdsf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nM5C7Dvt1veuiXTqxVHb8H2Tnh4HXdsf > .row .container > .video-iframe-container { display: none; }#nM5C7Dvt1veuiXTqxVHb8H2Tnh4HXdsf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #fff412; }#nM5C7Dvt1veuiXTqxVHb8H2Tnh4HXdsf > .row > .video-iframe-container { display: none; }#nM5C7Dvt1veuiXTqxVHb8H2Tnh4HXdsf > .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); }#nM5C7Dvt1veuiXTqxVHb8H2Tnh4HXdsf > .row .container { width:20rem;height:38.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qIrdRcK6qvVkI0oCFAqrQMMPZGo2a2Q5 { width:20rem;height:1.375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQTbrdbpzudP4DNRsKurHMTwGayWlGvK { width:20rem;height:7.19825rem;top:3.3984375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJ9Lsqy7FZ1NQM5pI8rqKx93JBmkaZmc { width:20rem;height:9.9375rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBUhtJo7bq89RfqQDMtaEtpX9JDL9wkV { width:16.3125rem;height:1.5996125rem;top:12.5625rem;left:3.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMfyZMEV8bXOP1fAxW0rS1ioGL2CriA7 { width:13.125rem;height:3.199225rem;top:16.25rem;left:3.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMTFkJQoOunpTVO63cVavDt5LKwDiBxf { width:20rem;height:14.5rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngA4MoqIBb8WRw4XfAEFCt8Jzy3TCLOM { width:4.375rem;height:4.375rem;top:20.5625rem;left:7.1875rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqFNuiJxEhHThg0TuIcPTBa8lCnIRULz { width:9.4375rem;height:0.625rem;top:10.5966796875rem;left:4.65625rem;background-color:#fff412;background-image:url("https://images.assets-landingi.com/zOLif15f/arrow_right.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#mqFNuiJxEhHThg0TuIcPTBa8lCnIRULz.adaptive-delivery-prevent-bg, #mqFNuiJxEhHThg0TuIcPTBa8lCnIRULz.lazyload, #mqFNuiJxEhHThg0TuIcPTBa8lCnIRULz.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #H4qfLKkD8zRaG4ZMyVMRPCG7pzVWTph7 { width:2rem;height:2rem;top:16.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5VKrM2dFRA4G3mmbDBiSe9NPF43oTtW { width:2rem;height:2rem;top:12.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa { display:block; }#v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l8VyJAsuAuA4X1GM9fyBohEN75smGL2V { width:20rem;height:1.625rem;top:1.312141418457rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJxBAnL0iIaaXiN9atxGmhvMaVXPROGb { display:block; }#pJxBAnL0iIaaXiN9atxGmhvMaVXPROGb > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AkBpcJOzvH2hzTsxieOJdo43VZHQpZkf { width:20rem;height:1.125rem;top:8.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOx9Ty73IEafpVBNGHGEBX3mEVGJyLI9 { width:20rem;height:20.3984375rem;top:11.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8SoErezD0NkqU78KZ0u2VhGOaGOvTyW { width:10.75rem;height:9.3125rem;top:0.6875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zlsvpsew9M4a37eVBR15oqK2nHTTnhTF { width:11.125rem;height:9.375rem;top:1.8125rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNSe8lffoJEPuuhMCz2Qi9yO8qFOEa5M { display:block; }#NNSe8lffoJEPuuhMCz2Qi9yO8qFOEa5M > .row .container { width:20rem;height:58.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zKIAD3Tf5oHXElMfT1Lff3M5lNeAsJ38 { width:20rem;height:2.1933625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTRUMvAU64WQTNPgVeidq6vIIuBDp1Fe { width:18.75rem;height:38.875rem;top:4.693359375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByMtOR8JXh5XaMwa34XrT6yzodf06J9t { width:8.125rem;height:0.625rem;top:4.6933625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7ZLlJu6smSvTs5xkm74BhaJqlslS7DP { width:6.5rem;height:3.375rem;top:9.04052734375rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTawi2eDtIixxOIFi4laf82i2wb2pCNZ { width:5.3125rem;height:1.4624rem;top:9.99755859375rem;left:7.34375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D04oyA5cRL9OiAv7w9S6s3TLpRaTXS3T { width:15rem;height:3.125rem;top:26.380859375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbS5yOQBcA02mVV38ekRu7NFJF7vouBB { display:block; }
 }@media only screen and (max-width: 763px) { #iq5u0T2uZuefsBVV9pWmhTVq3eZZK8oD { width:5.5625rem;height:0.125rem;top:7.41552734375rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxxS2JiIHTaWCFTHAIiec6evAtRHTc9o { width:20rem;height:4.548825rem;top:45.130859375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnzgKlKTASeiaKDJCRHcvTnWkH9lh82B { width:6.5rem;height:6.5rem;top:51.224609375rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CykCRyHRl85vk3pZ7HxrhB48ORFem9DD { width:17.9375rem;height:7.39305625rem;top:30.287109375rem;left:1.03125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #txEPOE87wyKtzrzXi1zrOvcWkSg3V28B { width:16.3125rem;height:3.25rem;top:5.85302734375rem;left:1.84375rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV0bxBgvQJoblhpiWug9KlK3cyMrJvRu { width:14.625rem;height:12.0854375rem;top:13.400390625rem;left:2.6875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#rV0bxBgvQJoblhpiWug9KlK3cyMrJvRu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/zUEVFF0p/4.png); }
 }@media only screen and (max-width: 763px) { #KkkDvA50n7TFiQRu3d8HNCDVSXnb7IU2 { width:15rem;height:3.125rem;top:38.693359375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBGIUSBHu8BflyQQCrnE0qUKO63Nqq5g { display:block; }
 }@media only screen and (max-width: 763px) { #iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 { display:block; }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Whnak8McmIuSahQO2hemdGnlORBFtGlr { width:20rem;height:3.25rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TASd730HAEOTXfOAErrD1VaC59AMi1g9 { display:block; }#TASd730HAEOTXfOAErrD1VaC59AMi1g9 > .row .container { width:20rem;height:98.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wPdluFAuAxEPasJ6MvMa0GhQ7On3Q96A { width:17.5rem;height:31.125rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlE4Zob2meSZouTiCTJv7boromIrNWBB { width:17.5rem;height:31.0625rem;top:33.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3umyzbH7o1Xbu3DWv5ODLHnfUvaWTdR { width:17.5rem;height:31.0625rem;top:65.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvV9twLIxOwV8CltTDTaxSTRMWaPMQ62 { display:block; }#RvV9twLIxOwV8CltTDTaxSTRMWaPMQ62 > .row .container { width:20rem;height:95.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uLgEBwA4TDz7CisA2O84ILdn4sseAXDf { width:17.5rem;height:30.4375rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hd4eOXmdgO2bocu2oNp3eT9mTM1ZBuSh { width:17.5rem;height:30.5rem;top:32.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhTSunv40OJrtrTi43ptrJhxiST1rh3h { width:17.5625rem;height:30.5625rem;top:64.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAZii1oEVc77P3mJEdXaFmuwRWAXh9zw { display:block; }#aAZii1oEVc77P3mJEdXaFmuwRWAXh9zw > .row .container { width:20rem;height:85.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A4P15ARJ6Xm8p1QsfgzeukIDTqqOxmLv { width:19.4375rem;height:18.9375rem;top:32.8125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ges59cXiWJNKmKARGBqlhQnu7BvNadw4 { width:15.9375rem;height:30.3125rem;top:1.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTidDfXHnoPGb0P04R0tbMNo4tA5Jr29 { width:17.5rem;height:30.9375rem;top:53rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #my1VhTGLVVZB6k6VPNQN18A3lsUB7xtS { display:block; }#my1VhTGLVVZB6k6VPNQN18A3lsUB7xtS > .row .container { width:20rem;height:93.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gtN8p5PedR131oatnaVBZeatyAK4nxmG { width:17.25rem;height:29.6875rem;top:1.25rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVN3eI8SDa8RMS7qWQLPrO1FqfzbI5bg { width:17.0625rem;height:29.6875rem;top:32.1875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FogWhvdZRC8HvxsnzJPEL7wEkVqdCCyl { width:19.375rem;height:29.6875rem;top:63.125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zi5MI9iEXy7tgkaXsb8cSBoTXVFT144E { display:block; }#zi5MI9iEXy7tgkaXsb8cSBoTXVFT144E > .row .container { width:20rem;height:95.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CUxxdQwB3Tkon0ThRTS3bat8End6r886 { width:15.0625rem;height:30.3125rem;top:1.25rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #br62aDqct9JH44k2eskVvvIQA3LJ2WTw { width:18.3125rem;height:30.3125rem;top:64.375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sK5WqxCxpcaJtHuDgEVJLS9Jx1N3fe8H { width:17.375rem;height:30.3125rem;top:32.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdOVof3b8hazEQkUwVtySwTTsnkB7Ptb { display:block; }#wdOVof3b8hazEQkUwVtySwTTsnkB7Ptb > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cZi4UQhINyvJ3cuSrt7FwCD1zOrLrb3C { width:18.75rem;height:3.1494125rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #I31Oa19CJ1JynDn6cFuEgCy4qK5tFMhT { width:15rem;height:3.1875rem;top:7.34375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHk8KzcGIT7KoOCBFWZHgr9z73yzpmry { display:block; }
 }@media only screen and (max-width: 763px) { #qNncyxSMHZUaRaSJFpNS1MBgZSfH7Eei { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#qNncyxSMHZUaRaSJFpNS1MBgZSfH7Eei > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cdb3imVhECIgHE5BqpbaA4FiVNbC1M4e { width:9.0625rem;height:1.13720625rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A84AnNyUbZDLkBRbIMtGlIS8K314o2xe { width:9.5625rem;height:1.13720625rem;top:0rem;left:10.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8Snm4sLSGzihu6qnqfGGJyE0nwJVS8S { width:10.125rem;height:1.13720625rem;top:1.25rem;left:9.875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7mJSaTi2ahfHPUIk0V9LuuinnMJMuay { width:0.0625rem;height:2.625rem;top:1.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tCTUl9WHxUAkIRDMletl3N0NOewWuxL8 { width:3.4375rem;height:0.0625rem;top:1.125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zb9gcktZksKcm9p7zw8Dnu0vQFaSK7Ht { width:2.625rem;height:0.0625rem;top:1.1875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zneo1lFTE8VBLwMDotiXJNWE5S98w6o1 { width:12.5rem;height:1.13720625rem;top:3.556640625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #obB7qyXFT5SZZB4bTMcbMxNhi5ltgHJO { width:8.125rem;height:0.0625rem;top:7.4990234375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEhvoMITReAc0hsstAPCRpkQ7C83WVbi { width:0;height:4rem;top:3.6240234375rem;left:0.59375rem;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;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #aIRzGoIXxXXDUeGLT8Fc1FguGu1hX6SE { width:0;height:4rem;top:3.6240234375rem;left:19.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;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;display:block; }
 }@media only screen and (max-width: 763px) { #R3CIKfGetQ2KR01mTklLUiCckGn6NZMm { width:0.375rem;height:4rem;top:3.6240234375rem;left:0.59375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;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;display:block; }
 }@media only screen and (max-width: 763px) { #QTPl1STEwhqvQaVCmzXFK0JFOm1z0gDw { width:10.25rem;height:1.29980625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIJo2J9vD9SuJmglHaJGuAhlofwamZro .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#yIJo2J9vD9SuJmglHaJGuAhlofwamZro .widget-text.counter-number { padding-top:0.2425rem;padding-right:0.215rem;padding-bottom:0.2425rem;padding-left:0.215rem;width:1.290625rem;min-width:1.290625rem;height:1.30375rem;font-size:0.97rem;line-height:20.86px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#yIJo2J9vD9SuJmglHaJGuAhlofwamZro .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.151875rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.72125rem;height:0.515625rem;font-size:0.36375rem;line-height:8.25px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#yIJo2J9vD9SuJmglHaJGuAhlofwamZro { display:flex;width:10.875rem;height:2.45625rem;top:4.693359375rem;left:5.25439453125rem;padding-top:0.303125rem;padding-right:0.3075rem;padding-bottom:0.303125rem;padding-left:0.3075rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #yIJo2J9vD9SuJmglHaJGuAhlofwamZro #rOUaTSNp2lciJCoNyh94cmftP5HdG7oL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yIJo2J9vD9SuJmglHaJGuAhlofwamZro #xd0ZLkuEIIX5fJuHshWBwyvNOymVvEIt {  }
 }@media only screen and (max-width: 763px) { #yIJo2J9vD9SuJmglHaJGuAhlofwamZro #x1O3064hqgaL6TMZCQILnv00eEGbe5ck {  }
 }@media only screen and (max-width: 763px) { #yIJo2J9vD9SuJmglHaJGuAhlofwamZro #c6fT3sU8XBvXSXQHMLhoMpyLL1fHa3AA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yIJo2J9vD9SuJmglHaJGuAhlofwamZro #SqGzF2LhTos48xJMIZiP7aw47NSsLLN4 {  }
 }@media only screen and (max-width: 763px) { #yIJo2J9vD9SuJmglHaJGuAhlofwamZro #KmVms6K3g8nsfMApxC2mTuXgp5TNmqnv {  }
 }@media only screen and (max-width: 763px) { #yIJo2J9vD9SuJmglHaJGuAhlofwamZro #uNxBO6zqOZofh6BiAB0ZNmHGmFaI9N53 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yIJo2J9vD9SuJmglHaJGuAhlofwamZro #eenMUmpgA3vaX0PRqIEGxKaIXU7wleou {  }
 }@media only screen and (max-width: 763px) { #yIJo2J9vD9SuJmglHaJGuAhlofwamZro #dT21TWPfludgRhmJGHzZVqg4ID93ddoF {  }
 }@media only screen and (max-width: 763px) { #yIJo2J9vD9SuJmglHaJGuAhlofwamZro #vyllsTC21qM8LSpP57P3uT5JgTiqtXah { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yIJo2J9vD9SuJmglHaJGuAhlofwamZro #Fnurkhf1V5qnBvnwAXurskAw0cH70f91 {  }
 }@media only screen and (max-width: 763px) { #yIJo2J9vD9SuJmglHaJGuAhlofwamZro #cQs1G1tJqMJ2JLT4WgDuVv2sVdNv7svy {  }
 }