.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@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:#000000;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 { position:relative;display:none; }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 { border-width: 0; border-radius: 0; }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#GNonf1boHwFiGnOFf2JuTptQrSaVdfHU { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#fbfbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:2.75rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:0.8125rem;left:28.0625rem;display:none; }
#FcU0rIm4gtEMQyc9hs5kNv6rIToLuOlc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mQXgDCofZku2xxa1Q5ZkbOiPxPzwblqS { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#fbfbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.75rem;height:2.75rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:0.8125rem;left:35.1875rem;display:none; }
#tL8n2VEM8aTg8vkIWNtKLLUbioDKZpZo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c9lspbzb7Qcy3rkONZUzTDkAVp2ydIcN { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#fbfbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6rem;height:2.75rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0.8125rem;left:43.75rem;display:none; }
#QGO5zuOZh25nNluWQTf67CgWgQ1x4gzz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LF2GE7oDnKGBRMyCbBdJEbrRJCB8oAEH { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#fbfbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:2.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:0.8125rem;left:17.25rem;display:none; }
#pwQvNWyLeaTUmobH5vulwVdyP7ks8m2r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lm9SW1EmsUFsf5zpX0Q5Vgq1FhskHHc9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#TZ9dZ6xbZtI45lowtqAxLo6mFnP9n2T8 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:4.5rem;top:3.375rem;left:0rem;overflow:hidden;display:none; }
#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #000000, rgba(17,36,80,0.6));background-image: -moz-linear-gradient(90deg, #000000, rgba(17,36,80,0.6));background-image: -ms-linear-gradient(90deg, #000000, rgba(17,36,80,0.6));background-image: -o-linear-gradient(90deg, #000000, rgba(17,36,80,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#11245099' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#11245099' );";background-image: linear-gradient(90deg, #000000, rgba(17,36,80,0.6));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt > .row .container { background-color: transparent; background-image: none; }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt > .row .container > .video-iframe-container { display: none; }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt > .row > .video-iframe-container { display: none; }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt > .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); }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt > .row .container { border-width: 0; border-radius: 0; }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:block; }#zmcWHea4ZTQ679vygGf1GC5tHu4AJdFI { background-color:#d14c88;background-image:url("https://images.assets-landingi.com/uc/6e22a4be-2d2a-45a5-a7e1-95a0d75d24b7/10055476.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.96875rem;left:63.750000953675rem;display:block; }#zmcWHea4ZTQ679vygGf1GC5tHu4AJdFI.adaptive-delivery-prevent-bg, #zmcWHea4ZTQ679vygGf1GC5tHu4AJdFI.lazyload, #zmcWHea4ZTQ679vygGf1GC5tHu4AJdFI.lazyloading { background-image: none; }
#n8uIfTQ5TuzQmO2reHy7QqnQFgKMDhQl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yCKXFgqVd94963U7PanFFaHcIHxbe76z { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#fbfbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:2.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1.125rem;left:29.6875rem;display:block; }
#ZWdVW4OgW94vghRy8xdloK4s6DyptTht { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LCJXNALvnLlniNSEshH88xa8wTJ4WGCZ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#fbfbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:2.75rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:1.125rem;left:40.5rem;display:block; }
#Bcv4OFgmfwJyIeQwltwPewRTGTBfccBg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AhQLEa0Stiwdoifv2QWJHsTPZFBPPn8V { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#fbfbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.75rem;height:2.75rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:1.125rem;left:47.625rem;display:block; }
#ERFkA8Xg7eKlOsbg3ufZPDOUGWdm5xgi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kZRbd5nmTUrdWkR88NeR2zmugQOO02fJ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#fbfbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6rem;height:2.75rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1.125rem;left:56.1875rem;display:block; }
#O5ibXaKOygDE4qqXmln6oXCRTIHLERn7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R56oD5xl9fP703xwi4ELo6FTDtwLCIIQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#R56oD5xl9fP703xwi4ELo6FTDtwLCIIQ > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#OT3ZZ1Q76cFZQkQ814gPJTzbdKFGGBvZ { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:11.625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/767845f2-4caf-4d95-aeea-3a4c7cdc8dfd/herosectionsesjanaukowakrakow.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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 { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:60.375rem;width:75rem;overflow:visible;position:relative;display:block; }#zZPxFcxCSZZ2PvVpmCs4G5cqiA567L4b { z-index:15003;top:32.25rem;left:0rem;background-color:#d14c88;background-image:url("https://images.assets-landingi.com/uc/6e22a4be-2d2a-45a5-a7e1-95a0d75d24b7/10055476.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }#zZPxFcxCSZZ2PvVpmCs4G5cqiA567L4b.adaptive-delivery-prevent-bg, #zZPxFcxCSZZ2PvVpmCs4G5cqiA567L4b.lazyload, #zZPxFcxCSZZ2PvVpmCs4G5cqiA567L4b.lazyloading { background-image: none; }
#icw6TCJML0uIBPi6gmJddPDfUaRcVI8K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XTUdxBp2XshTFKDQsNxOW5spB4TDU9gf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#lUwIGTU0FGA8mAtuVqUdoLSn4VWZEirT { color:#ffe7b9;display:block;width:39.4375rem;position:absolute;font-family:poppins;font-size:3.3125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:8.0625rem;left:0rem;height:7.2875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#auOwdwmfSyDdke97VNWguvqwW9svXDCJ { color:#ffffff;display:block;width:20.9375rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:23.4375rem;left:3.5625rem;height:1.86875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nNrUTE1sniVhrkt0MPHaTBnuemck3Bsq { color:#ffffff;display:block;width:18.8125rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:26.4375rem;left:3.5625rem;height:1.86875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GmuUUwcCAgBEDFZLGWK6814QIsh4oTua { z-index:15003;top:50.875rem;left:21.3125rem;background-color:#d14c88;background-image:none;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#fXL0rLZ2JTdJ6zWnz09G33XzEPKRuQ20 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n1ZAKHqrvWqfutOk22P4ARekvA0aVCLL { color:#ffe7b9;display:block;width:32.875rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:17.375rem;left:0rem;height:2.8875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wen1n4Z8UHa3H0sWAAfRmOSZayk4uvfR { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.0625rem;width:36.8125rem;top:0.8125rem;left:38.1875rem;overflow:hidden;display:block; }
#SAiTLTRlQoHMM6efPsDc6FyBzEd9xTEx { color:#ffe7b9;display:block;width:18.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:38rem;left:11.3125rem;height:1.3rem;display:block; }
#JkwZbLe8WqFwxbUuZsxW76hsQ8lmleL2 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:36.9375rem;left:8.4375rem;overflow:hidden;display:block; }
#RFPlf4D8zImbzUD8hK1nrvogIRTwp47c { color:#ffffff;display:block;width:28rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:48.25rem;left:23.5rem;height:1.4619125rem;display:block; }
#b7I7vZHNGV6Xf1eKBfCaFDmRadSJHdsL .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; }
#b7I7vZHNGV6Xf1eKBfCaFDmRadSJHdsL .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#112450;background-image:none;color:#ffe7b9;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:poppins;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem; }
#b7I7vZHNGV6Xf1eKBfCaFDmRadSJHdsL .widget-text.counter-label { background-color:;background-image:none;color:#ffe7b9;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;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:poppins;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#b7I7vZHNGV6Xf1eKBfCaFDmRadSJHdsL { 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:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:50.625rem;left:27.875rem;z-index:15026; }
#b7I7vZHNGV6Xf1eKBfCaFDmRadSJHdsL #QXTmolMuCSoRFEomtEPPywBKJLvADvsy { display:flex;position:relative;top:0rem;left:0rem; }
#b7I7vZHNGV6Xf1eKBfCaFDmRadSJHdsL #TXxENSIki5QHdhbzwRuK5n80qgLHEQpr { width:auto; }
#b7I7vZHNGV6Xf1eKBfCaFDmRadSJHdsL #cTDNezFsmc52yyPs5CPxrWLP1WVp2hV2 {  }
#b7I7vZHNGV6Xf1eKBfCaFDmRadSJHdsL #UeTVtX8d2z6QZ9ZERmpDyp6i3wJiXGdZ { display:flex;position:relative;top:0rem;left:0rem; }
#b7I7vZHNGV6Xf1eKBfCaFDmRadSJHdsL #Q54anRDxo6pMF1tlEFtUXhHwehaXxiI6 {  }
#b7I7vZHNGV6Xf1eKBfCaFDmRadSJHdsL #qFMfHezpw92guWVWHLoZ1JutcbPpBHg1 {  }
#b7I7vZHNGV6Xf1eKBfCaFDmRadSJHdsL #ROQ6dQ7gSIhpesUMzAVKKgzVS4dPRqh1 { display:flex;position:relative;top:0rem;left:0rem; }
#b7I7vZHNGV6Xf1eKBfCaFDmRadSJHdsL #ffE6sgnGtPGDhqZ16UNe4mXasd1FiH4D {  }
#b7I7vZHNGV6Xf1eKBfCaFDmRadSJHdsL #bCboUITwV9cQtboViisNu2DZ8cdffiHK {  }
#b7I7vZHNGV6Xf1eKBfCaFDmRadSJHdsL #NIfL32wJQNmy4odOZRABBmIoG8H4tPQg { display:flex;position:relative;top:0rem;left:0rem; }
#b7I7vZHNGV6Xf1eKBfCaFDmRadSJHdsL #fnRTbMZsknsr3E0hIlpJF7Li0JeqvoHb {  }
#b7I7vZHNGV6Xf1eKBfCaFDmRadSJHdsL #R8PS1meXS6nU1btFrubbi84t4r1ZHF10 {  }
#muiPW8aBwytNKkUedgPp9ZuZOe6gz8Q9 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:37.0498046875rem;left:5.125rem;overflow:hidden;display:none; }
#w6QfFRckTPJPn3i4uwwtABlUHb6NcOeD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:22.9375rem;left:0rem; }
#AxyccomeWqNd7T5avz6fTALi2evZDfr3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:26.1875rem;left:0rem; }
#DXN0Xd1mBIGdT8EkUb2EtQ5eIRaFUUEO { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#QRP1wFAP1qiDaVB9PrCWRBdt8gJAuVsH { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#061131;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row .container { background-color: transparent; background-image: none; }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row .container > .video-iframe-container { display: none; }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row > .video-iframe-container { display: none; }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .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); }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row .container { border-width: 0; border-radius: 0; }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;position:relative;display:block; }#di82fsENnUxfHZEJqQWOSAhWTnqkQEMr { color:#ffffff;display:block;width:51.1875rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.28125rem;left:11.90625rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#byf8rrzGzXIJHr56wNuATQAVcNBONsS4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#061131;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#byf8rrzGzXIJHr56wNuATQAVcNBONsS4 > .row .container { background-color: transparent; background-image: none; }#byf8rrzGzXIJHr56wNuATQAVcNBONsS4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#byf8rrzGzXIJHr56wNuATQAVcNBONsS4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#byf8rrzGzXIJHr56wNuATQAVcNBONsS4 > .row .container > .video-iframe-container { display: none; }#byf8rrzGzXIJHr56wNuATQAVcNBONsS4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#byf8rrzGzXIJHr56wNuATQAVcNBONsS4 > .row > .video-iframe-container { display: none; }#byf8rrzGzXIJHr56wNuATQAVcNBONsS4 > .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); }#byf8rrzGzXIJHr56wNuATQAVcNBONsS4 > .row .container { border-width: 0; border-radius: 0; }#byf8rrzGzXIJHr56wNuATQAVcNBONsS4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#byf8rrzGzXIJHr56wNuATQAVcNBONsS4 > .row .container { font-size:0.875rem;font-family:arial;height:25.4375rem;width:75rem;position:relative;display:block; }#Tgt8RF5qzKcPLvuT9q5WvRy1WITprWc4 { color:#fbfbfb;display:block;width:10.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:16.9375rem;left:7.125rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hNshPkMuqXaLJIshxCeCSUT8t3D8owd7 { color:#fbfbfb;display:block;width:12.8125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:12.6875rem;left:6.125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hGlwsvCc0SOacN7EJ923IXW8FD8sTIE1 { box-sizing:content-box;height:9.0625rem;width:9.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6e22a4be-2d2a-45a5-a7e1-95a0d75d24b7/10055476.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2rem;left:8rem;display:block; }#hGlwsvCc0SOacN7EJ923IXW8FD8sTIE1.adaptive-delivery-prevent-bg, #hGlwsvCc0SOacN7EJ923IXW8FD8sTIE1.lazyload, #hGlwsvCc0SOacN7EJ923IXW8FD8sTIE1.lazyloading { background-image: none; }
#EB3RqKbOaVGTH7l8JsxeGki5JirGdazV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:4.125rem;left:10.125rem; }
#R9waJmG9LbtUvaU8P0aTf6736SpeksTA { color:#fbfbfb;display:block;width:14.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:16.8125rem;left:30.5rem;height:6.499025rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EI4wUAhKPemiPbFklJLc4UNwMUf0kgnI { color:#fbfbfb;display:block;width:12.8125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:12.5625rem;left:31.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#muPa4lE8oZMRzt8G3pJTfCXzR3F5LTnn { box-sizing:content-box;height:9.0625rem;width:9.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6e22a4be-2d2a-45a5-a7e1-95a0d75d24b7/10055476.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.875rem;left:33rem;display:block; }#muPa4lE8oZMRzt8G3pJTfCXzR3F5LTnn.adaptive-delivery-prevent-bg, #muPa4lE8oZMRzt8G3pJTfCXzR3F5LTnn.lazyload, #muPa4lE8oZMRzt8G3pJTfCXzR3F5LTnn.lazyloading { background-image: none; }
#l6rT9IT7RRkwBVlINLMFRTVCv2ZkvmTV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:4.1875rem;left:35.25rem; }
#ETK7yhOS0E1KPeryP0gcMGdOgfpfUPVm { color:#fbfbfb;display:block;width:10.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:17rem;left:57.3125rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RBkDmONMGC5ip8oAWtm9LfMffIN3fKfS { color:#fbfbfb;display:block;width:11.875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:12.625rem;left:56.5625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RpR6KfzBbPA7toFBGupk9urpaNnHDpIm { box-sizing:content-box;height:9.0625rem;width:9.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6e22a4be-2d2a-45a5-a7e1-95a0d75d24b7/10055476.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2rem;left:58rem;display:block; }#RpR6KfzBbPA7toFBGupk9urpaNnHDpIm.adaptive-delivery-prevent-bg, #RpR6KfzBbPA7toFBGupk9urpaNnHDpIm.lazyload, #RpR6KfzBbPA7toFBGupk9urpaNnHDpIm.lazyloading { background-image: none; }
#lkV4J3InTXk5cmOI8C81LPuFXUREaZGS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6rem;width:6rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:3.5625rem;left:59.5rem; }
#RDwsWCFGPcpV971vxQpNa5RdM3WPtmiM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#061131;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RDwsWCFGPcpV971vxQpNa5RdM3WPtmiM > .row .container { background-color: transparent; background-image: none; }#RDwsWCFGPcpV971vxQpNa5RdM3WPtmiM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDwsWCFGPcpV971vxQpNa5RdM3WPtmiM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDwsWCFGPcpV971vxQpNa5RdM3WPtmiM > .row .container > .video-iframe-container { display: none; }#RDwsWCFGPcpV971vxQpNa5RdM3WPtmiM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDwsWCFGPcpV971vxQpNa5RdM3WPtmiM > .row > .video-iframe-container { display: none; }#RDwsWCFGPcpV971vxQpNa5RdM3WPtmiM > .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); }#RDwsWCFGPcpV971vxQpNa5RdM3WPtmiM > .row .container { border-width: 0; border-radius: 0; }#RDwsWCFGPcpV971vxQpNa5RdM3WPtmiM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RDwsWCFGPcpV971vxQpNa5RdM3WPtmiM > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#cv9qdSJMDd7hyTbUUcEHJFEIvH1vv4VS { color:#fbfbfb;display:block;width:12.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:17rem;left:43.375rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dfBAJIZuS8z8337075l9AkOtn7NVo9sv { color:#fbfbfb;display:block;width:13.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:14.25rem;left:42.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hwoemdtu80XvhORZoCTT3vAbTxGloKft { box-sizing:content-box;height:9.0625rem;width:9.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6e22a4be-2d2a-45a5-a7e1-95a0d75d24b7/10055476.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.5rem;left:45rem;display:block; }#hwoemdtu80XvhORZoCTT3vAbTxGloKft.adaptive-delivery-prevent-bg, #hwoemdtu80XvhORZoCTT3vAbTxGloKft.lazyload, #hwoemdtu80XvhORZoCTT3vAbTxGloKft.lazyloading { background-image: none; }
#Nh3wyX4I2yHVTTkhQCHMc6e72FgBSF1y { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:5.6875rem;left:47.125rem; }
#KMu3bX7SNmHG7vOQPLK6Nna8kJRpIK5K { color:#fbfbfb;display:block;width:12.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:16.9375rem;left:19.125rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QMFKS3LBzBcBxiu5E0MlAT4JrrglIkKD { color:#fbfbfb;display:block;width:13.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:14.1875rem;left:18.6875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AessUC2o5tTWSZDHyO3mvJbUkTBpcmBW { box-sizing:content-box;height:9.0625rem;width:9.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6e22a4be-2d2a-45a5-a7e1-95a0d75d24b7/10055476.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.4375rem;left:20.75rem;display:block; }#AessUC2o5tTWSZDHyO3mvJbUkTBpcmBW.adaptive-delivery-prevent-bg, #AessUC2o5tTWSZDHyO3mvJbUkTBpcmBW.lazyload, #AessUC2o5tTWSZDHyO3mvJbUkTBpcmBW.lazyloading { background-image: none; }
#tUNQ0lUSwq8S7TkyfswHaqzEeqMAHrOT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:5.75rem;left:22.875rem; }
#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR { position:relative;display:block; }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR { background-color: transparent; background-image: none; }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .row .container > .video-iframe-container { display: none; }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .row > .video-iframe-container { display: none; }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .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); }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR { border-width: 0; border-radius: 0; }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:15.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#InlhwgWUiyUb3mzrARWSE7c5qRoJwSop { color:#ffffff;display:block;width:65.0625rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.90625rem;left:4.96875rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 { position:relative;display:block; }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 { background-color: transparent; background-image: none; }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .row .container > .video-iframe-container { display: none; }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .row > .video-iframe-container { display: none; }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .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); }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 { border-width: 0; border-radius: 0; }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TwSVtbtFpezu7qE7WNOL4VT3CwTQ5C6H { color:#ffffff;display:block;width:20.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:19.875rem;left:27.21875rem;height:2.986325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hNDA3vt5DgiTyXMpFhn9ptidXTucEq82 { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15068;line-height:1.3;letter-spacing:0;top:19.875rem;left:6.5rem;height:2.986325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Pr25UmKdpsOTwowAdTTEXC6ZTgCwFbWJ { color:#ffffff;display:block;width:8.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15068;line-height:1.3;letter-spacing:0;top:19.87353515625rem;left:58.09375rem;height:2.986325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FJTKTdaD4ohzIWcu8lHVif44DV4oBCPx { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/896fd9e9-6f28-46dd-9215-b7e73793a174/herosectionsesjanaukowakrakowgranat.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffc554;border-left:0.0625rem solid #ffc554;border-right:0.0625rem solid #ffc554;border-bottom:0.0625rem solid #ffc554;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:2.3125rem;text-decoration:none;z-index:15078;text-align:center;text-align-last:center;top:23.8125rem;left:8.5rem;display:block; }#FJTKTdaD4ohzIWcu8lHVif44DV4oBCPx.adaptive-delivery-prevent-bg, #FJTKTdaD4ohzIWcu8lHVif44DV4oBCPx.lazyload, #FJTKTdaD4ohzIWcu8lHVif44DV4oBCPx.lazyloading { background-image: none; }
#P3623Dg7W45DapTycBCfFCw3pbiWJALS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KXqdlPczh8XkBIWlNT7xFC8OlQPx6Uhx { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/896fd9e9-6f28-46dd-9215-b7e73793a174/herosectionsesjanaukowakrakowgranat.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffc554;border-left:0.0625rem solid #ffc554;border-right:0.0625rem solid #ffc554;border-bottom:0.0625rem solid #ffc554;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:2.3125rem;text-decoration:none;z-index:15079;text-align:center;text-align-last:center;top:23.8125rem;left:58.5rem;display:block; }#KXqdlPczh8XkBIWlNT7xFC8OlQPx6Uhx.adaptive-delivery-prevent-bg, #KXqdlPczh8XkBIWlNT7xFC8OlQPx6Uhx.lazyload, #KXqdlPczh8XkBIWlNT7xFC8OlQPx6Uhx.lazyloading { background-image: none; }
#pl3SL9ChKKlptshvBKRDV5NJQ51QJ7VZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ptTS2MpB9Ws9UBp19TtJCNfCMBy1duJv { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/896fd9e9-6f28-46dd-9215-b7e73793a174/herosectionsesjanaukowakrakowgranat.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffc554;border-left:0.0625rem solid #ffc554;border-right:0.0625rem solid #ffc554;border-bottom:0.0625rem solid #ffc554;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:2.3125rem;text-decoration:none;z-index:15080;text-align:center;text-align-last:center;top:23.8125rem;left:33.5rem;display:block; }#ptTS2MpB9Ws9UBp19TtJCNfCMBy1duJv.adaptive-delivery-prevent-bg, #ptTS2MpB9Ws9UBp19TtJCNfCMBy1duJv.lazyload, #ptTS2MpB9Ws9UBp19TtJCNfCMBy1duJv.lazyloading { background-image: none; }
#D5fPOM4SSDgLC6uzV3eTDKGc39V45MGc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AuydUE59msEgmoievGy40WLvZ1vUKIeC { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:12.9375rem;top:2.0625rem;left:6.03125rem;overflow:hidden;display:block; }
#GnDcWryUuhXBr3evlkKrRUTqJRpiygPc { position:absolute;display:block;z-index:15082;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:12.9375rem;top:2.0625rem;left:31.03125rem;overflow:hidden;display:block; }
#iQ2KCyazguXRwn5Vdl6DmRhJaGuL3W5q { position:absolute;display:block;z-index:15083;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:12.9375rem;top:2.0625rem;left:56.03125rem;overflow:hidden;display:block; }
#DeQ1NBddwlZbubNzZeB4X5Xc2b8CGyCB { position:relative;display:block; }#DeQ1NBddwlZbubNzZeB4X5Xc2b8CGyCB { background-color: transparent; background-image: none; }#DeQ1NBddwlZbubNzZeB4X5Xc2b8CGyCB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeQ1NBddwlZbubNzZeB4X5Xc2b8CGyCB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeQ1NBddwlZbubNzZeB4X5Xc2b8CGyCB > .row .container > .video-iframe-container { display: none; }#DeQ1NBddwlZbubNzZeB4X5Xc2b8CGyCB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeQ1NBddwlZbubNzZeB4X5Xc2b8CGyCB > .row > .video-iframe-container { display: none; }#DeQ1NBddwlZbubNzZeB4X5Xc2b8CGyCB > .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); }#DeQ1NBddwlZbubNzZeB4X5Xc2b8CGyCB { border-width: 0; border-radius: 0; }#DeQ1NBddwlZbubNzZeB4X5Xc2b8CGyCB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DeQ1NBddwlZbubNzZeB4X5Xc2b8CGyCB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XVKscX5gMKxXNwr4CKnvLpJ8NxMeA6zd { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:19.25rem;left:29.84375rem;height:2.986325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NzXcaWoc4P5rt9TZmPvhvp014PrxmKGi { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15068;line-height:1.3;letter-spacing:0;top:19.25rem;left:6.46875rem;height:2.986325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TCXfW9o73DK4HehP9luhClp5RzcIBISU { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15068;line-height:1.3;letter-spacing:0;top:19.875rem;left:56.5rem;height:2.986325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vt6sERkeB6hrxQXcfssKBqZuf3roMF6U { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/896fd9e9-6f28-46dd-9215-b7e73793a174/herosectionsesjanaukowakrakowgranat.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffc554;border-left:0.0625rem solid #ffc554;border-right:0.0625rem solid #ffc554;border-bottom:0.0625rem solid #ffc554;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:2.3125rem;text-decoration:none;z-index:15077;text-align:center;text-align-last:center;top:24rem;left:8.5rem;display:block; }#vt6sERkeB6hrxQXcfssKBqZuf3roMF6U.adaptive-delivery-prevent-bg, #vt6sERkeB6hrxQXcfssKBqZuf3roMF6U.lazyload, #vt6sERkeB6hrxQXcfssKBqZuf3roMF6U.lazyloading { background-image: none; }
#qXLy2m72oQLBF8xwaNsV38mFLyUViJLD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DFTAHxsHRL92l63sch6ze7LFk7GiUwpF { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/896fd9e9-6f28-46dd-9215-b7e73793a174/herosectionsesjanaukowakrakowgranat.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffc554;border-left:0.0625rem solid #ffc554;border-right:0.0625rem solid #ffc554;border-bottom:0.0625rem solid #ffc554;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:2.3125rem;text-decoration:none;z-index:15078;text-align:center;text-align-last:center;top:24rem;left:58.5rem;display:block; }#DFTAHxsHRL92l63sch6ze7LFk7GiUwpF.adaptive-delivery-prevent-bg, #DFTAHxsHRL92l63sch6ze7LFk7GiUwpF.lazyload, #DFTAHxsHRL92l63sch6ze7LFk7GiUwpF.lazyloading { background-image: none; }
#lX7qy0wIvJ0XyJTPpWRNDnJaThCAZ8EN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oAv8xfP3bDBIH8BQyZp31nH9qyNHuZsd { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/896fd9e9-6f28-46dd-9215-b7e73793a174/herosectionsesjanaukowakrakowgranat.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffc554;border-left:0.0625rem solid #ffc554;border-right:0.0625rem solid #ffc554;border-bottom:0.0625rem solid #ffc554;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:2.3125rem;text-decoration:none;z-index:15079;text-align:center;text-align-last:center;top:24rem;left:33.5rem;display:block; }#oAv8xfP3bDBIH8BQyZp31nH9qyNHuZsd.adaptive-delivery-prevent-bg, #oAv8xfP3bDBIH8BQyZp31nH9qyNHuZsd.lazyload, #oAv8xfP3bDBIH8BQyZp31nH9qyNHuZsd.lazyloading { background-image: none; }
#IEMcvd9GQnlnAHBTTtFaOcd44T2HJ8Ra { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zvtxg8UT1USILem2tGTF4RoVH3yFQuho { position:absolute;display:block;z-index:15084;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:12.9375rem;top:2.0625rem;left:56.03125rem;overflow:hidden;display:block; }
#LqBkTu2AkuGDfpoy1KQRZh8xP3EPJHX6 { position:absolute;display:block;z-index:15085;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:12.9375rem;top:2.0625rem;left:31.03125rem;overflow:hidden;display:block; }
#K8o1B7WXb5kAGJnMWw8phQxbzvtforZe { position:absolute;display:block;z-index:15086;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:12.9375rem;top:2.0625rem;left:6.03125rem;overflow:hidden;display:block; }
#bWCsfJc2hl12umUBFXxn2l2zcPNingDr { position:relative;display:block; }#bWCsfJc2hl12umUBFXxn2l2zcPNingDr { background-color: transparent; background-image: none; }#bWCsfJc2hl12umUBFXxn2l2zcPNingDr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWCsfJc2hl12umUBFXxn2l2zcPNingDr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWCsfJc2hl12umUBFXxn2l2zcPNingDr > .row .container > .video-iframe-container { display: none; }#bWCsfJc2hl12umUBFXxn2l2zcPNingDr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWCsfJc2hl12umUBFXxn2l2zcPNingDr > .row > .video-iframe-container { display: none; }#bWCsfJc2hl12umUBFXxn2l2zcPNingDr > .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); }#bWCsfJc2hl12umUBFXxn2l2zcPNingDr { border-width: 0; border-radius: 0; }#bWCsfJc2hl12umUBFXxn2l2zcPNingDr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bWCsfJc2hl12umUBFXxn2l2zcPNingDr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#h9CW3kWVZBHtDfmWia2IdTfoVh5h7Sxe { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:19.25rem;left:29.1875rem;height:2.986325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bqCSTrAcKFRqgW5xA8HzE1whX2U6aon6 { color:#ffffff;display:block;width:18.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15068;line-height:1.3;letter-spacing:0;top:19.25rem;left:3.3125rem;height:2.986325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DBLCJTZoeuX6Apr946Or8KtFwAodEmrT { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/896fd9e9-6f28-46dd-9215-b7e73793a174/herosectionsesjanaukowakrakowgranat.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffc554;border-left:0.0625rem solid #ffc554;border-right:0.0625rem solid #ffc554;border-bottom:0.0625rem solid #ffc554;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:2.3125rem;text-decoration:none;z-index:15077;text-align:center;text-align-last:center;top:24rem;left:8.5rem;display:block; }#DBLCJTZoeuX6Apr946Or8KtFwAodEmrT.adaptive-delivery-prevent-bg, #DBLCJTZoeuX6Apr946Or8KtFwAodEmrT.lazyload, #DBLCJTZoeuX6Apr946Or8KtFwAodEmrT.lazyloading { background-image: none; }
#zIlkvIHXqZN3uVA1ZTWhwBzUdO8kSfHx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eK5oqww9ObPV2ig4BR4qhBIKhtt2xmk8 { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/896fd9e9-6f28-46dd-9215-b7e73793a174/herosectionsesjanaukowakrakowgranat.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffc554;border-left:0.0625rem solid #ffc554;border-right:0.0625rem solid #ffc554;border-bottom:0.0625rem solid #ffc554;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:2.3125rem;text-decoration:none;z-index:15079;text-align:center;text-align-last:center;top:24rem;left:33.5rem;display:block; }#eK5oqww9ObPV2ig4BR4qhBIKhtt2xmk8.adaptive-delivery-prevent-bg, #eK5oqww9ObPV2ig4BR4qhBIKhtt2xmk8.lazyload, #eK5oqww9ObPV2ig4BR4qhBIKhtt2xmk8.lazyloading { background-image: none; }
#mdmKrV5S06aRvy2n2IlGMx3GqdXeScpk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oR9kudoitoixopgZLvdBVJsBMnTIrByT { position:absolute;display:block;z-index:15085;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:12.9375rem;top:2.0625rem;left:31.03125rem;overflow:hidden;display:block; }
#th9ty65fFpJzph7Tfw7fTlRhON8a2Cez { position:absolute;display:block;z-index:15086;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:12.9375rem;top:2.0625rem;left:6.03125rem;overflow:hidden;display:block; }
#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/23df8aa6-a6df-4516-9ddc-fbec7bb6c615/herosectionsesjanaukowakrakow2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd.adaptive-delivery-prevent-bg, #EtEXAyoKzanc1gW3vpWypFaStiBZaJzd.lazyload, #EtEXAyoKzanc1gW3vpWypFaStiBZaJzd.lazyloading { background-image: none; }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row .container { background-color: transparent; background-image: none; }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row .container > .video-iframe-container { display: none; }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row > .video-iframe-container { display: none; }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .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); }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row .container { border-width: 0; border-radius: 0; }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row .container { font-size:0.875rem;font-family:arial;height:161.5625rem;width:75rem;position:relative;display:block; }#aWRtwSCDHIkPcsBuOXbJJSIEM85QWEft { color:#ffe7b9;display:block;width:30.125rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.8609557151794rem;left:22.436718940735rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WvIGTJzTTHlnA3WiCBFdX1DWATeXJcTe { box-sizing:content-box;height:7.5rem;width:73.75rem;position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.2);background-image:none;top:11.90546874702rem;left:1.2492179870606rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.625rem 0.375rem 0.375rem rgba(124,2,68,0.8) ;display:block; }
#sPZlmSXLu3uMqzLVrP4iSEULzbl9Doe9 { box-sizing:content-box;height:7.5rem;width:0.0625rem;position:absolute;display:block;z-index:15073;background-color:#7c0244;background-image:none;top:11.90546874702rem;left:0rem;display:block; }
#GVmiAuXzpc9woEE9VdxvgsDNEMpS62NH { color:#ffffff;display:block;width:19.3125rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:15.8125rem;left:3.75rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TKlXuGPeXOlPRzIRaknnhQO45iZtP84K { box-sizing:content-box;height:13.4375rem;width:0.0625rem;position:absolute;display:block;z-index:15074;background-color:#7c0244;background-image:none;top:30.9375rem;left:0rem;display:block; }
#tOSRZ2cJ2SqyuO23DNeL6RDCz4kV1GyE { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:31.875rem;left:3.75rem; }
#hmX8tNArQ1m60kcBFoDs81CN4g5GL1q5 { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:32.6875rem;left:6.4375rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#lqmhmVJTOvuzSR5bEEvXtFB6Tx00qKaq { color:#ffffff;display:block;width:51.3125rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:34.6875rem;left:3.75rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Rn5qyd787CkpnQR8hEqWbKafIhUFDKZr { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15062;line-height:1.3;letter-spacing:0;top:40.5rem;left:61.875rem;height:2.3359375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aaRovbUwT1ZsCZOvUHxV6VvroxHo06b5 { box-sizing:content-box;height:6.75rem;width:6.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a442512e-4c8b-4724-a78a-5d2177dfb35e/Projektbeznazwy.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:32.375rem;left:63.8125rem;border-top:0.125rem solid #ffe7b9;border-left:0.125rem solid #ffe7b9;border-right:0.125rem solid #ffe7b9;border-bottom:0.125rem solid #ffe7b9;display:block; }#aaRovbUwT1ZsCZOvUHxV6VvroxHo06b5.adaptive-delivery-prevent-bg, #aaRovbUwT1ZsCZOvUHxV6VvroxHo06b5.lazyload, #aaRovbUwT1ZsCZOvUHxV6VvroxHo06b5.lazyloading { background-image: none; }
#lZsCyNQVT9k9mdzTKIzLSDsX2wknlMPn { color:#ffffff;display:block;width:56.875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:39.8125rem;left:3.75rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yu7pPbA9K8Ri49BPGJ9kSs5mHVTlCO0C { box-sizing:content-box;height:7.5rem;width:73.75rem;position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.2);background-image:none;top:84.1875rem;left:1.25rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.625rem 0.375rem 0.375rem rgba(124,2,68,0.8) ;display:block; }
#nrkbGZ9WT9vKrP52eWMbQaAxxyR3wohp { box-sizing:content-box;height:7.5rem;width:0.0625rem;position:absolute;display:block;z-index:15078;background-color:#7c0244;background-image:none;top:81.75rem;left:0rem;display:block; }
#J7Vxt9cwm0bGyIP4BaSfTKCK7scIgJcH { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:83.625rem;left:6.4375rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#gqbGP9BmnadeVCDdc9zUnPSpw9EXQK3T { color:#ffffff;display:block;width:19.3125rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:88.125rem;left:3.75rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Vhxrc4Zb7iRsJB3Ft339Tu588mPvDLMu { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:85.75rem;left:3.75rem; }
#Qf43if85i2m6f7NMvokVw3fFJdQC3Hxh { box-sizing:content-box;height:15.625rem;width:0.0625rem;position:absolute;display:block;z-index:15082;background-color:#7c0244;background-image:none;top:46.9375rem;left:0rem;display:block; }
#Ay8uulGTDaePEhtmAm6bzunbaVuvniWn { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:1;top:49.5rem;left:3.75rem; }
#cBBoZZMZJEsTC6J8FhhAhDl1RcS12PuS { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15069;line-height:1.3;letter-spacing:0;top:48.765630722046rem;left:6.4913187026975rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#TDAvR42U7q8D2Nw05a4VXbdaFQN1s5Pv { color:#ffffff;display:block;width:51.375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:52.3125rem;left:3.75rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ih5NGerLH8ZwGTUUR7mk4eaaIOAFrNld { color:#ffffff;display:block;width:51.875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15071;line-height:1.3;letter-spacing:0;top:57.5625rem;left:3.75rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TXvwvoRNMeeXLfEdFedqpEEk1qfQzgVQ { box-sizing:content-box;height:6.75rem;width:6.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/69bd0cb5-5e2e-4cf7-b234-daa1100af979/MagdalenaDubinskaRejent.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:49.6875rem;left:63.8125rem;border-top:0.125rem solid #ffe7b9;border-left:0.125rem solid #ffe7b9;border-right:0.125rem solid #ffe7b9;border-bottom:0.125rem solid #ffe7b9;display:block; }#TXvwvoRNMeeXLfEdFedqpEEk1qfQzgVQ.adaptive-delivery-prevent-bg, #TXvwvoRNMeeXLfEdFedqpEEk1qfQzgVQ.lazyload, #TXvwvoRNMeeXLfEdFedqpEEk1qfQzgVQ.lazyloading { background-image: none; }
#LXBs4W8McDnMNTrzFX7mZuUounKmB22d { color:#ffffff;display:block;width:11.5625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15064;line-height:1.3;letter-spacing:0;top:57.7685546875rem;left:61.53125rem;height:3.53515625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TVl4RMTA6rgAE93K7ob7qiHObArZDOfH { box-sizing:content-box;height:13.4375rem;width:0.0625rem;position:absolute;display:block;z-index:15090;background-color:#7c0244;background-image:none;top:65.375rem;left:0rem;display:block; }
#WBc0J0bppBq1HMipZhHn83gS3rFTMB4n { color:#ffffff;display:block;width:56.4375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15079;line-height:1.3;letter-spacing:0;top:76.4375rem;left:3.75rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZZVH53Lw4g1gAZEZJ9nS6RKDlkc9M3Us { color:#ffffff;display:block;width:48.375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:69.8125rem;left:3.75rem;height:6.09375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kFygyadWmPoJEHcz2RX38TNoe2XAdP2M { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15091;opacity:1;top:67.375rem;left:3.75rem; }
#vl6mRnwheWibkrktXRhPyM2JwTbExVCm { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15077;line-height:1.3;letter-spacing:0;top:67.25rem;left:6.4375rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#k2yOXgJ83LHWqXLNzNwm1f0lyD5wS3GS { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15072;line-height:1.3;letter-spacing:0;top:76.375rem;left:61.875rem;height:2.3359375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WFBunWLm7dQ9RRdAhiRLrZsq29ABuOVM { box-sizing:content-box;height:6.75rem;width:6.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d296567c-9eee-452e-818d-2769d4a37499/8.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:68.4375rem;left:63.8125rem;border-top:0.125rem solid #ffe7b9;border-left:0.125rem solid #ffe7b9;border-right:0.125rem solid #ffe7b9;border-bottom:0.125rem solid #ffe7b9;display:block; }#WFBunWLm7dQ9RRdAhiRLrZsq29ABuOVM.adaptive-delivery-prevent-bg, #WFBunWLm7dQ9RRdAhiRLrZsq29ABuOVM.lazyload, #WFBunWLm7dQ9RRdAhiRLrZsq29ABuOVM.lazyloading { background-image: none; }
#J3oZK1FOAZNusRwApqMTqiuwkG55DClh { box-sizing:content-box;height:13.4375rem;width:0.0625rem;position:absolute;display:block;z-index:15098;background-color:#7c0244;background-image:none;top:92.5rem;left:0rem;display:block; }
#K3tXFs1TxV66h6b9xZ7SJXCW2eQE5db7 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15099;opacity:1;top:95.0625rem;left:3.125rem; }
#hdzoZxdCfQEcdEtiExPMB98G5gbPunSI { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15085;line-height:1.3;letter-spacing:0;top:94.5rem;left:6.4375rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#EpCGf1gcrSFRZSMAwn82y97pxhDU63Fz { color:#ffffff;display:block;width:47.3125rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:97.875rem;left:3.125rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#B9OPnA97WlIIrBozG45hlUH5ogQyt8d0 { color:#ffffff;display:block;width:54.625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15087;line-height:1.3;letter-spacing:0;top:102.75rem;left:3.125rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#umCkTtTtSd9NgI6hnyQfpETfDXvQ6sdB { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15080;line-height:1.3;letter-spacing:0;top:103.1875rem;left:61.25rem;height:2.3359375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ok0XhtEcRuqyVAEmql2qWBJUx4lR7S1R { box-sizing:content-box;height:6.75rem;width:6.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d0cf8033-88cd-4f94-ad22-d3bf50d7bb0e/PaweKowalczyk.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:95.375rem;left:63.1875rem;border-top:0.125rem solid #ffe7b9;border-left:0.125rem solid #ffe7b9;border-right:0.125rem solid #ffe7b9;border-bottom:0.125rem solid #ffe7b9;display:block; }#Ok0XhtEcRuqyVAEmql2qWBJUx4lR7S1R.adaptive-delivery-prevent-bg, #Ok0XhtEcRuqyVAEmql2qWBJUx4lR7S1R.lazyload, #Ok0XhtEcRuqyVAEmql2qWBJUx4lR7S1R.lazyloading { background-image: none; }
#TrAULOIMJ7s2cRcfpITk3cxP2N8VnKun { box-sizing:content-box;height:13.4375rem;width:0.0625rem;position:absolute;display:block;z-index:15098;background-color:#7c0244;background-image:none;top:108.8125rem;left:0rem;display:block; }
#T87knFTtnECgAl2vLQv6oz6BCrMCNJTE { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15085;line-height:1.3;letter-spacing:0;top:110.8125rem;left:6.4375rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#bOK4eQ0oQsdd5RgtDzE65T6ovmvk9hQW { box-sizing:content-box;height:13.4375rem;width:0.0625rem;position:absolute;display:block;z-index:15106;background-color:#7c0244;background-image:none;top:124.9375rem;left:0rem;display:block; }
#p0ftiHQS0h2iCMP8i4BJ9aUKcXkCf20M { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15093;line-height:1.3;letter-spacing:0;top:126.875rem;left:6.4375rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#SRSUhVTWT7EVJtqnSzoeCPpDJJRyrGJ7 { box-sizing:content-box;height:7.5rem;width:73.75rem;position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.2);background-image:none;top:21.375rem;left:1.25rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.625rem 0.375rem 0.375rem rgba(124,2,68,0.8) ;display:block; }
#Zo6mwFlTzJS2DwIpLZi7ikpvvVtNU8Kv { color:#ffffff;display:block;width:19.3125rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:25.25rem;left:3.75rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NpAX4UEtvEzzuW7V9Hym34w9gusRSGIu { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:1;top:22.875rem;left:3.75rem; }
#xsIBsCxQhsEUHX5iLAcdoXFs0GHqDmWP { box-sizing:content-box;height:7.5rem;width:0.0625rem;position:absolute;display:block;z-index:15078;background-color:#7c0244;background-image:none;top:21.375rem;left:0rem;display:block; }
#ATaB9UR5hXo3tQ1VcQaCWbFBTWTK2ogJ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15109;opacity:1;top:13.437500238419rem;left:3.7482633590698rem; }
#dwQIFca4hEVDDqk0VlAMyUkeavilhQCb { box-sizing:content-box;height:7.5rem;width:73.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(255,255,255,0.2);background-image:none;top:140.75rem;left:1.25rem;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:none; }
#wqzguPIFzvO02qJTslg0VgZfEAAPIigC { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15070;line-height:1.3;letter-spacing:0;top:142.625rem;left:6.4375rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#TL4qkrsW9c7aEclGFq86E9NuJwavdss8 { color:#ffffff;display:block;width:19.3125rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:144.6875rem;left:3.75rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#TDoeEDJufBVPBNHBAKmf3utXKlnXD42Z { box-sizing:content-box;height:7.5rem;width:73.75rem;position:absolute;display:block;z-index:15016;background-color:rgba(255,255,255,0.2);background-image:none;top:150.5625rem;left:1.25rem;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:none; }
#QASaABJHRvlLKPhtqBocCIykTrGcTx8p { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15090;opacity:1;top:152.125rem;left:3.75rem;display:none; }
#nrFLcqd8GG80vg2M2FEbWfTnBS6JaU0l { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15075;line-height:1.3;letter-spacing:0;top:152.4375rem;left:6.4375rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#CDpyklHkr7PBhA7zqTMTfvUPfNSeBbAw { color:#ffffff;display:block;width:19.3125rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:154.5rem;left:3.75rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#v5onCIIrOXIucR9KNsHvlJt0lQOmunii { box-sizing:content-box;height:7.5rem;width:73.75rem;position:absolute;display:block;z-index:15021;background-color:rgba(255,255,255,0.2);background-image:none;top:160.5625rem;left:1.25rem;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:none; }
#uFxaRT815qyZQ1wHEvlueLBrpPp76Ohv { color:#ffffff;display:block;width:19.3125rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;top:164.5rem;left:3.75rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#NfIv31FyTmdEu54VrLswmWQyvbbzUdta { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15080;line-height:1.3;letter-spacing:0;top:162.4375rem;left:6.4375rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#RE8TsQZlBG4pstkmxguh2gRD3wwWz80T { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15110;opacity:1;top:142.10850715637rem;left:3.7482633590698rem;display:none; }
#QImNRTiTTIQTy8b66znDimd21Di6FZSI { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15111;opacity:1;top:162.04685783386rem;left:3.7482633590698rem;display:none; }
#Qn728Z0XszOe0u8yA74IbF40zoxc9U8t { color:#ffffff;display:block;width:22.9375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:156.78125953674rem;left:3.125rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#D8zeTSl5BH6IcsibMDd8NohhFUpOBUIm { box-sizing:content-box;height:13.4375rem;width:0.0625rem;position:absolute;display:block;z-index:15113;background-color:#7c0244;background-image:none;top:124.9375rem;left:0rem;display:block; }
#tyKOCZpO6pTfnE3SHLW3hkRubp1dpPtp { box-sizing:content-box;height:13.4375rem;width:73.75rem;position:absolute;display:block;z-index:15031;background-color:#000000;background-image:none;top:109.6875rem;left:0.625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.625rem 0.375rem 0.375rem rgba(124,2,68,0.8) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#WJniytQGl80qqN0AUXyJNctUxgp3ocA7 { color:#ffffff;display:block;width:54.1875rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:115.25rem;left:3.125rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KTpoTMJ3QD9U7GP2LNvECGuv44NPTWRJ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15114;opacity:1;top:112.1875rem;left:3.125rem; }
#zVF9mVDgAuosoQnM5cOpeybAAARisZg8 { color:#ffffff;display:block;width:49rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15102;line-height:1.3;letter-spacing:0;top:118.25rem;left:3.125rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T4OmevSop8hl273e9F38UfnsFSSNm2BS { color:#ffffff;display:block;width:13.1875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15095;line-height:1.3;letter-spacing:0;top:119.5625rem;left:60.125rem;height:2.3359375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tx3pKmT5J60E9oR3P2c8pzfZ1l93r18D { box-sizing:content-box;height:6.75rem;width:6.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15038;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/139080e9-0a63-41e7-9a20-90014abb1a4a/SesjanaukowaAAPreorderanimacja3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:111.5625rem;left:63.1875rem;border-top:0.125rem solid #ffe7b9;border-left:0.125rem solid #ffe7b9;border-right:0.125rem solid #ffe7b9;border-bottom:0.125rem solid #ffe7b9;display:block; }#Tx3pKmT5J60E9oR3P2c8pzfZ1l93r18D.adaptive-delivery-prevent-bg, #Tx3pKmT5J60E9oR3P2c8pzfZ1l93r18D.lazyload, #Tx3pKmT5J60E9oR3P2c8pzfZ1l93r18D.lazyloading { background-image: none; }
#HNx2WA1hSJ3h0rBScwMHXWo0NshiX3bP { box-sizing:content-box;height:13.4375rem;width:0.0625rem;position:absolute;display:block;z-index:15106;background-color:#ffffff;background-image:none;top:124.9375rem;left:0rem;display:none; }
#TzD3O05aL5AExX7NAcW4qhHaNTUx18Z0 { box-sizing:content-box;height:13.4375rem;width:73.75rem;position:absolute;display:block;z-index:14996;background-color:#000000;background-image:none;top:94.125rem;left:0.625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.625rem 0.375rem 0.375rem rgba(124,2,68,0.8) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Xca7DkwkuaHGyhgTD0FyTtSdZ5i0gwGA { box-sizing:content-box;height:16.1875rem;width:73.75rem;position:absolute;display:block;z-index:14995;background-color:#000000;background-image:none;top:65.625rem;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;box-shadow: 0.625rem 0.375rem 0.375rem rgba(124,2,68,0.8) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#BkcMTB4d4whTOMBIOQaTMFC5yZT2WkTh { box-sizing:content-box;height:14.875rem;width:73.75rem;position:absolute;display:block;z-index:14994;background-color:#000000;background-image:none;top:47.65625rem;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;box-shadow: 0.625rem 0.375rem 0.375rem rgba(124,2,68,0.8) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#hEBo4TP3RWTsgIu7pweOLTIhF9yF6iwy { box-sizing:content-box;height:13.4375rem;width:73.75rem;position:absolute;display:block;z-index:14993;background-color:#000000;background-image:none;top:31.125rem;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;box-shadow: 0.625rem 0.375rem 0.375rem rgba(124,2,68,0.8) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#e5S16u4Fqe3Qfz31FSHoJEvOSJSwQQT9 { box-sizing:content-box;height:13.4375rem;width:73.75rem;position:absolute;display:block;z-index:15037;background-color:#000000;background-image:none;top:124.9375rem;left:0.625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.625rem 0.375rem 0.375rem rgba(124,2,68,0.8) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#soZJVmQMTPIBt9JcDvLx9mNN8T9FzmVr { color:#ffffff;display:block;width:55.8125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15108;line-height:1.3;letter-spacing:0;top:133.5rem;left:3.125rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bu8FT7BbL6Kqanp46XNbaKAFXWoefE5L { color:#ffffff;display:block;width:54.1875rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15107;line-height:1.3;letter-spacing:0;top:130.5rem;left:3.125rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dENKmOIRffkJradORpepy23ipvK6gX6N { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15120;opacity:1;top:127.4375rem;left:3.125rem; }
#BUUk7hRKSns5A6U2HGQ35IKygrh92EcX { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15101;line-height:1.3;letter-spacing:0;top:134.06250190735rem;left:61.687500953674rem;height:3.53515625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AoTRiUokv0CqO0vkW54LXeD5nXiRxPIO { box-sizing:content-box;height:6.75rem;width:6.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15044;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0ce78e53-a8eb-477c-b6ef-8c9895962ed2/WykadowcysesjanaukowawKrakowie.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:126.60000228882rem;left:63.212502479556rem;border-top:0.125rem solid #ffe7b9;border-left:0.125rem solid #ffe7b9;border-right:0.125rem solid #ffe7b9;border-bottom:0.125rem solid #ffe7b9;display:block; }#AoTRiUokv0CqO0vkW54LXeD5nXiRxPIO.adaptive-delivery-prevent-bg, #AoTRiUokv0CqO0vkW54LXeD5nXiRxPIO.lazyload, #AoTRiUokv0CqO0vkW54LXeD5nXiRxPIO.lazyloading { background-image: none; }
#opJDRMzCfczv8QUF12py3NzbUm80Lvbc { box-sizing:content-box;height:13.4375rem;width:73.75rem;position:absolute;display:block;z-index:15043;background-color:#000000;background-image:none;top:140.125rem;left:0.625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.625rem 0.375rem 0.375rem rgba(124,2,68,0.8) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#c0BDcKtLqTuo5k9bffFxHB1eOa0gV4Kl { color:#ffffff;display:block;width:55.8125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15114;line-height:1.3;letter-spacing:0;top:148.0625rem;left:3.125rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DcLo7v0vLw2y1e5uqkNIEWqy0VvNqJyU { color:#ffffff;display:block;width:54.1875rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15113;line-height:1.3;letter-spacing:0;top:143.25625038147rem;left:3.125rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PXOecKImdPzZrDFo8G8fgbQwkRrnPdu6 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15126;opacity:1;top:141.0625rem;left:3.125rem; }
#a5IHsKlv8Mm7EKdZKE0yIWiJiVuHKBEG { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15107;line-height:1.3;letter-spacing:0;top:149.25rem;left:61.6875rem;height:2.3359375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M0sDX9kCpusxuCLNasLwdroaC38lf350 { box-sizing:content-box;height:6.75rem;width:6.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15050;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0d06e496-8738-4102-a3a0-f858defdc7a3/WykadowcysesjanaukowawKrakowie1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:141.8125rem;left:63.1875rem;border-top:0.125rem solid #ffe7b9;border-left:0.125rem solid #ffe7b9;border-right:0.125rem solid #ffe7b9;border-bottom:0.125rem solid #ffe7b9;display:block; }#M0sDX9kCpusxuCLNasLwdroaC38lf350.adaptive-delivery-prevent-bg, #M0sDX9kCpusxuCLNasLwdroaC38lf350.lazyload, #M0sDX9kCpusxuCLNasLwdroaC38lf350.lazyloading { background-image: none; }
#BMgLPWKFTMv9T2Q6DFhgZoAnAU5Ee2rg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BMgLPWKFTMv9T2Q6DFhgZoAnAU5Ee2rg > .row .container { background-color: transparent; background-image: none; }#BMgLPWKFTMv9T2Q6DFhgZoAnAU5Ee2rg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMgLPWKFTMv9T2Q6DFhgZoAnAU5Ee2rg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMgLPWKFTMv9T2Q6DFhgZoAnAU5Ee2rg > .row .container > .video-iframe-container { display: none; }#BMgLPWKFTMv9T2Q6DFhgZoAnAU5Ee2rg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMgLPWKFTMv9T2Q6DFhgZoAnAU5Ee2rg > .row > .video-iframe-container { display: none; }#BMgLPWKFTMv9T2Q6DFhgZoAnAU5Ee2rg > .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); }#BMgLPWKFTMv9T2Q6DFhgZoAnAU5Ee2rg > .row .container { border-width: 0; border-radius: 0; }#BMgLPWKFTMv9T2Q6DFhgZoAnAU5Ee2rg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BMgLPWKFTMv9T2Q6DFhgZoAnAU5Ee2rg > .row .container { font-size:0.875rem;font-family:arial;height:49.375rem;width:75rem;position:relative;display:block; }#KHOvOnyTJTwIp4KqNJZ7IgPJGh2uxXl6 { box-sizing:content-box;height:20.5625rem;width:34.5rem;position:absolute;display:block;z-index:15010;background-color:#7c0244;background-image:none;top:22.5625rem;left:1.5rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#UIre4sakZ0eB4Uxmlaeqi8bBoe0Al7Ur { color:#ffffff;display:block;width:7rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15114;line-height:1.3;letter-spacing:0;top:30.375rem;left:15.25rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q5bA7H6PTnkz0O88QgTfrCoiwDpdTXFv { color:#ffffff;display:block;width:19rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:34rem;left:9.25rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t1WzKAe2pqtpl4CdHQsH3onJt9HolHaB { box-sizing:content-box;height:2rem;width:13.0625rem;position:absolute;display:block;z-index:15011;background-color:#061131;background-image:none;top:30rem;left:12.1875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#lRwgPPJTp3vzX2R80oAmGtbuGu4IGHSc { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15071;line-height:1.3;letter-spacing:0;top:26.8125rem;left:11.375rem;height:2.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p2tL9hqeDqckQi9mEIHrT08RJy5NZeXO { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15072;line-height:1.3;letter-spacing:0;top:39.1123046875rem;left:11.40625rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rJH3K3GJ42mrUuUIPqO4WF5nQr1pJEwP { color:#ffffff;display:block;width:48.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:12.625rem;left:13.6552734375rem;height:5.97265rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PI57aOQqpHvFSc5L47lICKrq7SekDtnO { box-sizing:content-box;height:7rem;width:7rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/121861e9-bd92-4f4a-8004-c20ab9452b93/WykadowcySesjanaukowa.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:18.5rem;left:15.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#PI57aOQqpHvFSc5L47lICKrq7SekDtnO.adaptive-delivery-prevent-bg, #PI57aOQqpHvFSc5L47lICKrq7SekDtnO.lazyload, #PI57aOQqpHvFSc5L47lICKrq7SekDtnO.lazyloading { background-image: none; }
#B0dw7P2XlLlUs9N5K0xR47ddI0T3rz4h { color:#ffffff;display:block;width:31.3745rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:8.125rem;left:22.25rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wHc3ZWsbFeKbamRZJ6uPpSA910bodW0V { color:#000000;display:block;width:30.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:14.1875rem;left:40.75rem;height:5.85rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#x8h2GfuIMXvcobwH86im0xxwZooB9Vnv { color:#000000;display:block;width:30.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:14.1875rem;left:40.75rem;height:5.85rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#tmir7uTBxTcZlxG3p4dxu5MIO220fSf2 { color:#ffe7b9;display:block;width:16.875rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.875rem;left:28.8125rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wi5PJa3tLW32DbcnWHQp050OnTiFwqwE { box-sizing:content-box;height:20.5rem;width:34.5rem;position:absolute;display:block;z-index:15017;background-color:#7c0244;background-image:none;top:22.625rem;left:39rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#FJTtBPgXA41It0PSG8zaoLLLgv4crTfn { color:#ffffff;display:block;width:7rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15121;line-height:1.3;letter-spacing:0;top:30.4375rem;left:52.75rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fH9x2RAlNNE9hXDdL073UqUJILFTESha { color:#ffffff;display:block;width:25.3125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:33.1875rem;left:43.59375rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tvdzeTHcFBywK8gnxwz7uhEzpAq7TTFI { box-sizing:content-box;height:2rem;width:13.0625rem;position:absolute;display:block;z-index:15018;background-color:#061131;background-image:none;top:30.0625rem;left:49.6875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#lZbsZR1yfAx0mBtwXdFVS6ggqRUKnTZC { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15078;line-height:1.3;letter-spacing:0;top:26.875rem;left:48.875rem;height:1.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fDATvwyUL8lg2bTtwGTfZq0IDqB3cOcr { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15079;line-height:1.3;letter-spacing:0;top:39.1123046875rem;left:48.90625rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ATTVxK4MM3HtUmThI5P5SyeI2hQpmXZ3 { box-sizing:content-box;height:7rem;width:7rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15022;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3a2eb192-d9c1-4657-a4af-db8d542c8cca/JagodaWeihonigprelegentkaCuraproxCuraden.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:18.5625rem;left:52.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ATTVxK4MM3HtUmThI5P5SyeI2hQpmXZ3.adaptive-delivery-prevent-bg, #ATTVxK4MM3HtUmThI5P5SyeI2hQpmXZ3.lazyload, #ATTVxK4MM3HtUmThI5P5SyeI2hQpmXZ3.lazyloading { background-image: none; }
#y8nKiwGA49mdI3e4gfNZ5szNrGCCdpFh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#061131;background-image:url("https://images.assets-landingi.com/uc/896fd9e9-6f28-46dd-9215-b7e73793a174/herosectionsesjanaukowakrakowgranat.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#y8nKiwGA49mdI3e4gfNZ5szNrGCCdpFh.adaptive-delivery-prevent-bg, #y8nKiwGA49mdI3e4gfNZ5szNrGCCdpFh.lazyload, #y8nKiwGA49mdI3e4gfNZ5szNrGCCdpFh.lazyloading { background-image: none; }#y8nKiwGA49mdI3e4gfNZ5szNrGCCdpFh > .row .container { background-color: transparent; background-image: none; }#y8nKiwGA49mdI3e4gfNZ5szNrGCCdpFh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y8nKiwGA49mdI3e4gfNZ5szNrGCCdpFh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y8nKiwGA49mdI3e4gfNZ5szNrGCCdpFh > .row .container > .video-iframe-container { display: none; }#y8nKiwGA49mdI3e4gfNZ5szNrGCCdpFh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y8nKiwGA49mdI3e4gfNZ5szNrGCCdpFh > .row > .video-iframe-container { display: none; }#y8nKiwGA49mdI3e4gfNZ5szNrGCCdpFh > .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); }#y8nKiwGA49mdI3e4gfNZ5szNrGCCdpFh > .row .container { border-width: 0; border-radius: 0; }#y8nKiwGA49mdI3e4gfNZ5szNrGCCdpFh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y8nKiwGA49mdI3e4gfNZ5szNrGCCdpFh > .row .container { font-size:0.875rem;font-family:arial;height:45.625rem;width:75rem;position:relative;display:block; }#IcueeHWRTJCIgZtnUDctoqrryf9brcRX { color:#ffe7b9;display:block;width:43.3125rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.9375rem;left:15.84375rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hU6RxGCLoC5vrW01HmZaciRICORL26aW { color:#ffffff;display:block;width:25.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:21.6875rem;left:41.9375rem;height:4.38574375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#maC5NFqRnDlwQdyyg3kCfHhp627cMhtK { color:#ffe7b9;display:block;width:25.0625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15062;line-height:1.3;letter-spacing:0;top:26.875rem;left:41.9375rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TOwPG6ERJBQsnadHVdht3xTF4hJzsDPQ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #296146, #193c2d);background-image: -moz-linear-gradient(180deg, #296146, #193c2d);background-image: -ms-linear-gradient(180deg, #296146, #193c2d);background-image: -o-linear-gradient(180deg, #296146, #193c2d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#296146', endColorstr='#193c2d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#296146', endColorstr='#193c2d' );";background-image: linear-gradient(180deg, #296146, #193c2d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.4375rem;height:3.4375rem;text-decoration:none;z-index:15063;text-align:center;text-align-last:center;top:33.4375rem;left:41.9375rem;display:block; }
#MAQnRDfdIgnFo2husG9CuzEpDk49Pzt7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n6bgGr93vi2G4Lmez8T8ruxTqbmNfK0k { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.375rem;width:28.1875rem;top:8.0625rem;left:7.75rem;overflow:hidden;display:block; }
#iA1PaH8vvVFT7mguOJWp20Spe2gtzoGi { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:23.1875rem;top:11.0625rem;left:41.9375rem;overflow:hidden;display:block; }
#ONSUNXSOSoOsPXl8DC716gOCkvtWgnph { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #193c2d, #000000);background-image: -moz-linear-gradient(180deg, #193c2d, #000000);background-image: -ms-linear-gradient(180deg, #193c2d, #000000);background-image: -o-linear-gradient(180deg, #193c2d, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#193c2d', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#193c2d', endColorstr='#000000' );";background-image: linear-gradient(180deg, #193c2d, #000000);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ONSUNXSOSoOsPXl8DC716gOCkvtWgnph > .row .container { background-color: transparent; background-image: none; }#ONSUNXSOSoOsPXl8DC716gOCkvtWgnph::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ONSUNXSOSoOsPXl8DC716gOCkvtWgnph > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ONSUNXSOSoOsPXl8DC716gOCkvtWgnph > .row .container > .video-iframe-container { display: none; }#ONSUNXSOSoOsPXl8DC716gOCkvtWgnph > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ONSUNXSOSoOsPXl8DC716gOCkvtWgnph > .row > .video-iframe-container { display: none; }#ONSUNXSOSoOsPXl8DC716gOCkvtWgnph > .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); }#ONSUNXSOSoOsPXl8DC716gOCkvtWgnph > .row .container { border-width: 0; border-radius: 0; }#ONSUNXSOSoOsPXl8DC716gOCkvtWgnph > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ONSUNXSOSoOsPXl8DC716gOCkvtWgnph > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:75rem;position:relative;display:block; }#G8oXdsaHGFxCRgqwppJsfAQdTeVQTkgh { color:#000000;display:block;width:14.875rem;position:absolute;font-family:"marck script";font-size:1.125rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:12.375rem;left:5.125rem;height:5.84765625rem;text-align:center;text-align-last:center;display:block; }
#FLNlTTlnIVRwhonFapJMwdqvXh5OWMcy { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:24.875rem;top:7.8125rem;left:0rem;overflow:hidden;display:block; }
#gQaARqHX1SVqi8FA2QsdaRTevBX3VJl6 { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:"marck script";font-size:1.125rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:26.5rem;left:12.625rem;height:5.84765625rem;text-align:center;text-align-last:center;display:block; }
#g8d1Gz404DTCeqbJ4dQ5Pa8ToqK80hml { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.25rem;width:28.5625rem;top:22.0625rem;left:7.625rem;overflow:hidden;display:block; }
#SviA5yFmfMTqiM0Ibg5fU6pBXzSnKxxG { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:"marck script";font-size:1.125rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:13rem;left:28.25rem;height:5.84765625rem;text-align:center;text-align-last:center;display:block; }
#xbVsc2P96d7b0Hc0IsZg7oUmzD1mKe2p { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.25rem;width:28.5625rem;top:7.8125rem;left:23.25rem;overflow:hidden;display:block; }
#BZLVZORLJANhETlox2AxcRd45uZ4KW9T { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:"marck script";font-size:1.125rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:28rem;left:44rem;height:4.38574375rem;text-align:center;text-align-last:center;display:block; }
#oAIrEFwkxVfgiRz0ztmXUOcuBx68bT6V { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.25rem;width:28.5625rem;top:22.8125rem;left:39rem;overflow:hidden;display:block; }
#ud4rrblfEI1gLSWwvzcp2fRIwV6KvTnr { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:24.875rem;top:7.8125rem;left:50rem;overflow:hidden;display:block; }
#imMo7UGgpy5vukXq000XJe0ViaHa6Gfo { color:#000000;display:block;width:14.875rem;position:absolute;font-family:"marck script";font-size:1.125rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:12.5625rem;left:55.125rem;height:5.84765625rem;text-align:center;text-align-last:center;display:block; }
#VQRXRJCocgfEXT11Mv2PPoDmCo3cuafv { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:8.5rem;top:18.6875rem;left:33.25rem;overflow:hidden;display:block; }
#X4ItZS2UHR2ki3QDG2LmGV23f13ADHTi { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:5.1875rem;top:19.9375rem;left:34.875rem;overflow:hidden;display:block; }
#T9dg9HMmunD0cyqZfQcz45qIqgOxeI07 { color:#ffe7b9;display:block;width:43.3125rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.375rem;left:15.84375rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DCb2dX47Ju2b7eNGcdByZs6pG3sxZJog { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DCb2dX47Ju2b7eNGcdByZs6pG3sxZJog > .row .container { background-color: transparent; background-image: none; }#DCb2dX47Ju2b7eNGcdByZs6pG3sxZJog::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCb2dX47Ju2b7eNGcdByZs6pG3sxZJog > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCb2dX47Ju2b7eNGcdByZs6pG3sxZJog > .row .container > .video-iframe-container { display: none; }#DCb2dX47Ju2b7eNGcdByZs6pG3sxZJog > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCb2dX47Ju2b7eNGcdByZs6pG3sxZJog > .row > .video-iframe-container { display: none; }#DCb2dX47Ju2b7eNGcdByZs6pG3sxZJog > .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); }#DCb2dX47Ju2b7eNGcdByZs6pG3sxZJog > .row .container { border-width: 0; border-radius: 0; }#DCb2dX47Ju2b7eNGcdByZs6pG3sxZJog > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DCb2dX47Ju2b7eNGcdByZs6pG3sxZJog > .row .container { font-size:0.875rem;font-family:arial;height:11.125rem;width:75rem;position:relative;display:block; }#Qb0m5Z2pFfnXUc9IWVd3JLLD9zsgST36 { color:#ffe7b9;display:block;width:56.9375rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.53125rem;left:9.03125rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WTTa4TN3Be2TZu99vdvlZqZwvKvltTfC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WTTa4TN3Be2TZu99vdvlZqZwvKvltTfC > .row .container { background-color: transparent; background-image: none; }#WTTa4TN3Be2TZu99vdvlZqZwvKvltTfC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTTa4TN3Be2TZu99vdvlZqZwvKvltTfC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTTa4TN3Be2TZu99vdvlZqZwvKvltTfC > .row .container > .video-iframe-container { display: none; }#WTTa4TN3Be2TZu99vdvlZqZwvKvltTfC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTTa4TN3Be2TZu99vdvlZqZwvKvltTfC > .row > .video-iframe-container { display: none; }#WTTa4TN3Be2TZu99vdvlZqZwvKvltTfC > .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); }#WTTa4TN3Be2TZu99vdvlZqZwvKvltTfC > .row .container { border-width: 0; border-radius: 0; }#WTTa4TN3Be2TZu99vdvlZqZwvKvltTfC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WTTa4TN3Be2TZu99vdvlZqZwvKvltTfC > .row .container { font-size:0.875rem;font-family:arial;height:51.625rem;width:75rem;position:relative;display:block; }#B7VwiKOFDbkQMqmJ34gbReecRIz8o0By { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;top:16.9375rem;left:7.25rem;display:block; }
#Ds7HRuKhGoXLoIDsSIkvZK5TtzXzpzw1 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;top:16.9375rem;left:29.25rem;display:block; }
#RSETvWbeZnIiw4TsBKO1TiCmGe5XAHSz { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;top:16.9375rem;left:50.875rem;display:block; }
#n0V72wd873crXen38ry74605AJzOJkuL { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.625rem;width:56.5625rem;top:11rem;left:8.4375rem;overflow:hidden;display:block; }
#JDcRq5W1by7hXAf8zfmLZDXp0Ck5k5h9 { color:#ffffff;display:block;width:9.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15062;line-height:1.3;letter-spacing:0;top:8.75rem;left:10.5625rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZUoCaeOxDt8EpnJErJqCbd0ImTWGKWAh { color:#ffffff;display:block;width:11.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:8.6875rem;left:31.5rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dxQBaia9zQ6ZzQGuGnDAhnN36SkWDe8T { color:#ffffff;display:block;width:9.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:8.75rem;left:54.9375rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hTWCouyE3Kf319tBdgRX1TqNvQZZXX1P { position:absolute;display:block;z-index:15076;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:9rem;top:4.4375rem;left:32.8125rem;overflow:hidden;display:block; }
#yoRbGA5CtwB338q9ATqbV9H3ksTS9mxm { position:absolute;display:block;z-index:15076;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:10.6875rem;top:4.4375rem;left:10.1875rem;overflow:hidden;display:block; }
#fccaHFaCVHWtCW0EcUubUfpJoveKs4sI { position:absolute;display:block;z-index:15075;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:4.4375rem;top:4.4375rem;left:57.6875rem;overflow:hidden;display:block; }
#MLnl2V6PHVEJEBFEJi4JeCpDlTQXKI7F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#061131;background-image:url("https://images.assets-landingi.com/uc/896fd9e9-6f28-46dd-9215-b7e73793a174/herosectionsesjanaukowakrakowgranat.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MLnl2V6PHVEJEBFEJi4JeCpDlTQXKI7F.adaptive-delivery-prevent-bg, #MLnl2V6PHVEJEBFEJi4JeCpDlTQXKI7F.lazyload, #MLnl2V6PHVEJEBFEJi4JeCpDlTQXKI7F.lazyloading { background-image: none; }#MLnl2V6PHVEJEBFEJi4JeCpDlTQXKI7F > .row .container { background-color: transparent; background-image: none; }#MLnl2V6PHVEJEBFEJi4JeCpDlTQXKI7F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MLnl2V6PHVEJEBFEJi4JeCpDlTQXKI7F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MLnl2V6PHVEJEBFEJi4JeCpDlTQXKI7F > .row .container > .video-iframe-container { display: none; }#MLnl2V6PHVEJEBFEJi4JeCpDlTQXKI7F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MLnl2V6PHVEJEBFEJi4JeCpDlTQXKI7F > .row > .video-iframe-container { display: none; }#MLnl2V6PHVEJEBFEJi4JeCpDlTQXKI7F > .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); }#MLnl2V6PHVEJEBFEJi4JeCpDlTQXKI7F > .row .container { border-width: 0; border-radius: 0; }#MLnl2V6PHVEJEBFEJi4JeCpDlTQXKI7F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MLnl2V6PHVEJEBFEJi4JeCpDlTQXKI7F > .row .container { font-size:0.875rem;font-family:arial;height:83.3125rem;width:75rem;position:relative;display:block; }#Mipz3J1iHMbgbISdmy6lqfM1iQ8dgtCV { color:#000000;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:32.9375rem;left:10.375rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:block; }#Mipz3J1iHMbgbISdmy6lqfM1iQ8dgtCV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Mipz3J1iHMbgbISdmy6lqfM1iQ8dgtCV li:before{  }
#WRhOUFEfIQQTEqb7pNtbefRDMspTNZUM { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:37.375rem;top:15.15625rem;left:0rem;overflow:hidden;display:block; }
#q4L27EzJsSQgT5DxALLCCmyZqlp6hWXP { color:#ffffff;display:block;width:18.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:21.5rem;left:37.5rem;height:;display:block; }#q4L27EzJsSQgT5DxALLCCmyZqlp6hWXP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#q4L27EzJsSQgT5DxALLCCmyZqlp6hWXP li:before{  }
#nxNSda4Pxu6AcJbQor4VfPGAXA1fEwbM { color:#ffffff;display:block;width:17.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:18.3125rem;left:37.5rem;height:1.4625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#H97fe4TqFCQZO2amqlvLpvUN5TWJgxxc { box-sizing:content-box;height:0.3125rem;width:7.8125rem;position:absolute;display:block;z-index:15011;background-color:#92dfec;background-image:url("https://images.assets-landingi.com/uc/6e22a4be-2d2a-45a5-a7e1-95a0d75d24b7/10055476.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:20.5rem;left:37.5rem;display:block; }#H97fe4TqFCQZO2amqlvLpvUN5TWJgxxc.adaptive-delivery-prevent-bg, #H97fe4TqFCQZO2amqlvLpvUN5TWJgxxc.lazyload, #H97fe4TqFCQZO2amqlvLpvUN5TWJgxxc.lazyloading { background-image: none; }
#EgyuUWffOmqwcfeTuAZux4rluaOXn1MC { color:#ffe7b9;display:block;width:17.4375rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:27.1875rem;left:56.25rem;height:4.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rax1LHOnEDWqgsBTNXOUspXKLwmWsnZN { color:#ffe7b9;display:block;width:17.4375rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:25.125rem;left:56.25rem;height:2.1125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zT3A0hEB6rQD6TUWrDRQ8uG1VJn2VStb { box-sizing:content-box;height:0.1875rem;width:7.8125rem;position:absolute;display:block;z-index:15012;background-color:#193c2d;background-image:none;top:26rem;left:61.0625rem;display:block; }
#KT14Qdqk3otU7TMy4J1QfrrbpbR2Kk5K { background-color:#053944;background-image:url("https://images.assets-landingi.com/uc/767845f2-4caf-4d95-aeea-3a4c7cdc8dfd/herosectionsesjanaukowakrakow.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;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:15013;text-align:center;text-align-last:center;top:41.485914230347rem;left:28.812500953674rem;display:block; }#KT14Qdqk3otU7TMy4J1QfrrbpbR2Kk5K.adaptive-delivery-prevent-bg, #KT14Qdqk3otU7TMy4J1QfrrbpbR2Kk5K.lazyload, #KT14Qdqk3otU7TMy4J1QfrrbpbR2Kk5K.lazyloading { background-image: none; }
#LNQUhLKJOdWxA16JvrGr6i5WMyntHLU9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MMRuzpcX34vrz2SwRUvqAT96v9dXA11R { color:#053944;display:block;width:17.4375rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:31.8125rem;left:56.25rem;height:4.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#nfQLGXmMuislHD3b3bZoOU3QUG8nqRrE { color:#ffe7b9;display:block;width:43.3125rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.5625rem;left:16.625rem;height:8.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Okz8cpxBBUaeJFrQPOL2Iacl0Jy4MNR0 { box-sizing:content-box;height:26.8125rem;width:74.625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:15.9375rem;left:0rem;border-top:0.25rem solid #2d8460;border-left:0.25rem solid #2d8460;border-right:0.25rem solid #2d8460;border-bottom:0.25rem solid #2d8460;border-top-right-radius:2.3125rem;border-bottom-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-top-left-radius:2.3125rem;display:block; }
#wlZkbrUp2xVTP28HTN4se72S4CM47Tys { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:36.6875rem;top:49.25rem;left:0rem;overflow:hidden;display:block; }
#OJO1vm2hiKJul9V3dsEVmAAK6JHIIPPz { background-color:#053944;background-image:url("https://images.assets-landingi.com/uc/6e22a4be-2d2a-45a5-a7e1-95a0d75d24b7/10055476.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;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:15025;text-align:center;text-align-last:center;top:74.375rem;left:28.875rem;display:block; }#OJO1vm2hiKJul9V3dsEVmAAK6JHIIPPz.adaptive-delivery-prevent-bg, #OJO1vm2hiKJul9V3dsEVmAAK6JHIIPPz.lazyload, #OJO1vm2hiKJul9V3dsEVmAAK6JHIIPPz.lazyloading { background-image: none; }
#Bf4UNo55zamnTDKEhpAwE2d4uP6AF29L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#luxuTgSBMU36boPurnTptZUb99RBNlsd { box-sizing:content-box;height:25.9375rem;width:74.625rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;top:50rem;left:0rem;border-top:0.1875rem solid #fdee4f;border-left:0.1875rem solid #fdee4f;border-right:0.1875rem solid #fdee4f;border-bottom:0.1875rem solid #fdee4f;border-top-right-radius:2.3125rem;border-bottom-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-top-left-radius:2.3125rem;display:block; }
#S21lLwFeQA6UZftqwpiy5fxALLLLauNP { color:#ffffff;display:block;width:18rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:56.0625rem;left:37.5rem;height:17.0185625rem;display:block; }#S21lLwFeQA6UZftqwpiy5fxALLLLauNP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#S21lLwFeQA6UZftqwpiy5fxALLLLauNP li:before{  }
#L3iUu3R3fLqvC2irP139WBH46viyiJ12 { color:#000000;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:67rem;left:10.375rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:block; }#L3iUu3R3fLqvC2irP139WBH46viyiJ12 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#L3iUu3R3fLqvC2irP139WBH46viyiJ12 li:before{  }
#g2qe5GJ342fXt1Jg7Iu6JQBmQ2LLgeeg { color:#ffe7b9;display:block;width:17.4375rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:61.25rem;left:56.25rem;height:4.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h68me5Si8PRUOufFbyxgtZf5sMXfZenX { color:#ffe7b9;display:block;width:17.4375rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:59.1875rem;left:56.25rem;height:2.1125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aoIwf62fx6mCPx5SycFhdBrIPtD8z3Te { box-sizing:content-box;height:0.1875rem;width:7.8125rem;position:absolute;display:block;z-index:15024;background-color:#193c2d;background-image:none;top:60.0625rem;left:61.0625rem;display:block; }
#JHz9To5Uv7VvE28XS3u4dpHE1SmL4kuv { box-sizing:content-box;height:0.3125rem;width:7.8125rem;position:absolute;display:block;z-index:15023;background-color:#92dfec;background-image:url("https://images.assets-landingi.com/uc/6e22a4be-2d2a-45a5-a7e1-95a0d75d24b7/10055476.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:55.0625rem;left:37.5rem;display:block; }#JHz9To5Uv7VvE28XS3u4dpHE1SmL4kuv.adaptive-delivery-prevent-bg, #JHz9To5Uv7VvE28XS3u4dpHE1SmL4kuv.lazyload, #JHz9To5Uv7VvE28XS3u4dpHE1SmL4kuv.lazyloading { background-image: none; }
#umdFBOPc9uQIiSl8y4Nh1vyQ1dFors4J { color:#ffffff;display:block;width:17.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:52.875rem;left:37.5rem;height:1.4625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#bRTi6X5VPq2ZyKWWpEQ4CSVSxuVTpEr7 { color:#053944;display:block;width:17.4375rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:31.8125rem;left:56.25rem;height:4.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#tAZZMGn7qJBKWKcioBQBQdo70UvqIMQA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #061131, #193c2d);background-image: -moz-linear-gradient(180deg, #061131, #193c2d);background-image: -ms-linear-gradient(180deg, #061131, #193c2d);background-image: -o-linear-gradient(180deg, #061131, #193c2d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#061131', endColorstr='#193c2d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#061131', endColorstr='#193c2d' );";background-image: linear-gradient(180deg, #061131, #193c2d);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tAZZMGn7qJBKWKcioBQBQdo70UvqIMQA > .row .container { background-color: transparent; background-image: none; }#tAZZMGn7qJBKWKcioBQBQdo70UvqIMQA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tAZZMGn7qJBKWKcioBQBQdo70UvqIMQA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tAZZMGn7qJBKWKcioBQBQdo70UvqIMQA > .row .container > .video-iframe-container { display: none; }#tAZZMGn7qJBKWKcioBQBQdo70UvqIMQA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tAZZMGn7qJBKWKcioBQBQdo70UvqIMQA > .row > .video-iframe-container { display: none; }#tAZZMGn7qJBKWKcioBQBQdo70UvqIMQA > .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); }#tAZZMGn7qJBKWKcioBQBQdo70UvqIMQA > .row .container { border-width: 0; border-radius: 0; }#tAZZMGn7qJBKWKcioBQBQdo70UvqIMQA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tAZZMGn7qJBKWKcioBQBQdo70UvqIMQA > .row .container { font-size:0.875rem;font-family:arial;height:46.625rem;width:75rem;position:relative;display:block; }#ZcbxTQhg2FaiRPTyKeZAz0VItoUpLqRS { color:#ffe7b9;display:block;width:42.375rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.125rem;left:16.3125rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#npT6ExrpUzW4WlBXBW2BF7W1C3hFpwXu { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.1875rem;width:42.4375rem;top:11.25rem;left:1.75rem;overflow:hidden;display:block; }
#ovL5DkeSbB1yq06DAqDvNCtfo3mLBTx5 { color:#ffffff;display:block;width:24.375rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:20.6875rem;left:48.75rem;height:13.59375rem;font-style:normal;display:block; }#ovL5DkeSbB1yq06DAqDvNCtfo3mLBTx5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ovL5DkeSbB1yq06DAqDvNCtfo3mLBTx5 li:before{  }
#zSo0aqDZnnyi5eghD52ETBHxH2fMxBqF { color:#ffe7b9;display:block;width:6.5625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:17.8125rem;left:48.75rem;height:2.01171875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dv9KEFn8TkmlFXcynKr3OO01HK4ERI7d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0.6), #000000);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0.6), #000000);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0.6), #000000);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0.6), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000099', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000099', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0.6), #000000);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dv9KEFn8TkmlFXcynKr3OO01HK4ERI7d > .row .container { background-color: transparent; background-image: none; }#dv9KEFn8TkmlFXcynKr3OO01HK4ERI7d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dv9KEFn8TkmlFXcynKr3OO01HK4ERI7d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dv9KEFn8TkmlFXcynKr3OO01HK4ERI7d > .row .container > .video-iframe-container { display: none; }#dv9KEFn8TkmlFXcynKr3OO01HK4ERI7d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dv9KEFn8TkmlFXcynKr3OO01HK4ERI7d > .row > .video-iframe-container { display: none; }#dv9KEFn8TkmlFXcynKr3OO01HK4ERI7d > .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); }#dv9KEFn8TkmlFXcynKr3OO01HK4ERI7d > .row .container { border-width: 0; border-radius: 0; }#dv9KEFn8TkmlFXcynKr3OO01HK4ERI7d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dv9KEFn8TkmlFXcynKr3OO01HK4ERI7d > .row .container { font-size:0.875rem;font-family:arial;height:56.4375rem;width:75rem;position:relative;display:block; }#Wx0IeCFXKa6XhMqiTwXFuD1wyCTTfub8 { color:#fbfbfb;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:11.25rem;left:9.4375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#My2kXqex2dho5hkddkpphRtg7An1IFAu { color:#fbfbfb;display:block;width:13.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:15.136718273163rem;left:9.436718940735rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#y90oWPTbyBGNs0Tqtw4LvliXET4JN2lb { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:10.65625rem;left:6.0625rem; }
#H6MTTliiz7T0vVO5ZoPIuCzli7dmOsHp { color:#ffe7b9;display:block;width:47.5rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.5437504053116rem;left:6.0625rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CNN60a7Q2CrCe5TGIvPpE9tMe1NB7vD2 { z-index:15023;top:12.424218773842rem;left:30.9375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffe7b9;border-left:0.0625rem solid #ffe7b9;border-right:0.0625rem solid #ffe7b9;border-bottom:0.0625rem solid #ffe7b9;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffe7b9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.275rem;height:3.65rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#PMTAFthacF1mwqi2gn94UwZIpXTadbVk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bQqHKbkIsxd6batPk7C5DmygeF4BA6It { box-sizing:content-box;height:31.1875rem;width:63rem;position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fe61b76b-7093-48c1-8104-75674d523309/exterior14019241.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:21.303161621094rem;left:6.0625rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }#bQqHKbkIsxd6batPk7C5DmygeF4BA6It.adaptive-delivery-prevent-bg, #bQqHKbkIsxd6batPk7C5DmygeF4BA6It.lazyload, #bQqHKbkIsxd6batPk7C5DmygeF4BA6It.lazyloading { background-image: none; }
#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz > .row .container { background-color: transparent; background-image: none; }#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz > .row .container > .video-iframe-container { display: none; }#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz > .row > .video-iframe-container { display: none; }#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz > .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); }#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz > .row .container { border-width: 0; border-radius: 0; }#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz > .row .container { font-size:0.875rem;font-family:arial;height:38rem;width:75rem;position:relative;display:block; }#nEoklRmWSD9My25L2skMTdre0PnBDx7K .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K .accordion-heading-text { display:block;position:relative;width:100%;font-weight:300;font-size:1.375rem;font-family:poppins;font-style:normal;height:auto;color:#000000; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:poppins;font-weight:300;font-style:normal; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K .accordion-trigger { width:1.875rem;min-width:1.875rem;height:1.875rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_315909dc118a567be382ac46e051f6f0.svg");background-size:contain !important; }#nEoklRmWSD9My25L2skMTdre0PnBDx7K .accordion-trigger.adaptive-delivery-prevent-bg, #nEoklRmWSD9My25L2skMTdre0PnBDx7K .accordion-trigger.lazyload, #nEoklRmWSD9My25L2skMTdre0PnBDx7K .accordion-trigger.lazyloading { background-image: none; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K { box-sizing:content-box;height:auto;width:72.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15016;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:12.435191065073rem;left:0rem; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K #pofRCmXUKWGWg2BTAo0pRrZJLrrQQuKT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K #MlFv2Xu9mr1tBckFXNokhnTanv5G2CO5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K #XfWm32lAIBLPhT6T9BXJJUl2MLfRc5T5 { display:block;position:relative; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K #nqnFT6hLcN3ALRy71Dum9Xq2XMrGKMUK {  }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K #xwMQlC24GZZaxSrTHgq6iz2TsihUlCsN {  }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K #JT3KQNk3N4IHWxVxtsBqtSLmihnvfHhp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K #TfN9Um0wFe6S62baVHKSJK4vbcoBSD0O { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K #BQbJe6QZ04GpOCtxobaAM57Tdh14tNsh { display:block;position:relative; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K #vypTSsC7a2TiiJ742Q9IT2WHSxcHowM9 {  }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K #Kf8L0ZQxXFoJNPB05EWCHG9o6l3CIeKo { display:none; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K #a5IPazoXHC61Sf5QyN0BrsGioCxux9IQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K #JbcfnuEyzgFoQPp5xpPLR0SR38wbzENI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K #GpAnTWCEHpuSCv1mzrfS5zFBytntGGUd { display:block;position:relative; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K #mfReeWuC5NXvsqIFkk7tKd4WwDVSTX2q {  }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K #nfQtf2WLnJMEFZqI3M1m1F6dwXy0zGmv { display:none; }
#UTdS0FTFD8aVPRoERTZ7F92Lpb6yFMmd { color:#ffe7b9;display:block;width:74.9375rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.7487564086914rem;left:0.062320709228516rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd > .row .container { background-color: transparent; background-image: none; }#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd > .row .container > .video-iframe-container { display: none; }#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd > .row > .video-iframe-container { display: none; }#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd > .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); }#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd > .row .container { border-width: 0; border-radius: 0; }#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd > .row .container { font-size:0.875rem;font-family:arial;height:92.5rem;width:75rem;position:relative;display:block; }#ttDuNcycv3Uq0giRbDEBhwMoS0TITc20 { color:#000000;display:block;width:45.25rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.5rem;left:14.875rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UrHiAzFQK1bFhbXa0G9TyXbJrWue6oUA { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:13.75rem;top:20.374973297119rem;left:39.437500953674rem;overflow:hidden;display:block; }
#rvCXD9K0bhnGBBzKeQNVsk1zTeVLoTAi { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:12.125rem;top:11.999973297119rem;left:23.242188453674rem;overflow:hidden;display:block; }
#Dl4S5GFkHOmMhBtnMK1os13m9kxoidg3 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3125rem;width:8.3125rem;top:10.874105453491rem;left:41.562500953674rem;overflow:hidden;display:block; }
#qcxHJrkMiqargLy0HKIDwdXoMTyhps8Z { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:11.75rem;top:24.402344465256rem;left:6.3125rem;overflow:hidden;display:block; }
#RcsgfwuIBV8pEb1oLlvbc6nFQEnRyVpO { color:#000000;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:49.1875rem;left:27.8125rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bOcFhenwpe9TEAgIOzBygF07n6IXAUkX { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:13rem;top:54.812501907349rem;left:31rem;overflow:hidden;display:block; }
#QwbzQDn3Xv5RERgrMMRue5gVkmfRPpHT { color:#000000;display:block;width:27.125rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:63.1875rem;left:23.9375rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NytyIlXBdADDKohJ2mA859GpfLbCzbgt { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.06163125rem;width:9.749125rem;top:21.341987609863rem;left:24.616318702698rem;overflow:hidden;display:block; }
#RZDOq05bhIum8i4My4mXtz3htmzRXvtI { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:10.375rem;top:29.152344465256rem;left:24.1171875rem;overflow:hidden;display:block; }
#ZrIm79daLlcKp7m2eikiTgrD3XsUo28w { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:8.5625rem;top:12.654947757721rem;left:56.559898376465rem;overflow:hidden;display:block; }
#HEF7i2zFKy9STrh80S9Jt0dkupRviv2r { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:10.625rem;top:22.279947996139rem;left:55.528648376465rem;overflow:hidden;display:block; }
#PhXg5SKtlf2fIL2ubu9caL6BpHW6cf1P { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:12.75rem;top:13.493103027344rem;left:7.2708330154419rem;overflow:hidden;display:block; }
#zetVZ7DrqesXP83SVoJaFXoIecXJShTi { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:15.0625rem;top:70.375rem;left:30rem;overflow:hidden;display:block; }
#LTJ9A0JtdU0kWTIhL3Oa3xDvLS1Xkw2d { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:10rem;top:27.652344465256rem;left:41.3125rem;overflow:hidden;display:block; }
#vsoFZQqgwJRC7KRJXlMHMh2h429FDTLw { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:10.1875rem;top:28.746094465256rem;left:56.559898376465rem;overflow:hidden;display:block; }
#iAbN1f4CTsEE3JoFnnUUc2hdaWuRJKZu { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:11.3125rem;top:37.156252622604rem;left:6.53125rem;overflow:hidden;display:block; }
#U6kNBv7UE6aimhTsQDi2b9lAhmXpo6Kd { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.187375rem;width:12.87475rem;top:20.277709960938rem;left:7.2064208984375rem;overflow:hidden;display:block; }
#qlODOXoyXTxXb4TlvrdSlo239pt8fHGu { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:13.5rem;top:30.718750715256rem;left:22.4296875rem;overflow:hidden;display:block; }
#rsfIb7smVl52aOHnDrn3UTgnzdqiJS9D { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:9.1875rem;top:32.000000715256rem;left:57.06120300293rem;overflow:hidden;display:block; }
#OyBrGrs0troqbDGkMnmTBO42Rh7VOKAa { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:13.5rem;top:31.402344465256rem;left:39.5625rem;overflow:hidden;display:block; }
#xTztSG2aJePKMp7fXEqCTSuXVF59q4yF { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:11.25rem;top:39.406252622604rem;left:14.875rem;overflow:hidden;display:block; }
#grek44LT62dZ4yGdX1Es21qM8PTFKTWC { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:8.1875rem;top:83.312505722044rem;left:27.263023376465rem;overflow:hidden;display:block; }
#H0BoliUGidcGEx21GDtZn8otoUmLq5Kt { color:#000000;display:block;width:32.1875rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:77.62500190735rem;left:21.40625rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uLJdFGXycozSlPK9pkhmgKAVZNqtz5in { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:13.125rem;top:83.750005722044rem;left:38.270835876465rem;overflow:hidden;display:block; }
#iTrOU7DzyJ0EsTkCq4RRDdWBLi1cqB6a { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:8.5rem;top:40.09375rem;left:49.25rem;overflow:hidden;display:block; }
#ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn { border-top:0;border-left:0rem solid #c1a866;border-right:0rem solid #c1a866;border-bottom:0.0625rem solid #fbfbfb;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn > .row .container { background-color: transparent; background-image: none; }#ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn > .row .container > .video-iframe-container { display: none; }#ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn > .row > .video-iframe-container { display: none; }#ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn > .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); }#ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn > .row .container { border-width: 0; border-radius: 0; }#ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn > .row .container { font-size:0.875rem;font-family:arial;height:26.2625rem;width:75rem;position:relative;display:block; }#A0RC53ZCmsr8QiTm0nrfxoslXUUw6AIr { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:15.9375rem;left:32.9375rem;height:6.49903125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#y0IVwGG4Tw6WULIi8KH4bnkhQ0nVxh8I { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:15.9375rem;left:6.75rem;height:6.49903125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TkvJrptBPOksowv6Ag9b383rRuOqCOBI { color:#ffe7b9;display:block;width:47.5rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.4375rem;left:6.5625rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iqSaEfNqffpH58AVMLfH2lUrVO61AXI5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:9.8125rem;left:6.75rem; }
#mJbTG4tDJSvL6NnQp7eeBH4Zk9Leq4aR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:9.8125rem;left:32.9375rem; }
#eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #fbfbfb;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT > .row .container { background-color: transparent; background-image: none; }#eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT > .row .container > .video-iframe-container { display: none; }#eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT > .row > .video-iframe-container { display: none; }#eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT > .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); }#eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT > .row .container { border-width: 0; border-radius: 0; }#eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT > .row .container { font-size:0.875rem;font-family:arial;height:17.95rem;width:75rem;position:relative;display:block; }#RZI1QLMn03y49hLqJex7wHnsm6aFtQF7 { color:#ffffff;display:block;width:29.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:4.8125rem;left:45.1875rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hPJBDt5l2fIqx9nwOGJaNVEt81bwcmJA { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:11.625rem;left:45.1875rem; }
#hPJBDt5l2fIqx9nwOGJaNVEt81bwcmJA > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#x8T367xJTFLpuvvzJmenVQGpIsw6MtIN { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:11.625rem;left:47.875rem; }
#x8T367xJTFLpuvvzJmenVQGpIsw6MtIN > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#CDWStopL82076volTRL8s1HJLk4hTHuc { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:11.625rem;left:50.5625rem; }
#CDWStopL82076volTRL8s1HJLk4hTHuc > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#VEy9uKecL9HzUyQ1iJ1IX4UkOu0WbgM1 { color:#ffe7b9;display:block;width:7.93675rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:3.875rem;left:17.8125rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WSyq0ghGbk9G0zPmKtdV7nk2DzW3H4M6 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:300;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:7.5rem;height:1.375rem;text-decoration:none;z-index:15022;text-align:left;text-align-last:left;top:6.375rem;left:18.0625rem;display:block; }
#wsOrm68fkPu8spWO3TgxWf8Sf8mfu6nC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M8pMg7RlWHllzlriX4B3ykXd4Q5FLzXK { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:300;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:8rem;height:1.375rem;text-decoration:none;z-index:15024;text-align:left;text-align-last:left;top:8.375rem;left:18rem;display:block; }
#EDDc3vBTlkGIbuA4UMIiAKpbbTTtWFsT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TTyklgBCwuIRHTSGaaPdl5rH6O1SpOzF { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:300;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:3.9375rem;height:1.375rem;text-decoration:none;z-index:15025;text-align:left;text-align-last:left;top:10.375rem;left:18.0625rem;display:block; }
#iTlwTmSsyi1am6Nb4MqzGK66qokM7JXn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lBo7gHShR6Tp8w12WVICZoeKfz6rVbcw { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:300;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:5.125rem;height:1.375rem;text-decoration:none;z-index:15024;text-align:left;text-align-last:left;top:6.375rem;left:28.4375rem;display:block; }
#inGwk3Pnhm6Mcqf33I73bwqMQEn2lT0u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oKPDtkur1RrmkEQSgyt59KLxNQTi5pJX { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:300;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:6.3125rem;height:1.375rem;text-decoration:none;z-index:15025;text-align:left;text-align-last:left;top:8.375rem;left:28.4375rem;display:block; }
#CwP8GXRTGTF4w2K8TxC65OyPgRd0I7DI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q89xvic4iabvf53KBCmgfIZGCL8Tnl7c { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:300;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.5615rem;height:1.374025rem;text-decoration:none;z-index:15026;text-align:left;text-align-last:left;top:10.4375rem;left:28.4375rem;display:block; }
#Z0kwJ818R71Tp32laNvM9GC5dFJ016NL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KoDCSiveqXHImZ7rPso15Tx3p7Xb7BaB { color:#ffffff;display:block;width:29.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:4.8125rem;left:45.1875rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#m9D6uCHqOnXvS26Fi6rMcGexv0EaiL9W { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:13.5625rem;top:1.40625rem;left:1.75rem;overflow:hidden;display:block; }
#xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc > .row .container { background-color: transparent; background-image: none; }#xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc > .row .container > .video-iframe-container { display: none; }#xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc > .row > .video-iframe-container { display: none; }#xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc > .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); }#xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc > .row .container { border-width: 0; border-radius: 0; }#xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:block; }#oCkULuTZSw54xRXJpTnv8VPtJg7UTa2Z { color:#ffffff;display:block;width:6.0617875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:2.7796630859375rem;left:60.808769226074rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xPM7XOgM48s2kIxH7MOBuR8tXmfnps1x { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.74946875rem;width:7.874625rem;top:2.0614318847656rem;left:66.813743591306rem;overflow:hidden;display:block; }
#QkGFqkGa5Vd3uQZw02dX1AV1IK9aXC1G { color:#ffffff;display:block;width:32rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:2.236328125rem;left:1.2482242584229rem;height:2.2734375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zFW571XVyuVInsQVPva2Z1Z8EshT4Fuv { position:relative;display:none; }#zFW571XVyuVInsQVPva2Z1Z8EshT4Fuv { border-width: 0; border-radius: 0; }#zFW571XVyuVInsQVPva2Z1Z8EshT4Fuv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zFW571XVyuVInsQVPva2Z1Z8EshT4Fuv > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#GOR7VvTU2PuyKzIu92qIdMT8oAnZxwlA { position:relative;display:none; }#GOR7VvTU2PuyKzIu92qIdMT8oAnZxwlA { border-width: 0; border-radius: 0; }#GOR7VvTU2PuyKzIu92qIdMT8oAnZxwlA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GOR7VvTU2PuyKzIu92qIdMT8oAnZxwlA > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#SxkL6d3XzaOSMPhqrlECwdsFTFpUJkR3 { 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.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9rem;height:3.65rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:50.875rem;left:38.8125rem;display:none; }
#ZhWGIqct4GfnMfpUiGeOKVdChEDJvC9P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 { display:none; }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GNonf1boHwFiGnOFf2JuTptQrSaVdfHU { width:6.5625rem;height:2.6875rem;top:0.8125rem;left:14.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FcU0rIm4gtEMQyc9hs5kNv6rIToLuOlc { display:block; }
 }@media only screen and (max-width: 763px) { #mQXgDCofZku2xxa1Q5ZkbOiPxPzwblqS { width:7.6875rem;height:2.6875rem;top:0.8125rem;left:21.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tL8n2VEM8aTg8vkIWNtKLLUbioDKZpZo { display:block; }
 }@media only screen and (max-width: 763px) { #c9lspbzb7Qcy3rkONZUzTDkAVp2ydIcN { width:5.9375rem;height:2.6875rem;top:0.8125rem;left:30.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QGO5zuOZh25nNluWQTf67CgWgQ1x4gzz { display:block; }
 }@media only screen and (max-width: 763px) { #LF2GE7oDnKGBRMyCbBdJEbrRJCB8oAEH { width:10.125rem;height:2.6875rem;top:0.8125rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pwQvNWyLeaTUmobH5vulwVdyP7ks8m2r { display:block; }
 }@media only screen and (max-width: 763px) { #Lm9SW1EmsUFsf5zpX0Q5Vgq1FhskHHc9 { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TZ9dZ6xbZtI45lowtqAxLo6mFnP9n2T8 { width:4.5rem;height:2.1875rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt { display:none; }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zmcWHea4ZTQ679vygGf1GC5tHu4AJdFI { width:11.25rem;height:3rem;top:0.9375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8uIfTQ5TuzQmO2reHy7QqnQFgKMDhQl { display:block; }
 }@media only screen and (max-width: 763px) { #yCKXFgqVd94963U7PanFFaHcIHxbe76z { width:10.1875rem;height:2.75rem;top:1.125rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWdVW4OgW94vghRy8xdloK4s6DyptTht { display:block; }
 }@media only screen and (max-width: 763px) { #LCJXNALvnLlniNSEshH88xa8wTJ4WGCZ { width:6.5625rem;height:2.75rem;top:1.125rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bcv4OFgmfwJyIeQwltwPewRTGTBfccBg { display:block; }
 }@media only screen and (max-width: 763px) { #AhQLEa0Stiwdoifv2QWJHsTPZFBPPn8V { width:7.75rem;height:2.75rem;top:1.125rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERFkA8Xg7eKlOsbg3ufZPDOUGWdm5xgi { display:block; }
 }@media only screen and (max-width: 763px) { #kZRbd5nmTUrdWkR88NeR2zmugQOO02fJ { width:6rem;height:2.75rem;top:1.125rem;left:41.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5ibXaKOygDE4qqXmln6oXCRTIHLERn7 { display:block; }
 }@media only screen and (max-width: 763px) { #R56oD5xl9fP703xwi4ELo6FTDtwLCIIQ { width:3.125rem;height:3.125rem;display:none; }
#R56oD5xl9fP703xwi4ELo6FTDtwLCIIQ > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #OT3ZZ1Q76cFZQkQ814gPJTzbdKFGGBvZ { width:11.625rem;height:4.9375rem;top:0rem;left:0rem;display:none; }
 }@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) { #zZPxFcxCSZZ2PvVpmCs4G5cqiA567L4b { top:32.25rem;left:0rem;width:15.3125rem;height:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #icw6TCJML0uIBPi6gmJddPDfUaRcVI8K { display:block; }
 }@media only screen and (max-width: 763px) { #XTUdxBp2XshTFKDQsNxOW5spB4TDU9gf { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lUwIGTU0FGA8mAtuVqUdoLSn4VWZEirT { width:39.4375rem;height:7.25rem;top:8.0625rem;left:0rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #auOwdwmfSyDdke97VNWguvqwW9svXDCJ { width:20.9375rem;height:1.8125rem;top:23.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNrUTE1sniVhrkt0MPHaTBnuemck3Bsq { width:18.8125rem;height:1.8125rem;top:26.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmuUUwcCAgBEDFZLGWK6814QIsh4oTua { top:50.875rem;left:7.6875rem;width:14.875rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fXL0rLZ2JTdJ6zWnz09G33XzEPKRuQ20 { display:block; }
 }@media only screen and (max-width: 763px) { #n1ZAKHqrvWqfutOk22P4ARekvA0aVCLL { width:32.875rem;height:2.875rem;top:17.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wen1n4Z8UHa3H0sWAAfRmOSZayk4uvfR { width:36.8125rem;height:46.0625rem;top:0.8125rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAiTLTRlQoHMM6efPsDc6FyBzEd9xTEx { width:18.5rem;height:1.25rem;top:38rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkwZbLe8WqFwxbUuZsxW76hsQ8lmleL2 { width:2.3125rem;height:2.3125rem;top:36.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFPlf4D8zImbzUD8hK1nrvogIRTwp47c { width:28rem;height:1.4375rem;top:48.25rem;left:9.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7I7vZHNGV6Xf1eKBfCaFDmRadSJHdsL .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#b7I7vZHNGV6Xf1eKBfCaFDmRadSJHdsL .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; }
#b7I7vZHNGV6Xf1eKBfCaFDmRadSJHdsL .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; }
#b7I7vZHNGV6Xf1eKBfCaFDmRadSJHdsL { display:flex;width:18rem;height:5.0625rem;top:50.625rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #b7I7vZHNGV6Xf1eKBfCaFDmRadSJHdsL #QXTmolMuCSoRFEomtEPPywBKJLvADvsy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #b7I7vZHNGV6Xf1eKBfCaFDmRadSJHdsL #TXxENSIki5QHdhbzwRuK5n80qgLHEQpr {  }
 }@media only screen and (max-width: 763px) { #b7I7vZHNGV6Xf1eKBfCaFDmRadSJHdsL #cTDNezFsmc52yyPs5CPxrWLP1WVp2hV2 {  }
 }@media only screen and (max-width: 763px) { #b7I7vZHNGV6Xf1eKBfCaFDmRadSJHdsL #UeTVtX8d2z6QZ9ZERmpDyp6i3wJiXGdZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #b7I7vZHNGV6Xf1eKBfCaFDmRadSJHdsL #Q54anRDxo6pMF1tlEFtUXhHwehaXxiI6 {  }
 }@media only screen and (max-width: 763px) { #b7I7vZHNGV6Xf1eKBfCaFDmRadSJHdsL #qFMfHezpw92guWVWHLoZ1JutcbPpBHg1 {  }
 }@media only screen and (max-width: 763px) { #b7I7vZHNGV6Xf1eKBfCaFDmRadSJHdsL #ROQ6dQ7gSIhpesUMzAVKKgzVS4dPRqh1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #b7I7vZHNGV6Xf1eKBfCaFDmRadSJHdsL #ffE6sgnGtPGDhqZ16UNe4mXasd1FiH4D {  }
 }@media only screen and (max-width: 763px) { #b7I7vZHNGV6Xf1eKBfCaFDmRadSJHdsL #bCboUITwV9cQtboViisNu2DZ8cdffiHK {  }
 }@media only screen and (max-width: 763px) { #b7I7vZHNGV6Xf1eKBfCaFDmRadSJHdsL #NIfL32wJQNmy4odOZRABBmIoG8H4tPQg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #b7I7vZHNGV6Xf1eKBfCaFDmRadSJHdsL #fnRTbMZsknsr3E0hIlpJF7Li0JeqvoHb {  }
 }@media only screen and (max-width: 763px) { #b7I7vZHNGV6Xf1eKBfCaFDmRadSJHdsL #R8PS1meXS6nU1btFrubbi84t4r1ZHF10 {  }
 }@media only screen and (max-width: 763px) { #muiPW8aBwytNKkUedgPp9ZuZOe6gz8Q9 { width:2.3125rem;height:2.3125rem;top:37rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #w6QfFRckTPJPn3i4uwwtABlUHb6NcOeD { width:2.3125rem;height:2.3125rem;top:22.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxyccomeWqNd7T5avz6fTALi2evZDfr3 { width:2.3125rem;height:2.3125rem;top:26.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXN0Xd1mBIGdT8EkUb2EtQ5eIRaFUUEO { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QRP1wFAP1qiDaVB9PrCWRBdt8gJAuVsH { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 { display:block; }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #di82fsENnUxfHZEJqQWOSAhWTnqkQEMr { width:47.75rem;height:4.0625rem;top:2.25rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #byf8rrzGzXIJHr56wNuATQAVcNBONsS4 { display:block; }#byf8rrzGzXIJHr56wNuATQAVcNBONsS4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tgt8RF5qzKcPLvuT9q5WvRy1WITprWc4 { width:10.8125rem;height:3.875rem;top:16.9375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNshPkMuqXaLJIshxCeCSUT8t3D8owd7 { width:12.8125rem;height:3.25rem;top:12.6875rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGlwsvCc0SOacN7EJ923IXW8FD8sTIE1 { width:9.0625rem;height:9.0625rem;top:2rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EB3RqKbOaVGTH7l8JsxeGki5JirGdazV { width:4.75rem;height:4.75rem;top:4.125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9waJmG9LbtUvaU8P0aTf6736SpeksTA { width:14.0625rem;height:6.4375rem;top:16.8125rem;left:16.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EI4wUAhKPemiPbFklJLc4UNwMUf0kgnI { width:12.8125rem;height:3.25rem;top:12.5625rem;left:17.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #muPa4lE8oZMRzt8G3pJTfCXzR3F5LTnn { width:9.0625rem;height:9.0625rem;top:1.875rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6rT9IT7RRkwBVlINLMFRTVCv2ZkvmTV { width:4.5rem;height:4.5rem;top:4.1875rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETK7yhOS0E1KPeryP0gcMGdOgfpfUPVm { width:10.8125rem;height:3.875rem;top:17rem;left:34.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBkDmONMGC5ip8oAWtm9LfMffIN3fKfS { width:11.875rem;height:3.25rem;top:12.625rem;left:33.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpR6KfzBbPA7toFBGupk9urpaNnHDpIm { width:9.0625rem;height:9.0625rem;top:2rem;left:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkV4J3InTXk5cmOI8C81LPuFXUREaZGS { width:6rem;height:6rem;top:3.5625rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDwsWCFGPcpV971vxQpNa5RdM3WPtmiM { display:block; }#RDwsWCFGPcpV971vxQpNa5RdM3WPtmiM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cv9qdSJMDd7hyTbUUcEHJFEIvH1vv4VS { width:12.3125rem;height:3.875rem;top:17rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfBAJIZuS8z8337075l9AkOtn7NVo9sv { width:13.125rem;height:1.625rem;top:14.25rem;left:23.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwoemdtu80XvhORZoCTT3vAbTxGloKft { width:9.0625rem;height:9.0625rem;top:3.5rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nh3wyX4I2yHVTTkhQCHMc6e72FgBSF1y { width:4.75rem;height:4.75rem;top:5.6875rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMu3bX7SNmHG7vOQPLK6Nna8kJRpIK5K { width:12.3125rem;height:3.875rem;top:16.9375rem;left:11.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMFKS3LBzBcBxiu5E0MlAT4JrrglIkKD { width:13.125rem;height:1.625rem;top:14.1875rem;left:10.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AessUC2o5tTWSZDHyO3mvJbUkTBpcmBW { width:9.0625rem;height:9.0625rem;top:3.4375rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUNQ0lUSwq8S7TkyfswHaqzEeqMAHrOT { width:4.75rem;height:4.75rem;top:5.75rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR { display:block; }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #InlhwgWUiyUb3mzrARWSE7c5qRoJwSop { width:47.75rem;height:7.3125rem;top:3.875rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRIBFtccn64snINDOQBhNLWM6AZXKRc4 { display:block; }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TwSVtbtFpezu7qE7WNOL4VT3CwTQ5C6H { width:20.5625rem;height:2.875rem;top:19.875rem;left:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNDA3vt5DgiTyXMpFhn9ptidXTucEq82 { width:12.0625rem;height:2.875rem;top:19.875rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pr25UmKdpsOTwowAdTTEXC6ZTgCwFbWJ { width:8.8125rem;height:2.875rem;top:19.8125rem;left:35.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJTKTdaD4ohzIWcu8lHVif44DV4oBCPx { width:8rem;height:2.3125rem;top:23.8125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3623Dg7W45DapTycBCfFCw3pbiWJALS { display:block; }
 }@media only screen and (max-width: 763px) { #KXqdlPczh8XkBIWlNT7xFC8OlQPx6Uhx { width:8rem;height:2.3125rem;top:23.8125rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pl3SL9ChKKlptshvBKRDV5NJQ51QJ7VZ { display:block; }
 }@media only screen and (max-width: 763px) { #ptTS2MpB9Ws9UBp19TtJCNfCMBy1duJv { width:8rem;height:2.3125rem;top:23.8125rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5fPOM4SSDgLC6uzV3eTDKGc39V45MGc { display:block; }
 }@media only screen and (max-width: 763px) { #AuydUE59msEgmoievGy40WLvZ1vUKIeC { width:12.9375rem;height:16.125rem;top:2.0625rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnDcWryUuhXBr3evlkKrRUTqJRpiygPc { width:12.9375rem;height:16.125rem;top:2.0625rem;left:17.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQ2KCyazguXRwn5Vdl6DmRhJaGuL3W5q { width:12.9375rem;height:16.125rem;top:2.0625rem;left:33.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeQ1NBddwlZbubNzZeB4X5Xc2b8CGyCB { display:block; }#DeQ1NBddwlZbubNzZeB4X5Xc2b8CGyCB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XVKscX5gMKxXNwr4CKnvLpJ8NxMeA6zd { width:15.3125rem;height:2.875rem;top:19.25rem;left:16.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzXcaWoc4P5rt9TZmPvhvp014PrxmKGi { width:12.0625rem;height:2.875rem;top:19.25rem;left:1.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCXfW9o73DK4HehP9luhClp5RzcIBISU { width:12.0625rem;height:2.875rem;top:19.875rem;left:33.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vt6sERkeB6hrxQXcfssKBqZuf3roMF6U { width:8rem;height:2.3125rem;top:24rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXLy2m72oQLBF8xwaNsV38mFLyUViJLD { display:block; }
 }@media only screen and (max-width: 763px) { #DFTAHxsHRL92l63sch6ze7LFk7GiUwpF { width:8rem;height:2.3125rem;top:24rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX7qy0wIvJ0XyJTPpWRNDnJaThCAZ8EN { display:block; }
 }@media only screen and (max-width: 763px) { #oAv8xfP3bDBIH8BQyZp31nH9qyNHuZsd { width:8rem;height:2.3125rem;top:24rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEMcvd9GQnlnAHBTTtFaOcd44T2HJ8Ra { display:block; }
 }@media only screen and (max-width: 763px) { #Zvtxg8UT1USILem2tGTF4RoVH3yFQuho { width:12.9375rem;height:16.125rem;top:2.0625rem;left:33.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqBkTu2AkuGDfpoy1KQRZh8xP3EPJHX6 { width:12.9375rem;height:16.125rem;top:2.0625rem;left:17.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8o1B7WXb5kAGJnMWw8phQxbzvtforZe { width:12.9375rem;height:16.125rem;top:2.0625rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWCsfJc2hl12umUBFXxn2l2zcPNingDr { display:block; }#bWCsfJc2hl12umUBFXxn2l2zcPNingDr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h9CW3kWVZBHtDfmWia2IdTfoVh5h7Sxe { width:16.625rem;height:2.875rem;top:19.25rem;left:15.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqCSTrAcKFRqgW5xA8HzE1whX2U6aon6 { width:18.375rem;height:2.875rem;top:19.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBLCJTZoeuX6Apr946Or8KtFwAodEmrT { width:8rem;height:2.3125rem;top:24rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIlkvIHXqZN3uVA1ZTWhwBzUdO8kSfHx { display:block; }
 }@media only screen and (max-width: 763px) { #eK5oqww9ObPV2ig4BR4qhBIKhtt2xmk8 { width:8rem;height:2.3125rem;top:24rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdmKrV5S06aRvy2n2IlGMx3GqdXeScpk { display:block; }
 }@media only screen and (max-width: 763px) { #oR9kudoitoixopgZLvdBVJsBMnTIrByT { width:12.9375rem;height:16.125rem;top:2.0625rem;left:17.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #th9ty65fFpJzph7Tfw7fTlRhON8a2Cez { width:12.9375rem;height:16.125rem;top:2.0625rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtEXAyoKzanc1gW3vpWypFaStiBZaJzd { display:block; }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aWRtwSCDHIkPcsBuOXbJJSIEM85QWEft { width:30.125rem;height:4.0625rem;top:3.8125rem;left:8.811718940735rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvIGTJzTTHlnA3WiCBFdX1DWATeXJcTe { width:47.75rem;height:7.5rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPZlmSXLu3uMqzLVrP4iSEULzbl9Doe9 { width:0.0625rem;height:7.5rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVmiAuXzpc9woEE9VdxvgsDNEMpS62NH { width:19.3125rem;height:2rem;top:15.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKlXuGPeXOlPRzIRaknnhQO45iZtP84K { width:0.0625rem;height:13.4375rem;top:30.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOSRZ2cJ2SqyuO23DNeL6RDCz4kV1GyE { width:1.875rem;height:1.875rem;top:31.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmX8tNArQ1m60kcBFoDs81CN4g5GL1q5 { width:6.125rem;height:1.1875rem;top:32.6875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lqmhmVJTOvuzSR5bEEvXtFB6Tx00qKaq { width:47.75rem;height:4.0625rem;top:34.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn5qyd787CkpnQR8hEqWbKafIhUFDKZr { width:10.875rem;height:2.25rem;top:40.5rem;left:36.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaRovbUwT1ZsCZOvUHxV6VvroxHo06b5 { width:6.75rem;height:6.75rem;top:32.375rem;left:40.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZsCyNQVT9k9mdzTKIzLSDsX2wknlMPn { width:47.75rem;height:3.625rem;top:39.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yu7pPbA9K8Ri49BPGJ9kSs5mHVTlCO0C { width:47.75rem;height:7.5rem;top:84.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrkbGZ9WT9vKrP52eWMbQaAxxyR3wohp { width:0.0625rem;height:7.5rem;top:81.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7Vxt9cwm0bGyIP4BaSfTKCK7scIgJcH { width:6.125rem;height:1.1875rem;top:83.625rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gqbGP9BmnadeVCDdc9zUnPSpw9EXQK3T { width:19.3125rem;height:2rem;top:88.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vhxrc4Zb7iRsJB3Ft339Tu588mPvDLMu { width:1.875rem;height:1.875rem;top:85.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qf43if85i2m6f7NMvokVw3fFJdQC3Hxh { width:0.0625rem;height:15.625rem;top:46.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ay8uulGTDaePEhtmAm6bzunbaVuvniWn { width:1.875rem;height:1.875rem;top:49.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBBoZZMZJEsTC6J8FhhAhDl1RcS12PuS { width:6.125rem;height:1.1875rem;top:48.75rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TDAvR42U7q8D2Nw05a4VXbdaFQN1s5Pv { width:47.75rem;height:4.0625rem;top:52.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ih5NGerLH8ZwGTUUR7mk4eaaIOAFrNld { width:47.75rem;height:2.4375rem;top:57.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXvwvoRNMeeXLfEdFedqpEEk1qfQzgVQ { width:6.75rem;height:6.75rem;top:49.6875rem;left:40.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXBs4W8McDnMNTrzFX7mZuUounKmB22d { width:11.5625rem;height:3.375rem;top:57.75rem;left:36.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVl4RMTA6rgAE93K7ob7qiHObArZDOfH { width:0.0625rem;height:13.4375rem;top:65.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBc0J0bppBq1HMipZhHn83gS3rFTMB4n { width:47.75rem;height:3.625rem;top:76.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZVH53Lw4g1gAZEZJ9nS6RKDlkc9M3Us { width:47.75rem;height:6.0625rem;top:69.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFygyadWmPoJEHcz2RX38TNoe2XAdP2M { width:1.875rem;height:1.875rem;top:67.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vl6mRnwheWibkrktXRhPyM2JwTbExVCm { width:6.125rem;height:1.1875rem;top:67.25rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #k2yOXgJ83LHWqXLNzNwm1f0lyD5wS3GS { width:10.875rem;height:2.25rem;top:76.375rem;left:36.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFBunWLm7dQ9RRdAhiRLrZsq29ABuOVM { width:6.75rem;height:6.75rem;top:68.4375rem;left:40.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3oZK1FOAZNusRwApqMTqiuwkG55DClh { width:0.0625rem;height:13.4375rem;top:92.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3tXFs1TxV66h6b9xZ7SJXCW2eQE5db7 { width:1.875rem;height:1.875rem;top:95.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdzoZxdCfQEcdEtiExPMB98G5gbPunSI { width:6.125rem;height:1.1875rem;top:94.5rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EpCGf1gcrSFRZSMAwn82y97pxhDU63Fz { width:47.3125rem;height:4.0625rem;top:97.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9OPnA97WlIIrBozG45hlUH5ogQyt8d0 { width:47.75rem;height:3.625rem;top:102.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #umCkTtTtSd9NgI6hnyQfpETfDXvQ6sdB { width:10.875rem;height:2.25rem;top:103.1875rem;left:36.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ok0XhtEcRuqyVAEmql2qWBJUx4lR7S1R { width:6.75rem;height:6.75rem;top:95.375rem;left:40.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrAULOIMJ7s2cRcfpITk3cxP2N8VnKun { width:0.0625rem;height:13.4375rem;top:108.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T87knFTtnECgAl2vLQv6oz6BCrMCNJTE { width:6.125rem;height:1.1875rem;top:110.8125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bOK4eQ0oQsdd5RgtDzE65T6ovmvk9hQW { width:0.0625rem;height:13.4375rem;top:124.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0ftiHQS0h2iCMP8i4BJ9aUKcXkCf20M { width:6.125rem;height:1.1875rem;top:126.875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SRSUhVTWT7EVJtqnSzoeCPpDJJRyrGJ7 { width:47.75rem;height:7.5rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zo6mwFlTzJS2DwIpLZi7ikpvvVtNU8Kv { width:19.3125rem;height:2rem;top:25.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpAX4UEtvEzzuW7V9Hym34w9gusRSGIu { width:1.875rem;height:1.875rem;top:22.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsIBsCxQhsEUHX5iLAcdoXFs0GHqDmWP { width:0.0625rem;height:7.5rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATaB9UR5hXo3tQ1VcQaCWbFBTWTK2ogJ { width:1.875rem;height:1.875rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwQIFca4hEVDDqk0VlAMyUkeavilhQCb { width:47.75rem;height:7.5rem;top:140.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wqzguPIFzvO02qJTslg0VgZfEAAPIigC { width:6.125rem;height:1.1875rem;top:142.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL4qkrsW9c7aEclGFq86E9NuJwavdss8 { width:19.3125rem;height:2rem;top:144.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDoeEDJufBVPBNHBAKmf3utXKlnXD42Z { width:47.75rem;height:7.5rem;top:150.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QASaABJHRvlLKPhtqBocCIykTrGcTx8p { width:1.875rem;height:1.875rem;top:152.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrFLcqd8GG80vg2M2FEbWfTnBS6JaU0l { width:6.125rem;height:1.1875rem;top:152.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDpyklHkr7PBhA7zqTMTfvUPfNSeBbAw { width:19.3125rem;height:2rem;top:154.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5onCIIrOXIucR9KNsHvlJt0lQOmunii { width:47.75rem;height:7.5rem;top:160.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFxaRT815qyZQ1wHEvlueLBrpPp76Ohv { width:19.3125rem;height:2rem;top:164.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfIv31FyTmdEu54VrLswmWQyvbbzUdta { width:6.125rem;height:1.1875rem;top:162.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RE8TsQZlBG4pstkmxguh2gRD3wwWz80T { width:2.25rem;height:2.25rem;top:142.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QImNRTiTTIQTy8b66znDimd21Di6FZSI { width:2rem;height:2rem;top:162rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn728Z0XszOe0u8yA74IbF40zoxc9U8t { width:22.9375rem;height:2rem;top:156.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8zeTSl5BH6IcsibMDd8NohhFUpOBUIm { width:0.0625rem;height:13.4375rem;top:124.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tyKOCZpO6pTfnE3SHLW3hkRubp1dpPtp { width:47.75rem;height:13.4375rem;top:109.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJniytQGl80qqN0AUXyJNctUxgp3ocA7 { width:47.75rem;height:2rem;top:115.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTpoTMJ3QD9U7GP2LNvECGuv44NPTWRJ { width:1.875rem;height:1.875rem;top:112.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVF9mVDgAuosoQnM5cOpeybAAARisZg8 { width:47.75rem;height:1.1875rem;top:118.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4OmevSop8hl273e9F38UfnsFSSNm2BS { width:13.1875rem;height:2.25rem;top:119.5625rem;left:34.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx3pKmT5J60E9oR3P2c8pzfZ1l93r18D { width:6.75rem;height:6.75rem;top:111.5625rem;left:40.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNx2WA1hSJ3h0rBScwMHXWo0NshiX3bP { width:0.0625rem;height:13.4375rem;top:124.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TzD3O05aL5AExX7NAcW4qhHaNTUx18Z0 { width:47.75rem;height:13.4375rem;top:94.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xca7DkwkuaHGyhgTD0FyTtSdZ5i0gwGA { width:47.75rem;height:16.1875rem;top:65.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkcMTB4d4whTOMBIOQaTMFC5yZT2WkTh { width:47.75rem;height:14.875rem;top:47.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEBo4TP3RWTsgIu7pweOLTIhF9yF6iwy { width:47.75rem;height:13.4375rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5S16u4Fqe3Qfz31FSHoJEvOSJSwQQT9 { width:47.75rem;height:13.4375rem;top:124.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #soZJVmQMTPIBt9JcDvLx9mNN8T9FzmVr { width:47.75rem;height:2.4375rem;top:133.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bu8FT7BbL6Kqanp46XNbaKAFXWoefE5L { width:47.75rem;height:2rem;top:130.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dENKmOIRffkJradORpepy23ipvK6gX6N { width:1.875rem;height:1.875rem;top:127.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUUk7hRKSns5A6U2HGQ35IKygrh92EcX { width:11.25rem;height:3.375rem;top:134.0625rem;left:36.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoTRiUokv0CqO0vkW54LXeD5nXiRxPIO { width:6.75rem;height:6.75rem;top:126.5625rem;left:40.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #opJDRMzCfczv8QUF12py3NzbUm80Lvbc { width:47.75rem;height:13.4375rem;top:140.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0BDcKtLqTuo5k9bffFxHB1eOa0gV4Kl { width:47.75rem;height:3.625rem;top:148.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcLo7v0vLw2y1e5uqkNIEWqy0VvNqJyU { width:47.75rem;height:4.0625rem;top:143.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXOecKImdPzZrDFo8G8fgbQwkRrnPdu6 { width:1.875rem;height:1.875rem;top:141.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5IHsKlv8Mm7EKdZKE0yIWiJiVuHKBEG { width:11.25rem;height:2.25rem;top:149.25rem;left:36.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0sDX9kCpusxuCLNasLwdroaC38lf350 { width:6.75rem;height:6.75rem;top:141.8125rem;left:40.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMgLPWKFTMv9T2Q6DFhgZoAnAU5Ee2rg { display:block; }#BMgLPWKFTMv9T2Q6DFhgZoAnAU5Ee2rg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KHOvOnyTJTwIp4KqNJZ7IgPJGh2uxXl6 { width:34.5rem;height:20.5625rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIre4sakZ0eB4Uxmlaeqi8bBoe0Al7Ur { width:7rem;height:1.25rem;top:30.375rem;left:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5bA7H6PTnkz0O88QgTfrCoiwDpdTXFv { width:19rem;height:3.25rem;top:34rem;left:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1WzKAe2pqtpl4CdHQsH3onJt9HolHaB { width:13.0625rem;height:2rem;top:30rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRwgPPJTp3vzX2R80oAmGtbuGu4IGHSc { width:14.6875rem;height:2.25rem;top:26.8125rem;left:4.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2tL9hqeDqckQi9mEIHrT08RJy5NZeXO { width:14.6875rem;height:1.25rem;top:39.0625rem;left:4.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJH3K3GJ42mrUuUIPqO4WF5nQr1pJEwP { width:47.75rem;height:5.8125rem;top:12.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PI57aOQqpHvFSc5L47lICKrq7SekDtnO { width:7rem;height:7rem;top:18.5rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0dw7P2XlLlUs9N5K0xR47ddI0T3rz4h { width:31.3125rem;height:3.25rem;top:8.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHc3ZWsbFeKbamRZJ6uPpSA910bodW0V { width:17.4375rem;height:7.75rem;top:31.5rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #x8h2GfuIMXvcobwH86im0xxwZooB9Vnv { width:17.375rem;height:1.25rem;top:40.9375rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #tmir7uTBxTcZlxG3p4dxu5MIO220fSf2 { width:16.875rem;height:4.0625rem;top:2.875rem;left:7rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wi5PJa3tLW32DbcnWHQp050OnTiFwqwE { width:34.5rem;height:20.5rem;top:22.625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJTtBPgXA41It0PSG8zaoLLLgv4crTfn { width:7rem;height:1.25rem;top:30.4375rem;left:32.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fH9x2RAlNNE9hXDdL073UqUJILFTESha { width:25.3125rem;height:4.875rem;top:33.1875rem;left:22.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvdzeTHcFBywK8gnxwz7uhEzpAq7TTFI { width:13.0625rem;height:2rem;top:30.0625rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZbsZR1yfAx0mBtwXdFVS6ggqRUKnTZC { width:14.6875rem;height:2.25rem;top:26.875rem;left:28.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDATvwyUL8lg2bTtwGTfZq0IDqB3cOcr { width:14.6875rem;height:1.25rem;top:39.0625rem;left:28.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATTVxK4MM3HtUmThI5P5SyeI2hQpmXZ3 { width:7rem;height:7rem;top:18.5625rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8nKiwGA49mdI3e4gfNZ5szNrGCCdpFh { display:block; }#y8nKiwGA49mdI3e4gfNZ5szNrGCCdpFh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IcueeHWRTJCIgZtnUDctoqrryf9brcRX { width:43.3125rem;height:4.0625rem;top:2.9375rem;left:2.21875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hU6RxGCLoC5vrW01HmZaciRICORL26aW { width:25.375rem;height:4.375rem;top:21.6875rem;left:22.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #maC5NFqRnDlwQdyyg3kCfHhp627cMhtK { width:25.0625rem;height:3.25rem;top:26.875rem;left:22.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOwPG6ERJBQsnadHVdht3xTF4hJzsDPQ { width:19.4375rem;height:3.4375rem;top:33.4375rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAQnRDfdIgnFo2husG9CuzEpDk49Pzt7 { display:block; }
 }@media only screen and (max-width: 763px) { #n6bgGr93vi2G4Lmez8T8ruxTqbmNfK0k { width:28.1875rem;height:35.375rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iA1PaH8vvVFT7mguOJWp20Spe2gtzoGi { width:23.1875rem;height:7.75rem;top:11.0625rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONSUNXSOSoOsPXl8DC716gOCkvtWgnph { display:block; }#ONSUNXSOSoOsPXl8DC716gOCkvtWgnph > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G8oXdsaHGFxCRgqwppJsfAQdTeVQTkgh { width:14.875rem;height:5.8125rem;top:12.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLNlTTlnIVRwhonFapJMwdqvXh5OWMcy { width:24.875rem;height:15rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQaARqHX1SVqi8FA2QsdaRTevBX3VJl6 { width:18.5625rem;height:5.8125rem;top:26.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8d1Gz404DTCeqbJ4dQ5Pa8ToqK80hml { width:28.5625rem;height:14.25rem;top:22.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SviA5yFmfMTqiM0Ibg5fU6pBXzSnKxxG { width:18.5625rem;height:4.375rem;top:13rem;left:14.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbVsc2P96d7b0Hc0IsZg7oUmzD1mKe2p { width:28.5625rem;height:14.25rem;top:7.8125rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZLVZORLJANhETlox2AxcRd45uZ4KW9T { width:18.5625rem;height:4.375rem;top:28rem;left:29.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAIrEFwkxVfgiRz0ztmXUOcuBx68bT6V { width:28.5625rem;height:14.25rem;top:22.8125rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud4rrblfEI1gLSWwvzcp2fRIwV6KvTnr { width:24.875rem;height:15rem;top:7.8125rem;left:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #imMo7UGgpy5vukXq000XJe0ViaHa6Gfo { width:14.875rem;height:5.8125rem;top:12.5625rem;left:32.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQRXRJCocgfEXT11Mv2PPoDmCo3cuafv { width:8.5rem;height:8.75rem;top:18.6875rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4ItZS2UHR2ki3QDG2LmGV23f13ADHTi { width:5.1875rem;height:6.5rem;top:19.9375rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9dg9HMmunD0cyqZfQcz45qIqgOxeI07 { width:43.3125rem;height:4.0625rem;top:2.375rem;left:2.21875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCb2dX47Ju2b7eNGcdByZs6pG3sxZJog { display:block; }#DCb2dX47Ju2b7eNGcdByZs6pG3sxZJog > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qb0m5Z2pFfnXUc9IWVd3JLLD9zsgST36 { width:47.75rem;height:4.0625rem;top:3.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTTa4TN3Be2TZu99vdvlZqZwvKvltTfC { display:block; }#WTTa4TN3Be2TZu99vdvlZqZwvKvltTfC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B7VwiKOFDbkQMqmJ34gbReecRIz8o0By { width:16.875rem;height:30rem;top:16.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ds7HRuKhGoXLoIDsSIkvZK5TtzXzpzw1 { width:16.875rem;height:30rem;top:16.9375rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSETvWbeZnIiw4TsBKO1TiCmGe5XAHSz { width:16.875rem;height:30rem;top:16.9375rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0V72wd873crXen38ry74605AJzOJkuL { width:47.75rem;height:34.295580110497rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDcRq5W1by7hXAf8zfmLZDXp0Ck5k5h9 { width:9.9375rem;height:2.875rem;top:8.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUoCaeOxDt8EpnJErJqCbd0ImTWGKWAh { width:11.5625rem;height:2.875rem;top:8.6875rem;left:17.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxQBaia9zQ6ZzQGuGnDAhnN36SkWDe8T { width:9.9375rem;height:2.875rem;top:8.75rem;left:37.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTWCouyE3Kf319tBdgRX1TqNvQZZXX1P { width:9rem;height:3.25rem;top:4.4375rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoRbGA5CtwB338q9ATqbV9H3ksTS9mxm { width:10.6875rem;height:3.25rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fccaHFaCVHWtCW0EcUubUfpJoveKs4sI { width:4.4375rem;height:3.25rem;top:4.4375rem;left:43.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLnl2V6PHVEJEBFEJi4JeCpDlTQXKI7F { display:block; }#MLnl2V6PHVEJEBFEJi4JeCpDlTQXKI7F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mipz3J1iHMbgbISdmy6lqfM1iQ8dgtCV { width:15.625rem;height:0;top:32.9375rem;left:0rem;font-size:1.0625rem;display:block; }#Mipz3J1iHMbgbISdmy6lqfM1iQ8dgtCV li:before{  }
 }@media only screen and (max-width: 763px) { #WRhOUFEfIQQTEqb7pNtbefRDMspTNZUM { width:37.375rem;height:27.5rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4L27EzJsSQgT5DxALLCCmyZqlp6hWXP { width:18.8125rem;height:;top:21.5rem;left:17rem;font-size:1.125rem;display:block; }#q4L27EzJsSQgT5DxALLCCmyZqlp6hWXP li:before{  }
 }@media only screen and (max-width: 763px) { #nxNSda4Pxu6AcJbQor4VfPGAXA1fEwbM { width:17.4375rem;height:1.4375rem;top:18.3125rem;left:18.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H97fe4TqFCQZO2amqlvLpvUN5TWJgxxc { width:7.8125rem;height:0.3125rem;top:20.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgyuUWffOmqwcfeTuAZux4rluaOXn1MC { width:17.4375rem;height:4.0625rem;top:27.1875rem;left:30.3125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rax1LHOnEDWqgsBTNXOUspXKLwmWsnZN { width:17.4375rem;height:2.0625rem;top:25.125rem;left:30.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT3A0hEB6rQD6TUWrDRQ8uG1VJn2VStb { width:7.8125rem;height:0.1875rem;top:26rem;left:37.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT14Qdqk3otU7TMy4J1QfrrbpbR2Kk5K { width:17.5rem;height:3.4375rem;top:41.4375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNQUhLKJOdWxA16JvrGr6i5WMyntHLU9 { display:block; }
 }@media only screen and (max-width: 763px) { #MMRuzpcX34vrz2SwRUvqAT96v9dXA11R { width:17.4375rem;height:4.25rem;top:53.375rem;left:0rem;font-size:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nfQLGXmMuislHD3b3bZoOU3QUG8nqRrE { width:43.3125rem;height:8.125rem;top:3.5625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Okz8cpxBBUaeJFrQPOL2Iacl0Jy4MNR0 { width:47.25rem;height:26.8125rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlZkbrUp2xVTP28HTN4se72S4CM47Tys { width:36.6875rem;height:27.5rem;top:49.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJO1vm2hiKJul9V3dsEVmAAK6JHIIPPz { width:17.5rem;height:3.4375rem;top:74.375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bf4UNo55zamnTDKEhpAwE2d4uP6AF29L { display:block; }
 }@media only screen and (max-width: 763px) { #luxuTgSBMU36boPurnTptZUb99RBNlsd { width:47.375rem;height:25.9375rem;top:50rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S21lLwFeQA6UZftqwpiy5fxALLLLauNP { width:18rem;height:17rem;top:56.0625rem;left:17.8125rem;font-size:1.125rem;display:block; }#S21lLwFeQA6UZftqwpiy5fxALLLLauNP li:before{  }
 }@media only screen and (max-width: 763px) { #L3iUu3R3fLqvC2irP139WBH46viyiJ12 { width:15.625rem;height:0;top:67rem;left:0rem;font-size:1.0625rem;display:block; }#L3iUu3R3fLqvC2irP139WBH46viyiJ12 li:before{  }
 }@media only screen and (max-width: 763px) { #g2qe5GJ342fXt1Jg7Iu6JQBmQ2LLgeeg { width:17.4375rem;height:4.0625rem;top:61.25rem;left:30.3125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h68me5Si8PRUOufFbyxgtZf5sMXfZenX { width:17.4375rem;height:2.0625rem;top:59.1875rem;left:30.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoIwf62fx6mCPx5SycFhdBrIPtD8z3Te { width:7.8125rem;height:0.1875rem;top:60.0625rem;left:37.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHz9To5Uv7VvE28XS3u4dpHE1SmL4kuv { width:7.8125rem;height:0.3125rem;top:55.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #umdFBOPc9uQIiSl8y4Nh1vyQ1dFors4J { width:17.4375rem;height:1.4375rem;top:52.875rem;left:18.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRTi6X5VPq2ZyKWWpEQ4CSVSxuVTpEr7 { width:17.4375rem;height:4.25rem;top:105.5rem;left:0rem;font-size:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tAZZMGn7qJBKWKcioBQBQdo70UvqIMQA { display:block; }#tAZZMGn7qJBKWKcioBQBQdo70UvqIMQA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZcbxTQhg2FaiRPTyKeZAz0VItoUpLqRS { width:42.375rem;height:4.0625rem;top:3.125rem;left:2.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #npT6ExrpUzW4WlBXBW2BF7W1C3hFpwXu { width:42.4375rem;height:31.1875rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovL5DkeSbB1yq06DAqDvNCtfo3mLBTx5 { width:24.375rem;height:15.125rem;top:20.6875rem;left:23.375rem;font-size:1.1875rem;display:block; }#ovL5DkeSbB1yq06DAqDvNCtfo3mLBTx5 li:before{  }
 }@media only screen and (max-width: 763px) { #zSo0aqDZnnyi5eghD52ETBHxH2fMxBqF { width:6.5625rem;height:1.9375rem;top:17.8125rem;left:35.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dv9KEFn8TkmlFXcynKr3OO01HK4ERI7d { display:block; }#dv9KEFn8TkmlFXcynKr3OO01HK4ERI7d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wx0IeCFXKa6XhMqiTwXFuD1wyCTTfub8 { width:18.5625rem;height:1.625rem;top:11.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #My2kXqex2dho5hkddkpphRtg7An1IFAu { width:13.625rem;height:2.5625rem;top:15.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y90oWPTbyBGNs0Tqtw4LvliXET4JN2lb { width:2.8125rem;height:2.8125rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6MTTliiz7T0vVO5ZoPIuCzli7dmOsHp { width:47.5rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNN60a7Q2CrCe5TGIvPpE9tMe1NB7vD2 { top:12.375rem;left:17.3125rem;width:14.25rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMTAFthacF1mwqi2gn94UwZIpXTadbVk { display:block; }
 }@media only screen and (max-width: 763px) { #bQqHKbkIsxd6batPk7C5DmygeF4BA6It { width:47.75rem;height:31.1875rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz { display:block; }#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K { display:flex;height:auto;width:39.124875rem;top:25.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #pofRCmXUKWGWg2BTAo0pRrZJLrrQQuKT {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #MlFv2Xu9mr1tBckFXNokhnTanv5G2CO5 {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #XfWm32lAIBLPhT6T9BXJJUl2MLfRc5T5 {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #nqnFT6hLcN3ALRy71Dum9Xq2XMrGKMUK {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #xwMQlC24GZZaxSrTHgq6iz2TsihUlCsN {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #JT3KQNk3N4IHWxVxtsBqtSLmihnvfHhp {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #TfN9Um0wFe6S62baVHKSJK4vbcoBSD0O {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #BQbJe6QZ04GpOCtxobaAM57Tdh14tNsh {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #vypTSsC7a2TiiJ742Q9IT2WHSxcHowM9 {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #Kf8L0ZQxXFoJNPB05EWCHG9o6l3CIeKo {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #a5IPazoXHC61Sf5QyN0BrsGioCxux9IQ {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #JbcfnuEyzgFoQPp5xpPLR0SR38wbzENI {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #GpAnTWCEHpuSCv1mzrfS5zFBytntGGUd {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #mfReeWuC5NXvsqIFkk7tKd4WwDVSTX2q {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #nfQtf2WLnJMEFZqI3M1m1F6dwXy0zGmv {  }
 }@media only screen and (max-width: 763px) { #UTdS0FTFD8aVPRoERTZ7F92Lpb6yFMmd { width:47.75rem;height:4.0625rem;top:4.6875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd { display:block; }#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ttDuNcycv3Uq0giRbDEBhwMoS0TITc20 { width:45.25rem;height:4.0625rem;top:4.5rem;left:1.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrHiAzFQK1bFhbXa0G9TyXbJrWue6oUA { width:13.75rem;height:6.0625rem;top:20.3125rem;left:25.812500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvCXD9K0bhnGBBzKeQNVsk1zTeVLoTAi { width:12.125rem;height:6.0625rem;top:11.9375rem;left:9.6171884536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dl4S5GFkHOmMhBtnMK1os13m9kxoidg3 { width:8.3125rem;height:8.3125rem;top:10.8125rem;left:27.937500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcxHJrkMiqargLy0HKIDwdXoMTyhps8Z { width:11.75rem;height:11.75rem;top:24.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcsgfwuIBV8pEb1oLlvbc6nFQEnRyVpO { width:19.375rem;height:4.0625rem;top:49.1875rem;left:14.1875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOcFhenwpe9TEAgIOzBygF07n6IXAUkX { width:13rem;height:4.875rem;top:54.8125rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwbzQDn3Xv5RERgrMMRue5gVkmfRPpHT { width:27.125rem;height:4.0625rem;top:63.1875rem;left:10.3125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NytyIlXBdADDKohJ2mA859GpfLbCzbgt { width:9.6875rem;height:3.0422784336415rem;top:21.3125rem;left:10.991318702697rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZDOq05bhIum8i4My4mXtz3htmzRXvtI { width:10.375rem;height:2.25rem;top:29.125rem;left:10.4921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrIm79daLlcKp7m2eikiTgrD3XsUo28w { width:8.5625rem;height:4.75rem;top:12.625rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEF7i2zFKy9STrh80S9Jt0dkupRviv2r { width:10.625rem;height:2.25rem;top:22.25rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhXg5SKtlf2fIL2ubu9caL6BpHW6cf1P { width:12.75rem;height:2.875rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zetVZ7DrqesXP83SVoJaFXoIecXJShTi { width:15.0625rem;height:2.75rem;top:70.375rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTJ9A0JtdU0kWTIhL3Oa3xDvLS1Xkw2d { width:10rem;height:5.25rem;top:27.625rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsoFZQqgwJRC7KRJXlMHMh2h429FDTLw { width:10.1875rem;height:3.0625rem;top:28.6875rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAbN1f4CTsEE3JoFnnUUc2hdaWuRJKZu { width:11.3125rem;height:2.25rem;top:37.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6kNBv7UE6aimhTsQDi2b9lAhmXpo6Kd { width:12.8125rem;height:5.1622938066759rem;top:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlODOXoyXTxXb4TlvrdSlo239pt8fHGu { width:13.5rem;height:13.5rem;top:30.6875rem;left:8.8046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsfIb7smVl52aOHnDrn3UTgnzdqiJS9D { width:9.1875rem;height:9.125rem;top:32rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyBrGrs0troqbDGkMnmTBO42Rh7VOKAa { width:13.5rem;height:13.5rem;top:31.375rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTztSG2aJePKMp7fXEqCTSuXVF59q4yF { width:11.25rem;height:11.25rem;top:39.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #grek44LT62dZ4yGdX1Es21qM8PTFKTWC { width:8.1875rem;height:7.3125rem;top:83.3125rem;left:13.638023376465rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0BoliUGidcGEx21GDtZn8otoUmLq5Kt { width:32.1875rem;height:4.0625rem;top:77.625rem;left:7.78125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLJdFGXycozSlPK9pkhmgKAVZNqtz5in { width:13.125rem;height:6.4375rem;top:83.75rem;left:24.645835876465rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTrOU7DzyJ0EsTkCq4RRDdWBLi1cqB6a { width:8.5rem;height:10.625rem;top:40.0625rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn { display:block; }#ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A0RC53ZCmsr8QiTm0nrfxoslXUUw6AIr { width:19.375rem;height:6.5rem;top:15.9375rem;left:19.312500953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0IVwGG4Tw6WULIi8KH4bnkhQ0nVxh8I { width:19.375rem;height:6.5rem;top:15.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkvJrptBPOksowv6Ag9b383rRuOqCOBI { width:47.5rem;height:4.0625rem;top:2.4375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqSaEfNqffpH58AVMLfH2lUrVO61AXI5 { width:5rem;height:5rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJbTG4tDJSvL6NnQp7eeBH4Zk9Leq4aR { width:5rem;height:5rem;top:9.8125rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT { display:block; }#eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RZI1QLMn03y49hLqJex7wHnsm6aFtQF7 { width:29.8125rem;height:6rem;top:4.8125rem;left:17.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hPJBDt5l2fIqx9nwOGJaNVEt81bwcmJA { width:1.5625rem;height:1.5625rem;top:11.625rem;left:31.5625rem;display:block; }
#hPJBDt5l2fIqx9nwOGJaNVEt81bwcmJA > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #x8T367xJTFLpuvvzJmenVQGpIsw6MtIN { width:1.5625rem;height:1.5625rem;top:11.625rem;left:34.25rem;display:block; }
#x8T367xJTFLpuvvzJmenVQGpIsw6MtIN > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #CDWStopL82076volTRL8s1HJLk4hTHuc { width:1.5625rem;height:1.5625rem;top:11.625rem;left:36.9375rem;display:block; }
#CDWStopL82076volTRL8s1HJLk4hTHuc > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #VEy9uKecL9HzUyQ1iJ1IX4UkOu0WbgM1 { width:7.875rem;height:1.5rem;top:3.875rem;left:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSyq0ghGbk9G0zPmKtdV7nk2DzW3H4M6 { width:7.5rem;height:1.375rem;top:6.375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsOrm68fkPu8spWO3TgxWf8Sf8mfu6nC { display:block; }
 }@media only screen and (max-width: 763px) { #M8pMg7RlWHllzlriX4B3ykXd4Q5FLzXK { width:8rem;height:1.375rem;top:8.375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDDc3vBTlkGIbuA4UMIiAKpbbTTtWFsT { display:block; }
 }@media only screen and (max-width: 763px) { #TTyklgBCwuIRHTSGaaPdl5rH6O1SpOzF { width:3.9375rem;height:1.375rem;top:10.375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTlwTmSsyi1am6Nb4MqzGK66qokM7JXn { display:block; }
 }@media only screen and (max-width: 763px) { #lBo7gHShR6Tp8w12WVICZoeKfz6rVbcw { width:5.125rem;height:1.375rem;top:6.375rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #inGwk3Pnhm6Mcqf33I73bwqMQEn2lT0u { display:block; }
 }@media only screen and (max-width: 763px) { #oKPDtkur1RrmkEQSgyt59KLxNQTi5pJX { width:6.3125rem;height:1.375rem;top:8.375rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwP8GXRTGTF4w2K8TxC65OyPgRd0I7DI { display:block; }
 }@media only screen and (max-width: 763px) { #q89xvic4iabvf53KBCmgfIZGCL8Tnl7c { width:10.5rem;height:1.3125rem;top:10.4375rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0kwJ818R71Tp32laNvM9GC5dFJ016NL { display:block; }
 }@media only screen and (max-width: 763px) { #KoDCSiveqXHImZ7rPso15Tx3p7Xb7BaB { width:17rem;height:6.5rem;top:33.75rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #m9D6uCHqOnXvS26Fi6rMcGexv0EaiL9W { width:13.5625rem;height:6.4375rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc { display:block; }#xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oCkULuTZSw54xRXJpTnv8VPtJg7UTa2Z { width:6rem;height:0.9375rem;top:2.75rem;left:41.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPM7XOgM48s2kIxH7MOBuR8tXmfnps1x { width:7.8125rem;height:2.7280805981108rem;top:2rem;left:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkGFqkGa5Vd3uQZw02dX1AV1IK9aXC1G { width:32rem;height:2.25rem;top:2.1875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFW571XVyuVInsQVPva2Z1Z8EshT4Fuv { display:none; }#zFW571XVyuVInsQVPva2Z1Z8EshT4Fuv > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GOR7VvTU2PuyKzIu92qIdMT8oAnZxwlA { display:none; }#GOR7VvTU2PuyKzIu92qIdMT8oAnZxwlA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SxkL6d3XzaOSMPhqrlECwdsFTFpUJkR3 { width:14.75rem;height:3.5rem;top:50.875rem;left:25.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZhWGIqct4GfnMfpUiGeOKVdChEDJvC9P { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/a54469a2-86cc-45ef-a4df-c12a26d895a8/bluewhitewaterwave.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #000000, #112450);background-image: -moz-linear-gradient(90deg, #000000, #112450);background-image: -ms-linear-gradient(90deg, #000000, #112450);background-image: -o-linear-gradient(90deg, #000000, #112450);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#112450' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#112450' );";background-image: linear-gradient(90deg, #000000, #112450);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 > .row .container { background-color: transparent; background-image: none; }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 > .row .container > .video-iframe-container { display: none; }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 > .row > .video-iframe-container { display: none; }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 > .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); }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 > .row .container { border-width: 0; border-radius: 0; }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 > .row .container { width:20rem;height:17.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GNonf1boHwFiGnOFf2JuTptQrSaVdfHU { width:6.5625rem;height:2.74946875rem;top:8.1875rem;left:6.6875rem;z-index:15025;font-size:1rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcU0rIm4gtEMQyc9hs5kNv6rIToLuOlc { display:block; }
 }@media only screen and (max-width: 763px) { #mQXgDCofZku2xxa1Q5ZkbOiPxPzwblqS { width:7.7485625rem;height:2.74946875rem;top:10.9375rem;left:6.125rem;z-index:15024;font-size:1rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tL8n2VEM8aTg8vkIWNtKLLUbioDKZpZo { display:block; }
 }@media only screen and (max-width: 763px) { #c9lspbzb7Qcy3rkONZUzTDkAVp2ydIcN { width:5.99875625rem;height:2.74946875rem;top:13.6875rem;left:7rem;z-index:15023;font-size:1rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGO5zuOZh25nNluWQTf67CgWgQ1x4gzz { display:block; }
 }@media only screen and (max-width: 763px) { #LF2GE7oDnKGBRMyCbBdJEbrRJCB8oAEH { width:10.1864375rem;height:2.74946875rem;top:5.5rem;left:4.9375rem;z-index:15026;font-size:1rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwQvNWyLeaTUmobH5vulwVdyP7ks8m2r { display:block; }
 }@media only screen and (max-width: 763px) { #Lm9SW1EmsUFsf5zpX0Q5Vgq1FhskHHc9 { display:flex;top:1.3117188215256rem;left:17.812501132488rem;width:2.1875rem;height:2.1875rem;z-index:15020; }
 }@media only screen and (max-width: 763px) { #TZ9dZ6xbZtI45lowtqAxLo6mFnP9n2T8 { width:8.9375rem;height:4.3125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt { position:relative;z-index:auto;display:none; }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt { border-width: 0; border-radius: 0; }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt > .row .container { width:20rem;height:32.8125rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zmcWHea4ZTQ679vygGf1GC5tHu4AJdFI { width:12.5rem;height:3.75rem;top:22.56093788147rem;left:3.7500001788139rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8uIfTQ5TuzQmO2reHy7QqnQFgKMDhQl { display:block; }
 }@media only screen and (max-width: 763px) { #yCKXFgqVd94963U7PanFFaHcIHxbe76z { width:10.1875rem;height:2.75rem;top:7.5625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWdVW4OgW94vghRy8xdloK4s6DyptTht { display:block; }
 }@media only screen and (max-width: 763px) { #LCJXNALvnLlniNSEshH88xa8wTJ4WGCZ { width:6.5625rem;height:2.75rem;top:10.9375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bcv4OFgmfwJyIeQwltwPewRTGTBfccBg { display:block; }
 }@media only screen and (max-width: 763px) { #AhQLEa0Stiwdoifv2QWJHsTPZFBPPn8V { width:7.75rem;height:2.75rem;top:14.3125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERFkA8Xg7eKlOsbg3ufZPDOUGWdm5xgi { display:block; }
 }@media only screen and (max-width: 763px) { #kZRbd5nmTUrdWkR88NeR2zmugQOO02fJ { width:6rem;height:2.75rem;top:17.6875rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5ibXaKOygDE4qqXmln6oXCRTIHLERn7 { display:block; }
 }@media only screen and (max-width: 763px) { #R56oD5xl9fP703xwi4ELo6FTDtwLCIIQ { display:flex;top:1.528764128685rem;left:17.811611711979rem;width:2.1875rem;height:2.1875rem;z-index:15012; }
#R56oD5xl9fP703xwi4ELo6FTDtwLCIIQ > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #OT3ZZ1Q76cFZQkQ814gPJTzbdKFGGBvZ { width:11.625rem;height:4.9375rem;top:0rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/23df8aa6-a6df-4516-9ddc-fbec7bb6c615/herosectionsesjanaukowakrakow2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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 { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:67.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZPxFcxCSZZ2PvVpmCs4G5cqiA567L4b { top:30.812322288752rem;left:3.1241121888161rem;width:13.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #icw6TCJML0uIBPi6gmJddPDfUaRcVI8K { display:block; }
 }@media only screen and (max-width: 763px) { #XTUdxBp2XshTFKDQsNxOW5spB4TDU9gf { display:flex;top:1rem;left:16.375001132488rem;width:2.1875rem;height:2.1875rem;z-index:15019;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lUwIGTU0FGA8mAtuVqUdoLSn4VWZEirT { width:19.875rem;height:7.01075rem;top:2.5718750953674rem;left:0rem;font-size:2.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #auOwdwmfSyDdke97VNWguvqwW9svXDCJ { width:18rem;height:1.625rem;top:16.3125rem;left:1.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nNrUTE1sniVhrkt0MPHaTBnuemck3Bsq { width:6.125rem;height:1.625rem;top:18.625rem;left:3rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GmuUUwcCAgBEDFZLGWK6814QIsh4oTua { top:59.3125rem;left:7.9499999880794rem;width:13.75rem;height:3.75rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #fXL0rLZ2JTdJ6zWnz09G33XzEPKRuQ20 { display:block; }
 }@media only screen and (max-width: 763px) { #n1ZAKHqrvWqfutOk22P4ARekvA0aVCLL { width:20rem;height:3.7125rem;top:11.375rem;left:0.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wen1n4Z8UHa3H0sWAAfRmOSZayk4uvfR { width:20rem;height:25.025375rem;top:22.3125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAiTLTRlQoHMM6efPsDc6FyBzEd9xTEx { width:18.5rem;height:1.3rem;top:61.4375rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkwZbLe8WqFwxbUuZsxW76hsQ8lmleL2 { width:2.3125rem;height:2.3125rem;top:71.625rem;left:8.8125rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #RFPlf4D8zImbzUD8hK1nrvogIRTwp47c { width:20rem;height:2.923825rem;top:50rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b7I7vZHNGV6Xf1eKBfCaFDmRadSJHdsL .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#b7I7vZHNGV6Xf1eKBfCaFDmRadSJHdsL .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; }
#b7I7vZHNGV6Xf1eKBfCaFDmRadSJHdsL .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; }
#b7I7vZHNGV6Xf1eKBfCaFDmRadSJHdsL { display:flex;width:18rem;height:5.0625rem;top:53.9375rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #b7I7vZHNGV6Xf1eKBfCaFDmRadSJHdsL #QXTmolMuCSoRFEomtEPPywBKJLvADvsy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #b7I7vZHNGV6Xf1eKBfCaFDmRadSJHdsL #TXxENSIki5QHdhbzwRuK5n80qgLHEQpr {  }
 }@media only screen and (max-width: 763px) { #b7I7vZHNGV6Xf1eKBfCaFDmRadSJHdsL #cTDNezFsmc52yyPs5CPxrWLP1WVp2hV2 {  }
 }@media only screen and (max-width: 763px) { #b7I7vZHNGV6Xf1eKBfCaFDmRadSJHdsL #UeTVtX8d2z6QZ9ZERmpDyp6i3wJiXGdZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #b7I7vZHNGV6Xf1eKBfCaFDmRadSJHdsL #Q54anRDxo6pMF1tlEFtUXhHwehaXxiI6 {  }
 }@media only screen and (max-width: 763px) { #b7I7vZHNGV6Xf1eKBfCaFDmRadSJHdsL #qFMfHezpw92guWVWHLoZ1JutcbPpBHg1 {  }
 }@media only screen and (max-width: 763px) { #b7I7vZHNGV6Xf1eKBfCaFDmRadSJHdsL #ROQ6dQ7gSIhpesUMzAVKKgzVS4dPRqh1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #b7I7vZHNGV6Xf1eKBfCaFDmRadSJHdsL #ffE6sgnGtPGDhqZ16UNe4mXasd1FiH4D {  }
 }@media only screen and (max-width: 763px) { #b7I7vZHNGV6Xf1eKBfCaFDmRadSJHdsL #bCboUITwV9cQtboViisNu2DZ8cdffiHK {  }
 }@media only screen and (max-width: 763px) { #b7I7vZHNGV6Xf1eKBfCaFDmRadSJHdsL #NIfL32wJQNmy4odOZRABBmIoG8H4tPQg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #b7I7vZHNGV6Xf1eKBfCaFDmRadSJHdsL #fnRTbMZsknsr3E0hIlpJF7Li0JeqvoHb {  }
 }@media only screen and (max-width: 763px) { #b7I7vZHNGV6Xf1eKBfCaFDmRadSJHdsL #R8PS1meXS6nU1btFrubbi84t4r1ZHF10 {  }
 }@media only screen and (max-width: 763px) { #muiPW8aBwytNKkUedgPp9ZuZOe6gz8Q9 { width:2.3125rem;height:2.3125rem;top:64rem;left:9.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #w6QfFRckTPJPn3i4uwwtABlUHb6NcOeD { display:flex;width:2.5rem;height:2.5rem;top:23.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AxyccomeWqNd7T5avz6fTALi2evZDfr3 { display:flex;width:2.375rem;height:2.375rem;top:26.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DXN0Xd1mBIGdT8EkUb2EtQ5eIRaFUUEO { top:16.3125rem;left:-0.5625rem;width:2.1875rem;height:1.5rem;z-index:15029;background-color:#112450;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #QRP1wFAP1qiDaVB9PrCWRBdt8gJAuVsH { top:18.625rem;left:-0.625rem;width:3.3125rem;height:1.5rem;z-index:15030;background-color:#112450;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 { background-color:#061131;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row .container { background-color: transparent; background-image: none; }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row .container > .video-iframe-container { display: none; }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row > .video-iframe-container { display: none; }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .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); }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row .container { border-width: 0; border-radius: 0; }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #di82fsENnUxfHZEJqQWOSAhWTnqkQEMr { width:20rem;height:4.3984375rem;top:2.0185546875rem;left:0rem;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #byf8rrzGzXIJHr56wNuATQAVcNBONsS4 { display:block; }#byf8rrzGzXIJHr56wNuATQAVcNBONsS4 > .row .container { width:20rem;height:74.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tgt8RF5qzKcPLvuT9q5WvRy1WITprWc4 { width:12.875rem;height:4.38574375rem;top:18.5625rem;left:3.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hNshPkMuqXaLJIshxCeCSUT8t3D8owd7 { width:12.8125rem;height:3.25rem;top:13.75rem;left:3.59375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hGlwsvCc0SOacN7EJ923IXW8FD8sTIE1 { width:9.0625rem;height:9.0625rem;top:2.9375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EB3RqKbOaVGTH7l8JsxeGki5JirGdazV { display:flex;width:4.75rem;height:4.75rem;top:5.125rem;left:7.625rem; }
 }@media only screen and (max-width: 763px) { #R9waJmG9LbtUvaU8P0aTf6736SpeksTA { width:16.0625rem;height:7.30956875rem;top:41.3125rem;left:2rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EI4wUAhKPemiPbFklJLc4UNwMUf0kgnI { width:12.8125rem;height:3.25rem;top:37rem;left:3.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #muPa4lE8oZMRzt8G3pJTfCXzR3F5LTnn { width:9.0625rem;height:9.0625rem;top:26.125rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6rT9IT7RRkwBVlINLMFRTVCv2ZkvmTV { display:flex;width:4.5rem;height:4.5rem;top:28.5rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #ETK7yhOS0E1KPeryP0gcMGdOgfpfUPVm { width:12.4375rem;height:4.38574375rem;top:68.75rem;left:3.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RBkDmONMGC5ip8oAWtm9LfMffIN3fKfS { width:11.875rem;height:3.25rem;top:63.9375rem;left:4.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RpR6KfzBbPA7toFBGupk9urpaNnHDpIm { width:9.0625rem;height:9.0625rem;top:52.6875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkV4J3InTXk5cmOI8C81LPuFXUREaZGS { display:flex;width:6rem;height:6rem;top:54.3125rem;left:7.0625rem; }
 }@media only screen and (max-width: 763px) { #RDwsWCFGPcpV971vxQpNa5RdM3WPtmiM { display:block; }#RDwsWCFGPcpV971vxQpNa5RdM3WPtmiM > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cv9qdSJMDd7hyTbUUcEHJFEIvH1vv4VS { width:13.25rem;height:4.38574375rem;top:40rem;left:3.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dfBAJIZuS8z8337075l9AkOtn7NVo9sv { width:13.125rem;height:1.625rem;top:37.4375rem;left:3.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hwoemdtu80XvhORZoCTT3vAbTxGloKft { width:9.0625rem;height:9.0625rem;top:26.625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nh3wyX4I2yHVTTkhQCHMc6e72FgBSF1y { display:flex;width:4.75rem;height:4.75rem;top:28.875rem;left:7.625rem; }
 }@media only screen and (max-width: 763px) { #KMu3bX7SNmHG7vOQPLK6Nna8kJRpIK5K { width:12.3125rem;height:5.84765625rem;top:16.8125rem;left:3.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QMFKS3LBzBcBxiu5E0MlAT4JrrglIkKD { width:13.125rem;height:1.625rem;top:14.0625rem;left:3.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AessUC2o5tTWSZDHyO3mvJbUkTBpcmBW { width:9.0625rem;height:9.0625rem;top:3.3125rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUNQ0lUSwq8S7TkyfswHaqzEeqMAHrOT { display:flex;width:4.75rem;height:4.75rem;top:5.625rem;left:7.6875rem; }
 }@media only screen and (max-width: 763px) { #ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .row .container { background-color: transparent; background-image: none; }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .row .container > .video-iframe-container { display: none; }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .row > .video-iframe-container { display: none; }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .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); }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .row .container { border-width: 0; border-radius: 0; }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .row .container { width:20rem;height:16.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #InlhwgWUiyUb3mzrARWSE7c5qRoJwSop { width:20rem;height:12.9980625rem;top:1.81201171875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eRIBFtccn64snINDOQBhNLWM6AZXKRc4 { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .row .container { background-color: transparent; background-image: none; }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .row .container > .video-iframe-container { display: none; }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .row > .video-iframe-container { display: none; }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .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); }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .row .container { border-width: 0; border-radius: 0; }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .row .container { width:20rem;height:87.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TwSVtbtFpezu7qE7WNOL4VT3CwTQ5C6H { width:15.4375rem;height:2.6rem;top:49.1875rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNDA3vt5DgiTyXMpFhn9ptidXTucEq82 { width:12.0625rem;height:2.6rem;top:21.25rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pr25UmKdpsOTwowAdTTEXC6ZTgCwFbWJ { width:7.1875rem;height:2.6rem;top:77.4375rem;left:6.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJTKTdaD4ohzIWcu8lHVif44DV4oBCPx { width:8rem;height:2.3125rem;top:25.25rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3623Dg7W45DapTycBCfFCw3pbiWJALS { display:block; }
 }@media only screen and (max-width: 763px) { #KXqdlPczh8XkBIWlNT7xFC8OlQPx6Uhx { width:8rem;height:2.3125rem;top:81.8623046875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #pl3SL9ChKKlptshvBKRDV5NJQ51QJ7VZ { display:block; }
 }@media only screen and (max-width: 763px) { #ptTS2MpB9Ws9UBp19TtJCNfCMBy1duJv { width:8rem;height:2.3125rem;top:53.1875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5fPOM4SSDgLC6uzV3eTDKGc39V45MGc { display:block; }
 }@media only screen and (max-width: 763px) { #AuydUE59msEgmoievGy40WLvZ1vUKIeC { width:12.9375rem;height:16.125rem;top:2.6875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnDcWryUuhXBr3evlkKrRUTqJRpiygPc { width:12.9375rem;height:16.125rem;top:31rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQ2KCyazguXRwn5Vdl6DmRhJaGuL3W5q { width:12.9375rem;height:16.125rem;top:59.2373046875rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeQ1NBddwlZbubNzZeB4X5Xc2b8CGyCB { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DeQ1NBddwlZbubNzZeB4X5Xc2b8CGyCB > .row .container { background-color: transparent; background-image: none; }#DeQ1NBddwlZbubNzZeB4X5Xc2b8CGyCB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeQ1NBddwlZbubNzZeB4X5Xc2b8CGyCB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeQ1NBddwlZbubNzZeB4X5Xc2b8CGyCB > .row .container > .video-iframe-container { display: none; }#DeQ1NBddwlZbubNzZeB4X5Xc2b8CGyCB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeQ1NBddwlZbubNzZeB4X5Xc2b8CGyCB > .row > .video-iframe-container { display: none; }#DeQ1NBddwlZbubNzZeB4X5Xc2b8CGyCB > .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); }#DeQ1NBddwlZbubNzZeB4X5Xc2b8CGyCB > .row .container { border-width: 0; border-radius: 0; }#DeQ1NBddwlZbubNzZeB4X5Xc2b8CGyCB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DeQ1NBddwlZbubNzZeB4X5Xc2b8CGyCB > .row .container { width:20rem;height:82.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XVKscX5gMKxXNwr4CKnvLpJ8NxMeA6zd { width:13.8125rem;height:2.6rem;top:46.3125rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzXcaWoc4P5rt9TZmPvhvp014PrxmKGi { width:12.0625rem;height:2.6rem;top:18.9375rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCXfW9o73DK4HehP9luhClp5RzcIBISU { width:9.5625rem;height:2.6rem;top:73.9375rem;left:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vt6sERkeB6hrxQXcfssKBqZuf3roMF6U { width:8rem;height:2.3125rem;top:22.75rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXLy2m72oQLBF8xwaNsV38mFLyUViJLD { display:block; }
 }@media only screen and (max-width: 763px) { #DFTAHxsHRL92l63sch6ze7LFk7GiUwpF { width:8rem;height:2.3125rem;top:77.625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX7qy0wIvJ0XyJTPpWRNDnJaThCAZ8EN { display:block; }
 }@media only screen and (max-width: 763px) { #oAv8xfP3bDBIH8BQyZp31nH9qyNHuZsd { width:8rem;height:2.3125rem;top:50.125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEMcvd9GQnlnAHBTTtFaOcd44T2HJ8Ra { display:block; }
 }@media only screen and (max-width: 763px) { #Zvtxg8UT1USILem2tGTF4RoVH3yFQuho { width:12.9375rem;height:16.125rem;top:55.5625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqBkTu2AkuGDfpoy1KQRZh8xP3EPJHX6 { width:12.9375rem;height:16.125rem;top:28.125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8o1B7WXb5kAGJnMWw8phQxbzvtforZe { width:12.9375rem;height:16.125rem;top:1.0625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWCsfJc2hl12umUBFXxn2l2zcPNingDr { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bWCsfJc2hl12umUBFXxn2l2zcPNingDr > .row .container { background-color: transparent; background-image: none; }#bWCsfJc2hl12umUBFXxn2l2zcPNingDr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWCsfJc2hl12umUBFXxn2l2zcPNingDr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWCsfJc2hl12umUBFXxn2l2zcPNingDr > .row .container > .video-iframe-container { display: none; }#bWCsfJc2hl12umUBFXxn2l2zcPNingDr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWCsfJc2hl12umUBFXxn2l2zcPNingDr > .row > .video-iframe-container { display: none; }#bWCsfJc2hl12umUBFXxn2l2zcPNingDr > .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); }#bWCsfJc2hl12umUBFXxn2l2zcPNingDr > .row .container { border-width: 0; border-radius: 0; }#bWCsfJc2hl12umUBFXxn2l2zcPNingDr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bWCsfJc2hl12umUBFXxn2l2zcPNingDr > .row .container { width:20rem;height:59.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h9CW3kWVZBHtDfmWia2IdTfoVh5h7Sxe { width:15.25rem;height:2.6rem;top:48.8125rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqCSTrAcKFRqgW5xA8HzE1whX2U6aon6 { width:16.3125rem;height:2.6rem;top:19.1875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBLCJTZoeuX6Apr946Or8KtFwAodEmrT { width:8rem;height:2.3125rem;top:23rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIlkvIHXqZN3uVA1ZTWhwBzUdO8kSfHx { display:block; }
 }@media only screen and (max-width: 763px) { #eK5oqww9ObPV2ig4BR4qhBIKhtt2xmk8 { width:8rem;height:2.3125rem;top:52.599609375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdmKrV5S06aRvy2n2IlGMx3GqdXeScpk { display:block; }
 }@media only screen and (max-width: 763px) { #oR9kudoitoixopgZLvdBVJsBMnTIrByT { width:12.9375rem;height:16.125rem;top:29.974609375rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #th9ty65fFpJzph7Tfw7fTlRhON8a2Cez { width:12.9375rem;height:16.125rem;top:0.8125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtEXAyoKzanc1gW3vpWypFaStiBZaJzd { background-color:#193c2d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row .container { background-color: transparent; background-image: none; }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row .container > .video-iframe-container { display: none; }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row > .video-iframe-container { display: none; }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .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); }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row .container { border-width: 0; border-radius: 0; }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row .container { width:20rem;height:318.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aWRtwSCDHIkPcsBuOXbJJSIEM85QWEft { width:20rem;height:2.6rem;top:3.185546875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WvIGTJzTTHlnA3WiCBFdX1DWATeXJcTe { width:20rem;height:7.5rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPZlmSXLu3uMqzLVrP4iSEULzbl9Doe9 { width:0.0625rem;height:7.5rem;top:7.7367219924925rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVmiAuXzpc9woEE9VdxvgsDNEMpS62NH { width:15.3125rem;height:2.03125rem;top:12.8125rem;left:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKlXuGPeXOlPRzIRaknnhQO45iZtP84K { width:0.0625rem;height:37.6875rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOSRZ2cJ2SqyuO23DNeL6RDCz4kV1GyE { display:flex;width:1.875rem;height:1.875rem;top:27.875rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #hmX8tNArQ1m60kcBFoDs81CN4g5GL1q5 { width:6.125rem;height:1.21875rem;top:28.1875rem;left:5.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lqmhmVJTOvuzSR5bEEvXtFB6Tx00qKaq { width:16.0625rem;height:7.714875rem;top:30.6875rem;left:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn5qyd787CkpnQR8hEqWbKafIhUFDKZr { width:7.5625rem;height:3.41015625rem;top:60.0625rem;left:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaRovbUwT1ZsCZOvUHxV6VvroxHo06b5 { width:7rem;height:7rem;top:51.6875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZsCyNQVT9k9mdzTKIzLSDsX2wknlMPn { width:16.875rem;height:10.96875rem;top:39.296875rem;left:2.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yu7pPbA9K8Ri49BPGJ9kSs5mHVTlCO0C { width:20rem;height:7.5rem;top:152.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrkbGZ9WT9vKrP52eWMbQaAxxyR3wohp { width:0.0625rem;height:7.5rem;top:157.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7Vxt9cwm0bGyIP4BaSfTKCK7scIgJcH { width:6.125rem;height:1.21875rem;top:148.4375rem;left:5.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gqbGP9BmnadeVCDdc9zUnPSpw9EXQK3T { width:14.3125rem;height:2.03125rem;top:156.375rem;left:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vhxrc4Zb7iRsJB3Ft339Tu588mPvDLMu { display:flex;width:1.875rem;height:1.875rem;top:154rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #Qf43if85i2m6f7NMvokVw3fFJdQC3Hxh { width:0.0625rem;height:43.875rem;top:66.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ay8uulGTDaePEhtmAm6bzunbaVuvniWn { display:flex;width:1.875rem;height:1.875rem;top:67.25rem;left:2.3125rem; }
 }@media only screen and (max-width: 763px) { #cBBoZZMZJEsTC6J8FhhAhDl1RcS12PuS { width:6.125rem;height:1.21875rem;top:68.703140258787rem;left:4.6875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TDAvR42U7q8D2Nw05a4VXbdaFQN1s5Pv { width:15.3125rem;height:7.714875rem;top:70.5625rem;left:2.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ih5NGerLH8ZwGTUUR7mk4eaaIOAFrNld { width:16.375rem;height:8.53125rem;top:79.9375rem;left:2.3125rem;font-size:0.9375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #TXvwvoRNMeeXLfEdFedqpEEk1qfQzgVQ { width:6.75rem;height:6.75rem;top:90.3125rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXBs4W8McDnMNTrzFX7mZuUounKmB22d { width:10.875rem;height:3.41015625rem;top:98.625rem;left:4.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVl4RMTA6rgAE93K7ob7qiHObArZDOfH { width:0.0625rem;height:42.25rem;top:113.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBc0J0bppBq1HMipZhHn83gS3rFTMB4n { width:16.0625rem;height:10.96875rem;top:124.9375rem;left:2.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZVH53Lw4g1gAZEZJ9nS6RKDlkc9M3Us { width:15.3125rem;height:12.34375rem;top:110.5625rem;left:2.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFygyadWmPoJEHcz2RX38TNoe2XAdP2M { display:flex;width:1.875rem;height:1.875rem;top:107.5625rem;left:2.3125rem; }
 }@media only screen and (max-width: 763px) { #vl6mRnwheWibkrktXRhPyM2JwTbExVCm { width:6.125rem;height:1.21875rem;top:115.125rem;left:5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #k2yOXgJ83LHWqXLNzNwm1f0lyD5wS3GS { width:10.875rem;height:2.2734375rem;top:146.3125rem;left:4.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFBunWLm7dQ9RRdAhiRLrZsq29ABuOVM { width:6.75rem;height:6.75rem;top:137.8125rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3oZK1FOAZNusRwApqMTqiuwkG55DClh { width:0.0625rem;height:44.125rem;top:167.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3tXFs1TxV66h6b9xZ7SJXCW2eQE5db7 { display:flex;width:1.875rem;height:1.875rem;top:163.25rem;left:2.375rem; }
 }@media only screen and (max-width: 763px) { #hdzoZxdCfQEcdEtiExPMB98G5gbPunSI { width:6.125rem;height:1.21875rem;top:158.5625rem;left:5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EpCGf1gcrSFRZSMAwn82y97pxhDU63Fz { width:15.125rem;height:6.171875rem;top:166.4375rem;left:2.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9OPnA97WlIIrBozG45hlUH5ogQyt8d0 { width:15.6875rem;height:14.625rem;top:174.375rem;left:2.40625rem;font-size:0.9375rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #umCkTtTtSd9NgI6hnyQfpETfDXvQ6sdB { width:10.875rem;height:2.2734375rem;top:198.875rem;left:4.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ok0XhtEcRuqyVAEmql2qWBJUx4lR7S1R { width:6.75rem;height:6.75rem;top:190.25rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrAULOIMJ7s2cRcfpITk3cxP2N8VnKun { width:0.0625rem;height:35.0625rem;top:214.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T87knFTtnECgAl2vLQv6oz6BCrMCNJTE { width:6.125rem;height:1.21875rem;top:205.25rem;left:5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bOK4eQ0oQsdd5RgtDzE65T6ovmvk9hQW { width:20rem;height:24.3125rem;top:251.8125rem;left:-19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #p0ftiHQS0h2iCMP8i4BJ9aUKcXkCf20M { width:6.125rem;height:1.21875rem;top:242.8125rem;left:5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SRSUhVTWT7EVJtqnSzoeCPpDJJRyrGJ7 { width:20rem;height:7.5rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zo6mwFlTzJS2DwIpLZi7ikpvvVtNU8Kv { width:9.5625rem;height:2.03125rem;top:21.75rem;left:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpAX4UEtvEzzuW7V9Hym34w9gusRSGIu { display:flex;width:1.875rem;height:1.875rem;top:19.125rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #xsIBsCxQhsEUHX5iLAcdoXFs0GHqDmWP { width:0.0625rem;height:7.5rem;top:16.687524795533rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATaB9UR5hXo3tQ1VcQaCWbFBTWTK2ogJ { display:flex;width:1.875rem;height:1.875rem;top:10.125rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #dwQIFca4hEVDDqk0VlAMyUkeavilhQCb { width:19.0625rem;height:7.5rem;top:280.9375rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wqzguPIFzvO02qJTslg0VgZfEAAPIigC { width:6.125rem;height:1.21875rem;top:282.875rem;left:4.75rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TL4qkrsW9c7aEclGFq86E9NuJwavdss8 { width:6.25rem;height:2.03125rem;top:285rem;left:2.3125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TDoeEDJufBVPBNHBAKmf3utXKlnXD42Z { width:19.0625rem;height:7.5rem;top:290.5625rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QASaABJHRvlLKPhtqBocCIykTrGcTx8p { display:flex;width:1.875rem;height:1.875rem;top:291.8125rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nrFLcqd8GG80vg2M2FEbWfTnBS6JaU0l { width:6.125rem;height:1.21875rem;top:292.125rem;left:5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CDpyklHkr7PBhA7zqTMTfvUPfNSeBbAw { width:14.25rem;height:2.03125rem;top:294.5625rem;left:2.3125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #v5onCIIrOXIucR9KNsHvlJt0lQOmunii { width:19.0625rem;height:7.5rem;top:300rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uFxaRT815qyZQ1wHEvlueLBrpPp76Ohv { width:11.125rem;height:2.03125rem;top:304.0625rem;left:2.3125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NfIv31FyTmdEu54VrLswmWQyvbbzUdta { width:6.125rem;height:1.21875rem;top:301.5rem;left:5.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RE8TsQZlBG4pstkmxguh2gRD3wwWz80T { display:flex;width:2.25rem;height:2.25rem;top:282.375rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QImNRTiTTIQTy8b66znDimd21Di6FZSI { display:flex;width:2rem;height:2rem;top:301.125rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qn728Z0XszOe0u8yA74IbF40zoxc9U8t { width:20rem;height:1.54375rem;top:315.43744468689rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D8zeTSl5BH6IcsibMDd8NohhFUpOBUIm { width:0.0625rem;height:13.4375rem;top:294.98126907349rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tyKOCZpO6pTfnE3SHLW3hkRubp1dpPtp { width:20rem;height:24.75rem;top:205.43750762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJniytQGl80qqN0AUXyJNctUxgp3ocA7 { width:16.1875rem;height:3.0859375rem;top:211.0625rem;left:1.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTpoTMJ3QD9U7GP2LNvECGuv44NPTWRJ { display:flex;width:1.875rem;height:1.875rem;top:207.625rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #zVF9mVDgAuosoQnM5cOpeybAAARisZg8 { width:16.25rem;height:1.21875rem;top:215.375rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4OmevSop8hl273e9F38UfnsFSSNm2BS { width:13.1875rem;height:2.2734375rem;top:226.43750953674rem;left:3.4062500596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx3pKmT5J60E9oR3P2c8pzfZ1l93r18D { width:6.75rem;height:6.75rem;top:218.18752479553rem;left:6.5250001549719rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNx2WA1hSJ3h0rBScwMHXWo0NshiX3bP { width:0.0625rem;height:37.75rem;top:292.18756484986rem;left:0rem;z-index:15107;display:none; }
 }@media only screen and (max-width: 763px) { #TzD3O05aL5AExX7NAcW4qhHaNTUx18Z0 { width:20rem;height:42.5625rem;top:161.5625rem;left:0rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #Xca7DkwkuaHGyhgTD0FyTtSdZ5i0gwGA { width:20rem;height:45.125rem;top:105.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkcMTB4d4whTOMBIOQaTMFC5yZT2WkTh { width:20rem;height:38.125rem;top:65.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEBo4TP3RWTsgIu7pweOLTIhF9yF6iwy { width:20rem;height:37.6875rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5S16u4Fqe3Qfz31FSHoJEvOSJSwQQT9 { width:20rem;height:37.25rem;top:231.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #soZJVmQMTPIBt9JcDvLx9mNN8T9FzmVr { width:16.125rem;height:9.75rem;top:243.81250953674rem;left:2.5000000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bu8FT7BbL6Kqanp46XNbaKAFXWoefE5L { width:16.375rem;height:4.62890625rem;top:237.875rem;left:2.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dENKmOIRffkJradORpepy23ipvK6gX6N { display:flex;width:1.875rem;height:1.875rem;top:234.4375rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #BUUk7hRKSns5A6U2HGQ35IKygrh92EcX { width:11.25rem;height:3.41015625rem;top:264.31250953674rem;left:4.3750000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoTRiUokv0CqO0vkW54LXeD5nXiRxPIO { width:6.75rem;height:6.75rem;top:255.72500991821rem;left:6.5250001549719rem;display:block; }
 }@media only screen and (max-width: 763px) { #opJDRMzCfczv8QUF12py3NzbUm80Lvbc { width:20rem;height:39.75rem;top:273.54608750343rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0BDcKtLqTuo5k9bffFxHB1eOa0gV4Kl { width:15.75rem;height:13.40625rem;top:285.96796321869rem;left:2.5000000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcLo7v0vLw2y1e5uqkNIEWqy0VvNqJyU { width:16.1875rem;height:9.2578125rem;top:275.14375019074rem;left:2.5000000596046rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXOecKImdPzZrDFo8G8fgbQwkRrnPdu6 { display:flex;width:1.875rem;height:1.875rem;top:271.5625rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #a5IHsKlv8Mm7EKdZKE0yIWiJiVuHKBEG { width:11.25rem;height:2.2734375rem;top:309.3749961853rem;left:4.3750000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0sDX9kCpusxuCLNasLwdroaC38lf350 { width:6.75rem;height:6.75rem;top:300.74999427796rem;left:6.5250001549719rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMgLPWKFTMv9T2Q6DFhgZoAnAU5Ee2rg { display:block; }#BMgLPWKFTMv9T2Q6DFhgZoAnAU5Ee2rg > .row .container { width:20rem;height:78.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KHOvOnyTJTwIp4KqNJZ7IgPJGh2uxXl6 { width:20rem;height:18.1875rem;top:28.4375rem;left:0rem;z-index:14968;display:block; }
 }@media only screen and (max-width: 763px) { #UIre4sakZ0eB4Uxmlaeqi8bBoe0Al7Ur { width:7rem;height:1.21875rem;top:36.1875rem;left:6.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q5bA7H6PTnkz0O88QgTfrCoiwDpdTXFv { width:15.9375rem;height:2.923825rem;top:38.8125rem;left:2.0625rem;font-size:1.125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #t1WzKAe2pqtpl4CdHQsH3onJt9HolHaB { width:13.0625rem;height:2rem;top:35.8125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRwgPPJTp3vzX2R80oAmGtbuGu4IGHSc { width:14.6875rem;height:2.2734375rem;top:32.625rem;left:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2tL9hqeDqckQi9mEIHrT08RJy5NZeXO { width:11.3125rem;height:1.1375rem;top:43.8125rem;left:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJH3K3GJ42mrUuUIPqO4WF5nQr1pJEwP { width:20rem;height:7.7988375rem;top:14.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PI57aOQqpHvFSc5L47lICKrq7SekDtnO { width:7rem;height:7rem;top:24.1875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0dw7P2XlLlUs9N5K0xR47ddI0T3rz4h { width:17.625rem;height:4.38574375rem;top:8.5rem;left:1.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wHc3ZWsbFeKbamRZJ6uPpSA910bodW0V { width:17.4375rem;height:0;top:31.0625rem;left:0rem;font-size:1rem;z-index:15059;display:none; }
 }@media only screen and (max-width: 763px) { #x8h2GfuIMXvcobwH86im0xxwZooB9Vnv { width:17.437125rem;height:0;top:41.328735351562rem;left:0rem;font-size:2rem;z-index:15060;display:none; }
 }@media only screen and (max-width: 763px) { #tmir7uTBxTcZlxG3p4dxu5MIO220fSf2 { width:20rem;height:2.6rem;top:3.82470703125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wi5PJa3tLW32DbcnWHQp050OnTiFwqwE { width:20rem;height:22.8125rem;top:52.6875rem;left:0rem;z-index:14968;display:block; }
 }@media only screen and (max-width: 763px) { #FJTtBPgXA41It0PSG8zaoLLLgv4crTfn { width:7rem;height:1.21875rem;top:61rem;left:6.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fH9x2RAlNNE9hXDdL073UqUJILFTESha { width:17.9375rem;height:7.3095625rem;top:63.6875rem;left:1.0625rem;font-size:1.125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #tvdzeTHcFBywK8gnxwz7uhEzpAq7TTFI { width:13.0625rem;height:2rem;top:60.625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZbsZR1yfAx0mBtwXdFVS6ggqRUKnTZC { width:14.6875rem;height:2.2734375rem;top:57.1875rem;left:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDATvwyUL8lg2bTtwGTfZq0IDqB3cOcr { width:14.6875rem;height:1.1375rem;top:72.375rem;left:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATTVxK4MM3HtUmThI5P5SyeI2hQpmXZ3 { width:7rem;height:7rem;top:49.0625rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8nKiwGA49mdI3e4gfNZ5szNrGCCdpFh { display:block; }#y8nKiwGA49mdI3e4gfNZ5szNrGCCdpFh > .row .container { width:20rem;height:65.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IcueeHWRTJCIgZtnUDctoqrryf9brcRX { width:20rem;height:5.2rem;top:2.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hU6RxGCLoC5vrW01HmZaciRICORL26aW { width:20rem;height:3.9rem;top:45.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #maC5NFqRnDlwQdyyg3kCfHhp627cMhtK { width:20rem;height:4.875rem;top:50rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TOwPG6ERJBQsnadHVdht3xTF4hJzsDPQ { width:19.4375rem;height:3.4375rem;top:57.5rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAQnRDfdIgnFo2husG9CuzEpDk49Pzt7 { display:block; }
 }@media only screen and (max-width: 763px) { #n6bgGr93vi2G4Lmez8T8ruxTqbmNfK0k { width:20rem;height:25.099625rem;top:18.01171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iA1PaH8vvVFT7mguOJWp20Spe2gtzoGi { width:20rem;height:6.6840625rem;top:10.048828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONSUNXSOSoOsPXl8DC716gOCkvtWgnph { display:block; }#ONSUNXSOSoOsPXl8DC716gOCkvtWgnph > .row .container { width:20rem;height:66rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G8oXdsaHGFxCRgqwppJsfAQdTeVQTkgh { width:12.125rem;height:5.2rem;top:13.375rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLNlTTlnIVRwhonFapJMwdqvXh5OWMcy { width:20rem;height:14.125rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQaARqHX1SVqi8FA2QsdaRTevBX3VJl6 { width:13.3125rem;height:5.2rem;top:44.8125rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8d1Gz404DTCeqbJ4dQ5Pa8ToqK80hml { width:20rem;height:14.125rem;top:40.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SviA5yFmfMTqiM0Ibg5fU6pBXzSnKxxG { width:14.5625rem;height:6.499rem;top:23.5rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbVsc2P96d7b0Hc0IsZg7oUmzD1mKe2p { width:20rem;height:15.6875rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZLVZORLJANhETlox2AxcRd45uZ4KW9T { width:13.6875rem;height:5.2rem;top:55.3125rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAIrEFwkxVfgiRz0ztmXUOcuBx68bT6V { width:20rem;height:13rem;top:51.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud4rrblfEI1gLSWwvzcp2fRIwV6KvTnr { width:20rem;height:13.0625rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #imMo7UGgpy5vukXq000XJe0ViaHa6Gfo { width:12.6875rem;height:5.2rem;top:34.375rem;left:3.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQRXRJCocgfEXT11Mv2PPoDmCo3cuafv { width:7rem;height:7.1875rem;top:5.6875rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4ItZS2UHR2ki3QDG2LmGV23f13ADHTi { width:4.5rem;height:5.6875rem;top:6.4375rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9dg9HMmunD0cyqZfQcz45qIqgOxeI07 { width:20rem;height:2.6rem;top:3.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DCb2dX47Ju2b7eNGcdByZs6pG3sxZJog { display:block; }#DCb2dX47Ju2b7eNGcdByZs6pG3sxZJog > .row .container { width:20rem;height:11.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qb0m5Z2pFfnXUc9IWVd3JLLD9zsgST36 { width:20rem;height:7.7988125rem;top:1.67724609375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WTTa4TN3Be2TZu99vdvlZqZwvKvltTfC { display:block; }#WTTa4TN3Be2TZu99vdvlZqZwvKvltTfC > .row .container { width:20rem;height:70.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B7VwiKOFDbkQMqmJ34gbReecRIz8o0By { width:16.875rem;height:30rem;top:37.1875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ds7HRuKhGoXLoIDsSIkvZK5TtzXzpzw1 { width:16.875rem;height:30rem;top:86.1875rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RSETvWbeZnIiw4TsBKO1TiCmGe5XAHSz { width:16.875rem;height:30rem;top:54.5rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #n0V72wd873crXen38ry74605AJzOJkuL { width:20rem;height:14.25rem;top:29.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDcRq5W1by7hXAf8zfmLZDXp0Ck5k5h9 { width:9.9375rem;height:2.6rem;top:7.125rem;left:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUoCaeOxDt8EpnJErJqCbd0ImTWGKWAh { width:9.9375rem;height:2.6rem;top:20.1875rem;left:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxQBaia9zQ6ZzQGuGnDAhnN36SkWDe8T { width:9.9375rem;height:2.6rem;top:30.6875rem;left:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTWCouyE3Kf319tBdgRX1TqNvQZZXX1P { width:9rem;height:3.25rem;top:14.8125rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoRbGA5CtwB338q9ATqbV9H3ksTS9mxm { width:10.6875rem;height:3.25rem;top:1.125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fccaHFaCVHWtCW0EcUubUfpJoveKs4sI { width:4.4375rem;height:3.25rem;top:25.5rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLnl2V6PHVEJEBFEJi4JeCpDlTQXKI7F { display:block; }#MLnl2V6PHVEJEBFEJi4JeCpDlTQXKI7F > .row .container { width:20rem;height:119.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mipz3J1iHMbgbISdmy6lqfM1iQ8dgtCV { width:15.625rem;height:0;top:17.49658203125rem;left:2.90625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }#Mipz3J1iHMbgbISdmy6lqfM1iQ8dgtCV li:before{  }
 }@media only screen and (max-width: 763px) { #WRhOUFEfIQQTEqb7pNtbefRDMspTNZUM { width:20rem;height:15rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4L27EzJsSQgT5DxALLCCmyZqlp6hWXP { width:17.4375rem;height:20.879875rem;top:29.821534156799rem;left:1.28125rem;font-size:1.125rem;display:block; }#q4L27EzJsSQgT5DxALLCCmyZqlp6hWXP li:before{  }
 }@media only screen and (max-width: 763px) { #nxNSda4Pxu6AcJbQor4VfPGAXA1fEwbM { width:17.4375rem;height:1.4625rem;top:25.8125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H97fe4TqFCQZO2amqlvLpvUN5TWJgxxc { width:7.8125rem;height:0.3125rem;top:28.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgyuUWffOmqwcfeTuAZux4rluaOXn1MC { width:17.4375rem;height:0;top:46.0625rem;left:1.28125rem;font-size:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rax1LHOnEDWqgsBTNXOUspXKLwmWsnZN { width:17.4375rem;height:2.1125rem;top:51.375rem;left:1.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT3A0hEB6rQD6TUWrDRQ8uG1VJn2VStb { width:7.8125rem;height:0.1875rem;top:52.3125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT14Qdqk3otU7TMy4J1QfrrbpbR2Kk5K { width:17.5rem;height:3.4375rem;top:58.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNQUhLKJOdWxA16JvrGr6i5WMyntHLU9 { display:block; }
 }@media only screen and (max-width: 763px) { #MMRuzpcX34vrz2SwRUvqAT96v9dXA11R { width:17.4375rem;height:4.30625rem;top:53.375002861023rem;left:1.28125rem;font-size:3.3125rem;z-index:15012;color:#ffe7b9;display:block; }
 }@media only screen and (max-width: 763px) { #nfQLGXmMuislHD3b3bZoOU3QUG8nqRrE { width:20rem;height:7.7988125rem;top:1.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Okz8cpxBBUaeJFrQPOL2Iacl0Jy4MNR0 { width:19.5rem;height:47.3125rem;top:12.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlZkbrUp2xVTP28HTN4se72S4CM47Tys { width:20rem;height:14.991482112436rem;top:66.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJO1vm2hiKJul9V3dsEVmAAK6JHIIPPz { width:17.5rem;height:3.4375rem;top:110.6875rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bf4UNo55zamnTDKEhpAwE2d4uP6AF29L { display:block; }
 }@media only screen and (max-width: 763px) { #luxuTgSBMU36boPurnTptZUb99RBNlsd { width:19.625rem;height:46.625rem;top:65.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S21lLwFeQA6UZftqwpiy5fxALLLLauNP { width:16.625rem;height:18.4805rem;top:83.5625rem;left:2rem;font-size:1.125rem;display:block; }#S21lLwFeQA6UZftqwpiy5fxALLLLauNP li:before{  }
 }@media only screen and (max-width: 763px) { #L3iUu3R3fLqvC2irP139WBH46viyiJ12 { width:15.625rem;height:0;top:103.375rem;left:4.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }#L3iUu3R3fLqvC2irP139WBH46viyiJ12 li:before{  }
 }@media only screen and (max-width: 763px) { #g2qe5GJ342fXt1Jg7Iu6JQBmQ2LLgeeg { width:17.4375rem;height:0;top:115.875rem;left:2.5625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #h68me5Si8PRUOufFbyxgtZf5sMXfZenX { width:17.4375rem;height:2.1125rem;top:103.375rem;left:0.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoIwf62fx6mCPx5SycFhdBrIPtD8z3Te { width:7.8125rem;height:0.1875rem;top:104.3125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHz9To5Uv7VvE28XS3u4dpHE1SmL4kuv { width:7.8125rem;height:0.3125rem;top:82.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #umdFBOPc9uQIiSl8y4Nh1vyQ1dFors4J { width:17.4375rem;height:1.4625rem;top:80.375rem;left:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRTi6X5VPq2ZyKWWpEQ4CSVSxuVTpEr7 { width:17.4375rem;height:4.30625rem;top:105.5rem;left:1.6875rem;font-size:3.3125rem;z-index:15013;color:#ffe7b9;display:block; }
 }@media only screen and (max-width: 763px) { #tAZZMGn7qJBKWKcioBQBQdo70UvqIMQA { display:block; }#tAZZMGn7qJBKWKcioBQBQdo70UvqIMQA > .row .container { width:20rem;height:55.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZcbxTQhg2FaiRPTyKeZAz0VItoUpLqRS { width:16.75rem;height:5.2rem;top:3.75rem;left:1.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #npT6ExrpUzW4WlBXBW2BF7W1C3hFpwXu { width:20rem;height:14.69775rem;top:11.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovL5DkeSbB1yq06DAqDvNCtfo3mLBTx5 { width:20rem;height:19.765625rem;top:32.25rem;left:0rem;font-size:1.1875rem;display:block; }#ovL5DkeSbB1yq06DAqDvNCtfo3mLBTx5 li:before{  }
 }@media only screen and (max-width: 763px) { #zSo0aqDZnnyi5eghD52ETBHxH2fMxBqF { width:6.5625rem;height:1.95rem;top:29rem;left:6.71875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dv9KEFn8TkmlFXcynKr3OO01HK4ERI7d { background-color:#000000;background-image:none;display:block; }#dv9KEFn8TkmlFXcynKr3OO01HK4ERI7d > .row .container { background-color: transparent; background-image: none; }#dv9KEFn8TkmlFXcynKr3OO01HK4ERI7d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dv9KEFn8TkmlFXcynKr3OO01HK4ERI7d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dv9KEFn8TkmlFXcynKr3OO01HK4ERI7d > .row .container > .video-iframe-container { display: none; }#dv9KEFn8TkmlFXcynKr3OO01HK4ERI7d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dv9KEFn8TkmlFXcynKr3OO01HK4ERI7d > .row > .video-iframe-container { display: none; }#dv9KEFn8TkmlFXcynKr3OO01HK4ERI7d > .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); }#dv9KEFn8TkmlFXcynKr3OO01HK4ERI7d > .row .container { width:20rem;height:39.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wx0IeCFXKa6XhMqiTwXFuD1wyCTTfub8 { width:16.625rem;height:1.4625rem;top:11.5625rem;left:1.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #My2kXqex2dho5hkddkpphRtg7An1IFAu { width:13.5625rem;height:2.6rem;top:15.3125rem;left:3.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y90oWPTbyBGNs0Tqtw4LvliXET4JN2lb { display:flex;width:2.8125rem;height:2.8125rem;top:7.5625rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #H6MTTliiz7T0vVO5ZoPIuCzli7dmOsHp { width:20rem;height:2.6rem;top:2.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CNN60a7Q2CrCe5TGIvPpE9tMe1NB7vD2 { top:19.5625rem;left:4.0625rem;width:11.8375rem;height:2.4625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMTAFthacF1mwqi2gn94UwZIpXTadbVk { display:block; }
 }@media only screen and (max-width: 763px) { #bQqHKbkIsxd6batPk7C5DmygeF4BA6It { width:20rem;height:12.5625rem;top:24.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz { display:block; }#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz > .row .container { width:20rem;height:32.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K .accordion-heading-text { font-size:1.125rem;height:auto;line-height:1.1;overflow:hidden; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K .accordion-desc-text { line-height:1.3;overflow:hidden;height:auto; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K { display:flex;height:auto;width:17.5rem;top:7.27294921875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #pofRCmXUKWGWg2BTAo0pRrZJLrrQQuKT {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #MlFv2Xu9mr1tBckFXNokhnTanv5G2CO5 {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #XfWm32lAIBLPhT6T9BXJJUl2MLfRc5T5 {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #nqnFT6hLcN3ALRy71Dum9Xq2XMrGKMUK {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #xwMQlC24GZZaxSrTHgq6iz2TsihUlCsN {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #JT3KQNk3N4IHWxVxtsBqtSLmihnvfHhp {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #TfN9Um0wFe6S62baVHKSJK4vbcoBSD0O {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #BQbJe6QZ04GpOCtxobaAM57Tdh14tNsh {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #vypTSsC7a2TiiJ742Q9IT2WHSxcHowM9 {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #Kf8L0ZQxXFoJNPB05EWCHG9o6l3CIeKo {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #a5IPazoXHC61Sf5QyN0BrsGioCxux9IQ {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #JbcfnuEyzgFoQPp5xpPLR0SR38wbzENI {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #GpAnTWCEHpuSCv1mzrfS5zFBytntGGUd {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #mfReeWuC5NXvsqIFkk7tKd4WwDVSTX2q {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #nfQtf2WLnJMEFZqI3M1m1F6dwXy0zGmv {  }
 }@media only screen and (max-width: 763px) { #UTdS0FTFD8aVPRoERTZ7F92Lpb6yFMmd { width:20rem;height:2.6rem;top:2.5812501907349rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd { display:block; }#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd > .row .container { width:20rem;height:98.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ttDuNcycv3Uq0giRbDEBhwMoS0TITc20 { width:20rem;height:7.7988125rem;top:2.32421875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UrHiAzFQK1bFhbXa0G9TyXbJrWue6oUA { width:8.8125rem;height:3.9375rem;top:16.3125rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvCXD9K0bhnGBBzKeQNVsk1zTeVLoTAi { width:8.5rem;height:4.25rem;top:12.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dl4S5GFkHOmMhBtnMK1os13m9kxoidg3 { width:5.5rem;height:5.5rem;top:24.5rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcxHJrkMiqargLy0HKIDwdXoMTyhps8Z { width:6.875rem;height:6.875rem;top:23.8125rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcsgfwuIBV8pEb1oLlvbc6nFQEnRyVpO { width:20rem;height:2.5996125rem;top:57.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bOcFhenwpe9TEAgIOzBygF07n6IXAUkX { width:11rem;height:4.0625rem;top:61.6875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwbzQDn3Xv5RERgrMMRue5gVkmfRPpHT { width:20rem;height:2.6rem;top:68.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NytyIlXBdADDKohJ2mA859GpfLbCzbgt { width:6.5rem;height:2rem;top:17.4375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZDOq05bhIum8i4My4mXtz3htmzRXvtI { width:6rem;height:1.3125rem;top:22.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrIm79daLlcKp7m2eikiTgrD3XsUo28w { width:5.1875rem;height:2.8125rem;top:21.770833015442rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEF7i2zFKy9STrh80S9Jt0dkupRviv2r { width:7rem;height:1.4375rem;top:31rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhXg5SKtlf2fIL2ubu9caL6BpHW6cf1P { width:8rem;height:1.75rem;top:13.3125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zetVZ7DrqesXP83SVoJaFXoIecXJShTi { width:15.0625rem;height:2.75rem;top:72.5625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTJ9A0JtdU0kWTIhL3Oa3xDvLS1Xkw2d { width:6.1875rem;height:3.125rem;top:34.6875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsoFZQqgwJRC7KRJXlMHMh2h429FDTLw { width:6.8125rem;height:2rem;top:30.6875rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAbN1f4CTsEE3JoFnnUUc2hdaWuRJKZu { width:6.875rem;height:1.5rem;top:40.875000953674rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6kNBv7UE6aimhTsQDi2b9lAhmXpo6Kd { width:8.8125rem;height:3.5rem;top:34.5rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlODOXoyXTxXb4TlvrdSlo239pt8fHGu { width:7.6875rem;height:7.6875rem;top:41.662761688233rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsfIb7smVl52aOHnDrn3UTgnzdqiJS9D { width:5.75rem;height:5.6875rem;top:48.5625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyBrGrs0troqbDGkMnmTBO42Rh7VOKAa { width:9.125rem;height:9.125rem;top:41.664064407349rem;left:9.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTztSG2aJePKMp7fXEqCTSuXVF59q4yF { width:7.375rem;height:7.375rem;top:37.936198234558rem;left:10.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #grek44LT62dZ4yGdX1Es21qM8PTFKTWC { width:8.1875rem;height:7.3125rem;top:83.322917938231rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0BoliUGidcGEx21GDtZn8otoUmLq5Kt { width:20rem;height:2.4375rem;top:79.062423706056rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uLJdFGXycozSlPK9pkhmgKAVZNqtz5in { width:13.125rem;height:6.4375rem;top:91.57291875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTrOU7DzyJ0EsTkCq4RRDdWBLi1cqB6a { width:7rem;height:8.75rem;top:47.875rem;left:10.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn { display:block; }#ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A0RC53ZCmsr8QiTm0nrfxoslXUUw6AIr { width:20rem;height:6.9970625rem;top:29.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #y0IVwGG4Tw6WULIi8KH4bnkhQ0nVxh8I { width:20rem;height:6.9970625rem;top:12.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TkvJrptBPOksowv6Ag9b383rRuOqCOBI { width:20rem;height:2.6rem;top:1.761221408844rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iqSaEfNqffpH58AVMLfH2lUrVO61AXI5 { display:flex;width:5rem;height:5rem;top:6.68359375rem;left:7.5rem; }
 }@media only screen and (max-width: 763px) { #mJbTG4tDJSvL6NnQp7eeBH4Zk9Leq4aR { display:flex;width:5rem;height:5rem;top:22.466796875rem;left:7.5rem; }
 }@media only screen and (max-width: 763px) { #eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT { display:block; }#eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT > .row .container { width:20rem;height:42.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RZI1QLMn03y49hLqJex7wHnsm6aFtQF7 { width:17rem;height:0;top:33.5625rem;left:1.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #hPJBDt5l2fIqx9nwOGJaNVEt81bwcmJA { display:flex;width:1.875rem;height:1.875rem;top:38.5rem;left:6rem;font-size:1.3125rem; }
#hPJBDt5l2fIqx9nwOGJaNVEt81bwcmJA > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #x8T367xJTFLpuvvzJmenVQGpIsw6MtIN { display:flex;width:1.875rem;height:1.875rem;top:38.5rem;left:9.0625rem;font-size:1.3125rem; }
#x8T367xJTFLpuvvzJmenVQGpIsw6MtIN > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #CDWStopL82076volTRL8s1HJLk4hTHuc { display:flex;width:1.875rem;height:1.875rem;top:38.5rem;left:12.125rem;font-size:1.3125rem; }
#CDWStopL82076volTRL8s1HJLk4hTHuc > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #VEy9uKecL9HzUyQ1iJ1IX4UkOu0WbgM1 { width:7.8720625rem;height:1.59375rem;top:9rem;left:6.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WSyq0ghGbk9G0zPmKtdV7nk2DzW3H4M6 { width:8.125rem;height:1.875rem;top:11.875rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsOrm68fkPu8spWO3TgxWf8Sf8mfu6nC { display:block; }
 }@media only screen and (max-width: 763px) { #M8pMg7RlWHllzlriX4B3ykXd4Q5FLzXK { width:8.125rem;height:1.875rem;top:18.125rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDDc3vBTlkGIbuA4UMIiAKpbbTTtWFsT { display:block; }
 }@media only screen and (max-width: 763px) { #TTyklgBCwuIRHTSGaaPdl5rH6O1SpOzF { width:8.125rem;height:1.875rem;top:24.375rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTlwTmSsyi1am6Nb4MqzGK66qokM7JXn { display:block; }
 }@media only screen and (max-width: 763px) { #lBo7gHShR6Tp8w12WVICZoeKfz6rVbcw { width:8.125rem;height:1.875rem;top:15rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #inGwk3Pnhm6Mcqf33I73bwqMQEn2lT0u { display:block; }
 }@media only screen and (max-width: 763px) { #oKPDtkur1RrmkEQSgyt59KLxNQTi5pJX { width:8.125rem;height:1.875rem;top:21.25rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwP8GXRTGTF4w2K8TxC65OyPgRd0I7DI { display:block; }
 }@media only screen and (max-width: 763px) { #q89xvic4iabvf53KBCmgfIZGCL8Tnl7c { width:10.4375rem;height:1.875rem;top:27.5rem;left:4.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0kwJ818R71Tp32laNvM9GC5dFJ016NL { display:block; }
 }@media only screen and (max-width: 763px) { #KoDCSiveqXHImZ7rPso15Tx3p7Xb7BaB { width:17rem;height:6.499025rem;top:30.75rem;left:1.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.6;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #m9D6uCHqOnXvS26Fi6rMcGexv0EaiL9W { width:13.625rem;height:6.5625rem;top:0rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc { display:block; }#xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oCkULuTZSw54xRXJpTnv8VPtJg7UTa2Z { width:4.8117875rem;height:0.9375rem;top:2.5rem;left:4.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPM7XOgM48s2kIxH7MOBuR8tXmfnps1x { width:7.874625rem;height:2.74946875rem;top:1.625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkGFqkGa5Vd3uQZw02dX1AV1IK9aXC1G { width:14.8748125rem;height:2.4375rem;top:5.3125rem;left:2.5625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zFW571XVyuVInsQVPva2Z1Z8EshT4Fuv { display:block; }#zFW571XVyuVInsQVPva2Z1Z8EshT4Fuv { background-color: transparent; background-image: none; }#zFW571XVyuVInsQVPva2Z1Z8EshT4Fuv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zFW571XVyuVInsQVPva2Z1Z8EshT4Fuv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zFW571XVyuVInsQVPva2Z1Z8EshT4Fuv > .row .container > .video-iframe-container { display: none; }#zFW571XVyuVInsQVPva2Z1Z8EshT4Fuv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zFW571XVyuVInsQVPva2Z1Z8EshT4Fuv > .row > .video-iframe-container { display: none; }#zFW571XVyuVInsQVPva2Z1Z8EshT4Fuv > .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); }#zFW571XVyuVInsQVPva2Z1Z8EshT4Fuv > .row .container { width:20rem;height:4.6875rem;background-color:#000000;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOR7VvTU2PuyKzIu92qIdMT8oAnZxwlA { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#GOR7VvTU2PuyKzIu92qIdMT8oAnZxwlA { background-color: transparent; background-image: none; }#GOR7VvTU2PuyKzIu92qIdMT8oAnZxwlA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GOR7VvTU2PuyKzIu92qIdMT8oAnZxwlA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GOR7VvTU2PuyKzIu92qIdMT8oAnZxwlA > .row .container > .video-iframe-container { display: none; }#GOR7VvTU2PuyKzIu92qIdMT8oAnZxwlA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GOR7VvTU2PuyKzIu92qIdMT8oAnZxwlA > .row > .video-iframe-container { display: none; }#GOR7VvTU2PuyKzIu92qIdMT8oAnZxwlA > .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); }#GOR7VvTU2PuyKzIu92qIdMT8oAnZxwlA > .row .container { width:20rem;height:4.6875rem;background-color:rgba(0,0,0,0);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SxkL6d3XzaOSMPhqrlECwdsFTFpUJkR3 { width:13.15rem;height:3.15rem;top:0.76796722412112rem;left:3.4249998927116rem;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d14c88;background-image:url("https://images.assets-landingi.com/uc/6e22a4be-2d2a-45a5-a7e1-95a0d75d24b7/10055476.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;color:#000000;display:block; }#SxkL6d3XzaOSMPhqrlECwdsFTFpUJkR3.adaptive-delivery-prevent-bg, #SxkL6d3XzaOSMPhqrlECwdsFTFpUJkR3.lazyload, #SxkL6d3XzaOSMPhqrlECwdsFTFpUJkR3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ZhWGIqct4GfnMfpUiGeOKVdChEDJvC9P { display:block; }
 }