.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-input-select option {
  color: #000;
}
.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 {
  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:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2f2a80;background-image:none;position:relative;z-index:auto;display:block; }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .row .container { background-color: transparent; background-image: none; }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .row .container > .video-iframe-container { display: none; }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .row > .video-iframe-container { display: none; }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .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); }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .row .container { border-width: 0; border-radius: 0; }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .row > .video-iframe-container {  }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .row .container { font-size:0.875rem;font-family:"open sans";height:5.375rem;width:75rem;position:relative;display:block; }#JWlKibGSX8LguSsTbpws8ziLKaUzTesN { color:#ffffff;display:block;width:37.125rem;position:absolute;font-family:barlow;font-size:1.6875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.46533203125rem;left:6.1875rem;height:2.1933625rem;text-align:center;text-align-last:center;display:block; }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;color:#ffffff;padding-top:0.45875rem;padding-right:0.408125rem;padding-bottom:0.45875rem;padding-left:0.408125rem;display:block;align-items:center;width:2.45rem;min-width:2.45rem;height:2.46625rem;position:relative;font-family:barlow;font-size:1.835rem;font-weight:700;line-height:39.46px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.286875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.266875rem;height:0.975rem;position:relative;font-family:barlow;font-size:0.688125rem;font-weight:400;line-height:15.6px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:17.0625rem;height:4.645625rem;padding-top:0.0575rem;padding-right:0.058125rem;padding-bottom:0.0575rem;padding-left:0.058125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.25rem;left:46.625rem;z-index:15003; }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #BK3VKaJsIqVhOXw3wEAWwnIuhBbykruh { display:flex;position:relative;top:0rem;left:0rem; }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #fb27rr1TTZW7U98QyKvIKPAAs3vLkacq { width:auto; }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #LR8pXkSyW8JNdr32aXlsW2XnvcP8Q1zl {  }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #TcP3KKsBi1VmTOqlzCIvbXxxZfKnSfqI { display:flex;position:relative;top:0rem;left:0rem; }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #IJhKT7LhoQo2aBSdcslIUGnVfZDJVJ9J {  }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #aTdZ5PEnixxmw2ub82Wd42H5BeFFmoAW {  }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #d4n5OxeuL4OyRCCH5RibRgkOBeDE1Wry { display:flex;position:relative;top:0rem;left:0rem; }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #qTkiTILykrqzfgibCItOAVvT8vnnJaae {  }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #FK5TmPi4UBeWvPCr2dSb5ci19wTEiN4J {  }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #qeXLxxfx1MPCgeXTprFpVA824g91LGUV { display:flex;position:relative;top:0rem;left:0rem; }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #bTDxuB0LB8iAAPoZ8ZLRflc3lEbbFSP6 {  }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #q1S4PcXcRJVsiXltkkRyVwxUZUG5C0aR {  }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(248,250,252,0.9);background-image:url("https://images.assets-landingi.com/V6blx1nl/kursy_gora.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container {  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:"open sans";height:16.5rem;width:75rem;overflow:visible;position:relative;display:block; }#HT2OPPypdDTFQ00keuXez82H3XTSPU0A { position:absolute;display:block;z-index:15001;height:4.625rem;width:8.25rem;top:0rem;left:7.5rem;display:block; }
