.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:245,230,225;--color-primary-1:221,170,156;--color-primary-2:186,85,56;--color-primary-3:93,43,28;--color-primary-4:28,13,8;--color-secondary-0:255,253,250;--color-secondary-1:255,248,238;--color-secondary-2:255,241,221;--color-secondary-3:128,121,111;--color-secondary-4:38,36,33;--color-tertiary-0:255,255,255;--color-tertiary-1:181,187,190;--color-tertiary-2:9,29,37;--color-tertiary-3:5,15,19;--color-tertiary-4:1,3,4;--headlines-font-family:"Kalnia";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);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); }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/2c947ba2-20f4-401e-a0ae-a468915d6910/GreenLogisticsto.jpg");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;z-index:auto;display:block; }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0.adaptive-delivery-prevent-bg, #wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0.lazyload, #wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0.lazyloading { background-image: none; }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 > .row .container { background-color: transparent; background-image: none; }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 > .row .container > .video-iframe-container { display: none; }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 > .row > .video-iframe-container { display: none; }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 > .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); }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 > .row .container { border-width: 0; border-radius: 0; }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:5.875rem;width:75rem;position:relative;display:block; }#gC9ZGzV16nn9P0FXo1THXqdUSd8zVm5o { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#0b0a0a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.40625rem;left:64.8125rem;display:block; }
#gFkpdaT1nAu5hdV0zJP80oxude8D4smK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m4JJhEChHpWkZOdSUiWIp0pmy32tPT06 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:3.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.25rem;left:41.437500953674rem;display:block; }
#TWIA0ID58uis0I1gqoD8TR98X4VwJMTZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SyPVpcakCcD57zJgfCDSe7Nkwc6LM5AC { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:3.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.25rem;left:49.237500190735rem;display:block; }
#aOtka1kx4yQ58rJs2VfC9VnTpv1mnM0R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p6DvG272ISzAqlGkzyEAcOc4Xz8QURdH { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.375rem;height:3.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.25rem;left:21.812501907349rem;display:block; }
#rDFZaOu2GhUi4qDvVmJtW9XxVb7HvJNf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w1XuHgp96HahbQKp7SVIu6lRWqbLxtiU { box-sizing:content-box;height:5rem;width:75rem;position:absolute;display:block;z-index:15002;background-color:#00ae50;background-image:none;top:0.59375rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#T5hZEOWLmk7X7w7sP664y5sqZ9HJIXqo { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:7.875rem;top:1.625rem;left:1.6875rem;overflow:hidden;display:block; }
#uFddZu2Oco9s4qJIpRcpk0UgmgwIPlgS { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:3.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.25rem;left:35.000001907349rem;display:block; }
#zBvVRalCLSHszRQFtx8HyXOmn6psx2z4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lF6M6erdnX7A3bgBc9zLdC44U36r2vuM { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:3.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.25rem;left:56.187500953674rem;display:block; }
#uWGAUlSbCOfxcS5lkZteO9eivAHQ2k7b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yeToBQyLstgEVh9OmQxfP1hHh5BOHCr2 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/9838f6ca-99b8-4eb5-b70c-38aeb6dd1d51/GreenLogistics_motyw1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yeToBQyLstgEVh9OmQxfP1hHh5BOHCr2.adaptive-delivery-prevent-bg, #yeToBQyLstgEVh9OmQxfP1hHh5BOHCr2.lazyload, #yeToBQyLstgEVh9OmQxfP1hHh5BOHCr2.lazyloading { background-image: none; }#yeToBQyLstgEVh9OmQxfP1hHh5BOHCr2 > .row .container { background-color: transparent; background-image: none; }#yeToBQyLstgEVh9OmQxfP1hHh5BOHCr2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yeToBQyLstgEVh9OmQxfP1hHh5BOHCr2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yeToBQyLstgEVh9OmQxfP1hHh5BOHCr2 > .row .container > .video-iframe-container { display: none; }#yeToBQyLstgEVh9OmQxfP1hHh5BOHCr2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yeToBQyLstgEVh9OmQxfP1hHh5BOHCr2 > .row > .video-iframe-container { display: none; }#yeToBQyLstgEVh9OmQxfP1hHh5BOHCr2 > .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); }#yeToBQyLstgEVh9OmQxfP1hHh5BOHCr2 > .row .container { border-width: 0; border-radius: 0; }#yeToBQyLstgEVh9OmQxfP1hHh5BOHCr2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yeToBQyLstgEVh9OmQxfP1hHh5BOHCr2 > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:48.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#EmFq4ouVvgXB2VAWNykioqXgs6d5TQCs { color:#001623;display:block;width:41.6875rem;position:absolute;font-family:exo;font-size:4.8125rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:14.316840171814rem;left:1.390625rem;height:5.77430625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iltUhFEe2B0VgliVsn6KTXV7ByEtIWyi { color:rgba(var(--color-tertiary-2),1);display:block;width:26.9375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:3.1250019073486rem;left:1.6206607818604rem;height:2.34375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#d11wpvaGPG4uUTDf5tbOAcBnNTI1nqSC { color:rgba(var(--color-tertiary-2),1);display:block;width:39rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:700;z-index:15003;line-height:1.7;letter-spacing:0;top:38.028644561767rem;left:1.6796875rem;height:3.08073125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dDXNcehvcNvzuvpboEa9Ax2Rsz7WxytW { color:rgba(var(--color-tertiary-2),1);display:block;width:25.0625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.7;letter-spacing:0;top:38.080730438233rem;left:32.683160781861rem;height:2.974825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zLtWQiuKKLxg1bXCVspZ0fMyghWV07xE { color:rgba(var(--color-tertiary-2),1);display:block;width:42.6875rem;position:absolute;font-family:exo;font-size:3.3125rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:20.848091125488rem;left:1.390625rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mV5SqPFvzvCZI2hzRvT0cM0iO0qJ5akB { box-sizing:content-box;height:4.5625rem;width:30.4375rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;top:37.177082061767rem;left:0.375rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);display:block; }
#EtBLekfEDwLW1bJctRkEcFHh3QN8TTrq { z-index:;position:relative;display:block; }#EtBLekfEDwLW1bJctRkEcFHh3QN8TTrq { background-color: transparent; background-image: none; }#EtBLekfEDwLW1bJctRkEcFHh3QN8TTrq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtBLekfEDwLW1bJctRkEcFHh3QN8TTrq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtBLekfEDwLW1bJctRkEcFHh3QN8TTrq > .row .container > .video-iframe-container { display: none; }#EtBLekfEDwLW1bJctRkEcFHh3QN8TTrq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtBLekfEDwLW1bJctRkEcFHh3QN8TTrq > .row > .video-iframe-container { display: none; }#EtBLekfEDwLW1bJctRkEcFHh3QN8TTrq > .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); }#EtBLekfEDwLW1bJctRkEcFHh3QN8TTrq { border-width: 0; border-radius: 0; }#EtBLekfEDwLW1bJctRkEcFHh3QN8TTrq > .row .container { background-color:rgba(var(--color-tertiary-0),1);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:var(--headlines-font-family);height:210.875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#xhMr8LsT3NObuT7p6LRrwdpd3xVniPaN { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:exo;font-size:3rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:3.2491412162781rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vmi0c2BMMnHqPz8QHzTV7NkoaaBGbQNT { box-sizing:content-box;height:8.125rem;width:52.1875rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:18.5625rem;left:22.625001907349rem;border-top:0.0625rem solid #63bf2c;border-left:0.0625rem solid #63bf2c;border-right:0.0625rem solid #63bf2c;border-bottom:0.0625rem solid #63bf2c;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#elyM0KR28KodOPNObNG09S3HP8afm7Hd { color:#000000;display:block;width:7.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:19.6875rem;left:10.4375rem;height:1.29948125rem;font-style:normal;display:block; }
#CxFFk7CWlcBenDUuUENwpMVkOJiVbxD6 { color:#000000;display:block;width:48.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:21.0625rem;left:24.625001907349rem;height:1.59375rem;font-style:normal;display:block; }
#kkoz9zgAWEXw9o39lUZ23fJPp1MBeaJC { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:4.6875rem;width:4.6875rem;top:21.5625rem;left:10.4375rem;overflow:hidden;display:block; }
#itVtrioQ8ptTS5WEzi31fPdRNEiUTMkz { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:19.5625rem;left:8.25rem; }
#kDMkDO1nt6TuWW7ADGEtpcTROowZOXVl { box-sizing:content-box;height:8.125rem;width:52.1875rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:28.1875rem;left:22.625001907349rem;border-top:0.0625rem solid #63bf2c;border-left:0.0625rem solid #63bf2c;border-right:0.0625rem solid #63bf2c;border-bottom:0.0625rem solid #63bf2c;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#uH4frpKZeN6CLDNt9iK3fSJ6kKV5cn58 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:4.6875rem;width:4.6875rem;top:30.6875rem;left:10.4375rem;overflow:hidden;display:block; }
#TZTvttSEwlnk15owGckX11CXNEkXzny8 { color:#000000;display:block;width:48.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:29.625rem;left:24.625001907349rem;height:3.1875rem;font-style:normal;display:block; }
#bSgRxohQszb9KDu7aBQScb8EVmFQlV66 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:28.875rem;left:8.25rem; }
#f0knM34l521vcz6SO8MEdFxcT4WiFbx4 { color:#000000;display:block;width:6.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:28.9375rem;left:10.4375rem;height:1.29948125rem;font-style:normal;display:block; }
#Oz8D7ZuntB2QbJdAiDFP4W9lDRET0kHJ { box-sizing:content-box;height:0.125rem;width:46.5625rem;position:absolute;display:block;z-index:15028;background-color:#63bf2c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.125rem;left:24.625001907349rem;display:block; }
#kMr8oKyCviP623TGLm8m0OgKaWU1h51l { color:#000000;display:block;width:48.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:23.6875rem;left:24.625001907349rem;height:1.59375rem;font-style:normal;display:block; }
#I4gI9AgGSd8sudzJTuxdpTIniD0iA1t3 { box-sizing:content-box;height:0.125rem;width:46.5625rem;position:absolute;display:block;z-index:15029;background-color:#63bf2c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.0625rem;left:24.625001907349rem;display:block; }
#dLZi0nhVfI6dWJCTc3pryCECXKqX2oc2 { color:#000000;display:block;width:48.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:33.4375rem;left:24.625001907349rem;height:1.59375rem;font-style:normal;display:block; }
#HLNzrCJ3PlqxivDUwe0089pHlCMHuUZI { box-sizing:content-box;height:6.875rem;width:52.3125rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:38.25rem;left:22.562501907349rem;border-top:0.0625rem solid #63bf2c;border-left:0.0625rem solid #63bf2c;border-right:0.0625rem solid #63bf2c;border-bottom:0.0625rem solid #63bf2c;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#ZdVnIcpp3HUmifzcBk9LzgtKTJLMd8lA { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:4.6875rem;width:4.6875rem;top:40.9375rem;left:10.4375rem;overflow:hidden;display:block; }
#Ssd70B50CiUQxm60Co78sSD9F2gJl4l5 { color:#000000;display:block;width:48.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:42.937499046326rem;left:24.625001907349rem;height:1.59375rem;font-style:normal;display:block; }
#R4qUElVLXpKm23grbJ5T0vdVAopywnoB { box-sizing:content-box;height:0.125rem;width:46.5625rem;position:absolute;display:block;z-index:15036;background-color:#63bf2c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.499999046326rem;left:24.562501907349rem;display:block; }
#G1CIvBi8TvJupOfhnZM4kNvoWb9w4ugg { color:#000000;display:block;width:48.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:39.249130725861rem;left:24.618055343628rem;height:2.76215rem;font-style:normal;display:block; }
#vaKCkOAxFAsFtRwixNuV2KNLdfRevg9F { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:38.4375rem;left:8.1875rem; }
#bBZ7oftpQBtMUqyiehUb1L5EpRD7U060 { color:#000000;display:block;width:6.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:38.5rem;left:10.375rem;height:1.29948125rem;font-style:normal;display:block; }
#ls9Dr0TGNRuNAJi2G16vgd1DBb2Da5Ls { box-sizing:content-box;height:9.625rem;width:52.3125rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:57.9375rem;left:22.687501907349rem;border-top:0.0625rem solid #63bf2c;border-left:0.0625rem solid #63bf2c;border-right:0.0625rem solid #63bf2c;border-bottom:0.0625rem solid #63bf2c;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#bNmwH3hUKhZLFnk7Kl8z5skOqdRWsdsH { color:#000000;display:block;width:48.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:63.125rem;left:24.687501907349rem;height:3.1875rem;font-style:normal;display:block; }
#N7L5XUG1lPEvx6acP4OdqkWSa4awmXsD { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:4.6875rem;width:4.6875rem;top:61.125rem;left:10.5625rem;overflow:hidden;display:block; }
#GNwXTsItGoiTOeRykRFtE6nuhAXPVn9x { box-sizing:content-box;height:0.125rem;width:46.5625rem;position:absolute;display:block;z-index:15044;background-color:#63bf2c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:62.6875rem;left:24.687501907349rem;display:block; }
#TF1osOUpAS4PZKdhgMwi2NrzGsDmVTz8 { color:#000000;display:block;width:48.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:59.25rem;left:24.687501907349rem;height:3.1875rem;font-style:normal;display:block; }
#iXbTxxTlwcO9qZWkiPpwGyWTMzR3Enei { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:58.625rem;left:8.3125rem; }
#QaebTL1nbCeQFaPvnOimicM32BT3msXC { color:#000000;display:block;width:6.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:58.6875rem;left:10.5rem;height:1.29948125rem;font-style:normal;display:block; }
#ioe8V8V9I6xrex1MlqCSdQMGkCTSZSiE { box-sizing:content-box;height:4.1875rem;width:52.4375rem;position:absolute;display:block;z-index:15034;background-color:#63bf2c;background-image:none;top:70.3125rem;left:22.437501907349rem;border-top:0.0625rem solid #63bf2c;border-left:0.0625rem solid #63bf2c;border-right:0.0625rem solid #63bf2c;border-bottom:0.0625rem solid #63bf2c;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#wuSdl5bZuxpoPkQdnBxWGkSiCcqmxFZV { color:#000000;display:block;width:48.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;top:71.5rem;left:24.625001907349rem;height:1.59375rem;font-style:normal;display:block; }
#NHRo2KMerRiFtmyKotIZTPi4OhbQBVot { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:71.8125rem;left:8.0625rem; }
#mRdXXRPXK8JqteXT2zae4dym5LZoQW5X { color:#000000;display:block;width:6.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:71.875rem;left:10.25rem;height:1.29948125rem;font-style:normal;display:block; }
#St6g6hOnb3hizVgRpSqdSTUGAAXLJRLN { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:77.375rem;left:8.0625rem; }
#XCq6aen95kiQn26hVxrgg3DTXqbFzHe9 { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:4.6875rem;width:4.6875rem;top:79.625rem;left:10.3125rem;overflow:hidden;display:block; }
#qW1uEEgOaeiPQnf6RJq981CBnRGALhmp { color:#000000;display:block;width:6.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:77.4375rem;left:10.25rem;height:1.29948125rem;font-style:normal;display:block; }
#uETsGSnGuNdzgItrhg8kOyTLOhed3w0V { box-sizing:content-box;height:7.0625rem;width:52.4375rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:77.3125rem;left:22.437501907349rem;border-top:0.0625rem solid #63bf2c;border-left:0.0625rem solid #63bf2c;border-right:0.0625rem solid #63bf2c;border-bottom:0.0625rem solid #63bf2c;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#fOFSzL1ciCo1ldocgVmNuUCbW5LsnrRC { color:#000000;display:block;width:48.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:81.8125rem;left:24.437501907349rem;height:1.59375rem;font-style:normal;display:block; }
#FKeXAwMBJ1uQszQJ3egBAkql9WccPFwZ { box-sizing:content-box;height:0.125rem;width:46.5625rem;position:absolute;display:block;z-index:15051;background-color:#63bf2c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:81.3125rem;left:24.437501907349rem;display:block; }
#p4ut2vu9yzW0C8iky3SH6JWfOv1wcKeI { color:#000000;display:block;width:48.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;top:79.375rem;left:24.500001907349rem;height:1.59375rem;font-style:normal;display:block; }
#Oi9NS9zksrqysd1STkyhuXl9lOwrGAZB { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:87.375rem;left:8.0625rem; }
#cQ5FNS3OUOM3lqwfw5I1H5ZptuwlWz7R { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:4.6875rem;width:4.6875rem;top:89.4375rem;left:10.3125rem;overflow:hidden;display:block; }
#ohsXub4vZqS4RoDAnL9TgdolvgxsuG8F { color:#000000;display:block;width:6.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:87.4375rem;left:10.25rem;height:1.29948125rem;font-style:normal;display:block; }
#g7TA49UkTUtQC2qFHEousNlsGnORbnBn { box-sizing:content-box;height:7.6875rem;width:52.5rem;position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:87.125rem;left:22.437501907349rem;border-top:0.0625rem solid #63bf2c;border-left:0.0625rem solid #63bf2c;border-right:0.0625rem solid #63bf2c;border-bottom:0.0625rem solid #63bf2c;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#n0vWMOi53Z7UBiTv1bDD7XF63fatcelx { color:#000000;display:block;width:48.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15041;line-height:1.5;letter-spacing:0;top:92.25rem;left:24.437501907349rem;height:1.59375rem;font-style:normal;display:block; }
#xRg4uBpDLhBTPTHo3aTF32PQehlwbR2q { box-sizing:content-box;height:0.125rem;width:46.5625rem;position:absolute;display:block;z-index:15058;background-color:#63bf2c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:92rem;left:24.437501907349rem;display:block; }
#oO99kb5FUvXX11Kud56XAxQkRVgArFGT { color:#000000;display:block;width:48.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15046;line-height:1.5;letter-spacing:0;top:88.5rem;left:24.500001907349rem;height:3.1875rem;font-style:normal;display:block; }
#yTnhgt5oxm4TOBtphfJ1W0baTOF0O9nT { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:97.9375rem;left:7.875rem; }
#w2eTmhnT6ATZlyfAdOaCuVKz4nXSIZMO { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:4.6875rem;width:4.6875rem;top:100rem;left:10.125rem;overflow:hidden;display:block; }
#D8u5whe3k2TGf2tEW23G1C479abnP0a4 { color:#000000;display:block;width:6.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:98rem;left:10.0625rem;height:1.29948125rem;font-style:normal;display:block; }
#rTf0dGLOXrPQpR687KJNsLPF348xG7K4 { box-sizing:content-box;height:7.6875rem;width:52.5rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:97.6875rem;left:22.250001907349rem;border-top:0.0625rem solid #63bf2c;border-left:0.0625rem solid #63bf2c;border-right:0.0625rem solid #63bf2c;border-bottom:0.0625rem solid #63bf2c;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#fC2HtZ3a2ossBkwqQtzIxveb8zluAStM { color:#000000;display:block;width:48.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15048;line-height:1.5;letter-spacing:0;top:103.0625rem;left:24.250001907349rem;height:1.59375rem;font-style:normal;display:block; }
#nPTFZUiBQufKV5woeDcayHD4QnhTyaqW { box-sizing:content-box;height:0.125rem;width:46.5625rem;position:absolute;display:block;z-index:15065;background-color:#63bf2c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:102.5625rem;left:24.250001907349rem;display:block; }
#DmQV4yDQ1aAoLCb8Lur6V7ONgKRlggQZ { color:#000000;display:block;width:49.5625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15053;line-height:1.5;letter-spacing:0;top:100rem;left:23.993055343628rem;height:1.59375rem;font-style:normal;display:block; }
#r5UzRTBFwWGoiqdD0v41LabX8CZgwQNm { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:107.5625rem;left:7.875rem; }
#UMqIWw9N0hmGVvQv3dv583eiNEXfNEd8 { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:4.6875rem;width:4.6875rem;top:109.625rem;left:10.125rem;overflow:hidden;display:block; }
#VOfR6FfDfgqcA6obXWXc7grf37dlMXgf { color:#000000;display:block;width:6.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:107.625rem;left:10.0625rem;height:1.29948125rem;font-style:normal;display:block; }
#Ag3fq6osq6BkyKKzpZ9WUS7awox2WfLT { box-sizing:content-box;height:7.6875rem;width:52.5rem;position:absolute;display:block;z-index:15055;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:107.3125rem;left:22.250001907349rem;border-top:0.0625rem solid #63bf2c;border-left:0.0625rem solid #63bf2c;border-right:0.0625rem solid #63bf2c;border-bottom:0.0625rem solid #63bf2c;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#lxpAo0r5Keex0mq9MXSkbrI3nhryCDUS { color:#000000;display:block;width:48.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15055;line-height:1.5;letter-spacing:0;top:112.25rem;left:24.250001907349rem;height:1.59375rem;font-style:normal;display:block; }
#i3vUNuG7HRcmTDuV50gnWEpMWoCXi2pz { box-sizing:content-box;height:0.125rem;width:46.5625rem;position:absolute;display:block;z-index:15072;background-color:#63bf2c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:111.5625rem;left:24.250001907349rem;display:block; }
#ndk1AoPQWJFWpEHF3UExHmCXNbgHWaVN { color:#000000;display:block;width:48.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15060;line-height:1.5;letter-spacing:0;top:109.5rem;left:24.250001907349rem;height:1.59375rem;font-style:normal;display:block; }
#ArVDwS3rfAnDXdrDOMmfd5ETGNG43OQp { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15077;opacity:1;top:116.875rem;left:8rem; }
#yETZoT05qL4HaQ2ntgnEITeJTvETmQJn { position:absolute;display:block;z-index:15076;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:4.6875rem;width:4.6875rem;top:118.9375rem;left:10.25rem;overflow:hidden;display:block; }
#uPSotop70SPqgwfkCicu3O8cyDObigBr { color:#000000;display:block;width:6.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:116.9375rem;left:10.1875rem;height:1.29948125rem;font-style:normal;display:block; }
#wwHlBdgldmwd7Ttg02bt1AhQXT65MF9Z { box-sizing:content-box;height:7.6875rem;width:52.5rem;position:absolute;display:block;z-index:15062;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:116.625rem;left:22.375001907349rem;border-top:0.0625rem solid #63bf2c;border-left:0.0625rem solid #63bf2c;border-right:0.0625rem solid #63bf2c;border-bottom:0.0625rem solid #63bf2c;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#nwAPuCzDFR0MqJqv4xDoJ91FC56MmTZc { color:#000000;display:block;width:48.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15062;line-height:1.5;letter-spacing:0;top:120.25rem;left:24.375001907349rem;height:3.1875rem;font-style:normal;display:block; }
#sLdLs60q0UZyMKfIpxGmPUTJ0tDBWxEQ { box-sizing:content-box;height:0.125rem;width:46.5625rem;position:absolute;display:block;z-index:15079;background-color:#63bf2c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:119.8125rem;left:24.375001907349rem;display:block; }
#IauSRPM6GIx8UETGACTPxIFwukFfddWh { color:#000000;display:block;width:48.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15067;line-height:1.5;letter-spacing:0;top:118rem;left:24.375001907349rem;height:1.59375rem;font-style:normal;display:block; }
#Q9Cgkg4XRGTpwbc5Sqpf328KWzvfyaue { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:127.4375rem;left:7.9375rem; }
#FuL1iemOXukvZUwGcALtBHF4mJK1093J { color:#000000;display:block;width:6.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:127.5rem;left:10.125rem;height:1.29948125rem;font-style:normal;display:block; }
#nTi20UneT8Jp5fpbdOAZ59sINbJmZ3BM { box-sizing:content-box;height:4.1875rem;width:52.4375rem;position:absolute;display:block;z-index:15038;background-color:#63bf2c;background-image:none;top:125.9375rem;left:22.312501907349rem;border-top:0.0625rem solid #63bf2c;border-left:0.0625rem solid #63bf2c;border-right:0.0625rem solid #63bf2c;border-bottom:0.0625rem solid #63bf2c;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#txVFEOtIZgTg78Un8G02CWHveQDPrwfJ { color:#000000;display:block;width:48.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15043;line-height:1.5;letter-spacing:0;top:127.125rem;left:24.500001907349rem;height:1.59375rem;font-style:normal;display:block; }
#GsSGofGOTixFenGd70GcfxiDoBOHGynA { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:132.5625rem;left:8.0625rem; }
#sncMmNwPGGi87r1wpxgfk2llXm90TAxB { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:4.6875rem;width:4.6875rem;top:135.0625rem;left:10.3125rem;overflow:hidden;display:block; }
#RzmtQwW6vBgLOiS3T5rPkGaXpZC6xtH6 { color:#000000;display:block;width:6.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:132.625rem;left:10.25rem;height:1.29948125rem;font-style:normal;display:block; }
#qGbPf5L5eJdvXoOlnfsmU0tdleu4TEKz { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:4.6875rem;width:4.6875rem;top:135.0625rem;left:15.6875rem;overflow:hidden;display:block; }
#AIck6JMhpf7ZvyVd4ZUSxwViT5UV2JTW { box-sizing:content-box;height:10.3125rem;width:52.25rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:131.875rem;left:22.437501907349rem;border-top:0.0625rem solid #63bf2c;border-left:0.0625rem solid #63bf2c;border-right:0.0625rem solid #63bf2c;border-bottom:0.0625rem solid #63bf2c;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#o7M4st9pvzr39aoZoN8TG2lEIKou2twB { color:#000000;display:block;width:48.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:137.1875rem;left:24.625001907349rem;height:3.1875rem;font-style:normal;display:block; }
#a3Oezcrm5GZ1xEBuv1pnbb5Rh7Rmx2hs { box-sizing:content-box;height:0.125rem;width:46.5625rem;position:absolute;display:block;z-index:15044;background-color:#63bf2c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:136.6875rem;left:24.625001907349rem;display:block; }
#vudVTskLz4yICasskb1uMQ3vivVfp7AW { color:#000000;display:block;width:48.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:133.3125rem;left:24.625001907349rem;height:3.1875rem;font-style:normal;display:block; }
#fRqlISXgUGcdEDRJOndbicgyV4qTn4kf { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:144rem;left:8rem; }
#czmTOS4c7veMnQuZGH356dnqDnXCufZJ { position:absolute;display:block;z-index:15083;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:4.6875rem;width:4.6875rem;top:146.0625rem;left:10.25rem;overflow:hidden;display:block; }
#LTTC7T3wD1iSOQkVK4qG2kZ7ue5zMriq { color:#000000;display:block;width:6.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:144.0625rem;left:10.1875rem;height:1.29948125rem;font-style:normal;display:block; }
#S92zLfg2UgvvFmHzB0PSdmTJCiaxdUom { box-sizing:content-box;height:7.6875rem;width:52.5rem;position:absolute;display:block;z-index:15069;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:143.75rem;left:22.375001907349rem;border-top:0.0625rem solid #63bf2c;border-left:0.0625rem solid #63bf2c;border-right:0.0625rem solid #63bf2c;border-bottom:0.0625rem solid #63bf2c;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#kXRx07gPIpotVdoz9vg2T9lJifURcMAc { color:#000000;display:block;width:48.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15069;line-height:1.5;letter-spacing:0;top:147.9375rem;left:24.375001907349rem;height:1.59375rem;font-style:normal;display:block; }
#zTEhTEqF7eBrMpu7B3FOVp0THBVitDLq { box-sizing:content-box;height:0.125rem;width:46.5625rem;position:absolute;display:block;z-index:15086;background-color:#63bf2c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:147.5rem;left:24.375001907349rem;display:block; }
#NLTD8473JzC5aWNizUdQABM0JGhrVCPO { color:#000000;display:block;width:48.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15074;line-height:1.5;letter-spacing:0;top:145.5rem;left:24.375001907349rem;height:1.59375rem;font-style:normal;display:block; }
#bWTekLdTGQZzF6tXkcogqbMcIxrLuhSN { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:154rem;left:8.125rem; }
#TJIzHtOSmFSzv4F0gpKt97VXiuWb7zEB { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:4.6875rem;width:4.6875rem;top:156.5rem;left:10.375rem;overflow:hidden;display:block; }
#IyGUs3W6eJaCD5uW8zA4DGIr2h600kie { color:#000000;display:block;width:6.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:154.0625rem;left:10.3125rem;height:1.29948125rem;font-style:normal;display:block; }
#NZyT7A4m2gImh4XCRK8JXV5HROkgt98w { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:4.6875rem;width:4.6875rem;top:156.5rem;left:15.75rem;overflow:hidden;display:block; }
#MZNl9mLOTc5yyicnku0xH259CFfuCQCU { box-sizing:content-box;height:10.3125rem;width:52.25rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:153.3125rem;left:22.500001907349rem;border-top:0.0625rem solid #63bf2c;border-left:0.0625rem solid #63bf2c;border-right:0.0625rem solid #63bf2c;border-bottom:0.0625rem solid #63bf2c;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#ZURrAhyvspicUGz0Z2eozzLMMrVZU2kX { color:#000000;display:block;width:48.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15035;line-height:1.5;letter-spacing:0;top:160rem;left:24.625001907349rem;height:3.1875rem;font-style:normal;display:block; }
#iKOfhShZTdXgsZHS5sB6LMHBS15T6Nmp { box-sizing:content-box;height:0.125rem;width:46.5625rem;position:absolute;display:block;z-index:15052;background-color:#63bf2c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:159.4375rem;left:24.687501907349rem;display:block; }
#bWRw3cI5UqxKMnuoFheIo6xrvvlXJor3 { color:#000000;display:block;width:48.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15040;line-height:1.5;letter-spacing:0;top:154.5rem;left:24.625001907349rem;height:4.78125rem;font-style:normal;display:block; }
#qyXR0DQTzlox8EL5nh7thmPX8IHyp83w { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:166.5rem;left:8.25rem; }
#Pmk21DB2syf03aJpJnLC63F7KfunEaeB { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:4.6875rem;width:4.6875rem;top:169rem;left:10.5rem;overflow:hidden;display:block; }
#Xg49GXuc45ZtHekaE6ZXGNCFR1WW0h3y { color:#000000;display:block;width:6.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:166.5625rem;left:10.4375rem;height:1.29948125rem;font-style:normal;display:block; }
#ipqG0A4hHPXOl4deWTISsZRDuA4uzg6N { box-sizing:content-box;height:16.0625rem;width:52.375rem;position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:165.0625rem;left:22.562501907349rem;border-top:0.0625rem solid #63bf2c;border-left:0.0625rem solid #63bf2c;border-right:0.0625rem solid #63bf2c;border-bottom:0.0625rem solid #63bf2c;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#oPiZfOQo84u5mE4c2ms1NJwAUskP7lcL { color:#000000;display:block;width:48.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15043;line-height:1.5;letter-spacing:0;top:171.0625rem;left:24.687501907349rem;height:9.5625rem;font-style:normal;display:block; }
#R8Nc16PFqfcXxTTRU9vyf2nK4T8q4NXq { box-sizing:content-box;height:0.125rem;width:46.5625rem;position:absolute;display:block;z-index:15060;background-color:#63bf2c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:170.5625rem;left:24.750001907349rem;display:block; }
#Mdbh8lSaUabWeLT1r8TdE0RXuWmgMiio { color:#000000;display:block;width:50.125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:165.75rem;left:24.687501907349rem;height:4.14323125rem;font-style:normal;display:block; }
#XblkEsUvELH4GKdRxMv6PukMlTcaOU9E { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:4.6875rem;width:4.6875rem;top:174.875rem;left:10.5rem;overflow:hidden;display:block; }
#XWCwhT33gpJJe8Kv0MyAd0UvvdWDTuir { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:4.6875rem;width:4.6875rem;top:174.875rem;left:15.875rem;overflow:hidden;display:block; }
#ECwBTidWdAR9TTlVRKam6V43TchWSqSW { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15091;opacity:1;top:185.625rem;left:7.9375rem; }
#QOvZNIQW14gOPQsTTTedoV9pi8erNRu0 { color:#000000;display:block;width:6.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15080;line-height:1.3;letter-spacing:0;top:185.6875rem;left:10.25rem;height:1.29948125rem;font-style:normal;display:block; }
#RZxXOLEb6hQmMlrCWNekD2AQDoBuRDIV { box-sizing:content-box;height:7.6875rem;width:52.5rem;position:absolute;display:block;z-index:15076;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:182.875rem;left:22.250001907349rem;border-top:0.0625rem solid #63bf2c;border-left:0.0625rem solid #63bf2c;border-right:0.0625rem solid #63bf2c;border-bottom:0.0625rem solid #63bf2c;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#SiRAWZZRT7wEUsgLQ952Z2bXa2yaiNnO { box-sizing:content-box;height:0.125rem;width:46.5625rem;position:absolute;display:block;z-index:15093;background-color:#63bf2c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:187.625rem;left:24.250001907349rem;display:block; }
#lHR5qTzlv7SBJ2diMcXzxso781UuTAT4 { color:#000000;display:block;width:48.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15081;line-height:1.5;letter-spacing:0;top:185.5625rem;left:24.250001907349rem;height:1.59375rem;font-style:normal;display:block; }
#GMKxnDK6KMnlP7QB2Ma9Ibzm4pHvEUsC { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:193.875rem;left:7.9375rem; }
#rVgOIr8hs6cE1kRLitvNcTtwhmchNtDZ { color:#000000;display:block;width:6.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:193.9375rem;left:10.125rem;height:1.29948125rem;font-style:normal;display:block; }
#ZrDD7i5aHdKUnTGdfAriD2xD71T088Uo { box-sizing:content-box;height:4.1875rem;width:52.4375rem;position:absolute;display:block;z-index:15042;background-color:#63bf2c;background-image:none;top:192.375rem;left:22.312501907349rem;border-top:0.0625rem solid #63bf2c;border-left:0.0625rem solid #63bf2c;border-right:0.0625rem solid #63bf2c;border-bottom:0.0625rem solid #63bf2c;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#qgUDavISeozRWMv19kDxLJh7i0l9ZXJr { color:#000000;display:block;width:48.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15047;line-height:1.5;letter-spacing:0;top:193.5625rem;left:24.500001907349rem;height:1.59375rem;font-style:normal;display:block; }
#G93S4NzxwrJrP2VMJHuV66k4OXK4Q6bd { box-sizing:content-box;height:8.625rem;width:52.3125rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:47.25rem;left:22.562501907349rem;border-top:0.0625rem solid #63bf2c;border-left:0.0625rem solid #63bf2c;border-right:0.0625rem solid #63bf2c;border-bottom:0.0625rem solid #63bf2c;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#UPeBOSwNutIIgMltrkGguBbemQi6h51T { color:#000000;display:block;width:48.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:51.375rem;left:24.625001907349rem;height:3.1875rem;font-style:normal;display:block; }
#rHZxETSpvFCmQ1letuP73FZunkN3BIhn { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:4.6875rem;width:4.6875rem;top:50.8125rem;left:10.375rem;overflow:hidden;display:block; }
#SUkZ1TuJtzArbkLkwVKuH2qRLA80kZ1D { box-sizing:content-box;height:0.125rem;width:46.5625rem;position:absolute;display:block;z-index:15044;background-color:#63bf2c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:50.8125rem;left:24.562501907349rem;display:block; }
#xevphQQqZu607WxmymZOVr5wWy5lp6cv { color:#000000;display:block;width:48.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:48.75rem;left:24.562501907349rem;height:1.59375rem;font-style:normal;display:block; }
#QxBrO4fCwwD2SRwQr420JLti1HdDyTCz { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:47.9375rem;left:8.1875rem; }
#xJdKtbpTNUifpw5FvAqGPenqOlC9Le1i { color:#000000;display:block;width:6.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:48rem;left:10.375rem;height:1.29948125rem;font-style:normal;display:block; }
#mOvdJrnI4yh5FvItBh1E3UWLCzdBo3pA { box-sizing:content-box;height:0.125rem;width:46.5625rem;position:absolute;display:block;z-index:15036;background-color:#63bf2c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.1875rem;left:24.562501907349rem;display:none; }
#NhVR8rPXeOLeAErgF6UN8oO9HZefkXEK { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:4.6875rem;width:4.6875rem;top:169.1875rem;left:15.875rem;overflow:hidden;display:block; }
#vS3buDTRT1mnpeP4BGUMMPSMVkSF1tD4 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:13.4375rem;left:8.3125rem; }
#mpu4rk88NDWizkxmZhqaq6xWE43FfbtU { color:#000000;display:block;width:7.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:13.5625rem;left:10.5rem;height:1.29948125rem;font-style:normal;display:block; }
#QlK8UZ5Hmt3sMrwBbXMI3k9hys2MJS2O { box-sizing:content-box;height:5.625rem;width:52.25rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.318576335907rem;left:22.638891220092rem;border-top:0.0625rem solid #63bf2c;border-left:0.0625rem solid #63bf2c;border-right:0.0625rem solid #63bf2c;border-bottom:0.0625rem solid #63bf2c;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#MG6tkU2Rcl64p9TCHLIVBNxDSqEp1EqX { color:#000000;display:block;width:48.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:13.625rem;left:24.6875rem;height:1.59375rem;font-style:normal;display:block; }
#nJfttAB5A9Qmv3BtVt6zWqrnmAPPMv8D { position:relative;display:none; }#nJfttAB5A9Qmv3BtVt6zWqrnmAPPMv8D { border-width: 0; border-radius: 0; }#nJfttAB5A9Qmv3BtVt6zWqrnmAPPMv8D > .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; }#nJfttAB5A9Qmv3BtVt6zWqrnmAPPMv8D > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);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:117.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#nJfttAB5A9Qmv3BtVt6zWqrnmAPPMv8D > .row .container.adaptive-delivery-prevent-bg, #nJfttAB5A9Qmv3BtVt6zWqrnmAPPMv8D > .row .container.lazyload, #nJfttAB5A9Qmv3BtVt6zWqrnmAPPMv8D > .row .container.lazyloading { background-image: none; }#Cy9ViOkkUDy2thaBTWVxeTbw8WrigOxD { color:#000000;display:block;width:72.5rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15000;line-height:1.6;letter-spacing:0;top:1.6631941795349rem;left:1.25rem;height:11.8975625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IJGvlVyFglCG4OeaaADxgTVfbp0FDOPz { color:#000000;display:block;width:72.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:12.238714694977rem;left:1.875rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NuIt9Ozg08mFVoBIMnwzfioICLm5acgt { color:#000000;display:block;width:72.5rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:14.987846851349rem;left:1.25rem;height:1.69965rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n44QL2dUCQh0BKDnpBLiSU9roG76JaCJ { color:rgba(var(--color-tertiary-0),1);display:block;width:72.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:18.362849235534rem;left:2.5rem;height:1.79948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gMc1Ts8UaBVArxuBlkDxl9yEUqQZkaPM { color:#000000;display:block;width:71.5625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:22.124132573604rem;left:1.71875rem;height:5.09895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lSikVTLINTIZpJWfe5WTHOI0a1XHFVIg { color:#000000;display:block;width:66.5625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:28.175347745419rem;left:5.46875rem;height:7.84725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#lSikVTLINTIZpJWfe5WTHOI0a1XHFVIg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lSikVTLINTIZpJWfe5WTHOI0a1XHFVIg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dc92afaa2130704330930e43cb9fcbde955297de.svg); }
#CId9Lq4BIeX51lMA0gny4C789I8gxGWo { box-sizing:content-box;height:3rem;width:75rem;position:absolute;display:block;z-index:14999;background-color:#2a7d2e;background-image:none;top:17.762152135372rem;left:0.0625rem;display:block; }
#VxxpisyiMoRBXDQx0Bfz2DJTH7DxPlDX { color:rgba(var(--color-tertiary-0),1);display:block;width:72.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:39.098958969116rem;left:0.83680534362794rem;height:1.79948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ah6EQmnVsvqxTbCT24fipxZf28Nd9GwT { box-sizing:content-box;height:3rem;width:74.875rem;position:absolute;display:block;z-index:15001;background-color:#2a7d2e;background-image:none;top:38.5rem;left:0.0625rem;display:block; }
#z6mid8FsZlouSHAv2R3wXrWwlLoka2gZ { color:#000000;display:block;width:71.5625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:43.186632156372rem;left:1.71875rem;height:6.798625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B7UcKOBOk53m3hR5byoRT9FSi0WNz493 { color:#000000;display:block;width:66.5625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:51.112846374512rem;left:4.84375rem;height:8.15975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#B7UcKOBOk53m3hR5byoRT9FSi0WNz493 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#B7UcKOBOk53m3hR5byoRT9FSi0WNz493 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dc92afaa2130704330930e43cb9fcbde955297de.svg); }
#TvOvbT1Ia97Vxmvu0K4RKOOsf0IbrJ0a { color:#000000;display:block;width:66.5625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:73.75000190735rem;left:5.46875rem;height:6.04166875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#TvOvbT1Ia97Vxmvu0K4RKOOsf0IbrJ0a li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TvOvbT1Ia97Vxmvu0K4RKOOsf0IbrJ0a li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dc92afaa2130704330930e43cb9fcbde955297de.svg); }
#rdQ3XSlz7ZeFNungkA9sxXq4sccsbm3t { color:#000000;display:block;width:71.5625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:67.4375rem;left:1.6875rem;height:5.09895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l7fcnwXfu3ppCb1isZ03IMNp1gwcX6rP { box-sizing:content-box;height:3rem;width:74.875rem;position:absolute;display:block;z-index:15005;background-color:#2a7d2e;background-image:none;top:62.75rem;left:0rem;display:block; }
#LkPOli5ssi71TDbZdl33DTRwq2n039pL { color:rgba(var(--color-tertiary-0),1);display:block;width:72.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:63.375rem;left:0.75rem;height:1.79948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tIT9Pb1lyT6fzUFrchGQk4xTsNwGmV7O { color:#000000;display:block;width:71.5625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:89.5625038147rem;left:1.71875rem;height:8.49825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ydmyEFWq2ME0ThcbxTs1POMTTBx8kWrp { box-sizing:content-box;height:4.625rem;width:74.875rem;position:absolute;display:block;z-index:15009;background-color:#2a7d2e;background-image:none;top:83.625rem;left:0rem;display:block; }
#BwebTKgVa5r2N6ywVXE5auokvulb2Nr9 { color:rgba(var(--color-tertiary-0),1);display:block;width:72.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:84.25rem;left:0.75rem;height:3.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Okr2rOR3ubFK6kKFBFQUym88dtc4TuM6 { color:#000000;display:block;width:66.5625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:99.49999809265rem;left:4.21875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#Okr2rOR3ubFK6kKFBFQUym88dtc4TuM6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Okr2rOR3ubFK6kKFBFQUym88dtc4TuM6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dc92afaa2130704330930e43cb9fcbde955297de.svg); }
#tFuS9aQTuATn9WhZThbRupFCo6XnezQv { background-color:#2a7d2e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#fff3f3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:111.46441650391rem;left:32.812501907349rem;display:block; }
#gw4qgfMsW7OTh8oWhw2dWhFfiZgm6Cf3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sTqveCET7HRMdOCdCAdvLE74hFMElOKp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2c947ba2-20f4-401e-a0ae-a468915d6910/GreenLogisticsto.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sTqveCET7HRMdOCdCAdvLE74hFMElOKp.adaptive-delivery-prevent-bg, #sTqveCET7HRMdOCdCAdvLE74hFMElOKp.lazyload, #sTqveCET7HRMdOCdCAdvLE74hFMElOKp.lazyloading { background-image: none; }#sTqveCET7HRMdOCdCAdvLE74hFMElOKp > .row .container { background-color: transparent; background-image: none; }#sTqveCET7HRMdOCdCAdvLE74hFMElOKp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTqveCET7HRMdOCdCAdvLE74hFMElOKp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTqveCET7HRMdOCdCAdvLE74hFMElOKp > .row .container > .video-iframe-container { display: none; }#sTqveCET7HRMdOCdCAdvLE74hFMElOKp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTqveCET7HRMdOCdCAdvLE74hFMElOKp > .row > .video-iframe-container { display: none; }#sTqveCET7HRMdOCdCAdvLE74hFMElOKp > .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); }#sTqveCET7HRMdOCdCAdvLE74hFMElOKp > .row .container { border-width: 0; border-radius: 0; }#sTqveCET7HRMdOCdCAdvLE74hFMElOKp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sTqveCET7HRMdOCdCAdvLE74hFMElOKp > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:232.9375rem;width:75rem;position:relative;display:block; }#EqSfREpGygqpt3vlg7f93Qxgc7EfckBK { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:17.625rem;left:15.4375rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#N2OwiNn1on9GteaZEchKIcofxyrCxAf3 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:63.125rem;left:15.4375rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mAfxEOFihIZ15rkp35XyioXmSkPiaTLV { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:20.5rem;width:14.0625rem;top:62.625rem;left:0rem;overflow:hidden;display:block; }
#oZBNlTK2b48KdTTwTfQXlnfpa83lJE1E { color:rgba(var(--color-tertiary-2),1);display:block;width:17.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:17.625rem;left:56.187500953674rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#QMJ4cGQi28WfCuJx8aWN5KBo0nT3ekWu { color:rgba(var(--color-tertiary-2),1);display:block;width:9.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:63.1875rem;left:56.250001907349rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uiCkhP2TK03M2dyTiP4fgmyWt06tqfza { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:20.5625rem;width:14.125rem;top:62.625rem;left:40.500001907349rem;overflow:hidden;display:block; }
#NinJQIccy4TMMStnh9gFD1NbrDiE4Ti4 { color:rgba(var(--color-tertiary-2),1);display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:42.6875rem;left:15.4375rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#riZort52CH6xEuvr4MeW5Dl4BUyG92TE { color:rgba(var(--color-tertiary-2),1);display:block;width:13.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:88.125rem;left:15.4375rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CHu8InuMhRpKAJzT9s24xBgMgC7pIVBl { color:rgba(var(--color-tertiary-2),1);display:block;width:17rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:42.6875rem;left:56.187500953674rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#KAwWoucsXrpGIETN2rRTNZ02pDpDyPfV { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:88.125rem;left:56.250001907349rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fuqbCqRSPmb2FLZekVWnDkNUizMaUQ4u { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:20.5625rem;width:14.125rem;top:87.6875rem;left:40.500001907349rem;overflow:hidden;display:block; }
#MsyMTSFJ54pbNNwON3UzbfqkFkQhMyIT { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:20.5625rem;width:14.125rem;top:87.6875rem;left:0rem;overflow:hidden;display:block; }
#KMNeGvTdCWX5g5nV3mzBlUTSPfOlnUlW { box-sizing:content-box;height:0.0625rem;width:11.25rem;position:absolute;display:block;z-index:15011;background-color:#63bf2c;background-image:none;top:67rem;left:15.4375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#dFF2SARhk17SvyEqZud0SrA1pc0nlG6W { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:66.625rem;left:26.625001907349rem; }
#pzQyW9mEHCGk08SWaJUIZiNtwHbqBMe6 { box-sizing:content-box;height:9.3125rem;width:18.375rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:81.3125rem;left:31.187501907349rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;border-top:0.0625rem solid #63bf2c;border-left:0.0625rem solid #63bf2c;border-right:0.0625rem solid #63bf2c;border-bottom:0.0625rem solid #63bf2c;display:block; }
#yhu40u9AbiXmeOGQNCg1pwT0NQOfa4yp { 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:15014;opacity:1;top:68.375rem;left:15.4375rem; }
#yhu40u9AbiXmeOGQNCg1pwT0NQOfa4yp > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#pbBekpGq71TCMaKTDPJ2QuTXJenrlbdI { 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:15015;opacity:1;top:68.375rem;left:56.250001907349rem; }
#pbBekpGq71TCMaKTDPJ2QuTXJenrlbdI > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#qFTkPXRTVb7g2ikWTWDrbMNLBzSeAZhT { 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:15017;opacity:1;top:93.8125rem;left:56.250001907349rem; }
#qFTkPXRTVb7g2ikWTWDrbMNLBzSeAZhT > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#pGz1QCgrhIATrECoHyyT3XgJNFBTlq8X { 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:15016;opacity:1;top:93.8125rem;left:15.4375rem; }
#pGz1QCgrhIATrECoHyyT3XgJNFBTlq8X > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#A3OFtfhxTkbmlpi1015JQKrREpZqX3BK { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:64.625rem;left:15.4375rem;height:1.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PoG56GBs19SB4TOpbzwTZypazavy78Mh { color:rgba(var(--color-tertiary-2),1);display:block;width:9.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:64.75rem;left:56.187501907349rem;height:1.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dsBVFKHh7FmPgiwzVtDLBlUgFNkMheXe { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:89.875rem;left:56.187501907349rem;height:1.39930625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bIrp5agCoZUEZfk9nymlB2SG9iFTM8nL { color:rgba(var(--color-tertiary-2),1);display:block;width:16.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:89.875rem;left:15.4375rem;height:1.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DuGVDKVXTfWwGLXMQ3M2kZb5r4fSPAdP { box-sizing:content-box;height:0.0625rem;width:11.25rem;position:absolute;display:block;z-index:15013;background-color:#63bf2c;background-image:none;top:67rem;left:56.187501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#b3GUL9MKQyaMliVIEB9T727yvnXTFvaU { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:66.625rem;left:67.37500190735rem; }
#P0lRTSdllmelI0vqgEO19it8A6zMf03e { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:91.75rem;left:67.37500190735rem; }
#M1TIE89KInX4LmeI3SiCtQKdwqvL4zP8 { box-sizing:content-box;height:0.0625rem;width:11.25rem;position:absolute;display:block;z-index:15015;background-color:#63bf2c;background-image:none;top:92.125rem;left:56.187501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ETFmSVDHn88Ts5umnrzLkPQecTu3pxTA { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:91.75rem;left:26.625001907349rem; }
#N6smU5fI8mNlg3M6uqeQo2X1G7r3BrlH { box-sizing:content-box;height:0.0625rem;width:11.25rem;position:absolute;display:block;z-index:15017;background-color:#63bf2c;background-image:none;top:92.125rem;left:15.4375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#qUtarvGKAH5akxCh9wTQrGfCadePwfg7 { color:rgba(var(--color-tertiary-2),1);display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15028;line-height:1.5;letter-spacing:0;top:66.374219894406rem;left:15.436718940735rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#bIXCLz4N8SQXQTWVogws3W5exOoW9FeA { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:20.5625rem;width:14.125rem;top:110.9375rem;left:0rem;overflow:hidden;display:block; }
#p1OBnpFPHmkHPbLQPBXuHIa3DpcJRo4O { 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:15031;opacity:1;top:118rem;left:15.4375rem; }
#p1OBnpFPHmkHPbLQPBXuHIa3DpcJRo4O > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#EVwcx81UcHDSsTg23gR8ITi89JQTHGaL { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:115.75rem;left:26.625001907349rem; }
#bIaRNKGztQwlFKXdmmNzDLaiZVW6mTly { box-sizing:content-box;height:0.0625rem;width:11.25rem;position:absolute;display:block;z-index:15032;background-color:#63bf2c;background-image:none;top:116.125rem;left:15.4375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#tqcg4ITd57M9R2oaL4CV7xgTc9OegufE { color:rgba(var(--color-tertiary-2),1);display:block;width:20.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:112.9375rem;left:15.4375rem;height:2.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OfOI5TwBBffPvRdwJWbRDWg3vElXEW81 { box-sizing:content-box;height:9.3125rem;width:18.375rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image:none;top:104.5625rem;left:31.187501907349rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;border-top:0.0625rem solid #63bf2c;border-left:0.0625rem solid #63bf2c;border-right:0.0625rem solid #63bf2c;border-bottom:0.0625rem solid #63bf2c;display:block; }
#XzEXHw6TWeps8wMuhUXJWow5nJgGpz68 { color:rgba(var(--color-tertiary-2),1);display:block;width:13.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:111.375rem;left:15.4375rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HWHqtye7U9FvoXCCCia9VUJRW5mRbmRd { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:20.5625rem;width:14.125rem;top:111.375rem;left:40.500001907349rem;overflow:hidden;display:block; }
#WCDT4LOt47MKMeS3Jpo6gV9I0TFRS36i { 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:15038;opacity:1;top:118rem;left:56.250001907349rem; }
#WCDT4LOt47MKMeS3Jpo6gV9I0TFRS36i > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#LHpf1ylKnGfOnW0d1xaOFsoXDovbhZSE { color:rgba(var(--color-tertiary-2),1);display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15035;line-height:1.5;letter-spacing:0;top:66.375rem;left:55.9375rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#iLwh6PKV57lATF3G3ZHsIFykR1WubvXq { box-sizing:content-box;height:0.0625rem;width:11.25rem;position:absolute;display:block;z-index:15039;background-color:#63bf2c;background-image:none;top:115.8125rem;left:55.937501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ggvbUFghOKbQ880PCw33pqbmunWVBwFF { color:rgba(var(--color-tertiary-2),1);display:block;width:16.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:113.5625rem;left:55.937501907349rem;height:1.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#y4GXlIy1QgvPvNPH4DlykqyfuoQvaMoS { color:rgba(var(--color-tertiary-2),1);display:block;width:13.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;top:111.8125rem;left:55.937501907349rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Cxb4x9G34RpcvbME10bTqoQghauS2TTc { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:115.4375rem;left:67.12500190735rem; }
#DiyExDhQQhIxz0NXKiqGh9XiA2gbxmpK { box-sizing:content-box;height:9.3125rem;width:18.375rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:30.4375rem;left:31.1875rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;border-top:0.0625rem solid #63bf2c;border-left:0.0625rem solid #63bf2c;border-right:0.0625rem solid #63bf2c;border-bottom:0.0625rem solid #63bf2c;display:none; }
#GVGa7bMnlP2lph6vuvgvXgEU8uNugKM1 { background-color:#6ec43b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:2.375rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:96.75rem;left:15.4375rem;display:block; }
#U1Ep85tsNdoq7AQ7oh6e19oHKRHdskyV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QvIcSnhUVukfOIeqRUrSBV8i2CRHH3Vs { background-color:#6ec43b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:2.375rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:96.75rem;left:56.250001907349rem;display:block; }
#Q5c5JwJpSgGkqpTxSfTIrXHBnOwnVKse { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G4JqB5txs17hXKhgZheZu4hWzfwU2iB2 { background-color:#6ec43b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:2.375rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:121.0625rem;left:15.4375rem;display:block; }
#NbL5yDPE5isOpfINQMWeZmL0yGxusuL3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pwkVw56Enp03fzzenPcdO5JRUHiXMHuw { background-color:#6ec43b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:2.375rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:121.0625rem;left:56.187501907349rem;display:block; }
#CTGdRp3EgHQkacoCzriTGKapbZ5WwxQN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZfMh8HPKa7ElWRT1rG62uHxU2XZaeVd3 { background-color:#6ec43b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:2.375rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:71.4375rem;left:15.4375rem;display:block; }
#Q74l9NGtWNCWHVVpSvlTsV1ux49FhkbB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kFTHVVe9NbGt534TWAbmuEn6R81Javmx { background-color:#6ec43b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:2.375rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:71.375rem;left:56.250001907349rem;display:block; }
#MGnUmQc8wwqv4D00eWpOTpmr28bpPokL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xe1LTDHxOBK76qTzk9fxmw8TguloDKuk { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:38.4375rem;left:15.4375rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OlO1X5EQFAT7o8TGdurvOBEC3xK2yeMk { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:20.5rem;width:14.0625rem;top:37.9375rem;left:0rem;overflow:hidden;display:block; }
#RTUlrmOvz8gvgAbBgklpHtXCT809FCAw { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:20.5625rem;width:14.125rem;top:37.9375rem;left:40.500001907349rem;overflow:hidden;display:block; }
#XqUakD81yFOQ2itm5wsTtbqQvlT1zteA { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:38.5rem;left:56.250001907349rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SgLrSNuiDZfluD2LDpC5wgTw5Tv82qiv { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:39.9375rem;left:15.4375rem;height:1.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RZzlneaTJIomK3qE6rexwvt8Wv4H0IQI { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:40.0625rem;left:56.187501907349rem;height:1.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hCsF3rNDTGt5RBMWoHDqZH182kOax3Oq { box-sizing:content-box;height:0.0625rem;width:11.25rem;position:absolute;display:block;z-index:15026;background-color:#63bf2c;background-image:none;top:42.3125rem;left:15.4375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#T6INJUM5w1CvZQobwox1T8641R9r9qcI { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:41.9375rem;left:26.625001907349rem; }
#TpLzXbqbTw9VmJThKLeZwkhvAK1CJpbH { box-sizing:content-box;height:0.0625rem;width:11.25rem;position:absolute;display:block;z-index:15028;background-color:#63bf2c;background-image:none;top:42.3125rem;left:56.187501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#aUSWMTupfuPDAQ40Fmmhe3tDOpa0m3bR { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:41.9375rem;left:67.37500190735rem; }
#dzt9iIUP5ULOVOzWp8T3QGtBuR0fi9zH { 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:43.6875rem;left:15.4375rem; }
#dzt9iIUP5ULOVOzWp8T3QGtBuR0fi9zH > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#ZUAqbKNoe4sC5FHcMyTopxXE3lTs0F2g { 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:15030;opacity:1;top:43.6875rem;left:56.250001907349rem; }
#ZUAqbKNoe4sC5FHcMyTopxXE3lTs0F2g > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#DnastOC3iDgkQR6H000I8NxO7d1Qtcfp { background-color:#6ec43b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:2.375rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:46.75rem;left:15.4375rem;display:block; }
#iwgTZXVXzm3B4dDCrTzhkL2ckw4vsFkC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PW7z3AbBgPCWpTvQRbLL6Jblxwufrohm { background-color:#6ec43b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:2.375rem;text-decoration:none;z-index:15060;text-align:center;text-align-last:center;top:46.6875rem;left:56.250001907349rem;display:block; }
#snVDMU71nsMdM38tZxDU03BkxrLJ4wU3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Te4M0buPiIDAr5wSXW27dAdg0Zqu3IQD { box-sizing:content-box;height:9.3125rem;width:18.375rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image:none;top:57.375rem;left:31.187501907349rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;border-top:0.0625rem solid #63bf2c;border-left:0.0625rem solid #63bf2c;border-right:0.0625rem solid #63bf2c;border-bottom:0.0625rem solid #63bf2c;display:block; }
#bDbVvALiTMJW7gLD1rAHsfGawxzU6Tmc { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:138rem;left:26.875001907349rem; }
#syCs9lXrPrxVB7tClN4XCWCvlaG5MDtz { box-sizing:content-box;height:0.0625rem;width:11.25rem;position:absolute;display:block;z-index:15020;background-color:#63bf2c;background-image:none;top:138.375rem;left:15.6875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#O8QLPaDTyc1HATekwWSO2CCvoRaNHT48 { background-color:#6ec43b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:2.375rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:142.75rem;left:15.75rem;display:block; }
#IVHfyvKrTshSaOBQOx0QhhT75XNhhOuz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m3zO4kzXVnal8u2OzxZitVtFn3y6XXWc { color:rgba(var(--color-tertiary-2),1);display:block;width:9.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:134.5625rem;left:15.75rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KJvuJLTHw1nGl8TVIQxWkhmIlTAFVsBS { color:rgba(var(--color-tertiary-2),1);display:block;width:9.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:136.125rem;left:15.6875rem;height:1.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#p34bHDLceb21q46EFkVAu8cDC4Zc8qan { 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:139.75rem;left:15.75rem; }
#p34bHDLceb21q46EFkVAu8cDC4Zc8qan > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#rZh5KUChVzNkKW02GWAyTLdwqfOBfneU { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:20.5625rem;width:14.125rem;top:134rem;left:0rem;overflow:hidden;display:block; }
#z6pQlOIZwEnt0GT1EnZCsmbG5OivlT44 { background-color:#6ec43b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:2.375rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:143.3125rem;left:56.250001907349rem;display:block; }
#Ju60Zhy9ariTyqR3ZkBOsOm2kcLh7noJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qP4RuTJIn4UrIWC2Tp6BovZOO5lTi7VH { 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:140.3125rem;left:56.250001907349rem; }
#qP4RuTJIn4UrIWC2Tp6BovZOO5lTi7VH > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#u9FO3bN7vV3yhSqw6NcW6UPnI3lTr0nr { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:20.5625rem;width:14.125rem;top:134.5625rem;left:40.500001907349rem;overflow:hidden;display:block; }
#KhqdAtsQBTtFTMCGzMekmkpDbucFhefT { box-sizing:content-box;height:0.0625rem;width:11.25rem;position:absolute;display:block;z-index:15026;background-color:#63bf2c;background-image:none;top:138.9375rem;left:56.187501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#UggmJ8Temcp1lbDCo6UDzJNhC2DnvfM9 { color:rgba(var(--color-tertiary-2),1);display:block;width:9.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:136.6875rem;left:56.187501907349rem;height:1.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DOiAqyTvNw3rRSWxoJah7wCqbXtKAkKl { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:135.125rem;left:56.250001907349rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZCJRu3MCVtx5WsveJbuQAW2uqcnTboaB { box-sizing:content-box;height:9.3125rem;width:18.375rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;top:129.44445800781rem;left:31.187501907349rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;border-top:0.0625rem solid #63bf2c;border-left:0.0625rem solid #63bf2c;border-right:0.0625rem solid #63bf2c;border-bottom:0.0625rem solid #63bf2c;display:block; }
#NiJrQZDDt7TeOs2UwNkE8HyJ5BlOEUhs { position:absolute;display:block;z-index:15075;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:20.5625rem;width:14.125rem;top:157.625rem;left:0rem;overflow:hidden;display:block; }
#Xxm8gE3b2gfJJk1SZyW1RBNgXWLfAEJJ { background-color:#6ec43b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:2.375rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:166.375rem;left:15.75rem;display:block; }
#mERfvsaweLNS48kToXC6p2dLi07dqqH5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mm2a3w6Avuz4gPcaIIRPqrbbkiJOSQQF { 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:163.375rem;left:15.75rem; }
#mm2a3w6Avuz4gPcaIIRPqrbbkiJOSQQF > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#Sfa7aV7qtmlhrTZNkr55w7vltEsAurnQ { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:161.625rem;left:26.875001907349rem; }
#qWwL7f720NvAwu4IIEVcge2ncXTCOdOk { box-sizing:content-box;height:0.0625rem;width:11.25rem;position:absolute;display:block;z-index:15027;background-color:#63bf2c;background-image:none;top:162rem;left:15.6875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#dsrf1Cx3rHyMxr3Erp58XNFhGEIJ6LXx { color:rgba(var(--color-tertiary-2),1);display:block;width:9.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:159.75rem;left:15.6875rem;height:1.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Op3xXoqHqVp0LySHRZnVAqAiPcZur4gr { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15026;line-height:1.5;letter-spacing:0;top:158.1875rem;left:15.75rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#y4EeDTKKwn2BH2yZGUO1V1XArKsTifN5 { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:137.1875rem;left:26.875rem;display:none; }
#Sw9HePRz76lTBLoNWcDNCsoUxsmaJoy7 { position:absolute;display:block;z-index:15082;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:20.5625rem;width:14.125rem;top:157.625rem;left:40.500001907349rem;overflow:hidden;display:block; }
#aOiyy6ONXqWaXT28MtNhxheHfQOb22Q9 { background-color:#6ec43b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:2.375rem;text-decoration:none;z-index:15066;text-align:center;text-align-last:center;top:166.375rem;left:56.250001907349rem;display:block; }
#cqzrSTRhibzKyK8OLtvqlcBD2TehpvKM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dLwS9FBRxTgJ1ClTKrg7XZMOLuuaOe2I { 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:15036;opacity:1;top:163.375rem;left:56.250001907349rem; }
#dLwS9FBRxTgJ1ClTKrg7XZMOLuuaOe2I > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#r08iXeUnmG6QC9K5k5aNufSE62Vae7uv { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:161.625rem;left:67.37500190735rem; }
#yr2kVZM4Kc1CqLALRbtTBCAkTp1At1Lp { box-sizing:content-box;height:0.0625rem;width:11.25rem;position:absolute;display:block;z-index:15034;background-color:#63bf2c;background-image:none;top:162rem;left:56.187501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#qqXt1SsXnJd5oIvJeQ0BOtRo02OUDXpi { color:rgba(var(--color-tertiary-2),1);display:block;width:9.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:159.75rem;left:56.187501907349rem;height:1.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HGFc3D4QEvu310Wbu1Cqe9n9MTipn1iJ { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:158.1875rem;left:56.250001907349rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D1lmtXxBER2TSJsdAkHn7paFXBTxLurE { box-sizing:content-box;height:9.3125rem;width:18.375rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;top:153.06945800781rem;left:31.187501907349rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;border-top:0.0625rem solid #63bf2c;border-left:0.0625rem solid #63bf2c;border-right:0.0625rem solid #63bf2c;border-bottom:0.0625rem solid #63bf2c;display:block; }
#XH8mhcyCuJhCROtyaCGvfiZX3OK1tfFP { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15037;line-height:1.5;letter-spacing:0;top:13.125rem;left:15.5rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eZwZF2u3TrEtJIfsdHxTD8Si4c7eR1pU { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:20.5rem;width:14.0625rem;top:12.625rem;left:0.0625rem;overflow:hidden;display:block; }
#KRXeGQI37BchPZngSALnuveZs9T0gdT3 { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:20.5625rem;width:14.125rem;top:12.625rem;left:40.5625rem;overflow:hidden;display:block; }
#ocPdCUX6pDdpFBEKIGLJfNlH655abTP4 { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:14.625rem;left:15.5rem;height:1.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mWq5l1U0Nvtplz99dmZ1TuHFVAVMhhoW { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:16.625rem;left:26.6875rem; }
#sWNF25JC9LQpfe4ZZuxt4c36wH1cHW4W { box-sizing:content-box;height:0.0625rem;width:11.25rem;position:absolute;display:block;z-index:15041;background-color:#63bf2c;background-image:none;top:17rem;left:15.5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#FTSl1hpzRsL9bAW8lUc7McgBEaPnTboC { 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:15044;opacity:1;top:18.375rem;left:15.5rem; }
#FTSl1hpzRsL9bAW8lUc7McgBEaPnTboC > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#QOfgne0rvAN9hPs6iW1CUA20Uw6HdnRB { background-color:#6ec43b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:2.375rem;text-decoration:none;z-index:15074;text-align:center;text-align-last:center;top:21.4375rem;left:15.5rem;display:block; }
#c7V7g12nXzXTxASzvJUvzAHNT8f7Xn1M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MPu1xomK8TWoAPftL5V0DVvkiUH8WFqp { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15042;line-height:1.5;letter-spacing:0;top:13.1875rem;left:56.3125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Hmxfctgow6ohv5DHTgPFxkurO2T6qJ9M { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15035;line-height:1.5;letter-spacing:0;top:14.75rem;left:56.25rem;height:1.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#l2Zaq2mypZ4dLyOzoScaEF9qTG9kZMgy { box-sizing:content-box;height:0.0625rem;width:11.25rem;position:absolute;display:block;z-index:15043;background-color:#63bf2c;background-image:none;top:17rem;left:56.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#X8DMefJcHSAF2wTgyTKLrUTvUFZSZwKe { 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:15045;opacity:1;top:18.375rem;left:56.3125rem; }
#X8DMefJcHSAF2wTgyTKLrUTvUFZSZwKe > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#VqpJ9rTVz7CvUg5xbfAf9aDNZb7dIfWm { background-color:#6ec43b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:2.375rem;text-decoration:none;z-index:15075;text-align:center;text-align-last:center;top:21.375rem;left:56.3125rem;display:block; }
#XXs0IhAwXVfy75GOIVXwpvh9G4wnxsrp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CpbAwXQ4DtrnDepPNzusUsGSISkBHgXt { box-sizing:content-box;height:9.3125rem;width:18.375rem;position:absolute;display:block;z-index:15030;background-color:transparent;background-image:none;top:32.0625rem;left:31.25rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;border-top:0.0625rem solid #63bf2c;border-left:0.0625rem solid #63bf2c;border-right:0.0625rem solid #63bf2c;border-bottom:0.0625rem solid #63bf2c;display:block; }
#Iy4K0T5ErOQXRQsQFVZCRFdwTNruXBCE { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:16.625rem;left:67.4375rem; }
#xr764I4yIsTHfAaoSkHkFawdJV28KkUc { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:exo;font-size:3rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:3.6875028610229rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Nv6Pm02h5nKLvQaS0RMSuKpAKfTH2WTA { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:20.5625rem;width:14.125rem;top:182.75rem;left:0rem;overflow:hidden;display:block; }
#n5S7XulhPtBsXnIuqiuRh9Tra0uemFwZ { position:absolute;display:block;z-index:15097;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:20.5625rem;width:14.125rem;top:182.75rem;left:40.5rem;overflow:hidden;display:block; }
#STHygimenD9SDkPsUtoT5Axnxx3dTpnd { background-color:#6ec43b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:2.375rem;text-decoration:none;z-index:15074;text-align:center;text-align-last:center;top:191.5rem;left:15.75rem;display:block; }
#boFPwDhOfzHXexiDMes7SiIQvTQGkd17 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fTWlS2k4OC5QkCHdhS59TJarCBvLx12x { background-color:#6ec43b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:2.375rem;text-decoration:none;z-index:15081;text-align:center;text-align-last:center;top:191.5rem;left:56.25rem;display:block; }
#cuTlPxgL9MXOaOdI4t3dlaSRkcUdUdEL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KzxbD75BeZ6NeRQtVQhl378aoX2rnu6e { 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:15044;opacity:1;top:188.5rem;left:15.75rem; }
#KzxbD75BeZ6NeRQtVQhl378aoX2rnu6e > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#JcxXKaVN52P2SuKkSHTLKqRt1Z2qVNTL { 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:15051;opacity:1;top:188.5rem;left:56.25rem; }
#JcxXKaVN52P2SuKkSHTLKqRt1Z2qVNTL > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#zdXQJBcZzJlmcAZqkhn2x358c0WDwtlW { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:186.75rem;left:26.875rem; }
#BQGl4nKzTvgGyWte7Un6hoNQa6RksdOK { box-sizing:content-box;height:9.3125rem;width:18.375rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;top:178.1875rem;left:31.1875rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;border-top:0.0625rem solid #63bf2c;border-left:0.0625rem solid #63bf2c;border-right:0.0625rem solid #63bf2c;border-bottom:0.0625rem solid #63bf2c;display:block; }
#l0XVHqgdP98JqJgVr2SwgTG5zNTTBOKl { box-sizing:content-box;height:0.0625rem;width:11.25rem;position:absolute;display:block;z-index:15042;background-color:#63bf2c;background-image:none;top:187.125rem;left:15.6875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#DNvNODDwOq57D2eqfLz5RE9X3aCEBZfG { box-sizing:content-box;height:0.0625rem;width:11.25rem;position:absolute;display:block;z-index:15049;background-color:#63bf2c;background-image:none;top:187.125rem;left:56.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#HdxIlydnsZfEnWBrv3BLENd2nMmeqcUr { color:rgba(var(--color-tertiary-2),1);display:block;width:9.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:184.875rem;left:15.6875rem;height:1.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#C0nnJ91lBO9pFwPRVhfDx8plevCT7ASy { color:rgba(var(--color-tertiary-2),1);display:block;width:9.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15041;line-height:1.5;letter-spacing:0;top:184.875rem;left:56.1875rem;height:1.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AwgkXmEPnFbVzNyUmHtIrchiW1qO76AH { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15041;line-height:1.5;letter-spacing:0;top:183.3125rem;left:15.75rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mI8cDDUU3JC7uNKI4ickrtmsV7sHnHst { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15048;line-height:1.5;letter-spacing:0;top:183.3125rem;left:56.25rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZFDJmroP6EKfMaETdHltxRzaErTatZw9 { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:186.75rem;left:67.375rem; }
#bUQXfV3FbHuJ050ayxRJoGsMiuosATQX { position:absolute;display:block;z-index:15097;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:20.5625rem;width:14.125rem;top:208rem;left:0rem;overflow:hidden;display:block; }
#PODl5BmXHOPAh0fKSxDcwwkqvA7IdT70 { background-color:#6ec43b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:2.375rem;text-decoration:none;z-index:15081;text-align:center;text-align-last:center;top:216.75rem;left:15.75rem;display:block; }
#aBLbHpZL3QwxQhinecH1bgvgcwPvUCkz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oMqZzUfJDEJ41DUTqzvClEAZXqIXCrpD { 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:15051;opacity:1;top:213.75rem;left:15.75rem; }
#oMqZzUfJDEJ41DUTqzvClEAZXqIXCrpD > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#P7q1HDqJFpaZT5NE1F8TlbAPX3tFFXP0 { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:212rem;left:26.875rem; }
#k8tJuakJyh7udgbQ3fifOtGbParJBfBt { box-sizing:content-box;height:0.0625rem;width:11.25rem;position:absolute;display:block;z-index:15049;background-color:#63bf2c;background-image:none;top:212.375rem;left:15.6875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#mLlTUiU5L0BA3zULzG5vs2PwpcoP6wGt { color:rgba(var(--color-tertiary-2),1);display:block;width:9.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15041;line-height:1.5;letter-spacing:0;top:210.125rem;left:15.6875rem;height:1.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#F7Dge7Ou7ygZAeoZIX7nUu0lqLzTAW05 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15048;line-height:1.5;letter-spacing:0;top:208.5625rem;left:15.75rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f6sdWpFzgz96pZTzLeeAQRPeA9e71xaH { position:absolute;display:block;z-index:15103;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:20.5625rem;width:14.125rem;top:208rem;left:40.5rem;overflow:hidden;display:block; }
#DNHtWDL0OLHmvnTBKPpWaR0K4KzupWr8 { color:rgba(var(--color-tertiary-2),1);display:block;width:9.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15047;line-height:1.5;letter-spacing:0;top:210.125rem;left:56.1875rem;height:1.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JsscpXkP6XFyOzt0LcqwthbiFSJmeVJN { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15054;line-height:1.5;letter-spacing:0;top:208.5625rem;left:56.25rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Nog11qkDKpbrqsTgTW8rA3IIGVqDfExX { box-sizing:content-box;height:0.0625rem;width:11.25rem;position:absolute;display:block;z-index:15055;background-color:#63bf2c;background-image:none;top:212.375rem;left:56.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#EGZwCFe69IwabJziJPKTINpye2KkAp5G { 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:15057;opacity:1;top:213.75rem;left:56.25rem; }
#EGZwCFe69IwabJziJPKTINpye2KkAp5G > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#FRbyTtl2n0M3TqPrCgdIQFp6UqTtT0kP { background-color:#6ec43b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:2.375rem;text-decoration:none;z-index:15087;text-align:center;text-align-last:center;top:216.75rem;left:56.25rem;display:block; }
#q2gpZU2NQs17NTEZzLGgxAE1vfGmHdQd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mfFrWUQNzNwmSehLFOsupThQPoTqkJcI { box-sizing:content-box;height:9.3125rem;width:18.375rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:202.16234779358rem;left:31.187501907349rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;border-top:0.0625rem solid #63bf2c;border-left:0.0625rem solid #63bf2c;border-right:0.0625rem solid #63bf2c;border-bottom:0.0625rem solid #63bf2c;display:block; }
#dGopddZgLfRt0pNTA2HZXF3iyLoMbDbP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#dGopddZgLfRt0pNTA2HZXF3iyLoMbDbP.adaptive-delivery-prevent-bg, #dGopddZgLfRt0pNTA2HZXF3iyLoMbDbP.lazyload, #dGopddZgLfRt0pNTA2HZXF3iyLoMbDbP.lazyloading { background-image: none; }#dGopddZgLfRt0pNTA2HZXF3iyLoMbDbP > .row .container { background-color: transparent; background-image: none; }#dGopddZgLfRt0pNTA2HZXF3iyLoMbDbP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGopddZgLfRt0pNTA2HZXF3iyLoMbDbP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGopddZgLfRt0pNTA2HZXF3iyLoMbDbP > .row .container > .video-iframe-container { display: none; }#dGopddZgLfRt0pNTA2HZXF3iyLoMbDbP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGopddZgLfRt0pNTA2HZXF3iyLoMbDbP > .row > .video-iframe-container { display: none; }#dGopddZgLfRt0pNTA2HZXF3iyLoMbDbP > .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); }#dGopddZgLfRt0pNTA2HZXF3iyLoMbDbP > .row .container { border-width: 0; border-radius: 0; }#dGopddZgLfRt0pNTA2HZXF3iyLoMbDbP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dGopddZgLfRt0pNTA2HZXF3iyLoMbDbP > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:46.625rem;width:75rem;position:relative;display:block; }#n6pSThzoVKCIoXFrITu0mZZhbi4hB5mF { color:rgba(var(--color-tertiary-4),1);display:block;width:41.9375rem;position:absolute;font-family:exo;font-size:2.6875rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:3.6125001907349rem;left:24.562500953674rem;height:2.6875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lFKe7XtUSktUDkHhDKLHXOPcW8WwhCq8 { box-sizing:content-box;height:11.875rem;width:23.125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:9.625rem;left:50.5rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;border-top:0.0625rem solid #63bf2c;border-left:0.0625rem solid #63bf2c;border-right:0.0625rem solid #63bf2c;border-bottom:0.0625rem solid #63bf2c;display:block; }
#erOl8nTspb1f1cwaHsWHp5BoWzLASXJy { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:11.875rem;left:54.375rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qDtZNyCl1VzPT4dH2KwnvgOpeKAFTxhz { color:rgba(var(--color-tertiary-4),1);display:block;width:20.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:14.9375rem;left:52.5rem;height:4.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZZTle2bhL6Svs1RT6LAnctx4kfKmZAkR { box-sizing:content-box;height:11.875rem;width:23.125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:23.1875rem;left:24.562501907349rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;border-top:0.0625rem solid #63bf2c;border-left:0.0625rem solid #63bf2c;border-right:0.0625rem solid #63bf2c;border-bottom:0.0625rem solid #63bf2c;display:block; }
#PVhNANTD8FRlBcTIKeqhDAKHTPPd2fKt { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:25.625rem;left:29.312501907349rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o8qchoNBLRwztwp5Lh11KnOSQQWwvt8r { color:rgba(var(--color-tertiary-4),1);display:block;width:21.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:28.75rem;left:26.625001907349rem;height:4.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LWJXVB9LU4xo4aEToZ0vBqOiQiMTwNES { box-sizing:content-box;height:11.875rem;width:23.125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:9.625rem;left:24.6875rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;border-top:0.0625rem solid #63bf2c;border-left:0.0625rem solid #63bf2c;border-right:0.0625rem solid #63bf2c;border-bottom:0.0625rem solid #63bf2c;display:block; }
#tRDJ5U3sam9plPiTUTNAWDT3i9dK6Zw2 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:12.25rem;left:26.6875rem; }
#DM4B86UMZpkQWTQ0tzdAnVh9gCOB3APZ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:12.125rem;left:28.5625rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JEHXraBgy2mCudUW5T7bJ0PMM7rClefJ { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:15.1875rem;left:26.6875rem;height:4.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VsP92iw1Jrmxav5zWV8F8Fp0r2XTc0sk { box-sizing:content-box;height:11.875rem;width:23.125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:23.125rem;left:50.500001907349rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;border-top:0.0625rem solid #63bf2c;border-left:0.0625rem solid #63bf2c;border-right:0.0625rem solid #63bf2c;border-bottom:0.0625rem solid #63bf2c;display:block; }
#QtZfBgqsWVpvICQTunynEcxwH5GySRi7 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:25.6875rem;left:54.375001907349rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ylPIlyKLp1FocdPw9tPRvJno57kZVFem { color:rgba(var(--color-tertiary-4),1);display:block;width:20.875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:28.75rem;left:52.375001907349rem;height:2.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fWV2GDO5QZ6ECR0yHSJeskBWpcKxsvlH { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:35.4375rem;width:19.875rem;top:6.25rem;left:0rem;overflow:hidden;display:block; }
#Q7kmqqkpgT8v0NILww84uzo7oZymlS3F { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:12rem;left:52.375rem; }
#TJxdtLePmg76KgCLnaFTsztmWfVmxVzv { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:25.75rem;left:26.937501907349rem; }
#nCMnzxTOQPeqL5bN02H78yQUz6Gzgsw4 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:25.75rem;left:52.500001907349rem; }
#Cy6EnkAtvTasnBSTJTTVug2UgnsXS7sg { color:#2a7d2e;display:block;width:50.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:37.993059158325rem;left:23.040800094604rem;height:3.75rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#P2mWm2rDaHGtR4TeXWrAFUuIII7kVSiV { box-sizing:content-box;height:11.875rem;width:23.125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:9.625rem;left:24.6875rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;border-top:0.0625rem solid #63bf2c;border-left:0.0625rem solid #63bf2c;border-right:0.0625rem solid #63bf2c;border-bottom:0.0625rem solid #63bf2c;display:none; }
#kPpFOrgNgNFCsubPViMGv9F0VnydPcUE { box-sizing:content-box;height:11.875rem;width:23.125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:9.625rem;left:24.6875rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;border-top:0.0625rem solid #63bf2c;border-left:0.0625rem solid #63bf2c;border-right:0.0625rem solid #63bf2c;border-bottom:0.0625rem solid #63bf2c;display:none; }
#Dd7SKarwxA7udeEeF1Ok40mt9pIBtiPg { box-sizing:content-box;height:11.875rem;width:23.125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:9.625rem;left:24.6875rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;border-top:0.0625rem solid #63bf2c;border-left:0.0625rem solid #63bf2c;border-right:0.0625rem solid #63bf2c;border-bottom:0.0625rem solid #63bf2c;display:none; }
#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/2c947ba2-20f4-401e-a0ae-a468915d6910/GreenLogisticsto.jpg");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; }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz.adaptive-delivery-prevent-bg, #yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz.lazyload, #yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz.lazyloading { background-image: none; }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .row .container { background-color: transparent; background-image: none; }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .row .container > .video-iframe-container { display: none; }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .row > .video-iframe-container { display: none; }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .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); }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .row .container { border-width: 0; border-radius: 0; }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:33.75rem;width:75rem;position:relative;display:block; }#tOh1BURJghbeWWRL6t8SyduDvvXe4aoT { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:exo;font-size:3rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:4.5rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WDLwSwQGtHLSeoaqkEnUbavmW4GqJsaw { box-sizing:content-box;height:4.8125rem;width:16.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2c947ba2-20f4-401e-a0ae-a468915d6910/GreenLogisticsto.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:12.4375rem;left:0rem;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;border-top:0.0625rem solid #2a7d2e;border-left:0.0625rem solid #2a7d2e;border-right:0.0625rem solid #2a7d2e;border-bottom:0.0625rem solid #2a7d2e;display:block; }#WDLwSwQGtHLSeoaqkEnUbavmW4GqJsaw.adaptive-delivery-prevent-bg, #WDLwSwQGtHLSeoaqkEnUbavmW4GqJsaw.lazyload, #WDLwSwQGtHLSeoaqkEnUbavmW4GqJsaw.lazyloading { background-image: none; }
#ScSdD7En2NQJQPgH1OTCFWxPryEhhGkZ { box-sizing:content-box;height:4.8125rem;width:16.25rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:12.4375rem;left:19.5rem;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;border-top:0.0625rem solid #2a7d2e;border-left:0.0625rem solid #2a7d2e;border-right:0.0625rem solid #2a7d2e;border-bottom:0.0625rem solid #2a7d2e;display:block; }
#skd3X2BaWIhd9vTR8mlifvsNEW4rq2BD { box-sizing:content-box;height:4.8125rem;width:16.25rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;top:12.4375rem;left:39.0625rem;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;border-top:0.0625rem solid #2a7d2e;border-left:0.0625rem solid #2a7d2e;border-right:0.0625rem solid #2a7d2e;border-bottom:0.0625rem solid #2a7d2e;display:block; }
#piEKOQctKmVUozEe32e4o1sLbxDvrLm0 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:13.4375rem;left:3.3125rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sb4FoVmTaRSK2hrJe6mdlRzaGbBzHt0s { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:19.375rem;left:0.25rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uSSFFiD7LJu4MxtEZrGdtHQSmQIzGrtP { color:rgba(var(--color-tertiary-4),1);display:block;width:13.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:14.1875rem;left:21.0625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nSZFiXNNxU7P1QGS7fc2oQEoTiff4H2y { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:19.375rem;left:19.861718177796rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sXSXaRu0lDIfxQ6vEtOcbUMRbEbrOS2I { color:rgba(var(--color-tertiary-4),1);display:block;width:13.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:14.1875rem;left:40.5625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WOoDnMttc4mEaIkM72bmT5oWIoySz2TT { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:19.375rem;left:39.425000190735rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k0SOIksmOAh42CwExsWd1IfnHIoV3pwa { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:14.125rem;left:59.375rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z11AGXD97HVsxN7EJCAZAUnTA2E9mJWk { box-sizing:content-box;height:4.8125rem;width:16.25rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;top:12.4375rem;left:58.5625rem;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;border-top:0.0625rem solid #2a7d2e;border-left:0.0625rem solid #2a7d2e;border-right:0.0625rem solid #2a7d2e;border-bottom:0.0625rem solid #2a7d2e;display:block; }
#e3triUdwVPaEaz0cCU9wbtouGiSH736V { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:19.349822998047rem;left:60.205728530884rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf { position:relative;display:none; }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf { border-width: 0; border-radius: 0; }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--headlines-font-family);height:53.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#Nkvhzzu4lZBbaDhqTaE7EcVAh5Hx9Vr7 { color:rgba(var(--color-tertiary-4),1);display:block;width:69rem;position:absolute;font-family:exo;font-size:3rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:5.5rem;left:1.1726560592651rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m6NrQ0KDEzeoyZTVqw3Ctm27rJWvL59T { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:14rem;left:1.1749992370606rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TwZGv3nFT75a9KBAGJr1mRULQ2pTMbel { background-color:transparent;background-image:none;border-top:0.0625rem solid #2a7d2e;border-left:0.0625rem solid #2a7d2e;border-right:0.0625rem solid #2a7d2e;border-bottom:0.0625rem solid #2a7d2e;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#2a7d2e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.05rem;height:3.175rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:24rem;left:1.1726560592651rem;display:block; }
#qlVWFKsarTyasK4aqOKv5pxCvAsxEhcm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ubFfiTgzTb9UzQnAvtEQyNF7KhGBRK5C { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:33.4375rem;width:22.25rem;top:13.1875rem;left:52.812500953674rem;overflow:hidden;display:block; }
#FZuv59ynVaMMLno4gsN4Ta7Uv5hoX272 { box-sizing:content-box;height:11.1875rem;width:35.1875rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:33rem;left:23rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;border-top:0.0625rem solid #2a7d2e;border-left:0.0625rem solid #2a7d2e;border-right:0.0625rem solid #2a7d2e;border-bottom:0.0625rem solid #2a7d2e;display:block; }
#KyWyv2LGpKftyZU7VvfCZ3HmJCrCLoQ5 { box-sizing:content-box;height:14.8125rem;width:21.875rem;position:absolute;display:block;z-index:14999;background-color:#2a7d2e;background-image:none;top:13.1875rem;left:26.5625rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;display:block; }
#M9lLZHIZ9skfuXLMWf7DcqNRdcVCQirW { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:15.8125rem;left:28.4375rem; }
#snqEP8Bzxx7HQ6MPAITWWAuU3VhdBTIR { color:rgba(var(--color-tertiary-0),1);display:block;width:16.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:15.75rem;left:30.3125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Id95Lwzlo5Ndk1CbwXlQT82eVd7QORM2 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:20.625rem;left:28.4375rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zqdu091AZSoa2c5e0NsFoDnJV9NyvJxa { box-sizing:content-box;height:0.0625rem;width:18.125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),0.7);background-image:none;top:18.9375rem;left:28.4375rem;display:block; }
#yfUWORMqvSlNEo6A8Htqad475lksPVob { box-sizing:content-box;height:14.8125rem;width:21.875rem;position:absolute;display:block;z-index:14999;background-color:#2a7d2e;background-image:none;top:31.25rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;display:block; }
#XeTkDFfshsJTskZtOkNdt0SK4E1CGmZ8 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:33.8125rem;left:3.75rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TRcQUwl5qWu2JloKLmG1KK03uvHBZGAd { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:38.6875rem;left:1.875rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MsUhEdb6UC9bwTM5qsNwaAR2iMGcCQ93 { box-sizing:content-box;height:0.0625rem;width:18.125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),0.7);background-image:none;top:37rem;left:1.875rem;display:block; }
#JTMIDGcmNv9IGc8pVi8LKc2AJskv9ZNW { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:33.875rem;left:1.875rem; }
#E37mRcfMiTxTGZD4AK7fyHT2ccl3zS6p { box-sizing:content-box;height:14.8125rem;width:21.875rem;position:absolute;display:block;z-index:14999;background-color:#2a7d2e;background-image:none;top:31.25rem;left:26.5625rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;display:block; }
#kzG42mN4HypBn4yBbX6LCyPMcesbNvHe { color:rgba(var(--color-tertiary-0),1);display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:33.8125rem;left:30.3125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wDtQ1p2AVpFG2NH8SlwkMOGuhmTAEZPF { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:38.6875rem;left:28.4375rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QfrvEAkrTuCyzNZLv40J5msTULK5ybVQ { box-sizing:content-box;height:0.0625rem;width:18.125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),0.7);background-image:none;top:37rem;left:28.4375rem;display:block; }
#LWCr9FnNS6IWCkbCBItpfKK0qNLTqZ9G { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:33.875rem;left:28.4375rem; }
#fwd8JvKUFWOM6V5mAdSdbl4GW3dFc9Jl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#fwd8JvKUFWOM6V5mAdSdbl4GW3dFc9Jl > .row .container { background-color: transparent; background-image: none; }#fwd8JvKUFWOM6V5mAdSdbl4GW3dFc9Jl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwd8JvKUFWOM6V5mAdSdbl4GW3dFc9Jl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwd8JvKUFWOM6V5mAdSdbl4GW3dFc9Jl > .row .container > .video-iframe-container { display: none; }#fwd8JvKUFWOM6V5mAdSdbl4GW3dFc9Jl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwd8JvKUFWOM6V5mAdSdbl4GW3dFc9Jl > .row > .video-iframe-container { display: none; }#fwd8JvKUFWOM6V5mAdSdbl4GW3dFc9Jl > .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); }#fwd8JvKUFWOM6V5mAdSdbl4GW3dFc9Jl > .row .container { border-width: 0; border-radius: 0; }#fwd8JvKUFWOM6V5mAdSdbl4GW3dFc9Jl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwd8JvKUFWOM6V5mAdSdbl4GW3dFc9Jl > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:76.3125rem;width:75rem;position:relative;display:block; }#W83yyKikRBHbrrv8iI7pwMr0BmrEH62L { color:rgba(var(--color-tertiary-4),1);display:block;width:43.4375rem;position:absolute;font-family:exo;font-size:3rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:9.78125rem;left:29.0625rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fidncn3BrAEl9m7x8ZbnRlzACEGsg6SE { color:rgba(var(--color-tertiary-0),1);display:block;width:20.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:9.28125rem;left:2.5625rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#whdlzd6XikIUVhEzvQp8JvGwRizkZKxf { box-sizing:content-box;height:30.9375rem;width:26.375rem;position:absolute;display:block;z-index:14998;background-color:#2a7d2e;background-image:none;top:6.5625rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;display:block; }
#sKE0awpQhWxZoqiBOrbiCFaDVDqOIBqe { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:31.5rem;left:3.125rem;display:block; }
#ms2QOu9eTofhGy01AH6AcnKKMObAXqOM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UzB9ol9aSol1oKmTqf7nfSSwJ09KD9bV { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:18.5rem;width:12.3125rem;top:19.0625rem;left:62.6875rem;overflow:hidden;display:block; }
#ewiWeMTNre1De6xdyd1SKXFOvKbFbq4w { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:18.4375rem;width:12.25rem;top:19.0625rem;left:46.6875rem;overflow:hidden;display:block; }
#v7VWk7B7knIEXDoBUUKCPhrk7Pdpp3yM { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:18.5rem;width:12.3125rem;top:19rem;left:30.4375rem;overflow:hidden;display:block; }
#fsHL7q5XvJdrG8xqM5PmWFrCT7Q2OBh7 { box-sizing:content-box;height:9.25rem;width:63.6875rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;top:6.59375rem;left:11.28125rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;border-top:0.0625rem solid #2a7d2e;border-left:0.0625rem solid #2a7d2e;border-right:0.0625rem solid #2a7d2e;border-bottom:0.0625rem solid #2a7d2e;display:block; }
#CMr8iCIImz7Xnue9bp6fLyOx9XkBEFWF { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:26.21875rem;left:60.15625rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#tncV4sC9gSuNIgI7x18NGy3cV0ayNWly { color:rgba(var(--color-tertiary-0),1);display:block;width:20.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:18.5rem;left:2.5625rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DFvXF3ookPZw5dAzJJ86CBzS4mb49Qn0 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:18.5rem;width:12.3125rem;top:46.6875rem;left:32.25rem;overflow:hidden;display:block; }
#efGpIxnfH8lPGwaTPmH13GmJlnNlEh7h { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:18.4375rem;width:12.25rem;top:46.6875rem;left:16.25rem;overflow:hidden;display:block; }
#Cqpaksx2fU7ud3TrZFlVrU9Pb9XiSVnE { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:18.5rem;width:12.3125rem;top:46.625rem;left:0rem;overflow:hidden;display:block; }
#IbyG24gGuwiIvBlTwtDBiBUgoxf2Pdcc { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:53.875rem;left:29.75rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#PT9g1EcRmGslclTxk42ibqtmetHAV3xL { box-sizing:content-box;height:30.9375rem;width:26.375rem;position:absolute;display:block;z-index:14999;background-color:#2a7d2e;background-image:url("https://images.assets-landingi.com/uc/ee58eb05-2c0c-4ccb-b0da-85b693e9f959/GL.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:41.75rem;left:48.625000953674rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;display:block; }#PT9g1EcRmGslclTxk42ibqtmetHAV3xL.adaptive-delivery-prevent-bg, #PT9g1EcRmGslclTxk42ibqtmetHAV3xL.lazyload, #PT9g1EcRmGslclTxk42ibqtmetHAV3xL.lazyloading { background-image: none; }
#u2blTFiODnPyRkfZlrCeaXv4rz2ROJlI { background-color:#2a7d2e;background-image:none;border-top:0.0625rem solid #2a7d2e;border-left:0.0625rem solid #2a7d2e;border-right:0.0625rem solid #2a7d2e;border-bottom:0.0625rem solid #2a7d2e;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.15rem;height:3.275rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:67.8125rem;left:16.799218177796rem;display:block; }
#FKT3LJqHLqmfyACTVU49FfJzekMPdaWu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eXxrmmZq48UzTmRqh8Gp1Xoo8B6rJhqc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#eXxrmmZq48UzTmRqh8Gp1Xoo8B6rJhqc > .row .container { background-color: transparent; background-image: none; }#eXxrmmZq48UzTmRqh8Gp1Xoo8B6rJhqc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eXxrmmZq48UzTmRqh8Gp1Xoo8B6rJhqc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eXxrmmZq48UzTmRqh8Gp1Xoo8B6rJhqc > .row .container > .video-iframe-container { display: none; }#eXxrmmZq48UzTmRqh8Gp1Xoo8B6rJhqc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eXxrmmZq48UzTmRqh8Gp1Xoo8B6rJhqc > .row > .video-iframe-container { display: none; }#eXxrmmZq48UzTmRqh8Gp1Xoo8B6rJhqc > .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); }#eXxrmmZq48UzTmRqh8Gp1Xoo8B6rJhqc > .row .container { border-width: 0; border-radius: 0; }#eXxrmmZq48UzTmRqh8Gp1Xoo8B6rJhqc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eXxrmmZq48UzTmRqh8Gp1Xoo8B6rJhqc > .row .container { font-size:0.875rem;font-family:arial;height:29.125rem;width:75rem;position:relative;display:block; }#myJLaeO4tm6klgLW9NDOnPaawyAogE9Z { color:#001623;display:block;width:50.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:8.875rem;left:22.625rem;height:;text-align:justify;text-align-last:initial;display:block; }#myJLaeO4tm6klgLW9NDOnPaawyAogE9Z li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#myJLaeO4tm6klgLW9NDOnPaawyAogE9Z li:before{  }
#QXu9EdOKUNOVsK9lK5pZgcbEDMatemOl { 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:4.875rem;width:12.875rem;top:13.4375rem;left:4rem;overflow:hidden;display:block; }
#zxmaWHRWutndBtSwyNT6BHidw5r01icV { position:absolute;display:block;z-index:15004;background-color:#cc9832;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #2a7d2e;border-left:0.0625rem solid #2a7d2e;border-right:0.0625rem solid #2a7d2e;border-bottom:0.0625rem solid #2a7d2e;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:0;top:8.375rem;left:21.125rem;display:block; }
#oVMXwgbabNiv5nAKpTKT75h6gfgxrmiM { color:rgba(var(--color-tertiary-4),1);display:block;width:43.4375rem;position:absolute;font-family:exo;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:2.9031219482422rem;left:22.625000953674rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cSanoadvvKsgl9No8ai1y8Aev4L1IPfy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2c947ba2-20f4-401e-a0ae-a468915d6910/GreenLogisticsto.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cSanoadvvKsgl9No8ai1y8Aev4L1IPfy.adaptive-delivery-prevent-bg, #cSanoadvvKsgl9No8ai1y8Aev4L1IPfy.lazyload, #cSanoadvvKsgl9No8ai1y8Aev4L1IPfy.lazyloading { background-image: none; }#cSanoadvvKsgl9No8ai1y8Aev4L1IPfy > .row .container { background-color: transparent; background-image: none; }#cSanoadvvKsgl9No8ai1y8Aev4L1IPfy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSanoadvvKsgl9No8ai1y8Aev4L1IPfy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSanoadvvKsgl9No8ai1y8Aev4L1IPfy > .row .container > .video-iframe-container { display: none; }#cSanoadvvKsgl9No8ai1y8Aev4L1IPfy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSanoadvvKsgl9No8ai1y8Aev4L1IPfy > .row > .video-iframe-container { display: none; }#cSanoadvvKsgl9No8ai1y8Aev4L1IPfy > .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); }#cSanoadvvKsgl9No8ai1y8Aev4L1IPfy > .row .container { border-width: 0; border-radius: 0; }#cSanoadvvKsgl9No8ai1y8Aev4L1IPfy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cSanoadvvKsgl9No8ai1y8Aev4L1IPfy > .row .container { font-size:0.875rem;font-family:arial;height:51.125rem;width:75rem;position:relative;display:block; }#ZCavADK1gOWCviUfLtAKkPceRZgks7WC { color:#000000;display:block;width:27.125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:25.599822998047rem;left:4.1875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#ZCavADK1gOWCviUfLtAKkPceRZgks7WC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZCavADK1gOWCviUfLtAKkPceRZgks7WC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bbb019e7613ff3d4f59c25c173d4f729030fb55.svg); }
#guhBOPMzB2kzzEhbZ7vQQHHJ0rQMNBVU { color:#f9f6f6;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1;letter-spacing:0;top:23.500780105591rem;left:5.5rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HJCQvEgONPKcvUXi0wtHzKWhlmcJutS4 { color:#9e050d;display:block;width:20.1875rem;position:absolute;font-family:exo;font-size:1.875rem;font-weight:700;z-index:15030;line-height:1.1;letter-spacing:0;top:13.939063072204rem;left:8.0289068222044rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wEdGWAEwEZLtZC94m53rAqyJArnRrCiu { box-sizing:content-box;height:38.875rem;width:30.375rem;position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0.37);background-image:none;top:5.8125rem;left:2.2482643127441rem;box-shadow: none;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; }
#lAQG01c8qONdrutms47MxORTR2hrKBas { box-sizing:content-box;height:13.25rem;width:27.1875rem;position:absolute;display:block;z-index:15026;background-color:#fdfdfd;background-image:none;top:8.3765869140625rem;left:4.0625rem;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; }
#KQznouHgQDcMApiscsHFrCCefOP5Zla8 { color:#0c0b0b;display:block;width:23.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:9.7374992370606rem;left:5.59375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TmgPEMGPmuzbNJbRXEAbH3LhPa4ly0Vp { color:#000000;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15031;line-height:1;letter-spacing:0;top:19.40781211853rem;left:8.624218940735rem;height:1.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yOaZ6Fwn59hESLUGkLWxr0TiG9Jl7KXz { background-color:rgba(var(--color-tertiary-0),1);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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.449625rem;height:3.38715rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:38.937497615814rem;left:9.0243053436281rem;display:block; }
#bAg1rQQF93bwaXOS4WTSkySmO1AGCdIO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TuEhfyPx5OkLpAvZJVMXN4moQOTbPv9V { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:exo;font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EmFW8gekvETGICd1KsNepvZnqxLWZxou { box-sizing:content-box;height:13.4375rem;width:27.1875rem;position:absolute;display:block;z-index:15036;background-color:#fdfdfd;background-image:none;top:8.1890869140625rem;left:43.500000953674rem;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; }
#InbrImw7Vx3ELaEyZ7N2StTFA3Vp9DtK { color:#0c0b0b;display:block;width:23.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15038;line-height:1.2;letter-spacing:0;top:9.56406211853rem;left:45.062500953674rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dx1AQDVL8M5CQC5ftUQDobyIwCyqEo6g { color:#9e050d;display:block;width:18.25rem;position:absolute;font-family:exo;font-size:1.875rem;font-weight:700;z-index:15040;line-height:1.1;letter-spacing:0;top:13.939063072204rem;left:47.968750953674rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tns1b7iwdKy4r2KgsRzSE4cq6OtflEOJ { color:#000000;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15041;line-height:1;letter-spacing:0;top:19.407812595367rem;left:48.343750953674rem;height:1.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FGukLvaH0DdfnXQgSIDFg7sQo7UBMy0g { color:#f9f6f6;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15028;line-height:1;letter-spacing:0;top:23.31406211853rem;left:44.937500953674rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SBEiON25n6Po4VUOS69k9wRS8y43lp9w { background-color:rgba(var(--color-tertiary-0),1);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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.449625rem;height:3.38715rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:38.936632156372rem;left:48.824655532837rem;display:block; }
#klf8sJ1ELVLpVA1gJoQ3lqkHRQXPfCFv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vTol5haoKxFkZy9y3TtQUAn5ZitRzDc5 { box-sizing:content-box;height:38.875rem;width:30.375rem;position:absolute;display:block;z-index:15004;background-color:rgba(5,0,1,0.37);background-image:none;top:5.75rem;left:41.906251907349rem;box-shadow: none;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; }
#BL8OmDT0sBZ78LnkRIUHm1ubIJ41kqOI { color:#000000;display:block;width:17.5rem;position:absolute;font-family:exo;font-size:1.1875rem;font-weight:400;z-index:15033;line-height:1;letter-spacing:0;top:19.407812505961rem;left:50.000000953674rem;height:1.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dgEPoZts161Jm6NR4XzboDTDkOnte6Ra { color:#000000;display:block;width:27.125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:25.769966125488rem;left:43.531251907349rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#dgEPoZts161Jm6NR4XzboDTDkOnte6Ra li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dgEPoZts161Jm6NR4XzboDTDkOnte6Ra li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bbb019e7613ff3d4f59c25c173d4f729030fb55.svg); }
#zztIqUGJKLT9Zgv0CwVugTtU7i2zFMD0 { z-index:;position:relative;display:block; }#zztIqUGJKLT9Zgv0CwVugTtU7i2zFMD0 { background-color: transparent; background-image: none; }#zztIqUGJKLT9Zgv0CwVugTtU7i2zFMD0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zztIqUGJKLT9Zgv0CwVugTtU7i2zFMD0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zztIqUGJKLT9Zgv0CwVugTtU7i2zFMD0 > .row .container > .video-iframe-container { display: none; }#zztIqUGJKLT9Zgv0CwVugTtU7i2zFMD0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zztIqUGJKLT9Zgv0CwVugTtU7i2zFMD0 > .row > .video-iframe-container { display: none; }#zztIqUGJKLT9Zgv0CwVugTtU7i2zFMD0 > .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); }#zztIqUGJKLT9Zgv0CwVugTtU7i2zFMD0 { border-width: 0; border-radius: 0; }#zztIqUGJKLT9Zgv0CwVugTtU7i2zFMD0 > .row .container { background-color:rgba(var(--color-tertiary-0),1);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:var(--headlines-font-family);height:49rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#N4sETcl8def3fV9eT8BQ0ShTgvQmRvR7 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:12.1875rem;top:13.843750238419rem;left:7.25rem;overflow:hidden;display:block; }
#uXUMDO4TVrpNga0bQdMEuz6bvghvET2S { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:exo;font-size:3rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:8.3125rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r5RHZBGn2HsED0XT1VEu7dZR5rQll4Gx { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:4.9375rem;left:49.875rem; }
#RaKzKtTGfNHsW09SVVnrobe5OFkyvIbo { box-sizing:content-box;height:0.0625rem;width:25rem;position:absolute;display:block;z-index:15007;background-color:#2a7d2e;background-image:none;top:5.5rem;left:25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#JBd2suGRdCtU1i45zgsNqXneHNylxFJH { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:4.9375rem;left:23.875rem; }
#Bqn29QuAsoiya2Id4T2rNcko0VddR2kZ { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:12.5rem;top:13.687500238419rem;left:30.750001907349rem;overflow:hidden;display:block; }
#A7xx3wzWOim22srUsu2vgttCftTlOmvX { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:13.375rem;top:22.1875rem;left:7.25rem;overflow:hidden;display:block; }
#yWlMS4N2D6b9xyquPbIphvk6VtZEXXFv { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:13.9375rem;top:22rem;left:30.531251907349rem;overflow:hidden;display:block; }
#ahW5BVW2HPgFeP3QpmBWaHRVnLIwui14 { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:11.625rem;top:21.34375rem;left:55.473093032837rem;overflow:hidden;display:block; }
#RuWIzaoZbh4d8vk9FquVSCIaT3DdrLbm { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8125rem;width:11.875rem;top:13.96875rem;left:54.593751907349rem;overflow:hidden;display:block; }
#WZnsdym8pMZf5CaPauwCt6zEtckx38Al { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:8.75rem;top:32.968751251697rem;left:8.96875rem;overflow:hidden;display:block; }
#DXSFea9LzD8oUsXWcTzgfi36Rp8SumZc { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.625rem;width:14.6875rem;top:30.499999344349rem;left:30.156251907349rem;overflow:hidden;display:block; }
#DmiGiUVpuDsDtlmNsU9cTTBk1ukWcZkD { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:7.1875rem;top:32.124999344349rem;left:56.937501907349rem;overflow:hidden;display:block; }
#v4KLTFDkDAzJLM6iweTO5O51kE7VmsLw { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:10.3125rem;top:41.906251907349rem;left:8.1875rem;overflow:hidden;display:block; }
#c4IaWuMRnAFNcc1CTCUdulvyiXv6OGbO { z-index:;position:relative;display:block; }#c4IaWuMRnAFNcc1CTCUdulvyiXv6OGbO { background-color: transparent; background-image: none; }#c4IaWuMRnAFNcc1CTCUdulvyiXv6OGbO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4IaWuMRnAFNcc1CTCUdulvyiXv6OGbO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4IaWuMRnAFNcc1CTCUdulvyiXv6OGbO > .row .container > .video-iframe-container { display: none; }#c4IaWuMRnAFNcc1CTCUdulvyiXv6OGbO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4IaWuMRnAFNcc1CTCUdulvyiXv6OGbO > .row > .video-iframe-container { display: none; }#c4IaWuMRnAFNcc1CTCUdulvyiXv6OGbO > .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); }#c4IaWuMRnAFNcc1CTCUdulvyiXv6OGbO { border-width: 0; border-radius: 0; }#c4IaWuMRnAFNcc1CTCUdulvyiXv6OGbO > .row .container { background-color:rgba(var(--color-tertiary-0),1);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:var(--headlines-font-family);height:24.125rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#MCvTfG7FeQZlv4HueIs6DJbIrLwLKNHv { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:10.5rem;top:8.8124866485594rem;left:8.8125rem;overflow:hidden;display:block; }
#B0PTTp9mTbKG7CIGU2xboaIx7SxdNh3m { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:exo;font-size:3rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:2.6867187023163rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ibhXAQgmgzt4MW8M1G1iTzMJFbyX9ixi { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:19.625rem;top:9.25rem;left:27.0625rem;overflow:hidden;display:block; }
#ZnSviEPsvrOgquokTkLtSDF2xbUUnNGZ { position:absolute;display:block;z-index:15035;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.9375rem;width:12.5rem;top:8.6875rem;left:49.5rem;overflow:hidden;display:block; }
#FT76nCIEEFnoSLTxn2G1K3IUgBrWoaWv { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:12.9375rem;top:18.5546875rem;left:7.59375rem;overflow:hidden;display:block; }
#vZC2heuihT3ya6O2zTlHTcqpaqhbwFpT { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:13.75rem;top:18.5234375rem;left:27.937501907349rem;overflow:hidden;display:block; }
#arRcTpsL4xZsRtZTJTD75ksxNtTr7S7B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2c947ba2-20f4-401e-a0ae-a468915d6910/GreenLogisticsto.jpg");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; }#arRcTpsL4xZsRtZTJTD75ksxNtTr7S7B.adaptive-delivery-prevent-bg, #arRcTpsL4xZsRtZTJTD75ksxNtTr7S7B.lazyload, #arRcTpsL4xZsRtZTJTD75ksxNtTr7S7B.lazyloading { background-image: none; }#arRcTpsL4xZsRtZTJTD75ksxNtTr7S7B > .row .container { background-color: transparent; background-image: none; }#arRcTpsL4xZsRtZTJTD75ksxNtTr7S7B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#arRcTpsL4xZsRtZTJTD75ksxNtTr7S7B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#arRcTpsL4xZsRtZTJTD75ksxNtTr7S7B > .row .container > .video-iframe-container { display: none; }#arRcTpsL4xZsRtZTJTD75ksxNtTr7S7B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#arRcTpsL4xZsRtZTJTD75ksxNtTr7S7B > .row > .video-iframe-container { display: none; }#arRcTpsL4xZsRtZTJTD75ksxNtTr7S7B > .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); }#arRcTpsL4xZsRtZTJTD75ksxNtTr7S7B > .row .container { border-width: 0; border-radius: 0; }#arRcTpsL4xZsRtZTJTD75ksxNtTr7S7B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#arRcTpsL4xZsRtZTJTD75ksxNtTr7S7B > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:9.25rem;width:75rem;position:relative;display:block; }#SsOf5o3XbD860HvuWt7UTTuyAmDMeo3v { color:rgba(var(--color-tertiary-4),1);display:block;width:37.8125rem;position:absolute;font-family:exo;font-size:3rem;font-weight:400;z-index:15017;line-height:1;letter-spacing:0;top:3.7812509536743rem;left:18.592968940735rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EbtlA2O7uUz7WTFClNMUnzkPBlqxxihS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2c947ba2-20f4-401e-a0ae-a468915d6910/GreenLogisticsto.jpg");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; }#EbtlA2O7uUz7WTFClNMUnzkPBlqxxihS.adaptive-delivery-prevent-bg, #EbtlA2O7uUz7WTFClNMUnzkPBlqxxihS.lazyload, #EbtlA2O7uUz7WTFClNMUnzkPBlqxxihS.lazyloading { background-image: none; }#EbtlA2O7uUz7WTFClNMUnzkPBlqxxihS > .row .container { background-color: transparent; background-image: none; }#EbtlA2O7uUz7WTFClNMUnzkPBlqxxihS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EbtlA2O7uUz7WTFClNMUnzkPBlqxxihS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EbtlA2O7uUz7WTFClNMUnzkPBlqxxihS > .row .container > .video-iframe-container { display: none; }#EbtlA2O7uUz7WTFClNMUnzkPBlqxxihS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EbtlA2O7uUz7WTFClNMUnzkPBlqxxihS > .row > .video-iframe-container { display: none; }#EbtlA2O7uUz7WTFClNMUnzkPBlqxxihS > .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); }#EbtlA2O7uUz7WTFClNMUnzkPBlqxxihS > .row .container { border-width: 0; border-radius: 0; }#EbtlA2O7uUz7WTFClNMUnzkPBlqxxihS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EbtlA2O7uUz7WTFClNMUnzkPBlqxxihS > .row .container { font-size:0.875rem;font-family:arial;height:17.375rem;width:75rem;position:relative;display:block; }#krildK4fxBleOXk65P3qXBmBllUfoJ7D { position:absolute;display:block;z-index:15006;border-top:0.125rem solid #2a7d2e;border-left:0.125rem solid #2a7d2e;border-right:0.125rem solid #2a7d2e;border-bottom:0.125rem solid #2a7d2e;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:10.3125rem;width:10.3125rem;top:4.8125rem;left:2.375rem;overflow:hidden;display:block; }
#TX11EX3DG5JPiCUUlnpBFpw2aAbG5U0C { color:#000000;display:block;width:47.5625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:1.4375rem;left:2.375rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZD9ldSXqtg1Aux9C8NCzd65h5r3yIRi1 { color:#000000;display:block;width:35.9375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:6.625rem;left:13.999999046326rem;height:3.1875rem;display:block; }
#SUD1vNexf0etZH2pXOqEAtRFTTdTLWWh { color:#000000;display:block;width:27.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:.9;letter-spacing:0;top:10.5rem;left:13.999218940735rem;height:2.53125rem;display:block; }
#bIgQkIRpAD6VfznphqCAt4yTs2TTzTCZ { color:#000000;display:block;width:33rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.4375rem;left:40.562500953674rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DcnMNMwAVeHueDyinld1O3ZTTJpQ9kZ2 { position:absolute;display:block;z-index:15007;border-top:0.125rem solid #2a7d2e;border-left:0.125rem solid #2a7d2e;border-right:0.125rem solid #2a7d2e;border-bottom:0.125rem solid #2a7d2e;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:10.3125rem;width:10.3125rem;top:4.8125rem;left:39.474999427796rem;overflow:hidden;display:block; }
#qFIusa0z8APUTXUHuJT80iLQTOspNa2W { color:#000000;display:block;width:23.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:6.625rem;left:51.812500953674rem;height:3.1875rem;display:block; }
#zcxl4f5vO3dqOLSXJOEquwlC3apckRaE { color:#000000;display:block;width:28rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:.9;letter-spacing:0;top:10.4375rem;left:51.812500953674rem;height:2.53125rem;display:block; }
#ESxpI1rr7snFD7JtrLEssz3fTGQ98gmh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2c947ba2-20f4-401e-a0ae-a468915d6910/GreenLogisticsto.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ESxpI1rr7snFD7JtrLEssz3fTGQ98gmh.adaptive-delivery-prevent-bg, #ESxpI1rr7snFD7JtrLEssz3fTGQ98gmh.lazyload, #ESxpI1rr7snFD7JtrLEssz3fTGQ98gmh.lazyloading { background-image: none; }#ESxpI1rr7snFD7JtrLEssz3fTGQ98gmh > .row .container { background-color: transparent; background-image: none; }#ESxpI1rr7snFD7JtrLEssz3fTGQ98gmh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0); }#ESxpI1rr7snFD7JtrLEssz3fTGQ98gmh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ESxpI1rr7snFD7JtrLEssz3fTGQ98gmh > .row .container > .video-iframe-container { display: none; }#ESxpI1rr7snFD7JtrLEssz3fTGQ98gmh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0); }#ESxpI1rr7snFD7JtrLEssz3fTGQ98gmh > .row > .video-iframe-container { display: none; }#ESxpI1rr7snFD7JtrLEssz3fTGQ98gmh > .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); }#ESxpI1rr7snFD7JtrLEssz3fTGQ98gmh > .row .container { border-width: 0; border-radius: 0; }#ESxpI1rr7snFD7JtrLEssz3fTGQ98gmh::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ESxpI1rr7snFD7JtrLEssz3fTGQ98gmh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ESxpI1rr7snFD7JtrLEssz3fTGQ98gmh > .row .container { font-size:0.875rem;font-family:arial;height:20.25rem;width:75rem;position:relative;display:block; }#DvhcAAGciGmDlA8OpPPbXyIvKJvGwgLa { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.7687377929688rem;left:14.717968940735rem;height:2.7625rem;display:block; }
#NzJ9UrmOFJuVwTeaprhP5Q4o0cK7P0BC { position:absolute;display:block;z-index:15005;border-top:0.125rem solid #2a7d2e;border-left:0.125rem solid #2a7d2e;border-right:0.125rem solid #2a7d2e;border-bottom:0.125rem solid #2a7d2e;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10.5rem;width:10.5rem;top:5.3367309570312rem;left:2.3125rem;overflow:hidden;display:block; }
#kX8mRTAl0Sd1KIOv8StfMwkhQexB2ph8 { color:#000000;display:block;width:43.4375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.7500004768372rem;left:2.3125rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EA3rg0TwEzl9shegGBlhMZfxAKWNvy2K { color:#000000;display:block;width:22.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:.9;letter-spacing:0;top:12.049987792969rem;left:14.686718940735rem;height:2.53125rem;display:block; }
#pRgWGtLcLOObUEbkM7wlIp7AuHmDAmer { color:#000000;display:block;width:21.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:.9;letter-spacing:0;top:11.53125rem;left:51.687500953674rem;height:2.53125rem;display:block; }
#aUMyhbmcrioTBXg2l892bPZAsfiiIeFG { position:absolute;display:block;z-index:15007;border-top:0.125rem solid #2a7d2e;border-left:0.125rem solid #2a7d2e;border-right:0.125rem solid #2a7d2e;border-bottom:0.125rem solid #2a7d2e;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:10.1875rem;width:10.1875rem;top:4.9562377929688rem;left:39.675000190735rem;overflow:hidden;display:block; }
#iuyDU8srR9Rbo3kTtgWxXLNfOsfJoHah { color:#000000;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.3125rem;left:51.687500953674rem;height:2.7625rem;display:block; }
#l95HlBVPMMa8cb6TmmD0I3WqnAt5Eirc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#l95HlBVPMMa8cb6TmmD0I3WqnAt5Eirc > .row .container { background-color: transparent; background-image: none; }#l95HlBVPMMa8cb6TmmD0I3WqnAt5Eirc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l95HlBVPMMa8cb6TmmD0I3WqnAt5Eirc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l95HlBVPMMa8cb6TmmD0I3WqnAt5Eirc > .row .container > .video-iframe-container { display: none; }#l95HlBVPMMa8cb6TmmD0I3WqnAt5Eirc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l95HlBVPMMa8cb6TmmD0I3WqnAt5Eirc > .row > .video-iframe-container { display: none; }#l95HlBVPMMa8cb6TmmD0I3WqnAt5Eirc > .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); }#l95HlBVPMMa8cb6TmmD0I3WqnAt5Eirc > .row .container { border-width: 0; border-radius: 0; }#l95HlBVPMMa8cb6TmmD0I3WqnAt5Eirc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l95HlBVPMMa8cb6TmmD0I3WqnAt5Eirc > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:75rem;position:relative;display:block; }#CSpOtidvOJsMRo7SKTFZK3NlTqN56Axp { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:10.5625rem;left:35.75rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#mKUziCHJWducUTWeTtRqTDJ2TzoA09TH { color:#000000;display:block;width:11.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:14.6875rem;left:36.875rem;height:1.3rem;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; }
#qXxVdOcKySAL3ocPDe30nnJ6eXr46hUl { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:13.4375rem;left:36.5rem;height:1.29948125rem;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; }
#zeSpqO2zRVkv8s54hXmDH59iBltX2XHe { color:#000000;display:block;width:17.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:2rem;left:33.875rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#aIVUn4IvVaPtTLX5DKa3R0fSwzaqTVNZ { color:#001623;display:block;width:19.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:14.525039672851rem;left:7.875rem;height:1.625rem;display:block; }
#nnUhtbsKD2x4NvTMPQOi15IeLhobMq6J { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:16.4375rem;top:0.81253814697263rem;left:5.875rem;overflow:hidden;display:block; }
#qQmOKhVNK6lOqLMCMTNVkTRTbMSBBkvL { box-sizing:content-box;color:#001623;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:8.5rem;left:14.75rem;display:block; }
#V8hD7LLgrAkMx8bfAHyLQnFBFigpToIf { box-sizing:content-box;color:#001623;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:8.25rem;left:10.875rem;display:block; }
#uzZ5SyCVFWRBc0Xq7mdDoQFbMsVtqyyl { box-sizing:content-box;color:#001623;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:block;z-index:15003;top:8.5625rem;left:7.125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 { display:block; }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gC9ZGzV16nn9P0FXo1THXqdUSd8zVm5o { width:9.375rem;height:3.375rem;top:1.375rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFkpdaT1nAu5hdV0zJP80oxude8D4smK { display:block; }
 }@media only screen and (max-width: 763px) { #m4JJhEChHpWkZOdSUiWIp0pmy32tPT06 { width:6.875rem;height:3.375rem;top:1.25rem;left:27.812500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWIA0ID58uis0I1gqoD8TR98X4VwJMTZ { display:block; }
 }@media only screen and (max-width: 763px) { #SyPVpcakCcD57zJgfCDSe7Nkwc6LM5AC { width:6.25rem;height:3.375rem;top:1.25rem;left:35.612500190735rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOtka1kx4yQ58rJs2VfC9VnTpv1mnM0R { display:block; }
 }@media only screen and (max-width: 763px) { #p6DvG272ISzAqlGkzyEAcOc4Xz8QURdH { width:11.375rem;height:3.375rem;top:1.25rem;left:8.1875019073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDFZaOu2GhUi4qDvVmJtW9XxVb7HvJNf { display:block; }
 }@media only screen and (max-width: 763px) { #w1XuHgp96HahbQKp7SVIu6lRWqbLxtiU { top:0.5625rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5hZEOWLmk7X7w7sP664y5sqZ9HJIXqo { top:1.625rem;left:0rem;width:7.875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFddZu2Oco9s4qJIpRcpk0UgmgwIPlgS { width:5.625rem;height:3.375rem;top:1.25rem;left:21.375001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBvVRalCLSHszRQFtx8HyXOmn6psx2z4 { display:block; }
 }@media only screen and (max-width: 763px) { #lF6M6erdnX7A3bgBc9zLdC44U36r2vuM { width:6.5625rem;height:3.375rem;top:1.25rem;left:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWGAUlSbCOfxcS5lkZteO9eivAHQ2k7b { display:block; }
 }@media only screen and (max-width: 763px) { #yeToBQyLstgEVh9OmQxfP1hHh5BOHCr2 { display:block; }#yeToBQyLstgEVh9OmQxfP1hHh5BOHCr2 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EmFq4ouVvgXB2VAWNykioqXgs6d5TQCs { top:14.3125rem;left:0rem;width:41.6875rem;height:5.75rem;font-size:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iltUhFEe2B0VgliVsn6KTXV7ByEtIWyi { top:3.125rem;left:0rem;width:26.9375rem;height:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d11wpvaGPG4uUTDf5tbOAcBnNTI1nqSC { top:38rem;left:0rem;width:39rem;height:3.0625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDXNcehvcNvzuvpboEa9Ax2Rsz7WxytW { top:38.0625rem;left:19.058160781861rem;width:25.0625rem;height:2.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLtWQiuKKLxg1bXCVspZ0fMyghWV07xE { top:20.8125rem;left:0rem;width:42.6875rem;height:;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mV5SqPFvzvCZI2hzRvT0cM0iO0qJ5akB { top:37.125rem;left:0rem;width:30.4375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtBLekfEDwLW1bJctRkEcFHh3QN8TTrq { display:block; }#EtBLekfEDwLW1bJctRkEcFHh3QN8TTrq > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xhMr8LsT3NObuT7p6LRrwdpd3xVniPaN { top:3.1875rem;left:0rem;width:47.75rem;height:3rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmi0c2BMMnHqPz8QHzTV7NkoaaBGbQNT { top:18.5625rem;left:0rem;width:47.625rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #elyM0KR28KodOPNObNG09S3HP8afm7Hd { top:19.6875rem;left:0rem;width:7.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxFFk7CWlcBenDUuUENwpMVkOJiVbxD6 { top:21.0625rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkoz9zgAWEXw9o39lUZ23fJPp1MBeaJC { top:21.5625rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #itVtrioQ8ptTS5WEzi31fPdRNEiUTMkz { top:19.5625rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDMkDO1nt6TuWW7ADGEtpcTROowZOXVl { top:28.1875rem;left:0rem;width:47.625rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uH4frpKZeN6CLDNt9iK3fSJ6kKV5cn58 { top:30.6875rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZTvttSEwlnk15owGckX11CXNEkXzny8 { top:29.625rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSgRxohQszb9KDu7aBQScb8EVmFQlV66 { top:28.875rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0knM34l521vcz6SO8MEdFxcT4WiFbx4 { top:28.9375rem;left:0rem;width:6.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oz8D7ZuntB2QbJdAiDFP4W9lDRET0kHJ { top:23.125rem;left:1.1875rem;width:46.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMr8oKyCviP623TGLm8m0OgKaWU1h51l { top:23.6875rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4gI9AgGSd8sudzJTuxdpTIniD0iA1t3 { top:33.0625rem;left:1.1875rem;width:46.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLZi0nhVfI6dWJCTc3pryCECXKqX2oc2 { top:33.4375rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLNzrCJ3PlqxivDUwe0089pHlCMHuUZI { top:38.25rem;left:0rem;width:47.625rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdVnIcpp3HUmifzcBk9LzgtKTJLMd8lA { top:40.9375rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ssd70B50CiUQxm60Co78sSD9F2gJl4l5 { top:42.875rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4qUElVLXpKm23grbJ5T0vdVAopywnoB { top:42.4375rem;left:1.1875rem;width:46.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1CIvBi8TvJupOfhnZM4kNvoWb9w4ugg { top:39.1875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaKCkOAxFAsFtRwixNuV2KNLdfRevg9F { top:38.4375rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBZ7oftpQBtMUqyiehUb1L5EpRD7U060 { top:38.5rem;left:0rem;width:6.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ls9Dr0TGNRuNAJi2G16vgd1DBb2Da5Ls { top:57.9375rem;left:0rem;width:47.625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNmwH3hUKhZLFnk7Kl8z5skOqdRWsdsH { top:63.125rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7L5XUG1lPEvx6acP4OdqkWSa4awmXsD { top:61.125rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNwXTsItGoiTOeRykRFtE6nuhAXPVn9x { top:62.6875rem;left:1.1875rem;width:46.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF1osOUpAS4PZKdhgMwi2NrzGsDmVTz8 { top:59.25rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXbTxxTlwcO9qZWkiPpwGyWTMzR3Enei { top:58.625rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaebTL1nbCeQFaPvnOimicM32BT3msXC { top:58.6875rem;left:0rem;width:6.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioe8V8V9I6xrex1MlqCSdQMGkCTSZSiE { top:70.3125rem;left:0rem;width:47.625rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuSdl5bZuxpoPkQdnBxWGkSiCcqmxFZV { top:71.5rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHRo2KMerRiFtmyKotIZTPi4OhbQBVot { top:71.8125rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRdXXRPXK8JqteXT2zae4dym5LZoQW5X { top:71.875rem;left:0rem;width:6.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #St6g6hOnb3hizVgRpSqdSTUGAAXLJRLN { top:77.375rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCq6aen95kiQn26hVxrgg3DTXqbFzHe9 { top:79.625rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qW1uEEgOaeiPQnf6RJq981CBnRGALhmp { top:77.4375rem;left:0rem;width:6.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uETsGSnGuNdzgItrhg8kOyTLOhed3w0V { top:77.3125rem;left:0rem;width:47.625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOFSzL1ciCo1ldocgVmNuUCbW5LsnrRC { top:81.8125rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKeXAwMBJ1uQszQJ3egBAkql9WccPFwZ { top:81.3125rem;left:1.1875rem;width:46.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4ut2vu9yzW0C8iky3SH6JWfOv1wcKeI { top:79.375rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oi9NS9zksrqysd1STkyhuXl9lOwrGAZB { top:87.375rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQ5FNS3OUOM3lqwfw5I1H5ZptuwlWz7R { top:89.4375rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohsXub4vZqS4RoDAnL9TgdolvgxsuG8F { top:87.4375rem;left:0rem;width:6.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7TA49UkTUtQC2qFHEousNlsGnORbnBn { top:87.125rem;left:0rem;width:47.625rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0vWMOi53Z7UBiTv1bDD7XF63fatcelx { top:92.25rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRg4uBpDLhBTPTHo3aTF32PQehlwbR2q { top:92rem;left:1.1875rem;width:46.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oO99kb5FUvXX11Kud56XAxQkRVgArFGT { top:88.5rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTnhgt5oxm4TOBtphfJ1W0baTOF0O9nT { top:97.9375rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2eTmhnT6ATZlyfAdOaCuVKz4nXSIZMO { top:100rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8u5whe3k2TGf2tEW23G1C479abnP0a4 { top:98rem;left:0rem;width:6.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTf0dGLOXrPQpR687KJNsLPF348xG7K4 { top:97.6875rem;left:0rem;width:47.625rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fC2HtZ3a2ossBkwqQtzIxveb8zluAStM { top:103.0625rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPTFZUiBQufKV5woeDcayHD4QnhTyaqW { top:102.5625rem;left:1.1875rem;width:46.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmQV4yDQ1aAoLCb8Lur6V7ONgKRlggQZ { top:100rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5UzRTBFwWGoiqdD0v41LabX8CZgwQNm { top:107.5625rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMqIWw9N0hmGVvQv3dv583eiNEXfNEd8 { top:109.625rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOfR6FfDfgqcA6obXWXc7grf37dlMXgf { top:107.625rem;left:0rem;width:6.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ag3fq6osq6BkyKKzpZ9WUS7awox2WfLT { top:107.3125rem;left:0rem;width:47.625rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxpAo0r5Keex0mq9MXSkbrI3nhryCDUS { top:112.25rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3vUNuG7HRcmTDuV50gnWEpMWoCXi2pz { top:111.5625rem;left:1.1875rem;width:46.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndk1AoPQWJFWpEHF3UExHmCXNbgHWaVN { top:109.5rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArVDwS3rfAnDXdrDOMmfd5ETGNG43OQp { top:116.875rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yETZoT05qL4HaQ2ntgnEITeJTvETmQJn { top:118.9375rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPSotop70SPqgwfkCicu3O8cyDObigBr { top:116.9375rem;left:0rem;width:6.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwHlBdgldmwd7Ttg02bt1AhQXT65MF9Z { top:116.625rem;left:0rem;width:47.625rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwAPuCzDFR0MqJqv4xDoJ91FC56MmTZc { top:120.25rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLdLs60q0UZyMKfIpxGmPUTJ0tDBWxEQ { top:119.8125rem;left:1.1875rem;width:46.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IauSRPM6GIx8UETGACTPxIFwukFfddWh { top:118rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9Cgkg4XRGTpwbc5Sqpf328KWzvfyaue { top:127.4375rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuL1iemOXukvZUwGcALtBHF4mJK1093J { top:127.5rem;left:0rem;width:6.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTi20UneT8Jp5fpbdOAZ59sINbJmZ3BM { top:125.9375rem;left:0rem;width:47.625rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #txVFEOtIZgTg78Un8G02CWHveQDPrwfJ { top:127.125rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsSGofGOTixFenGd70GcfxiDoBOHGynA { top:132.5625rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sncMmNwPGGi87r1wpxgfk2llXm90TAxB { top:135.0625rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzmtQwW6vBgLOiS3T5rPkGaXpZC6xtH6 { top:132.625rem;left:0rem;width:6.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGbPf5L5eJdvXoOlnfsmU0tdleu4TEKz { top:135.0625rem;left:2.0625rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIck6JMhpf7ZvyVd4ZUSxwViT5UV2JTW { top:131.875rem;left:0rem;width:47.625rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7M4st9pvzr39aoZoN8TG2lEIKou2twB { top:137.1875rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3Oezcrm5GZ1xEBuv1pnbb5Rh7Rmx2hs { top:136.6875rem;left:1.1875rem;width:46.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vudVTskLz4yICasskb1uMQ3vivVfp7AW { top:133.3125rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRqlISXgUGcdEDRJOndbicgyV4qTn4kf { top:144rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #czmTOS4c7veMnQuZGH356dnqDnXCufZJ { top:146.0625rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTTC7T3wD1iSOQkVK4qG2kZ7ue5zMriq { top:144.0625rem;left:0rem;width:6.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S92zLfg2UgvvFmHzB0PSdmTJCiaxdUom { top:143.75rem;left:0rem;width:47.625rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXRx07gPIpotVdoz9vg2T9lJifURcMAc { top:147.9375rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTEhTEqF7eBrMpu7B3FOVp0THBVitDLq { top:147.5rem;left:1.1875rem;width:46.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLTD8473JzC5aWNizUdQABM0JGhrVCPO { top:145.5rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWTekLdTGQZzF6tXkcogqbMcIxrLuhSN { top:154rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJIzHtOSmFSzv4F0gpKt97VXiuWb7zEB { top:156.5rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyGUs3W6eJaCD5uW8zA4DGIr2h600kie { top:154.0625rem;left:0rem;width:6.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZyT7A4m2gImh4XCRK8JXV5HROkgt98w { top:156.5rem;left:2.125rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZNl9mLOTc5yyicnku0xH259CFfuCQCU { top:153.3125rem;left:0rem;width:47.625rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZURrAhyvspicUGz0Z2eozzLMMrVZU2kX { top:160rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKOfhShZTdXgsZHS5sB6LMHBS15T6Nmp { top:159.4375rem;left:1.1875rem;width:46.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWRw3cI5UqxKMnuoFheIo6xrvvlXJor3 { top:154.5rem;left:0rem;width:47.75rem;height:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyXR0DQTzlox8EL5nh7thmPX8IHyp83w { top:166.5rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pmk21DB2syf03aJpJnLC63F7KfunEaeB { top:169rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xg49GXuc45ZtHekaE6ZXGNCFR1WW0h3y { top:166.5625rem;left:0rem;width:6.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipqG0A4hHPXOl4deWTISsZRDuA4uzg6N { top:165.0625rem;left:0rem;width:47.625rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPiZfOQo84u5mE4c2ms1NJwAUskP7lcL { top:171.0625rem;left:0rem;width:47.75rem;height:9.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8Nc16PFqfcXxTTRU9vyf2nK4T8q4NXq { top:170.5625rem;left:1.1875rem;width:46.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mdbh8lSaUabWeLT1r8TdE0RXuWmgMiio { top:165.75rem;left:0rem;width:47.75rem;height:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XblkEsUvELH4GKdRxMv6PukMlTcaOU9E { top:174.875rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWCwhT33gpJJe8Kv0MyAd0UvvdWDTuir { top:174.875rem;left:2.25rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECwBTidWdAR9TTlVRKam6V43TchWSqSW { top:185.625rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOvZNIQW14gOPQsTTTedoV9pi8erNRu0 { top:185.6875rem;left:0rem;width:6.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZxXOLEb6hQmMlrCWNekD2AQDoBuRDIV { top:182.875rem;left:0rem;width:47.625rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiRAWZZRT7wEUsgLQ952Z2bXa2yaiNnO { top:187.625rem;left:1.1875rem;width:46.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHR5qTzlv7SBJ2diMcXzxso781UuTAT4 { top:185.5625rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMKxnDK6KMnlP7QB2Ma9Ibzm4pHvEUsC { top:193.875rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVgOIr8hs6cE1kRLitvNcTtwhmchNtDZ { top:193.9375rem;left:0rem;width:6.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrDD7i5aHdKUnTGdfAriD2xD71T088Uo { top:192.375rem;left:0rem;width:47.625rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgUDavISeozRWMv19kDxLJh7i0l9ZXJr { top:193.5625rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G93S4NzxwrJrP2VMJHuV66k4OXK4Q6bd { top:47.25rem;left:0rem;width:47.625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPeBOSwNutIIgMltrkGguBbemQi6h51T { top:51.375rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHZxETSpvFCmQ1letuP73FZunkN3BIhn { top:50.8125rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUkZ1TuJtzArbkLkwVKuH2qRLA80kZ1D { top:50.8125rem;left:1.1875rem;width:46.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xevphQQqZu607WxmymZOVr5wWy5lp6cv { top:48.75rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxBrO4fCwwD2SRwQr420JLti1HdDyTCz { top:47.9375rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJdKtbpTNUifpw5FvAqGPenqOlC9Le1i { top:48rem;left:0rem;width:6.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOvdJrnI4yh5FvItBh1E3UWLCzdBo3pA { top:32.1875rem;left:1.1875rem;width:46.5625rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NhVR8rPXeOLeAErgF6UN8oO9HZefkXEK { top:169.1875rem;left:2.25rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vS3buDTRT1mnpeP4BGUMMPSMVkSF1tD4 { top:13.4375rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpu4rk88NDWizkxmZhqaq6xWE43FfbtU { top:13.5625rem;left:0rem;width:7.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlK8UZ5Hmt3sMrwBbXMI3k9hys2MJS2O { top:11.3125rem;left:0rem;width:47.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MG6tkU2Rcl64p9TCHLIVBNxDSqEp1EqX { top:13.625rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJfttAB5A9Qmv3BtVt6zWqrnmAPPMv8D { display:block; }#nJfttAB5A9Qmv3BtVt6zWqrnmAPPMv8D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cy9ViOkkUDy2thaBTWVxeTbw8WrigOxD { top:1.625rem;left:0rem;width:47.75rem;height:11.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJGvlVyFglCG4OeaaADxgTVfbp0FDOPz { top:12.1875rem;left:0rem;width:47.75rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuIt9Ozg08mFVoBIMnwzfioICLm5acgt { top:14.9375rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n44QL2dUCQh0BKDnpBLiSU9roG76JaCJ { top:18.3125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMc1Ts8UaBVArxuBlkDxl9yEUqQZkaPM { top:22.0625rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSikVTLINTIZpJWfe5WTHOI0a1XHFVIg { top:28.125rem;left:0rem;width:47.75rem;height:7.8125rem;font-size:0.875rem;display:block; }#lSikVTLINTIZpJWfe5WTHOI0a1XHFVIg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dc92afaa2130704330930e43cb9fcbde955297de.svg); }
 }@media only screen and (max-width: 763px) { #CId9Lq4BIeX51lMA0gny4C789I8gxGWo { top:17.75rem;left:0rem;width:47.75rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxxpisyiMoRBXDQx0Bfz2DJTH7DxPlDX { top:39.0625rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ah6EQmnVsvqxTbCT24fipxZf28Nd9GwT { top:38.5rem;left:0rem;width:47.75rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6mid8FsZlouSHAv2R3wXrWwlLoka2gZ { top:43.125rem;left:0rem;width:47.75rem;height:6.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7UcKOBOk53m3hR5byoRT9FSi0WNz493 { top:51.0625rem;left:0rem;width:47.75rem;height:8.125rem;font-size:0.875rem;display:block; }#B7UcKOBOk53m3hR5byoRT9FSi0WNz493 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dc92afaa2130704330930e43cb9fcbde955297de.svg); }
 }@media only screen and (max-width: 763px) { #TvOvbT1Ia97Vxmvu0K4RKOOsf0IbrJ0a { top:73.75rem;left:0rem;width:47.75rem;height:6rem;font-size:0.875rem;display:block; }#TvOvbT1Ia97Vxmvu0K4RKOOsf0IbrJ0a li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dc92afaa2130704330930e43cb9fcbde955297de.svg); }
 }@media only screen and (max-width: 763px) { #rdQ3XSlz7ZeFNungkA9sxXq4sccsbm3t { top:67.4375rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7fcnwXfu3ppCb1isZ03IMNp1gwcX6rP { top:62.75rem;left:0rem;width:47.75rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkPOli5ssi71TDbZdl33DTRwq2n039pL { top:63.375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIT9Pb1lyT6fzUFrchGQk4xTsNwGmV7O { top:89.5625rem;left:0rem;width:47.75rem;height:8.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydmyEFWq2ME0ThcbxTs1POMTTBx8kWrp { top:83.625rem;left:0rem;width:47.75rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwebTKgVa5r2N6ywVXE5auokvulb2Nr9 { top:84.25rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Okr2rOR3ubFK6kKFBFQUym88dtc4TuM6 { top:99.5rem;left:0rem;width:47.75rem;height:;font-size:0.875rem;display:block; }#Okr2rOR3ubFK6kKFBFQUym88dtc4TuM6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dc92afaa2130704330930e43cb9fcbde955297de.svg); }
 }@media only screen and (max-width: 763px) { #tFuS9aQTuATn9WhZThbRupFCo6XnezQv { width:9.375rem;height:3.375rem;top:111.4375rem;left:19.187501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #gw4qgfMsW7OTh8oWhw2dWhFfiZgm6Cf3 { display:block; }
 }@media only screen and (max-width: 763px) { #sTqveCET7HRMdOCdCAdvLE74hFMElOKp { display:block; }#sTqveCET7HRMdOCdCAdvLE74hFMElOKp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EqSfREpGygqpt3vlg7f93Qxgc7EfckBK { top:17.625rem;left:1.8125rem;width:18.75rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2OwiNn1on9GteaZEchKIcofxyrCxAf3 { top:63.125rem;left:1.8125rem;width:18.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAfxEOFihIZ15rkp35XyioXmSkPiaTLV { top:62.625rem;left:0rem;width:14.0625rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZBNlTK2b48KdTTwTfQXlnfpa83lJE1E { top:17.625rem;left:29rem;width:17.75rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMJ4cGQi28WfCuJx8aWN5KBo0nT3ekWu { top:63.1875rem;left:38rem;width:9.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiCkhP2TK03M2dyTiP4fgmyWt06tqfza { top:62.625rem;left:26.875001907349rem;width:14.125rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NinJQIccy4TMMStnh9gFD1NbrDiE4Ti4 { top:42.6875rem;left:1.8125rem;width:17.5rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #riZort52CH6xEuvr4MeW5Dl4BUyG92TE { top:88.125rem;left:1.8125rem;width:13.5625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHu8InuMhRpKAJzT9s24xBgMgC7pIVBl { top:42.6875rem;left:29rem;width:17rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAwWoucsXrpGIETN2rRTNZ02pDpDyPfV { top:88.125rem;left:29rem;width:18.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuqbCqRSPmb2FLZekVWnDkNUizMaUQ4u { top:87.6875rem;left:26.875001907349rem;width:14.125rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsyMTSFJ54pbNNwON3UzbfqkFkQhMyIT { top:87.6875rem;left:0rem;width:14.125rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMNeGvTdCWX5g5nV3mzBlUTSPfOlnUlW { top:67rem;left:1.8125rem;width:11.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFF2SARhk17SvyEqZud0SrA1pc0nlG6W { top:66.625rem;left:13.000001907349rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzQyW9mEHCGk08SWaJUIZiNtwHbqBMe6 { top:81.3125rem;left:17.562501907349rem;width:18.375rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhu40u9AbiXmeOGQNCg1pwT0NQOfa4yp { top:68.375rem;left:1.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
#yhu40u9AbiXmeOGQNCg1pwT0NQOfa4yp > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #pbBekpGq71TCMaKTDPJ2QuTXJenrlbdI { top:68.375rem;left:42.625001907349rem;width:1.5625rem;height:1.5625rem;display:block; }
#pbBekpGq71TCMaKTDPJ2QuTXJenrlbdI > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #qFTkPXRTVb7g2ikWTWDrbMNLBzSeAZhT { top:93.8125rem;left:42.625001907349rem;width:1.5625rem;height:1.5625rem;display:block; }
#qFTkPXRTVb7g2ikWTWDrbMNLBzSeAZhT > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #pGz1QCgrhIATrECoHyyT3XgJNFBTlq8X { top:93.8125rem;left:1.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
#pGz1QCgrhIATrECoHyyT3XgJNFBTlq8X > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #A3OFtfhxTkbmlpi1015JQKrREpZqX3BK { top:64.625rem;left:1.8125rem;width:18.75rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoG56GBs19SB4TOpbzwTZypazavy78Mh { top:64.75rem;left:38.5625rem;width:9.1875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsBVFKHh7FmPgiwzVtDLBlUgFNkMheXe { top:89.875rem;left:29rem;width:18.75rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIrp5agCoZUEZfk9nymlB2SG9iFTM8nL { top:89.875rem;left:1.8125rem;width:16.8125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuGVDKVXTfWwGLXMQ3M2kZb5r4fSPAdP { top:67rem;left:36.5rem;width:11.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3GUL9MKQyaMliVIEB9T727yvnXTFvaU { top:66.625rem;left:46.9375rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0lRTSdllmelI0vqgEO19it8A6zMf03e { top:91.75rem;left:46.9375rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1TIE89KInX4LmeI3SiCtQKdwqvL4zP8 { top:92.125rem;left:36.5rem;width:11.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETFmSVDHn88Ts5umnrzLkPQecTu3pxTA { top:91.75rem;left:13.000001907349rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6smU5fI8mNlg3M6uqeQo2X1G7r3BrlH { top:92.125rem;left:1.8125rem;width:11.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUtarvGKAH5akxCh9wTQrGfCadePwfg7 { top:66.3125rem;left:1.8117189407349rem;width:17.5rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIXCLz4N8SQXQTWVogws3W5exOoW9FeA { top:110.9375rem;left:0rem;width:14.125rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1OBnpFPHmkHPbLQPBXuHIa3DpcJRo4O { top:118rem;left:1.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
#p1OBnpFPHmkHPbLQPBXuHIa3DpcJRo4O > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #EVwcx81UcHDSsTg23gR8ITi89JQTHGaL { top:115.75rem;left:13.000001907349rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIaRNKGztQwlFKXdmmNzDLaiZVW6mTly { top:116.125rem;left:1.8125rem;width:11.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqcg4ITd57M9R2oaL4CV7xgTc9OegufE { top:112.9375rem;left:1.8125rem;width:20.625rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfOI5TwBBffPvRdwJWbRDWg3vElXEW81 { top:104.5625rem;left:17.562501907349rem;width:18.375rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzEXHw6TWeps8wMuhUXJWow5nJgGpz68 { top:111.375rem;left:1.8125rem;width:13.5625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWHqtye7U9FvoXCCCia9VUJRW5mRbmRd { top:111.375rem;left:26.875001907349rem;width:14.125rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCDT4LOt47MKMeS3Jpo6gV9I0TFRS36i { top:118rem;left:42.625001907349rem;width:1.5625rem;height:1.5625rem;display:block; }
#WCDT4LOt47MKMeS3Jpo6gV9I0TFRS36i > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #LHpf1ylKnGfOnW0d1xaOFsoXDovbhZSE { top:66.375rem;left:30.25rem;width:17.5rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLwh6PKV57lATF3G3ZHsIFykR1WubvXq { top:115.8125rem;left:36.5rem;width:11.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggvbUFghOKbQ880PCw33pqbmunWVBwFF { top:113.5625rem;left:30.9375rem;width:16.8125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4GXlIy1QgvPvNPH4DlykqyfuoQvaMoS { top:111.8125rem;left:34.1875rem;width:13.5625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cxb4x9G34RpcvbME10bTqoQghauS2TTc { top:115.4375rem;left:46.9375rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiyExDhQQhIxz0NXKiqGh9XiA2gbxmpK { top:30.4375rem;left:17.5625rem;width:18.375rem;height:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GVGa7bMnlP2lph6vuvgvXgEU8uNugKM1 { width:11.0625rem;height:2.375rem;top:96.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1Ep85tsNdoq7AQ7oh6e19oHKRHdskyV { display:block; }
 }@media only screen and (max-width: 763px) { #QvIcSnhUVukfOIeqRUrSBV8i2CRHH3Vs { width:11.0625rem;height:2.375rem;top:96.75rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5c5JwJpSgGkqpTxSfTIrXHBnOwnVKse { display:block; }
 }@media only screen and (max-width: 763px) { #G4JqB5txs17hXKhgZheZu4hWzfwU2iB2 { width:11.0625rem;height:2.375rem;top:121.0625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbL5yDPE5isOpfINQMWeZmL0yGxusuL3 { display:block; }
 }@media only screen and (max-width: 763px) { #pwkVw56Enp03fzzenPcdO5JRUHiXMHuw { width:11.0625rem;height:2.375rem;top:121.0625rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTGdRp3EgHQkacoCzriTGKapbZ5WwxQN { display:block; }
 }@media only screen and (max-width: 763px) { #ZfMh8HPKa7ElWRT1rG62uHxU2XZaeVd3 { width:11.0625rem;height:2.375rem;top:71.4375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q74l9NGtWNCWHVVpSvlTsV1ux49FhkbB { display:block; }
 }@media only screen and (max-width: 763px) { #kFTHVVe9NbGt534TWAbmuEn6R81Javmx { width:11.0625rem;height:2.375rem;top:71.375rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGnUmQc8wwqv4D00eWpOTpmr28bpPokL { display:block; }
 }@media only screen and (max-width: 763px) { #Xe1LTDHxOBK76qTzk9fxmw8TguloDKuk { top:38.4375rem;left:1.8125rem;width:18.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlO1X5EQFAT7o8TGdurvOBEC3xK2yeMk { top:37.9375rem;left:0rem;width:14.0625rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTUlrmOvz8gvgAbBgklpHtXCT809FCAw { top:37.9375rem;left:26.875001907349rem;width:14.125rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqUakD81yFOQ2itm5wsTtbqQvlT1zteA { top:38.5rem;left:29rem;width:18.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgLrSNuiDZfluD2LDpC5wgTw5Tv82qiv { top:39.9375rem;left:1.8125rem;width:18.75rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZzlneaTJIomK3qE6rexwvt8Wv4H0IQI { top:40.0625rem;left:29rem;width:18.75rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCsF3rNDTGt5RBMWoHDqZH182kOax3Oq { top:42.3125rem;left:1.8125rem;width:11.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6INJUM5w1CvZQobwox1T8641R9r9qcI { top:41.9375rem;left:13.000001907349rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpLzXbqbTw9VmJThKLeZwkhvAK1CJpbH { top:42.3125rem;left:36.5rem;width:11.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUSWMTupfuPDAQ40Fmmhe3tDOpa0m3bR { top:41.9375rem;left:46.9375rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzt9iIUP5ULOVOzWp8T3QGtBuR0fi9zH { top:43.6875rem;left:1.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
#dzt9iIUP5ULOVOzWp8T3QGtBuR0fi9zH > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #ZUAqbKNoe4sC5FHcMyTopxXE3lTs0F2g { top:43.6875rem;left:42.625001907349rem;width:1.5625rem;height:1.5625rem;display:block; }
#ZUAqbKNoe4sC5FHcMyTopxXE3lTs0F2g > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #DnastOC3iDgkQR6H000I8NxO7d1Qtcfp { width:11.0625rem;height:2.375rem;top:46.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwgTZXVXzm3B4dDCrTzhkL2ckw4vsFkC { display:block; }
 }@media only screen and (max-width: 763px) { #PW7z3AbBgPCWpTvQRbLL6Jblxwufrohm { width:11.0625rem;height:2.375rem;top:46.6875rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #snVDMU71nsMdM38tZxDU03BkxrLJ4wU3 { display:block; }
 }@media only screen and (max-width: 763px) { #Te4M0buPiIDAr5wSXW27dAdg0Zqu3IQD { top:57.375rem;left:17.562501907349rem;width:18.375rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDbVvALiTMJW7gLD1rAHsfGawxzU6Tmc { top:138rem;left:13.250001907349rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #syCs9lXrPrxVB7tClN4XCWCvlaG5MDtz { top:138.375rem;left:2.0625rem;width:11.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8QLPaDTyc1HATekwWSO2CCvoRaNHT48 { width:11.0625rem;height:2.375rem;top:142.75rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVHfyvKrTshSaOBQOx0QhhT75XNhhOuz { display:block; }
 }@media only screen and (max-width: 763px) { #m3zO4kzXVnal8u2OzxZitVtFn3y6XXWc { top:134.5625rem;left:2.125rem;width:9.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJvuJLTHw1nGl8TVIQxWkhmIlTAFVsBS { top:136.125rem;left:2.0625rem;width:9.1875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p34bHDLceb21q46EFkVAu8cDC4Zc8qan { top:139.75rem;left:2.125rem;width:1.5625rem;height:1.5625rem;display:block; }
#p34bHDLceb21q46EFkVAu8cDC4Zc8qan > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #rZh5KUChVzNkKW02GWAyTLdwqfOBfneU { top:134rem;left:0rem;width:14.125rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6pQlOIZwEnt0GT1EnZCsmbG5OivlT44 { width:11.0625rem;height:2.375rem;top:143.3125rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ju60Zhy9ariTyqR3ZkBOsOm2kcLh7noJ { display:block; }
 }@media only screen and (max-width: 763px) { #qP4RuTJIn4UrIWC2Tp6BovZOO5lTi7VH { top:140.3125rem;left:42.625001907349rem;width:1.5625rem;height:1.5625rem;display:block; }
#qP4RuTJIn4UrIWC2Tp6BovZOO5lTi7VH > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #u9FO3bN7vV3yhSqw6NcW6UPnI3lTr0nr { top:134.5625rem;left:26.875001907349rem;width:14.125rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhqdAtsQBTtFTMCGzMekmkpDbucFhefT { top:138.9375rem;left:36.5rem;width:11.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UggmJ8Temcp1lbDCo6UDzJNhC2DnvfM9 { top:136.6875rem;left:38.5625rem;width:9.1875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOiAqyTvNw3rRSWxoJah7wCqbXtKAkKl { top:135.125rem;left:35.4375rem;width:12.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCJRu3MCVtx5WsveJbuQAW2uqcnTboaB { top:129.4375rem;left:17.562501907349rem;width:18.375rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiJrQZDDt7TeOs2UwNkE8HyJ5BlOEUhs { top:157.625rem;left:0rem;width:14.125rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xxm8gE3b2gfJJk1SZyW1RBNgXWLfAEJJ { width:11.0625rem;height:2.375rem;top:166.375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mERfvsaweLNS48kToXC6p2dLi07dqqH5 { display:block; }
 }@media only screen and (max-width: 763px) { #mm2a3w6Avuz4gPcaIIRPqrbbkiJOSQQF { top:163.375rem;left:2.125rem;width:1.5625rem;height:1.5625rem;display:block; }
#mm2a3w6Avuz4gPcaIIRPqrbbkiJOSQQF > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #Sfa7aV7qtmlhrTZNkr55w7vltEsAurnQ { top:161.625rem;left:13.250001907349rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWwL7f720NvAwu4IIEVcge2ncXTCOdOk { top:162rem;left:2.0625rem;width:11.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsrf1Cx3rHyMxr3Erp58XNFhGEIJ6LXx { top:159.75rem;left:2.0625rem;width:9.1875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Op3xXoqHqVp0LySHRZnVAqAiPcZur4gr { top:158.1875rem;left:2.125rem;width:12.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4EeDTKKwn2BH2yZGUO1V1XArKsTifN5 { top:137.1875rem;left:13.25rem;width:0.8125rem;height:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sw9HePRz76lTBLoNWcDNCsoUxsmaJoy7 { top:157.625rem;left:26.875001907349rem;width:14.125rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOiyy6ONXqWaXT28MtNhxheHfQOb22Q9 { width:11.0625rem;height:2.375rem;top:166.375rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqzrSTRhibzKyK8OLtvqlcBD2TehpvKM { display:block; }
 }@media only screen and (max-width: 763px) { #dLwS9FBRxTgJ1ClTKrg7XZMOLuuaOe2I { top:163.375rem;left:42.625001907349rem;width:1.5625rem;height:1.5625rem;display:block; }
#dLwS9FBRxTgJ1ClTKrg7XZMOLuuaOe2I > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #r08iXeUnmG6QC9K5k5aNufSE62Vae7uv { top:161.625rem;left:46.9375rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yr2kVZM4Kc1CqLALRbtTBCAkTp1At1Lp { top:162rem;left:36.5rem;width:11.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqXt1SsXnJd5oIvJeQ0BOtRo02OUDXpi { top:159.75rem;left:38.5625rem;width:9.1875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGFc3D4QEvu310Wbu1Cqe9n9MTipn1iJ { top:158.1875rem;left:35.25rem;width:12.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1lmtXxBER2TSJsdAkHn7paFXBTxLurE { top:153.0625rem;left:17.562501907349rem;width:18.375rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XH8mhcyCuJhCROtyaCGvfiZX3OK1tfFP { top:13.125rem;left:1.875rem;width:18.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZwZF2u3TrEtJIfsdHxTD8Si4c7eR1pU { top:12.625rem;left:0rem;width:14.0625rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRXeGQI37BchPZngSALnuveZs9T0gdT3 { top:12.625rem;left:26.9375rem;width:14.125rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocPdCUX6pDdpFBEKIGLJfNlH655abTP4 { top:14.625rem;left:1.875rem;width:18.75rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWq5l1U0Nvtplz99dmZ1TuHFVAVMhhoW { top:16.625rem;left:13.0625rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWNF25JC9LQpfe4ZZuxt4c36wH1cHW4W { top:17rem;left:1.875rem;width:11.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTSl1hpzRsL9bAW8lUc7McgBEaPnTboC { top:18.375rem;left:1.875rem;width:1.5625rem;height:1.5625rem;display:block; }
#FTSl1hpzRsL9bAW8lUc7McgBEaPnTboC > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #QOfgne0rvAN9hPs6iW1CUA20Uw6HdnRB { width:11.0625rem;height:2.375rem;top:21.4375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7V7g12nXzXTxASzvJUvzAHNT8f7Xn1M { display:block; }
 }@media only screen and (max-width: 763px) { #MPu1xomK8TWoAPftL5V0DVvkiUH8WFqp { top:13.1875rem;left:29rem;width:18.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hmxfctgow6ohv5DHTgPFxkurO2T6qJ9M { top:14.75rem;left:29rem;width:18.75rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2Zaq2mypZ4dLyOzoScaEF9qTG9kZMgy { top:17rem;left:36.5rem;width:11.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8DMefJcHSAF2wTgyTKLrUTvUFZSZwKe { top:18.375rem;left:42.6875rem;width:1.5625rem;height:1.5625rem;display:block; }
#X8DMefJcHSAF2wTgyTKLrUTvUFZSZwKe > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #VqpJ9rTVz7CvUg5xbfAf9aDNZb7dIfWm { width:11.0625rem;height:2.375rem;top:21.375rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXs0IhAwXVfy75GOIVXwpvh9G4wnxsrp { display:block; }
 }@media only screen and (max-width: 763px) { #CpbAwXQ4DtrnDepPNzusUsGSISkBHgXt { top:32.0625rem;left:17.625rem;width:18.375rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iy4K0T5ErOQXRQsQFVZCRFdwTNruXBCE { top:16.625rem;left:46.9375rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xr764I4yIsTHfAaoSkHkFawdJV28KkUc { top:3.6875rem;left:0rem;width:47.75rem;height:3rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nv6Pm02h5nKLvQaS0RMSuKpAKfTH2WTA { top:182.75rem;left:0rem;width:14.125rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5S7XulhPtBsXnIuqiuRh9Tra0uemFwZ { top:182.75rem;left:26.875rem;width:14.125rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STHygimenD9SDkPsUtoT5Axnxx3dTpnd { width:11.0625rem;height:2.375rem;top:191.5rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #boFPwDhOfzHXexiDMes7SiIQvTQGkd17 { display:block; }
 }@media only screen and (max-width: 763px) { #fTWlS2k4OC5QkCHdhS59TJarCBvLx12x { width:11.0625rem;height:2.375rem;top:191.5rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuTlPxgL9MXOaOdI4t3dlaSRkcUdUdEL { display:block; }
 }@media only screen and (max-width: 763px) { #KzxbD75BeZ6NeRQtVQhl378aoX2rnu6e { top:188.5rem;left:2.125rem;width:1.5625rem;height:1.5625rem;display:block; }
#KzxbD75BeZ6NeRQtVQhl378aoX2rnu6e > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #JcxXKaVN52P2SuKkSHTLKqRt1Z2qVNTL { top:188.5rem;left:42.625rem;width:1.5625rem;height:1.5625rem;display:block; }
#JcxXKaVN52P2SuKkSHTLKqRt1Z2qVNTL > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #zdXQJBcZzJlmcAZqkhn2x358c0WDwtlW { top:186.75rem;left:13.25rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQGl4nKzTvgGyWte7Un6hoNQa6RksdOK { top:178.1875rem;left:17.5625rem;width:18.375rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0XVHqgdP98JqJgVr2SwgTG5zNTTBOKl { top:187.125rem;left:2.0625rem;width:11.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNvNODDwOq57D2eqfLz5RE9X3aCEBZfG { top:187.125rem;left:36.5rem;width:11.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdxIlydnsZfEnWBrv3BLENd2nMmeqcUr { top:184.875rem;left:2.0625rem;width:9.1875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0nnJ91lBO9pFwPRVhfDx8plevCT7ASy { top:184.875rem;left:38.5625rem;width:9.1875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwgkXmEPnFbVzNyUmHtIrchiW1qO76AH { top:183.3125rem;left:2.125rem;width:12.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mI8cDDUU3JC7uNKI4ickrtmsV7sHnHst { top:183.3125rem;left:35.25rem;width:12.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFDJmroP6EKfMaETdHltxRzaErTatZw9 { top:186.75rem;left:46.9375rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUQXfV3FbHuJ050ayxRJoGsMiuosATQX { top:208rem;left:0rem;width:14.125rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PODl5BmXHOPAh0fKSxDcwwkqvA7IdT70 { width:11.0625rem;height:2.375rem;top:216.75rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBLbHpZL3QwxQhinecH1bgvgcwPvUCkz { display:block; }
 }@media only screen and (max-width: 763px) { #oMqZzUfJDEJ41DUTqzvClEAZXqIXCrpD { top:213.75rem;left:2.125rem;width:1.5625rem;height:1.5625rem;display:block; }
#oMqZzUfJDEJ41DUTqzvClEAZXqIXCrpD > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #P7q1HDqJFpaZT5NE1F8TlbAPX3tFFXP0 { top:212rem;left:13.25rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8tJuakJyh7udgbQ3fifOtGbParJBfBt { top:212.375rem;left:2.0625rem;width:11.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLlTUiU5L0BA3zULzG5vs2PwpcoP6wGt { top:210.125rem;left:2.0625rem;width:9.1875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7Dge7Ou7ygZAeoZIX7nUu0lqLzTAW05 { top:208.5625rem;left:2.125rem;width:12.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6sdWpFzgz96pZTzLeeAQRPeA9e71xaH { top:208rem;left:26.875rem;width:14.125rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNHtWDL0OLHmvnTBKPpWaR0K4KzupWr8 { top:210.125rem;left:38.5625rem;width:9.1875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsscpXkP6XFyOzt0LcqwthbiFSJmeVJN { top:208.5625rem;left:35.25rem;width:12.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nog11qkDKpbrqsTgTW8rA3IIGVqDfExX { top:212.375rem;left:36.5rem;width:11.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGZwCFe69IwabJziJPKTINpye2KkAp5G { top:213.75rem;left:42.625rem;width:1.5625rem;height:1.5625rem;display:block; }
#EGZwCFe69IwabJziJPKTINpye2KkAp5G > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #FRbyTtl2n0M3TqPrCgdIQFp6UqTtT0kP { width:11.0625rem;height:2.375rem;top:216.75rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2gpZU2NQs17NTEZzLGgxAE1vfGmHdQd { display:block; }
 }@media only screen and (max-width: 763px) { #mfFrWUQNzNwmSehLFOsupThQPoTqkJcI { top:202.125rem;left:17.562501907349rem;width:18.375rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGopddZgLfRt0pNTA2HZXF3iyLoMbDbP { display:block; }#dGopddZgLfRt0pNTA2HZXF3iyLoMbDbP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n6pSThzoVKCIoXFrITu0mZZhbi4hB5mF { top:3.5625rem;left:5.8125rem;width:41.9375rem;height:2.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFKe7XtUSktUDkHhDKLHXOPcW8WwhCq8 { top:9.625rem;left:24.5rem;width:23.125rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #erOl8nTspb1f1cwaHsWHp5BoWzLASXJy { top:11.875rem;left:30.0625rem;width:17.6875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDtZNyCl1VzPT4dH2KwnvgOpeKAFTxhz { top:14.9375rem;left:27.0625rem;width:20.6875rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZTle2bhL6Svs1RT6LAnctx4kfKmZAkR { top:23.1875rem;left:10.937501907349rem;width:23.125rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVhNANTD8FRlBcTIKeqhDAKHTPPd2fKt { top:25.625rem;left:15.687501907349rem;width:17.6875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8qchoNBLRwztwp5Lh11KnOSQQWwvt8r { top:28.75rem;left:13.000001907349rem;width:21.375rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWJXVB9LU4xo4aEToZ0vBqOiQiMTwNES { top:9.625rem;left:11.0625rem;width:23.125rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRDJ5U3sam9plPiTUTNAWDT3i9dK6Zw2 { top:12.25rem;left:13.0625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DM4B86UMZpkQWTQ0tzdAnVh9gCOB3APZ { top:12.125rem;left:14.937501907349rem;width:17.6875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEHXraBgy2mCudUW5T7bJ0PMM7rClefJ { top:15.1875rem;left:13.0625rem;width:19.0625rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsP92iw1Jrmxav5zWV8F8Fp0r2XTc0sk { top:23.125rem;left:24.5rem;width:23.125rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtZfBgqsWVpvICQTunynEcxwH5GySRi7 { top:25.6875rem;left:30.0625rem;width:17.6875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylPIlyKLp1FocdPw9tPRvJno57kZVFem { top:28.75rem;left:26.875rem;width:20.875rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWV2GDO5QZ6ECR0yHSJeskBWpcKxsvlH { top:6.25rem;left:0rem;width:19.875rem;height:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7kmqqkpgT8v0NILww84uzo7oZymlS3F { top:12rem;left:38.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJxdtLePmg76KgCLnaFTsztmWfVmxVzv { top:25.75rem;left:13.312501907349rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCMnzxTOQPeqL5bN02H78yQUz6Gzgsw4 { top:25.75rem;left:38.875001907349rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cy6EnkAtvTasnBSTJTTVug2UgnsXS7sg { top:37.9375rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2mWm2rDaHGtR4TeXWrAFUuIII7kVSiV { top:9.625rem;left:11.0625rem;width:23.125rem;height:11.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kPpFOrgNgNFCsubPViMGv9F0VnydPcUE { top:9.625rem;left:11.0625rem;width:23.125rem;height:11.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dd7SKarwxA7udeEeF1Ok40mt9pIBtiPg { top:9.625rem;left:11.0625rem;width:23.125rem;height:11.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz { display:block; }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tOh1BURJghbeWWRL6t8SyduDvvXe4aoT { top:4.5rem;left:0rem;width:47.75rem;height:3rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDLwSwQGtHLSeoaqkEnUbavmW4GqJsaw { top:12.4375rem;left:0rem;width:16.25rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScSdD7En2NQJQPgH1OTCFWxPryEhhGkZ { top:12.4375rem;left:5.875rem;width:16.25rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #skd3X2BaWIhd9vTR8mlifvsNEW4rq2BD { top:12.4375rem;left:25.4375rem;width:16.25rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #piEKOQctKmVUozEe32e4o1sLbxDvrLm0 { top:13.4375rem;left:0rem;width:10.5625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sb4FoVmTaRSK2hrJe6mdlRzaGbBzHt0s { top:19.375rem;left:0rem;width:15.625rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSSFFiD7LJu4MxtEZrGdtHQSmQIzGrtP { top:14.1875rem;left:7.4375rem;width:13.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSZFiXNNxU7P1QGS7fc2oQEoTiff4H2y { top:19.375rem;left:6.2367181777954rem;width:15.625rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXSXaRu0lDIfxQ6vEtOcbUMRbEbrOS2I { top:14.1875rem;left:26.9375rem;width:13.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOoDnMttc4mEaIkM72bmT5oWIoySz2TT { top:19.375rem;left:25.800000190735rem;width:15.625rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0SOIksmOAh42CwExsWd1IfnHIoV3pwa { top:14.125rem;left:32.125rem;width:15.625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z11AGXD97HVsxN7EJCAZAUnTA2E9mJWk { top:12.4375rem;left:31.375rem;width:16.25rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3triUdwVPaEaz0cCU9wbtouGiSH736V { top:19.3125rem;left:34.125rem;width:13.625rem;height:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1LzViWF42EL3Iki6uCsk9kWD32wMSBf { display:block; }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nkvhzzu4lZBbaDhqTaE7EcVAh5Hx9Vr7 { top:5.5rem;left:0rem;width:47.75rem;height:3rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6NrQ0KDEzeoyZTVqw3Ctm27rJWvL59T { top:14rem;left:0rem;width:21.875rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwZGv3nFT75a9KBAGJr1mRULQ2pTMbel { width:11rem;height:3.125rem;top:24rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlVWFKsarTyasK4aqOKv5pxCvAsxEhcm { display:block; }
 }@media only screen and (max-width: 763px) { #ubFfiTgzTb9UzQnAvtEQyNF7KhGBRK5C { top:13.1875rem;left:25.5rem;width:22.25rem;height:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZuv59ynVaMMLno4gsN4Ta7Uv5hoX272 { top:33rem;left:9.375rem;width:35.1875rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyWyv2LGpKftyZU7VvfCZ3HmJCrCLoQ5 { top:13.1875rem;left:12.9375rem;width:21.875rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9lLZHIZ9skfuXLMWf7DcqNRdcVCQirW { top:15.8125rem;left:14.8125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #snqEP8Bzxx7HQ6MPAITWWAuU3VhdBTIR { top:15.75rem;left:16.687500953674rem;width:16.125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id95Lwzlo5Ndk1CbwXlQT82eVd7QORM2 { top:20.625rem;left:14.812500953674rem;width:18.125rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqdu091AZSoa2c5e0NsFoDnJV9NyvJxa { top:18.9375rem;left:14.8125rem;width:18.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfUWORMqvSlNEo6A8Htqad475lksPVob { top:31.25rem;left:0rem;width:21.875rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeTkDFfshsJTskZtOkNdt0SK4E1CGmZ8 { top:33.8125rem;left:0rem;width:16.125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRcQUwl5qWu2JloKLmG1KK03uvHBZGAd { top:38.6875rem;left:0rem;width:18.125rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsUhEdb6UC9bwTM5qsNwaAR2iMGcCQ93 { top:37rem;left:0rem;width:18.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTMIDGcmNv9IGc8pVi8LKc2AJskv9ZNW { top:33.875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E37mRcfMiTxTGZD4AK7fyHT2ccl3zS6p { top:31.25rem;left:12.9375rem;width:21.875rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzG42mN4HypBn4yBbX6LCyPMcesbNvHe { top:33.8125rem;left:16.687500953674rem;width:16.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDtQ1p2AVpFG2NH8SlwkMOGuhmTAEZPF { top:38.6875rem;left:14.812500953674rem;width:18.125rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfrvEAkrTuCyzNZLv40J5msTULK5ybVQ { top:37rem;left:14.8125rem;width:18.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWCr9FnNS6IWCkbCBItpfKK0qNLTqZ9G { top:33.875rem;left:14.8125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwd8JvKUFWOM6V5mAdSdbl4GW3dFc9Jl { display:block; }#fwd8JvKUFWOM6V5mAdSdbl4GW3dFc9Jl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W83yyKikRBHbrrv8iI7pwMr0BmrEH62L { top:9.75rem;left:4.3125rem;width:43.4375rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #fidncn3BrAEl9m7x8ZbnRlzACEGsg6SE { top:9.25rem;left:0rem;width:20.6875rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #whdlzd6XikIUVhEzvQp8JvGwRizkZKxf { top:6.5625rem;left:0rem;width:26.375rem;height:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKE0awpQhWxZoqiBOrbiCFaDVDqOIBqe { width:11.25rem;height:3.375rem;top:31.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ms2QOu9eTofhGy01AH6AcnKKMObAXqOM { display:block; }
 }@media only screen and (max-width: 763px) { #UzB9ol9aSol1oKmTqf7nfSSwJ09KD9bV { top:19.0625rem;left:35.4375rem;width:12.3125rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewiWeMTNre1De6xdyd1SKXFOvKbFbq4w { top:19.0625rem;left:33.0625rem;width:12.25rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7VWk7B7knIEXDoBUUKCPhrk7Pdpp3yM { top:19rem;left:16.8125rem;width:12.3125rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsHL7q5XvJdrG8xqM5PmWFrCT7Q2OBh7 { top:6.5625rem;left:0rem;width:47.625rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMr8iCIImz7Xnue9bp6fLyOx9XkBEFWF { top:26.1875rem;left:38.375rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tncV4sC9gSuNIgI7x18NGy3cV0ayNWly { top:18.5rem;left:0rem;width:20.6875rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFvXF3ookPZw5dAzJJ86CBzS4mb49Qn0 { top:46.6875rem;left:18.625rem;width:12.3125rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #efGpIxnfH8lPGwaTPmH13GmJlnNlEh7h { top:46.6875rem;left:2.625rem;width:12.25rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cqpaksx2fU7ud3TrZFlVrU9Pb9XiSVnE { top:46.625rem;left:0rem;width:12.3125rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbyG24gGuwiIvBlTwtDBiBUgoxf2Pdcc { top:53.875rem;left:16.125rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT9g1EcRmGslclTxk42ibqtmetHAV3xL { top:41.75rem;left:21.375rem;width:26.375rem;height:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2blTFiODnPyRkfZlrCeaXv4rz2ROJlI { width:11.125rem;height:3.25rem;top:67.8125rem;left:3.1742181777954rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKT3LJqHLqmfyACTVU49FfJzekMPdaWu { display:block; }
 }@media only screen and (max-width: 763px) { #eXxrmmZq48UzTmRqh8Gp1Xoo8B6rJhqc { display:block; }#eXxrmmZq48UzTmRqh8Gp1Xoo8B6rJhqc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #myJLaeO4tm6klgLW9NDOnPaawyAogE9Z { top:8.875rem;left:0rem;width:47.75rem;height:;font-size:0.75rem;display:block; }#myJLaeO4tm6klgLW9NDOnPaawyAogE9Z li:before{  }
 }@media only screen and (max-width: 763px) { #QXu9EdOKUNOVsK9lK5pZgcbEDMatemOl { top:13.4375rem;left:0rem;width:12.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxmaWHRWutndBtSwyNT6BHidw5r01icV { top:8.375rem;left:7.5rem;width:0;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVMXwgbabNiv5nAKpTKT75h6gfgxrmiM { top:2.875rem;left:4.3125rem;width:43.4375rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSanoadvvKsgl9No8ai1y8Aev4L1IPfy { display:block; }#cSanoadvvKsgl9No8ai1y8Aev4L1IPfy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZCavADK1gOWCviUfLtAKkPceRZgks7WC { width:27.125rem;height:;top:25.5625rem;left:0rem;font-size:0.75rem;display:block; }#ZCavADK1gOWCviUfLtAKkPceRZgks7WC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bbb019e7613ff3d4f59c25c173d4f729030fb55.svg); }
 }@media only screen and (max-width: 763px) { #guhBOPMzB2kzzEhbZ7vQQHHJ0rQMNBVU { width:17.5rem;height:1.125rem;top:23.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJCQvEgONPKcvUXi0wtHzKWhlmcJutS4 { width:20.1875rem;height:4.125rem;top:13.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEdGWAEwEZLtZC94m53rAqyJArnRrCiu { top:5.8125rem;left:0rem;width:30.375rem;height:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAQG01c8qONdrutms47MxORTR2hrKBas { top:8.375rem;left:0rem;width:27.1875rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQznouHgQDcMApiscsHFrCCefOP5Zla8 { width:23.3125rem;height:3rem;top:9.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmgPEMGPmuzbNJbRXEAbH3LhPa4ly0Vp { width:17.5rem;height:1.1875rem;top:19.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOaZ6Fwn59hESLUGkLWxr0TiG9Jl7KXz { width:17.4375rem;height:3.375rem;top:38.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAg1rQQF93bwaXOS4WTSkySmO1AGCdIO { display:block; }
 }@media only screen and (max-width: 763px) { #TuEhfyPx5OkLpAvZJVMXN4moQOTbPv9V { top:1.4375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmFW8gekvETGICd1KsNepvZnqxLWZxou { top:8.1875rem;left:4.5625rem;width:27.1875rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #InbrImw7Vx3ELaEyZ7N2StTFA3Vp9DtK { width:23.3125rem;height:3rem;top:9.5625rem;left:8.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dx1AQDVL8M5CQC5ftUQDobyIwCyqEo6g { width:18.25rem;height:4.125rem;top:13.9375rem;left:13.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tns1b7iwdKy4r2KgsRzSE4cq6OtflEOJ { width:17.5rem;height:1.1875rem;top:19.375rem;left:14.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGukLvaH0DdfnXQgSIDFg7sQo7UBMy0g { width:17.5rem;height:1.125rem;top:23.3125rem;left:14.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBEiON25n6Po4VUOS69k9wRS8y43lp9w { width:17.4375rem;height:3.375rem;top:38.875rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #klf8sJ1ELVLpVA1gJoQ3lqkHRQXPfCFv { display:block; }
 }@media only screen and (max-width: 763px) { #vTol5haoKxFkZy9y3TtQUAn5ZitRzDc5 { top:5.75rem;left:1.375rem;width:30.375rem;height:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BL8OmDT0sBZ78LnkRIUHm1ubIJ41kqOI { width:17.5rem;height:1.1875rem;top:19.375rem;left:30.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgEPoZts161Jm6NR4XzboDTDkOnte6Ra { width:27.125rem;height:;top:25.75rem;left:4.625rem;font-size:0.75rem;display:block; }#dgEPoZts161Jm6NR4XzboDTDkOnte6Ra li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bbb019e7613ff3d4f59c25c173d4f729030fb55.svg); }
 }@media only screen and (max-width: 763px) { #zztIqUGJKLT9Zgv0CwVugTtU7i2zFMD0 { display:block; }#zztIqUGJKLT9Zgv0CwVugTtU7i2zFMD0 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N4sETcl8def3fV9eT8BQ0ShTgvQmRvR7 { width:12.1875rem;height:9.0625rem;top:13.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXUMDO4TVrpNga0bQdMEuz6bvghvET2S { top:8.3125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5RHZBGn2HsED0XT1VEu7dZR5rQll4Gx { top:4.9375rem;left:36.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaKzKtTGfNHsW09SVVnrobe5OFkyvIbo { top:5.5rem;left:11.375rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBd2suGRdCtU1i45zgsNqXneHNylxFJH { top:4.9375rem;left:10.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bqn29QuAsoiya2Id4T2rNcko0VddR2kZ { width:12.5rem;height:9.375rem;top:13.6875rem;left:17.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7xx3wzWOim22srUsu2vgttCftTlOmvX { width:13.375rem;height:9.9375rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWlMS4N2D6b9xyquPbIphvk6VtZEXXFv { width:13.9375rem;height:10.3125rem;top:22rem;left:16.906251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahW5BVW2HPgFeP3QpmBWaHRVnLIwui14 { width:11.625rem;height:11.625rem;top:21.3125rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuWIzaoZbh4d8vk9FquVSCIaT3DdrLbm { width:11.875rem;height:8.8125rem;top:13.9375rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZnsdym8pMZf5CaPauwCt6zEtckx38Al { width:8.75rem;height:4.6875rem;top:32.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXSFea9LzD8oUsXWcTzgfi36Rp8SumZc { width:14.6875rem;height:9.625rem;top:30.4375rem;left:16.531251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmiGiUVpuDsDtlmNsU9cTTBk1ukWcZkD { width:7.1875rem;height:7.125rem;top:32.0625rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4KLTFDkDAzJLM6iweTO5O51kE7VmsLw { width:10.3125rem;height:3.625rem;top:41.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4IaWuMRnAFNcc1CTCUdulvyiXv6OGbO { display:block; }#c4IaWuMRnAFNcc1CTCUdulvyiXv6OGbO > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MCvTfG7FeQZlv4HueIs6DJbIrLwLKNHv { width:10.5rem;height:6.75rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0PTTp9mTbKG7CIGU2xboaIx7SxdNh3m { top:2.625rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibhXAQgmgzt4MW8M1G1iTzMJFbyX9ixi { width:19.625rem;height:5.875rem;top:9.25rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnSviEPsvrOgquokTkLtSDF2xbUUnNGZ { width:12.5rem;height:6.9375rem;top:8.6875rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT76nCIEEFnoSLTxn2G1K3IUgBrWoaWv { width:12.9375rem;height:2.5625rem;top:18.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZC2heuihT3ya6O2zTlHTcqpaqhbwFpT { width:13.75rem;height:2.625rem;top:18.5rem;left:14.312501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #arRcTpsL4xZsRtZTJTD75ksxNtTr7S7B { display:block; }#arRcTpsL4xZsRtZTJTD75ksxNtTr7S7B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SsOf5o3XbD860HvuWt7UTTuyAmDMeo3v { top:3.75rem;left:4.9679689407349rem;width:37.8125rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbtlA2O7uUz7WTFClNMUnzkPBlqxxihS { display:block; }#EbtlA2O7uUz7WTFClNMUnzkPBlqxxihS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #krildK4fxBleOXk65P3qXBmBllUfoJ7D { top:4.8125rem;left:0rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX11EX3DG5JPiCUUlnpBFpw2aAbG5U0C { width:47.5625rem;height:2rem;top:1.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD9ldSXqtg1Aux9C8NCzd65h5r3yIRi1 { top:6.625rem;left:0.37499904632568rem;width:35.9375rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUD1vNexf0etZH2pXOqEAtRFTTdTLWWh { top:10.5rem;left:0.37421894073486rem;width:27.9375rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIgQkIRpAD6VfznphqCAt4yTs2TTzTCZ { width:33rem;height:2rem;top:1.4375rem;left:14.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcnMNMwAVeHueDyinld1O3ZTTJpQ9kZ2 { top:4.8125rem;left:25.849999427796rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFIusa0z8APUTXUHuJT80iLQTOspNa2W { top:6.625rem;left:24.6875rem;width:23.0625rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcxl4f5vO3dqOLSXJOEquwlC3apckRaE { top:10.4375rem;left:19.75rem;width:28rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESxpI1rr7snFD7JtrLEssz3fTGQ98gmh { display:block; }#ESxpI1rr7snFD7JtrLEssz3fTGQ98gmh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DvhcAAGciGmDlA8OpPPbXyIvKJvGwgLa { top:8.75rem;left:1.0929689407349rem;width:21.8125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzJ9UrmOFJuVwTeaprhP5Q4o0cK7P0BC { top:5.3125rem;left:0rem;width:10.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kX8mRTAl0Sd1KIOv8StfMwkhQexB2ph8 { width:43.4375rem;height:2rem;top:1.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EA3rg0TwEzl9shegGBlhMZfxAKWNvy2K { top:12rem;left:1.0617189407349rem;width:22.375rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRgWGtLcLOObUEbkM7wlIp7AuHmDAmer { top:11.5rem;left:25.8125rem;width:21.9375rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUMyhbmcrioTBXg2l892bPZAsfiiIeFG { top:4.9375rem;left:26.050000190735rem;width:10.1875rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuyDU8srR9Rbo3kTtgWxXLNfOsfJoHah { top:8.3125rem;left:28.375rem;width:19.375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l95HlBVPMMa8cb6TmmD0I3WqnAt5Eirc { display:block; }#l95HlBVPMMa8cb6TmmD0I3WqnAt5Eirc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CSpOtidvOJsMRo7SKTFZK3NlTqN56Axp { top:10.5625rem;left:22.125rem;width:13.6875rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKUziCHJWducUTWeTtRqTDJ2TzoA09TH { top:14.6875rem;left:23.25rem;width:11.375rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXxVdOcKySAL3ocPDe30nnJ6eXr46hUl { top:13.4375rem;left:22.875rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeSpqO2zRVkv8s54hXmDH59iBltX2XHe { top:2rem;left:20.25rem;width:17.375rem;height:6.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIVUn4IvVaPtTLX5DKa3R0fSwzaqTVNZ { top:14.5rem;left:0rem;width:19.625rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnUhtbsKD2x4NvTMPQOi15IeLhobMq6J { top:0.8125rem;left:0rem;width:16.4375rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQmOKhVNK6lOqLMCMTNVkTRTbMSBBkvL { width:3.5625rem;height:3.5625rem;top:8.5rem;left:1.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8hD7LLgrAkMx8bfAHyLQnFBFigpToIf { width:3.6875rem;height:3.6875rem;top:8.25rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzZ5SyCVFWRBc0Xq7mdDoQFbMsVtqyyl { width:3.75rem;height:3.75rem;top:8.5625rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 { position:relative;z-index:auto;display:block; }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 > .row .container { width:20rem;height:12.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gC9ZGzV16nn9P0FXo1THXqdUSd8zVm5o { width:8.125rem;height:3.25rem;top:8.0625rem;left:11.562500119209rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFkpdaT1nAu5hdV0zJP80oxude8D4smK { display:block; }
 }@media only screen and (max-width: 763px) { #m4JJhEChHpWkZOdSUiWIp0pmy32tPT06 { width:5.9375rem;height:2.8125rem;top:8.28125rem;left:0rem;font-size:0.875rem;color:#091d25;display:block; }
 }@media only screen and (max-width: 763px) { #TWIA0ID58uis0I1gqoD8TR98X4VwJMTZ { display:block; }
 }@media only screen and (max-width: 763px) { #SyPVpcakCcD57zJgfCDSe7Nkwc6LM5AC { width:5.625rem;height:2.8125rem;top:5.46875rem;left:0rem;font-size:0.875rem;color:#091d25;display:block; }
 }@media only screen and (max-width: 763px) { #aOtka1kx4yQ58rJs2VfC9VnTpv1mnM0R { display:block; }
 }@media only screen and (max-width: 763px) { #p6DvG272ISzAqlGkzyEAcOc4Xz8QURdH { width:8.875rem;height:2.8125rem;top:5.46875rem;left:5.3125001192093rem;font-size:0.875rem;color:#091d25;display:block; }
 }@media only screen and (max-width: 763px) { #rDFZaOu2GhUi4qDvVmJtW9XxVb7HvJNf { display:block; }
 }@media only screen and (max-width: 763px) { #w1XuHgp96HahbQKp7SVIu6lRWqbLxtiU { width:20rem;height:11.25rem;top:1.25rem;left:0rem;z-index:15002;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #T5hZEOWLmk7X7w7sP664y5sqZ9HJIXqo { width:8.4375rem;height:3.0625rem;top:1.25rem;left:0.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uFddZu2Oco9s4qJIpRcpk0UgmgwIPlgS { width:5rem;height:2.8125rem;top:5.46875rem;left:14.999132275581rem;font-size:0.875rem;color:#091d25;display:block; }
 }@media only screen and (max-width: 763px) { #zBvVRalCLSHszRQFtx8HyXOmn6psx2z4 { display:block; }
 }@media only screen and (max-width: 763px) { #lF6M6erdnX7A3bgBc9zLdC44U36r2vuM { width:5.625rem;height:2.8125rem;top:8.28125rem;left:5.9375001192093rem;font-size:0.875rem;color:#091d25;display:block; }
 }@media only screen and (max-width: 763px) { #uWGAUlSbCOfxcS5lkZteO9eivAHQ2k7b { display:block; }
 }@media only screen and (max-width: 763px) { #yeToBQyLstgEVh9OmQxfP1hHh5BOHCr2 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/270f2d88-27d9-4d59-a779-6d0e32bbdb55/Projektbeznazwy15.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#yeToBQyLstgEVh9OmQxfP1hHh5BOHCr2.adaptive-delivery-prevent-bg, #yeToBQyLstgEVh9OmQxfP1hHh5BOHCr2.lazyload, #yeToBQyLstgEVh9OmQxfP1hHh5BOHCr2.lazyloading { background-image: none; }#yeToBQyLstgEVh9OmQxfP1hHh5BOHCr2 > .row .container { background-color: transparent; background-image: none; }#yeToBQyLstgEVh9OmQxfP1hHh5BOHCr2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yeToBQyLstgEVh9OmQxfP1hHh5BOHCr2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yeToBQyLstgEVh9OmQxfP1hHh5BOHCr2 > .row .container > .video-iframe-container { display: none; }#yeToBQyLstgEVh9OmQxfP1hHh5BOHCr2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yeToBQyLstgEVh9OmQxfP1hHh5BOHCr2 > .row > .video-iframe-container { display: none; }#yeToBQyLstgEVh9OmQxfP1hHh5BOHCr2 > .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); }#yeToBQyLstgEVh9OmQxfP1hHh5BOHCr2 > .row .container { width:20rem;height:20.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EmFq4ouVvgXB2VAWNykioqXgs6d5TQCs { width:13.0625rem;height:1.5rem;top:3.77430625rem;left:3.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iltUhFEe2B0VgliVsn6KTXV7ByEtIWyi { width:19.5rem;height:1.27430625rem;top:1.25rem;left:0.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #d11wpvaGPG4uUTDf5tbOAcBnNTI1nqSC { width:13.8125rem;height:2.13715rem;top:14.8125rem;left:3rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:.9;color:#091d25;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dDXNcehvcNvzuvpboEa9Ax2Rsz7WxytW { width:14.125rem;height:1.39930625rem;top:18.812499523163rem;left:2.9375001192093rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zLtWQiuKKLxg1bXCVspZ0fMyghWV07xE { width:15.125rem;height:2.69965rem;top:9.0251736640931rem;left:2.4375001192093rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mV5SqPFvzvCZI2hzRvT0cM0iO0qJ5akB { width:18.5rem;height:6.9375rem;top:6.5625rem;left:0.6875rem;z-index:15001;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #091d25;border-left:0.0625rem solid #091d25;border-right:0.0625rem solid #091d25;border-bottom:0.0625rem solid #091d25;display:block; }
 }@media only screen and (max-width: 763px) { #EtBLekfEDwLW1bJctRkEcFHh3QN8TTrq { display:block; }#EtBLekfEDwLW1bJctRkEcFHh3QN8TTrq > .row .container { width:20rem;height:342.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xhMr8LsT3NObuT7p6LRrwdpd3xVniPaN { width:20rem;height:1.75rem;top:1.7500009536743rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vmi0c2BMMnHqPz8QHzTV7NkoaaBGbQNT { width:19.875rem;height:20.1875rem;top:13.875rem;left:0.0625rem;z-index:14986;display:none; }
 }@media only screen and (max-width: 763px) { #elyM0KR28KodOPNObNG09S3HP8afm7Hd { width:16.875rem;height:1.625rem;top:14.875rem;left:1.5625001192093rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CxFFk7CWlcBenDUuUENwpMVkOJiVbxD6 { width:19.625rem;height:1.5rem;top:27.187500476837rem;left:0.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kkoz9zgAWEXw9o39lUZ23fJPp1MBeaJC { width:4.6875rem;height:4.6875rem;top:17.124132156372rem;left:7.6562501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #itVtrioQ8ptTS5WEzi31fPdRNEiUTMkz { display:flex;width:1.5rem;height:1.5rem;top:14.9375rem;left:4.5000001192093rem; }
 }@media only screen and (max-width: 763px) { #kDMkDO1nt6TuWW7ADGEtpcTROowZOXVl { width:19.875rem;height:8.125rem;top:46.986111125rem;left:0.0625rem;z-index:14986;display:none; }
 }@media only screen and (max-width: 763px) { #uH4frpKZeN6CLDNt9iK3fSJ6kKV5cn58 { width:4.6875rem;height:4.6875rem;top:32.73611164093rem;left:7.6562501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZTvttSEwlnk15owGckX11CXNEkXzny8 { width:20rem;height:7.5rem;top:42.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bSgRxohQszb9KDu7aBQScb8EVmFQlV66 { display:flex;width:1.5rem;height:1.5rem;top:30.29861164093rem;left:4.5000001192093rem; }
 }@media only screen and (max-width: 763px) { #f0knM34l521vcz6SO8MEdFxcT4WiFbx4 { width:6.25rem;height:1.625rem;top:30.23611164093rem;left:6.9062501192094rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Oz8D7ZuntB2QbJdAiDFP4W9lDRET0kHJ { width:20rem;height:0.125rem;top:26.125000417232rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMr8oKyCviP623TGLm8m0OgKaWU1h51l { width:20rem;height:2.625rem;top:22.625000476837rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I4gI9AgGSd8sudzJTuxdpTIniD0iA1t3 { width:20rem;height:0.125rem;top:41.312500953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLZi0nhVfI6dWJCTc3pryCECXKqX2oc2 { width:20rem;height:2.625rem;top:38.11111164093rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HLNzrCJ3PlqxivDUwe0089pHlCMHuUZI { width:19.875rem;height:10.3125rem;top:76.298611125rem;left:0.0625rem;z-index:14986;display:none; }
 }@media only screen and (max-width: 763px) { #ZdVnIcpp3HUmifzcBk9LzgtKTJLMd8lA { width:4.6875rem;height:4.6875rem;top:53.486112594604rem;left:7.6562501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ssd70B50CiUQxm60Co78sSD9F2gJl4l5 { width:20rem;height:2.625rem;top:58.361110687256rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R4qUElVLXpKm23grbJ5T0vdVAopywnoB { width:20rem;height:0.125rem;top:61.415798187256rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1CIvBi8TvJupOfhnZM4kNvoWb9w4ugg { width:20rem;height:3.8984375rem;top:62.094616889954rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vaKCkOAxFAsFtRwixNuV2KNLdfRevg9F { display:flex;width:1.5rem;height:1.5rem;top:50.923612594604rem;left:4.5000001192093rem; }
 }@media only screen and (max-width: 763px) { #bBZ7oftpQBtMUqyiehUb1L5EpRD7U060 { width:9.6875rem;height:1.625rem;top:50.861112594604rem;left:5.3437501192093rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ls9Dr0TGNRuNAJi2G16vgd1DBb2Da5Ls { width:19.875rem;height:9.625rem;top:102.361111125rem;left:0.0625rem;z-index:14986;display:none; }
 }@media only screen and (max-width: 763px) { #bNmwH3hUKhZLFnk7Kl8z5skOqdRWsdsH { width:20rem;height:3.9375rem;top:89.423610687256rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N7L5XUG1lPEvx6acP4OdqkWSa4awmXsD { width:4.6875rem;height:4.6875rem;top:83.923610687256rem;left:7.6562501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNwXTsItGoiTOeRykRFtE6nuhAXPVn9x { width:20rem;height:0.125rem;top:94.173610687256rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF1osOUpAS4PZKdhgMwi2NrzGsDmVTz8 { width:20rem;height:6rem;top:95.298610687256rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iXbTxxTlwcO9qZWkiPpwGyWTMzR3Enei { display:flex;width:1.5rem;height:1.5rem;top:81.4375rem;left:4.5000001192093rem; }
 }@media only screen and (max-width: 763px) { #QaebTL1nbCeQFaPvnOimicM32BT3msXC { width:10.25rem;height:1.625rem;top:81.375rem;left:6.9375001192094rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ioe8V8V9I6xrex1MlqCSdQMGkCTSZSiE { width:19.875rem;height:4.1875rem;top:105.1250038147rem;left:0.0625rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #wuSdl5bZuxpoPkQdnBxWGkSiCcqmxFZV { width:20rem;height:1.5rem;top:106.5000038147rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NHRo2KMerRiFtmyKotIZTPi4OhbQBVot { display:flex;width:1.5rem;height:1.5rem;top:102.72135543823rem;left:3.8993054628372rem; }
 }@media only screen and (max-width: 763px) { #mRdXXRPXK8JqteXT2zae4dym5LZoQW5X { width:9.5625rem;height:1.625rem;top:102.65885543823rem;left:6.9062501192094rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #St6g6hOnb3hizVgRpSqdSTUGAAXLJRLN { display:flex;width:1.5rem;height:1.5rem;top:111.14583206177rem;left:3.8993054628372rem; }
 }@media only screen and (max-width: 763px) { #XCq6aen95kiQn26hVxrgg3DTXqbFzHe9 { width:4.6875rem;height:4.6875rem;top:113.95833206177rem;left:7.6562501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #qW1uEEgOaeiPQnf6RJq981CBnRGALhmp { width:9rem;height:1.625rem;top:111.14583206177rem;left:6.8750001192094rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uETsGSnGuNdzgItrhg8kOyTLOhed3w0V { width:19.875rem;height:7.0625rem;top:139.333333375rem;left:0.0625rem;z-index:14986;display:none; }
 }@media only screen and (max-width: 763px) { #fOFSzL1ciCo1ldocgVmNuUCbW5LsnrRC { width:20rem;height:1.3125rem;top:119.27083206177rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FKeXAwMBJ1uQszQJ3egBAkql9WccPFwZ { width:20rem;height:0.125rem;top:121.39583206177rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4ut2vu9yzW0C8iky3SH6JWfOv1wcKeI { width:20rem;height:4.5rem;top:122.20833206177rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Oi9NS9zksrqysd1STkyhuXl9lOwrGAZB { display:flex;width:1.5rem;height:1.5rem;top:128.1875038147rem;left:3.8993054628372rem; }
 }@media only screen and (max-width: 763px) { #cQ5FNS3OUOM3lqwfw5I1H5ZptuwlWz7R { width:4.6875rem;height:4.6875rem;top:130.6250038147rem;left:7.6562501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohsXub4vZqS4RoDAnL9TgdolvgxsuG8F { width:11.3125rem;height:1.625rem;top:128.1250038147rem;left:6.9062501192094rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g7TA49UkTUtQC2qFHEousNlsGnORbnBn { width:19.875rem;height:7.6875rem;top:161.270833375rem;left:0.0625rem;z-index:14986;display:none; }
 }@media only screen and (max-width: 763px) { #n0vWMOi53Z7UBiTv1bDD7XF63fatcelx { width:20rem;height:2.625rem;top:136.5000038147rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xRg4uBpDLhBTPTHo3aTF32PQehlwbR2q { width:20rem;height:0.125rem;top:139.6875038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oO99kb5FUvXX11Kud56XAxQkRVgArFGT { width:20rem;height:6rem;top:140.5625038147rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yTnhgt5oxm4TOBtphfJ1W0baTOF0O9nT { display:flex;width:1.5rem;height:1.5rem;top:147.8125038147rem;left:3.8993054628372rem; }
 }@media only screen and (max-width: 763px) { #w2eTmhnT6ATZlyfAdOaCuVKz4nXSIZMO { width:4.6875rem;height:4.6875rem;top:150.4375038147rem;left:7.6562501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8u5whe3k2TGf2tEW23G1C479abnP0a4 { width:8.4375rem;height:1.625rem;top:147.8750038147rem;left:6.9062501192094rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rTf0dGLOXrPQpR687KJNsLPF348xG7K4 { width:19.875rem;height:7.6875rem;top:183.833333375rem;left:0.0625rem;z-index:14986;display:none; }
 }@media only screen and (max-width: 763px) { #fC2HtZ3a2ossBkwqQtzIxveb8zluAStM { width:20rem;height:1.3125rem;top:155.8125038147rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nPTFZUiBQufKV5woeDcayHD4QnhTyaqW { width:20rem;height:0.125rem;top:157.6250038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmQV4yDQ1aAoLCb8Lur6V7ONgKRlggQZ { width:20rem;height:4.5rem;top:158.2500038147rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r5UzRTBFwWGoiqdD0v41LabX8CZgwQNm { display:flex;width:1.5rem;height:1.5rem;top:164.9375038147rem;left:3.8993054628372rem; }
 }@media only screen and (max-width: 763px) { #UMqIWw9N0hmGVvQv3dv583eiNEXfNEd8 { width:4.6875rem;height:4.6875rem;top:167.4375038147rem;left:7.6562501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOfR6FfDfgqcA6obXWXc7grf37dlMXgf { width:8.625rem;height:1.625rem;top:164.87413406372rem;left:6.9062501192094rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ag3fq6osq6BkyKKzpZ9WUS7awox2WfLT { width:19.875rem;height:7.6875rem;top:206.0694445rem;left:0.0625rem;z-index:14986;display:none; }
 }@media only screen and (max-width: 763px) { #lxpAo0r5Keex0mq9MXSkbrI3nhryCDUS { width:17rem;height:2.625rem;top:172.9375038147rem;left:1.5000001192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i3vUNuG7HRcmTDuV50gnWEpMWoCXi2pz { width:20rem;height:0.125rem;top:176.0625038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndk1AoPQWJFWpEHF3UExHmCXNbgHWaVN { width:20rem;height:4.5rem;top:177.1250038147rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ArVDwS3rfAnDXdrDOMmfd5ETGNG43OQp { display:flex;width:1.5rem;height:1.5rem;top:184.0000038147rem;left:3.8993054628372rem; }
 }@media only screen and (max-width: 763px) { #yETZoT05qL4HaQ2ntgnEITeJTvETmQJn { width:4.6875rem;height:4.6875rem;top:186.3125038147rem;left:7.6562501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPSotop70SPqgwfkCicu3O8cyDObigBr { width:10.25rem;height:1.625rem;top:183.9375038147rem;left:6.9062501192094rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wwHlBdgldmwd7Ttg02bt1AhQXT65MF9Z { width:19.875rem;height:7.6875rem;top:228.4444445rem;left:0.0625rem;z-index:14986;display:none; }
 }@media only screen and (max-width: 763px) { #nwAPuCzDFR0MqJqv4xDoJ91FC56MmTZc { width:20rem;height:5.25rem;top:191.9375038147rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sLdLs60q0UZyMKfIpxGmPUTJ0tDBWxEQ { width:20rem;height:0.125rem;top:197.8125038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IauSRPM6GIx8UETGACTPxIFwukFfddWh { width:20rem;height:4.5rem;top:198.5000038147rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q9Cgkg4XRGTpwbc5Sqpf328KWzvfyaue { display:flex;width:1.5rem;height:1.5rem;top:205.6250038147rem;left:3.8993054628372rem; }
 }@media only screen and (max-width: 763px) { #FuL1iemOXukvZUwGcALtBHF4mJK1093J { width:7.875rem;height:1.625rem;top:205.5625038147rem;left:6.9062501192094rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nTi20UneT8Jp5fpbdOAZ59sINbJmZ3BM { width:19.875rem;height:4.1875rem;top:208.4375038147rem;left:0.0625rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #txVFEOtIZgTg78Un8G02CWHveQDPrwfJ { width:20rem;height:1.5rem;top:209.8125038147rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GsSGofGOTixFenGd70GcfxiDoBOHGynA { display:flex;width:1.5rem;height:1.5rem;top:214.6250038147rem;left:3.8993054628372rem; }
 }@media only screen and (max-width: 763px) { #sncMmNwPGGi87r1wpxgfk2llXm90TAxB { width:4.6875rem;height:4.6875rem;top:217.1875038147rem;left:4.1875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzmtQwW6vBgLOiS3T5rPkGaXpZC6xtH6 { width:8.25rem;height:1.625rem;top:214.5625038147rem;left:6.9062501192094rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qGbPf5L5eJdvXoOlnfsmU0tdleu4TEKz { width:4.6875rem;height:4.6875rem;top:217.1875038147rem;left:11.125000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIck6JMhpf7ZvyVd4ZUSxwViT5UV2JTW { width:19.875rem;height:10.3125rem;top:271.243055625rem;left:0.0625rem;z-index:14986;display:none; }
 }@media only screen and (max-width: 763px) { #o7M4st9pvzr39aoZoN8TG2lEIKou2twB { width:20rem;height:5.25rem;top:222.8750038147rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a3Oezcrm5GZ1xEBuv1pnbb5Rh7Rmx2hs { width:20rem;height:0.125rem;top:229.9375038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vudVTskLz4yICasskb1uMQ3vivVfp7AW { width:20rem;height:6rem;top:230.8125038147rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fRqlISXgUGcdEDRJOndbicgyV4qTn4kf { display:flex;width:1.5rem;height:1.5rem;top:238.3750038147rem;left:3.8993054628372rem; }
 }@media only screen and (max-width: 763px) { #czmTOS4c7veMnQuZGH356dnqDnXCufZJ { width:4.6875rem;height:4.6875rem;top:240.6250038147rem;left:7.6562501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTTC7T3wD1iSOQkVK4qG2kZ7ue5zMriq { width:9.8125rem;height:1.625rem;top:238.3125038147rem;left:6.9062501192094rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S92zLfg2UgvvFmHzB0PSdmTJCiaxdUom { width:19.875rem;height:7.6875rem;top:298.493055625rem;left:0.0625rem;z-index:14986;display:none; }
 }@media only screen and (max-width: 763px) { #kXRx07gPIpotVdoz9vg2T9lJifURcMAc { width:20rem;height:1.5rem;top:246.1875038147rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zTEhTEqF7eBrMpu7B3FOVp0THBVitDLq { width:20rem;height:0.125rem;top:248.0625038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLTD8473JzC5aWNizUdQABM0JGhrVCPO { width:20rem;height:1.5rem;top:248.7500038147rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bWTekLdTGQZzF6tXkcogqbMcIxrLuhSN { display:flex;width:1.5rem;height:1.5rem;top:252.1875038147rem;left:3.8993054628372rem; }
 }@media only screen and (max-width: 763px) { #TJIzHtOSmFSzv4F0gpKt97VXiuWb7zEB { width:4.6875rem;height:4.6875rem;top:255.2500038147rem;left:4.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyGUs3W6eJaCD5uW8zA4DGIr2h600kie { width:9rem;height:1.625rem;top:252.1250038147rem;left:6.9062501192094rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NZyT7A4m2gImh4XCRK8JXV5HROkgt98w { width:4.6875rem;height:4.6875rem;top:255.24913406372rem;left:10.399305462837rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZNl9mLOTc5yyicnku0xH259CFfuCQCU { width:19.875rem;height:10.3125rem;top:286.5625rem;left:0.0625rem;z-index:14986;display:none; }
 }@media only screen and (max-width: 763px) { #ZURrAhyvspicUGz0Z2eozzLMMrVZU2kX { width:20rem;height:5.25rem;top:261.1875038147rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iKOfhShZTdXgsZHS5sB6LMHBS15T6Nmp { width:20rem;height:0.125rem;top:267.2500038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWRw3cI5UqxKMnuoFheIo6xrvvlXJor3 { width:20rem;height:7.5rem;top:268.1250038147rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qyXR0DQTzlox8EL5nh7thmPX8IHyp83w { display:flex;width:1.5rem;height:1.5rem;top:277.5625038147rem;left:3.8993054628372rem; }
 }@media only screen and (max-width: 763px) { #Pmk21DB2syf03aJpJnLC63F7KfunEaeB { width:4.6875rem;height:4.6875rem;top:280.1796913147rem;left:5.3437501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xg49GXuc45ZtHekaE6ZXGNCFR1WW0h3y { width:8.5625rem;height:1.625rem;top:277.5000038147rem;left:6.9062501192094rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ipqG0A4hHPXOl4deWTISsZRDuA4uzg6N { width:19.875rem;height:16.0625rem;top:327.0625rem;left:0.0625rem;z-index:14986;display:none; }
 }@media only screen and (max-width: 763px) { #oPiZfOQo84u5mE4c2ms1NJwAUskP7lcL { width:20rem;height:14.4375rem;top:291.18054580689rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R8Nc16PFqfcXxTTRU9vyf2nK4T8q4NXq { width:20rem;height:0.125rem;top:306.0000038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mdbh8lSaUabWeLT1r8TdE0RXuWmgMiio { width:20rem;height:8.53125rem;top:307.3125038147rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XblkEsUvELH4GKdRxMv6PukMlTcaOU9E { width:4.6875rem;height:4.6875rem;top:285.9375038147rem;left:5.3437501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWCwhT33gpJJe8Kv0MyAd0UvvdWDTuir { width:4.6875rem;height:4.6875rem;top:285.9375038147rem;left:10.743055462837rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECwBTidWdAR9TTlVRKam6V43TchWSqSW { display:flex;width:1.5rem;height:1.5rem;top:319.0000038147rem;left:3.4375001192093rem; }
 }@media only screen and (max-width: 763px) { #QOvZNIQW14gOPQsTTTedoV9pi8erNRu0 { width:8.625rem;height:1.625rem;top:318.9375038147rem;left:6.9062501192094rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RZxXOLEb6hQmMlrCWNekD2AQDoBuRDIV { width:19.875rem;height:7.6875rem;top:357.25rem;left:0.0625rem;z-index:14986;display:none; }
 }@media only screen and (max-width: 763px) { #SiRAWZZRT7wEUsgLQ952Z2bXa2yaiNnO { width:20rem;height:0.125rem;top:362rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lHR5qTzlv7SBJ2diMcXzxso781UuTAT4 { width:20rem;height:3rem;top:321.6250038147rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GMKxnDK6KMnlP7QB2Ma9Ibzm4pHvEUsC { display:flex;width:1.5rem;height:1.5rem;top:326.4375038147rem;left:3.0555557012558rem; }
 }@media only screen and (max-width: 763px) { #rVgOIr8hs6cE1kRLitvNcTtwhmchNtDZ { width:8.8125rem;height:1.625rem;top:326.3750038147rem;left:6.9062501192094rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZrDD7i5aHdKUnTGdfAriD2xD71T088Uo { width:19.875rem;height:4.1875rem;top:329.0625038147rem;left:0.25rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #qgUDavISeozRWMv19kDxLJh7i0l9ZXJr { width:20rem;height:1.5rem;top:330.2500038147rem;left:0.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G93S4NzxwrJrP2VMJHuV66k4OXK4Q6bd { width:19.875rem;height:8.625rem;top:47.25rem;left:0rem;z-index:14986;display:none; }
 }@media only screen and (max-width: 763px) { #UPeBOSwNutIIgMltrkGguBbemQi6h51T { width:20rem;height:3.9375rem;top:74.5625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rHZxETSpvFCmQ1letuP73FZunkN3BIhn { width:4.6875rem;height:4.6875rem;top:69.0625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUkZ1TuJtzArbkLkwVKuH2qRLA80kZ1D { width:20rem;height:0.125rem;top:50.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xevphQQqZu607WxmymZOVr5wWy5lp6cv { width:20rem;height:auto;top:48.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QxBrO4fCwwD2SRwQr420JLti1HdDyTCz { display:flex;width:1.5rem;height:1.5rem;top:66.6875rem;left:4.5rem; }
 }@media only screen and (max-width: 763px) { #xJdKtbpTNUifpw5FvAqGPenqOlC9Le1i { width:9.4375rem;height:1.625rem;top:66.625rem;left:6.875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mOvdJrnI4yh5FvItBh1E3UWLCzdBo3pA { width:20rem;height:0.125rem;top:78.8125rem;left:0rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #NhVR8rPXeOLeAErgF6UN8oO9HZefkXEK { width:4.6875rem;height:4.6875rem;top:280.1796913147rem;left:10.399305462837rem;display:block; }
 }@media only screen and (max-width: 763px) { #vS3buDTRT1mnpeP4BGUMMPSMVkSF1tD4 { display:flex;width:1.5rem;height:1.5rem;top:7.75rem;left:4.5rem; }
 }@media only screen and (max-width: 763px) { #mpu4rk88NDWizkxmZhqaq6xWE43FfbtU { width:7.25rem;height:1.625rem;top:7.6875rem;left:6.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QlK8UZ5Hmt3sMrwBbXMI3k9hys2MJS2O { width:19.875rem;height:5.625rem;top:11.3125rem;left:0rem;z-index:14986;display:none; }
 }@media only screen and (max-width: 763px) { #MG6tkU2Rcl64p9TCHLIVBNxDSqEp1EqX { width:20rem;height:1.5rem;top:11.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nJfttAB5A9Qmv3BtVt6zWqrnmAPPMv8D { display:none; }#nJfttAB5A9Qmv3BtVt6zWqrnmAPPMv8D > .row .container { width:20rem;height:189.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Cy9ViOkkUDy2thaBTWVxeTbw8WrigOxD { width:18.9375rem;height:22.04685rem;top:1.25rem;left:0.5rem;font-size:0.875rem;line-height:1.4;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IJGvlVyFglCG4OeaaADxgTVfbp0FDOPz { width:20rem;height:1.75rem;top:24.546rem;left:0rem;font-size:1.25rem;line-height:1.4;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NuIt9Ozg08mFVoBIMnwzfioICLm5acgt { width:20rem;height:1.224825rem;top:24.771708007812rem;left:0rem;font-size:0.875rem;line-height:1.4;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n44QL2dUCQh0BKDnpBLiSU9roG76JaCJ { width:20rem;height:4.19791875rem;top:28.146708007812rem;left:0rem;font-size:1rem;line-height:1.4;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gMc1Ts8UaBVArxuBlkDxl9yEUqQZkaPM { width:19.4375rem;height:12.24825rem;top:34.1085rem;left:0.25rem;font-size:0.875rem;line-height:1.4;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lSikVTLINTIZpJWfe5WTHOI0a1XHFVIg { width:20rem;height:15.3229375rem;top:47.605875rem;left:0rem;font-size:0.875rem;line-height:1.4;font-weight:300;font-style:normal;display:block; }#lSikVTLINTIZpJWfe5WTHOI0a1XHFVIg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dc92afaa2130704330930e43cb9fcbde955297de.svg); }
 }@media only screen and (max-width: 763px) { #CId9Lq4BIeX51lMA0gny4C789I8gxGWo { width:20rem;height:5.3125rem;top:27.546rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxxpisyiMoRBXDQx0Bfz2DJTH7DxPlDX { width:20rem;height:5.597225rem;top:64.777781005856rem;left:0rem;font-size:1rem;line-height:1.4;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ah6EQmnVsvqxTbCT24fipxZf28Nd9GwT { width:20rem;height:7.375rem;top:64.1788125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6mid8FsZlouSHAv2R3wXrWwlLoka2gZ { width:19.375rem;height:14.6979375rem;top:72.8038125rem;left:0.3125rem;font-size:0.875rem;line-height:1.4;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B7UcKOBOk53m3hR5byoRT9FSi0WNz493 { width:20rem;height:13.18575rem;top:88.75175rem;left:0rem;font-size:0.875rem;line-height:1.4;font-weight:300;font-style:normal;display:block; }#B7UcKOBOk53m3hR5byoRT9FSi0WNz493 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dc92afaa2130704330930e43cb9fcbde955297de.svg); }
 }@media only screen and (max-width: 763px) { #TvOvbT1Ia97Vxmvu0K4RKOOsf0IbrJ0a { width:20rem;height:11.6484375rem;top:123.0850625rem;left:0rem;font-size:0.875rem;line-height:1.4;font-weight:300;font-style:normal;display:block; }#TvOvbT1Ia97Vxmvu0K4RKOOsf0IbrJ0a li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dc92afaa2130704330930e43cb9fcbde955297de.svg); }
 }@media only screen and (max-width: 763px) { #rdQ3XSlz7ZeFNungkA9sxXq4sccsbm3t { width:19.4375rem;height:11.0234375rem;top:110.811625rem;left:0.25rem;font-size:0.875rem;line-height:1.4;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l7fcnwXfu3ppCb1isZ03IMNp1gwcX6rP { width:20rem;height:6.375rem;top:103.186625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkPOli5ssi71TDbZdl33DTRwq2n039pL { width:20rem;height:4.19791875rem;top:103.811625rem;left:0rem;font-size:1rem;line-height:1.4;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tIT9Pb1lyT6fzUFrchGQk4xTsNwGmV7O { width:19.125rem;height:19.59725rem;top:149.8585rem;left:0.4375rem;font-size:0.875rem;line-height:1.4;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ydmyEFWq2ME0ThcbxTs1POMTTBx8kWrp { width:20rem;height:12.625rem;top:135.9835rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwebTKgVa5r2N6ywVXE5auokvulb2Nr9 { width:19.1875rem;height:11.1944375rem;top:136.6085rem;left:0.75rem;font-size:1rem;line-height:1.4;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Okr2rOR3ubFK6kKFBFQUym88dtc4TuM6 { width:19.25rem;height:12.87325rem;top:170.70575rem;left:0.375rem;font-size:0.875rem;line-height:1.4;font-weight:300;font-style:normal;display:block; }#Okr2rOR3ubFK6kKFBFQUym88dtc4TuM6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dc92afaa2130704330930e43cb9fcbde955297de.svg); }
 }@media only screen and (max-width: 763px) { #tFuS9aQTuATn9WhZThbRupFCo6XnezQv { width:9.375rem;height:3.375rem;top:184.828125rem;left:5.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gw4qgfMsW7OTh8oWhw2dWhFfiZgm6Cf3 { display:block; }
 }@media only screen and (max-width: 763px) { #sTqveCET7HRMdOCdCAdvLE74hFMElOKp { background-color:#ffffff;background-image:none;display:block; }#sTqveCET7HRMdOCdCAdvLE74hFMElOKp > .row .container { background-color: transparent; background-image: none; }#sTqveCET7HRMdOCdCAdvLE74hFMElOKp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTqveCET7HRMdOCdCAdvLE74hFMElOKp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTqveCET7HRMdOCdCAdvLE74hFMElOKp > .row .container > .video-iframe-container { display: none; }#sTqveCET7HRMdOCdCAdvLE74hFMElOKp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTqveCET7HRMdOCdCAdvLE74hFMElOKp > .row > .video-iframe-container { display: none; }#sTqveCET7HRMdOCdCAdvLE74hFMElOKp > .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); }#sTqveCET7HRMdOCdCAdvLE74hFMElOKp > .row .container { width:20rem;height:456.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EqSfREpGygqpt3vlg7f93Qxgc7EfckBK { width:18.4375rem;height:5.25rem;top:25.0625rem;left:0.78046876192094rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #N2OwiNn1on9GteaZEchKIcofxyrCxAf3 { width:20rem;height:1.5rem;top:117.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mAfxEOFihIZ15rkp35XyioXmSkPiaTLV { width:9.125rem;height:13.3125rem;top:103.34724617004rem;left:5.4375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZBNlTK2b48KdTTwTfQXlnfpa83lJE1E { width:20rem;height:5.25rem;top:54.5625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QMJ4cGQi28WfCuJx8aWN5KBo0nT3ekWu { width:20rem;height:1.5rem;top:142.20834279061rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uiCkhP2TK03M2dyTiP4fgmyWt06tqfza { width:9.125rem;height:13.3125rem;top:128.06944656372rem;left:5.4375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #NinJQIccy4TMMStnh9gFD1NbrDiE4Ti4 { width:20rem;height:5.25rem;top:83.125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #riZort52CH6xEuvr4MeW5Dl4BUyG92TE { width:20rem;height:1.5rem;top:168.25608253479rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CHu8InuMhRpKAJzT9s24xBgMgC7pIVBl { width:20rem;height:5.25rem;top:112rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KAwWoucsXrpGIETN2rRTNZ02pDpDyPfV { width:20rem;height:1.5rem;top:193.69360733032rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fuqbCqRSPmb2FLZekVWnDkNUizMaUQ4u { width:9.125rem;height:13.3125rem;top:180.3819026947rem;left:5.4375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsyMTSFJ54pbNNwON3UzbfqkFkQhMyIT { width:9.125rem;height:13.3125rem;top:154.04429340363rem;left:5.0868054628373rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMNeGvTdCWX5g5nV3mzBlUTSPfOlnUlW { width:11.25rem;height:0.0625rem;top:173.333333375rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dFF2SARhk17SvyEqZud0SrA1pc0nlG6W { display:flex;width:0.8125rem;height:0.8125rem;top:174.645833375rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pzQyW9mEHCGk08SWaJUIZiNtwHbqBMe6 { width:5.875rem;height:15rem;top:153.14497375488rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhu40u9AbiXmeOGQNCg1pwT0NQOfa4yp { display:flex;width:1.5625rem;height:1.5625rem;top:120.72220230103rem;left:8.8680554628375rem;font-size:1.0625rem; }
#yhu40u9AbiXmeOGQNCg1pwT0NQOfa4yp > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #pbBekpGq71TCMaKTDPJ2QuTXJenrlbdI { display:flex;width:1.5625rem;height:1.5625rem;top:145.56943893433rem;left:9.2187501192094rem;font-size:1.0625rem; }
#pbBekpGq71TCMaKTDPJ2QuTXJenrlbdI > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #qFTkPXRTVb7g2ikWTWDrbMNLBzSeAZhT { display:flex;width:1.5625rem;height:1.5625rem;top:196.84205627441rem;left:9.2187501192094rem;font-size:1.0625rem; }
#qFTkPXRTVb7g2ikWTWDrbMNLBzSeAZhT > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #pGz1QCgrhIATrECoHyyT3XgJNFBTlq8X { display:flex;width:1.5625rem;height:1.5625rem;top:171.94443702698rem;left:9.2187501192094rem;font-size:1.0625rem; }
#pGz1QCgrhIATrECoHyyT3XgJNFBTlq8X > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #A3OFtfhxTkbmlpi1015JQKrREpZqX3BK { width:20rem;height:1.3125rem;top:118.75rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PoG56GBs19SB4TOpbzwTZypazavy78Mh { width:20rem;height:1.3125rem;top:143.70832157135rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dsBVFKHh7FmPgiwzVtDLBlUgFNkMheXe { width:20rem;height:1.39930625rem;top:195.19353103637rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bIrp5agCoZUEZfk9nymlB2SG9iFTM8nL { width:20rem;height:1.3125rem;top:169.75609779358rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DuGVDKVXTfWwGLXMQ3M2kZb5r4fSPAdP { width:11.25rem;height:0.0625rem;top:207.6319445rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #b3GUL9MKQyaMliVIEB9T727yvnXTFvaU { display:flex;width:0.8125rem;height:0.8125rem;top:211.8194445rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #P0lRTSdllmelI0vqgEO19it8A6zMf03e { display:flex;width:0.8125rem;height:0.8125rem;top:265.65625075rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #M1TIE89KInX4LmeI3SiCtQKdwqvL4zP8 { width:11.25rem;height:0.0625rem;top:264.34375075rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ETFmSVDHn88Ts5umnrzLkPQecTu3pxTA { display:flex;width:0.8125rem;height:0.8125rem;top:262.28125075rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #N6smU5fI8mNlg3M6uqeQo2X1G7r3BrlH { width:11.25rem;height:0.0625rem;top:243.7569445rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qUtarvGKAH5akxCh9wTQrGfCadePwfg7 { width:17.5rem;height:5.25rem;top:142.38125038147rem;left:1.2500000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #bIXCLz4N8SQXQTWVogws3W5exOoW9FeA { width:9.125rem;height:13.25rem;top:204.34369945526rem;left:5.4375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1OBnpFPHmkHPbLQPBXuHIa3DpcJRo4O { display:flex;width:1.5625rem;height:1.5625rem;top:224.15625953674rem;left:9.2187501192094rem;font-size:1.5625rem; }
#p1OBnpFPHmkHPbLQPBXuHIa3DpcJRo4O > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #EVwcx81UcHDSsTg23gR8ITi89JQTHGaL { display:flex;width:0.8125rem;height:0.8125rem;top:240.5rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bIaRNKGztQwlFKXdmmNzDLaiZVW6mTly { width:11.25rem;height:0.0625rem;top:239.1875rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tqcg4ITd57M9R2oaL4CV7xgTc9OegufE { width:20rem;height:2.8125rem;top:220.68750953674rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OfOI5TwBBffPvRdwJWbRDWg3vElXEW81 { width:18.4375rem;height:7rem;top:207.41233539581rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzEXHw6TWeps8wMuhUXJWow5nJgGpz68 { width:13.5625rem;height:1.5rem;top:218.625rem;left:3.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HWHqtye7U9FvoXCCCia9VUJRW5mRbmRd { width:9.0625rem;height:13.25rem;top:230.99214553833rem;left:5.4687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCDT4LOt47MKMeS3Jpo6gV9I0TFRS36i { display:flex;width:1.5625rem;height:1.5625rem;top:248.08676147461rem;left:9.2187501192094rem;font-size:1.5625rem; }
#WCDT4LOt47MKMeS3Jpo6gV9I0TFRS36i > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #LHpf1ylKnGfOnW0d1xaOFsoXDovbhZSE { width:17.5rem;height:5.25rem;top:170.81875038147rem;left:1.2500000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #iLwh6PKV57lATF3G3ZHsIFykR1WubvXq { width:11.25rem;height:0.0625rem;top:266rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ggvbUFghOKbQ880PCw33pqbmunWVBwFF { width:16.8125rem;height:1.40625rem;top:246.68055725097rem;left:1.5937501192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y4GXlIy1QgvPvNPH4DlykqyfuoQvaMoS { width:13.5625rem;height:1.5rem;top:245.18055725097rem;left:3.2187501192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cxb4x9G34RpcvbME10bTqoQghauS2TTc { display:flex;width:0.8125rem;height:0.8125rem;top:267.3125rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DiyExDhQQhIxz0NXKiqGh9XiA2gbxmpK { width:5.875rem;height:15rem;top:3.5061283111573rem;left:6.6562501192094rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #GVGa7bMnlP2lph6vuvgvXgEU8uNugKM1 { width:11.0625rem;height:2.375rem;top:174.21877098084rem;left:4.4687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1Ep85tsNdoq7AQ7oh6e19oHKRHdskyV { display:block; }
 }@media only screen and (max-width: 763px) { #QvIcSnhUVukfOIeqRUrSBV8i2CRHH3Vs { width:11.0625rem;height:2.375rem;top:199.1562461853rem;left:4.4687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5c5JwJpSgGkqpTxSfTIrXHBnOwnVKse { display:block; }
 }@media only screen and (max-width: 763px) { #G4JqB5txs17hXKhgZheZu4hWzfwU2iB2 { width:11.0625rem;height:2.375rem;top:226.43753528595rem;left:4.4687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbL5yDPE5isOpfINQMWeZmL0yGxusuL3 { display:block; }
 }@media only screen and (max-width: 763px) { #pwkVw56Enp03fzzenPcdO5JRUHiXMHuw { width:11.0625rem;height:2.375rem;top:250.68750190735rem;left:4.4687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTGdRp3EgHQkacoCzriTGKapbZ5WwxQN { display:block; }
 }@media only screen and (max-width: 763px) { #ZfMh8HPKa7ElWRT1rG62uHxU2XZaeVd3 { width:11.0625rem;height:2.375rem;top:123.06944656372rem;left:4.4687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q74l9NGtWNCWHVVpSvlTsV1ux49FhkbB { display:block; }
 }@media only screen and (max-width: 763px) { #kFTHVVe9NbGt534TWAbmuEn6R81Javmx { width:11.0625rem;height:2.375rem;top:147.57553672791rem;left:4.4687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGnUmQc8wwqv4D00eWpOTpmr28bpPokL { display:block; }
 }@media only screen and (max-width: 763px) { #Xe1LTDHxOBK76qTzk9fxmw8TguloDKuk { width:18.75rem;height:1.5rem;top:66.40976166725rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OlO1X5EQFAT7o8TGdurvOBEC3xK2yeMk { width:9.0625rem;height:13.1875rem;top:51.721352577209rem;left:5.4687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTUlrmOvz8gvgAbBgklpHtXCT809FCAw { width:9.0625rem;height:13.1875rem;top:78.097208023069rem;left:5.4687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqUakD81yFOQ2itm5wsTtbqQvlT1zteA { width:18.75rem;height:1.5rem;top:92.222202301025rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SgLrSNuiDZfluD2LDpC5wgTw5Tv82qiv { width:18.75rem;height:1.3125rem;top:67.9097237587rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RZzlneaTJIomK3qE6rexwvt8Wv4H0IQI { width:18.75rem;height:1.3125rem;top:93.72048950195rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hCsF3rNDTGt5RBMWoHDqZH182kOax3Oq { width:11.25rem;height:0.0625rem;top:110.15972225rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T6INJUM5w1CvZQobwox1T8641R9r9qcI { display:flex;width:0.8125rem;height:0.8125rem;top:111.47222225rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TpLzXbqbTw9VmJThKLeZwkhvAK1CJpbH { width:11.25rem;height:0.0625rem;top:127.97222225rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aUSWMTupfuPDAQ40Fmmhe3tDOpa0m3bR { display:flex;width:0.8125rem;height:0.8125rem;top:132.15972225rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dzt9iIUP5ULOVOzWp8T3QGtBuR0fi9zH { display:flex;width:1.5625rem;height:1.5625rem;top:69.784696578981rem;left:9.2187501192094rem;font-size:1.0625rem; }
#dzt9iIUP5ULOVOzWp8T3QGtBuR0fi9zH > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #ZUAqbKNoe4sC5FHcMyTopxXE3lTs0F2g { display:flex;width:1.5625rem;height:1.5625rem;top:95.53473854065rem;left:9.2187501192094rem;font-size:1.0625rem; }
#ZUAqbKNoe4sC5FHcMyTopxXE3lTs0F2g > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #DnastOC3iDgkQR6H000I8NxO7d1Qtcfp { width:11.0625rem;height:2.375rem;top:72.4097366333rem;left:4.4687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwgTZXVXzm3B4dDCrTzhkL2ckw4vsFkC { display:block; }
 }@media only screen and (max-width: 763px) { #PW7z3AbBgPCWpTvQRbLL6Jblxwufrohm { width:11.0625rem;height:2.375rem;top:97.784737586975rem;left:4.4687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #snVDMU71nsMdM38tZxDU03BkxrLJ4wU3 { display:block; }
 }@media only screen and (max-width: 763px) { #Te4M0buPiIDAr5wSXW27dAdg0Zqu3IQD { width:18.4375rem;height:7.875rem;top:130.73182868957rem;left:0.375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #bDbVvALiTMJW7gLD1rAHsfGawxzU6Tmc { display:flex;width:0.8125rem;height:0.8125rem;top:305.625rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #syCs9lXrPrxVB7tClN4XCWCvlaG5MDtz { width:11.25rem;height:0.0625rem;top:301.4375rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #O8QLPaDTyc1HATekwWSO2CCvoRaNHT48 { width:11.0625rem;height:2.375rem;top:276.12499427796rem;left:4.4687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVHfyvKrTshSaOBQOx0QhhT75XNhhOuz { display:block; }
 }@media only screen and (max-width: 763px) { #m3zO4kzXVnal8u2OzxZitVtFn3y6XXWc { width:9.75rem;height:1.5rem;top:270.18662548065rem;left:5.1250001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KJvuJLTHw1nGl8TVIQxWkhmIlTAFVsBS { width:9.1875rem;height:1.3125rem;top:271.68662548065rem;left:5.4062501192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p34bHDLceb21q46EFkVAu8cDC4Zc8qan { display:flex;width:1.5625rem;height:1.5625rem;top:273.87415409088rem;left:9.2187501192094rem;font-size:1.0625rem; }
#p34bHDLceb21q46EFkVAu8cDC4Zc8qan > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #rZh5KUChVzNkKW02GWAyTLdwqfOBfneU { width:9.0625rem;height:13.1875rem;top:255.62502765656rem;left:5.1180554628373rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6pQlOIZwEnt0GT1EnZCsmbG5OivlT44 { width:11.0625rem;height:2.375rem;top:300.12501716614rem;left:4.4687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ju60Zhy9ariTyqR3ZkBOsOm2kcLh7noJ { display:block; }
 }@media only screen and (max-width: 763px) { #qP4RuTJIn4UrIWC2Tp6BovZOO5lTi7VH { display:flex;width:1.5625rem;height:1.5625rem;top:297.8125038147rem;left:9.2187501192094rem;font-size:1.0625rem; }
#qP4RuTJIn4UrIWC2Tp6BovZOO5lTi7VH > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #u9FO3bN7vV3yhSqw6NcW6UPnI3lTr0nr { width:9.125rem;height:13.25rem;top:280.250020504rem;left:5.4375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhqdAtsQBTtFTMCGzMekmkpDbucFhefT { width:11.25rem;height:0.0625rem;top:322.1875rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UggmJ8Temcp1lbDCo6UDzJNhC2DnvfM9 { width:9.1875rem;height:1.3125rem;top:295.93744277954rem;left:5.4062501192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DOiAqyTvNw3rRSWxoJah7wCqbXtKAkKl { width:12.3125rem;height:1.5rem;top:294.43749046326rem;left:3.8437501192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZCJRu3MCVtx5WsveJbuQAW2uqcnTboaB { width:18.5rem;height:6.5rem;top:258.91317367554rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiJrQZDDt7TeOs2UwNkE8HyJ5BlOEUhs { width:9.125rem;height:13.25rem;top:304.49996948243rem;left:5.4375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xxm8gE3b2gfJJk1SZyW1RBNgXWLfAEJJ { width:11.0625rem;height:2.375rem;top:326.37497329712rem;left:4.4687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #mERfvsaweLNS48kToXC6p2dLi07dqqH5 { display:block; }
 }@media only screen and (max-width: 763px) { #mm2a3w6Avuz4gPcaIIRPqrbbkiJOSQQF { display:flex;width:1.5625rem;height:1.5625rem;top:323.31249713898rem;left:9.2187501192094rem;font-size:1.0625rem; }
#mm2a3w6Avuz4gPcaIIRPqrbbkiJOSQQF > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #Sfa7aV7qtmlhrTZNkr55w7vltEsAurnQ { display:flex;width:0.8125rem;height:0.8125rem;top:357.8125rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qWwL7f720NvAwu4IIEVcge2ncXTCOdOk { width:11.25rem;height:0.0625rem;top:353.625rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dsrf1Cx3rHyMxr3Erp58XNFhGEIJ6LXx { width:9.1875rem;height:1.3125rem;top:321.06252765656rem;left:5.4062501192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Op3xXoqHqVp0LySHRZnVAqAiPcZur4gr { width:12.5rem;height:1.5rem;top:319.56249713898rem;left:3.7500001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y4EeDTKKwn2BH2yZGUO1V1XArKsTifN5 { display:flex;width:0.8125rem;height:0.8125rem;top:299.375rem;left:9.5625rem;z-index:15029;display:none; }
 }@media only screen and (max-width: 763px) { #Sw9HePRz76lTBLoNWcDNCsoUxsmaJoy7 { width:9.125rem;height:13.25rem;top:330.9375rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOiyy6ONXqWaXT28MtNhxheHfQOb22Q9 { width:9.875rem;height:2.0625rem;top:352.37501716614rem;left:5.0625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqzrSTRhibzKyK8OLtvqlcBD2TehpvKM { display:block; }
 }@media only screen and (max-width: 763px) { #dLwS9FBRxTgJ1ClTKrg7XZMOLuuaOe2I { display:flex;width:1.5625rem;height:1.5625rem;top:349.25rem;left:9.25rem;font-size:1.0625rem; }
#dLwS9FBRxTgJ1ClTKrg7XZMOLuuaOe2I > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #r08iXeUnmG6QC9K5k5aNufSE62Vae7uv { display:flex;width:0.8125rem;height:0.8125rem;top:387.5625rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yr2kVZM4Kc1CqLALRbtTBCAkTp1At1Lp { width:11.25rem;height:0.0625rem;top:383.375rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qqXt1SsXnJd5oIvJeQ0BOtRo02OUDXpi { width:9.1875rem;height:1.3125rem;top:347.25rem;left:5.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HGFc3D4QEvu310Wbu1Cqe9n9MTipn1iJ { width:12.5rem;height:1.5rem;top:345.25rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D1lmtXxBER2TSJsdAkHn7paFXBTxLurE { width:18.4375rem;height:7.6875rem;top:359.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XH8mhcyCuJhCROtyaCGvfiZX3OK1tfFP { width:18.75rem;height:1.5rem;top:18.5625rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eZwZF2u3TrEtJIfsdHxTD8Si4c7eR1pU { width:9.125rem;height:13.25rem;top:4.0625rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRXeGQI37BchPZngSALnuveZs9T0gdT3 { width:9.125rem;height:13.25rem;top:28.283854484558rem;left:5.4375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocPdCUX6pDdpFBEKIGLJfNlH655abTP4 { width:18.75rem;height:1.3125rem;top:20.124966621399rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mWq5l1U0Nvtplz99dmZ1TuHFVAVMhhoW { display:flex;width:0.8125rem;height:0.8125rem;top:30.5rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sWNF25JC9LQpfe4ZZuxt4c36wH1cHW4W { width:11.25rem;height:0.0625rem;top:29.1875rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FTSl1hpzRsL9bAW8lUc7McgBEaPnTboC { display:flex;width:1.5625rem;height:1.5625rem;top:22.187534809112rem;left:9.2187501192094rem;font-size:1.0625rem; }
#FTSl1hpzRsL9bAW8lUc7McgBEaPnTboC > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #QOfgne0rvAN9hPs6iW1CUA20Uw6HdnRB { width:11.0625rem;height:2.375rem;top:24.437466621399rem;left:4.4687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7V7g12nXzXTxASzvJUvzAHNT8f7Xn1M { display:block; }
 }@media only screen and (max-width: 763px) { #MPu1xomK8TWoAPftL5V0DVvkiUH8WFqp { width:18.75rem;height:1.5rem;top:42.43749332428rem;left:1.2491319179535rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hmxfctgow6ohv5DHTgPFxkurO2T6qJ9M { width:18.75rem;height:1.3125rem;top:44.624132156372rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l2Zaq2mypZ4dLyOzoScaEF9qTG9kZMgy { width:11.25rem;height:0.0625rem;top:32.5625rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #X8DMefJcHSAF2wTgyTKLrUTvUFZSZwKe { display:flex;width:1.5625rem;height:1.5625rem;top:45.936632156372rem;left:9.2187501192094rem;font-size:1.0625rem; }
#X8DMefJcHSAF2wTgyTKLrUTvUFZSZwKe > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #VqpJ9rTVz7CvUg5xbfAf9aDNZb7dIfWm { width:11.0625rem;height:2.375rem;top:48.409736633301rem;left:4.4687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXs0IhAwXVfy75GOIVXwpvh9G4wnxsrp { display:block; }
 }@media only screen and (max-width: 763px) { #CpbAwXQ4DtrnDepPNzusUsGSISkBHgXt { width:18.4375rem;height:6.8125rem;top:54.853297233581rem;left:0.7256944179535rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Iy4K0T5ErOQXRQsQFVZCRFdwTNruXBCE { display:flex;width:0.8125rem;height:0.8125rem;top:36.75rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xr764I4yIsTHfAaoSkHkFawdJV28KkUc { width:20rem;height:1.5625rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #Nv6Pm02h5nKLvQaS0RMSuKpAKfTH2WTA { width:9.125rem;height:13.25rem;top:357.14844751358rem;left:5.0868054628373rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5S7XulhPtBsXnIuqiuRh9Tra0uemFwZ { width:9.0625rem;height:13.1875rem;top:382.37500762939rem;left:5.4687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #STHygimenD9SDkPsUtoT5Axnxx3dTpnd { width:10.1875rem;height:1.9375rem;top:377.24913883209rem;left:4.9062501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #boFPwDhOfzHXexiDMes7SiIQvTQGkd17 { display:block; }
 }@media only screen and (max-width: 763px) { #fTWlS2k4OC5QkCHdhS59TJarCBvLx12x { width:9.875rem;height:2.375rem;top:402.56164932251rem;left:5.0625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuTlPxgL9MXOaOdI4t3dlaSRkcUdUdEL { display:block; }
 }@media only screen and (max-width: 763px) { #KzxbD75BeZ6NeRQtVQhl378aoX2rnu6e { display:flex;width:1.5625rem;height:1.5625rem;top:375.12500667572rem;left:9.2187501192094rem;font-size:1.0625rem; }
#KzxbD75BeZ6NeRQtVQhl378aoX2rnu6e > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #JcxXKaVN52P2SuKkSHTLKqRt1Z2qVNTL { display:flex;width:1.5625rem;height:1.5625rem;top:400.18747329712rem;left:9.2187501192094rem;font-size:1.0625rem; }
#JcxXKaVN52P2SuKkSHTLKqRt1Z2qVNTL > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #zdXQJBcZzJlmcAZqkhn2x358c0WDwtlW { display:flex;width:0.8125rem;height:0.8125rem;top:420.75rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BQGl4nKzTvgGyWte7Un6hoNQa6RksdOK { width:18.5rem;height:6.375rem;top:410.50001335144rem;left:0.6944444179535rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0XVHqgdP98JqJgVr2SwgTG5zNTTBOKl { width:11.25rem;height:0.0625rem;top:416.5625rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DNvNODDwOq57D2eqfLz5RE9X3aCEBZfG { width:11.25rem;height:0.0625rem;top:446.625rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HdxIlydnsZfEnWBrv3BLENd2nMmeqcUr { width:9.1875rem;height:1.3125rem;top:373.43755722046rem;left:5.0555554628373rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C0nnJ91lBO9pFwPRVhfDx8plevCT7ASy { width:9.1875rem;height:1.3125rem;top:398.31163215638rem;left:5.4062501192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AwgkXmEPnFbVzNyUmHtIrchiW1qO76AH { width:12.5rem;height:1.5rem;top:371.87505722046rem;left:3.7500001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mI8cDDUU3JC7uNKI4ickrtmsV7sHnHst { width:12.5rem;height:1.5rem;top:396.81163215638rem;left:3.7500001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZFDJmroP6EKfMaETdHltxRzaErTatZw9 { display:flex;width:0.8125rem;height:0.8125rem;top:450.8125rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bUQXfV3FbHuJ050ayxRJoGsMiuosATQX { width:9.125rem;height:13.25rem;top:407.7500038147rem;left:5.0868054628373rem;display:block; }
 }@media only screen and (max-width: 763px) { #PODl5BmXHOPAh0fKSxDcwwkqvA7IdT70 { width:11.0625rem;height:2.375rem;top:428.31244945526rem;left:4.4687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBLbHpZL3QwxQhinecH1bgvgcwPvUCkz { display:block; }
 }@media only screen and (max-width: 763px) { #oMqZzUfJDEJ41DUTqzvClEAZXqIXCrpD { display:flex;width:1.5625rem;height:1.5625rem;top:426.00002670288rem;left:9.2187501192094rem;font-size:1.0625rem; }
#oMqZzUfJDEJ41DUTqzvClEAZXqIXCrpD > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #P7q1HDqJFpaZT5NE1F8TlbAPX3tFFXP0 { display:flex;width:0.8125rem;height:0.8125rem;top:481.125rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #k8tJuakJyh7udgbQ3fifOtGbParJBfBt { width:11.25rem;height:0.0625rem;top:476.9375rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mLlTUiU5L0BA3zULzG5vs2PwpcoP6wGt { width:9.1875rem;height:1.3125rem;top:423.87415575981rem;left:5.4062501192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F7Dge7Ou7ygZAeoZIX7nUu0lqLzTAW05 { width:12.5rem;height:1.5rem;top:422.37497997284rem;left:3.7500001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f6sdWpFzgz96pZTzLeeAQRPeA9e71xaH { width:9.125rem;height:13.25rem;top:432.23523712158rem;left:5.4375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNHtWDL0OLHmvnTBKPpWaR0K4KzupWr8 { width:9.1875rem;height:1.3125rem;top:447.92192649841rem;left:5.4062501192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JsscpXkP6XFyOzt0LcqwthbiFSJmeVJN { width:12.5rem;height:1.5rem;top:446.42271614075rem;left:3.7500001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nog11qkDKpbrqsTgTW8rA3IIGVqDfExX { width:11.25rem;height:0.0625rem;top:212.375rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EGZwCFe69IwabJziJPKTINpye2KkAp5G { display:flex;width:1.5625rem;height:1.5625rem;top:449.81245613098rem;left:9.2187501192094rem;font-size:1.0625rem; }
#EGZwCFe69IwabJziJPKTINpye2KkAp5G > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #FRbyTtl2n0M3TqPrCgdIQFp6UqTtT0kP { width:11.0625rem;height:2.375rem;top:452.17273330689rem;left:4.4687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2gpZU2NQs17NTEZzLGgxAE1vfGmHdQd { display:block; }
 }@media only screen and (max-width: 763px) { #mfFrWUQNzNwmSehLFOsupThQPoTqkJcI { width:18.4375rem;height:7.25rem;top:434.24912452697rem;left:0.7256944179535rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGopddZgLfRt0pNTA2HZXF3iyLoMbDbP { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7c4af013-6b0c-45d0-880c-8e34615823b0/shutterstock_2412489365.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#dGopddZgLfRt0pNTA2HZXF3iyLoMbDbP.adaptive-delivery-prevent-bg, #dGopddZgLfRt0pNTA2HZXF3iyLoMbDbP.lazyload, #dGopddZgLfRt0pNTA2HZXF3iyLoMbDbP.lazyloading { background-image: none; }#dGopddZgLfRt0pNTA2HZXF3iyLoMbDbP > .row .container { background-color: transparent; background-image: none; }#dGopddZgLfRt0pNTA2HZXF3iyLoMbDbP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGopddZgLfRt0pNTA2HZXF3iyLoMbDbP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGopddZgLfRt0pNTA2HZXF3iyLoMbDbP > .row .container > .video-iframe-container { display: none; }#dGopddZgLfRt0pNTA2HZXF3iyLoMbDbP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGopddZgLfRt0pNTA2HZXF3iyLoMbDbP > .row > .video-iframe-container { display: none; }#dGopddZgLfRt0pNTA2HZXF3iyLoMbDbP > .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); }#dGopddZgLfRt0pNTA2HZXF3iyLoMbDbP > .row .container { width:20rem;height:56.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n6pSThzoVKCIoXFrITu0mZZhbi4hB5mF { width:20rem;height:1.5625rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lFKe7XtUSktUDkHhDKLHXOPcW8WwhCq8 { width:20rem;height:12.5rem;top:21.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #erOl8nTspb1f1cwaHsWHp5BoWzLASXJy { width:8.75rem;height:1.5rem;top:7.3680553436281rem;left:5.6250001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDtZNyCl1VzPT4dH2KwnvgOpeKAFTxhz { width:18.25rem;height:3.9375rem;top:9.4305553436281rem;left:0.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZZTle2bhL6Svs1RT6LAnctx4kfKmZAkR { width:20rem;height:12.5rem;top:60.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PVhNANTD8FRlBcTIKeqhDAKHTPPd2fKt { width:7.625rem;height:1.5rem;top:17.811632156372rem;left:6.8055554628375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8qchoNBLRwztwp5Lh11KnOSQQWwvt8r { width:17.5rem;height:3.9375rem;top:20.125038146972rem;left:1.6805557012558rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LWJXVB9LU4xo4aEToZ0vBqOiQiMTwNES { width:20rem;height:10rem;top:38.145833375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRDJ5U3sam9plPiTUTNAWDT3i9dK6Zw2 { display:flex;width:1.25rem;height:1.25rem;top:28.083312749863rem;left:9.3750001192094rem; }
 }@media only screen and (max-width: 763px) { #DM4B86UMZpkQWTQ0tzdAnVh9gCOB3APZ { width:14.375rem;height:1.5rem;top:29.332465171814rem;left:2.8125001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JEHXraBgy2mCudUW5T7bJ0PMM7rClefJ { width:14.3125rem;height:3.9375rem;top:31.708333015442rem;left:2.8125001192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VsP92iw1Jrmxav5zWV8F8Fp0r2XTc0sk { width:20rem;height:12.5rem;top:75.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QtZfBgqsWVpvICQTunynEcxwH5GySRi7 { width:15.4375rem;height:1rem;top:40.6875rem;left:2.2812501192093rem;font-size:1rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ylPIlyKLp1FocdPw9tPRvJno57kZVFem { width:17.5rem;height:3.9375rem;top:43.4375rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fWV2GDO5QZ6ECR0yHSJeskBWpcKxsvlH { width:15.8125rem;height:28.125rem;top:6.800000190735rem;left:2.0937500596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q7kmqqkpgT8v0NILww84uzo7oZymlS3F { display:flex;width:1.25rem;height:1.25rem;top:5.6111116409302rem;left:9.3750001192094rem; }
 }@media only screen and (max-width: 763px) { #TJxdtLePmg76KgCLnaFTsztmWfVmxVzv { display:flex;width:1.25rem;height:1.25rem;top:16.562466621399rem;left:9.3750001192094rem; }
 }@media only screen and (max-width: 763px) { #nCMnzxTOQPeqL5bN02H78yQUz6Gzgsw4 { display:flex;width:1.25rem;height:1.25rem;top:39.4375rem;left:9.3750001192094rem; }
 }@media only screen and (max-width: 763px) { #Cy6EnkAtvTasnBSTJTTVug2UgnsXS7sg { width:20rem;height:5.597225rem;top:49.5069445rem;left:0rem;font-size:1rem;color:#e7ede7;text-align:center;text-align-last:center;font-weight:700;font-style:normal;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #P2mWm2rDaHGtR4TeXWrAFUuIII7kVSiV { width:20rem;height:10rem;top:26.78472225rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #kPpFOrgNgNFCsubPViMGv9F0VnydPcUE { width:20rem;height:10rem;top:15.48611164093rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #Dd7SKarwxA7udeEeF1Ok40mt9pIBtiPg { width:20rem;height:10rem;top:4.0625rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz { display:block; }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .row .container { width:20rem;height:51.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tOh1BURJghbeWWRL6t8SyduDvvXe4aoT { width:20rem;height:3.5rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WDLwSwQGtHLSeoaqkEnUbavmW4GqJsaw { width:16.25rem;height:4.8125rem;top:6rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScSdD7En2NQJQPgH1OTCFWxPryEhhGkZ { width:16.25rem;height:4.8125rem;top:12.173611125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #skd3X2BaWIhd9vTR8mlifvsNEW4rq2BD { width:16.25rem;height:4.8125rem;top:18.34722225rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #piEKOQctKmVUozEe32e4o1sLbxDvrLm0 { width:10.9375rem;height:3rem;top:7rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sb4FoVmTaRSK2hrJe6mdlRzaGbBzHt0s { width:20rem;height:3.9375rem;top:30.6944445rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uSSFFiD7LJu4MxtEZrGdtHQSmQIzGrtP { width:13.3125rem;height:1.5rem;top:13.923611125rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSZFiXNNxU7P1QGS7fc2oQEoTiff4H2y { width:20rem;height:3.9375rem;top:35.8819445rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sXSXaRu0lDIfxQ6vEtOcbUMRbEbrOS2I { width:13.3125rem;height:1.5rem;top:20.09722225rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOoDnMttc4mEaIkM72bmT5oWIoySz2TT { width:20rem;height:3.9375rem;top:41.0694445rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k0SOIksmOAh42CwExsWd1IfnHIoV3pwa { width:20rem;height:1.5rem;top:26.208333375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z11AGXD97HVsxN7EJCAZAUnTA2E9mJWk { width:16.25rem;height:4.8125rem;top:24.520833375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3triUdwVPaEaz0cCU9wbtouGiSH736V { width:18.375rem;height:3.9375rem;top:46.2569445rem;left:0.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a1LzViWF42EL3Iki6uCsk9kWD32wMSBf { display:none; }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf > .row .container { width:20rem;height:88.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Nkvhzzu4lZBbaDhqTaE7EcVAh5Hx9Vr7 { width:20rem;height:3.625rem;top:1.25rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m6NrQ0KDEzeoyZTVqw3Ctm27rJWvL59T { width:20rem;height:9rem;top:6.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TwZGv3nFT75a9KBAGJr1mRULQ2pTMbel { width:11.038201375rem;height:3.163195125rem;top:16.375rem;left:4.4375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qlVWFKsarTyasK4aqOKv5pxCvAsxEhcm { display:block; }
 }@media only screen and (max-width: 763px) { #ubFfiTgzTb9UzQnAvtEQyNF7KhGBRK5C { width:15.0625rem;height:22.625rem;top:62.47569375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZuv59ynVaMMLno4gsN4Ta7Uv5hoX272 { width:5.3125rem;height:13.6875rem;top:14.1875rem;left:12.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KyWyv2LGpKftyZU7VvfCZ3HmJCrCLoQ5 { width:20rem;height:12.1875rem;top:20.78819375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9lLZHIZ9skfuXLMWf7DcqNRdcVCQirW { display:flex;width:1.25rem;height:1.25rem;top:23.41319375rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #snqEP8Bzxx7HQ6MPAITWWAuU3VhdBTIR { width:14.375rem;height:1.5rem;top:23.35069375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id95Lwzlo5Ndk1CbwXlQT82eVd7QORM2 { width:17.5rem;height:2.625rem;top:28.22569375rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqdu091AZSoa2c5e0NsFoDnJV9NyvJxa { width:16.25rem;height:0.0625rem;top:26.53819375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfUWORMqvSlNEo6A8Htqad475lksPVob { width:20rem;height:13.125rem;top:34.22569375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeTkDFfshsJTskZtOkNdt0SK4E1CGmZ8 { width:14.375rem;height:1.5rem;top:36.78819375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRcQUwl5qWu2JloKLmG1KK03uvHBZGAd { width:17.5rem;height:3.9375rem;top:41.66319375rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsUhEdb6UC9bwTM5qsNwaAR2iMGcCQ93 { width:16.25rem;height:0.0625rem;top:39.97569375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTMIDGcmNv9IGc8pVi8LKc2AJskv9ZNW { display:flex;width:1.25rem;height:1.25rem;top:36.85069375rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #E37mRcfMiTxTGZD4AK7fyHT2ccl3zS6p { width:20rem;height:12.625rem;top:48.60069375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzG42mN4HypBn4yBbX6LCyPMcesbNvHe { width:14.375rem;height:1.5rem;top:80.25rem;left:3.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wDtQ1p2AVpFG2NH8SlwkMOGuhmTAEZPF { width:17.5rem;height:3.9375rem;top:84.4375rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QfrvEAkrTuCyzNZLv40J5msTULK5ybVQ { width:16.25rem;height:0.0625rem;top:83.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWCr9FnNS6IWCkbCBItpfKK0qNLTqZ9G { display:flex;width:1.25rem;height:1.25rem;top:80.3125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #fwd8JvKUFWOM6V5mAdSdbl4GW3dFc9Jl { display:block; }#fwd8JvKUFWOM6V5mAdSdbl4GW3dFc9Jl > .row .container { width:20rem;height:167.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W83yyKikRBHbrrv8iI7pwMr0BmrEH62L { width:20rem;height:4rem;top:34.211845874786rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fidncn3BrAEl9m7x8ZbnRlzACEGsg6SE { width:18.125rem;height:6.5625rem;top:4.904513835907rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #whdlzd6XikIUVhEzvQp8JvGwRizkZKxf { width:20rem;height:28.125rem;top:1.25rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #sKE0awpQhWxZoqiBOrbiCFaDVDqOIBqe { width:11.027763875rem;height:3.152776375rem;top:23.374147415161rem;left:4.4288192987442rem;display:block; }
 }@media only screen and (max-width: 763px) { #ms2QOu9eTofhGy01AH6AcnKKMObAXqOM { display:block; }
 }@media only screen and (max-width: 763px) { #UzB9ol9aSol1oKmTqf7nfSSwJ09KD9bV { width:8.5625rem;height:12.9375rem;top:72.499992370606rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewiWeMTNre1De6xdyd1SKXFOvKbFbq4w { width:10.9375rem;height:16.4375rem;top:54.812492370606rem;left:4.5rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #v7VWk7B7knIEXDoBUUKCPhrk7Pdpp3yM { width:7.75rem;height:11.6875rem;top:41.874992370606rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsHL7q5XvJdrG8xqM5PmWFrCT7Q2OBh7 { width:16.25rem;height:5.4375rem;top:33.4375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMr8iCIImz7Xnue9bp6fLyOx9XkBEFWF { width:9.375rem;height:9.375rem;top:79.656242370606rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tncV4sC9gSuNIgI7x18NGy3cV0ayNWly { width:18.125rem;height:6.5625rem;top:13.061592102051rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DFvXF3ookPZw5dAzJJ86CBzS4mb49Qn0 { width:8.125rem;height:12.3125rem;top:120.15624237061rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #efGpIxnfH8lPGwaTPmH13GmJlnNlEh7h { width:9.5625rem;height:14.6875rem;top:104.21874237061rem;left:5.1875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #Cqpaksx2fU7ud3TrZFlVrU9Pb9XiSVnE { width:8.4375rem;height:12.6875rem;top:90.281242370606rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbyG24gGuwiIvBlTwtDBiBUgoxf2Pdcc { width:9.375rem;height:9.375rem;top:127.34374237061rem;left:3.4375rem;background-color:#335138;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #PT9g1EcRmGslclTxk42ibqtmetHAV3xL { width:16.75rem;height:25rem;top:141.38193612061rem;left:1.625rem;z-index:14995;background-color:#2a7d2e;background-image:url("https://images.assets-landingi.com/uc/ee58eb05-2c0c-4ccb-b0da-85b693e9f959/GL.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#PT9g1EcRmGslclTxk42ibqtmetHAV3xL.adaptive-delivery-prevent-bg, #PT9g1EcRmGslclTxk42ibqtmetHAV3xL.lazyload, #PT9g1EcRmGslclTxk42ibqtmetHAV3xL.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #u2blTFiODnPyRkfZlrCeaXv4rz2ROJlI { width:8.288201375rem;height:2.163195125rem;top:137.96874237061rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKT3LJqHLqmfyACTVU49FfJzekMPdaWu { display:block; }
 }@media only screen and (max-width: 763px) { #eXxrmmZq48UzTmRqh8Gp1Xoo8B6rJhqc { display:block; }#eXxrmmZq48UzTmRqh8Gp1Xoo8B6rJhqc > .row .container { width:20rem;height:27.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #myJLaeO4tm6klgLW9NDOnPaawyAogE9Z { width:19.4375rem;height:20.2916875rem;top:5.875rem;left:0.25rem;font-size:0.75rem;display:block; }#myJLaeO4tm6klgLW9NDOnPaawyAogE9Z li:before{  }
 }@media only screen and (max-width: 763px) { #QXu9EdOKUNOVsK9lK5pZgcbEDMatemOl { width:12.875rem;height:4.875rem;top:13.4375rem;left:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zxmaWHRWutndBtSwyNT6BHidw5r01icV { width:0;height:17rem;top:8.375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oVMXwgbabNiv5nAKpTKT75h6gfgxrmiM { width:17.375rem;height:3.375rem;top:1.25rem;left:1.3125rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cSanoadvvKsgl9No8ai1y8Aev4L1IPfy { display:block; }#cSanoadvvKsgl9No8ai1y8Aev4L1IPfy > .row .container { width:20rem;height:77.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZCavADK1gOWCviUfLtAKkPceRZgks7WC { width:19.375rem;height:8.596375rem;top:21.317709207535rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }#ZCavADK1gOWCviUfLtAKkPceRZgks7WC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bbb019e7613ff3d4f59c25c173d4f729030fb55.svg); }
 }@media only screen and (max-width: 763px) { #guhBOPMzB2kzzEhbZ7vQQHHJ0rQMNBVU { width:15.25rem;height:0.9375rem;top:19.156250238419rem;left:3.0321182012558rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJCQvEgONPKcvUXi0wtHzKWhlmcJutS4 { width:9.375rem;height:2.88715rem;top:10.901014328003rem;left:5.3125001192093rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEdGWAEwEZLtZC94m53rAqyJArnRrCiu { width:20rem;height:31.3125rem;top:4.53125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAQG01c8qONdrutms47MxORTR2hrKBas { width:17.3125rem;height:10.5rem;top:7.0946197509762rem;left:1.8142356872559rem;background-color:#fdfdfd;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQznouHgQDcMApiscsHFrCCefOP5Zla8 { width:18.4375rem;height:2.0989625rem;top:8.45573425293rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmgPEMGPmuzbNJbRXEAbH3LhPa4ly0Vp { width:12.4375rem;height:0.9375rem;top:15.125881671906rem;left:4.4383679628373rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOaZ6Fwn59hESLUGkLWxr0TiG9Jl7KXz { width:10.625rem;height:2.5625rem;top:31.467882394791rem;left:4.6875001192093rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAg1rQQF93bwaXOS4WTSkySmO1AGCdIO { display:block; }
 }@media only screen and (max-width: 763px) { #TuEhfyPx5OkLpAvZJVMXN4moQOTbPv9V { width:20rem;height:2.03125rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EmFW8gekvETGICd1KsNepvZnqxLWZxou { width:16.3125rem;height:8.6875rem;top:43.906265258789rem;left:1.59375rem;background-color:#fdfdfd;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #InbrImw7Vx3ELaEyZ7N2StTFA3Vp9DtK { width:13.8125rem;height:2.09895625rem;top:44.593804597854rem;left:3.0937501192093rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dx1AQDVL8M5CQC5ftUQDobyIwCyqEo6g { width:12.625rem;height:2.88715rem;top:47.65625rem;left:3.6875001192093rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tns1b7iwdKy4r2KgsRzSE4cq6OtflEOJ { width:17.5rem;height:0.9375rem;top:51.0625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGukLvaH0DdfnXQgSIDFg7sQo7UBMy0g { width:17.5rem;height:0.9375rem;top:54.03125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBEiON25n6Po4VUOS69k9wRS8y43lp9w { width:11.6875rem;height:2.9375rem;top:66.7169342041rem;left:4.1562501192093rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #klf8sJ1ELVLpVA1gJoQ3lqkHRQXPfCFv { display:block; }
 }@media only screen and (max-width: 763px) { #vTol5haoKxFkZy9y3TtQUAn5ZitRzDc5 { width:20rem;height:31.1875rem;top:41.467895507812rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #BL8OmDT0sBZ78LnkRIUHm1ubIJ41kqOI { width:17.5rem;height:0;top:55.125015258789rem;left:2.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dgEPoZts161Jm6NR4XzboDTDkOnte6Ra { width:19.3125rem;height:8.596375rem;top:56.174480438233rem;left:0.6866319179535rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }#dgEPoZts161Jm6NR4XzboDTDkOnte6Ra li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bbb019e7613ff3d4f59c25c173d4f729030fb55.svg); }
 }@media only screen and (max-width: 763px) { #zztIqUGJKLT9Zgv0CwVugTtU7i2zFMD0 { display:block; }#zztIqUGJKLT9Zgv0CwVugTtU7i2zFMD0 > .row .container { width:20rem;height:44.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N4sETcl8def3fV9eT8BQ0ShTgvQmRvR7 { width:6.4375rem;height:4.6875rem;top:7.1250004768369rem;left:2.3750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXUMDO4TVrpNga0bQdMEuz6bvghvET2S { width:17.5625rem;height:3.125rem;top:1.3125rem;left:0.59375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r5RHZBGn2HsED0XT1VEu7dZR5rQll4Gx { display:flex;width:1.25rem;height:1.25rem;top:2.25rem;left:16.961806416511rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #RaKzKtTGfNHsW09SVVnrobe5OFkyvIbo { width:18.75rem;height:0.0625rem;top:5.65625rem;left:0rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #JBd2suGRdCtU1i45zgsNqXneHNylxFJH { display:flex;width:1.25rem;height:1.25rem;top:2.25rem;left:1.125rem;z-index:15009; }
 }@media only screen and (max-width: 763px) { #Bqn29QuAsoiya2Id4T2rNcko0VddR2kZ { width:7.375rem;height:5.5rem;top:18.812500476837rem;left:1.9062501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7xx3wzWOim22srUsu2vgttCftTlOmvX { width:9.375rem;height:7rem;top:11.812500476837rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWlMS4N2D6b9xyquPbIphvk6VtZEXXFv { width:7.25rem;height:5.375rem;top:6.7812504768369rem;left:10.500000119209rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #ahW5BVW2HPgFeP3QpmBWaHRVnLIwui14 { width:7.3125rem;height:7.3125rem;top:11.656250476837rem;left:10.899305462837rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #RuWIzaoZbh4d8vk9FquVSCIaT3DdrLbm { width:6.3125rem;height:4.6875rem;top:19.218750476837rem;left:10.704860806465rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZnsdym8pMZf5CaPauwCt6zEtckx38Al { width:6rem;height:3.1875rem;top:27.75rem;left:10.281250119209rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #DXSFea9LzD8oUsXWcTzgfi36Rp8SumZc { width:9.125rem;height:5.9375rem;top:26.375040531159rem;left:1.03125rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #DmiGiUVpuDsDtlmNsU9cTTBk1ukWcZkD { width:4.25rem;height:4.1875rem;top:33.437514305115rem;left:3.4687501192093rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #v4KLTFDkDAzJLM6iweTO5O51kE7VmsLw { width:9.0625rem;height:3.1875rem;top:33.9375rem;left:8.8125001192094rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #c4IaWuMRnAFNcc1CTCUdulvyiXv6OGbO { display:block; }#c4IaWuMRnAFNcc1CTCUdulvyiXv6OGbO > .row .container { width:20rem;height:20.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MCvTfG7FeQZlv4HueIs6DJbIrLwLKNHv { width:5.6875rem;height:3.375rem;top:4.5625rem;left:1.1805555820465rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0PTTp9mTbKG7CIGU2xboaIx7SxdNh3m { width:20rem;height:1.5625rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ibhXAQgmgzt4MW8M1G1iTzMJFbyX9ixi { width:12.0625rem;height:3.25rem;top:4.625rem;left:7.9366322755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnSviEPsvrOgquokTkLtSDF2xbUUnNGZ { width:6.375rem;height:3.375rem;top:10.25rem;left:1.1805555820465rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT76nCIEEFnoSLTxn2G1K3IUgBrWoaWv { width:10.5rem;height:1.875rem;top:11rem;left:8.7178822755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZC2heuihT3ya6O2zTlHTcqpaqhbwFpT { width:9.125rem;height:1.6875rem;top:16.1875rem;left:1.1805555820465rem;display:block; }
 }@media only screen and (max-width: 763px) { #arRcTpsL4xZsRtZTJTD75ksxNtTr7S7B { display:block; }#arRcTpsL4xZsRtZTJTD75ksxNtTr7S7B > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SsOf5o3XbD860HvuWt7UTTuyAmDMeo3v { width:16rem;height:3.25rem;top:1.25rem;left:2rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EbtlA2O7uUz7WTFClNMUnzkPBlqxxihS { display:block; }#EbtlA2O7uUz7WTFClNMUnzkPBlqxxihS > .row .container { width:20rem;height:18.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #krildK4fxBleOXk65P3qXBmBllUfoJ7D { width:10.3125rem;height:10.3125rem;top:4.8125rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TX11EX3DG5JPiCUUlnpBFpw2aAbG5U0C { width:20rem;height:1.21875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD9ldSXqtg1Aux9C8NCzd65h5r3yIRi1 { width:16.184rem;height:2.625rem;top:6.1875rem;left:1.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SUD1vNexf0etZH2pXOqEAtRFTTdTLWWh { width:19.6875rem;height:1.854166875rem;top:9.5rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bIgQkIRpAD6VfznphqCAt4yTs2TTzTCZ { width:20rem;height:1.21875rem;top:3.71875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcnMNMwAVeHueDyinld1O3ZTTJpQ9kZ2 { width:10.3125rem;height:10.3125rem;top:4.8125rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qFIusa0z8APUTXUHuJT80iLQTOspNa2W { width:20rem;height:2.625rem;top:12.104166984558rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zcxl4f5vO3dqOLSXJOEquwlC3apckRaE { width:20rem;height:1.854166875rem;top:15.354166984558rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ESxpI1rr7snFD7JtrLEssz3fTGQ98gmh { display:block; }#ESxpI1rr7snFD7JtrLEssz3fTGQ98gmh > .row .container { width:20rem;height:15.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DvhcAAGciGmDlA8OpPPbXyIvKJvGwgLa { width:15.3125rem;height:2.2743rem;top:3.71875rem;left:2.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NzJ9UrmOFJuVwTeaprhP5Q4o0cK7P0BC { width:10.5rem;height:10.5rem;top:5.3125rem;left:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kX8mRTAl0Sd1KIOv8StfMwkhQexB2ph8 { width:20rem;height:1.21875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EA3rg0TwEzl9shegGBlhMZfxAKWNvy2K { width:20rem;height:1.854166875rem;top:6.515625rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pRgWGtLcLOObUEbkM7wlIp7AuHmDAmer { width:20rem;height:1.854166875rem;top:12.181423187256rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aUMyhbmcrioTBXg2l892bPZAsfiiIeFG { width:10.1875rem;height:10.1875rem;top:4.9375rem;left:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #iuyDU8srR9Rbo3kTtgWxXLNfOsfJoHah { width:15.1831875rem;height:2.2743rem;top:9.3671875rem;left:2.4079860448837rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l95HlBVPMMa8cb6TmmD0I3WqnAt5Eirc { display:block; }#l95HlBVPMMa8cb6TmmD0I3WqnAt5Eirc > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CSpOtidvOJsMRo7SKTFZK3NlTqN56Axp { width:10.49825rem;height:1.05555625rem;top:21.7170125rem;left:4.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mKUziCHJWducUTWeTtRqTDJ2TzoA09TH { width:20rem;height:1.05555625rem;top:28.63368125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qXxVdOcKySAL3ocPDe30nnJ6eXr46hUl { width:12.5rem;height:1.05555625rem;top:26.328125rem;left:3.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zeSpqO2zRVkv8s54hXmDH59iBltX2XHe { width:20rem;height:4.222225rem;top:12.37239375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aIVUn4IvVaPtTLX5DKa3R0fSwzaqTVNZ { width:16.31075rem;height:1.05555625rem;top:24.02256875rem;left:1.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nnUhtbsKD2x4NvTMPQOi15IeLhobMq6J { width:13.25rem;height:5.75rem;top:1.8749456405639rem;left:3.3750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQmOKhVNK6lOqLMCMTNVkTRTbMSBBkvL { width:2.6232625rem;height:2.6232625rem;top:17.84461875rem;left:8.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8hD7LLgrAkMx8bfAHyLQnFBFigpToIf { width:2.8732625rem;height:2.8732625rem;top:8.25rem;left:8.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzZ5SyCVFWRBc0Xq7mdDoQFbMsVtqyyl { width:0;height:;top:7.625rem;left:3.0625rem;display:none; }
 }