.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#VbAkAuThlV0toXv0Q34COre6BLRxh70T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container { display: none; }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .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); }#fSE8i0Kfo1hKNgWs0Q1XRGfA3M724N2R { position:relative;z-index:auto;display:none; }#fSE8i0Kfo1hKNgWs0Q1XRGfA3M724N2R { border-width: 0; border-radius: 0; }#fSE8i0Kfo1hKNgWs0Q1XRGfA3M724N2R > .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; }#fSE8i0Kfo1hKNgWs0Q1XRGfA3M724N2R > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#xkm7C56vtMpOyCKgBKhGPfiSRSeIiBJi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#nkTuS1eihbpKGCtLtP14pkEOuCpTogK8 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:10rem;top:5.125rem;left:6.5rem;display:none; }
#qyOWwQAStJNXT5OWRVhH9UyEiavFgi2I { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:18.75rem;display:none; }
#Gh0NNqzJULQnlivXSVtOXqq6DldQfuUG { position:relative;z-index:auto;display:none; }#Gh0NNqzJULQnlivXSVtOXqq6DldQfuUG { border-width: 0; border-radius: 0; }#Gh0NNqzJULQnlivXSVtOXqq6DldQfuUG > .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; }#Gh0NNqzJULQnlivXSVtOXqq6DldQfuUG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#GfbSP887rc9zNckzE8rBhtFDSGVU15k2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#GfbSP887rc9zNckzE8rBhtFDSGVU15k2 > .row .container { background-color: transparent; background-image: none; }#GfbSP887rc9zNckzE8rBhtFDSGVU15k2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GfbSP887rc9zNckzE8rBhtFDSGVU15k2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GfbSP887rc9zNckzE8rBhtFDSGVU15k2 > .row .container > .video-iframe-container { display: none; }#GfbSP887rc9zNckzE8rBhtFDSGVU15k2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GfbSP887rc9zNckzE8rBhtFDSGVU15k2 > .row > .video-iframe-container { display: none; }#GfbSP887rc9zNckzE8rBhtFDSGVU15k2 > .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); }#GfbSP887rc9zNckzE8rBhtFDSGVU15k2 > .row .container { border-width: 0; border-radius: 0; }#GfbSP887rc9zNckzE8rBhtFDSGVU15k2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GfbSP887rc9zNckzE8rBhtFDSGVU15k2 > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:60rem;position:relative;display:block; }#TrzmocsAulxnCyVyPiMNQTZD6dFvuFsn { background-color:transparent;background-image:none;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:#575756;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.625rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:3rem;left:38rem;display:block; }
#mrQAZd2lnHCXKUO5iVz88ANgbr4UQDBJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NR3NUcC1Qp41BLLcGbVFE7PZcqZG12s7 { background-color:transparent;background-image:none;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:#575756;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3.25rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:3.09375rem;left:50rem;display:block; }
#TMVA8gpeG5BEyi7FTyDKaOhzqQIgNNx5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tr7shcwhU7XhcFz8yvcSySaEoJ1d3P7G { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:23.5rem;top:1.65625rem;left:0rem;overflow:hidden;display:block; }
#k6vSLuTDTcMCcOAkhMCTuZOtWfqZoUDP { background-color:transparent;background-image:none;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:#007f32;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:2.9375rem;left:44.8125rem;display:none; }
#WqfC87dPQU8lPbThB2HuS7P91MyL1ZsQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EC1In8gO4hQvtfCFJVxBdOzXTPzGKnms { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#EC1In8gO4hQvtfCFJVxBdOzXTPzGKnms > .row .container { background-color: transparent; background-image: none; }#EC1In8gO4hQvtfCFJVxBdOzXTPzGKnms::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EC1In8gO4hQvtfCFJVxBdOzXTPzGKnms > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EC1In8gO4hQvtfCFJVxBdOzXTPzGKnms > .row .container > .video-iframe-container { display: none; }#EC1In8gO4hQvtfCFJVxBdOzXTPzGKnms > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EC1In8gO4hQvtfCFJVxBdOzXTPzGKnms > .row > .video-iframe-container { display: none; }#EC1In8gO4hQvtfCFJVxBdOzXTPzGKnms > .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); }#EC1In8gO4hQvtfCFJVxBdOzXTPzGKnms > .row .container { border-width: 0; border-radius: 0; }#EC1In8gO4hQvtfCFJVxBdOzXTPzGKnms > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EC1In8gO4hQvtfCFJVxBdOzXTPzGKnms > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:60rem;position:relative;display:block; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s { background-color:#8e7659;background-image:url("https://images.assets-landingi.com/uc/30ba0d89-2b4c-45c3-95be-ce28e250fd80/tokongresswiatzdrowia.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s.adaptive-delivery-prevent-bg, #fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s.lazyload, #fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s.lazyloading { background-image: none; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container { background-color: transparent; background-image: none; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container > .video-iframe-container { display: none; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row > .video-iframe-container { display: none; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .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); }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container { border-width: 0; border-radius: 0; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container { width:60rem;height:50rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#a78xi6MTx1GxLsKnC0ummnIAdJe8ewGw { color:#000000;display:block;width:50.6875rem;position:absolute;font-family:montserrat;font-size:3.75rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:13.936767578125rem;left:4.906005859375rem;height:9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HNcwxqG6S7zANeUZWIiHKXmLdkk2icUN { color:#ffffff;display:block;width:40.6875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.6;letter-spacing:0;top:25.1875rem;left:9.90625rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ySETyNTcDaJCTa8NPswO0SsvgqU6xa7k { background-color:#007f32;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-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:#ffffff;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:15rem;height:3.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:31.75rem;left:22.75rem;display:none; }
#i3mkDzJehTeDGNpTALd0q31CRtySUILJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh { position:relative;display:block; }#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh { background-color: transparent; background-image: none; }#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh > .row .container > .video-iframe-container { display: none; }#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh > .row > .video-iframe-container { display: none; }#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh > .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); }#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh { border-width: 0; border-radius: 0; }#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh > .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; }#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rTUkao1MK7Srnad3ysohprNQIsEaiReC { color:#575756;display:block;width:53.6875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6999998092651rem;left:3.15625rem;height:5.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa { position:relative;display:block; }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa { background-color: transparent; background-image: none; }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa > .row .container > .video-iframe-container { display: none; }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa > .row > .video-iframe-container { display: none; }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa > .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); }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa { border-width: 0; border-radius: 0; }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa > .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; }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PPob8uIdnPWDGzutFxSe8inPDMEa1wUT { position:absolute;display:block;z-index:15000;background-color:#d6eddd;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:2.5rem;top:1.25rem;left:5.3125rem;display:block; }
#RNTTfJcJukZBOdyLuFs2CfUaE9MoWBqw { color:#575756;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.62553024292rem;left:1.25rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bGVdb7uaBxzGmhkeCCg4rzvVm2K0Ax9g { color:#707b8b;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:12.869792938233rem;left:1.25rem;height:6.8rem;text-align:center;text-align-last:center;display:block; }
#kE64DXlpeFNMJTJmIJ7fE5WIw4tH2Uxu { position:absolute;display:block;z-index:15003;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.4375rem;width:3.0625rem;top:1.625rem;left:6.625rem;overflow:hidden;display:block; }
#mcSJlXhvrNwfBmLRDOiOxpEi5ShCgNH0 { color:#707b8b;display:block;width:12.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:12.875rem;left:46.1875rem;height:6.8rem;text-align:center;text-align-last:center;display:block; }
#TyapZ13KfCAiTLqV4NMT4rhKHx1lZGCp { color:#575756;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.625rem;left:46.25rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CwtkCvVmLOm445A7oCTunf0SO4ZxZ4DT { position:absolute;display:block;z-index:15004;background-color:#d6eddd;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:2.5rem;top:1.25rem;left:50.1875rem;display:block; }
#gJ1V45rPIVXQ9Nb07uf70Z68q4zU7uHp { color:#575756;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.625rem;left:16.0625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nqEvW2nP79Im7RcCzsRgiadLoLOEfTi6 { position:absolute;display:block;z-index:15008;background-color:#d6eddd;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:2.5rem;top:1.25rem;left:20.25rem;display:block; }
#Z7R9SDmTUlHhMANbprfCHSkyMpJTLyNX { color:#707b8b;display:block;width:11.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.7;letter-spacing:0;top:12.875rem;left:16.3125rem;height:6.8rem;text-align:center;text-align-last:center;display:block; }
#ckHpPOseVHnu6k0UoeUiaKRhST2UFu0r { color:#707b8b;display:block;width:12.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:12.875rem;left:30.8125rem;height:6.8rem;text-align:center;text-align-last:center;display:block; }
#yH3JaShEdznD8rpaDNaVcgZUaotK5bbi { color:#575756;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:7.625rem;left:31.125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t3m4cgQeTWL7O15SiMyav2Fvyt8b5Hcs { position:absolute;display:block;z-index:15012;background-color:#d6eddd;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:2.5rem;top:1.25rem;left:35.125rem;display:block; }
#d6zZTLwdxM7y19tD8Q9y1S6hCOZg8WHR { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.625rem;top:1.625rem;left:35.6875rem;overflow:hidden;display:block; }
#n5PPmnFwSAXDWV2AwBFCTTd9MoiZOg4B { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:3.8125rem;top:2.125rem;left:51.0625rem;overflow:hidden;display:block; }
#amgekvBebXXnPdLp8cQ6mrh9ryPh5v4q { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:1.8125rem;left:21.125rem;overflow:hidden;display:block; }
#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/88bbb251-a61f-41cf-abe0-c3266cb8106d/ToSiemionowfin.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; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5.adaptive-delivery-prevent-bg, #qzzcKdeVgINwsgq7lPbXZH35EHSnIab5.lazyload, #qzzcKdeVgINwsgq7lPbXZH35EHSnIab5.lazyloading { background-image: none; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row .container { background-color: transparent; background-image: none; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row .container > .video-iframe-container { display: none; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row > .video-iframe-container { display: none; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .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); }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row .container { border-width: 0; border-radius: 0; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row .container { font-size:0.875rem;font-family:arial;height:41.125rem;width:60rem;position:relative;display:block; }#iNk9yyVNeVNPThlJwpTfhcA6BcGxPIBS { color:#575756;display:block;width:29.0625rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.125rem;left:27.125rem;height:2.7625rem;font-style:normal;display:block; }
#lqPHuW1fyh5pCQ0gZr2i2wBmX77JHelZ { position:absolute;display:block;z-index:15001;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:28.5625rem;top:6.8125rem;left:27.53125rem;display:block; }
#vm7dUU9oOGbLlBgNgKfNJBP1OAhA0Poz { position:absolute;display:block;z-index:15004;background-color:#007f32;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:4.25rem;top:6.75rem;left:27.53125rem;display:block; }
#lrRzIvILm3Q589I4nV8CkTXoeiXEJUNR { color:#575756;display:block;width:31.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:9.8125rem;left:27.53125rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BL3uXlGD38Dni8FDl0D6Xx6Okxk6EJ5y { color:#707b8b;display:block;width:30.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15003;line-height:2.2;letter-spacing:0;top:18.40625rem;left:27.125rem;height:;text-align:left;text-align-last:left;display:block; }#BL3uXlGD38Dni8FDl0D6Xx6Okxk6EJ5y li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BL3uXlGD38Dni8FDl0D6Xx6Okxk6EJ5y li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_faada34dc1d437f9dc2bf7c883178d9e.svg); }
#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q { position:relative;display:block; }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q { background-color: transparent; background-image: none; }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q > .row .container > .video-iframe-container { display: none; }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q > .row > .video-iframe-container { display: none; }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q > .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); }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q { border-width: 0; border-radius: 0; }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q > .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; }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xxs6tLTU1pib9yPfT1RsD9bRclQU9voa { color:#575756;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.59375rem;left:0rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L8Cw7pPBVkDWpVBVm3wfZi1BFDqTAacO { position:relative;display:block; }#L8Cw7pPBVkDWpVBVm3wfZi1BFDqTAacO { background-color: transparent; background-image: none; }#L8Cw7pPBVkDWpVBVm3wfZi1BFDqTAacO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8Cw7pPBVkDWpVBVm3wfZi1BFDqTAacO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8Cw7pPBVkDWpVBVm3wfZi1BFDqTAacO > .row .container > .video-iframe-container { display: none; }#L8Cw7pPBVkDWpVBVm3wfZi1BFDqTAacO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8Cw7pPBVkDWpVBVm3wfZi1BFDqTAacO > .row > .video-iframe-container { display: none; }#L8Cw7pPBVkDWpVBVm3wfZi1BFDqTAacO > .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); }#L8Cw7pPBVkDWpVBVm3wfZi1BFDqTAacO { border-width: 0; border-radius: 0; }#L8Cw7pPBVkDWpVBVm3wfZi1BFDqTAacO > .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; }#L8Cw7pPBVkDWpVBVm3wfZi1BFDqTAacO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gNJpSk0kInrsnc3UqPZxVb0vc0rSPOcJ { color:#007f32;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.3875007629394rem;left:0rem;height:1.7875rem;font-style:normal;display:block; }
#oG7ZLJAKTtOBINAJaiEfKE6b9yLOFLN1 { position:relative;display:block; }#oG7ZLJAKTtOBINAJaiEfKE6b9yLOFLN1 { background-color: transparent; background-image: none; }#oG7ZLJAKTtOBINAJaiEfKE6b9yLOFLN1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oG7ZLJAKTtOBINAJaiEfKE6b9yLOFLN1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oG7ZLJAKTtOBINAJaiEfKE6b9yLOFLN1 > .row .container > .video-iframe-container { display: none; }#oG7ZLJAKTtOBINAJaiEfKE6b9yLOFLN1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oG7ZLJAKTtOBINAJaiEfKE6b9yLOFLN1 > .row > .video-iframe-container { display: none; }#oG7ZLJAKTtOBINAJaiEfKE6b9yLOFLN1 > .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); }#oG7ZLJAKTtOBINAJaiEfKE6b9yLOFLN1 { border-width: 0; border-radius: 0; }#oG7ZLJAKTtOBINAJaiEfKE6b9yLOFLN1 > .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; }#oG7ZLJAKTtOBINAJaiEfKE6b9yLOFLN1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:25.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TsT1S6vbgPx2dWxPlRIlDTeXZP2O9QDQ { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.25rem 1.0625rem rgba(0,0,0,0.1) ;height:13.125rem;width:20.625rem;top:0rem;left:0rem;display:block; }
#GGQElTkvKyCs6P384X5Nx4a9kuLxoO6i { color:#007f32;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.75rem;left:2.53125rem;height:1.7875rem;font-style:normal;display:block; }
#ww6BkX4tSqerdVIvKaV4qCrLAM1oI2Rb { position:absolute;display:block;z-index:15002;background-color:rgba(180,177,178,0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:16.25rem;top:5rem;left:2.53125rem;display:block; }
#GlpN46ZudytHswwrw5IZuGnnsy2DFlIR { position:absolute;display:block;z-index:15003;background-color:#007f32;background-image:url("https://images.assets-landingi.com/eiexo72b/arrow.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.625rem;top:0rem;left:0rem;display:block; }#GlpN46ZudytHswwrw5IZuGnnsy2DFlIR.adaptive-delivery-prevent-bg, #GlpN46ZudytHswwrw5IZuGnnsy2DFlIR.lazyload, #GlpN46ZudytHswwrw5IZuGnnsy2DFlIR.lazyloading { background-image: none; }
#VTvZDKK19TyA23l347v7v8SPONCL6kKR { position:absolute;display:block;z-index:15004;background-color:#dbe2eb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:0.625rem;top:5rem;left:0rem;display:block; }
#Zouyywlb8fZ0RVTHqLqyawbLB582VBQp { color:#575756;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:7.09375rem;left:2.1875rem;height:1.875rem;font-style:normal;display:block; }
#eoPoFB7dbq3eqOfaxkBHxbEt2Zr4iKd2 { color:#007f32;display:block;width:25.8125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:0rem;left:34.5rem;height:1.875rem;font-style:normal;display:block; }
#rRBncePrseAVNSODcJkAlf3KMtgVpJmq { position:absolute;display:block;z-index:15007;background-color:#007f32;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:3.25rem;width:3.25rem;top:4.875rem;left:27.8125rem;display:block; }
#t61mXxWxBiFbTBE9aZgG6MsXXRRrTXAT { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:16.25rem;top:6.46875rem;left:12.1875rem;display:block; }
#KcpGrbXv7hU2Teh3lceH7d27PF6VxkQG { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.75rem;width:0.0625rem;top:0rem;left:29.46875rem;display:block; }
#xL6Ok5xyHTK18MGwenW9oByQxoyNaFMi { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:5.53125rem;left:28.59375rem;overflow:hidden;display:block; }
#UlViv45erEMwtbK7GufbvtREZ2pxcPVp { color:rgba(112,123,139,0.07);display:block;width:9.5625rem;position:absolute;font-family:lato;font-size:7.9375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:13rem;left:5.15625rem;height:10.31875rem;font-style:normal;display:block; }
#nbnsewkqeIW805qELoReMZV8iS21Ta11 { color:#007f32;display:block;width:24.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:3.5rem;left:34rem;height:15.925rem;font-style:normal;display:block; }#nbnsewkqeIW805qELoReMZV8iS21Ta11 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nbnsewkqeIW805qELoReMZV8iS21Ta11 li:before{  }
#m22P9csU4tAvNyGlqzPIFbZvPUkcKJnM { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.75rem;width:0.0625rem;top:1.3125rem;left:29.46875rem;display:block; }
#Et5k5DcfRuRypd5kEH9X3gbtkflEwQVx { position:relative;display:block; }#Et5k5DcfRuRypd5kEH9X3gbtkflEwQVx { background-color: transparent; background-image: none; }#Et5k5DcfRuRypd5kEH9X3gbtkflEwQVx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Et5k5DcfRuRypd5kEH9X3gbtkflEwQVx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Et5k5DcfRuRypd5kEH9X3gbtkflEwQVx > .row .container > .video-iframe-container { display: none; }#Et5k5DcfRuRypd5kEH9X3gbtkflEwQVx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Et5k5DcfRuRypd5kEH9X3gbtkflEwQVx > .row > .video-iframe-container { display: none; }#Et5k5DcfRuRypd5kEH9X3gbtkflEwQVx > .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); }#Et5k5DcfRuRypd5kEH9X3gbtkflEwQVx { border-width: 0; border-radius: 0; }#Et5k5DcfRuRypd5kEH9X3gbtkflEwQVx > .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; }#Et5k5DcfRuRypd5kEH9X3gbtkflEwQVx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:28.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PrgwRLqXW2bmXlnEAmJLmm9Mk2ypBRGL { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.25rem 1.0625rem rgba(0,0,0,0.1) ;height:13.125rem;width:20.625rem;top:0rem;left:0rem;display:block; }
#MQaXqXxdUA6EnM8kOZFzwpXcJq0k1gIl { color:#007f32;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.75rem;left:2.53125rem;height:1.7875rem;font-style:normal;display:block; }
#skcnOL3Wt7urO8n8vkCBzTnvbAQQzhMD { position:absolute;display:block;z-index:15002;background-color:rgba(180,177,178,0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:16.25rem;top:5rem;left:2.53125rem;display:block; }
#BMJzqZlHTda6wUonstv0PwhvNZfX8ZMK { position:absolute;display:block;z-index:15003;background-color:#007f32;background-image:url("https://images.assets-landingi.com/eiexo72b/arrow.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.625rem;top:0rem;left:0rem;display:block; }#BMJzqZlHTda6wUonstv0PwhvNZfX8ZMK.adaptive-delivery-prevent-bg, #BMJzqZlHTda6wUonstv0PwhvNZfX8ZMK.lazyload, #BMJzqZlHTda6wUonstv0PwhvNZfX8ZMK.lazyloading { background-image: none; }
#VTZftFgTSNyGku2t48NfT5ikueQsZKUJ { position:absolute;display:block;z-index:15004;background-color:#dbe2eb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:0.625rem;top:5rem;left:0rem;display:block; }
#qcQQpwRxNqnyJwzi2T7BgdAazllA0DrN { color:#575756;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:7.09375rem;left:2.1875rem;height:1.875rem;font-style:normal;display:block; }
#IyU3KPw6TbidfzSWHQwvccA1X0TyOncO { color:#007f32;display:block;width:22.8125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:0rem;left:34.625rem;height:1.875rem;font-style:normal;display:block; }
#tpLMsiG9kSwhwSvrKm67BEFTZa5herIr { position:absolute;display:block;z-index:15007;background-color:#007f32;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:3.25rem;width:3.25rem;top:4.875rem;left:27.8125rem;display:block; }
#rmhBTezN4DvF6VBlDyv3U2XlF1k767LM { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:16.25rem;top:6.46875rem;left:12.1875rem;display:block; }
#sbfKkKTPabNNdcUmzeTrXazlmuh3L7Tf { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.75rem;width:0.0625rem;top:0rem;left:29.46875rem;display:block; }
#Jy2VnUbI1c54PJD3iKTekTIC2JFzdv9O { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:5.53125rem;left:28.59375rem;overflow:hidden;display:block; }
#tGiOCLuiBK9XeK7e00dQNXXtw7kdxOR6 { color:rgba(112,123,139,0.07);display:block;width:9.5625rem;position:absolute;font-family:lato;font-size:7.9375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:13rem;left:5.15625rem;height:10.31875rem;font-style:normal;display:block; }
#o5MrZA7sGGCFws8FRMy7gGp9cFSR8uFy { color:#007f32;display:block;width:25.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:3.5rem;left:34rem;height:;font-style:normal;display:block; }#o5MrZA7sGGCFws8FRMy7gGp9cFSR8uFy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#o5MrZA7sGGCFws8FRMy7gGp9cFSR8uFy li:before{  }
#lf4NcopKTPKeZheX2Tni1pHbDJy1WoaA { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.75rem;width:0.0625rem;top:5.0625rem;left:29.46875rem;display:block; }
#tJx9DrIULVLstTIpprklRPcTDvQGycxF { position:relative;display:block; }#tJx9DrIULVLstTIpprklRPcTDvQGycxF { background-color: transparent; background-image: none; }#tJx9DrIULVLstTIpprklRPcTDvQGycxF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJx9DrIULVLstTIpprklRPcTDvQGycxF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJx9DrIULVLstTIpprklRPcTDvQGycxF > .row .container > .video-iframe-container { display: none; }#tJx9DrIULVLstTIpprklRPcTDvQGycxF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJx9DrIULVLstTIpprklRPcTDvQGycxF > .row > .video-iframe-container { display: none; }#tJx9DrIULVLstTIpprklRPcTDvQGycxF > .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); }#tJx9DrIULVLstTIpprklRPcTDvQGycxF { border-width: 0; border-radius: 0; }#tJx9DrIULVLstTIpprklRPcTDvQGycxF > .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; }#tJx9DrIULVLstTIpprklRPcTDvQGycxF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#S88ouF9F5JnGws7xCKTsrqK6wVUoFBhf { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.25rem 1.0625rem rgba(0,0,0,0.1) ;height:13.125rem;width:20.625rem;top:0rem;left:0rem;display:block; }
#ZNJaTPVKfgKd63NJ9HBxMmesBkBdWNUF { color:#007f32;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.75rem;left:2.53125rem;height:1.7875rem;font-style:normal;display:block; }
#G8HcZ9rGGH6uJ6ltlAmMQtw1LozIb2K5 { position:absolute;display:block;z-index:15002;background-color:rgba(180,177,178,0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:16.25rem;top:5rem;left:2.53125rem;display:block; }
#xS9mLBShLAg0lgzkfFpMKI66DRmfqPnl { position:absolute;display:block;z-index:15003;background-color:#007f32;background-image:url("https://images.assets-landingi.com/eiexo72b/arrow.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.625rem;top:0rem;left:0rem;display:block; }#xS9mLBShLAg0lgzkfFpMKI66DRmfqPnl.adaptive-delivery-prevent-bg, #xS9mLBShLAg0lgzkfFpMKI66DRmfqPnl.lazyload, #xS9mLBShLAg0lgzkfFpMKI66DRmfqPnl.lazyloading { background-image: none; }
#v1iqc6FxwhASDXZwAyb3Si6fO67cGT3T { position:absolute;display:block;z-index:15004;background-color:#dbe2eb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:0.625rem;top:5rem;left:0rem;display:block; }
#NmWanZT28o5tVwByl6EqhSuuT1pPIAeT { color:#575756;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:7.09375rem;left:2.1875rem;height:1.875rem;font-style:normal;display:block; }
#FAiLOHcUcaeRIdaGOPzIp5x5k7e6u3og { color:#007f32;display:block;width:24.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:0rem;left:34.625rem;height:3.75rem;font-style:normal;display:block; }
#pZPNnzkQcWTbUqHqrQbMTfOyRhl1Xhg6 { position:absolute;display:block;z-index:15007;background-color:#007f32;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:3.25rem;width:3.25rem;top:4.875rem;left:27.8125rem;display:block; }
#gviCzvgJ3oR4rEu1gqadTfXcF70wHduS { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:16.25rem;top:6.46875rem;left:12.1875rem;display:block; }
#dqiOWrZEkurqUApXqhV8EqCBwQg1bvpQ { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.75rem;width:0.0625rem;top:0rem;left:29.46875rem;display:block; }
#iuT5J90D9ZMUTU2u7g4UOfUMtBZsri6N { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:5.53125rem;left:28.59375rem;overflow:hidden;display:block; }
#ucpGfx8JPvd8J7WB4hrpQPbhcEF7XIVx { color:rgba(112,123,139,0.07);display:block;width:9.5625rem;position:absolute;font-family:lato;font-size:7.9375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:13rem;left:5.15625rem;height:10.31875rem;font-style:normal;display:block; }
#nTQiHddZtCtJTnwKFmEIXD9WdcA2dIUQ { color:#1b57c7;display:block;width:23.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:5.53125rem;left:34rem;height:10.5125rem;font-style:normal;display:block; }#nTQiHddZtCtJTnwKFmEIXD9WdcA2dIUQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nTQiHddZtCtJTnwKFmEIXD9WdcA2dIUQ li:before{  }
#v4HRc6l9Z3XWn0uMmVhga5d3U0bQ9Xuw { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.75rem;width:0.0625rem;top:2.25rem;left:29.46875rem;display:block; }
#nr9vEmcU8RxZZvdlPlhIuidmT7dBDzsw { position:relative;display:block; }#nr9vEmcU8RxZZvdlPlhIuidmT7dBDzsw { background-color: transparent; background-image: none; }#nr9vEmcU8RxZZvdlPlhIuidmT7dBDzsw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nr9vEmcU8RxZZvdlPlhIuidmT7dBDzsw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nr9vEmcU8RxZZvdlPlhIuidmT7dBDzsw > .row .container > .video-iframe-container { display: none; }#nr9vEmcU8RxZZvdlPlhIuidmT7dBDzsw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nr9vEmcU8RxZZvdlPlhIuidmT7dBDzsw > .row > .video-iframe-container { display: none; }#nr9vEmcU8RxZZvdlPlhIuidmT7dBDzsw > .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); }#nr9vEmcU8RxZZvdlPlhIuidmT7dBDzsw { border-width: 0; border-radius: 0; }#nr9vEmcU8RxZZvdlPlhIuidmT7dBDzsw > .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; }#nr9vEmcU8RxZZvdlPlhIuidmT7dBDzsw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:30.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cmDEepBuPPHhkWDUTxBQEDoVIFiCzNRT { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.25rem 1.0625rem rgba(0,0,0,0.1) ;height:13.125rem;width:20.625rem;top:0rem;left:0rem;display:block; }
#ctdf7Z4g7moiWnI0uMd41N9vd0JGKq9I { color:#007f32;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.75rem;left:2.53125rem;height:1.7875rem;font-style:normal;display:block; }
#TCP49KO3KAxTfoh39EzEIIQtG7VoFPMl { position:absolute;display:block;z-index:15002;background-color:rgba(180,177,178,0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:16.25rem;top:5rem;left:2.53125rem;display:block; }
#MgJJvAAgxiSfQvzOESKtCihbhpI8vlyb { position:absolute;display:block;z-index:15003;background-color:#007f32;background-image:url("https://images.assets-landingi.com/eiexo72b/arrow.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.625rem;top:0rem;left:0rem;display:block; }#MgJJvAAgxiSfQvzOESKtCihbhpI8vlyb.adaptive-delivery-prevent-bg, #MgJJvAAgxiSfQvzOESKtCihbhpI8vlyb.lazyload, #MgJJvAAgxiSfQvzOESKtCihbhpI8vlyb.lazyloading { background-image: none; }
#HeMEsxHmdLVnZsGrwBhTzccF6AqbZtdN { position:absolute;display:block;z-index:15004;background-color:#dbe2eb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:0.625rem;top:5rem;left:0rem;display:block; }
#ra3FVpu5s9CuGTfntscPCWovZN6n9MJi { color:#575756;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:7.09375rem;left:2.1875rem;height:1.875rem;font-style:normal;display:block; }
#TgzFS8x342QyqnE2RIv2XWwJ1B70xUi9 { color:#007f32;display:block;width:23.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:0rem;left:34.625rem;height:3.75rem;font-style:normal;display:block; }
#KR00tfVfoe4DDoM0NDbJIGAZUdbeMwDK { position:absolute;display:block;z-index:15007;background-color:#007f32;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:3.25rem;width:3.25rem;top:4.875rem;left:27.8125rem;display:block; }
#vt5SR8yIlePnfqfDVV4TTHgFnORVrvu6 { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:16.25rem;top:6.46875rem;left:12.1875rem;display:block; }
#VubrmPLePZL76ZR0yksnuxXhXMwxhtgD { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.75rem;width:0.0625rem;top:0rem;left:29.46875rem;display:block; }
#w4ZT94p31NocDDdf5kp2R0BfoF4AmoG0 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:5.53125rem;left:28.59375rem;overflow:hidden;display:block; }
#kbfDwawCPSD62u7cu4Dx73cUGNMkqzox { position:absolute;display:block;z-index:15010;background-color:#cbd2de;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:3.25rem;width:3.25rem;top:24.4375rem;left:27.8125rem;display:block; }
#bDvAyHUk4JmPEqStX6ptgrDvafTEL57W { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:4.375rem;top:26.125rem;left:30.25rem;display:block; }
#rn3pbifCfP0SRHvNK6lXThaM09zfH0Jk { color:rgba(112,123,139,0.07);display:block;width:9.5625rem;position:absolute;font-family:lato;font-size:7.9375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:13rem;left:5.15625rem;height:10.31875rem;font-style:normal;display:block; }
#vAQ0ronVHyhwyE3VGOmkwzAg6yiMNTay { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.6875rem;top:25.0625rem;left:28.75rem;overflow:hidden;display:block; }
#RnnT0OuPVrMGHs0F2fvUyyVbvNPUF1yw { color:#1b57c7;display:block;width:26rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:5.53125rem;left:34rem;height:;font-style:normal;display:block; }#RnnT0OuPVrMGHs0F2fvUyyVbvNPUF1yw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RnnT0OuPVrMGHs0F2fvUyyVbvNPUF1yw li:before{  }
#fapUe5tq675pairNu48FA9JG7euG3u8g { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.75rem;width:0.0625rem;top:6.9375rem;left:29.46875rem;display:block; }
#O8iCTQZqu00i7mHECDq2JULMv7SPHGK6 { color:#1b57c7;display:block;width:26rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:22.875rem;left:34rem;height:2.125rem;font-style:normal;display:block; }#O8iCTQZqu00i7mHECDq2JULMv7SPHGK6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#O8iCTQZqu00i7mHECDq2JULMv7SPHGK6 li:before{  }
#kAyEhPfB5nSg9uT8WHUopQ2s1yOx2O3w { position:relative;display:block; }#kAyEhPfB5nSg9uT8WHUopQ2s1yOx2O3w { background-color: transparent; background-image: none; }#kAyEhPfB5nSg9uT8WHUopQ2s1yOx2O3w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kAyEhPfB5nSg9uT8WHUopQ2s1yOx2O3w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kAyEhPfB5nSg9uT8WHUopQ2s1yOx2O3w > .row .container > .video-iframe-container { display: none; }#kAyEhPfB5nSg9uT8WHUopQ2s1yOx2O3w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kAyEhPfB5nSg9uT8WHUopQ2s1yOx2O3w > .row > .video-iframe-container { display: none; }#kAyEhPfB5nSg9uT8WHUopQ2s1yOx2O3w > .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); }#kAyEhPfB5nSg9uT8WHUopQ2s1yOx2O3w { border-width: 0; border-radius: 0; }#kAyEhPfB5nSg9uT8WHUopQ2s1yOx2O3w > .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; }#kAyEhPfB5nSg9uT8WHUopQ2s1yOx2O3w > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:30.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CDsJyV31axoSALV96yJM8GyMdHCfNL7d { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.25rem 1.0625rem rgba(0,0,0,0.1) ;height:13.125rem;width:20.625rem;top:0rem;left:0rem;display:block; }
#xnck78aXBSPU1ED5pEZkzqFGlIz1NTTb { color:#007f32;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.75rem;left:2.53125rem;height:1.7875rem;font-style:normal;display:block; }
#VoOnSUQRwalnOlPmfaTkUZwtyA4ELrkn { position:absolute;display:block;z-index:15002;background-color:rgba(180,177,178,0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:16.25rem;top:5rem;left:2.53125rem;display:block; }
#NfuqkR1I1iOuUOJmVPTW1ZZifdQ6oTtc { position:absolute;display:block;z-index:15003;background-color:#007f32;background-image:url("https://images.assets-landingi.com/eiexo72b/arrow.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.625rem;top:0rem;left:0rem;display:block; }#NfuqkR1I1iOuUOJmVPTW1ZZifdQ6oTtc.adaptive-delivery-prevent-bg, #NfuqkR1I1iOuUOJmVPTW1ZZifdQ6oTtc.lazyload, #NfuqkR1I1iOuUOJmVPTW1ZZifdQ6oTtc.lazyloading { background-image: none; }
#MqKJAZT7zKQuBMvo2rXvg3gXNWFiJk6g { position:absolute;display:block;z-index:15004;background-color:#dbe2eb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:0.625rem;top:5rem;left:0rem;display:block; }
#HcScxGNCoZQkTBeps2zTT9cNRcwRzoGK { color:#575756;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:7.09375rem;left:2.1875rem;height:1.875rem;font-style:normal;display:block; }
#yiemUisUMsaJIb2VfA14tU9PIafNlRBX { color:#007f32;display:block;width:22.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:0rem;left:34.625rem;height:3.75rem;font-style:normal;display:block; }
#vsTcTBWFf7p5ZACD0o6ozge25CiLTHiD { position:absolute;display:block;z-index:15007;background-color:#007f32;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:3.25rem;width:3.25rem;top:4.875rem;left:27.8125rem;display:block; }
#am2Z5Ghit8s9AQpdrOpxxtQHAzFDT0CE { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:16.25rem;top:6.46875rem;left:12.1875rem;display:block; }
#neOkpoLRBoorqUB7DJXG3zW8OimH2xcq { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.75rem;width:0.0625rem;top:0rem;left:29.46875rem;display:block; }
#AehZgf2y2l6mPn8KKRCThrgP0zgnBVMN { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:5.53125rem;left:28.59375rem;overflow:hidden;display:block; }
#SFWRkCH8yAkW16fyoID9F7PodRpaz4pQ { color:rgba(112,123,139,0.07);display:block;width:9.5625rem;position:absolute;font-family:lato;font-size:7.9375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:13rem;left:5.15625rem;height:10.31875rem;font-style:normal;display:block; }
#TkhPTZTNZxTTOG07olh54TwbgB94PHGL { color:#707b8b;display:block;width:26rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:5rem;left:34rem;height:;font-style:normal;display:block; }#TkhPTZTNZxTTOG07olh54TwbgB94PHGL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TkhPTZTNZxTTOG07olh54TwbgB94PHGL li:before{  }
#WMsf3JtflEurTw1ACCFoAbff8tew9rTB { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.75rem;width:0.0625rem;top:6.75rem;left:29.46875rem;display:block; }
#AlywSlh9K6QCVPwewg6T0oVSJcgG7ct2 { position:relative;display:block; }#AlywSlh9K6QCVPwewg6T0oVSJcgG7ct2 { background-color: transparent; background-image: none; }#AlywSlh9K6QCVPwewg6T0oVSJcgG7ct2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AlywSlh9K6QCVPwewg6T0oVSJcgG7ct2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AlywSlh9K6QCVPwewg6T0oVSJcgG7ct2 > .row .container > .video-iframe-container { display: none; }#AlywSlh9K6QCVPwewg6T0oVSJcgG7ct2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AlywSlh9K6QCVPwewg6T0oVSJcgG7ct2 > .row > .video-iframe-container { display: none; }#AlywSlh9K6QCVPwewg6T0oVSJcgG7ct2 > .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); }#AlywSlh9K6QCVPwewg6T0oVSJcgG7ct2 { border-width: 0; border-radius: 0; }#AlywSlh9K6QCVPwewg6T0oVSJcgG7ct2 > .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; }#AlywSlh9K6QCVPwewg6T0oVSJcgG7ct2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bzfTQhU60JV3dOK2vz87vugC6lJwE3Gk { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.25rem 1.0625rem rgba(0,0,0,0.1) ;height:13.125rem;width:20.625rem;top:0rem;left:0rem;display:block; }
#lknZH3Q021Z4zBwFDN7waFXczo5UQlas { color:#007f32;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.75rem;left:2.53125rem;height:1.7875rem;font-style:normal;display:block; }
#Q8hLthaQ36mkfhNo344WkD4fEJF2sOqe { position:absolute;display:block;z-index:15002;background-color:rgba(180,177,178,0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:16.25rem;top:5rem;left:2.53125rem;display:block; }
#N5CJ6EVRSSB3MHXitu1Q8tLcfJzfRS9R { position:absolute;display:block;z-index:15003;background-color:#007f32;background-image:url("https://images.assets-landingi.com/eiexo72b/arrow.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.625rem;top:0rem;left:0rem;display:block; }#N5CJ6EVRSSB3MHXitu1Q8tLcfJzfRS9R.adaptive-delivery-prevent-bg, #N5CJ6EVRSSB3MHXitu1Q8tLcfJzfRS9R.lazyload, #N5CJ6EVRSSB3MHXitu1Q8tLcfJzfRS9R.lazyloading { background-image: none; }
#hyPmP5nTNXpzKTWZnS3BBL0Fo0cKWn0M { position:absolute;display:block;z-index:15004;background-color:#dbe2eb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:0.625rem;top:5rem;left:0rem;display:block; }
#vXltxQDBXXtbyqH7Vc5AKBEHQCX5O64X { color:#575756;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:7.09375rem;left:2.1875rem;height:1.875rem;font-style:normal;display:block; }
#DihBB3wlZ3kfPLqJMmTnxtK3tyrA6vOf { color:#007f32;display:block;width:22.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:0rem;left:34.625rem;height:3.75rem;font-style:normal;display:block; }
#m7KeDLqN6TK36Ns9nzJ9hNQGeGcxTv8V { position:absolute;display:block;z-index:15007;background-color:#007f32;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:3.25rem;width:3.25rem;top:4.875rem;left:27.8125rem;display:block; }
#tteNa1hWE9VvX0fJ506tUkmclHgcRWat { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:16.25rem;top:6.46875rem;left:12.1875rem;display:block; }
#awEPhUPB83baqsrkNbpgUFhbVdCMpeKC { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.75rem;width:0.0625rem;top:0rem;left:29.46875rem;display:block; }
#AchHRNMgmIEXy75XSmv1vKVqTyV5CZ0Q { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:5.53125rem;left:28.59375rem;overflow:hidden;display:block; }
#p8JM5snxznb7I7Rft0f4m8rZL2awXN1g { color:rgba(112,123,139,0.07);display:block;width:9.5625rem;position:absolute;font-family:lato;font-size:7.9375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:13rem;left:5.15625rem;height:10.31875rem;font-style:normal;display:block; }
#zKzU5fecIgVLW6WBFdf6HSWcgdiQSDx6 { color:#707b8b;display:block;width:24.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:5rem;left:34rem;height:15.925rem;font-style:normal;display:block; }#zKzU5fecIgVLW6WBFdf6HSWcgdiQSDx6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zKzU5fecIgVLW6WBFdf6HSWcgdiQSDx6 li:before{  }
#PBJGwa6BVhb1M3FOGeXTKHmp5bmoIqD3 { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.75rem;width:0.0625rem;top:2.625rem;left:29.46875rem;display:block; }
#WVk83UVkhfXq6EasLmJOv5aQDu0vNy6n { position:relative;display:block; }#WVk83UVkhfXq6EasLmJOv5aQDu0vNy6n { background-color: transparent; background-image: none; }#WVk83UVkhfXq6EasLmJOv5aQDu0vNy6n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVk83UVkhfXq6EasLmJOv5aQDu0vNy6n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVk83UVkhfXq6EasLmJOv5aQDu0vNy6n > .row .container > .video-iframe-container { display: none; }#WVk83UVkhfXq6EasLmJOv5aQDu0vNy6n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVk83UVkhfXq6EasLmJOv5aQDu0vNy6n > .row > .video-iframe-container { display: none; }#WVk83UVkhfXq6EasLmJOv5aQDu0vNy6n > .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); }#WVk83UVkhfXq6EasLmJOv5aQDu0vNy6n { border-width: 0; border-radius: 0; }#WVk83UVkhfXq6EasLmJOv5aQDu0vNy6n > .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; }#WVk83UVkhfXq6EasLmJOv5aQDu0vNy6n > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BiXuttGKIix6tTTTXKVBqGPwsqHWIXZS { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.25rem 1.0625rem rgba(0,0,0,0.1) ;height:13.125rem;width:20.625rem;top:0rem;left:0rem;display:block; }
#WPTAp2tTad2yulFRFX8fcVvwhrnnXeZM { color:#007f32;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.75rem;left:2.65625rem;height:1.7875rem;font-style:normal;display:block; }
#ETNJBZTKTTNDvUnhGcwyCN8ZNb37Fiob { position:absolute;display:block;z-index:15002;background-color:rgba(180,177,178,0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:16.25rem;top:5rem;left:2.53125rem;display:block; }
#H3ubut2ZAG4LqhBc4V7IH0w4NGRr2DfR { position:absolute;display:block;z-index:15003;background-color:#007f32;background-image:url("https://images.assets-landingi.com/eiexo72b/arrow.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.625rem;top:0rem;left:0rem;display:block; }#H3ubut2ZAG4LqhBc4V7IH0w4NGRr2DfR.adaptive-delivery-prevent-bg, #H3ubut2ZAG4LqhBc4V7IH0w4NGRr2DfR.lazyload, #H3ubut2ZAG4LqhBc4V7IH0w4NGRr2DfR.lazyloading { background-image: none; }
#JJwp3PtD9ZnrTe8KtW8fM7cHx37k4nnG { position:absolute;display:block;z-index:15004;background-color:#dbe2eb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:0.625rem;top:5rem;left:0rem;display:block; }
#qP7oKI0mqQRn3X5PccPHoCUFEwWu5Oxi { color:#575756;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:7.09375rem;left:2.1875rem;height:1.875rem;font-style:normal;display:block; }
#CmWoe9gHTcUWqEtn9i1LNeu9DSzNTyIM { color:#007f32;display:block;width:22.5625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:0rem;left:34rem;height:1.875rem;font-style:normal;display:block; }
#ocNaU2KxO60VwtgcvlaUQ1wVfHp2ToHy { position:absolute;display:block;z-index:15007;background-color:#007f32;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:3.25rem;width:3.25rem;top:4.875rem;left:27.8125rem;display:block; }
#v5K7naPO7IcULZ2Pwc6tvcf16aBT98ck { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:16.25rem;top:6.46875rem;left:12.1875rem;display:block; }
#oB2iTh6V45sTtXNT9fm2v3iMviczSuq2 { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.5625rem;width:0.0625rem;top:0rem;left:29.46875rem;display:block; }
#LHVNGTCrt5nuPgTdTWzng56vAGMR6XdN { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:5.53125rem;left:28.59375rem;overflow:hidden;display:block; }
#xHcSCW0Nco4qyMt0K0y5HwDvg8mt7AgX { color:rgba(112,123,139,0.07);display:block;width:9.5625rem;position:absolute;font-family:lato;font-size:7.9375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:13rem;left:5.15625rem;height:10.31875rem;font-style:normal;display:block; }
#Vx4KnbAiTZNbnCkzw4li2cp2t10ltxqV { color:#1b57c7;display:block;width:27.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:3.5rem;left:34rem;height:15.925rem;font-style:normal;display:block; }#Vx4KnbAiTZNbnCkzw4li2cp2t10ltxqV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Vx4KnbAiTZNbnCkzw4li2cp2t10ltxqV li:before{  }
#JgUZNheNyp3QnVlvh7iNxpz6Wfv4lT4f { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:4.375rem;top:22.21875rem;left:30.40625rem;display:block; }
#ne7CyfqeomFFF0DnRhokVOd5ecJ0fTkc { position:absolute;display:block;z-index:15012;background-color:#cbd2de;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:3.25rem;width:3.25rem;top:20.53125rem;left:27.8125rem;display:block; }
#h55blfSApto4Zbm8L3Pd8yoESU1Dt7e7 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.6875rem;top:21.25rem;left:28.6875rem;overflow:hidden;display:block; }
#uTk0HyXCp8nZTnKsmd7PxL0agwo0mX1F { color:#1b57c7;display:block;width:26rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:19.006248474121rem;left:34rem;height:2.125rem;font-style:normal;display:block; }#uTk0HyXCp8nZTnKsmd7PxL0agwo0mX1F li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uTk0HyXCp8nZTnKsmd7PxL0agwo0mX1F li:before{  }
#Ch02o7dVmitw1eGiuvf7FedGTCPSdzGW { position:relative;display:block; }#Ch02o7dVmitw1eGiuvf7FedGTCPSdzGW { background-color: transparent; background-image: none; }#Ch02o7dVmitw1eGiuvf7FedGTCPSdzGW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ch02o7dVmitw1eGiuvf7FedGTCPSdzGW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ch02o7dVmitw1eGiuvf7FedGTCPSdzGW > .row .container > .video-iframe-container { display: none; }#Ch02o7dVmitw1eGiuvf7FedGTCPSdzGW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ch02o7dVmitw1eGiuvf7FedGTCPSdzGW > .row > .video-iframe-container { display: none; }#Ch02o7dVmitw1eGiuvf7FedGTCPSdzGW > .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); }#Ch02o7dVmitw1eGiuvf7FedGTCPSdzGW { border-width: 0; border-radius: 0; }#Ch02o7dVmitw1eGiuvf7FedGTCPSdzGW > .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; }#Ch02o7dVmitw1eGiuvf7FedGTCPSdzGW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TzFJNNGGEhJa5PmWUUPNwK0dhmQtciq5 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.25rem 1.0625rem rgba(0,0,0,0.1) ;height:13.125rem;width:20.625rem;top:0rem;left:0rem;display:block; }
#pBdKf7bAG0GDbSuMv1fKilNc3iqlRBMw { color:#007f32;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.75rem;left:2.65625rem;height:1.7875rem;font-style:normal;display:block; }
#cu66lUsV0xATBdX7KW5qJTJQMuHOX9wA { position:absolute;display:block;z-index:15002;background-color:rgba(180,177,178,0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:16.25rem;top:5rem;left:2.53125rem;display:block; }
#kNn1Tt3sK0P4tzmVw5CdJ3ZFWQF6E3y6 { position:absolute;display:block;z-index:15003;background-color:#007f32;background-image:url("https://images.assets-landingi.com/eiexo72b/arrow.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.625rem;top:0rem;left:0rem;display:block; }#kNn1Tt3sK0P4tzmVw5CdJ3ZFWQF6E3y6.adaptive-delivery-prevent-bg, #kNn1Tt3sK0P4tzmVw5CdJ3ZFWQF6E3y6.lazyload, #kNn1Tt3sK0P4tzmVw5CdJ3ZFWQF6E3y6.lazyloading { background-image: none; }
#Ub7Npx5u9zX9QdFBXtSWQiV1i94hHB6b { position:absolute;display:block;z-index:15004;background-color:#dbe2eb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:0.625rem;top:5rem;left:0rem;display:block; }
#Kcrz8xlHZPsWGaATeu18KdplP7bnXxGq { color:#575756;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:7.09375rem;left:2.1875rem;height:1.875rem;font-style:normal;display:block; }
#S5n6BX6guZXWS5qr31D4kGCF0dD8PNTL { color:#007f32;display:block;width:21.5625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:0rem;left:34rem;height:3.75rem;font-style:normal;display:block; }
#k1cXPmM6rM2EtZCniSmTrTry8LnrLGH3 { position:absolute;display:block;z-index:15007;background-color:#007f32;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:3.25rem;width:3.25rem;top:4.875rem;left:27.8125rem;display:block; }
#HQfq4HOtzlLWUH4VI07PX1AxH392C4Cr { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:16.25rem;top:6.46875rem;left:12.1875rem;display:block; }
#MN2uTwXUctVSaNQRTyGcAcWqWeQEKrse { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.5625rem;width:0.0625rem;top:0rem;left:29.46875rem;display:block; }
#fXuUN1rh9Vc38LaV7nM61hTgHJ3ixynu { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:5.53125rem;left:28.59375rem;overflow:hidden;display:block; }
#zTrTaTuCDwT0wfTN8nrgxw83TCEqZHIl { color:rgba(112,123,139,0.07);display:block;width:9.5625rem;position:absolute;font-family:lato;font-size:7.9375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:13rem;left:5.15625rem;height:10.31875rem;font-style:normal;display:block; }
#xTEM3S7KTPKdhEVstq4oUIMkSsuS2iJT { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1.375rem;top:20.125rem;left:28.75rem;overflow:hidden;display:block; }
#oF8LVMJwktvWlmSP1coA49TyiAcevCGh { color:#1b57c7;display:block;width:26rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:5.1937503814697rem;left:34rem;height:;font-style:normal;display:block; }#oF8LVMJwktvWlmSP1coA49TyiAcevCGh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oF8LVMJwktvWlmSP1coA49TyiAcevCGh li:before{  }
#c02gXamuxEXwlDa3qQeJ0rTJ89byxC7Q { position:relative;display:block; }#c02gXamuxEXwlDa3qQeJ0rTJ89byxC7Q { background-color: transparent; background-image: none; }#c02gXamuxEXwlDa3qQeJ0rTJ89byxC7Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c02gXamuxEXwlDa3qQeJ0rTJ89byxC7Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c02gXamuxEXwlDa3qQeJ0rTJ89byxC7Q > .row .container > .video-iframe-container { display: none; }#c02gXamuxEXwlDa3qQeJ0rTJ89byxC7Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c02gXamuxEXwlDa3qQeJ0rTJ89byxC7Q > .row > .video-iframe-container { display: none; }#c02gXamuxEXwlDa3qQeJ0rTJ89byxC7Q > .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); }#c02gXamuxEXwlDa3qQeJ0rTJ89byxC7Q { border-width: 0; border-radius: 0; }#c02gXamuxEXwlDa3qQeJ0rTJ89byxC7Q > .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; }#c02gXamuxEXwlDa3qQeJ0rTJ89byxC7Q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HRkNwI51us7uISZnLtQoevUlnxv2O8SL { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.25rem 1.0625rem rgba(0,0,0,0.1) ;height:13.125rem;width:20.625rem;top:0rem;left:0rem;display:block; }
#p3cnDetK5kJJezTwtoFyql1CXzceJzVW { color:#007f32;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.75rem;left:2.65625rem;height:1.7875rem;font-style:normal;display:block; }
#BQpBORNmFJcEA2nws5F1m2nNtsTT8aC3 { position:absolute;display:block;z-index:15002;background-color:rgba(180,177,178,0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:16.25rem;top:5rem;left:2.53125rem;display:block; }
#l3a5p1i9bhb0ywmTaJwahs30UJ32GgUz { position:absolute;display:block;z-index:15003;background-color:#007f32;background-image:url("https://images.assets-landingi.com/eiexo72b/arrow.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.625rem;top:0rem;left:0rem;display:block; }#l3a5p1i9bhb0ywmTaJwahs30UJ32GgUz.adaptive-delivery-prevent-bg, #l3a5p1i9bhb0ywmTaJwahs30UJ32GgUz.lazyload, #l3a5p1i9bhb0ywmTaJwahs30UJ32GgUz.lazyloading { background-image: none; }
#NlZkNMG3Wt9PbuiELkp6FTpnsIU0US6T { position:absolute;display:block;z-index:15004;background-color:#dbe2eb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:0.625rem;top:5rem;left:0rem;display:block; }
#JcL9SJlInCIILQTBrBxGn9uqnc3cCAlB { color:#575756;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:7.09375rem;left:2.1875rem;height:1.875rem;font-style:normal;display:block; }
#HJwqK74zwZC66PH3T9nQlf1FLAZlSumd { color:#007f32;display:block;width:14.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:0rem;left:34rem;height:3.75rem;font-style:normal;display:block; }
#vW1tuLPdMHEOkOO0FltqQfKeB01HTuyJ { position:absolute;display:block;z-index:15007;background-color:#007f32;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:3.25rem;width:3.25rem;top:4.875rem;left:27.8125rem;display:block; }
#nm4nEUJUFhEgzIue5cGn2Q1xJGavWG4z { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:16.25rem;top:6.46875rem;left:12.1875rem;display:block; }
#MdcaLVq9NABMT6Kexm06I081IXkilubu { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.5625rem;width:0.0625rem;top:0rem;left:29.46875rem;display:block; }
#XVTbwLITdz8uA9TEs2f3vwp6BLutVQ0k { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:5.53125rem;left:28.59375rem;overflow:hidden;display:block; }
#VnyqP3qTpw6PA1VcIzTb0FzS6JaW0CLb { position:absolute;display:block;z-index:15010;background-color:#007f32;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:3.25rem;width:3.25rem;top:16rem;left:27.8125rem;display:block; }
#f2hW2wlUxbPTdPCZpfO8Q1Av5q0wu2O0 { color:rgba(112,123,139,0.07);display:block;width:9.5625rem;position:absolute;font-family:lato;font-size:7.9375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:13rem;left:5.15625rem;height:10.31875rem;font-style:normal;display:block; }
#xa9GUIGNh0c3BXp3SSW7trs981W3ZTC0 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1.375rem;top:17.125rem;left:28.75rem;overflow:hidden;display:block; }
#seGiUzLduHCs91QgvZVVskSSOOrxDKWE { color:#1b57c7;display:block;width:24rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:6.2000122070312rem;left:34rem;height:8.5rem;font-style:normal;display:block; }#seGiUzLduHCs91QgvZVVskSSOOrxDKWE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#seGiUzLduHCs91QgvZVVskSSOOrxDKWE li:before{  }
#waeR25Aa23GVhhFTvNr4JgTXSvmduRgD { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:4.375rem;top:17.53125rem;left:30.40625rem;display:block; }
#g487LWNvcsvKAO5msoiMyJ0fLfwSsThT { color:#1b57c7;display:block;width:26rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:14.3125rem;left:34rem;height:2.125rem;font-style:normal;display:block; }#g487LWNvcsvKAO5msoiMyJ0fLfwSsThT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#g487LWNvcsvKAO5msoiMyJ0fLfwSsThT li:before{  }
#g0vdMwgSM5XBQZLqGb6bKFewS3J9R73P { position:relative;display:block; }#g0vdMwgSM5XBQZLqGb6bKFewS3J9R73P { background-color: transparent; background-image: none; }#g0vdMwgSM5XBQZLqGb6bKFewS3J9R73P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g0vdMwgSM5XBQZLqGb6bKFewS3J9R73P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g0vdMwgSM5XBQZLqGb6bKFewS3J9R73P > .row .container > .video-iframe-container { display: none; }#g0vdMwgSM5XBQZLqGb6bKFewS3J9R73P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g0vdMwgSM5XBQZLqGb6bKFewS3J9R73P > .row > .video-iframe-container { display: none; }#g0vdMwgSM5XBQZLqGb6bKFewS3J9R73P > .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); }#g0vdMwgSM5XBQZLqGb6bKFewS3J9R73P { border-width: 0; border-radius: 0; }#g0vdMwgSM5XBQZLqGb6bKFewS3J9R73P > .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; }#g0vdMwgSM5XBQZLqGb6bKFewS3J9R73P > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:30.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#o1CffBSrUyh0p7TTFsaAbkV3rHt3evtJ { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.25rem 1.0625rem rgba(0,0,0,0.1) ;height:13.125rem;width:20.625rem;top:0rem;left:0rem;display:block; }
#aqvpKKT8lvm1I72vRpQkff1S0AdsUfls { color:#007f32;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.75rem;left:2.65625rem;height:1.7875rem;font-style:normal;display:block; }
#Uyh6bvacQsLDXN1cB1kzrTBArdqAdz1s { position:absolute;display:block;z-index:15002;background-color:rgba(180,177,178,0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:16.25rem;top:5rem;left:2.53125rem;display:block; }
#dvPVakOPOuPh8WJBBL1QtiEqTTM4y1v9 { position:absolute;display:block;z-index:15003;background-color:#007f32;background-image:url("https://images.assets-landingi.com/eiexo72b/arrow.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.625rem;top:0rem;left:0rem;display:block; }#dvPVakOPOuPh8WJBBL1QtiEqTTM4y1v9.adaptive-delivery-prevent-bg, #dvPVakOPOuPh8WJBBL1QtiEqTTM4y1v9.lazyload, #dvPVakOPOuPh8WJBBL1QtiEqTTM4y1v9.lazyloading { background-image: none; }
#lF5Hv08uJd6ggPMrVlRnZW5GRrTr2Ni5 { position:absolute;display:block;z-index:15004;background-color:#dbe2eb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:0.625rem;top:5rem;left:0rem;display:block; }
#WccnwRgbHcbJyuGDEO2LRahxkg2HxMAD { color:#575756;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:7.09375rem;left:2.1875rem;height:1.875rem;font-style:normal;display:block; }
#ehaVKSTLVst3ullB5lLKz02TcGe3W170 { color:#007f32;display:block;width:25.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:0rem;left:34rem;height:1.875rem;font-style:normal;display:block; }
#LGw9lyevdK0lTodoTZPm0WCokUzypAz5 { position:absolute;display:block;z-index:15007;background-color:#007f32;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:3.25rem;width:3.25rem;top:4.875rem;left:27.8125rem;display:block; }
#tE1buy1OEeu6734m3lDQ1Z9o5dXOszo1 { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:16.25rem;top:6.46875rem;left:12.1875rem;display:block; }
#OI1vw9L5XOxWt99UoIpbcWl6rMWeB4TA { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.5625rem;width:0.0625rem;top:0rem;left:29.46875rem;display:block; }
#zqMxB7nsffzJntNiTcFITB9QifU8LGgq { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:5.53125rem;left:28.59375rem;overflow:hidden;display:block; }
#kTR160EiMUnDUnV9sS6DfeaahHGwWyFh { position:absolute;display:block;z-index:15010;background-color:#007f32;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:3.25rem;width:3.25rem;top:23rem;left:27.8125rem;display:block; }
#Ba0mf34VaWJTvfISWVkptusHtpCyNIMQ { color:rgba(112,123,139,0.07);display:block;width:9.5625rem;position:absolute;font-family:lato;font-size:7.9375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:13rem;left:5.15625rem;height:10.31875rem;font-style:normal;display:block; }
#g6zJHpxgctskaVXyU82RHC1HbycT4UL0 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1.375rem;top:24.0625rem;left:28.75rem;overflow:hidden;display:block; }
#oF7Dtc5hIpFoWnqnZTJT0WFMRnszBFxb { background-color:#007f32;background-image:none;background-position:top left !important;background-repeat: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:#ffffff;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:15rem;height:3.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:26rem;left:22.125rem;display:none; }
#Dz8i1WuE3rTBCKxGAEn3MUIEbNaPfoea { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sPDk6mLW2Gf1sFOsfZrypNWJOtivSUcG { color:#1b57c7;display:block;width:22.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:5.71875rem;left:34rem;height:16.2375rem;font-style:normal;display:block; }#sPDk6mLW2Gf1sFOsfZrypNWJOtivSUcG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sPDk6mLW2Gf1sFOsfZrypNWJOtivSUcG li:before{  }
#v8FuKy1F1iqAUJMA3fI7QaS1dylAECUi { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:4.375rem;top:24.53125rem;left:30.40625rem;display:block; }
#u6on9bivdTsdewtrL6uPwMD2Q9QCI8U1 { position:relative;display:block; }#u6on9bivdTsdewtrL6uPwMD2Q9QCI8U1 { background-color: transparent; background-image: none; }#u6on9bivdTsdewtrL6uPwMD2Q9QCI8U1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6on9bivdTsdewtrL6uPwMD2Q9QCI8U1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6on9bivdTsdewtrL6uPwMD2Q9QCI8U1 > .row .container > .video-iframe-container { display: none; }#u6on9bivdTsdewtrL6uPwMD2Q9QCI8U1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6on9bivdTsdewtrL6uPwMD2Q9QCI8U1 > .row > .video-iframe-container { display: none; }#u6on9bivdTsdewtrL6uPwMD2Q9QCI8U1 > .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); }#u6on9bivdTsdewtrL6uPwMD2Q9QCI8U1 { border-width: 0; border-radius: 0; }#u6on9bivdTsdewtrL6uPwMD2Q9QCI8U1 > .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; }#u6on9bivdTsdewtrL6uPwMD2Q9QCI8U1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#F1rPys4g9lkEm2Zc3UHfbL85x8CuqQNZ { color:#007f32;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.3875007629394rem;left:0rem;height:1.7875rem;font-style:normal;display:block; }
#C86ROSL3Tfx14bdP8SdonpHKh2lTwKRz { position:relative;display:block; }#C86ROSL3Tfx14bdP8SdonpHKh2lTwKRz { background-color: transparent; background-image: none; }#C86ROSL3Tfx14bdP8SdonpHKh2lTwKRz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C86ROSL3Tfx14bdP8SdonpHKh2lTwKRz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C86ROSL3Tfx14bdP8SdonpHKh2lTwKRz > .row .container > .video-iframe-container { display: none; }#C86ROSL3Tfx14bdP8SdonpHKh2lTwKRz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C86ROSL3Tfx14bdP8SdonpHKh2lTwKRz > .row > .video-iframe-container { display: none; }#C86ROSL3Tfx14bdP8SdonpHKh2lTwKRz > .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); }#C86ROSL3Tfx14bdP8SdonpHKh2lTwKRz { border-width: 0; border-radius: 0; }#C86ROSL3Tfx14bdP8SdonpHKh2lTwKRz > .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; }#C86ROSL3Tfx14bdP8SdonpHKh2lTwKRz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FuDdE7Ti2rwdRTTDX1nx6OVIetIm1A62 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.25rem 1.0625rem rgba(0,0,0,0.1) ;height:13.125rem;width:20.625rem;top:0rem;left:0rem;display:block; }
#VX67z139w0N3QO9APUDXqSxaibXP8rsC { color:#007f32;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.75rem;left:2.65625rem;height:1.7875rem;font-style:normal;display:block; }
#InDFQ3v7I76nAwHTt0E1wQdwDcPZLRCv { position:absolute;display:block;z-index:15002;background-color:rgba(180,177,178,0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:16.25rem;top:5rem;left:2.53125rem;display:block; }
#O41Lygt21f1X35kqWiFXv3M9diNxXbih { position:absolute;display:block;z-index:15003;background-color:#007f32;background-image:url("https://images.assets-landingi.com/eiexo72b/arrow.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.625rem;top:0rem;left:0rem;display:block; }#O41Lygt21f1X35kqWiFXv3M9diNxXbih.adaptive-delivery-prevent-bg, #O41Lygt21f1X35kqWiFXv3M9diNxXbih.lazyload, #O41Lygt21f1X35kqWiFXv3M9diNxXbih.lazyloading { background-image: none; }
#RsfTJ84MbOwp2XEnWBoKtNPZgoXiGd2l { position:absolute;display:block;z-index:15004;background-color:#dbe2eb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:0.625rem;top:5rem;left:0rem;display:block; }
#CRxAqO2SGWQZzdxrB6F4ZvFXZT0h4TfF { color:#575756;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:7.09375rem;left:2.1875rem;height:1.875rem;font-style:normal;display:block; }
#PZbFtCMdXrPn3DcLSa8zlp9XuwAxPQ7s { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:16.25rem;top:6.46875rem;left:13.3125rem;display:block; }
#TVSFuyEfTaN0Wb6iq63Ptxlmv0Ex3J94 { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.5625rem;width:0.0625rem;top:0rem;left:29.46875rem;display:block; }
#KQEuLu6pf0oTU1rlmNhOkCqPuvZpgaOK { position:absolute;display:block;z-index:15010;background-color:#007f32;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:3.25rem;width:3.25rem;top:8.8125rem;left:27.8125rem;display:block; }
#dOeDb358BPdIr0ZmbitplvVOtsU5nafG { color:rgba(112,123,139,0.07);display:block;width:9.5625rem;position:absolute;font-family:lato;font-size:7.9375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:13rem;left:5.15625rem;height:10.31875rem;font-style:normal;display:block; }
#RFXwlDqm9Arq9x1aoANCnIKdFhh2i2D8 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1.375rem;top:9.9375rem;left:28.75rem;overflow:hidden;display:block; }
#Pyr3uryyfDhoTqe1GPHpJ9nvxJFW7BNB { color:#1b57c7;display:block;width:26rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:7.7999992370606rem;left:34rem;height:1.7rem;font-style:normal;display:block; }#Pyr3uryyfDhoTqe1GPHpJ9nvxJFW7BNB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Pyr3uryyfDhoTqe1GPHpJ9nvxJFW7BNB li:before{  }
#Z48Ptca0TWX9JfzmLJWWdWwV9tOBBerI { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:4.375rem;top:10.34375rem;left:30.40625rem;display:block; }
#T80kZ6oTyfpsMFeB3UDbKNy8z0sig5PO { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.6875rem;top:4.0625rem;left:28.5625rem;overflow:hidden;display:block; }
#lwaGapy3kyUVEDNkTOa3RPHb4vu7gFt6 { position:absolute;display:block;z-index:15015;background-color:#cbd2de;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:3.25rem;width:3.25rem;top:3.3125rem;left:27.6875rem;display:block; }
#AqwBAu1fvXtu4hRpMCNaQyI0KFa17Tcx { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:4.375rem;top:5rem;left:30.3125rem;display:block; }
#qOqcK3NJhCNvDmkXKKN7RlkR0H5L59XH { color:#1b57c7;display:block;width:26rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:1.75rem;left:34rem;height:2.125rem;font-style:normal;display:block; }#qOqcK3NJhCNvDmkXKKN7RlkR0H5L59XH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qOqcK3NJhCNvDmkXKKN7RlkR0H5L59XH li:before{  }
#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/58c68ee1-2280-4fb8-b3a1-058949fba342/v2sekcja8_bg1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp.adaptive-delivery-prevent-bg, #BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp.lazyload, #BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp.lazyloading { background-image: none; }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp > .row .container { background-color: transparent; background-image: none; }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp > .row .container > .video-iframe-container { display: none; }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp > .row > .video-iframe-container { display: none; }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp > .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); }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp > .row .container { border-width: 0; border-radius: 0; }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp > .row .container { font-size:0.875rem;font-family:arial;height:35.4375rem;width:60rem;position:relative;display:block; }#Of5VrZZVmqaUnwfATvmWUkHHiPSzndrT { color:#000000;display:block;width:23.8125rem;position:absolute;font-family:montserrat;font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:3.9375rem;left:0rem;height:5.0875rem;font-style:normal;display:block; }
#bvuxDxLGhWkqTucRQhgzhptKalEDvqZT { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:10.4375rem;left:0rem;height:6.4rem;font-style:normal;display:block; }
#B0I7nFOZn6GCSLAEN4kgcsLTWA7y1B27 { position:absolute;display:block;z-index:15002;background-color:rgba(0,127,50,0.8);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:26.5625rem;top:16.6875rem;left:4.03125rem;display:block; }
#e8xEG9USpSRpNyaGpLme0xM6gVVzaD5Q { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:18.6875rem;left:9.875rem;height:2rem;font-style:normal;display:block; }
#QxduhVs6P1JZuyeIL11BTIUs0ksLV0p1 { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:21.875rem;left:9.875rem;height:6rem;font-style:normal;display:block; }
#vLzFwO077prZ7kM1gv5aSdSJ3Jrg6UvD { position:absolute;display:block;z-index:15006;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:22.75rem;width:32.4375rem;top:2.9375rem;left:27.5625rem;overflow:hidden;display:block; }
#ylAfQf3fsn7OmZ3AlTUcZPGFirTI3ADx { position:absolute;display:block;z-index:15009;background-color:#007f32;background-image:url("https://images.assets-landingi.com/zOLif15f/arrow_right.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:9.5rem;top:2.375rem;left:39.03125rem;display:block; }#ylAfQf3fsn7OmZ3AlTUcZPGFirTI3ADx.adaptive-delivery-prevent-bg, #ylAfQf3fsn7OmZ3AlTUcZPGFirTI3ADx.lazyload, #ylAfQf3fsn7OmZ3AlTUcZPGFirTI3ADx.lazyloading { background-image: none; }
#LGhydSvMQvXfxPCAtG1QxiIdTT1Mha1P { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;top:22.25rem;left:6.65625rem; }
#cdk3bEq2CkKNMqtz0LQsIBiL3CARQ28p { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;top:18.6875rem;left:6.65625rem; }
#v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa { position:relative;display:block; }#v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa { background-color: transparent; background-image: none; }#v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa > .row .container > .video-iframe-container { display: none; }#v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa > .row > .video-iframe-container { display: none; }#v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa > .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); }#v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa { border-width: 0; border-radius: 0; }#v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa > .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; }#v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#l8VyJAsuAuA4X1GM9fyBohEN75smGL2V { color:#575756;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.59375rem;left:0rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f7FqVR0yyLzBvvr7FZvPN6OQOzchaAKw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f7FqVR0yyLzBvvr7FZvPN6OQOzchaAKw > .row .container { background-color: transparent; background-image: none; }#f7FqVR0yyLzBvvr7FZvPN6OQOzchaAKw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f7FqVR0yyLzBvvr7FZvPN6OQOzchaAKw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f7FqVR0yyLzBvvr7FZvPN6OQOzchaAKw > .row .container > .video-iframe-container { display: none; }#f7FqVR0yyLzBvvr7FZvPN6OQOzchaAKw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f7FqVR0yyLzBvvr7FZvPN6OQOzchaAKw > .row > .video-iframe-container { display: none; }#f7FqVR0yyLzBvvr7FZvPN6OQOzchaAKw > .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); }#f7FqVR0yyLzBvvr7FZvPN6OQOzchaAKw > .row .container { border-width: 0; border-radius: 0; }#f7FqVR0yyLzBvvr7FZvPN6OQOzchaAKw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f7FqVR0yyLzBvvr7FZvPN6OQOzchaAKw > .row .container { font-size:0.875rem;font-family:arial;height:43.4375rem;width:60rem;position:relative;display:block; }#EBlSSovyCd6TXhvX7z1SluqV6Tp4i8lK { color:#575756;display:block;width:14.8125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:21.125rem;left:1.875rem;height:3.25rem;font-style:normal;display:block; }
#z9mvIirQl2HqVxeKGtDelESoh65AuGCX { 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:19rem;width:17.4375rem;top:0.625rem;left:0.625rem;overflow:hidden;display:block; }
#uL7Llf8xhN9unquaktiJ2qgs9lV17VuA { position:absolute;display:block;z-index:15006;background-color:#007f32;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:4.25rem;top:34.84375rem;left:22.5625rem;display:block; }
#Tw1n2EscTMMUdt89BTWhg8dt0GNv5w6P { position:absolute;display:block;z-index:15003;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15.625rem;top:35.0625rem;left:1.875rem;display:block; }
#VFAAN3aL2xf4tOSOUmJJI4y0BAExRSmA { color:#707b8b;display:block;width:15.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:25.600006103516rem;left:1.875rem;height:7.8rem;font-style:italic;display:block; }
#nDCam4Q8p7Z94MA3xV9an5nUwQgbBRe1 { color:#707b8b;display:block;width:14.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:36.375rem;left:1.875rem;height:1.7rem;font-style:normal;display:block; }
#Wpg2aUHlaDLakMyJf5oytcUGzHt11BfW { color:#575756;display:block;width:15.0625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:21.25rem;left:22.5rem;height:3.25rem;font-style:normal;display:block; }
#mBZm355ymOanvlpGBeyXwEMx2iaMZe3z { color:#707b8b;display:block;width:15.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:25.47500038147rem;left:22.28125rem;height:7.8rem;font-style:italic;display:block; }
#aAX0r8c8MTbQC6KR2EQ3DKiy3Ap8FGMW { color:#575756;display:block;width:15.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:21.125rem;left:43.125rem;height:3.25rem;font-style:normal;display:block; }
#zQtIHWJBgIZr6xvO2QytyBLMd1I51N6D { color:#707b8b;display:block;width:14.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:25.625rem;left:43.1875rem;height:5.2rem;font-style:italic;display:block; }
#spO0E84HRW0vZST6bDOAVCMzr9W3Emyn { position:absolute;display:block;z-index:14999;background-color:#f5f5f5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.25rem 1.0625rem rgba(0,0,0,0.1) ;height:40.375rem;width:18.75rem;top:0rem;left:20.625rem;display:block; }
#H7i4qVkeucerMgzWMT2a3RKdfdqsmzwv { position:absolute;display:block;z-index:14997;background-color:#f5f5f5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.25rem 1.0625rem rgba(0,0,0,0.1) ;height:40.4375rem;width:18.75rem;top:0rem;left:41.25rem;display:block; }
#ggQNfsbuHLDqA3zXrcURsBSNEAtIe1Tr { position:absolute;display:block;z-index:14998;background-color:#f5f5f5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.25rem 1.0625rem rgba(0,0,0,0.1) ;height:40.5rem;width:18.75rem;top:0rem;left:0rem;display:block; }
#FTeZCPBKGTeEIwfofKuM4Knm3at2LuOu { position:absolute;display:block;z-index:15004;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15.625rem;top:34.9375rem;left:22.5rem;display:block; }
#DQB54Lryxf1Sb1dzUGPKCUGkKf1Bmr7v { position:absolute;display:block;z-index:15007;background-color:#007f32;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:4.25rem;top:35rem;left:1.875rem;display:block; }
#dUqSU4UXWW2wfNC9hPXfxixhQoT0oALF { color:#707b8b;display:block;width:14.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:36.762500762939rem;left:22.59375rem;height:1.7rem;font-style:normal;display:block; }
#TqVup8ZFnx8A5VSvhJd0DS2a7XSXOV2e { position:absolute;display:block;z-index:15010;background-color:#007f32;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:4.25rem;top:34.875rem;left:43.28125rem;display:block; }
#JGP7geg63BaTzHmCO8Duh8pT2a1dGLrw { position:absolute;display:block;z-index:15006;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15.625rem;top:34.9375rem;left:43.28125rem;display:block; }
#lO7mSeQtfzHSvxlUpXumTeSEC4yJDsLh { color:#707b8b;display:block;width:14.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:36.5625rem;left:43.125rem;height:1.7rem;font-style:normal;display:block; }
#ISsQh1PVHZX0GNwoTg1DTXW3Jl6heAsV { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19rem;width:17.4375rem;top:0.625rem;left:21.28125rem;overflow:hidden;display:block; }
#Uuaimm4QK5NGlbl6PThqTrS01xMpO8Zy { position:absolute;display:block;z-index:15003;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:19rem;width:17.4375rem;top:0.6875rem;left:41.40625rem;overflow:hidden;display:block; }
#FydMUEGrTWdGi1tTz5pfBfW0XAZEOE07 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FydMUEGrTWdGi1tTz5pfBfW0XAZEOE07 > .row .container { background-color: transparent; background-image: none; }#FydMUEGrTWdGi1tTz5pfBfW0XAZEOE07::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FydMUEGrTWdGi1tTz5pfBfW0XAZEOE07 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FydMUEGrTWdGi1tTz5pfBfW0XAZEOE07 > .row .container > .video-iframe-container { display: none; }#FydMUEGrTWdGi1tTz5pfBfW0XAZEOE07 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FydMUEGrTWdGi1tTz5pfBfW0XAZEOE07 > .row > .video-iframe-container { display: none; }#FydMUEGrTWdGi1tTz5pfBfW0XAZEOE07 > .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); }#FydMUEGrTWdGi1tTz5pfBfW0XAZEOE07 > .row .container { border-width: 0; border-radius: 0; }#FydMUEGrTWdGi1tTz5pfBfW0XAZEOE07 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FydMUEGrTWdGi1tTz5pfBfW0XAZEOE07 > .row .container { font-size:0.875rem;font-family:arial;height:43.4375rem;width:60rem;position:relative;display:block; }#DdGvs2f3V64q5UpgqiOV0SKh7VTO3RnJ { color:#575756;display:block;width:14.8125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:21.125rem;left:1.875rem;height:3.25rem;font-style:normal;display:block; }
#M58I3sPkmrWS2sT5rIbhlw751MNTKRCp { 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:19rem;width:17.4375rem;top:0.625rem;left:0.625rem;overflow:hidden;display:block; }
#xpQvw4vxhrhTZosULh5HP1eIykdVmPF1 { position:absolute;display:block;z-index:15006;background-color:#007f32;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:4.25rem;top:34.84375rem;left:22.5625rem;display:block; }
#P42TE6VKcDnUIy2vfLfBWuZssqTNnm7Q { position:absolute;display:block;z-index:15003;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15.625rem;top:35.0625rem;left:1.875rem;display:block; }
#eX4MF9iyiwP4CPHfurNtCDTnnCAq0P1m { color:#707b8b;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:25.599998474121rem;left:1.875rem;height:5.2rem;font-style:italic;display:block; }
#mSddK5UTe79TzmXoyhDiTdWroQHR4dJf { color:#707b8b;display:block;width:14.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:36.375rem;left:1.875rem;height:1.7rem;font-style:normal;display:block; }
#dRBDNNiW3q6zGyR1STH9Q56SxeTC9iex { color:#575756;display:block;width:15.0625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:21.25rem;left:22.5rem;height:1.625rem;font-style:normal;display:block; }
#bvXtzmXpsCfAR8fRrNMgVKgvQTHbZoXT { color:#707b8b;display:block;width:15.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:25.47500038147rem;left:22.28125rem;height:6.5rem;font-style:italic;display:block; }
#TWkzL1hLT8gywlF3shE1bh451RZV1UZk { color:#575756;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:21.125rem;left:43.125rem;height:3.25rem;font-style:normal;display:block; }
#rxOi905pZ2Xp5WZok4eUu4nsXEcNmslt { color:#707b8b;display:block;width:15.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:25.625rem;left:43.0625rem;height:5.2rem;font-style:italic;display:block; }
#ws6XziH0TLrAPv4WM4bowcMT7KW9pnla { position:absolute;display:block;z-index:14999;background-color:#f5f5f5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.25rem 1.0625rem rgba(0,0,0,0.1) ;height:40.375rem;width:18.75rem;top:0rem;left:20.625rem;display:block; }
#m87bqmNe4eLwXTymyGzDLE8wEcxTEEA6 { position:absolute;display:block;z-index:14997;background-color:#f5f5f5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.25rem 1.0625rem rgba(0,0,0,0.1) ;height:40.4375rem;width:18.75rem;top:0rem;left:41.25rem;display:block; }
#Ze80ICb52kgf2bBsruCQZz3V8DKbr0Dz { position:absolute;display:block;z-index:14998;background-color:#f5f5f5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.25rem 1.0625rem rgba(0,0,0,0.1) ;height:40.5rem;width:18.75rem;top:0rem;left:0rem;display:block; }
#fZATRhqmkzzWHzanuRKLHqc5qNmTkxkO { position:absolute;display:block;z-index:15004;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15.625rem;top:34.9375rem;left:22.5rem;display:block; }
#t748s8pIL568bqokb2ZSHrVfbZ3Hse6c { position:absolute;display:block;z-index:15007;background-color:#007f32;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:4.25rem;top:35rem;left:1.875rem;display:block; }
#Qn8D8fzV8OVleVzyo5u2lvqyR2Tcc53T { color:#707b8b;display:block;width:14.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:36.762500762939rem;left:22.59375rem;height:1.7rem;font-style:normal;display:block; }
#a7MxCg0F2ivT2u8euTOxR296Ef513Dck { position:absolute;display:block;z-index:15010;background-color:#007f32;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:4.25rem;top:34.875rem;left:43.28125rem;display:block; }
#gm4n3TuuLRFQHJd1TaVJ1Nx2gvm8OmLR { position:absolute;display:block;z-index:15006;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15.625rem;top:34.9375rem;left:43.28125rem;display:block; }
#eziyxVlh3Ko9SnhTaAdGQCmRcgogfl3b { color:#707b8b;display:block;width:14.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:36.5625rem;left:43.125rem;height:1.7rem;font-style:normal;display:block; }
#ovDT06dExqDPTx4BDOfDabRitsUCLWs1 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19rem;width:17.4375rem;top:0.625rem;left:21.28125rem;overflow:hidden;display:block; }
#RmZQ3GHmHvh4vfrovsffcwHkIhHoPuUI { position:absolute;display:block;z-index:15003;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:19rem;width:17.4375rem;top:0.6875rem;left:41.28125rem;overflow:hidden;display:block; }
#tWF2f0fNgvX1FW7U3XQuRsdxb6RsBi92 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tWF2f0fNgvX1FW7U3XQuRsdxb6RsBi92 > .row .container { background-color: transparent; background-image: none; }#tWF2f0fNgvX1FW7U3XQuRsdxb6RsBi92::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWF2f0fNgvX1FW7U3XQuRsdxb6RsBi92 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWF2f0fNgvX1FW7U3XQuRsdxb6RsBi92 > .row .container > .video-iframe-container { display: none; }#tWF2f0fNgvX1FW7U3XQuRsdxb6RsBi92 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWF2f0fNgvX1FW7U3XQuRsdxb6RsBi92 > .row > .video-iframe-container { display: none; }#tWF2f0fNgvX1FW7U3XQuRsdxb6RsBi92 > .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); }#tWF2f0fNgvX1FW7U3XQuRsdxb6RsBi92 > .row .container { border-width: 0; border-radius: 0; }#tWF2f0fNgvX1FW7U3XQuRsdxb6RsBi92 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tWF2f0fNgvX1FW7U3XQuRsdxb6RsBi92 > .row .container { font-size:0.875rem;font-family:arial;height:43.4375rem;width:60rem;position:relative;display:block; }#RHNQyFth1ihDSbTB3mLnzxTOAIvqZWAQ { color:#575756;display:block;width:14.8125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:21.125rem;left:1.875rem;height:3.25rem;font-style:normal;display:block; }
#sXllXPyVi8MzxfQx6NusRkEdKwrmxiAW { 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:19rem;width:17.4375rem;top:0.625rem;left:0.625rem;overflow:hidden;display:block; }
#lfh3uyS1cKLXRgiZA3Qy61amDqBL416l { position:absolute;display:block;z-index:15006;background-color:#007f32;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:4.25rem;top:34.84375rem;left:22.5625rem;display:block; }
#CnFpxlIqoCrd8aWpfurcRXfLCVJBsMb2 { position:absolute;display:block;z-index:15003;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15.625rem;top:35.0625rem;left:1.875rem;display:block; }
#IptkohQWQ7N0l9iA3P00TUhy8ikFGUD1 { color:#707b8b;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:25.599998474121rem;left:1.875rem;height:3.9rem;font-style:italic;display:block; }
#VRgBlDuFTAcqKrcJkIBkCiH9O7RTFg8I { color:#707b8b;display:block;width:14.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:36.375rem;left:1.875rem;height:1.7rem;font-style:normal;display:block; }
#GyWTlB09VGraqQrSmRZMTn8gmsIqFTns { color:#575756;display:block;width:15.0625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:21.25rem;left:22.5rem;height:3.25rem;font-style:normal;display:block; }
#FGEH5CUtUkbLI3nVawGJGhTiKTdBJ3Uh { color:#707b8b;display:block;width:15.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:25.47500038147rem;left:22.28125rem;height:6.5rem;font-style:italic;display:block; }
#VZQiXFyySdgSDUkFHAh0gOvnkwSGJaJd { color:#575756;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:21.125rem;left:43.125rem;height:1.625rem;font-style:normal;display:block; }
#ugBkiULGdphHou234myFw7EPZ0BRJhSE { color:#707b8b;display:block;width:15.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:25.625rem;left:43.0625rem;height:5.2rem;font-style:italic;display:block; }
#y7qTOpcvCXZVtp53Mt6WTRk0ZXwZht2f { position:absolute;display:block;z-index:14999;background-color:#f5f5f5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.25rem 1.0625rem rgba(0,0,0,0.1) ;height:40.375rem;width:18.75rem;top:0rem;left:20.625rem;display:block; }
#AJmQ8sWGnkvwm4TuLqQz3bmvFqE2XE8k { position:absolute;display:block;z-index:14997;background-color:#f5f5f5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.25rem 1.0625rem rgba(0,0,0,0.1) ;height:40.4375rem;width:18.75rem;top:0rem;left:41.25rem;display:block; }
#kNgP2JmO5l6UIq30TEB5SiEX3LW3g4rM { position:absolute;display:block;z-index:14998;background-color:#f5f5f5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.25rem 1.0625rem rgba(0,0,0,0.1) ;height:40.5rem;width:18.75rem;top:0rem;left:0rem;display:block; }
#PaRJFln6wHucdEniNwNIATSxSKJ4gUhr { position:absolute;display:block;z-index:15004;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15.625rem;top:34.9375rem;left:22.5rem;display:block; }
#qXRBsoWKQdtUBnfXRGuWIwX2UAKZtxnV { position:absolute;display:block;z-index:15007;background-color:#007f32;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:4.25rem;top:35rem;left:1.875rem;display:block; }
#T72T9Xh7FJ1gQWhy8mgq0GT0o8vo8Sxp { color:#707b8b;display:block;width:14.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:36.762500762939rem;left:22.59375rem;height:1.7rem;font-style:normal;display:block; }
#F85O9a4XhyNt1HtrJXHlLThX4dflhksO { position:absolute;display:block;z-index:15010;background-color:#007f32;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:4.25rem;top:34.875rem;left:43.28125rem;display:block; }
#lwINzQpgJNkRxycZ65X9ooyxAUFvr1NM { position:absolute;display:block;z-index:15006;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15.625rem;top:34.9375rem;left:43.28125rem;display:block; }
#XWQbMbAzzxhltcIRGtPH23kTC1qBDBHo { color:#707b8b;display:block;width:14.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:36.5625rem;left:43.125rem;height:1.7rem;font-style:normal;display:block; }
#xbK9nFLyDEl5znEZ08ETJyzazEJsv7Pn { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19rem;width:17.4375rem;top:0.625rem;left:21.28125rem;overflow:hidden;display:block; }
#iXVauFBRpVS7xcuIoCQh7Fl8TXnGQhpO { position:absolute;display:block;z-index:15003;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:19rem;width:17.4375rem;top:0.6875rem;left:41.28125rem;overflow:hidden;display:block; }
#z4cnovuV2hWscVmqleHgVX8GDK0Tnvt8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#z4cnovuV2hWscVmqleHgVX8GDK0Tnvt8 > .row .container { background-color: transparent; background-image: none; }#z4cnovuV2hWscVmqleHgVX8GDK0Tnvt8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z4cnovuV2hWscVmqleHgVX8GDK0Tnvt8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z4cnovuV2hWscVmqleHgVX8GDK0Tnvt8 > .row .container > .video-iframe-container { display: none; }#z4cnovuV2hWscVmqleHgVX8GDK0Tnvt8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z4cnovuV2hWscVmqleHgVX8GDK0Tnvt8 > .row > .video-iframe-container { display: none; }#z4cnovuV2hWscVmqleHgVX8GDK0Tnvt8 > .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); }#z4cnovuV2hWscVmqleHgVX8GDK0Tnvt8 > .row .container { border-width: 0; border-radius: 0; }#z4cnovuV2hWscVmqleHgVX8GDK0Tnvt8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z4cnovuV2hWscVmqleHgVX8GDK0Tnvt8 > .row .container { font-size:0.875rem;font-family:arial;height:43.4375rem;width:60rem;position:relative;display:block; }#zVpxoiP6JbtypdyX38AVVp5eKOnzCULy { color:#575756;display:block;width:14.8125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:21.125rem;left:1.875rem;height:3.25rem;font-style:normal;display:block; }
#UsBr7ZPSyhr0TpDL59D7mL8hiuzHwBSn { 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:19rem;width:17.4375rem;top:0.625rem;left:0.625rem;overflow:hidden;display:block; }
#FPh3TdFgAUA6PXNy4lXT3IuqW5LuN0bc { position:absolute;display:block;z-index:15006;background-color:#007f32;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:4.25rem;top:34.84375rem;left:22.5625rem;display:block; }
#cCVF3pgtQOA1ymF4f1ARx1410JJOdyhv { position:absolute;display:block;z-index:15003;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15.625rem;top:35.0625rem;left:1.875rem;display:block; }
#ZaZoG3TyeRqpEbgUDrFfTD0GSGrKPRQv { color:#707b8b;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:25.599998474121rem;left:1.875rem;height:6.5rem;font-style:italic;display:block; }
#JS32eaouOdBqUDPzoQI1rMuofC1apcEn { color:#707b8b;display:block;width:14.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:36.375rem;left:1.875rem;height:1.7rem;font-style:normal;display:block; }
#xrexcnyDtHSN4Rnd5r0T7lDbGqFrusA0 { color:#575756;display:block;width:15.0625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:21.25rem;left:22.5rem;height:3.25rem;font-style:normal;display:block; }
#fbwZvyr3yRZDvdoR7gDmhflXZPqG2hPC { color:#707b8b;display:block;width:15.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:25.47500038147rem;left:22.28125rem;height:7.8rem;font-style:italic;display:block; }
#tuBMZrFTBIvuCMAMrhrUg2NNnoAT3etT { color:#575756;display:block;width:17.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:21.125rem;left:42.625rem;height:3.25rem;font-style:normal;display:block; }
#Qu7VoMDneLJt4TE2rN1vAspdIPNnlx7z { color:#707b8b;display:block;width:15.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:25.625rem;left:42.6875rem;height:7.8rem;font-style:italic;display:block; }
#ODhMQVn1FQVViLl2L92Szqley7BEmiFN { position:absolute;display:block;z-index:14999;background-color:#f5f5f5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.25rem 1.0625rem rgba(0,0,0,0.1) ;height:40.375rem;width:18.75rem;top:0rem;left:20.625rem;display:block; }
#sKX3xqpNR5x7FhF7nnyaGocw1C8qkDCB { position:absolute;display:block;z-index:14997;background-color:#f5f5f5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.25rem 1.0625rem rgba(0,0,0,0.1) ;height:40.4375rem;width:18.75rem;top:0rem;left:41.25rem;display:block; }
#KF3rFRAGfb9nGIQNM5BvyrTZyR04QOBt { position:absolute;display:block;z-index:14998;background-color:#f5f5f5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.25rem 1.0625rem rgba(0,0,0,0.1) ;height:40.5rem;width:18.75rem;top:0rem;left:0rem;display:block; }
#oh4kGdR7CM5Qid3yKWZirOntVGC9AQFR { position:absolute;display:block;z-index:15004;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15.625rem;top:34.9375rem;left:22.5rem;display:block; }
#REZ1fzGdbXgAs2ONKBr9CTw6MC5Utehu { position:absolute;display:block;z-index:15007;background-color:#007f32;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:4.25rem;top:35rem;left:1.875rem;display:block; }
#TFcT4fI5ZaitvTm7HMeeQD6SP7NXwVEo { color:#707b8b;display:block;width:14.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:36.762500762939rem;left:22.59375rem;height:1.7rem;font-style:normal;display:block; }
#tKoQFPShQCi6KsbtC1vLmTm6cTVmqtqp { position:absolute;display:block;z-index:15010;background-color:#007f32;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:4.25rem;top:34.875rem;left:43.28125rem;display:block; }
#EamSJvZV3SUGwlToO8Ow8JuEfuKZDBxv { position:absolute;display:block;z-index:15006;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15.625rem;top:34.9375rem;left:43.28125rem;display:block; }
#a1NHQz4kndKL613UMM8UCtmanDgrtfyI { color:#707b8b;display:block;width:14.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:36.5625rem;left:43.125rem;height:1.7rem;font-style:normal;display:block; }
#GW7ho01rbXLFi8TMdf61k7BuBlENVfcM { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19rem;width:17.4375rem;top:0.625rem;left:21.28125rem;overflow:hidden;display:block; }
#FIoupTK9GgO5LL0T4uU7w1pIq2C3FUIZ { position:absolute;display:block;z-index:15003;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:19rem;width:17.4375rem;top:0.6875rem;left:41.28125rem;overflow:hidden;display:block; }
#EzqTyJB2zLU1tOx7NncDGZxTCAJ0CCi5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EzqTyJB2zLU1tOx7NncDGZxTCAJ0CCi5 > .row .container { background-color: transparent; background-image: none; }#EzqTyJB2zLU1tOx7NncDGZxTCAJ0CCi5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EzqTyJB2zLU1tOx7NncDGZxTCAJ0CCi5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EzqTyJB2zLU1tOx7NncDGZxTCAJ0CCi5 > .row .container > .video-iframe-container { display: none; }#EzqTyJB2zLU1tOx7NncDGZxTCAJ0CCi5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EzqTyJB2zLU1tOx7NncDGZxTCAJ0CCi5 > .row > .video-iframe-container { display: none; }#EzqTyJB2zLU1tOx7NncDGZxTCAJ0CCi5 > .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); }#EzqTyJB2zLU1tOx7NncDGZxTCAJ0CCi5 > .row .container { border-width: 0; border-radius: 0; }#EzqTyJB2zLU1tOx7NncDGZxTCAJ0CCi5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EzqTyJB2zLU1tOx7NncDGZxTCAJ0CCi5 > .row .container { font-size:0.875rem;font-family:arial;height:43.4375rem;width:60rem;position:relative;display:block; }#FKDcePs0uVxITFpaw52nCat1UHGeFUSD { color:#575756;display:block;width:14.8125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:21.125rem;left:1.875rem;height:3.25rem;font-style:normal;display:block; }
#O9nWWTS8B9pC8lV5x0lwyZ4OJrubZBRA { 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:19rem;width:16.625rem;top:0.625rem;left:0.625rem;overflow:hidden;display:block; }
#zKMy3VyqWMOozJuAJSoL1uMkeAvwaQGM { position:absolute;display:block;z-index:15006;background-color:#007f32;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:4.25rem;top:34.84375rem;left:22.5625rem;display:block; }
#yeU0SHrRr75DKaANoKUOF0312hxU47Lf { position:absolute;display:block;z-index:15003;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15.625rem;top:35.0625rem;left:1.875rem;display:block; }
#Cx43hGSRdRH4ElDWKrGBDXNMlxxwrOkH { color:#707b8b;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:25.599998474121rem;left:1.875rem;height:;font-style:italic;display:block; }
#sVQN3TTHGdFOmgBVvldi9G0778LK8eCA { color:#575756;display:block;width:15.0625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:21.25rem;left:22.5rem;height:3.25rem;font-style:normal;display:block; }
#QSsH1me7Fefz1vRd50BCnwhnqaE23aM0 { color:#707b8b;display:block;width:16.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:25.474998474121rem;left:22.28125rem;height:5.2rem;font-style:italic;display:block; }
#OoJOdToXrMaeUavfOqoJyvtA5xLPNEW4 { color:#575756;display:block;width:13.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:21.125rem;left:43.125rem;height:3.25rem;font-style:normal;display:block; }
#oOuG8FPCTaRvlOqPRKTMytKmO8A8pWnP { color:#707b8b;display:block;width:15.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:25.625rem;left:43rem;height:5.2rem;font-style:italic;display:block; }
#lDDuDIqtua9pAeyuNf2PyXhTZ5sW5F4q { position:absolute;display:block;z-index:14999;background-color:#f5f5f5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.25rem 1.0625rem rgba(0,0,0,0.1) ;height:40.375rem;width:18.75rem;top:0rem;left:20.625rem;display:block; }
#WPM2pn9QWCIl5sHAPMJ2PbXwoPHrF8XO { position:absolute;display:block;z-index:14997;background-color:#f5f5f5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.25rem 1.0625rem rgba(0,0,0,0.1) ;height:40.4375rem;width:18.75rem;top:0rem;left:41.25rem;display:block; }
#S6W6S2dPUOgSIxqFhRCzU3L3km8xMJVn { position:absolute;display:block;z-index:14998;background-color:#f5f5f5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.25rem 1.0625rem rgba(0,0,0,0.1) ;height:40.5rem;width:18.75rem;top:0rem;left:0rem;display:block; }
#yH77TxstPx2AixT7csqiKEBJLpvgV9KI { position:absolute;display:block;z-index:15004;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15.625rem;top:34.9375rem;left:22.5rem;display:block; }
#IrsRyofiEmHOXTpeex3NC9z6IpKk93vT { position:absolute;display:block;z-index:15007;background-color:#007f32;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:4.25rem;top:35rem;left:1.875rem;display:block; }
#STbuM0T76yDo26E8PDQSkSmn5HKS49JG { color:#707b8b;display:block;width:14.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:36.762500762939rem;left:22.59375rem;height:1.7rem;font-style:normal;display:block; }
#P0VZ8u1e2m54JrpC14fnvcOoya0KaTyO { position:absolute;display:block;z-index:15010;background-color:#007f32;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:4.25rem;top:34.875rem;left:43.28125rem;display:block; }
#tB9GCLXTQ8GQXmN4hvv0gwEP6BSeyOBt { position:absolute;display:block;z-index:15006;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15.625rem;top:34.9375rem;left:43.28125rem;display:block; }
#zQAXk0guuS2BghTANEFnIoF11STMoT5v { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19rem;width:17.4375rem;top:0.625rem;left:21.28125rem;overflow:hidden;display:block; }
#oUJ7QnpadDP0U2ZEMzEhTZtswFZMnrQW { position:absolute;display:block;z-index:15003;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:19rem;width:17.4375rem;top:0.6875rem;left:41.28125rem;overflow:hidden;display:block; }
#Q7K7wxsIPT1RqtB4r6IwqcAh0xCblQIk { color:#707b8b;display:block;width:16.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:25.60000038147rem;left:1.96875rem;height:6.5rem;font-style:italic;display:block; }
#RncMHLKQklTue0mnEPQGMeZv7W4yFITQ { color:#707b8b;display:block;width:14.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:36.762500762939rem;left:1.875rem;height:1.7rem;font-style:normal;display:block; }
#Zu3eRxr4OPX3KfGED1KHMt4SDsz7hWow { color:#707b8b;display:block;width:14.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:36.762500762939rem;left:42.59375rem;height:1.7rem;font-style:normal;display:block; }
#NHuDSptTbsbu4EJUXQDJdD7IOdJfGCU0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NHuDSptTbsbu4EJUXQDJdD7IOdJfGCU0 > .row .container { background-color: transparent; background-image: none; }#NHuDSptTbsbu4EJUXQDJdD7IOdJfGCU0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHuDSptTbsbu4EJUXQDJdD7IOdJfGCU0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHuDSptTbsbu4EJUXQDJdD7IOdJfGCU0 > .row .container > .video-iframe-container { display: none; }#NHuDSptTbsbu4EJUXQDJdD7IOdJfGCU0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHuDSptTbsbu4EJUXQDJdD7IOdJfGCU0 > .row > .video-iframe-container { display: none; }#NHuDSptTbsbu4EJUXQDJdD7IOdJfGCU0 > .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); }#NHuDSptTbsbu4EJUXQDJdD7IOdJfGCU0 > .row .container { border-width: 0; border-radius: 0; }#NHuDSptTbsbu4EJUXQDJdD7IOdJfGCU0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NHuDSptTbsbu4EJUXQDJdD7IOdJfGCU0 > .row .container { font-size:0.875rem;font-family:arial;height:43.4375rem;width:60rem;position:relative;display:block; }#IpJR5OHWAT0Ivsnr6gB2pyeKPq2tQZMA { color:#575756;display:block;width:14.8125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:21.125rem;left:1.875rem;height:3.25rem;font-style:normal;display:block; }
#tLhhC67H4GqctX2tVfFzWphmwMNyE6AT { 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:19rem;width:17.4375rem;top:0.625rem;left:0.625rem;overflow:hidden;display:block; }
#MHqTLFCb2AzwIwo9qw1nXFEuRP8WDstP { position:absolute;display:block;z-index:15006;background-color:#007f32;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:4.25rem;top:34.84375rem;left:22.5625rem;display:block; }
#xkkowLqSfhr5oMb4r7GEkPOiTAB4BnCS { position:absolute;display:block;z-index:15003;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15.625rem;top:35.0625rem;left:1.875rem;display:block; }
#JqoeJTPTPaoEtBp8kraVo76pegeQ0rIa { color:#707b8b;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:25.599998474121rem;left:1.875rem;height:6.5rem;font-style:italic;display:block; }
#Rhx0vNzyS3fEwqvng5vCMAE8E84OhAbo { color:#707b8b;display:block;width:14.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:36.375rem;left:1.875rem;height:1.7rem;font-style:normal;display:block; }
#caSvTB3gihIAg1iaNBFF8JGkxTVC1pSW { color:#575756;display:block;width:15.0625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:21.25rem;left:22.5rem;height:3.25rem;font-style:normal;display:block; }
#s7aODfKKs68QEEn0VqNT2crZLpcVbNTg { color:#707b8b;display:block;width:16.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:25.474998474121rem;left:22.28125rem;height:3.9rem;font-style:italic;display:block; }
#xUoLG5fglAQgH1oAQs7Vyt3dDbARVFDW { color:#575756;display:block;width:13.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:21.125rem;left:43.125rem;height:1.625rem;font-style:normal;display:block; }
#dWSVlbaJGcplnqo5tG5ogCbJqc3C3MHD { color:#707b8b;display:block;width:15.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:25.625rem;left:43rem;height:3.9rem;font-style:italic;display:block; }
#UohThG68xcTvfGqHn7I3fVbGOWTil8o9 { position:absolute;display:block;z-index:14999;background-color:#f5f5f5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.25rem 1.0625rem rgba(0,0,0,0.1) ;height:40.375rem;width:18.75rem;top:0rem;left:20.625rem;display:block; }
#aRBbED9Z5QgLp1kf8NTTn5seW0uer8UT { position:absolute;display:block;z-index:14997;background-color:#f5f5f5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.25rem 1.0625rem rgba(0,0,0,0.1) ;height:40.4375rem;width:18.75rem;top:0rem;left:41.25rem;display:block; }
#aFqr07IM4TMKblDoilHnkCSOPusoWKMy { position:absolute;display:block;z-index:14998;background-color:#f5f5f5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.25rem 1.0625rem rgba(0,0,0,0.1) ;height:40.5rem;width:18.75rem;top:0rem;left:0rem;display:block; }
#V9hOpM73xIXE255t6Pa3CktB54EUFE0n { position:absolute;display:block;z-index:15004;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15.625rem;top:34.9375rem;left:22.5rem;display:block; }
#ykaKR3m7WgciWLOiITIgy2VtRNCiSSGW { position:absolute;display:block;z-index:15007;background-color:#007f32;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:4.25rem;top:35rem;left:1.875rem;display:block; }
#R8rJoa4TyVg3H2dPUTVNpkhTot0R6g1s { color:#707b8b;display:block;width:14.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:36.375rem;left:22.59375rem;height:1.7rem;font-style:normal;display:block; }
#mTxef3IJfd3L6IReMbSK7P4FwWdsUM1B { position:absolute;display:block;z-index:15010;background-color:#007f32;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:4.25rem;top:34.875rem;left:43.28125rem;display:block; }
#EduVsq0xxhE1skA3I06edAKKmDVv49aG { position:absolute;display:block;z-index:15006;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15.625rem;top:34.9375rem;left:43.28125rem;display:block; }
#TmBLnKLtVeoleynTiHimrxARK5K5MvBr { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19rem;width:17.4375rem;top:0.625rem;left:21.28125rem;overflow:hidden;display:block; }
#KgsacyZUBryyd0HTqrkLSAD8xezXt93B { position:absolute;display:block;z-index:15003;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:19rem;width:17.4375rem;top:0.6875rem;left:41.28125rem;overflow:hidden;display:block; }
#tHsuTL1DHcMTJ9878v16atID7Pyw642R { color:#707b8b;display:block;width:14.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:36.375rem;left:42.59375rem;height:1.7rem;font-style:normal;display:block; }
#E6LyJJG0gfX6GtsayyvUDBcNccXkU7qT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/aff09da9-f6c6-4286-b93e-6d6062cdc748/v2sekcja10_bg1.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#E6LyJJG0gfX6GtsayyvUDBcNccXkU7qT.adaptive-delivery-prevent-bg, #E6LyJJG0gfX6GtsayyvUDBcNccXkU7qT.lazyload, #E6LyJJG0gfX6GtsayyvUDBcNccXkU7qT.lazyloading { background-image: none; }#E6LyJJG0gfX6GtsayyvUDBcNccXkU7qT > .row .container { border-width: 0; border-radius: 0; }#E6LyJJG0gfX6GtsayyvUDBcNccXkU7qT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E6LyJJG0gfX6GtsayyvUDBcNccXkU7qT > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:60rem;position:relative;display:none; }#p6nH32xI2tP8K6fB8Fm7Zzbvey2xNwe6 { background-color:#007f32;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-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:#ffffff;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:15rem;height:3.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.8125rem;left:22.5rem;display:block; }
#DJH90u1lHAhD3ym4NvgyBoLGT9AUvNE9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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:none; }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row .container { border-width: 0; border-radius: 0; }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:60rem;position:relative;display:none; }#Whnak8McmIuSahQO2hemdGnlORBFtGlr { color:#575756;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.59375rem;left:0rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UK7JkXHOwhPgCcOdcFc7z5TgesHU7Zn7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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:none; }#UK7JkXHOwhPgCcOdcFc7z5TgesHU7Zn7 > .row .container { border-width: 0; border-radius: 0; }#UK7JkXHOwhPgCcOdcFc7z5TgesHU7Zn7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UK7JkXHOwhPgCcOdcFc7z5TgesHU7Zn7 > .row .container { font-size:0.875rem;font-family:arial;height:18.8125rem;width:60rem;position:relative;display:none; }#tIzoJuATGkOzuSmnQHOJ9xbnnVGL8tNs { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.25rem 1.0625rem rgba(0,0,0,0.1) ;height:16.875rem;width:29rem;top:0.0625rem;left:0rem;display:block; }
#AcIS0Lwn46NId34vKsZQGZAFhTIQWue7 { color:#707b8b;display:block;width:17.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15001;line-height:1.7;letter-spacing:0;top:2.1875rem;left:10rem;height:8.5rem;font-style:italic;display:block; }
#VXPd26vG20KOFoEW3uzC7ifJap72tU9q { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.875rem;width:8.125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#s6qe9VFFUEBLxnEUEfpBk9AObbPFVaJJ { color:#575756;display:block;width:24.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.7;letter-spacing:0;top:12.75rem;left:1.75rem;height:1.9125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#vTNPBCLlW57IiZOK0CtvcGzRFhzIQtfq { color:#007f32;display:block;width:27.875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:14.5625rem;left:-1.3125rem;height:1.38125rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#NMztTTFrZWKvAra3d4UOhRbsrehTTqN9 { position:absolute;display:block;z-index:15011;background-color:#dbe2eb;background-image:url("https://images.assets-landingi.com/QIX47F29/arrow_left.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:0.625rem;top:12.125rem;left:59.375rem;display:block; }#NMztTTFrZWKvAra3d4UOhRbsrehTTqN9.adaptive-delivery-prevent-bg, #NMztTTFrZWKvAra3d4UOhRbsrehTTqN9.lazyload, #NMztTTFrZWKvAra3d4UOhRbsrehTTqN9.lazyloading { background-image: none; }
#lGT7pCsFrey64sLpzof18V83etegxp9x { position:absolute;display:block;z-index:15010;background-color:#dbe2eb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:18.75rem;top:12.125rem;left:41.25rem;display:block; }
#PU0WpZyZTe2gxP46w5EzI2zFT8h04cdS { color:#007f32;display:block;width:28.3125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:14.5625rem;left:30.125rem;height:1.38125rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#vbJhcK9n4utWtMhPzETLbsgo5gTtZwhZ { color:#575756;display:block;width:17.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:12.75rem;left:41.25rem;height:1.9125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#l49ahJcbx3QyP5TIeG6uJuo1HJbtSnRa { position:absolute;display:block;z-index:15003;background-color:#dbe2eb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:18.75rem;top:12.125rem;left:10.3125rem;display:block; }
#D4T0yvsyFNap3qVsldpDwlV7tJviF6Gw { position:absolute;display:block;z-index:15004;background-color:#dbe2eb;background-image:url("https://images.assets-landingi.com/QIX47F29/arrow_left.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:0.625rem;top:12.125rem;left:28.4375rem;display:block; }#D4T0yvsyFNap3qVsldpDwlV7tJviF6Gw.adaptive-delivery-prevent-bg, #D4T0yvsyFNap3qVsldpDwlV7tJviF6Gw.lazyload, #D4T0yvsyFNap3qVsldpDwlV7tJviF6Gw.lazyloading { background-image: none; }
#i4zDi0uMs0WHw0kLEcSXSRfmUizHmDwk { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.25rem 1.0625rem rgba(0,0,0,0.1) ;height:16.875rem;width:29rem;top:0rem;left:31rem;display:block; }
#oG8QAlk3rIFkHMhTe6kuvQFWETmywSpg { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.875rem;width:8.1875rem;top:4.125rem;left:38.71875rem;overflow:hidden;display:block; }
#gxLfXOMiJ7xcNLt12g0OBuey5yysHSzd { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.875rem;width:8.125rem;top:0rem;left:31rem;overflow:hidden;display:block; }
#UhirfK88VzDFTxegTIvdoE43vNfoeubK { color:#707b8b;display:block;width:17.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:2.1875rem;left:41.25rem;height:8.5rem;font-style:italic;display:block; }
#oc8xhhTTaMTTdHUM7eEUVSNB6Qr2L6ki { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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:none; }#oc8xhhTTaMTTdHUM7eEUVSNB6Qr2L6ki > .row .container { border-width: 0; border-radius: 0; }#oc8xhhTTaMTTdHUM7eEUVSNB6Qr2L6ki > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oc8xhhTTaMTTdHUM7eEUVSNB6Qr2L6ki > .row .container { font-size:0.875rem;font-family:arial;height:19.75rem;width:60rem;position:relative;display:none; }#ZTrAiMua9r6J4SZB8w9XSFR5mTAWHKwK { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.25rem 1.0625rem rgba(0,0,0,0.1) ;height:16.875rem;width:29rem;top:0rem;left:0rem;display:block; }
#zE7artwth3JH6q3TRJgvdRNdcJ64RMct { position:absolute;display:block;z-index:15003;background-color:#dbe2eb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:18.75rem;top:12.125rem;left:10.3125rem;display:block; }
#BKwBBt2XeWVkc6TZ9KQztycgiifETksn { position:absolute;display:block;z-index:15004;background-color:#dbe2eb;background-image:url("https://images.assets-landingi.com/QIX47F29/arrow_left.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:0.625rem;top:12.125rem;left:28.4375rem;display:block; }#BKwBBt2XeWVkc6TZ9KQztycgiifETksn.adaptive-delivery-prevent-bg, #BKwBBt2XeWVkc6TZ9KQztycgiifETksn.lazyload, #BKwBBt2XeWVkc6TZ9KQztycgiifETksn.lazyloading { background-image: none; }
#u4CyPCoHGxT6DcfswCyVw7Jm9qcn0uEp { color:#575756;display:block;width:17.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.7;letter-spacing:0;top:12.75rem;left:9.375rem;height:1.9125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#y5lorliHHfkv50kTB4mOCIODvSoMGuVR { color:#007f32;display:block;width:24.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:14.5625rem;left:2.125rem;height:1.4875rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#ZmsUUXh3wsKuE0WhC0v3Paa2a6fCQI9d { position:absolute;display:block;z-index:15011;background-color:#dbe2eb;background-image:url("https://images.assets-landingi.com/QIX47F29/arrow_left.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:0.625rem;top:12.125rem;left:59.375rem;display:block; }#ZmsUUXh3wsKuE0WhC0v3Paa2a6fCQI9d.adaptive-delivery-prevent-bg, #ZmsUUXh3wsKuE0WhC0v3Paa2a6fCQI9d.lazyload, #ZmsUUXh3wsKuE0WhC0v3Paa2a6fCQI9d.lazyloading { background-image: none; }
#C6VdH3HIOOWH13sGAmzIT2w63QmWhIdi { color:#007f32;display:block;width:26.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:14.5625rem;left:31.375rem;height:1.4875rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#G3Dw0MPb0dixxr315gvRFl0LMOewa576 { color:#575756;display:block;width:17.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:12.75rem;left:40.3125rem;height:1.9125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#CPDhi6rwGB2emdKOXm6ege0da8iyeL5G { position:absolute;display:block;z-index:15010;background-color:#dbe2eb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:18.75rem;top:12.125rem;left:41.25rem;display:block; }
#llwtLiaTN03EZFD2DlKyfaHIEiKpOyfX { color:#707b8b;display:block;width:17.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:2.1875rem;left:40.9375rem;height:8.5rem;font-style:italic;display:block; }
#D6KO1xdKnLENMu4rqL99BrUsTULdykUG { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.25rem 1.0625rem rgba(0,0,0,0.1) ;height:16.875rem;width:29rem;top:0rem;left:31rem;display:block; }
#dLPcMmhlS3Scfn1Isl83VSbq1uTSw1UQ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.875rem;width:8.125rem;top:0rem;left:31rem;overflow:hidden;display:block; }
#f3uvxmwKrn0RIb31pWytaT9d6Tw77iPg { color:#707b8b;display:block;width:17.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:2.1875rem;left:9.375rem;height:8.5rem;font-style:italic;display:block; }
#Lief3II7iZKoqIHAA3OruosEHvV7R68s { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.875rem;width:8.125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#PoR1s7XggVbUlH7fHuIcdLrHNBAcPWy6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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:none; }#PoR1s7XggVbUlH7fHuIcdLrHNBAcPWy6 > .row .container { border-width: 0; border-radius: 0; }#PoR1s7XggVbUlH7fHuIcdLrHNBAcPWy6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PoR1s7XggVbUlH7fHuIcdLrHNBAcPWy6 > .row .container { font-size:0.875rem;font-family:arial;height:19.75rem;width:60rem;position:relative;display:none; }#qgr98hRirTOh4mE4wsxw8RD3zRmTbFSd { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.25rem 1.0625rem rgba(0,0,0,0.1) ;height:16.875rem;width:29rem;top:0rem;left:0rem;display:block; }
#RktvIolIQoMOGTsxQSUadmeaQGRlAW1o { color:#707b8b;display:block;width:17.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15001;line-height:1.7;letter-spacing:0;top:2.1875rem;left:10rem;height:8.5rem;font-style:italic;display:block; }
#aD77DeWEv9uTWUwWsOS1ymhhEENHC2lL { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.875rem;width:8.125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#nPTqpkg7eyTN569rvaAq1Rg1FRBfWmL4 { position:absolute;display:block;z-index:15003;background-color:#dbe2eb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:18.75rem;top:12.125rem;left:10.3125rem;display:block; }
#uVyWgX1JPl4zfgGedhmOQm79mr4epbQu { position:absolute;display:block;z-index:15004;background-color:#dbe2eb;background-image:url("https://images.assets-landingi.com/QIX47F29/arrow_left.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:0.625rem;top:12.125rem;left:28.4375rem;display:block; }#uVyWgX1JPl4zfgGedhmOQm79mr4epbQu.adaptive-delivery-prevent-bg, #uVyWgX1JPl4zfgGedhmOQm79mr4epbQu.lazyload, #uVyWgX1JPl4zfgGedhmOQm79mr4epbQu.lazyloading { background-image: none; }
#sKGKO4GiKcypstQFROod4fpJ1KPoGclh { color:#575756;display:block;width:23.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.7;letter-spacing:0;top:12.75rem;left:2.625rem;height:1.9125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#mLSOAUTOJ4t5QmZ1gLzRM4oMznVG0OBr { color:#007f32;display:block;width:26.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:14.5625rem;left:0.375rem;height:1.4875rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#yasMa6xdOnvWC10FkeHSkzTdsTrlwEfq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#yasMa6xdOnvWC10FkeHSkzTdsTrlwEfq > .row .container { background-color: transparent; background-image: none; }#yasMa6xdOnvWC10FkeHSkzTdsTrlwEfq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yasMa6xdOnvWC10FkeHSkzTdsTrlwEfq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yasMa6xdOnvWC10FkeHSkzTdsTrlwEfq > .row .container > .video-iframe-container { display: none; }#yasMa6xdOnvWC10FkeHSkzTdsTrlwEfq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yasMa6xdOnvWC10FkeHSkzTdsTrlwEfq > .row > .video-iframe-container { display: none; }#yasMa6xdOnvWC10FkeHSkzTdsTrlwEfq > .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); }#yasMa6xdOnvWC10FkeHSkzTdsTrlwEfq > .row .container { border-width: 0; border-radius: 0; }#yasMa6xdOnvWC10FkeHSkzTdsTrlwEfq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yasMa6xdOnvWC10FkeHSkzTdsTrlwEfq > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:60rem;position:relative;display:block; }#cz2RXt2h1T0KoafderPRxWlbOiGCpIp4 { color:#575756;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.59375rem;left:0rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WGFneRaEnOkHEZszz3f6fyVmh9B7JcRX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#WGFneRaEnOkHEZszz3f6fyVmh9B7JcRX > .row .container { background-color: transparent; background-image: none; }#WGFneRaEnOkHEZszz3f6fyVmh9B7JcRX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WGFneRaEnOkHEZszz3f6fyVmh9B7JcRX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WGFneRaEnOkHEZszz3f6fyVmh9B7JcRX > .row .container > .video-iframe-container { display: none; }#WGFneRaEnOkHEZszz3f6fyVmh9B7JcRX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WGFneRaEnOkHEZszz3f6fyVmh9B7JcRX > .row > .video-iframe-container { display: none; }#WGFneRaEnOkHEZszz3f6fyVmh9B7JcRX > .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); }#WGFneRaEnOkHEZszz3f6fyVmh9B7JcRX > .row .container { border-width: 0; border-radius: 0; }#WGFneRaEnOkHEZszz3f6fyVmh9B7JcRX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WGFneRaEnOkHEZszz3f6fyVmh9B7JcRX > .row .container { font-size:0.875rem;font-family:arial;height:14.3125rem;width:60rem;position:relative;display:block; }#O5UkbtMDR9t9ZKUsgLZW1RHgMTygwWH7 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.25rem 1.0625rem rgba(0,0,0,0.1) ;height:11.75rem;width:29rem;top:0.0625rem;left:0rem;display:block; }
#mBTKKehqeVHavhE1zwvmiizaTTZCwfT0 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:10.8125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Rmhxb21yTb0JOF0TOxmwByNrDcxprsc0 { color:#575756;display:block;width:14.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.7;letter-spacing:0;top:1.6499996185302rem;left:13.25rem;height:3.825rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#FlVE35vLDHL7cCmmsvGxw7OxtPJcXrTu { color:#007f32;display:block;width:14.0625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:6.375rem;left:13.8125rem;height:2.7625rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#uaLqb2P7JSVsdsnk03mgsG5a2OxXpc7X { color:#007f32;display:block;width:15rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:6.375rem;left:44.4375rem;height:2.7625rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#p5TErTtGctZZuQ4byOizbr3cc5Gb2474 { color:#575756;display:block;width:17.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:1.6499996185302rem;left:41.6875rem;height:1.9125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#mv8csZELuc3AQZ0hHdNQtiiLnQpMo0k2 { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.25rem 1.0625rem rgba(0,0,0,0.1) ;height:11.75rem;width:29rem;top:0rem;left:31rem;display:block; }
#oyFIyNuuwK7z4Smzl0W9TXUlsTU9ogCi { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:10.75rem;top:0rem;left:31rem;overflow:hidden;display:block; }
#uKu3a3NWDn0HGea0zsamso8T7vaEqoA7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#uKu3a3NWDn0HGea0zsamso8T7vaEqoA7 > .row .container { background-color: transparent; background-image: none; }#uKu3a3NWDn0HGea0zsamso8T7vaEqoA7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uKu3a3NWDn0HGea0zsamso8T7vaEqoA7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uKu3a3NWDn0HGea0zsamso8T7vaEqoA7 > .row .container > .video-iframe-container { display: none; }#uKu3a3NWDn0HGea0zsamso8T7vaEqoA7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uKu3a3NWDn0HGea0zsamso8T7vaEqoA7 > .row > .video-iframe-container { display: none; }#uKu3a3NWDn0HGea0zsamso8T7vaEqoA7 > .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); }#uKu3a3NWDn0HGea0zsamso8T7vaEqoA7 > .row .container { border-width: 0; border-radius: 0; }#uKu3a3NWDn0HGea0zsamso8T7vaEqoA7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uKu3a3NWDn0HGea0zsamso8T7vaEqoA7 > .row .container { font-size:0.875rem;font-family:arial;height:14.0625rem;width:60rem;position:relative;display:block; }#oU4M9ybmZauF5Q6V9qz8MpO4feN6hlPn { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.25rem 1.0625rem rgba(0,0,0,0.1) ;height:11.75rem;width:29rem;top:0rem;left:0rem;display:block; }
#DJUxg5sxcyF40aiFbNCQCeQ3Jy7THbX8 { color:#575756;display:block;width:17.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.7;letter-spacing:0;top:2.0625rem;left:10.75rem;height:1.9125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ftKkqP8XkSWZeDXwnOQhriTPPmVHzdOE { color:#007f32;display:block;width:11.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:5.1312484741211rem;left:16.6875rem;height:2.975rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#AXmlO4aDMtBedRrhKJA5ztlvzBcebLoe { color:#007f32;display:block;width:13.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:5.1312484741211rem;left:46.25rem;height:2.975rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#BgV8Qh1nZWrV5lcucfQkTFFlFrKBGPIa { color:#575756;display:block;width:17.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:2.0625rem;left:42.0625rem;height:1.9125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#BsMBsecXgbv5ytNiSHo1ZBBZlBqHEyPe { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.25rem 1.0625rem rgba(0,0,0,0.1) ;height:11.75rem;width:29rem;top:0rem;left:31rem;display:block; }
#d7BHDNIWcQuLXRqXStle44wEiZ2qXTUS { position:absolute;display:block;z-index:15011;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.6875rem;width:10.6875rem;top:0rem;left:31rem;overflow:hidden;display:block; }
#hX39MxezZ25iLvsIkqp3M2MgN2Vu0LF8 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:10.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#v9RpFDTsZcnp011DdWUQr8pUwwPK5c3G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#v9RpFDTsZcnp011DdWUQr8pUwwPK5c3G > .row .container { background-color: transparent; background-image: none; }#v9RpFDTsZcnp011DdWUQr8pUwwPK5c3G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v9RpFDTsZcnp011DdWUQr8pUwwPK5c3G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v9RpFDTsZcnp011DdWUQr8pUwwPK5c3G > .row .container > .video-iframe-container { display: none; }#v9RpFDTsZcnp011DdWUQr8pUwwPK5c3G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v9RpFDTsZcnp011DdWUQr8pUwwPK5c3G > .row > .video-iframe-container { display: none; }#v9RpFDTsZcnp011DdWUQr8pUwwPK5c3G > .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); }#v9RpFDTsZcnp011DdWUQr8pUwwPK5c3G > .row .container { border-width: 0; border-radius: 0; }#v9RpFDTsZcnp011DdWUQr8pUwwPK5c3G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v9RpFDTsZcnp011DdWUQr8pUwwPK5c3G > .row .container { font-size:0.875rem;font-family:arial;height:15.9375rem;width:60rem;position:relative;display:block; }#W2Ah0AWpy5XQGs3urn23GTS2X73WkVm4 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.25rem 1.0625rem rgba(0,0,0,0.1) ;height:11.75rem;width:29rem;top:0rem;left:0rem;display:block; }
#OrsbswyIzQHuVUiBFQVPEk4o2HbNzkqV { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:10.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#dh17PZmPs6caAhSN9gtTe12D2mI0rMHP { color:#575756;display:block;width:12.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.7;letter-spacing:0;top:2rem;left:15.25rem;height:3.825rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ZtkZAewNa0zX7BBqeTWIpC0txsk6eVAo { color:#007f32;display:block;width:14rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:7.0625rem;left:14.09375rem;height:2.975rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#FTKiwT0sk1gUph7mZALc4iEKiA3i4EVu { position:relative;display:block; }#FTKiwT0sk1gUph7mZALc4iEKiA3i4EVu { background-color: transparent; background-image: none; }#FTKiwT0sk1gUph7mZALc4iEKiA3i4EVu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTKiwT0sk1gUph7mZALc4iEKiA3i4EVu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTKiwT0sk1gUph7mZALc4iEKiA3i4EVu > .row .container > .video-iframe-container { display: none; }#FTKiwT0sk1gUph7mZALc4iEKiA3i4EVu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTKiwT0sk1gUph7mZALc4iEKiA3i4EVu > .row > .video-iframe-container { display: none; }#FTKiwT0sk1gUph7mZALc4iEKiA3i4EVu > .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); }#FTKiwT0sk1gUph7mZALc4iEKiA3i4EVu { border-width: 0; border-radius: 0; }#FTKiwT0sk1gUph7mZALc4iEKiA3i4EVu > .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; }#FTKiwT0sk1gUph7mZALc4iEKiA3i4EVu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:50.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UO2gSo46gRGTpog6nF2GDC8wZ5PZ1fIa { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:14.5625rem;top:8.6875rem;left:0rem;overflow:hidden;display:block; }
#nh4JDIzupxcnr7G6ryPvC3TVSefIymlw { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:12.75rem;top:8.75rem;left:16.0625rem;overflow:hidden;display:block; }
#BfWBpFl9LFwoa8STDug0eD5fAbTc2naI { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:14.6875rem;top:8rem;left:30.15625rem;overflow:hidden;display:block; }
#RXzpCWUQimsnnPI2cRC1GQUTFI9hL4aW { position:absolute;display:block;z-index:15006;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.4375rem;width:13.5rem;top:8.75rem;left:45.6875rem;overflow:hidden;display:block; }
#qfiMwTulGhwbSJepL7SPxnkNktH8sDUV { 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:5.5625rem;width:13.0625rem;top:13.75rem;left:0.65625rem;overflow:hidden;display:block; }
#xxwhXySQrPplwqzexFwQNgfgcibQNQaJ { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8125rem;width:14.6875rem;top:13.1875rem;left:15rem;overflow:hidden;display:block; }
#RucGAdshuNvfd7UfTmxGnszA7aPPGmBg { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:14.6875rem;top:15.3125rem;left:30.125rem;overflow:hidden;display:block; }
#TldEt0ZcIHGPRipUTlwyrwQHCUeeTUpu { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:14.3125rem;top:10.3125rem;left:45.34375rem;overflow:hidden;display:block; }
#x8JezmLFi2cEuEcyhNDhQPuaamtXwf23 { color:#007f32;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZGA0qpssxllh2odZ2PrfhXXWIrz7UCyS { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:14.6875rem;top:22.4375rem;left:15rem;overflow:hidden;display:block; }
#nbGcsV0g6URmb34X1dkmma95UqtWZ7FA { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:14.6875rem;top:23.6875rem;left:30rem;overflow:hidden;display:block; }
#cvbwSPFfRc5fa3UBx8cv0C7FnIusTNak { color:#007f32;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:33.775001525879rem;left:0rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gbQiFFDe7sppnqBUvI2KbGXZSbUVK28S { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:16.5625rem;top:39.0625rem;left:21.71875rem;overflow:hidden;display:block; }
#ylfiEtdlGlke9LetxImXMoQS6mCbWcbx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/2622ed32-d63f-4475-ad26-6e66a2e10986/v2sekcja12_bg41.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ylfiEtdlGlke9LetxImXMoQS6mCbWcbx.adaptive-delivery-prevent-bg, #ylfiEtdlGlke9LetxImXMoQS6mCbWcbx.lazyload, #ylfiEtdlGlke9LetxImXMoQS6mCbWcbx.lazyloading { background-image: none; }#ylfiEtdlGlke9LetxImXMoQS6mCbWcbx > .row .container { background-color: transparent; background-image: none; }#ylfiEtdlGlke9LetxImXMoQS6mCbWcbx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylfiEtdlGlke9LetxImXMoQS6mCbWcbx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylfiEtdlGlke9LetxImXMoQS6mCbWcbx > .row .container > .video-iframe-container { display: none; }#ylfiEtdlGlke9LetxImXMoQS6mCbWcbx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylfiEtdlGlke9LetxImXMoQS6mCbWcbx > .row > .video-iframe-container { display: none; }#ylfiEtdlGlke9LetxImXMoQS6mCbWcbx > .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); }#ylfiEtdlGlke9LetxImXMoQS6mCbWcbx > .row .container { border-width: 0; border-radius: 0; }#ylfiEtdlGlke9LetxImXMoQS6mCbWcbx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ylfiEtdlGlke9LetxImXMoQS6mCbWcbx > .row .container { font-size:0.875rem;font-family:arial;height:13.6875rem;width:60rem;position:relative;display:block; }#h5dQiL8DCNGTiVi8sPZmTW5BlaNATM9A { color:#dbe2eb;display:block;width:58rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.6;letter-spacing:0;top:5.875rem;left:1rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nZwo7Q33bMdE1dZD1rUUDiusC4gM4z93 { background-color:#007f32;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-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:#ffffff;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:15rem;height:3.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:13.875rem;left:22.5rem;display:none; }
#e95848P6fwS9TTFw5HqfzkPCISCwWKTX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zLr2PGlEsOh1iRVNkGDyFG16grqrwuvh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zLr2PGlEsOh1iRVNkGDyFG16grqrwuvh > .row .container { background-color: transparent; background-image: none; }#zLr2PGlEsOh1iRVNkGDyFG16grqrwuvh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zLr2PGlEsOh1iRVNkGDyFG16grqrwuvh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zLr2PGlEsOh1iRVNkGDyFG16grqrwuvh > .row .container > .video-iframe-container { display: none; }#zLr2PGlEsOh1iRVNkGDyFG16grqrwuvh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zLr2PGlEsOh1iRVNkGDyFG16grqrwuvh > .row > .video-iframe-container { display: none; }#zLr2PGlEsOh1iRVNkGDyFG16grqrwuvh > .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); }#zLr2PGlEsOh1iRVNkGDyFG16grqrwuvh > .row .container { border-width: 0; border-radius: 0; }#zLr2PGlEsOh1iRVNkGDyFG16grqrwuvh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zLr2PGlEsOh1iRVNkGDyFG16grqrwuvh > .row .container { font-size:0.875rem;font-family:arial;height:15.125rem;width:60rem;position:relative;display:block; }#lyc60JJOmhxLrxCzhgPrlnuVzENP8ILa { color:#575756;display:block;width:17.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.09375rem;left:42.0625rem;height:1.1375rem;text-align:right;text-align-last:right;display:block; }
#yD5VRB4yIw7CPgeIT07Qq3QBoT1bnw8T { color:#575756;display:block;width:20.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3.1749992370606rem;left:0rem;height:2.275rem;text-align:left;text-align-last:left;display:block; }
#bxsIm14868HOgmcteRWhfC2NSSKsHLVe { color:#575756;display:block;width:17.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3.2312507629394rem;left:42.0625rem;height:1.1375rem;text-align:right;text-align-last:right;display:block; }
#FOE603Evm4MEhc4HohPus2VnCsSLgMBo { position:absolute;display:block;z-index:15009;height:2.5625rem;width:14.5rem;top:5.21875rem;left:45.5rem;display:block; }
#cqkT4FzlXDlgTI5qbRDxEUap6Rh8dDTS { color:#575756;display:block;width:21.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:4.375rem;left:37.5rem;height:1.1375rem;text-align:right;text-align-last:right;display:block; }
#JgLmZlW6ZNC1ESolRqCdEStTWl0JAcrg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#007f32;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#JgLmZlW6ZNC1ESolRqCdEStTWl0JAcrg > .row .container { background-color: transparent; background-image: none; }#JgLmZlW6ZNC1ESolRqCdEStTWl0JAcrg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JgLmZlW6ZNC1ESolRqCdEStTWl0JAcrg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JgLmZlW6ZNC1ESolRqCdEStTWl0JAcrg > .row .container > .video-iframe-container { display: none; }#JgLmZlW6ZNC1ESolRqCdEStTWl0JAcrg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JgLmZlW6ZNC1ESolRqCdEStTWl0JAcrg > .row > .video-iframe-container { display: none; }#JgLmZlW6ZNC1ESolRqCdEStTWl0JAcrg > .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); }#JgLmZlW6ZNC1ESolRqCdEStTWl0JAcrg > .row .container { border-width: 0; border-radius: 0; }#JgLmZlW6ZNC1ESolRqCdEStTWl0JAcrg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JgLmZlW6ZNC1ESolRqCdEStTWl0JAcrg > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:60rem;position:relative;display:block; }#dSL43FbhE5Er5GmcUbHLRXf4UMpKra7T { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.375rem;left:1.2810707092285rem;height:1.3rem;font-style:normal;display:block; }
#lm8Ck4e7Cevzn2XvAGEOOTsimI9XZc67 { color:#ffffff;display:block;width:7.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.2498168945312rem;left:14.749645233154rem;height:1.3rem;font-style:normal;display:block; }
#rvp00Q8BxyLspNEZ9xR2xTKCn4eOWlx1 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.3121490478516rem;left:1.2810707092285rem;height:1.4625rem;font-style:normal;display:block; }
#hAfmmhUmx5yhFkTEW98XhdAKKuJ1Kibe { color:#ffffff;display:block;width:7.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.1869659423828rem;left:14.749645233154rem;height:2.925rem;font-style:normal;display:block; }
#DSdwZmhs92ariUrJ2AyFoK0fCDevdye5 { position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:0.0625rem;top:1.8125rem;left:0rem;display:block; }
#slUwa2TodGPFKK6NJvyHdTStOWCxsCQw { position:absolute;display:block;z-index:15004;background-color:rgba(255,255,255,0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:0.0625rem;top:1.8125rem;left:24rem;display:block; }
#wIU0dWt5LFyOa8V2z2r4GUBipvqeZHCB { position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:0.0625rem;top:1.8125rem;left:13.5rem;display:block; }
#QbpmwqU52sAvOC2L949MD4pnTKgCkZsg { color:#ffffff;display:block;width:13.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.3125rem;left:25.28125rem;height:1.625rem;font-style:normal;display:block; }
#tFpq5T0rgqbukZrLfkSsBQGkrDpcuOKb { position:absolute;display:block;z-index:14995;background-color:#007f32;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:4.5rem;top:0.5625rem;left:40.312496185302rem;display:block; }
#rQPK8JwsrKoGH4oot6QApcGBNCAmRKvi { position:absolute;display:block;z-index:14998;background-color:#007f32;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:4.5rem;top:0.5625rem;left:45.312496185302rem;display:block; }
#I5m7QJqu0Kp5JaKaddJIDhMnLJrzHfqo { position:absolute;display:block;z-index:14997;background-color:#007f32;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:4.5rem;top:0.5rem;left:50.312496185302rem;display:block; }
#hnDhIqsfTKvafhfoSMcxIbW1eIdekIsD { position:absolute;display:block;z-index:14996;background-color:#007f32;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:4.5rem;top:0.5rem;left:55.375rem;display:block; }
#vinKpdqQytmJfuAoWptwci8wuS1HVxcO { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.75rem;width:0.0625rem;top:0rem;left:46.59375rem;display:block; }
#rJzeal7b742CM1m7mNcWC3Wwb35UWzQN .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#rJzeal7b742CM1m7mNcWC3Wwb35UWzQN .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;color:#ffffff;padding-top:0.511875rem;padding-right:0.45125rem;padding-bottom:0.511875rem;padding-left:0.45125rem;display:block;align-items:center;width:2.71rem;min-width:2.71rem;height:2.750625rem;position:relative;font-family:montserrat;font-size:2.0475rem;font-weight:700;line-height:44.01px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rJzeal7b742CM1m7mNcWC3Wwb35UWzQN .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.32rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.613125rem;height:1.088125rem;position:relative;font-family:montserrat;font-size:0.7675rem;font-weight:400;line-height:17.41px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#rJzeal7b742CM1m7mNcWC3Wwb35UWzQN { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:18.4375rem;height:5.18229375rem;padding-top:0.639375rem;padding-right:0.645rem;padding-bottom:0.639375rem;padding-left:0.645rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.11354064941406rem;left:40.085418701172rem;z-index:14999; }
#rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #VxQDXyHtvb0fuykvPmRkmOAwL5ZdPOrQ { display:flex;position:relative;top:0rem;left:0rem; }
#rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #ZaGtR2giTPbVQDQt1hxTsuSTUCbpU0OR { width:auto; }
#rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #Q37Du3ZR1pk96yBkqOmNQOupMst9iz06 {  }
#rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #JqeibqyOb6T8fTslXpMtGF7g5vIb5Npx { display:flex;position:relative;top:0rem;left:0rem; }
#rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #EPMn4pQOfWLUoSZsk0RO1S9Bw0wToPBC {  }
#rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #HI5zNhAwlIhB3A3Nr3OGZ9bdifvpqGsX {  }
#rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #RTTU0rmIlfuiJXqpfvoNpgCdVituOJkl { display:flex;position:relative;top:0rem;left:0rem; }
#rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #AwAkcznZD55KefZhufA0zGeUaS8lEa2s {  }
#rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #DCw1oklZqfLUIZ36Pa9Db9Kx5FcJUV29 {  }
#rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #kcaEv5lfBRpOHkQHn89Kwla0hhAvHEV4 { display:flex;position:relative;top:0rem;left:0rem; }
#rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #JwnC4IrP08Mfi64gwikHUgIvgiTuDl1c {  }
#rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #llZPwA9HqyQNp1A7HwUWudoHXio4JNqe {  }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fSE8i0Kfo1hKNgWs0Q1XRGfA3M724N2R { display:none; }#fSE8i0Kfo1hKNgWs0Q1XRGfA3M724N2R > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xkm7C56vtMpOyCKgBKhGPfiSRSeIiBJi { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nkTuS1eihbpKGCtLtP14pkEOuCpTogK8 { width:14.875rem;height:5.625rem;top:5.75rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qyOWwQAStJNXT5OWRVhH9UyEiavFgi2I { width:12.5rem;height:3.125rem;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gh0NNqzJULQnlivXSVtOXqq6DldQfuUG { display:none; }#Gh0NNqzJULQnlivXSVtOXqq6DldQfuUG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GfbSP887rc9zNckzE8rBhtFDSGVU15k2 { display:block; }#GfbSP887rc9zNckzE8rBhtFDSGVU15k2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrzmocsAulxnCyVyPiMNQTZD6dFvuFsn { width:9.625rem;height:3.4375rem;top:3rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrQAZd2lnHCXKUO5iVz88ANgbr4UQDBJ { display:block; }
 }@media only screen and (max-width: 763px) { #NR3NUcC1Qp41BLLcGbVFE7PZcqZG12s7 { width:10rem;height:3.25rem;top:3.0625rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMVA8gpeG5BEyi7FTyDKaOhzqQIgNNx5 { display:block; }
 }@media only screen and (max-width: 763px) { #Tr7shcwhU7XhcFz8yvcSySaEoJ1d3P7G { top:1.625rem;left:0rem;width:23.5rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6vSLuTDTcMCcOAkhMCTuZOtWfqZoUDP { width:15.1875rem;height:3.4375rem;top:2.9375rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqfC87dPQU8lPbThB2HuS7P91MyL1ZsQ { display:block; }
 }@media only screen and (max-width: 763px) { #EC1In8gO4hQvtfCFJVxBdOzXTPzGKnms { display:block; }#EC1In8gO4hQvtfCFJVxBdOzXTPzGKnms > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s { display:block; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a78xi6MTx1GxLsKnC0ummnIAdJe8ewGw { width:47.75rem;height:9rem;top:13.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNcwxqG6S7zANeUZWIiHKXmLdkk2icUN { width:40.6875rem;height:2rem;top:25.1875rem;left:3.78125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySETyNTcDaJCTa8NPswO0SsvgqU6xa7k { width:15rem;height:3.1875rem;top:31.75rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3mkDzJehTeDGNpTALd0q31CRtySUILJ { display:block; }
 }@media only screen and (max-width: 763px) { #iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh { display:block; }#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rTUkao1MK7Srnad3ysohprNQIsEaiReC { width:47.75rem;height:5.8125rem;top:2.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa { display:block; }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PPob8uIdnPWDGzutFxSe8inPDMEa1wUT { width:2.5rem;height:4.25rem;top:1.25rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNTTfJcJukZBOdyLuFs2CfUaE9MoWBqw { width:12.5rem;height:3.25rem;top:7.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGVdb7uaBxzGmhkeCCg4rzvVm2K0Ax9g { width:12.5rem;height:6.75rem;top:12.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kE64DXlpeFNMJTJmIJ7fE5WIw4tH2Uxu { width:3.0625rem;height:3.4375rem;top:1.625rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcSJlXhvrNwfBmLRDOiOxpEi5ShCgNH0 { width:12.625rem;height:6.75rem;top:12.875rem;left:35.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyapZ13KfCAiTLqV4NMT4rhKHx1lZGCp { width:12.5rem;height:3.25rem;top:7.625rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwtkCvVmLOm445A7oCTunf0SO4ZxZ4DT { width:2.5rem;height:4.25rem;top:1.25rem;left:39.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJ1V45rPIVXQ9Nb07uf70Z68q4zU7uHp { width:12.5rem;height:3.25rem;top:7.625rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqEvW2nP79Im7RcCzsRgiadLoLOEfTi6 { width:2.5rem;height:4.25rem;top:1.25rem;left:15.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7R9SDmTUlHhMANbprfCHSkyMpJTLyNX { width:11.9375rem;height:6.75rem;top:12.875rem;left:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckHpPOseVHnu6k0UoeUiaKRhST2UFu0r { width:12.9375rem;height:6.75rem;top:12.875rem;left:22.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yH3JaShEdznD8rpaDNaVcgZUaotK5bbi { width:12.5rem;height:3.25rem;top:7.625rem;left:23.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3m4cgQeTWL7O15SiMyav2Fvyt8b5Hcs { width:2.5rem;height:4.25rem;top:1.25rem;left:27.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6zZTLwdxM7y19tD8Q9y1S6hCOZg8WHR { width:3.625rem;height:3.4375rem;top:1.625rem;left:28.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5PPmnFwSAXDWV2AwBFCTTd9MoiZOg4B { width:3.8125rem;height:2.4375rem;top:2.125rem;left:40.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #amgekvBebXXnPdLp8cQ6mrh9ryPh5v4q { width:3.125rem;height:3.125rem;top:1.8125rem;left:16.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 { display:block; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iNk9yyVNeVNPThlJwpTfhcA6BcGxPIBS { width:29.0625rem;height:2.75rem;top:3.125rem;left:18.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqPHuW1fyh5pCQ0gZr2i2wBmX77JHelZ { width:28.5625rem;height:0.0625rem;top:6.8125rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vm7dUU9oOGbLlBgNgKfNJBP1OAhA0Poz { width:4.25rem;height:0.1875rem;top:6.75rem;left:21.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrRzIvILm3Q589I4nV8CkTXoeiXEJUNR { width:31.1875rem;height:6rem;top:9.8125rem;left:16.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BL3uXlGD38Dni8FDl0D6Xx6Okxk6EJ5y { width:30.25rem;height:;top:18.375rem;left:17.5rem;font-size:1rem;display:block; }#BL3uXlGD38Dni8FDl0D6Xx6Okxk6EJ5y li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_faada34dc1d437f9dc2bf7c883178d9e.svg); }
 }@media only screen and (max-width: 763px) { #CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q { display:block; }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xxs6tLTU1pib9yPfT1RsD9bRclQU9voa { width:47.75rem;height:2.75rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8Cw7pPBVkDWpVBVm3wfZi1BFDqTAacO { display:block; }#L8Cw7pPBVkDWpVBVm3wfZi1BFDqTAacO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gNJpSk0kInrsnc3UqPZxVb0vc0rSPOcJ { width:16.1875rem;height:1.75rem;top:1.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oG7ZLJAKTtOBINAJaiEfKE6b9yLOFLN1 { display:block; }#oG7ZLJAKTtOBINAJaiEfKE6b9yLOFLN1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsT1S6vbgPx2dWxPlRIlDTeXZP2O9QDQ { width:20.625rem;height:13.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGQElTkvKyCs6P384X5Nx4a9kuLxoO6i { width:16.1875rem;height:1.75rem;top:1.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ww6BkX4tSqerdVIvKaV4qCrLAM1oI2Rb { width:16.25rem;height:0.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlpN46ZudytHswwrw5IZuGnnsy2DFlIR { width:0.625rem;height:5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTvZDKK19TyA23l347v7v8SPONCL6kKR { width:0.625rem;height:8.125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zouyywlb8fZ0RVTHqLqyawbLB582VBQp { width:16.5rem;height:1.875rem;top:7.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoPoFB7dbq3eqOfaxkBHxbEt2Zr4iKd2 { width:25.8125rem;height:1.875rem;top:0rem;left:21.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRBncePrseAVNSODcJkAlf3KMtgVpJmq { width:3.25rem;height:3.25rem;top:4.875rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t61mXxWxBiFbTBE9aZgG6MsXXRRrTXAT { width:16.25rem;height:0.0625rem;top:6.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcpGrbXv7hU2Teh3lceH7d27PF6VxkQG { width:0.0625rem;height:23.75rem;top:0rem;left:23.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xL6Ok5xyHTK18MGwenW9oByQxoyNaFMi { width:1.8125rem;height:1.8125rem;top:5.5rem;left:22.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlViv45erEMwtbK7GufbvtREZ2pxcPVp { width:9.5625rem;height:10.3125rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbnsewkqeIW805qELoReMZV8iS21Ta11 { width:24.375rem;height:15.9375rem;top:3.5rem;left:21.75rem;font-size:1rem;display:block; }#nbnsewkqeIW805qELoReMZV8iS21Ta11 li:before{  }
 }@media only screen and (max-width: 763px) { #m22P9csU4tAvNyGlqzPIFbZvPUkcKJnM { width:0.0625rem;height:23.75rem;top:1.3125rem;left:23.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Et5k5DcfRuRypd5kEH9X3gbtkflEwQVx { display:block; }#Et5k5DcfRuRypd5kEH9X3gbtkflEwQVx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PrgwRLqXW2bmXlnEAmJLmm9Mk2ypBRGL { width:20.625rem;height:13.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQaXqXxdUA6EnM8kOZFzwpXcJq0k1gIl { width:16.1875rem;height:1.75rem;top:1.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #skcnOL3Wt7urO8n8vkCBzTnvbAQQzhMD { width:16.25rem;height:0.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMJzqZlHTda6wUonstv0PwhvNZfX8ZMK { width:0.625rem;height:5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTZftFgTSNyGku2t48NfT5ikueQsZKUJ { width:0.625rem;height:8.125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcQQpwRxNqnyJwzi2T7BgdAazllA0DrN { width:16.5rem;height:1.875rem;top:7.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyU3KPw6TbidfzSWHQwvccA1X0TyOncO { width:22.8125rem;height:1.875rem;top:0rem;left:24.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpLMsiG9kSwhwSvrKm67BEFTZa5herIr { width:3.25rem;height:3.25rem;top:4.875rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmhBTezN4DvF6VBlDyv3U2XlF1k767LM { width:16.25rem;height:0.0625rem;top:6.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbfKkKTPabNNdcUmzeTrXazlmuh3L7Tf { width:0.0625rem;height:23.75rem;top:0rem;left:23.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jy2VnUbI1c54PJD3iKTekTIC2JFzdv9O { width:1.8125rem;height:1.8125rem;top:5.5rem;left:22.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGiOCLuiBK9XeK7e00dQNXXtw7kdxOR6 { width:9.5625rem;height:10.3125rem;top:13rem;left:0rem;font-size:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5MrZA7sGGCFws8FRMy7gGp9cFSR8uFy { width:25.1875rem;height:;top:3.5rem;left:22.5625rem;font-size:1rem;display:block; }#o5MrZA7sGGCFws8FRMy7gGp9cFSR8uFy li:before{  }
 }@media only screen and (max-width: 763px) { #lf4NcopKTPKeZheX2Tni1pHbDJy1WoaA { width:0.0625rem;height:23.75rem;top:5.6875rem;left:23.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJx9DrIULVLstTIpprklRPcTDvQGycxF { display:block; }#tJx9DrIULVLstTIpprklRPcTDvQGycxF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S88ouF9F5JnGws7xCKTsrqK6wVUoFBhf { width:20.625rem;height:13.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNJaTPVKfgKd63NJ9HBxMmesBkBdWNUF { width:16.1875rem;height:1.75rem;top:1.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8HcZ9rGGH6uJ6ltlAmMQtw1LozIb2K5 { width:16.25rem;height:0.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS9mLBShLAg0lgzkfFpMKI66DRmfqPnl { width:0.625rem;height:5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1iqc6FxwhASDXZwAyb3Si6fO67cGT3T { width:0.625rem;height:8.125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmWanZT28o5tVwByl6EqhSuuT1pPIAeT { width:16.5rem;height:1.875rem;top:7.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAiLOHcUcaeRIdaGOPzIp5x5k7e6u3og { width:24.9375rem;height:3.75rem;top:0rem;left:22.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZPNnzkQcWTbUqHqrQbMTfOyRhl1Xhg6 { width:3.25rem;height:3.25rem;top:4.875rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gviCzvgJ3oR4rEu1gqadTfXcF70wHduS { width:16.25rem;height:0.0625rem;top:6.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqiOWrZEkurqUApXqhV8EqCBwQg1bvpQ { width:0.0625rem;height:23.75rem;top:0rem;left:23.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuT5J90D9ZMUTU2u7g4UOfUMtBZsri6N { width:1.8125rem;height:1.8125rem;top:5.5rem;left:22.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucpGfx8JPvd8J7WB4hrpQPbhcEF7XIVx { width:9.5625rem;height:10.3125rem;top:13rem;left:0rem;font-size:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTQiHddZtCtJTnwKFmEIXD9WdcA2dIUQ { width:23.4375rem;height:10.5rem;top:5.5rem;left:22.9375rem;font-size:1rem;display:block; }#nTQiHddZtCtJTnwKFmEIXD9WdcA2dIUQ li:before{  }
 }@media only screen and (max-width: 763px) { #v4HRc6l9Z3XWn0uMmVhga5d3U0bQ9Xuw { width:0.0625rem;height:23.75rem;top:2.875rem;left:23.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nr9vEmcU8RxZZvdlPlhIuidmT7dBDzsw { display:block; }#nr9vEmcU8RxZZvdlPlhIuidmT7dBDzsw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cmDEepBuPPHhkWDUTxBQEDoVIFiCzNRT { width:20.625rem;height:13.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctdf7Z4g7moiWnI0uMd41N9vd0JGKq9I { width:16.1875rem;height:1.75rem;top:1.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCP49KO3KAxTfoh39EzEIIQtG7VoFPMl { width:16.25rem;height:0.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgJJvAAgxiSfQvzOESKtCihbhpI8vlyb { width:0.625rem;height:5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeMEsxHmdLVnZsGrwBhTzccF6AqbZtdN { width:0.625rem;height:8.125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra3FVpu5s9CuGTfntscPCWovZN6n9MJi { width:16.5rem;height:1.875rem;top:7.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgzFS8x342QyqnE2RIv2XWwJ1B70xUi9 { width:23.75rem;height:3.75rem;top:0rem;left:24rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KR00tfVfoe4DDoM0NDbJIGAZUdbeMwDK { width:3.25rem;height:3.25rem;top:4.875rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vt5SR8yIlePnfqfDVV4TTHgFnORVrvu6 { width:16.25rem;height:0.0625rem;top:6.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VubrmPLePZL76ZR0yksnuxXhXMwxhtgD { width:0.0625rem;height:23.75rem;top:0rem;left:23.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4ZT94p31NocDDdf5kp2R0BfoF4AmoG0 { width:1.8125rem;height:1.8125rem;top:5.5rem;left:22.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbfDwawCPSD62u7cu4Dx73cUGNMkqzox { width:3.25rem;height:3.25rem;top:24.4375rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDvAyHUk4JmPEqStX6ptgrDvafTEL57W { width:4.375rem;height:0.0625rem;top:26.125rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rn3pbifCfP0SRHvNK6lXThaM09zfH0Jk { width:9.5625rem;height:10.3125rem;top:13rem;left:0rem;font-size:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAQ0ronVHyhwyE3VGOmkwzAg6yiMNTay { width:1.6875rem;height:1.875rem;top:25.0625rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnnT0OuPVrMGHs0F2fvUyyVbvNPUF1yw { width:26rem;height:;top:5.5rem;left:21.75rem;font-size:1rem;display:block; }#RnnT0OuPVrMGHs0F2fvUyyVbvNPUF1yw li:before{  }
 }@media only screen and (max-width: 763px) { #fapUe5tq675pairNu48FA9JG7euG3u8g { width:0.0625rem;height:23.75rem;top:6.9375rem;left:23.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8iCTQZqu00i7mHECDq2JULMv7SPHGK6 { width:26rem;height:4.25rem;top:22.875rem;left:21.75rem;font-size:1.25rem;display:block; }#O8iCTQZqu00i7mHECDq2JULMv7SPHGK6 li:before{  }
 }@media only screen and (max-width: 763px) { #kAyEhPfB5nSg9uT8WHUopQ2s1yOx2O3w { display:block; }#kAyEhPfB5nSg9uT8WHUopQ2s1yOx2O3w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CDsJyV31axoSALV96yJM8GyMdHCfNL7d { width:20.625rem;height:13.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnck78aXBSPU1ED5pEZkzqFGlIz1NTTb { width:16.1875rem;height:1.75rem;top:1.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoOnSUQRwalnOlPmfaTkUZwtyA4ELrkn { width:16.25rem;height:0.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfuqkR1I1iOuUOJmVPTW1ZZifdQ6oTtc { width:0.625rem;height:5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqKJAZT7zKQuBMvo2rXvg3gXNWFiJk6g { width:0.625rem;height:8.125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcScxGNCoZQkTBeps2zTT9cNRcwRzoGK { width:16.5rem;height:1.875rem;top:7.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiemUisUMsaJIb2VfA14tU9PIafNlRBX { width:22.75rem;height:3.75rem;top:0rem;left:25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsTcTBWFf7p5ZACD0o6ozge25CiLTHiD { width:3.25rem;height:3.25rem;top:4.875rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #am2Z5Ghit8s9AQpdrOpxxtQHAzFDT0CE { width:16.25rem;height:0.0625rem;top:6.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #neOkpoLRBoorqUB7DJXG3zW8OimH2xcq { width:0.0625rem;height:23.75rem;top:0rem;left:23.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AehZgf2y2l6mPn8KKRCThrgP0zgnBVMN { width:1.8125rem;height:1.8125rem;top:5.5rem;left:22.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFWRkCH8yAkW16fyoID9F7PodRpaz4pQ { width:9.5625rem;height:10.3125rem;top:13rem;left:0rem;font-size:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkhPTZTNZxTTOG07olh54TwbgB94PHGL { width:26rem;height:;top:5rem;left:21.75rem;font-size:1rem;display:block; }#TkhPTZTNZxTTOG07olh54TwbgB94PHGL li:before{  }
 }@media only screen and (max-width: 763px) { #WMsf3JtflEurTw1ACCFoAbff8tew9rTB { width:0.0625rem;height:23.75rem;top:6.75rem;left:23.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlywSlh9K6QCVPwewg6T0oVSJcgG7ct2 { display:block; }#AlywSlh9K6QCVPwewg6T0oVSJcgG7ct2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bzfTQhU60JV3dOK2vz87vugC6lJwE3Gk { width:20.625rem;height:13.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lknZH3Q021Z4zBwFDN7waFXczo5UQlas { width:16.1875rem;height:1.75rem;top:1.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8hLthaQ36mkfhNo344WkD4fEJF2sOqe { width:16.25rem;height:0.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5CJ6EVRSSB3MHXitu1Q8tLcfJzfRS9R { width:0.625rem;height:5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyPmP5nTNXpzKTWZnS3BBL0Fo0cKWn0M { width:0.625rem;height:8.125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXltxQDBXXtbyqH7Vc5AKBEHQCX5O64X { width:16.5rem;height:1.875rem;top:7.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DihBB3wlZ3kfPLqJMmTnxtK3tyrA6vOf { width:22.75rem;height:3.75rem;top:0rem;left:25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7KeDLqN6TK36Ns9nzJ9hNQGeGcxTv8V { width:3.25rem;height:3.25rem;top:4.875rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tteNa1hWE9VvX0fJ506tUkmclHgcRWat { width:16.25rem;height:0.0625rem;top:6.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #awEPhUPB83baqsrkNbpgUFhbVdCMpeKC { width:0.0625rem;height:23.75rem;top:0rem;left:23.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AchHRNMgmIEXy75XSmv1vKVqTyV5CZ0Q { width:1.8125rem;height:1.8125rem;top:5.5rem;left:22.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8JM5snxznb7I7Rft0f4m8rZL2awXN1g { width:9.5625rem;height:10.3125rem;top:13rem;left:0rem;font-size:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKzU5fecIgVLW6WBFdf6HSWcgdiQSDx6 { width:24.25rem;height:15.9375rem;top:5rem;left:21.75rem;font-size:1rem;display:block; }#zKzU5fecIgVLW6WBFdf6HSWcgdiQSDx6 li:before{  }
 }@media only screen and (max-width: 763px) { #PBJGwa6BVhb1M3FOGeXTKHmp5bmoIqD3 { width:0.0625rem;height:23.75rem;top:3.25rem;left:23.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVk83UVkhfXq6EasLmJOv5aQDu0vNy6n { display:block; }#WVk83UVkhfXq6EasLmJOv5aQDu0vNy6n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BiXuttGKIix6tTTTXKVBqGPwsqHWIXZS { width:20.625rem;height:13.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPTAp2tTad2yulFRFX8fcVvwhrnnXeZM { width:16.1875rem;height:1.75rem;top:1.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETNJBZTKTTNDvUnhGcwyCN8ZNb37Fiob { width:16.25rem;height:0.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3ubut2ZAG4LqhBc4V7IH0w4NGRr2DfR { width:0.625rem;height:5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJwp3PtD9ZnrTe8KtW8fM7cHx37k4nnG { width:0.625rem;height:8.125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qP7oKI0mqQRn3X5PccPHoCUFEwWu5Oxi { width:16.5rem;height:1.875rem;top:7.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmWoe9gHTcUWqEtn9i1LNeu9DSzNTyIM { width:22.5625rem;height:1.875rem;top:0rem;left:25.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocNaU2KxO60VwtgcvlaUQ1wVfHp2ToHy { width:3.25rem;height:3.25rem;top:4.875rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5K7naPO7IcULZ2Pwc6tvcf16aBT98ck { width:16.25rem;height:0.0625rem;top:6.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oB2iTh6V45sTtXNT9fm2v3iMviczSuq2 { width:0.0625rem;height:26.5625rem;top:0rem;left:23.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHVNGTCrt5nuPgTdTWzng56vAGMR6XdN { width:1.8125rem;height:1.8125rem;top:5.5rem;left:22.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHcSCW0Nco4qyMt0K0y5HwDvg8mt7AgX { width:9.5625rem;height:10.3125rem;top:13rem;left:0rem;font-size:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vx4KnbAiTZNbnCkzw4li2cp2t10ltxqV { width:27.1875rem;height:15.9375rem;top:3.5rem;left:20.5625rem;font-size:1rem;display:block; }#Vx4KnbAiTZNbnCkzw4li2cp2t10ltxqV li:before{  }
 }@media only screen and (max-width: 763px) { #JgUZNheNyp3QnVlvh7iNxpz6Wfv4lT4f { width:4.375rem;height:0.0625rem;top:22.1875rem;left:24.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ne7CyfqeomFFF0DnRhokVOd5ecJ0fTkc { width:3.25rem;height:3.25rem;top:20.5rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h55blfSApto4Zbm8L3Pd8yoESU1Dt7e7 { width:1.6875rem;height:1.875rem;top:21.25rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTk0HyXCp8nZTnKsmd7PxL0agwo0mX1F { width:26rem;height:4.25rem;top:19rem;left:21.75rem;font-size:1.25rem;display:block; }#uTk0HyXCp8nZTnKsmd7PxL0agwo0mX1F li:before{  }
 }@media only screen and (max-width: 763px) { #Ch02o7dVmitw1eGiuvf7FedGTCPSdzGW { display:block; }#Ch02o7dVmitw1eGiuvf7FedGTCPSdzGW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzFJNNGGEhJa5PmWUUPNwK0dhmQtciq5 { width:20.625rem;height:13.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBdKf7bAG0GDbSuMv1fKilNc3iqlRBMw { width:16.1875rem;height:1.75rem;top:1.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cu66lUsV0xATBdX7KW5qJTJQMuHOX9wA { width:16.25rem;height:0.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNn1Tt3sK0P4tzmVw5CdJ3ZFWQF6E3y6 { width:0.625rem;height:5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ub7Npx5u9zX9QdFBXtSWQiV1i94hHB6b { width:0.625rem;height:8.125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kcrz8xlHZPsWGaATeu18KdplP7bnXxGq { width:16.5rem;height:1.875rem;top:7.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5n6BX6guZXWS5qr31D4kGCF0dD8PNTL { width:21.5625rem;height:3.75rem;top:0rem;left:26.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1cXPmM6rM2EtZCniSmTrTry8LnrLGH3 { width:3.25rem;height:3.25rem;top:4.875rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQfq4HOtzlLWUH4VI07PX1AxH392C4Cr { width:16.25rem;height:0.0625rem;top:6.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MN2uTwXUctVSaNQRTyGcAcWqWeQEKrse { width:0.0625rem;height:26.5625rem;top:0rem;left:23.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXuUN1rh9Vc38LaV7nM61hTgHJ3ixynu { width:1.8125rem;height:1.8125rem;top:5.5rem;left:22.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTrTaTuCDwT0wfTN8nrgxw83TCEqZHIl { width:9.5625rem;height:10.3125rem;top:13rem;left:0rem;font-size:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTEM3S7KTPKdhEVstq4oUIMkSsuS2iJT { width:1.375rem;height:1rem;top:20.125rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oF8LVMJwktvWlmSP1coA49TyiAcevCGh { width:26rem;height:;top:5.1875rem;left:21.75rem;font-size:1rem;display:block; }#oF8LVMJwktvWlmSP1coA49TyiAcevCGh li:before{  }
 }@media only screen and (max-width: 763px) { #c02gXamuxEXwlDa3qQeJ0rTJ89byxC7Q { display:block; }#c02gXamuxEXwlDa3qQeJ0rTJ89byxC7Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HRkNwI51us7uISZnLtQoevUlnxv2O8SL { width:20.625rem;height:13.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3cnDetK5kJJezTwtoFyql1CXzceJzVW { width:16.1875rem;height:1.75rem;top:1.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQpBORNmFJcEA2nws5F1m2nNtsTT8aC3 { width:16.25rem;height:0.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3a5p1i9bhb0ywmTaJwahs30UJ32GgUz { width:0.625rem;height:5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlZkNMG3Wt9PbuiELkp6FTpnsIU0US6T { width:0.625rem;height:8.125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcL9SJlInCIILQTBrBxGn9uqnc3cCAlB { width:16.5rem;height:1.875rem;top:7.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJwqK74zwZC66PH3T9nQlf1FLAZlSumd { width:14.875rem;height:3.75rem;top:0rem;left:26.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vW1tuLPdMHEOkOO0FltqQfKeB01HTuyJ { width:3.25rem;height:3.25rem;top:4.875rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nm4nEUJUFhEgzIue5cGn2Q1xJGavWG4z { width:16.25rem;height:0.0625rem;top:6.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdcaLVq9NABMT6Kexm06I081IXkilubu { width:0.0625rem;height:26.5625rem;top:0rem;left:23.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVTbwLITdz8uA9TEs2f3vwp6BLutVQ0k { width:1.8125rem;height:1.8125rem;top:5.5rem;left:22.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnyqP3qTpw6PA1VcIzTb0FzS6JaW0CLb { width:3.25rem;height:3.25rem;top:16rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2hW2wlUxbPTdPCZpfO8Q1Av5q0wu2O0 { width:9.5625rem;height:10.3125rem;top:13rem;left:0rem;font-size:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xa9GUIGNh0c3BXp3SSW7trs981W3ZTC0 { width:1.375rem;height:1rem;top:17.125rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #seGiUzLduHCs91QgvZVVskSSOOrxDKWE { width:24rem;height:8.5rem;top:6.1875rem;left:21.75rem;font-size:1rem;display:block; }#seGiUzLduHCs91QgvZVVskSSOOrxDKWE li:before{  }
 }@media only screen and (max-width: 763px) { #waeR25Aa23GVhhFTvNr4JgTXSvmduRgD { width:4.375rem;height:0.0625rem;top:17.5rem;left:24.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g487LWNvcsvKAO5msoiMyJ0fLfwSsThT { width:26rem;height:4.25rem;top:14.3125rem;left:21.75rem;font-size:1.25rem;display:block; }#g487LWNvcsvKAO5msoiMyJ0fLfwSsThT li:before{  }
 }@media only screen and (max-width: 763px) { #g0vdMwgSM5XBQZLqGb6bKFewS3J9R73P { display:block; }#g0vdMwgSM5XBQZLqGb6bKFewS3J9R73P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o1CffBSrUyh0p7TTFsaAbkV3rHt3evtJ { width:20.625rem;height:13.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqvpKKT8lvm1I72vRpQkff1S0AdsUfls { width:16.1875rem;height:1.75rem;top:1.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uyh6bvacQsLDXN1cB1kzrTBArdqAdz1s { width:16.25rem;height:0.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvPVakOPOuPh8WJBBL1QtiEqTTM4y1v9 { width:0.625rem;height:5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lF5Hv08uJd6ggPMrVlRnZW5GRrTr2Ni5 { width:0.625rem;height:8.125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WccnwRgbHcbJyuGDEO2LRahxkg2HxMAD { width:16.5rem;height:1.875rem;top:7.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehaVKSTLVst3ullB5lLKz02TcGe3W170 { width:25.1875rem;height:1.875rem;top:0rem;left:22.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGw9lyevdK0lTodoTZPm0WCokUzypAz5 { width:3.25rem;height:3.25rem;top:4.875rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tE1buy1OEeu6734m3lDQ1Z9o5dXOszo1 { width:16.25rem;height:0.0625rem;top:6.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OI1vw9L5XOxWt99UoIpbcWl6rMWeB4TA { width:0.0625rem;height:26.5625rem;top:0rem;left:23.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqMxB7nsffzJntNiTcFITB9QifU8LGgq { width:1.8125rem;height:1.8125rem;top:5.5rem;left:22.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTR160EiMUnDUnV9sS6DfeaahHGwWyFh { width:3.25rem;height:3.25rem;top:23rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ba0mf34VaWJTvfISWVkptusHtpCyNIMQ { width:9.5625rem;height:10.3125rem;top:13rem;left:0rem;font-size:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6zJHpxgctskaVXyU82RHC1HbycT4UL0 { width:1.375rem;height:1rem;top:24.0625rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oF7Dtc5hIpFoWnqnZTJT0WFMRnszBFxb { width:15rem;height:3.1875rem;top:26rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dz8i1WuE3rTBCKxGAEn3MUIEbNaPfoea { display:block; }
 }@media only screen and (max-width: 763px) { #sPDk6mLW2Gf1sFOsfZrypNWJOtivSUcG { width:22.4375rem;height:;top:5.6875rem;left:25.3125rem;font-size:1rem;display:block; }#sPDk6mLW2Gf1sFOsfZrypNWJOtivSUcG li:before{  }
 }@media only screen and (max-width: 763px) { #v8FuKy1F1iqAUJMA3fI7QaS1dylAECUi { width:4.375rem;height:0.0625rem;top:24.5rem;left:24.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6on9bivdTsdewtrL6uPwMD2Q9QCI8U1 { display:block; }#u6on9bivdTsdewtrL6uPwMD2Q9QCI8U1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F1rPys4g9lkEm2Zc3UHfbL85x8CuqQNZ { width:16.1875rem;height:1.75rem;top:1.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C86ROSL3Tfx14bdP8SdonpHKh2lTwKRz { display:block; }#C86ROSL3Tfx14bdP8SdonpHKh2lTwKRz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FuDdE7Ti2rwdRTTDX1nx6OVIetIm1A62 { width:20.625rem;height:13.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VX67z139w0N3QO9APUDXqSxaibXP8rsC { width:16.1875rem;height:1.75rem;top:1.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #InDFQ3v7I76nAwHTt0E1wQdwDcPZLRCv { width:16.25rem;height:0.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O41Lygt21f1X35kqWiFXv3M9diNxXbih { width:0.625rem;height:5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsfTJ84MbOwp2XEnWBoKtNPZgoXiGd2l { width:0.625rem;height:8.125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRxAqO2SGWQZzdxrB6F4ZvFXZT0h4TfF { width:16.5rem;height:1.875rem;top:7.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZbFtCMdXrPn3DcLSa8zlp9XuwAxPQ7s { width:16.25rem;height:0.0625rem;top:6.4375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVSFuyEfTaN0Wb6iq63Ptxlmv0Ex3J94 { width:0.0625rem;height:26.5625rem;top:0rem;left:23.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQEuLu6pf0oTU1rlmNhOkCqPuvZpgaOK { width:3.25rem;height:3.25rem;top:8.8125rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOeDb358BPdIr0ZmbitplvVOtsU5nafG { width:9.5625rem;height:10.3125rem;top:13rem;left:0rem;font-size:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFXwlDqm9Arq9x1aoANCnIKdFhh2i2D8 { width:1.375rem;height:1rem;top:9.9375rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pyr3uryyfDhoTqe1GPHpJ9nvxJFW7BNB { width:26rem;height:3.375rem;top:7.75rem;left:21.75rem;font-size:1rem;display:block; }#Pyr3uryyfDhoTqe1GPHpJ9nvxJFW7BNB li:before{  }
 }@media only screen and (max-width: 763px) { #Z48Ptca0TWX9JfzmLJWWdWwV9tOBBerI { width:4.375rem;height:0.0625rem;top:10.3125rem;left:24.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T80kZ6oTyfpsMFeB3UDbKNy8z0sig5PO { width:1.6875rem;height:1.875rem;top:4.0625rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwaGapy3kyUVEDNkTOa3RPHb4vu7gFt6 { width:3.25rem;height:3.25rem;top:3.3125rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqwBAu1fvXtu4hRpMCNaQyI0KFa17Tcx { width:4.375rem;height:0.0625rem;top:5rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOqcK3NJhCNvDmkXKKN7RlkR0H5L59XH { width:26rem;height:4.25rem;top:1.75rem;left:21.75rem;font-size:1.25rem;display:block; }#qOqcK3NJhCNvDmkXKKN7RlkR0H5L59XH li:before{  }
 }@media only screen and (max-width: 763px) { #BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp { display:block; }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Of5VrZZVmqaUnwfATvmWUkHHiPSzndrT { width:23.8125rem;height:5.0625rem;top:3.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvuxDxLGhWkqTucRQhgzhptKalEDvqZT { width:26.25rem;height:6.375rem;top:10.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0I7nFOZn6GCSLAEN4kgcsLTWA7y1B27 { width:26.5625rem;height:13.125rem;top:16.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8xEG9USpSRpNyaGpLme0xM6gVVzaD5Q { width:15.625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxduhVs6P1JZuyeIL11BTIUs0ksLV0p1 { width:16.625rem;height:6rem;top:21.875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLzFwO077prZ7kM1gv5aSdSJ3Jrg6UvD { width:32.4375rem;height:22.75rem;top:2.9375rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylAfQf3fsn7OmZ3AlTUcZPGFirTI3ADx { width:9.5rem;height:0.625rem;top:2.375rem;left:32.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGhydSvMQvXfxPCAtG1QxiIdTT1Mha1P { width:2rem;height:2rem;top:22.25rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdk3bEq2CkKNMqtz0LQsIBiL3CARQ28p { width:2rem;height:2rem;top:18.6875rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa { display:block; }#v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l8VyJAsuAuA4X1GM9fyBohEN75smGL2V { width:47.75rem;height:2.75rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7FqVR0yyLzBvvr7FZvPN6OQOzchaAKw { display:block; }#f7FqVR0yyLzBvvr7FZvPN6OQOzchaAKw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EBlSSovyCd6TXhvX7z1SluqV6Tp4i8lK { width:14.8125rem;height:3.25rem;top:21.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9mvIirQl2HqVxeKGtDelESoh65AuGCX { width:17.4375rem;height:19rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uL7Llf8xhN9unquaktiJ2qgs9lV17VuA { width:4.25rem;height:0.1875rem;top:34.8125rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw1n2EscTMMUdt89BTWhg8dt0GNv5w6P { width:15.625rem;height:0.0625rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFAAN3aL2xf4tOSOUmJJI4y0BAExRSmA { width:15.6875rem;height:9.125rem;top:25.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDCam4Q8p7Z94MA3xV9an5nUwQgbBRe1 { width:14.8125rem;height:1.6875rem;top:36.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wpg2aUHlaDLakMyJf5oytcUGzHt11BfW { width:15.0625rem;height:3.25rem;top:21.25rem;left:16.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBZm355ymOanvlpGBeyXwEMx2iaMZe3z { width:15.875rem;height:7.8125rem;top:25.4375rem;left:16.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAX0r8c8MTbQC6KR2EQ3DKiy3Ap8FGMW { width:15.5rem;height:3.25rem;top:21.125rem;left:32.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQtIHWJBgIZr6xvO2QytyBLMd1I51N6D { width:14.1875rem;height:5.1875rem;top:25.625rem;left:32.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #spO0E84HRW0vZST6bDOAVCMzr9W3Emyn { width:18.75rem;height:40.375rem;top:0rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7i4qVkeucerMgzWMT2a3RKdfdqsmzwv { width:18.75rem;height:40.4375rem;top:0rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggQNfsbuHLDqA3zXrcURsBSNEAtIe1Tr { width:18.75rem;height:40.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTeZCPBKGTeEIwfofKuM4Knm3at2LuOu { width:15.625rem;height:0.0625rem;top:34.9375rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQB54Lryxf1Sb1dzUGPKCUGkKf1Bmr7v { width:4.25rem;height:0.1875rem;top:35rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUqSU4UXWW2wfNC9hPXfxixhQoT0oALF { width:14.8125rem;height:1.6875rem;top:36.75rem;left:16.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqVup8ZFnx8A5VSvhJd0DS2a7XSXOV2e { width:4.25rem;height:0.1875rem;top:34.875rem;left:32.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGP7geg63BaTzHmCO8Duh8pT2a1dGLrw { width:15.625rem;height:0.0625rem;top:34.9375rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #lO7mSeQtfzHSvxlUpXumTeSEC4yJDsLh { width:14.8125rem;height:1.6875rem;top:36.5625rem;left:32.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISsQh1PVHZX0GNwoTg1DTXW3Jl6heAsV { width:17.4375rem;height:19rem;top:0.625rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uuaimm4QK5NGlbl6PThqTrS01xMpO8Zy { width:17.4375rem;height:19rem;top:0.6875rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FydMUEGrTWdGi1tTz5pfBfW0XAZEOE07 { display:block; }#FydMUEGrTWdGi1tTz5pfBfW0XAZEOE07 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DdGvs2f3V64q5UpgqiOV0SKh7VTO3RnJ { width:14.8125rem;height:3.25rem;top:21.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M58I3sPkmrWS2sT5rIbhlw751MNTKRCp { width:17.4375rem;height:19rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpQvw4vxhrhTZosULh5HP1eIykdVmPF1 { width:4.25rem;height:0.1875rem;top:34.8125rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P42TE6VKcDnUIy2vfLfBWuZssqTNnm7Q { width:15.625rem;height:0.0625rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eX4MF9iyiwP4CPHfurNtCDTnnCAq0P1m { width:14.375rem;height:5.1875rem;top:25.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSddK5UTe79TzmXoyhDiTdWroQHR4dJf { width:14.8125rem;height:1.6875rem;top:36.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRBDNNiW3q6zGyR1STH9Q56SxeTC9iex { width:15.0625rem;height:1.625rem;top:21.25rem;left:16.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvXtzmXpsCfAR8fRrNMgVKgvQTHbZoXT { width:15.875rem;height:6.5rem;top:25.4375rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWkzL1hLT8gywlF3shE1bh451RZV1UZk { width:14.375rem;height:3.25rem;top:21.125rem;left:32.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxOi905pZ2Xp5WZok4eUu4nsXEcNmslt { width:15.25rem;height:5.1875rem;top:25.625rem;left:32.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ws6XziH0TLrAPv4WM4bowcMT7KW9pnla { width:18.75rem;height:40.375rem;top:0rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #m87bqmNe4eLwXTymyGzDLE8wEcxTEEA6 { width:18.75rem;height:40.4375rem;top:0rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ze80ICb52kgf2bBsruCQZz3V8DKbr0Dz { width:18.75rem;height:40.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZATRhqmkzzWHzanuRKLHqc5qNmTkxkO { width:15.625rem;height:0.0625rem;top:34.9375rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t748s8pIL568bqokb2ZSHrVfbZ3Hse6c { width:4.25rem;height:0.1875rem;top:35rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn8D8fzV8OVleVzyo5u2lvqyR2Tcc53T { width:14.8125rem;height:1.6875rem;top:36.75rem;left:16.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7MxCg0F2ivT2u8euTOxR296Ef513Dck { width:4.25rem;height:0.1875rem;top:34.875rem;left:32.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gm4n3TuuLRFQHJd1TaVJ1Nx2gvm8OmLR { width:15.625rem;height:0.0625rem;top:34.9375rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #eziyxVlh3Ko9SnhTaAdGQCmRcgogfl3b { width:14.8125rem;height:1.6875rem;top:36.5625rem;left:32.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovDT06dExqDPTx4BDOfDabRitsUCLWs1 { width:17.4375rem;height:19rem;top:0.625rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmZQ3GHmHvh4vfrovsffcwHkIhHoPuUI { width:17.4375rem;height:19rem;top:0.6875rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWF2f0fNgvX1FW7U3XQuRsdxb6RsBi92 { display:block; }#tWF2f0fNgvX1FW7U3XQuRsdxb6RsBi92 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RHNQyFth1ihDSbTB3mLnzxTOAIvqZWAQ { width:14.8125rem;height:3.25rem;top:21.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXllXPyVi8MzxfQx6NusRkEdKwrmxiAW { width:17.4375rem;height:19rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfh3uyS1cKLXRgiZA3Qy61amDqBL416l { width:4.25rem;height:0.1875rem;top:34.8125rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnFpxlIqoCrd8aWpfurcRXfLCVJBsMb2 { width:15.625rem;height:0.0625rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IptkohQWQ7N0l9iA3P00TUhy8ikFGUD1 { width:14.375rem;height:3.875rem;top:25.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRgBlDuFTAcqKrcJkIBkCiH9O7RTFg8I { width:14.8125rem;height:1.6875rem;top:36.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyWTlB09VGraqQrSmRZMTn8gmsIqFTns { width:15.0625rem;height:3.25rem;top:21.25rem;left:16.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGEH5CUtUkbLI3nVawGJGhTiKTdBJ3Uh { width:15.875rem;height:6.5rem;top:25.4375rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZQiXFyySdgSDUkFHAh0gOvnkwSGJaJd { width:14.375rem;height:1.625rem;top:21.125rem;left:32.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugBkiULGdphHou234myFw7EPZ0BRJhSE { width:15.25rem;height:5.1875rem;top:25.625rem;left:32.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7qTOpcvCXZVtp53Mt6WTRk0ZXwZht2f { width:18.75rem;height:40.375rem;top:0rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJmQ8sWGnkvwm4TuLqQz3bmvFqE2XE8k { width:18.75rem;height:40.4375rem;top:0rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNgP2JmO5l6UIq30TEB5SiEX3LW3g4rM { width:18.75rem;height:40.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaRJFln6wHucdEniNwNIATSxSKJ4gUhr { width:15.625rem;height:0.0625rem;top:34.9375rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXRBsoWKQdtUBnfXRGuWIwX2UAKZtxnV { width:4.25rem;height:0.1875rem;top:35rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T72T9Xh7FJ1gQWhy8mgq0GT0o8vo8Sxp { width:14.8125rem;height:1.6875rem;top:36.75rem;left:16.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F85O9a4XhyNt1HtrJXHlLThX4dflhksO { width:4.25rem;height:0.1875rem;top:34.875rem;left:32.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwINzQpgJNkRxycZ65X9ooyxAUFvr1NM { width:15.625rem;height:0.0625rem;top:34.9375rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWQbMbAzzxhltcIRGtPH23kTC1qBDBHo { width:14.8125rem;height:1.6875rem;top:36.5625rem;left:32.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbK9nFLyDEl5znEZ08ETJyzazEJsv7Pn { width:17.4375rem;height:19rem;top:0.625rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXVauFBRpVS7xcuIoCQh7Fl8TXnGQhpO { width:17.4375rem;height:19rem;top:0.6875rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4cnovuV2hWscVmqleHgVX8GDK0Tnvt8 { display:block; }#z4cnovuV2hWscVmqleHgVX8GDK0Tnvt8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zVpxoiP6JbtypdyX38AVVp5eKOnzCULy { width:14.8125rem;height:3.25rem;top:21.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsBr7ZPSyhr0TpDL59D7mL8hiuzHwBSn { width:17.4375rem;height:19rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPh3TdFgAUA6PXNy4lXT3IuqW5LuN0bc { width:4.25rem;height:0.1875rem;top:34.8125rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCVF3pgtQOA1ymF4f1ARx1410JJOdyhv { width:15.625rem;height:0.0625rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaZoG3TyeRqpEbgUDrFfTD0GSGrKPRQv { width:14.375rem;height:6.5rem;top:25.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JS32eaouOdBqUDPzoQI1rMuofC1apcEn { width:14.8125rem;height:1.6875rem;top:36.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrexcnyDtHSN4Rnd5r0T7lDbGqFrusA0 { width:15.0625rem;height:3.25rem;top:21.25rem;left:16.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbwZvyr3yRZDvdoR7gDmhflXZPqG2hPC { width:15.875rem;height:7.75rem;top:25.4375rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuBMZrFTBIvuCMAMrhrUg2NNnoAT3etT { width:17.375rem;height:3.25rem;top:21.125rem;left:30.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qu7VoMDneLJt4TE2rN1vAspdIPNnlx7z { width:15.8125rem;height:7.75rem;top:25.625rem;left:31.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODhMQVn1FQVViLl2L92Szqley7BEmiFN { width:18.75rem;height:40.375rem;top:0rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKX3xqpNR5x7FhF7nnyaGocw1C8qkDCB { width:18.75rem;height:40.4375rem;top:0rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KF3rFRAGfb9nGIQNM5BvyrTZyR04QOBt { width:18.75rem;height:40.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oh4kGdR7CM5Qid3yKWZirOntVGC9AQFR { width:15.625rem;height:0.0625rem;top:34.9375rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #REZ1fzGdbXgAs2ONKBr9CTw6MC5Utehu { width:4.25rem;height:0.1875rem;top:35rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFcT4fI5ZaitvTm7HMeeQD6SP7NXwVEo { width:14.8125rem;height:1.6875rem;top:36.75rem;left:16.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKoQFPShQCi6KsbtC1vLmTm6cTVmqtqp { width:4.25rem;height:0.1875rem;top:34.875rem;left:32.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EamSJvZV3SUGwlToO8Ow8JuEfuKZDBxv { width:15.625rem;height:0.0625rem;top:34.9375rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1NHQz4kndKL613UMM8UCtmanDgrtfyI { width:14.8125rem;height:1.6875rem;top:36.5625rem;left:32.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GW7ho01rbXLFi8TMdf61k7BuBlENVfcM { width:17.4375rem;height:19rem;top:0.625rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIoupTK9GgO5LL0T4uU7w1pIq2C3FUIZ { width:17.4375rem;height:19rem;top:0.6875rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzqTyJB2zLU1tOx7NncDGZxTCAJ0CCi5 { display:block; }#EzqTyJB2zLU1tOx7NncDGZxTCAJ0CCi5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FKDcePs0uVxITFpaw52nCat1UHGeFUSD { width:14.8125rem;height:3.25rem;top:21.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9nWWTS8B9pC8lV5x0lwyZ4OJrubZBRA { width:16.625rem;height:19rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKMy3VyqWMOozJuAJSoL1uMkeAvwaQGM { width:4.25rem;height:0.1875rem;top:34.8125rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeU0SHrRr75DKaANoKUOF0312hxU47Lf { width:15.625rem;height:0.0625rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cx43hGSRdRH4ElDWKrGBDXNMlxxwrOkH { width:14.375rem;height:;top:25.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVQN3TTHGdFOmgBVvldi9G0778LK8eCA { width:15.0625rem;height:3.25rem;top:21.25rem;left:16.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSsH1me7Fefz1vRd50BCnwhnqaE23aM0 { width:16.0625rem;height:5.1875rem;top:25.4375rem;left:15.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoJOdToXrMaeUavfOqoJyvtA5xLPNEW4 { width:13.3125rem;height:3.25rem;top:21.125rem;left:32.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOuG8FPCTaRvlOqPRKTMytKmO8A8pWnP { width:15.8125rem;height:5.1875rem;top:25.625rem;left:31.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDDuDIqtua9pAeyuNf2PyXhTZ5sW5F4q { width:18.75rem;height:40.375rem;top:0rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPM2pn9QWCIl5sHAPMJ2PbXwoPHrF8XO { width:18.75rem;height:40.4375rem;top:0rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6W6S2dPUOgSIxqFhRCzU3L3km8xMJVn { width:18.75rem;height:40.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yH77TxstPx2AixT7csqiKEBJLpvgV9KI { width:15.625rem;height:0.0625rem;top:34.9375rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrsRyofiEmHOXTpeex3NC9z6IpKk93vT { width:4.25rem;height:0.1875rem;top:35rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #STbuM0T76yDo26E8PDQSkSmn5HKS49JG { width:14.8125rem;height:1.6875rem;top:36.75rem;left:16.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0VZ8u1e2m54JrpC14fnvcOoya0KaTyO { width:4.25rem;height:0.1875rem;top:34.875rem;left:32.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tB9GCLXTQ8GQXmN4hvv0gwEP6BSeyOBt { width:15.625rem;height:0.0625rem;top:34.9375rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQAXk0guuS2BghTANEFnIoF11STMoT5v { width:17.4375rem;height:19rem;top:0.625rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUJ7QnpadDP0U2ZEMzEhTZtswFZMnrQW { width:17.4375rem;height:19rem;top:0.6875rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7K7wxsIPT1RqtB4r6IwqcAh0xCblQIk { width:16.0625rem;height:6.5rem;top:25.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RncMHLKQklTue0mnEPQGMeZv7W4yFITQ { width:14.8125rem;height:1.6875rem;top:36.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zu3eRxr4OPX3KfGED1KHMt4SDsz7hWow { width:14.8125rem;height:1.6875rem;top:36.75rem;left:32.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHuDSptTbsbu4EJUXQDJdD7IOdJfGCU0 { display:block; }#NHuDSptTbsbu4EJUXQDJdD7IOdJfGCU0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IpJR5OHWAT0Ivsnr6gB2pyeKPq2tQZMA { width:14.8125rem;height:3.25rem;top:21.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLhhC67H4GqctX2tVfFzWphmwMNyE6AT { width:17.4375rem;height:19rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHqTLFCb2AzwIwo9qw1nXFEuRP8WDstP { width:4.25rem;height:0.1875rem;top:34.8125rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkkowLqSfhr5oMb4r7GEkPOiTAB4BnCS { width:15.625rem;height:0.0625rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqoeJTPTPaoEtBp8kraVo76pegeQ0rIa { width:14.375rem;height:6.5rem;top:25.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rhx0vNzyS3fEwqvng5vCMAE8E84OhAbo { width:14.8125rem;height:1.6875rem;top:36.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #caSvTB3gihIAg1iaNBFF8JGkxTVC1pSW { width:15.0625rem;height:3.25rem;top:21.25rem;left:16.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7aODfKKs68QEEn0VqNT2crZLpcVbNTg { width:16.0625rem;height:3.875rem;top:25.4375rem;left:15.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUoLG5fglAQgH1oAQs7Vyt3dDbARVFDW { width:13.3125rem;height:1.625rem;top:21.125rem;left:32.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWSVlbaJGcplnqo5tG5ogCbJqc3C3MHD { width:15.8125rem;height:3.875rem;top:25.625rem;left:31.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UohThG68xcTvfGqHn7I3fVbGOWTil8o9 { width:18.75rem;height:40.375rem;top:0rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRBbED9Z5QgLp1kf8NTTn5seW0uer8UT { width:18.75rem;height:40.4375rem;top:0rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFqr07IM4TMKblDoilHnkCSOPusoWKMy { width:18.75rem;height:40.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9hOpM73xIXE255t6Pa3CktB54EUFE0n { width:15.625rem;height:0.0625rem;top:34.9375rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykaKR3m7WgciWLOiITIgy2VtRNCiSSGW { width:4.25rem;height:0.1875rem;top:35rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8rJoa4TyVg3H2dPUTVNpkhTot0R6g1s { width:14.8125rem;height:1.6875rem;top:36.375rem;left:16.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTxef3IJfd3L6IReMbSK7P4FwWdsUM1B { width:4.25rem;height:0.1875rem;top:34.875rem;left:32.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EduVsq0xxhE1skA3I06edAKKmDVv49aG { width:15.625rem;height:0.0625rem;top:34.9375rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmBLnKLtVeoleynTiHimrxARK5K5MvBr { width:17.4375rem;height:19rem;top:0.625rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgsacyZUBryyd0HTqrkLSAD8xezXt93B { width:17.4375rem;height:19rem;top:0.6875rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHsuTL1DHcMTJ9878v16atID7Pyw642R { width:14.8125rem;height:1.6875rem;top:36.375rem;left:32.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6LyJJG0gfX6GtsayyvUDBcNccXkU7qT { display:block; }#E6LyJJG0gfX6GtsayyvUDBcNccXkU7qT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p6nH32xI2tP8K6fB8Fm7Zzbvey2xNwe6 { width:15rem;height:3.1875rem;top:2.8125rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJH90u1lHAhD3ym4NvgyBoLGT9AUvNE9 { display:block; }
 }@media only screen and (max-width: 763px) { #iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 { display:block; }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Whnak8McmIuSahQO2hemdGnlORBFtGlr { width:47.75rem;height:2.75rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UK7JkXHOwhPgCcOdcFc7z5TgesHU7Zn7 { display:block; }#UK7JkXHOwhPgCcOdcFc7z5TgesHU7Zn7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tIzoJuATGkOzuSmnQHOJ9xbnnVGL8tNs { width:29rem;height:16.875rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcIS0Lwn46NId34vKsZQGZAFhTIQWue7 { width:17.1875rem;height:8.5rem;top:2.1875rem;left:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXPd26vG20KOFoEW3uzC7ifJap72tU9q { width:8.125rem;height:8.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6qe9VFFUEBLxnEUEfpBk9AObbPFVaJJ { width:24.8125rem;height:1.9375rem;top:12.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTNPBCLlW57IiZOK0CtvcGzRFhzIQtfq { width:27.875rem;height:1.375rem;top:14.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMztTTFrZWKvAra3d4UOhRbsrehTTqN9 { width:0.625rem;height:4.8125rem;top:12.125rem;left:47.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGT7pCsFrey64sLpzof18V83etegxp9x { width:18.75rem;height:0.0625rem;top:12.125rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #PU0WpZyZTe2gxP46w5EzI2zFT8h04cdS { width:28.3125rem;height:1.375rem;top:14.5625rem;left:19.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbJhcK9n4utWtMhPzETLbsgo5gTtZwhZ { width:17.1875rem;height:1.875rem;top:12.75rem;left:30.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l49ahJcbx3QyP5TIeG6uJuo1HJbtSnRa { width:18.75rem;height:0.0625rem;top:12.125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4T0yvsyFNap3qVsldpDwlV7tJviF6Gw { width:0.625rem;height:4.8125rem;top:12.125rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4zDi0uMs0WHw0kLEcSXSRfmUizHmDwk { width:29rem;height:16.875rem;top:0rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oG8QAlk3rIFkHMhTe6kuvQFWETmywSpg { width:8.1875rem;height:8.875rem;top:4.75rem;left:30.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxLfXOMiJ7xcNLt12g0OBuey5yysHSzd { width:8.125rem;height:8.875rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhirfK88VzDFTxegTIvdoE43vNfoeubK { width:17.1875rem;height:8.5rem;top:2.1875rem;left:30.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oc8xhhTTaMTTdHUM7eEUVSNB6Qr2L6ki { display:block; }#oc8xhhTTaMTTdHUM7eEUVSNB6Qr2L6ki > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTrAiMua9r6J4SZB8w9XSFR5mTAWHKwK { width:29rem;height:16.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zE7artwth3JH6q3TRJgvdRNdcJ64RMct { width:18.75rem;height:0.0625rem;top:12.125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKwBBt2XeWVkc6TZ9KQztycgiifETksn { width:0.625rem;height:4.8125rem;top:12.125rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4CyPCoHGxT6DcfswCyVw7Jm9qcn0uEp { width:17.1875rem;height:1.875rem;top:12.75rem;left:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5lorliHHfkv50kTB4mOCIODvSoMGuVR { width:24.4375rem;height:1.4375rem;top:14.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmsUUXh3wsKuE0WhC0v3Paa2a6fCQI9d { width:0.625rem;height:4.8125rem;top:12.125rem;left:47.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6VdH3HIOOWH13sGAmzIT2w63QmWhIdi { width:26.125rem;height:1.5rem;top:14.5625rem;left:21.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3Dw0MPb0dixxr315gvRFl0LMOewa576 { width:17.1875rem;height:1.875rem;top:12.75rem;left:30.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPDhi6rwGB2emdKOXm6ege0da8iyeL5G { width:18.75rem;height:0.0625rem;top:12.125rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #llwtLiaTN03EZFD2DlKyfaHIEiKpOyfX { width:17.1875rem;height:8.5rem;top:2.1875rem;left:30.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6KO1xdKnLENMu4rqL99BrUsTULdykUG { width:29rem;height:16.875rem;top:0rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLPcMmhlS3Scfn1Isl83VSbq1uTSw1UQ { width:8.125rem;height:8.875rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3uvxmwKrn0RIb31pWytaT9d6Tw77iPg { width:17.1875rem;height:8.5rem;top:2.1875rem;left:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lief3II7iZKoqIHAA3OruosEHvV7R68s { width:8.125rem;height:8.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoR1s7XggVbUlH7fHuIcdLrHNBAcPWy6 { display:block; }#PoR1s7XggVbUlH7fHuIcdLrHNBAcPWy6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qgr98hRirTOh4mE4wsxw8RD3zRmTbFSd { width:29rem;height:16.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RktvIolIQoMOGTsxQSUadmeaQGRlAW1o { width:17.1875rem;height:8.5rem;top:2.1875rem;left:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aD77DeWEv9uTWUwWsOS1ymhhEENHC2lL { width:8.125rem;height:8.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPTqpkg7eyTN569rvaAq1Rg1FRBfWmL4 { width:18.75rem;height:0.0625rem;top:12.125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVyWgX1JPl4zfgGedhmOQm79mr4epbQu { width:0.625rem;height:4.8125rem;top:12.125rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKGKO4GiKcypstQFROod4fpJ1KPoGclh { width:23.9375rem;height:1.9375rem;top:12.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLSOAUTOJ4t5QmZ1gLzRM4oMznVG0OBr { width:26.1875rem;height:1.4375rem;top:14.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yasMa6xdOnvWC10FkeHSkzTdsTrlwEfq { display:block; }#yasMa6xdOnvWC10FkeHSkzTdsTrlwEfq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cz2RXt2h1T0KoafderPRxWlbOiGCpIp4 { width:47.75rem;height:2.75rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGFneRaEnOkHEZszz3f6fyVmh9B7JcRX { display:block; }#WGFneRaEnOkHEZszz3f6fyVmh9B7JcRX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O5UkbtMDR9t9ZKUsgLZW1RHgMTygwWH7 { width:29rem;height:11.75rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBTKKehqeVHavhE1zwvmiizaTTZCwfT0 { width:10.8125rem;height:11.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rmhxb21yTb0JOF0TOxmwByNrDcxprsc0 { width:14.6875rem;height:3.8125rem;top:1.625rem;left:9.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlVE35vLDHL7cCmmsvGxw7OxtPJcXrTu { width:14.0625rem;height:2.75rem;top:6.375rem;left:4.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaLqb2P7JSVsdsnk03mgsG5a2OxXpc7X { width:15rem;height:2.75rem;top:6.375rem;left:32.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5TErTtGctZZuQ4byOizbr3cc5Gb2474 { width:17.1875rem;height:1.875rem;top:1.625rem;left:30.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mv8csZELuc3AQZ0hHdNQtiiLnQpMo0k2 { width:29rem;height:11.75rem;top:0rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyFIyNuuwK7z4Smzl0W9TXUlsTU9ogCi { width:10.75rem;height:11.75rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKu3a3NWDn0HGea0zsamso8T7vaEqoA7 { display:block; }#uKu3a3NWDn0HGea0zsamso8T7vaEqoA7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oU4M9ybmZauF5Q6V9qz8MpO4feN6hlPn { width:29rem;height:11.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJUxg5sxcyF40aiFbNCQCeQ3Jy7THbX8 { width:17.1875rem;height:1.875rem;top:2.0625rem;left:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftKkqP8XkSWZeDXwnOQhriTPPmVHzdOE { width:11.3125rem;height:3rem;top:5.125rem;left:13.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXmlO4aDMtBedRrhKJA5ztlvzBcebLoe { width:13.0625rem;height:3rem;top:5.125rem;left:21.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgV8Qh1nZWrV5lcucfQkTFFlFrKBGPIa { width:17.1875rem;height:1.875rem;top:2.0625rem;left:30.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsMBsecXgbv5ytNiSHo1ZBBZlBqHEyPe { width:29rem;height:11.75rem;top:0rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7BHDNIWcQuLXRqXStle44wEiZ2qXTUS { width:10.6875rem;height:11.6875rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hX39MxezZ25iLvsIkqp3M2MgN2Vu0LF8 { width:10.75rem;height:11.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9RpFDTsZcnp011DdWUQr8pUwwPK5c3G { display:block; }#v9RpFDTsZcnp011DdWUQr8pUwwPK5c3G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W2Ah0AWpy5XQGs3urn23GTS2X73WkVm4 { width:29rem;height:11.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrsbswyIzQHuVUiBFQVPEk4o2HbNzkqV { width:10.75rem;height:11.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dh17PZmPs6caAhSN9gtTe12D2mI0rMHP { width:12.4375rem;height:3.8125rem;top:2rem;left:11.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtkZAewNa0zX7BBqeTWIpC0txsk6eVAo { width:14rem;height:3rem;top:7.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTKiwT0sk1gUph7mZALc4iEKiA3i4EVu { display:block; }#FTKiwT0sk1gUph7mZALc4iEKiA3i4EVu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UO2gSo46gRGTpog6nF2GDC8wZ5PZ1fIa { top:8.6875rem;left:0rem;width:14.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nh4JDIzupxcnr7G6ryPvC3TVSefIymlw { top:8.75rem;left:11.125rem;width:12.75rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfWBpFl9LFwoa8STDug0eD5fAbTc2naI { top:8rem;left:21.125rem;width:14.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXzpCWUQimsnnPI2cRC1GQUTFI9hL4aW { top:8.75rem;left:34.25rem;width:13.5rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfiMwTulGhwbSJepL7SPxnkNktH8sDUV { top:13.75rem;left:0rem;width:13.0625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxwhXySQrPplwqzexFwQNgfgcibQNQaJ { top:13.1875rem;left:9.1875rem;width:14.6875rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RucGAdshuNvfd7UfTmxGnszA7aPPGmBg { top:15.3125rem;left:21.125rem;width:14.6875rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TldEt0ZcIHGPRipUTlwyrwQHCUeeTUpu { top:10.3125rem;left:33.4375rem;width:14.3125rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8JezmLFi2cEuEcyhNDhQPuaamtXwf23 { width:47.75rem;height:2.75rem;top:2.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGA0qpssxllh2odZ2PrfhXXWIrz7UCyS { top:22.4375rem;left:9.1875rem;width:14.6875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbGcsV0g6URmb34X1dkmma95UqtWZ7FA { top:23.6875rem;left:21.125rem;width:14.6875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvbwSPFfRc5fa3UBx8cv0C7FnIusTNak { width:47.75rem;height:2.75rem;top:33.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbQiFFDe7sppnqBUvI2KbGXZSbUVK28S { top:39.0625rem;left:7.3125rem;width:16.5625rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylfiEtdlGlke9LetxImXMoQS6mCbWcbx { display:block; }#ylfiEtdlGlke9LetxImXMoQS6mCbWcbx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h5dQiL8DCNGTiVi8sPZmTW5BlaNATM9A { width:47.75rem;height:;top:5.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZwo7Q33bMdE1dZD1rUUDiusC4gM4z93 { width:15rem;height:3.1875rem;top:13.875rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e95848P6fwS9TTFw5HqfzkPCISCwWKTX { display:block; }
 }@media only screen and (max-width: 763px) { #zLr2PGlEsOh1iRVNkGDyFG16grqrwuvh { display:block; }#zLr2PGlEsOh1iRVNkGDyFG16grqrwuvh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lyc60JJOmhxLrxCzhgPrlnuVzENP8ILa { top:2.0625rem;left:30.5625rem;width:17.1875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yD5VRB4yIw7CPgeIT07Qq3QBoT1bnw8T { top:3.125rem;left:0rem;width:20.9375rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxsIm14868HOgmcteRWhfC2NSSKsHLVe { top:3.1875rem;left:30.5625rem;width:17.1875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOE603Evm4MEhc4HohPus2VnCsSLgMBo { top:5.1875rem;left:33.25rem;width:14.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqkT4FzlXDlgTI5qbRDxEUap6Rh8dDTS { top:4.375rem;left:26rem;width:21.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgLmZlW6ZNC1ESolRqCdEStTWl0JAcrg { display:block; }#JgLmZlW6ZNC1ESolRqCdEStTWl0JAcrg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dSL43FbhE5Er5GmcUbHLRXf4UMpKra7T { width:12.5rem;height:1.25rem;top:1.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lm8Ck4e7Cevzn2XvAGEOOTsimI9XZc67 { width:7.75rem;height:1.25rem;top:1.25rem;left:8.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvp00Q8BxyLspNEZ9xR2xTKCn4eOWlx1 { width:12.5rem;height:1.4375rem;top:3.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAfmmhUmx5yhFkTEW98XhdAKKuJ1Kibe { width:7.1875rem;height:2.875rem;top:3.125rem;left:8.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSdwZmhs92ariUrJ2AyFoK0fCDevdye5 { width:0.0625rem;height:2.625rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #slUwa2TodGPFKK6NJvyHdTStOWCxsCQw { width:0.0625rem;height:2.625rem;top:1.8125rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIU0dWt5LFyOa8V2z2r4GUBipvqeZHCB { width:0.0625rem;height:2.625rem;top:1.8125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbpmwqU52sAvOC2L949MD4pnTKgCkZsg { width:13.1875rem;height:1.625rem;top:2.3125rem;left:19.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFpq5T0rgqbukZrLfkSsBQGkrDpcuOKb { width:4.5rem;height:5.75rem;top:0.5625rem;left:34.187496185302rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQPK8JwsrKoGH4oot6QApcGBNCAmRKvi { width:4.5rem;height:5.75rem;top:0.5625rem;left:39.187496185302rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5m7QJqu0Kp5JaKaddJIDhMnLJrzHfqo { width:4.5rem;height:5.75rem;top:0.5rem;left:43.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnDhIqsfTKvafhfoSMcxIbW1eIdekIsD { width:4.5rem;height:5.75rem;top:0.5rem;left:43.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vinKpdqQytmJfuAoWptwci8wuS1HVxcO { width:0.0625rem;height:23.75rem;top:0.625rem;left:41.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJzeal7b742CM1m7mNcWC3Wwb35UWzQN .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rJzeal7b742CM1m7mNcWC3Wwb35UWzQN .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#rJzeal7b742CM1m7mNcWC3Wwb35UWzQN .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#rJzeal7b742CM1m7mNcWC3Wwb35UWzQN { display:flex;width:18rem;height:5.0625rem;top:0rem;left:27.5rem; }
 }@media only screen and (max-width: 763px) { #rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #VxQDXyHtvb0fuykvPmRkmOAwL5ZdPOrQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #ZaGtR2giTPbVQDQt1hxTsuSTUCbpU0OR {  }
 }@media only screen and (max-width: 763px) { #rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #Q37Du3ZR1pk96yBkqOmNQOupMst9iz06 {  }
 }@media only screen and (max-width: 763px) { #rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #JqeibqyOb6T8fTslXpMtGF7g5vIb5Npx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #EPMn4pQOfWLUoSZsk0RO1S9Bw0wToPBC {  }
 }@media only screen and (max-width: 763px) { #rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #HI5zNhAwlIhB3A3Nr3OGZ9bdifvpqGsX {  }
 }@media only screen and (max-width: 763px) { #rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #RTTU0rmIlfuiJXqpfvoNpgCdVituOJkl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #AwAkcznZD55KefZhufA0zGeUaS8lEa2s {  }
 }@media only screen and (max-width: 763px) { #rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #DCw1oklZqfLUIZ36Pa9Db9Kx5FcJUV29 {  }
 }@media only screen and (max-width: 763px) { #rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #kcaEv5lfBRpOHkQHn89Kwla0hhAvHEV4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #JwnC4IrP08Mfi64gwikHUgIvgiTuDl1c {  }
 }@media only screen and (max-width: 763px) { #rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #llZPwA9HqyQNp1A7HwUWudoHXio4JNqe {  }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fSE8i0Kfo1hKNgWs0Q1XRGfA3M724N2R { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#fSE8i0Kfo1hKNgWs0Q1XRGfA3M724N2R > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xkm7C56vtMpOyCKgBKhGPfiSRSeIiBJi { display:flex;top:1.625rem;left:15.8125rem;width:3.125rem;height:3.125rem;z-index:15015; }
 }@media only screen and (max-width: 763px) { #nkTuS1eihbpKGCtLtP14pkEOuCpTogK8 { top:5.75rem;left:3.9947919845581rem;width:14.875rem;height:8.4375rem;z-index:15017;text-align:right;text-align-last:right;line-height:2.5;color:#575756;font-family:montserrat;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qyOWwQAStJNXT5OWRVhH9UyEiavFgi2I { top:1.5rem;left:0rem;width:13.5rem;height:3.375rem;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Gh0NNqzJULQnlivXSVtOXqq6DldQfuUG { position:relative;z-index:auto;display:block; }#Gh0NNqzJULQnlivXSVtOXqq6DldQfuUG > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GfbSP887rc9zNckzE8rBhtFDSGVU15k2 { position:relative;z-index:auto;display:none; }#GfbSP887rc9zNckzE8rBhtFDSGVU15k2 > .row .container { width:20rem;height:19.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TrzmocsAulxnCyVyPiMNQTZD6dFvuFsn { width:9.625rem;height:3.4375rem;top:7rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrQAZd2lnHCXKUO5iVz88ANgbr4UQDBJ { display:block; }
 }@media only screen and (max-width: 763px) { #NR3NUcC1Qp41BLLcGbVFE7PZcqZG12s7 { width:14.125rem;height:3.4375rem;top:11.1875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMVA8gpeG5BEyi7FTyDKaOhzqQIgNNx5 { display:block; }
 }@media only screen and (max-width: 763px) { #Tr7shcwhU7XhcFz8yvcSySaEoJ1d3P7G { width:18.75rem;height:4.6875rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6vSLuTDTcMCcOAkhMCTuZOtWfqZoUDP { width:15.1875rem;height:3.4375rem;top:14.625rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqfC87dPQU8lPbThB2HuS7P91MyL1ZsQ { display:block; }
 }@media only screen and (max-width: 763px) { #EC1In8gO4hQvtfCFJVxBdOzXTPzGKnms { position:relative;z-index:auto;display:none; }#EC1In8gO4hQvtfCFJVxBdOzXTPzGKnms > .row .container { width:20rem;height:19.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s { background-color:#cccccc;background-image:url("https://images.assets-landingi.com/uc/30ba0d89-2b4c-45c3-95be-ce28e250fd80/tokongresswiatzdrowia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s.adaptive-delivery-prevent-bg, #fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s.lazyload, #fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s.lazyloading { background-image: none; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container { background-color: transparent; background-image: none; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container > .video-iframe-container { display: none; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row > .video-iframe-container { display: none; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .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); }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a78xi6MTx1GxLsKnC0ummnIAdJe8ewGw { width:18.3125rem;height:7.65rem;top:3.25rem;left:0.84375005960463rem;text-align:center;text-align-last:center;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNcwxqG6S7zANeUZWIiHKXmLdkk2icUN { width:14.625rem;height:6rem;top:13.3125rem;left:2.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ySETyNTcDaJCTa8NPswO0SsvgqU6xa7k { width:15rem;height:3.1875rem;top:22.875rem;left:2.5000000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #i3mkDzJehTeDGNpTALd0q31CRtySUILJ { display:block; }
 }@media only screen and (max-width: 763px) { #iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh { display:block; }#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh > .row .container { width:20rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rTUkao1MK7Srnad3ysohprNQIsEaiReC { width:19.625rem;height:18rem;top:1.6687507629394rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa { display:block; }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa > .row .container { width:20rem;height:64.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PPob8uIdnPWDGzutFxSe8inPDMEa1wUT { width:2.5rem;height:4.25rem;top:1.1875rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNTTfJcJukZBOdyLuFs2CfUaE9MoWBqw { width:12.5rem;height:2.6rem;top:7rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bGVdb7uaBxzGmhkeCCg4rzvVm2K0Ax9g { width:16.625rem;height:6rem;top:10.4375rem;left:1.09375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #kE64DXlpeFNMJTJmIJ7fE5WIw4tH2Uxu { width:3.0625rem;height:3.4375rem;top:1.5625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcSJlXhvrNwfBmLRDOiOxpEi5ShCgNH0 { width:16.375rem;height:6rem;top:26.125rem;left:1.25rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TyapZ13KfCAiTLqV4NMT4rhKHx1lZGCp { width:12.5rem;height:2.6rem;top:22.8125rem;left:3.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CwtkCvVmLOm445A7oCTunf0SO4ZxZ4DT { width:2.5rem;height:4.25rem;top:17.3125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJ1V45rPIVXQ9Nb07uf70Z68q4zU7uHp { width:12.5rem;height:1.3rem;top:38.9375rem;left:3.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nqEvW2nP79Im7RcCzsRgiadLoLOEfTi6 { width:2.5rem;height:4.25rem;top:33.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7R9SDmTUlHhMANbprfCHSkyMpJTLyNX { width:17.0625rem;height:4.5rem;top:41.25rem;left:1.46875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ckHpPOseVHnu6k0UoeUiaKRhST2UFu0r { width:15.4375rem;height:4.5rem;top:57.0625rem;left:2.65625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #yH3JaShEdznD8rpaDNaVcgZUaotK5bbi { width:12.5rem;height:2.6rem;top:53.3125rem;left:4.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t3m4cgQeTWL7O15SiMyav2Fvyt8b5Hcs { width:2.5rem;height:4.25rem;top:47.4375rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6zZTLwdxM7y19tD8Q9y1S6hCOZg8WHR { width:3.625rem;height:3.4375rem;top:47.875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5PPmnFwSAXDWV2AwBFCTTd9MoiZOg4B { width:3.8125rem;height:2.4375rem;top:18.1875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #amgekvBebXXnPdLp8cQ6mrh9ryPh5v4q { width:3.125rem;height:3.125rem;top:34.3125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 { background-color:#f5f5f5;background-image:none;display:block; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row .container { background-color: transparent; background-image: none; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row .container > .video-iframe-container { display: none; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row > .video-iframe-container { display: none; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .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); }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row .container { width:20rem;height:58.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iNk9yyVNeVNPThlJwpTfhcA6BcGxPIBS { width:16.5rem;height:4.05rem;top:1.3125rem;left:1.75rem;text-align:center;text-align-last:center;line-height:1.2;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqPHuW1fyh5pCQ0gZr2i2wBmX77JHelZ { width:15.625rem;height:0.0625rem;top:6.8125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vm7dUU9oOGbLlBgNgKfNJBP1OAhA0Poz { width:4.25rem;height:0.1875rem;top:6.75rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrRzIvILm3Q589I4nV8CkTXoeiXEJUNR { width:18.125rem;height:11.25rem;top:9.25rem;left:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #BL3uXlGD38Dni8FDl0D6Xx6Okxk6EJ5y { width:17.1875rem;height:34.7375rem;top:21.75rem;left:1.75rem;text-align:left;text-align-last:left;line-height:2.6;display:block; }#BL3uXlGD38Dni8FDl0D6Xx6Okxk6EJ5y li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_faada34dc1d437f9dc2bf7c883178d9e.svg); }
 }@media only screen and (max-width: 763px) { #CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q { display:block; }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xxs6tLTU1pib9yPfT1RsD9bRclQU9voa { width:20rem;height:2.19375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8Cw7pPBVkDWpVBVm3wfZi1BFDqTAacO { display:block; }#L8Cw7pPBVkDWpVBVm3wfZi1BFDqTAacO > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gNJpSk0kInrsnc3UqPZxVb0vc0rSPOcJ { width:16.1875rem;height:1.3rem;top:1.25rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oG7ZLJAKTtOBINAJaiEfKE6b9yLOFLN1 { display:block; }#oG7ZLJAKTtOBINAJaiEfKE6b9yLOFLN1 > .row .container { width:20rem;height:42.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsT1S6vbgPx2dWxPlRIlDTeXZP2O9QDQ { width:20rem;height:13.125rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGQElTkvKyCs6P384X5Nx4a9kuLxoO6i { width:16.1875rem;height:1.3rem;top:3.0625rem;left:1.90625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ww6BkX4tSqerdVIvKaV4qCrLAM1oI2Rb { width:16.25rem;height:0.0625rem;top:6.4374980926512rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlpN46ZudytHswwrw5IZuGnnsy2DFlIR { width:0.625rem;height:5rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTvZDKK19TyA23l347v7v8SPONCL6kKR { width:0.625rem;height:8.125rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zouyywlb8fZ0RVTHqLqyawbLB582VBQp { width:16.5rem;height:1.6875rem;top:8.3124980926512rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoPoFB7dbq3eqOfaxkBHxbEt2Zr4iKd2 { width:16.5rem;height:3.375rem;top:15.999998092651rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRBncePrseAVNSODcJkAlf3KMtgVpJmq { width:3.25rem;height:3.25rem;top:1.875rem;left:8.3749998211863rem;display:none; }
 }@media only screen and (max-width: 763px) { #t61mXxWxBiFbTBE9aZgG6MsXXRRrTXAT { width:16.25rem;height:0.0625rem;top:11.624998092651rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcpGrbXv7hU2Teh3lceH7d27PF6VxkQG { width:0.0625rem;height:16.25rem;top:3.8125rem;left:9.9374998211863rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #xL6Ok5xyHTK18MGwenW9oByQxoyNaFMi { width:1.8125rem;height:1.8125rem;top:2.625rem;left:9.0624998211863rem;display:none; }
 }@media only screen and (max-width: 763px) { #UlViv45erEMwtbK7GufbvtREZ2pxcPVp { width:9.625rem;height:10.31875rem;top:4.8124980926514rem;left:5.1875rem;text-align:center;text-align-last:center;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #nbnsewkqeIW805qELoReMZV8iS21Ta11 { width:17.5rem;height:20.125rem;top:20.811456680298rem;left:1.25rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }#nbnsewkqeIW805qELoReMZV8iS21Ta11 li:before{  }
 }@media only screen and (max-width: 763px) { #m22P9csU4tAvNyGlqzPIFbZvPUkcKJnM { width:0.0625rem;height:16.25rem;top:51.625rem;left:9.9375rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #Et5k5DcfRuRypd5kEH9X3gbtkflEwQVx { display:block; }#Et5k5DcfRuRypd5kEH9X3gbtkflEwQVx > .row .container { width:20rem;height:49.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PrgwRLqXW2bmXlnEAmJLmm9Mk2ypBRGL { width:20rem;height:13.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQaXqXxdUA6EnM8kOZFzwpXcJq0k1gIl { width:16.1875rem;height:1.3rem;top:1.625rem;left:1.90625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #skcnOL3Wt7urO8n8vkCBzTnvbAQQzhMD { width:16.25rem;height:0.0625rem;top:5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMJzqZlHTda6wUonstv0PwhvNZfX8ZMK { width:0.625rem;height:5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTZftFgTSNyGku2t48NfT5ikueQsZKUJ { width:0.625rem;height:8.125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcQQpwRxNqnyJwzi2T7BgdAazllA0DrN { width:16.5rem;height:1.6875rem;top:6.875rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyU3KPw6TbidfzSWHQwvccA1X0TyOncO { width:16.5rem;height:3.375rem;top:14.5625rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpLMsiG9kSwhwSvrKm67BEFTZa5herIr { width:3.25rem;height:3.25rem;top:1.875rem;left:8.3749998211863rem;display:none; }
 }@media only screen and (max-width: 763px) { #rmhBTezN4DvF6VBlDyv3U2XlF1k767LM { width:16.25rem;height:0.0625rem;top:10.1875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbfKkKTPabNNdcUmzeTrXazlmuh3L7Tf { width:0.0625rem;height:16.25rem;top:3.8125rem;left:9.9374998211863rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #Jy2VnUbI1c54PJD3iKTekTIC2JFzdv9O { width:1.8125rem;height:1.8125rem;top:2.625rem;left:9.0624998211863rem;display:none; }
 }@media only screen and (max-width: 763px) { #tGiOCLuiBK9XeK7e00dQNXXtw7kdxOR6 { width:9.625rem;height:10.31875rem;top:3.375rem;left:5.1875rem;text-align:center;text-align-last:center;z-index:15019;font-size:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5MrZA7sGGCFws8FRMy7gGp9cFSR8uFy { width:17.5rem;height:25.8125rem;top:19.498958587646rem;left:1.90625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }#o5MrZA7sGGCFws8FRMy7gGp9cFSR8uFy li:before{  }
 }@media only screen and (max-width: 763px) { #lf4NcopKTPKeZheX2Tni1pHbDJy1WoaA { width:0.0625rem;height:16.25rem;top:5.6875rem;left:9.9375rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #tJx9DrIULVLstTIpprklRPcTDvQGycxF { display:block; }#tJx9DrIULVLstTIpprklRPcTDvQGycxF > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S88ouF9F5JnGws7xCKTsrqK6wVUoFBhf { width:20rem;height:13.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNJaTPVKfgKd63NJ9HBxMmesBkBdWNUF { width:16.1875rem;height:1.3rem;top:1.625rem;left:1.90625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G8HcZ9rGGH6uJ6ltlAmMQtw1LozIb2K5 { width:16.25rem;height:0.0625rem;top:5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS9mLBShLAg0lgzkfFpMKI66DRmfqPnl { width:0.625rem;height:5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1iqc6FxwhASDXZwAyb3Si6fO67cGT3T { width:0.625rem;height:8.125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmWanZT28o5tVwByl6EqhSuuT1pPIAeT { width:16.5rem;height:1.6875rem;top:6.875rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAiLOHcUcaeRIdaGOPzIp5x5k7e6u3og { width:16.5rem;height:5.0625rem;top:14.5625rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZPNnzkQcWTbUqHqrQbMTfOyRhl1Xhg6 { width:3.25rem;height:3.25rem;top:1.875rem;left:8.3749998211863rem;display:none; }
 }@media only screen and (max-width: 763px) { #gviCzvgJ3oR4rEu1gqadTfXcF70wHduS { width:16.25rem;height:0.0625rem;top:10.1875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqiOWrZEkurqUApXqhV8EqCBwQg1bvpQ { width:0.0625rem;height:16.25rem;top:3.8125rem;left:9.9374998211863rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #iuT5J90D9ZMUTU2u7g4UOfUMtBZsri6N { width:1.8125rem;height:1.8125rem;top:2.5625rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ucpGfx8JPvd8J7WB4hrpQPbhcEF7XIVx { width:9.625rem;height:10.31875rem;top:3.375rem;left:5.1875rem;text-align:center;text-align-last:center;z-index:15019;font-size:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTQiHddZtCtJTnwKFmEIXD9WdcA2dIUQ { width:17.5rem;height:10.8125rem;top:19.375rem;left:1.90625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }#nTQiHddZtCtJTnwKFmEIXD9WdcA2dIUQ li:before{  }
 }@media only screen and (max-width: 763px) { #v4HRc6l9Z3XWn0uMmVhga5d3U0bQ9Xuw { width:0.0625rem;height:16.25rem;top:46.3125rem;left:9.9375rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #nr9vEmcU8RxZZvdlPlhIuidmT7dBDzsw { display:block; }#nr9vEmcU8RxZZvdlPlhIuidmT7dBDzsw > .row .container { width:20rem;height:52.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cmDEepBuPPHhkWDUTxBQEDoVIFiCzNRT { width:20rem;height:13.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctdf7Z4g7moiWnI0uMd41N9vd0JGKq9I { width:16.1875rem;height:1.3rem;top:1.625rem;left:1.90625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TCP49KO3KAxTfoh39EzEIIQtG7VoFPMl { width:16.25rem;height:0.0625rem;top:5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgJJvAAgxiSfQvzOESKtCihbhpI8vlyb { width:0.625rem;height:5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeMEsxHmdLVnZsGrwBhTzccF6AqbZtdN { width:0.625rem;height:8.125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra3FVpu5s9CuGTfntscPCWovZN6n9MJi { width:16.5rem;height:1.6875rem;top:6.875rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgzFS8x342QyqnE2RIv2XWwJ1B70xUi9 { width:16.5rem;height:5.0625rem;top:14.5625rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KR00tfVfoe4DDoM0NDbJIGAZUdbeMwDK { width:3.25rem;height:3.25rem;top:1.875rem;left:8.3749998211863rem;display:none; }
 }@media only screen and (max-width: 763px) { #vt5SR8yIlePnfqfDVV4TTHgFnORVrvu6 { width:16.25rem;height:0.0625rem;top:10.1875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VubrmPLePZL76ZR0yksnuxXhXMwxhtgD { width:0.0625rem;height:16.25rem;top:3.8125rem;left:9.9374998211863rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #w4ZT94p31NocDDdf5kp2R0BfoF4AmoG0 { width:1.8125rem;height:1.8125rem;top:2.5625rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kbfDwawCPSD62u7cu4Dx73cUGNMkqzox { width:3.25rem;height:3.25rem;top:47.625rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bDvAyHUk4JmPEqStX6ptgrDvafTEL57W { width:0.0625rem;height:1.25rem;top:44.875rem;left:9.9374998211863rem;display:none; }
 }@media only screen and (max-width: 763px) { #rn3pbifCfP0SRHvNK6lXThaM09zfH0Jk { width:9.625rem;height:10.31875rem;top:3.375rem;left:5.1875rem;text-align:center;text-align-last:center;z-index:15019;font-size:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAQ0ronVHyhwyE3VGOmkwzAg6yiMNTay { width:1.6875rem;height:1.875rem;top:48.25rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RnnT0OuPVrMGHs0F2fvUyyVbvNPUF1yw { width:17.5rem;height:24.3125rem;top:21.1875rem;left:1.90625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }#RnnT0OuPVrMGHs0F2fvUyyVbvNPUF1yw li:before{  }
 }@media only screen and (max-width: 763px) { #fapUe5tq675pairNu48FA9JG7euG3u8g { width:0.0625rem;height:16.25rem;top:52.125rem;left:9.9375rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #O8iCTQZqu00i7mHECDq2JULMv7SPHGK6 { width:20rem;height:5.625rem;top:44.4375rem;left:0rem;text-align:left;text-align-last:left;line-height:1.5;font-size:1.25rem;display:block; }#O8iCTQZqu00i7mHECDq2JULMv7SPHGK6 li:before{  }
 }@media only screen and (max-width: 763px) { #kAyEhPfB5nSg9uT8WHUopQ2s1yOx2O3w { display:block; }#kAyEhPfB5nSg9uT8WHUopQ2s1yOx2O3w > .row .container { width:20rem;height:49.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CDsJyV31axoSALV96yJM8GyMdHCfNL7d { width:20rem;height:13.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnck78aXBSPU1ED5pEZkzqFGlIz1NTTb { width:16.1875rem;height:1.3rem;top:1.625rem;left:1.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VoOnSUQRwalnOlPmfaTkUZwtyA4ELrkn { width:16.25rem;height:0.0625rem;top:5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfuqkR1I1iOuUOJmVPTW1ZZifdQ6oTtc { width:0.625rem;height:5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqKJAZT7zKQuBMvo2rXvg3gXNWFiJk6g { width:0.625rem;height:8.125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcScxGNCoZQkTBeps2zTT9cNRcwRzoGK { width:16.5rem;height:1.6875rem;top:6.875rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiemUisUMsaJIb2VfA14tU9PIafNlRBX { width:16.5rem;height:3.375rem;top:14.5625rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsTcTBWFf7p5ZACD0o6ozge25CiLTHiD { width:3.25rem;height:3.25rem;top:1.875rem;left:8.3749998211863rem;display:none; }
 }@media only screen and (max-width: 763px) { #am2Z5Ghit8s9AQpdrOpxxtQHAzFDT0CE { width:16.25rem;height:0.0625rem;top:10.1875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #neOkpoLRBoorqUB7DJXG3zW8OimH2xcq { width:0.0625rem;height:16.25rem;top:3.8125rem;left:9.9374998211863rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #AehZgf2y2l6mPn8KKRCThrgP0zgnBVMN { width:1.8125rem;height:1.8125rem;top:2.5625rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SFWRkCH8yAkW16fyoID9F7PodRpaz4pQ { width:9.625rem;height:10.31875rem;top:3.375rem;left:5.1875rem;text-align:center;text-align-last:center;z-index:15019;font-size:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkhPTZTNZxTTOG07olh54TwbgB94PHGL { width:17.5rem;height:27.625rem;top:19.5625rem;left:1.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }#TkhPTZTNZxTTOG07olh54TwbgB94PHGL li:before{  }
 }@media only screen and (max-width: 763px) { #WMsf3JtflEurTw1ACCFoAbff8tew9rTB { width:0.0625rem;height:16.25rem;top:47.5rem;left:9.9375rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #AlywSlh9K6QCVPwewg6T0oVSJcgG7ct2 { display:block; }#AlywSlh9K6QCVPwewg6T0oVSJcgG7ct2 > .row .container { width:20rem;height:44.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bzfTQhU60JV3dOK2vz87vugC6lJwE3Gk { width:20rem;height:13.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lknZH3Q021Z4zBwFDN7waFXczo5UQlas { width:16.1875rem;height:1.3rem;top:1.625rem;left:1.90625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q8hLthaQ36mkfhNo344WkD4fEJF2sOqe { width:16.25rem;height:0.0625rem;top:5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5CJ6EVRSSB3MHXitu1Q8tLcfJzfRS9R { width:0.625rem;height:5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyPmP5nTNXpzKTWZnS3BBL0Fo0cKWn0M { width:0.625rem;height:8.125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXltxQDBXXtbyqH7Vc5AKBEHQCX5O64X { width:16.5rem;height:1.6875rem;top:6.875rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DihBB3wlZ3kfPLqJMmTnxtK3tyrA6vOf { width:16.5rem;height:5.0625rem;top:14.5625rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7KeDLqN6TK36Ns9nzJ9hNQGeGcxTv8V { width:3.25rem;height:3.25rem;top:1.875rem;left:8.3749998211863rem;display:none; }
 }@media only screen and (max-width: 763px) { #tteNa1hWE9VvX0fJ506tUkmclHgcRWat { width:16.25rem;height:0.0625rem;top:10.1875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #awEPhUPB83baqsrkNbpgUFhbVdCMpeKC { width:0.0625rem;height:16.25rem;top:3.8125rem;left:9.9374998211863rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #AchHRNMgmIEXy75XSmv1vKVqTyV5CZ0Q { width:1.8125rem;height:1.8125rem;top:2.5625rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #p8JM5snxznb7I7Rft0f4m8rZL2awXN1g { width:9.625rem;height:10.31875rem;top:3.375rem;left:5.1875rem;text-align:center;text-align-last:center;z-index:15019;font-size:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKzU5fecIgVLW6WBFdf6HSWcgdiQSDx6 { width:17.5rem;height:21.625rem;top:21.125rem;left:1.25rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }#zKzU5fecIgVLW6WBFdf6HSWcgdiQSDx6 li:before{  }
 }@media only screen and (max-width: 763px) { #PBJGwa6BVhb1M3FOGeXTKHmp5bmoIqD3 { width:0.0625rem;height:16.25rem;top:47.5rem;left:9.9375rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #WVk83UVkhfXq6EasLmJOv5aQDu0vNy6n { display:block; }#WVk83UVkhfXq6EasLmJOv5aQDu0vNy6n > .row .container { width:20rem;height:42rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BiXuttGKIix6tTTTXKVBqGPwsqHWIXZS { width:20rem;height:13.125rem;top:0rem;left:-0.010416984558106rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #WPTAp2tTad2yulFRFX8fcVvwhrnnXeZM { width:16.1875rem;height:1.3rem;top:1.8760375976562rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ETNJBZTKTTNDvUnhGcwyCN8ZNb37Fiob { width:16.25rem;height:0.0625rem;top:23.875000476837rem;left:1.3750000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #H3ubut2ZAG4LqhBc4V7IH0w4NGRr2DfR { width:0.625rem;height:5rem;top:0rem;left:-0.010416984558106rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJwp3PtD9ZnrTe8KtW8fM7cHx37k4nnG { width:0.625rem;height:8.125rem;top:5rem;left:-0.010416984558106rem;display:block; }
 }@media only screen and (max-width: 763px) { #qP7oKI0mqQRn3X5PccPHoCUFEwWu5Oxi { width:16.5rem;height:1.6875rem;top:7.1541595458988rem;left:1.7489585876465rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmWoe9gHTcUWqEtn9i1LNeu9DSzNTyIM { width:16.5rem;height:1.6875rem;top:14.625rem;left:2.3093748092651rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocNaU2KxO60VwtgcvlaUQ1wVfHp2ToHy { width:3.25rem;height:3.25rem;top:1.25rem;left:8.3116322159769rem;display:none; }
 }@media only screen and (max-width: 763px) { #v5K7naPO7IcULZ2Pwc6tvcf16aBT98ck { width:16.25rem;height:0.125rem;top:4.8125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oB2iTh6V45sTtXNT9fm2v3iMviczSuq2 { width:0.0625rem;height:26.5625rem;top:71rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LHVNGTCrt5nuPgTdTWzng56vAGMR6XdN { width:1.875rem;height:1.8125rem;top:1.9368438720703rem;left:9.0625000596044rem;display:none; }
 }@media only screen and (max-width: 763px) { #xHcSCW0Nco4qyMt0K0y5HwDvg8mt7AgX { width:9.5rem;height:10.31875rem;top:3.4364471435547rem;left:5.0604162216186rem;text-align:center;text-align-last:center;font-size:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vx4KnbAiTZNbnCkzw4li2cp2t10ltxqV { width:20rem;height:17.125rem;top:17.811447143555rem;left:0rem;text-align:left;text-align-last:left;line-height:1.5;font-size:1rem;display:block; }#Vx4KnbAiTZNbnCkzw4li2cp2t10ltxqV li:before{  }
 }@media only screen and (max-width: 763px) { #JgUZNheNyp3QnVlvh7iNxpz6Wfv4lT4f { width:4.375rem;height:0.0625rem;top:22.1875rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ne7CyfqeomFFF0DnRhokVOd5ecJ0fTkc { width:3.25rem;height:3.25rem;top:42.872924804688rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #h55blfSApto4Zbm8L3Pd8yoESU1Dt7e7 { width:1.6875rem;height:1.875rem;top:43.435424804688rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #uTk0HyXCp8nZTnKsmd7PxL0agwo0mX1F { width:20rem;height:5.625rem;top:34.123958587646rem;left:0rem;text-align:left;text-align-last:left;line-height:1.5;font-size:1.25rem;display:block; }#uTk0HyXCp8nZTnKsmd7PxL0agwo0mX1F li:before{  }
 }@media only screen and (max-width: 763px) { #Ch02o7dVmitw1eGiuvf7FedGTCPSdzGW { display:block; }#Ch02o7dVmitw1eGiuvf7FedGTCPSdzGW > .row .container { width:20rem;height:38.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzFJNNGGEhJa5PmWUUPNwK0dhmQtciq5 { width:20rem;height:13.125rem;top:0rem;left:-0.010416984558106rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #pBdKf7bAG0GDbSuMv1fKilNc3iqlRBMw { width:16.1875rem;height:1.3rem;top:1.8760414123535rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cu66lUsV0xATBdX7KW5qJTJQMuHOX9wA { width:16.25rem;height:0.0625rem;top:23.875000476837rem;left:1.3750000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #kNn1Tt3sK0P4tzmVw5CdJ3ZFWQF6E3y6 { width:0.625rem;height:5rem;top:0rem;left:-0.010416984558106rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ub7Npx5u9zX9QdFBXtSWQiV1i94hHB6b { width:0.625rem;height:8.125rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kcrz8xlHZPsWGaATeu18KdplP7bnXxGq { width:16.5rem;height:1.6875rem;top:7.1541671752931rem;left:1.7489585876465rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5n6BX6guZXWS5qr31D4kGCF0dD8PNTL { width:16.5rem;height:3.375rem;top:14.625rem;left:2.3093748092651rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1cXPmM6rM2EtZCniSmTrTry8LnrLGH3 { width:3.25rem;height:3.25rem;top:1.25rem;left:8.3116322159769rem;display:none; }
 }@media only screen and (max-width: 763px) { #HQfq4HOtzlLWUH4VI07PX1AxH392C4Cr { width:16.25rem;height:0.125rem;top:4.8125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MN2uTwXUctVSaNQRTyGcAcWqWeQEKrse { width:0.0625rem;height:26.5625rem;top:71rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fXuUN1rh9Vc38LaV7nM61hTgHJ3ixynu { width:1.875rem;height:1.8125rem;top:1.9368438720703rem;left:9.0625000596044rem;display:none; }
 }@media only screen and (max-width: 763px) { #zTrTaTuCDwT0wfTN8nrgxw83TCEqZHIl { width:9.5rem;height:10.31875rem;top:3.9031257629394rem;left:4.0604162216186rem;text-align:center;text-align-last:center;font-size:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTEM3S7KTPKdhEVstq4oUIMkSsuS2iJT { width:1.375rem;height:1.0625rem;top:40.8125rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oF8LVMJwktvWlmSP1coA49TyiAcevCGh { width:20rem;height:18.625rem;top:20rem;left:0rem;text-align:left;text-align-last:left;line-height:1.5;font-size:1rem;display:block; }#oF8LVMJwktvWlmSP1coA49TyiAcevCGh li:before{  }
 }@media only screen and (max-width: 763px) { #c02gXamuxEXwlDa3qQeJ0rTJ89byxC7Q { display:block; }#c02gXamuxEXwlDa3qQeJ0rTJ89byxC7Q > .row .container { width:20rem;height:34.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HRkNwI51us7uISZnLtQoevUlnxv2O8SL { width:20rem;height:13.125rem;top:0rem;left:-0.010416984558106rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #p3cnDetK5kJJezTwtoFyql1CXzceJzVW { width:16.1875rem;height:1.3rem;top:2.1989593505859rem;left:1.7489585876465rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BQpBORNmFJcEA2nws5F1m2nNtsTT8aC3 { width:16.25rem;height:0.0625rem;top:23.875000476837rem;left:1.3750000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #l3a5p1i9bhb0ywmTaJwahs30UJ32GgUz { width:0.625rem;height:5rem;top:0rem;left:-0.010416984558106rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlZkNMG3Wt9PbuiELkp6FTpnsIU0US6T { width:0.625rem;height:8.125rem;top:4.9364585876465rem;left:-0.010416984558106rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcL9SJlInCIILQTBrBxGn9uqnc3cCAlB { width:16.5rem;height:1.6875rem;top:7.1541671752931rem;left:1.7489585876465rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJwqK74zwZC66PH3T9nQlf1FLAZlSumd { width:16.5rem;height:3.375rem;top:14.625rem;left:2.3093748092651rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vW1tuLPdMHEOkOO0FltqQfKeB01HTuyJ { width:3.25rem;height:3.25rem;top:1.25rem;left:8.3116322159769rem;display:none; }
 }@media only screen and (max-width: 763px) { #nm4nEUJUFhEgzIue5cGn2Q1xJGavWG4z { width:16.25rem;height:0.125rem;top:4.8125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdcaLVq9NABMT6Kexm06I081IXkilubu { width:0.0625rem;height:26.5625rem;top:71rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XVTbwLITdz8uA9TEs2f3vwp6BLutVQ0k { width:1.875rem;height:1.8125rem;top:1.9368438720703rem;left:9.0625000596044rem;display:none; }
 }@media only screen and (max-width: 763px) { #VnyqP3qTpw6PA1VcIzTb0FzS6JaW0CLb { width:3.25rem;height:3.25rem;top:39.75rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #f2hW2wlUxbPTdPCZpfO8Q1Av5q0wu2O0 { width:9.5rem;height:10.31875rem;top:3.4364585876465rem;left:5.0604162216186rem;text-align:center;text-align-last:center;font-size:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xa9GUIGNh0c3BXp3SSW7trs981W3ZTC0 { width:1.375rem;height:1.0625rem;top:40.8125rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #seGiUzLduHCs91QgvZVVskSSOOrxDKWE { width:20rem;height:9rem;top:19.561458587646rem;left:0rem;text-align:left;text-align-last:left;line-height:1.5;font-size:1rem;display:block; }#seGiUzLduHCs91QgvZVVskSSOOrxDKWE li:before{  }
 }@media only screen and (max-width: 763px) { #waeR25Aa23GVhhFTvNr4JgTXSvmduRgD { width:4.375rem;height:0.0625rem;top:17.5rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #g487LWNvcsvKAO5msoiMyJ0fLfwSsThT { width:20rem;height:3.75rem;top:28.561458587646rem;left:0rem;text-align:left;text-align-last:left;line-height:1.5;font-size:1.25rem;display:block; }#g487LWNvcsvKAO5msoiMyJ0fLfwSsThT li:before{  }
 }@media only screen and (max-width: 763px) { #g0vdMwgSM5XBQZLqGb6bKFewS3J9R73P { display:block; }#g0vdMwgSM5XBQZLqGb6bKFewS3J9R73P > .row .container { width:20rem;height:38.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o1CffBSrUyh0p7TTFsaAbkV3rHt3evtJ { width:20rem;height:13.125rem;top:0rem;left:-0.010416984558106rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #aqvpKKT8lvm1I72vRpQkff1S0AdsUfls { width:16.1875rem;height:1.3rem;top:1.8760375976562rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Uyh6bvacQsLDXN1cB1kzrTBArdqAdz1s { width:16.25rem;height:0.0625rem;top:23.875000476837rem;left:1.3750000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #dvPVakOPOuPh8WJBBL1QtiEqTTM4y1v9 { width:0.625rem;height:5rem;top:0rem;left:-0.010416984558106rem;display:block; }
 }@media only screen and (max-width: 763px) { #lF5Hv08uJd6ggPMrVlRnZW5GRrTr2Ni5 { width:0.625rem;height:8.125rem;top:5rem;left:-0.010416984558106rem;display:block; }
 }@media only screen and (max-width: 763px) { #WccnwRgbHcbJyuGDEO2LRahxkg2HxMAD { width:16.5rem;height:1.6875rem;top:7.1541595458988rem;left:1.7489585876465rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehaVKSTLVst3ullB5lLKz02TcGe3W170 { width:16.5rem;height:1.6875rem;top:14.625rem;left:2.3093748092651rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGw9lyevdK0lTodoTZPm0WCokUzypAz5 { width:3.25rem;height:3.25rem;top:1.25rem;left:8.3116322159769rem;display:none; }
 }@media only screen and (max-width: 763px) { #tE1buy1OEeu6734m3lDQ1Z9o5dXOszo1 { width:16.25rem;height:0.125rem;top:4.8125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OI1vw9L5XOxWt99UoIpbcWl6rMWeB4TA { width:0.0625rem;height:26.5625rem;top:71rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zqMxB7nsffzJntNiTcFITB9QifU8LGgq { width:1.875rem;height:1.8125rem;top:1.9368438720703rem;left:9.0625000596044rem;display:none; }
 }@media only screen and (max-width: 763px) { #kTR160EiMUnDUnV9sS6DfeaahHGwWyFh { width:3.25rem;height:3.25rem;top:39.75rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ba0mf34VaWJTvfISWVkptusHtpCyNIMQ { width:9.5rem;height:10.31875rem;top:3.4364471435547rem;left:5.0604162216186rem;text-align:center;text-align-last:center;font-size:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6zJHpxgctskaVXyU82RHC1HbycT4UL0 { width:1.375rem;height:1.0625rem;top:40.8125rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oF7Dtc5hIpFoWnqnZTJT0WFMRnszBFxb { width:15rem;height:3.1875rem;top:31.372917175293rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dz8i1WuE3rTBCKxGAEn3MUIEbNaPfoea { display:block; }
 }@media only screen and (max-width: 763px) { #sPDk6mLW2Gf1sFOsfZrypNWJOtivSUcG { width:20rem;height:18.9375rem;top:18.436458587646rem;left:0rem;text-align:left;text-align-last:left;line-height:1.5;font-size:1rem;display:block; }#sPDk6mLW2Gf1sFOsfZrypNWJOtivSUcG li:before{  }
 }@media only screen and (max-width: 763px) { #v8FuKy1F1iqAUJMA3fI7QaS1dylAECUi { width:4.375rem;height:0.0625rem;top:24.5rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #u6on9bivdTsdewtrL6uPwMD2Q9QCI8U1 { display:block; }#u6on9bivdTsdewtrL6uPwMD2Q9QCI8U1 > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F1rPys4g9lkEm2Zc3UHfbL85x8CuqQNZ { width:16.1875rem;height:1.3rem;top:1.25rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C86ROSL3Tfx14bdP8SdonpHKh2lTwKRz { display:block; }#C86ROSL3Tfx14bdP8SdonpHKh2lTwKRz > .row .container { width:20rem;height:23.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FuDdE7Ti2rwdRTTDX1nx6OVIetIm1A62 { width:20rem;height:13.125rem;top:0rem;left:-0.010416984558106rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #VX67z139w0N3QO9APUDXqSxaibXP8rsC { width:16.1875rem;height:1.3rem;top:2.1989593505859rem;left:1.7489585876465rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #InDFQ3v7I76nAwHTt0E1wQdwDcPZLRCv { width:16.25rem;height:0.0625rem;top:23.875000476837rem;left:1.3750000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #O41Lygt21f1X35kqWiFXv3M9diNxXbih { width:0.625rem;height:5rem;top:0rem;left:-0.010416984558106rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsfTJ84MbOwp2XEnWBoKtNPZgoXiGd2l { width:0.625rem;height:8.125rem;top:4.9364585876465rem;left:-0.010416984558106rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRxAqO2SGWQZzdxrB6F4ZvFXZT0h4TfF { width:16.5rem;height:1.6875rem;top:7.1541671752931rem;left:1.7489585876465rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZbFtCMdXrPn3DcLSa8zlp9XuwAxPQ7s { width:16.25rem;height:0.125rem;top:4.8125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVSFuyEfTaN0Wb6iq63Ptxlmv0Ex3J94 { width:0.0625rem;height:26.5625rem;top:71rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KQEuLu6pf0oTU1rlmNhOkCqPuvZpgaOK { width:3.25rem;height:3.25rem;top:39.75rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dOeDb358BPdIr0ZmbitplvVOtsU5nafG { width:9.5rem;height:10.31875rem;top:3.4364585876465rem;left:5.0604162216186rem;text-align:center;text-align-last:center;font-size:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFXwlDqm9Arq9x1aoANCnIKdFhh2i2D8 { width:1.375rem;height:1.0625rem;top:40.8125rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pyr3uryyfDhoTqe1GPHpJ9nvxJFW7BNB { width:20rem;height:3rem;top:17.40625rem;left:0rem;text-align:left;text-align-last:left;line-height:1.5;font-size:1rem;display:block; }#Pyr3uryyfDhoTqe1GPHpJ9nvxJFW7BNB li:before{  }
 }@media only screen and (max-width: 763px) { #Z48Ptca0TWX9JfzmLJWWdWwV9tOBBerI { width:4.375rem;height:0.0625rem;top:10.3125rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T80kZ6oTyfpsMFeB3UDbKNy8z0sig5PO { width:1.6875rem;height:1.875rem;top:4.0625rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lwaGapy3kyUVEDNkTOa3RPHb4vu7gFt6 { width:3.25rem;height:3.25rem;top:3.3125rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AqwBAu1fvXtu4hRpMCNaQyI0KFa17Tcx { width:4.375rem;height:0.0625rem;top:5rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qOqcK3NJhCNvDmkXKKN7RlkR0H5L59XH { width:20rem;height:3.75rem;top:13.65625rem;left:0rem;text-align:left;text-align-last:left;line-height:1.5;font-size:1.25rem;display:block; }#qOqcK3NJhCNvDmkXKKN7RlkR0H5L59XH li:before{  }
 }@media only screen and (max-width: 763px) { #BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/58c68ee1-2280-4fb8-b3a1-058949fba342/v2sekcja8_bg1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp.adaptive-delivery-prevent-bg, #BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp.lazyload, #BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp.lazyloading { background-image: none; }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp > .row .container { background-color: transparent; background-image: none; }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp > .row .container > .video-iframe-container { display: none; }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp > .row > .video-iframe-container { display: none; }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp > .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); }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp > .row .container { width:20rem;height:50.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Of5VrZZVmqaUnwfATvmWUkHHiPSzndrT { width:20rem;height:3.7125rem;top:2.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvuxDxLGhWkqTucRQhgzhptKalEDvqZT { width:20rem;height:8rem;top:6.5rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B0I7nFOZn6GCSLAEN4kgcsLTWA7y1B27 { width:20rem;height:17.625rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8xEG9USpSRpNyaGpLme0xM6gVVzaD5Q { width:20rem;height:1.6rem;top:20.248481988907rem;left:-0.0032552480697632rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QxduhVs6P1JZuyeIL11BTIUs0ksLV0p1 { width:20rem;height:4.8rem;top:25.936416864395rem;left:-0.0032552480697632rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vLzFwO077prZ7kM1gv5aSdSJ3Jrg6UvD { width:20rem;height:14rem;top:32.874357461929rem;left:-0.0032552480697632rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylAfQf3fsn7OmZ3AlTUcZPGFirTI3ADx { width:9.4375rem;height:0.625rem;top:14.75rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGhydSvMQvXfxPCAtG1QxiIdTT1Mha1P { width:2rem;height:2rem;top:17.6240234375rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdk3bEq2CkKNMqtz0LQsIBiL3CARQ28p { width:2rem;height:2rem;top:23.125rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa { display:block; }#v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l8VyJAsuAuA4X1GM9fyBohEN75smGL2V { width:20rem;height:2.19375rem;top:1.312141418457rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7FqVR0yyLzBvvr7FZvPN6OQOzchaAKw { display:block; }#f7FqVR0yyLzBvvr7FZvPN6OQOzchaAKw > .row .container { width:20rem;height:127rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EBlSSovyCd6TXhvX7z1SluqV6Tp4i8lK { width:12.5rem;height:2.6rem;top:20.937065124512rem;left:3.7500000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z9mvIirQl2HqVxeKGtDelESoh65AuGCX { width:17.4375rem;height:19rem;top:0.6875rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #uL7Llf8xhN9unquaktiJ2qgs9lV17VuA { width:4.25rem;height:0.1875rem;top:37.748962402344rem;left:7.8739585876462rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw1n2EscTMMUdt89BTWhg8dt0GNv5w6P { width:15.625rem;height:0.0625rem;top:37.809371948243rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFAAN3aL2xf4tOSOUmJJI4y0BAExRSmA { width:12.875rem;height:10.4rem;top:24.787506103516rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nDCam4Q8p7Z94MA3xV9an5nUwQgbBRe1 { width:16.1875rem;height:1.5rem;top:39.934371948243rem;left:1.90625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Wpg2aUHlaDLakMyJf5oytcUGzHt11BfW { width:12.5rem;height:2.6rem;top:66.3125rem;left:3.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mBZm355ymOanvlpGBeyXwEMx2iaMZe3z { width:16.5625rem;height:7.8rem;top:70.337493896488rem;left:1.71875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aAX0r8c8MTbQC6KR2EQ3DKiy3Ap8FGMW { width:12.5rem;height:2.6rem;top:107.31146240234rem;left:3.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zQtIHWJBgIZr6xvO2QytyBLMd1I51N6D { width:14rem;height:5.2rem;top:111.625rem;left:2.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #spO0E84HRW0vZST6bDOAVCMzr9W3Emyn { width:18.75rem;height:39rem;top:45.623962402344rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7i4qVkeucerMgzWMT2a3RKdfdqsmzwv { width:18.75rem;height:43.4375rem;top:0rem;left:0.62083339691162rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #ggQNfsbuHLDqA3zXrcURsBSNEAtIe1Tr { width:18.75rem;height:39rem;top:86.4375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTeZCPBKGTeEIwfofKuM4Knm3at2LuOu { width:15.625rem;height:0.0625rem;top:79.9864654541rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQB54Lryxf1Sb1dzUGPKCUGkKf1Bmr7v { width:4.25rem;height:0.1875rem;top:79.9864654541rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUqSU4UXWW2wfNC9hPXfxixhQoT0oALF { width:14.8125rem;height:1.5rem;top:81.3614654541rem;left:2.59375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqVup8ZFnx8A5VSvhJd0DS2a7XSXOV2e { width:4.25rem;height:0.1875rem;top:121rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGP7geg63BaTzHmCO8Duh8pT2a1dGLrw { width:15.625rem;height:0.0625rem;top:119.6875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lO7mSeQtfzHSvxlUpXumTeSEC4yJDsLh { width:14.8125rem;height:1.5rem;top:122.4375rem;left:2.5625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISsQh1PVHZX0GNwoTg1DTXW3Jl6heAsV { width:17.4375rem;height:19rem;top:46.125rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uuaimm4QK5NGlbl6PThqTrS01xMpO8Zy { width:17.4375rem;height:19rem;top:87.125rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FydMUEGrTWdGi1tTz5pfBfW0XAZEOE07 { display:block; }#FydMUEGrTWdGi1tTz5pfBfW0XAZEOE07 > .row .container { width:20rem;height:122.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DdGvs2f3V64q5UpgqiOV0SKh7VTO3RnJ { width:12.5rem;height:2.6rem;top:20.937065124512rem;left:3.7500000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M58I3sPkmrWS2sT5rIbhlw751MNTKRCp { width:17.4375rem;height:19rem;top:0.6875rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpQvw4vxhrhTZosULh5HP1eIykdVmPF1 { width:4.25rem;height:0.1875rem;top:34.061462402344rem;left:7.8739585876462rem;display:block; }
 }@media only screen and (max-width: 763px) { #P42TE6VKcDnUIy2vfLfBWuZssqTNnm7Q { width:15.625rem;height:0.0625rem;top:34.121887207031rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eX4MF9iyiwP4CPHfurNtCDTnnCAq0P1m { width:12.5rem;height:6.5rem;top:24.787498474121rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mSddK5UTe79TzmXoyhDiTdWroQHR4dJf { width:16.1875rem;height:1.5rem;top:35.684375762939rem;left:1.90625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #dRBDNNiW3q6zGyR1STH9Q56SxeTC9iex { width:12.5rem;height:1.3rem;top:61.125rem;left:3.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bvXtzmXpsCfAR8fRrNMgVKgvQTHbZoXT { width:16.5625rem;height:6.5rem;top:65.150001525881rem;left:1.71875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TWkzL1hLT8gywlF3shE1bh451RZV1UZk { width:12.5rem;height:2.6rem;top:101.43685531616rem;left:3.8125000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rxOi905pZ2Xp5WZok4eUu4nsXEcNmslt { width:16.0625rem;height:5.2rem;top:105.75rem;left:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ws6XziH0TLrAPv4WM4bowcMT7KW9pnla { width:18.75rem;height:39rem;top:40.436462402344rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m87bqmNe4eLwXTymyGzDLE8wEcxTEEA6 { width:18.75rem;height:39rem;top:0rem;left:0.62065976858139rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #Ze80ICb52kgf2bBsruCQZz3V8DKbr0Dz { width:18.75rem;height:39rem;top:80.562071859838rem;left:0.74978297948838rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZATRhqmkzzWHzanuRKLHqc5qNmTkxkO { width:15.625rem;height:0.0625rem;top:74.798957824706rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t748s8pIL568bqokb2ZSHrVfbZ3Hse6c { width:4.25rem;height:0.1875rem;top:74.736457824706rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn8D8fzV8OVleVzyo5u2lvqyR2Tcc53T { width:14.8125rem;height:1.5rem;top:76.173957824706rem;left:2.59375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7MxCg0F2ivT2u8euTOxR296Ef513Dck { width:4.25rem;height:0.1875rem;top:115.125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gm4n3TuuLRFQHJd1TaVJ1Nx2gvm8OmLR { width:15.625rem;height:0.0625rem;top:113.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eziyxVlh3Ko9SnhTaAdGQCmRcgogfl3b { width:14.8125rem;height:1.5rem;top:116.5625rem;left:2.5625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovDT06dExqDPTx4BDOfDabRitsUCLWs1 { width:17.4375rem;height:19rem;top:40.9375rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmZQ3GHmHvh4vfrovsffcwHkIhHoPuUI { width:17.4375rem;height:19rem;top:81.25rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWF2f0fNgvX1FW7U3XQuRsdxb6RsBi92 { display:block; }#tWF2f0fNgvX1FW7U3XQuRsdxb6RsBi92 > .row .container { width:20rem;height:122.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RHNQyFth1ihDSbTB3mLnzxTOAIvqZWAQ { width:12.5rem;height:2.6rem;top:20.937065124512rem;left:3.7500000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sXllXPyVi8MzxfQx6NusRkEdKwrmxiAW { width:17.4375rem;height:19rem;top:0.6875rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfh3uyS1cKLXRgiZA3Qy61amDqBL416l { width:4.25rem;height:0.1875rem;top:34.061462402344rem;left:7.8739585876462rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnFpxlIqoCrd8aWpfurcRXfLCVJBsMb2 { width:15.625rem;height:0.0625rem;top:34.121887207031rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IptkohQWQ7N0l9iA3P00TUhy8ikFGUD1 { width:12.5rem;height:6.5rem;top:24.787498474121rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VRgBlDuFTAcqKrcJkIBkCiH9O7RTFg8I { width:16.1875rem;height:1.5rem;top:35.684375762939rem;left:1.90625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #GyWTlB09VGraqQrSmRZMTn8gmsIqFTns { width:12.5rem;height:2.6rem;top:61.125rem;left:3.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FGEH5CUtUkbLI3nVawGJGhTiKTdBJ3Uh { width:16.5625rem;height:6.5rem;top:65.150001525881rem;left:1.71875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VZQiXFyySdgSDUkFHAh0gOvnkwSGJaJd { width:12.5rem;height:1.3rem;top:101.43685531616rem;left:3.8125000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ugBkiULGdphHou234myFw7EPZ0BRJhSE { width:14rem;height:5.2rem;top:105.75rem;left:2.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y7qTOpcvCXZVtp53Mt6WTRk0ZXwZht2f { width:18.75rem;height:39rem;top:40.436462402344rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJmQ8sWGnkvwm4TuLqQz3bmvFqE2XE8k { width:18.75rem;height:39rem;top:0rem;left:0.62065976858139rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #kNgP2JmO5l6UIq30TEB5SiEX3LW3g4rM { width:18.75rem;height:39rem;top:80.562071859838rem;left:0.74978297948838rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaRJFln6wHucdEniNwNIATSxSKJ4gUhr { width:15.625rem;height:0.0625rem;top:74.798957824706rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXRBsoWKQdtUBnfXRGuWIwX2UAKZtxnV { width:4.25rem;height:0.1875rem;top:74.736457824706rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T72T9Xh7FJ1gQWhy8mgq0GT0o8vo8Sxp { width:14.8125rem;height:1.5rem;top:76.173957824706rem;left:2.59375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F85O9a4XhyNt1HtrJXHlLThX4dflhksO { width:4.25rem;height:0.1875rem;top:115.125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwINzQpgJNkRxycZ65X9ooyxAUFvr1NM { width:15.625rem;height:0.0625rem;top:113.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWQbMbAzzxhltcIRGtPH23kTC1qBDBHo { width:14.8125rem;height:1.5rem;top:116.5625rem;left:2.5625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbK9nFLyDEl5znEZ08ETJyzazEJsv7Pn { width:17.4375rem;height:19rem;top:40.9375rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXVauFBRpVS7xcuIoCQh7Fl8TXnGQhpO { width:17.4375rem;height:19rem;top:81.25rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4cnovuV2hWscVmqleHgVX8GDK0Tnvt8 { display:block; }#z4cnovuV2hWscVmqleHgVX8GDK0Tnvt8 > .row .container { width:20rem;height:122.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zVpxoiP6JbtypdyX38AVVp5eKOnzCULy { width:12.5rem;height:2.6rem;top:20.937065124512rem;left:3.7500000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UsBr7ZPSyhr0TpDL59D7mL8hiuzHwBSn { width:17.4375rem;height:19rem;top:0.6875rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPh3TdFgAUA6PXNy4lXT3IuqW5LuN0bc { width:4.25rem;height:0.1875rem;top:34.061462402344rem;left:7.8739585876462rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCVF3pgtQOA1ymF4f1ARx1410JJOdyhv { width:15.625rem;height:0.0625rem;top:34.121887207031rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaZoG3TyeRqpEbgUDrFfTD0GSGrKPRQv { width:13.75rem;height:7.8rem;top:24.787475585938rem;left:2.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JS32eaouOdBqUDPzoQI1rMuofC1apcEn { width:16.1875rem;height:1.5rem;top:35.684375762939rem;left:1.90625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #xrexcnyDtHSN4Rnd5r0T7lDbGqFrusA0 { width:12.5rem;height:2.6rem;top:61.125rem;left:3.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fbwZvyr3yRZDvdoR7gDmhflXZPqG2hPC { width:16.5625rem;height:7.8rem;top:65.150001525881rem;left:1.71875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tuBMZrFTBIvuCMAMrhrUg2NNnoAT3etT { width:10.5rem;height:5.2rem;top:101.49895858764rem;left:4.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qu7VoMDneLJt4TE2rN1vAspdIPNnlx7z { width:16.0625rem;height:7.8rem;top:105.75rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ODhMQVn1FQVViLl2L92Szqley7BEmiFN { width:18.75rem;height:39rem;top:40.436462402344rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKX3xqpNR5x7FhF7nnyaGocw1C8qkDCB { width:18.75rem;height:39rem;top:0rem;left:0.62065976858139rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #KF3rFRAGfb9nGIQNM5BvyrTZyR04QOBt { width:18.75rem;height:39rem;top:80.562071859838rem;left:0.74978297948838rem;display:block; }
 }@media only screen and (max-width: 763px) { #oh4kGdR7CM5Qid3yKWZirOntVGC9AQFR { width:15.625rem;height:0.0625rem;top:74.798957824706rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #REZ1fzGdbXgAs2ONKBr9CTw6MC5Utehu { width:4.25rem;height:0.1875rem;top:74.736457824706rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFcT4fI5ZaitvTm7HMeeQD6SP7NXwVEo { width:14.8125rem;height:1.5rem;top:76.173957824706rem;left:2.59375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKoQFPShQCi6KsbtC1vLmTm6cTVmqtqp { width:4.25rem;height:0.1875rem;top:115.125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EamSJvZV3SUGwlToO8Ow8JuEfuKZDBxv { width:15.625rem;height:0.0625rem;top:113.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1NHQz4kndKL613UMM8UCtmanDgrtfyI { width:14.8125rem;height:1.5rem;top:116.5625rem;left:2.5625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GW7ho01rbXLFi8TMdf61k7BuBlENVfcM { width:17.4375rem;height:19rem;top:40.9375rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIoupTK9GgO5LL0T4uU7w1pIq2C3FUIZ { width:17.4375rem;height:19rem;top:81.25rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzqTyJB2zLU1tOx7NncDGZxTCAJ0CCi5 { display:block; }#EzqTyJB2zLU1tOx7NncDGZxTCAJ0CCi5 > .row .container { width:20rem;height:121.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FKDcePs0uVxITFpaw52nCat1UHGeFUSD { width:12.5rem;height:2.6rem;top:20.937065124512rem;left:3.7500000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O9nWWTS8B9pC8lV5x0lwyZ4OJrubZBRA { width:16.625rem;height:19rem;top:0.6875rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKMy3VyqWMOozJuAJSoL1uMkeAvwaQGM { width:4.25rem;height:0.1875rem;top:34.061462402344rem;left:7.8739585876462rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeU0SHrRr75DKaANoKUOF0312hxU47Lf { width:15.625rem;height:0.0625rem;top:34.121887207031rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cx43hGSRdRH4ElDWKrGBDXNMlxxwrOkH { width:12.5rem;height:1.3rem;top:24.787498474121rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sVQN3TTHGdFOmgBVvldi9G0778LK8eCA { width:12.5rem;height:2.6rem;top:61.125rem;left:3.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QSsH1me7Fefz1vRd50BCnwhnqaE23aM0 { width:16.5625rem;height:5.2rem;top:65.775001525881rem;left:1.71875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OoJOdToXrMaeUavfOqoJyvtA5xLPNEW4 { width:12.5rem;height:2.6rem;top:101.43685531616rem;left:3.8125000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oOuG8FPCTaRvlOqPRKTMytKmO8A8pWnP { width:14rem;height:5.2rem;top:105.75rem;left:2.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lDDuDIqtua9pAeyuNf2PyXhTZ5sW5F4q { width:18.75rem;height:39rem;top:40.436462402344rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPM2pn9QWCIl5sHAPMJ2PbXwoPHrF8XO { width:18.75rem;height:39rem;top:0rem;left:0.62065976858139rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #S6W6S2dPUOgSIxqFhRCzU3L3km8xMJVn { width:18.75rem;height:39rem;top:80.562071859838rem;left:0.74978297948838rem;display:block; }
 }@media only screen and (max-width: 763px) { #yH77TxstPx2AixT7csqiKEBJLpvgV9KI { width:15.625rem;height:0.0625rem;top:74.798957824706rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrsRyofiEmHOXTpeex3NC9z6IpKk93vT { width:4.25rem;height:0.1875rem;top:74.736457824706rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STbuM0T76yDo26E8PDQSkSmn5HKS49JG { width:14.8125rem;height:1.5rem;top:76.173957824706rem;left:2.59375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0VZ8u1e2m54JrpC14fnvcOoya0KaTyO { width:4.25rem;height:0.1875rem;top:115.125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tB9GCLXTQ8GQXmN4hvv0gwEP6BSeyOBt { width:15.625rem;height:0.0625rem;top:113.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQAXk0guuS2BghTANEFnIoF11STMoT5v { width:17.4375rem;height:19rem;top:40.9375rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUJ7QnpadDP0U2ZEMzEhTZtswFZMnrQW { width:17.4375rem;height:19rem;top:81.25rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7K7wxsIPT1RqtB4r6IwqcAh0xCblQIk { width:16.0625rem;height:6.5rem;top:24.78750038147rem;left:1.96875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RncMHLKQklTue0mnEPQGMeZv7W4yFITQ { width:14.8125rem;height:1.5rem;top:35.936458587646rem;left:2.59375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zu3eRxr4OPX3KfGED1KHMt4SDsz7hWow { width:14.8125rem;height:1.5rem;top:116.9375rem;left:2.59375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHuDSptTbsbu4EJUXQDJdD7IOdJfGCU0 { display:block; }#NHuDSptTbsbu4EJUXQDJdD7IOdJfGCU0 > .row .container { width:20rem;height:122.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IpJR5OHWAT0Ivsnr6gB2pyeKPq2tQZMA { width:12.5rem;height:2.6rem;top:20.937065124512rem;left:3.7500000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tLhhC67H4GqctX2tVfFzWphmwMNyE6AT { width:17.4375rem;height:19rem;top:0.6875rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHqTLFCb2AzwIwo9qw1nXFEuRP8WDstP { width:4.25rem;height:0.1875rem;top:34.061462402344rem;left:7.8739585876462rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkkowLqSfhr5oMb4r7GEkPOiTAB4BnCS { width:15.625rem;height:0.0625rem;top:34.121887207031rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqoeJTPTPaoEtBp8kraVo76pegeQ0rIa { width:12.5rem;height:7.8rem;top:24.787498474121rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rhx0vNzyS3fEwqvng5vCMAE8E84OhAbo { width:16.1875rem;height:1.5rem;top:35.684375762939rem;left:1.90625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #caSvTB3gihIAg1iaNBFF8JGkxTVC1pSW { width:12.5rem;height:2.6rem;top:61.125rem;left:3.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s7aODfKKs68QEEn0VqNT2crZLpcVbNTg { width:16.5625rem;height:3.9rem;top:65.150001525881rem;left:1.71875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xUoLG5fglAQgH1oAQs7Vyt3dDbARVFDW { width:12.5rem;height:1.3rem;top:101.43685531616rem;left:3.8125000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dWSVlbaJGcplnqo5tG5ogCbJqc3C3MHD { width:14rem;height:3.9rem;top:105.75rem;left:2.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UohThG68xcTvfGqHn7I3fVbGOWTil8o9 { width:18.75rem;height:39rem;top:40.436462402344rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRBbED9Z5QgLp1kf8NTTn5seW0uer8UT { width:18.75rem;height:39rem;top:0rem;left:0.62065976858139rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #aFqr07IM4TMKblDoilHnkCSOPusoWKMy { width:18.75rem;height:39rem;top:80.562071859838rem;left:0.74978297948838rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9hOpM73xIXE255t6Pa3CktB54EUFE0n { width:15.625rem;height:0.0625rem;top:74.798957824706rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykaKR3m7WgciWLOiITIgy2VtRNCiSSGW { width:4.25rem;height:0.1875rem;top:74.736457824706rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8rJoa4TyVg3H2dPUTVNpkhTot0R6g1s { width:14.8125rem;height:1.5rem;top:76.173957824706rem;left:2.59375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTxef3IJfd3L6IReMbSK7P4FwWdsUM1B { width:4.25rem;height:0.1875rem;top:115.125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EduVsq0xxhE1skA3I06edAKKmDVv49aG { width:15.625rem;height:0.0625rem;top:113.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmBLnKLtVeoleynTiHimrxARK5K5MvBr { width:17.4375rem;height:19rem;top:40.9375rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgsacyZUBryyd0HTqrkLSAD8xezXt93B { width:17.4375rem;height:19rem;top:81.25rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHsuTL1DHcMTJ9878v16atID7Pyw642R { width:14.8125rem;height:1.5rem;top:116.4375rem;left:2.5625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6LyJJG0gfX6GtsayyvUDBcNccXkU7qT { display:none; }#E6LyJJG0gfX6GtsayyvUDBcNccXkU7qT > .row .container { width:20rem;height:7rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #p6nH32xI2tP8K6fB8Fm7Zzbvey2xNwe6 { width:15rem;height:3.1875rem;top:1.90625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJH90u1lHAhD3ym4NvgyBoLGT9AUvNE9 { display:block; }
 }@media only screen and (max-width: 763px) { #iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 { display:none; }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Whnak8McmIuSahQO2hemdGnlORBFtGlr { width:20rem;height:4.3875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UK7JkXHOwhPgCcOdcFc7z5TgesHU7Zn7 { display:none; }#UK7JkXHOwhPgCcOdcFc7z5TgesHU7Zn7 > .row .container { width:20rem;height:42rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tIzoJuATGkOzuSmnQHOJ9xbnnVGL8tNs { width:20rem;height:19.375rem;top:1.5625rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #AcIS0Lwn46NId34vKsZQGZAFhTIQWue7 { width:16.5625rem;height:9rem;top:3.4375rem;left:1.71875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #VXPd26vG20KOFoEW3uzC7ifJap72tU9q { width:8.125rem;height:8.875rem;top:0.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #s6qe9VFFUEBLxnEUEfpBk9AObbPFVaJJ { width:17.1875rem;height:3.4rem;top:13.25rem;left:1.09375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #vTNPBCLlW57IiZOK0CtvcGzRFhzIQtfq { width:17.1875rem;height:2.7625rem;top:35.6875rem;left:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #NMztTTFrZWKvAra3d4UOhRbsrehTTqN9 { width:0.625rem;height:4.8125rem;top:33.250000953674rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGT7pCsFrey64sLpzof18V83etegxp9x { width:18.75rem;height:0.0625rem;top:33.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PU0WpZyZTe2gxP46w5EzI2zFT8h04cdS { width:17.1875rem;height:2.7625rem;top:17rem;left:1.40625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #vbJhcK9n4utWtMhPzETLbsgo5gTtZwhZ { width:17.1875rem;height:1.7rem;top:33.875rem;left:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #l49ahJcbx3QyP5TIeG6uJuo1HJbtSnRa { width:18.75rem;height:0.0625rem;top:12.625rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4T0yvsyFNap3qVsldpDwlV7tJviF6Gw { width:0.625rem;height:4.8125rem;top:12.606250762939rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4zDi0uMs0WHw0kLEcSXSRfmUizHmDwk { width:20rem;height:17.8125rem;top:22.1875rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #oG8QAlk3rIFkHMhTe6kuvQFWETmywSpg { width:8.1875rem;height:8.875rem;top:4.75rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gxLfXOMiJ7xcNLt12g0OBuey5yysHSzd { width:8.125rem;height:8.875rem;top:0rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UhirfK88VzDFTxegTIvdoE43vNfoeubK { width:17.1875rem;height:7.5rem;top:24.0625rem;left:1.40625rem;text-align:left;text-align-last:left;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oc8xhhTTaMTTdHUM7eEUVSNB6Qr2L6ki { display:none; }#oc8xhhTTaMTTdHUM7eEUVSNB6Qr2L6ki > .row .container { width:20rem;height:40.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZTrAiMua9r6J4SZB8w9XSFR5mTAWHKwK { width:20rem;height:18.8125rem;top:19.875000953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zE7artwth3JH6q3TRJgvdRNdcJ64RMct { width:18.75rem;height:0.0625rem;top:32.062496185302rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKwBBt2XeWVkc6TZ9KQztycgiifETksn { width:0.625rem;height:4.8125rem;top:11.187496185302rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4CyPCoHGxT6DcfswCyVw7Jm9qcn0uEp { width:17.1875rem;height:1.7rem;top:32.749996185302rem;left:0.96875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #y5lorliHHfkv50kTB4mOCIODvSoMGuVR { width:17.1875rem;height:2.975rem;top:34.562496185302rem;left:0.96875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ZmsUUXh3wsKuE0WhC0v3Paa2a6fCQI9d { width:0.625rem;height:4.8125rem;top:32.062496185302rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6VdH3HIOOWH13sGAmzIT2w63QmWhIdi { width:17.1875rem;height:2.975rem;top:13.625rem;left:1.0625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #G3Dw0MPb0dixxr315gvRFl0LMOewa576 { width:17.1875rem;height:1.7rem;top:11.75rem;left:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #CPDhi6rwGB2emdKOXm6ege0da8iyeL5G { width:18.75rem;height:0.0625rem;top:11.125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #llwtLiaTN03EZFD2DlKyfaHIEiKpOyfX { width:17.1875rem;height:7.5rem;top:1.875rem;left:1.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #D6KO1xdKnLENMu4rqL99BrUsTULdykUG { width:20rem;height:18.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLPcMmhlS3Scfn1Isl83VSbq1uTSw1UQ { width:8.125rem;height:8.875rem;top:55.875rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f3uvxmwKrn0RIb31pWytaT9d6Tw77iPg { width:17.1875rem;height:7.5rem;top:22.0625rem;left:1.40625rem;text-align:left;text-align-last:left;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lief3II7iZKoqIHAA3OruosEHvV7R68s { width:8.125rem;height:8.875rem;top:0rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PoR1s7XggVbUlH7fHuIcdLrHNBAcPWy6 { display:none; }#PoR1s7XggVbUlH7fHuIcdLrHNBAcPWy6 > .row .container { width:20rem;height:22.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qgr98hRirTOh4mE4wsxw8RD3zRmTbFSd { width:20rem;height:20.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RktvIolIQoMOGTsxQSUadmeaQGRlAW1o { width:17.1875rem;height:7.5rem;top:1.8125rem;left:1.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #aD77DeWEv9uTWUwWsOS1ymhhEENHC2lL { width:8.125rem;height:8.875rem;top:1.25rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nPTqpkg7eyTN569rvaAq1Rg1FRBfWmL4 { width:18.75rem;height:0.0625rem;top:11.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVyWgX1JPl4zfgGedhmOQm79mr4epbQu { width:0.625rem;height:4.8125rem;top:11.0625rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKGKO4GiKcypstQFROod4fpJ1KPoGclh { width:17.1875rem;height:3.4rem;top:11.75rem;left:0.96875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #mLSOAUTOJ4t5QmZ1gLzRM4oMznVG0OBr { width:17.1875rem;height:2.975rem;top:15.875000953674rem;left:0.96875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #yasMa6xdOnvWC10FkeHSkzTdsTrlwEfq { display:block; }#yasMa6xdOnvWC10FkeHSkzTdsTrlwEfq > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cz2RXt2h1T0KoafderPRxWlbOiGCpIp4 { width:20rem;height:4.3875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGFneRaEnOkHEZszz3f6fyVmh9B7JcRX { display:block; }#WGFneRaEnOkHEZszz3f6fyVmh9B7JcRX > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O5UkbtMDR9t9ZKUsgLZW1RHgMTygwWH7 { width:20rem;height:19.375rem;top:1.5625rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #mBTKKehqeVHavhE1zwvmiizaTTZCwfT0 { width:8.125rem;height:8.875rem;top:3.3750057220459rem;left:10.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rmhxb21yTb0JOF0TOxmwByNrDcxprsc0 { width:17.1875rem;height:3.4rem;top:13.25rem;left:1.09375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #FlVE35vLDHL7cCmmsvGxw7OxtPJcXrTu { width:17.1875rem;height:2.7625rem;top:35.6875rem;left:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #uaLqb2P7JSVsdsnk03mgsG5a2OxXpc7X { width:17.1875rem;height:2.7625rem;top:17rem;left:1.40625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #p5TErTtGctZZuQ4byOizbr3cc5Gb2474 { width:17.1875rem;height:1.7rem;top:33.875rem;left:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #mv8csZELuc3AQZ0hHdNQtiiLnQpMo0k2 { width:20rem;height:17.8125rem;top:22.1875rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #oyFIyNuuwK7z4Smzl0W9TXUlsTU9ogCi { width:8.125rem;height:8.875rem;top:23.875001907349rem;left:10.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKu3a3NWDn0HGea0zsamso8T7vaEqoA7 { display:block; }#uKu3a3NWDn0HGea0zsamso8T7vaEqoA7 > .row .container { width:20rem;height:40.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oU4M9ybmZauF5Q6V9qz8MpO4feN6hlPn { width:20rem;height:18.8125rem;top:19.875000953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJUxg5sxcyF40aiFbNCQCeQ3Jy7THbX8 { width:17.1875rem;height:1.7rem;top:32.749996185302rem;left:0.96875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ftKkqP8XkSWZeDXwnOQhriTPPmVHzdOE { width:17.1875rem;height:2.975rem;top:34.562496185302rem;left:0.96875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #AXmlO4aDMtBedRrhKJA5ztlvzBcebLoe { width:17.1875rem;height:2.975rem;top:13.625rem;left:1.0625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #BgV8Qh1nZWrV5lcucfQkTFFlFrKBGPIa { width:17.1875rem;height:1.7rem;top:11.75rem;left:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #BsMBsecXgbv5ytNiSHo1ZBBZlBqHEyPe { width:20rem;height:18.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7BHDNIWcQuLXRqXStle44wEiZ2qXTUS { width:8.125rem;height:8.875rem;top:1.7875003814698rem;left:10.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hX39MxezZ25iLvsIkqp3M2MgN2Vu0LF8 { width:8.125rem;height:8.875rem;top:22.0625rem;left:10.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9RpFDTsZcnp011DdWUQr8pUwwPK5c3G { display:block; }#v9RpFDTsZcnp011DdWUQr8pUwwPK5c3G > .row .container { width:20rem;height:22.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W2Ah0AWpy5XQGs3urn23GTS2X73WkVm4 { width:20rem;height:20.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrsbswyIzQHuVUiBFQVPEk4o2HbNzkqV { width:8.125rem;height:8.875rem;top:1.2500019073486rem;left:10.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dh17PZmPs6caAhSN9gtTe12D2mI0rMHP { width:17.1875rem;height:3.4rem;top:11.75rem;left:0.96875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ZtkZAewNa0zX7BBqeTWIpC0txsk6eVAo { width:17.1875rem;height:2.975rem;top:15.875000953674rem;left:0.96875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #FTKiwT0sk1gUph7mZALc4iEKiA3i4EVu { display:block; }#FTKiwT0sk1gUph7mZALc4iEKiA3i4EVu > .row .container { width:20rem;height:92.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UO2gSo46gRGTpog6nF2GDC8wZ5PZ1fIa { width:14.6875rem;height:2.6875rem;top:7.1875019073488rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nh4JDIzupxcnr7G6ryPvC3TVSefIymlw { width:14.6875rem;height:2.625rem;top:12.9375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfWBpFl9LFwoa8STDug0eD5fAbTc2naI { width:14.6875rem;height:4.0625rem;top:17.625001907349rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXzpCWUQimsnnPI2cRC1GQUTFI9hL4aW { width:14.6875rem;height:2.75rem;top:23.625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfiMwTulGhwbSJepL7SPxnkNktH8sDUV { width:13.25rem;height:5.625rem;top:28.8125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxwhXySQrPplwqzexFwQNgfgcibQNQaJ { width:14.6875rem;height:8.8125rem;top:36.4375rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RucGAdshuNvfd7UfTmxGnszA7aPPGmBg { width:14.6875rem;height:4.5625rem;top:47.187501907349rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TldEt0ZcIHGPRipUTlwyrwQHCUeeTUpu { width:16.9375rem;height:16.9375rem;top:47.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8JezmLFi2cEuEcyhNDhQPuaamtXwf23 { width:20rem;height:2.19375rem;top:2.1187496185302rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGA0qpssxllh2odZ2PrfhXXWIrz7UCyS { width:14.6875rem;height:7.6875rem;top:61.250001907349rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbGcsV0g6URmb34X1dkmma95UqtWZ7FA { width:16.875rem;height:5.5rem;top:69.5625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvbwSPFfRc5fa3UBx8cv0C7FnIusTNak { width:20rem;height:2.19375rem;top:78.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbQiFFDe7sppnqBUvI2KbGXZSbUVK28S { width:16.5625rem;height:5.1875rem;top:82.99999809265rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylfiEtdlGlke9LetxImXMoQS6mCbWcbx { display:block; }#ylfiEtdlGlke9LetxImXMoQS6mCbWcbx > .row .container { width:20rem;height:13.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h5dQiL8DCNGTiVi8sPZmTW5BlaNATM9A { width:18.75rem;height:5.5125rem;top:4.2500038146972rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #nZwo7Q33bMdE1dZD1rUUDiusC4gM4z93 { width:15rem;height:3.1875rem;top:11.9375rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #e95848P6fwS9TTFw5HqfzkPCISCwWKTX { display:block; }
 }@media only screen and (max-width: 763px) { #zLr2PGlEsOh1iRVNkGDyFG16grqrwuvh { display:block; }#zLr2PGlEsOh1iRVNkGDyFG16grqrwuvh > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lyc60JJOmhxLrxCzhgPrlnuVzENP8ILa { width:11.3125rem;height:0.975rem;top:6.4rem;left:4.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yD5VRB4yIw7CPgeIT07Qq3QBoT1bnw8T { width:9.4375rem;height:3.9rem;top:1.25rem;left:5.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bxsIm14868HOgmcteRWhfC2NSSKsHLVe { width:17.1875rem;height:0.975rem;top:8.625rem;left:1.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FOE603Evm4MEhc4HohPus2VnCsSLgMBo { width:9.0625rem;height:2.5625rem;top:10.85rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqkT4FzlXDlgTI5qbRDxEUap6Rh8dDTS { width:20rem;height:0.975rem;top:14.662475585938rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JgLmZlW6ZNC1ESolRqCdEStTWl0JAcrg { position:relative;z-index:auto;display:block; }#JgLmZlW6ZNC1ESolRqCdEStTWl0JAcrg > .row .container { width:20rem;height:20.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dSL43FbhE5Er5GmcUbHLRXf4UMpKra7T { width:12.5rem;height:1.3rem;top:0.75rem;left:3.7500002980233rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lm8Ck4e7Cevzn2XvAGEOOTsimI9XZc67 { width:7.75rem;height:1.3rem;top:5.9375rem;left:6.1250002980232rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rvp00Q8BxyLspNEZ9xR2xTKCn4eOWlx1 { width:12.5rem;height:1.3rem;top:2.5625rem;left:3.7500002980233rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hAfmmhUmx5yhFkTEW98XhdAKKuJ1Kibe { width:7.1875rem;height:2.6rem;top:7.8125rem;left:6.3750002980231rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DSdwZmhs92ariUrJ2AyFoK0fCDevdye5 { width:0.0625rem;height:2.625rem;top:1.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #slUwa2TodGPFKK6NJvyHdTStOWCxsCQw { width:2.625rem;height:0.0625rem;top:10.124218940735rem;left:8.6874998211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIU0dWt5LFyOa8V2z2r4GUBipvqeZHCB { width:2.625rem;height:0.0625rem;top:4.9375rem;left:8.6874998211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbpmwqU52sAvOC2L949MD4pnTKgCkZsg { width:12.5rem;height:1.3rem;top:11.437500953674rem;left:3.7500002980233rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tFpq5T0rgqbukZrLfkSsBQGkrDpcuOKb { width:3.6875rem;height:4rem;top:14.562500476837rem;left:1.4993750452995rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQPK8JwsrKoGH4oot6QApcGBNCAmRKvi { width:3.75rem;height:4rem;top:14.562500476837rem;left:5.8124997019768rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5m7QJqu0Kp5JaKaddJIDhMnLJrzHfqo { width:3.75rem;height:4rem;top:14.5625rem;left:10.187500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnDhIqsfTKvafhfoSMcxIbW1eIdekIsD { width:3.75rem;height:4rem;top:14.562500476837rem;left:14.562500178814rem;display:block; }
 }@media only screen and (max-width: 763px) { #vinKpdqQytmJfuAoWptwci8wuS1HVxcO { width:0.0625rem;height:16.25rem;top:19.8125rem;left:9.9375rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #rJzeal7b742CM1m7mNcWC3Wwb35UWzQN .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#rJzeal7b742CM1m7mNcWC3Wwb35UWzQN .widget-text.counter-number { padding-top:0.470625rem;padding-right:0.40875rem;padding-bottom:0.470625rem;padding-left:0.40875rem;width:2.45375rem;min-width:2.45375rem;height:2.53rem;font-size:1.8825rem;line-height:40.48px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#rJzeal7b742CM1m7mNcWC3Wwb35UWzQN .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.294375rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.271875rem;height:1rem;font-size:0.70625rem;line-height:16px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#rJzeal7b742CM1m7mNcWC3Wwb35UWzQN { display:flex;width:17.0625rem;height:4.765625rem;top:13.1875rem;left:0.875rem;padding-top:0.625625rem;padding-right:0.620625rem;padding-bottom:0.625625rem;padding-left:0.620625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #VxQDXyHtvb0fuykvPmRkmOAwL5ZdPOrQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #ZaGtR2giTPbVQDQt1hxTsuSTUCbpU0OR {  }
 }@media only screen and (max-width: 763px) { #rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #Q37Du3ZR1pk96yBkqOmNQOupMst9iz06 {  }
 }@media only screen and (max-width: 763px) { #rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #JqeibqyOb6T8fTslXpMtGF7g5vIb5Npx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #EPMn4pQOfWLUoSZsk0RO1S9Bw0wToPBC {  }
 }@media only screen and (max-width: 763px) { #rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #HI5zNhAwlIhB3A3Nr3OGZ9bdifvpqGsX {  }
 }@media only screen and (max-width: 763px) { #rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #RTTU0rmIlfuiJXqpfvoNpgCdVituOJkl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #AwAkcznZD55KefZhufA0zGeUaS8lEa2s {  }
 }@media only screen and (max-width: 763px) { #rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #DCw1oklZqfLUIZ36Pa9Db9Kx5FcJUV29 {  }
 }@media only screen and (max-width: 763px) { #rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #kcaEv5lfBRpOHkQHn89Kwla0hhAvHEV4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #JwnC4IrP08Mfi64gwikHUgIvgiTuDl1c {  }
 }@media only screen and (max-width: 763px) { #rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #llZPwA9HqyQNp1A7HwUWudoHXio4JNqe {  }
 }