.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#blIBk3LiT1M9PvW0Os7WOLSzubFZpGQ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blIBk3LiT1M9PvW0Os7WOLSzubFZpGQ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blIBk3LiT1M9PvW0Os7WOLSzubFZpGQ9 > .row > .video-iframe-container { display: none; }#blIBk3LiT1M9PvW0Os7WOLSzubFZpGQ9 > .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); }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl { background-color:#010103;background-image:url("https://images.assets-landingi.com/uc/7dccbbf4-51d2-4e21-914b-f88ac60b5d51/Projektbeznazwy1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl.adaptive-delivery-prevent-bg, #OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl.lazyload, #OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl.lazyloading { background-image: none; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row .container { background-color: transparent; background-image: none; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row .container > .video-iframe-container { display: none; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row > .video-iframe-container { display: none; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .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); }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row .container { border-width: 0; border-radius: 0; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row .container { width:60rem;height:44.0625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#Za7O2bXWzmqrFdWNKV86B0yHpcv4OdLo { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:5rem;width:60rem;top:0rem;left:0rem;display:block; }
#ClThy2Eg1AN31mxFARdEM1OF2f5TUn0b { color:#010104;display:block;width:35.4375rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1875rem;left:6rem;height:1.9375rem;font-style:normal;display:block; }
#JeK3ub1I5eLGyHwtr4dL1iu1FKF2FVLq { color:#ffffff;display:block;width:17.3125rem;position:absolute;font-family:ubuntu;font-size:3.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 1.25rem #000000;top:13.875rem;left:0rem;height:4.5rem;font-style:normal;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; }
#NMZMAFFJDukhtS1grcTisK4vSox3kuXz .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NMZMAFFJDukhtS1grcTisK4vSox3kuXz .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;color:#000000;padding-top:0.37875rem;padding-right:0.33125rem;padding-bottom:0.37875rem;padding-left:0.33125rem;display:block;align-items:center;width:1.98625rem;min-width:1.98625rem;height:2.03625rem;position:relative;font-family:"open sans";font-size:1.515rem;font-weight:700;line-height:32.58px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NMZMAFFJDukhtS1grcTisK4vSox3kuXz .widget-text.counter-label { background-color:;background-image:none;color:#8e0f7a;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.236875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.64875rem;height:0.805rem;position:relative;font-family:"open sans";font-size:0.568125rem;font-weight:700;line-height:12.88px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NMZMAFFJDukhtS1grcTisK4vSox3kuXz { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:14.625rem;height:3.835625rem;padding-top:0.47375rem;padding-right:0.473125rem;padding-bottom:0.47375rem;padding-left:0.473125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:37.674999237061rem;z-index:15015; }
#NMZMAFFJDukhtS1grcTisK4vSox3kuXz #x2rFOo2w5RKT18TRE8wRrQIiaUNf8hn4 { display:flex;position:relative;top:0rem;left:0rem; }
#NMZMAFFJDukhtS1grcTisK4vSox3kuXz #nF5o41CgA5P4aXn2zfasxTR7bw0TekV8 { width:auto; }
#NMZMAFFJDukhtS1grcTisK4vSox3kuXz #vpVbTM9HPcc6ElZbNI55m8IeSl3PPiBk {  }
#NMZMAFFJDukhtS1grcTisK4vSox3kuXz #AOrxVuKLRTdxKc9GgbhSR0QvHbiyBgTT { display:flex;position:relative;top:0rem;left:0rem; }
#NMZMAFFJDukhtS1grcTisK4vSox3kuXz #DpgVR93zw26w5gkcLRVokKqW1CLxrRbJ {  }
#NMZMAFFJDukhtS1grcTisK4vSox3kuXz #nI9RRLHocHxtxIorNLlVvSLcKRCq86tu {  }
#NMZMAFFJDukhtS1grcTisK4vSox3kuXz #P6pOE49yALabVCg8sH1PspPNAszbQklb { display:flex;position:relative;top:0rem;left:0rem; }
#NMZMAFFJDukhtS1grcTisK4vSox3kuXz #AvhMMBSdTTkiTPSIG8pIX11I5XVDbamF {  }
#NMZMAFFJDukhtS1grcTisK4vSox3kuXz #mox6ayiADAMiZLiQQ6GCJQGEwRGCBsdT {  }
#NMZMAFFJDukhtS1grcTisK4vSox3kuXz #yHohLTtbXcODpokTupU6ZqN0QoJcWKgy { display:flex;position:relative;top:0rem;left:0rem; }
#NMZMAFFJDukhtS1grcTisK4vSox3kuXz #To5HD4kK5xRCEnf1befo0TALHcTCzZLu {  }
#NMZMAFFJDukhtS1grcTisK4vSox3kuXz #RM3mZUCZvgHoQwNdXxMT2BMybBXXdelm {  }
#URGezvbhT1vTWkI9rSDCVyho78c7O9pK { background-color:#81377b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:3.375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:35.0625rem;left:23.3125rem;display:none; }
#EDI9z3hyfqhFewITR1mbZKixe6UkBguD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QlDfVl2cp51PkTibTSDuhKXQfIlvWkF6 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.875rem;width:37.125rem;top:7.9375rem;left:11.4375rem;overflow:hidden;display:block; }
#CZGO6fbnqkF1dVFDTcsnhtq7saufWBp1 { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#81377b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:3.375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:32.5rem;left:23.3125rem;display:block; }
#JOZclbmlcWHbS1rbKQJkoKCcDRlOt9pk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#010104;background-image:url("https://images.assets-landingi.com/uc/6124718e-16bf-40c6-8b3a-b40b82be79c9/DisneyLorcanaTheFirstChapterMaleficentMonstrousDragon.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm.adaptive-delivery-prevent-bg, #rJl3LA11fcokXEJTllG3CbEPoWCLFdAm.lazyload, #rJl3LA11fcokXEJTllG3CbEPoWCLFdAm.lazyloading { background-image: none; }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .row .container { background-color: transparent; background-image: none; }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .row .container > .video-iframe-container { display: none; }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .row > .video-iframe-container { display: none; }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .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); }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .row .container { border-width: 0; border-radius: 0; }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .row .container { font-size:0.875rem;font-family:arial;height:48.4375rem;width:60rem;position:relative;display:block; }#ZTbwnOlUQFH7xmzO5si04ayDcr8JSiPT { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:ubuntu;font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:2.875rem;font-style:normal;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; }
#DsgSK5i716ZOh2VAPNT73yiHCyFAekA4 { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:10.125rem;left:0rem;height:31.25rem;font-style:normal;display:block; }
#kNSdGeUEq3taUE9Wbh9ZDQyQFxDflRFw { position:absolute;display:block;z-index:15004;background-color:rgba(0,240,181,0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #00f0b5;border-left:0.1875rem solid #00f0b5;border-right:0.1875rem solid #00f0b5;border-bottom:0.1875rem solid #00f0b5;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:5.0625rem;width:5.0625rem;top:34.4375rem;left:0rem;display:none; }
#KNgCwoz7Vin3Fa7VZ7nCqBHHIISm10uE { position:absolute;display:block;z-index:15006;background-color:#00f0b5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.375rem;top:37.125rem;left:5.4375rem;display:none; }
#LTTykPu87iJBAtfgRhqS7rI89fGc3iCW { color:#ffffff;display:block;width:4.375rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:35.625rem;left:0.5625rem;height:1.9375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#fUMZxeAA5BiINOA7c40xEe1e32asg0wT { color:#ffffff;display:block;width:4.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:37.125rem;left:0.5625rem;height:1.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#uRB1AExgIDoHVcaH7AdKvPp4tznTKEhW { color:#ffffff;display:block;width:9.8125rem;position:absolute;font-family:ubuntu;font-size:2.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:35.75rem;left:9.4375rem;height:2.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#UxeMBvA5K3dWWE5neCFeb6d3wmUrTCae { color:#ffffff;display:block;width:7.75rem;position:absolute;font-family:ubuntu;font-size:2.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:35.9375rem;left:30.875rem;height:2.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#FdooSqTN6Z6MCfek5UzESusSGCqheb0g { position:absolute;display:block;z-index:15011;background-color:#00f0b5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.375rem;top:37.3125rem;left:26.875rem;display:none; }
#Nd7N099Dlp6wOgfHCSdCQAPL1ie5Tnur { position:absolute;display:block;z-index:15009;background-color:rgba(0,240,181,0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #00f0b5;border-left:0.1875rem solid #00f0b5;border-right:0.1875rem solid #00f0b5;border-bottom:0.1875rem solid #00f0b5;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:5.0625rem;width:5.0625rem;top:34.625rem;left:21.4375rem;display:none; }
#BN6sV8DKfTfHgLu7iS8kJN5PIWqKIxe2 { color:#ffffff;display:block;width:4.375rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:35.8125rem;left:22rem;height:1.9375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#xnoUrBfhUeFC388l0h46tZeMuiHCfOGn { color:#ffffff;display:block;width:4.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:37.3125rem;left:22rem;height:1.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ZWybLyI9qaqyB61ViNPSy8eNN6Xzr47i { color:#ffffff;display:block;width:7.1875rem;position:absolute;font-family:ubuntu;font-size:2.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:35.9375rem;left:52.8125rem;height:2.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#lzQTyhNfQILaTwbh03sm90Su6gbzNbqU { position:absolute;display:block;z-index:15016;background-color:#00f0b5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.375rem;top:37.3125rem;left:48.8125rem;display:none; }
#h1Zby3oXLu4MtUxfXvGNqrtJSW0y92ie { position:absolute;display:block;z-index:15014;background-color:rgba(0,240,181,0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #00f0b5;border-left:0.1875rem solid #00f0b5;border-right:0.1875rem solid #00f0b5;border-bottom:0.1875rem solid #00f0b5;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:5.0625rem;width:5.0625rem;top:34.625rem;left:43.375rem;display:none; }
#eLqEkdnNQExWXkb7V0q9pDgn6HA3uIED { color:#ffffff;display:block;width:4.375rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:35.8125rem;left:43.9375rem;height:1.9375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#iehtThisG74sTTWkTfsmCAl6OoETdbLO { color:#ffffff;display:block;width:4.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:37.3125rem;left:43.9375rem;height:1.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#TfNT7JpwV69goT74lzZtx2FENkJyuAqU { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:12.0625rem;top:12.375rem;left:39.25rem;overflow:hidden;display:block; }
#Hbmbez8OH7STVGFzaaXCCGSNkGuGt8pX { color:#ffffff;display:block;width:29.125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:30.375rem;left:30.875rem;height:4.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gXJb8cuiTtmsNn809rZbcnSfKu7mLoq1 { background-color:#010103;background-image:url("https://images.assets-landingi.com/uc/7dccbbf4-51d2-4e21-914b-f88ac60b5d51/Projektbeznazwy1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gXJb8cuiTtmsNn809rZbcnSfKu7mLoq1.adaptive-delivery-prevent-bg, #gXJb8cuiTtmsNn809rZbcnSfKu7mLoq1.lazyload, #gXJb8cuiTtmsNn809rZbcnSfKu7mLoq1.lazyloading { background-image: none; }#gXJb8cuiTtmsNn809rZbcnSfKu7mLoq1 > .row .container { background-color: transparent; background-image: none; }#gXJb8cuiTtmsNn809rZbcnSfKu7mLoq1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gXJb8cuiTtmsNn809rZbcnSfKu7mLoq1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gXJb8cuiTtmsNn809rZbcnSfKu7mLoq1 > .row .container > .video-iframe-container { display: none; }#gXJb8cuiTtmsNn809rZbcnSfKu7mLoq1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gXJb8cuiTtmsNn809rZbcnSfKu7mLoq1 > .row > .video-iframe-container { display: none; }#gXJb8cuiTtmsNn809rZbcnSfKu7mLoq1 > .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); }#gXJb8cuiTtmsNn809rZbcnSfKu7mLoq1 > .row .container { border-width: 0; border-radius: 0; }#gXJb8cuiTtmsNn809rZbcnSfKu7mLoq1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gXJb8cuiTtmsNn809rZbcnSfKu7mLoq1 > .row .container { width:60rem;height:75.5rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#wJQEzXe6ox8cgFXFhbQCl7O1pNIkXxNT { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:ubuntu;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.25rem;left:0rem;height:2.875rem;font-style:normal;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; }
#f0PBMHHk0ProluOSQVS2knJyIOvBZyQM { color:#ffffff;display:block;width:54.125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:8.8125rem;left:0rem;height:14rem;font-style:normal;display:block; }
#NDQzretCe2OflrXxSF0elgiNbPwSJlHO { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:11.625rem;top:10.1875rem;left:44.625rem;overflow:hidden;display:block; }
#neklTBqVlDFTTmiQknnoo1Vvo3MNuIgx { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:ubuntu;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.5625rem;left:40.5625rem;height:2.875rem;font-style:normal;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; }
#iHykafdkRbs0Q1Akbf0SdN8BMF3vNyrK { color:#ffffff;display:block;width:54.125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.8;letter-spacing:0;top:32.1875rem;left:0rem;height:8rem;font-style:normal;display:block; }
#pJ3fPuLH5s11LW21fW4FU2Z2dpBgBqXR { color:#ffffff;display:block;width:54.125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.8;letter-spacing:0;top:49.125rem;left:0rem;height:18rem;font-style:normal;display:block; }
#LiB6wZCPJTTErFiDQ7J9nkn4RVnmboiP { color:#ffffff;display:block;width:34.0625rem;position:absolute;font-family:ubuntu;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:26.8125rem;left:0rem;height:2.875rem;font-style:normal;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; }
#pPV8ozGDukR63BikgKhM0m9VNq4WvgAi { color:#ffffff;display:block;width:51.8125rem;position:absolute;font-family:ubuntu;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:43.875rem;left:0rem;height:2.875rem;font-style:normal;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; }
#qtlPdcBwR3CFZWdFmhcGN9cEMw8udTpG { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:ubuntu;font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:31.1875rem;left:41.75rem;height:2.875rem;font-style:normal;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; }
#QTtQZL50E1o12ulT8xoKuhlS9mxuaiAD { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:11.625rem;top:26.8125rem;left:45.75rem;overflow:hidden;display:block; }
#GGEQCpBfh6dnXzZrJ8IiLhX0AQ2govKn { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:11.625rem;top:55.5625rem;left:45.1875rem;overflow:hidden;display:block; }
#xycLke9e2KTuMvH3SETUNc8WJ0KPs1wQ { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:ubuntu;font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:59.9375rem;left:42.1875rem;height:2.875rem;font-style:normal;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; }
#gwVBTFFznSJ63cfpPn707IsQbyJPwl4M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#010104;background-image:url("https://images.assets-landingi.com/uc/4bf923e5-ad50-4069-8fd7-17b79d8c5269/disneylorcanaintotheinklandsforbiddencastlelocationcardartpngkopia.jpg");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; }#gwVBTFFznSJ63cfpPn707IsQbyJPwl4M.adaptive-delivery-prevent-bg, #gwVBTFFznSJ63cfpPn707IsQbyJPwl4M.lazyload, #gwVBTFFznSJ63cfpPn707IsQbyJPwl4M.lazyloading { background-image: none; }#gwVBTFFznSJ63cfpPn707IsQbyJPwl4M > .row .container { background-color: transparent; background-image: none; }#gwVBTFFznSJ63cfpPn707IsQbyJPwl4M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwVBTFFznSJ63cfpPn707IsQbyJPwl4M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwVBTFFznSJ63cfpPn707IsQbyJPwl4M > .row .container > .video-iframe-container { display: none; }#gwVBTFFznSJ63cfpPn707IsQbyJPwl4M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwVBTFFznSJ63cfpPn707IsQbyJPwl4M > .row > .video-iframe-container { display: none; }#gwVBTFFznSJ63cfpPn707IsQbyJPwl4M > .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); }#gwVBTFFznSJ63cfpPn707IsQbyJPwl4M > .row .container { border-width: 0; border-radius: 0; }#gwVBTFFznSJ63cfpPn707IsQbyJPwl4M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gwVBTFFznSJ63cfpPn707IsQbyJPwl4M > .row .container { font-size:0.875rem;font-family:arial;height:57.75rem;width:60rem;position:relative;display:block; }#FJhFiSRATH5gzlD6ineOfUnndTsbIfHH { color:#e4cd97;display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:2.875rem;font-style:normal;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; }
#gfdqhVzyhfK8OFdoyiMMx23TRAGhSIda { color:#e4cd97;display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:9.125rem;left:0rem;height:1.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CupxtaUP4scHMd7ugImWkE5mlK4ulFcu { position:absolute;display:block;z-index:15010;background-color:rgba(142,15,122,0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #8e0f7a;border-left:0.125rem solid #8e0f7a;border-right:0.125rem solid #8e0f7a;border-bottom:0.125rem solid #8e0f7a;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.3125rem;width:29.375rem;top:12.625rem;left:0rem;display:block; }
#fMQVeETWIGcheZTyC6slnDQ0od7J0QTd { position:absolute;display:block;z-index:15011;background-color:#8e0f7a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:3.625rem;width:15.625rem;top:12.625rem;left:7.1875rem;display:block; }
#B4ChxvoKScvCXquu4EiK0sCKeLWgFaC3 { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.46875rem;left:7.1875rem;height:1.9375rem;text-align:center;text-align-last:center;font-style:normal;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; }
#TBAI7lzKSaZiElK4TMuHXM7rpBJZqpIR { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:0.125rem;top:18.8125rem;left:1.25rem;display:block; }
#mUM81uQaHTLbMfsBXp5v8Jd8IEkEB1t1 { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:18.6875rem;left:3.4375rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ST2xlLw1nk9opeetGR4USrTs6QVUVOFb { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:0.125rem;top:18.8125rem;left:11.1875rem;display:block; }
#UE46O4L5bmxE59fRlDaNnlt5MoeV9Rbi { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:20.25rem;left:1.25rem;height:1.375rem;font-style:normal;display:block; }
#keOgweernhOU9Sff3la56pBaVUsunqMC { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15021;line-height:1.4;letter-spacing:0;top:25rem;left:1.25rem;height:1.375rem;font-style:normal;display:block; }
#sDz9xvO9gaOTaxA01i6ke6nfMuNwhErL { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:23.4375rem;left:3.4375rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GmX688QI6ee7dAIKz1UiQaamWn9RGv2J { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:0.125rem;top:23.5625rem;left:11.1875rem;display:block; }
#brWGBXb6wtzkVSTi2wIMCfJ80RHgplQn { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:0.125rem;top:23.5625rem;left:1.25rem;display:block; }
#pTcqP6TPUpNc53zm56Rhit4cBXPhHl0e { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15026;line-height:1.4;letter-spacing:0;top:29.9375rem;left:1.25rem;height:1.375rem;font-style:normal;display:block; }
#wdNpkbbGllLwzSex902NFIxr5OhhnKzu { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:28.375rem;left:3.4375rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AoGniEWL3Xn3CzknTovIcAPq90nEgTQg { position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:0.125rem;top:28.5rem;left:11.1875rem;display:block; }
#h81szLQ5VdnMSpQMXck5Otc7rc7bCGPt { position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:0.125rem;top:28.5rem;left:1.25rem;display:block; }
#ca2dOXs1z5lZDEJlfTkTkDgN75NxTflM { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15031;line-height:1.4;letter-spacing:0;top:34.8125rem;left:1.25rem;height:1.375rem;font-style:normal;display:block; }
#XryyTPlrbWgJnSknXPtDS0NKbKzoanEu { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:33.25rem;left:3.4375rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WFmDZPTUIXfpi1Em5AnDAMIyPJ2fefgr { position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:0.125rem;top:33.375rem;left:11.1875rem;display:block; }
#imbutIT0kZyXydx8wLfTtFVfzdC1JovT { position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:0.125rem;top:33.375rem;left:1.25rem;display:block; }
#QApi0AIZtsTtkMrDiP3X55zaVRdMd89e { position:absolute;display:block;z-index:15033;background-color:rgba(0,240,181,0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #00f0b5;border-left:0.125rem solid #00f0b5;border-right:0.125rem solid #00f0b5;border-bottom:0.125rem solid #00f0b5;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.3125rem;width:29.375rem;top:12.625rem;left:30.375rem;display:block; }
#DofXq7iPGyaIe3TLvE5QWDikrrEa1IlK { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15054;line-height:1.4;letter-spacing:0;top:39.375rem;left:31.625rem;height:1.375rem;font-style:normal;display:block; }
#LpbpxQoIHhrCCxDC1ePywlKqt8gCnJ9q { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15049;line-height:1.4;letter-spacing:0;top:32.9375rem;left:31.625rem;height:1.375rem;font-style:normal;display:block; }
#ncTCM7u1UrZytMoU6ezTulXUwwmdzBCc { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15044;line-height:1.4;letter-spacing:0;top:26.6875rem;left:31.625rem;height:1.375rem;font-style:normal;display:block; }
#H62Tsv1WX2nMT9btyXinXcBp3t2Aa8T9 { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:31.375rem;left:33.8125rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dyHMf35pTIaXdEpxG1lvDbfUAuENg6LX { position:absolute;display:block;z-index:15047;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:0.125rem;top:31.5rem;left:41.5625rem;display:block; }
#Zo5uCXm94RPufXfQZnlovJd0ih9Mxt6B { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:37.8125rem;left:33.8125rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fTW2PZZKB26liHQmT58mhHWSzFrBHHsU { position:absolute;display:block;z-index:15052;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:0.125rem;top:37.9375rem;left:41.5625rem;display:block; }
#w9IQfSV8NHR58vHmJbiTkxaoM04gvRdr { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:25.125rem;left:33.8125rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qJcTTlgnEg1iLNTWldEZeWtT6bWb0N1u { position:absolute;display:block;z-index:15042;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:0.125rem;top:25.25rem;left:41.5625rem;display:block; }
#k4L1gHRRb5cHpO9PqqR3iv3ZMuRnTxih { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15039;line-height:1.4;letter-spacing:0;top:20.25rem;left:31.625rem;height:1.375rem;font-style:normal;display:block; }
#c84iiVcoxywrRs3EkabWcKTJahnOcJPZ { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:18.6875rem;left:33.8125rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lVPdDwSNrpXdCp2Kw3bQIy6zXRQNRJTz { position:absolute;display:block;z-index:15037;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:0.125rem;top:18.8125rem;left:41.5625rem;display:block; }
#Gu3lzxEp6NuWAJoVmqH1Nx7t4v3nVbVF { position:absolute;display:block;z-index:15036;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:0.125rem;top:18.9375rem;left:31.5625rem;display:block; }
#Dmo4Csc8HqW6xK7Idoiqa1DuJzNE01Ve { position:absolute;display:block;z-index:15041;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:0.125rem;top:25.375rem;left:31.5625rem;display:block; }
#Fac8f16eZV5bh4TFFJUEn44isX4TPxiy { position:absolute;display:block;z-index:15046;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:0.125rem;top:31.625rem;left:31.5625rem;display:block; }
#wTNVonKl4ZWRtkBaifIdAK4V08NhFFKa { position:absolute;display:block;z-index:15051;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:0.125rem;top:38.0625rem;left:31.5625rem;display:block; }
#ivaPlwDuoXUb2SRSarrU2bATQzKoyIuz { position:absolute;display:block;z-index:15034;background-color:#00f0b5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:3.625rem;width:15.625rem;top:12.625rem;left:37.5625rem;display:block; }
#XOWxQg2PQhX5qKPIqnQH3GXPrmxJA1Xa { color:#010104;display:block;width:15.625rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:13.5rem;left:37.5625rem;height:1.9375rem;text-align:center;text-align-last:center;font-style:normal;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; }
#N9NASNKk9AWpUkQbHmvehTbiS0qhTQiU { background-color:#8e0f7a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:3.375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:48.125rem;left:23.3125rem;display:block; }
#xTiqbe2I5VckKLeS7qlIRTIF1QzGTfyv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OASgL1AZoLPiAfCh5bvhXHQ8UxiNBAZp { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;top:18.75rem;left:1.875rem; }
#yO5seXmVS1R615BwApVayLG3khM5JqsB { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;top:23.4375rem;left:2rem; }
#ToxhZ6VkTZwZlJFTdJ1sEnCxp5XA7n7q { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;top:33.375rem;left:2rem; }
#prJW8di4F5hVnzwEa6W2FX2xJguSq0ZP { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;top:37.9375rem;left:32.1875rem; }
#Rng68PIHWnx9mRB3iVRW5HpBZ59OSoMk { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;top:31.48046875rem;left:32.1875rem; }
#dFiSPSgHvDhcUJxx6apypHuVfHRCdL78 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;top:25.25rem;left:32.25rem; }
#RnvxUJdKACJUKDKWHhJXxRvQ9Sp0zkgs { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;top:18.8125rem;left:32.1875rem; }
#kU5FDnxTUaE008IiE5J2dQMzO3AFLvOX { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;top:28.5rem;left:2rem; }
#GSo8dZMeRcZLxN0PIvLvgFxMDhx7KWcG { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15036;line-height:1.4;letter-spacing:0;top:39.4375rem;left:1.25rem;height:2.75rem;font-style:normal;display:block; }
#yPmS93dTQd9oN4VP2NAUgB1aFrF6Fx3d { position:absolute;display:block;z-index:15034;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:0.125rem;top:38rem;left:11.1875rem;display:block; }
#ThqD0vLFmMoR8r3qOyuL3zNXVognZSCF { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:37.875rem;left:3.4375rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vXSlFDmaiqwpQKTI1vTqA91tc0ezQwTn { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;top:38rem;left:2rem; }
#TJ003oE7WCANQM5CJzDGh04xyRW32GK7 { position:absolute;display:block;z-index:15033;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:0.125rem;top:38rem;left:1.25rem;display:block; }
#wUsvds2yrFNtvGOROSPKd5l0RznqlIPC { position:relative;display:block; }#wUsvds2yrFNtvGOROSPKd5l0RznqlIPC { background-color: transparent; background-image: none; }#wUsvds2yrFNtvGOROSPKd5l0RznqlIPC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUsvds2yrFNtvGOROSPKd5l0RznqlIPC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUsvds2yrFNtvGOROSPKd5l0RznqlIPC > .row .container > .video-iframe-container { display: none; }#wUsvds2yrFNtvGOROSPKd5l0RznqlIPC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUsvds2yrFNtvGOROSPKd5l0RznqlIPC > .row > .video-iframe-container { display: none; }#wUsvds2yrFNtvGOROSPKd5l0RznqlIPC > .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); }#wUsvds2yrFNtvGOROSPKd5l0RznqlIPC { border-width: 0; border-radius: 0; }#wUsvds2yrFNtvGOROSPKd5l0RznqlIPC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wUsvds2yrFNtvGOROSPKd5l0RznqlIPC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wbXX9bfJu0UpEukewh4uHqfUP8HWwnPG { position:absolute;display:block;z-index:15001;background-color:#8e0f7a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:5.5rem;width:41.25rem;top:0rem;left:9.375rem;display:block; }
#LmXDoyU1gaRV94GnUmoqPR4erow70mdl { color:#ffffff;display:block;width:41.25rem;position:absolute;font-family:ubuntu;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.1875rem;left:9.34375rem;height:2.875rem;font-style:normal;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; }
#ukXZQmfpQkJWdf9Hm2Gsb94Ang5rE75K { 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; }#ukXZQmfpQkJWdf9Hm2Gsb94Ang5rE75K > .row .container { background-color: transparent; background-image: none; }#ukXZQmfpQkJWdf9Hm2Gsb94Ang5rE75K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ukXZQmfpQkJWdf9Hm2Gsb94Ang5rE75K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ukXZQmfpQkJWdf9Hm2Gsb94Ang5rE75K > .row .container > .video-iframe-container { display: none; }#ukXZQmfpQkJWdf9Hm2Gsb94Ang5rE75K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ukXZQmfpQkJWdf9Hm2Gsb94Ang5rE75K > .row > .video-iframe-container { display: none; }#ukXZQmfpQkJWdf9Hm2Gsb94Ang5rE75K > .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); }#ukXZQmfpQkJWdf9Hm2Gsb94Ang5rE75K > .row .container { border-width: 0; border-radius: 0; }#ukXZQmfpQkJWdf9Hm2Gsb94Ang5rE75K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ukXZQmfpQkJWdf9Hm2Gsb94Ang5rE75K > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:60rem;position:relative;display:block; }#yyAK2bBdmS2zZyWOQgVLGlT4PbJuT6Ew { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.625rem;width:18.75rem;top:0rem;left:8.125rem;display:block; }
#RTHpGNndJD5qCZSDTTTM7iUZLyI8VWIo { color:#2740c8;display:block;width:17.5rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.9375rem;left:8.75rem;height:1.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zK0V0T7Q7QQoaosv0QFuG5bntTiBT633 { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.0625rem rgba(0,0,0,0.2) ;height:4.6875rem;width:18.75rem;top:15.875rem;left:8.125rem;display:block; }
#qTCo3HFAa9uL4gQtialQST604AXI3BKh { color:#1e0a47;display:block;width:14.375rem;position:absolute;font-family:dosis;font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.0625rem;left:10.3125rem;height:;display:block; }#qTCo3HFAa9uL4gQtialQST604AXI3BKh li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#qTCo3HFAa9uL4gQtialQST604AXI3BKh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/ce6kJH72/check.png); }
#pVVBdqTwNoaH7BIwaTBW5obNLgOtC2Ix { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.625rem;width:18.75rem;top:0rem;left:33.1875rem;display:block; }
#zucxTiBR2uix5FRxqoiZk7FT3qDzpRz9 { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.0625rem rgba(0,0,0,0.2) ;height:4.6875rem;width:18.75rem;top:15.875rem;left:33.1875rem;display:block; }
#gWlWhy9eEB3hTBOQ46wB1boAehlVEQcz { color:#000000;display:block;width:9.875rem;position:absolute;font-family:dosis;font-size:2.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:16.8125rem;left:37.625rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I337zZrPXZtOpl2iEJ0t8NkpGOmMZAlz { color:#2740c8;display:block;width:17.5rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1.9375rem;left:33.8125rem;height:1.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KF3IJhA8TDQQD3CglO8ASHkIl9qSTNNe { background-color:#81377b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:20.5625rem;left:33.1875rem;display:block; }
#CiuB2CoplttN3OZqBs1OHIbkTnA4M17h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zx04wfduyHi13zhWRW0SelyvNXx91FTE { background-color:#81377b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:20.5625rem;left:8.125rem;display:block; }
#JD2bEBbgMDsFUAAHe4MkAVwKZgEyoTDT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K3mzBzHoax5yknDv6F6L1eI3sA6wWVSq { color:#1e0a47;display:block;width:14.375rem;position:absolute;font-family:dosis;font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:5.0625rem;left:35.375rem;height:9.5625rem;display:block; }#K3mzBzHoax5yknDv6F6L1eI3sA6wWVSq li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#K3mzBzHoax5yknDv6F6L1eI3sA6wWVSq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/ce6kJH72/check.png); }
#UDTkZIdKiImsQ7fiLMMlLcPvO63wAJVL { color:#000000;display:block;width:9.875rem;position:absolute;font-family:dosis;font-size:2.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:16.78125rem;left:12.5625rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#voDTsO05MSylOUC3hq7r0ykhAKKRVCfH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9fa8b4;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:none; }#voDTsO05MSylOUC3hq7r0ykhAKKRVCfH > .row .container { border-width: 0; border-radius: 0; }#voDTsO05MSylOUC3hq7r0ykhAKKRVCfH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#voDTsO05MSylOUC3hq7r0ykhAKKRVCfH > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:60rem;position:relative;display:none; }#qMQu1EUDwz2MLcHrOmVygval5HD1WCuL { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:5.5rem;width:41.25rem;top:0rem;left:9.375rem;display:block; }
#JX1QAmPafLWOMyW5TxBkd0QWuwEKG9CP { color:#8e0f7a;display:block;width:41.25rem;position:absolute;font-family:ubuntu;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.3125rem;left:9.34375rem;height:2.875rem;font-style:normal;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; }
#uwbKwBFDeguwvqToVSDRy9stwHAEEqO9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9fa8b4;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:none; }#uwbKwBFDeguwvqToVSDRy9stwHAEEqO9 > .row .container { border-width: 0; border-radius: 0; }#uwbKwBFDeguwvqToVSDRy9stwHAEEqO9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uwbKwBFDeguwvqToVSDRy9stwHAEEqO9 > .row .container { font-size:0.875rem;font-family:arial;height:10.75rem;width:60rem;position:relative;display:none; }#TNrBDvK1MLxhMTT49seD8GX9FKDSwV88 { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/942b34b3-5e13-4a89-8cff-75fafa464133/image.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:6.5625rem;width:14.375rem;top:0.40625rem;left:0.3125rem;display:block; }#TNrBDvK1MLxhMTT49seD8GX9FKDSwV88.adaptive-delivery-prevent-bg, #TNrBDvK1MLxhMTT49seD8GX9FKDSwV88.lazyload, #TNrBDvK1MLxhMTT49seD8GX9FKDSwV88.lazyloading { background-image: none; }
#ZwJinhDDyvB6GUlteM1GBUufHAVrpz7r { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/bc6fbcab-ed4c-4f35-893b-254a8fd3ae95/CzarneiBiaeObramowaneKesseyDjLogo2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:6.5625rem;width:14.375rem;top:0.40625rem;left:15.3125rem;display:block; }#ZwJinhDDyvB6GUlteM1GBUufHAVrpz7r.adaptive-delivery-prevent-bg, #ZwJinhDDyvB6GUlteM1GBUufHAVrpz7r.lazyload, #ZwJinhDDyvB6GUlteM1GBUufHAVrpz7r.lazyloading { background-image: none; }
#NkS0s3LKmKa0X3OEsl5M0kpbOJmm92ph { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/74cfdd33-88f7-401f-8173-6143a0edbe9e/ravensburgerlogo.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:6.5625rem;width:14.375rem;top:0.40625rem;left:30.3125rem;display:block; }#NkS0s3LKmKa0X3OEsl5M0kpbOJmm92ph.adaptive-delivery-prevent-bg, #NkS0s3LKmKa0X3OEsl5M0kpbOJmm92ph.lazyload, #NkS0s3LKmKa0X3OEsl5M0kpbOJmm92ph.lazyloading { background-image: none; }
#d7hWn0fVUMUitoubBNOporG8JppGXstc { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/83194dab-2bad-47a5-bad3-64e42eaceead/LogoAllegro500100px2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:6.125rem;width:14.1875rem;top:0.625rem;left:45.40625rem;display:block; }#d7hWn0fVUMUitoubBNOporG8JppGXstc.adaptive-delivery-prevent-bg, #d7hWn0fVUMUitoubBNOporG8JppGXstc.lazyload, #d7hWn0fVUMUitoubBNOporG8JppGXstc.lazyloading { background-image: none; }
#ZAV2dMX8MGMqc5cCA9ETcGVV8KSLIzoB { color:#ffffff;display:block;width:13.1875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:6.96875rem;left:0.90625rem;height:;font-style:normal;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; }
#mStXFh42vPdxXXL9XHyp0XaLZyu2PuTX { color:#ffffff;display:block;width:13.1875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:6.96875rem;left:15.90625rem;height:1.3125rem;font-style:normal;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; }
#P7Raee3ATTh0wmJskaQ1Jcz9elHfuTKu { color:#ffffff;display:block;width:13.1875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:6.96875rem;left:30.90625rem;height:1.3125rem;font-style:normal;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; }
#MdXCxlhAQx6LmFJpwv3eCSyCR4z3NHHG { color:#ffffff;display:block;width:13.1875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:6.96875rem;left:45.90625rem;height:;font-style:normal;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; }
#X7I3FDWsCFBTK9WiLJURxPywWF1sZbEU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9fa8b4;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:none; }#X7I3FDWsCFBTK9WiLJURxPywWF1sZbEU > .row .container { border-width: 0; border-radius: 0; }#X7I3FDWsCFBTK9WiLJURxPywWF1sZbEU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X7I3FDWsCFBTK9WiLJURxPywWF1sZbEU > .row .container { font-size:0.875rem;font-family:arial;height:10.75rem;width:60rem;position:relative;display:none; }#pCWqURzqJTbRTeq9devoxBALHwTfhTPJ { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d3ae2f5d-6e36-48f2-aebb-e01ff7eaf8a5/BannerTCG_Guru.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:6.5625rem;width:14.375rem;top:0.40625rem;left:0.3125rem;display:block; }#pCWqURzqJTbRTeq9devoxBALHwTfhTPJ.adaptive-delivery-prevent-bg, #pCWqURzqJTbRTeq9devoxBALHwTfhTPJ.lazyload, #pCWqURzqJTbRTeq9devoxBALHwTfhTPJ.lazyloading { background-image: none; }
#Fx4FPBr9JPpTKTta9FtkDmEO1Kp1yyx9 { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/7b2257c2-6136-4e3b-8dca-c79ec1a9b808/magic_cafe_facebook.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:5.6875rem;width:12.75rem;top:0.84375rem;left:16.125rem;display:block; }#Fx4FPBr9JPpTKTta9FtkDmEO1Kp1yyx9.adaptive-delivery-prevent-bg, #Fx4FPBr9JPpTKTta9FtkDmEO1Kp1yyx9.lazyload, #Fx4FPBr9JPpTKTta9FtkDmEO1Kp1yyx9.lazyloading { background-image: none; }
#brk9H4HlcecgCUqmFauB9NF9u9eIW1yz { color:#ffffff;display:block;width:13.1875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:6.96875rem;left:0.90625rem;height:1.3125rem;font-style:normal;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; }
#TyxxTbTTNWfsNq25qAa6vkZzDHTzTTiD { color:#ffffff;display:block;width:13.1875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:6.96875rem;left:15.90625rem;height:;font-style:normal;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; }
#X1goeOXHMMJwv0RTDKQnCLX45qCyKKOB { color:#ffffff;display:block;width:13.1875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:6.96875rem;left:30.90625rem;height:1.3125rem;font-style:normal;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; }
#K3yXNOxPbcWEl0ZkcApCSPK7hZTVAoPt { color:#ffffff;display:block;width:13.1875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:7rem;left:30.9375rem;height:1.3125rem;font-style:normal;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; }
#uzxG9Z6KlqkLQ4mgMQ8EyMp77p3AZAm0 { position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a9153ec3-41f2-4521-b9b3-48c1a3586412/logohorizontal.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:6.5625rem;width:14.375rem;top:0.4375rem;left:30.3125rem;display:block; }#uzxG9Z6KlqkLQ4mgMQ8EyMp77p3AZAm0.adaptive-delivery-prevent-bg, #uzxG9Z6KlqkLQ4mgMQ8EyMp77p3AZAm0.lazyload, #uzxG9Z6KlqkLQ4mgMQ8EyMp77p3AZAm0.lazyloading { background-image: none; }
#QTfOc2chs5FLJse0PRrAlWzzvJVIW2NK { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/78ec7436-5106-4fb1-b61f-3f8de8ee73dd/LOGO_POZNANsvg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:5.3125rem;width:12.125rem;top:1.03125rem;left:46.4375rem;display:block; }#QTfOc2chs5FLJse0PRrAlWzzvJVIW2NK.adaptive-delivery-prevent-bg, #QTfOc2chs5FLJse0PRrAlWzzvJVIW2NK.lazyload, #QTfOc2chs5FLJse0PRrAlWzzvJVIW2NK.lazyloading { background-image: none; }
#LsLDhoFqifOgtxIu6IkOCUU8x9rMDeQW { color:#ffffff;display:block;width:13.1875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:6.96875rem;left:45.90625rem;height:1.3125rem;font-style:normal;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; }
#o2Fe1TfQ2SxJFnVud6w6RBEZTtk2TZ9U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4cd97;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:none; }#o2Fe1TfQ2SxJFnVud6w6RBEZTtk2TZ9U > .row .container { border-width: 0; border-radius: 0; }#o2Fe1TfQ2SxJFnVud6w6RBEZTtk2TZ9U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o2Fe1TfQ2SxJFnVud6w6RBEZTtk2TZ9U > .row .container { font-size:0.875rem;font-family:arial;height:13rem;width:60rem;position:relative;display:none; }#MgDKi7yvHL00nMFTqdwvdNpC0D6AVGvZ { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/78ec7436-5106-4fb1-b61f-3f8de8ee73dd/LOGO_POZNANsvg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:5.3125rem;width:12.125rem;top:0.625rem;left:1.4375rem;display:block; }#MgDKi7yvHL00nMFTqdwvdNpC0D6AVGvZ.adaptive-delivery-prevent-bg, #MgDKi7yvHL00nMFTqdwvdNpC0D6AVGvZ.lazyload, #MgDKi7yvHL00nMFTqdwvdNpC0D6AVGvZ.lazyloading { background-image: none; }
#XERNkX7Sp8S7TKE345E0xAMidOL2XSWA { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/beee0d6c-eccc-4759-b081-0362d6bbee06/db25b504b2534e768b81bac4b18b7f38.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:6.5625rem;width:14.375rem;top:0rem;left:15.125rem;display:block; }#XERNkX7Sp8S7TKE345E0xAMidOL2XSWA.adaptive-delivery-prevent-bg, #XERNkX7Sp8S7TKE345E0xAMidOL2XSWA.lazyload, #XERNkX7Sp8S7TKE345E0xAMidOL2XSWA.lazyloading { background-image: none; }
#vHhpWes6lC05mVgF5oIkEC08MIexoykB { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/beee0d6c-eccc-4759-b081-0362d6bbee06/db25b504b2534e768b81bac4b18b7f38.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:6.5625rem;width:14.375rem;top:0rem;left:30.375rem;display:block; }#vHhpWes6lC05mVgF5oIkEC08MIexoykB.adaptive-delivery-prevent-bg, #vHhpWes6lC05mVgF5oIkEC08MIexoykB.lazyload, #vHhpWes6lC05mVgF5oIkEC08MIexoykB.lazyloading { background-image: none; }
#XPcu2CN2KVW2O8UkGVZcuQIpfyXoJSpJ { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/beee0d6c-eccc-4759-b081-0362d6bbee06/db25b504b2534e768b81bac4b18b7f38.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:6.5625rem;width:14.375rem;top:0rem;left:45.5rem;display:block; }#XPcu2CN2KVW2O8UkGVZcuQIpfyXoJSpJ.adaptive-delivery-prevent-bg, #XPcu2CN2KVW2O8UkGVZcuQIpfyXoJSpJ.lazyload, #XPcu2CN2KVW2O8UkGVZcuQIpfyXoJSpJ.lazyloading { background-image: none; }
#SKvTpv5HerL4RU6BGPLlMi3tdpXdpxJ7 { position:relative;display:none; }#SKvTpv5HerL4RU6BGPLlMi3tdpXdpxJ7 { border-width: 0; border-radius: 0; }#SKvTpv5HerL4RU6BGPLlMi3tdpXdpxJ7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#SKvTpv5HerL4RU6BGPLlMi3tdpXdpxJ7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#PeiFhSC0nUFqxIt0n3L3e53UT7BBTABJ { position:absolute;display:block;z-index:15001;background-color:#8e0f7a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:5.5rem;width:41.25rem;top:0rem;left:9.375rem;display:block; }
#tI886Hogxi4g3KqWM12JlMU9SMKv5m5Z { color:#ffffff;display:block;width:41.25rem;position:absolute;font-family:ubuntu;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.1875rem;left:9.34375rem;height:2.875rem;font-style:normal;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; }
#FHSd0GymRzq7s4kMufGMEXUJTPLFVLMt { 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:none; }#FHSd0GymRzq7s4kMufGMEXUJTPLFVLMt > .row .container { border-width: 0; border-radius: 0; }#FHSd0GymRzq7s4kMufGMEXUJTPLFVLMt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FHSd0GymRzq7s4kMufGMEXUJTPLFVLMt > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:60rem;position:relative;display:none; }#hhGU3Qw5GU3RasG8zs1hmK28gwyoQS07 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #8e0f7a;border-left:0.0625rem solid #8e0f7a;border-right:0.0625rem solid #8e0f7a;border-bottom:0.0625rem solid #8e0f7a;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.3125rem;width:59.875rem;top:0rem;left:0rem;display:block; }
#TeBvGFU10Df6gCn3MDTFQcga238Tcqmx { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:5.4375rem;top:1rem;left:1.84375rem;overflow:hidden;display:block; }
#DATW8DA7f8hzzBOVUZ7ZUxRTXcDVwyBz { position:absolute;display:block;z-index:15002;background-color:#010104;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.0625rem;top:1.21875rem;left:8.75rem;display:block; }
#xHLRkVCbeCs4uhTwBc0ZdVr1xZi1PpyQ { color:#010104;display:block;width:31.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:2.28125rem;left:10.15625rem;height:2.875rem;font-style:normal;display:block; }
#vzP6QABcPvMru7C1Upw1dtZ5zvJ2QTCG { 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:none; }#vzP6QABcPvMru7C1Upw1dtZ5zvJ2QTCG > .row .container { border-width: 0; border-radius: 0; }#vzP6QABcPvMru7C1Upw1dtZ5zvJ2QTCG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vzP6QABcPvMru7C1Upw1dtZ5zvJ2QTCG > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:60rem;position:relative;display:none; }#hFpELzW0TIA00WXBsMrzi3um3FsHO8Cs { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #8e0f7a;border-left:0.0625rem solid #8e0f7a;border-right:0.0625rem solid #8e0f7a;border-bottom:0.0625rem solid #8e0f7a;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.3125rem;width:59.875rem;top:0rem;left:0rem;display:block; }
#C2m8Sk4a7Rt9s9LKG7l6Swiy8EMus1Zu { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:5.4375rem;top:1rem;left:1.84375rem;overflow:hidden;display:block; }
#hiCQiyilvf3hX0gTznrWPzMVAEQ6eeIH { position:absolute;display:block;z-index:15002;background-color:#010104;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.0625rem;top:1.21875rem;left:8.75rem;display:block; }
#LoSpf3UkR8wT0ITSxJDx02WeviKQnfib { color:#010104;display:block;width:31.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:2.28125rem;left:10.15625rem;height:2.875rem;font-style:normal;display:block; }
#ZidyI4mU3Qbuyz7yTW5vrhWL9dk4GAxk { 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:none; }#ZidyI4mU3Qbuyz7yTW5vrhWL9dk4GAxk > .row .container { border-width: 0; border-radius: 0; }#ZidyI4mU3Qbuyz7yTW5vrhWL9dk4GAxk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZidyI4mU3Qbuyz7yTW5vrhWL9dk4GAxk > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:60rem;position:relative;display:none; }#KTp4M1ErUDNBmKfRCQ29T5zX1wr2RTun { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #8e0f7a;border-left:0.0625rem solid #8e0f7a;border-right:0.0625rem solid #8e0f7a;border-bottom:0.0625rem solid #8e0f7a;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.3125rem;width:59.875rem;top:0rem;left:0rem;display:block; }
#qhBxEtDGo7qwCsyrfy3iGWi8r7lVhutQ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:5.4375rem;top:1rem;left:1.84375rem;overflow:hidden;display:block; }
#NiOHMlcaZTuCB4ntxNmrKNL9iJo47Bqy { position:absolute;display:block;z-index:15002;background-color:#010104;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.0625rem;top:1.21875rem;left:8.75rem;display:block; }
#t2BFZQ4bJXXOSIBeOKV1QiVWvSxUFfo9 { color:#010104;display:block;width:31.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:2.28125rem;left:10.15625rem;height:2.875rem;font-style:normal;display:block; }
#aaLNOToLTvPxwJzdn2gZvlTDwgADRuqK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9fa8b4;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:none; }#aaLNOToLTvPxwJzdn2gZvlTDwgADRuqK > .row .container { border-width: 0; border-radius: 0; }#aaLNOToLTvPxwJzdn2gZvlTDwgADRuqK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aaLNOToLTvPxwJzdn2gZvlTDwgADRuqK > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:60rem;position:relative;display:none; }#KVvP8JkEZzlnGc5zlhD8HnwiHmTknrSV { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:5.5rem;width:41.25rem;top:0rem;left:9.375rem;display:block; }
#ImEfCrAkK12ETnH1xmPahMRtURAAPMo7 { color:#8e0f7a;display:block;width:41.25rem;position:absolute;font-family:ubuntu;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.3125rem;left:9.34375rem;height:;font-style:normal;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; }
#URZP4Q2Bcn9EGkLCQi1o0xAJxKG81GE6 { color:#e4cd97;display:block;width:38rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.375rem;left:11rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wE3zfJPs9nwlmgaTAeCwELbq0xF1eehJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9fa8b4;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:none; }#wE3zfJPs9nwlmgaTAeCwELbq0xF1eehJ > .row .container { border-width: 0; border-radius: 0; }#wE3zfJPs9nwlmgaTAeCwELbq0xF1eehJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wE3zfJPs9nwlmgaTAeCwELbq0xF1eehJ > .row .container { font-size:0.875rem;font-family:arial;height:32.375rem;width:60rem;position:relative;display:none; }#Td2CfkJwQhmlxu8bzEJUUG4rNeP712Tf { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:11.0625rem;top:0.75rem;left:0.3125rem;overflow:hidden;display:block; }
#iTuyxEskb5fmUoFaDOR55JabmreC8P4o { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:20.125rem;top:0.6875rem;left:11.375rem;overflow:hidden;display:block; }
#o8c9CKQUZK8bqbs4FXzADKdcfyvFJyru { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:11.0625rem;top:0.75rem;left:48.6875rem;overflow:hidden;display:block; }
#oNBgK2vcrfuPtUm2MEpokTAVzRVSpF7D { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:19.9375rem;top:15.5625rem;left:0.3125rem;overflow:hidden;display:block; }
#ciTlfkGHSJWmQlBrWb9JID0T9FUzVCEF { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:11.1875rem;top:15.5625rem;left:19.125rem;overflow:hidden;display:block; }
#dP7ZcZmdAgQ8fzevd073E84asp62xBrH { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:19.9375rem;top:15.5625rem;left:30.125rem;overflow:hidden;display:block; }
#JhbA9TfKOe8hR8zkCUeoHoy8y69tvd0V { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:20rem;top:0.6875rem;left:30.90625rem;overflow:hidden;display:block; }
#uU8TsmPfRLb53XBvcG1vd8oqhk936ZE7 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:11.1875rem;top:15.5625rem;left:48.8125rem;overflow:hidden;display:block; }
#Ox6p8gb0RDWrFOe2vFG5a0ImlGo0ztMU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9fa8b4;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:none; }#Ox6p8gb0RDWrFOe2vFG5a0ImlGo0ztMU > .row .container { border-width: 0; border-radius: 0; }#Ox6p8gb0RDWrFOe2vFG5a0ImlGo0ztMU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ox6p8gb0RDWrFOe2vFG5a0ImlGo0ztMU > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:60rem;position:relative;display:none; }#ASDv4wCTcWQASBTlTaZXEpMkh1VgTRzB { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:5.5rem;width:41.25rem;top:0rem;left:9.375rem;display:block; }
#qJuHwALSOQKHmolA2NdXnV52Tb3N4WIT { color:#8e0f7a;display:block;width:41.25rem;position:absolute;font-family:ubuntu;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.3125rem;left:9.34375rem;height:2.875rem;font-style:normal;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; }
#t4W3ESdQcqLTDQIGqcJBXoPUB5mVSRT2 { color:#e4cd97;display:block;width:38rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.375rem;left:11rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m1wkPpvqEf5gqGTOh9oldFCEV6SWhrnv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9fa8b4;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:none; }#m1wkPpvqEf5gqGTOh9oldFCEV6SWhrnv > .row .container { border-width: 0; border-radius: 0; }#m1wkPpvqEf5gqGTOh9oldFCEV6SWhrnv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m1wkPpvqEf5gqGTOh9oldFCEV6SWhrnv > .row .container { font-size:0.875rem;font-family:arial;height:32.375rem;width:60rem;position:relative;display:none; }#dmdkFKObO7Jnp7Zy1ZBi3aqbKL3iy06v { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:11.0625rem;top:0.75rem;left:0.3125rem;overflow:hidden;display:block; }
#t3hJCDWmN5iAw4UG2tB0akWcs6nECUGW { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:20.125rem;top:0.6875rem;left:11.375rem;overflow:hidden;display:block; }
#eERPbxr9ldRD7s6kmHfOL86vV79cpGeT { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:11.0625rem;top:0.75rem;left:48.6875rem;overflow:hidden;display:block; }
#TGyfJlSatXCxTVcCNHbosrTc7KhyVRk7 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:19.9375rem;top:15.5625rem;left:0.3125rem;overflow:hidden;display:block; }
#aMFAKm7kq6wVPv9kIgzOTbVz48RFve3D { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:11.1875rem;top:15.5625rem;left:19.125rem;overflow:hidden;display:block; }
#JvVyN97qLxoOnRRLZA3S6DrNsZ7fa3uK { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:19.9375rem;top:15.5625rem;left:30.125rem;overflow:hidden;display:block; }
#OibJllShC3OQVc9IFKfcRL8IX2GTZMwP { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:20rem;top:0.6875rem;left:30.90625rem;overflow:hidden;display:block; }
#FyxzxTTDTw0Il8Q9Lw2595N4NpRThgHg { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:11.1875rem;top:15.5625rem;left:48.8125rem;overflow:hidden;display:block; }
#ME9IRPNxTThMlMsRnR7DTwT5kkxEkg0T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/flz675bH/bg_section.jpg");background-position:top center !important;background-repeat:repeat-x !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; }#ME9IRPNxTThMlMsRnR7DTwT5kkxEkg0T.adaptive-delivery-prevent-bg, #ME9IRPNxTThMlMsRnR7DTwT5kkxEkg0T.lazyload, #ME9IRPNxTThMlMsRnR7DTwT5kkxEkg0T.lazyloading { background-image: none; }#ME9IRPNxTThMlMsRnR7DTwT5kkxEkg0T > .row .container { background-color: transparent; background-image: none; }#ME9IRPNxTThMlMsRnR7DTwT5kkxEkg0T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ME9IRPNxTThMlMsRnR7DTwT5kkxEkg0T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ME9IRPNxTThMlMsRnR7DTwT5kkxEkg0T > .row .container > .video-iframe-container { display: none; }#ME9IRPNxTThMlMsRnR7DTwT5kkxEkg0T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ME9IRPNxTThMlMsRnR7DTwT5kkxEkg0T > .row > .video-iframe-container { display: none; }#ME9IRPNxTThMlMsRnR7DTwT5kkxEkg0T > .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); }#ME9IRPNxTThMlMsRnR7DTwT5kkxEkg0T > .row .container { border-width: 0; border-radius: 0; }#ME9IRPNxTThMlMsRnR7DTwT5kkxEkg0T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ME9IRPNxTThMlMsRnR7DTwT5kkxEkg0T > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:60rem;position:relative;display:block; }#s016f2fOStxzwyfEdylFuvGp1pVGeluo { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;border-top:0.0625rem solid #2740c8;border-left:0.0625rem solid #2740c8;border-right:0.0625rem solid #2740c8;border-bottom:0.0625rem solid #2740c8;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.125rem;width:33.4375rem;top:2.875rem;left:25.9375rem;display:block; }
#qessq1LeE3PcbWAHpwwdyqMM4A2uiudU { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/17e4ce08-ace4-41da-aef9-d2cee1d613d0/istockphoto2173059563612x612.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.3125rem;width:33.5625rem;top:2.875rem;left:25.9375rem;display:block; }#qessq1LeE3PcbWAHpwwdyqMM4A2uiudU.adaptive-delivery-prevent-bg, #qessq1LeE3PcbWAHpwwdyqMM4A2uiudU.lazyload, #qessq1LeE3PcbWAHpwwdyqMM4A2uiudU.lazyloading { background-image: none; }
#Z7wNdbRNExDyCtpr7Z13593yBTH4hTKq { color:#0189c4;display:block;width:22.8125rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:6.875rem;left:0rem;height:;font-style:normal;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; }
#avcfiUBNmXmwDaVT5u6VqfCHZmH5sn6L { color:#f2f3f7;display:block;width:22.8125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:5.25rem;left:0rem;height:1.3125rem;font-style:normal;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; }
#BEtWEmf8TZXeEIqBPK8StQT0rf8rfERz { color:#ffffff;display:block;width:18.25rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15024;line-height:1.4;letter-spacing:0;top:9.8125rem;left:4.625rem;height:2.75rem;font-style:normal;display:block; }
#JBsAuk957uR5Z2JJc71K4D7zGNzIDKyR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/flz675bH/bg_section.jpg");background-position:top center !important;background-repeat:repeat-x !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:none; }#JBsAuk957uR5Z2JJc71K4D7zGNzIDKyR.adaptive-delivery-prevent-bg, #JBsAuk957uR5Z2JJc71K4D7zGNzIDKyR.lazyload, #JBsAuk957uR5Z2JJc71K4D7zGNzIDKyR.lazyloading { background-image: none; }#JBsAuk957uR5Z2JJc71K4D7zGNzIDKyR > .row .container { border-width: 0; border-radius: 0; }#JBsAuk957uR5Z2JJc71K4D7zGNzIDKyR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JBsAuk957uR5Z2JJc71K4D7zGNzIDKyR > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:60rem;position:relative;display:none; }#Os9sp75F8Zypcwbu64cGtzTwE5ZTdUfG { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;border-top:0.0625rem solid #2740c8;border-left:0.0625rem solid #2740c8;border-right:0.0625rem solid #2740c8;border-bottom:0.0625rem solid #2740c8;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.125rem;width:33.4375rem;top:2.875rem;left:25.9375rem;display:block; }
#LXR5DFTy5U67JEIGmJOJcQWbr7X6M7tF { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2539f9f3-b47c-48d1-9073-2666b87e257d/StaryBrowarJakubWittchenjpg.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.4375rem;width:34.625rem;top:3.8125rem;left:25.375rem;display:block; }#LXR5DFTy5U67JEIGmJOJcQWbr7X6M7tF.adaptive-delivery-prevent-bg, #LXR5DFTy5U67JEIGmJOJcQWbr7X6M7tF.lazyload, #LXR5DFTy5U67JEIGmJOJcQWbr7X6M7tF.lazyloading { background-image: none; }
#AQBrmfJKQLGzPzmBFvv2e1xWzbOlqNLX { color:#0189c4;display:block;width:22.8125rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:6.875rem;left:0rem;height:;font-style:normal;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; }
#VeTBMmVqE1TDt1MHaOXXMnHJT72HZRCB { color:#f2f3f7;display:block;width:22.8125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:5.25rem;left:0rem;height:1.3125rem;font-style:normal;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; }
#wloK5yKdS16OzgG9fAGgJ47bpQZ9r5XJ { background-color:#0189c4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:3.375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:19.9375rem;left:6.125rem;display:block; }
#PB0k8qXDRx9vVVURLfDllEeK6mEuwgpl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tyBRGQymxy5IwaoATapn64z1EABqw7Us { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;top:15rem;left:2.9375rem; }
#yICuF4eaefIlofVKnTfLPHJ1yaceKa8N { color:#ffffff;display:block;width:18.25rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15022;line-height:1.4;letter-spacing:0;top:15rem;left:4.625rem;height:2.75rem;font-style:normal;display:block; }
#f18HJ5NQu1hKvXJx1chX8Uespo3Ogt5H { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;top:9.8125rem;left:2.9375rem; }
#hSg9FmFV6vNT5fcwxEOOWoSeSt3iukaz { color:#ffffff;display:block;width:18.25rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15024;line-height:1.4;letter-spacing:0;top:9.8125rem;left:4.625rem;height:1.375rem;font-style:normal;display:block; }
#NNhc0ttnCs82AHs14bsWffsFmDWxRbEM { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;top:12.375rem;left:2.9375rem; }
#XCTIkByLsdrv3TL9g2VmHiHJHEFEOfZL { color:#ffffff;display:block;width:18.25rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15026;line-height:1.4;letter-spacing:0;top:12.375rem;left:4.625rem;height:1.375rem;font-style:normal;display:block; }
#ZpPB7m1dNthhKz0wURltqtf7JyJtO2Qg { 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; }#ZpPB7m1dNthhKz0wURltqtf7JyJtO2Qg > .row .container { background-color: transparent; background-image: none; }#ZpPB7m1dNthhKz0wURltqtf7JyJtO2Qg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZpPB7m1dNthhKz0wURltqtf7JyJtO2Qg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZpPB7m1dNthhKz0wURltqtf7JyJtO2Qg > .row .container > .video-iframe-container { display: none; }#ZpPB7m1dNthhKz0wURltqtf7JyJtO2Qg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZpPB7m1dNthhKz0wURltqtf7JyJtO2Qg > .row > .video-iframe-container { display: none; }#ZpPB7m1dNthhKz0wURltqtf7JyJtO2Qg > .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); }#ZpPB7m1dNthhKz0wURltqtf7JyJtO2Qg > .row .container { border-width: 0; border-radius: 0; }#ZpPB7m1dNthhKz0wURltqtf7JyJtO2Qg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZpPB7m1dNthhKz0wURltqtf7JyJtO2Qg > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;position:relative;display:block; }#t7ZGhzzbyIZIkznuldZp6h9wNicua6uF { color:#010104;display:block;width:35.4375rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.1875rem;left:7.1875rem;height:1.9375rem;font-style:normal;display:block; }
#TQ6p0B5PL5Nt1ZzR3z2po7v5v3azfTLS .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TQ6p0B5PL5Nt1ZzR3z2po7v5v3azfTLS .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;color:#000000;padding-top:0.4375rem;padding-right:0.381875rem;padding-bottom:0.4375rem;padding-left:0.381875rem;display:block;align-items:center;width:2.28875rem;min-width:2.28875rem;height:2.35375rem;position:relative;font-family:"open sans";font-size:1.75125rem;font-weight:700;line-height:37.66px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TQ6p0B5PL5Nt1ZzR3z2po7v5v3azfTLS .widget-text.counter-label { background-color:;background-image:none;color:#8e0f7a;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.27375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.051875rem;height:0.930625rem;position:relative;font-family:"open sans";font-size:0.656875rem;font-weight:700;line-height:14.89px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TQ6p0B5PL5Nt1ZzR3z2po7v5v3azfTLS { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:16.1875rem;height:4.433125rem;padding-top:0.5475rem;padding-right:0.545rem;padding-bottom:0.5475rem;padding-left:0.545rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.48333358764649rem;left:37.5rem;z-index:15016; }
#TQ6p0B5PL5Nt1ZzR3z2po7v5v3azfTLS #NX7TDtqO6PQ0Os5LaRFeZEaOwmZEK61s { display:flex;position:relative;top:0rem;left:0rem; }
#TQ6p0B5PL5Nt1ZzR3z2po7v5v3azfTLS #RRDQ63Sxld12Kg4yri6HKfu8D8eKuagb { width:auto; }
#TQ6p0B5PL5Nt1ZzR3z2po7v5v3azfTLS #XATJGMCBGQaa9cgSI88XpwLsTO30aGa7 {  }
#TQ6p0B5PL5Nt1ZzR3z2po7v5v3azfTLS #KNzD0pL3Txy8MLWXlVPThLqMzRvi4Rov { display:flex;position:relative;top:0rem;left:0rem; }
#TQ6p0B5PL5Nt1ZzR3z2po7v5v3azfTLS #LJT3dqLmRV59HmXFd26ybXtJPs9eHBPN {  }
#TQ6p0B5PL5Nt1ZzR3z2po7v5v3azfTLS #At0V7AdPsvoh0a9wc5biR6n1r3yuds5N {  }
#TQ6p0B5PL5Nt1ZzR3z2po7v5v3azfTLS #IVoTT723SHoklAz7VfLQxA3rFsI5gQSJ { display:flex;position:relative;top:0rem;left:0rem; }
#TQ6p0B5PL5Nt1ZzR3z2po7v5v3azfTLS #JsOcrTCGvMPGhlcVB1H09fcr5CPiSfF3 {  }
#TQ6p0B5PL5Nt1ZzR3z2po7v5v3azfTLS #c0HtTO5CwqAMfvlqmx667xVqn0yFDrrC {  }
#TQ6p0B5PL5Nt1ZzR3z2po7v5v3azfTLS #zRXarOgUAvrMSdOEHsf4GMQc8UT9fhg5 { display:flex;position:relative;top:0rem;left:0rem; }
#TQ6p0B5PL5Nt1ZzR3z2po7v5v3azfTLS #fRUOQzNSLqaahQnIxsLvoQGz3TdkccAI {  }
#TQ6p0B5PL5Nt1ZzR3z2po7v5v3azfTLS #w05A5ThkSqDT4CkgWKvlTyaQlD4Z3O4v {  }
#o2eWXCe7b0vGMqmE8aJDBFgIv0l2sZk6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9fa8b4;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#o2eWXCe7b0vGMqmE8aJDBFgIv0l2sZk6 > .row .container { background-color: transparent; background-image: none; }#o2eWXCe7b0vGMqmE8aJDBFgIv0l2sZk6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2eWXCe7b0vGMqmE8aJDBFgIv0l2sZk6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2eWXCe7b0vGMqmE8aJDBFgIv0l2sZk6 > .row .container > .video-iframe-container { display: none; }#o2eWXCe7b0vGMqmE8aJDBFgIv0l2sZk6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2eWXCe7b0vGMqmE8aJDBFgIv0l2sZk6 > .row > .video-iframe-container { display: none; }#o2eWXCe7b0vGMqmE8aJDBFgIv0l2sZk6 > .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); }#o2eWXCe7b0vGMqmE8aJDBFgIv0l2sZk6 > .row .container { border-width: 0; border-radius: 0; }#o2eWXCe7b0vGMqmE8aJDBFgIv0l2sZk6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o2eWXCe7b0vGMqmE8aJDBFgIv0l2sZk6 > .row .container { font-size:0.875rem;font-family:arial;height:13.5rem;width:60rem;position:relative;display:block; }#w9gn7KgbZb4cOTGGds4JeNG5sXeh2Lsu { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5rem;left:30.8125rem;height:1.375rem;font-style:normal;display:block; }
#kcnehCRIDdhRu7V1FG9hANSe24MRO3NC { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:1.125rem;left:26.8125rem;overflow:hidden;display:block; }
#h09PiTgDETAh947TaxZOUWNwLm7zdZft { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.4375rem;left:30.375rem;height:1.375rem;display:block; }
#cxL34rwWSK669oROM58DidsOGrZGP0Ut { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:4.8125rem;left:18.5rem;height:2.375rem;text-align:center;text-align-last:center;display:block; }
#ETtN7OXQHa3KAL5x9OOq4TdmMuAdvGOX { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:11.625rem;left:18.46875rem;height:1.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zr4cDuTEwZLOBlS1SAfuupeR27T6vuaL { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;top:9.0625rem;left:29.0625rem; }
#zr4cDuTEwZLOBlS1SAfuupeR27T6vuaL > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl { display:block; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Za7O2bXWzmqrFdWNKV86B0yHpcv4OdLo { width:47.75rem;height:5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClThy2Eg1AN31mxFARdEM1OF2f5TUn0b { width:35.4375rem;height:1.9375rem;top:1.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeK3ub1I5eLGyHwtr4dL1iu1FKF2FVLq { width:17.3125rem;height:;top:13.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMZMAFFJDukhtS1grcTisK4vSox3kuXz .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NMZMAFFJDukhtS1grcTisK4vSox3kuXz .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#NMZMAFFJDukhtS1grcTisK4vSox3kuXz .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#NMZMAFFJDukhtS1grcTisK4vSox3kuXz { display:flex;width:18rem;height:5.0625rem;top:0rem;left:31.549999237061rem; }
 }@media only screen and (max-width: 763px) { #NMZMAFFJDukhtS1grcTisK4vSox3kuXz #x2rFOo2w5RKT18TRE8wRrQIiaUNf8hn4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NMZMAFFJDukhtS1grcTisK4vSox3kuXz #nF5o41CgA5P4aXn2zfasxTR7bw0TekV8 {  }
 }@media only screen and (max-width: 763px) { #NMZMAFFJDukhtS1grcTisK4vSox3kuXz #vpVbTM9HPcc6ElZbNI55m8IeSl3PPiBk {  }
 }@media only screen and (max-width: 763px) { #NMZMAFFJDukhtS1grcTisK4vSox3kuXz #AOrxVuKLRTdxKc9GgbhSR0QvHbiyBgTT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NMZMAFFJDukhtS1grcTisK4vSox3kuXz #DpgVR93zw26w5gkcLRVokKqW1CLxrRbJ {  }
 }@media only screen and (max-width: 763px) { #NMZMAFFJDukhtS1grcTisK4vSox3kuXz #nI9RRLHocHxtxIorNLlVvSLcKRCq86tu {  }
 }@media only screen and (max-width: 763px) { #NMZMAFFJDukhtS1grcTisK4vSox3kuXz #P6pOE49yALabVCg8sH1PspPNAszbQklb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NMZMAFFJDukhtS1grcTisK4vSox3kuXz #AvhMMBSdTTkiTPSIG8pIX11I5XVDbamF {  }
 }@media only screen and (max-width: 763px) { #NMZMAFFJDukhtS1grcTisK4vSox3kuXz #mox6ayiADAMiZLiQQ6GCJQGEwRGCBsdT {  }
 }@media only screen and (max-width: 763px) { #NMZMAFFJDukhtS1grcTisK4vSox3kuXz #yHohLTtbXcODpokTupU6ZqN0QoJcWKgy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NMZMAFFJDukhtS1grcTisK4vSox3kuXz #To5HD4kK5xRCEnf1befo0TALHcTCzZLu {  }
 }@media only screen and (max-width: 763px) { #NMZMAFFJDukhtS1grcTisK4vSox3kuXz #RM3mZUCZvgHoQwNdXxMT2BMybBXXdelm {  }
 }@media only screen and (max-width: 763px) { #URGezvbhT1vTWkI9rSDCVyho78c7O9pK { width:13.375rem;height:3.375rem;top:35.0625rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDI9z3hyfqhFewITR1mbZKixe6UkBguD { display:block; }
 }@media only screen and (max-width: 763px) { #QlDfVl2cp51PkTibTSDuhKXQfIlvWkF6 { top:7.9375rem;left:5.3125rem;width:37.125rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZGO6fbnqkF1dVFDTcsnhtq7saufWBp1 { width:13.375rem;height:3.375rem;top:32.5rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOZclbmlcWHbS1rbKQJkoKCcDRlOt9pk { display:block; }
 }@media only screen and (max-width: 763px) { #rJl3LA11fcokXEJTllG3CbEPoWCLFdAm { display:block; }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTbwnOlUQFH7xmzO5si04ayDcr8JSiPT { width:30.9375rem;height:;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsgSK5i716ZOh2VAPNT73yiHCyFAekA4 { width:30.9375rem;height:32.8125rem;top:10.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNSdGeUEq3taUE9Wbh9ZDQyQFxDflRFw { width:5.0625rem;height:5.0625rem;top:34.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNgCwoz7Vin3Fa7VZ7nCqBHHIISm10uE { width:3.375rem;height:0.125rem;top:37.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTTykPu87iJBAtfgRhqS7rI89fGc3iCW { width:4.375rem;height:1.9375rem;top:35.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUMZxeAA5BiINOA7c40xEe1e32asg0wT { width:4.375rem;height:1.4375rem;top:37.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRB1AExgIDoHVcaH7AdKvPp4tznTKEhW { width:9.8125rem;height:2.875rem;top:35.75rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxeMBvA5K3dWWE5neCFeb6d3wmUrTCae { width:7.75rem;height:2.875rem;top:35.9375rem;left:24.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdooSqTN6Z6MCfek5UzESusSGCqheb0g { width:3.375rem;height:0.125rem;top:37.3125rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd7N099Dlp6wOgfHCSdCQAPL1ie5Tnur { width:5.0625rem;height:5.0625rem;top:34.625rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BN6sV8DKfTfHgLu7iS8kJN5PIWqKIxe2 { width:4.375rem;height:1.9375rem;top:35.8125rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnoUrBfhUeFC388l0h46tZeMuiHCfOGn { width:4.375rem;height:1.4375rem;top:37.3125rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWybLyI9qaqyB61ViNPSy8eNN6Xzr47i { width:7.1875rem;height:2.875rem;top:35.9375rem;left:40.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzQTyhNfQILaTwbh03sm90Su6gbzNbqU { width:3.375rem;height:0.125rem;top:37.3125rem;left:42.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1Zby3oXLu4MtUxfXvGNqrtJSW0y92ie { width:5.0625rem;height:5.0625rem;top:34.625rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLqEkdnNQExWXkb7V0q9pDgn6HA3uIED { width:4.375rem;height:1.9375rem;top:35.8125rem;left:37.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iehtThisG74sTTWkTfsmCAl6OoETdbLO { width:4.375rem;height:1.4375rem;top:37.3125rem;left:37.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfNT7JpwV69goT74lzZtx2FENkJyuAqU { top:12.375rem;left:33.125rem;width:12.0625rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hbmbez8OH7STVGFzaaXCCGSNkGuGt8pX { width:29.125rem;height:4.6875rem;top:30.375rem;left:18.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXJb8cuiTtmsNn809rZbcnSfKu7mLoq1 { display:block; }#gXJb8cuiTtmsNn809rZbcnSfKu7mLoq1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wJQEzXe6ox8cgFXFhbQCl7O1pNIkXxNT { width:30.9375rem;height:;top:4.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0PBMHHk0ProluOSQVS2knJyIOvBZyQM { width:47.75rem;height:14rem;top:8.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDQzretCe2OflrXxSF0elgiNbPwSJlHO { top:10.1875rem;left:36.125rem;width:11.625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #neklTBqVlDFTTmiQknnoo1Vvo3MNuIgx { width:11.375rem;height:2.875rem;top:14.5625rem;left:34.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHykafdkRbs0Q1Akbf0SdN8BMF3vNyrK { width:47.75rem;height:8rem;top:32.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJ3fPuLH5s11LW21fW4FU2Z2dpBgBqXR { width:47.75rem;height:18rem;top:49.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiB6wZCPJTTErFiDQ7J9nkn4RVnmboiP { width:34.0625rem;height:2.875rem;top:26.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPV8ozGDukR63BikgKhM0m9VNq4WvgAi { width:47.75rem;height:2.875rem;top:43.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtlPdcBwR3CFZWdFmhcGN9cEMw8udTpG { width:11.375rem;height:2.875rem;top:31.1875rem;left:35.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTtQZL50E1o12ulT8xoKuhlS9mxuaiAD { top:26.8125rem;left:36.125rem;width:11.625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGEQCpBfh6dnXzZrJ8IiLhX0AQ2govKn { top:55.5625rem;left:36.125rem;width:11.625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xycLke9e2KTuMvH3SETUNc8WJ0KPs1wQ { width:11.375rem;height:2.875rem;top:59.9375rem;left:36.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwVBTFFznSJ63cfpPn707IsQbyJPwl4M { display:block; }#gwVBTFFznSJ63cfpPn707IsQbyJPwl4M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FJhFiSRATH5gzlD6ineOfUnndTsbIfHH { width:47.75rem;height:;top:6.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfdqhVzyhfK8OFdoyiMMx23TRAGhSIda { width:47.75rem;height:1.9375rem;top:9.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CupxtaUP4scHMd7ugImWkE5mlK4ulFcu { width:29.375rem;height:32.3125rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMQVeETWIGcheZTyC6slnDQ0od7J0QTd { width:15.625rem;height:3.625rem;top:12.625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4ChxvoKScvCXquu4EiK0sCKeLWgFaC3 { width:15.625rem;height:1.9375rem;top:13.4375rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBAI7lzKSaZiElK4TMuHXM7rpBJZqpIR { width:0.125rem;height:1.125rem;top:18.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUM81uQaHTLbMfsBXp5v8Jd8IEkEB1t1 { width:7.4375rem;height:1.4375rem;top:18.6875rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST2xlLw1nk9opeetGR4USrTs6QVUVOFb { width:0.125rem;height:1.125rem;top:18.8125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UE46O4L5bmxE59fRlDaNnlt5MoeV9Rbi { width:27.5rem;height:1.375rem;top:20.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #keOgweernhOU9Sff3la56pBaVUsunqMC { width:27.5rem;height:1.375rem;top:25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDz9xvO9gaOTaxA01i6ke6nfMuNwhErL { width:7.4375rem;height:1.4375rem;top:23.4375rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmX688QI6ee7dAIKz1UiQaamWn9RGv2J { width:0.125rem;height:1.125rem;top:23.5625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #brWGBXb6wtzkVSTi2wIMCfJ80RHgplQn { width:0.125rem;height:1.125rem;top:23.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTcqP6TPUpNc53zm56Rhit4cBXPhHl0e { width:27.5rem;height:1.375rem;top:29.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdNpkbbGllLwzSex902NFIxr5OhhnKzu { width:7.4375rem;height:1.4375rem;top:28.375rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoGniEWL3Xn3CzknTovIcAPq90nEgTQg { width:0.125rem;height:1.125rem;top:28.5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h81szLQ5VdnMSpQMXck5Otc7rc7bCGPt { width:0.125rem;height:1.125rem;top:28.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca2dOXs1z5lZDEJlfTkTkDgN75NxTflM { width:27.5rem;height:1.375rem;top:34.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XryyTPlrbWgJnSknXPtDS0NKbKzoanEu { width:7.4375rem;height:1.4375rem;top:33.25rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFmDZPTUIXfpi1Em5AnDAMIyPJ2fefgr { width:0.125rem;height:1.125rem;top:33.375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #imbutIT0kZyXydx8wLfTtFVfzdC1JovT { width:0.125rem;height:1.125rem;top:33.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QApi0AIZtsTtkMrDiP3X55zaVRdMd89e { width:29.375rem;height:32.3125rem;top:12.625rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DofXq7iPGyaIe3TLvE5QWDikrrEa1IlK { width:27.5rem;height:1.375rem;top:39.375rem;left:20.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpbpxQoIHhrCCxDC1ePywlKqt8gCnJ9q { width:27.5rem;height:1.375rem;top:32.9375rem;left:20.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncTCM7u1UrZytMoU6ezTulXUwwmdzBCc { width:27.5rem;height:1.375rem;top:26.6875rem;left:20.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H62Tsv1WX2nMT9btyXinXcBp3t2Aa8T9 { width:7.4375rem;height:1.4375rem;top:31.375rem;left:24.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyHMf35pTIaXdEpxG1lvDbfUAuENg6LX { width:0.125rem;height:1.125rem;top:31.5rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zo5uCXm94RPufXfQZnlovJd0ih9Mxt6B { width:7.4375rem;height:1.4375rem;top:37.8125rem;left:24.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTW2PZZKB26liHQmT58mhHWSzFrBHHsU { width:0.125rem;height:1.125rem;top:37.9375rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9IQfSV8NHR58vHmJbiTkxaoM04gvRdr { width:7.4375rem;height:1.4375rem;top:25.125rem;left:24.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJcTTlgnEg1iLNTWldEZeWtT6bWb0N1u { width:0.125rem;height:1.125rem;top:25.25rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4L1gHRRb5cHpO9PqqR3iv3ZMuRnTxih { width:27.5rem;height:1.375rem;top:20.25rem;left:20.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c84iiVcoxywrRs3EkabWcKTJahnOcJPZ { width:7.4375rem;height:1.4375rem;top:18.6875rem;left:24.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVPdDwSNrpXdCp2Kw3bQIy6zXRQNRJTz { width:0.125rem;height:1.125rem;top:18.8125rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gu3lzxEp6NuWAJoVmqH1Nx7t4v3nVbVF { width:0.125rem;height:1.125rem;top:18.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dmo4Csc8HqW6xK7Idoiqa1DuJzNE01Ve { width:0.125rem;height:1.125rem;top:25.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fac8f16eZV5bh4TFFJUEn44isX4TPxiy { width:0.125rem;height:1.125rem;top:31.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTNVonKl4ZWRtkBaifIdAK4V08NhFFKa { width:0.125rem;height:1.125rem;top:38.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivaPlwDuoXUb2SRSarrU2bATQzKoyIuz { width:15.625rem;height:3.625rem;top:12.625rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOWxQg2PQhX5qKPIqnQH3GXPrmxJA1Xa { width:15.625rem;height:1.9375rem;top:13.5rem;left:28.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9NASNKk9AWpUkQbHmvehTbiS0qhTQiU { width:13.375rem;height:3.375rem;top:48.125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTiqbe2I5VckKLeS7qlIRTIF1QzGTfyv { display:block; }
 }@media only screen and (max-width: 763px) { #OASgL1AZoLPiAfCh5bvhXHQ8UxiNBAZp { width:1.25rem;height:1.25rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yO5seXmVS1R615BwApVayLG3khM5JqsB { width:1.25rem;height:1.25rem;top:23.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToxhZ6VkTZwZlJFTdJ1sEnCxp5XA7n7q { width:1.25rem;height:1.25rem;top:33.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #prJW8di4F5hVnzwEa6W2FX2xJguSq0ZP { width:1.25rem;height:1.25rem;top:37.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rng68PIHWnx9mRB3iVRW5HpBZ59OSoMk { width:1.25rem;height:1.25rem;top:31.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFiSPSgHvDhcUJxx6apypHuVfHRCdL78 { width:1.25rem;height:1.25rem;top:25.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnvxUJdKACJUKDKWHhJXxRvQ9Sp0zkgs { width:1.25rem;height:1.25rem;top:18.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kU5FDnxTUaE008IiE5J2dQMzO3AFLvOX { width:1.25rem;height:1.25rem;top:28.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSo8dZMeRcZLxN0PIvLvgFxMDhx7KWcG { width:27.5rem;height:4.125rem;top:39.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPmS93dTQd9oN4VP2NAUgB1aFrF6Fx3d { width:0.125rem;height:1.125rem;top:38rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThqD0vLFmMoR8r3qOyuL3zNXVognZSCF { width:7.4375rem;height:1.4375rem;top:37.875rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXSlFDmaiqwpQKTI1vTqA91tc0ezQwTn { width:1.25rem;height:1.25rem;top:38rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ003oE7WCANQM5CJzDGh04xyRW32GK7 { width:0.125rem;height:1.125rem;top:38rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUsvds2yrFNtvGOROSPKd5l0RznqlIPC { display:block; }#wUsvds2yrFNtvGOROSPKd5l0RznqlIPC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wbXX9bfJu0UpEukewh4uHqfUP8HWwnPG { width:41.25rem;height:5.5rem;top:0rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmXDoyU1gaRV94GnUmoqPR4erow70mdl { width:41.25rem;height:;top:1.1875rem;left:3.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukXZQmfpQkJWdf9Hm2Gsb94Ang5rE75K { display:block; }#ukXZQmfpQkJWdf9Hm2Gsb94Ang5rE75K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yyAK2bBdmS2zZyWOQgVLGlT4PbJuT6Ew { width:18.75rem;height:25.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTHpGNndJD5qCZSDTTTM7iUZLyI8VWIo { width:17.5rem;height:1.9375rem;top:1.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zK0V0T7Q7QQoaosv0QFuG5bntTiBT633 { width:18.75rem;height:4.6875rem;top:15.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTCo3HFAa9uL4gQtialQST604AXI3BKh { width:14.375rem;height:;top:5.0625rem;left:1.5rem;font-size:1.1875rem;display:block; }#qTCo3HFAa9uL4gQtialQST604AXI3BKh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/ce6kJH72/check.png); }
 }@media only screen and (max-width: 763px) { #pVVBdqTwNoaH7BIwaTBW5obNLgOtC2Ix { width:18.75rem;height:25.625rem;top:0rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #zucxTiBR2uix5FRxqoiZk7FT3qDzpRz9 { width:18.75rem;height:4.6875rem;top:15.875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWlWhy9eEB3hTBOQ46wB1boAehlVEQcz { width:9.875rem;height:2.875rem;top:16.8125rem;left:21.875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I337zZrPXZtOpl2iEJ0t8NkpGOmMZAlz { width:17.5rem;height:1.9375rem;top:1.9375rem;left:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KF3IJhA8TDQQD3CglO8ASHkIl9qSTNNe { width:18.75rem;height:3.375rem;top:20.5625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiuB2CoplttN3OZqBs1OHIbkTnA4M17h { display:block; }
 }@media only screen and (max-width: 763px) { #Zx04wfduyHi13zhWRW0SelyvNXx91FTE { width:18.75rem;height:3.375rem;top:20.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD2bEBbgMDsFUAAHe4MkAVwKZgEyoTDT { display:block; }
 }@media only screen and (max-width: 763px) { #K3mzBzHoax5yknDv6F6L1eI3sA6wWVSq { width:14.375rem;height:;top:5.0625rem;left:17.375rem;font-size:1.1875rem;display:block; }#K3mzBzHoax5yknDv6F6L1eI3sA6wWVSq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/ce6kJH72/check.png); }
 }@media only screen and (max-width: 763px) { #UDTkZIdKiImsQ7fiLMMlLcPvO63wAJVL { width:9.875rem;height:2.875rem;top:16.75rem;left:6rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #voDTsO05MSylOUC3hq7r0ykhAKKRVCfH { display:block; }#voDTsO05MSylOUC3hq7r0ykhAKKRVCfH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMQu1EUDwz2MLcHrOmVygval5HD1WCuL { width:41.25rem;height:5.5rem;top:0rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JX1QAmPafLWOMyW5TxBkd0QWuwEKG9CP { width:41.25rem;height:;top:1.3125rem;left:3.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwbKwBFDeguwvqToVSDRy9stwHAEEqO9 { display:block; }#uwbKwBFDeguwvqToVSDRy9stwHAEEqO9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TNrBDvK1MLxhMTT49seD8GX9FKDSwV88 { width:14.375rem;height:6.5625rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwJinhDDyvB6GUlteM1GBUufHAVrpz7r { width:14.375rem;height:6.5625rem;top:0.375rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkS0s3LKmKa0X3OEsl5M0kpbOJmm92ph { width:14.375rem;height:6.5625rem;top:0.375rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7hWn0fVUMUitoubBNOporG8JppGXstc { width:14.1875rem;height:6.125rem;top:0.625rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAV2dMX8MGMqc5cCA9ETcGVV8KSLIzoB { width:13.1875rem;height:;top:6.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mStXFh42vPdxXXL9XHyp0XaLZyu2PuTX { width:13.1875rem;height:;top:6.9375rem;left:10.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7Raee3ATTh0wmJskaQ1Jcz9elHfuTKu { width:13.1875rem;height:;top:6.9375rem;left:22.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdXCxlhAQx6LmFJpwv3eCSyCR4z3NHHG { width:13.1875rem;height:;top:6.9375rem;left:34.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7I3FDWsCFBTK9WiLJURxPywWF1sZbEU { display:block; }#X7I3FDWsCFBTK9WiLJURxPywWF1sZbEU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pCWqURzqJTbRTeq9devoxBALHwTfhTPJ { width:14.375rem;height:6.5625rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fx4FPBr9JPpTKTta9FtkDmEO1Kp1yyx9 { width:12.75rem;height:5.6875rem;top:0.8125rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #brk9H4HlcecgCUqmFauB9NF9u9eIW1yz { width:13.1875rem;height:;top:6.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyxxTbTTNWfsNq25qAa6vkZzDHTzTTiD { width:13.1875rem;height:;top:6.9375rem;left:10.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1goeOXHMMJwv0RTDKQnCLX45qCyKKOB { width:9.6875rem;height:;top:6.0625rem;left:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #K3yXNOxPbcWEl0ZkcApCSPK7hZTVAoPt { width:13.1875rem;height:1.3125rem;top:7rem;left:22.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzxG9Z6KlqkLQ4mgMQ8EyMp77p3AZAm0 { width:14.375rem;height:6.5625rem;top:0.4375rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTfOc2chs5FLJse0PRrAlWzzvJVIW2NK { width:12.125rem;height:5.3125rem;top:1rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsLDhoFqifOgtxIu6IkOCUU8x9rMDeQW { width:13.1875rem;height:1.3125rem;top:6.9375rem;left:34.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2Fe1TfQ2SxJFnVud6w6RBEZTtk2TZ9U { display:block; }#o2Fe1TfQ2SxJFnVud6w6RBEZTtk2TZ9U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MgDKi7yvHL00nMFTqdwvdNpC0D6AVGvZ { width:12.125rem;height:5.3125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XERNkX7Sp8S7TKE345E0xAMidOL2XSWA { width:14.375rem;height:6.5625rem;top:0rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHhpWes6lC05mVgF5oIkEC08MIexoykB { width:14.375rem;height:6.5625rem;top:0rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPcu2CN2KVW2O8UkGVZcuQIpfyXoJSpJ { width:14.375rem;height:6.5625rem;top:0rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKvTpv5HerL4RU6BGPLlMi3tdpXdpxJ7 { display:block; }#SKvTpv5HerL4RU6BGPLlMi3tdpXdpxJ7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PeiFhSC0nUFqxIt0n3L3e53UT7BBTABJ { width:41.25rem;height:5.5rem;top:0rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tI886Hogxi4g3KqWM12JlMU9SMKv5m5Z { width:41.25rem;height:;top:1.1875rem;left:3.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHSd0GymRzq7s4kMufGMEXUJTPLFVLMt { display:block; }#FHSd0GymRzq7s4kMufGMEXUJTPLFVLMt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hhGU3Qw5GU3RasG8zs1hmK28gwyoQS07 { width:47.625rem;height:7.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeBvGFU10Df6gCn3MDTFQcga238Tcqmx { width:5.4375rem;height:5.4375rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DATW8DA7f8hzzBOVUZ7ZUxRTXcDVwyBz { width:0.0625rem;height:5rem;top:1.1875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHLRkVCbeCs4uhTwBc0ZdVr1xZi1PpyQ { width:31.4375rem;height:2.875rem;top:2.25rem;left:4.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzP6QABcPvMru7C1Upw1dtZ5zvJ2QTCG { display:block; }#vzP6QABcPvMru7C1Upw1dtZ5zvJ2QTCG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hFpELzW0TIA00WXBsMrzi3um3FsHO8Cs { width:47.625rem;height:7.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2m8Sk4a7Rt9s9LKG7l6Swiy8EMus1Zu { width:5.4375rem;height:5.4375rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiCQiyilvf3hX0gTznrWPzMVAEQ6eeIH { width:0.0625rem;height:5rem;top:1.1875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoSpf3UkR8wT0ITSxJDx02WeviKQnfib { width:31.4375rem;height:2.875rem;top:2.25rem;left:4.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZidyI4mU3Qbuyz7yTW5vrhWL9dk4GAxk { display:block; }#ZidyI4mU3Qbuyz7yTW5vrhWL9dk4GAxk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KTp4M1ErUDNBmKfRCQ29T5zX1wr2RTun { width:47.625rem;height:7.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhBxEtDGo7qwCsyrfy3iGWi8r7lVhutQ { width:5.4375rem;height:5.4375rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiOHMlcaZTuCB4ntxNmrKNL9iJo47Bqy { width:0.0625rem;height:5rem;top:1.1875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2BFZQ4bJXXOSIBeOKV1QiVWvSxUFfo9 { width:31.4375rem;height:2.875rem;top:2.25rem;left:4.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaLNOToLTvPxwJzdn2gZvlTDwgADRuqK { display:block; }#aaLNOToLTvPxwJzdn2gZvlTDwgADRuqK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KVvP8JkEZzlnGc5zlhD8HnwiHmTknrSV { width:41.25rem;height:5.5rem;top:0rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImEfCrAkK12ETnH1xmPahMRtURAAPMo7 { width:41.25rem;height:;top:1.3125rem;left:3.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #URZP4Q2Bcn9EGkLCQi1o0xAJxKG81GE6 { width:38rem;height:1.4375rem;top:6.375rem;left:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wE3zfJPs9nwlmgaTAeCwELbq0xF1eehJ { display:block; }#wE3zfJPs9nwlmgaTAeCwELbq0xF1eehJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Td2CfkJwQhmlxu8bzEJUUG4rNeP712Tf { width:11.0625rem;height:14.8125rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTuyxEskb5fmUoFaDOR55JabmreC8P4o { width:20.125rem;height:14.9375rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8c9CKQUZK8bqbs4FXzADKdcfyvFJyru { width:11.0625rem;height:14.8125rem;top:0.75rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNBgK2vcrfuPtUm2MEpokTAVzRVSpF7D { width:19.9375rem;height:14.9375rem;top:15.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciTlfkGHSJWmQlBrWb9JID0T9FUzVCEF { width:11.1875rem;height:14.9375rem;top:15.5625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dP7ZcZmdAgQ8fzevd073E84asp62xBrH { width:19.9375rem;height:14.9375rem;top:15.5625rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhbA9TfKOe8hR8zkCUeoHoy8y69tvd0V { width:20rem;height:14.9375rem;top:0.6875rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uU8TsmPfRLb53XBvcG1vd8oqhk936ZE7 { width:11.1875rem;height:14.9375rem;top:15.5625rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ox6p8gb0RDWrFOe2vFG5a0ImlGo0ztMU { display:block; }#Ox6p8gb0RDWrFOe2vFG5a0ImlGo0ztMU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ASDv4wCTcWQASBTlTaZXEpMkh1VgTRzB { width:41.25rem;height:5.5rem;top:0rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJuHwALSOQKHmolA2NdXnV52Tb3N4WIT { width:41.25rem;height:;top:1.3125rem;left:3.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4W3ESdQcqLTDQIGqcJBXoPUB5mVSRT2 { width:38rem;height:1.4375rem;top:6.375rem;left:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1wkPpvqEf5gqGTOh9oldFCEV6SWhrnv { display:block; }#m1wkPpvqEf5gqGTOh9oldFCEV6SWhrnv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dmdkFKObO7Jnp7Zy1ZBi3aqbKL3iy06v { width:11.0625rem;height:14.8125rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3hJCDWmN5iAw4UG2tB0akWcs6nECUGW { width:20.125rem;height:14.9375rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eERPbxr9ldRD7s6kmHfOL86vV79cpGeT { width:11.0625rem;height:14.8125rem;top:0.75rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGyfJlSatXCxTVcCNHbosrTc7KhyVRk7 { width:19.9375rem;height:14.9375rem;top:15.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMFAKm7kq6wVPv9kIgzOTbVz48RFve3D { width:11.1875rem;height:14.9375rem;top:15.5625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvVyN97qLxoOnRRLZA3S6DrNsZ7fa3uK { width:19.9375rem;height:14.9375rem;top:15.5625rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OibJllShC3OQVc9IFKfcRL8IX2GTZMwP { width:20rem;height:14.9375rem;top:0.6875rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyxzxTTDTw0Il8Q9Lw2595N4NpRThgHg { width:11.1875rem;height:14.9375rem;top:15.5625rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ME9IRPNxTThMlMsRnR7DTwT5kkxEkg0T { display:block; }#ME9IRPNxTThMlMsRnR7DTwT5kkxEkg0T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s016f2fOStxzwyfEdylFuvGp1pVGeluo { width:33.4375rem;height:21.125rem;top:2.875rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qessq1LeE3PcbWAHpwwdyqMM4A2uiudU { width:33.5625rem;height:21.3125rem;top:2.875rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7wNdbRNExDyCtpr7Z13593yBTH4hTKq { width:22.8125rem;height:;top:6.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #avcfiUBNmXmwDaVT5u6VqfCHZmH5sn6L { width:22.8125rem;height:;top:5.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEtWEmf8TZXeEIqBPK8StQT0rf8rfERz { width:18.25rem;height:2.75rem;top:9.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBsAuk957uR5Z2JJc71K4D7zGNzIDKyR { display:block; }#JBsAuk957uR5Z2JJc71K4D7zGNzIDKyR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Os9sp75F8Zypcwbu64cGtzTwE5ZTdUfG { width:33.4375rem;height:21.125rem;top:2.875rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXR5DFTy5U67JEIGmJOJcQWbr7X6M7tF { width:34.625rem;height:19.4375rem;top:3.8125rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQBrmfJKQLGzPzmBFvv2e1xWzbOlqNLX { width:22.8125rem;height:;top:6.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeTBMmVqE1TDt1MHaOXXMnHJT72HZRCB { width:22.8125rem;height:;top:5.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wloK5yKdS16OzgG9fAGgJ47bpQZ9r5XJ { width:13.375rem;height:3.375rem;top:19.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PB0k8qXDRx9vVVURLfDllEeK6mEuwgpl { display:block; }
 }@media only screen and (max-width: 763px) { #tyBRGQymxy5IwaoATapn64z1EABqw7Us { width:1.25rem;height:1.25rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yICuF4eaefIlofVKnTfLPHJ1yaceKa8N { width:18.25rem;height:2.75rem;top:15rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f18HJ5NQu1hKvXJx1chX8Uespo3Ogt5H { width:1.25rem;height:1.25rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSg9FmFV6vNT5fcwxEOOWoSeSt3iukaz { width:18.25rem;height:1.375rem;top:9.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNhc0ttnCs82AHs14bsWffsFmDWxRbEM { width:1.25rem;height:1.25rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCTIkByLsdrv3TL9g2VmHiHJHEFEOfZL { width:18.25rem;height:1.375rem;top:12.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpPB7m1dNthhKz0wURltqtf7JyJtO2Qg { display:block; }#ZpPB7m1dNthhKz0wURltqtf7JyJtO2Qg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t7ZGhzzbyIZIkznuldZp6h9wNicua6uF { width:35.4375rem;height:1.9375rem;top:2.1875rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ6p0B5PL5Nt1ZzR3z2po7v5v3azfTLS .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TQ6p0B5PL5Nt1ZzR3z2po7v5v3azfTLS .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#TQ6p0B5PL5Nt1ZzR3z2po7v5v3azfTLS .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#TQ6p0B5PL5Nt1ZzR3z2po7v5v3azfTLS { display:flex;width:18rem;height:5.0625rem;top:0.4375rem;left:30.5625rem; }
 }@media only screen and (max-width: 763px) { #TQ6p0B5PL5Nt1ZzR3z2po7v5v3azfTLS #NX7TDtqO6PQ0Os5LaRFeZEaOwmZEK61s { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TQ6p0B5PL5Nt1ZzR3z2po7v5v3azfTLS #RRDQ63Sxld12Kg4yri6HKfu8D8eKuagb {  }
 }@media only screen and (max-width: 763px) { #TQ6p0B5PL5Nt1ZzR3z2po7v5v3azfTLS #XATJGMCBGQaa9cgSI88XpwLsTO30aGa7 {  }
 }@media only screen and (max-width: 763px) { #TQ6p0B5PL5Nt1ZzR3z2po7v5v3azfTLS #KNzD0pL3Txy8MLWXlVPThLqMzRvi4Rov { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TQ6p0B5PL5Nt1ZzR3z2po7v5v3azfTLS #LJT3dqLmRV59HmXFd26ybXtJPs9eHBPN {  }
 }@media only screen and (max-width: 763px) { #TQ6p0B5PL5Nt1ZzR3z2po7v5v3azfTLS #At0V7AdPsvoh0a9wc5biR6n1r3yuds5N {  }
 }@media only screen and (max-width: 763px) { #TQ6p0B5PL5Nt1ZzR3z2po7v5v3azfTLS #IVoTT723SHoklAz7VfLQxA3rFsI5gQSJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TQ6p0B5PL5Nt1ZzR3z2po7v5v3azfTLS #JsOcrTCGvMPGhlcVB1H09fcr5CPiSfF3 {  }
 }@media only screen and (max-width: 763px) { #TQ6p0B5PL5Nt1ZzR3z2po7v5v3azfTLS #c0HtTO5CwqAMfvlqmx667xVqn0yFDrrC {  }
 }@media only screen and (max-width: 763px) { #TQ6p0B5PL5Nt1ZzR3z2po7v5v3azfTLS #zRXarOgUAvrMSdOEHsf4GMQc8UT9fhg5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TQ6p0B5PL5Nt1ZzR3z2po7v5v3azfTLS #fRUOQzNSLqaahQnIxsLvoQGz3TdkccAI {  }
 }@media only screen and (max-width: 763px) { #TQ6p0B5PL5Nt1ZzR3z2po7v5v3azfTLS #w05A5ThkSqDT4CkgWKvlTyaQlD4Z3O4v {  }
 }@media only screen and (max-width: 763px) { #o2eWXCe7b0vGMqmE8aJDBFgIv0l2sZk6 { display:block; }#o2eWXCe7b0vGMqmE8aJDBFgIv0l2sZk6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w9gn7KgbZb4cOTGGds4JeNG5sXeh2Lsu { width:12.5rem;height:1.375rem;top:2.5rem;left:24.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcnehCRIDdhRu7V1FG9hANSe24MRO3NC { width:3rem;height:3rem;top:1.125rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h09PiTgDETAh947TaxZOUWNwLm7zdZft { width:12.5rem;height:1.375rem;top:1.4375rem;left:24.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxL34rwWSK669oROM58DidsOGrZGP0Ut { top:4.8125rem;left:12.375rem;width:23.0625rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETtN7OXQHa3KAL5x9OOq4TdmMuAdvGOX { top:11.625rem;left:12.34375rem;width:23.0625rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zr4cDuTEwZLOBlS1SAfuupeR27T6vuaL { top:9.0625rem;left:22.9375rem;width:1.875rem;height:1.875rem;display:block; }
#zr4cDuTEwZLOBlS1SAfuupeR27T6vuaL > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl { background-color:#010103;background-image:url("https://images.assets-landingi.com/uc/7dccbbf4-51d2-4e21-914b-f88ac60b5d51/Projektbeznazwy1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl.adaptive-delivery-prevent-bg, #OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl.lazyload, #OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl.lazyloading { background-image: none; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row .container { background-color: transparent; background-image: none; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row .container > .video-iframe-container { display: none; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row > .video-iframe-container { display: none; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .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); }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row .container { width:20rem;height:34rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Za7O2bXWzmqrFdWNKV86B0yHpcv4OdLo { width:20rem;height:6.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClThy2Eg1AN31mxFARdEM1OF2f5TUn0b { width:20rem;height:1.1875rem;top:0.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeK3ub1I5eLGyHwtr4dL1iu1FKF2FVLq { width:20rem;height:3.875rem;top:11.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMZMAFFJDukhtS1grcTisK4vSox3kuXz .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NMZMAFFJDukhtS1grcTisK4vSox3kuXz .widget-text.counter-number { padding-top:0.383125rem;padding-right:0.334375rem;padding-bottom:0.383125rem;padding-left:0.334375rem;width:2.005625rem;min-width:2.005625rem;height:2.05875rem;font-size:1.531875rem;line-height:32.94px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NMZMAFFJDukhtS1grcTisK4vSox3kuXz .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.239375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.67375rem;height:0.81375rem;font-size:0.574375rem;line-height:13.02px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NMZMAFFJDukhtS1grcTisK4vSox3kuXz { display:flex;width:14.6875rem;height:3.878125rem;top:1.8312501907349rem;left:2.794792175293rem;padding-top:0.363125rem;padding-right:0.36125rem;padding-bottom:0.363125rem;padding-left:0.36125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #NMZMAFFJDukhtS1grcTisK4vSox3kuXz #x2rFOo2w5RKT18TRE8wRrQIiaUNf8hn4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NMZMAFFJDukhtS1grcTisK4vSox3kuXz #nF5o41CgA5P4aXn2zfasxTR7bw0TekV8 {  }
 }@media only screen and (max-width: 763px) { #NMZMAFFJDukhtS1grcTisK4vSox3kuXz #vpVbTM9HPcc6ElZbNI55m8IeSl3PPiBk {  }
 }@media only screen and (max-width: 763px) { #NMZMAFFJDukhtS1grcTisK4vSox3kuXz #AOrxVuKLRTdxKc9GgbhSR0QvHbiyBgTT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NMZMAFFJDukhtS1grcTisK4vSox3kuXz #DpgVR93zw26w5gkcLRVokKqW1CLxrRbJ {  }
 }@media only screen and (max-width: 763px) { #NMZMAFFJDukhtS1grcTisK4vSox3kuXz #nI9RRLHocHxtxIorNLlVvSLcKRCq86tu {  }
 }@media only screen and (max-width: 763px) { #NMZMAFFJDukhtS1grcTisK4vSox3kuXz #P6pOE49yALabVCg8sH1PspPNAszbQklb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NMZMAFFJDukhtS1grcTisK4vSox3kuXz #AvhMMBSdTTkiTPSIG8pIX11I5XVDbamF {  }
 }@media only screen and (max-width: 763px) { #NMZMAFFJDukhtS1grcTisK4vSox3kuXz #mox6ayiADAMiZLiQQ6GCJQGEwRGCBsdT {  }
 }@media only screen and (max-width: 763px) { #NMZMAFFJDukhtS1grcTisK4vSox3kuXz #yHohLTtbXcODpokTupU6ZqN0QoJcWKgy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NMZMAFFJDukhtS1grcTisK4vSox3kuXz #To5HD4kK5xRCEnf1befo0TALHcTCzZLu {  }
 }@media only screen and (max-width: 763px) { #NMZMAFFJDukhtS1grcTisK4vSox3kuXz #RM3mZUCZvgHoQwNdXxMT2BMybBXXdelm {  }
 }@media only screen and (max-width: 763px) { #URGezvbhT1vTWkI9rSDCVyho78c7O9pK { width:13.375rem;height:3.375rem;top:31.5rem;left:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EDI9z3hyfqhFewITR1mbZKixe6UkBguD { display:block; }
 }@media only screen and (max-width: 763px) { #QlDfVl2cp51PkTibTSDuhKXQfIlvWkF6 { width:17.75rem;height:10rem;top:9rem;left:1.623046875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CZGO6fbnqkF1dVFDTcsnhtq7saufWBp1 { width:13.375rem;height:3.375rem;top:25.8125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOZclbmlcWHbS1rbKQJkoKCcDRlOt9pk { display:block; }
 }@media only screen and (max-width: 763px) { #rJl3LA11fcokXEJTllG3CbEPoWCLFdAm { background-color:#010104;background-image:url("https://images.assets-landingi.com/R342Q2Ud/bg_section.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm.adaptive-delivery-prevent-bg, #rJl3LA11fcokXEJTllG3CbEPoWCLFdAm.lazyload, #rJl3LA11fcokXEJTllG3CbEPoWCLFdAm.lazyloading { background-image: none; }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .row .container { background-color: transparent; background-image: none; }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .row .container > .video-iframe-container { display: none; }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .row > .video-iframe-container { display: none; }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .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); }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .row .container { width:20rem;height:72.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTbwnOlUQFH7xmzO5si04ayDcr8JSiPT { width:20rem;height:4.125rem;top:2.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #DsgSK5i716ZOh2VAPNT73yiHCyFAekA4 { width:20rem;height:34.375rem;top:7.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNSdGeUEq3taUE9Wbh9ZDQyQFxDflRFw { width:5.0625rem;height:5.0625rem;top:50.4375rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KNgCwoz7Vin3Fa7VZ7nCqBHHIISm10uE { width:3.375rem;height:0.125rem;top:42.8125rem;left:3.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LTTykPu87iJBAtfgRhqS7rI89fGc3iCW { width:4.375rem;height:1.25rem;top:51.625rem;left:2.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fUMZxeAA5BiINOA7c40xEe1e32asg0wT { width:4.375rem;height:1.25rem;top:53.125rem;left:2.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #uRB1AExgIDoHVcaH7AdKvPp4tznTKEhW { width:9.375rem;height:2.4375rem;top:56.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UxeMBvA5K3dWWE5neCFeb6d3wmUrTCae { width:9.375rem;height:2.4375rem;top:56.5rem;left:10.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FdooSqTN6Z6MCfek5UzESusSGCqheb0g { width:3.375rem;height:0.125rem;top:60.875rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nd7N099Dlp6wOgfHCSdCQAPL1ie5Tnur { width:5.0625rem;height:5.0625rem;top:50.5rem;left:12.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BN6sV8DKfTfHgLu7iS8kJN5PIWqKIxe2 { width:4.375rem;height:1.25rem;top:51.6875rem;left:13.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xnoUrBfhUeFC388l0h46tZeMuiHCfOGn { width:4.375rem;height:1.25rem;top:53.1875rem;left:13.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ZWybLyI9qaqyB61ViNPSy8eNN6Xzr47i { width:7.1875rem;height:2.4375rem;top:65.4375rem;left:6.4375rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lzQTyhNfQILaTwbh03sm90Su6gbzNbqU { width:3.375rem;height:0.125rem;top:73.0625rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #h1Zby3oXLu4MtUxfXvGNqrtJSW0y92ie { width:5.0625rem;height:5.0625rem;top:59.375rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #eLqEkdnNQExWXkb7V0q9pDgn6HA3uIED { width:4.375rem;height:1.25rem;top:60.5625rem;left:7.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #iehtThisG74sTTWkTfsmCAl6OoETdbLO { width:4.375rem;height:1.25rem;top:62.0625rem;left:7.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TfNT7JpwV69goT74lzZtx2FENkJyuAqU { width:12.6875rem;height:17.625rem;top:44.1875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hbmbez8OH7STVGFzaaXCCGSNkGuGt8pX { width:20rem;height:4.125rem;top:63.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXJb8cuiTtmsNn809rZbcnSfKu7mLoq1 { background-color:#010103;background-image:url("https://images.assets-landingi.com/uc/7dccbbf4-51d2-4e21-914b-f88ac60b5d51/Projektbeznazwy1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#gXJb8cuiTtmsNn809rZbcnSfKu7mLoq1.adaptive-delivery-prevent-bg, #gXJb8cuiTtmsNn809rZbcnSfKu7mLoq1.lazyload, #gXJb8cuiTtmsNn809rZbcnSfKu7mLoq1.lazyloading { background-image: none; }#gXJb8cuiTtmsNn809rZbcnSfKu7mLoq1 > .row .container { background-color: transparent; background-image: none; }#gXJb8cuiTtmsNn809rZbcnSfKu7mLoq1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gXJb8cuiTtmsNn809rZbcnSfKu7mLoq1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gXJb8cuiTtmsNn809rZbcnSfKu7mLoq1 > .row .container > .video-iframe-container { display: none; }#gXJb8cuiTtmsNn809rZbcnSfKu7mLoq1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gXJb8cuiTtmsNn809rZbcnSfKu7mLoq1 > .row > .video-iframe-container { display: none; }#gXJb8cuiTtmsNn809rZbcnSfKu7mLoq1 > .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); }#gXJb8cuiTtmsNn809rZbcnSfKu7mLoq1 > .row .container { width:20rem;height:110.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wJQEzXe6ox8cgFXFhbQCl7O1pNIkXxNT { width:20rem;height:2.0625rem;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #f0PBMHHk0ProluOSQVS2knJyIOvBZyQM { width:19.9375rem;height:24.5rem;top:14.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #NDQzretCe2OflrXxSF0elgiNbPwSJlHO { width:10.0625rem;height:8.1875rem;top:5.6875rem;left:7.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #neklTBqVlDFTTmiQknnoo1Vvo3MNuIgx { width:11.375rem;height:2.0625rem;top:8.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #iHykafdkRbs0Q1Akbf0SdN8BMF3vNyrK { width:17.1875rem;height:14rem;top:59.6875rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJ3fPuLH5s11LW21fW4FU2Z2dpBgBqXR { width:20rem;height:19.25rem;top:89.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiB6wZCPJTTErFiDQ7J9nkn4RVnmboiP { width:20rem;height:4.125rem;top:43.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #pPV8ozGDukR63BikgKhM0m9VNq4WvgAi { width:20rem;height:4.125rem;top:75.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #qtlPdcBwR3CFZWdFmhcGN9cEMw8udTpG { width:10rem;height:2.0625rem;top:54rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #QTtQZL50E1o12ulT8xoKuhlS9mxuaiAD { width:11.625rem;height:9.375rem;top:49.1875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGEQCpBfh6dnXzZrJ8IiLhX0AQ2govKn { width:8.8125rem;height:7.0625rem;top:81.21875rem;left:8.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xycLke9e2KTuMvH3SETUNc8WJ0KPs1wQ { width:11.375rem;height:2.0625rem;top:83.71875rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #gwVBTFFznSJ63cfpPn707IsQbyJPwl4M { background-color:#010104;background-image:url("https://images.assets-landingi.com/8dL0aWSc/bg_section2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#gwVBTFFznSJ63cfpPn707IsQbyJPwl4M.adaptive-delivery-prevent-bg, #gwVBTFFznSJ63cfpPn707IsQbyJPwl4M.lazyload, #gwVBTFFznSJ63cfpPn707IsQbyJPwl4M.lazyloading { background-image: none; }#gwVBTFFznSJ63cfpPn707IsQbyJPwl4M > .row .container { background-color: transparent; background-image: none; }#gwVBTFFznSJ63cfpPn707IsQbyJPwl4M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwVBTFFznSJ63cfpPn707IsQbyJPwl4M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwVBTFFznSJ63cfpPn707IsQbyJPwl4M > .row .container > .video-iframe-container { display: none; }#gwVBTFFznSJ63cfpPn707IsQbyJPwl4M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwVBTFFznSJ63cfpPn707IsQbyJPwl4M > .row > .video-iframe-container { display: none; }#gwVBTFFznSJ63cfpPn707IsQbyJPwl4M > .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); }#gwVBTFFznSJ63cfpPn707IsQbyJPwl4M > .row .container { width:20rem;height:83.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FJhFiSRATH5gzlD6ineOfUnndTsbIfHH { width:20rem;height:4.875rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfdqhVzyhfK8OFdoyiMMx23TRAGhSIda { width:20rem;height:1.625rem;top:7.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CupxtaUP4scHMd7ugImWkE5mlK4ulFcu { width:19.625rem;height:32.3125rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMQVeETWIGcheZTyC6slnDQ0od7J0QTd { width:15.625rem;height:2.375rem;top:10.1875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4ChxvoKScvCXquu4EiK0sCKeLWgFaC3 { width:15.625rem;height:1.625rem;top:10.5625rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBAI7lzKSaZiElK4TMuHXM7rpBJZqpIR { width:0.125rem;height:1.125rem;top:14.1875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUM81uQaHTLbMfsBXp5v8Jd8IEkEB1t1 { width:7.4375rem;height:1.25rem;top:14.0625rem;left:7.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ST2xlLw1nk9opeetGR4USrTs6QVUVOFb { width:0.125rem;height:1.125rem;top:14.1875rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UE46O4L5bmxE59fRlDaNnlt5MoeV9Rbi { width:18.75rem;height:1.1875rem;top:15.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #keOgweernhOU9Sff3la56pBaVUsunqMC { width:18.75rem;height:2.375rem;top:20rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDz9xvO9gaOTaxA01i6ke6nfMuNwhErL { width:7.4375rem;height:1.25rem;top:18.4375rem;left:7.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GmX688QI6ee7dAIKz1UiQaamWn9RGv2J { width:0.125rem;height:1.125rem;top:18.625rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #brWGBXb6wtzkVSTi2wIMCfJ80RHgplQn { width:0.125rem;height:1.125rem;top:18.625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTcqP6TPUpNc53zm56Rhit4cBXPhHl0e { width:18.75rem;height:1.1875rem;top:24.8125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdNpkbbGllLwzSex902NFIxr5OhhnKzu { width:7.4375rem;height:1.25rem;top:23.25rem;left:7.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AoGniEWL3Xn3CzknTovIcAPq90nEgTQg { width:0.125rem;height:1.125rem;top:23.3125rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h81szLQ5VdnMSpQMXck5Otc7rc7bCGPt { width:0.125rem;height:1.125rem;top:23.3125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca2dOXs1z5lZDEJlfTkTkDgN75NxTflM { width:18.75rem;height:2.375rem;top:28.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XryyTPlrbWgJnSknXPtDS0NKbKzoanEu { width:7.4375rem;height:1.25rem;top:27.0625rem;left:7.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WFmDZPTUIXfpi1Em5AnDAMIyPJ2fefgr { width:0.125rem;height:1.125rem;top:27.25rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #imbutIT0kZyXydx8wLfTtFVfzdC1JovT { width:0.125rem;height:1.125rem;top:27.25rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QApi0AIZtsTtkMrDiP3X55zaVRdMd89e { width:19.75rem;height:32.3125rem;top:43.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DofXq7iPGyaIe3TLvE5QWDikrrEa1IlK { width:18.75rem;height:1.1875rem;top:69.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpbpxQoIHhrCCxDC1ePywlKqt8gCnJ9q { width:18.75rem;height:1.1875rem;top:62.8125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncTCM7u1UrZytMoU6ezTulXUwwmdzBCc { width:18.75rem;height:2.375rem;top:55.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H62Tsv1WX2nMT9btyXinXcBp3t2Aa8T9 { width:7.4375rem;height:1.25rem;top:61.125rem;left:7.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dyHMf35pTIaXdEpxG1lvDbfUAuENg6LX { width:0.125rem;height:1.125rem;top:61.3125rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zo5uCXm94RPufXfQZnlovJd0ih9Mxt6B { width:7.4375rem;height:1.25rem;top:68.25rem;left:7.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fTW2PZZKB26liHQmT58mhHWSzFrBHHsU { width:0.125rem;height:1.125rem;top:68.40625rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9IQfSV8NHR58vHmJbiTkxaoM04gvRdr { width:7.4375rem;height:1.25rem;top:54.3125rem;left:7.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qJcTTlgnEg1iLNTWldEZeWtT6bWb0N1u { width:0.125rem;height:1.125rem;top:54.46875rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4L1gHRRb5cHpO9PqqR3iv3ZMuRnTxih { width:18.75rem;height:1.1875rem;top:48.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c84iiVcoxywrRs3EkabWcKTJahnOcJPZ { width:7.4375rem;height:1.25rem;top:47.25rem;left:7.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lVPdDwSNrpXdCp2Kw3bQIy6zXRQNRJTz { width:0.125rem;height:1.125rem;top:47.4375rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gu3lzxEp6NuWAJoVmqH1Nx7t4v3nVbVF { width:0.125rem;height:1.125rem;top:47.4375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dmo4Csc8HqW6xK7Idoiqa1DuJzNE01Ve { width:0.125rem;height:1.125rem;top:54.46875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fac8f16eZV5bh4TFFJUEn44isX4TPxiy { width:0.125rem;height:1.125rem;top:61.3125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTNVonKl4ZWRtkBaifIdAK4V08NhFFKa { width:0.125rem;height:1.125rem;top:68.4375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivaPlwDuoXUb2SRSarrU2bATQzKoyIuz { width:15.625rem;height:2.375rem;top:43.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOWxQg2PQhX5qKPIqnQH3GXPrmxJA1Xa { width:15.625rem;height:1.625rem;top:44.125rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9NASNKk9AWpUkQbHmvehTbiS0qhTQiU { width:13.375rem;height:3.375rem;top:77.5625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTiqbe2I5VckKLeS7qlIRTIF1QzGTfyv { display:block; }
 }@media only screen and (max-width: 763px) { #OASgL1AZoLPiAfCh5bvhXHQ8UxiNBAZp { width:1.25rem;height:1.25rem;top:14.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yO5seXmVS1R615BwApVayLG3khM5JqsB { width:1.25rem;height:1.25rem;top:18.5625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToxhZ6VkTZwZlJFTdJ1sEnCxp5XA7n7q { width:1.25rem;height:1.25rem;top:27.1875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #prJW8di4F5hVnzwEa6W2FX2xJguSq0ZP { width:1.25rem;height:1.25rem;top:68.35546875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rng68PIHWnx9mRB3iVRW5HpBZ59OSoMk { width:1.25rem;height:1.25rem;top:61.23046875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFiSPSgHvDhcUJxx6apypHuVfHRCdL78 { width:1.25rem;height:1.25rem;top:54.41796875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnvxUJdKACJUKDKWHhJXxRvQ9Sp0zkgs { width:1.25rem;height:1.25rem;top:47.35546875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kU5FDnxTUaE008IiE5J2dQMzO3AFLvOX { width:1.25rem;height:1.25rem;top:23.25rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSo8dZMeRcZLxN0PIvLvgFxMDhx7KWcG { width:20rem;height:3.5625rem;top:34.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPmS93dTQd9oN4VP2NAUgB1aFrF6Fx3d { width:0.125rem;height:1.125rem;top:32.8125rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThqD0vLFmMoR8r3qOyuL3zNXVognZSCF { width:7.4375rem;height:1.25rem;top:32.75rem;left:7.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXSlFDmaiqwpQKTI1vTqA91tc0ezQwTn { width:1.25rem;height:1.25rem;top:32.75rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ003oE7WCANQM5CJzDGh04xyRW32GK7 { width:0.125rem;height:1.125rem;top:32.8125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUsvds2yrFNtvGOROSPKd5l0RznqlIPC { display:block; }#wUsvds2yrFNtvGOROSPKd5l0RznqlIPC > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wbXX9bfJu0UpEukewh4uHqfUP8HWwnPG { width:20rem;height:5.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmXDoyU1gaRV94GnUmoqPR4erow70mdl { width:20rem;height:2.25rem;top:0.40625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ukXZQmfpQkJWdf9Hm2Gsb94Ang5rE75K { display:block; }#ukXZQmfpQkJWdf9Hm2Gsb94Ang5rE75K > .row .container { width:20rem;height:56.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yyAK2bBdmS2zZyWOQgVLGlT4PbJuT6Ew { width:18.75rem;height:28.125rem;top:0rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RTHpGNndJD5qCZSDTTTM7iUZLyI8VWIo { width:17.5rem;height:1.25rem;top:1.3125rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zK0V0T7Q7QQoaosv0QFuG5bntTiBT633 { width:18.75rem;height:4.6875rem;top:16rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTCo3HFAa9uL4gQtialQST604AXI3BKh { width:14.375rem;height:8.0625rem;top:4.125rem;left:2.8125rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }#qTCo3HFAa9uL4gQtialQST604AXI3BKh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/ce6kJH72/check.png); }
 }@media only screen and (max-width: 763px) { #pVVBdqTwNoaH7BIwaTBW5obNLgOtC2Ix { width:18.75rem;height:25.5rem;top:27.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zucxTiBR2uix5FRxqoiZk7FT3qDzpRz9 { width:18.75rem;height:4.6875rem;top:42.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWlWhy9eEB3hTBOQ46wB1boAehlVEQcz { width:8.1875rem;height:3.125rem;top:43.09375rem;left:5.90625rem;text-align:center;text-align-last:center;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I337zZrPXZtOpl2iEJ0t8NkpGOmMZAlz { width:17.5rem;height:1.25rem;top:29.0625rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KF3IJhA8TDQQD3CglO8ASHkIl9qSTNNe { width:18.75rem;height:3.375rem;top:47rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiuB2CoplttN3OZqBs1OHIbkTnA4M17h { display:block; }
 }@media only screen and (max-width: 763px) { #Zx04wfduyHi13zhWRW0SelyvNXx91FTE { width:18.75rem;height:3.375rem;top:20.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD2bEBbgMDsFUAAHe4MkAVwKZgEyoTDT { display:block; }
 }@media only screen and (max-width: 763px) { #K3mzBzHoax5yknDv6F6L1eI3sA6wWVSq { width:14.375rem;height:8.0625rem;top:31.25rem;left:2.8125rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }#K3mzBzHoax5yknDv6F6L1eI3sA6wWVSq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/ce6kJH72/check.png); }
 }@media only screen and (max-width: 763px) { #UDTkZIdKiImsQ7fiLMMlLcPvO63wAJVL { width:9.875rem;height:3.125rem;top:17.0625rem;left:5.0625rem;text-align:center;text-align-last:center;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #voDTsO05MSylOUC3hq7r0ykhAKKRVCfH { display:none; }#voDTsO05MSylOUC3hq7r0ykhAKKRVCfH > .row .container { width:20rem;height:6.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qMQu1EUDwz2MLcHrOmVygval5HD1WCuL { width:20rem;height:5.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JX1QAmPafLWOMyW5TxBkd0QWuwEKG9CP { width:20rem;height:2.4375rem;top:1.53125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwbKwBFDeguwvqToVSDRy9stwHAEEqO9 { display:none; }#uwbKwBFDeguwvqToVSDRy9stwHAEEqO9 > .row .container { width:20rem;height:15.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TNrBDvK1MLxhMTT49seD8GX9FKDSwV88 { width:15.9375rem;height:7rem;top:0rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwJinhDDyvB6GUlteM1GBUufHAVrpz7r { width:9.6875rem;height:4.375rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkS0s3LKmKa0X3OEsl5M0kpbOJmm92ph { width:9.6875rem;height:4.375rem;top:8.375rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7hWn0fVUMUitoubBNOporG8JppGXstc { width:12.125rem;height:5.3125rem;top:18.875rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZAV2dMX8MGMqc5cCA9ETcGVV8KSLIzoB { width:13.1875rem;height:1.1875rem;top:6.0625rem;left:3.40625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mStXFh42vPdxXXL9XHyp0XaLZyu2PuTX { width:9.25rem;height:1rem;top:12.75rem;left:0.25rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #P7Raee3ATTh0wmJskaQ1Jcz9elHfuTKu { width:9.6875rem;height:1rem;top:12.75rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MdXCxlhAQx6LmFJpwv3eCSyCR4z3NHHG { width:13.1875rem;height:0;top:25.4375rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #X7I3FDWsCFBTK9WiLJURxPywWF1sZbEU { display:none; }#X7I3FDWsCFBTK9WiLJURxPywWF1sZbEU > .row .container { width:20rem;height:8.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pCWqURzqJTbRTeq9devoxBALHwTfhTPJ { width:9.1875rem;height:4rem;top:0rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fx4FPBr9JPpTKTta9FtkDmEO1Kp1yyx9 { width:9.6875rem;height:4.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #brk9H4HlcecgCUqmFauB9NF9u9eIW1yz { width:13.1875rem;height:0;top:11.53125rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TyxxTbTTNWfsNq25qAa6vkZzDHTzTTiD { width:9.25rem;height:1rem;top:5.125rem;left:0.21875rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #X1goeOXHMMJwv0RTDKQnCLX45qCyKKOB { width:9.6875rem;height:1rem;top:5.125rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #K3yXNOxPbcWEl0ZkcApCSPK7hZTVAoPt { width:13.1875rem;height:0;top:13.9375rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #uzxG9Z6KlqkLQ4mgMQ8EyMp77p3AZAm0 { width:14.375rem;height:6.5625rem;top:7.375rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QTfOc2chs5FLJse0PRrAlWzzvJVIW2NK { width:12.125rem;height:5.3125rem;top:1rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LsLDhoFqifOgtxIu6IkOCUU8x9rMDeQW { width:13.1875rem;height:auto;top:6.9375rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #o2Fe1TfQ2SxJFnVud6w6RBEZTtk2TZ9U { display:none; }#o2Fe1TfQ2SxJFnVud6w6RBEZTtk2TZ9U > .row .container { width:20rem;height:11.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MgDKi7yvHL00nMFTqdwvdNpC0D6AVGvZ { width:9.6875rem;height:4.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XERNkX7Sp8S7TKE345E0xAMidOL2XSWA { width:9.6875rem;height:4.375rem;top:0rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHhpWes6lC05mVgF5oIkEC08MIexoykB { width:9.6875rem;height:4.375rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPcu2CN2KVW2O8UkGVZcuQIpfyXoJSpJ { width:9.6875rem;height:4.375rem;top:4.75rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKvTpv5HerL4RU6BGPLlMi3tdpXdpxJ7 { display:none; }#SKvTpv5HerL4RU6BGPLlMi3tdpXdpxJ7 > .row .container { width:20rem;height:6.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PeiFhSC0nUFqxIt0n3L3e53UT7BBTABJ { width:20rem;height:5.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tI886Hogxi4g3KqWM12JlMU9SMKv5m5Z { width:20rem;height:2.25rem;top:0.40625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FHSd0GymRzq7s4kMufGMEXUJTPLFVLMt { display:none; }#FHSd0GymRzq7s4kMufGMEXUJTPLFVLMt > .row .container { width:20rem;height:14.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hhGU3Qw5GU3RasG8zs1hmK28gwyoQS07 { width:19.875rem;height:13.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeBvGFU10Df6gCn3MDTFQcga238Tcqmx { width:5.4375rem;height:5.4375rem;top:1.25rem;left:7.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DATW8DA7f8hzzBOVUZ7ZUxRTXcDVwyBz { width:0.0625rem;height:5rem;top:11.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xHLRkVCbeCs4uhTwBc0ZdVr1xZi1PpyQ { width:18.75rem;height:3.75rem;top:7.9375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vzP6QABcPvMru7C1Upw1dtZ5zvJ2QTCG { display:none; }#vzP6QABcPvMru7C1Upw1dtZ5zvJ2QTCG > .row .container { width:20rem;height:13.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hFpELzW0TIA00WXBsMrzi3um3FsHO8Cs { width:19.875rem;height:11.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2m8Sk4a7Rt9s9LKG7l6Swiy8EMus1Zu { width:5.4375rem;height:5.4375rem;top:1.25rem;left:7.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiCQiyilvf3hX0gTznrWPzMVAEQ6eeIH { width:0.0625rem;height:5rem;top:11.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LoSpf3UkR8wT0ITSxJDx02WeviKQnfib { width:18.75rem;height:2.5rem;top:7.9375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZidyI4mU3Qbuyz7yTW5vrhWL9dk4GAxk { display:none; }#ZidyI4mU3Qbuyz7yTW5vrhWL9dk4GAxk > .row .container { width:20rem;height:14rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KTp4M1ErUDNBmKfRCQ29T5zX1wr2RTun { width:19.875rem;height:11.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhBxEtDGo7qwCsyrfy3iGWi8r7lVhutQ { width:5.4375rem;height:5.4375rem;top:1.25rem;left:7.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiOHMlcaZTuCB4ntxNmrKNL9iJo47Bqy { width:0.0625rem;height:5rem;top:11.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #t2BFZQ4bJXXOSIBeOKV1QiVWvSxUFfo9 { width:18.75rem;height:3.75rem;top:7.9375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aaLNOToLTvPxwJzdn2gZvlTDwgADRuqK { display:none; }#aaLNOToLTvPxwJzdn2gZvlTDwgADRuqK > .row .container { width:20rem;height:9.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KVvP8JkEZzlnGc5zlhD8HnwiHmTknrSV { width:20rem;height:5.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImEfCrAkK12ETnH1xmPahMRtURAAPMo7 { width:20rem;height:4.875rem;top:0.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #URZP4Q2Bcn9EGkLCQi1o0xAJxKG81GE6 { width:20rem;height:1.1875rem;top:6.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wE3zfJPs9nwlmgaTAeCwELbq0xF1eehJ { display:none; }#wE3zfJPs9nwlmgaTAeCwELbq0xF1eehJ > .row .container { width:20rem;height:131.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Td2CfkJwQhmlxu8bzEJUUG4rNeP712Tf { width:12.125rem;height:16.1875rem;top:0.625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTuyxEskb5fmUoFaDOR55JabmreC8P4o { width:19.6875rem;height:14.75rem;top:17.6875rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8c9CKQUZK8bqbs4FXzADKdcfyvFJyru { width:11.0625rem;height:14.8125rem;top:113.8125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNBgK2vcrfuPtUm2MEpokTAVzRVSpF7D { width:19.9375rem;height:14.9375rem;top:97.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciTlfkGHSJWmQlBrWb9JID0T9FUzVCEF { width:11.1875rem;height:14.9375rem;top:81.4375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dP7ZcZmdAgQ8fzevd073E84asp62xBrH { width:19.9375rem;height:14.9375rem;top:65.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhbA9TfKOe8hR8zkCUeoHoy8y69tvd0V { width:20rem;height:14.9375rem;top:49.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uU8TsmPfRLb53XBvcG1vd8oqhk936ZE7 { width:11.1875rem;height:14.9375rem;top:33.3125rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ox6p8gb0RDWrFOe2vFG5a0ImlGo0ztMU { display:none; }#Ox6p8gb0RDWrFOe2vFG5a0ImlGo0ztMU > .row .container { width:20rem;height:9.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ASDv4wCTcWQASBTlTaZXEpMkh1VgTRzB { width:20rem;height:5.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJuHwALSOQKHmolA2NdXnV52Tb3N4WIT { width:20rem;height:4.875rem;top:0.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4W3ESdQcqLTDQIGqcJBXoPUB5mVSRT2 { width:20rem;height:1.1875rem;top:6.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1wkPpvqEf5gqGTOh9oldFCEV6SWhrnv { display:none; }#m1wkPpvqEf5gqGTOh9oldFCEV6SWhrnv > .row .container { width:20rem;height:131.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dmdkFKObO7Jnp7Zy1ZBi3aqbKL3iy06v { width:12.125rem;height:16.1875rem;top:0.625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3hJCDWmN5iAw4UG2tB0akWcs6nECUGW { width:19.6875rem;height:14.75rem;top:17.6875rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eERPbxr9ldRD7s6kmHfOL86vV79cpGeT { width:11.0625rem;height:14.8125rem;top:113.8125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGyfJlSatXCxTVcCNHbosrTc7KhyVRk7 { width:19.9375rem;height:14.9375rem;top:97.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMFAKm7kq6wVPv9kIgzOTbVz48RFve3D { width:11.1875rem;height:14.9375rem;top:81.4375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvVyN97qLxoOnRRLZA3S6DrNsZ7fa3uK { width:19.9375rem;height:14.9375rem;top:65.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OibJllShC3OQVc9IFKfcRL8IX2GTZMwP { width:20rem;height:14.9375rem;top:49.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyxzxTTDTw0Il8Q9Lw2595N4NpRThgHg { width:11.1875rem;height:14.9375rem;top:33.3125rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ME9IRPNxTThMlMsRnR7DTwT5kkxEkg0T { background-color:#1e0a47;background-image:none;display:block; }#ME9IRPNxTThMlMsRnR7DTwT5kkxEkg0T > .row .container { background-color: transparent; background-image: none; }#ME9IRPNxTThMlMsRnR7DTwT5kkxEkg0T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ME9IRPNxTThMlMsRnR7DTwT5kkxEkg0T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ME9IRPNxTThMlMsRnR7DTwT5kkxEkg0T > .row .container > .video-iframe-container { display: none; }#ME9IRPNxTThMlMsRnR7DTwT5kkxEkg0T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ME9IRPNxTThMlMsRnR7DTwT5kkxEkg0T > .row > .video-iframe-container { display: none; }#ME9IRPNxTThMlMsRnR7DTwT5kkxEkg0T > .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); }#ME9IRPNxTThMlMsRnR7DTwT5kkxEkg0T > .row .container { width:20rem;height:27.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s016f2fOStxzwyfEdylFuvGp1pVGeluo { width:18.75rem;height:11.25rem;top:7.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qessq1LeE3PcbWAHpwwdyqMM4A2uiudU { width:12.9375rem;height:9.375rem;top:8.5rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7wNdbRNExDyCtpr7Z13593yBTH4hTKq { width:20rem;height:1.5rem;top:3.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #avcfiUBNmXmwDaVT5u6VqfCHZmH5sn6L { width:20rem;height:1.1875rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEtWEmf8TZXeEIqBPK8StQT0rf8rfERz { width:18.25rem;height:2.375rem;top:22.625rem;left:0.875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBsAuk957uR5Z2JJc71K4D7zGNzIDKyR { background-color:#1e0a47;background-image:none;display:none; }#JBsAuk957uR5Z2JJc71K4D7zGNzIDKyR > .row .container { width:20rem;height:42.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Os9sp75F8Zypcwbu64cGtzTwE5ZTdUfG { width:18.75rem;height:11.25rem;top:7.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXR5DFTy5U67JEIGmJOJcQWbr7X6M7tF { width:20rem;height:9.375rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQBrmfJKQLGzPzmBFvv2e1xWzbOlqNLX { width:20rem;height:1.5rem;top:3.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeTBMmVqE1TDt1MHaOXXMnHJT72HZRCB { width:20rem;height:1.1875rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wloK5yKdS16OzgG9fAGgJ47bpQZ9r5XJ { width:13.375rem;height:3.375rem;top:36.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PB0k8qXDRx9vVVURLfDllEeK6mEuwgpl { display:block; }
 }@media only screen and (max-width: 763px) { #tyBRGQymxy5IwaoATapn64z1EABqw7Us { width:1.25rem;height:1.25rem;top:30rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yICuF4eaefIlofVKnTfLPHJ1yaceKa8N { width:18.25rem;height:2.375rem;top:32.5rem;left:0.875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f18HJ5NQu1hKvXJx1chX8Uespo3Ogt5H { width:1.25rem;height:1.25rem;top:20.125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSg9FmFV6vNT5fcwxEOOWoSeSt3iukaz { width:18.25rem;height:1.1875rem;top:22.625rem;left:0.875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNhc0ttnCs82AHs14bsWffsFmDWxRbEM { width:1.25rem;height:1.25rem;top:25.0625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCTIkByLsdrv3TL9g2VmHiHJHEFEOfZL { width:18.25rem;height:1.1875rem;top:27.5625rem;left:0.875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpPB7m1dNthhKz0wURltqtf7JyJtO2Qg { display:block; }#ZpPB7m1dNthhKz0wURltqtf7JyJtO2Qg > .row .container { width:20rem;height:10.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t7ZGhzzbyIZIkznuldZp6h9wNicua6uF { width:20rem;height:1.1875rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ6p0B5PL5Nt1ZzR3z2po7v5v3azfTLS .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TQ6p0B5PL5Nt1ZzR3z2po7v5v3azfTLS .widget-text.counter-number { padding-top:0.383125rem;padding-right:0.334375rem;padding-bottom:0.383125rem;padding-left:0.334375rem;width:2.005625rem;min-width:2.005625rem;height:2.05875rem;font-size:1.531875rem;line-height:32.94px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TQ6p0B5PL5Nt1ZzR3z2po7v5v3azfTLS .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.239375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.67375rem;height:0.81375rem;font-size:0.574375rem;line-height:13.02px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TQ6p0B5PL5Nt1ZzR3z2po7v5v3azfTLS { display:flex;width:14.6875rem;height:3.878125rem;top:4.40625rem;left:2.794792175293rem;padding-top:0.363125rem;padding-right:0.36125rem;padding-bottom:0.363125rem;padding-left:0.36125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #TQ6p0B5PL5Nt1ZzR3z2po7v5v3azfTLS #NX7TDtqO6PQ0Os5LaRFeZEaOwmZEK61s { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TQ6p0B5PL5Nt1ZzR3z2po7v5v3azfTLS #RRDQ63Sxld12Kg4yri6HKfu8D8eKuagb {  }
 }@media only screen and (max-width: 763px) { #TQ6p0B5PL5Nt1ZzR3z2po7v5v3azfTLS #XATJGMCBGQaa9cgSI88XpwLsTO30aGa7 {  }
 }@media only screen and (max-width: 763px) { #TQ6p0B5PL5Nt1ZzR3z2po7v5v3azfTLS #KNzD0pL3Txy8MLWXlVPThLqMzRvi4Rov { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TQ6p0B5PL5Nt1ZzR3z2po7v5v3azfTLS #LJT3dqLmRV59HmXFd26ybXtJPs9eHBPN {  }
 }@media only screen and (max-width: 763px) { #TQ6p0B5PL5Nt1ZzR3z2po7v5v3azfTLS #At0V7AdPsvoh0a9wc5biR6n1r3yuds5N {  }
 }@media only screen and (max-width: 763px) { #TQ6p0B5PL5Nt1ZzR3z2po7v5v3azfTLS #IVoTT723SHoklAz7VfLQxA3rFsI5gQSJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TQ6p0B5PL5Nt1ZzR3z2po7v5v3azfTLS #JsOcrTCGvMPGhlcVB1H09fcr5CPiSfF3 {  }
 }@media only screen and (max-width: 763px) { #TQ6p0B5PL5Nt1ZzR3z2po7v5v3azfTLS #c0HtTO5CwqAMfvlqmx667xVqn0yFDrrC {  }
 }@media only screen and (max-width: 763px) { #TQ6p0B5PL5Nt1ZzR3z2po7v5v3azfTLS #zRXarOgUAvrMSdOEHsf4GMQc8UT9fhg5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TQ6p0B5PL5Nt1ZzR3z2po7v5v3azfTLS #fRUOQzNSLqaahQnIxsLvoQGz3TdkccAI {  }
 }@media only screen and (max-width: 763px) { #TQ6p0B5PL5Nt1ZzR3z2po7v5v3azfTLS #w05A5ThkSqDT4CkgWKvlTyaQlD4Z3O4v {  }
 }@media only screen and (max-width: 763px) { #o2eWXCe7b0vGMqmE8aJDBFgIv0l2sZk6 { position:relative;z-index:auto;background-color:#9fa8b4;background-image:none;display:block; }#o2eWXCe7b0vGMqmE8aJDBFgIv0l2sZk6 > .row .container { background-color: transparent; background-image: none; }#o2eWXCe7b0vGMqmE8aJDBFgIv0l2sZk6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2eWXCe7b0vGMqmE8aJDBFgIv0l2sZk6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2eWXCe7b0vGMqmE8aJDBFgIv0l2sZk6 > .row .container > .video-iframe-container { display: none; }#o2eWXCe7b0vGMqmE8aJDBFgIv0l2sZk6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2eWXCe7b0vGMqmE8aJDBFgIv0l2sZk6 > .row > .video-iframe-container { display: none; }#o2eWXCe7b0vGMqmE8aJDBFgIv0l2sZk6 > .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); }#o2eWXCe7b0vGMqmE8aJDBFgIv0l2sZk6 > .row .container { width:20rem;height:13.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w9gn7KgbZb4cOTGGds4JeNG5sXeh2Lsu { width:5.8125rem;height:1.375rem;top:2.0625rem;left:9.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcnehCRIDdhRu7V1FG9hANSe24MRO3NC { width:3rem;height:3rem;top:0.6875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h09PiTgDETAh947TaxZOUWNwLm7zdZft { width:5.9375rem;height:1rem;top:1rem;left:9.9375rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxL34rwWSK669oROM58DidsOGrZGP0Ut { width:20rem;height:2.375rem;top:4.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETtN7OXQHa3KAL5x9OOq4TdmMuAdvGOX { width:20rem;height:1.1875rem;top:11.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zr4cDuTEwZLOBlS1SAfuupeR27T6vuaL { width:1.875rem;height:1.875rem;top:8.625rem;left:9.0625rem;display:block; }
#zr4cDuTEwZLOBlS1SAfuupeR27T6vuaL > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }