.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmPSIrSBKHBd3nfrrOo5ogCsk3LdtzHh { 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;z-index:auto;display:block; }#dmPSIrSBKHBd3nfrrOo5ogCsk3LdtzHh > .row .container { background-color: transparent; background-image: none; }#dmPSIrSBKHBd3nfrrOo5ogCsk3LdtzHh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmPSIrSBKHBd3nfrrOo5ogCsk3LdtzHh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmPSIrSBKHBd3nfrrOo5ogCsk3LdtzHh > .row .container > .video-iframe-container { display: none; }#dmPSIrSBKHBd3nfrrOo5ogCsk3LdtzHh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmPSIrSBKHBd3nfrrOo5ogCsk3LdtzHh > .row > .video-iframe-container { display: none; }#dmPSIrSBKHBd3nfrrOo5ogCsk3LdtzHh > .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); }#dmPSIrSBKHBd3nfrrOo5ogCsk3LdtzHh > .row .container { border-width: 0; border-radius: 0; }#dmPSIrSBKHBd3nfrrOo5ogCsk3LdtzHh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dmPSIrSBKHBd3nfrrOo5ogCsk3LdtzHh > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:60rem;position:relative;display:block; }#IKf44ouLOBx8BFMCV5o7EaRCuySv0Ion .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; }
#IKf44ouLOBx8BFMCV5o7EaRCuySv0Ion .widget-text.counter-number { border-top:0.231875rem solid #b30350;border-left:0.234375rem solid #b30350;border-right:0.234375rem solid #b30350;border-bottom:0.231875rem solid #b30350;background-color:transparent;background-image:none;color:#2a2a2a;padding-top:0.463125rem;padding-right:0.410625rem;padding-bottom:0.463125rem;padding-left:0.410625rem;display:block;align-items:center;width:2.463125rem;min-width:2.463125rem;height:2.49rem;position:relative;font-family:poppins;font-size:1.853125rem;font-weight:700;line-height:39.84px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IKf44ouLOBx8BFMCV5o7EaRCuySv0Ion .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.289375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.284375rem;height:0.984375rem;position:relative;font-family:poppins;font-size:0.695rem;font-weight:400;line-height:15.75px;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; }
#IKf44ouLOBx8BFMCV5o7EaRCuySv0Ion { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:19rem;height:5.15375rem;padding-top:0.579375rem;padding-right:0.58625rem;padding-bottom:0.579375rem;padding-left:0.58625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:31.96875rem;z-index:15017; }
#IKf44ouLOBx8BFMCV5o7EaRCuySv0Ion #Ir0rdMwNAIwWePnA1rDqVzWRKIfVXrhz { display:flex;position:relative;top:0rem;left:0rem; }
#IKf44ouLOBx8BFMCV5o7EaRCuySv0Ion #MV2gdss24R5FPNSAFcbxgRFhZMVgg0Go { width:auto; }
#IKf44ouLOBx8BFMCV5o7EaRCuySv0Ion #aCscoNfq7CBf0dD8oXmkQAsC1eO2GfnJ {  }
#IKf44ouLOBx8BFMCV5o7EaRCuySv0Ion #WNT3kvPbfFO97cGhGvlGoEog6QZwQMeZ { display:flex;position:relative;top:0rem;left:0rem; }
#IKf44ouLOBx8BFMCV5o7EaRCuySv0Ion #E1uEypcgP0Rin52dPVwSAqGgedr1O4fw {  }
#IKf44ouLOBx8BFMCV5o7EaRCuySv0Ion #Q749BtDA1FzqVIB8A9hreES0XBOUH5Vy {  }
#IKf44ouLOBx8BFMCV5o7EaRCuySv0Ion #wf4qgoxQDBCDZSCNiepg6QW4q6Evkqze { display:flex;position:relative;top:0rem;left:0rem; }
#IKf44ouLOBx8BFMCV5o7EaRCuySv0Ion #bhiv33698bWvn6IGUKHavzyh4VTamTsX {  }
#IKf44ouLOBx8BFMCV5o7EaRCuySv0Ion #xiTy9nvO09M0Ukg1a4upxZ44Id16U6cF {  }
#IKf44ouLOBx8BFMCV5o7EaRCuySv0Ion #w1VTZddSxntsQb6u5a8QAX1UlTv9caiE { display:flex;position:relative;top:0rem;left:0rem; }
#IKf44ouLOBx8BFMCV5o7EaRCuySv0Ion #TRTmD5H44A5G8f2DaazJNBeS1z9LxdTn {  }
#IKf44ouLOBx8BFMCV5o7EaRCuySv0Ion #RIsyG0LFImN9RxyIXX8AbPlGsr3MNhP0 {  }
#A6Jky5fftTyhnmgJxZkbKf8fv2TWV0zy { color:#8c023f;display:block;width:51.375rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:2.1748046875rem;left:1.75rem;height:2.2749rem;display:block; }
#XDZq7CK0elTlvhg5pVVU7LJTClkofpnG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f2bac4ca-f19e-4c5e-8503-171e08f176c0/Projektbeznazwy.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XDZq7CK0elTlvhg5pVVU7LJTClkofpnG.adaptive-delivery-prevent-bg, #XDZq7CK0elTlvhg5pVVU7LJTClkofpnG.lazyload, #XDZq7CK0elTlvhg5pVVU7LJTClkofpnG.lazyloading { background-image: none; }#XDZq7CK0elTlvhg5pVVU7LJTClkofpnG > .row .container { background-color: transparent; background-image: none; }#XDZq7CK0elTlvhg5pVVU7LJTClkofpnG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XDZq7CK0elTlvhg5pVVU7LJTClkofpnG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XDZq7CK0elTlvhg5pVVU7LJTClkofpnG > .row .container > .video-iframe-container { display: none; }#XDZq7CK0elTlvhg5pVVU7LJTClkofpnG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XDZq7CK0elTlvhg5pVVU7LJTClkofpnG > .row > .video-iframe-container { display: none; }#XDZq7CK0elTlvhg5pVVU7LJTClkofpnG > .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); }#XDZq7CK0elTlvhg5pVVU7LJTClkofpnG > .row .container { border-width: 0; border-radius: 0; }#XDZq7CK0elTlvhg5pVVU7LJTClkofpnG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XDZq7CK0elTlvhg5pVVU7LJTClkofpnG > .row .container { font-size:0.875rem;font-family:arial;height:48.375rem;width:60rem;position:relative;display:block; }#NLNxIKvAzozZlC8o1ovou7M4oQUSoVSZ { color:#e0eff6;display:block;width:25rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:12.375rem;left:6.125rem;height:3.8994125rem;display:block; }
#xUpC7nzDQPpiJ43eEmpz8Wdiu7pT0Z94 { color:#e0eff6;display:block;width:24.75rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:18.3125rem;left:4.5rem;height:10.7988125rem;display:block; }
#CTTM4ToSqadi7OeBsnMwGHUdzqcTSCbi { color:#e0eff6;display:block;width:25.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:31.125rem;left:4.5rem;height:8.7744375rem;display:block; }
#yakD2b5q2W3kXH4zQCIWkGaxeF7OQADn { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.75rem;top:7.74853515625rem;left:15rem;overflow:hidden;display:block; }
#Mf8C9IIu23LegB5mriu8A2l2DgyOWIXR { box-sizing:content-box;height:3.75rem;width:0.3125rem;position:absolute;display:block;z-index:15009;background-color:#c8e2ef;background-image:none;top:12.44921875rem;left:4.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#IkmsrItAUPFAGNWbkpllyDrzSFS6huTD { box-sizing:content-box;height:13.125rem;width:33.875rem;position:absolute;display:block;z-index:15003;background-color:rgba(42,42,42,0.74);background-image:none;top:17.1875rem;left:0rem;display:block; }
#qPtEyfPz4hgKBia1OVQD88yWHXnghQzf { box-sizing:content-box;height:43.625rem;width:33.875rem;position:absolute;display:block;z-index:15002;background-color:rgba(42,42,42,0.74);background-image:none;top:4.75rem;left:0rem;display:block; }
#hHNhFzFAiWdV2doTGUV0Exl32xDcaNKK { background-color:#b30350;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.6875rem;height:2.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:43rem;left:4.4375rem;display:block; }
#PzFBu76dlyqdN54wkzVgrU5Fn7VhuihA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xl3BOPLGVZLn86837H8Xz5ozMUpvKwTF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e0eff6;background-image:url("https://images.assets-landingi.com/uc/bcef7ce7-bded-471c-83d4-0a4970323600/POZNAJZASADYPEDIATRYCZNEGOMASAZUTUINA1.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xl3BOPLGVZLn86837H8Xz5ozMUpvKwTF.adaptive-delivery-prevent-bg, #xl3BOPLGVZLn86837H8Xz5ozMUpvKwTF.lazyload, #xl3BOPLGVZLn86837H8Xz5ozMUpvKwTF.lazyloading { background-image: none; }#xl3BOPLGVZLn86837H8Xz5ozMUpvKwTF > .row .container { background-color: transparent; background-image: none; }#xl3BOPLGVZLn86837H8Xz5ozMUpvKwTF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xl3BOPLGVZLn86837H8Xz5ozMUpvKwTF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xl3BOPLGVZLn86837H8Xz5ozMUpvKwTF > .row .container > .video-iframe-container { display: none; }#xl3BOPLGVZLn86837H8Xz5ozMUpvKwTF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xl3BOPLGVZLn86837H8Xz5ozMUpvKwTF > .row > .video-iframe-container { display: none; }#xl3BOPLGVZLn86837H8Xz5ozMUpvKwTF > .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); }#xl3BOPLGVZLn86837H8Xz5ozMUpvKwTF > .row .container { border-width: 0; border-radius: 0; }#xl3BOPLGVZLn86837H8Xz5ozMUpvKwTF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xl3BOPLGVZLn86837H8Xz5ozMUpvKwTF > .row .container { font-size:0.875rem;font-family:arial;height:49.875rem;width:60rem;position:relative;display:block; }#lcecJpnmO0Tk2withw0Mp38D5aULQQzw { color:#071218;display:block;width:38.25rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.8125rem;left:3.125rem;height:4.54980625rem;display:block; }
#bVi2x682lZxz56bCLJoIHuPNAwvWDS1c { color:#071218;display:block;width:31.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.7490234375rem;left:4.64404296875rem;height:27.0483125rem;display:block; }#bVi2x682lZxz56bCLJoIHuPNAwvWDS1c li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bVi2x682lZxz56bCLJoIHuPNAwvWDS1c li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5de52b88e3cf1a4594a1d1351ad9b773d88c64a1.svg); }
#xwIVBB27xDTLo9vtlSCbQpTauGqxUCeu { color:#000000;display:block;width:35.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:40.71435546875rem;left:3.615234375rem;height:1.4624rem;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; }
#MtyzWTa8bG7F5aTmdM10z2DxXZiKSzug { background-color:#b30350;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.3746875rem;height:2.8125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:43.720703125rem;left:3.615234375rem;display:block; }
#oA36My7m9ew9Tw9hGGDVkNIvTv8msMEi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gmTqiqGFMWxeinTNTz7rd6LPUXdmTT7V { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.4375rem;width:22.625rem;top:9.37451171875rem;left:37.330708661418rem;overflow:hidden;display:block; }
#tugvhVnPP8EhP7CmXE44OZJyTyvEn6F4 { position:relative;display:block; }#tugvhVnPP8EhP7CmXE44OZJyTyvEn6F4 { background-color: transparent; background-image: none; }#tugvhVnPP8EhP7CmXE44OZJyTyvEn6F4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tugvhVnPP8EhP7CmXE44OZJyTyvEn6F4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tugvhVnPP8EhP7CmXE44OZJyTyvEn6F4 > .row .container > .video-iframe-container { display: none; }#tugvhVnPP8EhP7CmXE44OZJyTyvEn6F4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tugvhVnPP8EhP7CmXE44OZJyTyvEn6F4 > .row > .video-iframe-container { display: none; }#tugvhVnPP8EhP7CmXE44OZJyTyvEn6F4 > .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); }#tugvhVnPP8EhP7CmXE44OZJyTyvEn6F4 { border-width: 0; border-radius: 0; }#tugvhVnPP8EhP7CmXE44OZJyTyvEn6F4 > .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; }#tugvhVnPP8EhP7CmXE44OZJyTyvEn6F4 > .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:33.6875rem;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; }#Wifk4QEu6RMzwCXbc0ENLNENFP9ngAcl { color:#1c495e;display:block;width:53.374rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5616321563721rem;left:3.125rem;height:4.54980625rem;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; }
#z7pgUz138JEWHhpe4tri1NNBxcuaXThs { 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:15005;opacity:1;top:14.9375rem;left:5rem; }
#pEZcyV3sXwrdwhffrEzaNQrAZzg8veX6 { 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:15006;opacity:1;top:20.5rem;left:5rem; }
#U5BFTeiTcHMJcCq8qhze3u6CxcsXlHNS { 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:15007;opacity:1;top:26.375rem;left:5rem; }
#GvzSXbgdB88kKQNucipnBEpx2I2tTixp { 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:15008;opacity:1;top:9.4375rem;left:5.1875rem; }
#cHQAqhkDRtUJUmevbtuHhCQDeUQtrIk8 { box-sizing:content-box;height:4.875rem;width:53rem;position:absolute;display:block;z-index:15002;background-color:#c8e2ef;background-image:none;top:8.5625rem;left:3.5rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(0,0,0,0.25) ;display:block; }
#IkclQvdliszWqs5BESwI7nFMOTCpaXqA { box-sizing:content-box;height:4.874675rem;width:52.9996875rem;position:absolute;display:block;z-index:15001;background-color:#c8e2ef;background-image:none;top:14.125rem;left:3.5rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(0,0,0,0.25) ;display:block; }
#x2UaZAlWg4hi7kqHf5MTTlxx0ZC5ue1z { box-sizing:content-box;height:4.874675rem;width:52.9996875rem;position:absolute;display:block;z-index:15000;background-color:#c8e2ef;background-image:none;top:19.8125rem;left:3.5rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(0,0,0,0.25) ;display:block; }
#SGggpgn6rqZfQhxOJXxlcRMHXJTC19Ig { box-sizing:content-box;height:4.874675rem;width:52.9996875rem;position:absolute;display:block;z-index:14999;background-color:#c8e2ef;background-image:none;top:25.5rem;left:3.5rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(0,0,0,0.25) ;display:block; }
#y62sUcTNvy5EtRkT1wEhNKDIPyc5RxCo { color:#000000;display:block;width:42.0621875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:20.249675273895rem;left:10.749892234803rem;height:2.92480625rem;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; }
#CTFkn2THMPZuuLnJiz6eT8ada3dLLAP5 { color:#000000;display:block;width:42.0621875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:22.87467956543rem;left:10.687392234803rem;height:5.8496125rem;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; }
#pRuE7i26hXO4ZK0rJF5LebC1fwIeTdVy { color:#000000;display:block;width:42.0621875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:14.524524211884rem;left:10.74978351593rem;height:;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; }
#sg9OdDc0GzOga14lKQUHR1n45U04f4KZ { color:#000000;display:block;width:42.0621875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:9.4998927116394rem;left:10.74978351593rem;height:2.92480625rem;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; }
#TWhTIMCyOKtcUAzx9ldaBvTNNOg1Ciqy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c8e2ef;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; }#TWhTIMCyOKtcUAzx9ldaBvTNNOg1Ciqy > .row .container { background-color: transparent; background-image: none; }#TWhTIMCyOKtcUAzx9ldaBvTNNOg1Ciqy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWhTIMCyOKtcUAzx9ldaBvTNNOg1Ciqy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWhTIMCyOKtcUAzx9ldaBvTNNOg1Ciqy > .row .container > .video-iframe-container { display: none; }#TWhTIMCyOKtcUAzx9ldaBvTNNOg1Ciqy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWhTIMCyOKtcUAzx9ldaBvTNNOg1Ciqy > .row > .video-iframe-container { display: none; }#TWhTIMCyOKtcUAzx9ldaBvTNNOg1Ciqy > .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); }#TWhTIMCyOKtcUAzx9ldaBvTNNOg1Ciqy > .row .container { border-width: 0; border-radius: 0; }#TWhTIMCyOKtcUAzx9ldaBvTNNOg1Ciqy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TWhTIMCyOKtcUAzx9ldaBvTNNOg1Ciqy > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:60rem;position:relative;display:block; }#xXcyNerW4rIr5BwvkUOnkXb2mSuuC7hA { color:#000000;display:block;width:44.936rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.3727121353149rem;left:8.125rem;height:17.54883125rem;display:block; }
#tuV6IT5yQWQUkU086BcFGzTxsT7DKpxh { color:#071218;display:block;width:50rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.810546875rem;left:3.125rem;height:2.2749rem;display:block; }
#B9SnTKEUxEOZVJvOzhbfAbd7WvHQznr1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:28.6875rem;width:28.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14999;opacity:1;top:0.059895992279052rem;left:31.200740016907rem; }
#TZC7y62OZAQefTVhZeSIzvPl73CiGbux { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TZC7y62OZAQefTVhZeSIzvPl73CiGbux.adaptive-delivery-prevent-bg, #TZC7y62OZAQefTVhZeSIzvPl73CiGbux.lazyload, #TZC7y62OZAQefTVhZeSIzvPl73CiGbux.lazyloading { background-image: none; }#TZC7y62OZAQefTVhZeSIzvPl73CiGbux > .row .container { background-color: transparent; background-image: none; }#TZC7y62OZAQefTVhZeSIzvPl73CiGbux::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZC7y62OZAQefTVhZeSIzvPl73CiGbux > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZC7y62OZAQefTVhZeSIzvPl73CiGbux > .row .container > .video-iframe-container { display: none; }#TZC7y62OZAQefTVhZeSIzvPl73CiGbux > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZC7y62OZAQefTVhZeSIzvPl73CiGbux > .row > .video-iframe-container { display: none; }#TZC7y62OZAQefTVhZeSIzvPl73CiGbux > .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); }#TZC7y62OZAQefTVhZeSIzvPl73CiGbux > .row .container { border-width: 0; border-radius: 0; }#TZC7y62OZAQefTVhZeSIzvPl73CiGbux > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TZC7y62OZAQefTVhZeSIzvPl73CiGbux > .row .container { font-size:0.875rem;font-family:arial;height:45.4375rem;width:60rem;position:relative;display:block; }#bd3AJe57cgB9xFGHqSFVtkTXEs3zv7NE { color:#143443;display:block;width:29.2496875rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6238062381744rem;left:3.125rem;height:4.54980625rem;display:block; }
#Ruxd2yVnQiiqCVfX7ReqezTsXLKFz8Jm { color:#000000;display:block;width:29.437375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:10.40961432457rem;left:3.6452913284302rem;height:26.3232875rem;display:block; }
#fLy4rDRPJ1WNpgoe4Z0RvETn8CavFSlb { box-sizing:content-box;height:42.8125rem;width:35.0625rem;position:absolute;display:block;z-index:14999;background-color:#e0eff6;background-image:none;top:1.25rem;left:0rem;box-shadow: 0.3125rem 0.0625rem 0.375rem rgba(0,0,0,0.25) ;border-top-left-radius:0rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.9375rem;display:block; }
#TOTZcKDK9G08GtS4tnO1zQrcaDmw01OH { position:absolute;display:block;z-index:14998;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:43.75rem;width:30.0625rem;top:1.6248960494995rem;left:29.061959266663rem;overflow:hidden;display:block; }
#uMQthUUJ11CpO3edzLf7QyQ3V7ywbBIa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c8e2ef;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; }#uMQthUUJ11CpO3edzLf7QyQ3V7ywbBIa > .row .container { background-color: transparent; background-image: none; }#uMQthUUJ11CpO3edzLf7QyQ3V7ywbBIa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMQthUUJ11CpO3edzLf7QyQ3V7ywbBIa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMQthUUJ11CpO3edzLf7QyQ3V7ywbBIa > .row .container > .video-iframe-container { display: none; }#uMQthUUJ11CpO3edzLf7QyQ3V7ywbBIa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMQthUUJ11CpO3edzLf7QyQ3V7ywbBIa > .row > .video-iframe-container { display: none; }#uMQthUUJ11CpO3edzLf7QyQ3V7ywbBIa > .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); }#uMQthUUJ11CpO3edzLf7QyQ3V7ywbBIa > .row .container { border-width: 0; border-radius: 0; }#uMQthUUJ11CpO3edzLf7QyQ3V7ywbBIa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uMQthUUJ11CpO3edzLf7QyQ3V7ywbBIa > .row .container { font-size:0.875rem;font-family:arial;height:29.75rem;width:60rem;position:relative;display:block; }#dHfQZKHOQh90S0d5wNgQQibTsFaq7xA3 { color:#071218;display:block;width:48rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.94189453125rem;left:3.125rem;height:4.54980625rem;display:block; }
#d841o6CgWpsXiKrJNKXKqCqp2hlXh4Hi { color:#000000;display:block;width:43.8748125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8.234375rem;left:8.125rem;height:13.16161875rem;display:block; }
#owOa4Kpt9186VaAcPSyICPltmkRNibQK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:22.1875rem;width:22.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:2.029296875rem;left:34.76904296875rem; }
#voFxOgQgBCLrpMCqfOdRclThfdln8uQB { background-color:#b30350;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.375rem;height:2.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:25.783203125rem;left:13.8125rem;display:block; }
#TtMTP5GC1Pg6C91P7xGVfaeDg6LvyuxO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zlB6sgNOF04uAJc3p9m7JctZuwK6IrL7 { position:relative;display:block; }#zlB6sgNOF04uAJc3p9m7JctZuwK6IrL7 { background-color: transparent; background-image: none; }#zlB6sgNOF04uAJc3p9m7JctZuwK6IrL7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zlB6sgNOF04uAJc3p9m7JctZuwK6IrL7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zlB6sgNOF04uAJc3p9m7JctZuwK6IrL7 > .row .container > .video-iframe-container { display: none; }#zlB6sgNOF04uAJc3p9m7JctZuwK6IrL7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zlB6sgNOF04uAJc3p9m7JctZuwK6IrL7 > .row > .video-iframe-container { display: none; }#zlB6sgNOF04uAJc3p9m7JctZuwK6IrL7 > .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); }#zlB6sgNOF04uAJc3p9m7JctZuwK6IrL7 { border-width: 0; border-radius: 0; }#zlB6sgNOF04uAJc3p9m7JctZuwK6IrL7 > .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; }#zlB6sgNOF04uAJc3p9m7JctZuwK6IrL7 > .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:36.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yx4TMnZM3hIFxTsW5H0sdCbQnlfzeqFs { color:#1c495e;display:block;width:33.4375rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.8180332183838rem;left:3.125rem;height:2.2749rem;display:block; }
#rpPrLcpLinAyPBAlvnea2m4X8Ngekicb { color:#000000;display:block;width:45.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.7492361068726rem;left:7.5819234848025rem;height:;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; }
#Sx7lnTSJ6CkfVe5kCu0sahdAJ2I0RLnW { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:17.39453125rem;left:4.1162118911743rem; }
#NECv6x680zdWLU54D3JINNnGQ7MaIWR3 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:11.581604003906rem;left:4.2415361404419rem; }
#QuGDWdfgTi8qZn0HpKkipZZAasag3ckl { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.24989375rem;width:2.24989375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:5.7366542816162rem;left:4.3034944534302rem; }
#PETObd3veil4cnTNqc1d2J3WO4WtEwHw { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:23.081298828125rem;left:4.1162118911743rem; }
#vkTtAa7OKXL5nGtZvgqmNrSy5cDpuV3T { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:27.581298828125rem;left:4.2724618911743rem; }
#XwV32zJ5apUMqaF3d9fiQ2cIy9iTD9Pg { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:31.831298828125rem;left:4.2724618911743rem; }
#hkQ7ZAQI7yKEd7uq78ThiGIEpp64kPTX { box-sizing:content-box;height:2.74956875rem;width:2.74956875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:#e0eff6;background-image:none;top:17.218533992768rem;left:3.9908857345581rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,0,0.25) ;display:block; }
#R0OsX5pBbOITzRvLJtbtSIpmemb579fc { box-sizing:content-box;height:2.74956875rem;width:2.74956875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:#e0eff6;background-image:none;top:22.955946445465rem;left:3.9908857345581rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,0,0.25) ;display:block; }
#THEV1JWlLvkzPmhaDqTrvJRtFG8JaZZ0 { box-sizing:content-box;height:2.74956875rem;width:2.74956875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:#e0eff6;background-image:none;top:27.299697875976rem;left:3.9908857345581rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,0,0.25) ;display:block; }
#GBRF5PSUtt4KC42JnvuBPTfgSal5DAef { box-sizing:content-box;height:2.74956875rem;width:2.74956875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:#e0eff6;background-image:none;top:31.550240516663rem;left:3.9908857345581rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,0,0.25) ;display:block; }
#FJNB5WpQzfp3L1qaHdUDwcNhfwS2VpZC { box-sizing:content-box;height:2.74956875rem;width:2.74956875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:#e0eff6;background-image:none;top:11.456271916628rem;left:3.9908857345581rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,0,0.25) ;display:block; }
#GMJOmCdvRKbBReg6XaPKVTG2ysvrUwoi { box-sizing:content-box;height:2.74956875rem;width:2.74956875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:#e0eff6;background-image:none;top:5.4870882034302rem;left:4.0533857345581rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,0,0.25) ;display:block; }
#gsRKS0f9nRWh1iuTEzsVEXdqvQTbqNBh { position:relative;display:block; }#gsRKS0f9nRWh1iuTEzsVEXdqvQTbqNBh { background-color: transparent; background-image: none; }#gsRKS0f9nRWh1iuTEzsVEXdqvQTbqNBh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsRKS0f9nRWh1iuTEzsVEXdqvQTbqNBh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsRKS0f9nRWh1iuTEzsVEXdqvQTbqNBh > .row .container > .video-iframe-container { display: none; }#gsRKS0f9nRWh1iuTEzsVEXdqvQTbqNBh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsRKS0f9nRWh1iuTEzsVEXdqvQTbqNBh > .row > .video-iframe-container { display: none; }#gsRKS0f9nRWh1iuTEzsVEXdqvQTbqNBh > .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); }#gsRKS0f9nRWh1iuTEzsVEXdqvQTbqNBh { border-width: 0; border-radius: 0; }#gsRKS0f9nRWh1iuTEzsVEXdqvQTbqNBh > .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; }#gsRKS0f9nRWh1iuTEzsVEXdqvQTbqNBh > .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:39.5625rem;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; }#Bw2KgOFiFD9Wz3IzvEU8BCgH3aOas34h { color:#1c495e;display:block;width:38.75rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.630859375rem;left:3.125rem;height:2.2749rem;display:block; }
#W6GFIaAmklvBK2V3NrQuyINSvnvxen2a .accordion-element-container { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;flex-direction:column;align-items:center;background-color:#f5f3f0;background-image:none;vertical-align:top;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25) ; }
#W6GFIaAmklvBK2V3NrQuyINSvnvxen2a .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#W6GFIaAmklvBK2V3NrQuyINSvnvxen2a .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.25rem;font-family:poppins;font-style:normal;color:#0f0d0a; }
#W6GFIaAmklvBK2V3NrQuyINSvnvxen2a .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:poppins;height:auto;line-height:1.4;overflow:hidden;color:#2e281f; }
#W6GFIaAmklvBK2V3NrQuyINSvnvxen2a .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#W6GFIaAmklvBK2V3NrQuyINSvnvxen2a .accordion-trigger.adaptive-delivery-prevent-bg, #W6GFIaAmklvBK2V3NrQuyINSvnvxen2a .accordion-trigger.lazyload, #W6GFIaAmklvBK2V3NrQuyINSvnvxen2a .accordion-trigger.lazyloading { background-image: none; }
#W6GFIaAmklvBK2V3NrQuyINSvnvxen2a { box-sizing:content-box;height:auto;width:52.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15003;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:5.4996795654297rem;left:2.9572496414184rem; }
#W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #Q0A6BATyM1qM6xuaPRGl6RfMTiUwT8IG { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #PG54EbWQpPREiTSOTUrsEVaQ0xQsnEzK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #SvZClsUTFqbe0KDTADg2BTPDqMvRasIm { display:block;position:relative; }
#W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #UOFEsM6F1r9u8v7MkTET6tyRTDTnWGtZ {  }
#W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #ENTa3T6d5rNqIy3uic1PxCpk0uGihX3J {  }
#W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #GNThAGDxh7mwoZoytTF8AgdlK92D7cv6 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #vvotm29QxQb9rsgLw7mid6pf5nAu9LvU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #qZXNan3RRi0dF6zD5BtFlZqxCOiTdU6k { display:block;position:relative; }
#W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #HGgk8m4XOS4y3u5Ktg4UbhQDlMsbJTmz {  }
#W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #wOm8Tefe5w41Ryba5DaPtTF81RyQVfvD { display:none; }
#W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #TP2c6RVk1tPsd7TsXKD2MrPHpz6xyg1T { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #UhszXTHcM8Wfzm1v15OhbU9FGEkrggfh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #WoyTg3r7A3QC6xu3dtpcxoOBeb1JTQD9 { display:block;position:relative; }
#W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #pTuOrX7pVg6DHpmxCTqZNTJR5RxRkhtv {  }
#W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #aob8fkqIJ4ITIawHRNpazLmN1IJtpN8r { display:none; }
#W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #uswBZUKWZV7fbluzrV7H0KOO64X5GNO8 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #WzPQB8Cr4cakARCLySCSQC5V38y8nLyK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #mAooSAzw4Gl7014q58bPD50SIEyuogy5 { display:block;position:relative; }
#W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #rwOq4ABHMTpIZn83pUAws6XWsWMhQz5h {  }
#W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #tJB5XFKAvTols7hXMBDew5Zf0XlmWTPi { display:none; }
#W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #H4FFwfTiQZkteiGiPl4JVT59bBQRsnZX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #wBUL7oHTpGe8WqrxZAgAp7IlbcGkuyrI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #uBDcJEOWCd51xGSmwZzqKyJ6dTqrxPpF { display:block;position:relative; }
#W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #TmHJo5f92Mp0yvV9KfXRBC6TJBTWmVuI {  }
#W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #IT8vuhaLdLFHqIGrxCSsiW0u6fwsdWXq { display:none; }
#W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #tweAcLnSpwdtuDTthvJKoHxTELTrDwWp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #ShX8sXHOs4REiAnBAaI61Jg7EtvXk5AB { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #XKz2kebvfp4soG7aCDP1gTb662NoIJ2L { display:block;position:relative; }
#W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #TVSvlMfddnndF1k5Oqo6MZvRDHRlW54K {  }
#W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #SrltOBumwg621vrHQH9GkJkbOWKdKFmd { display:none; }
#tRXJOCUugDXRUXZQXARZXzkDIOzulU6L { position:relative;display:block; }#tRXJOCUugDXRUXZQXARZXzkDIOzulU6L { background-color: transparent; background-image: none; }#tRXJOCUugDXRUXZQXARZXzkDIOzulU6L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tRXJOCUugDXRUXZQXARZXzkDIOzulU6L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tRXJOCUugDXRUXZQXARZXzkDIOzulU6L > .row .container > .video-iframe-container { display: none; }#tRXJOCUugDXRUXZQXARZXzkDIOzulU6L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tRXJOCUugDXRUXZQXARZXzkDIOzulU6L > .row > .video-iframe-container { display: none; }#tRXJOCUugDXRUXZQXARZXzkDIOzulU6L > .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); }#tRXJOCUugDXRUXZQXARZXzkDIOzulU6L { border-width: 0; border-radius: 0; }#tRXJOCUugDXRUXZQXARZXzkDIOzulU6L > .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; }#tRXJOCUugDXRUXZQXARZXzkDIOzulU6L > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.625rem;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; }#viCN97Vz19DUKivQEBGkLgSNDcq5eQdf { display:block;width:53.0625rem;position:absolute;font-family:poppins;font-size:2.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6875rem;left:3.46875rem;height:3.16894375rem;text-align:center;text-align-last:center;color:#000000;font-style:normal;display:block; }
#DkKKoRLhnUuNoADX1IMVDKKEtL2QP19p { position:relative;display:block; }#DkKKoRLhnUuNoADX1IMVDKKEtL2QP19p { background-color: transparent; background-image: none; }#DkKKoRLhnUuNoADX1IMVDKKEtL2QP19p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DkKKoRLhnUuNoADX1IMVDKKEtL2QP19p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DkKKoRLhnUuNoADX1IMVDKKEtL2QP19p > .row .container > .video-iframe-container { display: none; }#DkKKoRLhnUuNoADX1IMVDKKEtL2QP19p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DkKKoRLhnUuNoADX1IMVDKKEtL2QP19p > .row > .video-iframe-container { display: none; }#DkKKoRLhnUuNoADX1IMVDKKEtL2QP19p > .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); }#DkKKoRLhnUuNoADX1IMVDKKEtL2QP19p { border-width: 0; border-radius: 0; }#DkKKoRLhnUuNoADX1IMVDKKEtL2QP19p > .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; }#DkKKoRLhnUuNoADX1IMVDKKEtL2QP19p > .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:33.375rem;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; }#UFH0aOGAx2hzyTQ8EKQbgC9vKmHW3JHH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.4375rem;width:4.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:0rem;left:5.28125rem; }
#GDI3mGwtCd7A13oxS46oTnM33k4DAE8V { 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;background-color:#f1ece6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:27.625rem;width:13.4375rem;position:absolute;display:block;z-index:15000;top:3.34375rem;left:0.78125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25) ;display:block; }
#hNkHtof6dFuMipNOvzvOgn0EHKn4afva { display:block;width:11.375rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.0625rem;left:1.8125rem;height:1.787325rem;font-style:normal;text-align:center;text-align-last:center;color:#000000;display:block; }
#Gebrwx3M5sULVrBqKmSczc6RGadACuTL { display:block;width:11.9375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:13.46875rem;left:1.53125rem;height:10.5rem;color:#000000;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZyS8MbaM9OUeSlgCuacbK2qvGbkiUact { display:block;width:11.0625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:9.90625rem;left:1.96875rem;height:2.76215rem;font-style:normal;text-align:left;text-align-last:left;color:#000000;display:block; }
#fwFC55TE81sHqRfNlgLeHfyKe12GCh0u { 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;background-color:#f1ece6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:27.625rem;width:13.4375rem;position:absolute;display:block;z-index:15005;top:3.375rem;left:15.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25) ;display:block; }
#AZgGO82DApLvp1eTmm2rS4HLXZlBmX2o { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.4375rem;width:4.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:0rem;left:20.3125rem; }
#n17LQuKU0DgUta8bVSQsN45mWSd4SzbJ { display:block;width:11.375rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.0625rem;left:16.8125rem;height:1.787325rem;font-style:normal;text-align:center;text-align-last:center;color:#000000;display:block; }
#KywREJn0FsvMZtRMzBGUDUyLS0T4gJKZ { display:block;width:11.0625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:9.9375rem;left:17rem;height:2.76215rem;font-style:normal;text-align:left;text-align-last:left;color:#000000;display:block; }
#lvTJ2vuko5iKUqSi861bu7BIEufrnGgK { display:block;width:11.8125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:13.46875rem;left:16.6875rem;height:13.125rem;color:#000000;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hareXmUBGtQOw7ZvkfUm3IAeIoFQWlWr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.4375rem;width:4.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:0rem;left:35.3125rem; }
#t5zkr1B44q0uKN6Tsp7QQ7Dicn6TgHo6 { 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;background-color:#f1ece6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:27.625rem;width:13.4375rem;position:absolute;display:block;z-index:15010;top:3.375rem;left:30.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25) ;display:block; }
#dUlrTqmu1ciS53H3KXVX1MC2cpRvxLVs { display:block;width:11.375rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:6.0625rem;left:31.8125rem;height:1.787325rem;font-style:normal;text-align:center;text-align-last:center;color:#000000;display:block; }
#Bh2JBsRwgniSZhTmCdp4c0q16w5lJsoN { display:block;width:11.0625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:9.9375rem;left:32rem;height:2.76215rem;font-style:normal;text-align:left;text-align-last:left;color:#000000;display:block; }
#NT9MRDAdorEkRDzoctUDLV5zR0dxmq3c { display:block;width:12.1875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:13.46875rem;left:31.40625rem;height:11.8125rem;color:#000000;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dKiDt6KCFTqQmzcfypNvXuXU1AZHTmyV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.4375rem;width:4.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:0rem;left:50.3125rem; }
#IhHDITQfFcfIN3QgkLSE54PDc1NAcsz9 { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;background-color:#f1ece6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:27.625rem;width:13.4375rem;position:absolute;display:block;z-index:15015;top:3.375rem;left:45.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25) ;display:block; }
#GKHIyVd2VH2zMqh8TOu6KGBvt5UAKc0F { display:block;width:11.375rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:6.0625rem;left:46.8125rem;height:1.787325rem;font-style:normal;text-align:center;text-align-last:center;color:#000000;display:block; }
#vrlZppiL1t2SJZ2N0uctIQdlgaabr9bg { display:block;width:11.0625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:9.9053955078125rem;left:46.9677734375rem;height:1.381075rem;font-style:normal;text-align:left;text-align-last:left;color:#000000;display:block; }
#kC5UF7SZSUeR34PEmAHyOkTZyplbDfiv { display:block;width:12.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:13.46875rem;left:46.4375rem;height:11.8125rem;color:#000000;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OWSaw2nBiCvx28zB5xORmgZi8NgXkvpo { box-sizing:content-box;height:3.125rem;width:12.25rem;position:absolute;display:block;z-index:15015;background-color:#e4dace;background-image:none;top:9.724609375rem;left:46.40625rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2) ;display:block; }
#V4yI78G3kWrTNzrRxxGg40dpcghfIh7X { box-sizing:content-box;height:3.125rem;width:12.24975rem;position:absolute;display:block;z-index:15011;background-color:#e4dace;background-image:none;top:9.72412109375rem;left:31.373901367188rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2) ;display:block; }
#dOaQWP8X0x1L8n0xkybPvxHTLazTEbHh { box-sizing:content-box;height:3.125rem;width:12.249125rem;position:absolute;display:block;z-index:15006;background-color:#e4dace;background-image:none;top:9.72412109375rem;left:16.37451171875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2) ;display:block; }
#GorPa1bLAsNtD6ZcVostNx69E33PmnHU { box-sizing:content-box;height:3.125rem;width:12.2485625rem;position:absolute;display:block;z-index:15002;background-color:#e4dace;background-image:none;top:9.72412109375rem;left:1.3751220703125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2) ;display:block; }
#LibMV6kVS3y8LFS9xxLP3E5IBAq7iGMG { position:relative;display:block; }#LibMV6kVS3y8LFS9xxLP3E5IBAq7iGMG { background-color: transparent; background-image: none; }#LibMV6kVS3y8LFS9xxLP3E5IBAq7iGMG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LibMV6kVS3y8LFS9xxLP3E5IBAq7iGMG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LibMV6kVS3y8LFS9xxLP3E5IBAq7iGMG > .row .container > .video-iframe-container { display: none; }#LibMV6kVS3y8LFS9xxLP3E5IBAq7iGMG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LibMV6kVS3y8LFS9xxLP3E5IBAq7iGMG > .row > .video-iframe-container { display: none; }#LibMV6kVS3y8LFS9xxLP3E5IBAq7iGMG > .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); }#LibMV6kVS3y8LFS9xxLP3E5IBAq7iGMG { border-width: 0; border-radius: 0; }#LibMV6kVS3y8LFS9xxLP3E5IBAq7iGMG > .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; }#LibMV6kVS3y8LFS9xxLP3E5IBAq7iGMG > .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:27.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; }#tcHftTTd6hVFHB6Tu3MqKEhVqTM8e373 { color:#1c495e;display:block;width:51.4375rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0.6875rem;left:3rem;height:4.54980625rem;display:block; }
#lJesN1AUDGHz34iDHLIHF5eghRDuRPNb { position:absolute;display:block;z-index:15008;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: 0.1875rem 0.1875rem 0.3125rem rgba(0,0,0,0.25) ;height:18.3745rem;width:49.6875rem;top:6.625rem;left:5.0625rem;overflow:hidden;display:block; }
#v33XxOeUPWICh6HyrQ2Z2KeG9LiwGym3 { box-sizing:content-box;height:18.375rem;width:49.6875rem;position:absolute;display:block;z-index:15004;background-color:#c8e2ef;background-image:none;top:7.75rem;left:6.125rem;border-top-left-radius:1.5625rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(0,0,0,0.25) ;display:block; }
#qo7U32V8qAl6lKITm2owiIh3JfsBsK8r { position:relative;display:block; }#qo7U32V8qAl6lKITm2owiIh3JfsBsK8r { background-color: transparent; background-image: none; }#qo7U32V8qAl6lKITm2owiIh3JfsBsK8r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qo7U32V8qAl6lKITm2owiIh3JfsBsK8r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qo7U32V8qAl6lKITm2owiIh3JfsBsK8r > .row .container > .video-iframe-container { display: none; }#qo7U32V8qAl6lKITm2owiIh3JfsBsK8r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qo7U32V8qAl6lKITm2owiIh3JfsBsK8r > .row > .video-iframe-container { display: none; }#qo7U32V8qAl6lKITm2owiIh3JfsBsK8r > .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); }#qo7U32V8qAl6lKITm2owiIh3JfsBsK8r { border-width: 0; border-radius: 0; }#qo7U32V8qAl6lKITm2owiIh3JfsBsK8r > .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; }#qo7U32V8qAl6lKITm2owiIh3JfsBsK8r > .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:27.625rem;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; }#zVMAT5r1TW7zN7iihEU0hJGanGnuevvn { color:#2e281f;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:23.43701171875rem;left:43.68603515625rem;height:1.13769375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#OrArPgOFPqNixXVDBL7vu1uLTe8ym675 { color:#2e281f;display:block;width:23.6870625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:11.187194824219rem;left:32.437066078186rem;height:7.7988125rem;display:block; }
#Ks2QG5o7CS98ordp7MIUvTqHsw98hk4y { color:#2e281f;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:23.437072753906rem;left:14.562174797058rem;height:1.13769375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Ofl4w4PcTs2Cs46OfCZNxqgnCDEms8pg { color:#2e281f;display:block;width:25.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:10.811737060547rem;left:2.5000009536743rem;height:9.098625rem;display:block; }
#HiVT1Qe7z4nZoqmcPqVAbDxIbMx8OCp1 { box-sizing:content-box;height:18.125rem;width:27.1245625rem;position:absolute;display:block;z-index:15000;background-color:#c8e2ef;background-image:none;top:8.1875rem;left:1.3747835159302rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#ZfT6RqlR0wtEWJJQGk8T0lLSLrt1SMku { box-sizing:content-box;height:18.125rem;width:27.1245625rem;position:absolute;display:block;z-index:15001;background-color:#c8e2ef;background-image:none;top:8.1875rem;left:31.37478351593rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#rg0fRBbDmM8PEXZl81FA57eHRh1c1hyK { box-sizing:content-box;height:16.375rem;width:28.625rem;position:absolute;display:block;z-index:15002;background-color:#e0eff6;background-image:none;top:8.8749084472656rem;left:30.562066078186rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0rem 0.3125rem 0.1875rem rgba(0,0,0,0.24) ;display:block; }
#mcWUbxKiKguOtbvu48XDlrJHJNfOgAZX { box-sizing:content-box;height:16.3748125rem;width:28.6246875rem;position:absolute;display:block;z-index:15003;background-color:#e0eff6;background-image:none;top:9.0620727539062rem;left:0.625rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0rem 0.3125rem 0.1875rem rgba(0,0,0,0.24) ;display:block; }
#XPUfmAC9lPSOMCRAK0HxGgTTuT0U5oSi { color:#e0eff6;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:5.9365234375rem;left:32.124566078186rem;height:3.90014375rem;display:block; }
#vlVsbehfnFerbadoEZ6Kf7VEAvzX0kQp { color:#e0eff6;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:6.0604553222656rem;left:2.0968971252441rem;height:3.8999rem;display:block; }
#TuQFnNeovhJCTlOHrTSaVuFeWCTWhWTU { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:6.8702392578125rem;left:52.222226142883rem; }
#RtTGCpoOZCwS6Z94RQfyTEfNokUsTHVL { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:6.8702392578125rem;left:23.346898078919rem; }
#lg2fF2dlTg80JdiIEhIT7LnX0BPeDfVo { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:22.812072753906rem;left:2.5000009536743rem; }
#er8T6nrBVobUDyCBQJnIC0lZKdbDvLBx { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:22.812072753906rem;left:5.6250009536743rem; }
#N2ZJVF5gVDcmcRZrqALSZn71uXFeax03 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:22.812072753906rem;left:4.0625009536743rem; }
#V2Li8o91TOAM8mRpTcEdHT3vD2xfUJpz { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:22.812072753906rem;left:7.1875009536744rem; }
#N2RJI96o4Kv3mpDuRHnR1mklnnTqM1sV { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:22.812072753906rem;left:8.7500009536744rem; }
#ru77xfBHPQcSUtyam2l6P6LTaJ7bMpQK { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:23.0625rem;left:38.6875rem; }
#hT4hyqT9fp4f1DGeyEToPHJKZNE3rfID { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:23.0625rem;left:37.125rem; }
#Zxqqcku1O2256dLrii0HnS092dMupBfl { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:23.0625rem;left:35.5625rem; }
#OT6TD0egq2u05dzyv6p6SvdK3CTBg2tF { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:23.0625rem;left:34rem; }
#DeTfBXySy7C8k8t2Vy8BmrVlxElCmRL4 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:23.0625rem;left:32.4375rem; }
#M3739tzbPO7nkHPeiT6NSAo8m1RpNbBg { color:#1c495e;display:block;width:46.7496875rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.5738916397095rem;left:3.125rem;height:2.2749rem;display:block; }
#Jifkmyren463thXLfcnADMX4Uvflgvoy { position:relative;display:block; }#Jifkmyren463thXLfcnADMX4Uvflgvoy { background-color: transparent; background-image: none; }#Jifkmyren463thXLfcnADMX4Uvflgvoy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jifkmyren463thXLfcnADMX4Uvflgvoy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jifkmyren463thXLfcnADMX4Uvflgvoy > .row .container > .video-iframe-container { display: none; }#Jifkmyren463thXLfcnADMX4Uvflgvoy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jifkmyren463thXLfcnADMX4Uvflgvoy > .row > .video-iframe-container { display: none; }#Jifkmyren463thXLfcnADMX4Uvflgvoy > .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); }#Jifkmyren463thXLfcnADMX4Uvflgvoy { border-width: 0; border-radius: 0; }#Jifkmyren463thXLfcnADMX4Uvflgvoy > .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; }#Jifkmyren463thXLfcnADMX4Uvflgvoy > .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:21.1875rem;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; }#Wr17SQmTLk0p90ueX8QzqePBiUy5cOPd { color:#2e281f;display:block;width:23.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:5.5620670318604rem;left:32.562500953674rem;height:7.7988125rem;display:block; }
#sFPnIlgvDVHCQStVTV24UOglCcGrUHSU { color:#2e281f;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:16.82373046875rem;left:44.125rem;height:1.13769375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ltnQGy4V8vlCmcDuh3SmozIlHXyOf1WI { color:#2e281f;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:16.82373046875rem;left:14.24951171875rem;height:1.13769375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#WK9rwnMVUe5DFtDsgNeXAlVWTaOwTiS5 { color:#2e281f;display:block;width:24rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:5.4994583129883rem;left:2.6871747970581rem;height:5.19921875rem;display:block; }
#UR3HCAstWxfqg0Wy4OxQMu2RKmyXlApq { box-sizing:content-box;height:18.125rem;width:27.124rem;position:absolute;display:block;z-index:15002;background-color:#c8e2ef;background-image:none;top:2.1243515014649rem;left:31.437176704407rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#XG9SXbWitFJyFhITbyDlZr5toDJL5n5X { box-sizing:content-box;height:18.125rem;width:27.1235rem;position:absolute;display:block;z-index:15003;background-color:#c8e2ef;background-image:none;top:2.1248931884766rem;left:1.4377174377441rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#MbM2x28taFHol8oDh7k9AJfQy02bzZkE { box-sizing:content-box;height:16.3748125rem;width:28.6246875rem;position:absolute;display:block;z-index:15003;background-color:#e0eff6;background-image:none;top:3rem;left:30.687394142151rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0rem 0.3125rem 0.1875rem rgba(0,0,0,0.24) ;display:block; }
#QVRL1KTd3c2es40eLN0MyXcUZOfRacpZ { box-sizing:content-box;height:16.3748125rem;width:28.6246875rem;position:absolute;display:block;z-index:15004;background-color:#e0eff6;background-image:none;top:3rem;left:0.68739223480225rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0rem 0.3125rem 0.1875rem rgba(0,0,0,0.24) ;display:block; }
#hh1K0I3gxKkkT74VGf8ZwOH3TL7vLQ5S { color:#e0eff6;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:0.071723937988281rem;left:32.586266517639rem;height:3.8999rem;display:block; }
#hEMEhB2iFwLxiXmSQTkMNyih2E3eCKm2 { color:#e0eff6;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:0.070636749267575rem;left:2.6871747970581rem;height:3.8999rem;display:block; }
#L1hTlzJPirDAPG9u7gXzQgs1SEfTqMsx { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:1.0579414367676rem;left:51.65961933136rem; }
#VEW1qObvLkS308EHB9JvJm4vtXKUV1yF { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:1.0568580627441rem;left:23.00564289093rem; }
#yPulbxiNMZy06Fhh0ya4I3Fct5BeZOrf { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:16.374675750733rem;left:2.5621747970581rem; }
#wnaxIJDu7q8lM37htsbpDDWJLDT45LJS { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:16.374675750733rem;left:4.1246747970581rem; }
#zBCSSkiaIoB8pOyggI4hrRx0gQ43NKf6 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:16.374675750733rem;left:5.6871747970581rem; }
#r7b7g8ynVwTXo9modo5PqJuZNgJ6ZNNG { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:16.374675750733rem;left:7.2496747970581rem; }
#vMMfs4VK506hOmvS77Q6rAkEvkmtdHmn { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:16.374675750733rem;left:8.8121747970581rem; }
#Mp5o6G5mzb0kuOA9eimHVrgfpktM3qsB { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:16.25rem;left:32.5625rem; }
#lrVg9ETQgeT5GnsrVNg0CUoZIweLCEvq { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:16.25rem;left:34.125rem; }
#AfKlqnre1LRU192B1FDd6iTqCOHQaU4P { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:16.25rem;left:35.6875rem; }
#QWQrKoIbGbpKANurpFkE9mJ2F1tAL1hM { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:16.25rem;left:37.25rem; }
#SwryUVQTyH09TyUlGpuHviNqOf1Rao95 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:16.25rem;left:38.8125rem; }
#tmAqC3BepuWffluvuJMN63MX5WXEEO7U { position:relative;display:block; }#tmAqC3BepuWffluvuJMN63MX5WXEEO7U { background-color: transparent; background-image: none; }#tmAqC3BepuWffluvuJMN63MX5WXEEO7U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmAqC3BepuWffluvuJMN63MX5WXEEO7U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmAqC3BepuWffluvuJMN63MX5WXEEO7U > .row .container > .video-iframe-container { display: none; }#tmAqC3BepuWffluvuJMN63MX5WXEEO7U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmAqC3BepuWffluvuJMN63MX5WXEEO7U > .row > .video-iframe-container { display: none; }#tmAqC3BepuWffluvuJMN63MX5WXEEO7U > .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); }#tmAqC3BepuWffluvuJMN63MX5WXEEO7U { border-width: 0; border-radius: 0; }#tmAqC3BepuWffluvuJMN63MX5WXEEO7U > .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; }#tmAqC3BepuWffluvuJMN63MX5WXEEO7U > .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:49.1875rem;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; }#sVk4D2wocoyAulh5U6eWkw0S6L61eNqT { box-sizing:content-box;height:40.25rem;width:32.75rem;position:absolute;display:block;z-index:15000;background-color:#f5f3f0;background-image:none;top:6.5683603286744rem;left:4.3939886093139rem;border-top-left-radius:0rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.5625rem;border-top:0;border-left:0.625rem solid #75b7d6;border-right:0;border-bottom:0;box-shadow: 0.25rem 0.25rem 0.375rem rgba(0,0,0,0.25) ;display:block; }
#R6CPcAqbpz3JtaxxmUoAk5Bvh6AGe4nl { color:#1c495e;display:block;width:26.25rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5059661865234rem;left:3.125rem;height:2.2749rem;display:block; }
#TyFUKsTsKRZA3xRCd2VTTWFTo6Ukpetd { color:#2e281f;display:block;width:28.5623125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.0201816558837rem;left:6.4865465164188rem;height:23.9716875rem;display:block; }#TyFUKsTsKRZA3xRCd2VTTWFTo6Ukpetd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TyFUKsTsKRZA3xRCd2VTTWFTo6Ukpetd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4c404e1886fe0c68c6269e4549406f0935900980.svg); }
#ypmVBy0BOXzNGSZV0tLs64PTeuGC0Lhs { color:#000000;display:block;width:17.3123125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:36.687284290791rem;left:6.4865465164188rem;height:1.4624rem;font-style:normal;display:block; }
#APyhs2G8EEF3N99ChZfucXlAEU7TD1ly { color:#239e00;display:block;width:17.3123125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:38.687066853046rem;left:6.4865465164188rem;height:1.94970625rem;font-style:normal;display:block; }
#xpxAnsb4ell0TdJGtoWhuMw1eDc7zJ1T { background-color:#b30350;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.9373125rem;height:2.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:42.304146766662rem;left:6.7990465164188rem;display:block; }
#fQWIsZbzrW7v9ZHS7vi6TAk9uBVe1rTL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zDPDNVh5UbL5dNTqI9yiURduWkecdD45 { 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:39.1875rem;width:21.9375rem;top:6.9052710533144rem;left:35.048829078674rem;overflow:hidden;display:block; }
#UKg9wVaTadRf1TqZIax1SDI4EbP631pf { position:relative;display:block; }#UKg9wVaTadRf1TqZIax1SDI4EbP631pf { background-color: transparent; background-image: none; }#UKg9wVaTadRf1TqZIax1SDI4EbP631pf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UKg9wVaTadRf1TqZIax1SDI4EbP631pf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UKg9wVaTadRf1TqZIax1SDI4EbP631pf > .row .container > .video-iframe-container { display: none; }#UKg9wVaTadRf1TqZIax1SDI4EbP631pf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UKg9wVaTadRf1TqZIax1SDI4EbP631pf > .row > .video-iframe-container { display: none; }#UKg9wVaTadRf1TqZIax1SDI4EbP631pf > .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); }#UKg9wVaTadRf1TqZIax1SDI4EbP631pf { border-width: 0; border-radius: 0; }#UKg9wVaTadRf1TqZIax1SDI4EbP631pf > .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; }#UKg9wVaTadRf1TqZIax1SDI4EbP631pf > .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:32.8125rem;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; }#U927bTsTZs7yRuGADwbGJy4yMUNCDNQb { color:#143443;display:block;width:46.125rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.2626953125rem;left:3.125rem;height:2.599825rem;display:block; }
#Rdygb4C4NmoyqN0NOwZwn92mTcF9Z70Q { color:#000000;display:block;width:45.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:9.38671875rem;left:8.125rem;height:17.32183125rem;display:block; }
#uGbtKgXtTCtOTnvl7As6TBn88rUtowd8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c8e2ef;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; }#uGbtKgXtTCtOTnvl7As6TBn88rUtowd8 > .row .container { background-color: transparent; background-image: none; }#uGbtKgXtTCtOTnvl7As6TBn88rUtowd8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGbtKgXtTCtOTnvl7As6TBn88rUtowd8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGbtKgXtTCtOTnvl7As6TBn88rUtowd8 > .row .container > .video-iframe-container { display: none; }#uGbtKgXtTCtOTnvl7As6TBn88rUtowd8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGbtKgXtTCtOTnvl7As6TBn88rUtowd8 > .row > .video-iframe-container { display: none; }#uGbtKgXtTCtOTnvl7As6TBn88rUtowd8 > .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); }#uGbtKgXtTCtOTnvl7As6TBn88rUtowd8 > .row .container { border-width: 0; border-radius: 0; }#uGbtKgXtTCtOTnvl7As6TBn88rUtowd8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uGbtKgXtTCtOTnvl7As6TBn88rUtowd8 > .row .container { font-size:0.875rem;font-family:arial;height:26.5625rem;width:60rem;position:relative;display:block; }#Tk6XehNfxuxesHiOh3clkOn9syISuUfO { color:#071218;display:block;width:47.4375rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.8876953125rem;left:3.125rem;height:5.19965rem;display:block; }
#r8UAXLuofzZUhbXTObbPRne7BhMqeyic { color:#000000;display:block;width:45.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:8.44921875rem;left:8.125rem;height:14.1723875rem;display:block; }
#JgCCcLKU68iwlgxWhrJxJp9zRdRv6yxw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:23.25rem;width:23.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:2.5rem;left:29.65625rem; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:38.75rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#po71AgPBsFbcXbFUiESgNXf7IatbJPaZ .accordion-element-container { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;flex-direction:column;align-items:center;background-color:#f5f3f0;background-image:none;vertical-align:top;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.25) ; }
#po71AgPBsFbcXbFUiESgNXf7IatbJPaZ .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#po71AgPBsFbcXbFUiESgNXf7IatbJPaZ .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.25rem;font-family:poppins;height:auto;font-style:normal;color:#31271b; }
#po71AgPBsFbcXbFUiESgNXf7IatbJPaZ .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:poppins;line-height:1.4;overflow:hidden;height:auto;color:#52412e; }
#po71AgPBsFbcXbFUiESgNXf7IatbJPaZ .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#po71AgPBsFbcXbFUiESgNXf7IatbJPaZ .accordion-trigger.adaptive-delivery-prevent-bg, #po71AgPBsFbcXbFUiESgNXf7IatbJPaZ .accordion-trigger.lazyload, #po71AgPBsFbcXbFUiESgNXf7IatbJPaZ .accordion-trigger.lazyloading { background-image: none; }
#po71AgPBsFbcXbFUiESgNXf7IatbJPaZ { box-sizing:content-box;height:auto;width:56.9998125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:6.7615051269531rem;left:0.24956607818604rem; }
#po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #nnB7kxqMI37HwQGU0rNTStL2Bz2siXeU { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #ewzeDBXMTrWCKbI9EdQRmyJlqeT3kKG9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #BINnxidmH7akVlXLiCQx8yJ544sR7dP2 { display:block;position:relative; }
#po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #f9vtdehATwXEBRbyS8zA89NIIhGPxNep {  }
#po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #pBERsreNpcayh9dMOI2drCNxu1kZluqf {  }
#po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #VVa6EEhmi3KyL7zb0EapJk4Z2DiydTPD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #G7c4BbVR1TzsF9pc4AyqcSqCDlBOdDJ6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #zIFZbzXwON6VBrNqdl8fbDqnt5tRdJ4X { display:block;position:relative; }
#po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #HabNwfNs9JRu2A8oTUH4wGp94GFeea2k {  }
#po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #l4sCQeG0fIMZf227RqpzZw5bmN5lWUOP { display:none; }
#po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #bu6rIpk18TmxhScr4cNsNqSSTlnsov51 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #HssAR5ncOSPSUZqGsm0dqnHc7sr740Iu { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #dLWRSX4RIDTV77aGDUgNlpxeJVMxMR6I { display:block;position:relative; }
#po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #JqwlC9EJKxo0kTiXPuRu2WgLn9RHhOpa {  }
#po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #kogXPT3PsQ8uvWTq0itEyk45KaUk0DXw { display:none; }
#po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #vR90dzVpb8n4vKoVZWgN9qKHn2UNKTGL { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #Qyp7eIsIiruhCPCk370WTGlRkVlPNZR5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #lGZgIdFBgJ7bSpOnnib32bbXVLEWAFiZ { display:block;position:relative; }
#po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #KONZKiQouq10Qri2rEn6xSs5PxxmMKZI {  }
#po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #sNglXTIBA9OZeNUuAErraa7HoUmQT059 { display:none; }
#po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #Rc77o0kom0tdfBL4QpILREkm9K0PKnw6 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #Tcq4G0ymGMa9zChOKf7tEmIc7fWmI1Lm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #cv4s5oahxBxdmX4og1CMFKZHMm794dRy { display:block;position:relative; }
#po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #ceUhLhrq7twf7PCvpFmNnZoggygRnX8s {  }
#po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #Rm6XUbCme1FBQSbFTUTa4iQBIF2uM6G2 { display:none; }
#po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #yWKsbzL7dzwWI4vwAg1DEDT9l6dEfToZ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #CHbJ4Txxe4sh9rdGO3F0p9pTJnddgbvX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #XvXBPmmPfa3XTLUHbSNQTXgFbp3PNTSr { display:block;position:relative; }
#po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #TATzqE5wTk1wXU245J8TlMCZBzln6GOy {  }
#po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #w9GJVhpJmOvSTEqXkg1pFMgQQp3LTvR8 { display:none; }
#JtpU0mlFPa2BZ4xH4fHTqXm8lybpnWPs { color:#1c495e;display:block;width:40.687375rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.0133457183838rem;left:3.125rem;height:2.599825rem;display:block; }
#Lfh345XSMDw7SAJslWs9lax5LXgBLago { position:relative;display:block; }#Lfh345XSMDw7SAJslWs9lax5LXgBLago { background-color: transparent; background-image: none; }#Lfh345XSMDw7SAJslWs9lax5LXgBLago::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lfh345XSMDw7SAJslWs9lax5LXgBLago > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lfh345XSMDw7SAJslWs9lax5LXgBLago > .row .container > .video-iframe-container { display: none; }#Lfh345XSMDw7SAJslWs9lax5LXgBLago > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lfh345XSMDw7SAJslWs9lax5LXgBLago > .row > .video-iframe-container { display: none; }#Lfh345XSMDw7SAJslWs9lax5LXgBLago > .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); }#Lfh345XSMDw7SAJslWs9lax5LXgBLago { border-width: 0; border-radius: 0; }#Lfh345XSMDw7SAJslWs9lax5LXgBLago > .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; }#Lfh345XSMDw7SAJslWs9lax5LXgBLago > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.25rem;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; }#MrpTDTB24N7bmOcbTi4l2ba43r2Xv48w { color:#143443;display:block;width:57.437rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.19970703125rem;left:2.5634765625rem;height:1.625rem;display:block; }
#mDla2GZX1MHv96vDnLz7QOJQzn0M6HhZ { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:0.76220703125rem;left:55.0537109375rem; }
#rDM8Kim5XsuggNN36pUxQt9JwcXs5QzK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e0eff6;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; }#rDM8Kim5XsuggNN36pUxQt9JwcXs5QzK > .row .container { background-color: transparent; background-image: none; }#rDM8Kim5XsuggNN36pUxQt9JwcXs5QzK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDM8Kim5XsuggNN36pUxQt9JwcXs5QzK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDM8Kim5XsuggNN36pUxQt9JwcXs5QzK > .row .container > .video-iframe-container { display: none; }#rDM8Kim5XsuggNN36pUxQt9JwcXs5QzK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDM8Kim5XsuggNN36pUxQt9JwcXs5QzK > .row > .video-iframe-container { display: none; }#rDM8Kim5XsuggNN36pUxQt9JwcXs5QzK > .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); }#rDM8Kim5XsuggNN36pUxQt9JwcXs5QzK > .row .container { border-width: 0; border-radius: 0; }#rDM8Kim5XsuggNN36pUxQt9JwcXs5QzK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rDM8Kim5XsuggNN36pUxQt9JwcXs5QzK > .row .container { font-size:0.875rem;font-family:arial;height:19.0625rem;width:60rem;position:relative;display:block; }#ooTk64rcK4bpyA4onPATioL6qz2lMvIa { color:#143443;display:block;width:52.5rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5896263122559rem;left:3.7500009536743rem;height:5.19965rem;text-align:center;text-align-last:center;display:block; }
#K7Sav06KmHgKQ95LB99uwAnZeS76y9CZ { color:#143443;display:block;width:28.3745625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.2746315002444rem;left:15.811633110046rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#muorfu8aEoK2eC9HgTFDQUlNJNNnoFR5 { background-color:#b30350;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.1873125rem;height:2.8125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:12.71484375rem;left:12.905816078186rem;display:block; }
#lknfAAnHu3bpMAazisw95AcQ63P2UfkT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rFOmkHFd0FfdkgDyrqlQl4U5mvSA9Srv { 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; }#rFOmkHFd0FfdkgDyrqlQl4U5mvSA9Srv > .row .container { background-color: transparent; background-image: none; }#rFOmkHFd0FfdkgDyrqlQl4U5mvSA9Srv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFOmkHFd0FfdkgDyrqlQl4U5mvSA9Srv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFOmkHFd0FfdkgDyrqlQl4U5mvSA9Srv > .row .container > .video-iframe-container { display: none; }#rFOmkHFd0FfdkgDyrqlQl4U5mvSA9Srv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFOmkHFd0FfdkgDyrqlQl4U5mvSA9Srv > .row > .video-iframe-container { display: none; }#rFOmkHFd0FfdkgDyrqlQl4U5mvSA9Srv > .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); }#rFOmkHFd0FfdkgDyrqlQl4U5mvSA9Srv > .row .container { border-width: 0; border-radius: 0; }#rFOmkHFd0FfdkgDyrqlQl4U5mvSA9Srv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rFOmkHFd0FfdkgDyrqlQl4U5mvSA9Srv > .row .container { font-size:0.875rem;font-family:arial;height:31.625rem;width:60rem;position:relative;display:block; }#tx9oAGOapbvPWRAn8iZ76SrvZdKz4BFU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.375rem;top:4.75rem;left:26.8125rem;overflow:hidden;display:block; }
#DQdNHDMMvdvzxkMQkq6HZmXGJT76VRbF { color:#101010;display:block;width:17.87475rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:12.662353515625rem;left:21rem;height:6.2988125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nX71OoIdqd0vSU4Kb6Lq52qU7PThVosX { color:#101010;display:block;width:25.9375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:28.937377929688rem;left:1.3125rem;height:1.22504375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VAI2qcUeNdqlfo8mSqeWDTuOy34cedZJ { color:#0da3e6;display:block;width:12.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:28.849487304688rem;left:29.5625rem;height:1.3999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RFgvTVFIyJq93OPpG40kGa9NXFdQ7iS7 { color:#0da3e6;display:block;width:6rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:28.849487304688rem;left:44.0625rem;height:1.3999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#N8xyVOZxMzddwuVnXgkBULZypyZzVayr { 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:15019;opacity:1;top:21.6875rem;left:22.375rem; }
#N8xyVOZxMzddwuVnXgkBULZypyZzVayr > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#SNoI9vSKlTzQoxNFrRcV8mp0Stzxnm6b { 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:15020;opacity:1;top:21.6875rem;left:26.625rem; }
#SNoI9vSKlTzQoxNFrRcV8mp0Stzxnm6b > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#ymQSU6c2LEsvDmHBCDSf95S8oegu9rH9 { 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:15021;opacity:1;top:21.6875rem;left:34.5rem; }
#ymQSU6c2LEsvDmHBCDSf95S8oegu9rH9 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#pQlz4tMv3kpg2P7Sc31CTaFb7GgFMr6T { 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:15022;opacity:1;top:21.6875rem;left:30.6875rem; }
#pQlz4tMv3kpg2P7Sc31CTaFb7GgFMr6T > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dmPSIrSBKHBd3nfrrOo5ogCsk3LdtzHh { display:block; }#dmPSIrSBKHBd3nfrrOo5ogCsk3LdtzHh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKf44ouLOBx8BFMCV5o7EaRCuySv0Ion .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IKf44ouLOBx8BFMCV5o7EaRCuySv0Ion .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; }
#IKf44ouLOBx8BFMCV5o7EaRCuySv0Ion .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; }
#IKf44ouLOBx8BFMCV5o7EaRCuySv0Ion { display:flex;width:19.875rem;height:5.52625rem;top:0rem;left:25.84375rem; }
 }@media only screen and (max-width: 763px) { #IKf44ouLOBx8BFMCV5o7EaRCuySv0Ion #Ir0rdMwNAIwWePnA1rDqVzWRKIfVXrhz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IKf44ouLOBx8BFMCV5o7EaRCuySv0Ion #MV2gdss24R5FPNSAFcbxgRFhZMVgg0Go {  }
 }@media only screen and (max-width: 763px) { #IKf44ouLOBx8BFMCV5o7EaRCuySv0Ion #aCscoNfq7CBf0dD8oXmkQAsC1eO2GfnJ {  }
 }@media only screen and (max-width: 763px) { #IKf44ouLOBx8BFMCV5o7EaRCuySv0Ion #WNT3kvPbfFO97cGhGvlGoEog6QZwQMeZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IKf44ouLOBx8BFMCV5o7EaRCuySv0Ion #E1uEypcgP0Rin52dPVwSAqGgedr1O4fw {  }
 }@media only screen and (max-width: 763px) { #IKf44ouLOBx8BFMCV5o7EaRCuySv0Ion #Q749BtDA1FzqVIB8A9hreES0XBOUH5Vy {  }
 }@media only screen and (max-width: 763px) { #IKf44ouLOBx8BFMCV5o7EaRCuySv0Ion #wf4qgoxQDBCDZSCNiepg6QW4q6Evkqze { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IKf44ouLOBx8BFMCV5o7EaRCuySv0Ion #bhiv33698bWvn6IGUKHavzyh4VTamTsX {  }
 }@media only screen and (max-width: 763px) { #IKf44ouLOBx8BFMCV5o7EaRCuySv0Ion #xiTy9nvO09M0Ukg1a4upxZ44Id16U6cF {  }
 }@media only screen and (max-width: 763px) { #IKf44ouLOBx8BFMCV5o7EaRCuySv0Ion #w1VTZddSxntsQb6u5a8QAX1UlTv9caiE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IKf44ouLOBx8BFMCV5o7EaRCuySv0Ion #TRTmD5H44A5G8f2DaazJNBeS1z9LxdTn {  }
 }@media only screen and (max-width: 763px) { #IKf44ouLOBx8BFMCV5o7EaRCuySv0Ion #RIsyG0LFImN9RxyIXX8AbPlGsr3MNhP0 {  }
 }@media only screen and (max-width: 763px) { #A6Jky5fftTyhnmgJxZkbKf8fv2TWV0zy { top:2.125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDZq7CK0elTlvhg5pVVU7LJTClkofpnG { display:block; }#XDZq7CK0elTlvhg5pVVU7LJTClkofpnG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NLNxIKvAzozZlC8o1ovou7M4oQUSoVSZ { top:12.375rem;left:0rem;width:25rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUpC7nzDQPpiJ43eEmpz8Wdiu7pT0Z94 { top:18.3125rem;left:0rem;width:24.75rem;height:10.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTTM4ToSqadi7OeBsnMwGHUdzqcTSCbi { top:31.125rem;left:0rem;width:25.5rem;height:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yakD2b5q2W3kXH4zQCIWkGaxeF7OQADn { top:7.6875rem;left:8.875rem;width:3.75rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mf8C9IIu23LegB5mriu8A2l2DgyOWIXR { top:12.4375rem;left:0rem;width:0.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkmsrItAUPFAGNWbkpllyDrzSFS6huTD { top:17.1875rem;left:0rem;width:33.875rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPtEyfPz4hgKBia1OVQD88yWHXnghQzf { top:4.75rem;left:0rem;width:33.875rem;height:43.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHNhFzFAiWdV2doTGUV0Exl32xDcaNKK { width:24.6875rem;height:2.8125rem;top:43rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzFBu76dlyqdN54wkzVgrU5Fn7VhuihA { display:block; }
 }@media only screen and (max-width: 763px) { #xl3BOPLGVZLn86837H8Xz5ozMUpvKwTF { display:block; }#xl3BOPLGVZLn86837H8Xz5ozMUpvKwTF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lcecJpnmO0Tk2withw0Mp38D5aULQQzw { top:1.8125rem;left:0rem;width:38.25rem;height:4.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVi2x682lZxz56bCLJoIHuPNAwvWDS1c { top:7.6875rem;left:0rem;width:31.3125rem;height:31.4375rem;font-size:1rem;display:block; }#bVi2x682lZxz56bCLJoIHuPNAwvWDS1c li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5de52b88e3cf1a4594a1d1351ad9b773d88c64a1.svg); }
 }@media only screen and (max-width: 763px) { #xwIVBB27xDTLo9vtlSCbQpTauGqxUCeu { top:40.6875rem;left:0rem;width:35.3125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtyzWTa8bG7F5aTmdM10z2DxXZiKSzug { width:32.3125rem;height:2.8125rem;top:43.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oA36My7m9ew9Tw9hGGDVkNIvTv8msMEi { display:block; }
 }@media only screen and (max-width: 763px) { #gmTqiqGFMWxeinTNTz7rd6LPUXdmTT7V { top:9.3125rem;left:25.125rem;width:22.625rem;height:40.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tugvhVnPP8EhP7CmXE44OZJyTyvEn6F4 { display:block; }#tugvhVnPP8EhP7CmXE44OZJyTyvEn6F4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wifk4QEu6RMzwCXbc0ENLNENFP9ngAcl { top:2.5625rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7pgUz138JEWHhpe4tri1NNBxcuaXThs { top:14.9375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEZcyV3sXwrdwhffrEzaNQrAZzg8veX6 { top:20.5rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5BFTeiTcHMJcCq8qhze3u6CxcsXlHNS { top:26.375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvzSXbgdB88kKQNucipnBEpx2I2tTixp { top:9.4375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHQAqhkDRtUJUmevbtuHhCQDeUQtrIk8 { top:8.5625rem;left:0rem;width:47.75rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkclQvdliszWqs5BESwI7nFMOTCpaXqA { top:14.125rem;left:0rem;width:47.75rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2UaZAlWg4hi7kqHf5MTTlxx0ZC5ue1z { top:19.8125rem;left:0rem;width:47.75rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGggpgn6rqZfQhxOJXxlcRMHXJTC19Ig { top:25.5rem;left:0rem;width:47.75rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y62sUcTNvy5EtRkT1wEhNKDIPyc5RxCo { top:20.1875rem;left:4.6248922348022rem;width:42rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTFkn2THMPZuuLnJiz6eT8ada3dLLAP5 { top:22.8125rem;left:4.5623922348022rem;width:42rem;height:7.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRuE7i26hXO4ZK0rJF5LebC1fwIeTdVy { top:14.5rem;left:4.6247835159302rem;width:42rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg9OdDc0GzOga14lKQUHR1n45U04f4KZ { top:9.4375rem;left:4.6247835159302rem;width:42rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWhTIMCyOKtcUAzx9ldaBvTNNOg1Ciqy { display:block; }#TWhTIMCyOKtcUAzx9ldaBvTNNOg1Ciqy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xXcyNerW4rIr5BwvkUOnkXb2mSuuC7hA { top:5.3125rem;left:2rem;width:44.875rem;height:20.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuV6IT5yQWQUkU086BcFGzTxsT7DKpxh { top:1.8125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9SnTKEUxEOZVJvOzhbfAbd7WvHQznr1 { top:0rem;left:19.0625rem;width:28.6875rem;height:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZC7y62OZAQefTVhZeSIzvPl73CiGbux { display:block; }#TZC7y62OZAQefTVhZeSIzvPl73CiGbux > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bd3AJe57cgB9xFGHqSFVtkTXEs3zv7NE { top:2.625rem;left:0rem;width:29.1875rem;height:6.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ruxd2yVnQiiqCVfX7ReqezTsXLKFz8Jm { top:10.375rem;left:0rem;width:29.375rem;height:32.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLy4rDRPJ1WNpgoe4Z0RvETn8CavFSlb { top:1.25rem;left:0rem;width:35.0625rem;height:42.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOTZcKDK9G08GtS4tnO1zQrcaDmw01OH { top:1.5625rem;left:16.8125rem;width:30.0625rem;height:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMQthUUJ11CpO3edzLf7QyQ3V7ywbBIa { display:block; }#uMQthUUJ11CpO3edzLf7QyQ3V7ywbBIa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dHfQZKHOQh90S0d5wNgQQibTsFaq7xA3 { top:1.9375rem;left:0rem;width:47.75rem;height:4.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d841o6CgWpsXiKrJNKXKqCqp2hlXh4Hi { top:8.25rem;left:2rem;width:43.8125rem;height:16.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #owOa4Kpt9186VaAcPSyICPltmkRNibQK { top:2rem;left:25.5625rem;width:22.1875rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #voFxOgQgBCLrpMCqfOdRclThfdln8uQB { width:32.375rem;height:2.8125rem;top:25.75rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtMTP5GC1Pg6C91P7xGVfaeDg6LvyuxO { display:block; }
 }@media only screen and (max-width: 763px) { #zlB6sgNOF04uAJc3p9m7JctZuwK6IrL7 { display:block; }#zlB6sgNOF04uAJc3p9m7JctZuwK6IrL7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yx4TMnZM3hIFxTsW5H0sdCbQnlfzeqFs { top:1.8125rem;left:0rem;width:33.4375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpPrLcpLinAyPBAlvnea2m4X8Ngekicb { top:5.6875rem;left:1.45654296875rem;width:45.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sx7lnTSJ6CkfVe5kCu0sahdAJ2I0RLnW { top:17.375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NECv6x680zdWLU54D3JINNnGQ7MaIWR3 { top:11.5625rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuGDWdfgTi8qZn0HpKkipZZAasag3ckl { top:5.6875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PETObd3veil4cnTNqc1d2J3WO4WtEwHw { top:23.0625rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkTtAa7OKXL5nGtZvgqmNrSy5cDpuV3T { top:27.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwV32zJ5apUMqaF3d9fiQ2cIy9iTD9Pg { top:31.8125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkQ7ZAQI7yKEd7uq78ThiGIEpp64kPTX { top:17.1875rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0OsX5pBbOITzRvLJtbtSIpmemb579fc { top:22.9375rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THEV1JWlLvkzPmhaDqTrvJRtFG8JaZZ0 { top:27.25rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBRF5PSUtt4KC42JnvuBPTfgSal5DAef { top:31.5rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJNB5WpQzfp3L1qaHdUDwcNhfwS2VpZC { top:11.4375rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMJOmCdvRKbBReg6XaPKVTG2ysvrUwoi { top:5.4375rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsRKS0f9nRWh1iuTEzsVEXdqvQTbqNBh { display:block; }#gsRKS0f9nRWh1iuTEzsVEXdqvQTbqNBh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bw2KgOFiFD9Wz3IzvEU8BCgH3aOas34h { top:1.625rem;left:0rem;width:38.75rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6GFIaAmklvBK2V3NrQuyINSvnvxen2a .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#W6GFIaAmklvBK2V3NrQuyINSvnvxen2a { display:flex;height:auto;width:45.25rem;top:6.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #Q0A6BATyM1qM6xuaPRGl6RfMTiUwT8IG {  }
 }@media only screen and (max-width: 763px) { #W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #PG54EbWQpPREiTSOTUrsEVaQ0xQsnEzK {  }
 }@media only screen and (max-width: 763px) { #W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #SvZClsUTFqbe0KDTADg2BTPDqMvRasIm {  }
 }@media only screen and (max-width: 763px) { #W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #UOFEsM6F1r9u8v7MkTET6tyRTDTnWGtZ {  }
 }@media only screen and (max-width: 763px) { #W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #ENTa3T6d5rNqIy3uic1PxCpk0uGihX3J {  }
 }@media only screen and (max-width: 763px) { #W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #GNThAGDxh7mwoZoytTF8AgdlK92D7cv6 {  }
 }@media only screen and (max-width: 763px) { #W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #vvotm29QxQb9rsgLw7mid6pf5nAu9LvU {  }
 }@media only screen and (max-width: 763px) { #W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #qZXNan3RRi0dF6zD5BtFlZqxCOiTdU6k {  }
 }@media only screen and (max-width: 763px) { #W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #HGgk8m4XOS4y3u5Ktg4UbhQDlMsbJTmz {  }
 }@media only screen and (max-width: 763px) { #W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #wOm8Tefe5w41Ryba5DaPtTF81RyQVfvD {  }
 }@media only screen and (max-width: 763px) { #W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #TP2c6RVk1tPsd7TsXKD2MrPHpz6xyg1T {  }
 }@media only screen and (max-width: 763px) { #W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #UhszXTHcM8Wfzm1v15OhbU9FGEkrggfh {  }
 }@media only screen and (max-width: 763px) { #W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #WoyTg3r7A3QC6xu3dtpcxoOBeb1JTQD9 {  }
 }@media only screen and (max-width: 763px) { #W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #pTuOrX7pVg6DHpmxCTqZNTJR5RxRkhtv {  }
 }@media only screen and (max-width: 763px) { #W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #aob8fkqIJ4ITIawHRNpazLmN1IJtpN8r {  }
 }@media only screen and (max-width: 763px) { #W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #uswBZUKWZV7fbluzrV7H0KOO64X5GNO8 {  }
 }@media only screen and (max-width: 763px) { #W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #WzPQB8Cr4cakARCLySCSQC5V38y8nLyK {  }
 }@media only screen and (max-width: 763px) { #W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #mAooSAzw4Gl7014q58bPD50SIEyuogy5 {  }
 }@media only screen and (max-width: 763px) { #W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #rwOq4ABHMTpIZn83pUAws6XWsWMhQz5h {  }
 }@media only screen and (max-width: 763px) { #W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #tJB5XFKAvTols7hXMBDew5Zf0XlmWTPi {  }
 }@media only screen and (max-width: 763px) { #W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #H4FFwfTiQZkteiGiPl4JVT59bBQRsnZX {  }
 }@media only screen and (max-width: 763px) { #W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #wBUL7oHTpGe8WqrxZAgAp7IlbcGkuyrI {  }
 }@media only screen and (max-width: 763px) { #W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #uBDcJEOWCd51xGSmwZzqKyJ6dTqrxPpF {  }
 }@media only screen and (max-width: 763px) { #W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #TmHJo5f92Mp0yvV9KfXRBC6TJBTWmVuI {  }
 }@media only screen and (max-width: 763px) { #W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #IT8vuhaLdLFHqIGrxCSsiW0u6fwsdWXq {  }
 }@media only screen and (max-width: 763px) { #W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #tweAcLnSpwdtuDTthvJKoHxTELTrDwWp {  }
 }@media only screen and (max-width: 763px) { #W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #ShX8sXHOs4REiAnBAaI61Jg7EtvXk5AB {  }
 }@media only screen and (max-width: 763px) { #W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #XKz2kebvfp4soG7aCDP1gTb662NoIJ2L {  }
 }@media only screen and (max-width: 763px) { #W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #TVSvlMfddnndF1k5Oqo6MZvRDHRlW54K {  }
 }@media only screen and (max-width: 763px) { #W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #SrltOBumwg621vrHQH9GkJkbOWKdKFmd {  }
 }@media only screen and (max-width: 763px) { #tRXJOCUugDXRUXZQXARZXzkDIOzulU6L { display:block; }#tRXJOCUugDXRUXZQXARZXzkDIOzulU6L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #viCN97Vz19DUKivQEBGkLgSNDcq5eQdf { width:47.75rem;height:3.125rem;top:1.6875rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkKKoRLhnUuNoADX1IMVDKKEtL2QP19p { display:block; }#DkKKoRLhnUuNoADX1IMVDKKEtL2QP19p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UFH0aOGAx2hzyTQ8EKQbgC9vKmHW3JHH { top:0rem;left:3.75rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDI3mGwtCd7A13oxS46oTnM33k4DAE8V { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNkHtof6dFuMipNOvzvOgn0EHKn4afva { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gebrwx3M5sULVrBqKmSczc6RGadACuTL { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyS8MbaM9OUeSlgCuacbK2qvGbkiUact { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwFC55TE81sHqRfNlgLeHfyKe12GCh0u { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZgGO82DApLvp1eTmm2rS4HLXZlBmX2o { top:0rem;left:15.71875rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n17LQuKU0DgUta8bVSQsN45mWSd4SzbJ { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KywREJn0FsvMZtRMzBGUDUyLS0T4gJKZ { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvTJ2vuko5iKUqSi861bu7BIEufrnGgK { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hareXmUBGtQOw7ZvkfUm3IAeIoFQWlWr { top:0rem;left:27.65625rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5zkr1B44q0uKN6Tsp7QQ7Dicn6TgHo6 { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUlrTqmu1ciS53H3KXVX1MC2cpRvxLVs { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bh2JBsRwgniSZhTmCdp4c0q16w5lJsoN { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT9MRDAdorEkRDzoctUDLV5zR0dxmq3c { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKiDt6KCFTqQmzcfypNvXuXU1AZHTmyV { top:0rem;left:39.59375rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhHDITQfFcfIN3QgkLSE54PDc1NAcsz9 { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKHIyVd2VH2zMqh8TOu6KGBvt5UAKc0F { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrlZppiL1t2SJZ2N0uctIQdlgaabr9bg { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC5UF7SZSUeR34PEmAHyOkTZyplbDfiv { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWSaw2nBiCvx28zB5xORmgZi8NgXkvpo { top:9.6875rem;left:35.0625rem;width:12.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4yI78G3kWrTNzrRxxGg40dpcghfIh7X { top:9.6875rem;left:23.625rem;width:12.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOaQWP8X0x1L8n0xkybPvxHTLazTEbHh { top:9.6875rem;left:11.6875rem;width:12.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GorPa1bLAsNtD6ZcVostNx69E33PmnHU { top:9.6875rem;left:0rem;width:12.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LibMV6kVS3y8LFS9xxLP3E5IBAq7iGMG { display:block; }#LibMV6kVS3y8LFS9xxLP3E5IBAq7iGMG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tcHftTTd6hVFHB6Tu3MqKEhVqTM8e373 { top:0.6875rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJesN1AUDGHz34iDHLIHF5eghRDuRPNb { top:6.625rem;left:0rem;width:47.75rem;height:17.658010062893rem;display:block; }
 }@media only screen and (max-width: 763px) { #v33XxOeUPWICh6HyrQ2Z2KeG9LiwGym3 { top:7.75rem;left:0rem;width:47.75rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qo7U32V8qAl6lKITm2owiIh3JfsBsK8r { display:block; }#qo7U32V8qAl6lKITm2owiIh3JfsBsK8r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zVMAT5r1TW7zN7iihEU0hJGanGnuevvn { top:23.375rem;left:34.49853515625rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrArPgOFPqNixXVDBL7vu1uLTe8ym675 { top:11.125rem;left:23.875rem;width:23.625rem;height:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ks2QG5o7CS98ordp7MIUvTqHsw98hk4y { top:23.375rem;left:11.375rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ofl4w4PcTs2Cs46OfCZNxqgnCDEms8pg { top:10.75rem;left:0rem;width:25.625rem;height:11.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiVT1Qe7z4nZoqmcPqVAbDxIbMx8OCp1 { top:8.1875rem;left:0rem;width:27.0625rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfT6RqlR0wtEWJJQGk8T0lLSLrt1SMku { top:8.1875rem;left:20.6875rem;width:27.0625rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rg0fRBbDmM8PEXZl81FA57eHRh1c1hyK { top:8.8125rem;left:19.1875rem;width:28.5625rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcWUbxKiKguOtbvu48XDlrJHJNfOgAZX { top:9rem;left:0rem;width:28.5625rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPUfmAC9lPSOMCRAK0HxGgTTuT0U5oSi { top:5.875rem;left:23.875rem;width:12.5rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlVsbehfnFerbadoEZ6Kf7VEAvzX0kQp { top:6rem;left:0rem;width:12.5rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuQFnNeovhJCTlOHrTSaVuFeWCTWhWTU { top:6.8125rem;left:43.034726142883rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtTGCpoOZCwS6Z94RQfyTEfNokUsTHVL { top:6.8125rem;left:20.125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lg2fF2dlTg80JdiIEhIT7LnX0BPeDfVo { top:22.75rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #er8T6nrBVobUDyCBQJnIC0lZKdbDvLBx { top:22.75rem;left:2.5625009536743rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2ZJVF5gVDcmcRZrqALSZn71uXFeax03 { top:22.75rem;left:1.0000009536743rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2Li8o91TOAM8mRpTcEdHT3vD2xfUJpz { top:22.75rem;left:4.1250009536743rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2RJI96o4Kv3mpDuRHnR1mklnnTqM1sV { top:22.75rem;left:5.6875009536743rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ru77xfBHPQcSUtyam2l6P6LTaJ7bMpQK { top:23.0625rem;left:29.5rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hT4hyqT9fp4f1DGeyEToPHJKZNE3rfID { top:23.0625rem;left:27.9375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zxqqcku1O2256dLrii0HnS092dMupBfl { top:23.0625rem;left:26.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT6TD0egq2u05dzyv6p6SvdK3CTBg2tF { top:23.0625rem;left:24.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeTfBXySy7C8k8t2Vy8BmrVlxElCmRL4 { top:23.0625rem;left:23.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3739tzbPO7nkHPeiT6NSAo8m1RpNbBg { top:1.5625rem;left:0rem;width:46.6875rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jifkmyren463thXLfcnADMX4Uvflgvoy { display:block; }#Jifkmyren463thXLfcnADMX4Uvflgvoy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wr17SQmTLk0p90ueX8QzqePBiUy5cOPd { top:5.5rem;left:23.875rem;width:23.125rem;height:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFPnIlgvDVHCQStVTV24UOglCcGrUHSU { top:16.8125rem;left:34.9375rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltnQGy4V8vlCmcDuh3SmozIlHXyOf1WI { top:16.8125rem;left:11.18701171875rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK9rwnMVUe5DFtDsgNeXAlVWTaOwTiS5 { top:5.4375rem;left:0rem;width:24rem;height:6.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UR3HCAstWxfqg0Wy4OxQMu2RKmyXlApq { top:2.0625rem;left:20.6875rem;width:27.0625rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XG9SXbWitFJyFhITbyDlZr5toDJL5n5X { top:2.0625rem;left:0rem;width:27.0625rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbM2x28taFHol8oDh7k9AJfQy02bzZkE { top:3rem;left:19.1875rem;width:28.5625rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVRL1KTd3c2es40eLN0MyXcUZOfRacpZ { top:3rem;left:0rem;width:28.5625rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hh1K0I3gxKkkT74VGf8ZwOH3TL7vLQ5S { top:0.0625rem;left:23.875rem;width:12.5rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEMEhB2iFwLxiXmSQTkMNyih2E3eCKm2 { top:0.0625rem;left:0rem;width:12.5rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1hTlzJPirDAPG9u7gXzQgs1SEfTqMsx { top:1rem;left:42.47211933136rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEW1qObvLkS308EHB9JvJm4vtXKUV1yF { top:1rem;left:19.94314289093rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPulbxiNMZy06Fhh0ya4I3Fct5BeZOrf { top:16.3125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnaxIJDu7q8lM37htsbpDDWJLDT45LJS { top:16.3125rem;left:1.0621747970581rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBCSSkiaIoB8pOyggI4hrRx0gQ43NKf6 { top:16.3125rem;left:2.6246747970581rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7b7g8ynVwTXo9modo5PqJuZNgJ6ZNNG { top:16.3125rem;left:4.1871747970581rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMMfs4VK506hOmvS77Q6rAkEvkmtdHmn { top:16.3125rem;left:5.7496747970581rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mp5o6G5mzb0kuOA9eimHVrgfpktM3qsB { top:16.25rem;left:23.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrVg9ETQgeT5GnsrVNg0CUoZIweLCEvq { top:16.25rem;left:24.9375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfKlqnre1LRU192B1FDd6iTqCOHQaU4P { top:16.25rem;left:26.5rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWQrKoIbGbpKANurpFkE9mJ2F1tAL1hM { top:16.25rem;left:28.0625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwryUVQTyH09TyUlGpuHviNqOf1Rao95 { top:16.25rem;left:29.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmAqC3BepuWffluvuJMN63MX5WXEEO7U { display:block; }#tmAqC3BepuWffluvuJMN63MX5WXEEO7U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sVk4D2wocoyAulh5U6eWkw0S6L61eNqT { top:6.5625rem;left:0rem;width:32.75rem;height:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6CPcAqbpz3JtaxxmUoAk5Bvh6AGe4nl { top:2.5rem;left:0rem;width:26.25rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyFUKsTsKRZA3xRCd2VTTWFTo6Ukpetd { top:9rem;left:0.36154651641846rem;width:28.5rem;height:25.25rem;font-size:1rem;display:block; }#TyFUKsTsKRZA3xRCd2VTTWFTo6Ukpetd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4c404e1886fe0c68c6269e4549406f0935900980.svg); }
 }@media only screen and (max-width: 763px) { #ypmVBy0BOXzNGSZV0tLs64PTeuGC0Lhs { top:36.625rem;left:0.36154651641846rem;width:17.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #APyhs2G8EEF3N99ChZfucXlAEU7TD1ly { top:38.625rem;left:0.361328125rem;width:17.25rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpxAnsb4ell0TdJGtoWhuMw1eDc7zJ1T { width:27.875rem;height:2.8125rem;top:42.25rem;left:0.67404651641844rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQWIsZbzrW7v9ZHS7vi6TAk9uBVe1rTL { display:block; }
 }@media only screen and (max-width: 763px) { #zDPDNVh5UbL5dNTqI9yiURduWkecdD45 { top:6.875rem;left:25rem;width:21.9375rem;height:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKg9wVaTadRf1TqZIax1SDI4EbP631pf { display:block; }#UKg9wVaTadRf1TqZIax1SDI4EbP631pf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U927bTsTZs7yRuGADwbGJy4yMUNCDNQb { top:2.25rem;left:0rem;width:46.125rem;height:5.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rdygb4C4NmoyqN0NOwZwn92mTcF9Z70Q { top:9.375rem;left:2rem;width:45.3125rem;height:22rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGbtKgXtTCtOTnvl7As6TBn88rUtowd8 { display:block; }#uGbtKgXtTCtOTnvl7As6TBn88rUtowd8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tk6XehNfxuxesHiOh3clkOn9syISuUfO { top:1.875rem;left:0rem;width:47.4375rem;height:5.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8UAXLuofzZUhbXTObbPRne7BhMqeyic { top:8.4375rem;left:2rem;width:45.3125rem;height:15.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgCCcLKU68iwlgxWhrJxJp9zRdRv6yxw { top:2.5rem;left:23.53125rem;width:23.25rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #po71AgPBsFbcXbFUiESgNXf7IatbJPaZ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#po71AgPBsFbcXbFUiESgNXf7IatbJPaZ { display:flex;height:auto;width:45.25rem;top:19.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #nnB7kxqMI37HwQGU0rNTStL2Bz2siXeU {  }
 }@media only screen and (max-width: 763px) { #po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #ewzeDBXMTrWCKbI9EdQRmyJlqeT3kKG9 {  }
 }@media only screen and (max-width: 763px) { #po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #BINnxidmH7akVlXLiCQx8yJ544sR7dP2 {  }
 }@media only screen and (max-width: 763px) { #po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #f9vtdehATwXEBRbyS8zA89NIIhGPxNep {  }
 }@media only screen and (max-width: 763px) { #po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #pBERsreNpcayh9dMOI2drCNxu1kZluqf {  }
 }@media only screen and (max-width: 763px) { #po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #VVa6EEhmi3KyL7zb0EapJk4Z2DiydTPD {  }
 }@media only screen and (max-width: 763px) { #po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #G7c4BbVR1TzsF9pc4AyqcSqCDlBOdDJ6 {  }
 }@media only screen and (max-width: 763px) { #po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #zIFZbzXwON6VBrNqdl8fbDqnt5tRdJ4X {  }
 }@media only screen and (max-width: 763px) { #po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #HabNwfNs9JRu2A8oTUH4wGp94GFeea2k {  }
 }@media only screen and (max-width: 763px) { #po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #l4sCQeG0fIMZf227RqpzZw5bmN5lWUOP {  }
 }@media only screen and (max-width: 763px) { #po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #bu6rIpk18TmxhScr4cNsNqSSTlnsov51 {  }
 }@media only screen and (max-width: 763px) { #po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #HssAR5ncOSPSUZqGsm0dqnHc7sr740Iu {  }
 }@media only screen and (max-width: 763px) { #po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #dLWRSX4RIDTV77aGDUgNlpxeJVMxMR6I {  }
 }@media only screen and (max-width: 763px) { #po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #JqwlC9EJKxo0kTiXPuRu2WgLn9RHhOpa {  }
 }@media only screen and (max-width: 763px) { #po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #kogXPT3PsQ8uvWTq0itEyk45KaUk0DXw {  }
 }@media only screen and (max-width: 763px) { #po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #vR90dzVpb8n4vKoVZWgN9qKHn2UNKTGL {  }
 }@media only screen and (max-width: 763px) { #po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #Qyp7eIsIiruhCPCk370WTGlRkVlPNZR5 {  }
 }@media only screen and (max-width: 763px) { #po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #lGZgIdFBgJ7bSpOnnib32bbXVLEWAFiZ {  }
 }@media only screen and (max-width: 763px) { #po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #KONZKiQouq10Qri2rEn6xSs5PxxmMKZI {  }
 }@media only screen and (max-width: 763px) { #po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #sNglXTIBA9OZeNUuAErraa7HoUmQT059 {  }
 }@media only screen and (max-width: 763px) { #po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #Rc77o0kom0tdfBL4QpILREkm9K0PKnw6 {  }
 }@media only screen and (max-width: 763px) { #po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #Tcq4G0ymGMa9zChOKf7tEmIc7fWmI1Lm {  }
 }@media only screen and (max-width: 763px) { #po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #cv4s5oahxBxdmX4og1CMFKZHMm794dRy {  }
 }@media only screen and (max-width: 763px) { #po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #ceUhLhrq7twf7PCvpFmNnZoggygRnX8s {  }
 }@media only screen and (max-width: 763px) { #po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #Rm6XUbCme1FBQSbFTUTa4iQBIF2uM6G2 {  }
 }@media only screen and (max-width: 763px) { #po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #yWKsbzL7dzwWI4vwAg1DEDT9l6dEfToZ {  }
 }@media only screen and (max-width: 763px) { #po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #CHbJ4Txxe4sh9rdGO3F0p9pTJnddgbvX {  }
 }@media only screen and (max-width: 763px) { #po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #XvXBPmmPfa3XTLUHbSNQTXgFbp3PNTSr {  }
 }@media only screen and (max-width: 763px) { #po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #TATzqE5wTk1wXU245J8TlMCZBzln6GOy {  }
 }@media only screen and (max-width: 763px) { #po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #w9GJVhpJmOvSTEqXkg1pFMgQQp3LTvR8 {  }
 }@media only screen and (max-width: 763px) { #JtpU0mlFPa2BZ4xH4fHTqXm8lybpnWPs { top:2rem;left:0rem;width:40.625rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lfh345XSMDw7SAJslWs9lax5LXgBLago { display:block; }#Lfh345XSMDw7SAJslWs9lax5LXgBLago > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MrpTDTB24N7bmOcbTi4l2ba43r2Xv48w { top:1.1875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDla2GZX1MHv96vDnLz7QOJQzn0M6HhZ { top:0.75rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDM8Kim5XsuggNN36pUxQt9JwcXs5QzK { display:block; }#rDM8Kim5XsuggNN36pUxQt9JwcXs5QzK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ooTk64rcK4bpyA4onPATioL6qz2lMvIa { top:1.5625rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7Sav06KmHgKQ95LB99uwAnZeS76y9CZ { top:8.25rem;left:9.6865234375rem;width:28.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #muorfu8aEoK2eC9HgTFDQUlNJNNnoFR5 { width:34.1875rem;height:2.8125rem;top:12.6875rem;left:6.7808160781863rem;display:block; }
 }@media only screen and (max-width: 763px) { #lknfAAnHu3bpMAazisw95AcQ63P2UfkT { display:block; }
 }@media only screen and (max-width: 763px) { #rFOmkHFd0FfdkgDyrqlQl4U5mvSA9Srv { display:block; }#rFOmkHFd0FfdkgDyrqlQl4U5mvSA9Srv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tx9oAGOapbvPWRAn8iZ76SrvZdKz4BFU { top:4.6875rem;left:20.6875rem;width:6.375rem;height:6.2501838289363rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQdNHDMMvdvzxkMQkq6HZmXGJT76VRbF { width:17.8125rem;height:6.25rem;top:12.625rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nX71OoIdqd0vSU4Kb6Lq52qU7PThVosX { width:25.9375rem;height:1.25rem;top:28.875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAI2qcUeNdqlfo8mSqeWDTuOy34cedZJ { width:12.1875rem;height:1.375rem;top:28.8125rem;left:23.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFgvTVFIyJq93OPpG40kGa9NXFdQ7iS7 { width:6rem;height:1.375rem;top:28.8125rem;left:37.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8xyVOZxMzddwuVnXgkBULZypyZzVayr { top:21.625rem;left:16.25rem;width:3.125rem;height:3.125rem;display:block; }
#N8xyVOZxMzddwuVnXgkBULZypyZzVayr > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #SNoI9vSKlTzQoxNFrRcV8mp0Stzxnm6b { top:21.625rem;left:20.5rem;width:3.125rem;height:3.125rem;display:block; }
#SNoI9vSKlTzQoxNFrRcV8mp0Stzxnm6b > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #ymQSU6c2LEsvDmHBCDSf95S8oegu9rH9 { top:21.625rem;left:28.375rem;width:3.125rem;height:3.125rem;display:block; }
#ymQSU6c2LEsvDmHBCDSf95S8oegu9rH9 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #pQlz4tMv3kpg2P7Sc31CTaFb7GgFMr6T { top:21.625rem;left:24.5625rem;width:3.125rem;height:3.125rem;display:block; }
#pQlz4tMv3kpg2P7Sc31CTaFb7GgFMr6T > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dmPSIrSBKHBd3nfrrOo5ogCsk3LdtzHh { position:relative;z-index:auto;display:block; }#dmPSIrSBKHBd3nfrrOo5ogCsk3LdtzHh > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKf44ouLOBx8BFMCV5o7EaRCuySv0Ion .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; }
#IKf44ouLOBx8BFMCV5o7EaRCuySv0Ion .widget-text.counter-number { padding-top:0.420625rem;padding-right:0.36625rem;padding-bottom:0.420625rem;padding-left:0.36625rem;width:2.1975rem;min-width:2.1975rem;height:2.260625rem;font-size:1.6825rem;line-height:36.17px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.196875rem solid #b30350;border-right:0.19625rem solid #b30350;border-bottom:0.196875rem solid #b30350;border-left:0.19625rem solid #b30350; }
#IKf44ouLOBx8BFMCV5o7EaRCuySv0Ion .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.263125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.93rem;height:0.893125rem;font-size:0.630625rem;line-height:14.29px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#IKf44ouLOBx8BFMCV5o7EaRCuySv0Ion { display:flex;width:17.3125rem;height:4.651875rem;top:3.384521484375rem;left:1.1322021484375rem;padding-top:0.525625rem;padding-right:0.523125rem;padding-bottom:0.525625rem;padding-left:0.523125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #IKf44ouLOBx8BFMCV5o7EaRCuySv0Ion #Ir0rdMwNAIwWePnA1rDqVzWRKIfVXrhz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IKf44ouLOBx8BFMCV5o7EaRCuySv0Ion #MV2gdss24R5FPNSAFcbxgRFhZMVgg0Go {  }
 }@media only screen and (max-width: 763px) { #IKf44ouLOBx8BFMCV5o7EaRCuySv0Ion #aCscoNfq7CBf0dD8oXmkQAsC1eO2GfnJ {  }
 }@media only screen and (max-width: 763px) { #IKf44ouLOBx8BFMCV5o7EaRCuySv0Ion #WNT3kvPbfFO97cGhGvlGoEog6QZwQMeZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IKf44ouLOBx8BFMCV5o7EaRCuySv0Ion #E1uEypcgP0Rin52dPVwSAqGgedr1O4fw {  }
 }@media only screen and (max-width: 763px) { #IKf44ouLOBx8BFMCV5o7EaRCuySv0Ion #Q749BtDA1FzqVIB8A9hreES0XBOUH5Vy {  }
 }@media only screen and (max-width: 763px) { #IKf44ouLOBx8BFMCV5o7EaRCuySv0Ion #wf4qgoxQDBCDZSCNiepg6QW4q6Evkqze { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IKf44ouLOBx8BFMCV5o7EaRCuySv0Ion #bhiv33698bWvn6IGUKHavzyh4VTamTsX {  }
 }@media only screen and (max-width: 763px) { #IKf44ouLOBx8BFMCV5o7EaRCuySv0Ion #xiTy9nvO09M0Ukg1a4upxZ44Id16U6cF {  }
 }@media only screen and (max-width: 763px) { #IKf44ouLOBx8BFMCV5o7EaRCuySv0Ion #w1VTZddSxntsQb6u5a8QAX1UlTv9caiE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IKf44ouLOBx8BFMCV5o7EaRCuySv0Ion #TRTmD5H44A5G8f2DaazJNBeS1z9LxdTn {  }
 }@media only screen and (max-width: 763px) { #IKf44ouLOBx8BFMCV5o7EaRCuySv0Ion #RIsyG0LFImN9RxyIXX8AbPlGsr3MNhP0 {  }
 }@media only screen and (max-width: 763px) { #A6Jky5fftTyhnmgJxZkbKf8fv2TWV0zy { width:16.812125rem;height:1.29980625rem;top:1.5863037109375rem;left:1.1549072265625rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XDZq7CK0elTlvhg5pVVU7LJTClkofpnG { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f2bac4ca-f19e-4c5e-8503-171e08f176c0/Projektbeznazwy.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#XDZq7CK0elTlvhg5pVVU7LJTClkofpnG.adaptive-delivery-prevent-bg, #XDZq7CK0elTlvhg5pVVU7LJTClkofpnG.lazyload, #XDZq7CK0elTlvhg5pVVU7LJTClkofpnG.lazyloading { background-image: none; }#XDZq7CK0elTlvhg5pVVU7LJTClkofpnG > .row .container { background-color: transparent; background-image: none; }#XDZq7CK0elTlvhg5pVVU7LJTClkofpnG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XDZq7CK0elTlvhg5pVVU7LJTClkofpnG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XDZq7CK0elTlvhg5pVVU7LJTClkofpnG > .row .container > .video-iframe-container { display: none; }#XDZq7CK0elTlvhg5pVVU7LJTClkofpnG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XDZq7CK0elTlvhg5pVVU7LJTClkofpnG > .row > .video-iframe-container { display: none; }#XDZq7CK0elTlvhg5pVVU7LJTClkofpnG > .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); }#XDZq7CK0elTlvhg5pVVU7LJTClkofpnG > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NLNxIKvAzozZlC8o1ovou7M4oQUSoVSZ { width:16.75rem;height:3.25rem;top:5.375rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUpC7nzDQPpiJ43eEmpz8Wdiu7pT0Z94 { width:19.3125rem;height:8.3984375rem;top:9.95947265625rem;left:0.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTTM4ToSqadi7OeBsnMwGHUdzqcTSCbi { width:16.75rem;height:11.69825rem;top:20.169921875rem;left:1.625rem;font-size:1rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #yakD2b5q2W3kXH4zQCIWkGaxeF7OQADn { width:2.8125rem;height:2.8125rem;top:1.4990234375rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mf8C9IIu23LegB5mriu8A2l2DgyOWIXR { width:0.3125rem;height:3.125rem;top:5.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkmsrItAUPFAGNWbkpllyDrzSFS6huTD { width:20rem;height:9.9375rem;top:9.33349609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPtEyfPz4hgKBia1OVQD88yWHXnghQzf { width:20rem;height:36.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHNhFzFAiWdV2doTGUV0Exl32xDcaNKK { width:19.1875rem;height:2.8125rem;top:33.08251953125rem;left:0.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzFBu76dlyqdN54wkzVgrU5Fn7VhuihA { display:block; }
 }@media only screen and (max-width: 763px) { #xl3BOPLGVZLn86837H8Xz5ozMUpvKwTF { display:block; }#xl3BOPLGVZLn86837H8Xz5ozMUpvKwTF > .row .container { width:20rem;height:85.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lcecJpnmO0Tk2withw0Mp38D5aULQQzw { width:18.125rem;height:7.7988125rem;top:1.68701171875rem;left:0.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVi2x682lZxz56bCLJoIHuPNAwvWDS1c { width:18.624875rem;height:41.181625rem;top:10.386352539062rem;left:0.68603515625rem;font-size:1rem;display:block; }#bVi2x682lZxz56bCLJoIHuPNAwvWDS1c li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5de52b88e3cf1a4594a1d1351ad9b773d88c64a1.svg); }
 }@media only screen and (max-width: 763px) { #xwIVBB27xDTLo9vtlSCbQpTauGqxUCeu { width:17.8125rem;height:2.5996125rem;top:53.875rem;left:1.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtyzWTa8bG7F5aTmdM10z2DxXZiKSzug { width:17.8125rem;height:2.875rem;top:57.625rem;left:1.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oA36My7m9ew9Tw9hGGDVkNIvTv8msMEi { display:block; }
 }@media only screen and (max-width: 763px) { #gmTqiqGFMWxeinTNTz7rd6LPUXdmTT7V { width:14rem;height:25.25rem;top:60.6875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #tugvhVnPP8EhP7CmXE44OZJyTyvEn6F4 { display:block; }#tugvhVnPP8EhP7CmXE44OZJyTyvEn6F4 > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wifk4QEu6RMzwCXbc0ENLNENFP9ngAcl { width:18.93675rem;height:11.69825rem;top:1.8115234375rem;left:1.063232421875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7pgUz138JEWHhpe4tri1NNBxcuaXThs { display:flex;width:2.5rem;height:2.5rem;top:22.3125rem;left:0.4375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #pEZcyV3sXwrdwhffrEzaNQrAZzg8veX6 { display:flex;width:2.5rem;height:2.5rem;top:31.9375rem;left:0.375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #U5BFTeiTcHMJcCq8qhze3u6CxcsXlHNS { display:flex;width:2.5rem;height:2.5rem;top:41.4375rem;left:0.375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #GvzSXbgdB88kKQNucipnBEpx2I2tTixp { display:flex;width:2.5rem;height:2.5rem;top:15.5rem;left:0.6875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #cHQAqhkDRtUJUmevbtuHhCQDeUQtrIk8 { width:20rem;height:6.625rem;top:14.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkclQvdliszWqs5BESwI7nFMOTCpaXqA { width:20rem;height:8.8125rem;top:21.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2UaZAlWg4hi7kqHf5MTTlxx0ZC5ue1z { width:20rem;height:9.1875rem;top:31rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGggpgn6rqZfQhxOJXxlcRMHXJTC19Ig { width:20rem;height:8.625rem;top:40.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y62sUcTNvy5EtRkT1wEhNKDIPyc5RxCo { width:16.625rem;height:7.7988125rem;top:31.6875rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTFkn2THMPZuuLnJiz6eT8ada3dLLAP5 { width:16.5rem;height:10.3984375rem;top:38.5rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRuE7i26hXO4ZK0rJF5LebC1fwIeTdVy { width:16.75rem;height:7.7988125rem;top:22.0625rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg9OdDc0GzOga14lKQUHR1n45U04f4KZ { width:16.0625rem;height:5.19921875rem;top:15.5rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWhTIMCyOKtcUAzx9ldaBvTNNOg1Ciqy { display:block; }#TWhTIMCyOKtcUAzx9ldaBvTNNOg1Ciqy > .row .container { width:20rem;height:51.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xXcyNerW4rIr5BwvkUOnkXb2mSuuC7hA { width:18.6875rem;height:36.394525rem;top:11.111328125rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuV6IT5yQWQUkU086BcFGzTxsT7DKpxh { width:18.6875rem;height:9.099625rem;top:1.375rem;left:0.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9SnTKEUxEOZVJvOzhbfAbd7WvHQznr1 { display:flex;width:20rem;height:28.6870625rem;top:13.39111328125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TZC7y62OZAQefTVhZeSIzvPl73CiGbux { display:block; }#TZC7y62OZAQefTVhZeSIzvPl73CiGbux > .row .container { width:20rem;height:80.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bd3AJe57cgB9xFGHqSFVtkTXEs3zv7NE { width:17.9375rem;height:7.7988125rem;top:1.4981689453125rem;left:0.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ruxd2yVnQiiqCVfX7ReqezTsXLKFz8Jm { width:18.3125rem;height:40.293925rem;top:11.1962890625rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLy4rDRPJ1WNpgoe4Z0RvETn8CavFSlb { width:20rem;height:55.249625rem;top:0rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOTZcKDK9G08GtS4tnO1zQrcaDmw01OH { width:20rem;height:29.1875rem;top:51.4892578125rem;left:0rem;overflow:hidden;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #uMQthUUJ11CpO3edzLf7QyQ3V7ywbBIa { display:block; }#uMQthUUJ11CpO3edzLf7QyQ3V7ywbBIa > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dHfQZKHOQh90S0d5wNgQQibTsFaq7xA3 { width:17.625rem;height:13.6494375rem;top:1.25rem;left:0.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d841o6CgWpsXiKrJNKXKqCqp2hlXh4Hi { width:18.75rem;height:27.29589375rem;top:16.0625rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #owOa4Kpt9186VaAcPSyICPltmkRNibQK { display:flex;width:20rem;height:22.1875rem;top:15.43603515625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #voFxOgQgBCLrpMCqfOdRclThfdln8uQB { width:19rem;height:2.8125rem;top:44.6079375rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtMTP5GC1Pg6C91P7xGVfaeDg6LvyuxO { display:block; }
 }@media only screen and (max-width: 763px) { #zlB6sgNOF04uAJc3p9m7JctZuwK6IrL7 { display:block; }#zlB6sgNOF04uAJc3p9m7JctZuwK6IrL7 > .row .container { width:20rem;height:61.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yx4TMnZM3hIFxTsW5H0sdCbQnlfzeqFs { width:16.5625rem;height:2.2753875rem;top:1.3125rem;left:1rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpPrLcpLinAyPBAlvnea2m4X8Ngekicb { width:15.8745625rem;height:53.292rem;top:5.625rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sx7lnTSJ6CkfVe5kCu0sahdAJ2I0RLnW { display:flex;width:2.5rem;height:2.5rem;top:26.1875rem;left:0.125rem; }
 }@media only screen and (max-width: 763px) { #NECv6x680zdWLU54D3JINNnGQ7MaIWR3 { display:flex;width:2.5rem;height:2.5rem;top:15.875rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #QuGDWdfgTi8qZn0HpKkipZZAasag3ckl { display:flex;width:2.1875rem;height:2.1875rem;top:5.875rem;left:0.25rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #PETObd3veil4cnTNqc1d2J3WO4WtEwHw { display:flex;width:2.1875rem;height:2.1875rem;top:36.625rem;left:0.25rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #vkTtAa7OKXL5nGtZvgqmNrSy5cDpuV3T { display:flex;width:1.875rem;height:1.875rem;top:45.9375rem;left:0.4375rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #XwV32zJ5apUMqaF3d9fiQ2cIy9iTD9Pg { display:flex;width:2.1875rem;height:2.1875rem;top:52.25rem;left:0.25rem; }
 }@media only screen and (max-width: 763px) { #hkQ7ZAQI7yKEd7uq78ThiGIEpp64kPTX { width:2.6875rem;height:2.6875rem;top:26.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0OsX5pBbOITzRvLJtbtSIpmemb579fc { width:2.6875rem;height:2.6875rem;top:36.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #THEV1JWlLvkzPmhaDqTrvJRtFG8JaZZ0 { width:2.6875rem;height:2.6875rem;top:45.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBRF5PSUtt4KC42JnvuBPTfgSal5DAef { width:2.6875rem;height:2.6875rem;top:52rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJNB5WpQzfp3L1qaHdUDwcNhfwS2VpZC { width:2.6875rem;height:2.6875rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMJOmCdvRKbBReg6XaPKVTG2ysvrUwoi { width:2.6875rem;height:2.6875rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsRKS0f9nRWh1iuTEzsVEXdqvQTbqNBh { display:block; }#gsRKS0f9nRWh1iuTEzsVEXdqvQTbqNBh > .row .container { width:20rem;height:61.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bw2KgOFiFD9Wz3IzvEU8BCgH3aOas34h { width:17.6875rem;height:3.8994125rem;top:0.583251953125rem;left:1.2494575381279rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6GFIaAmklvBK2V3NrQuyINSvnvxen2a .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#W6GFIaAmklvBK2V3NrQuyINSvnvxen2a .accordion-heading-text { font-size:1.125rem;height:auto;line-height:1.4;overflow:hidden; }
#W6GFIaAmklvBK2V3NrQuyINSvnvxen2a .accordion-desc-text { font-size:1rem;height:auto; }
#W6GFIaAmklvBK2V3NrQuyINSvnvxen2a { display:flex;height:auto;width:17.5rem;top:4.9483509063721rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #Q0A6BATyM1qM6xuaPRGl6RfMTiUwT8IG {  }
 }@media only screen and (max-width: 763px) { #W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #PG54EbWQpPREiTSOTUrsEVaQ0xQsnEzK {  }
 }@media only screen and (max-width: 763px) { #W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #SvZClsUTFqbe0KDTADg2BTPDqMvRasIm {  }
 }@media only screen and (max-width: 763px) { #W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #UOFEsM6F1r9u8v7MkTET6tyRTDTnWGtZ {  }
 }@media only screen and (max-width: 763px) { #W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #ENTa3T6d5rNqIy3uic1PxCpk0uGihX3J {  }
 }@media only screen and (max-width: 763px) { #W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #GNThAGDxh7mwoZoytTF8AgdlK92D7cv6 {  }
 }@media only screen and (max-width: 763px) { #W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #vvotm29QxQb9rsgLw7mid6pf5nAu9LvU {  }
 }@media only screen and (max-width: 763px) { #W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #qZXNan3RRi0dF6zD5BtFlZqxCOiTdU6k {  }
 }@media only screen and (max-width: 763px) { #W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #HGgk8m4XOS4y3u5Ktg4UbhQDlMsbJTmz {  }
 }@media only screen and (max-width: 763px) { #W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #wOm8Tefe5w41Ryba5DaPtTF81RyQVfvD {  }
 }@media only screen and (max-width: 763px) { #W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #TP2c6RVk1tPsd7TsXKD2MrPHpz6xyg1T {  }
 }@media only screen and (max-width: 763px) { #W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #UhszXTHcM8Wfzm1v15OhbU9FGEkrggfh {  }
 }@media only screen and (max-width: 763px) { #W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #WoyTg3r7A3QC6xu3dtpcxoOBeb1JTQD9 {  }
 }@media only screen and (max-width: 763px) { #W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #pTuOrX7pVg6DHpmxCTqZNTJR5RxRkhtv {  }
 }@media only screen and (max-width: 763px) { #W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #aob8fkqIJ4ITIawHRNpazLmN1IJtpN8r {  }
 }@media only screen and (max-width: 763px) { #W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #uswBZUKWZV7fbluzrV7H0KOO64X5GNO8 {  }
 }@media only screen and (max-width: 763px) { #W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #WzPQB8Cr4cakARCLySCSQC5V38y8nLyK {  }
 }@media only screen and (max-width: 763px) { #W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #mAooSAzw4Gl7014q58bPD50SIEyuogy5 {  }
 }@media only screen and (max-width: 763px) { #W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #rwOq4ABHMTpIZn83pUAws6XWsWMhQz5h {  }
 }@media only screen and (max-width: 763px) { #W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #tJB5XFKAvTols7hXMBDew5Zf0XlmWTPi {  }
 }@media only screen and (max-width: 763px) { #W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #H4FFwfTiQZkteiGiPl4JVT59bBQRsnZX {  }
 }@media only screen and (max-width: 763px) { #W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #wBUL7oHTpGe8WqrxZAgAp7IlbcGkuyrI {  }
 }@media only screen and (max-width: 763px) { #W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #uBDcJEOWCd51xGSmwZzqKyJ6dTqrxPpF {  }
 }@media only screen and (max-width: 763px) { #W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #TmHJo5f92Mp0yvV9KfXRBC6TJBTWmVuI {  }
 }@media only screen and (max-width: 763px) { #W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #IT8vuhaLdLFHqIGrxCSsiW0u6fwsdWXq {  }
 }@media only screen and (max-width: 763px) { #W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #tweAcLnSpwdtuDTthvJKoHxTELTrDwWp {  }
 }@media only screen and (max-width: 763px) { #W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #ShX8sXHOs4REiAnBAaI61Jg7EtvXk5AB {  }
 }@media only screen and (max-width: 763px) { #W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #XKz2kebvfp4soG7aCDP1gTb662NoIJ2L {  }
 }@media only screen and (max-width: 763px) { #W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #TVSvlMfddnndF1k5Oqo6MZvRDHRlW54K {  }
 }@media only screen and (max-width: 763px) { #W6GFIaAmklvBK2V3NrQuyINSvnvxen2a #SrltOBumwg621vrHQH9GkJkbOWKdKFmd {  }
 }@media only screen and (max-width: 763px) { #tRXJOCUugDXRUXZQXARZXzkDIOzulU6L { display:block; }#tRXJOCUugDXRUXZQXARZXzkDIOzulU6L > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #viCN97Vz19DUKivQEBGkLgSNDcq5eQdf { width:20rem;height:4.38720625rem;top:1.119140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkKKoRLhnUuNoADX1IMVDKKEtL2QP19p { display:block; }#DkKKoRLhnUuNoADX1IMVDKKEtL2QP19p > .row .container { width:20rem;height:75.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UFH0aOGAx2hzyTQ8EKQbgC9vKmHW3JHH { display:flex;width:4.9375rem;height:4.9375rem;top:0rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #GDI3mGwtCd7A13oxS46oTnM33k4DAE8V { width:18.75rem;height:13.125rem;top:2.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNkHtof6dFuMipNOvzvOgn0EHKn4afva { width:10.125rem;height:1.7871125rem;top:1.08740234375rem;left:7.125rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gebrwx3M5sULVrBqKmSczc6RGadACuTL { width:17.5rem;height:6.82325rem;top:7.998046875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZyS8MbaM9OUeSlgCuacbK2qvGbkiUact { width:17.5rem;height:1.29980625rem;top:5.8125rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwFC55TE81sHqRfNlgLeHfyKe12GCh0u { width:18.75rem;height:15.75rem;top:18.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZgGO82DApLvp1eTmm2rS4HLXZlBmX2o { display:flex;width:4.9375rem;height:4.9375rem;top:15.9375rem;left:1.3125rem;font-size:3.4375rem; }
 }@media only screen and (max-width: 763px) { #n17LQuKU0DgUta8bVSQsN45mWSd4SzbJ { width:11.375rem;height:1.7871125rem;top:17.0625rem;left:7.125rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KywREJn0FsvMZtRMzBGUDUyLS0T4gJKZ { width:16.8115rem;height:1.29980625rem;top:22rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvTJ2vuko5iKUqSi861bu7BIEufrnGgK { width:17.5rem;height:9.097625rem;top:24.4375rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hareXmUBGtQOw7ZvkfUm3IAeIoFQWlWr { display:flex;width:4.9375rem;height:4.9375rem;top:34.5625rem;left:1.3125rem;font-size:3.4375rem; }
 }@media only screen and (max-width: 763px) { #t5zkr1B44q0uKN6Tsp7QQ7Dicn6TgHo6 { width:18.75rem;height:16.625rem;top:37.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUlrTqmu1ciS53H3KXVX1MC2cpRvxLVs { width:11.375rem;height:1.7871125rem;top:35.8125rem;left:7.125rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bh2JBsRwgniSZhTmCdp4c0q16w5lJsoN { width:14.12475rem;height:1.29980625rem;top:40.3125rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT9MRDAdorEkRDzoctUDLV5zR0dxmq3c { width:17.5rem;height:9.097625rem;top:43.24951171875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dKiDt6KCFTqQmzcfypNvXuXU1AZHTmyV { display:flex;width:4.9375rem;height:4.9375rem;top:54.1875rem;left:1.3125rem;font-size:3.4375rem; }
 }@media only screen and (max-width: 763px) { #IhHDITQfFcfIN3QgkLSE54PDc1NAcsz9 { width:18.75rem;height:16.4375rem;top:57.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKHIyVd2VH2zMqh8TOu6KGBvt5UAKc0F { width:11.375rem;height:1.7871125rem;top:55.625rem;left:7.125rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrlZppiL1t2SJZ2N0uctIQdlgaabr9bg { width:15.37475rem;height:1.29980625rem;top:60.12451171875rem;left:1.312255859375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC5UF7SZSUeR34PEmAHyOkTZyplbDfiv { width:17.5rem;height:9.097625rem;top:62.7490234375rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OWSaw2nBiCvx28zB5xORmgZi8NgXkvpo { width:12.25rem;height:3.125rem;top:115.0610234375rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #V4yI78G3kWrTNzrRxxGg40dpcghfIh7X { width:12.1875rem;height:3.125rem;top:110.6860234375rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dOaQWP8X0x1L8n0xkybPvxHTLazTEbHh { width:12.1875rem;height:3.125rem;top:106.3110234375rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GorPa1bLAsNtD6ZcVostNx69E33PmnHU { width:12.1875rem;height:3.125rem;top:101.9360234375rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LibMV6kVS3y8LFS9xxLP3E5IBAq7iGMG { display:block; }#LibMV6kVS3y8LFS9xxLP3E5IBAq7iGMG > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tcHftTTd6hVFHB6Tu3MqKEhVqTM8e373 { width:20rem;height:5.8496125rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJesN1AUDGHz34iDHLIHF5eghRDuRPNb { width:19.5625rem;height:7.1875rem;top:8.3496125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v33XxOeUPWICh6HyrQ2Z2KeG9LiwGym3 { width:19.25rem;height:7.5rem;top:9rem;left:0.75rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qo7U32V8qAl6lKITm2owiIh3JfsBsK8r { display:block; }#qo7U32V8qAl6lKITm2owiIh3JfsBsK8r > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zVMAT5r1TW7zN7iihEU0hJGanGnuevvn { width:12.5rem;height:1.13769375rem;top:42.650390625rem;left:6.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrArPgOFPqNixXVDBL7vu1uLTe8ym675 { width:18.125rem;height:9.097625rem;top:31.6875rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ks2QG5o7CS98ordp7MIUvTqHsw98hk4y { width:12.5rem;height:1.13769375rem;top:23.0625rem;left:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ofl4w4PcTs2Cs46OfCZNxqgnCDEms8pg { width:17.9996875rem;height:12.50925rem;top:9.75rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiVT1Qe7z4nZoqmcPqVAbDxIbMx8OCp1 { width:20rem;height:18.125rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfT6RqlR0wtEWJJQGk8T0lLSLrt1SMku { width:20rem;height:18.125rem;top:28.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rg0fRBbDmM8PEXZl81FA57eHRh1c1hyK { width:20rem;height:16.312375rem;top:29.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcWUbxKiKguOtbvu48XDlrJHJNfOgAZX { width:20rem;height:16.312375rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPUfmAC9lPSOMCRAK0HxGgTTuT0U5oSi { width:12.5rem;height:2.5996125rem;top:27.125rem;left:0.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlVsbehfnFerbadoEZ6Kf7VEAvzX0kQp { width:12.5rem;height:2.5996125rem;top:6.625rem;left:0.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuQFnNeovhJCTlOHrTSaVuFeWCTWhWTU { display:flex;width:3.125rem;height:3.125rem;top:26.875rem;left:15.9375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #RtTGCpoOZCwS6Z94RQfyTEfNokUsTHVL { display:flex;width:3.125rem;height:3.125rem;top:6.8125rem;left:15.125rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #lg2fF2dlTg80JdiIEhIT7LnX0BPeDfVo { display:flex;width:1.5625rem;height:1.5625rem;top:22.375rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #er8T6nrBVobUDyCBQJnIC0lZKdbDvLBx { display:flex;width:1.5625rem;height:1.5625rem;top:22.375rem;left:4.25rem; }
 }@media only screen and (max-width: 763px) { #N2ZJVF5gVDcmcRZrqALSZn71uXFeax03 { display:flex;width:1.5625rem;height:1.5625rem;top:22.375rem;left:2.6875rem; }
 }@media only screen and (max-width: 763px) { #V2Li8o91TOAM8mRpTcEdHT3vD2xfUJpz { display:flex;width:1.5625rem;height:1.5625rem;top:22.375rem;left:5.8125rem; }
 }@media only screen and (max-width: 763px) { #N2RJI96o4Kv3mpDuRHnR1mklnnTqM1sV { display:flex;width:1.5625rem;height:1.5625rem;top:22.375rem;left:7.375rem; }
 }@media only screen and (max-width: 763px) { #ru77xfBHPQcSUtyam2l6P6LTaJ7bMpQK { display:flex;width:1.5625rem;height:1.5625rem;top:42.4375rem;left:7.3125rem; }
 }@media only screen and (max-width: 763px) { #hT4hyqT9fp4f1DGeyEToPHJKZNE3rfID { display:flex;width:1.5625rem;height:1.5625rem;top:42.4375rem;left:5.75rem; }
 }@media only screen and (max-width: 763px) { #Zxqqcku1O2256dLrii0HnS092dMupBfl { display:flex;width:1.5625rem;height:1.5625rem;top:42.4375rem;left:4.1875rem; }
 }@media only screen and (max-width: 763px) { #OT6TD0egq2u05dzyv6p6SvdK3CTBg2tF { display:flex;width:1.5625rem;height:1.5625rem;top:42.4375rem;left:2.625rem; }
 }@media only screen and (max-width: 763px) { #DeTfBXySy7C8k8t2Vy8BmrVlxElCmRL4 { display:flex;width:1.5625rem;height:1.5625rem;top:42.4375rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #M3739tzbPO7nkHPeiT6NSAo8m1RpNbBg { width:17.249875rem;height:3.8994125rem;top:1.93701171875rem;left:0.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jifkmyren463thXLfcnADMX4Uvflgvoy { display:block; }#Jifkmyren463thXLfcnADMX4Uvflgvoy > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wr17SQmTLk0p90ueX8QzqePBiUy5cOPd { width:18.4375rem;height:9.097625rem;top:24.75rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFPnIlgvDVHCQStVTV24UOglCcGrUHSU { width:12.5rem;height:1.13769375rem;top:35.650390625rem;left:6.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltnQGy4V8vlCmcDuh3SmozIlHXyOf1WI { width:12.5rem;height:1.13769375rem;top:16.025390625rem;left:6.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK9rwnMVUe5DFtDsgNeXAlVWTaOwTiS5 { width:18.0625rem;height:6.82325rem;top:5.5625rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UR3HCAstWxfqg0Wy4OxQMu2RKmyXlApq { width:20rem;height:18.125rem;top:21.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XG9SXbWitFJyFhITbyDlZr5toDJL5n5X { width:20rem;height:18.125rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbM2x28taFHol8oDh7k9AJfQy02bzZkE { width:20rem;height:16.312375rem;top:22rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVRL1KTd3c2es40eLN0MyXcUZOfRacpZ { width:20rem;height:16.312375rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hh1K0I3gxKkkT74VGf8ZwOH3TL7vLQ5S { width:12.5rem;height:2.5996125rem;top:20.0625rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEMEhB2iFwLxiXmSQTkMNyih2E3eCKm2 { width:12.5rem;height:2.5996125rem;top:0.5rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1hTlzJPirDAPG9u7gXzQgs1SEfTqMsx { display:flex;width:3.125rem;height:3.125rem;top:20.0625rem;left:15.125rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #VEW1qObvLkS308EHB9JvJm4vtXKUV1yF { display:flex;width:3.125rem;height:3.125rem;top:0.4375rem;left:15.125rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #yPulbxiNMZy06Fhh0ya4I3Fct5BeZOrf { display:flex;width:1.5625rem;height:1.5625rem;top:15.8125rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #wnaxIJDu7q8lM37htsbpDDWJLDT45LJS { display:flex;width:1.5625rem;height:1.5625rem;top:15.8125rem;left:2.6875rem; }
 }@media only screen and (max-width: 763px) { #zBCSSkiaIoB8pOyggI4hrRx0gQ43NKf6 { display:flex;width:1.5625rem;height:1.5625rem;top:15.8125rem;left:4.25rem; }
 }@media only screen and (max-width: 763px) { #r7b7g8ynVwTXo9modo5PqJuZNgJ6ZNNG { display:flex;width:1.5625rem;height:1.5625rem;top:15.8125rem;left:5.8125rem; }
 }@media only screen and (max-width: 763px) { #vMMfs4VK506hOmvS77Q6rAkEvkmtdHmn { display:flex;width:1.5625rem;height:1.5625rem;top:15.8125rem;left:7.375rem; }
 }@media only screen and (max-width: 763px) { #Mp5o6G5mzb0kuOA9eimHVrgfpktM3qsB { display:flex;width:1.5625rem;height:1.5625rem;top:35.4375rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #lrVg9ETQgeT5GnsrVNg0CUoZIweLCEvq { display:flex;width:1.5625rem;height:1.5625rem;top:35.4375rem;left:2.6875rem; }
 }@media only screen and (max-width: 763px) { #AfKlqnre1LRU192B1FDd6iTqCOHQaU4P { display:flex;width:1.5625rem;height:1.5625rem;top:35.4375rem;left:4.25rem; }
 }@media only screen and (max-width: 763px) { #QWQrKoIbGbpKANurpFkE9mJ2F1tAL1hM { display:flex;width:1.5625rem;height:1.5625rem;top:35.4375rem;left:5.8125rem; }
 }@media only screen and (max-width: 763px) { #SwryUVQTyH09TyUlGpuHviNqOf1Rao95 { display:flex;width:1.5625rem;height:1.5625rem;top:35.4375rem;left:7.375rem; }
 }@media only screen and (max-width: 763px) { #tmAqC3BepuWffluvuJMN63MX5WXEEO7U { display:block; }#tmAqC3BepuWffluvuJMN63MX5WXEEO7U > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sVk4D2wocoyAulh5U6eWkw0S6L61eNqT { width:19.375rem;height:46.75rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6CPcAqbpz3JtaxxmUoAk5Bvh6AGe4nl { width:16.312375rem;height:3.8994125rem;top:1.1241321563721rem;left:0.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyFUKsTsKRZA3xRCd2VTTWFTo6Ukpetd { width:18.1875rem;height:33.0703125rem;top:7.125rem;left:0.9375rem;font-size:1rem;display:block; }#TyFUKsTsKRZA3xRCd2VTTWFTo6Ukpetd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4c404e1886fe0c68c6269e4549406f0935900980.svg); }
 }@media only screen and (max-width: 763px) { #ypmVBy0BOXzNGSZV0tLs64PTeuGC0Lhs { width:17.249875rem;height:1.4624rem;top:42.10546875rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #APyhs2G8EEF3N99ChZfucXlAEU7TD1ly { width:17.249875rem;height:1.950075rem;top:43.91796875rem;left:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpxAnsb4ell0TdJGtoWhuMw1eDc7zJ1T { width:17.1245625rem;height:2.8125rem;top:48.1591796875rem;left:1.74951171875rem;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #fQWIsZbzrW7v9ZHS7vi6TAk9uBVe1rTL { display:block; }
 }@media only screen and (max-width: 763px) { #zDPDNVh5UbL5dNTqI9yiURduWkecdD45 { width:20rem;height:35.7264375rem;top:52.986097976566rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UKg9wVaTadRf1TqZIax1SDI4EbP631pf { display:block; }#UKg9wVaTadRf1TqZIax1SDI4EbP631pf > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U927bTsTZs7yRuGADwbGJy4yMUNCDNQb { width:17rem;height:9.099625rem;top:1.25rem;left:0.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rdygb4C4NmoyqN0NOwZwn92mTcF9Z70Q { width:18.375rem;height:39.197275rem;top:11.599625rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGbtKgXtTCtOTnvl7As6TBn88rUtowd8 { display:block; }#uGbtKgXtTCtOTnvl7As6TBn88rUtowd8 > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tk6XehNfxuxesHiOh3clkOn9syISuUfO { width:17.6248125rem;height:11.3745rem;top:1.24951171875rem;left:0.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8UAXLuofzZUhbXTObbPRne7BhMqeyic { width:17.687rem;height:30.7978375rem;top:13.330078125rem;left:1.1552734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgCCcLKU68iwlgxWhrJxJp9zRdRv6yxw { display:flex;width:20rem;height:23.25rem;top:14.31494140625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:64.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #po71AgPBsFbcXbFUiESgNXf7IatbJPaZ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#po71AgPBsFbcXbFUiESgNXf7IatbJPaZ .accordion-heading-text { line-height:1.4;overflow:hidden;height:auto;font-size:1.125rem; }
#po71AgPBsFbcXbFUiESgNXf7IatbJPaZ .accordion-desc-text { font-size:1rem;height:auto; }
#po71AgPBsFbcXbFUiESgNXf7IatbJPaZ { display:flex;height:auto;width:17.5rem;top:5.5615367889404rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #nnB7kxqMI37HwQGU0rNTStL2Bz2siXeU {  }
 }@media only screen and (max-width: 763px) { #po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #ewzeDBXMTrWCKbI9EdQRmyJlqeT3kKG9 {  }
 }@media only screen and (max-width: 763px) { #po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #BINnxidmH7akVlXLiCQx8yJ544sR7dP2 {  }
 }@media only screen and (max-width: 763px) { #po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #f9vtdehATwXEBRbyS8zA89NIIhGPxNep {  }
 }@media only screen and (max-width: 763px) { #po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #pBERsreNpcayh9dMOI2drCNxu1kZluqf {  }
 }@media only screen and (max-width: 763px) { #po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #VVa6EEhmi3KyL7zb0EapJk4Z2DiydTPD {  }
 }@media only screen and (max-width: 763px) { #po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #G7c4BbVR1TzsF9pc4AyqcSqCDlBOdDJ6 {  }
 }@media only screen and (max-width: 763px) { #po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #zIFZbzXwON6VBrNqdl8fbDqnt5tRdJ4X {  }
 }@media only screen and (max-width: 763px) { #po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #HabNwfNs9JRu2A8oTUH4wGp94GFeea2k {  }
 }@media only screen and (max-width: 763px) { #po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #l4sCQeG0fIMZf227RqpzZw5bmN5lWUOP {  }
 }@media only screen and (max-width: 763px) { #po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #bu6rIpk18TmxhScr4cNsNqSSTlnsov51 {  }
 }@media only screen and (max-width: 763px) { #po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #HssAR5ncOSPSUZqGsm0dqnHc7sr740Iu {  }
 }@media only screen and (max-width: 763px) { #po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #dLWRSX4RIDTV77aGDUgNlpxeJVMxMR6I {  }
 }@media only screen and (max-width: 763px) { #po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #JqwlC9EJKxo0kTiXPuRu2WgLn9RHhOpa {  }
 }@media only screen and (max-width: 763px) { #po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #kogXPT3PsQ8uvWTq0itEyk45KaUk0DXw {  }
 }@media only screen and (max-width: 763px) { #po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #vR90dzVpb8n4vKoVZWgN9qKHn2UNKTGL {  }
 }@media only screen and (max-width: 763px) { #po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #Qyp7eIsIiruhCPCk370WTGlRkVlPNZR5 {  }
 }@media only screen and (max-width: 763px) { #po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #lGZgIdFBgJ7bSpOnnib32bbXVLEWAFiZ {  }
 }@media only screen and (max-width: 763px) { #po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #KONZKiQouq10Qri2rEn6xSs5PxxmMKZI {  }
 }@media only screen and (max-width: 763px) { #po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #sNglXTIBA9OZeNUuAErraa7HoUmQT059 {  }
 }@media only screen and (max-width: 763px) { #po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #Rc77o0kom0tdfBL4QpILREkm9K0PKnw6 {  }
 }@media only screen and (max-width: 763px) { #po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #Tcq4G0ymGMa9zChOKf7tEmIc7fWmI1Lm {  }
 }@media only screen and (max-width: 763px) { #po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #cv4s5oahxBxdmX4og1CMFKZHMm794dRy {  }
 }@media only screen and (max-width: 763px) { #po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #ceUhLhrq7twf7PCvpFmNnZoggygRnX8s {  }
 }@media only screen and (max-width: 763px) { #po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #Rm6XUbCme1FBQSbFTUTa4iQBIF2uM6G2 {  }
 }@media only screen and (max-width: 763px) { #po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #yWKsbzL7dzwWI4vwAg1DEDT9l6dEfToZ {  }
 }@media only screen and (max-width: 763px) { #po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #CHbJ4Txxe4sh9rdGO3F0p9pTJnddgbvX {  }
 }@media only screen and (max-width: 763px) { #po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #XvXBPmmPfa3XTLUHbSNQTXgFbp3PNTSr {  }
 }@media only screen and (max-width: 763px) { #po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #TATzqE5wTk1wXU245J8TlMCZBzln6GOy {  }
 }@media only screen and (max-width: 763px) { #po71AgPBsFbcXbFUiESgNXf7IatbJPaZ #w9GJVhpJmOvSTEqXkg1pFMgQQp3LTvR8 {  }
 }@media only screen and (max-width: 763px) { #JtpU0mlFPa2BZ4xH4fHTqXm8lybpnWPs { width:17.1245625rem;height:4.54980625rem;top:0.86154556274412rem;left:1.4366319775581rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lfh345XSMDw7SAJslWs9lax5LXgBLago { display:block; }#Lfh345XSMDw7SAJslWs9lax5LXgBLago > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MrpTDTB24N7bmOcbTi4l2ba43r2Xv48w { width:14.3125rem;height:5.8496125rem;top:0.87451171875rem;left:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDla2GZX1MHv96vDnLz7QOJQzn0M6HhZ { display:flex;width:3.5rem;height:3.5rem;top:2.0498046875rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #rDM8Kim5XsuggNN36pUxQt9JwcXs5QzK { display:block; }#rDM8Kim5XsuggNN36pUxQt9JwcXs5QzK > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ooTk64rcK4bpyA4onPATioL6qz2lMvIa { width:18.125rem;height:7.7988125rem;top:1.1870660781861rem;left:0.93750005960463rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7Sav06KmHgKQ95LB99uwAnZeS76y9CZ { width:20rem;height:1.950075rem;top:10.057510375976rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #muorfu8aEoK2eC9HgTFDQUlNJNNnoFR5 { width:18.9995625rem;height:2.8125rem;top:13.13259601593rem;left:0.49913197755814rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lknfAAnHu3bpMAazisw95AcQ63P2UfkT { display:block; }
 }@media only screen and (max-width: 763px) { #rFOmkHFd0FfdkgDyrqlQl4U5mvSA9Srv { display:block; }#rFOmkHFd0FfdkgDyrqlQl4U5mvSA9Srv > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tx9oAGOapbvPWRAn8iZ76SrvZdKz4BFU { width:4.6875rem;height:4.5625rem;top:1.1875rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQdNHDMMvdvzxkMQkq6HZmXGJT76VRbF { width:20rem;height:5.5996125rem;top:6.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nX71OoIdqd0vSU4Kb6Lq52qU7PThVosX { width:18.562rem;height:0.875rem;top:22.486572265625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAI2qcUeNdqlfo8mSqeWDTuOy34cedZJ { width:15.875rem;height:1.22504375rem;top:17.18603515625rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFgvTVFIyJq93OPpG40kGa9NXFdQ7iS7 { width:15.875rem;height:1.22504375rem;top:19.16064453125rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8xyVOZxMzddwuVnXgkBULZypyZzVayr { display:flex;width:2.5rem;height:2.5rem;top:13.25rem;left:4.125rem;font-size:1.75rem; }
#N8xyVOZxMzddwuVnXgkBULZypyZzVayr > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #SNoI9vSKlTzQoxNFrRcV8mp0Stzxnm6b { display:flex;width:2.5rem;height:2.5rem;top:13.25rem;left:7.25rem;font-size:1.75rem; }
#SNoI9vSKlTzQoxNFrRcV8mp0Stzxnm6b > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #ymQSU6c2LEsvDmHBCDSf95S8oegu9rH9 { display:flex;width:2.5rem;height:2.5rem;top:13.25rem;left:13.5rem;font-size:1.75rem; }
#ymQSU6c2LEsvDmHBCDSf95S8oegu9rH9 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #pQlz4tMv3kpg2P7Sc31CTaFb7GgFMr6T { display:flex;width:2.5rem;height:2.5rem;top:13.25rem;left:10.375rem;font-size:1.75rem; }
#pQlz4tMv3kpg2P7Sc31CTaFb7GgFMr6T > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }