.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#DbXQikgV5iMTXHoil7RIDCxcS39gspHI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9db8aa;background-image:url("https://images.assets-landingi.com/uc/7b28e104-c65e-414e-a7fa-32f52b8fa1a2/Projektbeznazwy8.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#DbXQikgV5iMTXHoil7RIDCxcS39gspHI.adaptive-delivery-prevent-bg, #DbXQikgV5iMTXHoil7RIDCxcS39gspHI.lazyload, #DbXQikgV5iMTXHoil7RIDCxcS39gspHI.lazyloading { background-image: none; }#DbXQikgV5iMTXHoil7RIDCxcS39gspHI > .row .container { background-color: transparent; background-image: none; }#DbXQikgV5iMTXHoil7RIDCxcS39gspHI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DbXQikgV5iMTXHoil7RIDCxcS39gspHI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DbXQikgV5iMTXHoil7RIDCxcS39gspHI > .row .container > .video-iframe-container { display: none; }#DbXQikgV5iMTXHoil7RIDCxcS39gspHI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DbXQikgV5iMTXHoil7RIDCxcS39gspHI > .row > .video-iframe-container { display: none; }#DbXQikgV5iMTXHoil7RIDCxcS39gspHI > .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); }#DbXQikgV5iMTXHoil7RIDCxcS39gspHI > .row .container { border-width: 0; border-radius: 0; }#DbXQikgV5iMTXHoil7RIDCxcS39gspHI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DbXQikgV5iMTXHoil7RIDCxcS39gspHI > .row .container { font-size:0.875rem;font-family:arial;height:33.625rem;width:60rem;position:relative;display:block; }#B0EXq3TaCU7vmkVtEyOw16VT7MyT1hGT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:6.3125rem;left:2.5625rem;display:none; }
#omU7JixGH1DIa8zu7md9LfE4JVUmNMou { 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:33.5625rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#po3a3274DuAtdxbxR9uEkFNbKSqdAzvp { background-color:#9db8aa;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:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;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.1875rem;font-weight:300;font-style:normal;line-height:.3;overflow:hidden;position:absolute;width:16rem;height:3.3125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:23.8125rem;left:1.125rem;display:block; }
#Fd3T64HKl6iL821eHoAbw16dp1RlhAUT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:url("https://images.assets-landingi.com/uc/3c9257d9-dce2-4479-b2a7-ab5519d66821/Youtubeminiatury18.jpg");background-position:center left !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; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4.adaptive-delivery-prevent-bg, #MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4.lazyload, #MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4.lazyloading { background-image: none; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row .container { background-color: transparent; background-image: none; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row .container > .video-iframe-container { display: none; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row > .video-iframe-container { display: none; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .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); }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row .container { border-width: 0; border-radius: 0; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row .container { font-size:0.875rem;font-family:arial;height:30.5625rem;width:60rem;position:relative;display:block; }#oJWZR2LyanmLowbdiUDZoIE5mTzU1y3w { color:#585858;display:block;width:44.560546875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:26.873046875rem;left:9.0634765625rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dJy1P35pr3ApafLs3ouor4NIh8Ugc4mq { color:#585858;display:block;width:47.1240234375rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:2.03125rem;left:6.4375rem;height:2.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VQRF6N1HtJhkq9saUglU1nSOI7gaM5WB { color:#585858;display:block;width:16.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:8.125rem;left:8.8125rem;height:0;display:block; }
#E5TyiVFVUPdX6ZTpr4g7NWtD4AEIel4u { box-sizing:content-box;height:5.625rem;width:21.3125rem;position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;top:6.0625rem;left:1.3125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(157,184,170,0.6) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#eJkW8mUhfQWAnJ3EAwO2xOLytyNaM4MN { color:#585858;display:block;width:16.0625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:7.25rem;left:4.6875rem;height:2.75rem;display:block; }
#CIIzI53gLe1Ttdt8QFUKLA6iZ3Ou2BiU { box-sizing:content-box;height:5.6875rem;width:20.625rem;position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;top:6.25rem;left:36.5rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(157,184,170,0.6) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#OxAPf22HZ1SLZGTSTGTOIDM4BqQ7t66v { color:#585858;display:block;width:15.5rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:7.0625rem;left:39.5rem;height:4.125rem;display:block; }
#ypODXKTu1RQRXMl7ZZKGl5qyZ0cks614 { color:#585858;display:block;width:16.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:8.5625rem;left:41.125rem;height:0;display:block; }
#ME3itKPN2ur2rJsVllETlBtKHmpUxcWd { box-sizing:content-box;height:5.8125rem;width:21.75rem;position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;top:19.0625rem;left:0.875rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(157,184,170,0.6) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#HM1KPlWzEe0ppJfsuL2GG2rc7S7epIIO { color:#585858;display:block;width:16.6875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:20.375rem;left:4.75rem;height:2.75rem;display:block; }
#slEiuk9vs7i7tf5id0IsUr2rAm2K4ywQ { color:#585858;display:block;width:16.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:21.125rem;left:7.6875rem;height:0;display:block; }
#k7d7TARhhRwspJNdEga0hvs0y17lvdK8 { box-sizing:content-box;height:5.6875rem;width:21.5625rem;position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;top:19.25rem;left:36.0625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(157,184,170,0.6) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#JTs8kx3N7f25c3vACrBN8IWvxlvOfs51 { color:#585858;display:block;width:16.6875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:19.875rem;left:39.375rem;height:4.125rem;display:block; }
#u12xOSIL0eFDwEk5oQf6Wq0nm5uKE9hc { color:#585858;display:block;width:16.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:21.375rem;left:41.5625rem;height:0;display:block; }
#GmtqVMAT48lJFmwTJT64s9QUBT7S3ps4 { 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:2rem;width:2rem;top:4.625rem;left:10.9375rem;overflow:hidden;display:block; }
#Fu9VDTDtS4DVPOmwrHTwLzTfJm5J2an8 { 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:2rem;width:2rem;top:17.9375rem;left:45.3125rem;overflow:hidden;display:block; }
#iadbKn3AIdDcMvsTM1tg84SQMf99qqQM { position:absolute;display:block;z-index:15032;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:2rem;width:2rem;top:4.625rem;left:45.8125rem;overflow:hidden;display:block; }
#ryTsBJeSpvxkR0TBF2AEDCptfSEd9zzX { position:absolute;display:block;z-index:15033;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:2rem;width:2rem;top:17.6875rem;left:11.3125rem;overflow:hidden;display:block; }
#Sl0tdQxZvGFKkt7qmfuu3MbVQoBpMzvC { color:#585858;display:block;width:16.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:23.375rem;left:50rem;height:0;display:block; }
#NS8eEocROsXKcTUm8Ae3FyaHA0t90HmX { box-sizing:content-box;height:5.6875rem;width:21.5625rem;position:absolute;display:block;z-index:15033;background-color:#ffffff;background-image:none;top:12.5rem;left:19.25rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(157,184,170,0.6) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ICIqBqckegymKDuupGATtEPgmz5cvHoB { color:#585858;display:block;width:16.6875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:13.90625rem;left:21.65625rem;height:2.75rem;display:block; }
#lkEEUBuMQwycHZ3a3PCwfdyysIgbTd6G { color:#585858;display:block;width:16.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:14.625rem;left:24.75rem;height:0;display:block; }
#QAyB2QOyypNXrlDNWtVNRoqIIXCDPsVi { position:absolute;display:block;z-index:15036;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:2rem;width:2rem;top:11.1875rem;left:28.5rem;overflow:hidden;display:block; }
#oAtNWqWZ8twaWNMJdgmLuJb61eUyAVmi { color:#585858;display:block;width:16.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:17.25rem;left:33.4375rem;height:0;display:block; }
#hRyoBT16UHRTxiuyiEzhMd50K8hLTsBG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/65ec17b2-8f2f-43f1-b859-e77f5aa241e9/Projektbeznazwy21.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#hRyoBT16UHRTxiuyiEzhMd50K8hLTsBG.adaptive-delivery-prevent-bg, #hRyoBT16UHRTxiuyiEzhMd50K8hLTsBG.lazyload, #hRyoBT16UHRTxiuyiEzhMd50K8hLTsBG.lazyloading { background-image: none; }#hRyoBT16UHRTxiuyiEzhMd50K8hLTsBG > .row .container { background-color: transparent; background-image: none; }#hRyoBT16UHRTxiuyiEzhMd50K8hLTsBG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#hRyoBT16UHRTxiuyiEzhMd50K8hLTsBG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hRyoBT16UHRTxiuyiEzhMd50K8hLTsBG > .row .container > .video-iframe-container { display: none; }#hRyoBT16UHRTxiuyiEzhMd50K8hLTsBG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#hRyoBT16UHRTxiuyiEzhMd50K8hLTsBG > .row > .video-iframe-container { display: none; }#hRyoBT16UHRTxiuyiEzhMd50K8hLTsBG > .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); }#hRyoBT16UHRTxiuyiEzhMd50K8hLTsBG > .row .container { border-width: 0; border-radius: 0; }#hRyoBT16UHRTxiuyiEzhMd50K8hLTsBG::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hRyoBT16UHRTxiuyiEzhMd50K8hLTsBG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hRyoBT16UHRTxiuyiEzhMd50K8hLTsBG > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:60rem;position:relative;display:block; }#BSOpMQ6aUTDk2ZAvItpvuKrUlKHkVEgQ { color:#9db8aa;display:block;width:44.874rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:1.662109375rem;left:7.5615234375rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pH8pSuIlmv99Hy6gUNDqXguDKv02u1K2 { background-color:#9db8aa;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:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;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.375rem;font-weight:300;font-style:normal;line-height:.3;overflow:hidden;position:absolute;width:21.3125rem;height:4.5625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:34.6875rem;left:19.34375rem;display:block; }
#gk6pdDWDutcmhzq4y63wui3bos7xbMz1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U1qfuAAroamWLXNHqa6Xm4WNySetPh6d { position:absolute;display:block;z-index:15013;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:36.125rem;width:28.75rem;top:1.662109375rem;left:13.919921875rem;overflow:hidden;display:block; }
#xD4AB9R52xVqFSZpGHKG2nwTHGzyTw97 { box-sizing:content-box;height:5.0625rem;width:18.9375rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;top:13.4375rem;left:4.125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#xTpaO6V1X4ZEKVeq0nBqZThqc4cwNm9W { color:#585858;display:block;width:16.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:14.53125rem;left:7.5625rem;height:2.875rem;display:block; }
#IPqCgqm4JWRhyWzbEwKDksV3xisMBHzJ { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:14.8125rem;left:4.75rem;overflow:hidden;display:block; }
#mdNpb1D86Tfnhfc5R1LAeviIpuaxzXTp { box-sizing:content-box;height:5.0625rem;width:19.5rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;top:9.375rem;left:33.3125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#NnlMMbpbNKGt6VeEBzmSh5FyfPuPMz5C { color:#585858;display:block;width:16.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:10.5rem;left:37.9375rem;height:2.875rem;display:block; }
#AmpDcvnMXZ7dl6SCPHwax36ff9wgfUfy { position:absolute;display:block;z-index:15021;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.375rem;width:2.375rem;top:10.71875rem;left:34.5rem;overflow:hidden;display:block; }
#ka1rrCNLso9iFp8nJvt6aBwBbhLrpfzg { box-sizing:content-box;height:5.0625rem;width:19.3125rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;top:25.3125rem;left:5.625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#LZEizL2fczWFFgiea4IywofbkVCSy4xg { color:#585858;display:block;width:16.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:26.375rem;left:9.5rem;height:2.875rem;display:block; }
#fBqysScHCFJKpFSgozqW3qPNkUS6hStR { 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:2.5625rem;width:2.5625rem;top:26.5625rem;left:6.1875rem;overflow:hidden;display:block; }
#ZxZcySQWdFQBIWavfZSKl837EdqGli1S { box-sizing:content-box;height:5.0625rem;width:18.9375rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;top:19.1875rem;left:35rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#tEfGUyQvmaRusAIGHn77qE2bZXXm01DA { position:absolute;display:block;z-index:15024;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:2.75rem;top:20.125rem;left:35.75rem;overflow:hidden;display:block; }
#o1xBc7O3SHULxhkWEsCQgT62D6Oz5CCO { color:#585858;display:block;width:14.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:19.46875rem;left:38.748046875rem;height:4.3125rem;display:block; }
#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#aab9ae;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; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { background-color: transparent; background-image: none; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container > .video-iframe-container { display: none; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row > .video-iframe-container { display: none; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .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); }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { border-width: 0; border-radius: 0; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:60rem;position:relative;display:block; }#Ob3nV5GMlTetpTtgc8Ta23oJCo0BJhXD { color:#585858;display:block;width:16.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:10.875rem;left:69.0625rem;height:0;display:block; }
#ewNRdu1lSLhPMenq5ryAFGrfvdIp5KWi { color:#585858;display:block;width:16.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:12.875rem;left:73.9375rem;height:0;display:block; }
#t33VfkVDVzJI6ocqyb7ApAK5bN0BAa0a { 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:23.375rem;width:57.0625rem;top:1.1875rem;left:1.46875rem;overflow:hidden;display:block; }
#dA1pdLPmaRLRCFZQT84bgDG3A62iTR2w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/65ec17b2-8f2f-43f1-b859-e77f5aa241e9/Projektbeznazwy21.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#dA1pdLPmaRLRCFZQT84bgDG3A62iTR2w.adaptive-delivery-prevent-bg, #dA1pdLPmaRLRCFZQT84bgDG3A62iTR2w.lazyload, #dA1pdLPmaRLRCFZQT84bgDG3A62iTR2w.lazyloading { background-image: none; }#dA1pdLPmaRLRCFZQT84bgDG3A62iTR2w > .row .container { background-color: transparent; background-image: none; }#dA1pdLPmaRLRCFZQT84bgDG3A62iTR2w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#dA1pdLPmaRLRCFZQT84bgDG3A62iTR2w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dA1pdLPmaRLRCFZQT84bgDG3A62iTR2w > .row .container > .video-iframe-container { display: none; }#dA1pdLPmaRLRCFZQT84bgDG3A62iTR2w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#dA1pdLPmaRLRCFZQT84bgDG3A62iTR2w > .row > .video-iframe-container { display: none; }#dA1pdLPmaRLRCFZQT84bgDG3A62iTR2w > .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); }#dA1pdLPmaRLRCFZQT84bgDG3A62iTR2w > .row .container { border-width: 0; border-radius: 0; }#dA1pdLPmaRLRCFZQT84bgDG3A62iTR2w::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dA1pdLPmaRLRCFZQT84bgDG3A62iTR2w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dA1pdLPmaRLRCFZQT84bgDG3A62iTR2w > .row .container { font-size:0.875rem;font-family:arial;height:51.125rem;width:60rem;position:relative;display:block; }#vpOnXg48X5RreW0dOTbU9xK01uU2rveu { color:#585858;display:block;width:28.6875rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:10.625rem;left:11.9375rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#vpOnXg48X5RreW0dOTbU9xK01uU2rveu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vpOnXg48X5RreW0dOTbU9xK01uU2rveu li:before{  }
#f3pivo9T2CTgazOlMSTULt2ZzwT12O2z { color:#9db8aa;display:block;width:47.1243095625rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:2.71875rem;left:6.4361209869388rem;height:2.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ylem6R1h2yhNb3F5HaS2IHkM22VgGfWv { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8125rem;width:8.8125rem;top:6.9375rem;left:2.25rem;overflow:hidden;display:block; }
#ZD1wHcJl1cpn4B5aTR8SEyNRMQJwt7hK { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:12.3125rem;left:18.375rem;height:0;display:block; }
#xOU3I440zu1MBVftouKqUakosrZpQEPP { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:19.25rem;left:44.75rem;height:0;display:block; }
#TB2TvLruit0LV6sdM7nslRc0y8NxBU7U { color:#585858;display:block;width:28.6875rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:19.6875rem;left:31.3125rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#TB2TvLruit0LV6sdM7nslRc0y8NxBU7U li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TB2TvLruit0LV6sdM7nslRc0y8NxBU7U li:before{  }
#fif3ZnZflk2DaKA4dJqDnTxWrvTlmeRr { color:#9db8aa;display:block;width:44.560546875rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:45.625rem;left:6.435546875rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pnUGT5XTPh4bI9Tf2rxQxscIkgqA8anu { 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:8.8125rem;width:8.8125rem;top:16.9375rem;left:21.25rem;overflow:hidden;display:block; }
#gyo5ws618qTEO3RcgFJMwxivskXVvOp2 { color:#585858;display:block;width:28.6875rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:28.0625rem;left:13.8125rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#gyo5ws618qTEO3RcgFJMwxivskXVvOp2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gyo5ws618qTEO3RcgFJMwxivskXVvOp2 li:before{  }
#PO9SbTm5LtJJRLnmWasvuJb813SWbdNI { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:30.625rem;left:20.3125rem;height:0;display:block; }
#s0prTCfArINlF4TNKWwvxuBP3f1QXMeP { 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:9.0625rem;width:9.0625rem;top:25.0625rem;left:2.9375rem;overflow:hidden;display:block; }
#yubiUP4awbCbhvnh9oURiCToAfoXlu3h { 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:8.8125rem;width:8.8125rem;top:34.125rem;left:19.375rem;overflow:hidden;display:block; }
#ZGfhAw3yPUTwCoafbcK8JcsLtXKmO3Us { color:#585858;display:block;width:28.6875rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:36.875rem;left:29.4375rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#ZGfhAw3yPUTwCoafbcK8JcsLtXKmO3Us li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZGfhAw3yPUTwCoafbcK8JcsLtXKmO3Us li:before{  }
#TT4d4oWrU2SUBw2TnkBxrZEgbJJT1XIJ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:38.5625rem;left:35.0625rem;height:0;display:block; }
#WiWbJRlTTmu6q5elr5AJHCHXHex6EREO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9f558236-1f35-4581-a0cb-dd2780735eda/Youtubeminiatury18.jpg");background-position:top right !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; }#WiWbJRlTTmu6q5elr5AJHCHXHex6EREO.adaptive-delivery-prevent-bg, #WiWbJRlTTmu6q5elr5AJHCHXHex6EREO.lazyload, #WiWbJRlTTmu6q5elr5AJHCHXHex6EREO.lazyloading { background-image: none; }#WiWbJRlTTmu6q5elr5AJHCHXHex6EREO > .row .container { background-color: transparent; background-image: none; }#WiWbJRlTTmu6q5elr5AJHCHXHex6EREO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WiWbJRlTTmu6q5elr5AJHCHXHex6EREO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WiWbJRlTTmu6q5elr5AJHCHXHex6EREO > .row .container > .video-iframe-container { display: none; }#WiWbJRlTTmu6q5elr5AJHCHXHex6EREO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WiWbJRlTTmu6q5elr5AJHCHXHex6EREO > .row > .video-iframe-container { display: none; }#WiWbJRlTTmu6q5elr5AJHCHXHex6EREO > .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); }#WiWbJRlTTmu6q5elr5AJHCHXHex6EREO > .row .container { border-width: 0; border-radius: 0; }#WiWbJRlTTmu6q5elr5AJHCHXHex6EREO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WiWbJRlTTmu6q5elr5AJHCHXHex6EREO > .row .container { font-size:0.875rem;font-family:arial;height:39.5625rem;width:60rem;position:relative;display:block; }#q1s6EAn7BF0K8FMOd68UwTOFNWAzT3dE { color:#585858;display:block;width:35.9995384375rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.5958251953125rem;left:16.354547500611rem;height:1.8125rem;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; }
#DRaFGVFU33WMSaVVOudxIXpcdzJwvTlV { color:#7a8c80;display:block;width:47.1240234375rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:2.15625rem;left:6.4375rem;height:2.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T1CQfmG6XXDLsphFTfwDLx2A47FbLPyu { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:6.564453125rem;left:12.296875rem; }
#AzMiEBsaMLfX56k333Rva5mafqyw9z0E { background-color:#9db8aa;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:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;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.375rem;font-weight:300;font-style:normal;line-height:.3;overflow:hidden;position:absolute;width:22.9990234375rem;height:4.5615234375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:30.4443359375rem;left:18.5rem;display:block; }
#wJAPTP8BG8wmFCBTVuo1mtuNTOXonERf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G2ITViise6eNZgz5GEzuAKJCASNoAEUx { color:#585858;display:block;width:28.6875rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:6.595703125rem;left:17.4375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#G2ITViise6eNZgz5GEzuAKJCASNoAEUx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#G2ITViise6eNZgz5GEzuAKJCASNoAEUx li:before{  }
#Z5zOgv6AP9RkyTECtn6wXWlROsSlfDry { color:#585858;display:block;width:28.6875rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:11.59375rem;left:17.4375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#Z5zOgv6AP9RkyTECtn6wXWlROsSlfDry li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Z5zOgv6AP9RkyTECtn6wXWlROsSlfDry li:before{  }
#y4dcenb79tgi06ralCHo3S13aJt9ulJx { color:#585858;display:block;width:28.6875rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:18.0283203125rem;left:17.4375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#y4dcenb79tgi06ralCHo3S13aJt9ulJx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#y4dcenb79tgi06ralCHo3S13aJt9ulJx li:before{  }
#IwheEM2Mowc12UK8rh8lt0nw7aNIldS9 { color:#585858;display:block;width:28.6875rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:23.625rem;left:17.375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#IwheEM2Mowc12UK8rh8lt0nw7aNIldS9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IwheEM2Mowc12UK8rh8lt0nw7aNIldS9 li:before{  }
#OJCqUAXiliAT8e576pyAuNhTP0tCDdwb { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:17.3125rem;left:12.296875rem; }
#xXL3UrFkXtMPubuXpTszFU4UyGToXD4D { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:23rem;left:12.296875rem; }
#Kge7TuBgUt3JECwqiDtsPQOpu2FKfEcs { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:11.59375rem;left:12.296875rem; }
#L23NB7p9E7oJUP4ppWd7cac9bTrpRS7P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(157,184,170,0.73);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; }#L23NB7p9E7oJUP4ppWd7cac9bTrpRS7P > .row .container { background-color: transparent; background-image: none; }#L23NB7p9E7oJUP4ppWd7cac9bTrpRS7P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L23NB7p9E7oJUP4ppWd7cac9bTrpRS7P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L23NB7p9E7oJUP4ppWd7cac9bTrpRS7P > .row .container > .video-iframe-container { display: none; }#L23NB7p9E7oJUP4ppWd7cac9bTrpRS7P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L23NB7p9E7oJUP4ppWd7cac9bTrpRS7P > .row > .video-iframe-container { display: none; }#L23NB7p9E7oJUP4ppWd7cac9bTrpRS7P > .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); }#L23NB7p9E7oJUP4ppWd7cac9bTrpRS7P > .row .container { border-width: 0; border-radius: 0; }#L23NB7p9E7oJUP4ppWd7cac9bTrpRS7P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L23NB7p9E7oJUP4ppWd7cac9bTrpRS7P > .row .container { font-size:0.875rem;font-family:arial;height:122.25rem;width:60rem;position:relative;display:block; }#HfFd0UlWDywtDoqShBE5N1UdlIhl00Q0 { box-sizing:content-box;height:5.125rem;width:5.125rem;position:absolute;display:block;z-index:15018;background-color:#7a8c80;background-image:none;top:38.236434936524rem;left:13.372011184693rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#ibCQCEDGx468efw2nueiE7xDbCrFb6iK { color:#ffffff;display:block;width:41.25rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:2.2366790771484rem;left:9.3738498687744rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DusXGNXtdVU50I6VXtuZlD2t65XoGKGQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8745403125rem;width:2.8745403125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:39.232757568359rem;left:14.494485855102rem; }
#kyBC551U8d3dqtqDpe5LhLpzpBvoMZWt { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:47.25rem;left:14.5rem; }
#igtp4ioRl8yhJ1LDMEeiMHWMEH0xTGtd { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:54.276184082031rem;left:14.496782302856rem; }
#WdEsIZwyTDCT7A6GvhpDsf3JkWG9g58f { box-sizing:content-box;height:5.1240806875rem;width:5.1240806875rem;position:absolute;display:block;z-index:15019;background-color:#7a8c80;background-image:none;top:46.1875rem;left:13.375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#BqsC1eiTGNDqAzQamtsHMTcKR2tgxKTV { box-sizing:content-box;height:5.1240806875rem;width:5.1240806875rem;position:absolute;display:block;z-index:15020;background-color:#7a8c80;background-image:none;top:53.173248291016rem;left:13.372011184693rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#ucWBJJWNJiPJOxSkQVFp5T1DGLG3Wh8I { color:#585858;display:block;width:28rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:40.18611907959rem;left:19.998849868774rem;height:4.875rem;display:block; }
#ChyFOKJVGy0dStavN1bQHLoKiOSXqFTn { color:#585858;display:block;width:38.375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:38.060661315918rem;left:19.998849868774rem;height:2rem;font-style:normal;display:block; }
#wlITyO2RVpMRsEsQtRS9ID4g5cP8Qxh9 { color:#585858;display:block;width:21.3120403125rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:46.0625rem;left:20rem;height:2rem;font-style:normal;display:block; }
#rMCFNwbssZbtfCCHGH43AGOA6H8IFUQt { color:#585858;display:block;width:28rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:48.3125rem;left:20rem;height:3.25rem;display:block; }
#iROBTJM01qEg0oHrdfAPGSaznMyp614o { color:#585858;display:block;width:25.999rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:53.1728515625rem;left:19.998046875rem;height:2rem;font-style:normal;display:block; }
#PJ70ta6Co6MZ5FVuE7Dm5s6LUk3UenoT { color:#585858;display:block;width:27.9980625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:55.109375rem;left:19.998046875rem;height:4.875rem;display:block; }
#yIFhLZEQVcaTCK6qcG6cWIlz3ZzLtEJm { 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:32.8125rem;width:58.5625rem;top:8.986328125rem;left:0rem;overflow:hidden;display:block; }
#o2W0cRn1L9AJ676TC2hlfmqFnd03SLuv { color:#9db8aa;display:block;width:49.498046875rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:84.9375rem;left:5.2509765625rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x3I5G12RiFlucI82I6Xt7983da4EXy6F { position:absolute;display:block;z-index:15039;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:39.375rem;width:31.375rem;top:85.71875rem;left:25.3720703125rem;overflow:hidden;display:block; }
#byIkN6JOPtlFrlI1kUs8CFZNVFRIQDK4 { color:#585858;display:block;width:45.248046875rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:88.5625rem;left:7.3759765625rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#Kv3oHbJZp90adeTdtmfmomFvv6Oftmm4 { color:#585858;display:block;width:20.748046875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:94rem;left:7.9384765625rem;height:23.4375rem;display:block; }#Kv3oHbJZp90adeTdtmfmomFvv6Oftmm4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Kv3oHbJZp90adeTdtmfmomFvv6Oftmm4 li:before{  }
#UCF7fTL7FJnO1R89EaWUiiW9CMsMcQ1t { box-sizing:content-box;height:36rem;width:55.3125rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:83.4375rem;left:2.4375rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#KuO7KyBTiJ9KzCrkGid5l6merktxp2Tz { color:#997a92;display:block;width:20.748046875rem;position:absolute;font-family:poppins;font-size:0.6875rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:117.375rem;left:31.9384765625rem;height:0.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Jty45Ma6BighsysOitbhcICQFBVrdEOA { color:#585858;display:block;width:26.25rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:69.25rem;left:20rem;height:4rem;font-style:normal;display:block; }
#mBsP9UU8mIqvac7JtrX1nBDOqydqPLEB { box-sizing:content-box;height:5.124025rem;width:5.124025rem;position:absolute;display:block;z-index:15027;background-color:#7a8c80;background-image:none;top:69.25rem;left:13.375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#kPQH9CosbpBeAefUycyfB1GEnFloQ5TU { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:70.0625rem;left:14.1875rem; }
#zDvZ2wPKGDBGJdlMnrW3r77kz5iVav3p { color:#585858;display:block;width:27.999rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:73.25rem;left:20rem;height:6.5rem;display:block; }
#bNbRTBedEGQneLpuGwHvaVTTTv2FPxZQ { color:#585858;display:block;width:27.999rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:63.375rem;left:20rem;height:3.25rem;display:block; }
#dPy5sLZomPZi8mMknJS03vrw1sApDSxv { color:#585858;display:block;width:21.3105625rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:61.375rem;left:20rem;height:2rem;font-style:normal;display:block; }
#DtM6HTOxUZiSmH9EzSgSMZHe8moSZWc7 { box-sizing:content-box;height:5.1240806875rem;width:5.1240806875rem;position:absolute;display:block;z-index:15025;background-color:#7a8c80;background-image:none;top:61.4375rem;left:13.375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#OauJDFKhw87oV7gyM50k1xNekFf9gQqc { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:62.5625rem;left:14.5rem; }
#zSFPGMtg6XiTiecTklhRwI7tFzcHLaip { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7a8c80;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; }#zSFPGMtg6XiTiecTklhRwI7tFzcHLaip > .row .container { background-color: transparent; background-image: none; }#zSFPGMtg6XiTiecTklhRwI7tFzcHLaip::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSFPGMtg6XiTiecTklhRwI7tFzcHLaip > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSFPGMtg6XiTiecTklhRwI7tFzcHLaip > .row .container > .video-iframe-container { display: none; }#zSFPGMtg6XiTiecTklhRwI7tFzcHLaip > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSFPGMtg6XiTiecTklhRwI7tFzcHLaip > .row > .video-iframe-container { display: none; }#zSFPGMtg6XiTiecTklhRwI7tFzcHLaip > .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); }#zSFPGMtg6XiTiecTklhRwI7tFzcHLaip > .row .container { border-width: 0; border-radius: 0; }#zSFPGMtg6XiTiecTklhRwI7tFzcHLaip > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zSFPGMtg6XiTiecTklhRwI7tFzcHLaip > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:60rem;position:relative;display:block; }#b2IATP3HDDRifWWASAGwnOXsDRTdJ72R { color:#f4f4f4;display:block;width:31.7490234375rem;position:absolute;font-family:poppins;font-size:1.8125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:2.28125rem;left:3.5009765625rem;height:2.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#C5EcbrNeReU5kQsrIqT7XlFFQTCURxuG { background-color:#cedec4;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:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;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.375rem;font-weight:300;font-style:normal;line-height:.3;overflow:hidden;position:absolute;width:18.0618095625rem;height:3.4995403125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.875rem;left:36.875rem;display:block; }
#OtiLzeXUAZePPQWU5KDZ0kwnuSy5FDmx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nVJU2vIoVb49OWDeML9M2k5oADvI435T { 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; }#nVJU2vIoVb49OWDeML9M2k5oADvI435T > .row .container { background-color: transparent; background-image: none; }#nVJU2vIoVb49OWDeML9M2k5oADvI435T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nVJU2vIoVb49OWDeML9M2k5oADvI435T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nVJU2vIoVb49OWDeML9M2k5oADvI435T > .row .container > .video-iframe-container { display: none; }#nVJU2vIoVb49OWDeML9M2k5oADvI435T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nVJU2vIoVb49OWDeML9M2k5oADvI435T > .row > .video-iframe-container { display: none; }#nVJU2vIoVb49OWDeML9M2k5oADvI435T > .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); }#nVJU2vIoVb49OWDeML9M2k5oADvI435T > .row .container { border-width: 0; border-radius: 0; }#nVJU2vIoVb49OWDeML9M2k5oADvI435T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nVJU2vIoVb49OWDeML9M2k5oADvI435T > .row .container { font-size:0.875rem;font-family:arial;height:44.625rem;width:60rem;position:relative;display:block; }#syMX8Q1ugdryiXKhzIAtqE34GdaXuiQL { color:#585858;display:block;width:41.1247673125rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:2.4954071044922rem;left:9.4370403289794rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JVITT7FRSesBkRBcOx715Amt3FQAlWOn { background-color:#7a8c80;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:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;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.375rem;font-weight:300;font-style:normal;line-height:.3;overflow:hidden;position:absolute;width:20.3125rem;height:4rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:37.4375rem;left:20.5009765625rem;display:block; }
#Bm4s1eTSNTNVvTswmTaHR6oHS8hPbHym { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P2FcHHrHkLc4CTLBFEmcPmiHzdf2rNri { color:#aab9ae;display:block;width:43.75rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:32.5625rem;left:10.3125rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wnfh3NpkisTA4NxTArkDPHopgZFh3SXb { box-sizing:content-box;height:5.1875rem;width:20.8125rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;top:7.75rem;left:5.3125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #aab9ae ;display:block; }
#GRLmqrgQZcKOroRhKr11PFvnzObq4Gq5 { color:#585858;display:block;width:16.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:8.90625rem;left:9.4365234375rem;height:2.875rem;display:block; }
#DmpTipJBrzEEdouFiNCmGiMVJhoID26p { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:9.375rem;left:6.75rem; }
#o2PgyoaRGT2boiUcQJmn944yXmRuFWDG { color:#585858;display:block;width:30.8743095625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15030;line-height:1.6;letter-spacing:0;top:18.5625rem;left:20.5rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aQ6DAiyZvAHwF7C3k1B2sh5vIWXCP0Cm { box-sizing:content-box;height:5.1875rem;width:20.8125rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image:none;top:15.4375rem;left:20.5rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #aab9ae ;display:block; }
#Pgi29gRfzR07eDmKr96RfK5yZBZnZWwm { color:#585858;display:block;width:16.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:16.625rem;left:24.625rem;height:2.875rem;display:block; }
#lu1FBvbAyNwpCpRfv6JBmbGtqbizITIV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:17.0625rem;left:21.9375rem; }
#rpGfBMFs4OsA7DzHs3ZvdhRQMeXX3Ewc { box-sizing:content-box;height:5.1875rem;width:21.5625rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image:none;top:7.75rem;left:32.4375rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #aab9ae ;display:block; }
#z5op7zWXLxhdO7ZuhhJn8HiytEkH1dTI { color:#585858;display:block;width:16.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:8.9375rem;left:36.5625rem;height:2.875rem;display:block; }
#bgLigVpQxbkaELrD5fo0zSvhBxa2cCU1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:9.375rem;left:33.875rem; }
#l0I9neZkCxTWlZ26zQRr5ZJJIFtcI37h { color:#585858;display:block;width:17.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15038;line-height:1.6;letter-spacing:0;top:26.375rem;left:10.625rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hOcgUtZ9TANX0yu2RL43hhGlmTZDvdmA { box-sizing:content-box;height:5.1875rem;width:20.8125rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image:none;top:23.5rem;left:6.8125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #aab9ae ;display:block; }
#NLx0ia34TrnovM7Pzvt8eU9tGRJUGhLB { color:#585858;display:block;width:16.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:24.6875rem;left:10.9375rem;height:2.875rem;display:block; }
#ZZbu1qOersdmoa93ucFWHtMyriOZvuZd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:25.125rem;left:8.25rem; }
#WcQDuJfXUhITLUP55qwz9mwfbIpqKCpf { box-sizing:content-box;height:5.25rem;width:21.375rem;position:absolute;display:block;z-index:15026;background-color:transparent;background-image:none;top:23.5rem;left:36.5625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #aab9ae ;display:block; }
#EufT0HQqW0g7hHvBk3HUlOXRA0NwE4Tu { color:#585858;display:block;width:16.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:24.6875rem;left:40.6875rem;height:2.875rem;display:block; }
#pTTkByxCpirabk06QLuLUh5p382ugAWG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:25.125rem;left:38rem; }
#pmu7399irStzMT0U7JoPh8yV3aL7SDwn { 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; }#pmu7399irStzMT0U7JoPh8yV3aL7SDwn > .row .container { background-color: transparent; background-image: none; }#pmu7399irStzMT0U7JoPh8yV3aL7SDwn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmu7399irStzMT0U7JoPh8yV3aL7SDwn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmu7399irStzMT0U7JoPh8yV3aL7SDwn > .row .container > .video-iframe-container { display: none; }#pmu7399irStzMT0U7JoPh8yV3aL7SDwn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmu7399irStzMT0U7JoPh8yV3aL7SDwn > .row > .video-iframe-container { display: none; }#pmu7399irStzMT0U7JoPh8yV3aL7SDwn > .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); }#pmu7399irStzMT0U7JoPh8yV3aL7SDwn > .row .container { border-width: 0; border-radius: 0; }#pmu7399irStzMT0U7JoPh8yV3aL7SDwn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pmu7399irStzMT0U7JoPh8yV3aL7SDwn > .row .container { font-size:0.875rem;font-family:arial;height:25.4375rem;width:60rem;position:relative;display:block; }#ac3AVgLPZI1J5sRttyUdkAgbITLHFUdU { color:#585858;display:block;width:29.8747691875rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:2.5rem;left:16.875rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yvhugb3u2tHf2p86DTODiigdLG0LsfCP { color:#585858;display:block;width:32.375rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:300;z-index:15026;line-height:1.6;letter-spacing:0;top:7.8623046875rem;left:14.935546875rem;height:8.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gnGhK8yl0ITD7ZHscaXwZuexA7cQbif9 { color:#585858;display:block;width:41.1240234375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:19.1640625rem;left:10.560546875rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZumxTWKiJeT8UXXU9CiZfFwxEp01P8hB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:2.8125rem;left:13.25rem; }
#OsEhrvass6WOSssq4Cn1XZEN8cdvmhUo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:7.8623046875rem;left:13.248046875rem; }
#SuZ4q6efZ9BkVAJfPLQFW4Hev97USBE6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:12.4375rem;left:14.935546875rem; }
#UXDfoW9a9recHWSTMToUSd4zRldTtCEs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7a8c80;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; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row .container { background-color: transparent; background-image: none; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row .container > .video-iframe-container { display: none; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row > .video-iframe-container { display: none; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .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); }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row .container { border-width: 0; border-radius: 0; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:60rem;position:relative;display:block; }#Z8PiOgOosG1KwAWwmXhL3kV6TN5JfTrZ { color:#f4f4f4;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:1.046630859375rem;left:0rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JC69TfeD3ZUMyb4E9h6VpHHT8edkaNvM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#JC69TfeD3ZUMyb4E9h6VpHHT8edkaNvM > .row .container { background-color: transparent; background-image: none; }#JC69TfeD3ZUMyb4E9h6VpHHT8edkaNvM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JC69TfeD3ZUMyb4E9h6VpHHT8edkaNvM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JC69TfeD3ZUMyb4E9h6VpHHT8edkaNvM > .row .container > .video-iframe-container { display: none; }#JC69TfeD3ZUMyb4E9h6VpHHT8edkaNvM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JC69TfeD3ZUMyb4E9h6VpHHT8edkaNvM > .row > .video-iframe-container { display: none; }#JC69TfeD3ZUMyb4E9h6VpHHT8edkaNvM > .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); }#JC69TfeD3ZUMyb4E9h6VpHHT8edkaNvM > .row .container { border-width: 0; border-radius: 0; }#JC69TfeD3ZUMyb4E9h6VpHHT8edkaNvM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JC69TfeD3ZUMyb4E9h6VpHHT8edkaNvM > .row .container { font-size:0.875rem;font-family:arial;height:89.3125rem;width:60rem;position:relative;display:block; }#KAXLBSTl0DTPt4xey9WQhqtesQN54Tla .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#KAXLBSTl0DTPt4xey9WQhqtesQN54Tla .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#cedec4;background-image:none;color:#ffffff;padding-top:0.595rem;padding-right:0.528125rem;padding-bottom:0.595rem;padding-left:0.528125rem;display:block;align-items:center;width:3.16875rem;min-width:3.16875rem;height:3.1975rem;position:relative;font-family:"open sans";font-size:2.38rem;font-weight:700;line-height:51.16px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem; }
#KAXLBSTl0DTPt4xey9WQhqtesQN54Tla .widget-text.counter-label { background-color:;background-image:none;color:#585858;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.371875rem;margin-right:0;margin-bottom:0;margin-left:0;display:none;width:4.226875rem;height:0;position:relative;font-family:"open sans";font-size:0.8925rem;font-weight:400;line-height:20.2px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#KAXLBSTl0DTPt4xey9WQhqtesQN54Tla { border-bottom:0;border-left:0;border-right:0;border-top: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;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:20.9375rem;height:4.759375rem;padding-top:0.74375rem;padding-right:0.755rem;padding-bottom:0.74375rem;padding-left:0.755rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:22.998046875rem;left:30.0703125rem;z-index:15034; }
#KAXLBSTl0DTPt4xey9WQhqtesQN54Tla #gt4cpfrXTlbydIOLgwiqtd6mPabhZc1D { display:flex;position:relative;top:0rem;left:0rem; }
#KAXLBSTl0DTPt4xey9WQhqtesQN54Tla #MTXtJJIJDaNEr1eb9MBHFXt91utPN8p2 { width:auto; }
#KAXLBSTl0DTPt4xey9WQhqtesQN54Tla #h1qRGxPbgNVLwWR73nUKz4viXtDqEcDK {  }
#KAXLBSTl0DTPt4xey9WQhqtesQN54Tla #WByMZZSOZoTkgLO0kaoRFN6XXCMcnKhQ { display:flex;position:relative;top:0rem;left:0rem; }
#KAXLBSTl0DTPt4xey9WQhqtesQN54Tla #tFydSGsuGilVGt8S5Wh3KtSOxtl7rOkV {  }
#KAXLBSTl0DTPt4xey9WQhqtesQN54Tla #ikfSQXMQrei1ZwS8LfMJ2G94AuULTHtV {  }
#KAXLBSTl0DTPt4xey9WQhqtesQN54Tla #hiXEyLSNFofmEhST5ODd1THvvVebqZwo { display:flex;position:relative;top:0rem;left:0rem; }
#KAXLBSTl0DTPt4xey9WQhqtesQN54Tla #JJyTnTxdL4mcfRl6Op1OZJzo3m3GPVe7 {  }
#KAXLBSTl0DTPt4xey9WQhqtesQN54Tla #vqNEKpxPcLGdi52pnIggTJLsotHdsPWW {  }
#KAXLBSTl0DTPt4xey9WQhqtesQN54Tla #tEi6GntT9SPLUJ6usfTWhLgCVWnETozH { display:flex;position:relative;top:0rem;left:0rem; }
#KAXLBSTl0DTPt4xey9WQhqtesQN54Tla #Vu8Z8uaxIDbtp3MNHztOU0WeiaNm5cD7 {  }
#KAXLBSTl0DTPt4xey9WQhqtesQN54Tla #T6gq2uo1oEnx2WOB23GqI5nBxcIov8Du {  }
#ifVG7l8PE1rFM6ZlRNqSXnh3GEX96IGd { color:#9bb38c;display:block;width:23.2490806875rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:23.623840332031rem;left:6.8221492767331rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wKrZ6AAHiWxZUOopt6iv64yIdg8vzHxa { box-sizing:content-box;height:31.25rem;width:18rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:42.1875rem;left:0.875rem;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#RHxt0RddM09QolvXR0EyrzRCn2KOMHAr { color:#585858;display:block;width:14.5625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:45.8125rem;left:2.625rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EMRLiKbNIsPruFNv9okbc9MCqlmz4lIf { color:#39644d;display:block;width:17.248046875rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:65.0625rem;left:0.875rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GrSUWlWfJMriISuNv7b0g0i0BuHUrd1U { background-color:#629a9b;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:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;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.1875rem;font-weight:300;font-style:normal;line-height:.3;overflow:hidden;position:absolute;width:13.875rem;height:2.625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:77.5rem;left:23.0625rem;display:block; }
#s0TQqR22B0SNpVVqWuygI3wqVnTiEMoT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JM13yAxao7rTSlpATesROIbhO4l7R0p6 { color:#585858;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:50.0625rem;left:1.75rem;height:14.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wNTOALU7e2EQI9evTTr6STe8I9nugxVg { color:#585858;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:29.244140625rem;left:0rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HSsb7Nmfpngwc3algF5l8H5v2l2W612B { box-sizing:content-box;height:42.375rem;width:19.375rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:39.1875rem;left:19.9375rem;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: -0.25rem -0.5625rem 1.4375rem rgba(0,0,0,0.67) ;display:block; }
#Pku5HXzc9WImRP3VGambeKO0br5xH2v9 { box-sizing:content-box;height:44.375rem;width:18.0625rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:42.1875rem;left:40.3125rem;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#r4NcTzCeCeVzDWB82qocys5eBxCkkooz { color:#585858;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:49.5rem;left:21.875rem;height:11.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CORtKPDHtxiRgZyeEmGzJWIuZ6H55tWs { color:#585858;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:49.1875rem;left:41.4375rem;height:11.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#g2HFrF7lwdAW4J0fhsDk8itq3oHQRMQu { color:#585858;display:block;width:15.0615234375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:45.25rem;left:22.46875rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#txxP31f20cLK8wUpS55xwh7R94gnDqlO { color:#aab9ae;display:block;width:13.4375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:45.875rem;left:42.5rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DzThLNqkeMDXwrOEqna9eWBLgz06ohHK { color:#39644d;display:block;width:17.248046875rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15025;line-height:1.1;letter-spacing:0;top:73.46875rem;left:19.9375rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TGggWedVDgqLZLaDDNukT3RViVi3bF9M { color:#39644d;display:block;width:17.248046875rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15026;line-height:1.1;letter-spacing:0;top:77.96875rem;left:40.7197265625rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OJTWDZV1gZGFH1HvTv9lqS73a8ywRURT { box-sizing:content-box;height:2.9990234375rem;width:13.0615234375rem;position:absolute;display:block;z-index:15035;background-color:#629a9b;background-image:none;top:38.0634765625rem;left:23.46875rem;display:block; }
#ormVHbauwco3yzkenI44HWyDuvnbDV7G { color:#ffffff;display:block;width:13.4375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15036;line-height:1.5;letter-spacing:0;top:38.59375rem;left:23.28125rem;height:1.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xn5e0nUJzmdCln1wTeSPqaSeCq8zSzVc { color:#585858;display:block;width:60rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:34.237121582031rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hmVX79ZfiD3KH5pbl8dAmwmBTowLVBQa { background-color:#aab9ae;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:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;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.1875rem;font-weight:300;font-style:normal;line-height:.3;overflow:hidden;position:absolute;width:15.8125rem;height:2.5625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:69.3125rem;left:1.9012679666129rem;display:block; }
#QOqh8LLAApLtGcsQoMz3AMuHv3OasR0H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xOkcehLEKANgzRZhLnBpJpO1F3OnuUOz { background-color:#bad1a0;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:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;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.1875rem;font-weight:300;font-style:normal;line-height:.3;overflow:hidden;position:absolute;width:12.623046875rem;height:2.6240234375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:81.5625rem;left:43.0322265625rem;display:block; }
#tPUTwC6LT6WTadQaqzET3TmPIeVCRaVb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g77gdLOqlNF53SF3wwXqH3UEPRS2ilXM { color:#585858;display:block;width:26.9375rem;position:absolute;font-family:poppins;font-size:0.625rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.42);top:67.625rem;left:3.1953125rem;height:0.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#JcxJ04k26ohlQwZITWbJnbTryPfGT2Zu { color:#ba315e;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:61.375rem;left:21.875rem;height:10.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pKIVh6fFvang9azfpAlH5a31b6AUS42Z { color:#ba315e;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:72.5625rem;left:41.4375rem;height:3.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tFpB51TOvR8llETVMA6TOXB9K69xdQtL { color:#585858;display:block;width:21.3105625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:74.8125rem;left:7.875rem;height:0;font-style:normal;display:block; }
#TcEFDpZLFzS6KDlTfX0JiGS02o3MX7xk { color:#585858;display:block;width:21.3115rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:82.5625rem;left:29.1875rem;height:0;font-style:normal;display:block; }
#QscSpqW166p2oNbBVRXdDQihouF4cUed { color:#585858;display:block;width:22.623046875rem;position:absolute;font-family:poppins;font-size:0.625rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.42);top:75.90625rem;left:23.6884765625rem;height:0.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#k37ImTDutPDHaiUztaGLqlHQbOXIpNrL { color:#ba315e;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:61.375rem;left:41.4375rem;height:10.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HvEzcKRETK3w2SirOdhE3eBgB6XxNLvm { color:#585858;display:block;width:13.4375rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:44.25rem;left:3.1875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oROOzx3bAcdq15gIXHxqPEnc9xBOnuOy { color:#585858;display:block;width:15.0615234375rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:43.6875rem;left:22.09375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SSS5mMOUxN0Dkix0xhme6oF7twRz82hX { color:#88a590;display:block;width:15.875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15027;line-height:1.2;letter-spacing:0;top:43.75rem;left:41.5625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fiy3r9WAid4HNyd1GpAcFHga84tJVIwe { color:#585858;display:block;width:12.9375rem;position:absolute;font-family:poppins;font-size:0.625rem;font-weight:400;z-index:15014;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.42);top:80.125rem;left:42.875rem;height:0.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#WRCXWhwbOZg5sq2pyeRETL3R0UHdoPBC { 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:25.6875rem;width:45.75rem;top:0rem;left:7.0625rem;overflow:hidden;display:block; }
#IaET36kbzbECEDHzO4MzzQiexw4oBSyu { position:relative;display:block; }#IaET36kbzbECEDHzO4MzzQiexw4oBSyu { background-color: transparent; background-image: none; }#IaET36kbzbECEDHzO4MzzQiexw4oBSyu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaET36kbzbECEDHzO4MzzQiexw4oBSyu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaET36kbzbECEDHzO4MzzQiexw4oBSyu > .row .container > .video-iframe-container { display: none; }#IaET36kbzbECEDHzO4MzzQiexw4oBSyu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaET36kbzbECEDHzO4MzzQiexw4oBSyu > .row > .video-iframe-container { display: none; }#IaET36kbzbECEDHzO4MzzQiexw4oBSyu > .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); }#IaET36kbzbECEDHzO4MzzQiexw4oBSyu { border-width: 0; border-radius: 0; }#IaET36kbzbECEDHzO4MzzQiexw4oBSyu > .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; }#IaET36kbzbECEDHzO4MzzQiexw4oBSyu > .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:54.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vm52FKXdcxFExGIgRwoxBsWrKSirTtHi { color:#aab9ae;display:block;width:60rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:1.6337280273438rem;left:0rem;height:4.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ObSGQSoNCX9MBM05FTk1I01NcfR2S8yq { position:absolute;display:block;z-index:15013;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.9375rem;width:28.9375rem;top:27.125rem;left:30.5rem;overflow:hidden;display:block; }
#HkO01TIziRMpQvOMbcatwtb1I5IgrgBm { 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:16.0625rem;width:30.0625rem;top:6.75rem;left:29.9375rem;overflow:hidden;display:block; }
#pMuBkKKpcEODTJKgRLsxyKyTUyKJxed0 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.875rem;width:28.1875rem;top:28.25rem;left:1.3125rem;overflow:hidden;display:block; }
#rEGHfPfN1AA5Vaqdkp5xHtBPbFHQ40WG { 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:20.375rem;width:28.1875rem;top:6.75rem;left:1.3125rem;overflow:hidden;display:block; }
#pIczxBJOp1ZG6anUOIBqIRsyAn2hsaQ3 { position:absolute;display:block;z-index:15018;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.625rem;width:15.5rem;top:37.6875rem;left:0.5263671875rem;overflow:hidden;display:block; }
#mIUysnEeRUqCZJfeRGyXlleLUI4RsLUs { 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:15.9375rem;width:18.3125rem;top:37.6875rem;left:38.625rem;overflow:hidden;display:block; }
#OGNGnlur2TBPI1cz47iMztzagoaMMtm3 { 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:14.375rem;width:20rem;top:37.8125rem;left:17.875rem;overflow:hidden;display:block; }
#m7D8qpacAnwJsLF4N0O3WC7mwgqZ8lXI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#aab9ae;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; }#m7D8qpacAnwJsLF4N0O3WC7mwgqZ8lXI > .row .container { background-color: transparent; background-image: none; }#m7D8qpacAnwJsLF4N0O3WC7mwgqZ8lXI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m7D8qpacAnwJsLF4N0O3WC7mwgqZ8lXI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m7D8qpacAnwJsLF4N0O3WC7mwgqZ8lXI > .row .container > .video-iframe-container { display: none; }#m7D8qpacAnwJsLF4N0O3WC7mwgqZ8lXI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m7D8qpacAnwJsLF4N0O3WC7mwgqZ8lXI > .row > .video-iframe-container { display: none; }#m7D8qpacAnwJsLF4N0O3WC7mwgqZ8lXI > .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); }#m7D8qpacAnwJsLF4N0O3WC7mwgqZ8lXI > .row .container { border-width: 0; border-radius: 0; }#m7D8qpacAnwJsLF4N0O3WC7mwgqZ8lXI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m7D8qpacAnwJsLF4N0O3WC7mwgqZ8lXI > .row .container { font-size:0.875rem;font-family:arial;height:75.75rem;width:60rem;position:relative;display:block; }#fD8llnrthp2D2GRkFtoGuectU1Kxb8Td { color:#ffffff;display:block;width:60rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:2.6585083007812rem;left:0rem;height:4.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FAkCw3BpLmG2PxTEMaDSx0zDClGR7Nlb { position:absolute;display:block;z-index:15013;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;height:17.625rem;width:17.625rem;top:9.125rem;left:1.375rem;overflow:hidden;display:block; }
#zKCXThRbETiSTnItXZRlDsxN0esJ69or { position:absolute;display:block;z-index:15014;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;height:16.8118095625rem;width:18.9993095625rem;top:9rem;left:20.5625rem;overflow:hidden;display:block; }
#NV4wccqFUgXanb3iPLTyxPuaS8a8c9TE { position:absolute;display:block;z-index:15015;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;height:17.0622691875rem;width:19.8747691875rem;top:28.0625rem;left:0.875rem;overflow:hidden;display:block; }
#QzLsMcllqRClsTXN7uzoy2ApzvP4q8ct { position:absolute;display:block;z-index:15016;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;height:16.7497691875rem;width:15.4997701875rem;top:28.125rem;left:22.25rem;overflow:hidden;display:block; }
#QT8JzEXqXXpylp7tGOfi1pI24NaptfDO { position:absolute;display:block;z-index:15014;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;height:16.7497691875rem;width:17.7493095625rem;top:9rem;left:41.0625rem;overflow:hidden;display:block; }
#LbEhz2c8nO70q8CsVhkgT4IbDeuThIUF { position:absolute;display:block;z-index:15017;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;height:16.8118095625rem;width:18.8120403125rem;top:28.125rem;left:39.5rem;overflow:hidden;display:block; }
#BVfkUpw2UAxRo51OJawRTE1RESSPW5UT { position:absolute;display:block;z-index:15016;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;height:17rem;width:18.6875rem;top:47.5rem;left:0.875rem;overflow:hidden;display:block; }
#DfzALV98QvuKdCQeChd6TTh6rZTJrTMw { position:absolute;display:block;z-index:15017;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;height:16.875rem;width:18.625rem;top:47.5rem;left:20.6875rem;overflow:hidden;display:block; }
#uA5yg1QT4JZcB6CROmTNGm43fUcbh0PX { position:absolute;display:block;z-index:15018;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;height:16rem;width:18.5625rem;top:47.625rem;left:40.625rem;overflow:hidden;display:block; }
#AEZ5kq0m3waC1ZhU4TTZvhoxmIiTB48s { background-color:#ffffff;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.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;box-sizing:border-box;color:#7a8c80;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:22.3747691875rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:68.011291503906rem;left:18.812040328979rem;display:block; }
#vK3uJu4J7s0zxAcb14l09LL7BcNa7evE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/65ec17b2-8f2f-43f1-b859-e77f5aa241e9/Projektbeznazwy21.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:initial !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; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT.adaptive-delivery-prevent-bg, #EezuVNHQTM5ETaODkdP0xTztc9t1FWRT.lazyload, #EezuVNHQTM5ETaODkdP0xTztc9t1FWRT.lazyloading { background-image: none; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container { background-color: transparent; background-image: none; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #efeeee; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container > .video-iframe-container { display: none; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #efeeee; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row > .video-iframe-container { display: none; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .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); }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container { border-width: 0; border-radius: 0; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container { font-size:0.875rem;font-family:arial;height:49.6875rem;width:60rem;position:relative;display:block; }#Mik2RMTzOtcdg4thIA99r7qiNUoy2VWw { color:#444444;display:block;width:60rem;position:absolute;font-family:"moja font";font-size:3.125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:2.3747863769531rem;left:0rem;height:4.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iN83fN6qtRirJJIrSI5sFxpg9SIA6zG7 { color:#585858;display:block;width:27.5rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:9.7771301269531rem;left:2.9296875rem;height:35.75rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#gPBW41B2PCqL1wbPmuDUg2HHXM55yXxh { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 2.1875rem rgba(88,88,88,0.5) ;height:38.3125rem;width:24.5625rem;top:9.0888671875rem;left:33.1826171875rem;overflow:hidden;display:block; }
#AVzZ0lmBtEsZE07XMaqFT1cblORRAyO3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;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; }#AVzZ0lmBtEsZE07XMaqFT1cblORRAyO3 > .row .container { background-color: transparent; background-image: none; }#AVzZ0lmBtEsZE07XMaqFT1cblORRAyO3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AVzZ0lmBtEsZE07XMaqFT1cblORRAyO3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AVzZ0lmBtEsZE07XMaqFT1cblORRAyO3 > .row .container > .video-iframe-container { display: none; }#AVzZ0lmBtEsZE07XMaqFT1cblORRAyO3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AVzZ0lmBtEsZE07XMaqFT1cblORRAyO3 > .row > .video-iframe-container { display: none; }#AVzZ0lmBtEsZE07XMaqFT1cblORRAyO3 > .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); }#AVzZ0lmBtEsZE07XMaqFT1cblORRAyO3 > .row .container { border-width: 0; border-radius: 0; }#AVzZ0lmBtEsZE07XMaqFT1cblORRAyO3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AVzZ0lmBtEsZE07XMaqFT1cblORRAyO3 > .row .container { font-size:0.875rem;font-family:arial;height:143.125rem;width:60rem;position:relative;display:block; }#Rf1c5dE7DuMrZd3IDlWdK4yDtIbrbp2m { color:#9db8aa;display:block;width:41.124rem;position:absolute;font-family:poppins;font-size:3.25rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:2.7041015625rem;left:9.4365234375rem;height:7.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mel8eLd3knLF2vR88GQSr3CkT28rGhHs { box-sizing:content-box;height:25.125rem;width:53.625rem;position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:none;top:12.875rem;left:3.1875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#MhpaU5u3tLqx5VqbkKXnivudBLTfKwor { color:#7a8c80;display:block;width:21.5625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:17.9375rem;left:5.5625rem;height:2.4375rem;font-style:normal;display:block; }
#LdvGnvv3Gshcb1RTFlMqXAtTwFogRD1y { color:#585858;display:block;width:21.5625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:21.1875rem;left:5.5625rem;height:1.625rem;font-style:normal;display:block; }
#DL0z2RoTQ9w4F3pGr4PZMxTlbEn6NFeZ { color:#585858;display:block;width:21.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:16.5rem;left:31rem;height:15.25rem;font-style:normal;display:block; }#DL0z2RoTQ9w4F3pGr4PZMxTlbEn6NFeZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DL0z2RoTQ9w4F3pGr4PZMxTlbEn6NFeZ li:before{  }
#hpfTBrrZemdw7ks60OWWqdxyfBzQoKXK { color:#7a8c80;display:block;width:21.5625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:31.9375rem;left:5.5625rem;height:1.625rem;font-style:normal;display:block; }
#ZnUdKCVxikBVbp7GXO8709yRM5omAKT1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:31.875rem;left:13.3125rem; }
#rXhlX5PuZXOWSOoGt60e4doI0K6OAmBS { box-sizing:content-box;height:19.1875rem;width:23.875rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:15.0625rem;left:29.8125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#bCWpvDutByESJ8MmV9LplhvKXaa94BUv { box-sizing:content-box;height:18.5rem;width:53.625rem;position:absolute;display:block;z-index:15019;background-color:#e4e4e4;background-image:none;top:55.561828613281rem;left:3.1870403289795rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#TfAWo5e13Vy7dKrKayOJhdaDfXd684H6 { color:#bad1a0;display:block;width:21.5625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:60.45703125rem;left:5.5615234375rem;height:2.4375rem;font-style:normal;display:block; }
#AIpXBkyMXu3TnTCx3X9u3dnBCr8XvlSt { color:#585858;display:block;width:21.5625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:62.89453125rem;left:5.5615234375rem;height:1.625rem;font-style:normal;display:block; }
#TnzpJzOiBT1u2WteGti1giQ2O3oWfkdu { color:#585858;display:block;width:21.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:59.2490234375rem;left:31rem;height:11.625rem;font-style:normal;display:block; }#TnzpJzOiBT1u2WteGti1giQ2O3oWfkdu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TnzpJzOiBT1u2WteGti1giQ2O3oWfkdu li:before{  }
#qZSryTCdp7vyPOXVZxGvB7IkFNT7GL2x { color:#bad1a0;display:block;width:21.5625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:69.186584472656rem;left:5.559513092041rem;height:1.625rem;font-style:normal;display:block; }
#pqUOWqBr7XusHcCLKmlRKx5cfAOhl3Gp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.811810625rem;width:1.811810625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:69.075134277344rem;left:13.311120986939rem; }
#DA9dOkQXZ4fnnBm2FNEvqKIf4rzbts5T { box-sizing:content-box;height:13.3125rem;width:23.875rem;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;top:58.4052734375rem;left:29.84375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#Vz2LpKWQWg3TvnurBvRMZTT5WOSsUB4R { box-sizing:content-box;height:15.5625rem;width:53.625rem;position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:none;top:77.259887695312rem;left:3.1870403289795rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#qAk6ToNitKBtKCnKQdgar8c0bFJGL1KD { color:#aab9ae;display:block;width:21.5625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:81.397064208988rem;left:5.559513092041rem;height:2.4375rem;font-style:normal;display:block; }
#CSobTbNBnw3F5pXlQ6FIDDdM2OM1sa33 { box-sizing:content-box;height:10.0625rem;width:23.875rem;position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;top:79.998870849613rem;left:29.687498092651rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#UzbMI18JPIC5M9HhKcw1oawKrcTlTI3z { color:#585858;display:block;width:21.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:81.561370849613rem;left:30.873159408569rem;height:6.875rem;font-style:normal;display:block; }#UzbMI18JPIC5M9HhKcw1oawKrcTlTI3z li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UzbMI18JPIC5M9HhKcw1oawKrcTlTI3z li:before{  }
#iHfbmal06Tn5ab4pm69q2Nni0TosTvSe { color:#aab9ae;display:block;width:21.5625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:88.034240722656rem;left:5.559513092041rem;height:1.625rem;font-style:normal;display:block; }
#piyIod0yUq7dcJD5Lma0chb5eZatHSpN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.811810625rem;width:1.811810625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:87.835479736325rem;left:13.311120986939rem; }
#FNMsmJgMsxAPwRr0Tqf5Dh20hP4fZBDW { box-sizing:content-box;height:18.5rem;width:53.625rem;position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:none;top:95.18728637695rem;left:3.1870403289795rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#CfA5pErAZ3N1TlsrwQsahkpzpfRHMOBG { color:#7a8c80;display:block;width:21.5625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:99.630065917969rem;left:5.559513092041rem;height:4.875rem;font-style:normal;display:block; }
#sk779UlZci2zzHVTtS3ha960pqwXuiCo { color:#585858;display:block;width:21.5625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:104.37387084961rem;left:5.559513092041rem;height:1.625rem;font-style:normal;display:block; }
#HFudexV7L3n0cy1hFWlN2cOHFMMnSBZ2 { color:#7a8c80;display:block;width:21.5625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:109.12454223632rem;left:5.559513092041rem;height:1.625rem;font-style:normal;display:block; }
#P6OOQT33ShUoUw1oFlEiQImwynEgtmE3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.811810625rem;width:1.811810625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:109.01885986328rem;left:13.311120986939rem; }
#RGdDpAyxeJKaNPTasfiwtBT8mZi1TmBl { box-sizing:content-box;height:15.5rem;width:23.875rem;position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;top:97.2490234375rem;left:29.8115234375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#ZTyleorAtHLZ8KOusLQwAU82lTv5ZuQ0 { color:#585858;display:block;width:21.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:98.7109375rem;left:30.9677734375rem;height:12.5rem;font-style:normal;display:block; }#ZTyleorAtHLZ8KOusLQwAU82lTv5ZuQ0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZTyleorAtHLZ8KOusLQwAU82lTv5ZuQ0 li:before{  }
#mxRvQGKiXwWOgNEXvveoyRVUNxNXJaTG { box-sizing:content-box;height:16.5rem;width:53.625rem;position:absolute;display:block;z-index:15032;background-color:#e3e3e3;background-image:none;top:116.18682861328rem;left:3.1870403289795rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#r1DCRnaEuRPszBbHDhCfTf22I2fC6nAV { color:#629a9b;display:block;width:21.5625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:119.24978637695rem;left:5.5618095397949rem;height:4.875rem;font-style:normal;display:block; }
#S1rl25wg5WT1ePGLBiyieVtCEi6dRpIP { box-sizing:content-box;height:11.125rem;width:23.875rem;position:absolute;display:block;z-index:15033;background-color:#ffffff;background-image:none;top:118.42141723632rem;left:29.804685592651rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#KVdor4ExHoQJw4PlFbLbAWQZEwCk2agf { color:#585858;display:block;width:21.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:119.8288269043rem;left:30.962774276733rem;height:8.125rem;font-style:normal;display:block; }#KVdor4ExHoQJw4PlFbLbAWQZEwCk2agf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KVdor4ExHoQJw4PlFbLbAWQZEwCk2agf li:before{  }
#uisdsnKTFAU2lA6UuVCp8qSOSorG9trq { color:#629a9b;display:block;width:21.5625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:127.74932861328rem;left:5.5618095397949rem;height:1.625rem;font-style:normal;display:block; }
#rQigv9OP6NN9fdpR4omNQTpRe0pTDVd3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.811810625rem;width:1.811810625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:127.79986572266rem;left:13.311120986939rem; }
#hOpHdv9XGxIJ0HePa1XXveTJDHssOOiI { box-sizing:content-box;height:11.9375rem;width:53.625rem;position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:none;top:40.998413085938rem;left:3.1870403289795rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#EcsJKX0MvmClTbiNTJ7ai8xq9SoRbnql { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.811810625rem;width:1.811810625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:48.930389404297rem;left:13.311120986939rem; }
#IMiMh3DTwQWybiNOyIEcHqhuH4ptWrMx { color:#629a9b;display:block;width:21.5625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:49.124542236328rem;left:5.5618095397949rem;height:1.625rem;font-style:normal;display:block; }
#ookeBVzTlBBdgDFwQnbdptQKuBt8czSp { color:#585858;display:block;width:21.5625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:45.062042236328rem;left:5.5618095397949rem;height:1.625rem;font-style:normal;display:block; }
#ao3SP14LTCKmshRL8ldTBCea2OeXFGs2 { color:#629a9b;display:block;width:21.5625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:42.687286376953rem;left:5.5618095397949rem;height:2.4375rem;font-style:normal;display:block; }
#y1KIbE5epTFRuIAu5tNx41FdqTidQTTI { box-sizing:content-box;height:7.1875rem;width:23.875rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;top:44.0625rem;left:29.8115234375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#v9ebhLTueZMS3T0KaUeCGMeXtPEFCBhh { color:#585858;display:block;width:21.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:45.0615234375rem;left:30.96484375rem;height:4.75rem;font-style:normal;display:block; }#v9ebhLTueZMS3T0KaUeCGMeXtPEFCBhh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#v9ebhLTueZMS3T0KaUeCGMeXtPEFCBhh li:before{  }
#THt8tDDT1BTemqbOkEDJXuJBJ6SwDlBq { background-color:#9db8aa;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:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;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.375rem;font-weight:300;font-style:normal;line-height:.3;overflow:hidden;position:absolute;width:18.9993095625rem;height:3.9993105rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:135.60662841797rem;left:20.499769210816rem;display:block; }
#FbbcPoQt6CrKlD6o87ldgnZl9GSNqWP4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mIfSmAWd6rBvq5aXyv2vTp6u2RkCluHV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;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; }#mIfSmAWd6rBvq5aXyv2vTp6u2RkCluHV > .row .container { background-color: transparent; background-image: none; }#mIfSmAWd6rBvq5aXyv2vTp6u2RkCluHV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mIfSmAWd6rBvq5aXyv2vTp6u2RkCluHV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mIfSmAWd6rBvq5aXyv2vTp6u2RkCluHV > .row .container > .video-iframe-container { display: none; }#mIfSmAWd6rBvq5aXyv2vTp6u2RkCluHV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mIfSmAWd6rBvq5aXyv2vTp6u2RkCluHV > .row > .video-iframe-container { display: none; }#mIfSmAWd6rBvq5aXyv2vTp6u2RkCluHV > .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); }#mIfSmAWd6rBvq5aXyv2vTp6u2RkCluHV > .row .container { border-width: 0; border-radius: 0; }#mIfSmAWd6rBvq5aXyv2vTp6u2RkCluHV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mIfSmAWd6rBvq5aXyv2vTp6u2RkCluHV > .row .container { font-size:0.875rem;font-family:arial;height:80.25rem;width:60rem;position:relative;display:block; }#Z0VcyxoboK8JexqtqdCyOxDQ2K3tMr3b { color:#585858;display:block;width:54.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15007;line-height:1.7;letter-spacing:0;top:9.034912109375rem;left:2.96875rem;height:55.6875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#pwlhyk3mdvOwS9tZFDdznsKhvu8L1NKI { color:#997a92;display:block;width:60rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:3.3125rem;left:0rem;height:4.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BpCXwH6r0JAfoF1SnhZhrGTFr0qV9fz0 { position:absolute;display:block;z-index:15016;background-color:#7a8c80;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:9.25rem;top:5.234375rem;left:0.8125rem;display:block; }
#hyZlGTJtNHqUCkM39ocTAoW7UexKRnAa { position:absolute;display:block;z-index:15017;background-color:#7a8c80;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:9.25rem;top:5.609375rem;left:49.625rem;display:block; }
#Gfn5gn7J8kRVpPaNs9psK4yFU5Fhb7aa { color:#e9967b;display:block;width:60rem;position:absolute;font-family:lato;font-size:3.25rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:67.7499961853rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pDOAUOA5JBqe6nFZxrwphuT6Qtlx8MoZ { color:#9db8aa;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:68.875rem;left:0rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZowLETrKVeyxEDPzcb3xSEVV4dXCRCAF { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #9db8aa;border-left:0.0625rem solid #9db8aa;border-right:0.0625rem solid #9db8aa;border-bottom:0.0625rem solid #9db8aa;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;box-sizing:border-box;color:#7a8c80;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:22.3740234375rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:75.0888671875rem;left:18.8125rem;display:block; }
#WXGqALn6Ea79902ivTbuJ5nmuBeSJQPB { 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) { #DbXQikgV5iMTXHoil7RIDCxcS39gspHI { display:block; }#DbXQikgV5iMTXHoil7RIDCxcS39gspHI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B0EXq3TaCU7vmkVtEyOw16VT7MyT1hGT { top:6.3125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #omU7JixGH1DIa8zu7md9LfE4JVUmNMou { top:0rem;left:0rem;width:47.75rem;height:26.71015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #po3a3274DuAtdxbxR9uEkFNbKSqdAzvp { width:16rem;height:3.3125rem;top:23.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fd3T64HKl6iL821eHoAbw16dp1RlhAUT { display:block; }
 }@media only screen and (max-width: 763px) { #MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 { display:block; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJWZR2LyanmLowbdiUDZoIE5mTzU1y3w { top:26.8125rem;left:2.9384765625rem;width:44.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJy1P35pr3ApafLs3ouor4NIh8Ugc4mq { top:2rem;left:0.3125rem;width:47.0625rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQRF6N1HtJhkq9saUglU1nSOI7gaM5WB { top:8.125rem;left:2.6875rem;width:16.0625rem;height:0;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5TyiVFVUPdX6ZTpr4g7NWtD4AEIel4u { top:6.0625rem;left:0rem;width:21.3125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJkW8mUhfQWAnJ3EAwO2xOLytyNaM4MN { top:7.25rem;left:0rem;width:16.0625rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIIzI53gLe1Ttdt8QFUKLA6iZ3Ou2BiU { top:6.25rem;left:27.125rem;width:20.625rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxAPf22HZ1SLZGTSTGTOIDM4BqQ7t66v { top:7.0625rem;left:32.25rem;width:15.5rem;height:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypODXKTu1RQRXMl7ZZKGl5qyZ0cks614 { top:8.5625rem;left:31.6875rem;width:16.0625rem;height:0;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ME3itKPN2ur2rJsVllETlBtKHmpUxcWd { top:19.0625rem;left:0rem;width:21.75rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM1KPlWzEe0ppJfsuL2GG2rc7S7epIIO { top:20.375rem;left:0rem;width:16.6875rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #slEiuk9vs7i7tf5id0IsUr2rAm2K4ywQ { top:21.125rem;left:1.5625rem;width:16.0625rem;height:0;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7d7TARhhRwspJNdEga0hvs0y17lvdK8 { top:19.25rem;left:26.1875rem;width:21.5625rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTs8kx3N7f25c3vACrBN8IWvxlvOfs51 { top:19.875rem;left:31.0625rem;width:16.6875rem;height:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u12xOSIL0eFDwEk5oQf6Wq0nm5uKE9hc { top:21.375rem;left:31.6875rem;width:16.0625rem;height:0;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmtqVMAT48lJFmwTJT64s9QUBT7S3ps4 { top:4.625rem;left:4.8125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fu9VDTDtS4DVPOmwrHTwLzTfJm5J2an8 { top:17.9375rem;left:39.1875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iadbKn3AIdDcMvsTM1tg84SQMf99qqQM { top:4.625rem;left:39.6875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryTsBJeSpvxkR0TBF2AEDCptfSEd9zzX { top:17.6875rem;left:5.1875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sl0tdQxZvGFKkt7qmfuu3MbVQoBpMzvC { top:24rem;left:31.6875rem;width:16.0625rem;height:0;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NS8eEocROsXKcTUm8Ae3FyaHA0t90HmX { top:12.5rem;left:13.125rem;width:21.5625rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICIqBqckegymKDuupGATtEPgmz5cvHoB { top:13.875rem;left:15.53125rem;width:16.6875rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkEEUBuMQwycHZ3a3PCwfdyysIgbTd6G { top:14.625rem;left:18.625rem;width:16.0625rem;height:0;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAyB2QOyypNXrlDNWtVNRoqIIXCDPsVi { top:11.1875rem;left:22.375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAtNWqWZ8twaWNMJdgmLuJb61eUyAVmi { top:17.25rem;left:27.3125rem;width:16.0625rem;height:0;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRyoBT16UHRTxiuyiEzhMd50K8hLTsBG { display:block; }#hRyoBT16UHRTxiuyiEzhMd50K8hLTsBG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BSOpMQ6aUTDk2ZAvItpvuKrUlKHkVEgQ { top:1.625rem;left:1.4365234375rem;width:44.8125rem;height:2.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pH8pSuIlmv99Hy6gUNDqXguDKv02u1K2 { width:21.3125rem;height:4.5625rem;top:34.6875rem;left:13.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk6pdDWDutcmhzq4y63wui3bos7xbMz1 { display:block; }
 }@media only screen and (max-width: 763px) { #U1qfuAAroamWLXNHqa6Xm4WNySetPh6d { top:1.625rem;left:7.794921875rem;width:28.75rem;height:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xD4AB9R52xVqFSZpGHKG2nwTHGzyTw97 { top:13.4375rem;left:0rem;width:18.9375rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTpaO6V1X4ZEKVeq0nBqZThqc4cwNm9W { top:14.5rem;left:1.4375rem;width:16.0625rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPqCgqm4JWRhyWzbEwKDksV3xisMBHzJ { top:14.8125rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdNpb1D86Tfnhfc5R1LAeviIpuaxzXTp { top:9.375rem;left:27.1875rem;width:19.5rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnlMMbpbNKGt6VeEBzmSh5FyfPuPMz5C { top:10.5rem;left:31.6875rem;width:16.0625rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmpDcvnMXZ7dl6SCPHwax36ff9wgfUfy { top:10.6875rem;left:28.375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ka1rrCNLso9iFp8nJvt6aBwBbhLrpfzg { top:25.3125rem;left:0rem;width:19.3125rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZEizL2fczWFFgiea4IywofbkVCSy4xg { top:26.375rem;left:3.375rem;width:16.0625rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBqysScHCFJKpFSgozqW3qPNkUS6hStR { top:26.5625rem;left:0.0625rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxZcySQWdFQBIWavfZSKl837EdqGli1S { top:19.1875rem;left:28.8125rem;width:18.9375rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEfGUyQvmaRusAIGHn77qE2bZXXm01DA { top:20.125rem;left:29.625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1xBc7O3SHULxhkWEsCQgT62D6Oz5CCO { top:19.4375rem;left:32.623046875rem;width:14.5rem;height:4.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti { display:block; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ob3nV5GMlTetpTtgc8Ta23oJCo0BJhXD { top:11.5rem;left:31.6875rem;width:16.0625rem;height:0;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewNRdu1lSLhPMenq5ryAFGrfvdIp5KWi { top:13.5rem;left:31.6875rem;width:16.0625rem;height:0;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t33VfkVDVzJI6ocqyb7ApAK5bN0BAa0a { top:1.1875rem;left:0rem;width:47.75rem;height:19.560240963855rem;display:block; }
 }@media only screen and (max-width: 763px) { #dA1pdLPmaRLRCFZQT84bgDG3A62iTR2w { display:block; }#dA1pdLPmaRLRCFZQT84bgDG3A62iTR2w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vpOnXg48X5RreW0dOTbU9xK01uU2rveu { top:10.625rem;left:5.8125rem;width:28.6875rem;height:3.375rem;font-size:0.9375rem;display:block; }#vpOnXg48X5RreW0dOTbU9xK01uU2rveu li:before{  }
 }@media only screen and (max-width: 763px) { #f3pivo9T2CTgazOlMSTULt2ZzwT12O2z { top:2.6875rem;left:0.31112098693848rem;width:47.0625rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylem6R1h2yhNb3F5HaS2IHkM22VgGfWv { top:6.9375rem;left:0rem;width:8.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD1wHcJl1cpn4B5aTR8SEyNRMQJwt7hK { top:12.3125rem;left:12.25rem;width:12.5rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOU3I440zu1MBVftouKqUakosrZpQEPP { top:19.25rem;left:35.25rem;width:12.5rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB2TvLruit0LV6sdM7nslRc0y8NxBU7U { top:19.6875rem;left:19.0625rem;width:28.6875rem;height:3.375rem;font-size:0.9375rem;display:block; }#TB2TvLruit0LV6sdM7nslRc0y8NxBU7U li:before{  }
 }@media only screen and (max-width: 763px) { #fif3ZnZflk2DaKA4dJqDnTxWrvTlmeRr { top:45.625rem;left:0.310546875rem;width:44.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnUGT5XTPh4bI9Tf2rxQxscIkgqA8anu { top:16.9375rem;left:15.125rem;width:8.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyo5ws618qTEO3RcgFJMwxivskXVvOp2 { top:28.0625rem;left:7.6875rem;width:28.6875rem;height:3.375rem;font-size:0.9375rem;display:block; }#gyo5ws618qTEO3RcgFJMwxivskXVvOp2 li:before{  }
 }@media only screen and (max-width: 763px) { #PO9SbTm5LtJJRLnmWasvuJb813SWbdNI { top:30.625rem;left:14.1875rem;width:12.5rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0prTCfArINlF4TNKWwvxuBP3f1QXMeP { top:25.0625rem;left:0rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yubiUP4awbCbhvnh9oURiCToAfoXlu3h { top:34.125rem;left:13.25rem;width:8.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGfhAw3yPUTwCoafbcK8JcsLtXKmO3Us { top:36.875rem;left:19.0625rem;width:28.6875rem;height:3.375rem;font-size:0.9375rem;display:block; }#ZGfhAw3yPUTwCoafbcK8JcsLtXKmO3Us li:before{  }
 }@media only screen and (max-width: 763px) { #TT4d4oWrU2SUBw2TnkBxrZEgbJJT1XIJ { top:38.5625rem;left:28.9375rem;width:12.5rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiWbJRlTTmu6q5elr5AJHCHXHex6EREO { display:block; }#WiWbJRlTTmu6q5elr5AJHCHXHex6EREO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q1s6EAn7BF0K8FMOd68UwTOFNWAzT3dE { top:6.5625rem;left:10.2294921875rem;width:35.9375rem;height:1.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRaFGVFU33WMSaVVOudxIXpcdzJwvTlV { top:2.125rem;left:0.3125rem;width:47.0625rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1CQfmG6XXDLsphFTfwDLx2A47FbLPyu { top:6.5625rem;left:6.171875rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzMiEBsaMLfX56k333Rva5mafqyw9z0E { width:22.9375rem;height:4.5rem;top:30.4375rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJAPTP8BG8wmFCBTVuo1mtuNTOXonERf { display:block; }
 }@media only screen and (max-width: 763px) { #G2ITViise6eNZgz5GEzuAKJCASNoAEUx { top:6.5625rem;left:11.3125rem;width:28.6875rem;height:;font-size:1.1875rem;display:block; }#G2ITViise6eNZgz5GEzuAKJCASNoAEUx li:before{  }
 }@media only screen and (max-width: 763px) { #Z5zOgv6AP9RkyTECtn6wXWlROsSlfDry { top:11.5625rem;left:11.3125rem;width:28.6875rem;height:;font-size:1.1875rem;display:block; }#Z5zOgv6AP9RkyTECtn6wXWlROsSlfDry li:before{  }
 }@media only screen and (max-width: 763px) { #y4dcenb79tgi06ralCHo3S13aJt9ulJx { top:18rem;left:11.3125rem;width:28.6875rem;height:;font-size:1.1875rem;display:block; }#y4dcenb79tgi06ralCHo3S13aJt9ulJx li:before{  }
 }@media only screen and (max-width: 763px) { #IwheEM2Mowc12UK8rh8lt0nw7aNIldS9 { top:23.625rem;left:11.25rem;width:28.6875rem;height:;font-size:1.1875rem;display:block; }#IwheEM2Mowc12UK8rh8lt0nw7aNIldS9 li:before{  }
 }@media only screen and (max-width: 763px) { #OJCqUAXiliAT8e576pyAuNhTP0tCDdwb { top:17.3125rem;left:6.171875rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXL3UrFkXtMPubuXpTszFU4UyGToXD4D { top:23rem;left:6.171875rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kge7TuBgUt3JECwqiDtsPQOpu2FKfEcs { top:11.5625rem;left:6.171875rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L23NB7p9E7oJUP4ppWd7cac9bTrpRS7P { display:block; }#L23NB7p9E7oJUP4ppWd7cac9bTrpRS7P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HfFd0UlWDywtDoqShBE5N1UdlIhl00Q0 { top:38.1875rem;left:7.2470111846925rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibCQCEDGx468efw2nueiE7xDbCrFb6iK { top:2.1875rem;left:3.2488498687744rem;width:41.25rem;height:6.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DusXGNXtdVU50I6VXtuZlD2t65XoGKGQ { top:39.1875rem;left:8.3694858551025rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyBC551U8d3dqtqDpe5LhLpzpBvoMZWt { top:47.25rem;left:8.375rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #igtp4ioRl8yhJ1LDMEeiMHWMEH0xTGtd { top:54.25rem;left:8.3717823028562rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdEsIZwyTDCT7A6GvhpDsf3JkWG9g58f { top:46.1875rem;left:7.25rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqsC1eiTGNDqAzQamtsHMTcKR2tgxKTV { top:53.125rem;left:7.2470111846925rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucWBJJWNJiPJOxSkQVFp5T1DGLG3Wh8I { top:40.125rem;left:13.873046875rem;width:28rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChyFOKJVGy0dStavN1bQHLoKiOSXqFTn { top:38rem;left:9.4375rem;width:38.3125rem;height:1.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlITyO2RVpMRsEsQtRS9ID4g5cP8Qxh9 { top:46.0625rem;left:13.875rem;width:21.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMCFNwbssZbtfCCHGH43AGOA6H8IFUQt { top:48.3125rem;left:13.875rem;width:28rem;height:3.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iROBTJM01qEg0oHrdfAPGSaznMyp614o { top:53.125rem;left:13.873046875rem;width:25.9375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJ70ta6Co6MZ5FVuE7Dm5s6LUk3UenoT { top:55.0625rem;left:13.873046875rem;width:27.9375rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIFhLZEQVcaTCK6qcG6cWIlz3ZzLtEJm { top:8.9375rem;left:0rem;width:47.75rem;height:26.754268943436rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2W0cRn1L9AJ676TC2hlfmqFnd03SLuv { top:84.9375rem;left:0rem;width:47.75rem;height:2.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3I5G12RiFlucI82I6Xt7983da4EXy6F { top:85.6875rem;left:16.375rem;width:31.375rem;height:39.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #byIkN6JOPtlFrlI1kUs8CFZNVFRIQDK4 { top:88.5625rem;left:1.2509765625rem;width:45.1875rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kv3oHbJZp90adeTdtmfmomFvv6Oftmm4 { top:94rem;left:1.8134765625rem;width:20.6875rem;height:23.4375rem;font-size:1.125rem;display:block; }#Kv3oHbJZp90adeTdtmfmomFvv6Oftmm4 li:before{  }
 }@media only screen and (max-width: 763px) { #UCF7fTL7FJnO1R89EaWUiiW9CMsMcQ1t { top:83.4375rem;left:0rem;width:47.75rem;height:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuO7KyBTiJ9KzCrkGid5l6merktxp2Tz { top:117.375rem;left:25.8134765625rem;width:20.6875rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jty45Ma6BighsysOitbhcICQFBVrdEOA { top:69.25rem;left:13.875rem;width:26.25rem;height:4rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBsP9UU8mIqvac7JtrX1nBDOqydqPLEB { top:69.25rem;left:7.25rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPQH9CosbpBeAefUycyfB1GEnFloQ5TU { top:70.0625rem;left:8.0625rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDvZ2wPKGDBGJdlMnrW3r77kz5iVav3p { top:73.25rem;left:13.875rem;width:27.9375rem;height:6.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNbRTBedEGQneLpuGwHvaVTTTv2FPxZQ { top:63.375rem;left:13.875rem;width:27.9375rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPy5sLZomPZi8mMknJS03vrw1sApDSxv { top:61.375rem;left:13.875rem;width:21.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtM6HTOxUZiSmH9EzSgSMZHe8moSZWc7 { top:61.4375rem;left:7.25rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OauJDFKhw87oV7gyM50k1xNekFf9gQqc { top:62.5625rem;left:8.375rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSFPGMtg6XiTiecTklhRwI7tFzcHLaip { display:block; }#zSFPGMtg6XiTiecTklhRwI7tFzcHLaip > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b2IATP3HDDRifWWASAGwnOXsDRTdJ72R { top:2.25rem;left:0rem;width:31.6875rem;height:2.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5EcbrNeReU5kQsrIqT7XlFFQTCURxuG { width:18rem;height:3.4375rem;top:1.875rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtiLzeXUAZePPQWU5KDZ0kwnuSy5FDmx { display:block; }
 }@media only screen and (max-width: 763px) { #nVJU2vIoVb49OWDeML9M2k5oADvI435T { display:block; }#nVJU2vIoVb49OWDeML9M2k5oADvI435T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #syMX8Q1ugdryiXKhzIAtqE34GdaXuiQL { top:2.4375rem;left:3.3115234375rem;width:41.0625rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVITT7FRSesBkRBcOx715Amt3FQAlWOn { width:20.3125rem;height:4rem;top:37.4375rem;left:14.3759765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bm4s1eTSNTNVvTswmTaHR6oHS8hPbHym { display:block; }
 }@media only screen and (max-width: 763px) { #P2FcHHrHkLc4CTLBFEmcPmiHzdf2rNri { top:32.5625rem;left:4rem;width:43.75rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnfh3NpkisTA4NxTArkDPHopgZFh3SXb { top:7.75rem;left:0rem;width:20.8125rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRLmqrgQZcKOroRhKr11PFvnzObq4Gq5 { top:8.875rem;left:3.3115234375rem;width:16.0625rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmpTipJBrzEEdouFiNCmGiMVJhoID26p { top:9.375rem;left:0.625rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2PgyoaRGT2boiUcQJmn944yXmRuFWDG { top:18.5625rem;left:14.375rem;width:30.8125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ6DAiyZvAHwF7C3k1B2sh5vIWXCP0Cm { top:15.4375rem;left:14.375rem;width:20.8125rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pgi29gRfzR07eDmKr96RfK5yZBZnZWwm { top:16.625rem;left:18.5rem;width:16.0625rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lu1FBvbAyNwpCpRfv6JBmbGtqbizITIV { top:17.0625rem;left:15.8125rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpGfBMFs4OsA7DzHs3ZvdhRQMeXX3Ewc { top:7.75rem;left:26.1875rem;width:21.5625rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5op7zWXLxhdO7ZuhhJn8HiytEkH1dTI { top:8.9375rem;left:30.4375rem;width:16.8125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgLigVpQxbkaELrD5fo0zSvhBxa2cCU1 { top:9.375rem;left:27.75rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0I9neZkCxTWlZ26zQRr5ZJJIFtcI37h { top:26.375rem;left:4.5rem;width:17.4375rem;height:0;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOcgUtZ9TANX0yu2RL43hhGlmTZDvdmA { top:23.5rem;left:0.6875rem;width:20.8125rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLx0ia34TrnovM7Pzvt8eU9tGRJUGhLB { top:24.6875rem;left:4.8125rem;width:16.0625rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZbu1qOersdmoa93ucFWHtMyriOZvuZd { top:25.125rem;left:2.125rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcQDuJfXUhITLUP55qwz9mwfbIpqKCpf { top:23.5rem;left:26.375rem;width:21.375rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EufT0HQqW0g7hHvBk3HUlOXRA0NwE4Tu { top:24.6875rem;left:31rem;width:16.75rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTTkByxCpirabk06QLuLUh5p382ugAWG { top:25.125rem;left:31.875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmu7399irStzMT0U7JoPh8yV3aL7SDwn { display:block; }#pmu7399irStzMT0U7JoPh8yV3aL7SDwn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ac3AVgLPZI1J5sRttyUdkAgbITLHFUdU { top:2.5rem;left:10.75rem;width:29.8125rem;height:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvhugb3u2tHf2p86DTODiigdLG0LsfCP { top:7.8125rem;left:8.810546875rem;width:32.375rem;height:8.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnGhK8yl0ITD7ZHscaXwZuexA7cQbif9 { top:19.125rem;left:4.435546875rem;width:41.0625rem;height:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZumxTWKiJeT8UXXU9CiZfFwxEp01P8hB { top:2.8125rem;left:7.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsEhrvass6WOSssq4Cn1XZEN8cdvmhUo { top:7.8125rem;left:7.123046875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuZ4q6efZ9BkVAJfPLQFW4Hev97USBE6 { top:12.4375rem;left:8.810546875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXDfoW9a9recHWSTMToUSd4zRldTtCEs { display:block; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z8PiOgOosG1KwAWwmXhL3kV6TN5JfTrZ { top:1rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JC69TfeD3ZUMyb4E9h6VpHHT8edkaNvM { display:block; }#JC69TfeD3ZUMyb4E9h6VpHHT8edkaNvM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KAXLBSTl0DTPt4xey9WQhqtesQN54Tla .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KAXLBSTl0DTPt4xey9WQhqtesQN54Tla .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; }
#KAXLBSTl0DTPt4xey9WQhqtesQN54Tla .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; }
#KAXLBSTl0DTPt4xey9WQhqtesQN54Tla { display:flex;width:18rem;height:5.0625rem;top:5.25rem;left:14.249540328979rem; }
 }@media only screen and (max-width: 763px) { #KAXLBSTl0DTPt4xey9WQhqtesQN54Tla #gt4cpfrXTlbydIOLgwiqtd6mPabhZc1D { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KAXLBSTl0DTPt4xey9WQhqtesQN54Tla #MTXtJJIJDaNEr1eb9MBHFXt91utPN8p2 {  }
 }@media only screen and (max-width: 763px) { #KAXLBSTl0DTPt4xey9WQhqtesQN54Tla #h1qRGxPbgNVLwWR73nUKz4viXtDqEcDK {  }
 }@media only screen and (max-width: 763px) { #KAXLBSTl0DTPt4xey9WQhqtesQN54Tla #WByMZZSOZoTkgLO0kaoRFN6XXCMcnKhQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KAXLBSTl0DTPt4xey9WQhqtesQN54Tla #tFydSGsuGilVGt8S5Wh3KtSOxtl7rOkV {  }
 }@media only screen and (max-width: 763px) { #KAXLBSTl0DTPt4xey9WQhqtesQN54Tla #ikfSQXMQrei1ZwS8LfMJ2G94AuULTHtV {  }
 }@media only screen and (max-width: 763px) { #KAXLBSTl0DTPt4xey9WQhqtesQN54Tla #hiXEyLSNFofmEhST5ODd1THvvVebqZwo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KAXLBSTl0DTPt4xey9WQhqtesQN54Tla #JJyTnTxdL4mcfRl6Op1OZJzo3m3GPVe7 {  }
 }@media only screen and (max-width: 763px) { #KAXLBSTl0DTPt4xey9WQhqtesQN54Tla #vqNEKpxPcLGdi52pnIggTJLsotHdsPWW {  }
 }@media only screen and (max-width: 763px) { #KAXLBSTl0DTPt4xey9WQhqtesQN54Tla #tEi6GntT9SPLUJ6usfTWhLgCVWnETozH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KAXLBSTl0DTPt4xey9WQhqtesQN54Tla #Vu8Z8uaxIDbtp3MNHztOU0WeiaNm5cD7 {  }
 }@media only screen and (max-width: 763px) { #KAXLBSTl0DTPt4xey9WQhqtesQN54Tla #T6gq2uo1oEnx2WOB23GqI5nBxcIov8Du {  }
 }@media only screen and (max-width: 763px) { #ifVG7l8PE1rFM6ZlRNqSXnh3GEX96IGd { top:23.5625rem;left:0.69714927673338rem;width:23.1875rem;height:5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKrZ6AAHiWxZUOopt6iv64yIdg8vzHxa { top:42.1875rem;left:0rem;width:18rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHxt0RddM09QolvXR0EyrzRCn2KOMHAr { top:45.8125rem;left:0rem;width:14.5625rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMRLiKbNIsPruFNv9okbc9MCqlmz4lIf { top:65.0625rem;left:0rem;width:17.1875rem;height:3.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrSUWlWfJMriISuNv7b0g0i0BuHUrd1U { width:13.875rem;height:2.625rem;top:77.5rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0TQqR22B0SNpVVqWuygI3wqVnTiEMoT { display:block; }
 }@media only screen and (max-width: 763px) { #JM13yAxao7rTSlpATesROIbhO4l7R0p6 { top:50.0625rem;left:0rem;width:16.25rem;height:14.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNTOALU7e2EQI9evTTr6STe8I9nugxVg { top:29.1875rem;left:0rem;width:47.75rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSsb7Nmfpngwc3algF5l8H5v2l2W612B { top:39.1875rem;left:13.8125rem;width:19.375rem;height:42.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pku5HXzc9WImRP3VGambeKO0br5xH2v9 { top:42.1875rem;left:29.6875rem;width:18.0625rem;height:44.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4NcTzCeCeVzDWB82qocys5eBxCkkooz { top:49.5rem;left:15.75rem;width:16.25rem;height:11.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CORtKPDHtxiRgZyeEmGzJWIuZ6H55tWs { top:49.1875rem;left:31.5rem;width:16.25rem;height:11.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2HFrF7lwdAW4J0fhsDk8itq3oHQRMQu { top:45.25rem;left:16.34375rem;width:15rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #txxP31f20cLK8wUpS55xwh7R94gnDqlO { top:45.875rem;left:34.3125rem;width:13.4375rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzThLNqkeMDXwrOEqna9eWBLgz06ohHK { top:73.4375rem;left:13.8125rem;width:17.1875rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGggWedVDgqLZLaDDNukT3RViVi3bF9M { top:77.9375rem;left:30.5625rem;width:17.1875rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJTWDZV1gZGFH1HvTv9lqS73a8ywRURT { top:38.0625rem;left:17.34375rem;width:13rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ormVHbauwco3yzkenI44HWyDuvnbDV7G { top:38.5625rem;left:17.15625rem;width:13.4375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xn5e0nUJzmdCln1wTeSPqaSeCq8zSzVc { top:34.1875rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmVX79ZfiD3KH5pbl8dAmwmBTowLVBQa { width:15.8125rem;height:2.5625rem;top:69.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOqh8LLAApLtGcsQoMz3AMuHv3OasR0H { display:block; }
 }@media only screen and (max-width: 763px) { #xOkcehLEKANgzRZhLnBpJpO1F3OnuUOz { width:12.5625rem;height:2.5625rem;top:81.5625rem;left:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPUTwC6LT6WTadQaqzET3TmPIeVCRaVb { display:block; }
 }@media only screen and (max-width: 763px) { #g77gdLOqlNF53SF3wwXqH3UEPRS2ilXM { top:67.625rem;left:0rem;width:26.9375rem;height:0.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcxJ04k26ohlQwZITWbJnbTryPfGT2Zu { top:61.375rem;left:15.75rem;width:16.25rem;height:10.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKIVh6fFvang9azfpAlH5a31b6AUS42Z { top:72.5625rem;left:31.5rem;width:16.25rem;height:3.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFpB51TOvR8llETVMA6TOXB9K69xdQtL { top:74.8125rem;left:1.75rem;width:21.25rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcEFDpZLFzS6KDlTfX0JiGS02o3MX7xk { top:82.5625rem;left:23.0625rem;width:21.25rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QscSpqW166p2oNbBVRXdDQihouF4cUed { top:75.875rem;left:17.5634765625rem;width:22.5625rem;height:0.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k37ImTDutPDHaiUztaGLqlHQbOXIpNrL { top:61.375rem;left:31.5rem;width:16.25rem;height:10.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvEzcKRETK3w2SirOdhE3eBgB6XxNLvm { top:44.25rem;left:0rem;width:13.4375rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oROOzx3bAcdq15gIXHxqPEnc9xBOnuOy { top:43.6875rem;left:15.96875rem;width:15rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSS5mMOUxN0Dkix0xhme6oF7twRz82hX { top:43.75rem;left:31.875rem;width:15.875rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiy3r9WAid4HNyd1GpAcFHga84tJVIwe { top:80.125rem;left:34.8125rem;width:12.9375rem;height:0.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRCXWhwbOZg5sq2pyeRETL3R0UHdoPBC { top:0rem;left:0.9375rem;width:45.75rem;height:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaET36kbzbECEDHzO4MzzQiexw4oBSyu { display:block; }#IaET36kbzbECEDHzO4MzzQiexw4oBSyu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vm52FKXdcxFExGIgRwoxBsWrKSirTtHi { top:1.625rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObSGQSoNCX9MBM05FTk1I01NcfR2S8yq { top:27.125rem;left:18.8125rem;width:28.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkO01TIziRMpQvOMbcatwtb1I5IgrgBm { top:6.75rem;left:17.6875rem;width:30.0625rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMuBkKKpcEODTJKgRLsxyKyTUyKJxed0 { top:28.25rem;left:0rem;width:28.1875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEGHfPfN1AA5Vaqdkp5xHtBPbFHQ40WG { top:6.75rem;left:0rem;width:28.1875rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIczxBJOp1ZG6anUOIBqIRsyAn2hsaQ3 { top:37.6875rem;left:0rem;width:15.5rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIUysnEeRUqCZJfeRGyXlleLUI4RsLUs { top:37.6875rem;left:29.4375rem;width:18.3125rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGNGnlur2TBPI1cz47iMztzagoaMMtm3 { top:37.8125rem;left:11.75rem;width:20rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7D8qpacAnwJsLF4N0O3WC7mwgqZ8lXI { display:block; }#m7D8qpacAnwJsLF4N0O3WC7mwgqZ8lXI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fD8llnrthp2D2GRkFtoGuectU1Kxb8Td { top:2.625rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAkCw3BpLmG2PxTEMaDSx0zDClGR7Nlb { top:9.125rem;left:0rem;width:17.625rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKCXThRbETiSTnItXZRlDsxN0esJ69or { top:9rem;left:14.4375rem;width:18.9375rem;height:16.757116491129rem;display:block; }
 }@media only screen and (max-width: 763px) { #NV4wccqFUgXanb3iPLTyxPuaS8a8c9TE { top:28.0625rem;left:0rem;width:19.8125rem;height:17.008811779809rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzLsMcllqRClsTXN7uzoy2ApzvP4q8ct { top:28.125rem;left:16.125rem;width:15.4375rem;height:16.682477140246rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT8JzEXqXXpylp7tGOfi1pI24NaptfDO { top:9rem;left:30.0625rem;width:17.6875rem;height:16.691440388748rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbEhz2c8nO70q8CsVhkgT4IbDeuThIUF { top:28.125rem;left:29rem;width:18.75rem;height:16.756365820002rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVfkUpw2UAxRo51OJawRTE1RESSPW5UT { top:47.5rem;left:0rem;width:18.6875rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfzALV98QvuKdCQeChd6TTh6rZTJrTMw { top:47.5rem;left:14.5625rem;width:18.625rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uA5yg1QT4JZcB6CROmTNGm43fUcbh0PX { top:47.625rem;left:29.1875rem;width:18.5625rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEZ5kq0m3waC1ZhU4TTZvhoxmIiTB48s { width:22.3125rem;height:3.4375rem;top:68rem;left:12.687040328979rem;display:block; }
 }@media only screen and (max-width: 763px) { #vK3uJu4J7s0zxAcb14l09LL7BcNa7evE { display:block; }
 }@media only screen and (max-width: 763px) { #EezuVNHQTM5ETaODkdP0xTztc9t1FWRT { display:block; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mik2RMTzOtcdg4thIA99r7qiNUoy2VWw { top:2.3125rem;left:0rem;width:47.75rem;height:4.625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iN83fN6qtRirJJIrSI5sFxpg9SIA6zG7 { top:9.75rem;left:0rem;width:27.5rem;height:35.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPBW41B2PCqL1wbPmuDUg2HHXM55yXxh { top:9.0625rem;left:23.1875rem;width:24.5625rem;height:38.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVzZ0lmBtEsZE07XMaqFT1cblORRAyO3 { display:block; }#AVzZ0lmBtEsZE07XMaqFT1cblORRAyO3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rf1c5dE7DuMrZd3IDlWdK4yDtIbrbp2m { top:2.6875rem;left:3.3115234375rem;width:41.0625rem;height:7.75rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mel8eLd3knLF2vR88GQSr3CkT28rGhHs { top:12.875rem;left:0rem;width:47.75rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhpaU5u3tLqx5VqbkKXnivudBLTfKwor { top:17.9375rem;left:0rem;width:21.5625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdvGnvv3Gshcb1RTFlMqXAtTwFogRD1y { top:21.1875rem;left:0rem;width:21.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DL0z2RoTQ9w4F3pGr4PZMxTlbEn6NFeZ { top:16.5rem;left:24.875rem;width:21.5625rem;height:15.375rem;font-size:0.9375rem;display:block; }#DL0z2RoTQ9w4F3pGr4PZMxTlbEn6NFeZ li:before{  }
 }@media only screen and (max-width: 763px) { #hpfTBrrZemdw7ks60OWWqdxyfBzQoKXK { top:31.9375rem;left:0rem;width:21.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnUdKCVxikBVbp7GXO8709yRM5omAKT1 { top:31.875rem;left:7.1875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXhlX5PuZXOWSOoGt60e4doI0K6OAmBS { top:15.0625rem;left:23.6875rem;width:23.875rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCWpvDutByESJ8MmV9LplhvKXaa94BUv { top:55.5rem;left:0rem;width:47.75rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfAWo5e13Vy7dKrKayOJhdaDfXd684H6 { top:60.4375rem;left:0rem;width:21.5625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIpXBkyMXu3TnTCx3X9u3dnBCr8XvlSt { top:62.875rem;left:0rem;width:21.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnzpJzOiBT1u2WteGti1giQ2O3oWfkdu { top:59.1875rem;left:24.875rem;width:21.5625rem;height:11.625rem;font-size:0.9375rem;display:block; }#TnzpJzOiBT1u2WteGti1giQ2O3oWfkdu li:before{  }
 }@media only screen and (max-width: 763px) { #qZSryTCdp7vyPOXVZxGvB7IkFNT7GL2x { top:69.125rem;left:0rem;width:21.5625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqUOWqBr7XusHcCLKmlRKx5cfAOhl3Gp { top:69.0625rem;left:7.1861209869388rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DA9dOkQXZ4fnnBm2FNEvqKIf4rzbts5T { top:58.375rem;left:23.71875rem;width:23.875rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vz2LpKWQWg3TvnurBvRMZTT5WOSsUB4R { top:77.25rem;left:0rem;width:47.75rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAk6ToNitKBtKCnKQdgar8c0bFJGL1KD { top:81.375rem;left:0rem;width:21.5625rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSobTbNBnw3F5pXlQ6FIDDdM2OM1sa33 { top:79.9375rem;left:23.562498092651rem;width:23.8125rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzbMI18JPIC5M9HhKcw1oawKrcTlTI3z { top:81.5rem;left:24.748159408569rem;width:21.5625rem;height:;font-size:0.9375rem;display:block; }#UzbMI18JPIC5M9HhKcw1oawKrcTlTI3z li:before{  }
 }@media only screen and (max-width: 763px) { #iHfbmal06Tn5ab4pm69q2Nni0TosTvSe { top:88rem;left:0rem;width:21.5625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #piyIod0yUq7dcJD5Lma0chb5eZatHSpN { top:87.8125rem;left:7.1861209869388rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNMsmJgMsxAPwRr0Tqf5Dh20hP4fZBDW { top:95.125rem;left:0rem;width:47.75rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfA5pErAZ3N1TlsrwQsahkpzpfRHMOBG { top:99.625rem;left:0rem;width:21.5625rem;height:4.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sk779UlZci2zzHVTtS3ha960pqwXuiCo { top:104.3125rem;left:0rem;width:21.5625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFudexV7L3n0cy1hFWlN2cOHFMMnSBZ2 { top:109.0625rem;left:0rem;width:21.5625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6OOQT33ShUoUw1oFlEiQImwynEgtmE3 { top:109rem;left:7.1861209869388rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGdDpAyxeJKaNPTasfiwtBT8mZi1TmBl { top:97.1875rem;left:23.6865234375rem;width:23.875rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTyleorAtHLZ8KOusLQwAU82lTv5ZuQ0 { top:98.6875rem;left:24.8427734375rem;width:21.5625rem;height:12.9375rem;font-size:0.9375rem;display:block; }#ZTyleorAtHLZ8KOusLQwAU82lTv5ZuQ0 li:before{  }
 }@media only screen and (max-width: 763px) { #mxRvQGKiXwWOgNEXvveoyRVUNxNXJaTG { top:116.125rem;left:0rem;width:47.75rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1DCRnaEuRPszBbHDhCfTf22I2fC6nAV { top:119.1875rem;left:0rem;width:21.5625rem;height:4.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1rl25wg5WT1ePGLBiyieVtCEi6dRpIP { top:118.375rem;left:23.679685592651rem;width:23.875rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVdor4ExHoQJw4PlFbLbAWQZEwCk2agf { top:119.8125rem;left:24.837774276733rem;width:21.5625rem;height:8.1875rem;font-size:0.9375rem;display:block; }#KVdor4ExHoQJw4PlFbLbAWQZEwCk2agf li:before{  }
 }@media only screen and (max-width: 763px) { #uisdsnKTFAU2lA6UuVCp8qSOSorG9trq { top:127.6875rem;left:0rem;width:21.5625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQigv9OP6NN9fdpR4omNQTpRe0pTDVd3 { top:127.75rem;left:7.1861209869388rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOpHdv9XGxIJ0HePa1XXveTJDHssOOiI { top:40.9375rem;left:0rem;width:47.75rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcsJKX0MvmClTbiNTJ7ai8xq9SoRbnql { top:48.875rem;left:7.1861209869388rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMiMh3DTwQWybiNOyIEcHqhuH4ptWrMx { top:49.0625rem;left:0rem;width:21.5625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ookeBVzTlBBdgDFwQnbdptQKuBt8czSp { top:45rem;left:0rem;width:21.5625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ao3SP14LTCKmshRL8ldTBCea2OeXFGs2 { top:42.625rem;left:0rem;width:21.5625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1KIbE5epTFRuIAu5tNx41FdqTidQTTI { top:44.0625rem;left:23.6865234375rem;width:23.875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9ebhLTueZMS3T0KaUeCGMeXtPEFCBhh { top:45rem;left:24.83984375rem;width:21.5625rem;height:;font-size:0.9375rem;display:block; }#v9ebhLTueZMS3T0KaUeCGMeXtPEFCBhh li:before{  }
 }@media only screen and (max-width: 763px) { #THt8tDDT1BTemqbOkEDJXuJBJ6SwDlBq { width:18.9375rem;height:3.9375rem;top:135.5625rem;left:14.374769210816rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbbcPoQt6CrKlD6o87ldgnZl9GSNqWP4 { display:block; }
 }@media only screen and (max-width: 763px) { #mIfSmAWd6rBvq5aXyv2vTp6u2RkCluHV { display:block; }#mIfSmAWd6rBvq5aXyv2vTp6u2RkCluHV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z0VcyxoboK8JexqtqdCyOxDQ2K3tMr3b { top:9rem;left:0rem;width:47.75rem;height:55.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwlhyk3mdvOwS9tZFDdznsKhvu8L1NKI { top:3.3125rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpCXwH6r0JAfoF1SnhZhrGTFr0qV9fz0 { top:5.1875rem;left:0rem;width:9.25rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyZlGTJtNHqUCkM39ocTAoW7UexKRnAa { top:5.5625rem;left:38.5rem;width:9.25rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gfn5gn7J8kRVpPaNs9psK4yFU5Fhb7aa { top:67.6875rem;left:0rem;width:47.75rem;height:;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDOAUOA5JBqe6nFZxrwphuT6Qtlx8MoZ { top:68.875rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZowLETrKVeyxEDPzcb3xSEVV4dXCRCAF { width:22.3125rem;height:3.4375rem;top:75.0625rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXGqALn6Ea79902ivTbuJ5nmuBeSJQPB { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5598af72-2c12-4415-80a3-ed9be23bbb14/Projektbeznazwy19.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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) { #DbXQikgV5iMTXHoil7RIDCxcS39gspHI { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7b28e104-c65e-414e-a7fa-32f52b8fa1a2/Projektbeznazwy8.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;z-index:auto;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; }#DbXQikgV5iMTXHoil7RIDCxcS39gspHI.adaptive-delivery-prevent-bg, #DbXQikgV5iMTXHoil7RIDCxcS39gspHI.lazyload, #DbXQikgV5iMTXHoil7RIDCxcS39gspHI.lazyloading { background-image: none; }#DbXQikgV5iMTXHoil7RIDCxcS39gspHI > .row .container { background-color: transparent; background-image: none; }#DbXQikgV5iMTXHoil7RIDCxcS39gspHI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DbXQikgV5iMTXHoil7RIDCxcS39gspHI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DbXQikgV5iMTXHoil7RIDCxcS39gspHI > .row .container > .video-iframe-container { display: none; }#DbXQikgV5iMTXHoil7RIDCxcS39gspHI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DbXQikgV5iMTXHoil7RIDCxcS39gspHI > .row > .video-iframe-container { display: none; }#DbXQikgV5iMTXHoil7RIDCxcS39gspHI > .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); }#DbXQikgV5iMTXHoil7RIDCxcS39gspHI > .row .container { border-width: 0; border-radius: 0; }#DbXQikgV5iMTXHoil7RIDCxcS39gspHI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DbXQikgV5iMTXHoil7RIDCxcS39gspHI > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B0EXq3TaCU7vmkVtEyOw16VT7MyT1hGT { top:7.5625rem;left:2.5625rem;width:12.5rem;height:1.25rem;z-index:15013;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #omU7JixGH1DIa8zu7md9LfE4JVUmNMou { width:20rem;height:11.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #po3a3274DuAtdxbxR9uEkFNbKSqdAzvp { width:16rem;height:3.3125rem;top:12.3125rem;left:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fd3T64HKl6iL821eHoAbw16dp1RlhAUT { display:block; }
 }@media only screen and (max-width: 763px) { #MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 { background-color:#f7f7f7;background-image:url("https://images.assets-landingi.com/uc/3c9257d9-dce2-4479-b2a7-ab5519d66821/Youtubeminiatury18.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4.adaptive-delivery-prevent-bg, #MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4.lazyload, #MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4.lazyloading { background-image: none; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row .container { background-color: transparent; background-image: none; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row .container > .video-iframe-container { display: none; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row > .video-iframe-container { display: none; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .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); }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row .container { width:20rem;height:47.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJWZR2LyanmLowbdiUDZoIE5mTzU1y3w { width:20rem;height:3.25rem;top:41.3515625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dJy1P35pr3ApafLs3ouor4NIh8Ugc4mq { width:20rem;height:1.75rem;top:1.625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VQRF6N1HtJhkq9saUglU1nSOI7gaM5WB { width:16.0625rem;height:0;top:6.0625rem;left:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5TyiVFVUPdX6ZTpr4g7NWtD4AEIel4u { width:17.9375rem;height:4.625rem;top:6.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJkW8mUhfQWAnJ3EAwO2xOLytyNaM4MN { width:16.0625rem;height:2.375rem;top:7.6875rem;left:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIIzI53gLe1Ttdt8QFUKLA6iZ3Ou2BiU { width:18rem;height:4.875rem;top:13.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxAPf22HZ1SLZGTSTGTOIDM4BqQ7t66v { width:15.5rem;height:3.5625rem;top:14rem;left:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypODXKTu1RQRXMl7ZZKGl5qyZ0cks614 { width:16.0625rem;height:0;top:13.5625rem;left:3.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ME3itKPN2ur2rJsVllETlBtKHmpUxcWd { width:18.375rem;height:4.875rem;top:19.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM1KPlWzEe0ppJfsuL2GG2rc7S7epIIO { width:15.25rem;height:2.375rem;top:21.3125rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #slEiuk9vs7i7tf5id0IsUr2rAm2K4ywQ { width:16.0625rem;height:0;top:20.875rem;left:3.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7d7TARhhRwspJNdEga0hvs0y17lvdK8 { width:18.5625rem;height:4.9375rem;top:26.6875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTs8kx3N7f25c3vACrBN8IWvxlvOfs51 { width:16.6875rem;height:3.5625rem;top:27.4375rem;left:3.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u12xOSIL0eFDwEk5oQf6Wq0nm5uKE9hc { width:16.0625rem;height:0;top:29.125rem;left:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmtqVMAT48lJFmwTJT64s9QUBT7S3ps4 { width:2rem;height:2rem;top:5.0625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fu9VDTDtS4DVPOmwrHTwLzTfJm5J2an8 { width:2rem;height:2rem;top:25.5rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #iadbKn3AIdDcMvsTM1tg84SQMf99qqQM { width:2rem;height:2rem;top:12.0625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryTsBJeSpvxkR0TBF2AEDCptfSEd9zzX { width:2rem;height:2rem;top:18.8125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sl0tdQxZvGFKkt7qmfuu3MbVQoBpMzvC { width:16.0625rem;height:0;top:47.9140625rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NS8eEocROsXKcTUm8Ae3FyaHA0t90HmX { width:18.625rem;height:5rem;top:33.5rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICIqBqckegymKDuupGATtEPgmz5cvHoB { width:16.6875rem;height:2.375rem;top:34.6875rem;left:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkEEUBuMQwycHZ3a3PCwfdyysIgbTd6G { width:16.0625rem;height:0;top:35.375rem;left:3.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAyB2QOyypNXrlDNWtVNRoqIIXCDPsVi { width:2rem;height:2rem;top:32.75rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAtNWqWZ8twaWNMJdgmLuJb61eUyAVmi { width:16.0625rem;height:0;top:46.6640625rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRyoBT16UHRTxiuyiEzhMd50K8hLTsBG { background-color:#f7f7f7;background-image:none;display:block; }#hRyoBT16UHRTxiuyiEzhMd50K8hLTsBG > .row .container { background-color: transparent; background-image: none; }#hRyoBT16UHRTxiuyiEzhMd50K8hLTsBG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hRyoBT16UHRTxiuyiEzhMd50K8hLTsBG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hRyoBT16UHRTxiuyiEzhMd50K8hLTsBG > .row .container > .video-iframe-container { display: none; }#hRyoBT16UHRTxiuyiEzhMd50K8hLTsBG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hRyoBT16UHRTxiuyiEzhMd50K8hLTsBG > .row > .video-iframe-container { display: none; }#hRyoBT16UHRTxiuyiEzhMd50K8hLTsBG > .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); }#hRyoBT16UHRTxiuyiEzhMd50K8hLTsBG > .row .container { width:20rem;height:55.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BSOpMQ6aUTDk2ZAvItpvuKrUlKHkVEgQ { width:13.4375rem;height:3rem;top:1.171875rem;left:3.280100941658rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pH8pSuIlmv99Hy6gUNDqXguDKv02u1K2 { width:18.9365234375rem;height:4.4990234375rem;top:47.5283203125rem;left:0.53125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk6pdDWDutcmhzq4y63wui3bos7xbMz1 { display:block; }
 }@media only screen and (max-width: 763px) { #U1qfuAAroamWLXNHqa6Xm4WNySetPh6d { width:16.5625rem;height:20.75rem;top:3.046875rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xD4AB9R52xVqFSZpGHKG2nwTHGzyTw97 { width:17.0625rem;height:4.375rem;top:22.75rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTpaO6V1X4ZEKVeq0nBqZThqc4cwNm9W { width:16.0625rem;height:2.375rem;top:23.75rem;left:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPqCgqm4JWRhyWzbEwKDksV3xisMBHzJ { width:2.3125rem;height:2.3125rem;top:23.8125rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdNpb1D86Tfnhfc5R1LAeviIpuaxzXTp { width:17.1875rem;height:4.5625rem;top:28.25rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnlMMbpbNKGt6VeEBzmSh5FyfPuPMz5C { width:13.5rem;height:2.375rem;top:29.375rem;left:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmpDcvnMXZ7dl6SCPHwax36ff9wgfUfy { width:2.375rem;height:2.375rem;top:29.375rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #ka1rrCNLso9iFp8nJvt6aBwBbhLrpfzg { width:17.6875rem;height:4.375rem;top:40.0625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZEizL2fczWFFgiea4IywofbkVCSy4xg { width:12.8125rem;height:2.375rem;top:41.0625rem;left:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBqysScHCFJKpFSgozqW3qPNkUS6hStR { width:2.5625rem;height:2.5625rem;top:40.9375rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxZcySQWdFQBIWavfZSKl837EdqGli1S { width:17.4375rem;height:4.625rem;top:33.9375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEfGUyQvmaRusAIGHn77qE2bZXXm01DA { width:2.75rem;height:2.75rem;top:34.875rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1xBc7O3SHULxhkWEsCQgT62D6Oz5CCO { width:12.8125rem;height:3.5625rem;top:34.375rem;left:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti { display:block; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { width:20rem;height:12.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ob3nV5GMlTetpTtgc8Ta23oJCo0BJhXD { width:16.0625rem;height:0;top:10.6923828125rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewNRdu1lSLhPMenq5ryAFGrfvdIp5KWi { width:16.0625rem;height:0;top:11.9423828125rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t33VfkVDVzJI6ocqyb7ApAK5bN0BAa0a { width:20rem;height:8.0625rem;top:1.9345703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dA1pdLPmaRLRCFZQT84bgDG3A62iTR2w { background-color:#f7f7f7;background-image:none;display:block; }#dA1pdLPmaRLRCFZQT84bgDG3A62iTR2w > .row .container { background-color: transparent; background-image: none; }#dA1pdLPmaRLRCFZQT84bgDG3A62iTR2w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dA1pdLPmaRLRCFZQT84bgDG3A62iTR2w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dA1pdLPmaRLRCFZQT84bgDG3A62iTR2w > .row .container > .video-iframe-container { display: none; }#dA1pdLPmaRLRCFZQT84bgDG3A62iTR2w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dA1pdLPmaRLRCFZQT84bgDG3A62iTR2w > .row > .video-iframe-container { display: none; }#dA1pdLPmaRLRCFZQT84bgDG3A62iTR2w > .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); }#dA1pdLPmaRLRCFZQT84bgDG3A62iTR2w > .row .container { width:20rem;height:58.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vpOnXg48X5RreW0dOTbU9xK01uU2rveu { width:10.875rem;height:4.5rem;top:11.03125rem;left:7.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#vpOnXg48X5RreW0dOTbU9xK01uU2rveu li:before{  }
 }@media only screen and (max-width: 763px) { #f3pivo9T2CTgazOlMSTULt2ZzwT12O2z { width:19.3125rem;height:3.5rem;top:3.5625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ylem6R1h2yhNb3F5HaS2IHkM22VgGfWv { width:4.9375rem;height:4.9375rem;top:10.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD1wHcJl1cpn4B5aTR8SEyNRMQJwt7hK { width:12.5rem;height:0;top:21.3125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xOU3I440zu1MBVftouKqUakosrZpQEPP { width:12.5rem;height:0;top:22.5625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TB2TvLruit0LV6sdM7nslRc0y8NxBU7U { width:10.5625rem;height:4.5rem;top:21.3125rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#TB2TvLruit0LV6sdM7nslRc0y8NxBU7U li:before{  }
 }@media only screen and (max-width: 763px) { #fif3ZnZflk2DaKA4dJqDnTxWrvTlmeRr { width:20rem;height:4rem;top:49.875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pnUGT5XTPh4bI9Tf2rxQxscIkgqA8anu { width:5.75rem;height:5.75rem;top:19.6875rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyo5ws618qTEO3RcgFJMwxivskXVvOp2 { width:9.75rem;height:3.375rem;top:31.5rem;left:8.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#gyo5ws618qTEO3RcgFJMwxivskXVvOp2 li:before{  }
 }@media only screen and (max-width: 763px) { #PO9SbTm5LtJJRLnmWasvuJb813SWbdNI { width:12.5rem;height:0;top:47.125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s0prTCfArINlF4TNKWwvxuBP3f1QXMeP { width:5.75rem;height:5.75rem;top:29.1875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yubiUP4awbCbhvnh9oURiCToAfoXlu3h { width:5.5rem;height:5.5rem;top:39.125rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGfhAw3yPUTwCoafbcK8JcsLtXKmO3Us { width:10.1875rem;height:4.5rem;top:39.625rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#ZGfhAw3yPUTwCoafbcK8JcsLtXKmO3Us li:before{  }
 }@media only screen and (max-width: 763px) { #TT4d4oWrU2SUBw2TnkBxrZEgbJJT1XIJ { width:12.5rem;height:0;top:58.5625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WiWbJRlTTmu6q5elr5AJHCHXHex6EREO { background-color:#f7f7f7;background-image:url("https://images.assets-landingi.com/uc/3c9257d9-dce2-4479-b2a7-ab5519d66821/Youtubeminiatury18.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;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;display:block; }#WiWbJRlTTmu6q5elr5AJHCHXHex6EREO.adaptive-delivery-prevent-bg, #WiWbJRlTTmu6q5elr5AJHCHXHex6EREO.lazyload, #WiWbJRlTTmu6q5elr5AJHCHXHex6EREO.lazyloading { background-image: none; }#WiWbJRlTTmu6q5elr5AJHCHXHex6EREO > .row .container { background-color: transparent; background-image: none; }#WiWbJRlTTmu6q5elr5AJHCHXHex6EREO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WiWbJRlTTmu6q5elr5AJHCHXHex6EREO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WiWbJRlTTmu6q5elr5AJHCHXHex6EREO > .row .container > .video-iframe-container { display: none; }#WiWbJRlTTmu6q5elr5AJHCHXHex6EREO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WiWbJRlTTmu6q5elr5AJHCHXHex6EREO > .row > .video-iframe-container { display: none; }#WiWbJRlTTmu6q5elr5AJHCHXHex6EREO > .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); }#WiWbJRlTTmu6q5elr5AJHCHXHex6EREO > .row .container { border-width: 0; border-radius: 0; }#WiWbJRlTTmu6q5elr5AJHCHXHex6EREO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WiWbJRlTTmu6q5elr5AJHCHXHex6EREO > .row .container { width:20rem;height:34.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q1s6EAn7BF0K8FMOd68UwTOFNWAzT3dE { width:20rem;height:2rem;top:5.6233978271484rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DRaFGVFU33WMSaVVOudxIXpcdzJwvTlV { width:20rem;height:1.9375rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T1CQfmG6XXDLsphFTfwDLx2A47FbLPyu { display:flex;width:1.875rem;height:1.875rem;top:5.6204071044922rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AzMiEBsaMLfX56k333Rva5mafqyw9z0E { width:19rem;height:4.5rem;top:27.640625rem;left:0.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJAPTP8BG8wmFCBTVuo1mtuNTOXonERf { display:block; }
 }@media only screen and (max-width: 763px) { #G2ITViise6eNZgz5GEzuAKJCASNoAEUx { width:15.1875rem;height:4.125rem;top:4.560546875rem;left:2.40625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }#G2ITViise6eNZgz5GEzuAKJCASNoAEUx li:before{  }
 }@media only screen and (max-width: 763px) { #Z5zOgv6AP9RkyTECtn6wXWlROsSlfDry { width:16.875rem;height:5.5rem;top:9.953125rem;left:2.40625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }#Z5zOgv6AP9RkyTECtn6wXWlROsSlfDry li:before{  }
 }@media only screen and (max-width: 763px) { #y4dcenb79tgi06ralCHo3S13aJt9ulJx { width:16.375rem;height:4.125rem;top:17.328125rem;left:2.40625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }#y4dcenb79tgi06ralCHo3S13aJt9ulJx li:before{  }
 }@media only screen and (max-width: 763px) { #IwheEM2Mowc12UK8rh8lt0nw7aNIldS9 { width:13.9375rem;height:2.75rem;top:22.953125rem;left:2.40625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }#IwheEM2Mowc12UK8rh8lt0nw7aNIldS9 li:before{  }
 }@media only screen and (max-width: 763px) { #OJCqUAXiliAT8e576pyAuNhTP0tCDdwb { display:flex;width:3.5rem;height:3.5rem;top:17.3125rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xXL3UrFkXtMPubuXpTszFU4UyGToXD4D { display:flex;width:3.5rem;height:3.5rem;top:23rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kge7TuBgUt3JECwqiDtsPQOpu2FKfEcs { display:flex;width:3.5rem;height:3.5rem;top:11.5625rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #L23NB7p9E7oJUP4ppWd7cac9bTrpRS7P { display:block; }#L23NB7p9E7oJUP4ppWd7cac9bTrpRS7P > .row .container { width:20rem;height:173.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HfFd0UlWDywtDoqShBE5N1UdlIhl00Q0 { width:5.125rem;height:5.125rem;top:20.4375rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibCQCEDGx468efw2nueiE7xDbCrFb6iK { width:20rem;height:7.125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DusXGNXtdVU50I6VXtuZlD2t65XoGKGQ { display:flex;width:2.8125rem;height:2.8125rem;top:21.625rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #kyBC551U8d3dqtqDpe5LhLpzpBvoMZWt { display:flex;width:2.875rem;height:2.875rem;top:40.0625rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #igtp4ioRl8yhJ1LDMEeiMHWMEH0xTGtd { display:flex;width:2.875rem;height:2.875rem;top:54.9375rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #WdEsIZwyTDCT7A6GvhpDsf3JkWG9g58f { width:5.0625rem;height:5.0625rem;top:38.9375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqsC1eiTGNDqAzQamtsHMTcKR2tgxKTV { width:5.0625rem;height:5.0625rem;top:53.8125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucWBJJWNJiPJOxSkQVFp5T1DGLG3Wh8I { width:20rem;height:5.75rem;top:31.75rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ChyFOKJVGy0dStavN1bQHLoKiOSXqFTn { width:20rem;height:4rem;top:26.8125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wlITyO2RVpMRsEsQtRS9ID4g5cP8Qxh9 { width:20rem;height:2rem;top:44.875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rMCFNwbssZbtfCCHGH43AGOA6H8IFUQt { width:20rem;height:4.5rem;top:46.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iROBTJM01qEg0oHrdfAPGSaznMyp614o { width:20rem;height:4rem;top:60.125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PJ70ta6Co6MZ5FVuE7Dm5s6LUk3UenoT { width:20rem;height:4.3125rem;top:65.375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yIFhLZEQVcaTCK6qcG6cWIlz3ZzLtEJm { width:20rem;height:11.125rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2W0cRn1L9AJ676TC2hlfmqFnd03SLuv { width:20rem;height:7.125rem;top:111.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x3I5G12RiFlucI82I6Xt7983da4EXy6F { width:19.9375rem;height:24.9375rem;top:122.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #byIkN6JOPtlFrlI1kUs8CFZNVFRIQDK4 { width:18.6868095625rem;height:7.125rem;top:119.4375rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kv3oHbJZp90adeTdtmfmomFvv6Oftmm4 { width:19.1875rem;height:26.3125rem;top:147.4375rem;left:0rem;font-size:1.125rem;display:block; }#Kv3oHbJZp90adeTdtmfmomFvv6Oftmm4 li:before{  }
 }@media only screen and (max-width: 763px) { #UCF7fTL7FJnO1R89EaWUiiW9CMsMcQ1t { width:20rem;height:36.375rem;top:109.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuO7KyBTiJ9KzCrkGid5l6merktxp2Tz { width:20rem;height:1rem;top:142.9306640625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jty45Ma6BighsysOitbhcICQFBVrdEOA { width:20rem;height:4rem;top:94.8125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mBsP9UU8mIqvac7JtrX1nBDOqydqPLEB { width:5.0625rem;height:5.0625rem;top:88.5rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPQH9CosbpBeAefUycyfB1GEnFloQ5TU { display:flex;width:3.5rem;height:3.5rem;top:89.3125rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #zDvZ2wPKGDBGJdlMnrW3r77kz5iVav3p { width:20rem;height:8.625rem;top:99.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNbRTBedEGQneLpuGwHvaVTTTv2FPxZQ { width:20rem;height:2.875rem;top:83rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPy5sLZomPZi8mMknJS03vrw1sApDSxv { width:20rem;height:4rem;top:78.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DtM6HTOxUZiSmH9EzSgSMZHe8moSZWc7 { width:5.0625rem;height:5.0625rem;top:72.4375rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OauJDFKhw87oV7gyM50k1xNekFf9gQqc { display:flex;width:2.875rem;height:2.875rem;top:73.5625rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #zSFPGMtg6XiTiecTklhRwI7tFzcHLaip { display:block; }#zSFPGMtg6XiTiecTklhRwI7tFzcHLaip > .row .container { width:20rem;height:11.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b2IATP3HDDRifWWASAGwnOXsDRTdJ72R { width:19.1865806875rem;height:4.75rem;top:1.1948852539062rem;left:0.40556073188782rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #C5EcbrNeReU5kQsrIqT7XlFFQTCURxuG { width:18rem;height:3.4375rem;top:7.14955759375rem;left:1rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtiLzeXUAZePPQWU5KDZ0kwnuSy5FDmx { display:block; }
 }@media only screen and (max-width: 763px) { #nVJU2vIoVb49OWDeML9M2k5oADvI435T { display:block; }#nVJU2vIoVb49OWDeML9M2k5oADvI435T > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #syMX8Q1ugdryiXKhzIAtqE34GdaXuiQL { width:20rem;height:4.75rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JVITT7FRSesBkRBcOx715Amt3FQAlWOn { width:18.9365234375rem;height:3.9365234375rem;top:46.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bm4s1eTSNTNVvTswmTaHR6oHS8hPbHym { display:block; }
 }@media only screen and (max-width: 763px) { #P2FcHHrHkLc4CTLBFEmcPmiHzdf2rNri { width:20rem;height:3.375rem;top:40.875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wnfh3NpkisTA4NxTArkDPHopgZFh3SXb { width:19rem;height:4.75rem;top:8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRLmqrgQZcKOroRhKr11PFvnzObq4Gq5 { width:16.0625rem;height:2.5rem;top:9.125rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmpTipJBrzEEdouFiNCmGiMVJhoID26p { display:flex;width:1.9375rem;height:1.9375rem;top:8.875rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #o2PgyoaRGT2boiUcQJmn944yXmRuFWDG { width:20rem;height:1.5625rem;top:25.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aQ6DAiyZvAHwF7C3k1B2sh5vIWXCP0Cm { width:19.25rem;height:4.9375rem;top:20.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pgi29gRfzR07eDmKr96RfK5yZBZnZWwm { width:16.0625rem;height:2.5rem;top:21.5625rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lu1FBvbAyNwpCpRfv6JBmbGtqbizITIV { display:flex;width:1.9375rem;height:1.9375rem;top:21.75rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #rpGfBMFs4OsA7DzHs3ZvdhRQMeXX3Ewc { width:19.25rem;height:4.75rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5op7zWXLxhdO7ZuhhJn8HiytEkH1dTI { width:15.0625rem;height:2.5rem;top:15.46875rem;left:3.9365234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgLigVpQxbkaELrD5fo0zSvhBxa2cCU1 { display:flex;width:1.9375rem;height:1.9375rem;top:15.75rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #l0I9neZkCxTWlZ26zQRr5ZJJIFtcI37h { width:17.4375rem;height:0;top:29.9375rem;left:2.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hOcgUtZ9TANX0yu2RL43hhGlmTZDvdmA { width:19.375rem;height:4.75rem;top:27.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLx0ia34TrnovM7Pzvt8eU9tGRJUGhLB { width:16.0625rem;height:2.5rem;top:28.25rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZbu1qOersdmoa93ucFWHtMyriOZvuZd { display:flex;width:1.9375rem;height:1.9375rem;top:28.4375rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #WcQDuJfXUhITLUP55qwz9mwfbIpqKCpf { width:19.5rem;height:4.9375rem;top:33.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EufT0HQqW0g7hHvBk3HUlOXRA0NwE4Tu { width:14.875rem;height:2.5rem;top:34.75rem;left:4.1240234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTTkByxCpirabk06QLuLUh5p382ugAWG { display:flex;width:1.9375rem;height:1.9375rem;top:34.875rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #pmu7399irStzMT0U7JoPh8yV3aL7SDwn { background-color:#f8f8f8;background-image:none;display:block; }#pmu7399irStzMT0U7JoPh8yV3aL7SDwn > .row .container { background-color: transparent; background-image: none; }#pmu7399irStzMT0U7JoPh8yV3aL7SDwn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmu7399irStzMT0U7JoPh8yV3aL7SDwn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmu7399irStzMT0U7JoPh8yV3aL7SDwn > .row .container > .video-iframe-container { display: none; }#pmu7399irStzMT0U7JoPh8yV3aL7SDwn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmu7399irStzMT0U7JoPh8yV3aL7SDwn > .row > .video-iframe-container { display: none; }#pmu7399irStzMT0U7JoPh8yV3aL7SDwn > .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); }#pmu7399irStzMT0U7JoPh8yV3aL7SDwn > .row .container { width:20rem;height:23.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ac3AVgLPZI1J5sRttyUdkAgbITLHFUdU { width:20rem;height:2.375rem;top:2.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yvhugb3u2tHf2p86DTODiigdLG0LsfCP { width:15.7490234375rem;height:7.8125rem;top:6.0830078125rem;left:2.623046875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gnGhK8yl0ITD7ZHscaXwZuexA7cQbif9 { width:20rem;height:4.6875rem;top:15.841796875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZumxTWKiJeT8UXXU9CiZfFwxEp01P8hB { display:flex;width:3.125rem;height:3.125rem;top:37.817159632812rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OsEhrvass6WOSssq4Cn1XZEN8cdvmhUo { display:flex;width:1.3125rem;height:1.3125rem;top:6.0830078125rem;left:0.966796875rem; }
 }@media only screen and (max-width: 763px) { #SuZ4q6efZ9BkVAJfPLQFW4Hev97USBE6 { display:flex;width:1.3125rem;height:1.3125rem;top:9.3330078125rem;left:0.966796875rem; }
 }@media only screen and (max-width: 763px) { #UXDfoW9a9recHWSTMToUSd4zRldTtCEs { display:block; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row .container { width:20rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z8PiOgOosG1KwAWwmXhL3kV6TN5JfTrZ { width:19.1865234375rem;height:6.1875rem;top:1.3193359375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JC69TfeD3ZUMyb4E9h6VpHHT8edkaNvM { display:block; }#JC69TfeD3ZUMyb4E9h6VpHHT8edkaNvM > .row .container { width:20rem;height:155rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KAXLBSTl0DTPt4xey9WQhqtesQN54Tla .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#KAXLBSTl0DTPt4xey9WQhqtesQN54Tla .widget-text.counter-number { padding-top:0.364375rem;padding-right:0.32rem;padding-bottom:0.364375rem;padding-left:0.32rem;width:1.92rem;min-width:1.92rem;height:1.956875rem;font-size:1.45625rem;line-height:31.31px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#KAXLBSTl0DTPt4xey9WQhqtesQN54Tla .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2275rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.560625rem;height:0.773125rem;font-size:0.54625rem;line-height:12.37px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#KAXLBSTl0DTPt4xey9WQhqtesQN54Tla { display:flex;width:14.25rem;height:3.685546875rem;top:14.6806640625rem;left:2.361328125rem;padding-top:0.505rem;padding-right:0.5125rem;padding-bottom:0.505rem;padding-left:0.5125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #KAXLBSTl0DTPt4xey9WQhqtesQN54Tla #gt4cpfrXTlbydIOLgwiqtd6mPabhZc1D { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KAXLBSTl0DTPt4xey9WQhqtesQN54Tla #MTXtJJIJDaNEr1eb9MBHFXt91utPN8p2 {  }
 }@media only screen and (max-width: 763px) { #KAXLBSTl0DTPt4xey9WQhqtesQN54Tla #h1qRGxPbgNVLwWR73nUKz4viXtDqEcDK {  }
 }@media only screen and (max-width: 763px) { #KAXLBSTl0DTPt4xey9WQhqtesQN54Tla #WByMZZSOZoTkgLO0kaoRFN6XXCMcnKhQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KAXLBSTl0DTPt4xey9WQhqtesQN54Tla #tFydSGsuGilVGt8S5Wh3KtSOxtl7rOkV {  }
 }@media only screen and (max-width: 763px) { #KAXLBSTl0DTPt4xey9WQhqtesQN54Tla #ikfSQXMQrei1ZwS8LfMJ2G94AuULTHtV {  }
 }@media only screen and (max-width: 763px) { #KAXLBSTl0DTPt4xey9WQhqtesQN54Tla #hiXEyLSNFofmEhST5ODd1THvvVebqZwo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KAXLBSTl0DTPt4xey9WQhqtesQN54Tla #JJyTnTxdL4mcfRl6Op1OZJzo3m3GPVe7 {  }
 }@media only screen and (max-width: 763px) { #KAXLBSTl0DTPt4xey9WQhqtesQN54Tla #vqNEKpxPcLGdi52pnIggTJLsotHdsPWW {  }
 }@media only screen and (max-width: 763px) { #KAXLBSTl0DTPt4xey9WQhqtesQN54Tla #tEi6GntT9SPLUJ6usfTWhLgCVWnETozH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KAXLBSTl0DTPt4xey9WQhqtesQN54Tla #Vu8Z8uaxIDbtp3MNHztOU0WeiaNm5cD7 {  }
 }@media only screen and (max-width: 763px) { #KAXLBSTl0DTPt4xey9WQhqtesQN54Tla #T6gq2uo1oEnx2WOB23GqI5nBxcIov8Du {  }
 }@media only screen and (max-width: 763px) { #ifVG7l8PE1rFM6ZlRNqSXnh3GEX96IGd { width:20rem;height:3.5rem;top:11.1806640625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wKrZ6AAHiWxZUOopt6iv64yIdg8vzHxa { width:17.5rem;height:31.125rem;top:32.71875rem;left:1.25rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHxt0RddM09QolvXR0EyrzRCn2KOMHAr { width:13.4375rem;height:3.5625rem;top:36.625rem;left:3.3125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EMRLiKbNIsPruFNv9okbc9MCqlmz4lIf { width:17.1875rem;height:3.375rem;top:54.125rem;left:1.40625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GrSUWlWfJMriISuNv7b0g0i0BuHUrd1U { width:15.6875rem;height:2.5625rem;top:103.25rem;left:2.40625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0TQqR22B0SNpVVqWuygI3wqVnTiEMoT { display:block; }
 }@media only screen and (max-width: 763px) { #JM13yAxao7rTSlpATesROIbhO4l7R0p6 { width:16.25rem;height:11.25rem;top:41.25rem;left:1.875rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wNTOALU7e2EQI9evTTr6STe8I9nugxVg { width:20rem;height:3.375rem;top:19.3759765625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HSsb7Nmfpngwc3algF5l8H5v2l2W612B { width:17.8125rem;height:40.4375rem;top:68.375rem;left:1.09375rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pku5HXzc9WImRP3VGambeKO0br5xH2v9 { width:17.875rem;height:42.4375rem;top:110.5625rem;left:1.0625rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4NcTzCeCeVzDWB82qocys5eBxCkkooz { width:16.25rem;height:9.375rem;top:79.1875rem;left:1.875rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CORtKPDHtxiRgZyeEmGzJWIuZ6H55tWs { width:16.25rem;height:9.375rem;top:119.875rem;left:1.875rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #g2HFrF7lwdAW4J0fhsDk8itq3oHQRMQu { width:15rem;height:3.5625rem;top:74.125rem;left:2.4375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #txxP31f20cLK8wUpS55xwh7R94gnDqlO { width:14.25rem;height:2.375rem;top:115.375rem;left:2.875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DzThLNqkeMDXwrOEqna9eWBLgz06ohHK { width:17.1875rem;height:1.6875rem;top:98.78125rem;left:1.40625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TGggWedVDgqLZLaDDNukT3RViVi3bF9M { width:17.1875rem;height:1.6875rem;top:144.6875rem;left:1.40625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OJTWDZV1gZGFH1HvTv9lqS73a8ywRURT { width:13rem;height:2.9375rem;top:67.0625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ormVHbauwco3yzkenI44HWyDuvnbDV7G { width:13.4375rem;height:1.5625rem;top:67.75rem;left:3.28125rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Xn5e0nUJzmdCln1wTeSPqaSeCq8zSzVc { width:20rem;height:4.75rem;top:25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hmVX79ZfiD3KH5pbl8dAmwmBTowLVBQa { width:15.75rem;height:2.5625rem;top:58.25rem;left:2.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOqh8LLAApLtGcsQoMz3AMuHv3OasR0H { display:block; }
 }@media only screen and (max-width: 763px) { #xOkcehLEKANgzRZhLnBpJpO1F3OnuUOz { width:14.6875rem;height:2.5625rem;top:148.5625rem;left:3.21875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPUTwC6LT6WTadQaqzET3TmPIeVCRaVb { display:block; }
 }@media only screen and (max-width: 763px) { #g77gdLOqlNF53SF3wwXqH3UEPRS2ilXM { width:20rem;height:0.625rem;top:56.9375rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JcxJ04k26ohlQwZITWbJnbTryPfGT2Zu { width:16.25rem;height:8.4375rem;top:88.5625rem;left:1.875rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pKIVh6fFvang9azfpAlH5a31b6AUS42Z { width:16.25rem;height:2.8125rem;top:137.6875rem;left:1.875rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tFpB51TOvR8llETVMA6TOXB9K69xdQtL { width:11.25rem;height:0;top:49.875rem;left:8.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcEFDpZLFzS6KDlTfX0JiGS02o3MX7xk { width:11.1875rem;height:0;top:101.75rem;left:8.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QscSpqW166p2oNbBVRXdDQihouF4cUed { width:20rem;height:0.625rem;top:101.4375rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k37ImTDutPDHaiUztaGLqlHQbOXIpNrL { width:16.25rem;height:8.4375rem;top:129.25rem;left:1.875rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HvEzcKRETK3w2SirOdhE3eBgB6XxNLvm { width:13.4375rem;height:1.625rem;top:34.1875rem;left:3.3125rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #oROOzx3bAcdq15gIXHxqPEnc9xBOnuOy { width:15rem;height:1.625rem;top:72rem;left:2.5rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SSS5mMOUxN0Dkix0xhme6oF7twRz82hX { width:15.875rem;height:1.625rem;top:112.875rem;left:2.0625rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fiy3r9WAid4HNyd1GpAcFHga84tJVIwe { width:12.9375rem;height:0.625rem;top:147.375rem;left:3.53125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WRCXWhwbOZg5sq2pyeRETL3R0UHdoPBC { width:19.4375rem;height:10.875rem;top:0.9306640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaET36kbzbECEDHzO4MzzQiexw4oBSyu { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IaET36kbzbECEDHzO4MzzQiexw4oBSyu > .row .container { background-color: transparent; background-image: none; }#IaET36kbzbECEDHzO4MzzQiexw4oBSyu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaET36kbzbECEDHzO4MzzQiexw4oBSyu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaET36kbzbECEDHzO4MzzQiexw4oBSyu > .row .container > .video-iframe-container { display: none; }#IaET36kbzbECEDHzO4MzzQiexw4oBSyu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaET36kbzbECEDHzO4MzzQiexw4oBSyu > .row > .video-iframe-container { display: none; }#IaET36kbzbECEDHzO4MzzQiexw4oBSyu > .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); }#IaET36kbzbECEDHzO4MzzQiexw4oBSyu > .row .container { border-width: 0; border-radius: 0; }#IaET36kbzbECEDHzO4MzzQiexw4oBSyu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IaET36kbzbECEDHzO4MzzQiexw4oBSyu > .row .container { width:20rem;height:99.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vm52FKXdcxFExGIgRwoxBsWrKSirTtHi { width:16.4375rem;height:7.125rem;top:2.6650390625rem;left:1.65625rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ObSGQSoNCX9MBM05FTk1I01NcfR2S8yq { width:20rem;height:5.6875rem;top:32.83984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkO01TIziRMpQvOMbcatwtb1I5IgrgBm { width:20rem;height:10.8125rem;top:39.9921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMuBkKKpcEODTJKgRLsxyKyTUyKJxed0 { width:18rem;height:5.75rem;top:25.6650390625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEGHfPfN1AA5Vaqdkp5xHtBPbFHQ40WG { width:18rem;height:13.0625rem;top:11.785385625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIczxBJOp1ZG6anUOIBqIRsyAn2hsaQ3 { width:15.5rem;height:14.625rem;top:51.7421875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIUysnEeRUqCZJfeRGyXlleLUI4RsLUs { width:18.3125rem;height:15.9375rem;top:83.7421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGNGnlur2TBPI1cz47iMztzagoaMMtm3 { width:20rem;height:14.375rem;top:67.4921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7D8qpacAnwJsLF4N0O3WC7mwgqZ8lXI { display:block; }#m7D8qpacAnwJsLF4N0O3WC7mwgqZ8lXI > .row .container { width:20rem;height:175.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fD8llnrthp2D2GRkFtoGuectU1Kxb8Td { width:16.6865234375rem;height:4.75rem;top:1.6025390625rem;left:1.65625rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FAkCw3BpLmG2PxTEMaDSx0zDClGR7Nlb { width:16.5625rem;height:16.5625rem;top:8rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKCXThRbETiSTnItXZRlDsxN0esJ69or { width:18.9375rem;height:16.757080964788rem;top:25.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NV4wccqFUgXanb3iPLTyxPuaS8a8c9TE { width:19.8125rem;height:17.0078125rem;top:62.6904296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzLsMcllqRClsTXN7uzoy2ApzvP4q8ct { width:15.4375rem;height:16.681640625rem;top:80.8857421875rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT8JzEXqXXpylp7tGOfi1pI24NaptfDO { width:17.6875rem;height:16.6904296875rem;top:43.9375rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbEhz2c8nO70q8CsVhkgT4IbDeuThIUF { width:18.75rem;height:16.755859375rem;top:98.7548828125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVfkUpw2UAxRo51OJawRTE1RESSPW5UT { width:18.6875rem;height:17rem;top:116.9482421875rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfzALV98QvuKdCQeChd6TTh6rZTJrTMw { width:18.625rem;height:16.875rem;top:135.1357421875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uA5yg1QT4JZcB6CROmTNGm43fUcbh0PX { width:18.5625rem;height:16rem;top:153.3857421875rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEZ5kq0m3waC1ZhU4TTZvhoxmIiTB48s { width:19rem;height:3.4375rem;top:171.07375575rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vK3uJu4J7s0zxAcb14l09LL7BcNa7evE { display:block; }
 }@media only screen and (max-width: 763px) { #EezuVNHQTM5ETaODkdP0xTztc9t1FWRT { background-color:#f3f3f3;background-image:none;display:block; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container { background-color: transparent; background-image: none; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container > .video-iframe-container { display: none; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row > .video-iframe-container { display: none; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .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); }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container { width:20rem;height:95rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mik2RMTzOtcdg4thIA99r7qiNUoy2VWw { width:20rem;height:6rem;top:2.3226318359375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iN83fN6qtRirJJIrSI5sFxpg9SIA6zG7 { width:18.75rem;height:57rem;top:37.73779296875rem;left:0.62385106086731rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gPBW41B2PCqL1wbPmuDUg2HHXM55yXxh { width:17.25rem;height:26.9375rem;top:9.4179077148438rem;left:1.0926011800766rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVzZ0lmBtEsZE07XMaqFT1cblORRAyO3 { display:block; }#AVzZ0lmBtEsZE07XMaqFT1cblORRAyO3 > .row .container { width:20rem;height:175.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rf1c5dE7DuMrZd3IDlWdK4yDtIbrbp2m { width:20rem;height:4.75rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mel8eLd3knLF2vR88GQSr3CkT28rGhHs { width:20rem;height:32.25rem;top:7.2041015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhpaU5u3tLqx5VqbkKXnivudBLTfKwor { width:16.5625rem;height:2.4375rem;top:9.6435852050781rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdvGnvv3Gshcb1RTFlMqXAtTwFogRD1y { width:13.4375rem;height:3.25rem;top:12.579284667969rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DL0z2RoTQ9w4F3pGr4PZMxTlbEn6NFeZ { width:17.5rem;height:16.8125rem;top:19.762145996094rem;left:1.2488511800766rem;font-size:0.9375rem;display:block; }#DL0z2RoTQ9w4F3pGr4PZMxTlbEn6NFeZ li:before{  }
 }@media only screen and (max-width: 763px) { #hpfTBrrZemdw7ks60OWWqdxyfBzQoKXK { width:15.1240806875rem;height:1.625rem;top:17.264465332031rem;left:1.2477022409439rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnUdKCVxikBVbp7GXO8709yRM5omAKT1 { display:flex;width:1.75rem;height:1.75rem;top:26.173025611328rem;left:10.122932434082rem;display:none; }
 }@media only screen and (max-width: 763px) { #rXhlX5PuZXOWSOoGt60e4doI0K6OAmBS { width:20rem;height:20.25rem;top:9.392233375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bCWpvDutByESJ8MmV9LplhvKXaa94BUv { width:20rem;height:26.5625rem;top:62.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfAWo5e13Vy7dKrKayOJhdaDfXd684H6 { width:14.4990806875rem;height:4.875rem;top:64.5rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIpXBkyMXu3TnTCx3X9u3dnBCr8XvlSt { width:7.8125rem;height:1.625rem;top:69.25rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnzpJzOiBT1u2WteGti1giQ2O3oWfkdu { width:18.1870403125rem;height:12.1875rem;top:74.625rem;left:0.875rem;font-size:0.9375rem;display:block; }#TnzpJzOiBT1u2WteGti1giQ2O3oWfkdu li:before{  }
 }@media only screen and (max-width: 763px) { #qZSryTCdp7vyPOXVZxGvB7IkFNT7GL2x { width:10.8122701875rem;height:1.625rem;top:72.3125rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqUOWqBr7XusHcCLKmlRKx5cfAOhl3Gp { display:flex;width:1.75rem;height:1.75rem;top:111.78053903906rem;left:10.124080657959rem;display:none; }
 }@media only screen and (max-width: 763px) { #DA9dOkQXZ4fnnBm2FNEvqKIf4rzbts5T { width:20rem;height:13.3125rem;top:101.65071726172rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vz2LpKWQWg3TvnurBvRMZTT5WOSsUB4R { width:20rem;height:20.6875rem;top:91.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAk6ToNitKBtKCnKQdgar8c0bFJGL1KD { width:12.7493105rem;height:4.875rem;top:93.625rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSobTbNBnw3F5pXlQ6FIDDdM2OM1sa33 { width:20rem;height:10rem;top:120.6937165293rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UzbMI18JPIC5M9HhKcw1oawKrcTlTI3z { width:17.625rem;height:7.75rem;top:102.4375rem;left:1.25rem;font-size:0.9375rem;display:block; }#UzbMI18JPIC5M9HhKcw1oawKrcTlTI3z li:before{  }
 }@media only screen and (max-width: 763px) { #iHfbmal06Tn5ab4pm69q2Nni0TosTvSe { width:12.5rem;height:1.625rem;top:100.125rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #piyIod0yUq7dcJD5Lma0chb5eZatHSpN { display:flex;width:1.75rem;height:1.75rem;top:128.53032541601rem;left:10.124080657959rem;display:none; }
 }@media only screen and (max-width: 763px) { #FNMsmJgMsxAPwRr0Tqf5Dh20hP4fZBDW { width:20rem;height:28.4375rem;top:114.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfA5pErAZ3N1TlsrwQsahkpzpfRHMOBG { width:13.9993105rem;height:4.875rem;top:116.0625rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sk779UlZci2zzHVTtS3ha960pqwXuiCo { width:13.1870403125rem;height:3.25rem;top:120.9375rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFudexV7L3n0cy1hFWlN2cOHFMMnSBZ2 { width:15.6870403125rem;height:1.625rem;top:125.4375rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6OOQT33ShUoUw1oFlEiQImwynEgtmE3 { display:flex;width:1.75rem;height:1.75rem;top:133.59880686132rem;left:10.124080657959rem;display:none; }
 }@media only screen and (max-width: 763px) { #RGdDpAyxeJKaNPTasfiwtBT8mZi1TmBl { width:20rem;height:15.5rem;top:121.82836008399rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZTyleorAtHLZ8KOusLQwAU82lTv5ZuQ0 { width:17.6240806875rem;height:13.125rem;top:127.5rem;left:1.1875rem;font-size:0.9375rem;display:block; }#ZTyleorAtHLZ8KOusLQwAU82lTv5ZuQ0 li:before{  }
 }@media only screen and (max-width: 763px) { #mxRvQGKiXwWOgNEXvveoyRVUNxNXJaTG { width:20rem;height:21.3125rem;top:144.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1DCRnaEuRPszBbHDhCfTf22I2fC6nAV { width:14.2497701875rem;height:4.875rem;top:146rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1rl25wg5WT1ePGLBiyieVtCEi6dRpIP { width:20rem;height:11.125rem;top:159.67602539062rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KVdor4ExHoQJw4PlFbLbAWQZEwCk2agf { width:16.6245403125rem;height:8.9375rem;top:154.6875rem;left:1.1875rem;font-size:0.9375rem;display:block; }#KVdor4ExHoQJw4PlFbLbAWQZEwCk2agf li:before{  }
 }@media only screen and (max-width: 763px) { #uisdsnKTFAU2lA6UuVCp8qSOSorG9trq { width:16.4993095625rem;height:1.625rem;top:152.5rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQigv9OP6NN9fdpR4omNQTpRe0pTDVd3 { display:flex;width:1.75rem;height:1.75rem;top:151.06777048437rem;left:10.124080657959rem;display:none; }
 }@media only screen and (max-width: 763px) { #hOpHdv9XGxIJ0HePa1XXveTJDHssOOiI { width:20rem;height:19.125rem;top:41.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcsJKX0MvmClTbiNTJ7ai8xq9SoRbnql { display:flex;width:1.75rem;height:1.75rem;top:78.011709693363rem;left:10.124080657959rem;display:none; }
 }@media only screen and (max-width: 763px) { #IMiMh3DTwQWybiNOyIEcHqhuH4ptWrMx { width:15.9995403125rem;height:1.625rem;top:50.625rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ookeBVzTlBBdgDFwQnbdptQKuBt8czSp { width:16.3120403125rem;height:3.25rem;top:45.75rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ao3SP14LTCKmshRL8ldTBCea2OeXFGs2 { width:17.2495403125rem;height:2.4375rem;top:43.3125rem;left:1.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1KIbE5epTFRuIAu5tNx41FdqTidQTTI { width:20rem;height:7.1875rem;top:73.143820289063rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #v9ebhLTueZMS3T0KaUeCGMeXtPEFCBhh { width:17.6240806875rem;height:5.625rem;top:52.875rem;left:1.1875rem;font-size:0.9375rem;display:block; }#v9ebhLTueZMS3T0KaUeCGMeXtPEFCBhh li:before{  }
 }@media only screen and (max-width: 763px) { #THt8tDDT1BTemqbOkEDJXuJBJ6SwDlBq { width:18.9375rem;height:3.9375rem;top:168.9033203125rem;left:0.53125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbbcPoQt6CrKlD6o87ldgnZl9GSNqWP4 { display:block; }
 }@media only screen and (max-width: 763px) { #mIfSmAWd6rBvq5aXyv2vTp6u2RkCluHV { display:block; }#mIfSmAWd6rBvq5aXyv2vTp6u2RkCluHV > .row .container { width:20rem;height:118rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z0VcyxoboK8JexqtqdCyOxDQ2K3tMr3b { width:19.2497691875rem;height:95.3125rem;top:7.22607421875rem;left:0.37224268913269rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pwlhyk3mdvOwS9tZFDdznsKhvu8L1NKI { width:20rem;height:3rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BpCXwH6r0JAfoF1SnhZhrGTFr0qV9fz0 { width:9.25rem;height:0.375rem;top:5.5rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyZlGTJtNHqUCkM39ocTAoW7UexKRnAa { width:9.25rem;height:0.25rem;top:10.125rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gfn5gn7J8kRVpPaNs9psK4yFU5Fhb7aa { width:20rem;height:0;top:110.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pDOAUOA5JBqe6nFZxrwphuT6Qtlx8MoZ { width:20rem;height:7rem;top:105.09375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZowLETrKVeyxEDPzcb3xSEVV4dXCRCAF { width:19rem;height:3.4375rem;top:113.076171875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXGqALn6Ea79902ivTbuJ5nmuBeSJQPB { display:block; }
 }