.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:222,218,224;--color-primary-1:145,131,151;--color-primary-2:35,7,46;--color-primary-3:18,4,23;--color-primary-4:5,1,7;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Cinzel";--paragraphs-font-family:"Comfortaa"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#23072e;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#eAstKXS1qaKz9pRV8LCtPTnbULTJx4i6 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9d03c903-9578-4c5c-8469-a328c925991b/ppppp.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#eAstKXS1qaKz9pRV8LCtPTnbULTJx4i6.adaptive-delivery-prevent-bg, #eAstKXS1qaKz9pRV8LCtPTnbULTJx4i6.lazyload, #eAstKXS1qaKz9pRV8LCtPTnbULTJx4i6.lazyloading { background-image: none; }#eAstKXS1qaKz9pRV8LCtPTnbULTJx4i6 > .row .container { background-color: transparent; background-image: none; }#eAstKXS1qaKz9pRV8LCtPTnbULTJx4i6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(253,246,236,0.76); }#eAstKXS1qaKz9pRV8LCtPTnbULTJx4i6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAstKXS1qaKz9pRV8LCtPTnbULTJx4i6 > .row .container > .video-iframe-container { display: none; }#eAstKXS1qaKz9pRV8LCtPTnbULTJx4i6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(253,246,236,0.76); }#eAstKXS1qaKz9pRV8LCtPTnbULTJx4i6 > .row > .video-iframe-container { display: none; }#eAstKXS1qaKz9pRV8LCtPTnbULTJx4i6 > .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); }#eAstKXS1qaKz9pRV8LCtPTnbULTJx4i6 > .row .container { border-width: 0; border-radius: 0; }#eAstKXS1qaKz9pRV8LCtPTnbULTJx4i6::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#eAstKXS1qaKz9pRV8LCtPTnbULTJx4i6 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#eAstKXS1qaKz9pRV8LCtPTnbULTJx4i6 > .row .container { font-size:0.875rem;font-family:arial;height:30.875rem;width:75rem;overflow:visible;position:relative;display:block; }#zQ7O9exgL0DuAoD8q1U8kCU5uZkSUsek { color:#ffb033;display:block;width:52.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15000;line-height:1.2;letter-spacing:0;top:1.8125rem;left:11.46875rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#TkUEy5MTTiFoJ4abkrTSLeTWa9uQpS4z { color:#000000;display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.7;letter-spacing:0;top:9.875rem;left:14.0625rem;height:3.82421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rUNr8bEZR23cgx1I1LKw3EvklASFGCqn { background-color:transparent;background-image: -webkit-linear-gradient(16deg, #ffb033, #ffd080);background-image: -moz-linear-gradient(16deg, #ffb033, #ffd080);background-image: -ms-linear-gradient(16deg, #ffb033, #ffd080);background-image: -o-linear-gradient(16deg, #ffb033, #ffd080);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb033', endColorstr='#ffd080' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb033', endColorstr='#ffd080' );";background-image: linear-gradient(16deg, #ffb033, #ffd080);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.4375rem;height:5rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:24.375rem;left:23.28125rem;display:block; }
#gxm8nSORtOPn1nL6n9rdt8xqGgT7y2yT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F4Du4dA5RoSfmfTbFGCaONRsfzyPXBGo { color:rgba(0,0,0,0.6);display:block;width:46.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:14.875rem;left:14.4375rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#vOlCOKsfsTchg1CTb871cNDnBU1E8al9 { color:#ffb033;display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:17.1875rem;left:30rem;height:4.7124rem;text-align:center;text-align-last:center;display:block; }
#VmrG8i8SRsUL2bkJlEG8GOkRbpNvXJDX { color:#000000;display:block;width:46.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:21.875rem;left:14.5rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#S9ye3TFMmScMATXQTrHFR6JiABTfGITM { position:absolute;display:block;z-index:15019;height:2.5rem;width:8.875rem;top:0rem;left:66.013613861387rem;display:block; }
#ZVlke4xr8cKZkTIoh8E89F2dacSyrpMp { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ZVlke4xr8cKZkTIoh8E89F2dacSyrpMp > .row .container { background-color: transparent; background-image: none; }#ZVlke4xr8cKZkTIoh8E89F2dacSyrpMp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVlke4xr8cKZkTIoh8E89F2dacSyrpMp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVlke4xr8cKZkTIoh8E89F2dacSyrpMp > .row .container > .video-iframe-container { display: none; }#ZVlke4xr8cKZkTIoh8E89F2dacSyrpMp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVlke4xr8cKZkTIoh8E89F2dacSyrpMp > .row > .video-iframe-container { display: none; }#ZVlke4xr8cKZkTIoh8E89F2dacSyrpMp > .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); }#ZVlke4xr8cKZkTIoh8E89F2dacSyrpMp > .row .container { border-width: 0; border-radius: 0; }#ZVlke4xr8cKZkTIoh8E89F2dacSyrpMp > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ZVlke4xr8cKZkTIoh8E89F2dacSyrpMp > .row .container { font-size:0.875rem;font-family:arial;height:15.5rem;width:75rem;overflow:visible;position:relative;display:block; }#htuhR7ebM2K1gffGDqiUay8EUFzkgZHm { color:#000000;display:block;width:33rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:10.28857421875rem;left:21rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#hfvAkOB6hv1QridiPs05m3B4VkOZS9VK { color:#ffffff;display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.7;letter-spacing:0;top:9.875rem;left:14.0625rem;height:3.82421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#ESl7GNxysEZAqw7VE7AP1sqzNoII7yWG { position:absolute;display:block;z-index:15018;height:6.4375rem;width:22.5rem;top:1.4375rem;left:26.25rem;display:block; }
#DmkF3yyqCuNgTKBcTysseyZePvhtMMMn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d631ca12-cb76-48c9-8190-1cb2ee33aa9e/Projektbeznazwy24.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#DmkF3yyqCuNgTKBcTysseyZePvhtMMMn.adaptive-delivery-prevent-bg, #DmkF3yyqCuNgTKBcTysseyZePvhtMMMn.lazyload, #DmkF3yyqCuNgTKBcTysseyZePvhtMMMn.lazyloading { background-image: none; }#DmkF3yyqCuNgTKBcTysseyZePvhtMMMn > .row .container { border-width: 0; border-radius: 0; }#DmkF3yyqCuNgTKBcTysseyZePvhtMMMn::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; }#DmkF3yyqCuNgTKBcTysseyZePvhtMMMn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DmkF3yyqCuNgTKBcTysseyZePvhtMMMn > .row .container { font-size:0.875rem;font-family:arial;height:32.75rem;width:75rem;overflow:visible;position:relative;display:none; }#iT2yUSKncgwD7Z8ZQav4TfckiVS823Fw { box-sizing:content-box;height:8.375rem;width:30.875rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #ffb033;border-left:0.0625rem solid #ffb033;border-right:0.0625rem solid #ffb033;border-bottom:0.0625rem solid #ffb033;top:8.4375rem;left:2rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#ETMshazpT2CO1IFWoqymrz4JIS3O54WL { box-sizing:content-box;height:8.6875rem;width:30.875rem;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #ffb033;border-left:0.0625rem solid #ffb033;border-right:0.0625rem solid #ffb033;border-bottom:0.0625rem solid #ffb033;top:8.4375rem;left:42.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#xZHyzUNFNM1VSmLaEEI4kB7gxofRkqCB { color:#ffb033;display:block;width:49.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:3.4375rem;left:12.78125rem;height:2.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dmfKeMvBUlxLx6vBr2SHKvVM5OhoZSOn { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:29.375rem;top:9.375rem;left:2.8125rem;overflow:hidden;display:block; }
#Hsh3PhQPTSwcGE0Oh70XqioKzWNtPgh8 { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top: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.5rem;width:29.5rem;top:18.875rem;left:2.75rem;overflow:hidden;display:block; }
#WTwulygJQHCciHtQiPwuTGr49KiTOlG9 { box-sizing:content-box;height:9.75rem;width:30.875rem;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #ffb033;border-left:0.0625rem solid #ffb033;border-right:0.0625rem solid #ffb033;border-bottom:0.0625rem solid #ffb033;top:18.1875rem;left:42.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#oE2B4w8IUIHO1LE3678k37z9aQ2QH8ny { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8125rem;width:29rem;top:18.6875rem;left:42.9375rem;overflow:hidden;display:block; }
#dTrec1EQMUDM9ADOqdLZuLp2K604B2dD { box-sizing:content-box;height:9.875rem;width:30.875rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #ffb033;border-left:0.0625rem solid #ffb033;border-right:0.0625rem solid #ffb033;border-bottom:0.0625rem solid #ffb033;top:18.1875rem;left:2.0625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#cp97My7bUPLqDQgn8WFTGWZDHNUv2V6h { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:29.375rem;top:9.5rem;left:42.9375rem;overflow:hidden;display:block; }
#CfTpozyINgSRqJFsxkAgomSskBSMU5Zd { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top: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:7rem;width:6.25rem;top:6.2373046875rem;left:0.5625rem;overflow:hidden;display:block; }
#wtgr7tJTDTsrdSp4bIiZQuM1T2LduFni { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:6.1875rem;top:22.615234375rem;left:68.25rem;overflow:hidden;display:block; }
#hEzNw4xoIPuNZePQrJ4iB9TH8oi3UzFK { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d631ca12-cb76-48c9-8190-1cb2ee33aa9e/Projektbeznazwy24.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hEzNw4xoIPuNZePQrJ4iB9TH8oi3UzFK.adaptive-delivery-prevent-bg, #hEzNw4xoIPuNZePQrJ4iB9TH8oi3UzFK.lazyload, #hEzNw4xoIPuNZePQrJ4iB9TH8oi3UzFK.lazyloading { background-image: none; }#hEzNw4xoIPuNZePQrJ4iB9TH8oi3UzFK > .row .container { background-color: transparent; background-image: none; }#hEzNw4xoIPuNZePQrJ4iB9TH8oi3UzFK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#hEzNw4xoIPuNZePQrJ4iB9TH8oi3UzFK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEzNw4xoIPuNZePQrJ4iB9TH8oi3UzFK > .row .container > .video-iframe-container { display: none; }#hEzNw4xoIPuNZePQrJ4iB9TH8oi3UzFK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#hEzNw4xoIPuNZePQrJ4iB9TH8oi3UzFK > .row > .video-iframe-container { display: none; }#hEzNw4xoIPuNZePQrJ4iB9TH8oi3UzFK > .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); }#hEzNw4xoIPuNZePQrJ4iB9TH8oi3UzFK > .row .container { border-width: 0; border-radius: 0; }#hEzNw4xoIPuNZePQrJ4iB9TH8oi3UzFK::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; }#hEzNw4xoIPuNZePQrJ4iB9TH8oi3UzFK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hEzNw4xoIPuNZePQrJ4iB9TH8oi3UzFK > .row .container { font-size:0.875rem;font-family:arial;height:22.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#seSgZF18FykEeLv54AcCqdgJpMtgbb67 { box-sizing:content-box;height:8.375rem;width:30.875rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #ffb033;border-left:0.0625rem solid #ffb033;border-right:0.0625rem solid #ffb033;border-bottom:0.0625rem solid #ffb033;top:8.9375rem;left:1.4375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#MoIfnwAaggH0fAms0dAfqcvTsanqR6Ob { box-sizing:content-box;height:8.6875rem;width:30.875rem;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #ffb033;border-left:0.0625rem solid #ffb033;border-right:0.0625rem solid #ffb033;border-bottom:0.0625rem solid #ffb033;top:8.4375rem;left:42.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#MsxyEk3UGpoRaEM0GNoocIl0JBQO0MTw { color:#ffb033;display:block;width:49.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:3.4375rem;left:12.78125rem;height:2.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WCtybzNd17UOP0yPCgKmOrs8IzhHEe1y { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:29.375rem;top:9.875rem;left:2.25rem;overflow:hidden;display:block; }
#eTia4vh4MGCz7aG2pZDwZgm4tF4tVfB7 { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:29.375rem;top:9.5rem;left:42.9375rem;overflow:hidden;display:block; }
#ELqeBd0K1Hk4ccR4ftrcf7fuNMWeD8CT { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top: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:7rem;width:6.25rem;top:6.75rem;left:0rem;overflow:hidden;display:block; }
#p19OboZOStfKueIMFQ9TLQFZTKTKLRiS { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:6.1875rem;top:12.4375rem;left:68.8125rem;overflow:hidden;display:block; }
#KvBLMbpEFFJlac2zahoHygWV6SIEREVC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdf6ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#KvBLMbpEFFJlac2zahoHygWV6SIEREVC.adaptive-delivery-prevent-bg, #KvBLMbpEFFJlac2zahoHygWV6SIEREVC.lazyload, #KvBLMbpEFFJlac2zahoHygWV6SIEREVC.lazyloading { background-image: none; }#KvBLMbpEFFJlac2zahoHygWV6SIEREVC > .row .container { background-color: transparent; background-image: none; }#KvBLMbpEFFJlac2zahoHygWV6SIEREVC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvBLMbpEFFJlac2zahoHygWV6SIEREVC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvBLMbpEFFJlac2zahoHygWV6SIEREVC > .row .container > .video-iframe-container { display: none; }#KvBLMbpEFFJlac2zahoHygWV6SIEREVC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvBLMbpEFFJlac2zahoHygWV6SIEREVC > .row > .video-iframe-container { display: none; }#KvBLMbpEFFJlac2zahoHygWV6SIEREVC > .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); }#KvBLMbpEFFJlac2zahoHygWV6SIEREVC > .row .container { border-width: 0; border-radius: 0; }#KvBLMbpEFFJlac2zahoHygWV6SIEREVC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KvBLMbpEFFJlac2zahoHygWV6SIEREVC > .row .container { font-size:0.875rem;font-family:arial;height:77.875rem;width:75rem;position:relative;display:block; }#zUTuV5pTtmAIZhfg3IGqtockfJIvPD4R { color:#23072e;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.375rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#vJ92GDv2SDBlngKbk9pTzRbdLeZr53PH { box-sizing:content-box;height:6.625rem;width:0.125rem;position:absolute;display:block;z-index:15014;background-color:#ffb033;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:14.625rem;left:17.4375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#xEX7Q0U5Z3MZZOMWScOp8dmxGksNrdT7 { color:rgba(var(--color-primary-2),1);display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:17.5625rem;left:19.0625rem;height:3.1494125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#FI6GTXgoiexA182qrdhED5mT9txG7EGH { color:#ffb033;display:block;width:3.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:14.625rem;left:11.6875rem;height:3.98095625rem;text-align:center;text-align-last:center;display:block; }
#QcRgvcqoKoPFPyA7N2R87y8xlMAnTSRz { color:#000000;display:block;width:48.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:8.375rem;left:13.3125rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#BhClIZZSvaXw2P9cssCbvKsyit3pCra8 { color:#000000;display:block;width:5.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:18.625rem;left:10.6875rem;height:1.6621125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#pHh8kmJUy66HRMoCcUuukhQZiOwsG1PW { color:#000000;display:block;width:45.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:15.1875rem;left:19.0625rem;height:1.6621125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#g7u92qFsF22oFD97DkeG3Q1MUTgJpstN { color:rgba(var(--color-primary-2),1);display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.4;letter-spacing:0;top:25.8125rem;left:19.0625rem;height:3.1494125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#D9msGrVlWzgeTiivRH7tdIslUR3hNzAK { box-sizing:content-box;height:6.625rem;width:0.125rem;position:absolute;display:block;z-index:15019;background-color:#ffb033;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:22.875rem;left:17.4375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#NaBaTUVIarVEaPObIGvTHIulz1rOlwMF { color:#000000;display:block;width:5.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:26.875rem;left:10.6875rem;height:1.6621125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WGCQ0rmffPmKGgg9buTe2TFavT3vcGOq { color:#ffb033;display:block;width:3.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:22.875rem;left:11.6875rem;height:3.98095625rem;text-align:center;text-align-last:center;display:block; }
#X21FR3gGGwvWLHIQposgdl3eqJgHtw6O { color:#000000;display:block;width:45.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:23.4375rem;left:19.0625rem;height:1.6621125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#wDsIE8ovInm485NhfbQJ1BQIPOfVZWZB { color:rgba(var(--color-primary-2),1);display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15030;line-height:1.4;letter-spacing:0;top:42.3125rem;left:19.0625rem;height:3.1494125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#GnND31wzeaPNXTas21bCTPTvDBzU7Gxs { color:#000000;display:block;width:45.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15024;line-height:1.4;letter-spacing:0;top:39.9375rem;left:19.0625rem;height:1.6621125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#xLcHgFGIocSoCKaDB4kIJ5G8nSOEmvF9 { color:rgba(var(--color-primary-2),1);display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:34.0625rem;left:19.0625rem;height:3.1494125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#MJgsgemlFDF2rZmW2b1okzbVeiUWAeZ5 { color:#000000;display:block;width:45.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:31.6875rem;left:19.0625rem;height:1.6621125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#yAfJ4JF5K2bbzJTroFWG6hhimzkPywlX { box-sizing:content-box;height:6.625rem;width:0.125rem;position:absolute;display:block;z-index:15024;background-color:#ffb033;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:31.125rem;left:17.4375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#fU4AMi2wXW9TBVqLZnlqwDMLpzO4emJF { box-sizing:content-box;height:6.625rem;width:0.125rem;position:absolute;display:block;z-index:15029;background-color:#ffb033;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:39.375rem;left:17.4375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#TomcuBqIT0CavstuEGiTsTNMugqJWw37 { color:#ffb033;display:block;width:3.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:31.125rem;left:11.6875rem;height:3.98095625rem;text-align:center;text-align-last:center;display:block; }
#dJg0NTbMtgNL7K6Zm84nV7yn9DV9V6UQ { color:#000000;display:block;width:5.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:35.125rem;left:10.6875rem;height:1.6621125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nQIZdM2mfprVBebsaEVcP5OzPFCsrH2P { color:#000000;display:block;width:5.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15024;line-height:1.4;letter-spacing:0;top:43.375rem;left:10.6875rem;height:1.6621125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#PBIq2KaPXnQMap2TiW3xiBFHdeosCkvZ { color:#ffb033;display:block;width:3.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:39.375rem;left:11.6875rem;height:3.98095625rem;text-align:center;text-align-last:center;display:block; }
#SZdHkzzTEPEM5kJ2znh7pPLOIbvaBOtG { box-sizing:content-box;height:6.625rem;width:0.125rem;position:absolute;display:block;z-index:15034;background-color:#ffb033;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:47.3125rem;left:17.4375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#r04ZhNI6B0TAtSzEaKO7kxRX5ehuE8qz { color:rgba(var(--color-primary-2),1);display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.4;letter-spacing:0;top:50.25rem;left:19.0625rem;height:3.1494125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#yKOPUgJ90CPM7MqwnFRKmh4HAChUR8Nm { color:#000000;display:block;width:5.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15029;line-height:1.4;letter-spacing:0;top:51.3125rem;left:10.6875rem;height:1.6621125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kgG50nEZ5xkgXlrKQ0gGpQuTATJOgG1n { color:#ffb033;display:block;width:3.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:47.3125rem;left:11.6875rem;height:3.98095625rem;text-align:center;text-align-last:center;display:block; }
#M7SxQ0ZoN9CUm9ELqUrdZhdNS7yGR66a { color:#000000;display:block;width:45.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15029;line-height:1.4;letter-spacing:0;top:47.875rem;left:19.0625rem;height:1.6621125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#persZSEGI2QVFGzH2u4Iya623SwsPOqd { background-color:transparent;background-image: -webkit-linear-gradient(16deg, #ffb033, #ffd080);background-image: -moz-linear-gradient(16deg, #ffb033, #ffd080);background-image: -ms-linear-gradient(16deg, #ffb033, #ffd080);background-image: -o-linear-gradient(16deg, #ffb033, #ffd080);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb033', endColorstr='#ffd080' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb033', endColorstr='#ffd080' );";background-image: linear-gradient(16deg, #ffb033, #ffd080);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.875rem;height:4.0625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:57.3125rem;left:22.0625rem;display:block; }
#c8aQz9nZtvy67mtPlB1FUPk0Gi8MV9Ws { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OzteVq3MfpgHyNxp7SIdH9mpBfvGXAlm { color:#000000;display:block;width:33rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:62.125rem;left:21rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#DRoIyFsuEbx3OvZUiOlmF6xZQzENtHMe { 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:15025;opacity:1;top:57.78125rem;left:54rem; }
#Mh9u4wnHbJToD3KJLL3gleh2CfhLt8CS { 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:15034;opacity:1;top:57.78125rem;left:17.9375rem; }
#IpCg4lgZ12aXZ7SNwinfxSQXCEfsbMvH { background-color:transparent;background-image: -webkit-linear-gradient(16deg, #ffb033, #ffd080);background-image: -moz-linear-gradient(16deg, #ffb033, #ffd080);background-image: -ms-linear-gradient(16deg, #ffb033, #ffd080);background-image: -o-linear-gradient(16deg, #ffb033, #ffd080);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb033', endColorstr='#ffd080' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb033', endColorstr='#ffd080' );";background-image: linear-gradient(16deg, #ffb033, #ffd080);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.875rem;height:4.0625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:57.3125rem;left:22.0625rem;display:none; }
#QxEAow5NvcVBvJey3dTH8sieRXfyEscZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oad15OWCrsI5ZFZGTThHuvrtSQErZr8I { box-sizing:content-box;height:7.9375rem;width:40rem;position:absolute;display:block;z-index:15004;background-color:#23072e;background-image:none;box-shadow: none;border-top:0.0625rem solid #ffb033;border-left:0.0625rem solid #ffb033;border-right:0.0625rem solid #ffb033;border-bottom:0.0625rem solid #ffb033;top:66.625rem;left:17.4375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#SDhszFtDRAZp99OkSO1oDbr5qWzzTzQf { color:#ffffff;display:block;width:39.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:68.6875rem;left:17.65625rem;height:3.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#P7yclQiqGB4aiOfgCspSRIA0T8d7cSrr { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:62.75rem;width:67.75rem;display:none; }
#loa1UP9b7DHn8ZzO95uvIi5W1m42zt1p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0561b8c1-ba0a-4f9f-981c-63cba4e00f0a/drat23.png");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; }#loa1UP9b7DHn8ZzO95uvIi5W1m42zt1p.adaptive-delivery-prevent-bg, #loa1UP9b7DHn8ZzO95uvIi5W1m42zt1p.lazyload, #loa1UP9b7DHn8ZzO95uvIi5W1m42zt1p.lazyloading { background-image: none; }#loa1UP9b7DHn8ZzO95uvIi5W1m42zt1p > .row .container { background-color: transparent; background-image: none; }#loa1UP9b7DHn8ZzO95uvIi5W1m42zt1p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#loa1UP9b7DHn8ZzO95uvIi5W1m42zt1p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loa1UP9b7DHn8ZzO95uvIi5W1m42zt1p > .row .container > .video-iframe-container { display: none; }#loa1UP9b7DHn8ZzO95uvIi5W1m42zt1p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#loa1UP9b7DHn8ZzO95uvIi5W1m42zt1p > .row > .video-iframe-container { display: none; }#loa1UP9b7DHn8ZzO95uvIi5W1m42zt1p > .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); }#loa1UP9b7DHn8ZzO95uvIi5W1m42zt1p > .row .container { border-width: 0; border-radius: 0; }#loa1UP9b7DHn8ZzO95uvIi5W1m42zt1p::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; }#loa1UP9b7DHn8ZzO95uvIi5W1m42zt1p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#loa1UP9b7DHn8ZzO95uvIi5W1m42zt1p > .row .container { font-size:0.875rem;font-family:arial;height:50.125rem;width:75rem;position:relative;display:block; }#FGUzSdWFhpPTNa2bNydIR1JG2LlJ3HkP { color:#ffb033;display:block;width:55.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.375rem;left:9.90625rem;height:3.0874rem;text-align:center;text-align-last:center;display:block; }
#MziWhPAlF0l7UlJHd5zAFBkCK3DIst27 { color:#ffffff;display:block;width:74.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:9.97802734375rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fEhv2uFyHIJz95yT0othwx71M4KAyFo2 { color:#ffb033;display:block;width:59.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:32.4375rem;left:7.84375rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#a69KB4Al3tEL0tGXEABRzdJhqZshGkHd { background-color:transparent;background-image: -webkit-linear-gradient(16deg, #ffb033, #ffd080);background-image: -moz-linear-gradient(16deg, #ffb033, #ffd080);background-image: -ms-linear-gradient(16deg, #ffb033, #ffd080);background-image: -o-linear-gradient(16deg, #ffb033, #ffd080);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb033', endColorstr='#ffd080' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb033', endColorstr='#ffd080' );";background-image: linear-gradient(16deg, #ffb033, #ffd080);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.875rem;height:4.0625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:38.5625rem;left:22.0625rem;display:block; }
#ZqFLCdRkAc1msPGMoQwKT5dmZyluB8Oo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#StLaHgaA7Fq1yx37bc7LnokkRrTcdKb3 { color:#ffffff;display:block;width:33rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:43.625rem;left:21rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#Oeq3JB5yTOpTsPqm8bcl4De0E6JTqoCm { 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:15026;opacity:1;top:39.03125rem;left:54rem; }
#m7r4OKBR38camAH6uhdCGFuRsTWNt29Z { 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:15033;opacity:1;top:39.03125rem;left:17.9375rem; }
#wsDTfqLuEMNacFSCqLeLP3BVPdtDc1sh { background-color:transparent;background-image: -webkit-linear-gradient(16deg, #ffb033, #ffd080);background-image: -moz-linear-gradient(16deg, #ffb033, #ffd080);background-image: -ms-linear-gradient(16deg, #ffb033, #ffd080);background-image: -o-linear-gradient(16deg, #ffb033, #ffd080);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb033', endColorstr='#ffd080' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb033', endColorstr='#ffd080' );";background-image: linear-gradient(16deg, #ffb033, #ffd080);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.875rem;height:4.0625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:38.5625rem;left:22.0625rem;display:none; }
#b4vSoeArnL2QtnBTCW6sIKhVxwfEmFuh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oMiavnrdELVyWp3VEZQt1OBFw44WhPKH { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#oMiavnrdELVyWp3VEZQt1OBFw44WhPKH > .row .container { background-color: transparent; background-image: none; }#oMiavnrdELVyWp3VEZQt1OBFw44WhPKH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMiavnrdELVyWp3VEZQt1OBFw44WhPKH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMiavnrdELVyWp3VEZQt1OBFw44WhPKH > .row .container > .video-iframe-container { display: none; }#oMiavnrdELVyWp3VEZQt1OBFw44WhPKH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMiavnrdELVyWp3VEZQt1OBFw44WhPKH > .row > .video-iframe-container { display: none; }#oMiavnrdELVyWp3VEZQt1OBFw44WhPKH > .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); }#oMiavnrdELVyWp3VEZQt1OBFw44WhPKH > .row .container { border-width: 0; border-radius: 0; }#oMiavnrdELVyWp3VEZQt1OBFw44WhPKH > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#oMiavnrdELVyWp3VEZQt1OBFw44WhPKH > .row .container { font-size:0.875rem;font-family:arial;height:57.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#Jwmxwb6Ru56RVg1BTNxJTeIcoX46cPs3 { box-sizing:content-box;height:31.875rem;width:30.875rem;position:absolute;display:block;z-index:15002;background-color:#23072e;background-image:none;box-shadow: none;border-top:0.0625rem solid #ffb033;border-left:0.0625rem solid #ffb033;border-right:0.0625rem solid #ffb033;border-bottom:0.0625rem solid #ffb033;top:9.5625rem;left:2.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#CUC3Dtst1omE1R5tSRpdhkTrAV0qnFtS { color:#23072e;display:block;width:63.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.0625rem;left:6.0625rem;height:3.0874rem;text-align:center;text-align-last:center;display:block; }
#PezIHLz0If28CrKHbsssT8005rAcbW6b { color:#ffb033;display:block;width:25.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:12.0625rem;left:6.4375rem;height:1.6621125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#V7Gd7lrefh77aQpaDHdTdFJoowB1GbrT { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:14.9375rem;left:6.4375rem;height:6.2988125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#uFgdwbg6tTHAqBOOXOs3vf2JAXkOlX58 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:15.125rem;left:4rem; }
#PoEOG36WZF7ODplfczk2l1H3AocxxZPc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:12.3125rem;left:4rem; }
#NtoU4N9BTeD39GZ32v4cP3KOtXMkq2IH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:22.6875rem;left:4.0625rem; }
#hqS0z29OzbUceWMR5pkl7zTNkgoDT3cI { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:22.5rem;left:6.5rem;height:4.72411875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#gHSmnIyTIVaPGEPr5XXxzhuO3JWDn6eF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:28.4375rem;left:4.0625rem; }
#X6wTCf1zINFlJLBd37BLi6yhpXrT9ps7 { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:28.25rem;left:6.5rem;height:4.72411875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#hzJwphP6Be0WZQU8TvAZuvrPHBuecbo5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:34.125rem;left:4rem; }
#w2Bwbf00ZqkngC5BOtuHTnmdZnrZ32u9 { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:33.9375rem;left:6.4375rem;height:4.72411875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#zcppKAc4Mxz6aFCxkydpiSgTwqbNl4AO { box-sizing:content-box;height:31.875rem;width:30.875rem;position:absolute;display:block;z-index:15013;background-color:rgba(35,7,46,0.84);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,176,51,0.5);border-left:0.0625rem solid rgba(255,176,51,0.5);border-right:0.0625rem solid rgba(255,176,51,0.5);border-bottom:0.0625rem solid rgba(255,176,51,0.5);top:9.5625rem;left:41.4375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#f2n1RTffEiLt8dd7JCt5EC4lzAlbtkgm { color:rgba(255,255,255,0.5);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.4;letter-spacing:0;top:24rem;left:45.4375rem;height:3.1494125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#wwyG43s7nxSgKndk8vQLeKIrCxuPhEET { color:rgba(255,255,255,0.5);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15029;line-height:1.4;letter-spacing:0;top:27.9375rem;left:45.4375rem;height:4.72411875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#DVVqlwL3MHDfK04hhdKt8GAD5uGz04bO { color:rgba(255,255,255,0.5);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:20.25rem;left:45.4375rem;height:3.1494125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#tXPa2DcMUpCiOJOIQ5PxFSpZ2LNzhlnb { color:rgba(255,255,255,0.5);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:15rem;left:45.4375rem;height:4.72411875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#IAXngSkD8IGfb5lRS6wi7he0VhIRzML5 { color:rgba(255,176,51,0.5);display:block;width:25.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:11.625rem;left:45.4375rem;height:1.6621125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#S56wH1a9SaTEDRALAEGPpvVIJVo8KTB9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:15.1875rem;left:43rem; }
#hpzJScxRwrmicQAdMbbDiw2r5EZv5GLX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:11.875rem;left:43rem; }
#B2dJDrBSD4wfQZt565hErtNqcTK125DA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:20.4375rem;left:43rem; }
#NHyXZrkLJ3hLyasqxTeVdrraD3qLlD7W { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:24.1875rem;left:43rem; }
#oaDJCeCSLx3TWMCCCTMh45959TiMta12 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:28.125rem;left:43rem; }
#NFuUBgMlqEKuvcNrPLCl9LvdecCUn5o3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:33.375rem;left:43rem; }
#ytL4hI1T3TNmdBpJsJTxizS5TZcGFUoV { color:rgba(255,255,255,0.5);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.4;letter-spacing:0;top:33.1875rem;left:45.4375rem;height:4.72411875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#CHfAEkzUUE2TK9H4b9gSRrlaGlcTZeTJ { background-color:transparent;background-image: -webkit-linear-gradient(16deg, #ffb033, #ffd080);background-image: -moz-linear-gradient(16deg, #ffb033, #ffd080);background-image: -ms-linear-gradient(16deg, #ffb033, #ffd080);background-image: -o-linear-gradient(16deg, #ffb033, #ffd080);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb033', endColorstr='#ffd080' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb033', endColorstr='#ffd080' );";background-image: linear-gradient(16deg, #ffb033, #ffd080);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.625rem;height:4.0625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:45.5625rem;left:24.1875rem;display:block; }
#epHPQ1Mk4DqzrJQuFR5eCyfpvFTiW4Pu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WGl8RSBkkP7ZrZAy7TJ1FBv1hJb0STEm { color:#000000;display:block;width:35.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:50.625rem;left:19.9375rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#QWpJcqVe4P4sepBUmgS6HP5adTkF2Vca { 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:15027;opacity:1;top:46.03125rem;left:52rem; }
#cQGryXXlx8NlRsbltn6sGtagngnnnabh { 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:15032;opacity:1;top:46.03125rem;left:19.9375rem; }
#QFNWWIThdLbpMDUaKdzXCAcl50eSM9ZQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdf6ec;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; }#QFNWWIThdLbpMDUaKdzXCAcl50eSM9ZQ > .row .container { background-color: transparent; background-image: none; }#QFNWWIThdLbpMDUaKdzXCAcl50eSM9ZQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFNWWIThdLbpMDUaKdzXCAcl50eSM9ZQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFNWWIThdLbpMDUaKdzXCAcl50eSM9ZQ > .row .container > .video-iframe-container { display: none; }#QFNWWIThdLbpMDUaKdzXCAcl50eSM9ZQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFNWWIThdLbpMDUaKdzXCAcl50eSM9ZQ > .row > .video-iframe-container { display: none; }#QFNWWIThdLbpMDUaKdzXCAcl50eSM9ZQ > .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); }#QFNWWIThdLbpMDUaKdzXCAcl50eSM9ZQ > .row .container { border-width: 0; border-radius: 0; }#QFNWWIThdLbpMDUaKdzXCAcl50eSM9ZQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QFNWWIThdLbpMDUaKdzXCAcl50eSM9ZQ > .row .container { font-size:0.875rem;font-family:arial;height:34.125rem;width:75rem;position:relative;display:block; }#FX2AsfEAQDxqdmrx1WPq3VECRftyWrlQ { color:rgba(var(--color-primary-1),1);display:block;width:35.5rem;position:absolute;font-family:"alex brush";font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:2.9375rem;left:0rem;height:1.92480625rem;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; }
#uMNCqRM8TJ8ODJUl5aJisC1okTxB6zEJ { color:#23072e;display:block;width:71.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.875rem;left:0rem;height:3.0874rem;text-align:left;text-align-last:left;display:block; }
#ewskJ7Neot6sTEHsMnGskXmTHqQ83ckx { color:rgba(var(--color-primary-2),1);display:block;width:37.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:9.625rem;left:0rem;height:14.172375rem;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; }
#oTQOiSvToLWuWk5WVtZ0Ho3A9akzoCVW { color:#ffb033;display:block;width:38.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:25.640625rem;left:0rem;height:5.361325rem;text-align:left;text-align-last:left;display:block; }
#dmVCBN1miJ8MWWJoTkJTPXEb2m7Wa0NS { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top: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:34.0625rem;width:25.25rem;top:0rem;left:49.650337837838rem;overflow:hidden;display:block; }
#kOnppmOht5u87EshEzqsxTJx6X8th7ct { background-color:#23072e;background-image:url("https://images.assets-landingi.com/uc/d631ca12-cb76-48c9-8190-1cb2ee33aa9e/Projektbeznazwy24.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#kOnppmOht5u87EshEzqsxTJx6X8th7ct.adaptive-delivery-prevent-bg, #kOnppmOht5u87EshEzqsxTJx6X8th7ct.lazyload, #kOnppmOht5u87EshEzqsxTJx6X8th7ct.lazyloading { background-image: none; }#kOnppmOht5u87EshEzqsxTJx6X8th7ct > .row .container { background-color: transparent; background-image: none; }#kOnppmOht5u87EshEzqsxTJx6X8th7ct::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOnppmOht5u87EshEzqsxTJx6X8th7ct > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOnppmOht5u87EshEzqsxTJx6X8th7ct > .row .container > .video-iframe-container { display: none; }#kOnppmOht5u87EshEzqsxTJx6X8th7ct > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOnppmOht5u87EshEzqsxTJx6X8th7ct > .row > .video-iframe-container { display: none; }#kOnppmOht5u87EshEzqsxTJx6X8th7ct > .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); }#kOnppmOht5u87EshEzqsxTJx6X8th7ct > .row .container { border-width: 0; border-radius: 0; }#kOnppmOht5u87EshEzqsxTJx6X8th7ct > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#kOnppmOht5u87EshEzqsxTJx6X8th7ct > .row .container { font-size:0.875rem;font-family:arial;height:35.125rem;width:75rem;overflow:visible;position:relative;display:block; }#EG5O0OiqFkdGhlBfTvivncBiE10yT9UN { color:#ffb033;display:block;width:65.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15000;line-height:1.2;letter-spacing:0;top:3.21875rem;left:4.65625rem;height:2.8496125rem;text-align:center;text-align-last:center;display:block; }
#xMfqxRCZ8amM5ycsO3GwB9xTyZ4o97IQ { color:rgba(var(--color-primary-0),1);display:block;width:35.5rem;position:absolute;font-family:"alex brush";font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:7.1875rem;left:19.75rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hwRA63ca1KFd5TM2A2kv9FZeMut00fDX { background-color:transparent;background-image: -webkit-linear-gradient(16deg, #ffb033, #ffd080);background-image: -moz-linear-gradient(16deg, #ffb033, #ffd080);background-image: -ms-linear-gradient(16deg, #ffb033, #ffd080);background-image: -o-linear-gradient(16deg, #ffb033, #ffd080);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb033', endColorstr='#ffd080' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb033', endColorstr='#ffd080' );";background-image: linear-gradient(16deg, #ffb033, #ffd080);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#23072e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.625rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:21.4375rem;left:24.1875rem;display:block; }
#DyeKpqCSWlu1AfhrNStUpJpPEZhX6cTR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SFuD0650qpUr0G0erc31Rf1hptCt4VA9 { color:rgba(var(--color-primary-0),1);display:block;width:46.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:18.3125rem;left:14.5rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#yiTVaAhWsNxvOAfL8VhyokQnfsGGToC9 { color:#ffb033;display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:13.625rem;left:30rem;height:4.7124rem;text-align:center;text-align-last:center;display:block; }
#u8sQGWV5PWrA4JZTzRTcTDeCMZpKAbBu { color:rgba(var(--color-primary-0),1);display:block;width:46.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:10.875rem;left:14.5rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#od8rDNPPWW7sziHQ1TaqtmvMQgMrzfTp { position:absolute;display:block;z-index:15017;height:6.4375rem;width:22.5rem;top:24.875rem;left:26.25rem;display:block; }
#U7Ss6MT86HSyGv4D2HgtpOHOWTJHCNzh { 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:15028;opacity:1;top:21.59375rem;left:51.65625rem; }
#oefDkO4BMEfXPI5FpsO1yByxbX9sJxT5 { 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:15031;opacity:1;top:21.59375rem;left:20.46875rem; }
#f8cZsTu5MN4XA8VzuGJTWJzlUxhGuQMf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/73dc3c77-7602-491c-9252-06feb6a87f6e/drat28.png");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; }#f8cZsTu5MN4XA8VzuGJTWJzlUxhGuQMf.adaptive-delivery-prevent-bg, #f8cZsTu5MN4XA8VzuGJTWJzlUxhGuQMf.lazyload, #f8cZsTu5MN4XA8VzuGJTWJzlUxhGuQMf.lazyloading { background-image: none; }#f8cZsTu5MN4XA8VzuGJTWJzlUxhGuQMf > .row .container { background-color: transparent; background-image: none; }#f8cZsTu5MN4XA8VzuGJTWJzlUxhGuQMf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #fdf6ec; }#f8cZsTu5MN4XA8VzuGJTWJzlUxhGuQMf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8cZsTu5MN4XA8VzuGJTWJzlUxhGuQMf > .row .container > .video-iframe-container { display: none; }#f8cZsTu5MN4XA8VzuGJTWJzlUxhGuQMf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #fdf6ec; }#f8cZsTu5MN4XA8VzuGJTWJzlUxhGuQMf > .row > .video-iframe-container { display: none; }#f8cZsTu5MN4XA8VzuGJTWJzlUxhGuQMf > .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); }#f8cZsTu5MN4XA8VzuGJTWJzlUxhGuQMf > .row .container { border-width: 0; border-radius: 0; }#f8cZsTu5MN4XA8VzuGJTWJzlUxhGuQMf::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; }#f8cZsTu5MN4XA8VzuGJTWJzlUxhGuQMf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f8cZsTu5MN4XA8VzuGJTWJzlUxhGuQMf > .row .container { font-size:0.875rem;font-family:arial;height:56.75rem;width:75rem;position:relative;display:block; }#adh6w4RLZ6OIc4UNh7gKZiZRU2NEEFtL { color:#23072e;display:block;width:71.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7rem;left:1.71875rem;height:3.0874rem;text-align:center;text-align-last:center;display:block; }
#gdNCCAJBKpztb9fdOkzrdiyt7KS2pStv { color:rgba(var(--color-primary-2),1);display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:43.125rem;left:40.375rem;height:6.2988125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#oQvGlV2ICSfFf7KMyXy7StCTNKANioQV { box-sizing:content-box;height:19.5625rem;width:35.6875rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.125rem solid #ffb033;border-left:0;border-right:0;border-bottom:0;top:32.5625rem;left:39.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#KqrOI5woiXwLIQSemOo0bFGsQo9zuIXZ { color:#23072e;display:block;width:32.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:40.6875rem;left:40.375rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#E5LTHb6x0mDlaDzyCx8TqcKGiCi5fb4x { box-sizing:content-box;height:18.9375rem;width:35.6875rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.125rem solid #ffb033;border-left:0;border-right:0;border-bottom:0;top:11.625rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#UIQ4mwI4rUCkzWqc4rRI8LEHl5peyoXP { color:rgba(var(--color-primary-2),1);display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:22.125rem;left:1.0625rem;height:3.1494125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#nCweAqWTx7BGOHOpqrVhCO3kNlcaRBaW { color:#23072e;display:block;width:32.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:19.6875rem;left:1.0625rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#mm2ERy937iybvfzLaWctUn5wmhheq4VK { box-sizing:content-box;height:19.5625rem;width:35.6875rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.125rem solid #ffb033;border-left:0;border-right:0;border-bottom:0;top:32.5625rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#axlpPfMTNgfrr17TH1bM0IrF2OZvqiUZ { box-sizing:content-box;height:19.3125rem;width:35.6875rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.125rem solid #ffb033;border-left:0;border-right:0;border-bottom:0;top:11.375rem;left:39.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#RpX5xSR1BJ3TTRHDqC60pEXeHW5Ub743 { color:rgba(var(--color-primary-2),1);display:block;width:29.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:43.6875rem;left:1.0625rem;height:3.1494125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#bZIvymymFpdMFwhFZ0xSNy0HNeZRr8Fp { color:#23072e;display:block;width:32.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:20.125rem;left:40.375rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#dvKsgG9enJwT2aZy6N5TWiTu8RD1Ou5o { color:#23072e;display:block;width:32.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:41.25rem;left:1.0625rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#mmA4pXfh6VozkHJnA5HCg0DATxLiLEyT { color:rgba(var(--color-primary-2),1);display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:22.5625rem;left:40.375rem;height:6.2988125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#XHfIBCwBEMTiNg23PwTggLikNms455wz { box-sizing:content-box;height:7.5rem;width:7.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15020;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bcf35e64-f2ae-4ca4-b795-57a78dcab627/2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.3125rem;left:1.0625rem;display:block; }#XHfIBCwBEMTiNg23PwTggLikNms455wz.adaptive-delivery-prevent-bg, #XHfIBCwBEMTiNg23PwTggLikNms455wz.lazyload, #XHfIBCwBEMTiNg23PwTggLikNms455wz.lazyloading { background-image: none; }
#mzFbNeG0xmu35sUP4o2I9uAb1qXBWLQH { box-sizing:content-box;height:7.5rem;width:7.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15020;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/cdd48e46-bfa8-4a59-8641-4e24aa48d999/1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.0625rem;left:41.0625rem;display:block; }#mzFbNeG0xmu35sUP4o2I9uAb1qXBWLQH.adaptive-delivery-prevent-bg, #mzFbNeG0xmu35sUP4o2I9uAb1qXBWLQH.lazyload, #mzFbNeG0xmu35sUP4o2I9uAb1qXBWLQH.lazyloading { background-image: none; }
#OlTZ5e2rJGuNGo6WlaA9L4yOFNBI96mZ { box-sizing:content-box;height:7.5rem;width:7.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4b07e888-1f12-4dfe-9a76-00c33fbf8bb5/5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.1875rem;left:1.0625rem;display:block; }#OlTZ5e2rJGuNGo6WlaA9L4yOFNBI96mZ.adaptive-delivery-prevent-bg, #OlTZ5e2rJGuNGo6WlaA9L4yOFNBI96mZ.lazyload, #OlTZ5e2rJGuNGo6WlaA9L4yOFNBI96mZ.lazyloading { background-image: none; }
#d9cqK15ppdl071fmTFlvhPrC5kqN8N3c { box-sizing:content-box;height:7.5rem;width:7.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15022;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b5e4d1d8-73ed-496e-a7cd-1931c0c2c115/3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.25rem;left:41.0625rem;display:block; }#d9cqK15ppdl071fmTFlvhPrC5kqN8N3c.adaptive-delivery-prevent-bg, #d9cqK15ppdl071fmTFlvhPrC5kqN8N3c.lazyload, #d9cqK15ppdl071fmTFlvhPrC5kqN8N3c.lazyloading { background-image: none; }
#P9JOXT1iqzZ1x3dxgPTtRZ2THKRbO0cF { color:rgba(var(--color-primary-1),1);display:block;width:35.5rem;position:absolute;font-family:"alex brush";font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:4.4375rem;left:19.75rem;height:1.92480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#AtqhZiN0bZTsyy6ZQ3iafRwLGHf2ZOGT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AtqhZiN0bZTsyy6ZQ3iafRwLGHf2ZOGT > .row .container { background-color: transparent; background-image: none; }#AtqhZiN0bZTsyy6ZQ3iafRwLGHf2ZOGT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AtqhZiN0bZTsyy6ZQ3iafRwLGHf2ZOGT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AtqhZiN0bZTsyy6ZQ3iafRwLGHf2ZOGT > .row .container > .video-iframe-container { display: none; }#AtqhZiN0bZTsyy6ZQ3iafRwLGHf2ZOGT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AtqhZiN0bZTsyy6ZQ3iafRwLGHf2ZOGT > .row > .video-iframe-container { display: none; }#AtqhZiN0bZTsyy6ZQ3iafRwLGHf2ZOGT > .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); }#AtqhZiN0bZTsyy6ZQ3iafRwLGHf2ZOGT > .row .container { border-width: 0; border-radius: 0; }#AtqhZiN0bZTsyy6ZQ3iafRwLGHf2ZOGT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AtqhZiN0bZTsyy6ZQ3iafRwLGHf2ZOGT > .row .container { font-size:0.875rem;font-family:arial;height:30.6875rem;width:75rem;position:relative;display:block; }#uGBamuiN37gNtsOs0TB6EyDwC1cHcrFe { color:rgba(var(--color-primary-2),1);display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:16.927734375rem;left:5.9375rem;height:4.986325rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#GFUsDJVrCBshGHViWkvQuoTxatrhkCS5 { box-sizing:content-box;height:23.75rem;width:69.3125rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #ffb033;border-left:0.0625rem solid #ffb033;border-right:0.0625rem solid #ffb033;border-bottom:0.0625rem solid #ffb033;top:3.4375rem;left:2.84375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#e8b32zxehuqo9NdqyHRVS2cR7EUCniZz { color:#23072e;display:block;width:32.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.759765625rem;left:5.9375rem;height:3.16845625rem;text-align:left;text-align-last:left;display:block; }
#p8rIEt2S4uTI0TQhvumVPnHi0GRMCuTo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.125rem;width:5.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.125rem;left:5.9375rem; }
#F1pCW3Q3quPOs5eHJsJl3LEsGBN2omlM { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top: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:22.1875rem;top:5.09375rem;left:45.28125rem;overflow:hidden;display:block; }
#c6BTeDgTAM5cwqkGIX7b6fyLRgoAh7Kc { background-color:#23072e;background-image:url("https://images.assets-landingi.com/uc/d631ca12-cb76-48c9-8190-1cb2ee33aa9e/Projektbeznazwy24.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#c6BTeDgTAM5cwqkGIX7b6fyLRgoAh7Kc.adaptive-delivery-prevent-bg, #c6BTeDgTAM5cwqkGIX7b6fyLRgoAh7Kc.lazyload, #c6BTeDgTAM5cwqkGIX7b6fyLRgoAh7Kc.lazyloading { background-image: none; }#c6BTeDgTAM5cwqkGIX7b6fyLRgoAh7Kc > .row .container { background-color: transparent; background-image: none; }#c6BTeDgTAM5cwqkGIX7b6fyLRgoAh7Kc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c6BTeDgTAM5cwqkGIX7b6fyLRgoAh7Kc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c6BTeDgTAM5cwqkGIX7b6fyLRgoAh7Kc > .row .container > .video-iframe-container { display: none; }#c6BTeDgTAM5cwqkGIX7b6fyLRgoAh7Kc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c6BTeDgTAM5cwqkGIX7b6fyLRgoAh7Kc > .row > .video-iframe-container { display: none; }#c6BTeDgTAM5cwqkGIX7b6fyLRgoAh7Kc > .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); }#c6BTeDgTAM5cwqkGIX7b6fyLRgoAh7Kc > .row .container { border-width: 0; border-radius: 0; }#c6BTeDgTAM5cwqkGIX7b6fyLRgoAh7Kc > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#c6BTeDgTAM5cwqkGIX7b6fyLRgoAh7Kc > .row .container { font-size:0.875rem;font-family:arial;height:21.5rem;width:75rem;overflow:visible;position:relative;display:block; }#xln8QP1W0iBwPnTdgSSCzA85fLdop7VT { color:#ffb033;display:block;width:42.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15000;line-height:1.2;letter-spacing:0;top:4rem;left:16.03125rem;height:5.69921875rem;text-align:center;text-align-last:center;display:block; }
#nJl9WQw7SoAMH8ZueMBI90c03QCsnl10 { background-color:transparent;background-image: -webkit-linear-gradient(16deg, #ffb033, #ffd080);background-image: -moz-linear-gradient(16deg, #ffb033, #ffd080);background-image: -ms-linear-gradient(16deg, #ffb033, #ffd080);background-image: -o-linear-gradient(16deg, #ffb033, #ffd080);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb033', endColorstr='#ffd080' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb033', endColorstr='#ffd080' );";background-image: linear-gradient(16deg, #ffb033, #ffd080);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#23072e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.8125rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:12.1875rem;left:22.09375rem;display:block; }
#rGCbp6ERFZrolSFXNMZXnX4RWOIH37T1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yH7W7cUC54tHllpTyWZLQw3Toy7nQrah { color:rgba(var(--color-primary-0),1);display:block;width:35.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:16.5625rem;left:19.9375rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#ObSFXnxVGVNeTBr0kmB3s0Bwt3GLBUEn { 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:15029;opacity:1;top:12.34375rem;left:53.84375rem; }
#HEKCsCSuDEngmXIsNR9tKHnzaelyECvT { 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:15030;opacity:1;top:12.34375rem;left:18.28125rem; }
#VsCUtDGHH7e8mZCCn4TrSe1Uln9b3GEZ { background-color:transparent;background-image: -webkit-linear-gradient(16deg, #ffb033, #ffd080);background-image: -moz-linear-gradient(16deg, #ffb033, #ffd080);background-image: -ms-linear-gradient(16deg, #ffb033, #ffd080);background-image: -o-linear-gradient(16deg, #ffb033, #ffd080);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb033', endColorstr='#ffd080' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb033', endColorstr='#ffd080' );";background-image: linear-gradient(16deg, #ffb033, #ffd080);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#23072e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.8125rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:12.1875rem;left:22.09375rem;display:none; }
#OUgtN9RFPCstMrnidBCqqfRGVbN1KXWU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PIHrDyNcGWXlh3aJUlEZRxkLgkQGPi6q { background-color:#ffb033;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#PIHrDyNcGWXlh3aJUlEZRxkLgkQGPi6q > .row .container { background-color: transparent; background-image: none; }#PIHrDyNcGWXlh3aJUlEZRxkLgkQGPi6q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PIHrDyNcGWXlh3aJUlEZRxkLgkQGPi6q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PIHrDyNcGWXlh3aJUlEZRxkLgkQGPi6q > .row .container > .video-iframe-container { display: none; }#PIHrDyNcGWXlh3aJUlEZRxkLgkQGPi6q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PIHrDyNcGWXlh3aJUlEZRxkLgkQGPi6q > .row > .video-iframe-container { display: none; }#PIHrDyNcGWXlh3aJUlEZRxkLgkQGPi6q > .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); }#PIHrDyNcGWXlh3aJUlEZRxkLgkQGPi6q > .row .container { border-width: 0; border-radius: 0; }#PIHrDyNcGWXlh3aJUlEZRxkLgkQGPi6q > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PIHrDyNcGWXlh3aJUlEZRxkLgkQGPi6q > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#K4aecV5vKKfX99FPdyySB1PMAZLSNpbW { z-index:;position:relative;display:block; }#K4aecV5vKKfX99FPdyySB1PMAZLSNpbW { background-color: transparent; background-image: none; }#K4aecV5vKKfX99FPdyySB1PMAZLSNpbW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4aecV5vKKfX99FPdyySB1PMAZLSNpbW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4aecV5vKKfX99FPdyySB1PMAZLSNpbW > .row .container > .video-iframe-container { display: none; }#K4aecV5vKKfX99FPdyySB1PMAZLSNpbW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4aecV5vKKfX99FPdyySB1PMAZLSNpbW > .row > .video-iframe-container { display: none; }#K4aecV5vKKfX99FPdyySB1PMAZLSNpbW > .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); }#K4aecV5vKKfX99FPdyySB1PMAZLSNpbW { border-width: 0; border-radius: 0; }#K4aecV5vKKfX99FPdyySB1PMAZLSNpbW > .row .container { background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:7.3125rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#H0e5zJyBR0kOFJGk0me81oSzeInSnlBs { color:#ffffff;display:block;width:71.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.09375rem;left:1.71875rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eAstKXS1qaKz9pRV8LCtPTnbULTJx4i6 { display:block; }#eAstKXS1qaKz9pRV8LCtPTnbULTJx4i6 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zQ7O9exgL0DuAoD8q1U8kCU5uZkSUsek { top:1.8125rem;left:0rem;width:47.75rem;height:7.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkUEy5MTTiFoJ4abkrTSLeTWa9uQpS4z { top:9.875rem;left:0.4375rem;width:46.875rem;height:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUNr8bEZR23cgx1I1LKw3EvklASFGCqn { width:28.4375rem;height:5rem;top:24.375rem;left:9.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxm8nSORtOPn1nL6n9rdt8xqGgT7y2yT { display:block; }
 }@media only screen and (max-width: 763px) { #F4Du4dA5RoSfmfTbFGCaONRsfzyPXBGo { top:14.875rem;left:0.8125rem;width:46.0625rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOlCOKsfsTchg1CTb871cNDnBU1E8al9 { top:17.1875rem;left:16.375rem;width:15.0625rem;height:4.6875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmrG8i8SRsUL2bkJlEG8GOkRbpNvXJDX { top:21.875rem;left:0.875rem;width:46.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9ye3TFMmScMATXQTrHFR6JiABTfGITM { top:0rem;left:25.25rem;width:8.875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVlke4xr8cKZkTIoh8E89F2dacSyrpMp { display:block; }#ZVlke4xr8cKZkTIoh8E89F2dacSyrpMp > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #htuhR7ebM2K1gffGDqiUay8EUFzkgZHm { top:10.25rem;left:7.375rem;width:33rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfvAkOB6hv1QridiPs05m3B4VkOZS9VK { top:9.875rem;left:0.4375rem;width:46.875rem;height:3.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ESl7GNxysEZAqw7VE7AP1sqzNoII7yWG { top:1.4375rem;left:12.625rem;width:22.5rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmkF3yyqCuNgTKBcTysseyZePvhtMMMn { display:block; }#DmkF3yyqCuNgTKBcTysseyZePvhtMMMn > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iT2yUSKncgwD7Z8ZQav4TfckiVS823Fw { top:8.4375rem;left:0rem;width:30.875rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETMshazpT2CO1IFWoqymrz4JIS3O54WL { top:8.4375rem;left:16.75rem;width:30.875rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZHyzUNFNM1VSmLaEEI4kB7gxofRkqCB { top:3.4375rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmfKeMvBUlxLx6vBr2SHKvVM5OhoZSOn { top:9.375rem;left:0rem;width:29.375rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hsh3PhQPTSwcGE0Oh70XqioKzWNtPgh8 { top:18.875rem;left:0rem;width:29.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTwulygJQHCciHtQiPwuTGr49KiTOlG9 { top:18.1875rem;left:16.75rem;width:30.875rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oE2B4w8IUIHO1LE3678k37z9aQ2QH8ny { top:18.6875rem;left:18.75rem;width:29rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTrec1EQMUDM9ADOqdLZuLp2K604B2dD { top:18.1875rem;left:0rem;width:30.875rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cp97My7bUPLqDQgn8WFTGWZDHNUv2V6h { top:9.5rem;left:18.375rem;width:29.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfTpozyINgSRqJFsxkAgomSskBSMU5Zd { top:6.1875rem;left:0rem;width:6.25rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtgr7tJTDTsrdSp4bIiZQuM1T2LduFni { top:22.5625rem;left:41.5625rem;width:6.1875rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEzNw4xoIPuNZePQrJ4iB9TH8oi3UzFK { display:block; }#hEzNw4xoIPuNZePQrJ4iB9TH8oi3UzFK > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #seSgZF18FykEeLv54AcCqdgJpMtgbb67 { top:8.9375rem;left:0rem;width:30.875rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoIfnwAaggH0fAms0dAfqcvTsanqR6Ob { top:8.4375rem;left:16.75rem;width:30.875rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsxyEk3UGpoRaEM0GNoocIl0JBQO0MTw { top:3.4375rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCtybzNd17UOP0yPCgKmOrs8IzhHEe1y { top:9.875rem;left:0rem;width:29.375rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTia4vh4MGCz7aG2pZDwZgm4tF4tVfB7 { top:9.5rem;left:18.375rem;width:29.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELqeBd0K1Hk4ccR4ftrcf7fuNMWeD8CT { top:6.75rem;left:0rem;width:6.25rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #p19OboZOStfKueIMFQ9TLQFZTKTKLRiS { top:12.4375rem;left:41.5625rem;width:6.1875rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvBLMbpEFFJlac2zahoHygWV6SIEREVC { display:block; }#KvBLMbpEFFJlac2zahoHygWV6SIEREVC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zUTuV5pTtmAIZhfg3IGqtockfJIvPD4R { top:4.375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJ92GDv2SDBlngKbk9pTzRbdLeZr53PH { top:14.625rem;left:3.8125rem;width:0.125rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEX7Q0U5Z3MZZOMWScOp8dmxGksNrdT7 { top:17.5625rem;left:5.4375rem;width:38.875rem;height:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FI6GTXgoiexA182qrdhED5mT9txG7EGH { top:14.625rem;left:0rem;width:3.75rem;height:3.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcRgvcqoKoPFPyA7N2R87y8xlMAnTSRz { top:8.375rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhClIZZSvaXw2P9cssCbvKsyit3pCra8 { top:18.625rem;left:0rem;width:5.75rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHh8kmJUy66HRMoCcUuukhQZiOwsG1PW { top:15.1875rem;left:2.5rem;width:45.25rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7u92qFsF22oFD97DkeG3Q1MUTgJpstN { top:25.8125rem;left:5.4375rem;width:38.875rem;height:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9msGrVlWzgeTiivRH7tdIslUR3hNzAK { top:22.875rem;left:3.8125rem;width:0.125rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaBaTUVIarVEaPObIGvTHIulz1rOlwMF { top:26.875rem;left:0rem;width:5.75rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGCQ0rmffPmKGgg9buTe2TFavT3vcGOq { top:22.875rem;left:0rem;width:3.75rem;height:3.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X21FR3gGGwvWLHIQposgdl3eqJgHtw6O { top:23.4375rem;left:2.5rem;width:45.25rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDsIE8ovInm485NhfbQJ1BQIPOfVZWZB { top:42.3125rem;left:5.4375rem;width:38.875rem;height:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnND31wzeaPNXTas21bCTPTvDBzU7Gxs { top:39.9375rem;left:2.5rem;width:45.25rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLcHgFGIocSoCKaDB4kIJ5G8nSOEmvF9 { top:34.0625rem;left:5.4375rem;width:38.875rem;height:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJgsgemlFDF2rZmW2b1okzbVeiUWAeZ5 { top:31.6875rem;left:2.5rem;width:45.25rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAfJ4JF5K2bbzJTroFWG6hhimzkPywlX { top:31.125rem;left:3.8125rem;width:0.125rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fU4AMi2wXW9TBVqLZnlqwDMLpzO4emJF { top:39.375rem;left:3.8125rem;width:0.125rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TomcuBqIT0CavstuEGiTsTNMugqJWw37 { top:31.125rem;left:0rem;width:3.75rem;height:3.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJg0NTbMtgNL7K6Zm84nV7yn9DV9V6UQ { top:35.125rem;left:0rem;width:5.75rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQIZdM2mfprVBebsaEVcP5OzPFCsrH2P { top:43.375rem;left:0rem;width:5.75rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBIq2KaPXnQMap2TiW3xiBFHdeosCkvZ { top:39.375rem;left:0rem;width:3.75rem;height:3.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZdHkzzTEPEM5kJ2znh7pPLOIbvaBOtG { top:47.3125rem;left:3.8125rem;width:0.125rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r04ZhNI6B0TAtSzEaKO7kxRX5ehuE8qz { top:50.25rem;left:5.4375rem;width:38.875rem;height:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKOPUgJ90CPM7MqwnFRKmh4HAChUR8Nm { top:51.3125rem;left:0rem;width:5.75rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgG50nEZ5xkgXlrKQ0gGpQuTATJOgG1n { top:47.3125rem;left:0rem;width:3.75rem;height:3.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7SxQ0ZoN9CUm9ELqUrdZhdNS7yGR66a { top:47.875rem;left:2.5rem;width:45.25rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #persZSEGI2QVFGzH2u4Iya623SwsPOqd { width:30.875rem;height:4.0625rem;top:57.3125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8aQz9nZtvy67mtPlB1FUPk0Gi8MV9Ws { display:block; }
 }@media only screen and (max-width: 763px) { #OzteVq3MfpgHyNxp7SIdH9mpBfvGXAlm { top:62.125rem;left:7.375rem;width:33rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRoIyFsuEbx3OvZUiOlmF6xZQzENtHMe { top:57.75rem;left:40.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mh9u4wnHbJToD3KJLL3gleh2CfhLt8CS { top:57.75rem;left:4.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpCg4lgZ12aXZ7SNwinfxSQXCEfsbMvH { width:30.875rem;height:4.0625rem;top:57.3125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QxEAow5NvcVBvJey3dTH8sieRXfyEscZ { display:block; }
 }@media only screen and (max-width: 763px) { #oad15OWCrsI5ZFZGTThHuvrtSQErZr8I { top:66.625rem;left:3.8125rem;width:40rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDhszFtDRAZp99OkSO1oDbr5qWzzTzQf { top:68.6875rem;left:4.03125rem;width:39.6875rem;height:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7yclQiqGB4aiOfgCspSRIA0T8d7cSrr { width:47.75rem;height:44.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #loa1UP9b7DHn8ZzO95uvIi5W1m42zt1p { display:block; }#loa1UP9b7DHn8ZzO95uvIi5W1m42zt1p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FGUzSdWFhpPTNa2bNydIR1JG2LlJ3HkP { top:5.375rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MziWhPAlF0l7UlJHd5zAFBkCK3DIst27 { top:9.9375rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEhv2uFyHIJz95yT0othwx71M4KAyFo2 { top:32.4375rem;left:0rem;width:47.75rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a69KB4Al3tEL0tGXEABRzdJhqZshGkHd { width:30.875rem;height:4.0625rem;top:38.5625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqFLCdRkAc1msPGMoQwKT5dmZyluB8Oo { display:block; }
 }@media only screen and (max-width: 763px) { #StLaHgaA7Fq1yx37bc7LnokkRrTcdKb3 { top:43.625rem;left:7.375rem;width:33rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oeq3JB5yTOpTsPqm8bcl4De0E6JTqoCm { top:39rem;left:40.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7r4OKBR38camAH6uhdCGFuRsTWNt29Z { top:39rem;left:4.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsDTfqLuEMNacFSCqLeLP3BVPdtDc1sh { width:30.875rem;height:4.0625rem;top:38.5625rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #b4vSoeArnL2QtnBTCW6sIKhVxwfEmFuh { display:block; }
 }@media only screen and (max-width: 763px) { #oMiavnrdELVyWp3VEZQt1OBFw44WhPKH { display:block; }#oMiavnrdELVyWp3VEZQt1OBFw44WhPKH > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jwmxwb6Ru56RVg1BTNxJTeIcoX46cPs3 { top:9.5625rem;left:0rem;width:30.875rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUC3Dtst1omE1R5tSRpdhkTrAV0qnFtS { top:4.0625rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PezIHLz0If28CrKHbsssT8005rAcbW6b { top:12.0625rem;left:0rem;width:25.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7Gd7lrefh77aQpaDHdTdFJoowB1GbrT { top:14.9375rem;left:0rem;width:24.25rem;height:6.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFgdwbg6tTHAqBOOXOs3vf2JAXkOlX58 { top:15.125rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoEOG36WZF7ODplfczk2l1H3AocxxZPc { top:12.3125rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtoU4N9BTeD39GZ32v4cP3KOtXMkq2IH { top:22.6875rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqS0z29OzbUceWMR5pkl7zTNkgoDT3cI { top:22.5rem;left:0rem;width:24.25rem;height:4.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHSmnIyTIVaPGEPr5XXxzhuO3JWDn6eF { top:28.4375rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6wTCf1zINFlJLBd37BLi6yhpXrT9ps7 { top:28.25rem;left:0rem;width:24.25rem;height:4.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzJwphP6Be0WZQU8TvAZuvrPHBuecbo5 { top:34.125rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2Bwbf00ZqkngC5BOtuHTnmdZnrZ32u9 { top:33.9375rem;left:0rem;width:24.25rem;height:4.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcppKAc4Mxz6aFCxkydpiSgTwqbNl4AO { top:9.5625rem;left:16.75rem;width:30.875rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2n1RTffEiLt8dd7JCt5EC4lzAlbtkgm { top:24rem;left:23.5rem;width:24.25rem;height:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwyG43s7nxSgKndk8vQLeKIrCxuPhEET { top:27.9375rem;left:23.5rem;width:24.25rem;height:4.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVVqlwL3MHDfK04hhdKt8GAD5uGz04bO { top:20.25rem;left:23.5rem;width:24.25rem;height:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXPa2DcMUpCiOJOIQ5PxFSpZ2LNzhlnb { top:15rem;left:23.5rem;width:24.25rem;height:4.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAXngSkD8IGfb5lRS6wi7he0VhIRzML5 { top:11.625rem;left:21.8125rem;width:25.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S56wH1a9SaTEDRALAEGPpvVIJVo8KTB9 { top:15.1875rem;left:29.375rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpzJScxRwrmicQAdMbbDiw2r5EZv5GLX { top:11.875rem;left:29.375rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2dJDrBSD4wfQZt565hErtNqcTK125DA { top:20.4375rem;left:29.375rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHyXZrkLJ3hLyasqxTeVdrraD3qLlD7W { top:24.1875rem;left:29.375rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaDJCeCSLx3TWMCCCTMh45959TiMta12 { top:28.125rem;left:29.375rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFuUBgMlqEKuvcNrPLCl9LvdecCUn5o3 { top:33.375rem;left:29.375rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytL4hI1T3TNmdBpJsJTxizS5TZcGFUoV { top:33.1875rem;left:23.5rem;width:24.25rem;height:4.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHfAEkzUUE2TK9H4b9gSRrlaGlcTZeTJ { width:26.625rem;height:4.0625rem;top:45.5625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #epHPQ1Mk4DqzrJQuFR5eCyfpvFTiW4Pu { display:block; }
 }@media only screen and (max-width: 763px) { #WGl8RSBkkP7ZrZAy7TJ1FBv1hJb0STEm { top:50.625rem;left:6.3125rem;width:35.125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWpJcqVe4P4sepBUmgS6HP5adTkF2Vca { top:46rem;left:38.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQGryXXlx8NlRsbltn6sGtagngnnnabh { top:46rem;left:6.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFNWWIThdLbpMDUaKdzXCAcl50eSM9ZQ { display:block; }#QFNWWIThdLbpMDUaKdzXCAcl50eSM9ZQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FX2AsfEAQDxqdmrx1WPq3VECRftyWrlQ { top:2.9375rem;left:0rem;width:35.5rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMNCqRM8TJ8ODJUl5aJisC1okTxB6zEJ { top:4.875rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewskJ7Neot6sTEHsMnGskXmTHqQ83ckx { top:9.625rem;left:0rem;width:37.8125rem;height:14.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTQOiSvToLWuWk5WVtZ0Ho3A9akzoCVW { top:25.625rem;left:0rem;width:38.125rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmVCBN1miJ8MWWJoTkJTPXEb2m7Wa0NS { top:0rem;left:21.9375rem;width:25.25rem;height:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOnppmOht5u87EshEzqsxTJx6X8th7ct { display:block; }#kOnppmOht5u87EshEzqsxTJx6X8th7ct > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EG5O0OiqFkdGhlBfTvivncBiE10yT9UN { top:3.1875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMfqxRCZ8amM5ycsO3GwB9xTyZ4o97IQ { top:7.1875rem;left:6.125rem;width:35.5rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwRA63ca1KFd5TM2A2kv9FZeMut00fDX { width:26.625rem;height:3.4375rem;top:21.4375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyeKpqCSWlu1AfhrNStUpJpPEZhX6cTR { display:block; }
 }@media only screen and (max-width: 763px) { #SFuD0650qpUr0G0erc31Rf1hptCt4VA9 { top:18.3125rem;left:0.875rem;width:46.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiTVaAhWsNxvOAfL8VhyokQnfsGGToC9 { top:13.625rem;left:16.375rem;width:15.0625rem;height:4.6875rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8sQGWV5PWrA4JZTzRTcTDeCMZpKAbBu { top:10.875rem;left:0.875rem;width:46.0625rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #od8rDNPPWW7sziHQ1TaqtmvMQgMrzfTp { top:24.875rem;left:12.625rem;width:22.5rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7Ss6MT86HSyGv4D2HgtpOHOWTJHCNzh { top:21.5625rem;left:38.03125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oefDkO4BMEfXPI5FpsO1yByxbX9sJxT5 { top:21.5625rem;left:6.84375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8cZsTu5MN4XA8VzuGJTWJzlUxhGuQMf { display:block; }#f8cZsTu5MN4XA8VzuGJTWJzlUxhGuQMf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #adh6w4RLZ6OIc4UNh7gKZiZRU2NEEFtL { top:7rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdNCCAJBKpztb9fdOkzrdiyt7KS2pStv { top:43.125rem;left:21.1875rem;width:26.5625rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQvGlV2ICSfFf7KMyXy7StCTNKANioQV { top:32.5625rem;left:12.0625rem;width:35.6875rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqrOI5woiXwLIQSemOo0bFGsQo9zuIXZ { top:40.6875rem;left:15.625rem;width:32.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5LTHb6x0mDlaDzyCx8TqcKGiCi5fb4x { top:11.625rem;left:0rem;width:35.6875rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIQ4mwI4rUCkzWqc4rRI8LEHl5peyoXP { top:22.125rem;left:0rem;width:26.5625rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCweAqWTx7BGOHOpqrVhCO3kNlcaRBaW { top:19.6875rem;left:0rem;width:32.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mm2ERy937iybvfzLaWctUn5wmhheq4VK { top:32.5625rem;left:0rem;width:35.6875rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #axlpPfMTNgfrr17TH1bM0IrF2OZvqiUZ { top:11.375rem;left:12.0625rem;width:35.6875rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpX5xSR1BJ3TTRHDqC60pEXeHW5Ub743 { top:43.6875rem;left:0rem;width:29.5625rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZIvymymFpdMFwhFZ0xSNy0HNeZRr8Fp { top:20.125rem;left:15.625rem;width:32.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvKsgG9enJwT2aZy6N5TWiTu8RD1Ou5o { top:41.25rem;left:0rem;width:32.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmA4pXfh6VozkHJnA5HCg0DATxLiLEyT { top:22.5625rem;left:21.1875rem;width:26.5625rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHfIBCwBEMTiNg23PwTggLikNms455wz { top:12.3125rem;left:0rem;width:7.8125rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzFbNeG0xmu35sUP4o2I9uAb1qXBWLQH { top:12.0625rem;left:27.4375rem;width:7.8125rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlTZ5e2rJGuNGo6WlaA9L4yOFNBI96mZ { top:33.1875rem;left:0rem;width:7.8125rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9cqK15ppdl071fmTFlvhPrC5kqN8N3c { top:33.25rem;left:27.4375rem;width:7.8125rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9JOXT1iqzZ1x3dxgPTtRZ2THKRbO0cF { top:4.4375rem;left:6.125rem;width:35.5rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtqhZiN0bZTsyy6ZQ3iafRwLGHf2ZOGT { display:block; }#AtqhZiN0bZTsyy6ZQ3iafRwLGHf2ZOGT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uGBamuiN37gNtsOs0TB6EyDwC1cHcrFe { top:16.875rem;left:0rem;width:30.4375rem;height:4.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFUsDJVrCBshGHViWkvQuoTxatrhkCS5 { top:3.4375rem;left:0rem;width:47.75rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8b32zxehuqo9NdqyHRVS2cR7EUCniZz { top:13.75rem;left:0rem;width:32.125rem;height:3.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8rIEt2S4uTI0TQhvumVPnHi0GRMCuTo { top:7.125rem;left:0rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1pCW3Q3quPOs5eHJsJl3LEsGBN2omlM { top:5.0625rem;left:25.5625rem;width:22.1875rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6BTeDgTAM5cwqkGIX7b6fyLRgoAh7Kc { display:block; }#c6BTeDgTAM5cwqkGIX7b6fyLRgoAh7Kc > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xln8QP1W0iBwPnTdgSSCzA85fLdop7VT { top:4rem;left:2.40625rem;width:42.9375rem;height:5.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJl9WQw7SoAMH8ZueMBI90c03QCsnl10 { width:30.8125rem;height:3.4375rem;top:12.1875rem;left:8.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGCbp6ERFZrolSFXNMZXnX4RWOIH37T1 { display:block; }
 }@media only screen and (max-width: 763px) { #yH7W7cUC54tHllpTyWZLQw3Toy7nQrah { top:16.5625rem;left:6.3125rem;width:35.125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObSFXnxVGVNeTBr0kmB3s0Bwt3GLBUEn { top:12.3125rem;left:40.21875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEKCsCSuDEngmXIsNR9tKHnzaelyECvT { top:12.3125rem;left:4.65625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsCUtDGHH7e8mZCCn4TrSe1Uln9b3GEZ { width:30.8125rem;height:3.4375rem;top:12.1875rem;left:8.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OUgtN9RFPCstMrnidBCqqfRGVbN1KXWU { display:block; }
 }@media only screen and (max-width: 763px) { #PIHrDyNcGWXlh3aJUlEZRxkLgkQGPi6q { display:block; }#PIHrDyNcGWXlh3aJUlEZRxkLgkQGPi6q > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K4aecV5vKKfX99FPdyySB1PMAZLSNpbW { display:block; }#K4aecV5vKKfX99FPdyySB1PMAZLSNpbW > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H0e5zJyBR0kOFJGk0me81oSzeInSnlBs { top:3.0625rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eAstKXS1qaKz9pRV8LCtPTnbULTJx4i6 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9d03c903-9578-4c5c-8469-a328c925991b/ppppp.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#eAstKXS1qaKz9pRV8LCtPTnbULTJx4i6.adaptive-delivery-prevent-bg, #eAstKXS1qaKz9pRV8LCtPTnbULTJx4i6.lazyload, #eAstKXS1qaKz9pRV8LCtPTnbULTJx4i6.lazyloading { background-image: none; }#eAstKXS1qaKz9pRV8LCtPTnbULTJx4i6 > .row .container { background-color: transparent; background-image: none; }#eAstKXS1qaKz9pRV8LCtPTnbULTJx4i6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(253,246,236,0.85); }#eAstKXS1qaKz9pRV8LCtPTnbULTJx4i6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAstKXS1qaKz9pRV8LCtPTnbULTJx4i6 > .row .container > .video-iframe-container { display: none; }#eAstKXS1qaKz9pRV8LCtPTnbULTJx4i6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(253,246,236,0.85); }#eAstKXS1qaKz9pRV8LCtPTnbULTJx4i6 > .row > .video-iframe-container { display: none; }#eAstKXS1qaKz9pRV8LCtPTnbULTJx4i6 > .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); }#eAstKXS1qaKz9pRV8LCtPTnbULTJx4i6 > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zQ7O9exgL0DuAoD8q1U8kCU5uZkSUsek { width:20rem;height:13.125rem;top:1.71875rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TkUEy5MTTiFoJ4abkrTSLeTWa9uQpS4z { width:20rem;height:0;top:38.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rUNr8bEZR23cgx1I1LKw3EvklASFGCqn { width:20rem;height:5rem;top:24.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxm8nSORtOPn1nL6n9rdt8xqGgT7y2yT { display:block; }
 }@media only screen and (max-width: 763px) { #F4Du4dA5RoSfmfTbFGCaONRsfzyPXBGo { width:20rem;height:1.4624rem;top:15.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOlCOKsfsTchg1CTb871cNDnBU1E8al9 { width:15.0625rem;height:2.5996125rem;top:18.625rem;left:2.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmrG8i8SRsUL2bkJlEG8GOkRbpNvXJDX { width:20rem;height:1.3808625rem;top:21.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9ye3TFMmScMATXQTrHFR6JiABTfGITM { width:8.875rem;height:2.5rem;top:0rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVlke4xr8cKZkTIoh8E89F2dacSyrpMp { display:block; }#ZVlke4xr8cKZkTIoh8E89F2dacSyrpMp > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #htuhR7ebM2K1gffGDqiUay8EUFzkgZHm { width:20rem;height:3.41161875rem;top:18.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfvAkOB6hv1QridiPs05m3B4VkOZS9VK { width:20rem;height:9.5605625rem;top:7.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15002;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ESl7GNxysEZAqw7VE7AP1sqzNoII7yWG { width:20rem;height:6.4375rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmkF3yyqCuNgTKBcTysseyZePvhtMMMn { display:none; }#DmkF3yyqCuNgTKBcTysseyZePvhtMMMn > .row .container { width:20rem;height:41.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iT2yUSKncgwD7Z8ZQav4TfckiVS823Fw { width:19.0625rem;height:5.75rem;top:9.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETMshazpT2CO1IFWoqymrz4JIS3O54WL { width:19.125rem;height:5.1875rem;top:16.625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZHyzUNFNM1VSmLaEEI4kB7gxofRkqCB { width:20rem;height:5.5996125rem;top:3.49951171875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmfKeMvBUlxLx6vBr2SHKvVM5OhoZSOn { width:18.25rem;height:3.9375rem;top:10.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hsh3PhQPTSwcGE0Oh70XqioKzWNtPgh8 { width:17.5625rem;height:4.1875rem;top:23.90625rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTwulygJQHCciHtQiPwuTGr49KiTOlG9 { width:18.1875rem;height:7rem;top:30.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oE2B4w8IUIHO1LE3678k37z9aQ2QH8ny { width:17.8125rem;height:5.25rem;top:31.1875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTrec1EQMUDM9ADOqdLZuLp2K604B2dD { width:18.6875rem;height:6rem;top:22.9375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cp97My7bUPLqDQgn8WFTGWZDHNUv2V6h { width:17.5625rem;height:3.625rem;top:17.46875rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfTpozyINgSRqJFsxkAgomSskBSMU5Zd { width:3.125rem;height:3.5rem;top:9.037109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtgr7tJTDTsrdSp4bIiZQuM1T2LduFni { width:3.75rem;height:4.1875rem;top:34.125rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEzNw4xoIPuNZePQrJ4iB9TH8oi3UzFK { display:block; }#hEzNw4xoIPuNZePQrJ4iB9TH8oi3UzFK > .row .container { width:20rem;height:26.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #seSgZF18FykEeLv54AcCqdgJpMtgbb67 { width:19.0625rem;height:5.75rem;top:9.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoIfnwAaggH0fAms0dAfqcvTsanqR6Ob { width:18.6875rem;height:5.1875rem;top:16.625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsxyEk3UGpoRaEM0GNoocIl0JBQO0MTw { width:20rem;height:5.5996125rem;top:3.49951171875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCtybzNd17UOP0yPCgKmOrs8IzhHEe1y { width:18.25rem;height:3.9375rem;top:10.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTia4vh4MGCz7aG2pZDwZgm4tF4tVfB7 { width:17.5625rem;height:3.625rem;top:17.46875rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELqeBd0K1Hk4ccR4ftrcf7fuNMWeD8CT { width:3.125rem;height:3.5rem;top:9.037109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p19OboZOStfKueIMFQ9TLQFZTKTKLRiS { width:3.75rem;height:4.1875rem;top:18.8125rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvBLMbpEFFJlac2zahoHygWV6SIEREVC { display:block; }#KvBLMbpEFFJlac2zahoHygWV6SIEREVC > .row .container { width:20rem;height:122.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zUTuV5pTtmAIZhfg3IGqtockfJIvPD4R { width:20rem;height:3.8994125rem;top:1.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJ92GDv2SDBlngKbk9pTzRbdLeZr53PH { width:20rem;height:0.125rem;top:41.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEX7Q0U5Z3MZZOMWScOp8dmxGksNrdT7 { width:20rem;height:4.4619125rem;top:35.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FI6GTXgoiexA182qrdhED5mT9txG7EGH { width:1.9375rem;height:3.4121125rem;top:30.125rem;left:0rem;font-size:2.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QcRgvcqoKoPFPyA7N2R87y8xlMAnTSRz { width:20rem;height:6.2988125rem;top:6.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhClIZZSvaXw2P9cssCbvKsyit3pCra8 { width:4.4375rem;height:1.57470625rem;top:31.0625rem;left:1.3125rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #pHh8kmJUy66HRMoCcUuukhQZiOwsG1PW { width:20rem;height:1.6621125rem;top:33.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7u92qFsF22oFD97DkeG3Q1MUTgJpstN { width:20rem;height:4.4619125rem;top:48.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9msGrVlWzgeTiivRH7tdIslUR3hNzAK { width:20rem;height:0.125rem;top:53.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaBaTUVIarVEaPObIGvTHIulz1rOlwMF { width:4rem;height:1.57470625rem;top:43.6875rem;left:1.625rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #WGCQ0rmffPmKGgg9buTe2TFavT3vcGOq { width:3.75rem;height:3.4121125rem;top:42.75rem;left:0rem;font-size:2.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X21FR3gGGwvWLHIQposgdl3eqJgHtw6O { width:20rem;height:1.6621125rem;top:46.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDsIE8ovInm485NhfbQJ1BQIPOfVZWZB { width:20rem;height:4.4619125rem;top:77.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnND31wzeaPNXTas21bCTPTvDBzU7Gxs { width:20rem;height:3.32421875rem;top:73.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLcHgFGIocSoCKaDB4kIJ5G8nSOEmvF9 { width:20rem;height:5.94921875rem;top:61.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJgsgemlFDF2rZmW2b1okzbVeiUWAeZ5 { width:20rem;height:1.6621125rem;top:59.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAfJ4JF5K2bbzJTroFWG6hhimzkPywlX { width:20rem;height:0.125rem;top:68.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fU4AMi2wXW9TBVqLZnlqwDMLpzO4emJF { width:20rem;height:0.125rem;top:82.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TomcuBqIT0CavstuEGiTsTNMugqJWw37 { width:3.75rem;height:3.4121125rem;top:55.9375rem;left:0rem;font-size:2.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dJg0NTbMtgNL7K6Zm84nV7yn9DV9V6UQ { width:5.5625rem;height:1.57470625rem;top:56.875rem;left:0rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #nQIZdM2mfprVBebsaEVcP5OzPFCsrH2P { width:5.75rem;height:1.57470625rem;top:70.8125rem;left:0rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #PBIq2KaPXnQMap2TiW3xiBFHdeosCkvZ { width:3.75rem;height:3.4121125rem;top:69.875rem;left:0rem;font-size:2.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SZdHkzzTEPEM5kJ2znh7pPLOIbvaBOtG { width:20rem;height:0.125rem;top:102rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #r04ZhNI6B0TAtSzEaKO7kxRX5ehuE8qz { width:20rem;height:5.94921875rem;top:90.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKOPUgJ90CPM7MqwnFRKmh4HAChUR8Nm { width:5.75rem;height:1.57470625rem;top:85.5rem;left:0rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #kgG50nEZ5xkgXlrKQ0gGpQuTATJOgG1n { width:3.75rem;height:3.4121125rem;top:84.5625rem;left:0rem;font-size:2.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #M7SxQ0ZoN9CUm9ELqUrdZhdNS7yGR66a { width:20rem;height:1.6621125rem;top:88rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #persZSEGI2QVFGzH2u4Iya623SwsPOqd { width:20rem;height:4.0625rem;top:82.4375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #c8aQz9nZtvy67mtPlB1FUPk0Gi8MV9Ws { display:block; }
 }@media only screen and (max-width: 763px) { #OzteVq3MfpgHyNxp7SIdH9mpBfvGXAlm { width:20rem;height:3.41161875rem;top:103.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRoIyFsuEbx3OvZUiOlmF6xZQzENtHMe { display:flex;width:2.1875rem;height:2.1875rem;top:98.8125rem;left:17.8125rem; }
 }@media only screen and (max-width: 763px) { #Mh9u4wnHbJToD3KJLL3gleh2CfhLt8CS { display:flex;width:2.375rem;height:2.375rem;top:98.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IpCg4lgZ12aXZ7SNwinfxSQXCEfsbMvH { width:14.5625rem;height:4.0625rem;top:97.875rem;left:2.75rem;font-size:0.9375rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #QxEAow5NvcVBvJey3dTH8sieRXfyEscZ { display:block; }
 }@media only screen and (max-width: 763px) { #oad15OWCrsI5ZFZGTThHuvrtSQErZr8I { width:19.875rem;height:11.0625rem;top:108.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDhszFtDRAZp99OkSO1oDbr5qWzzTzQf { width:16.875rem;height:9.1875rem;top:109.0625rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7yclQiqGB4aiOfgCspSRIA0T8d7cSrr { top:13.6875rem;left:1.375rem;width:17.25rem;height:15.9375rem;z-index:15037;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #loa1UP9b7DHn8ZzO95uvIi5W1m42zt1p { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0561b8c1-ba0a-4f9f-981c-63cba4e00f0a/drat23.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#loa1UP9b7DHn8ZzO95uvIi5W1m42zt1p.adaptive-delivery-prevent-bg, #loa1UP9b7DHn8ZzO95uvIi5W1m42zt1p.lazyload, #loa1UP9b7DHn8ZzO95uvIi5W1m42zt1p.lazyloading { background-image: none; }#loa1UP9b7DHn8ZzO95uvIi5W1m42zt1p > .row .container { background-color: transparent; background-image: none; }#loa1UP9b7DHn8ZzO95uvIi5W1m42zt1p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#loa1UP9b7DHn8ZzO95uvIi5W1m42zt1p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loa1UP9b7DHn8ZzO95uvIi5W1m42zt1p > .row .container > .video-iframe-container { display: none; }#loa1UP9b7DHn8ZzO95uvIi5W1m42zt1p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#loa1UP9b7DHn8ZzO95uvIi5W1m42zt1p > .row > .video-iframe-container { display: none; }#loa1UP9b7DHn8ZzO95uvIi5W1m42zt1p > .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); }#loa1UP9b7DHn8ZzO95uvIi5W1m42zt1p > .row .container { width:20rem;height:64.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FGUzSdWFhpPTNa2bNydIR1JG2LlJ3HkP { width:20rem;height:4.79980625rem;top:3.34521484375rem;left:0rem;font-size:2rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MziWhPAlF0l7UlJHd5zAFBkCK3DIst27 { width:20rem;height:28.34475rem;top:10.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEhv2uFyHIJz95yT0othwx71M4KAyFo2 { width:20rem;height:9.187rem;top:41.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a69KB4Al3tEL0tGXEABRzdJhqZshGkHd { width:20rem;height:4.0625rem;top:51.625rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZqFLCdRkAc1msPGMoQwKT5dmZyluB8Oo { display:block; }
 }@media only screen and (max-width: 763px) { #StLaHgaA7Fq1yx37bc7LnokkRrTcdKb3 { width:20rem;height:3.41161875rem;top:57rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oeq3JB5yTOpTsPqm8bcl4De0E6JTqoCm { display:flex;width:2.1875rem;height:2.1875rem;top:52.6875rem;left:17.8125rem; }
 }@media only screen and (max-width: 763px) { #m7r4OKBR38camAH6uhdCGFuRsTWNt29Z { display:flex;width:2.125rem;height:2.125rem;top:52.71875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wsDTfqLuEMNacFSCqLeLP3BVPdtDc1sh { width:13.9375rem;height:4.0625rem;top:51.75rem;left:3.03125rem;font-size:0.9375rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #b4vSoeArnL2QtnBTCW6sIKhVxwfEmFuh { display:block; }
 }@media only screen and (max-width: 763px) { #oMiavnrdELVyWp3VEZQt1OBFw44WhPKH { display:block; }#oMiavnrdELVyWp3VEZQt1OBFw44WhPKH > .row .container { width:20rem;height:93.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jwmxwb6Ru56RVg1BTNxJTeIcoX46cPs3 { width:19.875rem;height:33.75rem;top:10.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUC3Dtst1omE1R5tSRpdhkTrAV0qnFtS { width:20rem;height:7.1996875rem;top:2.0625rem;left:0rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PezIHLz0If28CrKHbsssT8005rAcbW6b { width:16.25rem;height:1.75rem;top:12.6875rem;left:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7Gd7lrefh77aQpaDHdTdFJoowB1GbrT { width:16.6875rem;height:7.4365rem;top:15.8125rem;left:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFgdwbg6tTHAqBOOXOs3vf2JAXkOlX58 { display:flex;width:1.1875rem;height:1.1875rem;top:15.8125rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #PoEOG36WZF7ODplfczk2l1H3AocxxZPc { display:flex;width:1.1875rem;height:1.1875rem;top:12.875rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #NtoU4N9BTeD39GZ32v4cP3KOtXMkq2IH { display:flex;width:1.1875rem;height:1.1875rem;top:24.3125rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #hqS0z29OzbUceWMR5pkl7zTNkgoDT3cI { width:16.75rem;height:4.4619125rem;top:24.3125rem;left:2.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHSmnIyTIVaPGEPr5XXxzhuO3JWDn6eF { display:flex;width:1.1875rem;height:1.1875rem;top:29.625rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #X6wTCf1zINFlJLBd37BLi6yhpXrT9ps7 { width:16.5625rem;height:5.94921875rem;top:29.625rem;left:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzJwphP6Be0WZQU8TvAZuvrPHBuecbo5 { display:flex;width:1.1875rem;height:1.1875rem;top:36.1875rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #w2Bwbf00ZqkngC5BOtuHTnmdZnrZ32u9 { width:16.4375rem;height:7.4365rem;top:36.1875rem;left:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcppKAc4Mxz6aFCxkydpiSgTwqbNl4AO { width:19.875rem;height:34.5625rem;top:45.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2n1RTffEiLt8dd7JCt5EC4lzAlbtkgm { width:17.25rem;height:4.4619125rem;top:61.5rem;left:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwyG43s7nxSgKndk8vQLeKIrCxuPhEET { width:17.25rem;height:5.94921875rem;top:66.5rem;left:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVVqlwL3MHDfK04hhdKt8GAD5uGz04bO { width:17.3125rem;height:4.4619125rem;top:56.3125rem;left:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXPa2DcMUpCiOJOIQ5PxFSpZ2LNzhlnb { width:17.375rem;height:4.4619125rem;top:51.375rem;left:2.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAXngSkD8IGfb5lRS6wi7he0VhIRzML5 { width:17.375rem;height:1.75rem;top:47.6875rem;left:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S56wH1a9SaTEDRALAEGPpvVIJVo8KTB9 { display:flex;width:1.1875rem;height:1.1875rem;top:51.375rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #hpzJScxRwrmicQAdMbbDiw2r5EZv5GLX { display:flex;width:1.1875rem;height:1.1875rem;top:48rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #B2dJDrBSD4wfQZt565hErtNqcTK125DA { display:flex;width:1.1875rem;height:1.1875rem;top:56.3125rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #NHyXZrkLJ3hLyasqxTeVdrraD3qLlD7W { display:flex;width:1.1875rem;height:1.1875rem;top:61.5rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #oaDJCeCSLx3TWMCCCTMh45959TiMta12 { display:flex;width:1.1875rem;height:1.1875rem;top:66.5rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #NFuUBgMlqEKuvcNrPLCl9LvdecCUn5o3 { display:flex;width:1.1875rem;height:1.1875rem;top:73.25rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #ytL4hI1T3TNmdBpJsJTxizS5TZcGFUoV { width:17.3125rem;height:5.94921875rem;top:73.25rem;left:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHfAEkzUUE2TK9H4b9gSRrlaGlcTZeTJ { width:15.75rem;height:3.5625rem;top:82.5rem;left:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #epHPQ1Mk4DqzrJQuFR5eCyfpvFTiW4Pu { display:block; }
 }@media only screen and (max-width: 763px) { #WGl8RSBkkP7ZrZAy7TJ1FBv1hJb0STEm { width:20rem;height:3.65625rem;top:87.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWpJcqVe4P4sepBUmgS6HP5adTkF2Vca { display:flex;width:1.75rem;height:1.75rem;top:83.40625rem;left:18.25rem; }
 }@media only screen and (max-width: 763px) { #cQGryXXlx8NlRsbltn6sGtagngnnnabh { display:flex;width:1.8125rem;height:1.8125rem;top:83.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QFNWWIThdLbpMDUaKdzXCAcl50eSM9ZQ { display:block; }#QFNWWIThdLbpMDUaKdzXCAcl50eSM9ZQ > .row .container { width:20rem;height:72.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FX2AsfEAQDxqdmrx1WPq3VECRftyWrlQ { width:20rem;height:1.92480625rem;top:2.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMNCqRM8TJ8ODJUl5aJisC1okTxB6zEJ { width:20rem;height:5.19921875rem;top:5.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewskJ7Neot6sTEHsMnGskXmTHqQ83ckx { width:20rem;height:22.3095625rem;top:10.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTQOiSvToLWuWk5WVtZ0Ho3A9akzoCVW { width:20rem;height:10.722625rem;top:34.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmVCBN1miJ8MWWJoTkJTPXEb2m7Wa0NS { width:20rem;height:26.75rem;top:45.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOnppmOht5u87EshEzqsxTJx6X8th7ct { display:block; }#kOnppmOht5u87EshEzqsxTJx6X8th7ct > .row .container { width:20rem;height:40.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EG5O0OiqFkdGhlBfTvivncBiE10yT9UN { width:20rem;height:9.599625rem;top:3.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMfqxRCZ8amM5ycsO3GwB9xTyZ4o97IQ { width:20rem;height:2.0996125rem;top:13.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwRA63ca1KFd5TM2A2kv9FZeMut00fDX { width:15.25rem;height:3.4375rem;top:26.5625rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyeKpqCSWlu1AfhrNStUpJpPEZhX6cTR { display:block; }
 }@media only screen and (max-width: 763px) { #SFuD0650qpUr0G0erc31Rf1hptCt4VA9 { width:20rem;height:1.3808625rem;top:23.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiTVaAhWsNxvOAfL8VhyokQnfsGGToC9 { width:15.0625rem;height:3.49365rem;top:20.0625rem;left:2.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8sQGWV5PWrA4JZTzRTcTDeCMZpKAbBu { width:20rem;height:1.54345625rem;top:17.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #od8rDNPPWW7sziHQ1TaqtmvMQgMrzfTp { width:20rem;height:6.4375rem;top:31.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7Ss6MT86HSyGv4D2HgtpOHOWTJHCNzh { display:flex;width:1.875rem;height:1.875rem;top:27.34375rem;left:18.125rem; }
 }@media only screen and (max-width: 763px) { #oefDkO4BMEfXPI5FpsO1yByxbX9sJxT5 { display:flex;width:1.8125rem;height:1.8125rem;top:27.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #f8cZsTu5MN4XA8VzuGJTWJzlUxhGuQMf { display:block; }#f8cZsTu5MN4XA8VzuGJTWJzlUxhGuQMf > .row .container { width:20rem;height:93.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #adh6w4RLZ6OIc4UNh7gKZiZRU2NEEFtL { width:20rem;height:5.19921875rem;top:6.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdNCCAJBKpztb9fdOkzrdiyt7KS2pStv { width:17.125rem;height:11.0229375rem;top:23.375rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQvGlV2ICSfFf7KMyXy7StCTNKANioQV { width:20rem;height:22rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqrOI5woiXwLIQSemOo0bFGsQo9zuIXZ { width:18.5rem;height:3.57421875rem;top:19.125rem;left:0.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5LTHb6x0mDlaDzyCx8TqcKGiCi5fb4x { width:20rem;height:16.8125rem;top:36.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIQ4mwI4rUCkzWqc4rRI8LEHl5peyoXP { width:16.4375rem;height:6.2988125rem;top:45.625rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCweAqWTx7BGOHOpqrVhCO3kNlcaRBaW { width:19.0625rem;height:3.57421875rem;top:41rem;left:0.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mm2ERy937iybvfzLaWctUn5wmhheq4VK { width:20rem;height:16.375rem;top:73.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #axlpPfMTNgfrr17TH1bM0IrF2OZvqiUZ { width:20rem;height:17.5625rem;top:54.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpX5xSR1BJ3TTRHDqC60pEXeHW5Ub743 { width:16.8125rem;height:6.2988125rem;top:82.0625rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZIvymymFpdMFwhFZ0xSNy0HNeZRr8Fp { width:18.875rem;height:1.7871125rem;top:59rem;left:1.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvKsgG9enJwT2aZy6N5TWiTu8RD1Ou5o { width:13.5625rem;height:3.57421875rem;top:77.875rem;left:1.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmA4pXfh6VozkHJnA5HCg0DATxLiLEyT { width:17.1875rem;height:9.44825rem;top:61.625rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHfIBCwBEMTiNg23PwTggLikNms455wz { width:4.125rem;height:3.9375rem;top:37.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzFbNeG0xmu35sUP4o2I9uAb1qXBWLQH { width:4.6875rem;height:4.5rem;top:54.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlTZ5e2rJGuNGo6WlaA9L4yOFNBI96mZ { width:4.375rem;height:4.1875rem;top:73.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9cqK15ppdl071fmTFlvhPrC5kqN8N3c { width:4.8125rem;height:4.625rem;top:13.9375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9JOXT1iqzZ1x3dxgPTtRZ2THKRbO0cF { width:20rem;height:1.92480625rem;top:3.88720703125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtqhZiN0bZTsyy6ZQ3iafRwLGHf2ZOGT { display:block; }#AtqhZiN0bZTsyy6ZQ3iafRwLGHf2ZOGT > .row .container { width:20rem;height:36.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uGBamuiN37gNtsOs0TB6EyDwC1cHcrFe { width:17.4375rem;height:9.44825rem;top:21.25rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFUsDJVrCBshGHViWkvQuoTxatrhkCS5 { width:20rem;height:30.3125rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8b32zxehuqo9NdqyHRVS2cR7EUCniZz { width:18.75rem;height:2.4375rem;top:18.1875rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8rIEt2S4uTI0TQhvumVPnHi0GRMCuTo { display:flex;width:5.0625rem;height:5.0625rem;top:3.75rem;left:13.25rem;z-index:15019; }
 }@media only screen and (max-width: 763px) { #F1pCW3Q3quPOs5eHJsJl3LEsGBN2omlM { width:13.75rem;height:12.6875rem;top:4.375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6BTeDgTAM5cwqkGIX7b6fyLRgoAh7Kc { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d631ca12-cb76-48c9-8190-1cb2ee33aa9e/Projektbeznazwy24.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#c6BTeDgTAM5cwqkGIX7b6fyLRgoAh7Kc.adaptive-delivery-prevent-bg, #c6BTeDgTAM5cwqkGIX7b6fyLRgoAh7Kc.lazyload, #c6BTeDgTAM5cwqkGIX7b6fyLRgoAh7Kc.lazyloading { background-image: none; }#c6BTeDgTAM5cwqkGIX7b6fyLRgoAh7Kc > .row .container { background-color: transparent; background-image: none; }#c6BTeDgTAM5cwqkGIX7b6fyLRgoAh7Kc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#c6BTeDgTAM5cwqkGIX7b6fyLRgoAh7Kc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c6BTeDgTAM5cwqkGIX7b6fyLRgoAh7Kc > .row .container > .video-iframe-container { display: none; }#c6BTeDgTAM5cwqkGIX7b6fyLRgoAh7Kc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#c6BTeDgTAM5cwqkGIX7b6fyLRgoAh7Kc > .row > .video-iframe-container { display: none; }#c6BTeDgTAM5cwqkGIX7b6fyLRgoAh7Kc > .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); }#c6BTeDgTAM5cwqkGIX7b6fyLRgoAh7Kc > .row .container { width:20rem;height:25.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xln8QP1W0iBwPnTdgSSCzA85fLdop7VT { width:20rem;height:5.84911875rem;top:3.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJl9WQw7SoAMH8ZueMBI90c03QCsnl10 { width:20rem;height:3.4375rem;top:11.3125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rGCbp6ERFZrolSFXNMZXnX4RWOIH37T1 { display:block; }
 }@media only screen and (max-width: 763px) { #yH7W7cUC54tHllpTyWZLQw3Toy7nQrah { width:20rem;height:3.65625rem;top:11.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObSFXnxVGVNeTBr0kmB3s0Bwt3GLBUEn { display:flex;width:1.75rem;height:1.75rem;top:18.4375rem;left:18.25rem; }
 }@media only screen and (max-width: 763px) { #HEKCsCSuDEngmXIsNR9tKHnzaelyECvT { display:flex;width:1.875rem;height:1.875rem;top:18.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VsCUtDGHH7e8mZCCn4TrSe1Uln9b3GEZ { width:14.25rem;height:3.8125rem;top:17.4375rem;left:2.875rem;font-size:1rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #OUgtN9RFPCstMrnidBCqqfRGVbN1KXWU { display:block; }
 }@media only screen and (max-width: 763px) { #PIHrDyNcGWXlh3aJUlEZRxkLgkQGPi6q { display:block; }#PIHrDyNcGWXlh3aJUlEZRxkLgkQGPi6q > .row .container { width:20rem;height:1.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K4aecV5vKKfX99FPdyySB1PMAZLSNpbW { display:block; }#K4aecV5vKKfX99FPdyySB1PMAZLSNpbW > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H0e5zJyBR0kOFJGk0me81oSzeInSnlBs { width:20rem;height:1.13720625rem;top:2.15625rem;left:0rem;font-size:0.875rem;display:block; }
 }