.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://icons.assets-landingi.com/icon_4406302275366d03a5ba9fd420869878bccbff3e.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MKk4ShkJioeoxXupIiJyBa1aSw0ubWTK { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/214eb46e-90a9-47d2-bb84-d3dcd0585690/Uczeniesijestefektemmylenia.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#MKk4ShkJioeoxXupIiJyBa1aSw0ubWTK.adaptive-delivery-prevent-bg, #MKk4ShkJioeoxXupIiJyBa1aSw0ubWTK.lazyload, #MKk4ShkJioeoxXupIiJyBa1aSw0ubWTK.lazyloading { background-image: none; }#MKk4ShkJioeoxXupIiJyBa1aSw0ubWTK > .row .container { background-color: transparent; background-image: none; }#MKk4ShkJioeoxXupIiJyBa1aSw0ubWTK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MKk4ShkJioeoxXupIiJyBa1aSw0ubWTK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MKk4ShkJioeoxXupIiJyBa1aSw0ubWTK > .row .container > .video-iframe-container { display: none; }#MKk4ShkJioeoxXupIiJyBa1aSw0ubWTK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MKk4ShkJioeoxXupIiJyBa1aSw0ubWTK > .row > .video-iframe-container { display: none; }#MKk4ShkJioeoxXupIiJyBa1aSw0ubWTK > .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); }#MKk4ShkJioeoxXupIiJyBa1aSw0ubWTK > .row .container { border-width: 0; border-radius: 0; }#MKk4ShkJioeoxXupIiJyBa1aSw0ubWTK > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#MKk4ShkJioeoxXupIiJyBa1aSw0ubWTK > .row .container { font-size:0.875rem;font-family:"dm sans";height:39.625rem;width:75rem;overflow:visible;position:relative;display:block; }#oZB64kQTQaGeiQdJrBwfsFBWNrwG8bwh { color:#ffffff;display:block;width:59.4375rem;position:absolute;font-family:"dm sans";font-size:1.5625rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:26.1875rem;left:0rem;height:4.375rem;font-style:normal;display:block; }
#P7x0iV30AKZK54zuTSwVIpdwLLmCGEt2 { 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:7.125rem;width:17.4375rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
#E50rmNVKDWXJvmtRpkpSzJvlbScKWk2b { background-color:#edb72d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:3.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:32.375rem;left:0rem;display:block; }
#sE2nEC0eRz3s8nLFAQ1sdy7B3JwQOfCD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qtTVW9W0kqiMgLQFR8UiDf9f7GV82bA4 { color:#ffffff;display:block;width:68.3125rem;position:absolute;font-family:"dm sans";font-size:4.875rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:14.4375rem;left:0rem;height:9.75rem;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; }
#Q6hZk2EJO0lQdVhxkZ52Dt5mtRHoimtz { color:#ffffff;display:block;width:23.5625rem;position:absolute;font-family:"dm sans";font-size:1.875rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:10.875rem;left:0.625rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;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; }
#CsC5D7TIIVmhqKqayUwwgw4ToRHtrFeX { box-sizing:content-box;height:2.4375rem;width:25.125rem;position:absolute;display:block;z-index:14999;background-color:#ff912c;background-image:none;top:10.5625rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#AEnWHNy6aAHPC9qRadlG3zcT1ZANN2r7 { position:relative;display:block; }#AEnWHNy6aAHPC9qRadlG3zcT1ZANN2r7 { background-color: transparent; background-image: none; }#AEnWHNy6aAHPC9qRadlG3zcT1ZANN2r7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEnWHNy6aAHPC9qRadlG3zcT1ZANN2r7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEnWHNy6aAHPC9qRadlG3zcT1ZANN2r7 > .row .container > .video-iframe-container { display: none; }#AEnWHNy6aAHPC9qRadlG3zcT1ZANN2r7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEnWHNy6aAHPC9qRadlG3zcT1ZANN2r7 > .row > .video-iframe-container { display: none; }#AEnWHNy6aAHPC9qRadlG3zcT1ZANN2r7 > .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); }#AEnWHNy6aAHPC9qRadlG3zcT1ZANN2r7 { border-width: 0; border-radius: 0; }#AEnWHNy6aAHPC9qRadlG3zcT1ZANN2r7 > .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; }#AEnWHNy6aAHPC9qRadlG3zcT1ZANN2r7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:"dm sans";height:51.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iB8vINIeQbvqCn2bptfWCICVfxSGtmQi { color:#0b0b0b;display:block;width:35.5625rem;position:absolute;font-family:"dm sans";font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:3.9375rem;left:0rem;height:3.325rem;font-style:normal;text-align:left;text-align-last:left;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; }
#WMLTQdDNcU7mWsoRRG2dvrQFMulDI1uS { color:#0b0b0b;display:block;width:37.5625rem;position:absolute;font-family:"dm sans";font-size:1.3125rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:8.9375rem;left:0rem;height:36.75rem;font-style:normal;display:block; }
#BaG77UJlq1LXqK2sIdSPJelKgIcSiuBp { box-sizing:content-box;height:44rem;width:35.0625rem;position:absolute;display:block;z-index:15030;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/05ff0938-2398-4b9d-99d1-e504cfbee407/Projektbeznazwy7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.9375rem;left:39.312500953674rem;display:block; }#BaG77UJlq1LXqK2sIdSPJelKgIcSiuBp.adaptive-delivery-prevent-bg, #BaG77UJlq1LXqK2sIdSPJelKgIcSiuBp.lazyload, #BaG77UJlq1LXqK2sIdSPJelKgIcSiuBp.lazyloading { background-image: none; }
#PC9TtlKh6nnL0PvLOwsRRwrODgCwffsw { background-color:#e11c17;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;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:"dm sans";font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:22.262500762939rem;left:24.474999427796rem;display:none; }
#xPTqrmuy3Ubr909b6twoP9tlTO8DxSlJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tegqvFDD0cQGZqQkJRi5bErAlLfJOEbL { background-color:#ead9eb;background-image:url("https://icons.assets-landingi.com/icon_adc170aecb52ee7c68bebfc6be7a766dea3a10b6.svg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#tegqvFDD0cQGZqQkJRi5bErAlLfJOEbL.adaptive-delivery-prevent-bg, #tegqvFDD0cQGZqQkJRi5bErAlLfJOEbL.lazyload, #tegqvFDD0cQGZqQkJRi5bErAlLfJOEbL.lazyloading { background-image: none; }#tegqvFDD0cQGZqQkJRi5bErAlLfJOEbL > .row .container { background-color: transparent; background-image: none; }#tegqvFDD0cQGZqQkJRi5bErAlLfJOEbL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tegqvFDD0cQGZqQkJRi5bErAlLfJOEbL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tegqvFDD0cQGZqQkJRi5bErAlLfJOEbL > .row .container > .video-iframe-container { display: none; }#tegqvFDD0cQGZqQkJRi5bErAlLfJOEbL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tegqvFDD0cQGZqQkJRi5bErAlLfJOEbL > .row > .video-iframe-container { display: none; }#tegqvFDD0cQGZqQkJRi5bErAlLfJOEbL > .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); }#tegqvFDD0cQGZqQkJRi5bErAlLfJOEbL > .row .container { border-width: 0; border-radius: 0; }#tegqvFDD0cQGZqQkJRi5bErAlLfJOEbL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#tegqvFDD0cQGZqQkJRi5bErAlLfJOEbL > .row .container { font-size:0.875rem;font-family:"dm sans";height:39.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#o2vqBeQ4BpZ7TbDdv2sMixuBEeGqGx8p { color:#0b0b0b;display:block;width:69.25rem;position:absolute;font-family:"dm sans";font-size:1.3125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:9rem;left:0rem;height:9.825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#o2vqBeQ4BpZ7TbDdv2sMixuBEeGqGx8p li:not(:first-child){ padding-top:1rem;padding-right:0;padding-bottom:0;padding-left:0; }#o2vqBeQ4BpZ7TbDdv2sMixuBEeGqGx8p li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1757c77bfe0e6e697e0303c4663ca5e7.svg); }
#Wi4HeVwEJugvN4AI2Tg8N3Fwzkin1htr { background-color:#76047c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#fef0ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:3.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:30.360938072204rem;left:29.656250953674rem;display:block; }
#n7XTWf1H8RuFfrrBCCsTeq6JTnKx1FvT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vXkSunhDieEFfqst8iGHItKqU9wtEfWQ { color:#0b0b0b;display:block;width:57.125rem;position:absolute;font-family:"dm sans";font-size:1.3125rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:5.6867170333863rem;left:0rem;height:1.8375rem;font-style:normal;display:block; }
#qlSOnGzROW4WKyiwCtq58Mnk5sZ2VMIR { color:#0b0b0b;display:block;width:69.125rem;position:absolute;font-family:"dm sans";font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:1.8000001907349rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;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; }
#NRTQIXGCFZfNMRwf6WpdgSbcAl8cEwhW { color:#0b0b0b;display:block;width:53.625rem;position:absolute;font-family:"yeseva one";font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:9.1875rem;left:0rem;height:2.45rem;font-style:normal;display:none; }
#kJwkZ6XNq82z7fI6J0w0s5URWNk0x3qh { color:#0b0b0b;display:block;width:72.5rem;position:absolute;font-family:"dm sans";font-size:1.3125rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:22.375000953674rem;left:0rem;height:5.5125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#XT2oPciNuJDJKEfcLrvxHSw3SglGou6J { background-color:#09aabd;background-image:url("https://icons.assets-landingi.com/icon_2d34094337cda41cd3ab01e6846a57625117ac04.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#XT2oPciNuJDJKEfcLrvxHSw3SglGou6J.adaptive-delivery-prevent-bg, #XT2oPciNuJDJKEfcLrvxHSw3SglGou6J.lazyload, #XT2oPciNuJDJKEfcLrvxHSw3SglGou6J.lazyloading { background-image: none; }#XT2oPciNuJDJKEfcLrvxHSw3SglGou6J > .row .container { background-color: transparent; background-image: none; }#XT2oPciNuJDJKEfcLrvxHSw3SglGou6J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XT2oPciNuJDJKEfcLrvxHSw3SglGou6J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XT2oPciNuJDJKEfcLrvxHSw3SglGou6J > .row .container > .video-iframe-container { display: none; }#XT2oPciNuJDJKEfcLrvxHSw3SglGou6J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XT2oPciNuJDJKEfcLrvxHSw3SglGou6J > .row > .video-iframe-container { display: none; }#XT2oPciNuJDJKEfcLrvxHSw3SglGou6J > .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); }#XT2oPciNuJDJKEfcLrvxHSw3SglGou6J > .row .container { border-width: 0; border-radius: 0; }#XT2oPciNuJDJKEfcLrvxHSw3SglGou6J > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#XT2oPciNuJDJKEfcLrvxHSw3SglGou6J > .row .container { font-size:0.875rem;font-family:"dm sans";height:35.5rem;width:75rem;overflow:visible;position:relative;display:block; }#ZsnruPc9V4m9iBlFtwvO65BBpiyk8HWS { color:#ffffff;display:block;width:33.0625rem;position:absolute;font-family:"dm sans";font-size:2.875rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:13.287499785423rem;left:0rem;height:5.75rem;font-style:normal;text-align:left;text-align-last:left;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; }
#cClC9mDliXR4W62SsStBqhk42s2ifKLf { color:#ffffff;display:block;width:38.5rem;position:absolute;font-family:"dm sans";font-size:1.4375rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:20.812500357628rem;left:0rem;height:4.025rem;font-style:normal;text-align:left;text-align-last:left;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; }
#FRyXQLJohUtfTMWaUdQN359PPiWRe8a7 { background-color:#fc7600;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:"dm sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:28.1875rem;left:0rem;display:block; }
#HcstqnrFgzIbMgkKSJ2slfmgIQISdcym { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UPKheWGOeHupzq35gwSm0tF2G0gfVmoM { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5rem;width:28.75rem;top:12.575000166893rem;left:46.250000953674rem;overflow:hidden;display:block; }
#VfA98KDUx3KdApVXVtGmBBUTQyfvTbOa { color:#76047c;display:block;width:73.125rem;position:absolute;font-family:"dm sans";font-size:2.875rem;font-weight:normal;z-index:15010;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:2.1625002622604rem;left:0rem;height:8.625rem;display:block; }
#lyck0L01PxWNiy9rwz2wWECzvn4AMUEs { background-color:rgba(0,0,0,0);background-image:url("https://icons.assets-landingi.com/icon_7f34c4fd8a129612bd35b1f2dd406e58c42a3add.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#lyck0L01PxWNiy9rwz2wWECzvn4AMUEs.adaptive-delivery-prevent-bg, #lyck0L01PxWNiy9rwz2wWECzvn4AMUEs.lazyload, #lyck0L01PxWNiy9rwz2wWECzvn4AMUEs.lazyloading { background-image: none; }#lyck0L01PxWNiy9rwz2wWECzvn4AMUEs > .row .container { background-color: transparent; background-image: none; }#lyck0L01PxWNiy9rwz2wWECzvn4AMUEs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lyck0L01PxWNiy9rwz2wWECzvn4AMUEs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lyck0L01PxWNiy9rwz2wWECzvn4AMUEs > .row .container > .video-iframe-container { display: none; }#lyck0L01PxWNiy9rwz2wWECzvn4AMUEs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lyck0L01PxWNiy9rwz2wWECzvn4AMUEs > .row > .video-iframe-container { display: none; }#lyck0L01PxWNiy9rwz2wWECzvn4AMUEs > .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); }#lyck0L01PxWNiy9rwz2wWECzvn4AMUEs > .row .container { border-width: 0; border-radius: 0; }#lyck0L01PxWNiy9rwz2wWECzvn4AMUEs > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#lyck0L01PxWNiy9rwz2wWECzvn4AMUEs > .row .container { font-size:0.875rem;font-family:"dm sans";height:41.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#dmd6xXFoavMuBF1Lg4fr9pDcHNNiMTso { color:#000000;display:block;width:75rem;position:absolute;font-family:"dm sans";font-size:3.4375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:3.3000001907349rem;left:0rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;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; }
#ExdaSPtVOzE8iRNzJ6bVwnPDkbp9u6wS { color:#0b0b0b;display:block;width:16.25rem;position:absolute;font-family:"dm sans";font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:15.875rem;left:17.9375rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#unTeTm4dTiiWUJ4ukmVrrdssc4zEQFlw { color:#0b0b0b;display:block;width:28.5625rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:17.875rem;left:11.8125rem;height:11.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#unTeTm4dTiiWUJ4ukmVrrdssc4zEQFlw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#unTeTm4dTiiWUJ4ukmVrrdssc4zEQFlw li:before{  }
#vDwxGNaasoqVKADkEy9Gq3NAUIalGoEn { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:9.625rem;left:23.8125rem; }
#SWW6HTitalpKPKsJSakhJ0sGsukAayoa { box-sizing:content-box;height:22.4375rem;width:18.75rem;position:absolute;display:block;z-index:15007;background-color:#fffdff;background-image:none;top:5.4375rem;left:37.500000953674rem;border-top-right-radius:15.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:15.625rem;display:block; }
#NdOva3zHAk1GcJyfX0CT78nTNZV3c9Nb { color:#0b0b0b;display:block;width:25.125rem;position:absolute;font-family:"dm sans";font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:15.5625rem;left:43.625rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zTTrT0CGpenAs5UaVTmIswbzv5I1Uvuc { color:#0b0b0b;display:block;width:22rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:19.6875rem;left:45.4375rem;height:11.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#zTTrT0CGpenAs5UaVTmIswbzv5I1Uvuc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zTTrT0CGpenAs5UaVTmIswbzv5I1Uvuc li:before{  }
#HdsEVmIJitiFpuP3L0I99qxdeBG3ckyb { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:9.625rem;left:53.9375rem; }
#iKxvO35pcTr0JsCeTTaTJiE47OqrtSb0 { color:#0b0b0b;display:block;width:16.25rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:19.812500476837rem;left:1.25rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#iJ3pKDqTSrZpP69ABMmI4HnGCWiJMaAg { background-color:#76047c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#fef0ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:3.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:32.60000038147rem;left:29.656250953674rem;display:block; }
#o3lbzQNiMST3aR507gRf9y9BG0ShJ7q2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xVxdBHfZqJsrDZuyhROSw58XvkMfEfvq { background-color:#fffdff;background-image:url("https://images.assets-landingi.com/uc/6d77bf22-0d60-4b10-8296-2e0c77e8980f/bg123333.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#xVxdBHfZqJsrDZuyhROSw58XvkMfEfvq.adaptive-delivery-prevent-bg, #xVxdBHfZqJsrDZuyhROSw58XvkMfEfvq.lazyload, #xVxdBHfZqJsrDZuyhROSw58XvkMfEfvq.lazyloading { background-image: none; }#xVxdBHfZqJsrDZuyhROSw58XvkMfEfvq > .row .container { background-color: transparent; background-image: none; }#xVxdBHfZqJsrDZuyhROSw58XvkMfEfvq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVxdBHfZqJsrDZuyhROSw58XvkMfEfvq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVxdBHfZqJsrDZuyhROSw58XvkMfEfvq > .row .container > .video-iframe-container { display: none; }#xVxdBHfZqJsrDZuyhROSw58XvkMfEfvq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVxdBHfZqJsrDZuyhROSw58XvkMfEfvq > .row > .video-iframe-container { display: none; }#xVxdBHfZqJsrDZuyhROSw58XvkMfEfvq > .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); }#xVxdBHfZqJsrDZuyhROSw58XvkMfEfvq > .row .container { border-width: 0; border-radius: 0; }#xVxdBHfZqJsrDZuyhROSw58XvkMfEfvq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#xVxdBHfZqJsrDZuyhROSw58XvkMfEfvq > .row .container { font-size:0.875rem;font-family:"dm sans";height:39.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#ToPyKtHHvKur4SgZDB3OpZITeFceGrvt { color:#0b0b0b;display:block;width:75rem;position:absolute;font-family:"dm sans";font-size:3.4375rem;font-weight:700;z-index:15066;line-height:1;letter-spacing:0;top:5.3125rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;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; }
#NZyiS1oI36aamzdGLAurkP2MQm36Xl23 { box-sizing:content-box;height:20.625rem;width:12.5rem;position:absolute;display:block;z-index:15002;background-color:#fef0ff;background-image:none;top:0.13671875rem;left:62.500000953675rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:15.625rem;border-top-left-radius:0rem;display:block; }
#gqisqTMB5qQ6sRWkt5UrtCMmAr88xskQ { color:#000000;display:block;width:33.75rem;position:absolute;font-family:now;font-size:1.125rem;font-weight:400;z-index:15058;line-height:1.4;letter-spacing:0;top:30.4375rem;left:41.25rem;height:3.15rem;font-style:italic;display:block; }
#k9DS0XzIns6GBxK3LOzfSw8WVCOnLcam { color:#76047c;display:block;width:33.75rem;position:absolute;font-family:now;font-size:0.875rem;font-weight:400;z-index:15060;line-height:1.7;letter-spacing:0;top:33.5625rem;left:41.25rem;height:1.4875rem;font-style:normal;display:block; }
#T7XDiCLe8Uh3DIqO3QXUKu9HuTHRfL8d { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:28.3125rem;left:40.625rem; }
#NMHWOcpguaEx0X1TiQ60WkKKp6x0ZwzZ { color:#000000;display:block;width:33.75rem;position:absolute;font-family:now;font-size:1.125rem;font-weight:400;z-index:15052;line-height:1.4;letter-spacing:0;top:26rem;left:0.625rem;height:6.3rem;font-style:italic;display:block; }
#NkweioecHO5ZsHQvsUdXg5yv0gMZEssr { color:#76047c;display:block;width:33.75rem;position:absolute;font-family:now;font-size:0.875rem;font-weight:400;z-index:15054;line-height:1.7;letter-spacing:0;top:32.375rem;left:0.625rem;height:1.4875rem;font-style:normal;display:block; }
#C2pTE4H5eyKNXuGoLTuWackTC411BOdR { color:#000000;display:block;width:33.75rem;position:absolute;font-family:now;font-size:1.125rem;font-weight:400;z-index:15055;line-height:1.4;letter-spacing:0;top:22rem;left:41.25rem;height:3.15rem;font-style:italic;display:block; }
#iS2MgmwNfJ386T8Cf6zNHsSCB4W41yoZ { color:#76047c;display:block;width:33.75rem;position:absolute;font-family:now;font-size:0.875rem;font-weight:400;z-index:15057;line-height:1.7;letter-spacing:0;top:25.125rem;left:41.25rem;height:1.4875rem;font-style:normal;display:block; }
#dCJbTn4TK8PNG4PIK5XBbBnJslcPtN61 { color:#000000;display:block;width:33.75rem;position:absolute;font-family:now;font-size:1.125rem;font-weight:400;z-index:15046;line-height:1.4;letter-spacing:0;top:13.5625rem;left:0.625rem;height:6.3rem;font-style:italic;display:block; }
#sFRIlUDnpMGhLUGRpmMu0atAepAO33MW { color:#76047c;display:block;width:33.75rem;position:absolute;font-family:now;font-size:0.875rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:19.875rem;left:0.625rem;height:1.4875rem;font-style:normal;display:block; }
#nr2a4lMwDoQ7QX6EKdvrAAWT5MT7gZoC { color:#76047c;display:block;width:33.75rem;position:absolute;font-family:now;font-size:0.875rem;font-weight:400;z-index:15051;line-height:1.7;letter-spacing:0;top:17.75rem;left:41.25rem;height:1.4875rem;font-style:normal;display:block; }
#zgLnkg9a6VuXf4duDH6ZAMTXZhT8lOy0 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:19.875rem;left:40.625rem; }
#KfAX0xMgN0TXpp1fG4m3lV39CaLTwnIZ { color:#000000;display:block;width:33.75rem;position:absolute;font-family:now;font-size:1.125rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:13.5625rem;left:41.25rem;height:3.15rem;font-style:italic;display:block; }
#pTfQ4NkuW0Wtmf1OGK9y5hvJV3CotgFI { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:23.875rem;left:0rem; }
#GQ5UBe5A6wJ5y0ZONHr6H7J1TUPVlWdF { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:11.4375rem;left:0rem; }
#bIg3qKxe6TdOyh6hxTQCR1e7iRkTaos3 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:11.4375rem;left:40.625rem; }
#CTNFJmuOXleAtCOrdnWwnARCCzIs8Gsl { background-color:rgba(0,0,0,0);background-image:url("https://icons.assets-landingi.com/icon_7f34c4fd8a129612bd35b1f2dd406e58c42a3add.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#CTNFJmuOXleAtCOrdnWwnARCCzIs8Gsl.adaptive-delivery-prevent-bg, #CTNFJmuOXleAtCOrdnWwnARCCzIs8Gsl.lazyload, #CTNFJmuOXleAtCOrdnWwnARCCzIs8Gsl.lazyloading { background-image: none; }#CTNFJmuOXleAtCOrdnWwnARCCzIs8Gsl > .row .container { background-color: transparent; background-image: none; }#CTNFJmuOXleAtCOrdnWwnARCCzIs8Gsl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTNFJmuOXleAtCOrdnWwnARCCzIs8Gsl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTNFJmuOXleAtCOrdnWwnARCCzIs8Gsl > .row .container > .video-iframe-container { display: none; }#CTNFJmuOXleAtCOrdnWwnARCCzIs8Gsl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTNFJmuOXleAtCOrdnWwnARCCzIs8Gsl > .row > .video-iframe-container { display: none; }#CTNFJmuOXleAtCOrdnWwnARCCzIs8Gsl > .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); }#CTNFJmuOXleAtCOrdnWwnARCCzIs8Gsl > .row .container { border-width: 0; border-radius: 0; }#CTNFJmuOXleAtCOrdnWwnARCCzIs8Gsl > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#CTNFJmuOXleAtCOrdnWwnARCCzIs8Gsl > .row .container { font-size:0.875rem;font-family:"dm sans";height:24.875rem;width:75rem;overflow:visible;position:relative;display:block; }#mqKWnohLzgrcC7wZOx8kPeiJ19nwoOf3 { color:#000000;display:block;width:75rem;position:absolute;font-family:"dm sans";font-size:3.4375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:3.3000001907349rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#ruKIvyXT3eXG677XENX0wnSrxFZO5tZi { color:#0b0b0b;display:block;width:42rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:9.3125rem;left:16.499218940735rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;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; }
#PGgPZUqGLEFTN55WPNtGgxECcmBgsbSt { background-color:#76047c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#fef0ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:3.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:15.60000038147rem;left:29.656250953674rem;display:block; }
#JynTh6MXNJG8CqiD1cQExLbbO1ThzeaF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oT2gmCzTbGwXdCsNodvzG7EIPiD9JvTc { background-color:#ead9eb;background-image:url("https://icons.assets-landingi.com/icon_adc170aecb52ee7c68bebfc6be7a766dea3a10b6.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#oT2gmCzTbGwXdCsNodvzG7EIPiD9JvTc.adaptive-delivery-prevent-bg, #oT2gmCzTbGwXdCsNodvzG7EIPiD9JvTc.lazyload, #oT2gmCzTbGwXdCsNodvzG7EIPiD9JvTc.lazyloading { background-image: none; }#oT2gmCzTbGwXdCsNodvzG7EIPiD9JvTc > .row .container { background-color: transparent; background-image: none; }#oT2gmCzTbGwXdCsNodvzG7EIPiD9JvTc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oT2gmCzTbGwXdCsNodvzG7EIPiD9JvTc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oT2gmCzTbGwXdCsNodvzG7EIPiD9JvTc > .row .container > .video-iframe-container { display: none; }#oT2gmCzTbGwXdCsNodvzG7EIPiD9JvTc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oT2gmCzTbGwXdCsNodvzG7EIPiD9JvTc > .row > .video-iframe-container { display: none; }#oT2gmCzTbGwXdCsNodvzG7EIPiD9JvTc > .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); }#oT2gmCzTbGwXdCsNodvzG7EIPiD9JvTc > .row .container { border-width: 0; border-radius: 0; }#oT2gmCzTbGwXdCsNodvzG7EIPiD9JvTc > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#oT2gmCzTbGwXdCsNodvzG7EIPiD9JvTc > .row .container { font-size:0.875rem;font-family:"dm sans";height:70.375rem;width:75rem;overflow:visible;position:relative;display:block; }#MihqMJ8e0WxmAzz0cl993TTD1NgMo7Ur { color:#0b0b0b;display:block;width:75rem;position:absolute;font-family:"dm sans";font-size:3.4375rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:2.3124918937683rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#a5sOBMD4KSldRWBGO61I7NtnzES1RVUb { color:#76047c;display:block;width:21.25rem;position:absolute;font-family:"dm sans";font-size:1.5rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:30.75rem;left:7.5625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qZ6WzbH9yqsT8JarLp92pruJpBnBmhg1 { color:#0b0b0b;display:block;width:26.5625rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:33.699999690056rem;left:7.561718940735rem;height:33.075rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U5gEJlnV87TUFM7DGrA0FfnGtRrhxfHz { color:#0b0b0b;display:block;width:21.25rem;position:absolute;font-family:"dm sans";font-size:1.5rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:30.8125rem;left:46.1875rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xT4Tvb4zF5sF8a1sqoUCRVVaZhSnWpZt { color:#0b0b0b;display:block;width:23.6875rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:33.699999809265rem;left:46.187500953674rem;height:33.075rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fr8z3lnfKGf8aNrcFKesxRTokhuCUFtA { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15033;background-color:#76047c;background-image:none;top:17.6875rem;left:26.0625rem;border-top-right-radius:15.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#cwTa8J0T6MG6KG36JrvDHBUODXZuSTWS { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15004;background-color:#76047c;background-image:none;top:0rem;left:62.5rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:0rem;display:block; }
#OZg5rbBOtroalJbp8r42exm36zVrBce4 { box-sizing:content-box;height:21.25rem;width:21.25rem;position:absolute;display:block;z-index:15059;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2099c249-1265-4650-831f-2485cfbd1196/Instytut4.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:8.3125003576281rem;left:7.561718940735rem;display:block; }#OZg5rbBOtroalJbp8r42exm36zVrBce4.adaptive-delivery-prevent-bg, #OZg5rbBOtroalJbp8r42exm36zVrBce4.lazyload, #OZg5rbBOtroalJbp8r42exm36zVrBce4.lazyloading { background-image: none; }
#hPWUWrbNeUuQI3BGtPgrr7Xb1AKHdlCd { box-sizing:content-box;height:21.25rem;width:21.25rem;position:absolute;display:block;z-index:15060;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/085396f2-2cb6-4fd0-82bb-6723e88b3dd0/Instytut18.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:8.3125003576281rem;left:46.187500953674rem;display:block; }#hPWUWrbNeUuQI3BGtPgrr7Xb1AKHdlCd.adaptive-delivery-prevent-bg, #hPWUWrbNeUuQI3BGtPgrr7Xb1AKHdlCd.lazyload, #hPWUWrbNeUuQI3BGtPgrr7Xb1AKHdlCd.lazyloading { background-image: none; }
#gcpBtq9fqBgzGB5nclrGlfuShssSboih { position:relative;display:block; }#gcpBtq9fqBgzGB5nclrGlfuShssSboih { background-color: transparent; background-image: none; }#gcpBtq9fqBgzGB5nclrGlfuShssSboih::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcpBtq9fqBgzGB5nclrGlfuShssSboih > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcpBtq9fqBgzGB5nclrGlfuShssSboih > .row .container > .video-iframe-container { display: none; }#gcpBtq9fqBgzGB5nclrGlfuShssSboih > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcpBtq9fqBgzGB5nclrGlfuShssSboih > .row > .video-iframe-container { display: none; }#gcpBtq9fqBgzGB5nclrGlfuShssSboih > .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); }#gcpBtq9fqBgzGB5nclrGlfuShssSboih { border-width: 0; border-radius: 0; }#gcpBtq9fqBgzGB5nclrGlfuShssSboih > .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; }#gcpBtq9fqBgzGB5nclrGlfuShssSboih > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:"dm sans";height:13.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#U4IPALJQ4NBsgCXaW1oW9iH9ET8cMPQd { color:#0b0b0b;display:block;width:72rem;position:absolute;font-family:"dm sans";font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:3.8429689407349rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#d7n6TMTkSR5GpOfs9LeVcWMO5WcSFDsN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#76047c;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; }#d7n6TMTkSR5GpOfs9LeVcWMO5WcSFDsN > .row .container { background-color: transparent; background-image: none; }#d7n6TMTkSR5GpOfs9LeVcWMO5WcSFDsN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d7n6TMTkSR5GpOfs9LeVcWMO5WcSFDsN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d7n6TMTkSR5GpOfs9LeVcWMO5WcSFDsN > .row .container > .video-iframe-container { display: none; }#d7n6TMTkSR5GpOfs9LeVcWMO5WcSFDsN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d7n6TMTkSR5GpOfs9LeVcWMO5WcSFDsN > .row > .video-iframe-container { display: none; }#d7n6TMTkSR5GpOfs9LeVcWMO5WcSFDsN > .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); }#d7n6TMTkSR5GpOfs9LeVcWMO5WcSFDsN > .row .container { border-width: 0; border-radius: 0; }#d7n6TMTkSR5GpOfs9LeVcWMO5WcSFDsN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d7n6TMTkSR5GpOfs9LeVcWMO5WcSFDsN > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:75rem;position:relative;display:block; }#eWelfu2vTQN4Zk0DwyIPmGSd1sfP1hTa { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"dm sans";font-size:3.25rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:3.0296897888184rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;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; }
#m6zl7pX1e34xB3OFEZ3PeeArOL0x3clS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#76047c;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; }#m6zl7pX1e34xB3OFEZ3PeeArOL0x3clS > .row .container { background-color: transparent; background-image: none; }#m6zl7pX1e34xB3OFEZ3PeeArOL0x3clS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m6zl7pX1e34xB3OFEZ3PeeArOL0x3clS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m6zl7pX1e34xB3OFEZ3PeeArOL0x3clS > .row .container > .video-iframe-container { display: none; }#m6zl7pX1e34xB3OFEZ3PeeArOL0x3clS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m6zl7pX1e34xB3OFEZ3PeeArOL0x3clS > .row > .video-iframe-container { display: none; }#m6zl7pX1e34xB3OFEZ3PeeArOL0x3clS > .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); }#m6zl7pX1e34xB3OFEZ3PeeArOL0x3clS > .row .container { border-width: 0; border-radius: 0; }#m6zl7pX1e34xB3OFEZ3PeeArOL0x3clS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m6zl7pX1e34xB3OFEZ3PeeArOL0x3clS > .row .container { font-size:0.875rem;font-family:arial;height:39.125rem;width:75rem;position:relative;display:block; }#c58qdJ6qccTvq2WVEhCI8yhnXOcGftOX { color:#ffffff;display:block;width:18.875rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:19.5rem;left:29.0625rem;height:5.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#c58qdJ6qccTvq2WVEhCI8yhnXOcGftOX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#c58qdJ6qccTvq2WVEhCI8yhnXOcGftOX li:before{  }
#W6789nGUoq1ihXxpTQIeOeO2CHUDFnbc { z-index:15017;top:26.3125rem;left:30.0625rem;background-color:#09aabd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:"dm sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#hedSJRuTnRtbH2mmTZNQZeBSDv5SwUwc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uP969uSdrB9XMu0m09RoFNXMdp0rBrym { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #09aabd;border-left:0.125rem solid #09aabd;border-right:0.125rem solid #09aabd;border-bottom:0.125rem solid #09aabd;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:21.9375rem;width:24.1875rem;top:6.375rem;left:25.25rem;display:block; }
#QgQliZ3GKwRRMg7oidVt9g8BWlk2JXhN { color:#ffffff;display:block;width:24rem;position:absolute;font-family:"dm sans";font-size:1.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:9.5rem;left:25.1875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZSWRsbRJSv4JJAlyKXkEWSUTNH1A6Zyx { color:#ffffff;display:block;width:22.125rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:16.5625rem;left:26.0625rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;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; }
#CrFAUwP8t4TL5NWT120RX6S4cfShHd0D { color:#ffffff;display:block;width:24rem;position:absolute;font-family:"dm sans";font-size:3.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:12.5625rem;left:25.1875rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oIc0N1o7qh3zDNKDtoyXl96Ivvd9gLmh { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:18.6875rem;width:24.1875rem;top:6.4375rem;left:0.25rem;display:block; }
#XTIOOrxVa1HwGI2hLq81e98PTsoGZ99V { z-index:15011;top:23rem;left:5.125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#s7raA64MgVKvM0A5N48AlFafoLR3IiS6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WQICBXitZVT4y3iX7S0tGnk6doB7CrbT { color:#ffffff;display:block;width:16.6875rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:19.5625rem;left:4.125rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#WQICBXitZVT4y3iX7S0tGnk6doB7CrbT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WQICBXitZVT4y3iX7S0tGnk6doB7CrbT li:before{  }
#GgMwEEW0NEvezvwRad3TlCvThGfd2rLq { color:#ffffff;display:block;width:22.125rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:16.5625rem;left:1.375rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;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; }
#yGlBUaxhHhvN1exVxVvMZxPiSkztdeeI { color:#ffffff;display:block;width:24rem;position:absolute;font-family:"dm sans";font-size:3.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:12.5625rem;left:0.5rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PkFer0GuklusT5iyaZ7ltzoRKOGyRb8V { color:#ffffff;display:block;width:24rem;position:absolute;font-family:"dm sans";font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:9.5rem;left:0.5rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J4sZm9tfeknSOJBcmlU4WkMps7RE5OAI { color:#ffffff;display:block;width:18.875rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:19.5625rem;left:54.375rem;height:9.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#J4sZm9tfeknSOJBcmlU4WkMps7RE5OAI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#J4sZm9tfeknSOJBcmlU4WkMps7RE5OAI li:before{  }
#STc0FepVxdkpdzdubarxZMx8PmNrFSQ9 { z-index:15023;top:30.6875rem;left:55.4375rem;background-color:#fc7600;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:"dm sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#E5lF8DJmb2pMAkWgfg0zn2Ow90Zvzb3n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XJG6n69e8wSNLzn0U06GamiDA3Cupxdm { position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #fc7600;border-left:0.125rem solid #fc7600;border-right:0.125rem solid #fc7600;border-bottom:0.125rem solid #fc7600;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:26.25rem;width:24.1875rem;top:6.5rem;left:50.5625rem;display:block; }
#EcfekIChEJ1HWIKLRha2LhbpUpmDHpLZ { color:#ffffff;display:block;width:22.125rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:16.625rem;left:51.375rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;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; }
#QislIxxTdMsGkCdJ8oKLv2SpXleNDwU1 { color:#ffffff;display:block;width:24rem;position:absolute;font-family:"dm sans";font-size:3.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:12.625rem;left:50.5rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tq5AAHh2EETOf3uHZlR5Tq7nMH0AeZKB { color:#ffffff;display:block;width:24rem;position:absolute;font-family:"dm sans";font-size:1.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:9.5625rem;left:50.5rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nh4MhiTZBbIdS4Gr2Zasvf3rJhzDMutr { box-sizing:content-box;height:2.75rem;width:21.25rem;position:absolute;display:block;z-index:15005;background-color:#fc7600;background-image:none;top:3.6875rem;left:51.875rem;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.0625rem solid #ba5538;border-left:0.0625rem solid #ba5538;border-right:0.0625rem solid #ba5538;border-bottom:0.0625rem solid #ba5538;display:block; }
#oGwkhVHLltofhCeeo6lZuWW5fTFgpepD { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"dm sans";font-size:1.5rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:4.0999994277954rem;left:54.062500953674rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#bT2SdgLtUzJWcyVAUO5EnhEWs7w1shRu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#09aabd;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; }#bT2SdgLtUzJWcyVAUO5EnhEWs7w1shRu > .row .container { background-color: transparent; background-image: none; }#bT2SdgLtUzJWcyVAUO5EnhEWs7w1shRu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT2SdgLtUzJWcyVAUO5EnhEWs7w1shRu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT2SdgLtUzJWcyVAUO5EnhEWs7w1shRu > .row .container > .video-iframe-container { display: none; }#bT2SdgLtUzJWcyVAUO5EnhEWs7w1shRu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT2SdgLtUzJWcyVAUO5EnhEWs7w1shRu > .row > .video-iframe-container { display: none; }#bT2SdgLtUzJWcyVAUO5EnhEWs7w1shRu > .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); }#bT2SdgLtUzJWcyVAUO5EnhEWs7w1shRu > .row .container { border-width: 0; border-radius: 0; }#bT2SdgLtUzJWcyVAUO5EnhEWs7w1shRu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bT2SdgLtUzJWcyVAUO5EnhEWs7w1shRu > .row .container { font-size:0.875rem;font-family:arial;height:18.5rem;width:75rem;position:relative;display:block; }#OWpiaoLJZO8RMJZwSRGrETnmD8KXFTZH { color:#ffffff;display:block;width:21.9375rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:300;z-index:15034;line-height:1.4;letter-spacing:0;top:8.0625rem;left:42.3125rem;height:1.225rem;font-style:normal;display:block; }
#kaIqdrMGOpUzAg4OBQVXElbQCdlbLydH { 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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:3.4375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:7rem;left:63.0625rem;display:block; }
#y8md6w0fcvFkxdoykbnvpPCpD11TMsal { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MpcxEvJSBEhUv5fWcefxQsc3aGUhfMee { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:26rem;top:3.4562511444092rem;left:0rem;overflow:hidden;display:block; }
#VnidVopRnuKe8kA8vSF7E51bFKuF5mNQ { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:3.875rem;left:39.5rem;display:block; }
#Eb0kmn1PetGtK5q8vyRFlvZkvzzqhvFq { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:3.875rem;left:62.25rem;display:block; }
#ODCCCAcsbStE5VdXJkx5HaBUTuohUBzX { color:#ffffff;display:block;width:18.9375rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:400;z-index:15036;line-height:1.4;letter-spacing:0;top:4.25rem;left:42.3125rem;height:1.225rem;font-style:normal;display:block; }
#nH3w6HSFtpWVwZORktOUnpZ2b7E1ZZe9 { color:#ffffff;display:block;width:7.3125rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:400;z-index:15034;line-height:1.4;letter-spacing:0;top:4.25rem;left:64.625rem;height:1.225rem;font-style:normal;display:block; }
#lFuXywuAgkUBTuipZt6tOIpzlaIno6DO { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:7.8125rem;left:39.6875rem; }
#lxHBeQcp18LpEOnCCMV3TLSLeF99J0rh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:12.0625rem;left:55.5rem; }
#lxHBeQcp18LpEOnCCMV3TLSLeF99J0rh > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#oLbwDRXXtMw2s8DTaGTSFQeTEE3xD9Iw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:12.0625rem;left:60rem; }
#oLbwDRXXtMw2s8DTaGTSFQeTEE3xD9Iw > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#b65V3nOypiC8WJBmpPwJ5l5AMCJTy13r { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:12.0625rem;left:64.3125rem; }
#b65V3nOypiC8WJBmpPwJ5l5AMCJTy13r > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#psUrosQtwVck4EthhpzVQRAtr72e2fNr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:12.0625rem;left:68.875rem; }
#psUrosQtwVck4EthhpzVQRAtr72e2fNr > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#o7pNuaPNwAceHCgKmqAStklrOrNbxTIu { 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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:3.4375rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:11.90625rem;left:39.500001907349rem;display:block; }
#FR16D8AusWSWLnF5MPsfSAVAfNv9ny52 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MKk4ShkJioeoxXupIiJyBa1aSw0ubWTK { display:block; }#MKk4ShkJioeoxXupIiJyBa1aSw0ubWTK > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oZB64kQTQaGeiQdJrBwfsFBWNrwG8bwh { top:26.1875rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7x0iV30AKZK54zuTSwVIpdwLLmCGEt2 { top:0.9375rem;left:0rem;width:17.4375rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E50rmNVKDWXJvmtRpkpSzJvlbScKWk2b { width:12.8125rem;height:3.5rem;top:32.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sE2nEC0eRz3s8nLFAQ1sdy7B3JwQOfCD { display:block; }
 }@media only screen and (max-width: 763px) { #qtTVW9W0kqiMgLQFR8UiDf9f7GV82bA4 { top:14.4375rem;left:0rem;width:47.75rem;height:9.75rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6hZk2EJO0lQdVhxkZ52Dt5mtRHoimtz { top:10.875rem;left:0rem;width:23.5625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsC5D7TIIVmhqKqayUwwgw4ToRHtrFeX { top:10.5625rem;left:0rem;width:25.125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEnWHNy6aAHPC9qRadlG3zcT1ZANN2r7 { display:block; }#AEnWHNy6aAHPC9qRadlG3zcT1ZANN2r7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iB8vINIeQbvqCn2bptfWCICVfxSGtmQi { top:3.9375rem;left:0rem;width:35.5625rem;height:;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMLTQdDNcU7mWsoRRG2dvrQFMulDI1uS { top:8.9375rem;left:0rem;width:37.5625rem;height:36.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaG77UJlq1LXqK2sIdSPJelKgIcSiuBp { top:3.9375rem;left:12.6875rem;width:35.0625rem;height:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #PC9TtlKh6nnL0PvLOwsRRwrODgCwffsw { width:11.25rem;height:3.375rem;top:22.875rem;left:12.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xPTqrmuy3Ubr909b6twoP9tlTO8DxSlJ { display:block; }
 }@media only screen and (max-width: 763px) { #tegqvFDD0cQGZqQkJRi5bErAlLfJOEbL { display:block; }#tegqvFDD0cQGZqQkJRi5bErAlLfJOEbL > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o2vqBeQ4BpZ7TbDdv2sMixuBEeGqGx8p { top:9rem;left:0rem;width:47.75rem;height:9.8125rem;font-size:1.3125rem;display:block; }#o2vqBeQ4BpZ7TbDdv2sMixuBEeGqGx8p li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1757c77bfe0e6e697e0303c4663ca5e7.svg); }
 }@media only screen and (max-width: 763px) { #Wi4HeVwEJugvN4AI2Tg8N3Fwzkin1htr { width:15.6875rem;height:3.5rem;top:30.3125rem;left:16.031250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7XTWf1H8RuFfrrBCCsTeq6JTnKx1FvT { display:block; }
 }@media only screen and (max-width: 763px) { #vXkSunhDieEFfqst8iGHItKqU9wtEfWQ { top:5.625rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlSOnGzROW4WKyiwCtq58Mnk5sZ2VMIR { top:1.75rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRTQIXGCFZfNMRwf6WpdgSbcAl8cEwhW { top:9.1875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJwkZ6XNq82z7fI6J0w0s5URWNk0x3qh { top:22.375rem;left:0rem;width:47.75rem;height:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT2oPciNuJDJKEfcLrvxHSw3SglGou6J { display:block; }#XT2oPciNuJDJKEfcLrvxHSw3SglGou6J > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZsnruPc9V4m9iBlFtwvO65BBpiyk8HWS { top:13.25rem;left:0rem;width:33.0625rem;height:5.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cClC9mDliXR4W62SsStBqhk42s2ifKLf { top:20.8125rem;left:0rem;width:38.5rem;height:4rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRyXQLJohUtfTMWaUdQN359PPiWRe8a7 { width:12.5rem;height:3.5rem;top:28.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcstqnrFgzIbMgkKSJ2slfmgIQISdcym { display:block; }
 }@media only screen and (max-width: 763px) { #UPKheWGOeHupzq35gwSm0tF2G0gfVmoM { top:12.5625rem;left:19rem;width:28.75rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfA98KDUx3KdApVXVtGmBBUTQyfvTbOa { top:2.125rem;left:0rem;width:47.75rem;height:8.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyck0L01PxWNiy9rwz2wWECzvn4AMUEs { display:block; }#lyck0L01PxWNiy9rwz2wWECzvn4AMUEs > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dmd6xXFoavMuBF1Lg4fr9pDcHNNiMTso { top:3.25rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExdaSPtVOzE8iRNzJ6bVwnPDkbp9u6wS { top:15.875rem;left:4.3125rem;width:16.25rem;height:1.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #unTeTm4dTiiWUJ4ukmVrrdssc4zEQFlw { top:17.875rem;left:0rem;width:28.5625rem;height:11.125rem;font-size:1.25rem;display:block; }#unTeTm4dTiiWUJ4ukmVrrdssc4zEQFlw li:before{  }
 }@media only screen and (max-width: 763px) { #vDwxGNaasoqVKADkEy9Gq3NAUIalGoEn { top:9.625rem;left:10.1875rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWW6HTitalpKPKsJSakhJ0sGsukAayoa { top:5.4375rem;left:23.875000953674rem;width:18.75rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdOva3zHAk1GcJyfX0CT78nTNZV3c9Nb { top:15.5625rem;left:22.625rem;width:25.125rem;height:1.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTTrT0CGpenAs5UaVTmIswbzv5I1Uvuc { top:19.6875rem;left:25.75rem;width:22rem;height:11.125rem;font-size:1.25rem;display:block; }#zTTrT0CGpenAs5UaVTmIswbzv5I1Uvuc li:before{  }
 }@media only screen and (max-width: 763px) { #HdsEVmIJitiFpuP3L0I99qxdeBG3ckyb { top:9.625rem;left:40.3125rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKxvO35pcTr0JsCeTTaTJiE47OqrtSb0 { top:25.6875rem;left:0rem;width:17.5rem;height:2.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #iJ3pKDqTSrZpP69ABMmI4HnGCWiJMaAg { width:15.6875rem;height:3.5rem;top:32.5625rem;left:16.031250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3lbzQNiMST3aR507gRf9y9BG0ShJ7q2 { display:block; }
 }@media only screen and (max-width: 763px) { #xVxdBHfZqJsrDZuyhROSw58XvkMfEfvq { display:block; }#xVxdBHfZqJsrDZuyhROSw58XvkMfEfvq > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ToPyKtHHvKur4SgZDB3OpZITeFceGrvt { top:5.3125rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZyiS1oI36aamzdGLAurkP2MQm36Xl23 { top:0.125rem;left:35.25rem;width:12.5rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqisqTMB5qQ6sRWkt5UrtCMmAr88xskQ { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9DS0XzIns6GBxK3LOzfSw8WVCOnLcam { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7XDiCLe8Uh3DIqO3QXUKu9HuTHRfL8d { width:2rem;height:2rem;top:28.3125rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMHWOcpguaEx0X1TiQ60WkKKp6x0ZwzZ { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkweioecHO5ZsHQvsUdXg5yv0gMZEssr { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2pTE4H5eyKNXuGoLTuWackTC411BOdR { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iS2MgmwNfJ386T8Cf6zNHsSCB4W41yoZ { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCJbTn4TK8PNG4PIK5XBbBnJslcPtN61 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFRIlUDnpMGhLUGRpmMu0atAepAO33MW { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nr2a4lMwDoQ7QX6EKdvrAAWT5MT7gZoC { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgLnkg9a6VuXf4duDH6ZAMTXZhT8lOy0 { width:2rem;height:2rem;top:19.875rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfAX0xMgN0TXpp1fG4m3lV39CaLTwnIZ { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTfQ4NkuW0Wtmf1OGK9y5hvJV3CotgFI { width:2rem;height:2rem;top:23.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQ5UBe5A6wJ5y0ZONHr6H7J1TUPVlWdF { width:2rem;height:2rem;top:11.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIg3qKxe6TdOyh6hxTQCR1e7iRkTaos3 { width:2rem;height:2rem;top:11.4375rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTNFJmuOXleAtCOrdnWwnARCCzIs8Gsl { display:block; }#CTNFJmuOXleAtCOrdnWwnARCCzIs8Gsl > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mqKWnohLzgrcC7wZOx8kPeiJ19nwoOf3 { top:3.25rem;left:0rem;width:47.75rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruKIvyXT3eXG677XENX0wnSrxFZO5tZi { top:9.3125rem;left:2.8742189407349rem;width:42rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGgPZUqGLEFTN55WPNtGgxECcmBgsbSt { width:15.6875rem;height:3.5rem;top:15.5625rem;left:16.031250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #JynTh6MXNJG8CqiD1cQExLbbO1ThzeaF { display:block; }
 }@media only screen and (max-width: 763px) { #oT2gmCzTbGwXdCsNodvzG7EIPiD9JvTc { display:block; }#oT2gmCzTbGwXdCsNodvzG7EIPiD9JvTc > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MihqMJ8e0WxmAzz0cl993TTD1NgMo7Ur { top:2.25rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5sOBMD4KSldRWBGO61I7NtnzES1RVUb { top:30.75rem;left:0rem;width:21.25rem;height:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZ6WzbH9yqsT8JarLp92pruJpBnBmhg1 { top:33.6875rem;left:0rem;width:26.5625rem;height:33.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5gEJlnV87TUFM7DGrA0FfnGtRrhxfHz { top:30.8125rem;left:26.5rem;width:21.25rem;height:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT4Tvb4zF5sF8a1sqoUCRVVaZhSnWpZt { top:33.6875rem;left:24.0625rem;width:23.6875rem;height:33.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fr8z3lnfKGf8aNrcFKesxRTokhuCUFtA { top:17.6875rem;left:12.4375rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwTa8J0T6MG6KG36JrvDHBUODXZuSTWS { top:0rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZg5rbBOtroalJbp8r42exm36zVrBce4 { top:8.3125rem;left:0rem;width:21.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPWUWrbNeUuQI3BGtPgrr7Xb1AKHdlCd { top:8.3125rem;left:26.5rem;width:21.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcpBtq9fqBgzGB5nclrGlfuShssSboih { display:block; }#gcpBtq9fqBgzGB5nclrGlfuShssSboih > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U4IPALJQ4NBsgCXaW1oW9iH9ET8cMPQd { top:3.8125rem;left:0rem;width:47.75rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7n6TMTkSR5GpOfs9LeVcWMO5WcSFDsN { display:block; }#d7n6TMTkSR5GpOfs9LeVcWMO5WcSFDsN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eWelfu2vTQN4Zk0DwyIPmGSd1sfP1hTa { top:3rem;left:0rem;width:47.75rem;height:3.25rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6zl7pX1e34xB3OFEZ3PeeArOL0x3clS { display:block; }#m6zl7pX1e34xB3OFEZ3PeeArOL0x3clS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c58qdJ6qccTvq2WVEhCI8yhnXOcGftOX { width:18.875rem;height:5.6875rem;top:19.5rem;left:12.875rem;font-size:1rem;display:block; }#c58qdJ6qccTvq2WVEhCI8yhnXOcGftOX li:before{  }
 }@media only screen and (max-width: 763px) { #W6789nGUoq1ihXxpTQIeOeO2CHUDFnbc { top:26.3125rem;left:16.375rem;width:14.6875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hedSJRuTnRtbH2mmTZNQZeBSDv5SwUwc { display:block; }
 }@media only screen and (max-width: 763px) { #uP969uSdrB9XMu0m09RoFNXMdp0rBrym { width:24.1875rem;height:21.9375rem;top:6.375rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgQliZ3GKwRRMg7oidVt9g8BWlk2JXhN { width:24rem;height:2.4375rem;top:9.5rem;left:7.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSWRsbRJSv4JJAlyKXkEWSUTNH1A6Zyx { width:22.125rem;height:1.875rem;top:16.5625rem;left:9.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrFAUwP8t4TL5NWT120RX6S4cfShHd0D { width:24rem;height:4.0625rem;top:12.5625rem;left:7.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIc0N1o7qh3zDNKDtoyXl96Ivvd9gLmh { width:24.1875rem;height:18.6875rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTIOOrxVa1HwGI2hLq81e98PTsoGZ99V { top:23rem;left:0.5625rem;width:14.6875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7raA64MgVKvM0A5N48AlFafoLR3IiS6 { display:block; }
 }@media only screen and (max-width: 763px) { #WQICBXitZVT4y3iX7S0tGnk6doB7CrbT { width:16.6875rem;height:1.6875rem;top:19.5625rem;left:0rem;font-size:1rem;display:block; }#WQICBXitZVT4y3iX7S0tGnk6doB7CrbT li:before{  }
 }@media only screen and (max-width: 763px) { #GgMwEEW0NEvezvwRad3TlCvThGfd2rLq { width:22.125rem;height:1.875rem;top:16.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGlBUaxhHhvN1exVxVvMZxPiSkztdeeI { width:24rem;height:4.0625rem;top:12.5625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkFer0GuklusT5iyaZ7ltzoRKOGyRb8V { width:24rem;height:2.4375rem;top:9.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4sZm9tfeknSOJBcmlU4WkMps7RE5OAI { width:18.875rem;height:9.6875rem;top:19.5625rem;left:28.75rem;font-size:1rem;display:block; }#J4sZm9tfeknSOJBcmlU4WkMps7RE5OAI li:before{  }
 }@media only screen and (max-width: 763px) { #STc0FepVxdkpdzdubarxZMx8PmNrFSQ9 { top:30.6875rem;left:32.625rem;width:14.6875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5lF8DJmb2pMAkWgfg0zn2Ow90Zvzb3n { display:block; }
 }@media only screen and (max-width: 763px) { #XJG6n69e8wSNLzn0U06GamiDA3Cupxdm { width:24.1875rem;height:26.25rem;top:6.5rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcfekIChEJ1HWIKLRha2LhbpUpmDHpLZ { width:22.125rem;height:1.875rem;top:16.625rem;left:25.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QislIxxTdMsGkCdJ8oKLv2SpXleNDwU1 { width:24rem;height:4.0625rem;top:12.625rem;left:23.625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq5AAHh2EETOf3uHZlR5Tq7nMH0AeZKB { width:24rem;height:2.4375rem;top:9.5625rem;left:23.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nh4MhiTZBbIdS4Gr2Zasvf3rJhzDMutr { top:3.6875rem;left:26.25rem;width:21.25rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGwkhVHLltofhCeeo6lZuWW5fTFgpepD { top:4.0625rem;left:30.75rem;width:16.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT2SdgLtUzJWcyVAUO5EnhEWs7w1shRu { display:block; }#bT2SdgLtUzJWcyVAUO5EnhEWs7w1shRu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OWpiaoLJZO8RMJZwSRGrETnmD8KXFTZH { top:8.0625rem;left:25.8125rem;width:21.9375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaIqdrMGOpUzAg4OBQVXElbQCdlbLydH { width:8.875rem;height:3.4375rem;top:7rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8md6w0fcvFkxdoykbnvpPCpD11TMsal { display:block; }
 }@media only screen and (max-width: 763px) { #MpcxEvJSBEhUv5fWcefxQsc3aGUhfMee { top:3.4375rem;left:0rem;width:26rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnidVopRnuKe8kA8vSF7E51bFKuF5mNQ { top:3.875rem;left:25.875rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eb0kmn1PetGtK5q8vyRFlvZkvzzqhvFq { top:3.875rem;left:45.75rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODCCCAcsbStE5VdXJkx5HaBUTuohUBzX { top:4.25rem;left:28.6875rem;width:18.9375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nH3w6HSFtpWVwZORktOUnpZ2b7E1ZZe9 { top:4.25rem;left:40.4375rem;width:7.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFuXywuAgkUBTuipZt6tOIpzlaIno6DO { top:7.8125rem;left:26.0625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxHBeQcp18LpEOnCCMV3TLSLeF99J0rh { top:12.0625rem;left:41.875rem;width:3.125rem;height:3.125rem;display:block; }
#lxHBeQcp18LpEOnCCMV3TLSLeF99J0rh > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #oLbwDRXXtMw2s8DTaGTSFQeTEE3xD9Iw { top:12.0625rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#oLbwDRXXtMw2s8DTaGTSFQeTEE3xD9Iw > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #b65V3nOypiC8WJBmpPwJ5l5AMCJTy13r { top:12.0625rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#b65V3nOypiC8WJBmpPwJ5l5AMCJTy13r > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #psUrosQtwVck4EthhpzVQRAtr72e2fNr { top:12.0625rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#psUrosQtwVck4EthhpzVQRAtr72e2fNr > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #o7pNuaPNwAceHCgKmqAStklrOrNbxTIu { width:8.875rem;height:3.4375rem;top:11.875rem;left:25.875001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #FR16D8AusWSWLnF5MPsfSAVAfNv9ny52 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MKk4ShkJioeoxXupIiJyBa1aSw0ubWTK { display:block; }#MKk4ShkJioeoxXupIiJyBa1aSw0ubWTK > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oZB64kQTQaGeiQdJrBwfsFBWNrwG8bwh { width:20rem;height:5.6rem;top:21.67734336853rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #P7x0iV30AKZK54zuTSwVIpdwLLmCGEt2 { width:11.3125rem;height:4.625rem;top:0.9375rem;left:4.3437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #E50rmNVKDWXJvmtRpkpSzJvlbScKWk2b { width:15.6875rem;height:3.5rem;top:28.5859375rem;left:2.1562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #sE2nEC0eRz3s8nLFAQ1sdy7B3JwQOfCD { display:block; }
 }@media only screen and (max-width: 763px) { #qtTVW9W0kqiMgLQFR8UiDf9f7GV82bA4 { width:20rem;height:8.25rem;top:11.802344322204rem;left:0rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q6hZk2EJO0lQdVhxkZ52Dt5mtRHoimtz { width:20rem;height:1.25rem;top:8.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CsC5D7TIIVmhqKqayUwwgw4ToRHtrFeX { width:20rem;height:2.4375rem;top:7.5625rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #AEnWHNy6aAHPC9qRadlG3zcT1ZANN2r7 { display:block; }#AEnWHNy6aAHPC9qRadlG3zcT1ZANN2r7 > .row .container { width:20rem;height:52.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iB8vINIeQbvqCn2bptfWCICVfxSGtmQi { width:17.5rem;height:1.75rem;top:1.9375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WMLTQdDNcU7mWsoRRG2dvrQFMulDI1uS { width:18.5rem;height:42rem;top:4.5625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #BaG77UJlq1LXqK2sIdSPJelKgIcSiuBp { width:19.875rem;height:11.4375rem;top:6.3125rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/05ff0938-2398-4b9d-99d1-e504cfbee407/Projektbeznazwy7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#BaG77UJlq1LXqK2sIdSPJelKgIcSiuBp.adaptive-delivery-prevent-bg, #BaG77UJlq1LXqK2sIdSPJelKgIcSiuBp.lazyload, #BaG77UJlq1LXqK2sIdSPJelKgIcSiuBp.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #PC9TtlKh6nnL0PvLOwsRRwrODgCwffsw { width:11.25rem;height:3.375rem;top:47.8125rem;left:4.375rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #xPTqrmuy3Ubr909b6twoP9tlTO8DxSlJ { display:block; }
 }@media only screen and (max-width: 763px) { #tegqvFDD0cQGZqQkJRi5bErAlLfJOEbL { background-color:#ead9eb;background-image:none;display:block; }#tegqvFDD0cQGZqQkJRi5bErAlLfJOEbL > .row .container { background-color: transparent; background-image: none; }#tegqvFDD0cQGZqQkJRi5bErAlLfJOEbL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tegqvFDD0cQGZqQkJRi5bErAlLfJOEbL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tegqvFDD0cQGZqQkJRi5bErAlLfJOEbL > .row .container > .video-iframe-container { display: none; }#tegqvFDD0cQGZqQkJRi5bErAlLfJOEbL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tegqvFDD0cQGZqQkJRi5bErAlLfJOEbL > .row > .video-iframe-container { display: none; }#tegqvFDD0cQGZqQkJRi5bErAlLfJOEbL > .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); }#tegqvFDD0cQGZqQkJRi5bErAlLfJOEbL > .row .container { width:20rem;height:48.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o2vqBeQ4BpZ7TbDdv2sMixuBEeGqGx8p { width:19.625rem;height:18.6rem;top:9.186718940735rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#o2vqBeQ4BpZ7TbDdv2sMixuBEeGqGx8p li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1757c77bfe0e6e697e0303c4663ca5e7.svg); }
 }@media only screen and (max-width: 763px) { #Wi4HeVwEJugvN4AI2Tg8N3Fwzkin1htr { width:12.5rem;height:3.5rem;top:42.97500038147rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7XTWf1H8RuFfrrBCCsTeq6JTnKx1FvT { display:block; }
 }@media only screen and (max-width: 763px) { #vXkSunhDieEFfqst8iGHItKqU9wtEfWQ { width:19.625rem;height:2.8rem;top:5.7242212295533rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #qlSOnGzROW4WKyiwCtq58Mnk5sZ2VMIR { width:20rem;height:2.925rem;top:1.625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NRTQIXGCFZfNMRwf6WpdgSbcAl8cEwhW { width:20rem;height:0;top:44.400000572204rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15035;display:none; }
 }@media only screen and (max-width: 763px) { #kJwkZ6XNq82z7fI6J0w0s5URWNk0x3qh { width:20rem;height:12.6rem;top:29.036720275879rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XT2oPciNuJDJKEfcLrvxHSw3SglGou6J { background-color:#09aabd;background-image:none;display:block; }#XT2oPciNuJDJKEfcLrvxHSw3SglGou6J > .row .container { background-color: transparent; background-image: none; }#XT2oPciNuJDJKEfcLrvxHSw3SglGou6J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XT2oPciNuJDJKEfcLrvxHSw3SglGou6J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XT2oPciNuJDJKEfcLrvxHSw3SglGou6J > .row .container > .video-iframe-container { display: none; }#XT2oPciNuJDJKEfcLrvxHSw3SglGou6J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XT2oPciNuJDJKEfcLrvxHSw3SglGou6J > .row > .video-iframe-container { display: none; }#XT2oPciNuJDJKEfcLrvxHSw3SglGou6J > .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); }#XT2oPciNuJDJKEfcLrvxHSw3SglGou6J > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZsnruPc9V4m9iBlFtwvO65BBpiyk8HWS { width:14.125rem;height:2.5rem;top:23.624999523163rem;left:2.9375000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cClC9mDliXR4W62SsStBqhk42s2ifKLf { width:17.875rem;height:5.6rem;top:27.187499523163rem;left:1.0617187619209rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FRyXQLJohUtfTMWaUdQN359PPiWRe8a7 { width:12.5rem;height:3.5rem;top:33.999999523163rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcstqnrFgzIbMgkKSJ2slfmgIQISdcym { display:block; }
 }@media only screen and (max-width: 763px) { #UPKheWGOeHupzq35gwSm0tF2G0gfVmoM { width:17.75rem;height:12.625rem;top:10.374219894409rem;left:1.1242187619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfA98KDUx3KdApVXVtGmBBUTQyfvTbOa { width:20rem;height:7.5rem;top:2.1875rem;left:0rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #lyck0L01PxWNiy9rwz2wWECzvn4AMUEs { display:block; }#lyck0L01PxWNiy9rwz2wWECzvn4AMUEs > .row .container { width:20rem;height:70.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dmd6xXFoavMuBF1Lg4fr9pDcHNNiMTso { width:17.5rem;height:1.625rem;top:2.875rem;left:1.2500000596046rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ExdaSPtVOzE8iRNzJ6bVwnPDkbp9u6wS { width:20rem;height:1.375rem;top:12rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #unTeTm4dTiiWUJ4ukmVrrdssc4zEQFlw { width:19.875rem;height:9.025rem;top:35.311718940735rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#unTeTm4dTiiWUJ4ukmVrrdssc4zEQFlw li:before{  }
 }@media only screen and (max-width: 763px) { #vDwxGNaasoqVKADkEy9Gq3NAUIalGoEn { display:flex;width:4.5rem;height:4.5rem;top:6.4375rem;left:7.7500005364419rem; }
 }@media only screen and (max-width: 763px) { #SWW6HTitalpKPKsJSakhJ0sGsukAayoa { width:18.75rem;height:25.0625rem;top:52.91015625rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NdOva3zHAk1GcJyfX0CT78nTNZV3c9Nb { width:16.25rem;height:2.75rem;top:50.5625rem;left:1.875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zTTrT0CGpenAs5UaVTmIswbzv5I1Uvuc { width:20rem;height:9.025rem;top:54.337501525879rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#zTTrT0CGpenAs5UaVTmIswbzv5I1Uvuc li:before{  }
 }@media only screen and (max-width: 763px) { #HdsEVmIJitiFpuP3L0I99qxdeBG3ckyb { display:flex;width:4.5rem;height:4.5rem;top:45.8125rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #iKxvO35pcTr0JsCeTTaTJiE47OqrtSb0 { width:17.5rem;height:0;top:13.6875rem;left:1.2500000596046rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #iJ3pKDqTSrZpP69ABMmI4HnGCWiJMaAg { width:15.6875rem;height:3.5rem;top:65.8125rem;left:2.1562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3lbzQNiMST3aR507gRf9y9BG0ShJ7q2 { display:block; }
 }@media only screen and (max-width: 763px) { #xVxdBHfZqJsrDZuyhROSw58XvkMfEfvq { background-color:#ffffff;background-image:none;display:block; }#xVxdBHfZqJsrDZuyhROSw58XvkMfEfvq > .row .container { background-color: transparent; background-image: none; }#xVxdBHfZqJsrDZuyhROSw58XvkMfEfvq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVxdBHfZqJsrDZuyhROSw58XvkMfEfvq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVxdBHfZqJsrDZuyhROSw58XvkMfEfvq > .row .container > .video-iframe-container { display: none; }#xVxdBHfZqJsrDZuyhROSw58XvkMfEfvq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVxdBHfZqJsrDZuyhROSw58XvkMfEfvq > .row > .video-iframe-container { display: none; }#xVxdBHfZqJsrDZuyhROSw58XvkMfEfvq > .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); }#xVxdBHfZqJsrDZuyhROSw58XvkMfEfvq > .row .container { width:20rem;height:56.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ToPyKtHHvKur4SgZDB3OpZITeFceGrvt { width:20rem;height:2.5rem;top:2.125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NZyiS1oI36aamzdGLAurkP2MQm36Xl23 { width:6.8125rem;height:9.25rem;top:0.6875rem;left:13.187500536442rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #gqisqTMB5qQ6sRWkt5UrtCMmAr88xskQ { width:20rem;height:2.625rem;top:52.5625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k9DS0XzIns6GBxK3LOzfSw8WVCOnLcam { width:20rem;height:1.4875rem;top:55.1875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T7XDiCLe8Uh3DIqO3QXUKu9HuTHRfL8d { display:flex;width:2rem;height:2rem;top:50.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NMHWOcpguaEx0X1TiQ60WkKKp6x0ZwzZ { width:20rem;height:7.875rem;top:29.25rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NkweioecHO5ZsHQvsUdXg5yv0gMZEssr { width:20rem;height:1.4875rem;top:37.4375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C2pTE4H5eyKNXuGoLTuWackTC411BOdR { width:20rem;height:3.9375rem;top:42.75rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iS2MgmwNfJ386T8Cf6zNHsSCB4W41yoZ { width:20rem;height:1.4875rem;top:47.1875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dCJbTn4TK8PNG4PIK5XBbBnJslcPtN61 { width:20rem;height:6.5625rem;top:7.8125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sFRIlUDnpMGhLUGRpmMu0atAepAO33MW { width:20rem;height:1.7rem;top:14.375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nr2a4lMwDoQ7QX6EKdvrAAWT5MT7gZoC { width:20rem;height:1.4875rem;top:23.8125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zgLnkg9a6VuXf4duDH6ZAMTXZhT8lOy0 { display:flex;width:2rem;height:2rem;top:40.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KfAX0xMgN0TXpp1fG4m3lV39CaLTwnIZ { width:20rem;height:3.9375rem;top:19.875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pTfQ4NkuW0Wtmf1OGK9y5hvJV3CotgFI { display:flex;width:2rem;height:2rem;top:26.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GQ5UBe5A6wJ5y0ZONHr6H7J1TUPVlWdF { display:flex;width:2rem;height:2rem;top:5.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bIg3qKxe6TdOyh6hxTQCR1e7iRkTaos3 { display:flex;width:2rem;height:2rem;top:17.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CTNFJmuOXleAtCOrdnWwnARCCzIs8Gsl { display:block; }#CTNFJmuOXleAtCOrdnWwnARCCzIs8Gsl > .row .container { width:20rem;height:19.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mqKWnohLzgrcC7wZOx8kPeiJ19nwoOf3 { width:17.5rem;height:3.25rem;top:1.6249998807907rem;left:1.2500000596046rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ruKIvyXT3eXG677XENX0wnSrxFZO5tZi { width:17.5rem;height:5.6rem;top:5.8874998092651rem;left:1.2500000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PGgPZUqGLEFTN55WPNtGgxECcmBgsbSt { width:15.6875rem;height:3.5rem;top:13.25rem;left:2.1562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #JynTh6MXNJG8CqiD1cQExLbbO1ThzeaF { display:block; }
 }@media only screen and (max-width: 763px) { #oT2gmCzTbGwXdCsNodvzG7EIPiD9JvTc { display:block; }#oT2gmCzTbGwXdCsNodvzG7EIPiD9JvTc > .row .container { width:20rem;height:94.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MihqMJ8e0WxmAzz0cl993TTD1NgMo7Ur { width:20rem;height:1.25rem;top:1.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a5sOBMD4KSldRWBGO61I7NtnzES1RVUb { width:20rem;height:1.5rem;top:16.9375rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qZ6WzbH9yqsT8JarLp92pruJpBnBmhg1 { width:20rem;height:30.1875rem;top:19.125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #U5gEJlnV87TUFM7DGrA0FfnGtRrhxfHz { width:20rem;height:1.5rem;top:64.8125rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xT4Tvb4zF5sF8a1sqoUCRVVaZhSnWpZt { width:20rem;height:26.25rem;top:67rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #fr8z3lnfKGf8aNrcFKesxRTokhuCUFtA { width:6.25rem;height:6.25rem;top:57.550000190735rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #cwTa8J0T6MG6KG36JrvDHBUODXZuSTWS { width:6.25rem;height:6.25rem;top:12.51171875rem;left:13.750000536442rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #OZg5rbBOtroalJbp8r42exm36zVrBce4 { width:20rem;height:12.5rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPWUWrbNeUuQI3BGtPgrr7Xb1AKHdlCd { width:20rem;height:12.5rem;top:49.5625rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #gcpBtq9fqBgzGB5nclrGlfuShssSboih { display:block; }#gcpBtq9fqBgzGB5nclrGlfuShssSboih > .row .container { width:20rem;height:13.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U4IPALJQ4NBsgCXaW1oW9iH9ET8cMPQd { width:17.5rem;height:8.75rem;top:2.8125rem;left:1.2500000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d7n6TMTkSR5GpOfs9LeVcWMO5WcSFDsN { display:block; }#d7n6TMTkSR5GpOfs9LeVcWMO5WcSFDsN > .row .container { width:20rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eWelfu2vTQN4Zk0DwyIPmGSd1sfP1hTa { width:20rem;height:2rem;top:1.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m6zl7pX1e34xB3OFEZ3PeeArOL0x3clS { display:block; }#m6zl7pX1e34xB3OFEZ3PeeArOL0x3clS > .row .container { width:20rem;height:85.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c58qdJ6qccTvq2WVEhCI8yhnXOcGftOX { width:16.6875rem;height:5.125rem;top:35.25rem;left:1.6562500596046rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#c58qdJ6qccTvq2WVEhCI8yhnXOcGftOX li:before{  }
 }@media only screen and (max-width: 763px) { #W6789nGUoq1ihXxpTQIeOeO2CHUDFnbc { top:43.062499642372rem;left:2.6562501192093rem;width:14.6875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hedSJRuTnRtbH2mmTZNQZeBSDv5SwUwc { display:block; }
 }@media only screen and (max-width: 763px) { #uP969uSdrB9XMu0m09RoFNXMdp0rBrym { width:19.75rem;height:21.9375rem;top:22.875000715256rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgQliZ3GKwRRMg7oidVt9g8BWlk2JXhN { width:20rem;height:2.275rem;top:25.937500715256rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZSWRsbRJSv4JJAlyKXkEWSUTNH1A6Zyx { width:20rem;height:1.3rem;top:33.00000166893rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #CrFAUwP8t4TL5NWT120RX6S4cfShHd0D { width:20rem;height:2.6rem;top:29.00000166893rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oIc0N1o7qh3zDNKDtoyXl96Ivvd9gLmh { width:19.75rem;height:18.6875rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTIOOrxVa1HwGI2hLq81e98PTsoGZ99V { top:16.999999642372rem;left:2.6562501192093rem;width:14.6875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7raA64MgVKvM0A5N48AlFafoLR3IiS6 { display:block; }
 }@media only screen and (max-width: 763px) { #WQICBXitZVT4y3iX7S0tGnk6doB7CrbT { width:16.6875rem;height:1.5rem;top:14.250000596046rem;left:1.6562501192093rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#WQICBXitZVT4y3iX7S0tGnk6doB7CrbT li:before{  }
 }@media only screen and (max-width: 763px) { #GgMwEEW0NEvezvwRad3TlCvThGfd2rLq { width:20rem;height:1.3rem;top:11.375000953674rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yGlBUaxhHhvN1exVxVvMZxPiSkztdeeI { width:20rem;height:2.6rem;top:7.3750009536744rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PkFer0GuklusT5iyaZ7ltzoRKOGyRb8V { width:20rem;height:2.275rem;top:4.3125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J4sZm9tfeknSOJBcmlU4WkMps7RE5OAI { width:18.875rem;height:8.75rem;top:63rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#J4sZm9tfeknSOJBcmlU4WkMps7RE5OAI li:before{  }
 }@media only screen and (max-width: 763px) { #STc0FepVxdkpdzdubarxZMx8PmNrFSQ9 { top:74rem;left:2.75rem;width:14.6875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5lF8DJmb2pMAkWgfg0zn2Ow90Zvzb3n { display:block; }
 }@media only screen and (max-width: 763px) { #XJG6n69e8wSNLzn0U06GamiDA3Cupxdm { width:19.75rem;height:26.25rem;top:49.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcfekIChEJ1HWIKLRha2LhbpUpmDHpLZ { width:20rem;height:1.3rem;top:60.0625rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QislIxxTdMsGkCdJ8oKLv2SpXleNDwU1 { width:20rem;height:2.6rem;top:56.0625rem;left:0.0625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tq5AAHh2EETOf3uHZlR5Tq7nMH0AeZKB { width:20rem;height:2.275rem;top:53rem;left:0.0625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nh4MhiTZBbIdS4Gr2Zasvf3rJhzDMutr { width:19.9375rem;height:2.375rem;top:48.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGwkhVHLltofhCeeo6lZuWW5fTFgpepD { width:15.375rem;height:0.975rem;top:48.875rem;left:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT2SdgLtUzJWcyVAUO5EnhEWs7w1shRu { display:block; }#bT2SdgLtUzJWcyVAUO5EnhEWs7w1shRu > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OWpiaoLJZO8RMJZwSRGrETnmD8KXFTZH { width:20rem;height:auto;top:9.4375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #kaIqdrMGOpUzAg4OBQVXElbQCdlbLydH { width:14.9375rem;height:3.4375rem;top:20.3125rem;left:3.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y8md6w0fcvFkxdoykbnvpPCpD11TMsal { display:block; }
 }@media only screen and (max-width: 763px) { #MpcxEvJSBEhUv5fWcefxQsc3aGUhfMee { width:11.5rem;height:4.75rem;top:2.3117189407349rem;left:4.2499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnidVopRnuKe8kA8vSF7E51bFKuF5mNQ { width:2rem;height:2rem;top:14.4375rem;left:0.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eb0kmn1PetGtK5q8vyRFlvZkvzzqhvFq { width:2rem;height:2rem;top:17.625rem;left:0.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODCCCAcsbStE5VdXJkx5HaBUTuohUBzX { width:15.75rem;height:1.225rem;top:14.9375rem;left:3.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nH3w6HSFtpWVwZORktOUnpZ2b7E1ZZe9 { width:7.3125rem;height:1.225rem;top:18.0625rem;left:3.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lFuXywuAgkUBTuipZt6tOIpzlaIno6DO { display:flex;width:1.5625rem;height:1.5625rem;top:21.25rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #lxHBeQcp18LpEOnCCMV3TLSLeF99J0rh { display:flex;width:3.125rem;height:3.125rem;top:8.25rem;left:1.8125rem; }
#lxHBeQcp18LpEOnCCMV3TLSLeF99J0rh > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #oLbwDRXXtMw2s8DTaGTSFQeTEE3xD9Iw { display:flex;width:3.125rem;height:3.125rem;top:8.25rem;left:6.125rem; }
#oLbwDRXXtMw2s8DTaGTSFQeTEE3xD9Iw > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #b65V3nOypiC8WJBmpPwJ5l5AMCJTy13r { display:flex;width:3.125rem;height:3.125rem;top:8.25rem;left:10.5625rem; }
#b65V3nOypiC8WJBmpPwJ5l5AMCJTy13r > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #psUrosQtwVck4EthhpzVQRAtr72e2fNr { display:flex;width:3.125rem;height:3.125rem;top:8.25rem;left:15rem; }
#psUrosQtwVck4EthhpzVQRAtr72e2fNr > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #o7pNuaPNwAceHCgKmqAStklrOrNbxTIu { width:8.875rem;height:3.4375rem;top:25rem;left:5.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FR16D8AusWSWLnF5MPsfSAVAfNv9ny52 { display:block; }
 }