#M6KgpXeKLSlibpiiimgooafHm5ECbuIc { color:#2d2d7b;display:block;width:35.375rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.6875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:4.625rem;left:17.75rem;height:3.493925rem;text-align:center;text-align-last:center;display:block; }
#cnbzOmtwRlDaKLy8uGAULWTyVlrbDTVs { color:#2d2d7b;display:block;width:35.4375rem;position:absolute;font-family:barlow-medium-nowe;font-size:1.375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:8.8125rem;left:17.75rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JfMQVWsTsdJ3kGhsr65O8cBwbTe9Z6yA { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.9375rem;width:8.875rem;top:2.5625rem;left:0rem;overflow:hidden;display:block; }
#I1yAqyUkTPhPlPL1W4ql30iruMPKwuli { position:absolute;display:block;z-index:15000;background-color:#f8fafc;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:7.375rem;width:32.625rem;top:4.125rem;left:19.125rem;display:block; }
#KffJDl7zB3ksGbLPW7Rzm8rDlAC5lEW1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d6ebfa;background-image:none;position:relative;display:block; }#KffJDl7zB3ksGbLPW7Rzm8rDlAC5lEW1 > .row .container { background-color: transparent; background-image: none; }#KffJDl7zB3ksGbLPW7Rzm8rDlAC5lEW1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KffJDl7zB3ksGbLPW7Rzm8rDlAC5lEW1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KffJDl7zB3ksGbLPW7Rzm8rDlAC5lEW1 > .row .container > .video-iframe-container { display: none; }#KffJDl7zB3ksGbLPW7Rzm8rDlAC5lEW1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KffJDl7zB3ksGbLPW7Rzm8rDlAC5lEW1 > .row > .video-iframe-container { display: none; }#KffJDl7zB3ksGbLPW7Rzm8rDlAC5lEW1 > .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); }#KffJDl7zB3ksGbLPW7Rzm8rDlAC5lEW1 > .row .container { border-width: 0; border-radius: 0; }#KffJDl7zB3ksGbLPW7Rzm8rDlAC5lEW1 > .row > .video-iframe-container {  }#KffJDl7zB3ksGbLPW7Rzm8rDlAC5lEW1 > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#QyoVirwC5eJ9az1aqhBU8p1WELNy59MZ { background-color:#f7ba4e;background-image:url("https://images.assets-landingi.com/sbOk8VLL/zolty_przycisk.jpg");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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.33) ;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:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:4.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.5rem;left:0rem;display:block; }#QyoVirwC5eJ9az1aqhBU8p1WELNy59MZ.adaptive-delivery-prevent-bg, #QyoVirwC5eJ9az1aqhBU8p1WELNy59MZ.lazyload, #QyoVirwC5eJ9az1aqhBU8p1WELNy59MZ.lazyloading { background-image: none; }
#kByssqxH4VR1LLNpH99x2lMr3NRxpvf7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e7paRqxSUx96ZT2NBodL2EpTt6f065fX { background-color:#00612f;background-image:url("https://images.assets-landingi.com/jBU8zdSh/zielony_przycisk.jpg");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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;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:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.1875rem;height:4.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.5rem;left:24rem;display:block; }#e7paRqxSUx96ZT2NBodL2EpTt6f065fX.adaptive-delivery-prevent-bg, #e7paRqxSUx96ZT2NBodL2EpTt6f065fX.lazyload, #e7paRqxSUx96ZT2NBodL2EpTt6f065fX.lazyloading { background-image: none; }
#PGHOHTfUiBx1CIeJtJLU4I1pmvt80UJa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#py4wMHlgtyWRCAM7bMkZi6Uvdd6cM9Ca { background-color:#dc2a3d;background-image:url("https://images.assets-landingi.com/LtfTVxCo/czerwony_przycisk.jpg");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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;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:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.125rem;height:4.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.5rem;left:49.875rem;display:block; }#py4wMHlgtyWRCAM7bMkZi6Uvdd6cM9Ca.adaptive-delivery-prevent-bg, #py4wMHlgtyWRCAM7bMkZi6Uvdd6cM9Ca.lazyload, #py4wMHlgtyWRCAM7bMkZi6Uvdd6cM9Ca.lazyloading { background-image: none; }
#dCrQTFKfTwrtOVIxQTgbzAHUTI5SLZ18 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#txJlXVksnG22WJNMgT1oTTKXU9wSamGy { position:relative;display:block; }#txJlXVksnG22WJNMgT1oTTKXU9wSamGy { background-color: transparent; background-image: none; }#txJlXVksnG22WJNMgT1oTTKXU9wSamGy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txJlXVksnG22WJNMgT1oTTKXU9wSamGy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txJlXVksnG22WJNMgT1oTTKXU9wSamGy > .row .container > .video-iframe-container { display: none; }#txJlXVksnG22WJNMgT1oTTKXU9wSamGy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txJlXVksnG22WJNMgT1oTTKXU9wSamGy > .row > .video-iframe-container { display: none; }#txJlXVksnG22WJNMgT1oTTKXU9wSamGy > .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); }#txJlXVksnG22WJNMgT1oTTKXU9wSamGy { border-width: 0; border-radius: 0; }#txJlXVksnG22WJNMgT1oTTKXU9wSamGy > .row .container > .video-iframe-container {  }#txJlXVksnG22WJNMgT1oTTKXU9wSamGy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#m0tfk8nNfvaSIbiTp2ZcAHITqIBvQvnE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#m0tfk8nNfvaSIbiTp2ZcAHITqIBvQvnE > .row .container { background-color: transparent; background-image: none; }#m0tfk8nNfvaSIbiTp2ZcAHITqIBvQvnE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m0tfk8nNfvaSIbiTp2ZcAHITqIBvQvnE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m0tfk8nNfvaSIbiTp2ZcAHITqIBvQvnE > .row .container > .video-iframe-container { display: none; }#m0tfk8nNfvaSIbiTp2ZcAHITqIBvQvnE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m0tfk8nNfvaSIbiTp2ZcAHITqIBvQvnE > .row > .video-iframe-container { display: none; }#m0tfk8nNfvaSIbiTp2ZcAHITqIBvQvnE > .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); }#m0tfk8nNfvaSIbiTp2ZcAHITqIBvQvnE > .row .container { border-width: 0; border-radius: 0; }#m0tfk8nNfvaSIbiTp2ZcAHITqIBvQvnE > .row > .video-iframe-container {  }#m0tfk8nNfvaSIbiTp2ZcAHITqIBvQvnE > .row .container { font-size:0.875rem;font-family:arial;height:49.4375rem;width:75rem;position:relative;display:block; }#hll5TOGpz9ETMcNmWD3AhoqKmi33l3Pm { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:22.875rem;width:21.3125rem;top:3.125rem;left:1.875rem;overflow:hidden;display:block; }
#T8XksotFJWNoxgE674vTriqfQEAuuO4Q { color:#ffffff;display:block;width:39.5rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.71875rem;left:28.375rem;height:2.68120625rem;text-align:left;text-align-last:left;display:block; }
#XhG26zuscoHMNZJVkpcTJliydzSaIzIu { color:#ffffff;display:block;width:19.5625rem;position:absolute;font-family:barlow-medium-nowe;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.125rem;left:28.375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Q5302DkL3uBTJXM4DLfMmUcTP04LAxhA { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:barlow;font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:12.0625rem;left:28.25rem;height:16.570325rem;text-align:left;text-align-last:left;display:block; }
#wWQzDXT6i3LtfTJOz0gPw6ww7anygc4m { background-color:#c83238;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.3125rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:33.375rem;left:1.875rem;display:block; }
#L6Tp0GOga3QR594XCvTMBzPzBqU1vSgw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iLOOKA3ghTvD5NnGSGRpvwS6g3VWdLez { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:28rem;left:3.75rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#BeGJ65qJ3k7XVx8ZEDFev8TKwR0Jmq1N { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:28.375rem;left:14.0625rem;height:2.68120625rem;text-align:left;text-align-last:left;display:block; }
#ElplMZHcSs7QcMQX0fI0siyvThpV2JHw { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:2.625rem;width:8.1875rem;top:28.375rem;left:13.5625rem;overflow:hidden;display:block; }
#DOLOgkHvGiNrprI5mCRoUqbd2bfHUd9I { background-color:#c83238;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.3125rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:38.1875rem;left:1.875rem;display:block; }
#LvesC3ukLWyTPyWNRN3oMO9wtUiiuWa0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UyMe9b7K8LaIXN9KwxwpwsJoQpsR8tAv { position:absolute;display:block;z-index:15001;background-color:#18194a;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:47rem;width:25.0625rem;top:0rem;left:0rem;display:block; }
#gRok0ufsP4cbvc537x2agefOEpVbgRvw { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.1875rem;width:29.125rem;top:12.0625rem;left:43.73583984375rem;display:block; }
#VRn71TqzDrB3Fn16geR4ILFCrWZf6ngS { color:#ffffff;display:block;width:43rem;position:absolute;font-family:barlow;font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.6875rem;left:28.25rem;height:9.6659875rem;text-align:left;text-align-last:left;display:block; }
#TVPG2u6SO9FmDiDP1znK06iIaqdM5Jqa { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:7.1875rem;top:8.375rem;left:28.25rem;overflow:hidden;display:block; }
#m0Peznpv6z57k9Q63Uy7WVN6BpUyerN4 { position:absolute;display:block;z-index:15000;background-color:#2d2d7b;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:47rem;width:57.6875rem;top:0rem;left:17.3125rem;display:block; }
#rD2ZMLHTltWubvAdv88EI3JqEq6QM7aZ { background-color:transparent;background-image:none;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:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;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:barlow;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8125rem;height:2.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:41.9375rem;left:28.375rem;display:block; }
#bSIvJTf55SOcMshPFtsEiQ7yXoM3CHKS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TzJt71DyEWTTxCtn3pJutoIavSp1T2tC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#TzJt71DyEWTTxCtn3pJutoIavSp1T2tC > .row .container { background-color: transparent; background-image: none; }#TzJt71DyEWTTxCtn3pJutoIavSp1T2tC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzJt71DyEWTTxCtn3pJutoIavSp1T2tC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzJt71DyEWTTxCtn3pJutoIavSp1T2tC > .row .container > .video-iframe-container { display: none; }#TzJt71DyEWTTxCtn3pJutoIavSp1T2tC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzJt71DyEWTTxCtn3pJutoIavSp1T2tC > .row > .video-iframe-container { display: none; }#TzJt71DyEWTTxCtn3pJutoIavSp1T2tC > .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); }#TzJt71DyEWTTxCtn3pJutoIavSp1T2tC > .row .container { border-width: 0; border-radius: 0; }#TzJt71DyEWTTxCtn3pJutoIavSp1T2tC > .row > .video-iframe-container {  }#TzJt71DyEWTTxCtn3pJutoIavSp1T2tC > .row .container { font-size:0.875rem;font-family:arial;height:48.6875rem;width:75rem;position:relative;display:block; }#maT1aSBIICx5ADx4Pr7NkxPFALIxRQV5 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:22.875rem;width:21.3125rem;top:3.125rem;left:1.875rem;overflow:hidden;display:block; }
#wS4yJKXzwDJkd6u7UJOZBtHHAcTWy2ZS { color:#ffffff;display:block;width:39.5rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.71875rem;left:28.375rem;height:2.68120625rem;text-align:left;text-align-last:left;display:block; }
#GmrwDg5ulH2TLnloFtBgS4KBQcrMOKVz { color:#ffffff;display:block;width:19.5625rem;position:absolute;font-family:barlow-medium-nowe;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.125rem;left:28.375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dZEarSAH5B4CF6JbmtdSAGHH15TNZIz6 { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:barlow;font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:12.0625rem;left:28.25rem;height:16.57031875rem;text-align:left;text-align-last:left;display:block; }
#r5fSANkCpkTAAHHXvz8iO8B9nrlLTV2B { background-color:#c83238;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.3125rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:33.375rem;left:1.875rem;display:block; }
#uviCtgOt435yGHeLKnIX6ca2ET44DodM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HqsGidOZcRi21tr8tCVPZ8hOqLuScurw { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:28rem;left:3.75rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#w0oEH1Sc5nNzAKU7vwoPxmMe1Vzh5T1u { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:28.375rem;left:14.0625rem;height:2.68120625rem;text-align:left;text-align-last:left;display:block; }
#hamyt3A5HKNinaBpxfmlSImrlruQem6N { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:2.625rem;width:8.1875rem;top:28.375rem;left:13.5625rem;overflow:hidden;display:block; }
#Xpg9BpXB6k3LfrwP2z1DSH6De9oGdtUV { background-color:#c83238;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.3125rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:38.1875rem;left:1.875rem;display:block; }
#M0AxcuLdeuBQ3Rn7iPUi3hCsHM6m5cO6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f4SG7Sub1g3OJFvHskVoaEfT7rDEDHO5 { position:absolute;display:block;z-index:15001;background-color:#18194a;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:46.125rem;width:25.0625rem;top:0rem;left:0rem;display:block; }
#o21PT2OEcR697GOkkabL7cAhnBsFkDqP { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.1875rem;width:29.125rem;top:12.0625rem;left:43.73583984375rem;display:block; }
#A7O4Osnyr45LxGMwx6Dh1tggrh7Pu1mt { color:#ffffff;display:block;width:43rem;position:absolute;font-family:barlow;font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.6875rem;left:28.25rem;height:8.285175rem;text-align:left;text-align-last:left;display:block; }
#diyy7ZgUgGn80ECJ9wWyh9V7RvU52SWh { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:8.1875rem;top:8.375rem;left:28.25rem;overflow:hidden;display:block; }
#mGMs98RWHaNbCSdPR3RgUJhWmX8xT6sf { position:absolute;display:block;z-index:15000;background-color:#2d2d7b;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:46.125rem;width:57.6875rem;top:0rem;left:17.3125rem;display:block; }
#LHbTOSsyp2cGzUaMXleB5nksoPEXvhey { 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.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:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;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:barlow;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8125rem;height:2.9375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:40.6875rem;left:27.98583984375rem;display:block; }
#CzKcfTTcbwpQLgmPntb1FrmSFOnHqxpR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#REElKIsAkNstTTB7hrSrr5pmCqEoWzeS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#REElKIsAkNstTTB7hrSrr5pmCqEoWzeS > .row .container { background-color: transparent; background-image: none; }#REElKIsAkNstTTB7hrSrr5pmCqEoWzeS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#REElKIsAkNstTTB7hrSrr5pmCqEoWzeS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#REElKIsAkNstTTB7hrSrr5pmCqEoWzeS > .row .container > .video-iframe-container { display: none; }#REElKIsAkNstTTB7hrSrr5pmCqEoWzeS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#REElKIsAkNstTTB7hrSrr5pmCqEoWzeS > .row > .video-iframe-container { display: none; }#REElKIsAkNstTTB7hrSrr5pmCqEoWzeS > .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); }#REElKIsAkNstTTB7hrSrr5pmCqEoWzeS > .row .container { border-width: 0; border-radius: 0; }#REElKIsAkNstTTB7hrSrr5pmCqEoWzeS > .row > .video-iframe-container {  }#REElKIsAkNstTTB7hrSrr5pmCqEoWzeS > .row .container { font-size:0.875rem;font-family:arial;height:48.6875rem;width:75rem;position:relative;display:block; }#BB4dkfDHzVOP3JQTf4fuzkF0OdOTqgDc { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:22.875rem;width:21.3125rem;top:3.125rem;left:1.875rem;overflow:hidden;display:block; }
#b4I9G8Xntmr7Dhky95KMKEPfOVIzW9tu { color:#ffffff;display:block;width:39.5rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.71875rem;left:28.375rem;height:2.68120625rem;text-align:left;text-align-last:left;display:block; }
#nFIg3efCeKpuGH9rxsaxbMncZUcfPH2m { color:#ffffff;display:block;width:19.5625rem;position:absolute;font-family:barlow-medium-nowe;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.125rem;left:28.375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qGXhMF0FM3p6WeoCnFBBThcecm463l0b { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:barlow;font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:12.0625rem;left:28.25rem;height:15.1894625rem;text-align:left;text-align-last:left;display:block; }
#cSqVcQhx5bsOpVyAMqhu3ymO5IRZPmIq { background-color:#c83238;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.3125rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:33.375rem;left:1.875rem;display:block; }
#RUhZQLcTodUtVqMS4xh4PLLn3Wn1EZXn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lJUWviotzVXP6E3oC2vJTrV1ESU1HSbQ { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:28rem;left:3.75rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#OlNTllAty1pHrpiA6wr5NC9J5oyczs9R { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:28.375rem;left:14.0625rem;height:2.68120625rem;text-align:left;text-align-last:left;display:block; }
#Ru1URbw181HiTLbGTr0KSDbxGXX5Bbw3 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:2.625rem;width:8.1875rem;top:28.375rem;left:13.5625rem;overflow:hidden;display:block; }
#egMI486XiIkOPqrL1VTsKhx5nIvDxbJ2 { background-color:#c83238;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.3125rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:38.1875rem;left:1.875rem;display:block; }
#lzsAl3bK1RBCrit8br4idXfTkZAiPZHl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q2F7Xpi07vFJhOd0gd4aOQhq10ZwLgQ6 { position:absolute;display:block;z-index:15001;background-color:#18194a;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:46.125rem;width:25.0625rem;top:0rem;left:0rem;display:block; }
#wXxDDKsier90HQZtkONMAaS15DnXtmS4 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.1875rem;width:29.125rem;top:12.0625rem;left:43.73583984375rem;display:block; }
#Gucnfn134m1opdvTfMCR8qXAST1VCqv7 { color:#ffffff;display:block;width:43rem;position:absolute;font-family:barlow;font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:31.0625rem;left:28.25rem;height:8.285175rem;text-align:left;text-align-last:left;display:block; }
#g9xCuN5BpMM5EPNlJl0KvIs64vqUQ2uu { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:9.3125rem;top:8.375rem;left:28.25rem;overflow:hidden;display:block; }
#yMytrXqHU1LD2pUMry3OH7Z9OfyLqMhZ { position:absolute;display:block;z-index:15000;background-color:#2d2d7b;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:46.125rem;width:57.6875rem;top:0rem;left:17.3125rem;display:block; }
#mH1BxZmEEl7ZxyvdCLomDT3Tf6ZBxKJJ { 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.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:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;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:barlow;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8125rem;height:2.9375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:41.125rem;left:28.375rem;display:block; }
#pIzvP1uaSk84glBIH6XZp1wx8InXprW6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xMOF1NydZyQ1fyp8NHBzz3COmKXKeLq8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d6ebfa;background-image:none;position:relative;display:none; }#xMOF1NydZyQ1fyp8NHBzz3COmKXKeLq8 > .row .container { border-width: 0; border-radius: 0; }#xMOF1NydZyQ1fyp8NHBzz3COmKXKeLq8 > .row > .video-iframe-container {  }#xMOF1NydZyQ1fyp8NHBzz3COmKXKeLq8 > .row .container { font-size:0.875rem;font-family:arial;height:37.9375rem;width:75rem;position:relative;display:none; }#tyMqXVi3wCx2IdKvUe43KULSeQx68Rqi { color:#c20e0e;display:block;width:57.9375rem;position:absolute;font-family:barlow;font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.09375rem;left:8.53125rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#cxQmUy7wBbfPLq2HEdn6uEv8v4fbNMta { color:#c61f4a;display:block;width:31.25rem;position:absolute;font-family:barlow;font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:20rem;left:3.75rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#ST4cyFyl0JbhGBa3o62FZqVvh61PUc60 { color:#2d2d7b;display:block;width:4.75rem;position:absolute;font-family:barlow;font-size:4.375rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:14.625rem;left:15.1875rem;height:4.375rem;text-align:center;text-align-last:center;display:block; }
#MrDczyHOZloWeJMl2Vkg4lQ0iOvcfsUD { color:#c61f4a;display:block;width:30.875rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:23.9375rem;left:3.9375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#ascfHwzdAyVA9MMRUlUI4koNf47cXBVP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.8125rem;width:5.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:13.5625rem;left:19.1875rem; }
#RhIwQTBaGfkWroVNWh2JqKVJ4x75nNZO { color:#c20e0e;display:block;width:57.9375rem;position:absolute;font-family:barlow;font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:31.78125rem;left:8.53125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#eyZZ8gsRDyJpyCR1fG8IR3TydUmdcn8g { color:#c61f4a;display:block;width:31.25rem;position:absolute;font-family:barlow;font-size:1.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:20.0625rem;left:40rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#kW8GNFtrtmHuToE7Qa5wGLTuEdCZ2iQm { color:#c61f4a;display:block;width:30.875rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:23.875rem;left:40.1875rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#Xdk3n2F6HTRBdQkyPfyhqrs6XogevcUg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.8125rem;width:5.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:13.625rem;left:55.4375rem; }
#KR32f4Mx5OKkfCT71Tzqvs2SETxxacU4 { color:#2d2d7b;display:block;width:4.75rem;position:absolute;font-family:barlow;font-size:4.375rem;font-weight:normal;z-index:15008;line-height:1;letter-spacing:0;top:14.6875rem;left:51.4375rem;height:4.375rem;text-align:center;text-align-last:center;display:block; }
#appc1IT4E4IRKRuJ67ePSJiri51hsRST { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#appc1IT4E4IRKRuJ67ePSJiri51hsRST > .row .container { background-color: transparent; background-image: none; }#appc1IT4E4IRKRuJ67ePSJiri51hsRST::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#appc1IT4E4IRKRuJ67ePSJiri51hsRST > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#appc1IT4E4IRKRuJ67ePSJiri51hsRST > .row .container > .video-iframe-container { display: none; }#appc1IT4E4IRKRuJ67ePSJiri51hsRST > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#appc1IT4E4IRKRuJ67ePSJiri51hsRST > .row > .video-iframe-container { display: none; }#appc1IT4E4IRKRuJ67ePSJiri51hsRST > .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); }#appc1IT4E4IRKRuJ67ePSJiri51hsRST > .row .container { border-width: 0; border-radius: 0; }#appc1IT4E4IRKRuJ67ePSJiri51hsRST > .row > .video-iframe-container {  }#appc1IT4E4IRKRuJ67ePSJiri51hsRST > .row .container { font-size:0.875rem;font-family:arial;height:11.8125rem;width:75rem;position:relative;display:block; }#TxK1tygrzPeDs1My2yrMW5zflk18rkCN { color:#2d2d7b;display:block;width:57.9375rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.28125rem;left:8.53125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#MHKTcoUktoB2WU4RW2Etchl7v0lMVPed { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#MHKTcoUktoB2WU4RW2Etchl7v0lMVPed > .row .container { background-color: transparent; background-image: none; }#MHKTcoUktoB2WU4RW2Etchl7v0lMVPed::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHKTcoUktoB2WU4RW2Etchl7v0lMVPed > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHKTcoUktoB2WU4RW2Etchl7v0lMVPed > .row .container > .video-iframe-container { display: none; }#MHKTcoUktoB2WU4RW2Etchl7v0lMVPed > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHKTcoUktoB2WU4RW2Etchl7v0lMVPed > .row > .video-iframe-container { display: none; }#MHKTcoUktoB2WU4RW2Etchl7v0lMVPed > .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); }#MHKTcoUktoB2WU4RW2Etchl7v0lMVPed > .row .container { border-width: 0; border-radius: 0; }#MHKTcoUktoB2WU4RW2Etchl7v0lMVPed > .row > .video-iframe-container {  }#MHKTcoUktoB2WU4RW2Etchl7v0lMVPed > .row .container { font-size:0.875rem;font-family:arial;height:44.6875rem;width:75rem;position:relative;display:block; }#NMPk8oTtQyiaftbPLvuWqpOzJS7TILUo { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:24rem;width:32.875rem;top:1.875rem;left:1.84375rem;overflow:hidden;display:block; }
#TStKUGllnioIzqflfLPoXc2TBGf0q0Iu { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:ivy-semibold-nowe;font-size:1.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:29.3125rem;left:1.40625rem;height:2.35595625rem;text-align:center;text-align-last:center;display:block; }
#Bm0sAoiqrPdevwa8UXMlehuF4n6Cx9St { color:#ffffff;display:block;width:19.5625rem;position:absolute;font-family:barlow-medium-nowe;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:27.421875rem;left:8.5rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MwDLlX0xI13i1ESr1AFFNyIb9KnUd5G1 { background-color:#c83238;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:36.6875rem;left:8.28125rem;display:block; }
#eAS4ebtCJwLWbc0TA1ZzKMmF6Nll5lgx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VQmLXKiEixP0laGQNcUVMGWqLGFJonR3 { color:#ffffff;display:block;width:11.3125rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:32.375rem;left:9.5625rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#CxLUIKiIHDx7yogr3odTWXGEGXSnHh9q { color:#ffffff;display:block;width:8.4375rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:32.740234375rem;left:20.3125rem;height:2.68120625rem;text-align:left;text-align-last:left;display:block; }
#fdLFsHNIT4PRJ52yzOEVkI94TmbnsBUg { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:2.625rem;width:8.1875rem;top:32.7685546875rem;left:19.75rem;overflow:hidden;display:block; }
#RTkNlHo5tu1ISlttf7UWnBiNn1RMQQlu { position:absolute;display:block;z-index:15001;background-color:#2d2d7b;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:42.5625rem;width:36.5625rem;top:0rem;left:0rem;display:block; }
#it5RFWSMpn7zSceRSckPNlKl0cMbkpVi { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:24rem;width:32.875rem;top:1.875rem;left:40.3125rem;overflow:hidden;display:block; }
#CixoFi0ez162bBb4dUhlgFkInNnEJJ7P { color:#ffffff;display:block;width:34.625rem;position:absolute;font-family:ivy-semibold-nowe;font-size:1.8125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:29.3125rem;left:39.5rem;height:2.35595625rem;text-align:center;text-align-last:center;display:block; }
#BtlC7ypyZkaTDzlzXfIqnl8m5kDWi6Lm { color:#ffffff;display:block;width:19.5625rem;position:absolute;font-family:barlow-medium-nowe;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:27.4375rem;left:46.9375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pqS1cexLHd0dTm42DOuWQ7UUNW8iioG3 { background-color:#c83238;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:36.6875rem;left:46.75rem;display:block; }
#MIokUvon9Uwzwu4l7URo6D4QQX432rN1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GPaWGs1DVhQDdDsPJaxyFWTe6mOIJ1Ny { color:#ffffff;display:block;width:11.3125rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:32.375rem;left:48rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#prZBcQ7MzDLzIScbNn5NwyXGCDnZiabh { color:#ffffff;display:block;width:8.4375rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.0625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:32.75rem;left:58.75rem;height:2.68120625rem;text-align:left;text-align-last:left;display:block; }
#gVKgCKdb7ELnhKMCtwHnp9aX2BNHNcJI { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:2.625rem;width:8.1875rem;top:32.75rem;left:58.1875rem;overflow:hidden;display:block; }
#NtQ6dJGAcLRTkwDP8pnCZxR0CAlIq4qQ { position:absolute;display:block;z-index:15009;background-color:#2d2d7b;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:42.5625rem;width:36.5625rem;top:0rem;left:38.4375rem;display:block; }
#q3BEph05XgV78l8Gk2Kl3ozJqXpVy9up { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#q3BEph05XgV78l8Gk2Kl3ozJqXpVy9up > .row .container { background-color: transparent; background-image: none; }#q3BEph05XgV78l8Gk2Kl3ozJqXpVy9up::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q3BEph05XgV78l8Gk2Kl3ozJqXpVy9up > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q3BEph05XgV78l8Gk2Kl3ozJqXpVy9up > .row .container > .video-iframe-container { display: none; }#q3BEph05XgV78l8Gk2Kl3ozJqXpVy9up > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q3BEph05XgV78l8Gk2Kl3ozJqXpVy9up > .row > .video-iframe-container { display: none; }#q3BEph05XgV78l8Gk2Kl3ozJqXpVy9up > .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); }#q3BEph05XgV78l8Gk2Kl3ozJqXpVy9up > .row .container { border-width: 0; border-radius: 0; }#q3BEph05XgV78l8Gk2Kl3ozJqXpVy9up > .row > .video-iframe-container {  }#q3BEph05XgV78l8Gk2Kl3ozJqXpVy9up > .row .container { font-size:0.875rem;font-family:arial;height:49.6875rem;width:75rem;position:relative;display:block; }#EyBXDOBoCPblGU4K8LZaTsE9fVDVUTXt { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:24rem;width:47.75rem;top:1.875rem;left:13.4375rem;overflow:hidden;display:block; }
#cUBcEbshFXLpcQhsSR6Ih3LeTMMZCbnU { color:#ffffff;display:block;width:48.6875rem;position:absolute;font-family:ivy-semibold-nowe;font-size:1.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:29.3125rem;left:13rem;height:2.35595625rem;text-align:center;text-align-last:center;display:block; }
#H56eLh6t8E96nFn9RQprlzvMovFU777v { color:#ffffff;display:block;width:36.625rem;position:absolute;font-family:barlow-medium-nowe;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:27.5rem;left:19rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Vt1WurKMA7OyT6DBudMaS0I4hOaz9G2N { background-color:#c83238;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:36.875rem;left:27.125rem;display:block; }
#oAPP2NNX580y8qdTWIrpSZmlgPtcla1K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MrukPr0kmHOEsyt3qObRTXEVdDf1qbLO { color:#ffffff;display:block;width:11.3125rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:32.5625rem;left:28.375rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#FoMU8IZmt7lxhPiLZVA4Q8arsXX9XZhe { color:#ffffff;display:block;width:8.4375rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:32.9375rem;left:39.125rem;height:2.68120625rem;text-align:left;text-align-last:left;display:block; }
#igpRBN5e5XfxTDvvrD3ZQzCVvlIKPSfn { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:2.625rem;width:8.1875rem;top:32.9375rem;left:38.5625rem;overflow:hidden;display:block; }
#DSVquK08ETP6tdCw8MztNPVNOqDsM8Ra { position:absolute;display:block;z-index:15001;background-color:#2d2d7b;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:42.5625rem;width:51.8125rem;top:0rem;left:11.625rem;display:block; }
#E0dCX7qFSUsu3DSgT6z9evQZJlBsLKn0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d2e9f9;background-image:url("https://images.assets-landingi.com/duWmPNv8/bg_kursy6.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#E0dCX7qFSUsu3DSgT6z9evQZJlBsLKn0.adaptive-delivery-prevent-bg, #E0dCX7qFSUsu3DSgT6z9evQZJlBsLKn0.lazyload, #E0dCX7qFSUsu3DSgT6z9evQZJlBsLKn0.lazyloading { background-image: none; }#E0dCX7qFSUsu3DSgT6z9evQZJlBsLKn0 > .row .container { background-color: transparent; background-image: none; }#E0dCX7qFSUsu3DSgT6z9evQZJlBsLKn0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0dCX7qFSUsu3DSgT6z9evQZJlBsLKn0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0dCX7qFSUsu3DSgT6z9evQZJlBsLKn0 > .row .container > .video-iframe-container { display: none; }#E0dCX7qFSUsu3DSgT6z9evQZJlBsLKn0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0dCX7qFSUsu3DSgT6z9evQZJlBsLKn0 > .row > .video-iframe-container { display: none; }#E0dCX7qFSUsu3DSgT6z9evQZJlBsLKn0 > .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); }#E0dCX7qFSUsu3DSgT6z9evQZJlBsLKn0 > .row .container { border-width: 0; border-radius: 0; }#E0dCX7qFSUsu3DSgT6z9evQZJlBsLKn0 > .row > .video-iframe-container {  }#E0dCX7qFSUsu3DSgT6z9evQZJlBsLKn0 > .row .container { font-size:0.875rem;font-family:arial;height:28.5625rem;width:75rem;position:relative;display:block; }#Fy7EG79KkDURD1AGyfdoHTLv3T2r1Cnt { color:#2d2d7b;display:block;width:40.8125rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:9.125rem;left:0rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#aELhQvT9knPXde3rPX146tsOpytcihDk { color:#2d2d7b;display:block;width:40.9375rem;position:absolute;font-family:barlow-medium-nowe;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:6.125rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x0JeOwTmiWqI1eJeuMEydDhFZBSKD0gc { background-color:#c83238;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:19.375rem;left:11.65625rem;display:block; }
#NIPlAX93nD5SQdr7aeTb53w59iQcdsFw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pyTzX0Zt67lE78LpLESQeNoq0JLRxrR7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#pyTzX0Zt67lE78LpLESQeNoq0JLRxrR7 > .row .container { background-color: transparent; background-image: none; }#pyTzX0Zt67lE78LpLESQeNoq0JLRxrR7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pyTzX0Zt67lE78LpLESQeNoq0JLRxrR7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pyTzX0Zt67lE78LpLESQeNoq0JLRxrR7 > .row .container > .video-iframe-container { display: none; }#pyTzX0Zt67lE78LpLESQeNoq0JLRxrR7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pyTzX0Zt67lE78LpLESQeNoq0JLRxrR7 > .row > .video-iframe-container { display: none; }#pyTzX0Zt67lE78LpLESQeNoq0JLRxrR7 > .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); }#pyTzX0Zt67lE78LpLESQeNoq0JLRxrR7 > .row .container { border-width: 0; border-radius: 0; }#pyTzX0Zt67lE78LpLESQeNoq0JLRxrR7 > .row > .video-iframe-container {  }#pyTzX0Zt67lE78LpLESQeNoq0JLRxrR7 > .row .container { font-size:0.875rem;font-family:arial;height:11.8125rem;width:75rem;position:relative;display:block; }#NbFbOVPBGF8QmAWIEETHzFidwPxrCUp9 { color:#2d2d7b;display:block;width:57.9375rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.28125rem;left:8.53125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#Dvp0CcciPxi5kE38PENJ7ZtWENliaWbS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Dvp0CcciPxi5kE38PENJ7ZtWENliaWbS > .row .container { background-color: transparent; background-image: none; }#Dvp0CcciPxi5kE38PENJ7ZtWENliaWbS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dvp0CcciPxi5kE38PENJ7ZtWENliaWbS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dvp0CcciPxi5kE38PENJ7ZtWENliaWbS > .row .container > .video-iframe-container { display: none; }#Dvp0CcciPxi5kE38PENJ7ZtWENliaWbS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dvp0CcciPxi5kE38PENJ7ZtWENliaWbS > .row > .video-iframe-container { display: none; }#Dvp0CcciPxi5kE38PENJ7ZtWENliaWbS > .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); }#Dvp0CcciPxi5kE38PENJ7ZtWENliaWbS > .row .container { border-width: 0; border-radius: 0; }#Dvp0CcciPxi5kE38PENJ7ZtWENliaWbS > .row > .video-iframe-container {  }#Dvp0CcciPxi5kE38PENJ7ZtWENliaWbS > .row .container { font-size:0.875rem;font-family:arial;height:53.8125rem;width:75rem;position:relative;display:block; }#iKLTky18BpW4Pw7VmiTBt9RIQNdQIu4B { position:absolute;display:block;z-index:15001;background-color:#f8fafc;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:50rem;width:23.75rem;top:0rem;left:0rem;display:block; }
#V7he1g7ZgVhVHXxzDGDwNAgdp89vSzEd { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:15.75rem;width:12.4375rem;top:1.6875rem;left:1.8125rem;overflow:hidden;display:block; }
#B00wsHf3hatTbbnTc3RG4FTEbQD639q0 { color:#37559a;display:block;width:19.9375rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:20.9375rem;left:1.8125rem;height:2.68120625rem;text-align:left;text-align-last:left;display:block; }
#hnuxKI3BZs5acfPQqOnMk4sqfPDXEVcW { color:#37559a;display:block;width:19.5625rem;position:absolute;font-family:barlow-medium-nowe;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:19.3125rem;left:1.9375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LuRBktIAA4zh3W11TooIwm54X0FOu5dr { color:#334950;display:block;width:20.25rem;position:absolute;font-family:barlow;font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:24.25rem;left:1.8125rem;height:8.285125rem;text-align:left;text-align-last:left;display:block; }
#OsDb8nQ1sepuQUyhOAifgLGetZor2meW { background-color:#c83238;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:40.125rem;left:1.875rem;display:block; }
#iAQtdaBFiT5QFsWxbC60Kn0XJ45evzwS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JnnManbwLHGz8gzHMiFfWuuuHLPZKfEp { color:#334950;display:block;width:8.4375rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:35.875rem;left:1.9375rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#OQQzkbv0MT6nsfnIDWG0VZmwTTKe51cl { color:#334950;display:block;width:8.4375rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:36.25rem;left:11.625rem;height:2.68120625rem;text-align:left;text-align-last:left;display:block; }
#x9XTZOdLHphEw5Mvka9kHUglNxWlA1Rt { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:2.625rem;width:8.1875rem;top:36.25rem;left:10.375rem;overflow:hidden;display:block; }
#isHQUOU4GZePALUPqkcQATKivK2feKIZ { 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.125rem solid #726cd9;border-left:0.125rem solid #726cd9;border-right:0.125rem solid #726cd9;border-bottom:0.125rem solid #726cd9;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#726cd9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:44.625rem;left:1.875rem;display:block; }
#lzBx9X9tdKBnt8mUwTd35PJ0pvUgB70U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NBKwTerS36kxXcARC7A7HP8nUQeoXXA7 { position:absolute;display:block;z-index:15011;background-color:#f0ffe6;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:50rem;width:23.75rem;top:0rem;left:25.625rem;display:block; }
#RIBk1FFK1he8MprgcwWPyia6RaQtTb99 { color:#334950;display:block;width:20.25rem;position:absolute;font-family:barlow;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:24.25rem;left:27.4375rem;height:8.285125rem;text-align:left;text-align-last:left;display:block; }
#x3A57dqDHJQk3EEVvliDaLwwLwbSsiWD { background-color:#c83238;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:40.125rem;left:27.5rem;display:block; }
#T0PPvOVuqwhRpQCZT9Mu7KG1VlaWg7Ma { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PkAV09yTvSco73LSwMRHkGFEyZR4TPcn { color:#334950;display:block;width:8.4375rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:36.25rem;left:37.25rem;height:2.68120625rem;text-align:left;text-align-last:left;display:block; }
#zvg0N7ITAVG1tgl66nyz152Tb3i2HRFf { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:2.625rem;width:8.1875rem;top:36.25rem;left:36rem;overflow:hidden;display:block; }
#UldE8LH6FNhmluKEQzmMu8yx5IwqiiwM { 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.125rem solid #726cd9;border-left:0.125rem solid #726cd9;border-right:0.125rem solid #726cd9;border-bottom:0.125rem solid #726cd9;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#726cd9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:44.625rem;left:27.5rem;display:block; }
#LZ8opzgri3sLcgpp53aKzUVbUcbIPOE5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rbCDGBVt0m63NKVKym0lIturH3p5GWaT { color:#334950;display:block;width:19.9375rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.0625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:20.9375rem;left:27.4375rem;height:2.68120625rem;text-align:left;text-align-last:left;display:block; }
#r9WcD7TFAQ7ryiwLfmZ9yWQkg05b0fbg { color:#334950;display:block;width:8.4375rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:35.875rem;left:27.5625rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#tvXkwfHp2T7EEVrh79Wdp5p9KHK0gfg0 { color:#334950;display:block;width:19.5625rem;position:absolute;font-family:barlow-medium-nowe;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:19.3125rem;left:27.5625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N3b7BrqZJ9P9IK1PblDuZfJRbrkn93Nm { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:15.75rem;width:12.4375rem;top:1.6875rem;left:27.4375rem;overflow:hidden;display:block; }
#Fs45eluHPXIX6gi56s9ihZVAIvcJSp4m { color:#334950;display:block;width:20.25rem;position:absolute;font-family:barlow;font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:24.25rem;left:53.0625rem;height:11.046875rem;text-align:left;text-align-last:left;display:block; }
#PHQfF8oUqDI2WgeUiuct3lKJnl5aBnC5 { background-color:#c83238;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:40.125rem;left:53.125rem;display:block; }
#RNiFhZGqDSq1wvwTHZdeTEihot151dgJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J9iPDpFds4aiqg69lClv5kxyRxh2ci6H { color:#334950;display:block;width:8.4375rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.0625rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:36.25rem;left:62.875rem;height:2.68120625rem;text-align:left;text-align-last:left;display:block; }
#Th3t8clwZMcDiczhwIBfhPWTelv3waQd { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:2.625rem;width:8.1875rem;top:36.25rem;left:61.625rem;overflow:hidden;display:block; }
#yrmSmNJENC16S5NLBl6R3B95oLI674NW { 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.125rem solid #726cd9;border-left:0.125rem solid #726cd9;border-right:0.125rem solid #726cd9;border-bottom:0.125rem solid #726cd9;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#726cd9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:44.625rem;left:53.125rem;display:block; }
#iqA8t9t1ogQnoT4K0PXagtyQ87qZ4slS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zwDk5us74gsaszO1ByR4yT7wAEyFTgQT { color:#334950;display:block;width:8.4375rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:35.875rem;left:53.1875rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#iU4ITiT44X9zP7xNBHKe05b1HqUVJXXJ { color:#ed6c20;display:block;width:20.75rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:20.9375rem;left:53.0625rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#wqZIkQsTbBmWIPVsZyg3cgLhkZGpAN2E { color:#ed6c20;display:block;width:19.5625rem;position:absolute;font-family:barlow-medium-nowe;font-size:0.9375rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:19.3125rem;left:53.1875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xMJWofsTfJRMxbM4W7ArdZo48iL9uNeQ { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:15.75rem;width:12.4375rem;top:1.6875rem;left:53.0625rem;overflow:hidden;display:block; }
#FNH9yISNtkhtOV5O2TDhReoLDp4OoDRn { position:absolute;display:block;z-index:15021;background-color:#ffefe6;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:50rem;width:23.75rem;top:0rem;left:51.25rem;display:block; }
#gIUN9nEmwbFMGEhymkBG7dZnhrICVuiR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#gIUN9nEmwbFMGEhymkBG7dZnhrICVuiR > .row .container { background-color: transparent; background-image: none; }#gIUN9nEmwbFMGEhymkBG7dZnhrICVuiR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIUN9nEmwbFMGEhymkBG7dZnhrICVuiR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIUN9nEmwbFMGEhymkBG7dZnhrICVuiR > .row .container > .video-iframe-container { display: none; }#gIUN9nEmwbFMGEhymkBG7dZnhrICVuiR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIUN9nEmwbFMGEhymkBG7dZnhrICVuiR > .row > .video-iframe-container { display: none; }#gIUN9nEmwbFMGEhymkBG7dZnhrICVuiR > .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); }#gIUN9nEmwbFMGEhymkBG7dZnhrICVuiR > .row .container { border-width: 0; border-radius: 0; }#gIUN9nEmwbFMGEhymkBG7dZnhrICVuiR > .row > .video-iframe-container {  }#gIUN9nEmwbFMGEhymkBG7dZnhrICVuiR > .row .container { font-size:0.875rem;font-family:arial;height:54.0625rem;width:75rem;position:relative;display:block; }#lSh60gHDn5XgNeLiJLPJHp42ycasamVZ { position:absolute;display:block;z-index:15001;background-color:#edf5fa;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:50rem;width:23.75rem;top:0rem;left:0rem;display:block; }
#ppQlf4yPDOP9kRugTUWOlMQmGtRfkmGW { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:15.75rem;width:12.4375rem;top:1.6875rem;left:1.8125rem;overflow:hidden;display:block; }
#fRrVDAvZJTw51E6faLUxq3C9fi5whyIm { color:#055ea4;display:block;width:19.9375rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:20.9375rem;left:1.8125rem;height:2.68120625rem;text-align:left;text-align-last:left;display:block; }
#A8T6e5IZ6Fzy5NZeltRgWHOg4pRDpTzQ { color:#055ea4;display:block;width:19.5625rem;position:absolute;font-family:barlow-medium-nowe;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:19.3125rem;left:1.9375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UtAaVRevfJZkARr6uABT8cxeASWBADE1 { color:#334950;display:block;width:20.25rem;position:absolute;font-family:barlow;font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:24.25rem;left:1.8125rem;height:8.285125rem;text-align:left;text-align-last:left;display:block; }
#mBFzIXJLC4rsiJhEksLegOBISrfwkERE { background-color:#c83238;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:40.125rem;left:1.875rem;display:block; }
#niNlHTTS3bFumd1W3rXXnK3iATMhIsiE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wQRGaWizTKAuT9Q48pxxOqKhSAMt3X3N { color:#334950;display:block;width:8.9375rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:35.875rem;left:1.9375rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#IW8GKLI1TOmin7b8KNEqqnwSZe70mUXa { color:#334950;display:block;width:8.4375rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:36.25rem;left:11.625rem;height:2.68120625rem;text-align:left;text-align-last:left;display:block; }
#O2aA3tlBeoLa5i8onNOyqMkT8GURsofU { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:2.375rem;width:8rem;top:36.375rem;left:10.5625rem;overflow:hidden;display:block; }
#Npg1m3ALUgyszuxykJJXvwhbTC4p3nB9 { 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.125rem solid #726cd9;border-left:0.125rem solid #726cd9;border-right:0.125rem solid #726cd9;border-bottom:0.125rem solid #726cd9;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#726cd9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:44.625rem;left:1.875rem;display:block; }
#PfCUBSxHvM11vZ7fIZgAfloSz0APd6lW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Adpcvg3q8BhfwiUDI1KaolJHIXPhshDI { position:absolute;display:block;z-index:15011;background-color:#fff2f4;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:50rem;width:23.75rem;top:0rem;left:25.625rem;display:block; }
#LnDntTMy3bdG2R4BK5AGK2vmJkgFRUxL { color:#334950;display:block;width:20.25rem;position:absolute;font-family:barlow;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:24.25rem;left:27.4375rem;height:8.285125rem;text-align:left;text-align-last:left;display:block; }
#V5S6BNDfzxPTTD8c2UhZVmW7TUysBM7h { background-color:#c83238;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:40.125rem;left:27.5rem;display:block; }
#XwgszaGMS6Gue9Dbz5kRVR5IyGQrikP1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eT6dNECEqUvRELTxyFOWPQH4VsfnDq6p { color:#334950;display:block;width:8.4375rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:36.25rem;left:37.25rem;height:2.68120625rem;text-align:left;text-align-last:left;display:block; }
#a3TZx39qrz9EvuzdgQE9JHFi5dWhdyUo { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:2.625rem;width:8.1875rem;top:36.25rem;left:36rem;overflow:hidden;display:block; }
#vRHZ92dZsF813vtv09RfaTzTzd2fp5ua { 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.125rem solid #726cd9;border-left:0.125rem solid #726cd9;border-right:0.125rem solid #726cd9;border-bottom:0.125rem solid #726cd9;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#726cd9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:44.625rem;left:27.5rem;display:block; }
#x04R6eDoJGorFqFfh3Tl1Q87Wo0ASfQi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yrqGnKBTSlnqAImwz0Z6FTfyEsG38yeo { color:#d62651;display:block;width:19.9375rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.0625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:20.9375rem;left:27.4375rem;height:2.68120625rem;text-align:left;text-align-last:left;display:block; }
#obMbacaKfVGCORyI3FwHuUbQD0Hre0At { color:#334950;display:block;width:8.4375rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:35.875rem;left:27.5625rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#v58vANJQ3e3V7zwsif6JmfLQF7cEMtMk { color:#d62651;display:block;width:19.5625rem;position:absolute;font-family:barlow-medium-nowe;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:19.3125rem;left:27.5625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XvJcUlBpnkQQKn2w6Np4emxQ7dKyyg8J { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:15.75rem;width:12.4375rem;top:1.6875rem;left:27.4375rem;overflow:hidden;display:block; }
#s3FI1MTTIxqlxXkS8JX55CGI7SP6nuHb { color:#334950;display:block;width:20.25rem;position:absolute;font-family:barlow;font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:24.25rem;left:53.0625rem;height:9.666rem;text-align:left;text-align-last:left;display:block; }
#I0QCmWOAd62fT8JJznfKus6bpNLh1dmk { background-color:#c83238;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:40.125rem;left:53.125rem;display:block; }
#c1tLwy00XknzIJvGveotho8nhSJXRZH6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#esrfbv2ZZnqBMDKp8FqUi6ueQfXU3AZg { color:#334950;display:block;width:10.0625rem;position:absolute;font-family:ivy-semibold-nowe;font-size:1.9375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:36.1875rem;left:64.75rem;height:2.51855625rem;text-align:left;text-align-last:left;display:block; }
#ZBsebMml6LVfXXmW6rlxzURJwdQ7CLL0 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:2.375rem;width:7.5625rem;top:36.0625rem;left:66.6875rem;overflow:hidden;display:block; }
#xm3Bh52nn5ICNH8iEca7Go4k9Q88CR8A { 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.125rem solid #726cd9;border-left:0.125rem solid #726cd9;border-right:0.125rem solid #726cd9;border-bottom:0.125rem solid #726cd9;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#726cd9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:44.625rem;left:53.125rem;display:block; }
#lKnwmTu3p3bt4zpaldAwMohMFU7ccGQv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#doVTgm9EBghK0v9CyOzQHTlcKfz5h41v { color:#334950;display:block;width:11.375rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.4375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:35.875rem;left:53.1875rem;height:3.16845625rem;text-align:left;text-align-last:left;display:block; }
#sBCTMenJ8twwdTBQZe4BT6qmwxM3lCFu { color:#f2632c;display:block;width:19.9375rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.0625rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:20.9375rem;left:53.0625rem;height:2.68120625rem;text-align:left;text-align-last:left;display:block; }
#PTGc5zMV6ZSoTr9z8k2lAThNWByIuHpk { color:#f2632c;display:block;width:19.5625rem;position:absolute;font-family:barlow-medium-nowe;font-size:0.9375rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:19.3125rem;left:53.1875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oZofy0duTJrpJ216fOZvnl5DBW0G3Gg2 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:15.75rem;width:12.4375rem;top:1.6875rem;left:53.0625rem;overflow:hidden;display:block; }
#vu34ZuXuqFRip4KfpwwwrVHQwqp4sBrV { position:absolute;display:block;z-index:15021;background-color:#e6f6f7;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:50rem;width:23.75rem;top:0rem;left:51.25rem;display:block; }
#QACK7Mv5eygIigrmtxVV1y04vTxOrQUL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#QACK7Mv5eygIigrmtxVV1y04vTxOrQUL > .row .container { background-color: transparent; background-image: none; }#QACK7Mv5eygIigrmtxVV1y04vTxOrQUL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QACK7Mv5eygIigrmtxVV1y04vTxOrQUL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QACK7Mv5eygIigrmtxVV1y04vTxOrQUL > .row .container > .video-iframe-container { display: none; }#QACK7Mv5eygIigrmtxVV1y04vTxOrQUL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QACK7Mv5eygIigrmtxVV1y04vTxOrQUL > .row > .video-iframe-container { display: none; }#QACK7Mv5eygIigrmtxVV1y04vTxOrQUL > .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); }#QACK7Mv5eygIigrmtxVV1y04vTxOrQUL > .row .container { border-width: 0; border-radius: 0; }#QACK7Mv5eygIigrmtxVV1y04vTxOrQUL > .row > .video-iframe-container {  }#QACK7Mv5eygIigrmtxVV1y04vTxOrQUL > .row .container { font-size:0.875rem;font-family:arial;height:60.375rem;width:75rem;position:relative;display:block; }#PKqxduvE8aalmD0D4BiHgRwJl1osSRqC { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:15.6875rem;width:21.3125rem;top:1.6875rem;left:1.8125rem;overflow:hidden;display:block; }
#eLqi9EU4zbDD3OEcZ7p5xtBPfqcAcav2 { color:#0f2966;display:block;width:19.9375rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:20.9375rem;left:1.8125rem;height:2.68120625rem;text-align:left;text-align-last:left;display:block; }
#kZHlUhHoZ5HiIN0ZhU2CH1LmeXIq6SPe { color:#0f2966;display:block;width:19.5625rem;position:absolute;font-family:barlow-medium-nowe;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:19.3125rem;left:1.9375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hymFIToABIVwBi5tRRWpwxMALTqoR7LD { color:#334950;display:block;width:20.25rem;position:absolute;font-family:barlow;font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:24.9375rem;left:1.90625rem;height:11.046875rem;text-align:left;text-align-last:left;display:block; }
#tEsvtD05iMfzJI2XCSvys0SLeRD9wUlf { background-color:#c83238;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:42.625rem;left:1.875rem;display:block; }
#KRCmOD8BQDW0c27hUFgutGCQ9B3JdzeA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rfrExg4oKJOh3Z4GpyRqBK7wUKZlfHLI { color:#334950;display:block;width:10.375rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:38.375rem;left:1.9375rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#ZCtQlGErUVpWaTcOki9K138W9NMNofzt { color:#334950;display:block;width:8.4375rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:38.75rem;left:12.5rem;height:2.68120625rem;text-align:left;text-align-last:left;display:block; }
#StscwKLKTbDDIKTbcxWykqDVasXSk59U { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:2.625rem;width:8.1875rem;top:38.5625rem;left:11.5rem;overflow:hidden;display:block; }
#fuSramlHkrzdUra3W1h6v5eX7CKqJRPs { 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.125rem solid #726cd9;border-left:0.125rem solid #726cd9;border-right:0.125rem solid #726cd9;border-bottom:0.125rem solid #726cd9;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#726cd9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:47.125rem;left:1.875rem;display:block; }
#GuDABWQHMr4BhNecINwTJVcJ4W4t24P0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M01XsRZyrGO222wHWMPA1q784DZMSysJ { position:absolute;display:block;z-index:15002;background-color:#e2ebf2;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:53.25rem;width:45.875rem;top:0rem;left:29.125rem;display:block; }
#NAbU9JWv58CSy8O2ih6OeTOSSqUszuvg { color:#0f2966;display:block;width:37.5rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.3125rem;left:32.0625rem;height:5.3623rem;text-align:left;text-align-last:left;display:block; }
#vR6xcGiLN95EnvnDEHR8m0zs4XH559bE { color:#0f2966;display:block;width:35.0625rem;position:absolute;font-family:barlow-medium-nowe;font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:1.6875rem;left:32.1875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lrqc0TiXgRin5KLuc7wREyLwzt6NMNr7 { background-color:#b6c4d5;background-image:url("https://images.assets-landingi.com/fZNuH1gg/be_finanse.jpg");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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:6.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:10.05517578125rem;left:32.03125rem;display:block; }#lrqc0TiXgRin5KLuc7wREyLwzt6NMNr7.adaptive-delivery-prevent-bg, #lrqc0TiXgRin5KLuc7wREyLwzt6NMNr7.lazyload, #lrqc0TiXgRin5KLuc7wREyLwzt6NMNr7.lazyloading { background-image: none; }
#lrPF2qsKb0iO2WXXE7dgiOk4QPmsQdKp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PpDMT2iDD7ql40wsLNfUXF9JqbnXFgBx { background-color:#b6c4d5;background-image:url("https://images.assets-landingi.com/6y0NzeNq/be_hr.jpg");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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:6.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:10.05517578125rem;left:45.21875rem;display:block; }#PpDMT2iDD7ql40wsLNfUXF9JqbnXFgBx.adaptive-delivery-prevent-bg, #PpDMT2iDD7ql40wsLNfUXF9JqbnXFgBx.lazyload, #PpDMT2iDD7ql40wsLNfUXF9JqbnXFgBx.lazyloading { background-image: none; }
#wk5fpq8vCKrfCo32dBeoVU62KzZNV0bQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gd2ZuBLx7pqEGiNAdVSbyR8XGC6n6nkr { background-color:#b6c4d5;background-image:url("https://images.assets-landingi.com/k9XFehQt/be_it.jpg");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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:6.875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:10.05517578125rem;left:58.40625rem;display:block; }#Gd2ZuBLx7pqEGiNAdVSbyR8XGC6n6nkr.adaptive-delivery-prevent-bg, #Gd2ZuBLx7pqEGiNAdVSbyR8XGC6n6nkr.lazyload, #Gd2ZuBLx7pqEGiNAdVSbyR8XGC6n6nkr.lazyloading { background-image: none; }
#k0KESxHeDCuluKyXN80MZKQHp1AkAlfX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K2p3FRtE0mZzQdHdxqNkdlsisAmHPRgc { background-color:#b6c4d5;background-image:url("https://images.assets-landingi.com/eEpf0Ldh/be_marketing.jpg");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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:6.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:18.09375rem;left:32.0625rem;display:block; }#K2p3FRtE0mZzQdHdxqNkdlsisAmHPRgc.adaptive-delivery-prevent-bg, #K2p3FRtE0mZzQdHdxqNkdlsisAmHPRgc.lazyload, #K2p3FRtE0mZzQdHdxqNkdlsisAmHPRgc.lazyloading { background-image: none; }
#KyQZ02TFdCEh38JskST21PPsLxlG3yDb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gKicgczOIZxNPaJlvELRJI0f4KtsDLIe { background-color:#b6c4d5;background-image:url("https://images.assets-landingi.com/J9H0CDLg/be_negocjacje.jpg");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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:6.875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:18.09375rem;left:45.21875rem;display:block; }#gKicgczOIZxNPaJlvELRJI0f4KtsDLIe.adaptive-delivery-prevent-bg, #gKicgczOIZxNPaJlvELRJI0f4KtsDLIe.lazyload, #gKicgczOIZxNPaJlvELRJI0f4KtsDLIe.lazyloading { background-image: none; }
#gyPPlv1E0Uq9WEFcZvWTOsiBX9et0CuF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gdTTTfBb0ALdvwT113gxwZ5ISEhzuCrC { background-color:#b6c4d5;background-image:url("https://images.assets-landingi.com/SDTXFw99/be_podstawy.jpg");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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:6.875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:18.09375rem;left:58.40625rem;display:block; }#gdTTTfBb0ALdvwT113gxwZ5ISEhzuCrC.adaptive-delivery-prevent-bg, #gdTTTfBb0ALdvwT113gxwZ5ISEhzuCrC.lazyload, #gdTTTfBb0ALdvwT113gxwZ5ISEhzuCrC.lazyloading { background-image: none; }
#L67EQwfCXJfSG7x4Q17NzzX4kguW4Zea { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GzvFIeIunobF4NTELSg60ZQQvo7TuSsu { background-color:#b6c4d5;background-image:url("https://images.assets-landingi.com/ax0EhSre/be_sprzedaz.jpg");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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:6.875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:26.349609375rem;left:32.0625rem;display:block; }#GzvFIeIunobF4NTELSg60ZQQvo7TuSsu.adaptive-delivery-prevent-bg, #GzvFIeIunobF4NTELSg60ZQQvo7TuSsu.lazyload, #GzvFIeIunobF4NTELSg60ZQQvo7TuSsu.lazyloading { background-image: none; }
#eclyE4hZ84wcMFTyZNMl6xkPQHPU9lJe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tw0Of38p2aRsUQ26QKmmpCxBvipF9z85 { background-color:#b6c4d5;background-image:url("https://images.assets-landingi.com/HYHuG6dx/bg_prez.jpg");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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:6.875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:26.375rem;left:45.21875rem;display:block; }#Tw0Of38p2aRsUQ26QKmmpCxBvipF9z85.adaptive-delivery-prevent-bg, #Tw0Of38p2aRsUQ26QKmmpCxBvipF9z85.lazyload, #Tw0Of38p2aRsUQ26QKmmpCxBvipF9z85.lazyloading { background-image: none; }
#oN2picsuMvz8KDQtQWpSe0hoW1u9cFxz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CEatLQZN4uAgcbiAhcS8T4D7f1bTKVrd { background-color:#b6c4d5;background-image:url("https://images.assets-landingi.com/sxCI4Iuk/be_zarzadzanie.jpg");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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:6.875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:26.375rem;left:58.40625rem;display:block; }#CEatLQZN4uAgcbiAhcS8T4D7f1bTKVrd.adaptive-delivery-prevent-bg, #CEatLQZN4uAgcbiAhcS8T4D7f1bTKVrd.lazyload, #CEatLQZN4uAgcbiAhcS8T4D7f1bTKVrd.lazyloading { background-image: none; }
#i0Tg7DeTyDVV47valMVFh1cuGGnqTSJT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iWzlp6xyzsTWkECavmas7opWAxuuqemS { color:#0f2966;display:block;width:37.5rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:36.9375rem;left:32.0625rem;height:5.3623rem;text-align:left;text-align-last:left;display:block; }
#wBLxBZ4HVpBNh4cXpriZx53uCWP0pR8d { color:#0f2966;display:block;width:35.0625rem;position:absolute;font-family:barlow-medium-nowe;font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:35.3125rem;left:32.1875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wcst08qeMvTDg07z8qJIEInUat8S6ptU { background-color:#b6c4d5;background-image:url("https://images.assets-landingi.com/WXgXaWCd/be_six2.jpg");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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:7.3125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:43.6875rem;left:45.25rem;display:block; }#wcst08qeMvTDg07z8qJIEInUat8S6ptU.adaptive-delivery-prevent-bg, #wcst08qeMvTDg07z8qJIEInUat8S6ptU.lazyload, #wcst08qeMvTDg07z8qJIEInUat8S6ptU.lazyloading { background-image: none; }
#GNdMCFn2lfIQd2yQqo1Db4ikZMPpoFtN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#htd7t2Q3zJTkLbUN1FAiuz8A4vtJ9asz { background-color:#b6c4d5;background-image:url("https://images.assets-landingi.com/YhGszvPS/be_six3.jpg");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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:6.875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:43.6875rem;left:58.4375rem;display:block; }#htd7t2Q3zJTkLbUN1FAiuz8A4vtJ9asz.adaptive-delivery-prevent-bg, #htd7t2Q3zJTkLbUN1FAiuz8A4vtJ9asz.lazyload, #htd7t2Q3zJTkLbUN1FAiuz8A4vtJ9asz.lazyloading { background-image: none; }
#fhCbLZOt2BTBuxoxXcwZ29aNVpkPQOLp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W7ibMyHm1O4MtHPL3lu8hTstMNNo7TIL { background-color:#b6c4d5;background-image:url("https://images.assets-landingi.com/h6Qxj7bs/be_six1.jpg");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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:7.3125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:43.6875rem;left:32.0625rem;display:block; }#W7ibMyHm1O4MtHPL3lu8hTstMNNo7TIL.adaptive-delivery-prevent-bg, #W7ibMyHm1O4MtHPL3lu8hTstMNNo7TIL.lazyload, #W7ibMyHm1O4MtHPL3lu8hTstMNNo7TIL.lazyloading { background-image: none; }
#n4inlWq9R9tR7VWDT4Uza9TgSnd5OmX4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ERUPtPt2ob2BTPbBfmVxGTF5ele6Ot9i { position:absolute;display:block;z-index:15001;background-color:#edf5fa;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:53.25rem;width:32.25rem;top:0rem;left:0rem;display:block; }
#A6WJ5915sg9EBNM2nmWnMvLVxgsHhG9V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdafc;background-image:none;position:relative;display:block; }#A6WJ5915sg9EBNM2nmWnMvLVxgsHhG9V > .row .container { background-color: transparent; background-image: none; }#A6WJ5915sg9EBNM2nmWnMvLVxgsHhG9V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6WJ5915sg9EBNM2nmWnMvLVxgsHhG9V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6WJ5915sg9EBNM2nmWnMvLVxgsHhG9V > .row .container > .video-iframe-container { display: none; }#A6WJ5915sg9EBNM2nmWnMvLVxgsHhG9V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6WJ5915sg9EBNM2nmWnMvLVxgsHhG9V > .row > .video-iframe-container { display: none; }#A6WJ5915sg9EBNM2nmWnMvLVxgsHhG9V > .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); }#A6WJ5915sg9EBNM2nmWnMvLVxgsHhG9V > .row .container { border-width: 0; border-radius: 0; }#A6WJ5915sg9EBNM2nmWnMvLVxgsHhG9V > .row > .video-iframe-container {  }#A6WJ5915sg9EBNM2nmWnMvLVxgsHhG9V > .row .container { font-size:0.875rem;font-family:arial;height:42.375rem;width:75rem;position:relative;display:block; }#BrfLkyQEpNvyRcGUrog8UgT0XfT6GhVZ { color:#2d2d7b;display:block;width:57.9375rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.4375rem;left:8.5rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#M1P9mro9UyNvXKUNivXH8alH0fpfwZed { position:absolute;display:block;z-index:15001;height:23.125rem;width:62.25rem;top:12.4375rem;left:6.375rem;display:block; }
#rOXBIeVOyAk7z0aOK6iub8G4T0MDrlF3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#706fd2;background-image:none;position:relative;display:block; }#rOXBIeVOyAk7z0aOK6iub8G4T0MDrlF3 > .row .container { background-color: transparent; background-image: none; }#rOXBIeVOyAk7z0aOK6iub8G4T0MDrlF3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rOXBIeVOyAk7z0aOK6iub8G4T0MDrlF3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rOXBIeVOyAk7z0aOK6iub8G4T0MDrlF3 > .row .container > .video-iframe-container { display: none; }#rOXBIeVOyAk7z0aOK6iub8G4T0MDrlF3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rOXBIeVOyAk7z0aOK6iub8G4T0MDrlF3 > .row > .video-iframe-container { display: none; }#rOXBIeVOyAk7z0aOK6iub8G4T0MDrlF3 > .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); }#rOXBIeVOyAk7z0aOK6iub8G4T0MDrlF3 > .row .container { border-width: 0; border-radius: 0; }#rOXBIeVOyAk7z0aOK6iub8G4T0MDrlF3 > .row > .video-iframe-container {  }#rOXBIeVOyAk7z0aOK6iub8G4T0MDrlF3 > .row .container { font-size:0.875rem;font-family:arial;height:32.5625rem;width:75rem;position:relative;display:block; }#mpE1sMaVobzFMpTQb66zTnapUouVMyZH { color:#dbd9ff;display:block;width:43.125rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:11.1875rem;left:0rem;height:8.286625rem;text-align:center;text-align-last:center;display:block; }
#NqllpPCGH7PKLGBCVpKC2OUo7cAL5yhy { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.0625rem;width:31.0625rem;top:1.5rem;left:43.9375rem;overflow:hidden;display:block; }
#UlNCW5s76dMhP7T9DWFx4Vu87cPlArSF { color:#dbd9ff;display:block;width:44.5rem;position:absolute;font-family:barlow-medium-nowe;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SfwTuCHutFNTA0a9qASmDBUtMpNEHmcv { background-color:#18194a;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:barlow;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:21.4375rem;left:13.5rem;display:block; }
#B75OFBE1tScKPPcUynCdBbUlk8sdQaM1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g9IygPQPfiUby2BWl1KTqsS59tf3MSQ9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#g9IygPQPfiUby2BWl1KTqsS59tf3MSQ9 > .row .container { background-color: transparent; background-image: none; }#g9IygPQPfiUby2BWl1KTqsS59tf3MSQ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g9IygPQPfiUby2BWl1KTqsS59tf3MSQ9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g9IygPQPfiUby2BWl1KTqsS59tf3MSQ9 > .row .container > .video-iframe-container { display: none; }#g9IygPQPfiUby2BWl1KTqsS59tf3MSQ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g9IygPQPfiUby2BWl1KTqsS59tf3MSQ9 > .row > .video-iframe-container { display: none; }#g9IygPQPfiUby2BWl1KTqsS59tf3MSQ9 > .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); }#g9IygPQPfiUby2BWl1KTqsS59tf3MSQ9 > .row .container { border-width: 0; border-radius: 0; }#g9IygPQPfiUby2BWl1KTqsS59tf3MSQ9 > .row > .video-iframe-container {  }#g9IygPQPfiUby2BWl1KTqsS59tf3MSQ9 > .row .container { font-size:0.875rem;font-family:arial;height:13.9375rem;width:75rem;position:relative;display:block; }#zU9DDcnmcgAzqlHF6cT9oFAcFKGvMpZ1 { color:#2d2d7b;display:block;width:57.9375rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.59375rem;left:8.53125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#pSCdCKHxkbBUE09MTcKC50l8u7wVrhJJ { color:#2d2d7b;display:block;width:44.5rem;position:absolute;font-family:barlow-medium-nowe;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:8.4375rem;left:15.25rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xdSVkyvJSocGzNp9TFibw2Bx24hkzT6D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#xdSVkyvJSocGzNp9TFibw2Bx24hkzT6D > .row .container { background-color: transparent; background-image: none; }#xdSVkyvJSocGzNp9TFibw2Bx24hkzT6D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdSVkyvJSocGzNp9TFibw2Bx24hkzT6D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdSVkyvJSocGzNp9TFibw2Bx24hkzT6D > .row .container > .video-iframe-container { display: none; }#xdSVkyvJSocGzNp9TFibw2Bx24hkzT6D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdSVkyvJSocGzNp9TFibw2Bx24hkzT6D > .row > .video-iframe-container { display: none; }#xdSVkyvJSocGzNp9TFibw2Bx24hkzT6D > .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); }#xdSVkyvJSocGzNp9TFibw2Bx24hkzT6D > .row .container { border-width: 0; border-radius: 0; }#xdSVkyvJSocGzNp9TFibw2Bx24hkzT6D > .row > .video-iframe-container {  }#xdSVkyvJSocGzNp9TFibw2Bx24hkzT6D > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#piPRnxndT4wpxq5SoOKlxxiTCLXf5JX5 { color:#2d2d7b;display:block;width:53.5625rem;position:absolute;font-family:barlow-medium-nowe;font-size:1.4375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:1.2529296875rem;left:4.1875rem;height:1.86865rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gTIkOOCghd21gXwJ5nc9Sfsn9LyWOg4H { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#LwGhShpXEtnQ68uLmkn1RXCyOyOMKCi6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d2e9f9;background-image:none;position:relative;display:block; }#LwGhShpXEtnQ68uLmkn1RXCyOyOMKCi6 > .row .container { background-color: transparent; background-image: none; }#LwGhShpXEtnQ68uLmkn1RXCyOyOMKCi6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwGhShpXEtnQ68uLmkn1RXCyOyOMKCi6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwGhShpXEtnQ68uLmkn1RXCyOyOMKCi6 > .row .container > .video-iframe-container { display: none; }#LwGhShpXEtnQ68uLmkn1RXCyOyOMKCi6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwGhShpXEtnQ68uLmkn1RXCyOyOMKCi6 > .row > .video-iframe-container { display: none; }#LwGhShpXEtnQ68uLmkn1RXCyOyOMKCi6 > .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); }#LwGhShpXEtnQ68uLmkn1RXCyOyOMKCi6 > .row .container { border-width: 0; border-radius: 0; }#LwGhShpXEtnQ68uLmkn1RXCyOyOMKCi6 > .row > .video-iframe-container {  }#LwGhShpXEtnQ68uLmkn1RXCyOyOMKCi6 > .row .container { font-size:0.875rem;font-family:arial;height:11.0625rem;width:75rem;position:relative;display:block; }#S3SJBpr4VEFXLVqmcfNPnTTO3F5uNmGq { color:#000000;display:block;width:75rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0.875rem;left:0rem;height:9.0986375rem;display:block; }
#uglS7nWTxZ9XTSGbkO6v5B0Cxkz5tftT { position:relative;display:block; }#uglS7nWTxZ9XTSGbkO6v5B0Cxkz5tftT { background-color: transparent; background-image: none; }#uglS7nWTxZ9XTSGbkO6v5B0Cxkz5tftT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uglS7nWTxZ9XTSGbkO6v5B0Cxkz5tftT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uglS7nWTxZ9XTSGbkO6v5B0Cxkz5tftT > .row .container > .video-iframe-container { display: none; }#uglS7nWTxZ9XTSGbkO6v5B0Cxkz5tftT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uglS7nWTxZ9XTSGbkO6v5B0Cxkz5tftT > .row > .video-iframe-container { display: none; }#uglS7nWTxZ9XTSGbkO6v5B0Cxkz5tftT > .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); }#uglS7nWTxZ9XTSGbkO6v5B0Cxkz5tftT { border-width: 0; border-radius: 0; }#uglS7nWTxZ9XTSGbkO6v5B0Cxkz5tftT > .row .container > .video-iframe-container {  }#uglS7nWTxZ9XTSGbkO6v5B0Cxkz5tftT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#IgQh1uZ8Tw60txShuT1wbCLZZyoRIkW6 { color:#2d2d7b;display:block;width:62.5rem;position:absolute;font-family:barlow-medium-nowe;font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.2529296875rem;left:4.1875rem;height:1.86865rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oCLkVAO3JGIHou7U8hTRMrzdlV4yEZmc { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#l658ToFtQAd7vMaX58aeVEZDSL4mUCee { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d2e9f9;background-image:none;position:relative;display:block; }#l658ToFtQAd7vMaX58aeVEZDSL4mUCee > .row .container { background-color: transparent; background-image: none; }#l658ToFtQAd7vMaX58aeVEZDSL4mUCee::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l658ToFtQAd7vMaX58aeVEZDSL4mUCee > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l658ToFtQAd7vMaX58aeVEZDSL4mUCee > .row .container > .video-iframe-container { display: none; }#l658ToFtQAd7vMaX58aeVEZDSL4mUCee > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l658ToFtQAd7vMaX58aeVEZDSL4mUCee > .row > .video-iframe-container { display: none; }#l658ToFtQAd7vMaX58aeVEZDSL4mUCee > .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); }#l658ToFtQAd7vMaX58aeVEZDSL4mUCee > .row .container { border-width: 0; border-radius: 0; }#l658ToFtQAd7vMaX58aeVEZDSL4mUCee > .row > .video-iframe-container {  }#l658ToFtQAd7vMaX58aeVEZDSL4mUCee > .row .container { font-size:0.875rem;font-family:arial;height:13.375rem;width:75rem;position:relative;display:block; }#vUMukQGcJ2IfM7NvsnHm3tSoUhhcNqrx { color:#000000;display:block;width:75rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.23828125rem;left:0rem;height:10.39845rem;display:block; }
#kKuEq8ZZTdqiODo5zTn8eS05DpGK4Pgh { position:relative;display:block; }#kKuEq8ZZTdqiODo5zTn8eS05DpGK4Pgh { background-color: transparent; background-image: none; }#kKuEq8ZZTdqiODo5zTn8eS05DpGK4Pgh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKuEq8ZZTdqiODo5zTn8eS05DpGK4Pgh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKuEq8ZZTdqiODo5zTn8eS05DpGK4Pgh > .row .container > .video-iframe-container { display: none; }#kKuEq8ZZTdqiODo5zTn8eS05DpGK4Pgh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKuEq8ZZTdqiODo5zTn8eS05DpGK4Pgh > .row > .video-iframe-container { display: none; }#kKuEq8ZZTdqiODo5zTn8eS05DpGK4Pgh > .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); }#kKuEq8ZZTdqiODo5zTn8eS05DpGK4Pgh { border-width: 0; border-radius: 0; }#kKuEq8ZZTdqiODo5zTn8eS05DpGK4Pgh > .row .container > .video-iframe-container {  }#kKuEq8ZZTdqiODo5zTn8eS05DpGK4Pgh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#XCnsa7pzaJ3G0iSeyH069irasxrt14C9 { color:#2d2d7b;display:block;width:62.5rem;position:absolute;font-family:barlow-medium-nowe;font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.25rem;left:4.1875rem;height:1.86865rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DlowKtoUuFNTx8G08s1kvsArGHnOnSRm { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#i87eTv9yWUOl3zFWdOvcBE1gD1M7yoJT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d2e9f9;background-image:none;position:relative;display:block; }#i87eTv9yWUOl3zFWdOvcBE1gD1M7yoJT > .row .container { background-color: transparent; background-image: none; }#i87eTv9yWUOl3zFWdOvcBE1gD1M7yoJT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i87eTv9yWUOl3zFWdOvcBE1gD1M7yoJT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i87eTv9yWUOl3zFWdOvcBE1gD1M7yoJT > .row .container > .video-iframe-container { display: none; }#i87eTv9yWUOl3zFWdOvcBE1gD1M7yoJT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i87eTv9yWUOl3zFWdOvcBE1gD1M7yoJT > .row > .video-iframe-container { display: none; }#i87eTv9yWUOl3zFWdOvcBE1gD1M7yoJT > .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); }#i87eTv9yWUOl3zFWdOvcBE1gD1M7yoJT > .row .container { border-width: 0; border-radius: 0; }#i87eTv9yWUOl3zFWdOvcBE1gD1M7yoJT > .row > .video-iframe-container {  }#i87eTv9yWUOl3zFWdOvcBE1gD1M7yoJT > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;position:relative;display:block; }#Nx71odwJuJ7XpRO5QGO7693UZmttCJLL { color:#000000;display:block;width:75rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.681640625rem;left:0rem;height:5.199225rem;display:block; }
#fvwxJZpNcUgpSF8dcswed1PTzmUTTNsK { position:relative;display:block; }#fvwxJZpNcUgpSF8dcswed1PTzmUTTNsK { background-color: transparent; background-image: none; }#fvwxJZpNcUgpSF8dcswed1PTzmUTTNsK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fvwxJZpNcUgpSF8dcswed1PTzmUTTNsK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fvwxJZpNcUgpSF8dcswed1PTzmUTTNsK > .row .container > .video-iframe-container { display: none; }#fvwxJZpNcUgpSF8dcswed1PTzmUTTNsK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fvwxJZpNcUgpSF8dcswed1PTzmUTTNsK > .row > .video-iframe-container { display: none; }#fvwxJZpNcUgpSF8dcswed1PTzmUTTNsK > .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); }#fvwxJZpNcUgpSF8dcswed1PTzmUTTNsK { border-width: 0; border-radius: 0; }#fvwxJZpNcUgpSF8dcswed1PTzmUTTNsK > .row .container > .video-iframe-container {  }#fvwxJZpNcUgpSF8dcswed1PTzmUTTNsK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#hiKBKyFlZPaCAQXtvDECI1E21wQaSqGP { color:#2d2d7b;display:block;width:62.5rem;position:absolute;font-family:barlow-medium-nowe;font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:1.25rem;left:4.1875rem;height:1.43771875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AL6FNlWA7pQduNiJsC3MWep9dLa3JkCn { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#UG5IJQoDISvX9dTX2Zi4u6gmGh1prq3p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d2e9f9;background-image:none;position:relative;display:block; }#UG5IJQoDISvX9dTX2Zi4u6gmGh1prq3p > .row .container { background-color: transparent; background-image: none; }#UG5IJQoDISvX9dTX2Zi4u6gmGh1prq3p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UG5IJQoDISvX9dTX2Zi4u6gmGh1prq3p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UG5IJQoDISvX9dTX2Zi4u6gmGh1prq3p > .row .container > .video-iframe-container { display: none; }#UG5IJQoDISvX9dTX2Zi4u6gmGh1prq3p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UG5IJQoDISvX9dTX2Zi4u6gmGh1prq3p > .row > .video-iframe-container { display: none; }#UG5IJQoDISvX9dTX2Zi4u6gmGh1prq3p > .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); }#UG5IJQoDISvX9dTX2Zi4u6gmGh1prq3p > .row .container { border-width: 0; border-radius: 0; }#UG5IJQoDISvX9dTX2Zi4u6gmGh1prq3p > .row > .video-iframe-container {  }#UG5IJQoDISvX9dTX2Zi4u6gmGh1prq3p > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:75rem;position:relative;display:block; }#lzGyUm8LpcvcQxzn1XcADeivoTIIMwx2 { color:#000000;display:block;width:75rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0.8935546875rem;left:0rem;height:3.8997375rem;display:block; }
#AO05a0xWLG18KXis8xdTUUQhlwR5wr1q { position:relative;display:block; }#AO05a0xWLG18KXis8xdTUUQhlwR5wr1q { background-color: transparent; background-image: none; }#AO05a0xWLG18KXis8xdTUUQhlwR5wr1q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AO05a0xWLG18KXis8xdTUUQhlwR5wr1q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AO05a0xWLG18KXis8xdTUUQhlwR5wr1q > .row .container > .video-iframe-container { display: none; }#AO05a0xWLG18KXis8xdTUUQhlwR5wr1q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AO05a0xWLG18KXis8xdTUUQhlwR5wr1q > .row > .video-iframe-container { display: none; }#AO05a0xWLG18KXis8xdTUUQhlwR5wr1q > .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); }#AO05a0xWLG18KXis8xdTUUQhlwR5wr1q { border-width: 0; border-radius: 0; }#AO05a0xWLG18KXis8xdTUUQhlwR5wr1q > .row .container > .video-iframe-container {  }#AO05a0xWLG18KXis8xdTUUQhlwR5wr1q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#BnA77R9zc2mWrZ434Z0lK2Dp9uXozZwX { color:#2d2d7b;display:block;width:62.5rem;position:absolute;font-family:barlow-medium-nowe;font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.25rem;left:4.1875rem;height:1.86865rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AbgWp6thRDpuzJwhoWCC9E9yhCTqWFQn { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#kTH8CVTRISe51xkwwTMV7DuflPSCpTC7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d2e9f9;background-image:none;position:relative;display:block; }#kTH8CVTRISe51xkwwTMV7DuflPSCpTC7 > .row .container { background-color: transparent; background-image: none; }#kTH8CVTRISe51xkwwTMV7DuflPSCpTC7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTH8CVTRISe51xkwwTMV7DuflPSCpTC7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTH8CVTRISe51xkwwTMV7DuflPSCpTC7 > .row .container > .video-iframe-container { display: none; }#kTH8CVTRISe51xkwwTMV7DuflPSCpTC7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTH8CVTRISe51xkwwTMV7DuflPSCpTC7 > .row > .video-iframe-container { display: none; }#kTH8CVTRISe51xkwwTMV7DuflPSCpTC7 > .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); }#kTH8CVTRISe51xkwwTMV7DuflPSCpTC7 > .row .container { border-width: 0; border-radius: 0; }#kTH8CVTRISe51xkwwTMV7DuflPSCpTC7 > .row > .video-iframe-container {  }#kTH8CVTRISe51xkwwTMV7DuflPSCpTC7 > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#TwNyeIJsdn7lstqVc5FzK8twWtAaUkcf { color:#000000;display:block;width:75rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.29345703125rem;left:0rem;height:2.599825rem;display:block; }
#zH5i4NJCl3B2kmI3rgl1cTz3h44tiwbw { position:relative;display:block; }#zH5i4NJCl3B2kmI3rgl1cTz3h44tiwbw { background-color: transparent; background-image: none; }#zH5i4NJCl3B2kmI3rgl1cTz3h44tiwbw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zH5i4NJCl3B2kmI3rgl1cTz3h44tiwbw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zH5i4NJCl3B2kmI3rgl1cTz3h44tiwbw > .row .container > .video-iframe-container { display: none; }#zH5i4NJCl3B2kmI3rgl1cTz3h44tiwbw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zH5i4NJCl3B2kmI3rgl1cTz3h44tiwbw > .row > .video-iframe-container { display: none; }#zH5i4NJCl3B2kmI3rgl1cTz3h44tiwbw > .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); }#zH5i4NJCl3B2kmI3rgl1cTz3h44tiwbw { border-width: 0; border-radius: 0; }#zH5i4NJCl3B2kmI3rgl1cTz3h44tiwbw > .row .container > .video-iframe-container {  }#zH5i4NJCl3B2kmI3rgl1cTz3h44tiwbw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#Xw1XLXzgxmJONHzuJ8hbCkCoR5CHkIQb { color:#2d2d7b;display:block;width:62.5rem;position:absolute;font-family:barlow-medium-nowe;font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.25rem;left:4.1875rem;height:1.86865rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HXE8s9TW4wxizE6BtVVT1572yVo1nEBK { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#fHm2e8ATiB1N1kTH78T3pbKJ0bddZTwh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d2e9f9;background-image:none;position:relative;display:block; }#fHm2e8ATiB1N1kTH78T3pbKJ0bddZTwh > .row .container { background-color: transparent; background-image: none; }#fHm2e8ATiB1N1kTH78T3pbKJ0bddZTwh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fHm2e8ATiB1N1kTH78T3pbKJ0bddZTwh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fHm2e8ATiB1N1kTH78T3pbKJ0bddZTwh > .row .container > .video-iframe-container { display: none; }#fHm2e8ATiB1N1kTH78T3pbKJ0bddZTwh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fHm2e8ATiB1N1kTH78T3pbKJ0bddZTwh > .row > .video-iframe-container { display: none; }#fHm2e8ATiB1N1kTH78T3pbKJ0bddZTwh > .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); }#fHm2e8ATiB1N1kTH78T3pbKJ0bddZTwh > .row .container { border-width: 0; border-radius: 0; }#fHm2e8ATiB1N1kTH78T3pbKJ0bddZTwh > .row > .video-iframe-container {  }#fHm2e8ATiB1N1kTH78T3pbKJ0bddZTwh > .row .container { font-size:0.875rem;font-family:arial;height:3.4375rem;width:75rem;position:relative;display:block; }#fpTIQxxSrJIG1K49ZcFBlPND9V1T35W6 { color:#000000;display:block;width:75rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0.880859375rem;left:0rem;height:1.2999125rem;display:block; }
#QMsBZtFffp0syQtwtiTLTXp4o0HKFSU5 { position:relative;display:block; }#QMsBZtFffp0syQtwtiTLTXp4o0HKFSU5 { background-color: transparent; background-image: none; }#QMsBZtFffp0syQtwtiTLTXp4o0HKFSU5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QMsBZtFffp0syQtwtiTLTXp4o0HKFSU5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QMsBZtFffp0syQtwtiTLTXp4o0HKFSU5 > .row .container > .video-iframe-container { display: none; }#QMsBZtFffp0syQtwtiTLTXp4o0HKFSU5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QMsBZtFffp0syQtwtiTLTXp4o0HKFSU5 > .row > .video-iframe-container { display: none; }#QMsBZtFffp0syQtwtiTLTXp4o0HKFSU5 > .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); }#QMsBZtFffp0syQtwtiTLTXp4o0HKFSU5 { border-width: 0; border-radius: 0; }#QMsBZtFffp0syQtwtiTLTXp4o0HKFSU5 > .row .container > .video-iframe-container {  }#QMsBZtFffp0syQtwtiTLTXp4o0HKFSU5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#rBmPdv6w4yEg8n6nFDmJAtu3eXvMdk4J { color:#2d2d7b;display:block;width:68.25rem;position:absolute;font-family:barlow-medium-nowe;font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.25rem;left:4.1875rem;height:1.86865rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pX6IWXXCwqWycdKV1dIPCwBpLPSXqSh6 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#EzmMayzy8hsvSsOr8B3Q0qA68VfQBqls { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d2e9f9;background-image:none;position:relative;display:block; }#EzmMayzy8hsvSsOr8B3Q0qA68VfQBqls > .row .container { background-color: transparent; background-image: none; }#EzmMayzy8hsvSsOr8B3Q0qA68VfQBqls::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EzmMayzy8hsvSsOr8B3Q0qA68VfQBqls > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EzmMayzy8hsvSsOr8B3Q0qA68VfQBqls > .row .container > .video-iframe-container { display: none; }#EzmMayzy8hsvSsOr8B3Q0qA68VfQBqls > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EzmMayzy8hsvSsOr8B3Q0qA68VfQBqls > .row > .video-iframe-container { display: none; }#EzmMayzy8hsvSsOr8B3Q0qA68VfQBqls > .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); }#EzmMayzy8hsvSsOr8B3Q0qA68VfQBqls > .row .container { border-width: 0; border-radius: 0; }#EzmMayzy8hsvSsOr8B3Q0qA68VfQBqls > .row > .video-iframe-container {  }#EzmMayzy8hsvSsOr8B3Q0qA68VfQBqls > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;position:relative;display:block; }#J39sQuvE8MMVqW8QLthKUVlZaJ9gLJhd { color:#000000;display:block;width:75rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0.9560546875rem;left:0rem;height:3.8997375rem;display:block; }
#bVPdvH1QXsT55rm2E2cSGgckw8PhOhh0 { position:relative;display:block; }#bVPdvH1QXsT55rm2E2cSGgckw8PhOhh0 { background-color: transparent; background-image: none; }#bVPdvH1QXsT55rm2E2cSGgckw8PhOhh0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVPdvH1QXsT55rm2E2cSGgckw8PhOhh0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVPdvH1QXsT55rm2E2cSGgckw8PhOhh0 > .row .container > .video-iframe-container { display: none; }#bVPdvH1QXsT55rm2E2cSGgckw8PhOhh0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVPdvH1QXsT55rm2E2cSGgckw8PhOhh0 > .row > .video-iframe-container { display: none; }#bVPdvH1QXsT55rm2E2cSGgckw8PhOhh0 > .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); }#bVPdvH1QXsT55rm2E2cSGgckw8PhOhh0 { border-width: 0; border-radius: 0; }#bVPdvH1QXsT55rm2E2cSGgckw8PhOhh0 > .row .container > .video-iframe-container {  }#bVPdvH1QXsT55rm2E2cSGgckw8PhOhh0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#Twt000ZA07mP025onGFTPitNoSMxsKXa { color:#2d2d7b;display:block;width:62.5rem;position:absolute;font-family:barlow-medium-nowe;font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.25rem;left:4.1875rem;height:1.86865rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iTmnLks8KfohiCQXwmRJsyMcCgC3Sqiw { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#GtXZz5H5PqpCQxGbkBAArx3VX9tMxSdn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d2e9f9;background-image:none;position:relative;display:block; }#GtXZz5H5PqpCQxGbkBAArx3VX9tMxSdn > .row .container { background-color: transparent; background-image: none; }#GtXZz5H5PqpCQxGbkBAArx3VX9tMxSdn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtXZz5H5PqpCQxGbkBAArx3VX9tMxSdn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtXZz5H5PqpCQxGbkBAArx3VX9tMxSdn > .row .container > .video-iframe-container { display: none; }#GtXZz5H5PqpCQxGbkBAArx3VX9tMxSdn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtXZz5H5PqpCQxGbkBAArx3VX9tMxSdn > .row > .video-iframe-container { display: none; }#GtXZz5H5PqpCQxGbkBAArx3VX9tMxSdn > .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); }#GtXZz5H5PqpCQxGbkBAArx3VX9tMxSdn > .row .container { border-width: 0; border-radius: 0; }#GtXZz5H5PqpCQxGbkBAArx3VX9tMxSdn > .row > .video-iframe-container {  }#GtXZz5H5PqpCQxGbkBAArx3VX9tMxSdn > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:block; }#oJ6T8rbkZuRwfltuck3p1HD4OwP8oXZo { color:#000000;display:block;width:75rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.10595703125rem;left:0rem;height:2.599825rem;display:block; }
#ZvgJTnRfmiGITcFGRteE0Vxd2pPyNzo4 { position:relative;display:block; }#ZvgJTnRfmiGITcFGRteE0Vxd2pPyNzo4 { background-color: transparent; background-image: none; }#ZvgJTnRfmiGITcFGRteE0Vxd2pPyNzo4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZvgJTnRfmiGITcFGRteE0Vxd2pPyNzo4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZvgJTnRfmiGITcFGRteE0Vxd2pPyNzo4 > .row .container > .video-iframe-container { display: none; }#ZvgJTnRfmiGITcFGRteE0Vxd2pPyNzo4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZvgJTnRfmiGITcFGRteE0Vxd2pPyNzo4 > .row > .video-iframe-container { display: none; }#ZvgJTnRfmiGITcFGRteE0Vxd2pPyNzo4 > .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); }#ZvgJTnRfmiGITcFGRteE0Vxd2pPyNzo4 { border-width: 0; border-radius: 0; }#ZvgJTnRfmiGITcFGRteE0Vxd2pPyNzo4 > .row .container > .video-iframe-container {  }#ZvgJTnRfmiGITcFGRteE0Vxd2pPyNzo4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#zRABpqVWo1TTchqvcSQiKnATMKDVotVc { color:#2d2d7b;display:block;width:62.5rem;position:absolute;font-family:barlow-medium-nowe;font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.25rem;left:4.1875rem;height:1.86865rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bXH9E37zGaV2XzRV5a89zFl4IFd55eo7 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#AToeSfaVfu5hXtqfAw5fv2y4AEshU64k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d2e9f9;background-image:none;position:relative;display:block; }#AToeSfaVfu5hXtqfAw5fv2y4AEshU64k > .row .container { background-color: transparent; background-image: none; }#AToeSfaVfu5hXtqfAw5fv2y4AEshU64k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AToeSfaVfu5hXtqfAw5fv2y4AEshU64k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AToeSfaVfu5hXtqfAw5fv2y4AEshU64k > .row .container > .video-iframe-container { display: none; }#AToeSfaVfu5hXtqfAw5fv2y4AEshU64k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AToeSfaVfu5hXtqfAw5fv2y4AEshU64k > .row > .video-iframe-container { display: none; }#AToeSfaVfu5hXtqfAw5fv2y4AEshU64k > .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); }#AToeSfaVfu5hXtqfAw5fv2y4AEshU64k > .row .container { border-width: 0; border-radius: 0; }#AToeSfaVfu5hXtqfAw5fv2y4AEshU64k > .row > .video-iframe-container {  }#AToeSfaVfu5hXtqfAw5fv2y4AEshU64k > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:75rem;position:relative;display:block; }#oSeAcHufJCncMZXM1QQVwTtrzgKWWteU { color:#000000;display:block;width:75rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0.9375rem;left:0rem;height:2.599825rem;display:block; }
#RBzfUrgqnzX0B6hfwROXkIPrkAucV3aR { position:relative;display:block; }#RBzfUrgqnzX0B6hfwROXkIPrkAucV3aR { background-color: transparent; background-image: none; }#RBzfUrgqnzX0B6hfwROXkIPrkAucV3aR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RBzfUrgqnzX0B6hfwROXkIPrkAucV3aR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RBzfUrgqnzX0B6hfwROXkIPrkAucV3aR > .row .container > .video-iframe-container { display: none; }#RBzfUrgqnzX0B6hfwROXkIPrkAucV3aR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RBzfUrgqnzX0B6hfwROXkIPrkAucV3aR > .row > .video-iframe-container { display: none; }#RBzfUrgqnzX0B6hfwROXkIPrkAucV3aR > .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); }#RBzfUrgqnzX0B6hfwROXkIPrkAucV3aR { border-width: 0; border-radius: 0; }#RBzfUrgqnzX0B6hfwROXkIPrkAucV3aR > .row .container > .video-iframe-container {  }#RBzfUrgqnzX0B6hfwROXkIPrkAucV3aR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#rW3iq9zRwT7ghXKyVNEpfhhXMNXVX0D4 { color:#2d2d7b;display:block;width:62.5rem;position:absolute;font-family:barlow-medium-nowe;font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.25rem;left:4.1875rem;height:1.86865rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WzCS7ILkndTc2HTZJIRyDiD7dJl8uTNI { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#mXMFpenrHfBK1qdGQQozorW5mwA5Z3Je { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d2e9f9;background-image:none;position:relative;display:block; }#mXMFpenrHfBK1qdGQQozorW5mwA5Z3Je > .row .container { background-color: transparent; background-image: none; }#mXMFpenrHfBK1qdGQQozorW5mwA5Z3Je::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXMFpenrHfBK1qdGQQozorW5mwA5Z3Je > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXMFpenrHfBK1qdGQQozorW5mwA5Z3Je > .row .container > .video-iframe-container { display: none; }#mXMFpenrHfBK1qdGQQozorW5mwA5Z3Je > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXMFpenrHfBK1qdGQQozorW5mwA5Z3Je > .row > .video-iframe-container { display: none; }#mXMFpenrHfBK1qdGQQozorW5mwA5Z3Je > .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); }#mXMFpenrHfBK1qdGQQozorW5mwA5Z3Je > .row .container { border-width: 0; border-radius: 0; }#mXMFpenrHfBK1qdGQQozorW5mwA5Z3Je > .row > .video-iframe-container {  }#mXMFpenrHfBK1qdGQQozorW5mwA5Z3Je > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:block; }#xrTvrroNWO12hgTPZlVxsCQ3R4xsNt31 { color:#000000;display:block;width:75rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:2.599825rem;display:block; }
#oGmURvlLdie26LMx2LEkW9StufeVum75 { position:relative;display:block; }#oGmURvlLdie26LMx2LEkW9StufeVum75 { background-color: transparent; background-image: none; }#oGmURvlLdie26LMx2LEkW9StufeVum75::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oGmURvlLdie26LMx2LEkW9StufeVum75 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oGmURvlLdie26LMx2LEkW9StufeVum75 > .row .container > .video-iframe-container { display: none; }#oGmURvlLdie26LMx2LEkW9StufeVum75 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oGmURvlLdie26LMx2LEkW9StufeVum75 > .row > .video-iframe-container { display: none; }#oGmURvlLdie26LMx2LEkW9StufeVum75 > .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); }#oGmURvlLdie26LMx2LEkW9StufeVum75 { border-width: 0; border-radius: 0; }#oGmURvlLdie26LMx2LEkW9StufeVum75 > .row .container > .video-iframe-container {  }#oGmURvlLdie26LMx2LEkW9StufeVum75 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#sFEZoTCAPQThE7dRuPz0le9SKrRygIWC { color:#2d2d7b;display:block;width:62.5rem;position:absolute;font-family:barlow-medium-nowe;font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.25rem;left:4.1875rem;height:1.86865rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#o3V6htnp0BaiQiGZzouvoOESWSUprXpp { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#N0CCReUgJGnewO4N7Gs1U6WnlqK49PNT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d2e9f9;background-image:none;position:relative;display:block; }#N0CCReUgJGnewO4N7Gs1U6WnlqK49PNT > .row .container { background-color: transparent; background-image: none; }#N0CCReUgJGnewO4N7Gs1U6WnlqK49PNT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N0CCReUgJGnewO4N7Gs1U6WnlqK49PNT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N0CCReUgJGnewO4N7Gs1U6WnlqK49PNT > .row .container > .video-iframe-container { display: none; }#N0CCReUgJGnewO4N7Gs1U6WnlqK49PNT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N0CCReUgJGnewO4N7Gs1U6WnlqK49PNT > .row > .video-iframe-container { display: none; }#N0CCReUgJGnewO4N7Gs1U6WnlqK49PNT > .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); }#N0CCReUgJGnewO4N7Gs1U6WnlqK49PNT > .row .container { border-width: 0; border-radius: 0; }#N0CCReUgJGnewO4N7Gs1U6WnlqK49PNT > .row > .video-iframe-container {  }#N0CCReUgJGnewO4N7Gs1U6WnlqK49PNT > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:75rem;position:relative;display:block; }#gtKxbQqWNO98odStNEkzWzQw2eOBI5nW { color:#000000;display:block;width:75rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.287109375rem;left:0rem;height:1.2999125rem;display:block; }
#O6dKhZls1cMBZkExOfPaNpCyI2FDLFQm { position:relative;display:block; }#O6dKhZls1cMBZkExOfPaNpCyI2FDLFQm { background-color: transparent; background-image: none; }#O6dKhZls1cMBZkExOfPaNpCyI2FDLFQm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6dKhZls1cMBZkExOfPaNpCyI2FDLFQm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6dKhZls1cMBZkExOfPaNpCyI2FDLFQm > .row .container > .video-iframe-container { display: none; }#O6dKhZls1cMBZkExOfPaNpCyI2FDLFQm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6dKhZls1cMBZkExOfPaNpCyI2FDLFQm > .row > .video-iframe-container { display: none; }#O6dKhZls1cMBZkExOfPaNpCyI2FDLFQm > .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); }#O6dKhZls1cMBZkExOfPaNpCyI2FDLFQm { border-width: 0; border-radius: 0; }#O6dKhZls1cMBZkExOfPaNpCyI2FDLFQm > .row .container > .video-iframe-container {  }#O6dKhZls1cMBZkExOfPaNpCyI2FDLFQm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#PSJCClXSpFixoatS27pILbJznab46pc5 { color:#2d2d7b;display:block;width:62.5rem;position:absolute;font-family:barlow-medium-nowe;font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.25rem;left:4.1875rem;height:1.86865rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DBFGcFWhFwT1Z4dlStViLCp1Sb1aVLZX { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#uxPaH5ffc1WgEKD4p8EOaCd0GhPRPnX5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d2e9f9;background-image:none;position:relative;display:block; }#uxPaH5ffc1WgEKD4p8EOaCd0GhPRPnX5 > .row .container { background-color: transparent; background-image: none; }#uxPaH5ffc1WgEKD4p8EOaCd0GhPRPnX5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxPaH5ffc1WgEKD4p8EOaCd0GhPRPnX5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxPaH5ffc1WgEKD4p8EOaCd0GhPRPnX5 > .row .container > .video-iframe-container { display: none; }#uxPaH5ffc1WgEKD4p8EOaCd0GhPRPnX5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxPaH5ffc1WgEKD4p8EOaCd0GhPRPnX5 > .row > .video-iframe-container { display: none; }#uxPaH5ffc1WgEKD4p8EOaCd0GhPRPnX5 > .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); }#uxPaH5ffc1WgEKD4p8EOaCd0GhPRPnX5 > .row .container { border-width: 0; border-radius: 0; }#uxPaH5ffc1WgEKD4p8EOaCd0GhPRPnX5 > .row > .video-iframe-container {  }#uxPaH5ffc1WgEKD4p8EOaCd0GhPRPnX5 > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#FTwZtywZctipZQ711vBFVzH67KQ5cptu { color:#000000;display:block;width:75rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.01220703125rem;left:0rem;height:2.599825rem;display:block; }
#TeEub9VgSs1kgkmxtTnm5pvGOXffIrS3 { position:relative;display:block; }#TeEub9VgSs1kgkmxtTnm5pvGOXffIrS3 { background-color: transparent; background-image: none; }#TeEub9VgSs1kgkmxtTnm5pvGOXffIrS3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeEub9VgSs1kgkmxtTnm5pvGOXffIrS3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeEub9VgSs1kgkmxtTnm5pvGOXffIrS3 > .row .container > .video-iframe-container { display: none; }#TeEub9VgSs1kgkmxtTnm5pvGOXffIrS3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeEub9VgSs1kgkmxtTnm5pvGOXffIrS3 > .row > .video-iframe-container { display: none; }#TeEub9VgSs1kgkmxtTnm5pvGOXffIrS3 > .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); }#TeEub9VgSs1kgkmxtTnm5pvGOXffIrS3 { border-width: 0; border-radius: 0; }#TeEub9VgSs1kgkmxtTnm5pvGOXffIrS3 > .row .container > .video-iframe-container {  }#TeEub9VgSs1kgkmxtTnm5pvGOXffIrS3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#v9t06W2teJHdyWttDIgaqCrcX9Jxw7RO { color:#2d2d7b;display:block;width:62.5rem;position:absolute;font-family:barlow-medium-nowe;font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.25rem;left:4.1875rem;height:1.86865rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WQ6Thp7nDDVgHAcJITtI6akkfS7NMSyX { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#riE2xKV9JZCdivnTyOBneFetB0bQoUMi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d2e9f9;background-image:none;position:relative;display:block; }#riE2xKV9JZCdivnTyOBneFetB0bQoUMi > .row .container { background-color: transparent; background-image: none; }#riE2xKV9JZCdivnTyOBneFetB0bQoUMi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riE2xKV9JZCdivnTyOBneFetB0bQoUMi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riE2xKV9JZCdivnTyOBneFetB0bQoUMi > .row .container > .video-iframe-container { display: none; }#riE2xKV9JZCdivnTyOBneFetB0bQoUMi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riE2xKV9JZCdivnTyOBneFetB0bQoUMi > .row > .video-iframe-container { display: none; }#riE2xKV9JZCdivnTyOBneFetB0bQoUMi > .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); }#riE2xKV9JZCdivnTyOBneFetB0bQoUMi > .row .container { border-width: 0; border-radius: 0; }#riE2xKV9JZCdivnTyOBneFetB0bQoUMi > .row > .video-iframe-container {  }#riE2xKV9JZCdivnTyOBneFetB0bQoUMi > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:75rem;position:relative;display:block; }#AtBDa0cyouZWISRCqRnFqJyBPyuenTT6 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.625rem;width:10.8125rem;top:0.873046875rem;left:0rem;overflow:hidden;display:block; }
#Bw7cuDsCQu9IMDazkIJZuUfEZRUpEPdo { color:#000000;display:block;width:62.5rem;position:absolute;font-family:barlow;font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.873046875rem;left:12.5rem;height:16.97801875rem;display:block; }
#TwA7ozXlheM6A9tySqR9CH05wXrLN0pD { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5rem;width:16.875rem;top:17.8505859375rem;left:56.93603515625rem;overflow:hidden;display:block; }
#ngBcBM9lKdWclOA2gca28bbF0UDWSqSc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ngBcBM9lKdWclOA2gca28bbF0UDWSqSc > .row .container { background-color: transparent; background-image: none; }#ngBcBM9lKdWclOA2gca28bbF0UDWSqSc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ngBcBM9lKdWclOA2gca28bbF0UDWSqSc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ngBcBM9lKdWclOA2gca28bbF0UDWSqSc > .row .container > .video-iframe-container { display: none; }#ngBcBM9lKdWclOA2gca28bbF0UDWSqSc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ngBcBM9lKdWclOA2gca28bbF0UDWSqSc > .row > .video-iframe-container { display: none; }#ngBcBM9lKdWclOA2gca28bbF0UDWSqSc > .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); }#ngBcBM9lKdWclOA2gca28bbF0UDWSqSc > .row .container { border-width: 0; border-radius: 0; }#ngBcBM9lKdWclOA2gca28bbF0UDWSqSc > .row > .video-iframe-container {  }#ngBcBM9lKdWclOA2gca28bbF0UDWSqSc > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:block; }#wRtHvIU5tc9gqFEifQnKcMA0eIg59oML { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.1875rem;width:50rem;top:4.84375rem;left:0rem;overflow:hidden;display:block; }
#FkDsFeMbxfMKe6LdBxcqb0viLiQ9SWom { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:16.9375rem;left:52.8125rem;height:8.77441875rem;display:block; }
#lmw6TaRPFDrwuotCgJyCK0i7yPXsk5Sg { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:11.3125rem;top:12.6875rem;left:52.8125rem;overflow:hidden;display:block; }
#AOFWC7Gc5w56nKp24CecQTcstOwWG4aS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#AOFWC7Gc5w56nKp24CecQTcstOwWG4aS > .row .container { background-color: transparent; background-image: none; }#AOFWC7Gc5w56nKp24CecQTcstOwWG4aS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AOFWC7Gc5w56nKp24CecQTcstOwWG4aS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AOFWC7Gc5w56nKp24CecQTcstOwWG4aS > .row .container > .video-iframe-container { display: none; }#AOFWC7Gc5w56nKp24CecQTcstOwWG4aS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AOFWC7Gc5w56nKp24CecQTcstOwWG4aS > .row > .video-iframe-container { display: none; }#AOFWC7Gc5w56nKp24CecQTcstOwWG4aS > .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); }#AOFWC7Gc5w56nKp24CecQTcstOwWG4aS > .row .container { border-width: 0; border-radius: 0; }#AOFWC7Gc5w56nKp24CecQTcstOwWG4aS > .row > .video-iframe-container {  }#AOFWC7Gc5w56nKp24CecQTcstOwWG4aS > .row .container { font-size:0.875rem;font-family:arial;height:32.5625rem;width:75rem;position:relative;display:block; }#bMThIgyS3D3DzMb01L0mgdLEIG2raktn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27rem;width:50rem;top:0rem;left:25rem;overflow:hidden;display:block; }
#hvXhk87w01Ze56KeRKzRohqWrAwmpi7g { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.64990234375rem;left:0rem;height:11.699225rem;display:block; }
#gPwpO2UTpScoDkg1X1TPWknFlfvQT4W5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#gPwpO2UTpScoDkg1X1TPWknFlfvQT4W5 > .row .container { background-color: transparent; background-image: none; }#gPwpO2UTpScoDkg1X1TPWknFlfvQT4W5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPwpO2UTpScoDkg1X1TPWknFlfvQT4W5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPwpO2UTpScoDkg1X1TPWknFlfvQT4W5 > .row .container > .video-iframe-container { display: none; }#gPwpO2UTpScoDkg1X1TPWknFlfvQT4W5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPwpO2UTpScoDkg1X1TPWknFlfvQT4W5 > .row > .video-iframe-container { display: none; }#gPwpO2UTpScoDkg1X1TPWknFlfvQT4W5 > .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); }#gPwpO2UTpScoDkg1X1TPWknFlfvQT4W5 > .row .container { border-width: 0; border-radius: 0; }#gPwpO2UTpScoDkg1X1TPWknFlfvQT4W5 > .row > .video-iframe-container {  }#gPwpO2UTpScoDkg1X1TPWknFlfvQT4W5 > .row .container { font-size:0.875rem;font-family:arial;height:31.75rem;width:75rem;position:relative;display:block; }#vqU7yJn3kbQ2sJQkKFufHtWOMZXTwhMJ { background-color:#f7ba4e;background-image:url("https://images.assets-landingi.com/sbOk8VLL/zolty_przycisk.jpg");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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.4) ;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:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:4.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:9.25rem;left:49.875rem;display:block; }#vqU7yJn3kbQ2sJQkKFufHtWOMZXTwhMJ.adaptive-delivery-prevent-bg, #vqU7yJn3kbQ2sJQkKFufHtWOMZXTwhMJ.lazyload, #vqU7yJn3kbQ2sJQkKFufHtWOMZXTwhMJ.lazyloading { background-image: none; }
#s0DOUwbOtcfBwcxgDNqgFz7sTRimzqSp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zJxWoygJvL0lxUtJWdcIfixe4o8ZkXxm { background-color:#00612f;background-image:url("https://images.assets-landingi.com/jBU8zdSh/zielony_przycisk.jpg");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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;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:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.1875rem;height:4.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:14.9375rem;left:49.875rem;display:block; }#zJxWoygJvL0lxUtJWdcIfixe4o8ZkXxm.adaptive-delivery-prevent-bg, #zJxWoygJvL0lxUtJWdcIfixe4o8ZkXxm.lazyload, #zJxWoygJvL0lxUtJWdcIfixe4o8ZkXxm.lazyloading { background-image: none; }
#Q5BGMEiuSBgUJZ7aanuXBZkwc2tlz51H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DSWOvotweaTRpl6nbgwM2QJK911Tg66o { background-color:#dc2a3d;background-image:url("https://images.assets-landingi.com/LtfTVxCo/czerwony_przycisk.jpg");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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;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:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.125rem;height:4.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:20.625rem;left:49.875rem;display:block; }#DSWOvotweaTRpl6nbgwM2QJK911Tg66o.adaptive-delivery-prevent-bg, #DSWOvotweaTRpl6nbgwM2QJK911Tg66o.lazyload, #DSWOvotweaTRpl6nbgwM2QJK911Tg66o.lazyloading { background-image: none; }
#GMdtKmeGnTt1xFB9GN8ggbFNzzRWS3L0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XKVT4wFtGyg5E56wZQa8HRpOaNOIHUTw { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.0625rem;width:44.6875rem;top:0rem;left:0rem;display:block; }
#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:none;position:relative;display:block; }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .row .container { background-color: transparent; background-image: none; }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .row .container > .video-iframe-container { display: none; }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .row > .video-iframe-container { display: none; }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .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); }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .row .container { border-width: 0; border-radius: 0; }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .row > .video-iframe-container {  }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .row .container { font-size:0.875rem;font-family:"open sans";height:17.875rem;width:75rem;position:relative;display:block; }#hePhDuO7FkIQZ5AytumC0hQWkMDfXTUt { color:#2f2a80;display:block;width:23.4375rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.216796875rem;left:25.75rem;height:9.09864375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VHdriO4vfmp3NOm0TSZDwgGWy0sucTiU { color:#000000;display:block;width:12.5rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5625rem;left:31.25rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#KielANdqOZXgdbIAMtTZ21ggpe99XvOK { color:#000000;display:block;width:13.25rem;position:absolute;font-family:barlow;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.216796875rem;left:54.25rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#waXDvruWctg2L22T2Vdn3za9t4tOeyZq { color:#2f2a80;display:block;width:12.5rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.5625rem;left:7.5rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#X4NQ6za98eQn4OzOVl4t3HoB4HWWSHFt { color:#000000;display:block;width:10.1875rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.6484375rem;left:55.75rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#MJILRO2HuhRr4lpruBPHTMf1pOGWEZi8 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:6.8125rem;top:5.404296875rem;left:4.75rem;overflow:hidden;display:block; }
#LHS2J5cxh5DUXyvvp1tZ9Z5FH9ML5h0I { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:6.6875rem;top:5.404296875rem;left:13.75rem;overflow:hidden;display:block; }
#RpE2fE12MpTO7urldvgBsil0FNN23rmE { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.6875rem;width:5.375rem;top:11.0625rem;left:5.6875rem;overflow:hidden;display:block; }
#u3GI3PuFKunFuU63QRTCQIcC8wWbD475 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:8.75rem;top:8.998046875rem;left:8.25rem;overflow:hidden;display:block; }
#o3MzoeOBI4wX4eHwaZ3Kf8v8LnLfVSGV { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:7.0625rem;top:11.3125rem;left:14.21875rem;overflow:hidden;display:block; }
#zEdafZkrKWtzUgcZ2JTlz37nxtw7wwgM { position:absolute;display:block;z-index:15001;height:2.0625rem;width:14.1875rem;top:11.0625rem;left:60.8125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk { display:block; }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JWlKibGSX8LguSsTbpws8ziLKaUzTesN { width:37.125rem;height:2.1875rem;top:1.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy { width:18rem;height:5.0625rem;display:flex;top:3.6875rem;left:28.5rem;z-index:15003; }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #BK3VKaJsIqVhOXw3wEAWwnIuhBbykruh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #fb27rr1TTZW7U98QyKvIKPAAs3vLkacq {  }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #LR8pXkSyW8JNdr32aXlsW2XnvcP8Q1zl {  }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #TcP3KKsBi1VmTOqlzCIvbXxxZfKnSfqI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #IJhKT7LhoQo2aBSdcslIUGnVfZDJVJ9J {  }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #aTdZ5PEnixxmw2ub82Wd42H5BeFFmoAW {  }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #d4n5OxeuL4OyRCCH5RibRgkOBeDE1Wry { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #qTkiTILykrqzfgibCItOAVvT8vnnJaae {  }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #FK5TmPi4UBeWvPCr2dSb5ci19wTEiN4J {  }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #qeXLxxfx1MPCgeXTprFpVA824g91LGUV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #bTDxuB0LB8iAAPoZ8ZLRflc3lEbbFSP6 {  }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #q1S4PcXcRJVsiXltkkRyVwxUZUG5C0aR {  }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HT2OPPypdDTFQ00keuXez82H3XTSPU0A { width:8.25rem;height:4.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6KgpXeKLSlibpiiimgooafHm5ECbuIc { width:35.375rem;height:3.5rem;top:4.625rem;left:4.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnbzOmtwRlDaKLy8uGAULWTyVlrbDTVs { width:35.4375rem;height:1.8125rem;top:8.8125rem;left:4.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfMQVWsTsdJ3kGhsr65O8cBwbTe9Z6yA { width:8.875rem;height:3.9375rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1yAqyUkTPhPlPL1W4ql30iruMPKwuli { width:32.625rem;height:7.375rem;top:4.125rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #KffJDl7zB3ksGbLPW7Rzm8rDlAC5lEW1 { display:block; }#KffJDl7zB3ksGbLPW7Rzm8rDlAC5lEW1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QyoVirwC5eJ9az1aqhBU8p1WELNy59MZ { width:21.375rem;height:4.5rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kByssqxH4VR1LLNpH99x2lMr3NRxpvf7 { display:block; }
 }@media only screen and (max-width: 763px) { #e7paRqxSUx96ZT2NBodL2EpTt6f065fX { width:23.1875rem;height:4.5rem;top:1.5rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGHOHTfUiBx1CIeJtJLU4I1pmvt80UJa { display:block; }
 }@media only screen and (max-width: 763px) { #py4wMHlgtyWRCAM7bMkZi6Uvdd6cM9Ca { width:25.125rem;height:4.5rem;top:1.5rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCrQTFKfTwrtOVIxQTgbzAHUTI5SLZ18 { display:block; }
 }@media only screen and (max-width: 763px) { #txJlXVksnG22WJNMgT1oTTKXU9wSamGy { display:block; }#txJlXVksnG22WJNMgT1oTTKXU9wSamGy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m0tfk8nNfvaSIbiTp2ZcAHITqIBvQvnE { display:block; }#m0tfk8nNfvaSIbiTp2ZcAHITqIBvQvnE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hll5TOGpz9ETMcNmWD3AhoqKmi33l3Pm { width:21.3125rem;height:22.875rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8XksotFJWNoxgE674vTriqfQEAuuO4Q { width:39.5rem;height:2.625rem;top:4.6875rem;left:8.25rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhG26zuscoHMNZJVkpcTJliydzSaIzIu { width:19.5625rem;height:1.1875rem;top:3.125rem;left:14.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5302DkL3uBTJXM4DLfMmUcTP04LAxhA { width:12.625rem;height:16.5625rem;top:12.0625rem;left:14.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWQzDXT6i3LtfTJOz0gPw6ww7anygc4m { width:21.3125rem;height:3.4375rem;top:33.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6Tp0GOga3QR594XCvTMBzPzBqU1vSgw { display:block; }
 }@media only screen and (max-width: 763px) { #iLOOKA3ghTvD5NnGSGRpvwS6g3VWdLez { width:12.0625rem;height:3.375rem;top:28rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeGJ65qJ3k7XVx8ZEDFev8TKwR0Jmq1N { width:8.75rem;height:2.625rem;top:28.375rem;left:0.4375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElplMZHcSs7QcMQX0fI0siyvThpV2JHw { width:8.1875rem;height:2.625rem;top:28.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOLOgkHvGiNrprI5mCRoUqbd2bfHUd9I { width:21.3125rem;height:3.4375rem;top:38.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvesC3ukLWyTPyWNRN3oMO9wtUiiuWa0 { display:block; }
 }@media only screen and (max-width: 763px) { #UyMe9b7K8LaIXN9KwxwpwsJoQpsR8tAv { width:25.0625rem;height:47rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRok0ufsP4cbvc537x2agefOEpVbgRvw { width:29.125rem;height:16.1875rem;top:12.0625rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRn71TqzDrB3Fn16geR4ILFCrWZf6ngS { width:43rem;height:9.625rem;top:30.6875rem;left:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVPG2u6SO9FmDiDP1znK06iIaqdM5Jqa { width:7.1875rem;height:2rem;top:8.375rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0Peznpv6z57k9Q63Uy7WVN6BpUyerN4 { width:47.75rem;height:47rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rD2ZMLHTltWubvAdv88EI3JqEq6QM7aZ { width:15.8125rem;height:2.9375rem;top:41.9375rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSIvJTf55SOcMshPFtsEiQ7yXoM3CHKS { display:block; }
 }@media only screen and (max-width: 763px) { #TzJt71DyEWTTxCtn3pJutoIavSp1T2tC { display:block; }#TzJt71DyEWTTxCtn3pJutoIavSp1T2tC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #maT1aSBIICx5ADx4Pr7NkxPFALIxRQV5 { width:21.3125rem;height:22.875rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wS4yJKXzwDJkd6u7UJOZBtHHAcTWy2ZS { width:39.5rem;height:2.625rem;top:4.6875rem;left:8.25rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmrwDg5ulH2TLnloFtBgS4KBQcrMOKVz { width:19.5625rem;height:1.1875rem;top:3.125rem;left:14.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZEarSAH5B4CF6JbmtdSAGHH15TNZIz6 { width:12.625rem;height:16.5625rem;top:12.0625rem;left:14.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5fSANkCpkTAAHHXvz8iO8B9nrlLTV2B { width:21.3125rem;height:3.4375rem;top:33.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uviCtgOt435yGHeLKnIX6ca2ET44DodM { display:block; }
 }@media only screen and (max-width: 763px) { #HqsGidOZcRi21tr8tCVPZ8hOqLuScurw { width:12.0625rem;height:3.375rem;top:28rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0oEH1Sc5nNzAKU7vwoPxmMe1Vzh5T1u { width:8.75rem;height:2.625rem;top:28.375rem;left:0.4375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hamyt3A5HKNinaBpxfmlSImrlruQem6N { width:8.1875rem;height:2.625rem;top:28.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xpg9BpXB6k3LfrwP2z1DSH6De9oGdtUV { width:21.3125rem;height:3.4375rem;top:38.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0AxcuLdeuBQ3Rn7iPUi3hCsHM6m5cO6 { display:block; }
 }@media only screen and (max-width: 763px) { #f4SG7Sub1g3OJFvHskVoaEfT7rDEDHO5 { width:25.0625rem;height:46.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o21PT2OEcR697GOkkabL7cAhnBsFkDqP { width:29.125rem;height:16.1875rem;top:12.0625rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7O4Osnyr45LxGMwx6Dh1tggrh7Pu1mt { width:43rem;height:8.25rem;top:30.6875rem;left:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #diyy7ZgUgGn80ECJ9wWyh9V7RvU52SWh { width:8.1875rem;height:2rem;top:8.375rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGMs98RWHaNbCSdPR3RgUJhWmX8xT6sf { width:47.75rem;height:46.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHbTOSsyp2cGzUaMXleB5nksoPEXvhey { width:15.8125rem;height:2.9375rem;top:40.6875rem;left:14.36083984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzKcfTTcbwpQLgmPntb1FrmSFOnHqxpR { display:block; }
 }@media only screen and (max-width: 763px) { #REElKIsAkNstTTB7hrSrr5pmCqEoWzeS { display:block; }#REElKIsAkNstTTB7hrSrr5pmCqEoWzeS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BB4dkfDHzVOP3JQTf4fuzkF0OdOTqgDc { width:21.3125rem;height:22.875rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4I9G8Xntmr7Dhky95KMKEPfOVIzW9tu { width:39.5rem;height:2.625rem;top:4.6875rem;left:8.25rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFIg3efCeKpuGH9rxsaxbMncZUcfPH2m { width:19.5625rem;height:1.1875rem;top:3.125rem;left:14.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGXhMF0FM3p6WeoCnFBBThcecm463l0b { width:12.625rem;height:15.1875rem;top:12.0625rem;left:14.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSqVcQhx5bsOpVyAMqhu3ymO5IRZPmIq { width:21.3125rem;height:3.4375rem;top:33.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUhZQLcTodUtVqMS4xh4PLLn3Wn1EZXn { display:block; }
 }@media only screen and (max-width: 763px) { #lJUWviotzVXP6E3oC2vJTrV1ESU1HSbQ { width:12.0625rem;height:3.375rem;top:28rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlNTllAty1pHrpiA6wr5NC9J5oyczs9R { width:8.75rem;height:2.625rem;top:28.375rem;left:0.4375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ru1URbw181HiTLbGTr0KSDbxGXX5Bbw3 { width:8.1875rem;height:2.625rem;top:28.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #egMI486XiIkOPqrL1VTsKhx5nIvDxbJ2 { width:21.3125rem;height:3.4375rem;top:38.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzsAl3bK1RBCrit8br4idXfTkZAiPZHl { display:block; }
 }@media only screen and (max-width: 763px) { #Q2F7Xpi07vFJhOd0gd4aOQhq10ZwLgQ6 { width:25.0625rem;height:46.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXxDDKsier90HQZtkONMAaS15DnXtmS4 { width:29.125rem;height:16.1875rem;top:12.0625rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gucnfn134m1opdvTfMCR8qXAST1VCqv7 { width:43rem;height:8.25rem;top:31.0625rem;left:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9xCuN5BpMM5EPNlJl0KvIs64vqUQ2uu { width:9.3125rem;height:2rem;top:8.375rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMytrXqHU1LD2pUMry3OH7Z9OfyLqMhZ { width:47.75rem;height:46.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mH1BxZmEEl7ZxyvdCLomDT3Tf6ZBxKJJ { width:15.8125rem;height:2.9375rem;top:41.125rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIzvP1uaSk84glBIH6XZp1wx8InXprW6 { display:block; }
 }@media only screen and (max-width: 763px) { #xMOF1NydZyQ1fyp8NHBzz3COmKXKeLq8 { display:none; }#xMOF1NydZyQ1fyp8NHBzz3COmKXKeLq8 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tyMqXVi3wCx2IdKvUe43KULSeQx68Rqi { width:47.75rem;height:4.875rem;top:3.0625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxQmUy7wBbfPLq2HEdn6uEv8v4fbNMta { width:31.25rem;height:2.4375rem;top:20rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST4cyFyl0JbhGBa3o62FZqVvh61PUc60 { width:4.75rem;height:4.375rem;top:14.625rem;left:10.625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrDczyHOZloWeJMl2Vkg4lQ0iOvcfsUD { width:30.875rem;height:3.25rem;top:23.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ascfHwzdAyVA9MMRUlUI4koNf47cXBVP { width:5.8125rem;height:5.8125rem;top:13.5625rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhIwQTBaGfkWroVNWh2JqKVJ4x75nNZO { width:47.75rem;height:2.4375rem;top:31.75rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyZZ8gsRDyJpyCR1fG8IR3TydUmdcn8g { width:31.25rem;height:2.4375rem;top:20.0625rem;left:0.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kW8GNFtrtmHuToE7Qa5wGLTuEdCZ2iQm { width:30.875rem;height:4.875rem;top:23.875rem;left:0.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xdk3n2F6HTRBdQkyPfyhqrs6XogevcUg { width:5.8125rem;height:5.8125rem;top:13.625rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KR32f4Mx5OKkfCT71Tzqvs2SETxxacU4 { width:4.75rem;height:4.375rem;top:14.6875rem;left:31.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #appc1IT4E4IRKRuJ67ePSJiri51hsRST { display:block; }#appc1IT4E4IRKRuJ67ePSJiri51hsRST > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxK1tygrzPeDs1My2yrMW5zflk18rkCN { width:47.75rem;height:3.25rem;top:4.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHKTcoUktoB2WU4RW2Etchl7v0lMVPed { display:block; }#MHKTcoUktoB2WU4RW2Etchl7v0lMVPed > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NMPk8oTtQyiaftbPLvuWqpOzJS7TILUo { width:32.875rem;height:24rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TStKUGllnioIzqflfLPoXc2TBGf0q0Iu { width:33.75rem;height:2.3125rem;top:29.3125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bm0sAoiqrPdevwa8UXMlehuF4n6Cx9St { width:19.5625rem;height:1.1875rem;top:27.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwDLlX0xI13i1ESr1AFFNyIb9KnUd5G1 { width:20rem;height:3.4375rem;top:36.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAS4ebtCJwLWbc0TA1ZzKMmF6Nll5lgx { display:block; }
 }@media only screen and (max-width: 763px) { #VQmLXKiEixP0laGQNcUVMGWqLGFJonR3 { width:11.3125rem;height:3.375rem;top:32.375rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxLUIKiIHDx7yogr3odTWXGEGXSnHh9q { width:8.4375rem;height:2.625rem;top:32.6875rem;left:6.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdLFsHNIT4PRJ52yzOEVkI94TmbnsBUg { width:8.1875rem;height:2.625rem;top:32.75rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTkNlHo5tu1ISlttf7UWnBiNn1RMQQlu { width:36.5625rem;height:42.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #it5RFWSMpn7zSceRSckPNlKl0cMbkpVi { width:32.875rem;height:24rem;top:1.875rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CixoFi0ez162bBb4dUhlgFkInNnEJJ7P { width:34.625rem;height:2.375rem;top:29.3125rem;left:13.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtlC7ypyZkaTDzlzXfIqnl8m5kDWi6Lm { width:19.5625rem;height:1.1875rem;top:27.4375rem;left:28.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqS1cexLHd0dTm42DOuWQ7UUNW8iioG3 { width:20rem;height:3.4375rem;top:36.6875rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIokUvon9Uwzwu4l7URo6D4QQX432rN1 { display:block; }
 }@media only screen and (max-width: 763px) { #GPaWGs1DVhQDdDsPJaxyFWTe6mOIJ1Ny { width:11.3125rem;height:3.375rem;top:32.375rem;left:34.375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #prZBcQ7MzDLzIScbNn5NwyXGCDnZiabh { width:8.4375rem;height:2.625rem;top:32.75rem;left:39.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVKgCKdb7ELnhKMCtwHnp9aX2BNHNcJI { width:8.1875rem;height:2.625rem;top:32.75rem;left:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtQ6dJGAcLRTkwDP8pnCZxR0CAlIq4qQ { width:36.5625rem;height:42.5625rem;top:0rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3BEph05XgV78l8Gk2Kl3ozJqXpVy9up { display:block; }#q3BEph05XgV78l8Gk2Kl3ozJqXpVy9up > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EyBXDOBoCPblGU4K8LZaTsE9fVDVUTXt { width:47.75rem;height:24rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUBcEbshFXLpcQhsSR6Ih3LeTMMZCbnU { width:47.75rem;height:2.3125rem;top:29.3125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H56eLh6t8E96nFn9RQprlzvMovFU777v { width:36.625rem;height:1.1875rem;top:27.5rem;left:5.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vt1WurKMA7OyT6DBudMaS0I4hOaz9G2N { width:20rem;height:3.4375rem;top:36.875rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAPP2NNX580y8qdTWIrpSZmlgPtcla1K { display:block; }
 }@media only screen and (max-width: 763px) { #MrukPr0kmHOEsyt3qObRTXEVdDf1qbLO { width:11.3125rem;height:3.375rem;top:32.5625rem;left:14.75rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoMU8IZmt7lxhPiLZVA4Q8arsXX9XZhe { width:8.4375rem;height:2.625rem;top:32.9375rem;left:25.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #igpRBN5e5XfxTDvvrD3ZQzCVvlIKPSfn { width:8.1875rem;height:2.625rem;top:32.9375rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSVquK08ETP6tdCw8MztNPVNOqDsM8Ra { width:47.75rem;height:42.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0dCX7qFSUsu3DSgT6z9evQZJlBsLKn0 { display:block; }#E0dCX7qFSUsu3DSgT6z9evQZJlBsLKn0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fy7EG79KkDURD1AGyfdoHTLv3T2r1Cnt { width:40.8125rem;height:7.75rem;top:9.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aELhQvT9knPXde3rPX146tsOpytcihDk { width:40.9375rem;height:1.625rem;top:6.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0JeOwTmiWqI1eJeuMEydDhFZBSKD0gc { width:17.5rem;height:3.4375rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIPlAX93nD5SQdr7aeTb53w59iQcdsFw { display:block; }
 }@media only screen and (max-width: 763px) { #pyTzX0Zt67lE78LpLESQeNoq0JLRxrR7 { display:block; }#pyTzX0Zt67lE78LpLESQeNoq0JLRxrR7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NbFbOVPBGF8QmAWIEETHzFidwPxrCUp9 { width:47.75rem;height:3.25rem;top:4.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dvp0CcciPxi5kE38PENJ7ZtWENliaWbS { display:block; }#Dvp0CcciPxi5kE38PENJ7ZtWENliaWbS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iKLTky18BpW4Pw7VmiTBt9RIQNdQIu4B { width:23.75rem;height:50rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7he1g7ZgVhVHXxzDGDwNAgdp89vSzEd { width:12.4375rem;height:15.75rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B00wsHf3hatTbbnTc3RG4FTEbQD639q0 { width:19.9375rem;height:2.625rem;top:20.9375rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnuxKI3BZs5acfPQqOnMk4sqfPDXEVcW { width:19.5625rem;height:1.1875rem;top:19.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuRBktIAA4zh3W11TooIwm54X0FOu5dr { width:20.25rem;height:8.25rem;top:24.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsDb8nQ1sepuQUyhOAifgLGetZor2meW { width:20rem;height:3.4375rem;top:40.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAQtdaBFiT5QFsWxbC60Kn0XJ45evzwS { display:block; }
 }@media only screen and (max-width: 763px) { #JnnManbwLHGz8gzHMiFfWuuuHLPZKfEp { width:8.4375rem;height:3.375rem;top:35.875rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQQzkbv0MT6nsfnIDWG0VZmwTTKe51cl { width:8.4375rem;height:2.625rem;top:36.25rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9XTZOdLHphEw5Mvka9kHUglNxWlA1Rt { width:8.1875rem;height:2.625rem;top:36.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #isHQUOU4GZePALUPqkcQATKivK2feKIZ { width:20rem;height:3.4375rem;top:44.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzBx9X9tdKBnt8mUwTd35PJ0pvUgB70U { display:block; }
 }@media only screen and (max-width: 763px) { #NBKwTerS36kxXcARC7A7HP8nUQeoXXA7 { width:23.75rem;height:50rem;top:0rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIBk1FFK1he8MprgcwWPyia6RaQtTb99 { width:20.25rem;height:8.25rem;top:24.25rem;left:13.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3A57dqDHJQk3EEVvliDaLwwLwbSsiWD { width:20rem;height:3.4375rem;top:40.125rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0PPvOVuqwhRpQCZT9Mu7KG1VlaWg7Ma { display:block; }
 }@media only screen and (max-width: 763px) { #PkAV09yTvSco73LSwMRHkGFEyZR4TPcn { width:8.4375rem;height:2.625rem;top:36.25rem;left:23.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvg0N7ITAVG1tgl66nyz152Tb3i2HRFf { width:8.1875rem;height:2.625rem;top:36.25rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UldE8LH6FNhmluKEQzmMu8yx5IwqiiwM { width:20rem;height:3.4375rem;top:44.625rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZ8opzgri3sLcgpp53aKzUVbUcbIPOE5 { display:block; }
 }@media only screen and (max-width: 763px) { #rbCDGBVt0m63NKVKym0lIturH3p5GWaT { width:19.9375rem;height:2.625rem;top:20.9375rem;left:13.8125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9WcD7TFAQ7ryiwLfmZ9yWQkg05b0fbg { width:8.4375rem;height:3.375rem;top:35.875rem;left:13.9375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvXkwfHp2T7EEVrh79Wdp5p9KHK0gfg0 { width:19.5625rem;height:1.1875rem;top:19.3125rem;left:13.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3b7BrqZJ9P9IK1PblDuZfJRbrkn93Nm { width:12.4375rem;height:15.75rem;top:1.6875rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fs45eluHPXIX6gi56s9ihZVAIvcJSp4m { width:20.25rem;height:11rem;top:24.25rem;left:27.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PHQfF8oUqDI2WgeUiuct3lKJnl5aBnC5 { width:20rem;height:3.4375rem;top:40.125rem;left:27.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RNiFhZGqDSq1wvwTHZdeTEihot151dgJ { display:block; }
 }@media only screen and (max-width: 763px) { #J9iPDpFds4aiqg69lClv5kxyRxh2ci6H { width:8.4375rem;height:2.625rem;top:36.25rem;left:39.3125rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Th3t8clwZMcDiczhwIBfhPWTelv3waQd { width:8.1875rem;height:2.625rem;top:36.25rem;left:39.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yrmSmNJENC16S5NLBl6R3B95oLI674NW { width:20rem;height:3.4375rem;top:44.625rem;left:27.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #iqA8t9t1ogQnoT4K0PXagtyQ87qZ4slS { display:block; }
 }@media only screen and (max-width: 763px) { #zwDk5us74gsaszO1ByR4yT7wAEyFTgQT { width:8.4375rem;height:3.375rem;top:35.875rem;left:39.3125rem;font-size:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iU4ITiT44X9zP7xNBHKe05b1HqUVJXXJ { width:20.75rem;height:2.5625rem;top:20.9375rem;left:27rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wqZIkQsTbBmWIPVsZyg3cgLhkZGpAN2E { width:19.5625rem;height:1.1875rem;top:19.3125rem;left:28.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xMJWofsTfJRMxbM4W7ArdZo48iL9uNeQ { width:12.4375rem;height:15.75rem;top:1.6875rem;left:35.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FNH9yISNtkhtOV5O2TDhReoLDp4OoDRn { width:23.75rem;height:50rem;top:0rem;left:24rem;display:none; }
 }@media only screen and (max-width: 763px) { #gIUN9nEmwbFMGEhymkBG7dZnhrICVuiR { display:block; }#gIUN9nEmwbFMGEhymkBG7dZnhrICVuiR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lSh60gHDn5XgNeLiJLPJHp42ycasamVZ { width:23.75rem;height:50rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppQlf4yPDOP9kRugTUWOlMQmGtRfkmGW { width:12.4375rem;height:15.75rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRrVDAvZJTw51E6faLUxq3C9fi5whyIm { width:19.9375rem;height:2.625rem;top:20.9375rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8T6e5IZ6Fzy5NZeltRgWHOg4pRDpTzQ { width:19.5625rem;height:1.1875rem;top:19.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtAaVRevfJZkARr6uABT8cxeASWBADE1 { width:20.25rem;height:8.25rem;top:24.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBFzIXJLC4rsiJhEksLegOBISrfwkERE { width:20rem;height:3.4375rem;top:40.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #niNlHTTS3bFumd1W3rXXnK3iATMhIsiE { display:block; }
 }@media only screen and (max-width: 763px) { #wQRGaWizTKAuT9Q48pxxOqKhSAMt3X3N { width:8.9375rem;height:3.375rem;top:35.875rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IW8GKLI1TOmin7b8KNEqqnwSZe70mUXa { width:8.4375rem;height:2.625rem;top:36.25rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2aA3tlBeoLa5i8onNOyqMkT8GURsofU { width:8rem;height:2.375rem;top:36.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Npg1m3ALUgyszuxykJJXvwhbTC4p3nB9 { width:20rem;height:3.4375rem;top:44.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfCUBSxHvM11vZ7fIZgAfloSz0APd6lW { display:block; }
 }@media only screen and (max-width: 763px) { #Adpcvg3q8BhfwiUDI1KaolJHIXPhshDI { width:23.75rem;height:50rem;top:0rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnDntTMy3bdG2R4BK5AGK2vmJkgFRUxL { width:20.25rem;height:8.25rem;top:24.25rem;left:13.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5S6BNDfzxPTTD8c2UhZVmW7TUysBM7h { width:20rem;height:3.4375rem;top:40.125rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwgszaGMS6Gue9Dbz5kRVR5IyGQrikP1 { display:block; }
 }@media only screen and (max-width: 763px) { #eT6dNECEqUvRELTxyFOWPQH4VsfnDq6p { width:8.4375rem;height:2.625rem;top:36.25rem;left:23.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3TZx39qrz9EvuzdgQE9JHFi5dWhdyUo { width:8.1875rem;height:2.625rem;top:36.25rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRHZ92dZsF813vtv09RfaTzTzd2fp5ua { width:20rem;height:3.4375rem;top:44.625rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x04R6eDoJGorFqFfh3Tl1Q87Wo0ASfQi { display:block; }
 }@media only screen and (max-width: 763px) { #yrqGnKBTSlnqAImwz0Z6FTfyEsG38yeo { width:19.9375rem;height:2.625rem;top:20.9375rem;left:13.8125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #obMbacaKfVGCORyI3FwHuUbQD0Hre0At { width:8.4375rem;height:3.375rem;top:35.875rem;left:13.9375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v58vANJQ3e3V7zwsif6JmfLQF7cEMtMk { width:19.5625rem;height:1.1875rem;top:19.3125rem;left:13.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvJcUlBpnkQQKn2w6Np4emxQ7dKyyg8J { width:12.4375rem;height:15.75rem;top:1.6875rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3FI1MTTIxqlxXkS8JX55CGI7SP6nuHb { width:20.25rem;height:9.625rem;top:24.25rem;left:27.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #I0QCmWOAd62fT8JJznfKus6bpNLh1dmk { width:20rem;height:3.4375rem;top:40.125rem;left:27.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #c1tLwy00XknzIJvGveotho8nhSJXRZH6 { display:block; }
 }@media only screen and (max-width: 763px) { #esrfbv2ZZnqBMDKp8FqUi6ueQfXU3AZg { width:10.0625rem;height:2.5rem;top:36.1875rem;left:37.6875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZBsebMml6LVfXXmW6rlxzURJwdQ7CLL0 { width:7.5625rem;height:2.375rem;top:36.0625rem;left:40.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xm3Bh52nn5ICNH8iEca7Go4k9Q88CR8A { width:20rem;height:3.4375rem;top:44.625rem;left:27.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lKnwmTu3p3bt4zpaldAwMohMFU7ccGQv { display:block; }
 }@media only screen and (max-width: 763px) { #doVTgm9EBghK0v9CyOzQHTlcKfz5h41v { width:11.375rem;height:3.125rem;top:35.875rem;left:36.375rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sBCTMenJ8twwdTBQZe4BT6qmwxM3lCFu { width:19.9375rem;height:2.625rem;top:20.9375rem;left:27.8125rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PTGc5zMV6ZSoTr9z8k2lAThNWByIuHpk { width:19.5625rem;height:1.1875rem;top:19.3125rem;left:28.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oZofy0duTJrpJ216fOZvnl5DBW0G3Gg2 { width:12.4375rem;height:15.75rem;top:1.6875rem;left:35.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vu34ZuXuqFRip4KfpwwwrVHQwqp4sBrV { width:23.75rem;height:50rem;top:0rem;left:24rem;display:none; }
 }@media only screen and (max-width: 763px) { #QACK7Mv5eygIigrmtxVV1y04vTxOrQUL { display:block; }#QACK7Mv5eygIigrmtxVV1y04vTxOrQUL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PKqxduvE8aalmD0D4BiHgRwJl1osSRqC { width:21.3125rem;height:15.6875rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLqi9EU4zbDD3OEcZ7p5xtBPfqcAcav2 { width:19.9375rem;height:2.625rem;top:20.9375rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZHlUhHoZ5HiIN0ZhU2CH1LmeXIq6SPe { width:19.5625rem;height:1.1875rem;top:19.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hymFIToABIVwBi5tRRWpwxMALTqoR7LD { width:20.25rem;height:12.4375rem;top:24.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEsvtD05iMfzJI2XCSvys0SLeRD9wUlf { width:20rem;height:3.4375rem;top:42.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRCmOD8BQDW0c27hUFgutGCQ9B3JdzeA { display:block; }
 }@media only screen and (max-width: 763px) { #rfrExg4oKJOh3Z4GpyRqBK7wUKZlfHLI { width:10.375rem;height:3.375rem;top:38.375rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCtQlGErUVpWaTcOki9K138W9NMNofzt { width:8.4375rem;height:2.625rem;top:38.75rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #StscwKLKTbDDIKTbcxWykqDVasXSk59U { width:8.1875rem;height:2.625rem;top:38.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuSramlHkrzdUra3W1h6v5eX7CKqJRPs { width:20rem;height:3.4375rem;top:47.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuDABWQHMr4BhNecINwTJVcJ4W4t24P0 { display:block; }
 }@media only screen and (max-width: 763px) { #M01XsRZyrGO222wHWMPA1q784DZMSysJ { width:45.875rem;height:53.25rem;top:0rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAbU9JWv58CSy8O2ih6OeTOSSqUszuvg { width:37.5rem;height:5.3125rem;top:3.3125rem;left:10.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vR6xcGiLN95EnvnDEHR8m0zs4XH559bE { width:35.0625rem;height:1.1875rem;top:1.6875rem;left:12.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrqc0TiXgRin5KLuc7wREyLwzt6NMNr7 { width:10.6875rem;height:6.875rem;top:10rem;left:18.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrPF2qsKb0iO2WXXE7dgiOk4QPmsQdKp { display:block; }
 }@media only screen and (max-width: 763px) { #PpDMT2iDD7ql40wsLNfUXF9JqbnXFgBx { width:10.6875rem;height:6.875rem;top:10rem;left:31.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wk5fpq8vCKrfCo32dBeoVU62KzZNV0bQ { display:block; }
 }@media only screen and (max-width: 763px) { #Gd2ZuBLx7pqEGiNAdVSbyR8XGC6n6nkr { width:10.6875rem;height:6.875rem;top:10rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0KESxHeDCuluKyXN80MZKQHp1AkAlfX { display:block; }
 }@media only screen and (max-width: 763px) { #K2p3FRtE0mZzQdHdxqNkdlsisAmHPRgc { width:10.6875rem;height:6.875rem;top:18.0625rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyQZ02TFdCEh38JskST21PPsLxlG3yDb { display:block; }
 }@media only screen and (max-width: 763px) { #gKicgczOIZxNPaJlvELRJI0f4KtsDLIe { width:10.6875rem;height:6.875rem;top:18.0625rem;left:31.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyPPlv1E0Uq9WEFcZvWTOsiBX9et0CuF { display:block; }
 }@media only screen and (max-width: 763px) { #gdTTTfBb0ALdvwT113gxwZ5ISEhzuCrC { width:10.6875rem;height:6.875rem;top:18.0625rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L67EQwfCXJfSG7x4Q17NzzX4kguW4Zea { display:block; }
 }@media only screen and (max-width: 763px) { #GzvFIeIunobF4NTELSg60ZQQvo7TuSsu { width:10.6875rem;height:6.875rem;top:26.3125rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eclyE4hZ84wcMFTyZNMl6xkPQHPU9lJe { display:block; }
 }@media only screen and (max-width: 763px) { #Tw0Of38p2aRsUQ26QKmmpCxBvipF9z85 { width:10.6875rem;height:6.875rem;top:26.375rem;left:31.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oN2picsuMvz8KDQtQWpSe0hoW1u9cFxz { display:block; }
 }@media only screen and (max-width: 763px) { #CEatLQZN4uAgcbiAhcS8T4D7f1bTKVrd { width:10.6875rem;height:6.875rem;top:26.375rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0Tg7DeTyDVV47valMVFh1cuGGnqTSJT { display:block; }
 }@media only screen and (max-width: 763px) { #iWzlp6xyzsTWkECavmas7opWAxuuqemS { width:37.5rem;height:5.3125rem;top:36.9375rem;left:10.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBLxBZ4HVpBNh4cXpriZx53uCWP0pR8d { width:35.0625rem;height:1.1875rem;top:35.3125rem;left:12.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcst08qeMvTDg07z8qJIEInUat8S6ptU { width:10.6875rem;height:7.3125rem;top:43.6875rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNdMCFn2lfIQd2yQqo1Db4ikZMPpoFtN { display:block; }
 }@media only screen and (max-width: 763px) { #htd7t2Q3zJTkLbUN1FAiuz8A4vtJ9asz { width:10.6875rem;height:6.875rem;top:43.6875rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhCbLZOt2BTBuxoxXcwZ29aNVpkPQOLp { display:block; }
 }@media only screen and (max-width: 763px) { #W7ibMyHm1O4MtHPL3lu8hTstMNNo7TIL { width:10.6875rem;height:7.3125rem;top:43.6875rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4inlWq9R9tR7VWDT4Uza9TgSnd5OmX4 { display:block; }
 }@media only screen and (max-width: 763px) { #ERUPtPt2ob2BTPbBfmVxGTF5ele6Ot9i { width:32.25rem;height:53.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6WJ5915sg9EBNM2nmWnMvLVxgsHhG9V { display:block; }#A6WJ5915sg9EBNM2nmWnMvLVxgsHhG9V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BrfLkyQEpNvyRcGUrog8UgT0XfT6GhVZ { width:47.75rem;height:3.25rem;top:5.4375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1P9mro9UyNvXKUNivXH8alH0fpfwZed { width:47.75rem;height:23.125rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOXBIeVOyAk7z0aOK6iub8G4T0MDrlF3 { display:block; }#rOXBIeVOyAk7z0aOK6iub8G4T0MDrlF3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mpE1sMaVobzFMpTQb66zTnapUouVMyZH { width:43.125rem;height:8.25rem;top:11.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqllpPCGH7PKLGBCVpKC2OUo7cAL5yhy { width:31.0625rem;height:31.0625rem;top:1.5rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlNCW5s76dMhP7T9DWFx4Vu87cPlArSF { width:44.5rem;height:1.625rem;top:8rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfwTuCHutFNTA0a9qASmDBUtMpNEHmcv { width:17.5rem;height:3.4375rem;top:21.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B75OFBE1tScKPPcUynCdBbUlk8sdQaM1 { display:block; }
 }@media only screen and (max-width: 763px) { #g9IygPQPfiUby2BWl1KTqsS59tf3MSQ9 { display:block; }#g9IygPQPfiUby2BWl1KTqsS59tf3MSQ9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zU9DDcnmcgAzqlHF6cT9oFAcFKGvMpZ1 { width:47.75rem;height:3.25rem;top:4.5625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSCdCKHxkbBUE09MTcKC50l8u7wVrhJJ { width:44.5rem;height:1.625rem;top:8.4375rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdSVkyvJSocGzNp9TFibw2Bx24hkzT6D { display:block; }#xdSVkyvJSocGzNp9TFibw2Bx24hkzT6D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #piPRnxndT4wpxq5SoOKlxxiTCLXf5JX5 { width:47.75rem;height:1.8125rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTIkOOCghd21gXwJ5nc9Sfsn9LyWOg4H { width:3.125rem;height:3.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwGhShpXEtnQ68uLmkn1RXCyOyOMKCi6 { display:block; }#LwGhShpXEtnQ68uLmkn1RXCyOyOMKCi6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S3SJBpr4VEFXLVqmcfNPnTTO3F5uNmGq { width:47.75rem;height:9.0625rem;top:0.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uglS7nWTxZ9XTSGbkO6v5B0Cxkz5tftT { display:block; }#uglS7nWTxZ9XTSGbkO6v5B0Cxkz5tftT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IgQh1uZ8Tw60txShuT1wbCLZZyoRIkW6 { width:47.75rem;height:1.8125rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCLkVAO3JGIHou7U8hTRMrzdlV4yEZmc { width:3.125rem;height:3.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l658ToFtQAd7vMaX58aeVEZDSL4mUCee { display:block; }#l658ToFtQAd7vMaX58aeVEZDSL4mUCee > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vUMukQGcJ2IfM7NvsnHm3tSoUhhcNqrx { width:47.75rem;height:10.375rem;top:1.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKuEq8ZZTdqiODo5zTn8eS05DpGK4Pgh { display:block; }#kKuEq8ZZTdqiODo5zTn8eS05DpGK4Pgh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XCnsa7pzaJ3G0iSeyH069irasxrt14C9 { width:47.75rem;height:1.8125rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlowKtoUuFNTx8G08s1kvsArGHnOnSRm { width:3.125rem;height:3.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i87eTv9yWUOl3zFWdOvcBE1gD1M7yoJT { display:block; }#i87eTv9yWUOl3zFWdOvcBE1gD1M7yoJT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nx71odwJuJ7XpRO5QGO7693UZmttCJLL { width:47.75rem;height:5.1875rem;top:1.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvwxJZpNcUgpSF8dcswed1PTzmUTTNsK { display:block; }#fvwxJZpNcUgpSF8dcswed1PTzmUTTNsK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hiKBKyFlZPaCAQXtvDECI1E21wQaSqGP { width:47.75rem;height:1.4375rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AL6FNlWA7pQduNiJsC3MWep9dLa3JkCn { width:3.125rem;height:3.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UG5IJQoDISvX9dTX2Zi4u6gmGh1prq3p { display:block; }#UG5IJQoDISvX9dTX2Zi4u6gmGh1prq3p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lzGyUm8LpcvcQxzn1XcADeivoTIIMwx2 { width:47.75rem;height:3.875rem;top:0.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AO05a0xWLG18KXis8xdTUUQhlwR5wr1q { display:block; }#AO05a0xWLG18KXis8xdTUUQhlwR5wr1q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BnA77R9zc2mWrZ434Z0lK2Dp9uXozZwX { width:47.75rem;height:1.8125rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbgWp6thRDpuzJwhoWCC9E9yhCTqWFQn { width:3.125rem;height:3.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTH8CVTRISe51xkwwTMV7DuflPSCpTC7 { display:block; }#kTH8CVTRISe51xkwwTMV7DuflPSCpTC7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TwNyeIJsdn7lstqVc5FzK8twWtAaUkcf { width:47.75rem;height:2.5625rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zH5i4NJCl3B2kmI3rgl1cTz3h44tiwbw { display:block; }#zH5i4NJCl3B2kmI3rgl1cTz3h44tiwbw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xw1XLXzgxmJONHzuJ8hbCkCoR5CHkIQb { width:47.75rem;height:1.8125rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXE8s9TW4wxizE6BtVVT1572yVo1nEBK { width:3.125rem;height:3.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHm2e8ATiB1N1kTH78T3pbKJ0bddZTwh { display:block; }#fHm2e8ATiB1N1kTH78T3pbKJ0bddZTwh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fpTIQxxSrJIG1K49ZcFBlPND9V1T35W6 { width:47.75rem;height:1.25rem;top:0.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMsBZtFffp0syQtwtiTLTXp4o0HKFSU5 { display:block; }#QMsBZtFffp0syQtwtiTLTXp4o0HKFSU5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rBmPdv6w4yEg8n6nFDmJAtu3eXvMdk4J { width:47.75rem;height:1.875rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pX6IWXXCwqWycdKV1dIPCwBpLPSXqSh6 { width:3.125rem;height:3.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzmMayzy8hsvSsOr8B3Q0qA68VfQBqls { display:block; }#EzmMayzy8hsvSsOr8B3Q0qA68VfQBqls > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J39sQuvE8MMVqW8QLthKUVlZaJ9gLJhd { width:47.75rem;height:3.875rem;top:0.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVPdvH1QXsT55rm2E2cSGgckw8PhOhh0 { display:block; }#bVPdvH1QXsT55rm2E2cSGgckw8PhOhh0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Twt000ZA07mP025onGFTPitNoSMxsKXa { width:47.75rem;height:1.8125rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTmnLks8KfohiCQXwmRJsyMcCgC3Sqiw { width:3.125rem;height:3.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtXZz5H5PqpCQxGbkBAArx3VX9tMxSdn { display:block; }#GtXZz5H5PqpCQxGbkBAArx3VX9tMxSdn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJ6T8rbkZuRwfltuck3p1HD4OwP8oXZo { width:47.75rem;height:2.5625rem;top:1.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvgJTnRfmiGITcFGRteE0Vxd2pPyNzo4 { display:block; }#ZvgJTnRfmiGITcFGRteE0Vxd2pPyNzo4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zRABpqVWo1TTchqvcSQiKnATMKDVotVc { width:47.75rem;height:1.8125rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXH9E37zGaV2XzRV5a89zFl4IFd55eo7 { width:3.125rem;height:3.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AToeSfaVfu5hXtqfAw5fv2y4AEshU64k { display:block; }#AToeSfaVfu5hXtqfAw5fv2y4AEshU64k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oSeAcHufJCncMZXM1QQVwTtrzgKWWteU { width:47.75rem;height:2.5rem;top:0.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBzfUrgqnzX0B6hfwROXkIPrkAucV3aR { display:block; }#RBzfUrgqnzX0B6hfwROXkIPrkAucV3aR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rW3iq9zRwT7ghXKyVNEpfhhXMNXVX0D4 { width:47.75rem;height:1.8125rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzCS7ILkndTc2HTZJIRyDiD7dJl8uTNI { width:3.125rem;height:3.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXMFpenrHfBK1qdGQQozorW5mwA5Z3Je { display:block; }#mXMFpenrHfBK1qdGQQozorW5mwA5Z3Je > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xrTvrroNWO12hgTPZlVxsCQ3R4xsNt31 { width:47.75rem;height:2.5rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGmURvlLdie26LMx2LEkW9StufeVum75 { display:block; }#oGmURvlLdie26LMx2LEkW9StufeVum75 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sFEZoTCAPQThE7dRuPz0le9SKrRygIWC { width:47.75rem;height:1.8125rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3V6htnp0BaiQiGZzouvoOESWSUprXpp { width:3.125rem;height:3.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0CCReUgJGnewO4N7Gs1U6WnlqK49PNT { display:block; }#N0CCReUgJGnewO4N7Gs1U6WnlqK49PNT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gtKxbQqWNO98odStNEkzWzQw2eOBI5nW { width:47.75rem;height:1.25rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6dKhZls1cMBZkExOfPaNpCyI2FDLFQm { display:block; }#O6dKhZls1cMBZkExOfPaNpCyI2FDLFQm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PSJCClXSpFixoatS27pILbJznab46pc5 { width:47.75rem;height:1.8125rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBFGcFWhFwT1Z4dlStViLCp1Sb1aVLZX { width:3.125rem;height:3.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxPaH5ffc1WgEKD4p8EOaCd0GhPRPnX5 { display:block; }#uxPaH5ffc1WgEKD4p8EOaCd0GhPRPnX5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FTwZtywZctipZQ711vBFVzH67KQ5cptu { width:47.75rem;height:2.5625rem;top:1rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeEub9VgSs1kgkmxtTnm5pvGOXffIrS3 { display:block; }#TeEub9VgSs1kgkmxtTnm5pvGOXffIrS3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v9t06W2teJHdyWttDIgaqCrcX9Jxw7RO { width:47.75rem;height:1.8125rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQ6Thp7nDDVgHAcJITtI6akkfS7NMSyX { width:3.125rem;height:3.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #riE2xKV9JZCdivnTyOBneFetB0bQoUMi { display:block; }#riE2xKV9JZCdivnTyOBneFetB0bQoUMi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AtBDa0cyouZWISRCqRnFqJyBPyuenTT6 { width:10.8125rem;height:10.625rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bw7cuDsCQu9IMDazkIJZuUfEZRUpEPdo { width:47.75rem;height:16.9375rem;top:0.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwA7ozXlheM6A9tySqR9CH05wXrLN0pD { width:16.875rem;height:4.5rem;top:17.8125rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngBcBM9lKdWclOA2gca28bbF0UDWSqSc { display:block; }#ngBcBM9lKdWclOA2gca28bbF0UDWSqSc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wRtHvIU5tc9gqFEifQnKcMA0eIg59oML { width:47.75rem;height:25.9640625rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkDsFeMbxfMKe6LdBxcqb0viLiQ9SWom { width:20.0625rem;height:8.75rem;top:16.9375rem;left:27.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmw6TaRPFDrwuotCgJyCK0i7yPXsk5Sg { width:11.3125rem;height:2.9375rem;top:12.6875rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOFWC7Gc5w56nKp24CecQTcstOwWG4aS { display:block; }#AOFWC7Gc5w56nKp24CecQTcstOwWG4aS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bMThIgyS3D3DzMb01L0mgdLEIG2raktn { width:47.75rem;height:25.785rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvXhk87w01Ze56KeRKzRohqWrAwmpi7g { width:20.0625rem;height:11.6875rem;top:7.625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPwpO2UTpScoDkg1X1TPWknFlfvQT4W5 { display:block; }#gPwpO2UTpScoDkg1X1TPWknFlfvQT4W5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vqU7yJn3kbQ2sJQkKFufHtWOMZXTwhMJ { width:21.375rem;height:4.5rem;top:9.25rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0DOUwbOtcfBwcxgDNqgFz7sTRimzqSp { display:block; }
 }@media only screen and (max-width: 763px) { #zJxWoygJvL0lxUtJWdcIfixe4o8ZkXxm { width:23.1875rem;height:4.5rem;top:14.9375rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5BGMEiuSBgUJZ7aanuXBZkwc2tlz51H { display:block; }
 }@media only screen and (max-width: 763px) { #DSWOvotweaTRpl6nbgwM2QJK911Tg66o { width:25.125rem;height:4.5rem;top:20.625rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMdtKmeGnTt1xFB9GN8ggbFNzzRWS3L0 { display:block; }
 }@media only screen and (max-width: 763px) { #XKVT4wFtGyg5E56wZQa8HRpOaNOIHUTw { width:44.6875rem;height:25.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp { display:block; }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hePhDuO7FkIQZ5AytumC0hQWkMDfXTUt { width:23.4375rem;height:9.0625rem;top:5.1875rem;left:12.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHdriO4vfmp3NOm0TSZDwgGWy0sucTiU { width:12.5rem;height:1.4375rem;top:2.5625rem;left:17.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KielANdqOZXgdbIAMtTZ21ggpe99XvOK { width:13.25rem;height:1.375rem;top:5.1875rem;left:34.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #waXDvruWctg2L22T2Vdn3za9t4tOeyZq { width:12.5rem;height:1.4375rem;top:2.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4NQ6za98eQn4OzOVl4t3HoB4HWWSHFt { width:10.1875rem;height:1.4375rem;top:2.625rem;left:37.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJILRO2HuhRr4lpruBPHTMf1pOGWEZi8 { width:7.25rem;height:3.1926605504587rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHS2J5cxh5DUXyvvp1tZ9Z5FH9ML5h0I { width:8rem;height:3.5140186915888rem;top:5.375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpE2fE12MpTO7urldvgBsil0FNN23rmE { width:5.375rem;height:3.6875rem;top:11.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3GI3PuFKunFuU63QRTCQIcC8wWbD475 { width:8.75rem;height:1.5625rem;top:8.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3MzoeOBI4wX4eHwaZ3Kf8v8LnLfVSGV { width:7.0625rem;height:2.8125rem;top:11.3125rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEdafZkrKWtzUgcZ2JTlz37nxtw7wwgM { width:14.1875rem;height:2.0625rem;top:11.0625rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk { position:relative;z-index:auto;background-color:#2f2a80;background-image:none;display:block; }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .row .container { background-color: transparent; background-image: none; }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .row .container > .video-iframe-container { display: none; }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .row > .video-iframe-container { display: none; }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .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); }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JWlKibGSX8LguSsTbpws8ziLKaUzTesN { width:20rem;height:1.54345625rem;top:0.625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy { width:18rem;height:5.0625rem;display:flex;top:3.3125rem;left:0.94091796875rem;z-index:15003; }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #BK3VKaJsIqVhOXw3wEAWwnIuhBbykruh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #fb27rr1TTZW7U98QyKvIKPAAs3vLkacq {  }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #LR8pXkSyW8JNdr32aXlsW2XnvcP8Q1zl {  }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #TcP3KKsBi1VmTOqlzCIvbXxxZfKnSfqI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #IJhKT7LhoQo2aBSdcslIUGnVfZDJVJ9J {  }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #aTdZ5PEnixxmw2ub82Wd42H5BeFFmoAW {  }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #d4n5OxeuL4OyRCCH5RibRgkOBeDE1Wry { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #qTkiTILykrqzfgibCItOAVvT8vnnJaae {  }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #FK5TmPi4UBeWvPCr2dSb5ci19wTEiN4J {  }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #qeXLxxfx1MPCgeXTprFpVA824g91LGUV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #bTDxuB0LB8iAAPoZ8ZLRflc3lEbbFSP6 {  }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #q1S4PcXcRJVsiXltkkRyVwxUZUG5C0aR {  }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;background-color:rgba(248,250,252,0.9);background-image:url("https://images.assets-landingi.com/V6blx1nl/kursy_gora.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HT2OPPypdDTFQ00keuXez82H3XTSPU0A { width:8.25rem;height:4.625rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6KgpXeKLSlibpiiimgooafHm5ECbuIc { width:18.75rem;height:2.1933625rem;top:4.875rem;left:1.25rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cnbzOmtwRlDaKLy8uGAULWTyVlrbDTVs { width:18.8125rem;height:1.54345625rem;top:7.337890625rem;left:1.1875rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JfMQVWsTsdJ3kGhsr65O8cBwbTe9Z6yA { width:7.875rem;height:3.4375rem;top:0.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1yAqyUkTPhPlPL1W4ql30iruMPKwuli { width:20rem;height:4.875rem;top:4.630859375rem;left:0rem;background-color:#f8fafc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KffJDl7zB3ksGbLPW7Rzm8rDlAC5lEW1 { display:block; }#KffJDl7zB3ksGbLPW7Rzm8rDlAC5lEW1 > .row .container { width:20rem;height:16.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QyoVirwC5eJ9az1aqhBU8p1WELNy59MZ { width:16.9375rem;height:3.5625rem;top:1.5rem;left:0rem;background-color:#f7ba4e;background-image:url("https://images.assets-landingi.com/sbOk8VLL/zolty_przycisk.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }#QyoVirwC5eJ9az1aqhBU8p1WELNy59MZ.adaptive-delivery-prevent-bg, #QyoVirwC5eJ9az1aqhBU8p1WELNy59MZ.lazyload, #QyoVirwC5eJ9az1aqhBU8p1WELNy59MZ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #kByssqxH4VR1LLNpH99x2lMr3NRxpvf7 { display:block; }
 }@media only screen and (max-width: 763px) { #e7paRqxSUx96ZT2NBodL2EpTt6f065fX { width:18.375rem;height:3.5625rem;top:6.3125rem;left:0rem;background-color:#00612f;background-image:url("https://images.assets-landingi.com/jBU8zdSh/zielony_przycisk.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }#e7paRqxSUx96ZT2NBodL2EpTt6f065fX.adaptive-delivery-prevent-bg, #e7paRqxSUx96ZT2NBodL2EpTt6f065fX.lazyload, #e7paRqxSUx96ZT2NBodL2EpTt6f065fX.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #PGHOHTfUiBx1CIeJtJLU4I1pmvt80UJa { display:block; }
 }@media only screen and (max-width: 763px) { #py4wMHlgtyWRCAM7bMkZi6Uvdd6cM9Ca { width:20rem;height:3.5625rem;top:11.125rem;left:0rem;background-color:#dc2a3d;background-image:url("https://images.assets-landingi.com/LtfTVxCo/czerwony_przycisk.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }#py4wMHlgtyWRCAM7bMkZi6Uvdd6cM9Ca.adaptive-delivery-prevent-bg, #py4wMHlgtyWRCAM7bMkZi6Uvdd6cM9Ca.lazyload, #py4wMHlgtyWRCAM7bMkZi6Uvdd6cM9Ca.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #dCrQTFKfTwrtOVIxQTgbzAHUTI5SLZ18 { display:block; }
 }@media only screen and (max-width: 763px) { #txJlXVksnG22WJNMgT1oTTKXU9wSamGy { display:block; }#txJlXVksnG22WJNMgT1oTTKXU9wSamGy > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m0tfk8nNfvaSIbiTp2ZcAHITqIBvQvnE { display:block; }#m0tfk8nNfvaSIbiTp2ZcAHITqIBvQvnE > .row .container { width:20rem;height:112.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hll5TOGpz9ETMcNmWD3AhoqKmi33l3Pm { width:16.4375rem;height:17.625rem;top:2.9375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8XksotFJWNoxgE674vTriqfQEAuuO4Q { width:18.375rem;height:5.19921875rem;top:23.6875rem;left:1.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhG26zuscoHMNZJVkpcTJliydzSaIzIu { width:18.375rem;height:1.29980625rem;top:21.8125rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5302DkL3uBTJXM4DLfMmUcTP04LAxhA { width:16.6875rem;height:15.18946875rem;top:49.625rem;left:1.65625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWQzDXT6i3LtfTJOz0gPw6ww7anygc4m { width:16.75rem;height:3.4375rem;top:36.75rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6Tp0GOga3QR594XCvTMBzPzBqU1vSgw { display:block; }
 }@media only screen and (max-width: 763px) { #iLOOKA3ghTvD5NnGSGRpvwS6g3VWdLez { width:8.4375rem;height:3.16845625rem;top:32.5rem;left:1.9375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeGJ65qJ3k7XVx8ZEDFev8TKwR0Jmq1N { width:8.4375rem;height:2.5996125rem;top:32.625rem;left:10.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElplMZHcSs7QcMQX0fI0siyvThpV2JHw { width:8.1875rem;height:2.625rem;top:32.8125rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOLOgkHvGiNrprI5mCRoUqbd2bfHUd9I { width:16.75rem;height:3.4375rem;top:41.8125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvesC3ukLWyTPyWNRN3oMO9wtUiiuWa0 { display:block; }
 }@media only screen and (max-width: 763px) { #UyMe9b7K8LaIXN9KwxwpwsJoQpsR8tAv { width:20rem;height:47.4375rem;top:0rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRok0ufsP4cbvc537x2agefOEpVbgRvw { height:11.11575rem;width:20rem;top:66.1337890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRn71TqzDrB3Fn16geR4ILFCrWZf6ngS { width:16.6875rem;height:22.0937375rem;top:78.75rem;left:1.65625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVPG2u6SO9FmDiDP1znK06iIaqdM5Jqa { width:7.1875rem;height:2rem;top:29.44921875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0Peznpv6z57k9Q63Uy7WVN6BpUyerN4 { width:20rem;height:65.375rem;top:44rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rD2ZMLHTltWubvAdv88EI3JqEq6QM7aZ { width:16.6875rem;height:3.25rem;top:103rem;left:1.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSIvJTf55SOcMshPFtsEiQ7yXoM3CHKS { display:block; }
 }@media only screen and (max-width: 763px) { #TzJt71DyEWTTxCtn3pJutoIavSp1T2tC { display:block; }#TzJt71DyEWTTxCtn3pJutoIavSp1T2tC > .row .container { width:20rem;height:110.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #maT1aSBIICx5ADx4Pr7NkxPFALIxRQV5 { width:16.375rem;height:17.625rem;top:2.9375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wS4yJKXzwDJkd6u7UJOZBtHHAcTWy2ZS { width:18.375rem;height:5.19921875rem;top:23.6875rem;left:1.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmrwDg5ulH2TLnloFtBgS4KBQcrMOKVz { width:18.375rem;height:1.29980625rem;top:21.8125rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZEarSAH5B4CF6JbmtdSAGHH15TNZIz6 { width:16.6875rem;height:13.80860625rem;top:49.625rem;left:1.65625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5fSANkCpkTAAHHXvz8iO8B9nrlLTV2B { width:16.75rem;height:3.4375rem;top:36.75rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uviCtgOt435yGHeLKnIX6ca2ET44DodM { display:block; }
 }@media only screen and (max-width: 763px) { #HqsGidOZcRi21tr8tCVPZ8hOqLuScurw { width:8.4375rem;height:3.16845625rem;top:32.5rem;left:1.9375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0oEH1Sc5nNzAKU7vwoPxmMe1Vzh5T1u { width:8.4375rem;height:2.5996125rem;top:32.625rem;left:10.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hamyt3A5HKNinaBpxfmlSImrlruQem6N { width:8.1875rem;height:2.625rem;top:32.8125rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xpg9BpXB6k3LfrwP2z1DSH6De9oGdtUV { width:16.75rem;height:3.4375rem;top:41.8125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0AxcuLdeuBQ3Rn7iPUi3hCsHM6m5cO6 { display:block; }
 }@media only screen and (max-width: 763px) { #f4SG7Sub1g3OJFvHskVoaEfT7rDEDHO5 { width:20rem;height:47.4375rem;top:0rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o21PT2OEcR697GOkkabL7cAhnBsFkDqP { height:11.11575rem;width:20rem;top:66.1337890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7O4Osnyr45LxGMwx6Dh1tggrh7Pu1mt { width:16.6875rem;height:20.7128625rem;top:78.75rem;left:1.65625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #diyy7ZgUgGn80ECJ9wWyh9V7RvU52SWh { width:7.1875rem;height:1.75rem;top:29.44921875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGMs98RWHaNbCSdPR3RgUJhWmX8xT6sf { width:20rem;height:63.8125rem;top:44rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHbTOSsyp2cGzUaMXleB5nksoPEXvhey { width:16.6875rem;height:3.25rem;top:101.6494140625rem;left:1.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzKcfTTcbwpQLgmPntb1FrmSFOnHqxpR { display:block; }
 }@media only screen and (max-width: 763px) { #REElKIsAkNstTTB7hrSrr5pmCqEoWzeS { display:block; }#REElKIsAkNstTTB7hrSrr5pmCqEoWzeS > .row .container { width:20rem;height:108.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BB4dkfDHzVOP3JQTf4fuzkF0OdOTqgDc { width:16.375rem;height:17.625rem;top:2.9375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4I9G8Xntmr7Dhky95KMKEPfOVIzW9tu { width:18.375rem;height:5.19921875rem;top:23.6875rem;left:1.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFIg3efCeKpuGH9rxsaxbMncZUcfPH2m { width:18.375rem;height:1.29980625rem;top:21.8125rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGXhMF0FM3p6WeoCnFBBThcecm463l0b { width:16.6875rem;height:13.80860625rem;top:49.625rem;left:1.65625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSqVcQhx5bsOpVyAMqhu3ymO5IRZPmIq { width:16.75rem;height:3.4375rem;top:36.75rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUhZQLcTodUtVqMS4xh4PLLn3Wn1EZXn { display:block; }
 }@media only screen and (max-width: 763px) { #lJUWviotzVXP6E3oC2vJTrV1ESU1HSbQ { width:8.4375rem;height:3.16845625rem;top:32.5rem;left:1.9375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlNTllAty1pHrpiA6wr5NC9J5oyczs9R { width:8.4375rem;height:2.5996125rem;top:32.625rem;left:10.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ru1URbw181HiTLbGTr0KSDbxGXX5Bbw3 { width:8.1875rem;height:2.625rem;top:32.8125rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #egMI486XiIkOPqrL1VTsKhx5nIvDxbJ2 { width:16.75rem;height:3.4375rem;top:41.8125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzsAl3bK1RBCrit8br4idXfTkZAiPZHl { display:block; }
 }@media only screen and (max-width: 763px) { #Q2F7Xpi07vFJhOd0gd4aOQhq10ZwLgQ6 { width:20rem;height:47.4375rem;top:0rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXxDDKsier90HQZtkONMAaS15DnXtmS4 { height:11.11575rem;width:20rem;top:66.1337890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gucnfn134m1opdvTfMCR8qXAST1VCqv7 { width:16.6875rem;height:17.951175rem;top:78.75rem;left:1.65625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9xCuN5BpMM5EPNlJl0KvIs64vqUQ2uu { width:7.1875rem;height:1.5rem;top:29.44921875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMytrXqHU1LD2pUMry3OH7Z9OfyLqMhZ { width:20rem;height:61.25rem;top:44rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mH1BxZmEEl7ZxyvdCLomDT3Tf6ZBxKJJ { width:16.6875rem;height:3.25rem;top:98.888671875rem;left:1.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIzvP1uaSk84glBIH6XZp1wx8InXprW6 { display:block; }
 }@media only screen and (max-width: 763px) { #xMOF1NydZyQ1fyp8NHBzz3COmKXKeLq8 { display:none; }#xMOF1NydZyQ1fyp8NHBzz3COmKXKeLq8 > .row .container { width:20rem;height:54.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tyMqXVi3wCx2IdKvUe43KULSeQx68Rqi { width:20rem;height:9.34325rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxQmUy7wBbfPLq2HEdn6uEv8v4fbNMta { width:20rem;height:2.03125rem;top:19.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST4cyFyl0JbhGBa3o62FZqVvh61PUc60 { width:4.75rem;height:3.125rem;top:14.625rem;left:5.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrDczyHOZloWeJMl2Vkg4lQ0iOvcfsUD { width:20rem;height:4.142575rem;top:23.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ascfHwzdAyVA9MMRUlUI4koNf47cXBVP { width:5.8125rem;height:5.8125rem;top:13.3125rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhIwQTBaGfkWroVNWh2JqKVJ4x75nNZO { width:20rem;height:3.73730625rem;top:47.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyZZ8gsRDyJpyCR1fG8IR3TydUmdcn8g { width:20rem;height:2.03125rem;top:37rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kW8GNFtrtmHuToE7Qa5wGLTuEdCZ2iQm { width:20rem;height:4.142575rem;top:40.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xdk3n2F6HTRBdQkyPfyhqrs6XogevcUg { width:5.8125rem;height:5.8125rem;top:30.5625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #KR32f4Mx5OKkfCT71Tzqvs2SETxxacU4 { width:4.75rem;height:3.125rem;top:32.125rem;left:5.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #appc1IT4E4IRKRuJ67ePSJiri51hsRST { display:block; }#appc1IT4E4IRKRuJ67ePSJiri51hsRST > .row .container { width:20rem;height:9.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxK1tygrzPeDs1My2yrMW5zflk18rkCN { width:20rem;height:5.19921875rem;top:2.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHKTcoUktoB2WU4RW2Etchl7v0lMVPed { display:block; }#MHKTcoUktoB2WU4RW2Etchl7v0lMVPed > .row .container { width:20rem;height:79.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NMPk8oTtQyiaftbPLvuWqpOzJS7TILUo { width:17.5rem;height:12.6875rem;top:1.5rem;left:1.25rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TStKUGllnioIzqflfLPoXc2TBGf0q0Iu { width:18.375rem;height:5.19921875rem;top:17.80078125rem;left:0.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bm0sAoiqrPdevwa8UXMlehuF4n6Cx9St { width:18.375rem;height:1.21875rem;top:15.75rem;left:0.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwDLlX0xI13i1ESr1AFFNyIb9KnUd5G1 { width:16.75rem;height:3.4375rem;top:28.9375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAS4ebtCJwLWbc0TA1ZzKMmF6Nll5lgx { display:block; }
 }@media only screen and (max-width: 763px) { #VQmLXKiEixP0laGQNcUVMGWqLGFJonR3 { width:8.4375rem;height:3.16845625rem;top:24.375rem;left:1.75rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxLUIKiIHDx7yogr3odTWXGEGXSnHh9q { width:8.4375rem;height:2.4375rem;top:24.8125rem;left:11.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdLFsHNIT4PRJ52yzOEVkI94TmbnsBUg { width:8.1875rem;height:2.625rem;top:24.8125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTkNlHo5tu1ISlttf7UWnBiNn1RMQQlu { width:20rem;height:34.625rem;top:0.0625rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #it5RFWSMpn7zSceRSckPNlKl0cMbkpVi { width:17.5rem;height:12.6875rem;top:39.375rem;left:1.25rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CixoFi0ez162bBb4dUhlgFkInNnEJJ7P { width:20rem;height:7.7988125rem;top:56.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtlC7ypyZkaTDzlzXfIqnl8m5kDWi6Lm { width:19.5625rem;height:1.21875rem;top:53.8125rem;left:0.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqS1cexLHd0dTm42DOuWQ7UUNW8iioG3 { width:16.75rem;height:3.4375rem;top:69.787109375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIokUvon9Uwzwu4l7URo6D4QQX432rN1 { display:block; }
 }@media only screen and (max-width: 763px) { #GPaWGs1DVhQDdDsPJaxyFWTe6mOIJ1Ny { width:11.3125rem;height:3.16845625rem;top:65.1875rem;left:1.5rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #prZBcQ7MzDLzIScbNn5NwyXGCDnZiabh { width:8.4375rem;height:2.4375rem;top:65.5341796875rem;left:11.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVKgCKdb7ELnhKMCtwHnp9aX2BNHNcJI { width:8.1875rem;height:2.625rem;top:65.458984375rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtQ6dJGAcLRTkwDP8pnCZxR0CAlIq4qQ { width:20rem;height:38.0625rem;top:37.875rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3BEph05XgV78l8Gk2Kl3ozJqXpVy9up { display:block; }#q3BEph05XgV78l8Gk2Kl3ozJqXpVy9up > .row .container { width:20rem;height:39.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EyBXDOBoCPblGU4K8LZaTsE9fVDVUTXt { width:17.5rem;height:8.75rem;top:1.5rem;left:1.25rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUBcEbshFXLpcQhsSR6Ih3LeTMMZCbnU { width:18.375rem;height:7.7988125rem;top:15.36328125rem;left:0.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #H56eLh6t8E96nFn9RQprlzvMovFU777v { width:18.375rem;height:1.21875rem;top:12.1875rem;left:0.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vt1WurKMA7OyT6DBudMaS0I4hOaz9G2N { width:16.75rem;height:3.4375rem;top:28.8125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAPP2NNX580y8qdTWIrpSZmlgPtcla1K { display:block; }
 }@media only screen and (max-width: 763px) { #MrukPr0kmHOEsyt3qObRTXEVdDf1qbLO { width:8.4375rem;height:3.16845625rem;top:24.3125rem;left:1.75rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoMU8IZmt7lxhPiLZVA4Q8arsXX9XZhe { width:8.4375rem;height:2.4375rem;top:24.6875rem;left:11.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #igpRBN5e5XfxTDvvrD3ZQzCVvlIKPSfn { width:8.1875rem;height:2.625rem;top:24.75rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSVquK08ETP6tdCw8MztNPVNOqDsM8Ra { width:20rem;height:35.375rem;top:0.0625rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0dCX7qFSUsu3DSgT6z9evQZJlBsLKn0 { background-color:#d2e9f9;background-image:url("https://images.assets-landingi.com/duWmPNv8/bg_kursy6.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#E0dCX7qFSUsu3DSgT6z9evQZJlBsLKn0.adaptive-delivery-prevent-bg, #E0dCX7qFSUsu3DSgT6z9evQZJlBsLKn0.lazyload, #E0dCX7qFSUsu3DSgT6z9evQZJlBsLKn0.lazyloading { background-image: none; }#E0dCX7qFSUsu3DSgT6z9evQZJlBsLKn0 > .row .container { background-color: transparent; background-image: none; }#E0dCX7qFSUsu3DSgT6z9evQZJlBsLKn0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0dCX7qFSUsu3DSgT6z9evQZJlBsLKn0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0dCX7qFSUsu3DSgT6z9evQZJlBsLKn0 > .row .container > .video-iframe-container { display: none; }#E0dCX7qFSUsu3DSgT6z9evQZJlBsLKn0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0dCX7qFSUsu3DSgT6z9evQZJlBsLKn0 > .row > .video-iframe-container { display: none; }#E0dCX7qFSUsu3DSgT6z9evQZJlBsLKn0 > .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); }#E0dCX7qFSUsu3DSgT6z9evQZJlBsLKn0 > .row .container { width:20rem;height:37.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fy7EG79KkDURD1AGyfdoHTLv3T2r1Cnt { width:20rem;height:8.9355625rem;top:5.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aELhQvT9knPXde3rPX146tsOpytcihDk { width:20rem;height:1.3808625rem;top:2.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0JeOwTmiWqI1eJeuMEydDhFZBSKD0gc { width:17.5rem;height:3.4375rem;top:15.9462890625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIPlAX93nD5SQdr7aeTb53w59iQcdsFw { display:block; }
 }@media only screen and (max-width: 763px) { #pyTzX0Zt67lE78LpLESQeNoq0JLRxrR7 { display:block; }#pyTzX0Zt67lE78LpLESQeNoq0JLRxrR7 > .row .container { width:20rem;height:11.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NbFbOVPBGF8QmAWIEETHzFidwPxrCUp9 { width:20rem;height:5.19921875rem;top:3.931640625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dvp0CcciPxi5kE38PENJ7ZtWENliaWbS { display:block; }#Dvp0CcciPxi5kE38PENJ7ZtWENliaWbS > .row .container { width:20rem;height:160.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iKLTky18BpW4Pw7VmiTBt9RIQNdQIu4B { width:20rem;height:51.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7he1g7ZgVhVHXxzDGDwNAgdp89vSzEd { width:11.3125rem;height:14.25rem;top:2.9375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B00wsHf3hatTbbnTc3RG4FTEbQD639q0 { width:18.375rem;height:5.19921875rem;top:20.3125rem;left:1.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnuxKI3BZs5acfPQqOnMk4sqfPDXEVcW { width:18.375rem;height:1.21875rem;top:18.6875rem;left:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuRBktIAA4zh3W11TooIwm54X0FOu5dr { width:16.6875rem;height:9.666rem;top:26.1875rem;left:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsDb8nQ1sepuQUyhOAifgLGetZor2meW { width:16.75rem;height:3.4375rem;top:42.125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAQtdaBFiT5QFsWxbC60Kn0XJ45evzwS { display:block; }
 }@media only screen and (max-width: 763px) { #JnnManbwLHGz8gzHMiFfWuuuHLPZKfEp { width:8.4375rem;height:3.16894375rem;top:38.125rem;left:1.9375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQQzkbv0MT6nsfnIDWG0VZmwTTKe51cl { width:8.4375rem;height:2.5996125rem;top:38.25rem;left:10.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9XTZOdLHphEw5Mvka9kHUglNxWlA1Rt { width:8.1875rem;height:2.625rem;top:38.4375rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #isHQUOU4GZePALUPqkcQATKivK2feKIZ { width:16.75rem;height:3.4375rem;top:46.6875rem;left:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzBx9X9tdKBnt8mUwTd35PJ0pvUgB70U { display:block; }
 }@media only screen and (max-width: 763px) { #NBKwTerS36kxXcARC7A7HP8nUQeoXXA7 { width:20rem;height:51.0625rem;top:53.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIBk1FFK1he8MprgcwWPyia6RaQtTb99 { width:16.6875rem;height:11.046875rem;top:75.9375rem;left:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3A57dqDHJQk3EEVvliDaLwwLwbSsiWD { width:16.75rem;height:3.4375rem;top:94.3125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0PPvOVuqwhRpQCZT9Mu7KG1VlaWg7Ma { display:block; }
 }@media only screen and (max-width: 763px) { #PkAV09yTvSco73LSwMRHkGFEyZR4TPcn { width:8.4375rem;height:2.5996125rem;top:90.68701171875rem;left:11.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvg0N7ITAVG1tgl66nyz152Tb3i2HRFf { width:8.1875rem;height:2.625rem;top:90.49951171875rem;left:10.374755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UldE8LH6FNhmluKEQzmMu8yx5IwqiiwM { width:16.75rem;height:3.4375rem;top:98.8125rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZ8opzgri3sLcgpp53aKzUVbUcbIPOE5 { display:block; }
 }@media only screen and (max-width: 763px) { #rbCDGBVt0m63NKVKym0lIturH3p5GWaT { width:18.375rem;height:2.5996125rem;top:72.625rem;left:1.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9WcD7TFAQ7ryiwLfmZ9yWQkg05b0fbg { width:8.4375rem;height:3.16845625rem;top:90.312255859375rem;left:1.937255859375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvXkwfHp2T7EEVrh79Wdp5p9KHK0gfg0 { width:18.375rem;height:1.21875rem;top:71rem;left:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3b7BrqZJ9P9IK1PblDuZfJRbrkn93Nm { width:11.3125rem;height:14.3125rem;top:55.25rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fs45eluHPXIX6gi56s9ihZVAIvcJSp4m { width:16.6875rem;height:13.808625rem;top:128.5625rem;left:1.8125rem;font-size:1.0625rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #PHQfF8oUqDI2WgeUiuct3lKJnl5aBnC5 { width:16.75rem;height:3.4375rem;top:146.875rem;left:1.875rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #RNiFhZGqDSq1wvwTHZdeTEihot151dgJ { display:block; }
 }@media only screen and (max-width: 763px) { #J9iPDpFds4aiqg69lClv5kxyRxh2ci6H { width:8.4375rem;height:2.5996125rem;top:143.1875rem;left:11.25rem;font-size:2rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #Th3t8clwZMcDiczhwIBfhPWTelv3waQd { width:8.1875rem;height:2.625rem;top:143.0625rem;left:10.375rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #yrmSmNJENC16S5NLBl6R3B95oLI674NW { width:16.75rem;height:3.4375rem;top:151.375rem;left:1.875rem;font-size:1.125rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #iqA8t9t1ogQnoT4K0PXagtyQ87qZ4slS { display:block; }
 }@media only screen and (max-width: 763px) { #zwDk5us74gsaszO1ByR4yT7wAEyFTgQT { width:8.4375rem;height:3.16845625rem;top:142.9375rem;left:1.9375rem;font-size:2.4375rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #iU4ITiT44X9zP7xNBHKe05b1HqUVJXXJ { width:18.375rem;height:2.2749rem;top:125.5625rem;left:1.625rem;font-size:1.75rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #wqZIkQsTbBmWIPVsZyg3cgLhkZGpAN2E { width:18.375rem;height:1.21875rem;top:123.9375rem;left:1.625rem;font-size:0.9375rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #xMJWofsTfJRMxbM4W7ArdZo48iL9uNeQ { width:11.3125rem;height:14.3125rem;top:108.1875rem;left:1.8125rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #FNH9yISNtkhtOV5O2TDhReoLDp4OoDRn { width:20rem;height:50.5625rem;top:106.5rem;left:0rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #gIUN9nEmwbFMGEhymkBG7dZnhrICVuiR { display:block; }#gIUN9nEmwbFMGEhymkBG7dZnhrICVuiR > .row .container { width:20rem;height:160.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lSh60gHDn5XgNeLiJLPJHp42ycasamVZ { width:20rem;height:51.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppQlf4yPDOP9kRugTUWOlMQmGtRfkmGW { width:11.3125rem;height:14.25rem;top:2.9375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRrVDAvZJTw51E6faLUxq3C9fi5whyIm { width:18.375rem;height:2.5996125rem;top:20.3125rem;left:1.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8T6e5IZ6Fzy5NZeltRgWHOg4pRDpTzQ { width:18.375rem;height:1.21875rem;top:18.6875rem;left:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtAaVRevfJZkARr6uABT8cxeASWBADE1 { width:16.6875rem;height:9.666rem;top:23.625rem;left:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBFzIXJLC4rsiJhEksLegOBISrfwkERE { width:16.75rem;height:3.4375rem;top:42.125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #niNlHTTS3bFumd1W3rXXnK3iATMhIsiE { display:block; }
 }@media only screen and (max-width: 763px) { #wQRGaWizTKAuT9Q48pxxOqKhSAMt3X3N { width:8.4375rem;height:3.16894375rem;top:38.125rem;left:1.9375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IW8GKLI1TOmin7b8KNEqqnwSZe70mUXa { width:8.4375rem;height:2.5996125rem;top:38.25rem;left:10.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2aA3tlBeoLa5i8onNOyqMkT8GURsofU { width:8.1875rem;height:2.625rem;top:38.4375rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Npg1m3ALUgyszuxykJJXvwhbTC4p3nB9 { width:16.75rem;height:3.4375rem;top:46.6875rem;left:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfCUBSxHvM11vZ7fIZgAfloSz0APd6lW { display:block; }
 }@media only screen and (max-width: 763px) { #Adpcvg3q8BhfwiUDI1KaolJHIXPhshDI { width:20rem;height:51.0625rem;top:53.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnDntTMy3bdG2R4BK5AGK2vmJkgFRUxL { width:16.6875rem;height:9.666rem;top:75.9375rem;left:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5S6BNDfzxPTTD8c2UhZVmW7TUysBM7h { width:16.75rem;height:3.4375rem;top:94.3125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwgszaGMS6Gue9Dbz5kRVR5IyGQrikP1 { display:block; }
 }@media only screen and (max-width: 763px) { #eT6dNECEqUvRELTxyFOWPQH4VsfnDq6p { width:8.4375rem;height:2.5996125rem;top:90.68701171875rem;left:11.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3TZx39qrz9EvuzdgQE9JHFi5dWhdyUo { width:8.1875rem;height:2.625rem;top:90.49951171875rem;left:10.374755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRHZ92dZsF813vtv09RfaTzTzd2fp5ua { width:16.75rem;height:3.4375rem;top:98.8125rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x04R6eDoJGorFqFfh3Tl1Q87Wo0ASfQi { display:block; }
 }@media only screen and (max-width: 763px) { #yrqGnKBTSlnqAImwz0Z6FTfyEsG38yeo { width:18.375rem;height:2.5996125rem;top:72.625rem;left:1.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #obMbacaKfVGCORyI3FwHuUbQD0Hre0At { width:8.4375rem;height:3.16845625rem;top:90.312255859375rem;left:1.937255859375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v58vANJQ3e3V7zwsif6JmfLQF7cEMtMk { width:18.375rem;height:1.21875rem;top:71rem;left:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvJcUlBpnkQQKn2w6Np4emxQ7dKyyg8J { width:11.3125rem;height:14.3125rem;top:55.25rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3FI1MTTIxqlxXkS8JX55CGI7SP6nuHb { width:16.6875rem;height:11.046875rem;top:128.875rem;left:1.8125rem;font-size:1.0625rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #I0QCmWOAd62fT8JJznfKus6bpNLh1dmk { width:16.75rem;height:3.4375rem;top:146.875rem;left:1.875rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #c1tLwy00XknzIJvGveotho8nhSJXRZH6 { display:block; }
 }@media only screen and (max-width: 763px) { #esrfbv2ZZnqBMDKp8FqUi6ueQfXU3AZg { width:8.4375rem;height:2.4375rem;top:142.9375rem;left:11.5625rem;font-size:1.875rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #ZBsebMml6LVfXXmW6rlxzURJwdQ7CLL0 { width:8.1875rem;height:2.625rem;top:143.0625rem;left:11rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #xm3Bh52nn5ICNH8iEca7Go4k9Q88CR8A { width:16.75rem;height:3.4375rem;top:151.375rem;left:1.875rem;font-size:1.125rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #lKnwmTu3p3bt4zpaldAwMohMFU7ccGQv { display:block; }
 }@media only screen and (max-width: 763px) { #doVTgm9EBghK0v9CyOzQHTlcKfz5h41v { width:9rem;height:2.51855625rem;top:143.0625rem;left:1.9375rem;font-size:1.9375rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #sBCTMenJ8twwdTBQZe4BT6qmwxM3lCFu { width:18.375rem;height:2.5996125rem;top:125.5625rem;left:1.625rem;font-size:2rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #PTGc5zMV6ZSoTr9z8k2lAThNWByIuHpk { width:18.375rem;height:1.21875rem;top:123.9375rem;left:1.625rem;font-size:0.9375rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #oZofy0duTJrpJ216fOZvnl5DBW0G3Gg2 { width:11.3125rem;height:14.3125rem;top:108.1875rem;left:1.8125rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #vu34ZuXuqFRip4KfpwwwrVHQwqp4sBrV { width:20rem;height:50.5625rem;top:106.5rem;left:0rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #QACK7Mv5eygIigrmtxVV1y04vTxOrQUL { display:block; }#QACK7Mv5eygIigrmtxVV1y04vTxOrQUL > .row .container { width:20rem;height:162rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PKqxduvE8aalmD0D4BiHgRwJl1osSRqC { width:16.1875rem;height:11.9375rem;top:2.9375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLqi9EU4zbDD3OEcZ7p5xtBPfqcAcav2 { width:18.375rem;height:2.5996125rem;top:20.3125rem;left:1.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZHlUhHoZ5HiIN0ZhU2CH1LmeXIq6SPe { width:18.375rem;height:1.21875rem;top:18.6875rem;left:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hymFIToABIVwBi5tRRWpwxMALTqoR7LD { width:16.6875rem;height:13.808625rem;top:23.625rem;left:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEsvtD05iMfzJI2XCSvys0SLeRD9wUlf { width:16.75rem;height:3.4375rem;top:44rem;left:1.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRCmOD8BQDW0c27hUFgutGCQ9B3JdzeA { display:block; }
 }@media only screen and (max-width: 763px) { #rfrExg4oKJOh3Z4GpyRqBK7wUKZlfHLI { width:8.4375rem;height:3.16845625rem;top:39.375rem;left:1.9375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCtQlGErUVpWaTcOki9K138W9NMNofzt { width:8.4375rem;height:2.5996125rem;top:39.6875rem;left:11.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #StscwKLKTbDDIKTbcxWykqDVasXSk59U { width:8.1875rem;height:2.625rem;top:39.6875rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuSramlHkrzdUra3W1h6v5eX7CKqJRPs { width:16.75rem;height:3.4375rem;top:48.75rem;left:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuDABWQHMr4BhNecINwTJVcJ4W4t24P0 { display:block; }
 }@media only screen and (max-width: 763px) { #M01XsRZyrGO222wHWMPA1q784DZMSysJ { width:20rem;height:107.6875rem;top:50.0625rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #NAbU9JWv58CSy8O2ih6OeTOSSqUszuvg { width:16.6875rem;height:12.1875rem;top:60.875rem;left:1.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vR6xcGiLN95EnvnDEHR8m0zs4XH559bE { width:16.6875rem;height:3.65625rem;top:56.375rem;left:1.65625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrqc0TiXgRin5KLuc7wREyLwzt6NMNr7 { width:9.0625rem;height:5.8125rem;top:74.61767578125rem;left:0rem;background-color:#b6c4d5;background-image:url("https://images.assets-landingi.com/fZNuH1gg/be_finanse.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }#lrqc0TiXgRin5KLuc7wREyLwzt6NMNr7.adaptive-delivery-prevent-bg, #lrqc0TiXgRin5KLuc7wREyLwzt6NMNr7.lazyload, #lrqc0TiXgRin5KLuc7wREyLwzt6NMNr7.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #lrPF2qsKb0iO2WXXE7dgiOk4QPmsQdKp { display:block; }
 }@media only screen and (max-width: 763px) { #PpDMT2iDD7ql40wsLNfUXF9JqbnXFgBx { width:9.0625rem;height:5.8125rem;top:74.61767578125rem;left:10.9375rem;background-color:#b6c4d5;background-image:url("https://images.assets-landingi.com/6y0NzeNq/be_hr.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }#PpDMT2iDD7ql40wsLNfUXF9JqbnXFgBx.adaptive-delivery-prevent-bg, #PpDMT2iDD7ql40wsLNfUXF9JqbnXFgBx.lazyload, #PpDMT2iDD7ql40wsLNfUXF9JqbnXFgBx.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wk5fpq8vCKrfCo32dBeoVU62KzZNV0bQ { display:block; }
 }@media only screen and (max-width: 763px) { #Gd2ZuBLx7pqEGiNAdVSbyR8XGC6n6nkr { width:9.0625rem;height:5.8125rem;top:82.30517578125rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#b6c4d5;background-image:url("https://images.assets-landingi.com/k9XFehQt/be_it.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Gd2ZuBLx7pqEGiNAdVSbyR8XGC6n6nkr.adaptive-delivery-prevent-bg, #Gd2ZuBLx7pqEGiNAdVSbyR8XGC6n6nkr.lazyload, #Gd2ZuBLx7pqEGiNAdVSbyR8XGC6n6nkr.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #k0KESxHeDCuluKyXN80MZKQHp1AkAlfX { display:block; }
 }@media only screen and (max-width: 763px) { #K2p3FRtE0mZzQdHdxqNkdlsisAmHPRgc { width:9.0625rem;height:5.8125rem;top:82.30517578125rem;left:10.9375rem;background-color:#b6c4d5;background-image:url("https://images.assets-landingi.com/eEpf0Ldh/be_marketing.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }#K2p3FRtE0mZzQdHdxqNkdlsisAmHPRgc.adaptive-delivery-prevent-bg, #K2p3FRtE0mZzQdHdxqNkdlsisAmHPRgc.lazyload, #K2p3FRtE0mZzQdHdxqNkdlsisAmHPRgc.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #KyQZ02TFdCEh38JskST21PPsLxlG3yDb { display:block; }
 }@media only screen and (max-width: 763px) { #gKicgczOIZxNPaJlvELRJI0f4KtsDLIe { width:9.0625rem;height:5.8125rem;top:89.99267578125rem;left:0rem;background-color:#b6c4d5;background-image:url("https://images.assets-landingi.com/J9H0CDLg/be_negocjacje.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }#gKicgczOIZxNPaJlvELRJI0f4KtsDLIe.adaptive-delivery-prevent-bg, #gKicgczOIZxNPaJlvELRJI0f4KtsDLIe.lazyload, #gKicgczOIZxNPaJlvELRJI0f4KtsDLIe.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gyPPlv1E0Uq9WEFcZvWTOsiBX9et0CuF { display:block; }
 }@media only screen and (max-width: 763px) { #gdTTTfBb0ALdvwT113gxwZ5ISEhzuCrC { width:9.0625rem;height:5.8125rem;top:89.99267578125rem;left:10.9375rem;background-color:#b6c4d5;background-image:url("https://images.assets-landingi.com/SDTXFw99/be_podstawy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }#gdTTTfBb0ALdvwT113gxwZ5ISEhzuCrC.adaptive-delivery-prevent-bg, #gdTTTfBb0ALdvwT113gxwZ5ISEhzuCrC.lazyload, #gdTTTfBb0ALdvwT113gxwZ5ISEhzuCrC.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #L67EQwfCXJfSG7x4Q17NzzX4kguW4Zea { display:block; }
 }@media only screen and (max-width: 763px) { #GzvFIeIunobF4NTELSg60ZQQvo7TuSsu { width:9.0625rem;height:5.8125rem;top:97.68017578125rem;left:0rem;background-color:#b6c4d5;background-image:url("https://images.assets-landingi.com/ax0EhSre/be_sprzedaz.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }#GzvFIeIunobF4NTELSg60ZQQvo7TuSsu.adaptive-delivery-prevent-bg, #GzvFIeIunobF4NTELSg60ZQQvo7TuSsu.lazyload, #GzvFIeIunobF4NTELSg60ZQQvo7TuSsu.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #eclyE4hZ84wcMFTyZNMl6xkPQHPU9lJe { display:block; }
 }@media only screen and (max-width: 763px) { #Tw0Of38p2aRsUQ26QKmmpCxBvipF9z85 { width:9.0625rem;height:5.8125rem;top:97.68017578125rem;left:10.9375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#b6c4d5;background-image:url("https://images.assets-landingi.com/HYHuG6dx/bg_prez.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Tw0Of38p2aRsUQ26QKmmpCxBvipF9z85.adaptive-delivery-prevent-bg, #Tw0Of38p2aRsUQ26QKmmpCxBvipF9z85.lazyload, #Tw0Of38p2aRsUQ26QKmmpCxBvipF9z85.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #oN2picsuMvz8KDQtQWpSe0hoW1u9cFxz { display:block; }
 }@media only screen and (max-width: 763px) { #CEatLQZN4uAgcbiAhcS8T4D7f1bTKVrd { width:9.0625rem;height:5.8125rem;top:105.36767578125rem;left:5.46875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#b6c4d5;background-image:url("https://images.assets-landingi.com/sxCI4Iuk/be_zarzadzanie.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#CEatLQZN4uAgcbiAhcS8T4D7f1bTKVrd.adaptive-delivery-prevent-bg, #CEatLQZN4uAgcbiAhcS8T4D7f1bTKVrd.lazyload, #CEatLQZN4uAgcbiAhcS8T4D7f1bTKVrd.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #i0Tg7DeTyDVV47valMVFh1cuGGnqTSJT { display:block; }
 }@media only screen and (max-width: 763px) { #iWzlp6xyzsTWkECavmas7opWAxuuqemS { width:16.6875rem;height:9.75rem;top:119.4375rem;left:1.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBLxBZ4HVpBNh4cXpriZx53uCWP0pR8d { width:16.6875rem;height:2.4375rem;top:115.75rem;left:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcst08qeMvTDg07z8qJIEInUat8S6ptU { width:10.6875rem;height:6.875rem;top:139.3125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNdMCFn2lfIQd2yQqo1Db4ikZMPpoFtN { display:block; }
 }@media only screen and (max-width: 763px) { #htd7t2Q3zJTkLbUN1FAiuz8A4vtJ9asz { width:10.6875rem;height:6.875rem;top:148.0625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhCbLZOt2BTBuxoxXcwZ29aNVpkPQOLp { display:block; }
 }@media only screen and (max-width: 763px) { #W7ibMyHm1O4MtHPL3lu8hTstMNNo7TIL { width:10.6875rem;height:6.875rem;top:130.5rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4inlWq9R9tR7VWDT4Uza9TgSnd5OmX4 { display:block; }
 }@media only screen and (max-width: 763px) { #ERUPtPt2ob2BTPbBfmVxGTF5ele6Ot9i { width:20rem;height:53.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6WJ5915sg9EBNM2nmWnMvLVxgsHhG9V { display:block; }#A6WJ5915sg9EBNM2nmWnMvLVxgsHhG9V > .row .container { width:20rem;height:41rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BrfLkyQEpNvyRcGUrog8UgT0XfT6GhVZ { width:20rem;height:5.19921875rem;top:2.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1P9mro9UyNvXKUNivXH8alH0fpfwZed { width:20rem;height:23.125rem;top:10.198974609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOXBIeVOyAk7z0aOK6iub8G4T0MDrlF3 { display:block; }#rOXBIeVOyAk7z0aOK6iub8G4T0MDrlF3 > .row .container { width:20rem;height:45.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mpE1sMaVobzFMpTQb66zTnapUouVMyZH { width:20rem;height:9.7485625rem;top:7.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqllpPCGH7PKLGBCVpKC2OUo7cAL5yhy { width:20rem;height:20rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlNCW5s76dMhP7T9DWFx4Vu87cPlArSF { width:16.0625rem;height:2.76171875rem;top:3.42578125rem;left:1.96875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfwTuCHutFNTA0a9qASmDBUtMpNEHmcv { width:17.5rem;height:3.4375rem;top:18.6708984375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B75OFBE1tScKPPcUynCdBbUlk8sdQaM1 { display:block; }
 }@media only screen and (max-width: 763px) { #g9IygPQPfiUby2BWl1KTqsS59tf3MSQ9 { display:block; }#g9IygPQPfiUby2BWl1KTqsS59tf3MSQ9 > .row .container { width:20rem;height:12.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zU9DDcnmcgAzqlHF6cT9oFAcFKGvMpZ1 { width:20rem;height:5.19921875rem;top:2.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSCdCKHxkbBUE09MTcKC50l8u7wVrhJJ { width:20rem;height:2.76171875rem;top:8.94921875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdSVkyvJSocGzNp9TFibw2Bx24hkzT6D { display:block; }#xdSVkyvJSocGzNp9TFibw2Bx24hkzT6D > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #piPRnxndT4wpxq5SoOKlxxiTCLXf5JX5 { width:15.8125rem;height:1.4624rem;top:1.4560546875rem;left:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTIkOOCghd21gXwJ5nc9Sfsn9LyWOg4H { width:3.125rem;height:3.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwGhShpXEtnQ68uLmkn1RXCyOyOMKCi6 { display:block; }#LwGhShpXEtnQ68uLmkn1RXCyOyOMKCi6 > .row .container { width:20rem;height:23.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S3SJBpr4VEFXLVqmcfNPnTTO3F5uNmGq { width:20rem;height:20.79685625rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uglS7nWTxZ9XTSGbkO6v5B0Cxkz5tftT { display:block; }#uglS7nWTxZ9XTSGbkO6v5B0Cxkz5tftT > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IgQh1uZ8Tw60txShuT1wbCLZZyoRIkW6 { width:15.6875rem;height:2.92480625rem;top:0.755859375rem;left:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCLkVAO3JGIHou7U8hTRMrzdlV4yEZmc { width:3.125rem;height:3.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l658ToFtQAd7vMaX58aeVEZDSL4mUCee { display:block; }#l658ToFtQAd7vMaX58aeVEZDSL4mUCee > .row .container { width:20rem;height:26.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vUMukQGcJ2IfM7NvsnHm3tSoUhhcNqrx { width:20rem;height:23.39649375rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKuEq8ZZTdqiODo5zTn8eS05DpGK4Pgh { display:block; }#kKuEq8ZZTdqiODo5zTn8eS05DpGK4Pgh > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XCnsa7pzaJ3G0iSeyH069irasxrt14C9 { width:15.8125rem;height:2.92480625rem;top:0.755859375rem;left:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlowKtoUuFNTx8G08s1kvsArGHnOnSRm { width:3.125rem;height:3.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i87eTv9yWUOl3zFWdOvcBE1gD1M7yoJT { display:block; }#i87eTv9yWUOl3zFWdOvcBE1gD1M7yoJT > .row .container { width:20rem;height:15.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nx71odwJuJ7XpRO5QGO7693UZmttCJLL { width:20rem;height:12.99805625rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvwxJZpNcUgpSF8dcswed1PTzmUTTNsK { display:block; }#fvwxJZpNcUgpSF8dcswed1PTzmUTTNsK > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hiKBKyFlZPaCAQXtvDECI1E21wQaSqGP { width:15.8125rem;height:4.38720625rem;top:0.625rem;left:4.1875rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #AL6FNlWA7pQduNiJsC3MWep9dLa3JkCn { width:3.125rem;height:3.125rem;top:1.255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UG5IJQoDISvX9dTX2Zi4u6gmGh1prq3p { display:block; }#UG5IJQoDISvX9dTX2Zi4u6gmGh1prq3p > .row .container { width:20rem;height:15.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lzGyUm8LpcvcQxzn1XcADeivoTIIMwx2 { width:20rem;height:12.9980625rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AO05a0xWLG18KXis8xdTUUQhlwR5wr1q { display:block; }#AO05a0xWLG18KXis8xdTUUQhlwR5wr1q > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BnA77R9zc2mWrZ434Z0lK2Dp9uXozZwX { width:15.8125rem;height:2.92480625rem;top:0.755859375rem;left:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbgWp6thRDpuzJwhoWCC9E9yhCTqWFQn { width:3.125rem;height:3.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTH8CVTRISe51xkwwTMV7DuflPSCpTC7 { display:block; }#kTH8CVTRISe51xkwwTMV7DuflPSCpTC7 > .row .container { width:20rem;height:12.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TwNyeIJsdn7lstqVc5FzK8twWtAaUkcf { width:20rem;height:10.3984375rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zH5i4NJCl3B2kmI3rgl1cTz3h44tiwbw { display:block; }#zH5i4NJCl3B2kmI3rgl1cTz3h44tiwbw > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xw1XLXzgxmJONHzuJ8hbCkCoR5CHkIQb { width:15.8125rem;height:4.38720625rem;top:0.625rem;left:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXE8s9TW4wxizE6BtVVT1572yVo1nEBK { width:3.125rem;height:3.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHm2e8ATiB1N1kTH78T3pbKJ0bddZTwh { display:block; }#fHm2e8ATiB1N1kTH78T3pbKJ0bddZTwh > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fpTIQxxSrJIG1K49ZcFBlPND9V1T35W6 { width:20rem;height:2.599825rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMsBZtFffp0syQtwtiTLTXp4o0HKFSU5 { display:block; }#QMsBZtFffp0syQtwtiTLTXp4o0HKFSU5 > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rBmPdv6w4yEg8n6nFDmJAtu3eXvMdk4J { width:15.75rem;height:5.8496125rem;top:0.625rem;left:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pX6IWXXCwqWycdKV1dIPCwBpLPSXqSh6 { width:3.125rem;height:3.125rem;top:1.9873046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzmMayzy8hsvSsOr8B3Q0qA68VfQBqls { display:block; }#EzmMayzy8hsvSsOr8B3Q0qA68VfQBqls > .row .container { width:20rem;height:17.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J39sQuvE8MMVqW8QLthKUVlZaJ9gLJhd { width:20rem;height:14.297875rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVPdvH1QXsT55rm2E2cSGgckw8PhOhh0 { display:block; }#bVPdvH1QXsT55rm2E2cSGgckw8PhOhh0 > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Twt000ZA07mP025onGFTPitNoSMxsKXa { width:15.8125rem;height:4.38720625rem;top:0.625rem;left:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTmnLks8KfohiCQXwmRJsyMcCgC3Sqiw { width:3.125rem;height:3.125rem;top:1.255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtXZz5H5PqpCQxGbkBAArx3VX9tMxSdn { display:block; }#GtXZz5H5PqpCQxGbkBAArx3VX9tMxSdn > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJ6T8rbkZuRwfltuck3p1HD4OwP8oXZo { width:20rem;height:6.499rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvgJTnRfmiGITcFGRteE0Vxd2pPyNzo4 { display:block; }#ZvgJTnRfmiGITcFGRteE0Vxd2pPyNzo4 > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zRABpqVWo1TTchqvcSQiKnATMKDVotVc { width:15.8125rem;height:2.92480625rem;top:0.724609375rem;left:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXH9E37zGaV2XzRV5a89zFl4IFd55eo7 { width:3.125rem;height:3.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AToeSfaVfu5hXtqfAw5fv2y4AEshU64k { display:block; }#AToeSfaVfu5hXtqfAw5fv2y4AEshU64k > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oSeAcHufJCncMZXM1QQVwTtrzgKWWteU { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBzfUrgqnzX0B6hfwROXkIPrkAucV3aR { display:block; }#RBzfUrgqnzX0B6hfwROXkIPrkAucV3aR > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rW3iq9zRwT7ghXKyVNEpfhhXMNXVX0D4 { width:15.8125rem;height:2.92480625rem;top:0.724609375rem;left:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzCS7ILkndTc2HTZJIRyDiD7dJl8uTNI { width:3.125rem;height:3.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXMFpenrHfBK1qdGQQozorW5mwA5Z3Je { display:block; }#mXMFpenrHfBK1qdGQQozorW5mwA5Z3Je > .row .container { width:20rem;height:10.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xrTvrroNWO12hgTPZlVxsCQ3R4xsNt31 { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGmURvlLdie26LMx2LEkW9StufeVum75 { display:block; }#oGmURvlLdie26LMx2LEkW9StufeVum75 > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sFEZoTCAPQThE7dRuPz0le9SKrRygIWC { width:15.8125rem;height:2.92480625rem;top:0.724609375rem;left:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3V6htnp0BaiQiGZzouvoOESWSUprXpp { width:3.125rem;height:3.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0CCReUgJGnewO4N7Gs1U6WnlqK49PNT { display:block; }#N0CCReUgJGnewO4N7Gs1U6WnlqK49PNT > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gtKxbQqWNO98odStNEkzWzQw2eOBI5nW { width:20rem;height:2.599825rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6dKhZls1cMBZkExOfPaNpCyI2FDLFQm { display:block; }#O6dKhZls1cMBZkExOfPaNpCyI2FDLFQm > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PSJCClXSpFixoatS27pILbJznab46pc5 { width:15.8125rem;height:4.38720625rem;top:0.625rem;left:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBFGcFWhFwT1Z4dlStViLCp1Sb1aVLZX { width:3.125rem;height:3.125rem;top:1.255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxPaH5ffc1WgEKD4p8EOaCd0GhPRPnX5 { display:block; }#uxPaH5ffc1WgEKD4p8EOaCd0GhPRPnX5 > .row .container { width:20rem;height:13rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FTwZtywZctipZQ711vBFVzH67KQ5cptu { width:20rem;height:10.3984375rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeEub9VgSs1kgkmxtTnm5pvGOXffIrS3 { display:block; }#TeEub9VgSs1kgkmxtTnm5pvGOXffIrS3 > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v9t06W2teJHdyWttDIgaqCrcX9Jxw7RO { width:15.8125rem;height:2.92480625rem;top:0.724609375rem;left:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQ6Thp7nDDVgHAcJITtI6akkfS7NMSyX { width:3.125rem;height:3.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #riE2xKV9JZCdivnTyOBneFetB0bQoUMi { display:block; }#riE2xKV9JZCdivnTyOBneFetB0bQoUMi > .row .container { width:20rem;height:41rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AtBDa0cyouZWISRCqRnFqJyBPyuenTT6 { width:7.8125rem;height:7.6875rem;top:1.125rem;left:6.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bw7cuDsCQu9IMDazkIJZuUfEZRUpEPdo { width:20rem;height:24.69628125rem;top:10.1806640625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwA7ozXlheM6A9tySqR9CH05wXrLN0pD { width:14.6875rem;height:3.8125rem;top:35.4306640625rem;left:5.2004716981132rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngBcBM9lKdWclOA2gca28bbF0UDWSqSc { display:block; }#ngBcBM9lKdWclOA2gca28bbF0UDWSqSc > .row .container { width:20rem;height:29.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wRtHvIU5tc9gqFEifQnKcMA0eIg59oML { width:20rem;height:10.875rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkDsFeMbxfMKe6LdBxcqb0viLiQ9SWom { width:20rem;height:7.7988375rem;top:18rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmw6TaRPFDrwuotCgJyCK0i7yPXsk5Sg { width:10.125rem;height:2.625rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOFWC7Gc5w56nKp24CecQTcstOwWG4aS { display:block; }#AOFWC7Gc5w56nKp24CecQTcstOwWG4aS > .row .container { width:20rem;height:27.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bMThIgyS3D3DzMb01L0mgdLEIG2raktn { width:20rem;height:10.8rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvXhk87w01Ze56KeRKzRohqWrAwmpi7g { width:20rem;height:10.39844375rem;top:13.08203125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPwpO2UTpScoDkg1X1TPWknFlfvQT4W5 { display:block; }#gPwpO2UTpScoDkg1X1TPWknFlfvQT4W5 > .row .container { width:20rem;height:30.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vqU7yJn3kbQ2sJQkKFufHtWOMZXTwhMJ { width:16.9375rem;height:3.5625rem;top:13.5rem;left:0rem;background-color:#f7ba4e;background-image:url("https://images.assets-landingi.com/sbOk8VLL/zolty_przycisk.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }#vqU7yJn3kbQ2sJQkKFufHtWOMZXTwhMJ.adaptive-delivery-prevent-bg, #vqU7yJn3kbQ2sJQkKFufHtWOMZXTwhMJ.lazyload, #vqU7yJn3kbQ2sJQkKFufHtWOMZXTwhMJ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #s0DOUwbOtcfBwcxgDNqgFz7sTRimzqSp { display:block; }
 }@media only screen and (max-width: 763px) { #zJxWoygJvL0lxUtJWdcIfixe4o8ZkXxm { width:18.375rem;height:3.5625rem;top:18.9375rem;left:0rem;background-color:#00612f;background-image:url("https://images.assets-landingi.com/jBU8zdSh/zielony_przycisk.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }#zJxWoygJvL0lxUtJWdcIfixe4o8ZkXxm.adaptive-delivery-prevent-bg, #zJxWoygJvL0lxUtJWdcIfixe4o8ZkXxm.lazyload, #zJxWoygJvL0lxUtJWdcIfixe4o8ZkXxm.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Q5BGMEiuSBgUJZ7aanuXBZkwc2tlz51H { display:block; }
 }@media only screen and (max-width: 763px) { #DSWOvotweaTRpl6nbgwM2QJK911Tg66o { width:20rem;height:3.5625rem;top:24.375rem;left:0rem;background-color:#dc2a3d;background-image:url("https://images.assets-landingi.com/LtfTVxCo/czerwony_przycisk.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }#DSWOvotweaTRpl6nbgwM2QJK911Tg66o.adaptive-delivery-prevent-bg, #DSWOvotweaTRpl6nbgwM2QJK911Tg66o.lazyload, #DSWOvotweaTRpl6nbgwM2QJK911Tg66o.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #GMdtKmeGnTt1xFB9GN8ggbFNzzRWS3L0 { display:block; }
 }@media only screen and (max-width: 763px) { #XKVT4wFtGyg5E56wZQa8HRpOaNOIHUTw { height:11.2163125rem;width:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp { display:block; }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hePhDuO7FkIQZ5AytumC0hQWkMDfXTUt { width:20rem;height:9.09864375rem;top:16.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHdriO4vfmp3NOm0TSZDwgGWy0sucTiU { width:12.5rem;height:1.381225rem;top:14.125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KielANdqOZXgdbIAMtTZ21ggpe99XvOK { width:13.25rem;height:1.29980625rem;top:29.0625rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #waXDvruWctg2L22T2Vdn3za9t4tOeyZq { width:12.5rem;height:1.381225rem;top:1.0625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4NQ6za98eQn4OzOVl4t3HoB4HWWSHFt { width:10.125rem;height:1.381225rem;top:27rem;left:4.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJILRO2HuhRr4lpruBPHTMf1pOGWEZi8 { width:7.3125rem;height:3.1875rem;top:3.375rem;left:1.78125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LHS2J5cxh5DUXyvvp1tZ9Z5FH9ML5h0I { width:8rem;height:3.4375rem;top:3.25rem;left:10.34375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RpE2fE12MpTO7urldvgBsil0FNN23rmE { width:4.875rem;height:3.375rem;top:9.4375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3GI3PuFKunFuU63QRTCQIcC8wWbD475 { width:9.9375rem;height:1.8125rem;top:7rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3MzoeOBI4wX4eHwaZ3Kf8v8LnLfVSGV { width:7.0625rem;height:2.8125rem;top:9.71875rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEdafZkrKWtzUgcZ2JTlz37nxtw7wwgM { width:3.9375rem;height:2.1875rem;top:1.59375rem;left:16.0625rem;display:block; }
 }