.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fW8fU9Vd2tfELTWKu0TyOTzhKv13mzq2 { z-index:auto;position:relative;display:block; }#fW8fU9Vd2tfELTWKu0TyOTzhKv13mzq2 { background-color: transparent; background-image: none; }#fW8fU9Vd2tfELTWKu0TyOTzhKv13mzq2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fW8fU9Vd2tfELTWKu0TyOTzhKv13mzq2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fW8fU9Vd2tfELTWKu0TyOTzhKv13mzq2 > .row .container > .video-iframe-container { display: none; }#fW8fU9Vd2tfELTWKu0TyOTzhKv13mzq2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fW8fU9Vd2tfELTWKu0TyOTzhKv13mzq2 > .row > .video-iframe-container { display: none; }#fW8fU9Vd2tfELTWKu0TyOTzhKv13mzq2 > .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); }#fW8fU9Vd2tfELTWKu0TyOTzhKv13mzq2 { border-width: 0; border-radius: 0; }#fW8fU9Vd2tfELTWKu0TyOTzhKv13mzq2 > .row .container > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#fW8fU9Vd2tfELTWKu0TyOTzhKv13mzq2 > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:66.875rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:relative;display:block; }#k2b7yUI3Bnxzi8yRu0OuLWWMXslo1Mex { box-sizing:content-box;height:1.625rem;width:30.5rem;position:absolute;display:block;z-index:15000;background-color:#016d14;background-image:none;top:1.13720703125rem;left:22.25rem;display:block; }
#T49wDhHleAkfDrPUb9XvVyBhB3FrizRB { color:#ffffff;display:block;width:30.4375rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.29931640625rem;left:22.75rem;height:1.3rem;display:block; }
#Fp6SSs93tTtPHfg0GEuVkGZ3smPe0OdV { color:#000000;display:block;width:66.125rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.9375rem;left:4.4375rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HmmEoGk4Qbdq3SQn3V0Tddz4Jx3ZqnGT { color:#000000;display:block;width:42.5625rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:15.125rem;left:16.21875rem;height:5.09911875rem;text-align:center;text-align-last:center;display:block; }
#oQP46hvqMpyHaIUal6z7qhggrikIPbku { box-sizing:content-box;height:3.6875rem;width:25.3125rem;position:absolute;display:block;z-index:15007;background-color:#000000;background-image:none;top:23.09375rem;left:42.84375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#axw77ZEZMwF8GrHAdzBJ5gdux6biVMCi { color:#ffffff;display:block;width:17.9375rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:24.24658203125rem;left:46.53125rem;height:1.38125rem;text-align:center;text-align-last:center;display:block; }
#wXmV4sJRLBdk3gmlyVeVPlp6nAAnpx2f { box-sizing:content-box;height:1.25rem;width:4.5625rem;position:absolute;display:block;z-index:15009;background-color:#016d14;background-image:none;top:22.5rem;left:43.96875rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#JCAb4Fwff6wllCbCRzp7CdrlsleAE0qy { color:#ffffff;display:block;width:3.5625rem;position:absolute;font-family:rubik;font-size:0.75rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:22.625rem;left:44.46875rem;height:0.975rem;display:block; }
#MLCIxf9r8NVHsKCaVu5G50s3kdXP0bAF { box-sizing:content-box;height:33.9375rem;width:24.9375rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:26.25rem;left:42.84375rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#T4X9B65MmpXgsWGQPXXnb0HTu9cNGD5H { color:#000000;display:block;width:21.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15010;line-height:2;letter-spacing:0;top:27.71875rem;left:43.96875rem;height:28rem;display:block; }
#wmHoZT6GB0A2cqZMFHg147ygstDqL1dF { color:#000000;display:block;width:8rem;position:absolute;font-family:rubik;font-size:0.75rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:56.8935546875rem;left:46.87451171875rem;height:0.9746125rem;font-style:normal;display:block; }
#pM8APRFhk1nXt6bpqwpcLEvGgxAggQMk { color:#016d14;display:block;width:5.5rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:56.8125rem;left:55.8740234375rem;height:1.1375rem;font-style:normal;display:block; }
#LVNQEiUhZ6ouMLKwbwC3NGNG1ofyAId3 { background-color:#016d14;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:58.96875rem;left:48.625rem;display:block; }
#uU7atR11RKnaIJAZEPTxsdu9yMsT23gQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TGAmmX2NwuIUsCkiKPzknfqfzzDLZ7oX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.311525rem;width:1.311525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:62.87548828125rem;left:50.21875rem; }
#KwwU1SuqPxAAtQ0mnBQmdEHmymo7azfQ { color:#4f4f4f;display:block;width:8.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:62.875rem;left:52.1865234375rem;height:1.3125rem;font-style:normal;display:block; }
#ds5xF6iDO8ROn4vuXLRA1szCJnKKOHTl { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:8.9375rem;top:65.3125rem;left:51.4677734375rem;overflow:hidden;display:block; }
#BCNJudqZpteX9G4SBFU3UapKrZO1LhRQ { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5625rem;width:37.5625rem;top:23.09375rem;left:3.5625rem;overflow:hidden;display:block; }
#foS3SAOh6DcNDA8MW4B3sAu6qXT46RIn { position:relative;display:block; }#foS3SAOh6DcNDA8MW4B3sAu6qXT46RIn { background-color: transparent; background-image: none; }#foS3SAOh6DcNDA8MW4B3sAu6qXT46RIn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foS3SAOh6DcNDA8MW4B3sAu6qXT46RIn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foS3SAOh6DcNDA8MW4B3sAu6qXT46RIn > .row .container > .video-iframe-container { display: none; }#foS3SAOh6DcNDA8MW4B3sAu6qXT46RIn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foS3SAOh6DcNDA8MW4B3sAu6qXT46RIn > .row > .video-iframe-container { display: none; }#foS3SAOh6DcNDA8MW4B3sAu6qXT46RIn > .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); }#foS3SAOh6DcNDA8MW4B3sAu6qXT46RIn { border-width: 0; border-radius: 0; }#foS3SAOh6DcNDA8MW4B3sAu6qXT46RIn > .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; }#foS3SAOh6DcNDA8MW4B3sAu6qXT46RIn > .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:201.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IwgeoSp2k3qbVbHxshcS2OFUugmk0tGW { color:#000000;display:block;width:45.5625rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.375rem;left:14.71875rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dSLbmHJWl7HTlLsIDM2WEEHxzhwEcwf9 { color:#000000;display:block;width:46.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:10.396484375rem;left:14.0625rem;height:48.3935375rem;text-align:left;text-align-last:left;display:block; }
#EpEqHVcOPOxyTXKz0GM9yXswZaogTHhR { 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:25.0625rem;width:40.8125rem;top:61.625rem;left:17.09375rem;overflow:hidden;display:block; }
#OgDIb33FG0enMqbTPKbtIAopIDtnMShk { color:#000000;display:block;width:46.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:89.5625rem;left:14.0625rem;height:30.79589375rem;text-align:left;text-align-last:left;display:block; }
#KGaeL10eNlBWkiLQJLvcPvEGC5GFPmiT { color:#000000;display:block;width:30.8125rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:122.125rem;left:22.09375rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U6x9yRwTOw7pTwJXVww85c44Cis14UCi { color:#000000;display:block;width:46.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:131.25rem;left:14.03125rem;height:68.1909125rem;text-align:left;text-align-last:left;display:block; }
#TnKFZlTpx76Alsnm41P8a96NBnD6EwpK { position:relative;display:block; }#TnKFZlTpx76Alsnm41P8a96NBnD6EwpK { background-color: transparent; background-image: none; }#TnKFZlTpx76Alsnm41P8a96NBnD6EwpK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnKFZlTpx76Alsnm41P8a96NBnD6EwpK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnKFZlTpx76Alsnm41P8a96NBnD6EwpK > .row .container > .video-iframe-container { display: none; }#TnKFZlTpx76Alsnm41P8a96NBnD6EwpK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnKFZlTpx76Alsnm41P8a96NBnD6EwpK > .row > .video-iframe-container { display: none; }#TnKFZlTpx76Alsnm41P8a96NBnD6EwpK > .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); }#TnKFZlTpx76Alsnm41P8a96NBnD6EwpK { border-width: 0; border-radius: 0; }#TnKFZlTpx76Alsnm41P8a96NBnD6EwpK > .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; }#TnKFZlTpx76Alsnm41P8a96NBnD6EwpK > .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:571.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PCFHpaPMEIr0yJWsvLr5xRgLChOoqNoK { box-sizing:content-box;height:570.6875rem;width:53.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(1,109,20,0.12);background-image:none;top:0rem;left:10.75rem;border-top:0.1875rem dashed #016d14;border-left:0.1875rem dashed #016d14;border-right:0.1875rem dashed #016d14;border-bottom:0.1875rem dashed #016d14;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#HX3An5yu1K1p4iRefnJIwGgA5LvvFleE { color:#000000;display:block;width:46rem;position:absolute;font-family:rubik;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.41796875rem;left:14.5rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Obc3yp4gCo5ipZBiHMxg2kzhlld5RmxD { 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:16.0625rem;width:45.0625rem;top:19.69921875rem;left:14.96875rem;overflow:hidden;display:block; }
#FfgGpplNFNJZJ02gyJAqb2Ge8QZqfoF8 { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:37.0625rem;left:15.625rem;height:12.75rem;text-align:left;text-align-last:left;display:block; }
#moFUiWbPFvB3VMSQ2nZehfKcSG09T89u { color:#000000;display:block;width:32.75rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:51.375rem;left:21.125rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mfbAXz3pZTsspwHe1SWr2RMnduCfzxdI { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:57.9375rem;left:15.625rem;height:27.625rem;text-align:left;text-align-last:left;display:block; }
#h3irucRvBB1TGDqpZxLJiId6bBTyKSyt { color:#000000;display:block;width:22.9375rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:88.8818359375rem;left:26.03125rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PDWrQPT9hQMEel4kpJ7ylA3dNioT89g3 { 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:23.375rem;width:31.4375rem;top:94.44921875rem;left:21.78125rem;overflow:hidden;display:block; }
#DLJ91u6f9d1MOG83D7TrhcPiWvPbhQWD { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.7;letter-spacing:0;top:119.80859375rem;left:15.625rem;height:34rem;text-align:left;text-align-last:left;display:block; }
#KgIVwu4L6RhUGISmbMT0ndzGJSUKH5h3 { color:#000000;display:block;width:40.4375rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:157.04931640625rem;left:17.28125rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B41eQPXvhf9tlGoGPd0Q0ho36peq2DlA { 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:32.125rem;width:32.125rem;top:161.65283203125rem;left:21.4375rem;overflow:hidden;display:block; }
#CXQouUXMhZTeWSOQ30IBeHDXXyktrlxt { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:196.89697265625rem;left:15.625rem;height:42.5rem;text-align:left;text-align-last:left;display:block; }
#MVI1ht8xit4zf0TsRXqZ33H7r2mAhLIV { color:#000000;display:block;width:25.3125rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:243.06201171875rem;left:24.84375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sQzN1LZDDuXzb6cGFCbOg2UpxsD3ItTw { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:251.18017578125rem;left:15.625rem;height:29.75rem;text-align:left;text-align-last:left;display:block; }
#MZVp29BioO3vi7H1PUGXDp2oZipLUWxD { color:#000000;display:block;width:35.1875rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:283.734375rem;left:19.90625rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N89h0Adf1S9aykQScBkt1gUMOK3Sxu7u { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.7;letter-spacing:0;top:318.990234375rem;left:15.625rem;height:21.25rem;text-align:left;text-align-last:left;display:block; }
#CUTxOhQsmJAra0OChMBJFTWS7eWnV0Zk { 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:28.5625rem;width:28.5625rem;top:289.302734375rem;left:23.21875rem;overflow:hidden;display:block; }
#cpn13bagZBS6oc99URcLPQb9sxE8qR3u { color:#000000;display:block;width:45.3125rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:343.69970703125rem;left:14.84375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JW9JA4FsI75WM5o3UtLQgq7O79eAxMQI { 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:26.9375rem;width:37.3125rem;top:349.083984375rem;left:18.84375rem;overflow:hidden;display:block; }
#uIBTpK4A4qUnAyazfhkz5bEOhgDXZXhT { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.7;letter-spacing:0;top:378.79833984375rem;left:15.625rem;height:17rem;text-align:left;text-align-last:left;display:block; }
#Ntgsvkv6pBd48FcvO5xb7gKTGQIQy2s9 { color:#000000;display:block;width:38.875rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:399.05810546875rem;left:17.28125rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vmx3R3XLe2faciEcTQD4x8cI9LoPW4HE { box-sizing:content-box;height:4.0625rem;width:35.3125rem;position:absolute;display:block;z-index:15001;background-color:#016d14;background-image:none;top:409.662109375rem;left:19.84375rem;display:block; }
#B2iWIdT6DCTXoau8JOJGVsrQnWxXuW4A { color:#ffffff;display:block;width:29.6875rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:410.3125rem;left:22.65625rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WmUQ4lGb3AvOe9cKbeuOQ6e8eTbG2bW6 { 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:12.3125rem;width:7.875rem;top:420.78125rem;left:19.90625rem;overflow:hidden;display:block; }
#HU6AniObeszbAUq5oGue7gVBtgsiMbwz { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15012;background-color:#000000;background-image:none;top:417.46875rem;left:29.875rem;display:block; }
#UDzXPHNJNVzv1Pr6n1lN9TTpR0hlzQJa { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:417.9560546875rem;left:31.4375rem;height:1.4625rem;display:block; }
#znwbFqCGSz7bINOQEDHaVVDnLX2dq8yS { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:422.8125rem;left:29.875rem;height:6.375rem;display:block; }
#A3qw7AwUOccMzRK3bqABC6XAA3zb2pW2 { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:430.7568359375rem;left:45.375rem;height:1.4624rem;font-style:normal;display:block; }
#nkNPcGsLe8qTo2HSZ8q2Ozp6GSW6Hbwo { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15013;background-color:#000000;background-image:none;top:438.78125rem;left:29.875rem;display:block; }
#zqenwMmtrodq05bzIJUkBvhab3TmbkfH { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:439.2685546875rem;left:31.4375rem;height:1.4625rem;display:block; }
#Td872hVS7g7xUIDMh238WT9wMo3vnuRI { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:444.125rem;left:29.875rem;height:6.375rem;display:block; }
#u93dD4Mbtq3opgxy6HMsUzJy02ad7vHH { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:452.0693359375rem;left:45.375rem;height:1.4624rem;font-style:normal;display:block; }
#XPZGdquXZ0gKy5Ox9l5TexXG5S6aM97P { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15014;background-color:#000000;background-image:none;top:460.46875rem;left:29.875rem;display:block; }
#gv982AIASb6rD3LkIpSTRLlnrZFTAkrQ { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:460.9560546875rem;left:31.4375rem;height:1.4625rem;display:block; }
#M7NB31H2ixl0vnZDA5WDO1qetJKLDzg5 { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:465.8125rem;left:29.875rem;height:4.25rem;display:block; }
#z8a23kmsJiHtdag8ZANxr0JTGHq0kZDW { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:473.7568359375rem;left:45.375rem;height:1.4624rem;font-style:normal;display:block; }
#q0Beo0X6N2ET2XVD71CnlPBIrZlhwDdg { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;top:481.96875rem;left:29.875rem;display:block; }
#NwrGEzIva2aTS3O2gNEnC3A6Lbm0epJa { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:482.4560546875rem;left:31.4375rem;height:1.4625rem;display:block; }
#PPg69w8thfs3hWqXH8P1fwKxLfuEx6bB { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:487.3125rem;left:29.875rem;height:6.375rem;display:block; }
#daLOH0xOVeJ49TnMOEWSd3WJDP1SEq8Q { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:495.2568359375rem;left:45.375rem;height:1.4624rem;font-style:normal;display:block; }
#Jvixw0ORZ1lb4gIMrMxMznNVD4kVUbuv { 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:12.3125rem;width:8.6875rem;top:506.53125rem;left:18.84375rem;overflow:hidden;display:block; }
#A0AJVn0tkRfJnbPz2V7ySrnfKolNVPFi { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15016;background-color:#000000;background-image:none;top:502.90625rem;left:29.875rem;display:block; }
#xnODLGKsax2ZXE9GtsNOoIrTuFfx9EMI { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:503.3935546875rem;left:31.4375rem;height:1.4625rem;display:block; }
#of104yugrrx9SLFhKMbkOom18Q9WwxwV { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.7;letter-spacing:0;top:508.25rem;left:29.875rem;height:6.375rem;display:block; }
#DHhdFifE6aAWCb2iX0I5GIFQbDysE09V { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:516.1943359375rem;left:45.375rem;height:1.4624rem;font-style:normal;display:block; }
#L7b872mWtteB9Xru4LVJPCQu2CATD68T { 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:12.3125rem;width:12.3125rem;top:527rem;left:17.6875rem;overflow:hidden;display:block; }
#fTeJoZdMu3Ok5EeKfDCOb4WkaIulKOJ9 { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15017;background-color:#000000;background-image:none;top:524.625rem;left:29.875rem;display:block; }
#Asv0ErCyu58f83DFJc4rpSm5q2hPApbX { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:525.1123046875rem;left:31.4375rem;height:1.4625rem;display:block; }
#r4l2P05N7n2yVs5yCpEBCNdbuDCJIrmh { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:529.96875rem;left:29.875rem;height:6.375rem;display:block; }
#rEvQMbk72PaSUNuUzastT2KfvNKRW9mV { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:537.9130859375rem;left:45.375rem;height:1.4624rem;font-style:normal;display:block; }
#lZsqa6OOMG1kSTXJMgbDf4I17ymrzDqU { color:#016d14;display:block;width:12rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:544.6875rem;left:32.65625rem;height:2.4375rem;font-style:normal;display:block; }
#mPNGpcGLwBu9gymvnHfQ1WM9r2CMMNRo { color:#000000;display:block;width:18.625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:548.03125rem;left:29.34375rem;height:1.4624rem;font-style:normal;display:block; }
#SIqWG7ngsKipqaUqQZqE5ovphvRVIRdi { background-color:#016d14;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5rem;height:5.125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:551.21875rem;left:21.75rem;display:block; }
#Zoplffh29a38kATh5HJukW4vG92yk9RD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xW70i3zhDtWugCeouFS3iEMqyVh9ztRk { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:560.15625rem;left:26.6875rem;height:1.3rem;font-style:normal;display:block; }
#RDC3mEJBaGucSG1hAZmpNzJEocKaPsaf { color:#000000;display:block;width:27.6875rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:300;z-index:15042;line-height:1.4;letter-spacing:0;top:562.09375rem;left:26.6875rem;height:5.6rem;font-style:normal;display:block; }
#Uani1SPZa3J0riK1dLmcNygvkoiDmhVQ { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:7.0625rem;top:560.15625rem;left:18.3125rem;overflow:hidden;display:block; }
#fBqbnLGorrTcPVpfRv8e3HUd7boUaFPZ { 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:12.3125rem;width:12.3125rem;top:419.84375rem;left:20.875rem;overflow:hidden;display:none; }
#SHIGRK1N584lrb0UJUWOr62aH1WOKlXg { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15012;background-color:#000000;background-image:none;top:417.46875rem;left:33.1875rem;display:none; }
#KFeZzMxPq8ITuK0E72VSOZUGCrGsUfwb { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:417.9560546875rem;left:34.75rem;height:1.4624rem;display:none; }
#t9b5g9bGXC0iEW49By108PcFhhCq3IVn { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:422.8125rem;left:33.1875rem;height:6.375rem;display:none; }
#EZ6UGT4ElocnsebuJpT83bfMynZTDmBZ { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:430.7568359375rem;left:49.28125rem;height:2.92480625rem;font-style:normal;display:none; }
#Kudh0GseJiU0gbklSE9h6vqtzGBwRftP { color:#000000;display:block;width:38.875rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:399.12060546875rem;left:21.09375rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#pNzwfINKSSexsrEzTfpOBSe5RIrnkqoC { box-sizing:content-box;height:4.0625rem;width:35.3125rem;position:absolute;display:block;z-index:15001;background-color:#008ce6;background-image:none;top:409.662109375rem;left:22.90625rem;display:none; }
#tnzKFp3edy4cn9GB6Cfz94uurStvpPaN { color:#ffffff;display:block;width:29.6875rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:410.3125rem;left:25.03125rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#vEbFXdvFAxMiNpUnlm1pLLn2TZBCm69N { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:482.4560546875rem;left:34.75rem;height:1.4624rem;display:none; }
#rFWI6KcBNsVumO6fPcVugfBua4NAWQXH { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:465.8125rem;left:32.84375rem;height:6.375rem;display:none; }
#OLlAuyKHhXkvJ35AgSmyaWkWdvM0VMFC { 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:12.3125rem;width:7.6875rem;top:484.34375rem;left:20.875rem;overflow:hidden;display:none; }
#w9FppXTiQCsJZqBr5bG5Ik9TpGPotOQS { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;top:481.96875rem;left:33.1875rem;display:none; }
#hMXFC7rdviHghbIHtIDeoBfl0odZJVH4 { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:482.4560546875rem;left:34.75rem;height:1.4624rem;display:none; }
#M1DiuGQNXzieH3cZo8pouwO6uBHTkD0d { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:465.8125rem;left:32.84375rem;height:6.375rem;display:none; }
#NvSP0Gp2IeJ4rT3chcPQZHlNff2mDbEQ { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:495.2568359375rem;left:49.28125rem;height:1.4624rem;font-style:normal;display:none; }
#fuKHsCo5htVThtbvryBOOVR5LOiBPX0g { 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:12.3125rem;width:8.6875rem;top:484.34375rem;left:20.875rem;overflow:hidden;display:none; }
#g3FGPUvbFGDpWR5h5P1sPdeHVBoNSrM5 { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;top:481.96875rem;left:33.1875rem;display:none; }
#ueCRWhnocef2pxqoFO9l3fzqCh8C4JcO { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:482.4560546875rem;left:34.75rem;height:1.4624rem;display:none; }
#eVLOzN5gfsXhpNkXWXsbdDh86iovBJ69 { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:465.8125rem;left:32.84375rem;height:6.375rem;display:none; }
#HhmP3H0CfVhOILWbtw0KsG4wtlk9zxWL { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:495.2568359375rem;left:49.28125rem;height:1.4624rem;font-style:normal;display:none; }
#Itfe33PFWqIzuteeEsBhnxJ9AmKlUbdK { 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:12.3125rem;width:7.875rem;top:484.34375rem;left:20.875rem;overflow:hidden;display:none; }
#Ft1AgPhTEnxMWdusWu6ZpNJLOfxLOL8J { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;top:481.96875rem;left:33.1875rem;display:none; }
#grEOskJ29Cw4RQC4d4uiiL9XFB7rPtRQ { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:482.4560546875rem;left:34.75rem;height:1.4624rem;display:none; }
#cn5IMseC3boDhwvSsaGfPpcQrJuE7kkd { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:465.8125rem;left:32.84375rem;height:6.375rem;display:none; }
#mDAUoHMvBwl3XiTxmHLaQCVSkJ88iuh5 { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:495.2568359375rem;left:49.28125rem;height:1.4624rem;font-style:normal;display:none; }
#kOKo2q4EK0UBifepp2C7EZGMvmoPewm0 { 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:11.125rem;width:7.875rem;top:484.34375rem;left:20.875rem;overflow:hidden;display:none; }
#TTtmntV6udLi7Wv0gHCSb2H0ngogRAiI { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;top:481.96875rem;left:33.1875rem;display:none; }
#bJTio8XJeZqHLvEK2E8Vlwv2L4lqp8yH { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:482.4560546875rem;left:34.75rem;height:1.4624rem;display:none; }
#yl1y26WQMCTgp5XPdSJckI6tphRlSXAJ { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:465.8125rem;left:32.84375rem;height:6.375rem;display:none; }
#Bm3Hry99R8UGgSr9MOD53rdSBfLW2Sz9 { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:495.2568359375rem;left:49.28125rem;height:1.4624rem;font-style:normal;display:none; }
#tP29nrtXBeT1EeTErqfbqJRwJ5sVBR7C { 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:12.3125rem;width:7.875rem;top:484.34375rem;left:20.875rem;overflow:hidden;display:none; }
#IfNB9NUoc3DQpJIUMG851yLwVlooxlg2 { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;top:481.96875rem;left:33.1875rem;display:none; }
#Ao3EBBAGOvSgswQrUhxcEJKKdNOfnGNZ { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:482.4560546875rem;left:34.75rem;height:1.4624rem;display:none; }
#Mtf98uctu7kzhLKFItNQEpW2BwqUPB1a { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:465.8125rem;left:32.84375rem;height:6.375rem;display:none; }
#Dh3Z0qX2TDTe4EmgEamGpJfZdZd9AEd2 { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:495.2568359375rem;left:49.28125rem;height:1.4624rem;font-style:normal;display:none; }
#l1EXwcIlQKeLIVTutReFwXT3fbQtVhP5 { 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:12.3125rem;width:7.6875rem;top:442.53125rem;left:19.90625rem;overflow:hidden;display:block; }
#R9ois3zHSCT8hxHcrrr1THby7pGpzM7d { 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:10.875rem;width:7.6875rem;top:463.84375rem;left:19.90625rem;overflow:hidden;display:block; }
#k57ITEPanfTAfTxKnIKIQyAbxPWpXbtH { 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:12rem;width:7.6875rem;top:486.03125rem;left:19.90625rem;overflow:hidden;display:block; }
#nHRAUJN0FovqWpvRbw2ePP4nEaVFC6T3 { 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:12rem;width:7.6875rem;top:484.34375rem;left:20.875rem;overflow:hidden;display:none; }
#nPQFTB2lnER9whVUmgsQOiX3iPzicePT { position:relative;display:block; }#nPQFTB2lnER9whVUmgsQOiX3iPzicePT { background-color: transparent; background-image: none; }#nPQFTB2lnER9whVUmgsQOiX3iPzicePT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nPQFTB2lnER9whVUmgsQOiX3iPzicePT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nPQFTB2lnER9whVUmgsQOiX3iPzicePT > .row .container > .video-iframe-container { display: none; }#nPQFTB2lnER9whVUmgsQOiX3iPzicePT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nPQFTB2lnER9whVUmgsQOiX3iPzicePT > .row > .video-iframe-container { display: none; }#nPQFTB2lnER9whVUmgsQOiX3iPzicePT > .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); }#nPQFTB2lnER9whVUmgsQOiX3iPzicePT { border-width: 0; border-radius: 0; }#nPQFTB2lnER9whVUmgsQOiX3iPzicePT > .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; }#nPQFTB2lnER9whVUmgsQOiX3iPzicePT > .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:459.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aTp7ev8nBP8ztkH3BohyVn8l1FQK6LgO { color:#000000;display:block;width:42.4375rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3rem;left:16.28125rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wKt0h3znXb9zL50LUdBhVVfg0VndxJm2 { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:13.2890625rem;left:15.625rem;height:13.19824375rem;text-align:left;text-align-last:left;display:block; }
#wNk74RyA0fF8bn5Hnbfe31UlG2u6a8t6 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:34.375rem;top:30.02197265625rem;left:20.3125rem;overflow:hidden;display:block; }
#IraCPEsA5GFkTLtHAELvCoartFBlBlud { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:54.86572265625rem;left:19.25rem;height:17.59764375rem;display:block; }
#nlm9Zh7LCZ1Ux7NRX8Pv3rRW8KbKWiT1 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.75rem;width:34.1875rem;top:75rem;left:20.71875rem;overflow:hidden;display:block; }
#mMB6aPV8dvkE3KXt1kuuHWMRSyAbPhcO { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:100.17822265625rem;left:15.625rem;height:24.19676875rem;display:block; }
#BBPWc9J37MAhAEATP4WTT8cTiJ31vMVT { color:#000000;display:block;width:43.3125rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:126.75rem;left:15.625rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KRhZWEdvwvxhnmMpMJVBxmWgyJA6LWCH { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:137.03466796875rem;left:15.625rem;height:46.1938375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AEeRUhJiacp4zqckzqPZA2VnFiTHm85B { color:#000000;display:block;width:37.25rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:186.43994140625rem;left:18.65625rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P4Owilkl6nyGGnKRFxRkMV0aIVusLaPT { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15013;line-height:1.6;letter-spacing:0;top:197.271484375rem;left:15.625rem;height:24.196775rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EDRB24lGXRGZXiWtyktmzirdyGKZgU2y { color:#000000;display:block;width:44.5625rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:224.3125rem;left:15.21875rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#avbiPk80TAef07VT7yxAsypXxOBDT6a3 { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:247.625rem;left:15.625rem;height:35.1953rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FgHzLaRtGOrXT6G50UM7CAhPn1cDqOH0 { 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:8.5625rem;width:8.5625rem;top:235.25rem;left:33rem;overflow:hidden;display:block; }
#e3XZNCZz0sLyW9BMI2wL2SxeKyloqoix { box-sizing:content-box;height:125rem;width:53.125rem;position:absolute;display:block;z-index:15001;background-color:rgba(1,109,20,0.12);background-image:none;top:286.25rem;left:10.75rem;border-top:0.1875rem dashed #016d14;border-left:0.1875rem dashed #016d14;border-right:0.1875rem dashed #016d14;border-bottom:0.1875rem dashed #016d14;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#sHlvZBlzc2usffaaZqxAz11TTzRxEH8h { color:#016d14;display:block;width:41rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:288.6875rem;left:17rem;height:10.96875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pS3vosFJDcbFXqUvxw5ziynVUTfoTdqa { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;top:302.1875rem;left:15.9375rem;height:106rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TfQEvoHgp28BlTnyQVA0Pyk9iJ2cFkKm { color:#000000;display:block;width:36.75rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:415.375rem;left:19.125rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MRcNOKsdMxNK5zp2v9Qmdf4IBXkau0i6 { box-sizing:content-box;height:97.8125rem;width:27.125rem;position:absolute;display:block;z-index:15001;background-color:rgba(248,0,0,0.12);background-image:none;top:218.5625rem;left:27.875rem;border-top:0.1875rem dashed #ff0000;border-left:0.1875rem dashed #ff0000;border-right:0.1875rem dashed #ff0000;border-bottom:0.1875rem dashed #ff0000;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:none; }
#BIsfLSNl0ZRxUDct9zMbJxBmfJB4bhvO { color:#ff0000;display:block;width:22.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:220.5625rem;left:30.21875rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#leGESyviSe2d3zm7CEvQndEqy07L4hVU { color:#000000;display:block;width:25.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;top:225.146484375rem;left:28.78125rem;height:89.57820625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 .accordion-element-container { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;flex-direction:column;align-items:center;background-color:#fafafa;background-image:none;vertical-align:top;border-top:0.0625rem solid rgba(0,0,0,0.61);border-left:0.0625rem solid rgba(0,0,0,0.61);border-right:0.0625rem solid rgba(0,0,0,0.61);border-bottom:0.0625rem solid rgba(0,0,0,0.61); }
#i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 .accordion-heading-text { display:block;position:relative;width:100%;font-family:arial;font-weight:700;font-size:1.25rem; }
#i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:arial;line-height:1.7;overflow:hidden;height:auto; }
#i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 .accordion-trigger.adaptive-delivery-prevent-bg, #i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 .accordion-trigger.lazyload, #i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 .accordion-trigger.lazyloading { background-image: none; }
#i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 { box-sizing:content-box;height:auto;width:46.875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15017;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:422.5498046875rem;left:12.8125rem; }
#i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 #sQ8Bw3W80fDo8fmpiqcBhqxCPuxJMxyu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 #MAy5DLztsIcTLtucynKwCETwUI1JOlCN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 #HTeWTloOIp38CHRs1TDh6PVMPAEMaEtw { display:block;position:relative; }
#i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 #yl0TWvurmC16xRx4MATVtERohGNlKBd9 {  }
#i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 #nlQcNvaHyHAT5iieaHkapXFr4uETLMy5 {  }
#i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 #TTeVSgNQXaPGCwUz4sTkrMqQwJXtwrIp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 #AMG8UTgiDBSFy3nwt4xcPnBaVUReOuza { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 #bkNJDu4yAWMdMr5rapOlnZNcUxhv9Od8 { display:block;position:relative; }
#i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 #CTLTzvwRl5JtHwm9MmRU8B08i7gnfWq8 {  }
#i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 #Xfe0PIXXPaaJUWky23VtDgkrC2Wqcwpb { display:none; }
#i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 #FTX5MwFSM82rn4emzkWKESLkEVgFMy0C { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 #qS9ADHUODdN9oTzaOyfkTNIeVmpeDbDQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 #g6BecQyesEb7wirqTndnCp9D15rgNkL8 { display:block;position:relative; }
#i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 #m1QSsrNghUv31uDZnTMXgMuFKruIwnHP {  }
#i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 #R1rHi5vTpTBVxM1vPGomZUaXPGiOc0B1 { display:none; }
#i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 #dahz9NddoaJfgStmtra1U5XNDapfMBt8 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 #AaNuUD7pUbGHvCPAuzXqZcAnIdzaWPZa { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 #Uf9H1XDE7G2XUO85m0U14AD81kfo4MqT { display:block;position:relative; }
#i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 #AUuk182PS5Ek494cRdH7CXL6GXRVf1dT {  }
#i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 #fTfCJ3dCkPvIO3sPI0uQV7B5uUZ3FNeT { display:none; }
#KTZEkTT5cfDNA596FeBZSZSLT5xsJa7A { position:relative;display:block; }#KTZEkTT5cfDNA596FeBZSZSLT5xsJa7A { background-color: transparent; background-image: none; }#KTZEkTT5cfDNA596FeBZSZSLT5xsJa7A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTZEkTT5cfDNA596FeBZSZSLT5xsJa7A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTZEkTT5cfDNA596FeBZSZSLT5xsJa7A > .row .container > .video-iframe-container { display: none; }#KTZEkTT5cfDNA596FeBZSZSLT5xsJa7A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTZEkTT5cfDNA596FeBZSZSLT5xsJa7A > .row > .video-iframe-container { display: none; }#KTZEkTT5cfDNA596FeBZSZSLT5xsJa7A > .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); }#KTZEkTT5cfDNA596FeBZSZSLT5xsJa7A { border-width: 0; border-radius: 0; }#KTZEkTT5cfDNA596FeBZSZSLT5xsJa7A > .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; }#KTZEkTT5cfDNA596FeBZSZSLT5xsJa7A > .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:571.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TK4Lv0UJ3E6RvKWmywxN243eJwGnEnc9 { box-sizing:content-box;height:570.6875rem;width:53.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(1,109,20,0.12);background-image:none;top:0rem;left:10.75rem;border-top:0.1875rem dashed #016d14;border-left:0.1875rem dashed #016d14;border-right:0.1875rem dashed #016d14;border-bottom:0.1875rem dashed #016d14;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#oVHIUTtiZT1wHFXQHTUG97bVbf1pSCgV { color:#000000;display:block;width:46rem;position:absolute;font-family:rubik;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.41796875rem;left:14.5rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FrW6RarQVVHBpixbBQGlL8JfsCxeMJUG { 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:16.0625rem;width:45.0625rem;top:19.69921875rem;left:14.96875rem;overflow:hidden;display:block; }
#mUTAuI7cEMOKdtG4BWUqBBrnHwiHxG42 { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:37.0625rem;left:15.625rem;height:12.75rem;text-align:left;text-align-last:left;display:block; }
#tTivUdOmWNK92OdF1MSNLzdP9k8BprQN { color:#000000;display:block;width:32.75rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:51.375rem;left:21.125rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GiOVInX35S5lQHWTTzOBooISKSmwhMtz { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:57.9375rem;left:15.625rem;height:27.625rem;text-align:left;text-align-last:left;display:block; }
#zKAD2S25OJAQ02FZKZTzbvr5xdqT7h3N { color:#000000;display:block;width:22.9375rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:88.8818359375rem;left:26.03125rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cVDETfKJ3SRVdncoTWWspIX1S8RG7eyT { 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:23.375rem;width:31.4375rem;top:94.44921875rem;left:21.78125rem;overflow:hidden;display:block; }
#tGEuH9xdcOcp9vyINa0UNvikNJITuWDT { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.7;letter-spacing:0;top:119.80859375rem;left:15.625rem;height:34rem;text-align:left;text-align-last:left;display:block; }
#yUlC3x7Le1ew6Hna9ilFtJhmd6duRQo7 { color:#000000;display:block;width:40.4375rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:157.04931640625rem;left:17.28125rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EckTeI5F9rundCXux8CxK5fRPdmKxScG { 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:32.125rem;width:32.125rem;top:161.65283203125rem;left:21.4375rem;overflow:hidden;display:block; }
#ep8uI5xFSoIZT9sD0TGZ8uaVcutd2u15 { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:196.89697265625rem;left:15.625rem;height:42.5rem;text-align:left;text-align-last:left;display:block; }
#LfDtryAzNdOGF3qIB1igCiObOT7xZJne { color:#000000;display:block;width:25.3125rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:243.06201171875rem;left:24.84375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MsyU0JU4zt9XTCJS6cadG865zbm5P98c { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:251.18017578125rem;left:15.625rem;height:29.75rem;text-align:left;text-align-last:left;display:block; }
#V9zPtH9cCIf1iFPGUzphdk0nHNbp0siv { color:#000000;display:block;width:35.1875rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:283.734375rem;left:19.90625rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#asiNuAF1wPGv0nHq3gyVGuTs0RRHcUc5 { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.7;letter-spacing:0;top:318.990234375rem;left:15.625rem;height:21.25rem;text-align:left;text-align-last:left;display:block; }
#MX9gJ1DRvD5CmtN6tQiu2cKhIU52qAC0 { 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:28.5625rem;width:28.5625rem;top:289.302734375rem;left:23.21875rem;overflow:hidden;display:block; }
#yNkV9aVBU8b2cOxxcdzZQe1nae8Wzx8B { color:#000000;display:block;width:45.3125rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:343.69970703125rem;left:14.84375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ChDRTZm3J8lrCduQNaDThKc1eRDz251N { 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:26.9375rem;width:37.3125rem;top:349.083984375rem;left:18.84375rem;overflow:hidden;display:block; }
#lHo0a3GlSuKmTzO0dsW967v9z1aDllzt { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.7;letter-spacing:0;top:378.79833984375rem;left:15.625rem;height:17rem;text-align:left;text-align-last:left;display:block; }
#bSstHnlRXJalNbcADlX9Z4JtrwTT9XpG { color:#000000;display:block;width:38.875rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:399.05810546875rem;left:17.28125rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qo2WKPx2WmlFqOp19BbeHAloNwcD4mEv { box-sizing:content-box;height:4.0625rem;width:35.3125rem;position:absolute;display:block;z-index:15001;background-color:#016d14;background-image:none;top:409.662109375rem;left:19.84375rem;display:block; }
#rRd9oDF6XnSvySCQeOzOCDRMw9gwvUlE { color:#ffffff;display:block;width:29.6875rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:410.3125rem;left:22.65625rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TgCinPobQLmqd3aF5nTCuenkXThkUwrF { 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:12.3125rem;width:7.875rem;top:420.78125rem;left:19.90625rem;overflow:hidden;display:block; }
#SeENMe0RF9MBPONi37TphLkDKFP9NUTJ { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15012;background-color:#000000;background-image:none;top:417.46875rem;left:29.875rem;display:block; }
#Myl27iDlCDm2suuweGiZcZC9lztMgel9 { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:417.9560546875rem;left:31.4375rem;height:1.4625rem;display:block; }
#mnt9hsprwp8aLIZK2rhOBVH851IB88iv { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:422.8125rem;left:29.875rem;height:6.375rem;display:block; }
#DJFM8PtrhqmezK4i5ihiX4JcBFC4uGaN { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:430.7568359375rem;left:45.375rem;height:1.4624rem;font-style:normal;display:block; }
#kDP5Nw6E11gSokUs2CiedlBda5ilRKUT { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15013;background-color:#000000;background-image:none;top:438.78125rem;left:29.875rem;display:block; }
#SLmOVUv6SQEWuR2iLdAwJMU5aX8J26Pm { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:439.2685546875rem;left:31.4375rem;height:1.4625rem;display:block; }
#me2meLFTBvI1004p35nJFUThZ2vx5Pud { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:444.125rem;left:29.875rem;height:6.375rem;display:block; }
#LAQ7FRThizphvnZZ45VyDExXRHQLc4aO { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:452.0693359375rem;left:45.375rem;height:1.4624rem;font-style:normal;display:block; }
#iXAxDV50sXxdPco8LMEWbzeUPV8wMwfU { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15014;background-color:#000000;background-image:none;top:460.46875rem;left:29.875rem;display:block; }
#tFavJHzyRHRRweITLAPsO16z4QI6rg0F { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:460.9560546875rem;left:31.4375rem;height:1.4625rem;display:block; }
#xLWydQScEvBXdCUg7huwZWV2UVKKkm99 { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:465.8125rem;left:29.875rem;height:4.25rem;display:block; }
#aKz86k648Wu7RJHLEACTWwiRplQ7aF11 { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:473.7568359375rem;left:45.375rem;height:1.4624rem;font-style:normal;display:block; }
#qhoN2uQTRWEXzlyKSCRi7a5rGyMULTzW { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;top:481.96875rem;left:29.875rem;display:block; }
#JFxPb8ugKX61DSqsqatDg7ZHzs502Tom { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:482.4560546875rem;left:31.4375rem;height:1.4625rem;display:block; }
#AFF1k78OPJx1uiFZKaITgTi3kkXlvAwx { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:487.3125rem;left:29.875rem;height:6.375rem;display:block; }
#VZFxCtCNhhQQ01yfqgG6sBoTBXe9oqG1 { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:495.2568359375rem;left:45.375rem;height:1.4624rem;font-style:normal;display:block; }
#lAODf47IkuGEbP9yHJF9ftKZ5RFHTcGn { 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:12.3125rem;width:8.6875rem;top:506.53125rem;left:18.84375rem;overflow:hidden;display:block; }
#SaPPTtvNKNCZ3SnV0OaXL3i5NGgXLEHz { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15016;background-color:#000000;background-image:none;top:502.90625rem;left:29.875rem;display:block; }
#UNSJzZ1t4be50yPKgDnBuBH1MOms07TV { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:503.3935546875rem;left:31.4375rem;height:1.4625rem;display:block; }
#dwLU0OOPnytmXfctQcE79H1K0kuWodPD { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.7;letter-spacing:0;top:508.25rem;left:29.875rem;height:6.375rem;display:block; }
#l36c0lNVnzdmx3t2KN9lQlZ9HHS9uJud { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:516.1943359375rem;left:45.375rem;height:1.4624rem;font-style:normal;display:block; }
#J4elwBacVMila6PeFmaVFmwmvVys4zce { 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:12.3125rem;width:12.3125rem;top:527rem;left:17.6875rem;overflow:hidden;display:block; }
#xoe6h9ycCFokVy4x2mP9QviPlTAEKcN7 { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15017;background-color:#000000;background-image:none;top:524.625rem;left:29.875rem;display:block; }
#vGwhp2o4aM140XihTv81bRGlWmlU5ZwU { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:525.1123046875rem;left:31.4375rem;height:1.4625rem;display:block; }
#OLTF0nRHofJxZsMHpZfk9c5of7JiWLnI { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:529.96875rem;left:29.875rem;height:6.375rem;display:block; }
#pKfFaAllIagibNprhEXNv2tt6MmgCCEJ { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:537.9130859375rem;left:45.375rem;height:1.4624rem;font-style:normal;display:block; }
#XuvX0KGRxosIXZMVRROpySRvLUvs0xSK { color:#016d14;display:block;width:12rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:544.6875rem;left:32.65625rem;height:2.4375rem;font-style:normal;display:block; }
#CTqCh5KdrzXBEBUCU0AHANc1XJTyOHTt { color:#000000;display:block;width:18.625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:548.03125rem;left:29.34375rem;height:1.4624rem;font-style:normal;display:block; }
#El3TKF8cFWnPBHSTCVRJxZtaKPNEnV6X { background-color:#016d14;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5rem;height:5.125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:551.21875rem;left:21.75rem;display:block; }
#oWx0NPgZgLopd4wkCQeCfa7OkweyI8So { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#upz3KeF39d0t3T2n83os76iMc4IIoJ4U { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:560.15625rem;left:26.6875rem;height:1.3rem;font-style:normal;display:block; }
#JHeNSMwqxONUasJPLBmgXErBlAtFNFcx { color:#000000;display:block;width:27.6875rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:300;z-index:15042;line-height:1.4;letter-spacing:0;top:562.09375rem;left:26.6875rem;height:5.6rem;font-style:normal;display:block; }
#bTdKT3UPqw11g5oPM2mfyIM0yP4m1iZM { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:7.0625rem;top:560.15625rem;left:18.3125rem;overflow:hidden;display:block; }
#Txm3sC6JDaNAcaU09ZL6grW4AxA5HhLg { 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:12.3125rem;width:12.3125rem;top:419.84375rem;left:20.875rem;overflow:hidden;display:none; }
#BHq0CA2RbwxkuSAviXmfZn6pwD3Wg0G4 { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15012;background-color:#000000;background-image:none;top:417.46875rem;left:33.1875rem;display:none; }
#O0tRGnbtbhzRQGivoIqmy1TPKTlgVmDt { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:417.9560546875rem;left:34.75rem;height:1.4624rem;display:none; }
#QhyXDauT2N1wu9zi9VSu9wtg1XuWzAZW { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:422.8125rem;left:33.1875rem;height:6.375rem;display:none; }
#HxuTobt7FpPIB4TVR2si6v3TKUXNuqOA { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:430.7568359375rem;left:49.28125rem;height:2.92480625rem;font-style:normal;display:none; }
#EDt8LT5xE54KCiFsSi9ddUXuEZPQxnPI { color:#000000;display:block;width:38.875rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:399.12060546875rem;left:21.09375rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qnM4yHOTKJ0nirMnMH8W4LSMfZHe2Tgg { box-sizing:content-box;height:4.0625rem;width:35.3125rem;position:absolute;display:block;z-index:15001;background-color:#008ce6;background-image:none;top:409.662109375rem;left:22.90625rem;display:none; }
#x03o0eg7u4wANyiCapTJHqwVUM4VwGXt { color:#ffffff;display:block;width:29.6875rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:410.3125rem;left:25.03125rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xNA3iZy2SZ6oOPnLBWfltUSv90iXkCby { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:482.4560546875rem;left:34.75rem;height:1.4624rem;display:none; }
#dF0l6HeT3oWCoZQXkaN5O3qn1rs2bqO9 { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:465.8125rem;left:32.84375rem;height:6.375rem;display:none; }
#qoIVPKiTBIJTg9mF3c8iqzMn9VyS1iHO { 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:12.3125rem;width:7.6875rem;top:484.34375rem;left:20.875rem;overflow:hidden;display:none; }
#hvghPHwypJTLR7fVMq0zeKgqvHgZAOU6 { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;top:481.96875rem;left:33.1875rem;display:none; }
#abAzJrwucvlo0eaW4RLUsTicyFbrbWRW { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:482.4560546875rem;left:34.75rem;height:1.4624rem;display:none; }
#g7qEUDdJSq57d68qe45EeChf9fB26Jia { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:465.8125rem;left:32.84375rem;height:6.375rem;display:none; }
#I1xpv8dZZ7VeR3nLBxlzk0HKRelt9Jox { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:495.2568359375rem;left:49.28125rem;height:1.4624rem;font-style:normal;display:none; }
#pxRW56HOp4TopHQrZJmzQU9G41PTEiFz { 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:12.3125rem;width:8.6875rem;top:484.34375rem;left:20.875rem;overflow:hidden;display:none; }
#L3UX79KIb3cvQyua25ztFAuqQPfiZT6b { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;top:481.96875rem;left:33.1875rem;display:none; }
#WHWpXEaDAasHzATA8Gn6nEV2ZaFnqn6z { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:482.4560546875rem;left:34.75rem;height:1.4624rem;display:none; }
#U1k9xosSqXXNhrTTmPdQufTGUZaZnEHK { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:465.8125rem;left:32.84375rem;height:6.375rem;display:none; }
#kR2EooEeDQvIuVvnSyoJZW60T8ndJU51 { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:495.2568359375rem;left:49.28125rem;height:1.4624rem;font-style:normal;display:none; }
#NAnBAI5K6ikron6FMOVMFnuIbLyvpe6z { 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:12.3125rem;width:7.875rem;top:484.34375rem;left:20.875rem;overflow:hidden;display:none; }
#IwW0HXxXyvabov4qIqUGGsopaXTII0oA { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;top:481.96875rem;left:33.1875rem;display:none; }
#Eqx60xqKX2kfiGtUo9Nm1zXBTkfulOUK { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:482.4560546875rem;left:34.75rem;height:1.4624rem;display:none; }
#PCZIKIKGQsqQxkEfilpHDGsMlaGRBT98 { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:465.8125rem;left:32.84375rem;height:6.375rem;display:none; }
#Nv5gKWiLBiBxOHXvD7XCDTXfGZp5T5G6 { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:495.2568359375rem;left:49.28125rem;height:1.4624rem;font-style:normal;display:none; }
#Rid8USDcaWwFMhTLG2DHlPA2BiqGoJiP { 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:11.125rem;width:7.875rem;top:484.34375rem;left:20.875rem;overflow:hidden;display:none; }
#xSF5C6wXmJK6kZkJqnd16CM24TahEJHO { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;top:481.96875rem;left:33.1875rem;display:none; }
#IT8RqCuyLw6cJu8TJDDmWLTQbUPSHppo { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:482.4560546875rem;left:34.75rem;height:1.4624rem;display:none; }
#ggS6fzMDuI12qKGytoHC2Q0Bnt9dB48n { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:465.8125rem;left:32.84375rem;height:6.375rem;display:none; }
#MXicLwN65ZCRVFINrzpU1Z97z9tIlmAa { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:495.2568359375rem;left:49.28125rem;height:1.4624rem;font-style:normal;display:none; }
#tUCcpElQXByTtJkPWcXxaoCx83uVSe20 { 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:12.3125rem;width:7.875rem;top:484.34375rem;left:20.875rem;overflow:hidden;display:none; }
#nuCCgwnqaXIXeLRU7WAqItvU0440AcNr { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;top:481.96875rem;left:33.1875rem;display:none; }
#dR2eWA393v97JHyc78tsp1aBWtgCp7Qb { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:482.4560546875rem;left:34.75rem;height:1.4624rem;display:none; }
#JeEgOqHnDTNuGUOTBMSq8Ay9DcnyHVtv { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:465.8125rem;left:32.84375rem;height:6.375rem;display:none; }
#FyGXBT5Udy63fmfyP2XTmBmg9kCuJM8N { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:495.2568359375rem;left:49.28125rem;height:1.4624rem;font-style:normal;display:none; }
#UmM33zztTap8dylHACaeXWHiz1dEuAtJ { 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:12.3125rem;width:7.6875rem;top:442.53125rem;left:19.90625rem;overflow:hidden;display:block; }
#Ggzbl5268HazURcGmyL6w8nbLnvkbZTV { 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:10.875rem;width:7.6875rem;top:463.84375rem;left:19.90625rem;overflow:hidden;display:block; }
#SnuHQMTrxauXh32ba0TXCMdZmFvyhabQ { 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:12rem;width:7.6875rem;top:486.03125rem;left:19.90625rem;overflow:hidden;display:block; }
#Hh986zdiAQItlSfPyyW42qgUvKhHw9bu { 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:12rem;width:7.6875rem;top:484.34375rem;left:20.875rem;overflow:hidden;display:none; }
#rdFSxqPL6sWqR7AVqJCLAcpzwMkiDdPD { position:relative;display:block; }#rdFSxqPL6sWqR7AVqJCLAcpzwMkiDdPD { background-color: transparent; background-image: none; }#rdFSxqPL6sWqR7AVqJCLAcpzwMkiDdPD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rdFSxqPL6sWqR7AVqJCLAcpzwMkiDdPD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rdFSxqPL6sWqR7AVqJCLAcpzwMkiDdPD > .row .container > .video-iframe-container { display: none; }#rdFSxqPL6sWqR7AVqJCLAcpzwMkiDdPD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rdFSxqPL6sWqR7AVqJCLAcpzwMkiDdPD > .row > .video-iframe-container { display: none; }#rdFSxqPL6sWqR7AVqJCLAcpzwMkiDdPD > .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); }#rdFSxqPL6sWqR7AVqJCLAcpzwMkiDdPD { border-width: 0; border-radius: 0; }#rdFSxqPL6sWqR7AVqJCLAcpzwMkiDdPD > .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; }#rdFSxqPL6sWqR7AVqJCLAcpzwMkiDdPD > .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:7rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ARH5DebP8eRvl8uaQSoApqOP1FdFEqVL { color:#000000;display:block;width:13.25rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:300;z-index:15042;line-height:1.4;letter-spacing:0;top:2.88720703125rem;left:34.96875rem;height:1.225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fW8fU9Vd2tfELTWKu0TyOTzhKv13mzq2 { display:block; }#fW8fU9Vd2tfELTWKu0TyOTzhKv13mzq2 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k2b7yUI3Bnxzi8yRu0OuLWWMXslo1Mex { top:1.125rem;left:8.625rem;width:30.5rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T49wDhHleAkfDrPUb9XvVyBhB3FrizRB { top:1.3125rem;left:9.125rem;width:30.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fp6SSs93tTtPHfg0GEuVkGZ3smPe0OdV { top:3.9375rem;left:0rem;width:47.75rem;height:9.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmmEoGk4Qbdq3SQn3V0Tddz4Jx3ZqnGT { top:15.125rem;left:2.59375rem;width:42.5625rem;height:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQP46hvqMpyHaIUal6z7qhggrikIPbku { top:23.0625rem;left:22.4375rem;width:25.3125rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #axw77ZEZMwF8GrHAdzBJ5gdux6biVMCi { top:24.1875rem;left:29.8125rem;width:17.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXmV4sJRLBdk3gmlyVeVPlp6nAAnpx2f { top:22.5rem;left:30.34375rem;width:4.5625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCAb4Fwff6wllCbCRzp7CdrlsleAE0qy { top:22.625rem;left:30.875rem;width:3.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLCIxf9r8NVHsKCaVu5G50s3kdXP0bAF { top:26.25rem;left:22.4375rem;width:24.9375rem;height:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4X9B65MmpXgsWGQPXXnb0HTu9cNGD5H { top:27.6875rem;left:26rem;width:21.75rem;height:28rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmHoZT6GB0A2cqZMFHg147ygstDqL1dF { top:56.875rem;left:33.24951171875rem;width:8rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pM8APRFhk1nXt6bpqwpcLEvGgxAggQMk { top:56.8125rem;left:42.2490234375rem;width:5.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVNQEiUhZ6ouMLKwbwC3NGNG1ofyAId3 { width:13.75rem;height:2.625rem;top:58.9375rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #uU7atR11RKnaIJAZEPTxsdu9yMsT23gQ { display:block; }
 }@media only screen and (max-width: 763px) { #TGAmmX2NwuIUsCkiKPzknfqfzzDLZ7oX { top:62.875rem;left:36.59375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwwU1SuqPxAAtQ0mnBQmdEHmymo7azfQ { width:8.5rem;height:1.3125rem;top:62.875rem;left:38.5615234375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ds5xF6iDO8ROn4vuXLRA1szCJnKKOHTl { top:65.3125rem;left:37.8427734375rem;width:8.9375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCNJudqZpteX9G4SBFU3UapKrZO1LhRQ { top:23.0625rem;left:0rem;width:37.5625rem;height:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #foS3SAOh6DcNDA8MW4B3sAu6qXT46RIn { display:block; }#foS3SAOh6DcNDA8MW4B3sAu6qXT46RIn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IwgeoSp2k3qbVbHxshcS2OFUugmk0tGW { top:1.375rem;left:1.09375rem;width:45.5625rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSLbmHJWl7HTlLsIDM2WEEHxzhwEcwf9 { top:10.375rem;left:0.4375rem;width:46.875rem;height:48.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpEqHVcOPOxyTXKz0GM9yXswZaogTHhR { top:61.625rem;left:3.46875rem;width:40.8125rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgDIb33FG0enMqbTPKbtIAopIDtnMShk { top:89.5625rem;left:0.4375rem;width:46.875rem;height:30.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGaeL10eNlBWkiLQJLvcPvEGC5GFPmiT { top:122.125rem;left:8.46875rem;width:30.8125rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6x9yRwTOw7pTwJXVww85c44Cis14UCi { top:131.25rem;left:0.40625rem;width:46.9375rem;height:68.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnKFZlTpx76Alsnm41P8a96NBnD6EwpK { display:block; }#TnKFZlTpx76Alsnm41P8a96NBnD6EwpK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PCFHpaPMEIr0yJWsvLr5xRgLChOoqNoK { top:0rem;left:0rem;width:47.375rem;height:570.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HX3An5yu1K1p4iRefnJIwGgA5LvvFleE { top:2.375rem;left:0.875rem;width:46rem;height:16.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Obc3yp4gCo5ipZBiHMxg2kzhlld5RmxD { top:19.6875rem;left:1.34375rem;width:45.0625rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfgGpplNFNJZJ02gyJAqb2Ge8QZqfoF8 { top:37.0625rem;left:2rem;width:43.75rem;height:12.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #moFUiWbPFvB3VMSQ2nZehfKcSG09T89u { top:51.375rem;left:7.5rem;width:32.75rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfbAXz3pZTsspwHe1SWr2RMnduCfzxdI { top:57.9375rem;left:2rem;width:43.75rem;height:27.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3irucRvBB1TGDqpZxLJiId6bBTyKSyt { top:88.875rem;left:12.40625rem;width:22.9375rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDWrQPT9hQMEel4kpJ7ylA3dNioT89g3 { top:94.4375rem;left:8.15625rem;width:31.4375rem;height:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLJ91u6f9d1MOG83D7TrhcPiWvPbhQWD { top:119.8125rem;left:2rem;width:43.75rem;height:34rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgIVwu4L6RhUGISmbMT0ndzGJSUKH5h3 { top:157rem;left:3.65625rem;width:40.4375rem;height:7.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B41eQPXvhf9tlGoGPd0Q0ho36peq2DlA { top:161.625rem;left:7.8125rem;width:32.125rem;height:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXQouUXMhZTeWSOQ30IBeHDXXyktrlxt { top:196.875rem;left:2rem;width:43.75rem;height:42.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVI1ht8xit4zf0TsRXqZ33H7r2mAhLIV { top:243rem;left:11.21875rem;width:25.3125rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQzN1LZDDuXzb6cGFCbOg2UpxsD3ItTw { top:251.1875rem;left:2rem;width:43.75rem;height:29.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZVp29BioO3vi7H1PUGXDp2oZipLUWxD { top:283.6875rem;left:6.28125rem;width:35.1875rem;height:3.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N89h0Adf1S9aykQScBkt1gUMOK3Sxu7u { top:319rem;left:2rem;width:43.75rem;height:21.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUTxOhQsmJAra0OChMBJFTWS7eWnV0Zk { top:289.25rem;left:9.59375rem;width:28.5625rem;height:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpn13bagZBS6oc99URcLPQb9sxE8qR3u { top:343.6875rem;left:1.21875rem;width:45.3125rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW9JA4FsI75WM5o3UtLQgq7O79eAxMQI { top:349.0625rem;left:5.21875rem;width:37.3125rem;height:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIBTpK4A4qUnAyazfhkz5bEOhgDXZXhT { top:378.8125rem;left:2rem;width:43.75rem;height:17rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ntgsvkv6pBd48FcvO5xb7gKTGQIQy2s9 { top:399rem;left:3.65625rem;width:38.875rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vmx3R3XLe2faciEcTQD4x8cI9LoPW4HE { top:409.625rem;left:6.21875rem;width:35.3125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2iWIdT6DCTXoau8JOJGVsrQnWxXuW4A { top:410.3125rem;left:9.03125rem;width:29.6875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmUQ4lGb3AvOe9cKbeuOQ6e8eTbG2bW6 { top:420.75rem;left:6.28125rem;width:7.875rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HU6AniObeszbAUq5oGue7gVBtgsiMbwz { top:417.5rem;left:16.25rem;width:10.9375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDzXPHNJNVzv1Pr6n1lN9TTpR0hlzQJa { top:417.9375rem;left:17.8125rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #znwbFqCGSz7bINOQEDHaVVDnLX2dq8yS { top:422.8125rem;left:16.25rem;width:24.5rem;height:6.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3qw7AwUOccMzRK3bqABC6XAA3zb2pW2 { top:430.75rem;left:31.75rem;width:8.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkNPcGsLe8qTo2HSZ8q2Ozp6GSW6Hbwo { top:438.8125rem;left:16.25rem;width:10.9375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqenwMmtrodq05bzIJUkBvhab3TmbkfH { top:439.25rem;left:17.8125rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td872hVS7g7xUIDMh238WT9wMo3vnuRI { top:444.125rem;left:16.25rem;width:24.5rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u93dD4Mbtq3opgxy6HMsUzJy02ad7vHH { top:452.0625rem;left:31.75rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPZGdquXZ0gKy5Ox9l5TexXG5S6aM97P { top:460.5rem;left:16.25rem;width:10.9375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gv982AIASb6rD3LkIpSTRLlnrZFTAkrQ { top:460.9375rem;left:17.8125rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7NB31H2ixl0vnZDA5WDO1qetJKLDzg5 { top:465.8125rem;left:16.25rem;width:24.5rem;height:4.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8a23kmsJiHtdag8ZANxr0JTGHq0kZDW { top:473.75rem;left:31.75rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0Beo0X6N2ET2XVD71CnlPBIrZlhwDdg { top:482rem;left:16.25rem;width:10.9375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwrGEzIva2aTS3O2gNEnC3A6Lbm0epJa { top:482.4375rem;left:17.8125rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPg69w8thfs3hWqXH8P1fwKxLfuEx6bB { top:487.3125rem;left:16.25rem;width:24.5rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #daLOH0xOVeJ49TnMOEWSd3WJDP1SEq8Q { top:495.25rem;left:31.75rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jvixw0ORZ1lb4gIMrMxMznNVD4kVUbuv { top:506.5rem;left:5.21875rem;width:8.6875rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0AJVn0tkRfJnbPz2V7ySrnfKolNVPFi { top:502.9375rem;left:16.25rem;width:10.9375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnODLGKsax2ZXE9GtsNOoIrTuFfx9EMI { top:503.375rem;left:17.8125rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #of104yugrrx9SLFhKMbkOom18Q9WwxwV { top:508.25rem;left:16.25rem;width:24.5rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHhdFifE6aAWCb2iX0I5GIFQbDysE09V { top:516.1875rem;left:31.75rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7b872mWtteB9Xru4LVJPCQu2CATD68T { top:527rem;left:4.0625rem;width:12.3125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTeJoZdMu3Ok5EeKfDCOb4WkaIulKOJ9 { top:524.625rem;left:16.25rem;width:10.9375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Asv0ErCyu58f83DFJc4rpSm5q2hPApbX { top:525.0625rem;left:17.8125rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4l2P05N7n2yVs5yCpEBCNdbuDCJIrmh { top:529.9375rem;left:16.25rem;width:24.5rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEvQMbk72PaSUNuUzastT2KfvNKRW9mV { top:537.9375rem;left:31.75rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZsqa6OOMG1kSTXJMgbDf4I17ymrzDqU { top:544.6875rem;left:19.03125rem;width:12rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPNGpcGLwBu9gymvnHfQ1WM9r2CMMNRo { top:548rem;left:15.71875rem;width:18.625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIqWG7ngsKipqaUqQZqE5ovphvRVIRdi { width:31.5rem;height:5.125rem;top:551.1875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zoplffh29a38kATh5HJukW4vG92yk9RD { display:block; }
 }@media only screen and (max-width: 763px) { #xW70i3zhDtWugCeouFS3iEMqyVh9ztRk { top:560.1875rem;left:13.0625rem;width:27.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDC3mEJBaGucSG1hAZmpNzJEocKaPsaf { top:562.125rem;left:13.0625rem;width:27.6875rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uani1SPZa3J0riK1dLmcNygvkoiDmhVQ { top:560.1875rem;left:4.6875rem;width:7.0625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBqbnLGorrTcPVpfRv8e3HUd7boUaFPZ { top:419.875rem;left:7.25rem;width:12.3125rem;height:12.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SHIGRK1N584lrb0UJUWOr62aH1WOKlXg { top:417.4375rem;left:19.5625rem;width:10.9375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KFeZzMxPq8ITuK0E72VSOZUGCrGsUfwb { top:417.9375rem;left:21.125rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #t9b5g9bGXC0iEW49By108PcFhhCq3IVn { top:422.8125rem;left:19.5625rem;width:24.5rem;height:6.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EZ6UGT4ElocnsebuJpT83bfMynZTDmBZ { top:430.75rem;left:35.65625rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kudh0GseJiU0gbklSE9h6vqtzGBwRftP { top:399.0625rem;left:7.46875rem;width:38.875rem;height:7.3125rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pNzwfINKSSexsrEzTfpOBSe5RIrnkqoC { top:409.625rem;left:9.28125rem;width:35.3125rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tnzKFp3edy4cn9GB6Cfz94uurStvpPaN { top:410.3125rem;left:11.40625rem;width:29.6875rem;height:2.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vEbFXdvFAxMiNpUnlm1pLLn2TZBCm69N { top:375.875rem;left:0rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rFWI6KcBNsVumO6fPcVugfBua4NAWQXH { top:374.125rem;left:0rem;width:16.9375rem;height:5.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OLlAuyKHhXkvJ35AgSmyaWkWdvM0VMFC { top:484.3125rem;left:7.25rem;width:7.6875rem;height:12.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #w9FppXTiQCsJZqBr5bG5Ik9TpGPotOQS { top:481.9375rem;left:19.5625rem;width:10.9375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hMXFC7rdviHghbIHtIDeoBfl0odZJVH4 { top:404.4375rem;left:0rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #M1DiuGQNXzieH3cZo8pouwO6uBHTkD0d { top:402.5625rem;left:0rem;width:16.9375rem;height:5.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NvSP0Gp2IeJ4rT3chcPQZHlNff2mDbEQ { top:495.25rem;left:35.65625rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fuKHsCo5htVThtbvryBOOVR5LOiBPX0g { top:484.3125rem;left:7.25rem;width:8.6875rem;height:12.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #g3FGPUvbFGDpWR5h5P1sPdeHVBoNSrM5 { top:481.9375rem;left:19.5625rem;width:10.9375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ueCRWhnocef2pxqoFO9l3fzqCh8C4JcO { top:433.0625rem;left:0rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eVLOzN5gfsXhpNkXWXsbdDh86iovBJ69 { top:431.25rem;left:0rem;width:16.9375rem;height:5.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HhmP3H0CfVhOILWbtw0KsG4wtlk9zxWL { top:495.25rem;left:35.65625rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Itfe33PFWqIzuteeEsBhnxJ9AmKlUbdK { top:484.3125rem;left:7.25rem;width:7.875rem;height:12.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ft1AgPhTEnxMWdusWu6ZpNJLOfxLOL8J { top:481.9375rem;left:19.5625rem;width:10.9375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #grEOskJ29Cw4RQC4d4uiiL9XFB7rPtRQ { top:462.1875rem;left:0rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cn5IMseC3boDhwvSsaGfPpcQrJuE7kkd { top:460.5625rem;left:0rem;width:16.9375rem;height:7.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mDAUoHMvBwl3XiTxmHLaQCVSkJ88iuh5 { top:495.25rem;left:35.65625rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kOKo2q4EK0UBifepp2C7EZGMvmoPewm0 { top:484.3125rem;left:7.25rem;width:7.875rem;height:11.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTtmntV6udLi7Wv0gHCSb2H0ngogRAiI { top:481.9375rem;left:19.5625rem;width:10.9375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bJTio8XJeZqHLvEK2E8Vlwv2L4lqp8yH { top:491.75rem;left:0rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yl1y26WQMCTgp5XPdSJckI6tphRlSXAJ { top:490.25rem;left:0rem;width:16.9375rem;height:5.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bm3Hry99R8UGgSr9MOD53rdSBfLW2Sz9 { top:495.25rem;left:35.65625rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tP29nrtXBeT1EeTErqfbqJRwJ5sVBR7C { top:484.3125rem;left:7.25rem;width:7.875rem;height:12.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IfNB9NUoc3DQpJIUMG851yLwVlooxlg2 { top:481.9375rem;left:19.5625rem;width:10.9375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ao3EBBAGOvSgswQrUhxcEJKKdNOfnGNZ { top:522.125rem;left:0rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mtf98uctu7kzhLKFItNQEpW2BwqUPB1a { top:520.375rem;left:0rem;width:16.9375rem;height:5.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dh3Z0qX2TDTe4EmgEamGpJfZdZd9AEd2 { top:495.25rem;left:35.65625rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #l1EXwcIlQKeLIVTutReFwXT3fbQtVhP5 { top:442.5rem;left:6.28125rem;width:7.6875rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9ois3zHSCT8hxHcrrr1THby7pGpzM7d { top:463.8125rem;left:6.28125rem;width:7.6875rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k57ITEPanfTAfTxKnIKIQyAbxPWpXbtH { top:486rem;left:6.28125rem;width:7.6875rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHRAUJN0FovqWpvRbw2ePP4nEaVFC6T3 { top:484.3125rem;left:7.25rem;width:7.6875rem;height:12rem;display:none; }
 }@media only screen and (max-width: 763px) { #nPQFTB2lnER9whVUmgsQOiX3iPzicePT { display:block; }#nPQFTB2lnER9whVUmgsQOiX3iPzicePT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTp7ev8nBP8ztkH3BohyVn8l1FQK6LgO { top:3rem;left:2.65625rem;width:42.4375rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKt0h3znXb9zL50LUdBhVVfg0VndxJm2 { top:13.25rem;left:2rem;width:43.75rem;height:13.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNk74RyA0fF8bn5Hnbfe31UlG2u6a8t6 { top:30rem;left:6.6875rem;width:34.375rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IraCPEsA5GFkTLtHAELvCoartFBlBlud { top:54.8125rem;left:4rem;width:43.75rem;height:17.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlm9Zh7LCZ1Ux7NRX8Pv3rRW8KbKWiT1 { top:75rem;left:7.09375rem;width:34.1875rem;height:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMB6aPV8dvkE3KXt1kuuHWMRSyAbPhcO { top:100.125rem;left:2rem;width:43.75rem;height:24.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBPWc9J37MAhAEATP4WTT8cTiJ31vMVT { top:126.75rem;left:2rem;width:43.3125rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRhZWEdvwvxhnmMpMJVBxmWgyJA6LWCH { top:137.0625rem;left:2rem;width:43.75rem;height:46.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEeRUhJiacp4zqckzqPZA2VnFiTHm85B { top:186.4375rem;left:5.03125rem;width:37.25rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4Owilkl6nyGGnKRFxRkMV0aIVusLaPT { top:197.25rem;left:2rem;width:43.75rem;height:24.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDRB24lGXRGZXiWtyktmzirdyGKZgU2y { top:224.3125rem;left:1.59375rem;width:44.5625rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #avbiPk80TAef07VT7yxAsypXxOBDT6a3 { top:247.625rem;left:2rem;width:43.75rem;height:35.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgHzLaRtGOrXT6G50UM7CAhPn1cDqOH0 { top:235.25rem;left:19.375rem;width:8.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3XZNCZz0sLyW9BMI2wL2SxeKyloqoix { top:286.25rem;left:0rem;width:47.375rem;height:125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHlvZBlzc2usffaaZqxAz11TTzRxEH8h { top:288.6875rem;left:3.375rem;width:41rem;height:10.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pS3vosFJDcbFXqUvxw5ziynVUTfoTdqa { top:302.1875rem;left:2.3125rem;width:43.75rem;height:106rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfQEvoHgp28BlTnyQVA0Pyk9iJ2cFkKm { top:415.375rem;left:5.5rem;width:36.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRcNOKsdMxNK5zp2v9Qmdf4IBXkau0i6 { top:218.5625rem;left:14.25rem;width:27.125rem;height:97.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BIsfLSNl0ZRxUDct9zMbJxBmfJB4bhvO { top:248.125rem;left:0rem;width:20rem;height:2.25rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #leGESyviSe2d3zm7CEvQndEqy07L4hVU { top:252.125rem;left:0rem;width:18.6875rem;height:110.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 { display:flex;height:auto;width:27.8125rem;top:324rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 #sQ8Bw3W80fDo8fmpiqcBhqxCPuxJMxyu {  }
 }@media only screen and (max-width: 763px) { #i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 #MAy5DLztsIcTLtucynKwCETwUI1JOlCN {  }
 }@media only screen and (max-width: 763px) { #i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 #HTeWTloOIp38CHRs1TDh6PVMPAEMaEtw {  }
 }@media only screen and (max-width: 763px) { #i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 #yl0TWvurmC16xRx4MATVtERohGNlKBd9 {  }
 }@media only screen and (max-width: 763px) { #i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 #nlQcNvaHyHAT5iieaHkapXFr4uETLMy5 {  }
 }@media only screen and (max-width: 763px) { #i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 #TTeVSgNQXaPGCwUz4sTkrMqQwJXtwrIp {  }
 }@media only screen and (max-width: 763px) { #i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 #AMG8UTgiDBSFy3nwt4xcPnBaVUReOuza {  }
 }@media only screen and (max-width: 763px) { #i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 #bkNJDu4yAWMdMr5rapOlnZNcUxhv9Od8 {  }
 }@media only screen and (max-width: 763px) { #i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 #CTLTzvwRl5JtHwm9MmRU8B08i7gnfWq8 {  }
 }@media only screen and (max-width: 763px) { #i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 #Xfe0PIXXPaaJUWky23VtDgkrC2Wqcwpb {  }
 }@media only screen and (max-width: 763px) { #i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 #FTX5MwFSM82rn4emzkWKESLkEVgFMy0C {  }
 }@media only screen and (max-width: 763px) { #i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 #qS9ADHUODdN9oTzaOyfkTNIeVmpeDbDQ {  }
 }@media only screen and (max-width: 763px) { #i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 #g6BecQyesEb7wirqTndnCp9D15rgNkL8 {  }
 }@media only screen and (max-width: 763px) { #i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 #m1QSsrNghUv31uDZnTMXgMuFKruIwnHP {  }
 }@media only screen and (max-width: 763px) { #i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 #R1rHi5vTpTBVxM1vPGomZUaXPGiOc0B1 {  }
 }@media only screen and (max-width: 763px) { #i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 #dahz9NddoaJfgStmtra1U5XNDapfMBt8 {  }
 }@media only screen and (max-width: 763px) { #i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 #AaNuUD7pUbGHvCPAuzXqZcAnIdzaWPZa {  }
 }@media only screen and (max-width: 763px) { #i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 #Uf9H1XDE7G2XUO85m0U14AD81kfo4MqT {  }
 }@media only screen and (max-width: 763px) { #i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 #AUuk182PS5Ek494cRdH7CXL6GXRVf1dT {  }
 }@media only screen and (max-width: 763px) { #i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 #fTfCJ3dCkPvIO3sPI0uQV7B5uUZ3FNeT {  }
 }@media only screen and (max-width: 763px) { #KTZEkTT5cfDNA596FeBZSZSLT5xsJa7A { display:block; }#KTZEkTT5cfDNA596FeBZSZSLT5xsJa7A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TK4Lv0UJ3E6RvKWmywxN243eJwGnEnc9 { top:0rem;left:0rem;width:47.375rem;height:570.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVHIUTtiZT1wHFXQHTUG97bVbf1pSCgV { top:2.375rem;left:0.875rem;width:46rem;height:16.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrW6RarQVVHBpixbBQGlL8JfsCxeMJUG { top:19.6875rem;left:1.34375rem;width:45.0625rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUTAuI7cEMOKdtG4BWUqBBrnHwiHxG42 { top:37.0625rem;left:2rem;width:43.75rem;height:12.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTivUdOmWNK92OdF1MSNLzdP9k8BprQN { top:51.375rem;left:7.5rem;width:32.75rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiOVInX35S5lQHWTTzOBooISKSmwhMtz { top:57.9375rem;left:2rem;width:43.75rem;height:27.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKAD2S25OJAQ02FZKZTzbvr5xdqT7h3N { top:88.875rem;left:12.40625rem;width:22.9375rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVDETfKJ3SRVdncoTWWspIX1S8RG7eyT { top:94.4375rem;left:8.15625rem;width:31.4375rem;height:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGEuH9xdcOcp9vyINa0UNvikNJITuWDT { top:119.8125rem;left:2rem;width:43.75rem;height:34rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUlC3x7Le1ew6Hna9ilFtJhmd6duRQo7 { top:157rem;left:3.65625rem;width:40.4375rem;height:7.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EckTeI5F9rundCXux8CxK5fRPdmKxScG { top:161.625rem;left:7.8125rem;width:32.125rem;height:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ep8uI5xFSoIZT9sD0TGZ8uaVcutd2u15 { top:196.875rem;left:2rem;width:43.75rem;height:42.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfDtryAzNdOGF3qIB1igCiObOT7xZJne { top:243rem;left:11.21875rem;width:25.3125rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsyU0JU4zt9XTCJS6cadG865zbm5P98c { top:251.1875rem;left:2rem;width:43.75rem;height:29.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9zPtH9cCIf1iFPGUzphdk0nHNbp0siv { top:283.6875rem;left:6.28125rem;width:35.1875rem;height:3.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #asiNuAF1wPGv0nHq3gyVGuTs0RRHcUc5 { top:319rem;left:2rem;width:43.75rem;height:21.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MX9gJ1DRvD5CmtN6tQiu2cKhIU52qAC0 { top:289.25rem;left:9.59375rem;width:28.5625rem;height:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNkV9aVBU8b2cOxxcdzZQe1nae8Wzx8B { top:343.6875rem;left:1.21875rem;width:45.3125rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChDRTZm3J8lrCduQNaDThKc1eRDz251N { top:349.0625rem;left:5.21875rem;width:37.3125rem;height:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHo0a3GlSuKmTzO0dsW967v9z1aDllzt { top:378.8125rem;left:2rem;width:43.75rem;height:17rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSstHnlRXJalNbcADlX9Z4JtrwTT9XpG { top:399rem;left:3.65625rem;width:38.875rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qo2WKPx2WmlFqOp19BbeHAloNwcD4mEv { top:409.625rem;left:6.21875rem;width:35.3125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRd9oDF6XnSvySCQeOzOCDRMw9gwvUlE { top:410.3125rem;left:9.03125rem;width:29.6875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgCinPobQLmqd3aF5nTCuenkXThkUwrF { top:420.75rem;left:6.28125rem;width:7.875rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeENMe0RF9MBPONi37TphLkDKFP9NUTJ { top:417.5rem;left:16.25rem;width:10.9375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Myl27iDlCDm2suuweGiZcZC9lztMgel9 { top:417.9375rem;left:17.8125rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnt9hsprwp8aLIZK2rhOBVH851IB88iv { top:422.8125rem;left:16.25rem;width:24.5rem;height:6.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJFM8PtrhqmezK4i5ihiX4JcBFC4uGaN { top:430.75rem;left:31.75rem;width:8.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDP5Nw6E11gSokUs2CiedlBda5ilRKUT { top:438.8125rem;left:16.25rem;width:10.9375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLmOVUv6SQEWuR2iLdAwJMU5aX8J26Pm { top:439.25rem;left:17.8125rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #me2meLFTBvI1004p35nJFUThZ2vx5Pud { top:444.125rem;left:16.25rem;width:24.5rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAQ7FRThizphvnZZ45VyDExXRHQLc4aO { top:452.0625rem;left:31.75rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXAxDV50sXxdPco8LMEWbzeUPV8wMwfU { top:460.5rem;left:16.25rem;width:10.9375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFavJHzyRHRRweITLAPsO16z4QI6rg0F { top:460.9375rem;left:17.8125rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLWydQScEvBXdCUg7huwZWV2UVKKkm99 { top:465.8125rem;left:16.25rem;width:24.5rem;height:4.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKz86k648Wu7RJHLEACTWwiRplQ7aF11 { top:473.75rem;left:31.75rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhoN2uQTRWEXzlyKSCRi7a5rGyMULTzW { top:482rem;left:16.25rem;width:10.9375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFxPb8ugKX61DSqsqatDg7ZHzs502Tom { top:482.4375rem;left:17.8125rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFF1k78OPJx1uiFZKaITgTi3kkXlvAwx { top:487.3125rem;left:16.25rem;width:24.5rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZFxCtCNhhQQ01yfqgG6sBoTBXe9oqG1 { top:495.25rem;left:31.75rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAODf47IkuGEbP9yHJF9ftKZ5RFHTcGn { top:506.5rem;left:5.21875rem;width:8.6875rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaPPTtvNKNCZ3SnV0OaXL3i5NGgXLEHz { top:502.9375rem;left:16.25rem;width:10.9375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNSJzZ1t4be50yPKgDnBuBH1MOms07TV { top:503.375rem;left:17.8125rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwLU0OOPnytmXfctQcE79H1K0kuWodPD { top:508.25rem;left:16.25rem;width:24.5rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l36c0lNVnzdmx3t2KN9lQlZ9HHS9uJud { top:516.1875rem;left:31.75rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4elwBacVMila6PeFmaVFmwmvVys4zce { top:527rem;left:4.0625rem;width:12.3125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoe6h9ycCFokVy4x2mP9QviPlTAEKcN7 { top:524.625rem;left:16.25rem;width:10.9375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGwhp2o4aM140XihTv81bRGlWmlU5ZwU { top:525.0625rem;left:17.8125rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLTF0nRHofJxZsMHpZfk9c5of7JiWLnI { top:529.9375rem;left:16.25rem;width:24.5rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKfFaAllIagibNprhEXNv2tt6MmgCCEJ { top:537.9375rem;left:31.75rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuvX0KGRxosIXZMVRROpySRvLUvs0xSK { top:544.6875rem;left:19.03125rem;width:12rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTqCh5KdrzXBEBUCU0AHANc1XJTyOHTt { top:548rem;left:15.71875rem;width:18.625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #El3TKF8cFWnPBHSTCVRJxZtaKPNEnV6X { width:31.5rem;height:5.125rem;top:551.1875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWx0NPgZgLopd4wkCQeCfa7OkweyI8So { display:block; }
 }@media only screen and (max-width: 763px) { #upz3KeF39d0t3T2n83os76iMc4IIoJ4U { top:560.1875rem;left:13.0625rem;width:27.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHeNSMwqxONUasJPLBmgXErBlAtFNFcx { top:562.125rem;left:13.0625rem;width:27.6875rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTdKT3UPqw11g5oPM2mfyIM0yP4m1iZM { top:560.1875rem;left:4.6875rem;width:7.0625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txm3sC6JDaNAcaU09ZL6grW4AxA5HhLg { top:419.875rem;left:7.25rem;width:12.3125rem;height:12.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BHq0CA2RbwxkuSAviXmfZn6pwD3Wg0G4 { top:417.4375rem;left:19.5625rem;width:10.9375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #O0tRGnbtbhzRQGivoIqmy1TPKTlgVmDt { top:417.9375rem;left:21.125rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QhyXDauT2N1wu9zi9VSu9wtg1XuWzAZW { top:422.8125rem;left:19.5625rem;width:24.5rem;height:6.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HxuTobt7FpPIB4TVR2si6v3TKUXNuqOA { top:430.75rem;left:35.65625rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EDt8LT5xE54KCiFsSi9ddUXuEZPQxnPI { top:399.0625rem;left:7.46875rem;width:38.875rem;height:7.3125rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qnM4yHOTKJ0nirMnMH8W4LSMfZHe2Tgg { top:409.625rem;left:9.28125rem;width:35.3125rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #x03o0eg7u4wANyiCapTJHqwVUM4VwGXt { top:410.3125rem;left:11.40625rem;width:29.6875rem;height:2.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xNA3iZy2SZ6oOPnLBWfltUSv90iXkCby { top:375.875rem;left:0rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dF0l6HeT3oWCoZQXkaN5O3qn1rs2bqO9 { top:374.125rem;left:0rem;width:16.9375rem;height:5.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qoIVPKiTBIJTg9mF3c8iqzMn9VyS1iHO { top:484.3125rem;left:7.25rem;width:7.6875rem;height:12.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hvghPHwypJTLR7fVMq0zeKgqvHgZAOU6 { top:481.9375rem;left:19.5625rem;width:10.9375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #abAzJrwucvlo0eaW4RLUsTicyFbrbWRW { top:404.4375rem;left:0rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #g7qEUDdJSq57d68qe45EeChf9fB26Jia { top:402.5625rem;left:0rem;width:16.9375rem;height:5.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #I1xpv8dZZ7VeR3nLBxlzk0HKRelt9Jox { top:495.25rem;left:35.65625rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pxRW56HOp4TopHQrZJmzQU9G41PTEiFz { top:484.3125rem;left:7.25rem;width:8.6875rem;height:12.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #L3UX79KIb3cvQyua25ztFAuqQPfiZT6b { top:481.9375rem;left:19.5625rem;width:10.9375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WHWpXEaDAasHzATA8Gn6nEV2ZaFnqn6z { top:433.0625rem;left:0rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #U1k9xosSqXXNhrTTmPdQufTGUZaZnEHK { top:431.25rem;left:0rem;width:16.9375rem;height:5.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kR2EooEeDQvIuVvnSyoJZW60T8ndJU51 { top:495.25rem;left:35.65625rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NAnBAI5K6ikron6FMOVMFnuIbLyvpe6z { top:484.3125rem;left:7.25rem;width:7.875rem;height:12.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IwW0HXxXyvabov4qIqUGGsopaXTII0oA { top:481.9375rem;left:19.5625rem;width:10.9375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eqx60xqKX2kfiGtUo9Nm1zXBTkfulOUK { top:462.1875rem;left:0rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PCZIKIKGQsqQxkEfilpHDGsMlaGRBT98 { top:460.5625rem;left:0rem;width:16.9375rem;height:7.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nv5gKWiLBiBxOHXvD7XCDTXfGZp5T5G6 { top:495.25rem;left:35.65625rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rid8USDcaWwFMhTLG2DHlPA2BiqGoJiP { top:484.3125rem;left:7.25rem;width:7.875rem;height:11.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xSF5C6wXmJK6kZkJqnd16CM24TahEJHO { top:481.9375rem;left:19.5625rem;width:10.9375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IT8RqCuyLw6cJu8TJDDmWLTQbUPSHppo { top:491.75rem;left:0rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ggS6fzMDuI12qKGytoHC2Q0Bnt9dB48n { top:490.25rem;left:0rem;width:16.9375rem;height:5.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MXicLwN65ZCRVFINrzpU1Z97z9tIlmAa { top:495.25rem;left:35.65625rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tUCcpElQXByTtJkPWcXxaoCx83uVSe20 { top:484.3125rem;left:7.25rem;width:7.875rem;height:12.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nuCCgwnqaXIXeLRU7WAqItvU0440AcNr { top:481.9375rem;left:19.5625rem;width:10.9375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dR2eWA393v97JHyc78tsp1aBWtgCp7Qb { top:522.125rem;left:0rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JeEgOqHnDTNuGUOTBMSq8Ay9DcnyHVtv { top:520.375rem;left:0rem;width:16.9375rem;height:5.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FyGXBT5Udy63fmfyP2XTmBmg9kCuJM8N { top:495.25rem;left:35.65625rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UmM33zztTap8dylHACaeXWHiz1dEuAtJ { top:442.5rem;left:6.28125rem;width:7.6875rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ggzbl5268HazURcGmyL6w8nbLnvkbZTV { top:463.8125rem;left:6.28125rem;width:7.6875rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnuHQMTrxauXh32ba0TXCMdZmFvyhabQ { top:486rem;left:6.28125rem;width:7.6875rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hh986zdiAQItlSfPyyW42qgUvKhHw9bu { top:484.3125rem;left:7.25rem;width:7.6875rem;height:12rem;display:none; }
 }@media only screen and (max-width: 763px) { #rdFSxqPL6sWqR7AVqJCLAcpzwMkiDdPD { display:block; }#rdFSxqPL6sWqR7AVqJCLAcpzwMkiDdPD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ARH5DebP8eRvl8uaQSoApqOP1FdFEqVL { top:2.875rem;left:21.34375rem;width:13.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fW8fU9Vd2tfELTWKu0TyOTzhKv13mzq2 { position:relative;z-index:auto;display:block; }#fW8fU9Vd2tfELTWKu0TyOTzhKv13mzq2 > .row .container { width:20rem;height:99.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k2b7yUI3Bnxzi8yRu0OuLWWMXslo1Mex { width:20rem;height:3.0625rem;top:1.57421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T49wDhHleAkfDrPUb9XvVyBhB3FrizRB { width:19.125rem;height:2.2744125rem;top:1.9677734375rem;left:0.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fp6SSs93tTtPHfg0GEuVkGZ3smPe0OdV { width:20rem;height:15.3535rem;top:6rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmmEoGk4Qbdq3SQn3V0Tddz4Jx3ZqnGT { width:20rem;height:7.4365rem;top:22.10888671875rem;left:0rem;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #oQP46hvqMpyHaIUal6z7qhggrikIPbku { width:20rem;height:3.1875rem;top:51.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #axw77ZEZMwF8GrHAdzBJ5gdux6biVMCi { width:17.9375rem;height:1.3808625rem;top:52rem;left:1.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXmV4sJRLBdk3gmlyVeVPlp6nAAnpx2f { width:4.5625rem;height:1.25rem;top:50.125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCAb4Fwff6wllCbCRzp7CdrlsleAE0qy { width:3.5625rem;height:0.9746125rem;top:50.25rem;left:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLCIxf9r8NVHsKCaVu5G50s3kdXP0bAF { width:19.625rem;height:40.875rem;top:52.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4X9B65MmpXgsWGQPXXnb0HTu9cNGD5H { width:18.375rem;height:33.25rem;top:55.125rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmHoZT6GB0A2cqZMFHg147ygstDqL1dF { width:8.5625rem;height:1.05615rem;top:89.75rem;left:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pM8APRFhk1nXt6bpqwpcLEvGgxAggQMk { width:5.5rem;height:1.13720625rem;top:89.6875rem;left:11.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVNQEiUhZ6ouMLKwbwC3NGNG1ofyAId3 { width:13.75rem;height:2.625rem;top:92.1875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uU7atR11RKnaIJAZEPTxsdu9yMsT23gQ { display:block; }
 }@media only screen and (max-width: 763px) { #TGAmmX2NwuIUsCkiKPzknfqfzzDLZ7oX { display:flex;width:1.25rem;height:1.25rem;top:95.5625rem;left:4.9375rem; }
 }@media only screen and (max-width: 763px) { #KwwU1SuqPxAAtQ0mnBQmdEHmymo7azfQ { width:8.5rem;height:1.2246125rem;top:95.5625rem;left:7.0625rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ds5xF6iDO8ROn4vuXLRA1szCJnKKOHTl { width:8.9375rem;height:1.375rem;top:97.75rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCNJudqZpteX9G4SBFU3UapKrZO1LhRQ { width:17.625rem;height:17.625rem;top:31.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #foS3SAOh6DcNDA8MW4B3sAu6qXT46RIn { display:block; }#foS3SAOh6DcNDA8MW4B3sAu6qXT46RIn > .row .container { width:20rem;height:180.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IwgeoSp2k3qbVbHxshcS2OFUugmk0tGW { width:20rem;height:4.2246125rem;top:2.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSLbmHJWl7HTlLsIDM2WEEHxzhwEcwf9 { width:20rem;height:43.1894875rem;top:8.8369375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EpEqHVcOPOxyTXKz0GM9yXswZaogTHhR { width:20rem;height:12.3125rem;top:54.5888671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgDIb33FG0enMqbTPKbtIAopIDtnMShk { width:20rem;height:30.39258125rem;top:69.526375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KGaeL10eNlBWkiLQJLvcPvEGC5GFPmiT { width:20rem;height:4.2246125rem;top:102.23095703125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6x9yRwTOw7pTwJXVww85c44Cis14UCi { width:20rem;height:70.38280625rem;top:108.89306640625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TnKFZlTpx76Alsnm41P8a96NBnD6EwpK { display:block; }#TnKFZlTpx76Alsnm41P8a96NBnD6EwpK > .row .container { width:20rem;height:563.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PCFHpaPMEIr0yJWsvLr5xRgLChOoqNoK { width:19.375rem;height:562.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HX3An5yu1K1p4iRefnJIwGgA5LvvFleE { width:18rem;height:10.9667875rem;top:2rem;left:1rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Obc3yp4gCo5ipZBiHMxg2kzhlld5RmxD { width:18.125rem;height:6.3125rem;top:14.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfgGpplNFNJZJ02gyJAqb2Ge8QZqfoF8 { width:18.125rem;height:15.2973875rem;top:21.6875rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #moFUiWbPFvB3VMSQ2nZehfKcSG09T89u { width:20rem;height:2.03125rem;top:38.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfbAXz3pZTsspwHe1SWr2RMnduCfzxdI { width:17.875rem;height:37.39355rem;top:41.9375rem;left:1.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #h3irucRvBB1TGDqpZxLJiId6bBTyKSyt { width:20rem;height:2.03125rem;top:80.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDWrQPT9hQMEel4kpJ7ylA3dNioT89g3 { width:17rem;height:12.6875rem;top:83.625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLJ91u6f9d1MOG83D7TrhcPiWvPbhQWD { width:17.3125rem;height:44.1923875rem;top:99.5rem;left:1.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KgIVwu4L6RhUGISmbMT0ndzGJSUKH5h3 { width:19.625rem;height:6.09375rem;top:145.3125rem;left:0.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B41eQPXvhf9tlGoGPd0Q0ho36peq2DlA { width:17rem;height:17rem;top:150rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXQouUXMhZTeWSOQ30IBeHDXXyktrlxt { width:18.0625rem;height:44.19235rem;top:169.1875rem;left:1rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MVI1ht8xit4zf0TsRXqZ33H7r2mAhLIV { width:20rem;height:2.03125rem;top:215.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQzN1LZDDuXzb6cGFCbOg2UpxsD3ItTw { width:17.375rem;height:35.69380625rem;top:219.875rem;left:1.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MZVp29BioO3vi7H1PUGXDp2oZipLUWxD { width:18.125rem;height:3.8994125rem;top:257.125rem;left:0.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N89h0Adf1S9aykQScBkt1gUMOK3Sxu7u { width:18.125rem;height:23.7958875rem;top:274.5625rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CUTxOhQsmJAra0OChMBJFTWS7eWnV0Zk { width:12.8125rem;height:12.8125rem;top:261.8125rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpn13bagZBS6oc99URcLPQb9sxE8qR3u { width:20rem;height:4.0625rem;top:300.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW9JA4FsI75WM5o3UtLQgq7O79eAxMQI { width:18.4375rem;height:13.3125rem;top:306.4375rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIBTpK4A4qUnAyazfhkz5bEOhgDXZXhT { width:17.75rem;height:20.3964625rem;top:321.5625rem;left:1.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ntgsvkv6pBd48FcvO5xb7gKTGQIQy2s9 { width:18.125rem;height:0;top:306.875rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vmx3R3XLe2faciEcTQD4x8cI9LoPW4HE { width:18.5rem;height:3.5rem;top:316.25rem;left:0.75rem;background-color:#008ce6;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #B2iWIdT6DCTXoau8JOJGVsrQnWxXuW4A { width:18.8125rem;height:0;top:351.3369140625rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WmUQ4lGb3AvOe9cKbeuOQ6e8eTbG2bW6 { width:7.875rem;height:12.3125rem;top:422.1875rem;left:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HU6AniObeszbAUq5oGue7gVBtgsiMbwz { width:10.9375rem;height:2.4375rem;top:435.75rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #UDzXPHNJNVzv1Pr6n1lN9TTpR0hlzQJa { width:7.8125rem;height:0;top:436.2373046875rem;left:6.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #znwbFqCGSz7bINOQEDHaVVDnLX2dq8yS { width:20rem;height:0;top:439.4375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #A3qw7AwUOccMzRK3bqABC6XAA3zb2pW2 { width:8.9375rem;height:0;top:447.0625rem;left:5.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nkNPcGsLe8qTo2HSZ8q2Ozp6GSW6Hbwo { width:10.9375rem;height:2.4375rem;top:325.21142578125rem;left:4.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zqenwMmtrodq05bzIJUkBvhab3TmbkfH { width:7.8125rem;height:0;top:325.69873046875rem;left:6.09375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Td872hVS7g7xUIDMh238WT9wMo3vnuRI { width:17.125rem;height:0;top:339.3994140625rem;left:1.4375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #u93dD4Mbtq3opgxy6HMsUzJy02ad7vHH { width:7.875rem;height:0;top:336.3994140625rem;left:11rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XPZGdquXZ0gKy5Ox9l5TexXG5S6aM97P { width:10.9375rem;height:2.4375rem;top:353.92333984375rem;left:4.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gv982AIASb6rD3LkIpSTRLlnrZFTAkrQ { width:7.8125rem;height:0;top:354.41064453125rem;left:6.09375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #M7NB31H2ixl0vnZDA5WDO1qetJKLDzg5 { width:16.9375rem;height:0;top:394.3857421875rem;left:1.53125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #z8a23kmsJiHtdag8ZANxr0JTGHq0kZDW { width:8.25rem;height:0;top:409.81982421875rem;left:11.21875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #q0Beo0X6N2ET2XVD71CnlPBIrZlhwDdg { width:10.9375rem;height:2.4375rem;top:370.1875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwrGEzIva2aTS3O2gNEnC3A6Lbm0epJa { width:7.8125rem;height:0;top:384.18505859375rem;left:5.46875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PPg69w8thfs3hWqXH8P1fwKxLfuEx6bB { width:17.6875rem;height:0;top:394.3857421875rem;left:1.15625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #daLOH0xOVeJ49TnMOEWSd3WJDP1SEq8Q { width:8rem;height:1.29980625rem;top:380.75rem;left:10.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jvixw0ORZ1lb4gIMrMxMznNVD4kVUbuv { width:8.6875rem;height:12.3125rem;top:399.28515625rem;left:3.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #A0AJVn0tkRfJnbPz2V7ySrnfKolNVPFi { width:10.9375rem;height:2.4375rem;top:412.59716796875rem;left:4.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xnODLGKsax2ZXE9GtsNOoIrTuFfx9EMI { width:7.8125rem;height:0;top:413.0849609375rem;left:6.09375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #of104yugrrx9SLFhKMbkOom18Q9WwxwV { width:16.875rem;height:0;top:417.09765625rem;left:1.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DHhdFifE6aAWCb2iX0I5GIFQbDysE09V { width:8.125rem;height:0;top:423.91015625rem;left:11rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #L7b872mWtteB9Xru4LVJPCQu2CATD68T { width:12.3125rem;height:12.3125rem;top:428.5595703125rem;left:3.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fTeJoZdMu3Ok5EeKfDCOb4WkaIulKOJ9 { width:10.9375rem;height:2.4375rem;top:441.93408203125rem;left:4.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Asv0ErCyu58f83DFJc4rpSm5q2hPApbX { width:7.8125rem;height:0;top:442.421875rem;left:6.09375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #r4l2P05N7n2yVs5yCpEBCNdbuDCJIrmh { width:17.75rem;height:0;top:446.4345703125rem;left:1.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rEvQMbk72PaSUNuUzastT2KfvNKRW9mV { width:7.9375rem;height:0;top:453.1220703125rem;left:11rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lZsqa6OOMG1kSTXJMgbDf4I17ymrzDqU { width:11.5rem;height:2.4375rem;top:531.75rem;left:4.25rem;font-size:1.875rem;color:#016d14;display:block; }
 }@media only screen and (max-width: 763px) { #mPNGpcGLwBu9gymvnHfQ1WM9r2CMMNRo { width:18.625rem;height:1.29980625rem;top:535.3125rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SIqWG7ngsKipqaUqQZqE5ovphvRVIRdi { width:17.75rem;height:4.5rem;top:538.6875rem;left:1.125rem;background-color:#016d14;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zoplffh29a38kATh5HJukW4vG92yk9RD { display:block; }
 }@media only screen and (max-width: 763px) { #xW70i3zhDtWugCeouFS3iEMqyVh9ztRk { width:18.5625rem;height:2.5996125rem;top:551.125rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RDC3mEJBaGucSG1hAZmpNzJEocKaPsaf { width:18.375rem;height:6.12305rem;top:554.6875rem;left:0.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uani1SPZa3J0riK1dLmcNygvkoiDmhVQ { width:5.375rem;height:5.375rem;top:544.5rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBqbnLGorrTcPVpfRv8e3HUd7boUaFPZ { width:12.3125rem;height:12.3125rem;top:283.5625rem;left:3.84375rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #SHIGRK1N584lrb0UJUWOr62aH1WOKlXg { width:10.9375rem;height:2.4375rem;top:296.6875rem;left:4.53125rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #KFeZzMxPq8ITuK0E72VSOZUGCrGsUfwb { width:7.8125rem;height:0;top:297.1748046875rem;left:6.09375rem;font-size:1.125rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #t9b5g9bGXC0iEW49By108PcFhhCq3IVn { width:17.75rem;height:0;top:326.89453125rem;left:2.25rem;font-size:1.0625rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #EZ6UGT4ElocnsebuJpT83bfMynZTDmBZ { width:8.25rem;height:0;top:321.5rem;left:11.21875rem;font-size:1rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #Kudh0GseJiU0gbklSE9h6vqtzGBwRftP { width:18.125rem;height:6.3369375rem;top:343.625rem;left:0.9375rem;font-size:1.625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #pNzwfINKSSexsrEzTfpOBSe5RIrnkqoC { width:18.5rem;height:3.5rem;top:352.125rem;left:0.625rem;background-color:#016d14;background-image:none;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #tnzKFp3edy4cn9GB6Cfz94uurStvpPaN { width:18.8125rem;height:2.11230625rem;top:352.8125rem;left:0.625rem;font-size:0.8125rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #vEbFXdvFAxMiNpUnlm1pLLn2TZBCm69N { width:7.8125rem;height:1.4624rem;top:370.6875rem;left:6.125rem;font-size:1.125rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #rFWI6KcBNsVumO6fPcVugfBua4NAWQXH { width:16.9375rem;height:5.41845625rem;top:374.125rem;left:1.5625rem;font-size:1.0625rem;z-index:15016;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OLlAuyKHhXkvJ35AgSmyaWkWdvM0VMFC { width:7.6875rem;height:12.3125rem;top:385.5rem;left:6.15625rem;z-index:15014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #w9FppXTiQCsJZqBr5bG5Ik9TpGPotOQS { width:10.9375rem;height:2.4375rem;top:398.75rem;left:4.5625rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #hMXFC7rdviHghbIHtIDeoBfl0odZJVH4 { width:7.8125rem;height:1.4624rem;top:399.1875rem;left:6.125rem;font-size:1.125rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #M1DiuGQNXzieH3cZo8pouwO6uBHTkD0d { width:16.9375rem;height:5.41845625rem;top:402.5625rem;left:1.5625rem;font-size:1.0625rem;z-index:15017;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NvSP0Gp2IeJ4rT3chcPQZHlNff2mDbEQ { width:8rem;height:1.29980625rem;top:409.1875rem;left:10.5625rem;font-size:1rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #fuKHsCo5htVThtbvryBOOVR5LOiBPX0g { width:9.5rem;height:13.5625rem;top:412.5rem;left:5.25rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #g3FGPUvbFGDpWR5h5P1sPdeHVBoNSrM5 { width:10.9375rem;height:2.4375rem;top:427.375rem;left:4.5625rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #ueCRWhnocef2pxqoFO9l3fzqCh8C4JcO { width:7.8125rem;height:1.4624rem;top:427.875rem;left:6.125rem;font-size:1.125rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #eVLOzN5gfsXhpNkXWXsbdDh86iovBJ69 { width:16.9375rem;height:5.41845625rem;top:431.25rem;left:1.5625rem;font-size:1.0625rem;z-index:15018;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HhmP3H0CfVhOILWbtw0KsG4wtlk9zxWL { width:8rem;height:1.29980625rem;top:437.8125rem;left:10.5625rem;font-size:1rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #Itfe33PFWqIzuteeEsBhnxJ9AmKlUbdK { width:7.875rem;height:12.3125rem;top:442.6875rem;left:6.0625rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Ft1AgPhTEnxMWdusWu6ZpNJLOfxLOL8J { width:10.9375rem;height:2.4375rem;top:456.5rem;left:4.5625rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #grEOskJ29Cw4RQC4d4uiiL9XFB7rPtRQ { width:7.8125rem;height:1.4624rem;top:456.9375rem;left:6.125rem;font-size:1.125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #cn5IMseC3boDhwvSsaGfPpcQrJuE7kkd { width:16.9375rem;height:7.224625rem;top:460.5625rem;left:1.5625rem;font-size:1.0625rem;z-index:15019;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mDAUoHMvBwl3XiTxmHLaQCVSkJ88iuh5 { width:8rem;height:1.29980625rem;top:467.787109375rem;left:10.5625rem;font-size:1rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #kOKo2q4EK0UBifepp2C7EZGMvmoPewm0 { width:8.875rem;height:12.625rem;top:471.9375rem;left:5.5625rem;z-index:15017;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TTtmntV6udLi7Wv0gHCSb2H0ngogRAiI { width:10.9375rem;height:2.4375rem;top:486.0625rem;left:4.5625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #bJTio8XJeZqHLvEK2E8Vlwv2L4lqp8yH { width:7.8125rem;height:1.4624rem;top:486.5625rem;left:6.125rem;font-size:1.125rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #yl1y26WQMCTgp5XPdSJckI6tphRlSXAJ { width:16.9375rem;height:5.41845625rem;top:490.25rem;left:1.5625rem;font-size:1.0625rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Bm3Hry99R8UGgSr9MOD53rdSBfLW2Sz9 { width:8rem;height:1.29980625rem;top:497.5rem;left:10.5625rem;font-size:1rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #tP29nrtXBeT1EeTErqfbqJRwJ5sVBR7C { width:7.875rem;height:12.3125rem;top:502.6875rem;left:6.0625rem;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IfNB9NUoc3DQpJIUMG851yLwVlooxlg2 { width:10.9375rem;height:2.4375rem;top:516.4375rem;left:4.5625rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #Ao3EBBAGOvSgswQrUhxcEJKKdNOfnGNZ { width:7.8125rem;height:1.4624rem;top:516.875rem;left:6.25rem;font-size:1.125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #Mtf98uctu7kzhLKFItNQEpW2BwqUPB1a { width:16.9375rem;height:5.41845625rem;top:520.375rem;left:1.5625rem;font-size:1.0625rem;z-index:15021;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Dh3Z0qX2TDTe4EmgEamGpJfZdZd9AEd2 { width:8rem;height:1.29980625rem;top:527.6875rem;left:10.5625rem;font-size:1rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #l1EXwcIlQKeLIVTutReFwXT3fbQtVhP5 { width:7.6875rem;height:12.3125rem;top:442.5rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #R9ois3zHSCT8hxHcrrr1THby7pGpzM7d { width:7.6875rem;height:10.875rem;top:463.8125rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #k57ITEPanfTAfTxKnIKIQyAbxPWpXbtH { width:7.6875rem;height:12rem;top:486rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nHRAUJN0FovqWpvRbw2ePP4nEaVFC6T3 { width:7.6875rem;height:12rem;top:357.125rem;left:6.15625rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nPQFTB2lnER9whVUmgsQOiX3iPzicePT { display:block; }#nPQFTB2lnER9whVUmgsQOiX3iPzicePT > .row .container { width:20rem;height:429.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTp7ev8nBP8ztkH3BohyVn8l1FQK6LgO { width:20rem;height:6.09375rem;top:1.2412109375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKt0h3znXb9zL50LUdBhVVfg0VndxJm2 { width:20rem;height:14.3965rem;top:8.70361328125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNk74RyA0fF8bn5Hnbfe31UlG2u6a8t6 { width:20rem;height:12.9565625rem;top:24.81298828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IraCPEsA5GFkTLtHAELvCoartFBlBlud { width:20rem;height:17.595675rem;top:39.08203125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlm9Zh7LCZ1Ux7NRX8Pv3rRW8KbKWiT1 { width:20rem;height:13.347625rem;top:59.15185546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMB6aPV8dvkE3KXt1kuuHWMRSyAbPhcO { width:20rem;height:25.59375rem;top:74.50048828125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBPWc9J37MAhAEATP4WTT8cTiJ31vMVT { width:20rem;height:4.0625rem;top:102.40673828125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRhZWEdvwvxhnmMpMJVBxmWgyJA6LWCH { width:20rem;height:46.3886875rem;top:108.85595703125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEeRUhJiacp4zqckzqPZA2VnFiTHm85B { width:20rem;height:4.2246125rem;top:157.94384765625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4Owilkl6nyGGnKRFxRkMV0aIVusLaPT { width:20rem;height:23.9941625rem;top:164.98095703125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDRB24lGXRGZXiWtyktmzirdyGKZgU2y { width:20rem;height:6.3369375rem;top:192.55126953125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #avbiPk80TAef07VT7yxAsypXxOBDT6a3 { width:20rem;height:28.7929875rem;top:213.388671875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgHzLaRtGOrXT6G50UM7CAhPn1cDqOH0 { width:7.5rem;height:7.5rem;top:202.138671875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3XZNCZz0sLyW9BMI2wL2SxeKyloqoix { width:19.625rem;height:97.8125rem;top:583.505859375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sHlvZBlzc2usffaaZqxAz11TTzRxEH8h { width:20rem;height:0;top:585.88084296875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pS3vosFJDcbFXqUvxw5ziynVUTfoTdqa { width:19rem;height:0;top:590.83984375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TfQEvoHgp28BlTnyQVA0Pyk9iJ2cFkKm { width:20rem;height:4.2246125rem;top:372.525390625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRcNOKsdMxNK5zp2v9Qmdf4IBXkau0i6 { width:19.625rem;height:124.6875rem;top:244.880859375rem;left:0rem;z-index:15002;border-top:0.1875rem dashed #016d14;border-left:0.1875rem dashed #016d14;border-right:0.1875rem dashed #016d14;border-bottom:0.1875rem dashed #016d14;background-color:rgba(1,109,20,0.12);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #BIsfLSNl0ZRxUDct9zMbJxBmfJB4bhvO { width:18.5rem;height:8.125rem;top:247.818359375rem;left:0.75rem;font-size:1.5625rem;z-index:15017;color:#016d14;display:block; }
 }@media only screen and (max-width: 763px) { #leGESyviSe2d3zm7CEvQndEqy07L4hVU { width:18rem;height:110.373075rem;top:258.005859375rem;left:1rem;font-size:1rem;z-index:15016;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 { display:flex;height:auto;width:17.5rem;top:377.740234375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 #sQ8Bw3W80fDo8fmpiqcBhqxCPuxJMxyu {  }
 }@media only screen and (max-width: 763px) { #i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 #MAy5DLztsIcTLtucynKwCETwUI1JOlCN {  }
 }@media only screen and (max-width: 763px) { #i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 #HTeWTloOIp38CHRs1TDh6PVMPAEMaEtw {  }
 }@media only screen and (max-width: 763px) { #i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 #yl0TWvurmC16xRx4MATVtERohGNlKBd9 {  }
 }@media only screen and (max-width: 763px) { #i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 #nlQcNvaHyHAT5iieaHkapXFr4uETLMy5 {  }
 }@media only screen and (max-width: 763px) { #i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 #TTeVSgNQXaPGCwUz4sTkrMqQwJXtwrIp {  }
 }@media only screen and (max-width: 763px) { #i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 #AMG8UTgiDBSFy3nwt4xcPnBaVUReOuza {  }
 }@media only screen and (max-width: 763px) { #i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 #bkNJDu4yAWMdMr5rapOlnZNcUxhv9Od8 {  }
 }@media only screen and (max-width: 763px) { #i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 #CTLTzvwRl5JtHwm9MmRU8B08i7gnfWq8 {  }
 }@media only screen and (max-width: 763px) { #i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 #Xfe0PIXXPaaJUWky23VtDgkrC2Wqcwpb {  }
 }@media only screen and (max-width: 763px) { #i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 #FTX5MwFSM82rn4emzkWKESLkEVgFMy0C {  }
 }@media only screen and (max-width: 763px) { #i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 #qS9ADHUODdN9oTzaOyfkTNIeVmpeDbDQ {  }
 }@media only screen and (max-width: 763px) { #i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 #g6BecQyesEb7wirqTndnCp9D15rgNkL8 {  }
 }@media only screen and (max-width: 763px) { #i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 #m1QSsrNghUv31uDZnTMXgMuFKruIwnHP {  }
 }@media only screen and (max-width: 763px) { #i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 #R1rHi5vTpTBVxM1vPGomZUaXPGiOc0B1 {  }
 }@media only screen and (max-width: 763px) { #i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 #dahz9NddoaJfgStmtra1U5XNDapfMBt8 {  }
 }@media only screen and (max-width: 763px) { #i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 #AaNuUD7pUbGHvCPAuzXqZcAnIdzaWPZa {  }
 }@media only screen and (max-width: 763px) { #i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 #Uf9H1XDE7G2XUO85m0U14AD81kfo4MqT {  }
 }@media only screen and (max-width: 763px) { #i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 #AUuk182PS5Ek494cRdH7CXL6GXRVf1dT {  }
 }@media only screen and (max-width: 763px) { #i6BkCvoH5MuZyvInwL2ZfAZo1Qx6RaF2 #fTfCJ3dCkPvIO3sPI0uQV7B5uUZ3FNeT {  }
 }@media only screen and (max-width: 763px) { #KTZEkTT5cfDNA596FeBZSZSLT5xsJa7A { display:block; }#KTZEkTT5cfDNA596FeBZSZSLT5xsJa7A > .row .container { width:20rem;height:563.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TK4Lv0UJ3E6RvKWmywxN243eJwGnEnc9 { width:19.375rem;height:562.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVHIUTtiZT1wHFXQHTUG97bVbf1pSCgV { width:18rem;height:10.9667875rem;top:2rem;left:1rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrW6RarQVVHBpixbBQGlL8JfsCxeMJUG { width:18.125rem;height:6.3125rem;top:14.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUTAuI7cEMOKdtG4BWUqBBrnHwiHxG42 { width:18.125rem;height:15.2973875rem;top:21.6875rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tTivUdOmWNK92OdF1MSNLzdP9k8BprQN { width:20rem;height:2.03125rem;top:38.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiOVInX35S5lQHWTTzOBooISKSmwhMtz { width:17.875rem;height:37.39355rem;top:41.9375rem;left:1.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zKAD2S25OJAQ02FZKZTzbvr5xdqT7h3N { width:20rem;height:2.03125rem;top:80.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVDETfKJ3SRVdncoTWWspIX1S8RG7eyT { width:17rem;height:12.6875rem;top:83.625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGEuH9xdcOcp9vyINa0UNvikNJITuWDT { width:17.3125rem;height:44.1923875rem;top:99.5rem;left:1.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yUlC3x7Le1ew6Hna9ilFtJhmd6duRQo7 { width:19.625rem;height:6.09375rem;top:145.3125rem;left:0.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EckTeI5F9rundCXux8CxK5fRPdmKxScG { width:17rem;height:17rem;top:150rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ep8uI5xFSoIZT9sD0TGZ8uaVcutd2u15 { width:18.0625rem;height:44.19235rem;top:169.1875rem;left:1rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LfDtryAzNdOGF3qIB1igCiObOT7xZJne { width:20rem;height:2.03125rem;top:215.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsyU0JU4zt9XTCJS6cadG865zbm5P98c { width:17.375rem;height:35.69380625rem;top:219.875rem;left:1.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V9zPtH9cCIf1iFPGUzphdk0nHNbp0siv { width:18.125rem;height:3.8994125rem;top:257.125rem;left:0.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #asiNuAF1wPGv0nHq3gyVGuTs0RRHcUc5 { width:18.125rem;height:23.7958875rem;top:274.5625rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MX9gJ1DRvD5CmtN6tQiu2cKhIU52qAC0 { width:12.8125rem;height:12.8125rem;top:261.8125rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNkV9aVBU8b2cOxxcdzZQe1nae8Wzx8B { width:20rem;height:4.0625rem;top:300.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChDRTZm3J8lrCduQNaDThKc1eRDz251N { width:18.4375rem;height:13.3125rem;top:306.4375rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHo0a3GlSuKmTzO0dsW967v9z1aDllzt { width:17.75rem;height:20.3964625rem;top:321.5625rem;left:1.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bSstHnlRXJalNbcADlX9Z4JtrwTT9XpG { width:18.125rem;height:0;top:306.875rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qo2WKPx2WmlFqOp19BbeHAloNwcD4mEv { width:18.5rem;height:3.5rem;top:316.25rem;left:0.75rem;background-color:#008ce6;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #rRd9oDF6XnSvySCQeOzOCDRMw9gwvUlE { width:18.8125rem;height:0;top:351.3369140625rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TgCinPobQLmqd3aF5nTCuenkXThkUwrF { width:7.875rem;height:12.3125rem;top:422.1875rem;left:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SeENMe0RF9MBPONi37TphLkDKFP9NUTJ { width:10.9375rem;height:2.4375rem;top:435.75rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Myl27iDlCDm2suuweGiZcZC9lztMgel9 { width:7.8125rem;height:0;top:436.2373046875rem;left:6.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mnt9hsprwp8aLIZK2rhOBVH851IB88iv { width:20rem;height:0;top:439.4375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DJFM8PtrhqmezK4i5ihiX4JcBFC4uGaN { width:8.9375rem;height:0;top:447.0625rem;left:5.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kDP5Nw6E11gSokUs2CiedlBda5ilRKUT { width:10.9375rem;height:2.4375rem;top:325.21142578125rem;left:4.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SLmOVUv6SQEWuR2iLdAwJMU5aX8J26Pm { width:7.8125rem;height:0;top:325.69873046875rem;left:6.09375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #me2meLFTBvI1004p35nJFUThZ2vx5Pud { width:17.125rem;height:0;top:339.3994140625rem;left:1.4375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LAQ7FRThizphvnZZ45VyDExXRHQLc4aO { width:7.875rem;height:0;top:336.3994140625rem;left:11rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iXAxDV50sXxdPco8LMEWbzeUPV8wMwfU { width:10.9375rem;height:2.4375rem;top:353.92333984375rem;left:4.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tFavJHzyRHRRweITLAPsO16z4QI6rg0F { width:7.8125rem;height:0;top:354.41064453125rem;left:6.09375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xLWydQScEvBXdCUg7huwZWV2UVKKkm99 { width:16.9375rem;height:0;top:394.3857421875rem;left:1.53125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aKz86k648Wu7RJHLEACTWwiRplQ7aF11 { width:8.25rem;height:0;top:409.81982421875rem;left:11.21875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qhoN2uQTRWEXzlyKSCRi7a5rGyMULTzW { width:10.9375rem;height:2.4375rem;top:370.1875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFxPb8ugKX61DSqsqatDg7ZHzs502Tom { width:7.8125rem;height:0;top:384.18505859375rem;left:5.46875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AFF1k78OPJx1uiFZKaITgTi3kkXlvAwx { width:17.6875rem;height:0;top:394.3857421875rem;left:1.15625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VZFxCtCNhhQQ01yfqgG6sBoTBXe9oqG1 { width:8rem;height:1.29980625rem;top:380.75rem;left:10.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAODf47IkuGEbP9yHJF9ftKZ5RFHTcGn { width:8.6875rem;height:12.3125rem;top:399.28515625rem;left:3.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SaPPTtvNKNCZ3SnV0OaXL3i5NGgXLEHz { width:10.9375rem;height:2.4375rem;top:412.59716796875rem;left:4.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UNSJzZ1t4be50yPKgDnBuBH1MOms07TV { width:7.8125rem;height:0;top:413.0849609375rem;left:6.09375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dwLU0OOPnytmXfctQcE79H1K0kuWodPD { width:16.875rem;height:0;top:417.09765625rem;left:1.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #l36c0lNVnzdmx3t2KN9lQlZ9HHS9uJud { width:8.125rem;height:0;top:423.91015625rem;left:11rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #J4elwBacVMila6PeFmaVFmwmvVys4zce { width:12.3125rem;height:12.3125rem;top:428.5595703125rem;left:3.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xoe6h9ycCFokVy4x2mP9QviPlTAEKcN7 { width:10.9375rem;height:2.4375rem;top:441.93408203125rem;left:4.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vGwhp2o4aM140XihTv81bRGlWmlU5ZwU { width:7.8125rem;height:0;top:442.421875rem;left:6.09375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OLTF0nRHofJxZsMHpZfk9c5of7JiWLnI { width:17.75rem;height:0;top:446.4345703125rem;left:1.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pKfFaAllIagibNprhEXNv2tt6MmgCCEJ { width:7.9375rem;height:0;top:453.1220703125rem;left:11rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XuvX0KGRxosIXZMVRROpySRvLUvs0xSK { width:11.5rem;height:2.4375rem;top:531.75rem;left:4.25rem;font-size:1.875rem;color:#016d14;display:block; }
 }@media only screen and (max-width: 763px) { #CTqCh5KdrzXBEBUCU0AHANc1XJTyOHTt { width:18.625rem;height:1.29980625rem;top:535.3125rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #El3TKF8cFWnPBHSTCVRJxZtaKPNEnV6X { width:17.75rem;height:4.5rem;top:538.6875rem;left:1.125rem;background-color:#016d14;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWx0NPgZgLopd4wkCQeCfa7OkweyI8So { display:block; }
 }@media only screen and (max-width: 763px) { #upz3KeF39d0t3T2n83os76iMc4IIoJ4U { width:18.5625rem;height:2.5996125rem;top:551.125rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JHeNSMwqxONUasJPLBmgXErBlAtFNFcx { width:18.375rem;height:6.12305rem;top:554.6875rem;left:0.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bTdKT3UPqw11g5oPM2mfyIM0yP4m1iZM { width:5.375rem;height:5.375rem;top:544.5rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txm3sC6JDaNAcaU09ZL6grW4AxA5HhLg { width:12.3125rem;height:12.3125rem;top:283.5625rem;left:3.84375rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #BHq0CA2RbwxkuSAviXmfZn6pwD3Wg0G4 { width:10.9375rem;height:2.4375rem;top:296.6875rem;left:4.53125rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #O0tRGnbtbhzRQGivoIqmy1TPKTlgVmDt { width:7.8125rem;height:0;top:297.1748046875rem;left:6.09375rem;font-size:1.125rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #QhyXDauT2N1wu9zi9VSu9wtg1XuWzAZW { width:17.75rem;height:0;top:326.89453125rem;left:2.25rem;font-size:1.0625rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #HxuTobt7FpPIB4TVR2si6v3TKUXNuqOA { width:8.25rem;height:0;top:321.5rem;left:11.21875rem;font-size:1rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #EDt8LT5xE54KCiFsSi9ddUXuEZPQxnPI { width:18.125rem;height:6.3369375rem;top:343.625rem;left:0.9375rem;font-size:1.625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #qnM4yHOTKJ0nirMnMH8W4LSMfZHe2Tgg { width:18.5rem;height:3.5rem;top:352.125rem;left:0.625rem;background-color:#016d14;background-image:none;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #x03o0eg7u4wANyiCapTJHqwVUM4VwGXt { width:18.8125rem;height:2.11230625rem;top:352.8125rem;left:0.625rem;font-size:0.8125rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #xNA3iZy2SZ6oOPnLBWfltUSv90iXkCby { width:7.8125rem;height:1.4624rem;top:370.6875rem;left:6.125rem;font-size:1.125rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #dF0l6HeT3oWCoZQXkaN5O3qn1rs2bqO9 { width:16.9375rem;height:5.41845625rem;top:374.125rem;left:1.5625rem;font-size:1.0625rem;z-index:15016;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qoIVPKiTBIJTg9mF3c8iqzMn9VyS1iHO { width:7.6875rem;height:12.3125rem;top:385.5rem;left:6.15625rem;z-index:15014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hvghPHwypJTLR7fVMq0zeKgqvHgZAOU6 { width:10.9375rem;height:2.4375rem;top:398.75rem;left:4.5625rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #abAzJrwucvlo0eaW4RLUsTicyFbrbWRW { width:7.8125rem;height:1.4624rem;top:399.1875rem;left:6.125rem;font-size:1.125rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #g7qEUDdJSq57d68qe45EeChf9fB26Jia { width:16.9375rem;height:5.41845625rem;top:402.5625rem;left:1.5625rem;font-size:1.0625rem;z-index:15017;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I1xpv8dZZ7VeR3nLBxlzk0HKRelt9Jox { width:8rem;height:1.29980625rem;top:409.1875rem;left:10.5625rem;font-size:1rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #pxRW56HOp4TopHQrZJmzQU9G41PTEiFz { width:9.5rem;height:13.5625rem;top:412.5rem;left:5.25rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #L3UX79KIb3cvQyua25ztFAuqQPfiZT6b { width:10.9375rem;height:2.4375rem;top:427.375rem;left:4.5625rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #WHWpXEaDAasHzATA8Gn6nEV2ZaFnqn6z { width:7.8125rem;height:1.4624rem;top:427.875rem;left:6.125rem;font-size:1.125rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #U1k9xosSqXXNhrTTmPdQufTGUZaZnEHK { width:16.9375rem;height:5.41845625rem;top:431.25rem;left:1.5625rem;font-size:1.0625rem;z-index:15018;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kR2EooEeDQvIuVvnSyoJZW60T8ndJU51 { width:8rem;height:1.29980625rem;top:437.8125rem;left:10.5625rem;font-size:1rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #NAnBAI5K6ikron6FMOVMFnuIbLyvpe6z { width:7.875rem;height:12.3125rem;top:442.6875rem;left:6.0625rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IwW0HXxXyvabov4qIqUGGsopaXTII0oA { width:10.9375rem;height:2.4375rem;top:456.5rem;left:4.5625rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #Eqx60xqKX2kfiGtUo9Nm1zXBTkfulOUK { width:7.8125rem;height:1.4624rem;top:456.9375rem;left:6.125rem;font-size:1.125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #PCZIKIKGQsqQxkEfilpHDGsMlaGRBT98 { width:16.9375rem;height:7.224625rem;top:460.5625rem;left:1.5625rem;font-size:1.0625rem;z-index:15019;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Nv5gKWiLBiBxOHXvD7XCDTXfGZp5T5G6 { width:8rem;height:1.29980625rem;top:467.787109375rem;left:10.5625rem;font-size:1rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #Rid8USDcaWwFMhTLG2DHlPA2BiqGoJiP { width:8.875rem;height:12.625rem;top:471.9375rem;left:5.5625rem;z-index:15017;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xSF5C6wXmJK6kZkJqnd16CM24TahEJHO { width:10.9375rem;height:2.4375rem;top:486.0625rem;left:4.5625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #IT8RqCuyLw6cJu8TJDDmWLTQbUPSHppo { width:7.8125rem;height:1.4624rem;top:486.5625rem;left:6.125rem;font-size:1.125rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #ggS6fzMDuI12qKGytoHC2Q0Bnt9dB48n { width:16.9375rem;height:5.41845625rem;top:490.25rem;left:1.5625rem;font-size:1.0625rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MXicLwN65ZCRVFINrzpU1Z97z9tIlmAa { width:8rem;height:1.29980625rem;top:497.5rem;left:10.5625rem;font-size:1rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #tUCcpElQXByTtJkPWcXxaoCx83uVSe20 { width:7.875rem;height:12.3125rem;top:502.6875rem;left:6.0625rem;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nuCCgwnqaXIXeLRU7WAqItvU0440AcNr { width:10.9375rem;height:2.4375rem;top:516.4375rem;left:4.5625rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #dR2eWA393v97JHyc78tsp1aBWtgCp7Qb { width:7.8125rem;height:1.4624rem;top:516.875rem;left:6.25rem;font-size:1.125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #JeEgOqHnDTNuGUOTBMSq8Ay9DcnyHVtv { width:16.9375rem;height:5.41845625rem;top:520.375rem;left:1.5625rem;font-size:1.0625rem;z-index:15021;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FyGXBT5Udy63fmfyP2XTmBmg9kCuJM8N { width:8rem;height:1.29980625rem;top:527.6875rem;left:10.5625rem;font-size:1rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #UmM33zztTap8dylHACaeXWHiz1dEuAtJ { width:7.6875rem;height:12.3125rem;top:442.5rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ggzbl5268HazURcGmyL6w8nbLnvkbZTV { width:7.6875rem;height:10.875rem;top:463.8125rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SnuHQMTrxauXh32ba0TXCMdZmFvyhabQ { width:7.6875rem;height:12rem;top:486rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hh986zdiAQItlSfPyyW42qgUvKhHw9bu { width:7.6875rem;height:12rem;top:357.125rem;left:6.15625rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rdFSxqPL6sWqR7AVqJCLAcpzwMkiDdPD { display:block; }#rdFSxqPL6sWqR7AVqJCLAcpzwMkiDdPD > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ARH5DebP8eRvl8uaQSoApqOP1FdFEqVL { width:13.25rem;height:1.2246125rem;top:2.88720703125rem;left:3.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }