.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,232,226;--color-primary-1:255,178,158;--color-primary-2:255,101,60;--color-primary-3:128,51,30;--color-primary-4:38,15,9;--color-secondary-0:223,225,227;--color-secondary-1:149,154,163;--color-secondary-2:43,52,70;--color-secondary-3:22,26,35;--color-secondary-4:6,8,11;--color-tertiary-0:255,255,255;--color-tertiary-1:246,246,246;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:raleway;--paragraphs-font-family:raleway; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK > .row > .video-iframe-container { display: none; }#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK > .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); }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/fRKpchXf/sekcja1_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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;display:block; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze.adaptive-delivery-prevent-bg, #xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze.lazyload, #xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze.lazyloading { background-image: none; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container { background-color: transparent; background-image: none; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container > .video-iframe-container { display: none; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row > .video-iframe-container { display: none; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .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); }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container { border-width: 0; border-radius: 0; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container { width:60rem;height:38.125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#zuBz5xE324uw5D4uMVC7TxlqSsJTxvzu { 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:13.125rem;width:13.125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#XiagSFz6VrK3Nl2ctGRL6MZePlNN6xCc { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:6.125rem;top:19.125rem;left:0rem;display:block; }
#ZqG3K3a0J3U9Dz7D5p0Xfy6hTsVgTeLT { color:#42464d;display:block;width:39.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:11.125rem;left:0.14453125rem;height:6.75rem;font-style:normal;display:block; }
#Xu66TqeSBTTygTLlvv0KVtGkBwwX2dMT { color:#42464d;display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:25.625001907349rem;left:0rem;height:10.3125rem;font-style:normal;display:block; }#Xu66TqeSBTTygTLlvv0KVtGkBwwX2dMT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Xu66TqeSBTTygTLlvv0KVtGkBwwX2dMT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/V7ujejeV/arrows.png); }
#s9i3O6CTJdrs7VNlc0cP2y6Lu5n31E2S { color:rgba(var(--color-primary-2),1);display:block;width:39.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:21.316667556762rem;left:0rem;height:2.625rem;font-style:normal;display:block; }
#A1ZJtvWwvTEP8mWOuLR80KHrvlAohqJn { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container { background-color: transparent; background-image: none; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container > .video-iframe-container { display: none; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row > .video-iframe-container { display: none; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .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); }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container { border-width: 0; border-radius: 0; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:60rem;position:relative;display:block; }#V3XDumlBDCmPyGHmqcT71TnIkv9zGnsC { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:arial;font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.875rem;left:0rem;height:2.7625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QXy8ilbFFWv0o1AePk8M1yPnMVv9LLNo { color:rgba(var(--color-tertiary-1),1);display:block;width:60rem;position:absolute;font-family:arial;font-size:2.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.3666667938232rem;left:0rem;height:2.7625rem;text-align:center;text-align-last:center;display:block; }
#pyzvAMtrsAE65CxsbomhRdthPQqxoso9 { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:arial;font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.875rem;left:0rem;height:2.7625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#geC5BHuqL3MgThwmCqsPcuvznACpJT3D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/wRPEUOba/sekcja3_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D.adaptive-delivery-prevent-bg, #geC5BHuqL3MgThwmCqsPcuvznACpJT3D.lazyload, #geC5BHuqL3MgThwmCqsPcuvznACpJT3D.lazyloading { background-image: none; }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .row .container { background-color: transparent; background-image: none; }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .row .container > .video-iframe-container { display: none; }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .row > .video-iframe-container { display: none; }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .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); }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .row .container { border-width: 0; border-radius: 0; }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .row .container { font-size:0.875rem;font-family:arial;height:31rem;width:60rem;position:relative;display:block; }#r36qpUr5fTccKCAC5uWah5lNGa8I01HK { color:#42464d;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:26.687503814698rem;height:2.1125rem;font-style:normal;display:block; }
#TbETkFI8a53kD3RzkpIeTdtr2PMqd6tp { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:6.5rem;top:3.6750011444092rem;left:26.687503814698rem;display:block; }
#fZDItQTOVTm86QJUhVMqNGdNaixZ4swe { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:20.875215530396rem;left:37.361110687256rem;height:0;display:block; }
#nzZ5XEEFqixySMVdrZlx45RnkrlJXtd0 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:23.937715530396rem;left:34.236110687256rem;height:0;display:block; }
#CPLx9gQHdRVIzoCQo6qs6v766V1rGZoT { color:#42464d;display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:6.1499977111816rem;left:26.6875rem;height:22.20625rem;text-align:left;text-align-last:left;display:block; }
#PpDNOhCafaWCDCVlr5dy0xWW6TtsntVi { color:#42464d;display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:6.1499977111816rem;left:26.6875rem;height:22.20625rem;text-align:left;text-align-last:left;display:none; }
#xi4Ixb18MieunvgHAz1L5Z5tcWOApS36 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#xi4Ixb18MieunvgHAz1L5Z5tcWOApS36 > .row .container { background-color: transparent; background-image: none; }#xi4Ixb18MieunvgHAz1L5Z5tcWOApS36::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xi4Ixb18MieunvgHAz1L5Z5tcWOApS36 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xi4Ixb18MieunvgHAz1L5Z5tcWOApS36 > .row .container > .video-iframe-container { display: none; }#xi4Ixb18MieunvgHAz1L5Z5tcWOApS36 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xi4Ixb18MieunvgHAz1L5Z5tcWOApS36 > .row > .video-iframe-container { display: none; }#xi4Ixb18MieunvgHAz1L5Z5tcWOApS36 > .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); }#xi4Ixb18MieunvgHAz1L5Z5tcWOApS36 > .row .container { border-width: 0; border-radius: 0; }#xi4Ixb18MieunvgHAz1L5Z5tcWOApS36 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xi4Ixb18MieunvgHAz1L5Z5tcWOApS36 > .row .container { font-size:0.875rem;font-family:arial;height:28.0625rem;width:60rem;position:relative;display:block; }#mF9iRN8IR7qv22ETKVVAgXtJwMou4EN9 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5rem;width:14.75rem;top:3.75rem;left:0rem;display:block; }
#hcKw7Mgrd2mKecRMhIBNypteT1mDtlnI { color:#42464d;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:12rem;left:1.25rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rZ85OqMcV6dDpsDsWkLA19yNo0PiFdQL { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:16.280208587646rem;left:1.25rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#HEPbTbPT2bkBepGl0A3JFylTTH1C3Brq { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:14.75rem;top:23.812505722046rem;left:0rem;display:block; }
#woEckZHITFTh50rf4iE5XcR4TCDGCNuq { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5rem;width:14.75rem;top:3.75rem;left:15.125rem;display:block; }
#yTtQDpXZIdF6ekq8UEQNCNdc62aEim75 { position:absolute;display:block;z-index:15010;background-color:#f3da66;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.4375rem;width:14.75rem;top:23.8125rem;left:15.125rem;display:block; }
#ZhCoixM3iJSp8TMET6eH5qNAisHAM8IT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:16.280208587646rem;left:16.250003814698rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#yTJR9LQtscxCCW2muSIetWJTt8eA6a4V { color:#42464d;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:12rem;left:16.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lqq0HSJcg8ozZki5yM5aH79nx2iTcZe2 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5rem;width:14.75rem;top:3.8125rem;left:30.125rem;display:block; }
#iQRgB6nThGwgQUnpFeUGK3U59Z1D7XJb { position:absolute;display:block;z-index:15015;background-color:#42464d;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.4375rem;width:14.75rem;top:23.875rem;left:30.125rem;display:block; }
#GM2LLi92TAGOOWO2URPfgTXR6y8Jk0k4 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.8;letter-spacing:0;top:16.280208587646rem;left:31.25rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#MUFy2vT7w2LpaTaAuIHOy2xP2KtzNx70 { color:#42464d;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:12.0625rem;left:31.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CvHJETKWL9agGDxUe4D8EkJUB0Lhf4yJ { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5rem;width:14.75rem;top:3.8125rem;left:45.125rem;display:block; }
#KQATpuerzcCwUPdTW1pBnbRUSchbnzEG { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:14.75rem;top:23.875rem;left:45.125rem;display:block; }
#femB17Nx3xm5dsJmGpcGXhyCn2JA4TTd { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.8;letter-spacing:0;top:16.280208587646rem;left:46.250007629394rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#uU42HJPMSIyfPLc8elODX7FmWQ9Ioz72 { color:#42464d;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:12.0625rem;left:46.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#loQKKAROmtfagf1llqWhJnxAcBH3oWHK { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:3.5rem;top:6.3125rem;left:20.750001907349rem;overflow:hidden;display:block; }
#n6ERs4GtxbTMQOrmxmvs1sW7vHUlNviT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:5.96875rem;left:50.125007629394rem; }
#JJs7ToTl5HCLdEEJmCzT0OJ8FH5yoshb { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:5.65625rem;left:34.8125rem; }
#n7SmwlL3E7x1UpSU3AbddrpD9poSA72T { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.4375rem;width:4.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:6.125rem;left:20.281251907349rem; }
#byRWECU27a2ebQX90M6ctKCCRdO7RQud { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.4375rem;width:4.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:6.125rem;left:5.8125038146972rem; }
#tRvnBdkHLG2bivyDHATgwGfJJPE2zB9i { position:absolute;display:block;z-index:15010;background-color:#f3da66;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.4375rem;width:14.75rem;top:23.8125rem;left:15.125rem;display:none; }
#I8Dl2oVrHazLt42pTiAvRkUKt79ewQFf { color:#42464d;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:12rem;left:1.25rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn > .row .container { background-color: transparent; background-image: none; }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn > .row .container > .video-iframe-container { display: none; }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn > .row > .video-iframe-container { display: none; }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn > .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); }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn > .row .container { border-width: 0; border-radius: 0; }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn > .row .container { font-size:0.875rem;font-family:arial;height:7.4375rem;width:60rem;position:relative;display:block; }#PwpFF8VLRZzMhDVTKknaLQ9w2E6x1BZ7 { color:rgba(var(--color-primary-2),1);display:block;width:25.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:1.9375rem;left:17.406253814698rem;height:3.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t3TBMqVh9dSsvpuSNT5NPyyxBXAG5gk1 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:6.5rem;top:5.3125rem;left:23.75rem;display:block; }
#C5fdZpU63TBdmPWIVdpbIM9HF8XZKJKN { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:6.5rem;top:5.3125rem;left:29.8125rem;display:block; }
#Bxv1LopBxQZQBgx6vztPPu7nLyDuVWh3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Bxv1LopBxQZQBgx6vztPPu7nLyDuVWh3 > .row .container { background-color: transparent; background-image: none; }#Bxv1LopBxQZQBgx6vztPPu7nLyDuVWh3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bxv1LopBxQZQBgx6vztPPu7nLyDuVWh3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bxv1LopBxQZQBgx6vztPPu7nLyDuVWh3 > .row .container > .video-iframe-container { display: none; }#Bxv1LopBxQZQBgx6vztPPu7nLyDuVWh3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bxv1LopBxQZQBgx6vztPPu7nLyDuVWh3 > .row > .video-iframe-container { display: none; }#Bxv1LopBxQZQBgx6vztPPu7nLyDuVWh3 > .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); }#Bxv1LopBxQZQBgx6vztPPu7nLyDuVWh3 > .row .container { border-width: 0; border-radius: 0; }#Bxv1LopBxQZQBgx6vztPPu7nLyDuVWh3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bxv1LopBxQZQBgx6vztPPu7nLyDuVWh3 > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:60rem;position:relative;display:block; }#XbOhyc2diyZlQ5kghr5nrwELr28qJBoZ { position:absolute;display:block;z-index:15000;background-color:#efefef;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:30.5625rem;width:19.75rem;top:0.0625rem;left:0rem;display:block; }
#A1D91youg15ZQpdu0RmsQD8GWb6xlxht { 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:13.375rem;width:19.5625rem;top:0.0625rem;left:0rem;overflow:hidden;display:block; }
#gDmtQWEWl0ImmCCDre1p6bPJM78x04EZ { color:#42464d;display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:15.187500476837rem;left:1.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h5TbEDILX6lP2OPW5pWWDsTl7RkNTFQV { color:rgba(var(--color-tertiary-4),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:18.436458587646rem;left:0.78125rem;height:9.84375rem;text-align:center;text-align-last:center;display:block; }
#ELuc5x91MOMDTkoZkblFkpmWcLs9gC6F { position:absolute;display:block;z-index:15010;background-color:#efefef;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:30.6875rem;width:19.75rem;top:0.0625rem;left:20.125003814698rem;display:block; }
#KDqE8JvHG4b0n4LdrEg1eQyTgolpDTvy { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:18.436458587646rem;left:21.718753814698rem;height:9.84375rem;text-align:center;text-align-last:center;display:block; }
#h9iHs4wTEuMes0oV0M9w7yei7yTAy553 { color:#42464d;display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:15.187500476837rem;left:22.000003814698rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xHOv8T7UsNMb3VVDkfI8h2R6whVo7md9 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:19.5625rem;top:0.0625rem;left:20.125rem;overflow:hidden;display:block; }
#sN37CBrCfrKcvgdrt45I6VBxLh7rKlFa { position:absolute;display:block;z-index:15020;background-color:#efefef;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:30.25rem;width:19.75rem;top:0.0625rem;left:40.250007629394rem;display:block; }
#NklXwOrGhLf7TEbKIi8xPwP6TKzfJDpy { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:18.436458587646rem;left:42.218757629394rem;height:9.84375rem;text-align:center;text-align-last:center;display:block; }
#LOAEkHksi58Dx8XOUGWE00Tr83fRNuqe { color:#42464d;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:15.187492370606rem;left:42.125007629394rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JW06SJE92B0eRNVdu6hywhfnIfHMGWLX { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:19.5625rem;top:0.0625rem;left:40.25rem;overflow:hidden;display:block; }
#GQgspQQ4R8N3npsNqtQGfZm0ofRgCxKR { color:rgba(var(--color-tertiary-4),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:18.436458587646rem;left:0.78125rem;height:9.84375rem;text-align:center;text-align-last:center;display:none; }
#TUrg8CAAeRf1uaTOh5XIklDp6bfzzE8G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/pNVvFUSE/sekcja7_bg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TUrg8CAAeRf1uaTOh5XIklDp6bfzzE8G.adaptive-delivery-prevent-bg, #TUrg8CAAeRf1uaTOh5XIklDp6bfzzE8G.lazyload, #TUrg8CAAeRf1uaTOh5XIklDp6bfzzE8G.lazyloading { background-image: none; }#TUrg8CAAeRf1uaTOh5XIklDp6bfzzE8G > .row .container { background-color: transparent; background-image: none; }#TUrg8CAAeRf1uaTOh5XIklDp6bfzzE8G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUrg8CAAeRf1uaTOh5XIklDp6bfzzE8G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUrg8CAAeRf1uaTOh5XIklDp6bfzzE8G > .row .container > .video-iframe-container { display: none; }#TUrg8CAAeRf1uaTOh5XIklDp6bfzzE8G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUrg8CAAeRf1uaTOh5XIklDp6bfzzE8G > .row > .video-iframe-container { display: none; }#TUrg8CAAeRf1uaTOh5XIklDp6bfzzE8G > .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); }#TUrg8CAAeRf1uaTOh5XIklDp6bfzzE8G > .row .container { border-width: 0; border-radius: 0; }#TUrg8CAAeRf1uaTOh5XIklDp6bfzzE8G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TUrg8CAAeRf1uaTOh5XIklDp6bfzzE8G > .row .container { font-size:0.875rem;font-family:arial;height:31.125rem;width:60rem;position:relative;display:block; }#KfNDvkvBibaC141QmTXZBb3svFxMRDmV { color:rgba(var(--color-primary-0),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:6.4375rem;left:37.875rem;height:21.11875rem;text-align:left;text-align-last:left;display:block; }#KfNDvkvBibaC141QmTXZBb3svFxMRDmV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KfNDvkvBibaC141QmTXZBb3svFxMRDmV li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/7v9W0ecB/arrows_white.png); }
#UF5w0IMiGMEOmRBhgUk5TEfwh99u9zkp { color:rgba(var(--color-primary-0),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:2.625rem;left:37.875rem;height:2.84375rem;font-style:normal;display:block; }
#kd14dsRMOis1NLib4bcXz4U7XnyHy4bz { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:19.6875rem;top:16rem;left:17.75rem;overflow:hidden;display:block; }
#rfFkrRJ1XfpU8o47nAhg1Tio8NG5a2vw { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:19.5625rem;top:1.3125rem;left:17.8125rem;overflow:hidden;display:block; }
#UyxHs3lFyDiXMFN4etDLXGNQv6p1BgPZ { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:19.5625rem;top:1.3125rem;left:0rem;overflow:hidden;display:block; }
#P7BvCHrIVPMmggXcn0kWM5s1LEAvuRfX { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:19.5625rem;top:16rem;left:0rem;overflow:hidden;display:block; }
#aVDq9Nm7EBlSofmFNGSW9HeyNwmtOknU { box-sizing:content-box;height:30.875rem;width:60rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#xZ9d7XGivnepvRrInp0B3gQVhrTETnkN { color:rgba(var(--color-primary-0),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:6.4375rem;left:37.875rem;height:21.11875rem;text-align:left;text-align-last:left;display:none; }#xZ9d7XGivnepvRrInp0B3gQVhrTETnkN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xZ9d7XGivnepvRrInp0B3gQVhrTETnkN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/7v9W0ecB/arrows_white.png); }
#A3oashpPdMclfmsrfR88E396gmqTcJHB { color:#42464d;display:block;width:42.75rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.2458324432373rem;left:15.812503814698rem;height:15.6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn { position:relative;display:block; }#uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn { background-color: transparent; background-image: none; }#uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn > .row .container > .video-iframe-container { display: none; }#uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn > .row > .video-iframe-container { display: none; }#uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn > .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); }#uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn { border-width: 0; border-radius: 0; }#uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn > .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; }#uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.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; }#HQxfi3bnwIufdixsGS8RspNW6ETOiGD6 { color:#42464d;display:block;width:42.75rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.2458324432373rem;left:15.812503814698rem;height:15.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AmKqG0Ky0el0zoMmX9H8ioaXQgii92Oy { 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:13.125rem;width:13.125rem;top:2.484375rem;left:1.875rem;overflow:hidden;display:block; }
#WS7TikguoAnZ3utwmDfL42ZIuea1cS1v { color:#42464d;display:block;width:42.75rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.2458324432373rem;left:15.812503814698rem;height:15.6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze { display:block; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zuBz5xE324uw5D4uMVC7TxlqSsJTxvzu { width:13.125rem;height:13.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiagSFz6VrK3Nl2ctGRL6MZePlNN6xCc { width:6.125rem;height:0.3125rem;top:19.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqG3K3a0J3U9Dz7D5p0Xfy6hTsVgTeLT { width:39.1875rem;height:6.75rem;top:11.125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xu66TqeSBTTygTLlvv0KVtGkBwwX2dMT { width:22.125rem;height:10.3125rem;top:25.625rem;left:0rem;font-size:1.5625rem;display:block; }#Xu66TqeSBTTygTLlvv0KVtGkBwwX2dMT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/V7ujejeV/arrows.png); }
 }@media only screen and (max-width: 763px) { #s9i3O6CTJdrs7VNlc0cP2y6Lu5n31E2S { width:39.1875rem;height:2.625rem;top:21.3125rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1ZJtvWwvTEP8mWOuLR80KHrvlAohqJn { display:none; }
 }@media only screen and (max-width: 763px) { #LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR { display:block; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3XDumlBDCmPyGHmqcT71TnIkv9zGnsC { top:4.875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXy8ilbFFWv0o1AePk8M1yPnMVv9LLNo { top:1.3125rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyzvAMtrsAE65CxsbomhRdthPQqxoso9 { top:4.125rem;left:0rem;width:20rem;height:5.5625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #geC5BHuqL3MgThwmCqsPcuvznACpJT3D { display:block; }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r36qpUr5fTccKCAC5uWah5lNGa8I01HK { width:12.5rem;height:2.0625rem;top:1.5625rem;left:20.562503814698rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbETkFI8a53kD3RzkpIeTdtr2PMqd6tp { width:6.5rem;height:0.3125rem;top:3.625rem;left:20.562503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZDItQTOVTm86QJUhVMqNGdNaixZ4swe { width:12.5rem;height:0;top:20.8125rem;left:31.236110687256rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzZ5XEEFqixySMVdrZlx45RnkrlJXtd0 { width:12.5rem;height:0;top:23.875rem;left:28.110027313233rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPLx9gQHdRVIzoCQo6qs6v766V1rGZoT { width:33.1875rem;height:22.1875rem;top:6.125rem;left:14.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpDNOhCafaWCDCVlr5dy0xWW6TtsntVi { width:20rem;height:32.5rem;top:5.625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xi4Ixb18MieunvgHAz1L5Z5tcWOApS36 { display:block; }#xi4Ixb18MieunvgHAz1L5Z5tcWOApS36 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mF9iRN8IR7qv22ETKVVAgXtJwMou4EN9 { width:14.75rem;height:20.5rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcKw7Mgrd2mKecRMhIBNypteT1mDtlnI { width:12.5rem;height:3.25rem;top:12rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZ85OqMcV6dDpsDsWkLA19yNo0PiFdQL { width:12.5rem;height:3.375rem;top:16.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEPbTbPT2bkBepGl0A3JFylTTH1C3Brq { width:14.75rem;height:0.4375rem;top:23.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #woEckZHITFTh50rf4iE5XcR4TCDGCNuq { width:14.75rem;height:20.5rem;top:3.75rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTtQDpXZIdF6ekq8UEQNCNdc62aEim75 { width:14.75rem;height:0.4375rem;top:23.8125rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhCoixM3iJSp8TMET6eH5qNAisHAM8IT { width:12.5rem;height:3.375rem;top:16.25rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTJR9LQtscxCCW2muSIetWJTt8eA6a4V { width:12.5rem;height:1.625rem;top:12rem;left:11.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqq0HSJcg8ozZki5yM5aH79nx2iTcZe2 { width:14.75rem;height:20.5rem;top:3.8125rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQRgB6nThGwgQUnpFeUGK3U59Z1D7XJb { width:14.75rem;height:0.4375rem;top:23.875rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GM2LLi92TAGOOWO2URPfgTXR6y8Jk0k4 { width:12.5rem;height:3.375rem;top:16.25rem;left:23.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUFy2vT7w2LpaTaAuIHOy2xP2KtzNx70 { width:12.5rem;height:1.625rem;top:12.0625rem;left:23.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvHJETKWL9agGDxUe4D8EkJUB0Lhf4yJ { width:14.75rem;height:20.5rem;top:3.8125rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQATpuerzcCwUPdTW1pBnbRUSchbnzEG { width:14.75rem;height:0.4375rem;top:23.875rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #femB17Nx3xm5dsJmGpcGXhyCn2JA4TTd { width:12.5rem;height:3.375rem;top:16.25rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uU42HJPMSIyfPLc8elODX7FmWQ9Ioz72 { width:12.5rem;height:1.625rem;top:12.0625rem;left:35.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #loQKKAROmtfagf1llqWhJnxAcBH3oWHK { width:3.5rem;height:4.0625rem;top:6.3125rem;left:16.156251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6ERs4GtxbTMQOrmxmvs1sW7vHUlNviT { top:5.9375rem;left:39.406257629394rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJs7ToTl5HCLdEEJmCzT0OJ8FH5yoshb { top:5.625rem;left:27.15625rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7SmwlL3E7x1UpSU3AbddrpD9poSA72T { top:6.125rem;left:15.687501907349rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #byRWECU27a2ebQX90M6ctKCCRdO7RQud { top:6.125rem;left:4.2812538146972rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRvnBdkHLG2bivyDHATgwGfJJPE2zB9i { width:14.75rem;height:0.4375rem;top:23.8125rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #I8Dl2oVrHazLt42pTiAvRkUKt79ewQFf { width:12.5rem;height:2.5625rem;top:9.0625rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn { display:block; }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PwpFF8VLRZzMhDVTKknaLQ9w2E6x1BZ7 { width:25.1875rem;height:3.5625rem;top:1.9375rem;left:11.281253814698rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3TBMqVh9dSsvpuSNT5NPyyxBXAG5gk1 { width:6.5rem;height:0.3125rem;top:5.3125rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5fdZpU63TBdmPWIVdpbIM9HF8XZKJKN { width:6.5rem;height:0.3125rem;top:5.3125rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bxv1LopBxQZQBgx6vztPPu7nLyDuVWh3 { display:block; }#Bxv1LopBxQZQBgx6vztPPu7nLyDuVWh3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XbOhyc2diyZlQ5kghr5nrwELr28qJBoZ { width:19.75rem;height:30.5625rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1D91youg15ZQpdu0RmsQD8GWb6xlxht { width:19.5625rem;height:13.375rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDmtQWEWl0ImmCCDre1p6bPJM78x04EZ { width:14.875rem;height:1.625rem;top:15.1875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5TbEDILX6lP2OPW5pWWDsTl7RkNTFQV { width:18.4375rem;height:9.8125rem;top:18.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELuc5x91MOMDTkoZkblFkpmWcLs9gC6F { width:19.75rem;height:30.6875rem;top:0.0625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDqE8JvHG4b0n4LdrEg1eQyTgolpDTvy { width:16.5625rem;height:9.8125rem;top:18.375rem;left:15.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9iHs4wTEuMes0oV0M9w7yei7yTAy553 { width:14.8125rem;height:1.625rem;top:15.1875rem;left:15.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHOv8T7UsNMb3VVDkfI8h2R6whVo7md9 { width:19.5625rem;height:13.375rem;top:0.0625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #sN37CBrCfrKcvgdrt45I6VBxLh7rKlFa { width:19.75rem;height:30.25rem;top:0.0625rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NklXwOrGhLf7TEbKIi8xPwP6TKzfJDpy { width:16.5625rem;height:9.8125rem;top:18.375rem;left:31.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOAEkHksi58Dx8XOUGWE00Tr83fRNuqe { width:16.75rem;height:1.625rem;top:15.125rem;left:31rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW06SJE92B0eRNVdu6hywhfnIfHMGWLX { width:19.5625rem;height:13.375rem;top:0.0625rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQgspQQ4R8N3npsNqtQGfZm0ofRgCxKR { width:20rem;height:7.5rem;top:20.375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TUrg8CAAeRf1uaTOh5XIklDp6bfzzE8G { display:block; }#TUrg8CAAeRf1uaTOh5XIklDp6bfzzE8G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KfNDvkvBibaC141QmTXZBb3svFxMRDmV { width:21.125rem;height:21.125rem;top:6.4375rem;left:26.125rem;font-size:1.0625rem;display:block; }#KfNDvkvBibaC141QmTXZBb3svFxMRDmV li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/7v9W0ecB/arrows_white.png); }
 }@media only screen and (max-width: 763px) { #UF5w0IMiGMEOmRBhgUk5TEfwh99u9zkp { width:16.375rem;height:2.8125rem;top:2.625rem;left:31.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kd14dsRMOis1NLib4bcXz4U7XnyHy4bz { top:16rem;left:11.625rem;width:19.6875rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfFkrRJ1XfpU8o47nAhg1Tio8NG5a2vw { top:1.3125rem;left:11.6875rem;width:19.5625rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyxHs3lFyDiXMFN4etDLXGNQv6p1BgPZ { top:1.3125rem;left:0rem;width:19.5625rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7BvCHrIVPMmggXcn0kWM5s1LEAvuRfX { top:16rem;left:0rem;width:19.5625rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVDq9Nm7EBlSofmFNGSW9HeyNwmtOknU { top:0rem;left:0rem;width:47.75rem;height:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZ9d7XGivnepvRrInp0B3gQVhrTETnkN { width:20rem;height:;top:2.125rem;left:0rem;font-size:1.0625rem;display:none; }#xZ9d7XGivnepvRrInp0B3gQVhrTETnkN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/7v9W0ecB/arrows_white.png); }
 }@media only screen and (max-width: 763px) { #A3oashpPdMclfmsrfR88E396gmqTcJHB { width:20rem;height:8.4375rem;top:89.875rem;left:0rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn { display:block; }#uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HQxfi3bnwIufdixsGS8RspNW6ETOiGD6 { width:42.75rem;height:15.5625rem;top:1.1875rem;left:5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmKqG0Ky0el0zoMmX9H8ioaXQgii92Oy { width:13.125rem;height:13.125rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WS7TikguoAnZ3utwmDfL42ZIuea1cS1v { width:20rem;height:25.9375rem;top:20.625rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze { background-color:transparent;background-image:url("https://images.assets-landingi.com/JVcceI0f/bg_mobile5.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze.adaptive-delivery-prevent-bg, #xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze.lazyload, #xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze.lazyloading { background-image: none; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container { background-color: transparent; background-image: none; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container > .video-iframe-container { display: none; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row > .video-iframe-container { display: none; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .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); }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container { width:20rem;height:34.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zuBz5xE324uw5D4uMVC7TxlqSsJTxvzu { width:15.5rem;height:15.5rem;top:0rem;left:2.2500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiagSFz6VrK3Nl2ctGRL6MZePlNN6xCc { width:6.125rem;height:0.3125rem;top:8.9375rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZqG3K3a0J3U9Dz7D5p0Xfy6hTsVgTeLT { width:20rem;height:3.625rem;top:13.687500953674rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;color:#740404;display:block; }
 }@media only screen and (max-width: 763px) { #Xu66TqeSBTTygTLlvv0KVtGkBwwX2dMT { width:20rem;height:auto;top:25.625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5625rem;line-height:2.4;display:none; }#Xu66TqeSBTTygTLlvv0KVtGkBwwX2dMT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/V7ujejeV/arrows.png); }
 }@media only screen and (max-width: 763px) { #s9i3O6CTJdrs7VNlc0cP2y6Lu5n31E2S { width:20rem;height:4rem;top:29.906251907349rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:rgba(var(--color-secondary-2),1);z-index:15006;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #A1ZJtvWwvTEP8mWOuLR80KHrvlAohqJn { top:29.250001907349rem;left:0rem;width:20rem;height:5.3125rem;z-index:15005;background-color:rgba(var(--color-primary-2),0.68);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR { background-color:rgba(var(--color-primary-0),1);background-image:none;display:block; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container { background-color: transparent; background-image: none; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container > .video-iframe-container { display: none; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row > .video-iframe-container { display: none; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .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); }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container { width:20rem;height:9.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3XDumlBDCmPyGHmqcT71TnIkv9zGnsC { width:20rem;height:0;top:4.36875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QXy8ilbFFWv0o1AePk8M1yPnMVv9LLNo { width:20rem;height:1.86875rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #pyzvAMtrsAE65CxsbomhRdthPQqxoso9 { width:20rem;height:3.4125rem;top:3.8687529563904rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #geC5BHuqL3MgThwmCqsPcuvznACpJT3D { background-color:#d6d4d4;background-image:none;display:block; }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .row .container { background-color: transparent; background-image: none; }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .row .container > .video-iframe-container { display: none; }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .row > .video-iframe-container { display: none; }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .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); }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r36qpUr5fTccKCAC5uWah5lNGa8I01HK { width:12.5rem;height:2.84375rem;top:1.25rem;left:3.75rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbETkFI8a53kD3RzkpIeTdtr2PMqd6tp { width:3.875rem;height:0.3125rem;top:4.36875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZDItQTOVTm86QJUhVMqNGdNaixZ4swe { width:12.5rem;height:0;top:31.0875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzZ5XEEFqixySMVdrZlx45RnkrlJXtd0 { width:12.5rem;height:0;top:32.3375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPLx9gQHdRVIzoCQo6qs6v766V1rGZoT { width:20rem;height:0;top:5.93125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PpDNOhCafaWCDCVlr5dy0xWW6TtsntVi { width:20rem;height:32.5125rem;top:5.654167175293rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15006;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #xi4Ixb18MieunvgHAz1L5Z5tcWOApS36 { display:block; }#xi4Ixb18MieunvgHAz1L5Z5tcWOApS36 > .row .container { width:20rem;height:82.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mF9iRN8IR7qv22ETKVVAgXtJwMou4EN9 { width:14.75rem;height:17rem;top:1.25rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcKw7Mgrd2mKecRMhIBNypteT1mDtlnI { width:12.5rem;height:0;top:9.5rem;left:3.875rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rZ85OqMcV6dDpsDsWkLA19yNo0PiFdQL { width:12.5rem;height:3.6rem;top:13.780208587646rem;left:3.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEPbTbPT2bkBepGl0A3JFylTTH1C3Brq { width:14.75rem;height:0.4375rem;top:18.25rem;left:2.6250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #woEckZHITFTh50rf4iE5XcR4TCDGCNuq { width:14.75rem;height:15.8125rem;top:21.75rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTtQDpXZIdF6ekq8UEQNCNdc62aEim75 { width:14.75rem;height:0.4375rem;top:24.6875rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZhCoixM3iJSp8TMET6eH5qNAisHAM8IT { width:12.5rem;height:3.6rem;top:30.967708587646rem;left:3.7500001192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTJR9LQtscxCCW2muSIetWJTt8eA6a4V { width:12.5rem;height:2.03125rem;top:28.9375rem;left:3.7500001192093rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqq0HSJcg8ozZki5yM5aH79nx2iTcZe2 { width:14.75rem;height:17.1875rem;top:43.375003814698rem;left:2.6250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQRgB6nThGwgQUnpFeUGK3U59Z1D7XJb { width:14.75rem;height:0.4375rem;top:60.562501907349rem;left:2.6250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #GM2LLi92TAGOOWO2URPfgTXR6y8Jk0k4 { width:12.5rem;height:3.6rem;top:53.125rem;left:3.7500001192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUFy2vT7w2LpaTaAuIHOy2xP2KtzNx70 { width:12.5rem;height:2.03125rem;top:50.5rem;left:3.875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvHJETKWL9agGDxUe4D8EkJUB0Lhf4yJ { width:14.75rem;height:17rem;top:62.75rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQATpuerzcCwUPdTW1pBnbRUSchbnzEG { width:14.75rem;height:0.4375rem;top:79.379169464112rem;left:2.6250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #femB17Nx3xm5dsJmGpcGXhyCn2JA4TTd { width:12.5rem;height:3.6rem;top:74.5625038147rem;left:3.7500001192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uU42HJPMSIyfPLc8elODX7FmWQ9Ioz72 { width:12.5rem;height:2.03125rem;top:70.600002288819rem;left:3.7500001192093rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #loQKKAROmtfagf1llqWhJnxAcBH3oWHK { width:3.5rem;height:4.0625rem;top:28.9375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6ERs4GtxbTMQOrmxmvs1sW7vHUlNviT { display:flex;width:4.4375rem;height:4.4375rem;top:64.75000190735rem;left:7.7812505960462rem; }
 }@media only screen and (max-width: 763px) { #JJs7ToTl5HCLdEEJmCzT0OJ8FH5yoshb { display:flex;width:5.375rem;height:5.375rem;top:44.125rem;left:7.3125rem; }
 }@media only screen and (max-width: 763px) { #n7SmwlL3E7x1UpSU3AbddrpD9poSA72T { display:flex;width:4.4375rem;height:4.4375rem;top:23.687501907349rem;left:7.7812505960462rem; }
 }@media only screen and (max-width: 763px) { #byRWECU27a2ebQX90M6ctKCCRdO7RQud { display:flex;width:4.4375rem;height:4.4375rem;top:3.7500114440918rem;left:7.7812505960462rem; }
 }@media only screen and (max-width: 763px) { #tRvnBdkHLG2bivyDHATgwGfJJPE2zB9i { width:14.75rem;height:0.4375rem;top:37.562503814698rem;left:2.6250001192093rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #I8Dl2oVrHazLt42pTiAvRkUKt79ewQFf { width:12.5rem;height:4.0625rem;top:9.10000038147rem;left:3.7500001192093rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn { display:block; }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PwpFF8VLRZzMhDVTKknaLQ9w2E6x1BZ7 { width:16.3125rem;height:3.09375rem;top:1.5625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3TBMqVh9dSsvpuSNT5NPyyxBXAG5gk1 { width:6.5rem;height:0.3125rem;top:4.5625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5fdZpU63TBdmPWIVdpbIM9HF8XZKJKN { width:6.5rem;height:0.3125rem;top:4.5625rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bxv1LopBxQZQBgx6vztPPu7nLyDuVWh3 { display:block; }#Bxv1LopBxQZQBgx6vztPPu7nLyDuVWh3 > .row .container { width:20rem;height:87.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XbOhyc2diyZlQ5kghr5nrwELr28qJBoZ { width:19.75rem;height:28.3125rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1D91youg15ZQpdu0RmsQD8GWb6xlxht { width:19.5625rem;height:13.375rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDmtQWEWl0ImmCCDre1p6bPJM78x04EZ { width:17.375rem;height:2.1125rem;top:16.750001907349rem;left:1.3125001192093rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5TbEDILX6lP2OPW5pWWDsTl7RkNTFQV { width:20rem;height:0;top:19.561460494995rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ELuc5x91MOMDTkoZkblFkpmWcLs9gC6F { width:19.75rem;height:24rem;top:34.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDqE8JvHG4b0n4LdrEg1eQyTgolpDTvy { width:20rem;height:7.5rem;top:49.123962402344rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9iHs4wTEuMes0oV0M9w7yei7yTAy553 { width:20rem;height:2.1125rem;top:45.875001907349rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHOv8T7UsNMb3VVDkfI8h2R6whVo7md9 { width:19.5625rem;height:13.375rem;top:29.562494277954rem;left:0.43645834922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #sN37CBrCfrKcvgdrt45I6VBxLh7rKlFa { width:19.75rem;height:19.875rem;top:67.25rem;left:0.125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #NklXwOrGhLf7TEbKIi8xPwP6TKzfJDpy { width:20rem;height:7.5rem;top:77.811464309694rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOAEkHksi58Dx8XOUGWE00Tr83fRNuqe { width:20rem;height:2.1125rem;top:74.186460494994rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW06SJE92B0eRNVdu6hywhfnIfHMGWLX { width:19.5625rem;height:13.375rem;top:58.250011444092rem;left:0.43645834922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQgspQQ4R8N3npsNqtQGfZm0ofRgCxKR { width:20rem;height:7.5rem;top:20.436460494995rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #TUrg8CAAeRf1uaTOh5XIklDp6bfzzE8G { background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }#TUrg8CAAeRf1uaTOh5XIklDp6bfzzE8G > .row .container { background-color: transparent; background-image: none; }#TUrg8CAAeRf1uaTOh5XIklDp6bfzzE8G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUrg8CAAeRf1uaTOh5XIklDp6bfzzE8G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUrg8CAAeRf1uaTOh5XIklDp6bfzzE8G > .row .container > .video-iframe-container { display: none; }#TUrg8CAAeRf1uaTOh5XIklDp6bfzzE8G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUrg8CAAeRf1uaTOh5XIklDp6bfzzE8G > .row > .video-iframe-container { display: none; }#TUrg8CAAeRf1uaTOh5XIklDp6bfzzE8G > .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); }#TUrg8CAAeRf1uaTOh5XIklDp6bfzzE8G > .row .container { width:20rem;height:102.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KfNDvkvBibaC141QmTXZBb3svFxMRDmV { width:20rem;height:0;top:69.625029563906rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:2.5;color:rgba(var(--color-secondary-2),1);font-family:arial;display:none; }#KfNDvkvBibaC141QmTXZBb3svFxMRDmV li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/7v9W0ecB/arrows_white.png); }
 }@media only screen and (max-width: 763px) { #UF5w0IMiGMEOmRBhgUk5TEfwh99u9zkp { width:12.5rem;height:1.3rem;top:36.75rem;left:7.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kd14dsRMOis1NLib4bcXz4U7XnyHy4bz { width:20rem;height:13.5625rem;top:72.500007629394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfFkrRJ1XfpU8o47nAhg1Tio8NG5a2vw { width:20rem;height:13.625rem;top:58.875003814698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyxHs3lFyDiXMFN4etDLXGNQv6p1BgPZ { width:20rem;height:13.625rem;top:31.625021219254rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7BvCHrIVPMmggXcn0kWM5s1LEAvuRfX { width:20rem;height:13.625rem;top:45.249998092651rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVDq9Nm7EBlSofmFNGSW9HeyNwmtOknU { width:20rem;height:30.875rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xZ9d7XGivnepvRrInp0B3gQVhrTETnkN { width:20rem;height:28.875rem;top:2.1854009628296rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:2;color:rgba(var(--color-primary-0),1);font-family:arial;z-index:15023;display:block; }#xZ9d7XGivnepvRrInp0B3gQVhrTETnkN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/7v9W0ecB/arrows_white.png); }
 }@media only screen and (max-width: 763px) { #A3oashpPdMclfmsrfR88E396gmqTcJHB { width:20rem;height:10.075rem;top:88.650005340575rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;z-index:15002;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn { display:block; }#uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn > .row .container { width:20rem;height:57.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HQxfi3bnwIufdixsGS8RspNW6ETOiGD6 { width:20rem;height:0;top:17.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AmKqG0Ky0el0zoMmX9H8ioaXQgii92Oy { width:20rem;height:20rem;top:30.125002861023rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WS7TikguoAnZ3utwmDfL42ZIuea1cS1v { width:20rem;height:25.9875rem;top:3.3114649057388rem;left:0rem;text-align:left;text-align-last:left;font-size:1.3125rem;z-index:15001;line-height:1.8;font-weight:400;font-style:normal;display:block; }
 }