.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:transparent;background-image:none;position:relative;top:0rem;left:0rem;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eIyfy1vSDTUynyZ1kLdyJF8nZWKCtu1q { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#074ea4;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#eIyfy1vSDTUynyZ1kLdyJF8nZWKCtu1q > .row .container { background-color: transparent; background-image: none; }#eIyfy1vSDTUynyZ1kLdyJF8nZWKCtu1q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eIyfy1vSDTUynyZ1kLdyJF8nZWKCtu1q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eIyfy1vSDTUynyZ1kLdyJF8nZWKCtu1q > .row .container > .video-iframe-container { display: none; }#eIyfy1vSDTUynyZ1kLdyJF8nZWKCtu1q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eIyfy1vSDTUynyZ1kLdyJF8nZWKCtu1q > .row > .video-iframe-container { display: none; }#eIyfy1vSDTUynyZ1kLdyJF8nZWKCtu1q > .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); }#eIyfy1vSDTUynyZ1kLdyJF8nZWKCtu1q > .row .container { border-width: 0; border-radius: 0; }#eIyfy1vSDTUynyZ1kLdyJF8nZWKCtu1q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eIyfy1vSDTUynyZ1kLdyJF8nZWKCtu1q > .row .container { font-size:0.875rem;font-family:"open sans";height:3.875rem;width:75rem;position:relative;display:block; }#Loan2n4MUyMOCHt63gmT8ZumN8ySWz4v { background-color:#fbfbfb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#4bcc15;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.5rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.9375rem;left:56.25rem;display:none; }
#ER3msRXozDLGhQJrVCJVFvO17OVWXGTQ { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#eLI1eGVbSehBx9EvDTheTueaEHwp0Fz9 { display:block;width:14.125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:1.244140625rem;left:23.2490234375rem;height:1.29980625rem;color:#ffffff;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UyB1uzM62uTHOy3TiH9qZzEM7Z0hJGTz .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#UyB1uzM62uTHOy3TiH9qZzEM7Z0hJGTz .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#4bcc15;padding-top:0.3425rem;padding-right:0.34875rem;padding-bottom:0.3425rem;padding-left:0.34875rem;display:block;align-items:center;width:2.088125rem;min-width:2.088125rem;height:1.840625rem;position:relative;font-family:"open sans";font-size:1.37375rem;font-weight:700;line-height:29.45px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UyB1uzM62uTHOy3TiH9qZzEM7Z0hJGTz .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.21375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.78375rem;height:1.14875rem;position:relative;font-family:inter;font-size:0.515rem;font-weight:400;line-height:18.38px;text-align:center;text-align-last:center;text-transform:none;top:-20%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:normal; }
#UyB1uzM62uTHOy3TiH9qZzEM7Z0hJGTz { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:15.125rem;height:3.888125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:38.310546875rem;z-index:15000; }
#UyB1uzM62uTHOy3TiH9qZzEM7Z0hJGTz #qMy2GRmObL5JwATriADF3TJeKkoub0To { display:flex;position:relative;top:0rem;left:0rem; }
#UyB1uzM62uTHOy3TiH9qZzEM7Z0hJGTz #mGsA04CPQtyhepm3IrxKU1THs71a7KDR { width:auto; }
#UyB1uzM62uTHOy3TiH9qZzEM7Z0hJGTz #MxTBKhuM7MCoRbiPTzCHMVhcIFIa9Hxt {  }
#UyB1uzM62uTHOy3TiH9qZzEM7Z0hJGTz #ONxSMhmI2t6okQAtU35OvQcyD86l3OXk { display:flex;position:relative;top:0rem;left:0rem; }
#UyB1uzM62uTHOy3TiH9qZzEM7Z0hJGTz #rhwZyhmHFqasVb6MGHTUcBOf7QvXXuy5 {  }
#UyB1uzM62uTHOy3TiH9qZzEM7Z0hJGTz #vTIcWwZOGUQ500E9nVdXaN3UhzmlzgnJ {  }
#UyB1uzM62uTHOy3TiH9qZzEM7Z0hJGTz #hdXgAK1oHzwkPLhhuPmk7lvT14KXennG { display:flex;position:relative;top:0rem;left:0rem; }
#UyB1uzM62uTHOy3TiH9qZzEM7Z0hJGTz #H8Z25PBfkZ4zWHPxR4Fqf9Vop8PSOC1R {  }
#UyB1uzM62uTHOy3TiH9qZzEM7Z0hJGTz #H9DltiTVXuRTzlE5QfFfgVeU65Vso3ME {  }
#UyB1uzM62uTHOy3TiH9qZzEM7Z0hJGTz #z1XzGxUM6kkR1ITwuSMbGmtH2ngbqHN7 { display:flex;position:relative;top:0rem;left:0rem; }
#UyB1uzM62uTHOy3TiH9qZzEM7Z0hJGTz #nfaSP6IRFOTfssoh2apsUiqRsXuzq1XV {  }
#UyB1uzM62uTHOy3TiH9qZzEM7Z0hJGTz #BElPp8JM0fTlNZlx4XnCxCNAO8Qeis3A {  }
#A1Lr7BqycXO5eD5wAUdbLH6cSZBRdsaW { background-color:#4cbb17;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#fbfbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.12446875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.874267578125rem;left:55rem;display:none; }
#WdcXhfCT7losPVyF8BGR0Xa4AnWvKPu1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tqzaWphHHgro45IihiAmiCLUk2mdiT1E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tqzaWphHHgro45IihiAmiCLUk2mdiT1E > .row .container { background-color: transparent; background-image: none; }#tqzaWphHHgro45IihiAmiCLUk2mdiT1E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tqzaWphHHgro45IihiAmiCLUk2mdiT1E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tqzaWphHHgro45IihiAmiCLUk2mdiT1E > .row .container > .video-iframe-container { display: none; }#tqzaWphHHgro45IihiAmiCLUk2mdiT1E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tqzaWphHHgro45IihiAmiCLUk2mdiT1E > .row > .video-iframe-container { display: none; }#tqzaWphHHgro45IihiAmiCLUk2mdiT1E > .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); }#tqzaWphHHgro45IihiAmiCLUk2mdiT1E > .row .container { border-width: 0; border-radius: 0; }#tqzaWphHHgro45IihiAmiCLUk2mdiT1E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tqzaWphHHgro45IihiAmiCLUk2mdiT1E > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#aEZ2p2K8bxdq3UIyKOUABUgkviF8vOxA { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#fbfbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.25rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.311767578125rem;left:18.874755859375rem;display:block; }
#kgyCaCSnvX79Dkr49R75VyIVaZiM1CaV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jx0zJRzGSMXCfbXp4Fl2CppHK9o7kmcE { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#fbfbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.25rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.311767578125rem;left:43.936767578125rem;display:block; }
#O1Tl3e2scuA64Qzl7BAoi3RrBNe7701R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rkw478uqTPd47w7PPIfxnJh5auLM2sQ7 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.311767578125rem;left:56.4990234375rem;display:block; }
#CmgndTPAoDs3avUQPqSi9SvWN2D5C4yy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gMHXqZMKDShOHwMbdiDkzKEiR2q3fV4B { 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:4.875rem;width:11.0625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#ELOZhNNHWleZzCBWIPNLm3XHiWZMy3q7 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#fbfbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.25rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.311767578125rem;left:25.124267578125rem;display:block; }
#TTcbu9be2y4IVxDeBiBEB5u7WPKapPz0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z7VpWxbAPrDxPqTXayLfltiQ4XRynWpT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#fbfbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.25rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.311767578125rem;left:31.4365234375rem;display:block; }
#Fr4miv3AQ6x4wTdKoAwzQ424PvFVJPr6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dRy1MbuvGZWNgGJwL1uDQn5tQlC6HHxe { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#fbfbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.311767578125rem;left:37.6875rem;display:block; }
#aI7qfzrPbxJX3hPNzXRv0TxEW22B5nex { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dThydXzntFupZNzCB3RtVmNCAP05Z7Hk { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#fbfbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.311767578125rem;left:12.686767578125rem;display:block; }
#TlkaRCXkXt2XWnclIDsFbbBDCx8gq3HT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#orZy28rwSrT4lyuxWBXBmc8EFNgLbsAv { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.311767578125rem;left:50.249755859375rem;display:block; }
#c4p1DfyF0Xc5f7ZMTipikup11SQEzQZf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B1FLA8uSTKop7v3dc9OtgFxXObHUD6v4 { background-color:#4cbb17;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#fbfbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.374267578125rem;left:65rem;display:block; }
#F66VgK74LGgmHG8ogHzcK8OPuOL8zmUx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C6pTLDkRAbc9LqCOySPBNAw8dhSHmT9g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#C6pTLDkRAbc9LqCOySPBNAw8dhSHmT9g > .row .container { background-color: transparent; background-image: none; }#C6pTLDkRAbc9LqCOySPBNAw8dhSHmT9g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C6pTLDkRAbc9LqCOySPBNAw8dhSHmT9g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C6pTLDkRAbc9LqCOySPBNAw8dhSHmT9g > .row .container > .video-iframe-container { display: none; }#C6pTLDkRAbc9LqCOySPBNAw8dhSHmT9g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C6pTLDkRAbc9LqCOySPBNAw8dhSHmT9g > .row > .video-iframe-container { display: none; }#C6pTLDkRAbc9LqCOySPBNAw8dhSHmT9g > .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); }#C6pTLDkRAbc9LqCOySPBNAw8dhSHmT9g > .row .container { border-width: 0; border-radius: 0; }#C6pTLDkRAbc9LqCOySPBNAw8dhSHmT9g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C6pTLDkRAbc9LqCOySPBNAw8dhSHmT9g > .row .container { font-size:0.875rem;font-family:arial;height:48.75rem;width:75rem;position:relative;display:block; }#TD18qOvZvdrP2Z9UqZKTa9kPzAPwSR9A { color:#000000;display:block;width:75rem;position:absolute;font-family:inter;font-size:3.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.9375rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RAuIpikaTxVTENdt7ZQDTryJbk100aVH { color:#000000;display:block;width:63.75rem;position:absolute;font-family:inter;font-size:1.625rem;font-weight:400;z-index:15001;line-height:1.7;letter-spacing:0;top:10.687040328979rem;left:5.0625rem;height:5.5234375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JuMxgxmcQqKyH0ufyufHwwLcngGNp7K9 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.9375rem;width:53rem;top:17.375rem;left:11.25rem;overflow:hidden;display:block; }
#HzcebJEykFyOB9AB0SItb1U4Ttntxziw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HzcebJEykFyOB9AB0SItb1U4Ttntxziw > .row .container { background-color: transparent; background-image: none; }#HzcebJEykFyOB9AB0SItb1U4Ttntxziw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HzcebJEykFyOB9AB0SItb1U4Ttntxziw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HzcebJEykFyOB9AB0SItb1U4Ttntxziw > .row .container > .video-iframe-container { display: none; }#HzcebJEykFyOB9AB0SItb1U4Ttntxziw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HzcebJEykFyOB9AB0SItb1U4Ttntxziw > .row > .video-iframe-container { display: none; }#HzcebJEykFyOB9AB0SItb1U4Ttntxziw > .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); }#HzcebJEykFyOB9AB0SItb1U4Ttntxziw > .row .container { border-width: 0; border-radius: 0; }#HzcebJEykFyOB9AB0SItb1U4Ttntxziw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HzcebJEykFyOB9AB0SItb1U4Ttntxziw > .row .container { font-size:0.875rem;font-family:arial;height:9.9375rem;width:75rem;position:relative;display:block; }#TW5745TZcHJ8HIllyZH6xfJnGidEQxSS { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:11.25rem;top:4.1875rem;left:0rem;overflow:hidden;display:block; }
#orRLT9qi28G3XL1ZsT4ZuugumuN2U92A { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:11.25rem;top:4.25rem;left:13rem;overflow:hidden;display:block; }
#ULbAMB9hOP4cskTZ4FAMnXlGNtT1LCNn { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:11.3125rem;top:4.3125rem;left:25.875rem;overflow:hidden;display:block; }
#dMSx6D6d0fOxAZwCLsMJFH1QlpvzhBaL { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:11.125rem;top:4.25rem;left:38.875rem;overflow:hidden;display:block; }
#Lt7HrPTZUChvaBbxv02zbwWQrOXXoA5D { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:11.25rem;top:4.25rem;left:51.875rem;overflow:hidden;display:block; }
#O0l8En0bN68zUWTTzudXITwfpdVPpfyK { color:#000000;display:block;width:75rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:1.6640625rem;left:0rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#s7ubAma3hIyTyv0ipJsTJwDwefctkkKm { color:#000000;display:block;width:8.0625rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:5.25rem;left:65.6875rem;height:1.9494625rem;display:block; }
#EWr5Rn6eNHrg6D74TglApqp8fVbK2t8G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EWr5Rn6eNHrg6D74TglApqp8fVbK2t8G > .row .container { background-color: transparent; background-image: none; }#EWr5Rn6eNHrg6D74TglApqp8fVbK2t8G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWr5Rn6eNHrg6D74TglApqp8fVbK2t8G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWr5Rn6eNHrg6D74TglApqp8fVbK2t8G > .row .container > .video-iframe-container { display: none; }#EWr5Rn6eNHrg6D74TglApqp8fVbK2t8G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWr5Rn6eNHrg6D74TglApqp8fVbK2t8G > .row > .video-iframe-container { display: none; }#EWr5Rn6eNHrg6D74TglApqp8fVbK2t8G > .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); }#EWr5Rn6eNHrg6D74TglApqp8fVbK2t8G > .row .container { border-width: 0; border-radius: 0; }#EWr5Rn6eNHrg6D74TglApqp8fVbK2t8G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EWr5Rn6eNHrg6D74TglApqp8fVbK2t8G > .row .container { font-size:0.875rem;font-family:arial;height:12rem;width:75rem;position:relative;display:block; }#CKSLaptFcLr6bl71D1Bq1T0TMs6Fezzh { color:#000000;display:block;width:72.375rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:5.4375rem;left:1.25rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KIhMfH4tDg1p8BmMtJXWZUqAOz33SJpy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KIhMfH4tDg1p8BmMtJXWZUqAOz33SJpy > .row .container { background-color: transparent; background-image: none; }#KIhMfH4tDg1p8BmMtJXWZUqAOz33SJpy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KIhMfH4tDg1p8BmMtJXWZUqAOz33SJpy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KIhMfH4tDg1p8BmMtJXWZUqAOz33SJpy > .row .container > .video-iframe-container { display: none; }#KIhMfH4tDg1p8BmMtJXWZUqAOz33SJpy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KIhMfH4tDg1p8BmMtJXWZUqAOz33SJpy > .row > .video-iframe-container { display: none; }#KIhMfH4tDg1p8BmMtJXWZUqAOz33SJpy > .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); }#KIhMfH4tDg1p8BmMtJXWZUqAOz33SJpy > .row .container { border-width: 0; border-radius: 0; }#KIhMfH4tDg1p8BmMtJXWZUqAOz33SJpy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KIhMfH4tDg1p8BmMtJXWZUqAOz33SJpy > .row .container { font-size:0.875rem;font-family:arial;height:16.125rem;width:75rem;position:relative;display:block; }#ON9AWWShac8tb7bMWMFhznc0CpdKPQat { color:#005430;display:block;width:21.25rem;position:absolute;font-family:inter;font-size:2.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.748046875rem;left:2.5615234375rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BTZvyKOVxp5dThBnMAvGlGwX6n32xw9N { color:#000000;display:block;width:19.625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:9.375rem;left:27.5rem;height:2.92448125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xTPPxzpGpvuFxF7s6oKokCpHCZ9bLxh9 { color:#005430;display:block;width:21.25rem;position:absolute;font-family:inter;font-size:2.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:4.748046875rem;left:27.6865234375rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WmxWonvfESmXZHMq1wqqLxBDAr8dSxtn { color:#000000;display:block;width:19.625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:9.1875rem;left:52.6875rem;height:2.92448125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#usJXTef0DngZV0BVDWIRhXhS3vAxIShL { color:#005430;display:block;width:21.25rem;position:absolute;font-family:inter;font-size:2.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:4.748046875rem;left:52.5615234375rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PnKFTlradJ0NhPo5kI9xokEEIrzIm5yl { color:#000000;display:block;width:19.625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:9.375rem;left:2.5rem;height:4.38574375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XTNOSAM6hd61ezPqxTUbBDImmFLqc1LO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XTNOSAM6hd61ezPqxTUbBDImmFLqc1LO > .row .container { background-color: transparent; background-image: none; }#XTNOSAM6hd61ezPqxTUbBDImmFLqc1LO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTNOSAM6hd61ezPqxTUbBDImmFLqc1LO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTNOSAM6hd61ezPqxTUbBDImmFLqc1LO > .row .container > .video-iframe-container { display: none; }#XTNOSAM6hd61ezPqxTUbBDImmFLqc1LO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTNOSAM6hd61ezPqxTUbBDImmFLqc1LO > .row > .video-iframe-container { display: none; }#XTNOSAM6hd61ezPqxTUbBDImmFLqc1LO > .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); }#XTNOSAM6hd61ezPqxTUbBDImmFLqc1LO > .row .container { border-width: 0; border-radius: 0; }#XTNOSAM6hd61ezPqxTUbBDImmFLqc1LO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XTNOSAM6hd61ezPqxTUbBDImmFLqc1LO > .row .container { font-size:0.875rem;font-family:arial;height:41.8125rem;width:75rem;position:relative;display:block; }#Cagihk7wMicAeRS3desKkbzzm7WKTk1I { color:#000000;display:block;width:65rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:3.8125rem;left:4.9375rem;height:32.5058625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#WpzBpXHyaeb6iVz6m7GbKa7eQvk3CU3Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #005430);background-image: -moz-linear-gradient(180deg, #000000, #005430);background-image: -ms-linear-gradient(180deg, #000000, #005430);background-image: -o-linear-gradient(180deg, #000000, #005430);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#005430' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#005430' );";background-image: linear-gradient(180deg, #000000, #005430);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WpzBpXHyaeb6iVz6m7GbKa7eQvk3CU3Z > .row .container { background-color: transparent; background-image: none; }#WpzBpXHyaeb6iVz6m7GbKa7eQvk3CU3Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WpzBpXHyaeb6iVz6m7GbKa7eQvk3CU3Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WpzBpXHyaeb6iVz6m7GbKa7eQvk3CU3Z > .row .container > .video-iframe-container { display: none; }#WpzBpXHyaeb6iVz6m7GbKa7eQvk3CU3Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WpzBpXHyaeb6iVz6m7GbKa7eQvk3CU3Z > .row > .video-iframe-container { display: none; }#WpzBpXHyaeb6iVz6m7GbKa7eQvk3CU3Z > .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); }#WpzBpXHyaeb6iVz6m7GbKa7eQvk3CU3Z > .row .container { border-width: 0; border-radius: 0; }#WpzBpXHyaeb6iVz6m7GbKa7eQvk3CU3Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WpzBpXHyaeb6iVz6m7GbKa7eQvk3CU3Z > .row .container { font-size:0.875rem;font-family:arial;height:105.0625rem;width:75rem;position:relative;display:block; }#yztJfhzgxq908rITbPFhabnqeKfJR7o0 { color:#4bcc15;display:block;width:22.5rem;position:absolute;font-family:inter;font-size:2.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:21.25rem;left:1.25rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#v32gSI4dMbiv9OGycxXVOdJfpvyOTaf3 { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.7;letter-spacing:0;top:25rem;left:1.25rem;height:3.82421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s2vRKSZTkiCnsTp0VMddysI7OzATDEJc { color:#4bcc15;display:block;width:22.5rem;position:absolute;font-family:inter;font-size:2.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:21.25rem;left:26.25rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#O03FWHQT1ZqMyz10VOp4xFtetorlNV3v { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.7;letter-spacing:0;top:25rem;left:26.3125rem;height:3.824225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qvu9XhOFWtcw7dIgMFoqz3lLWowlPUHW { color:#4bcc15;display:block;width:22.5rem;position:absolute;font-family:inter;font-size:2.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:32.5rem;left:13.75rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#Qhycs0fWoU88NeHpO6Rizrkn79AyXo4N { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.7;letter-spacing:0;top:36.375rem;left:13.75rem;height:1.9121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OEb2fGDipsI4R4crltbVJzOeTIPsSoNl { color:#ffffff;display:block;width:62.5rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:14.6875rem;left:6.3125rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QLw7xbD656G1nnCHm3fBzFQvstlqEoRl { color:#4bcc15;display:block;width:22.5rem;position:absolute;font-family:inter;font-size:2.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:21.25rem;left:51.25rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#sUGOH4vDsA6lkuEideyneapcu775ZJpl { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:25.0625rem;left:51.25rem;height:3.824225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DBooOL2b4tIZz96KroRA3febJ6aJ6z0w { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:11.25rem;width:11.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:.15;top:38.9375rem;left:31.8125rem; }
#ipgalyUm2tiT9RnNgazePahUzmFl3Sin { color:#000000;display:block;width:32.625rem;position:absolute;font-family:inter;font-size:2.25rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:52.9375rem;left:21.25rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#t3iUdgPLuZPB0MNKH5CkcrSFdNyHK2sz { color:#000000;display:block;width:32.625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:56.6875rem;left:21.25rem;height:1.9121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OlaT0B4oO1DnrBfs6F4B42CQaQgtz679 { color:rgba(254,255,253,0.15);display:block;width:74.9375rem;position:absolute;font-family:"open sans";font-size:7.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.3125rem;left:0.0625rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xVllKbT0Sb4ZgJQpQIn4BBlN77PIX1DU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:60.3125rem;left:19.125rem; }
#SVH8Qc7HJbq3v6KThxuDpRGLwHn47h4P { color:#000000;display:block;width:33.625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15060;line-height:2;letter-spacing:0;top:60.125rem;left:21.8125rem;height:40.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vNlFe0auIHn0QMV7gUPiBfP5K9LT8cwf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:62.5625rem;left:19.125rem; }
#SUIFnpbzdVMdbCWMzuLKduRxKTGJBWcP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:69.3125rem;left:19.125rem; }
#yw63IfGO72URmd1PAdGwFlUrgWSpXAIr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:73.8125rem;left:19.125rem; }
#t5BkNMGbAlV7VG9CszPA1N5PpGEu1rbi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:80.5625rem;left:19.125rem; }
#nudrLXWce6lNO1m3gHEmLCbmQHozkgZg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:82.8125rem;left:19.125rem; }
#hOHlbqh50ICNffpN69i0V2mcX5NzStHU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:85.25rem;left:19.1875rem; }
#AgBuq0Uq1L6m6ZLol6Tu0OClZhlOMIo3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:87.9375rem;left:19.125rem; }
#ifys4PFBgNBn6a0IZvnA4MhqvoR3DVTh { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 1rem 1rem 1rem rgba(75,204,21,0.5) ;height:51.0625rem;width:38.8125rem;top:50.875rem;left:18.0625rem;display:block; }
#IvBFxo1f8ctLrLdlsuXnLFlWb2QabqrG { color:#4bcc15;display:block;width:22.5rem;position:absolute;font-family:inter;font-size:2.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:32.5rem;left:38.8125rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#ncErLmNwDhDAy8XJgNKWllP7mSwZCM32 { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:36.25rem;left:38.8125rem;height:1.9121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xl3RkZyFxtbfoBSmo1JD9wmWlFR8Wrrh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#005430;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xl3RkZyFxtbfoBSmo1JD9wmWlFR8Wrrh > .row .container { background-color: transparent; background-image: none; }#xl3RkZyFxtbfoBSmo1JD9wmWlFR8Wrrh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xl3RkZyFxtbfoBSmo1JD9wmWlFR8Wrrh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xl3RkZyFxtbfoBSmo1JD9wmWlFR8Wrrh > .row .container > .video-iframe-container { display: none; }#xl3RkZyFxtbfoBSmo1JD9wmWlFR8Wrrh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xl3RkZyFxtbfoBSmo1JD9wmWlFR8Wrrh > .row > .video-iframe-container { display: none; }#xl3RkZyFxtbfoBSmo1JD9wmWlFR8Wrrh > .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); }#xl3RkZyFxtbfoBSmo1JD9wmWlFR8Wrrh > .row .container { border-width: 0; border-radius: 0; }#xl3RkZyFxtbfoBSmo1JD9wmWlFR8Wrrh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xl3RkZyFxtbfoBSmo1JD9wmWlFR8Wrrh > .row .container { font-size:0.875rem;font-family:arial;height:80.0625rem;width:75rem;position:relative;display:block; }#A4gkgZ9JdstbJg1CAXGCM5P8XE2LSPJ6 { color:#fffdfd;display:block;width:35.9375rem;position:absolute;font-family:inter;font-size:2.25rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:5rem;left:1.375rem;height:8.7744375rem;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; }
#yMwaF0EKt7aWbNRNoqzFD3m2vX1u9csl { position:absolute;display:block;z-index:15015;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(0,0,0,0.09) ;height:7.5rem;width:34.875rem;top:17.5625rem;left:1.4375rem;display:block; }
#GfT7d7ZtbTrzkD7sRw7ixWu5RK12hLb4 { color:#000000;display:block;width:31.9375rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:300;z-index:15018;line-height:1.7;letter-spacing:0;top:20.75rem;left:3.0625rem;height:4.205075rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#nzPTmRRQW8Cg9vJFbP9z5zRohvUJwK9J { position:absolute;display:block;z-index:15020;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(0,0,0,0.09) ;height:7.5rem;width:34.875rem;top:27.5rem;left:1.375rem;display:block; }
#ygcOW0u5D0XigA8iZsEux2cwyMveVLws { color:#000000;display:block;width:31.625rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:300;z-index:15023;line-height:1.7;letter-spacing:0;top:30.6875rem;left:3.0625rem;height:2.76171875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#WcPJXdDBT4VP0T5TQpMtbyA1muAH0Fug { color:#000000;display:block;width:31.75rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:normal;z-index:15025;line-height:1;letter-spacing:0;top:28.5625rem;left:3.0625rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#mVzZaRZSxKva2IeIvchmonrF5Qs6PgsC { position:absolute;display:block;z-index:15025;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(0,0,0,0.09) ;height:7.5rem;width:34.875rem;top:37.5625rem;left:1.375rem;display:block; }
#rrh72qoRsadc0hTLNycuZtHqEQ5V1omL { color:#000000;display:block;width:31.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:300;z-index:15028;line-height:1.7;letter-spacing:0;top:40.75rem;left:3.0625rem;height:2.76171875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#Ow6XL4ODIWwwwyA0rOi1wJF3SPcZ1c8N { color:#000000;display:block;width:31.625rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:normal;z-index:15030;line-height:1;letter-spacing:0;top:38.625rem;left:3.0625rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#JTgSINTBUOGCT6B41WifBfIQKR7JFfN9 { color:#000000;display:block;width:31.875rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:normal;z-index:15020;line-height:1;letter-spacing:0;top:18.625rem;left:3.0625rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#raiQZhbiTm4TUV2DcrnIdLzm9IOxsOO7 { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 2rem 2rem 2rem rgba(0,0,0,0.5) ;height:25.125rem;width:45rem;top:52.4375rem;left:1.25rem;overflow:hidden;display:block; }
#uuXdGJ0BdP6FF98e4gLgpdDXW07KN53Z { position:absolute;display:block;z-index:15054;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 2rem 2rem 2rem rgba(0,0,0,0.5) ;height:24.9375rem;width:23.6875rem;top:52.375rem;left:49.6875rem;overflow:hidden;display:block; }
#ZQSeSXwwcbEUU1TwLACm6bPaJZrQ7uae { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:31.875rem;width:31.875rem;top:16.4375rem;left:41.9375rem;display:block; }
#S6nHeMea8O6qOs0QRQ35G8FIPOksfAa0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#005430;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S6nHeMea8O6qOs0QRQ35G8FIPOksfAa0 > .row .container { background-color: transparent; background-image: none; }#S6nHeMea8O6qOs0QRQ35G8FIPOksfAa0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6nHeMea8O6qOs0QRQ35G8FIPOksfAa0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6nHeMea8O6qOs0QRQ35G8FIPOksfAa0 > .row .container > .video-iframe-container { display: none; }#S6nHeMea8O6qOs0QRQ35G8FIPOksfAa0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6nHeMea8O6qOs0QRQ35G8FIPOksfAa0 > .row > .video-iframe-container { display: none; }#S6nHeMea8O6qOs0QRQ35G8FIPOksfAa0 > .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); }#S6nHeMea8O6qOs0QRQ35G8FIPOksfAa0 > .row .container { border-width: 0; border-radius: 0; }#S6nHeMea8O6qOs0QRQ35G8FIPOksfAa0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S6nHeMea8O6qOs0QRQ35G8FIPOksfAa0 > .row .container { font-size:0.875rem;font-family:arial;height:47.3125rem;width:75rem;position:relative;display:block; }#QeQi1qn5MAueWAm1EtX651cMg5wslTXe { color:#fffdfd;display:block;width:35.9375rem;position:absolute;font-family:inter;font-size:2.25rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:5rem;left:1.375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gZoVUtOw4t6pSG1kQ0IgkXsdTZzLygwe { position:absolute;display:block;z-index:15011;background-color:rgba(255,255,255,0.15);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:25.1875rem;width:35.125rem;top:18.75rem;left:1.25rem;display:block; }
#UmiDAkNm5kL3sAoT9CG13xTczeeyiPXO { color:#ffffff;display:block;width:30rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:300;z-index:15022;line-height:2;letter-spacing:0;top:25.375rem;left:5.4375rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TOt1M45ozE9koTIKBUTTfBVTtDoe5vic { color:rgba(75,204,23,0.15);display:block;width:10.3125rem;position:absolute;font-family:inter;font-size:16rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:11.625rem;left:26.1875rem;height:20.7998125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ocd3ghcEfmPXOL0QuAhoGCCLrJGRHq4e { color:#ffffff;display:block;width:14.5625rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:38.6875rem;left:14.9375rem;height:1.54296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mMSddQNqEzgbBRFPAqAwQcANVTG57rP4 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:7.9375rem;top:35.1875rem;left:2.5rem;overflow:hidden;display:block; }
#NT2MKtGbBUMpyeN795EkTBZZ9377nFis { color:#4bcc15;display:block;width:14.5625rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:36.5rem;left:14.9375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ARM8WfStJevQlmcWJdT41aoTiQk7PCpS { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:34.9375rem;top:18.75rem;left:40.0625rem;overflow:hidden;display:block; }
#BJOOqIsMNtR0yZhvldLBCvX0ZAh1BrFL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BJOOqIsMNtR0yZhvldLBCvX0ZAh1BrFL > .row .container { background-color: transparent; background-image: none; }#BJOOqIsMNtR0yZhvldLBCvX0ZAh1BrFL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJOOqIsMNtR0yZhvldLBCvX0ZAh1BrFL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJOOqIsMNtR0yZhvldLBCvX0ZAh1BrFL > .row .container > .video-iframe-container { display: none; }#BJOOqIsMNtR0yZhvldLBCvX0ZAh1BrFL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJOOqIsMNtR0yZhvldLBCvX0ZAh1BrFL > .row > .video-iframe-container { display: none; }#BJOOqIsMNtR0yZhvldLBCvX0ZAh1BrFL > .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); }#BJOOqIsMNtR0yZhvldLBCvX0ZAh1BrFL > .row .container { border-width: 0; border-radius: 0; }#BJOOqIsMNtR0yZhvldLBCvX0ZAh1BrFL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BJOOqIsMNtR0yZhvldLBCvX0ZAh1BrFL > .row .container { font-size:0.875rem;font-family:arial;height:12.4375rem;width:75rem;position:relative;display:block; }#ghCSfLTczxSnKytTTA8T2hW2fLm9kaRN { color:#005430;display:block;width:21.25rem;position:absolute;font-family:inter;font-size:2.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.748046875rem;left:2.5615234375rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cp9nvmR5wwiPHc3I2hfuK7lTpLGmb2BC { color:#000000;display:block;width:19.625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:9.375rem;left:27.6875rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cKtFhTqpJGkn1VhtpRPDVUOnpkCoK6KI { color:#005430;display:block;width:21.25rem;position:absolute;font-family:inter;font-size:2.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:4.748046875rem;left:27.6865234375rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bcGorRStPKLIlaQkEc9SHwLncmJywTKG { color:#000000;display:block;width:19.625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:9.1875rem;left:52.6875rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#prxlgOdvB4Gd34cZDJG4O9u6rz9r788G { color:#005430;display:block;width:21.25rem;position:absolute;font-family:inter;font-size:2.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:4.748046875rem;left:51.9990234375rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ch9PTIRTrGiTsVAXmhoahThVBWeaSUDT { color:#000000;display:block;width:19.625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:9.375rem;left:2.625rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W00p5pTmA2KQCSkoPOrTDdkhaX9Si0Tq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#W00p5pTmA2KQCSkoPOrTDdkhaX9Si0Tq > .row .container { background-color: transparent; background-image: none; }#W00p5pTmA2KQCSkoPOrTDdkhaX9Si0Tq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W00p5pTmA2KQCSkoPOrTDdkhaX9Si0Tq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W00p5pTmA2KQCSkoPOrTDdkhaX9Si0Tq > .row .container > .video-iframe-container { display: none; }#W00p5pTmA2KQCSkoPOrTDdkhaX9Si0Tq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W00p5pTmA2KQCSkoPOrTDdkhaX9Si0Tq > .row > .video-iframe-container { display: none; }#W00p5pTmA2KQCSkoPOrTDdkhaX9Si0Tq > .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); }#W00p5pTmA2KQCSkoPOrTDdkhaX9Si0Tq > .row .container { border-width: 0; border-radius: 0; }#W00p5pTmA2KQCSkoPOrTDdkhaX9Si0Tq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W00p5pTmA2KQCSkoPOrTDdkhaX9Si0Tq > .row .container { font-size:0.875rem;font-family:arial;height:68.25rem;width:75rem;position:relative;display:block; }#glhsdAKDECyIfE0QFOgOcMMacGfpkcrm { color:#000000;display:block;width:75rem;position:absolute;font-family:inter;font-size:3.125rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:4.875rem;left:0rem;height:3.125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V70IJgqV8t6XqXvIAAJLbutqT6EICc3R { color:#000000;display:block;width:62.5rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:11.875rem;left:6.25rem;height:22rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#T46zgG0rsNmoACUuBJMg4BRCi1ePwTZI { color:#000000;display:block;width:62.5rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:35.9375rem;left:6.25rem;height:28.6816625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kRxxZmu9HzJeQE8nF9ozsJeBg4QMXN1m { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:36.25rem;left:3.75rem; }
#ZmUoxSroD3UGBTgAuGWP6kMe4Rb6V8bL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:39.75rem;left:3.75rem; }
#Z2W19UVQk2DmST2zJSC36euBJgV8FD3D { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:42.125rem;left:3.75rem; }
#u9wQMeMTD2K2OrwzZegIAgIhbsHZL2mX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:45.6875rem;left:3.75rem; }
#c29xD3kSR7EtSsMNWB8JkQJBGeq5TOsy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:49.4375rem;left:3.78125rem; }
#hawZ396kv3JVSlHSg5m84Ldcxgh7VNkW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:57rem;left:3.75rem; }
#zpG23Dk1mv4Kv6OMoyvDMVLSkvA8JuSD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:59.0625rem;left:3.75rem; }
#LRTrW0HhJyM90xwT6CwAxDKA0AuwreE6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:61.0625rem;left:3.75rem; }
#HNPSn66XfzLtiNXFgo8fE19PO5M7PORF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:63.125rem;left:3.75rem; }
#dbz8AQGXJhG4c5dXBNFBVnaHUmCTmPbD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dbz8AQGXJhG4c5dXBNFBVnaHUmCTmPbD > .row .container { background-color: transparent; background-image: none; }#dbz8AQGXJhG4c5dXBNFBVnaHUmCTmPbD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dbz8AQGXJhG4c5dXBNFBVnaHUmCTmPbD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dbz8AQGXJhG4c5dXBNFBVnaHUmCTmPbD > .row .container > .video-iframe-container { display: none; }#dbz8AQGXJhG4c5dXBNFBVnaHUmCTmPbD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dbz8AQGXJhG4c5dXBNFBVnaHUmCTmPbD > .row > .video-iframe-container { display: none; }#dbz8AQGXJhG4c5dXBNFBVnaHUmCTmPbD > .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); }#dbz8AQGXJhG4c5dXBNFBVnaHUmCTmPbD > .row .container { border-width: 0; border-radius: 0; }#dbz8AQGXJhG4c5dXBNFBVnaHUmCTmPbD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dbz8AQGXJhG4c5dXBNFBVnaHUmCTmPbD > .row .container { font-size:0.875rem;font-family:arial;height:16.125rem;width:75rem;position:relative;display:block; }#KTR3hAGEabKqN57VKHGGm2ef10876hVg { color:#005430;display:block;width:21.25rem;position:absolute;font-family:inter;font-size:2.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.748046875rem;left:2.5615234375rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#smiSmvUPBywRGATPbrFCZ8uJZAmRMQSc { color:#000000;display:block;width:19.625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:9.375rem;left:27.6875rem;height:2.92448125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nyrvEuk8ndPWdS7HsU6GrcfyUeIFLFa5 { color:#005430;display:block;width:21.25rem;position:absolute;font-family:inter;font-size:2.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:4.748046875rem;left:27.6865234375rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e7mbzzTTku43wQBI5raOwNMh7wuL0nDq { color:#000000;display:block;width:19.625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:9.1875rem;left:52.6875rem;height:2.924475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SmgyQFCTEw74rMWZp4cLnueaTw1ZJbiN { color:#005430;display:block;width:21.25rem;position:absolute;font-family:inter;font-size:2.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:4.748046875rem;left:51.9990234375rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SMMOCWKWIUfdV0tafAfhrHvi8yzy9zOo { color:#000000;display:block;width:19.625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:9.375rem;left:2.625rem;height:2.92448125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N8WbtqFJ00hVa4aurTXvFZ7Ci0tn5hUA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #005430);background-image: -moz-linear-gradient(180deg, #000000, #005430);background-image: -ms-linear-gradient(180deg, #000000, #005430);background-image: -o-linear-gradient(180deg, #000000, #005430);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#005430' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#005430' );";background-image: linear-gradient(180deg, #000000, #005430);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#N8WbtqFJ00hVa4aurTXvFZ7Ci0tn5hUA > .row .container { background-color: transparent; background-image: none; }#N8WbtqFJ00hVa4aurTXvFZ7Ci0tn5hUA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N8WbtqFJ00hVa4aurTXvFZ7Ci0tn5hUA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N8WbtqFJ00hVa4aurTXvFZ7Ci0tn5hUA > .row .container > .video-iframe-container { display: none; }#N8WbtqFJ00hVa4aurTXvFZ7Ci0tn5hUA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N8WbtqFJ00hVa4aurTXvFZ7Ci0tn5hUA > .row > .video-iframe-container { display: none; }#N8WbtqFJ00hVa4aurTXvFZ7Ci0tn5hUA > .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); }#N8WbtqFJ00hVa4aurTXvFZ7Ci0tn5hUA > .row .container { border-width: 0; border-radius: 0; }#N8WbtqFJ00hVa4aurTXvFZ7Ci0tn5hUA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N8WbtqFJ00hVa4aurTXvFZ7Ci0tn5hUA > .row .container { font-size:0.875rem;font-family:arial;height:32.875rem;width:75rem;position:relative;display:block; }#u5p2tfNaQR2nAXZi82VXnNI1C3HoWXuT { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:6.3115844726562rem;left:7.5rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oaT115H4dv4rXoTwTCn9rGxBieKTlps7 { box-sizing:content-box;color:#5d92ff;font-size:7.8125rem;font-weight:400;line-height:1;height:11.25rem;width:11.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:.3;top:14.1875rem;left:58.75rem; }
#fuhwhJpBwNKoeNOPGBempzIki21TcaXz { color:#4bcc15;display:block;width:24rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:17.125rem;left:7.5rem;height:10.8105625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#fuhwhJpBwNKoeNOPGBempzIki21TcaXz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fuhwhJpBwNKoeNOPGBempzIki21TcaXz li:before{  }
#yrBCBh8fnkmUSckBxrqKf3R9k6kmZDp9 { color:#ffffff;display:block;width:18.6875rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.7;letter-spacing:0;top:13.9375rem;left:7.5625rem;height:2.55005rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#OMKEWzeZs8bOx5JISAJIJXzG7R4WHddN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #005430, #0a0b0b);background-image: -moz-linear-gradient(180deg, #005430, #0a0b0b);background-image: -ms-linear-gradient(180deg, #005430, #0a0b0b);background-image: -o-linear-gradient(180deg, #005430, #0a0b0b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#005430', endColorstr='#0a0b0b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#005430', endColorstr='#0a0b0b' );";background-image: linear-gradient(180deg, #005430, #0a0b0b);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OMKEWzeZs8bOx5JISAJIJXzG7R4WHddN > .row .container { background-color: transparent; background-image: none; }#OMKEWzeZs8bOx5JISAJIJXzG7R4WHddN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OMKEWzeZs8bOx5JISAJIJXzG7R4WHddN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OMKEWzeZs8bOx5JISAJIJXzG7R4WHddN > .row .container > .video-iframe-container { display: none; }#OMKEWzeZs8bOx5JISAJIJXzG7R4WHddN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OMKEWzeZs8bOx5JISAJIJXzG7R4WHddN > .row > .video-iframe-container { display: none; }#OMKEWzeZs8bOx5JISAJIJXzG7R4WHddN > .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); }#OMKEWzeZs8bOx5JISAJIJXzG7R4WHddN > .row .container { border-width: 0; border-radius: 0; }#OMKEWzeZs8bOx5JISAJIJXzG7R4WHddN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OMKEWzeZs8bOx5JISAJIJXzG7R4WHddN > .row .container { font-size:0.875rem;font-family:arial;height:104.75rem;width:75rem;position:relative;display:block; }#ZZbgDHbkN3oUJiD7uHmehhQhIcnGxFTe { color:#38ec2e;display:block;width:20rem;position:absolute;font-family:inter;font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:40.9375rem;left:2.6875rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#n5Tsmf1xegXkWyvxUiRqZ4IxdnkyQ3bP { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:19.9375rem;top:15rem;left:2.5rem;overflow:hidden;display:block; }
#ZESkHAPg8Iyvacsey5DETo5Rl8xb85cm { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:11.25rem;top:47.5625rem;left:1.5rem;overflow:hidden;display:block; }
#iIMmXSRfvqsnqfdDFG3T2OIBxwAQw8ME { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:11.25rem;top:47.625rem;left:26.4375rem;overflow:hidden;display:block; }
#uHJqEaqKHUERT20WMTA7zkc6HuGBKEiz { color:#ffffff;display:block;width:20rem;position:absolute;font-family:inter;font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:40.9375rem;left:27.5625rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#styeNHO9QPqvKVwhu9tfND3uKawUsFFM { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:19.9375rem;top:15.0625rem;left:27.5rem;overflow:hidden;display:block; }
#rBbzBUc1RX3qqN0iRv4AV2ZlzU8iifNw { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:19.9375rem;top:15.0625rem;left:52.5625rem;overflow:hidden;display:block; }
#muszSLpeOOIMOMSGsRotDTyFr55JMOal { color:#ffffff;display:block;width:20rem;position:absolute;font-family:inter;font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:40.9375rem;left:52.625rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EDHEdZWbLLty89eGEch1xfQE3RfAKfny { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:11.25rem;top:47.624298095703rem;left:51.624463558197rem;overflow:hidden;display:block; }
#vGzGMVuhvkrR8r0uTcmevKytsmWlV0O6 { color:#fffafb;display:block;width:75rem;position:absolute;font-family:inter;font-size:3.125rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:4.375rem;left:0rem;height:3.125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GOIaiIp0pxH2Kx4CTaJShw0Hi62lzOCA { 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:21.875rem;width:20rem;top:60.125rem;left:2.5rem;overflow:hidden;display:block; }
#fZenJu67ZiR8BBxfCImawJ7cSliEGS8d { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:20rem;top:60.125rem;left:27.5rem;overflow:hidden;display:block; }
#C8SVLgBK0obxGFWviwLicpLzGE0OMkFg { color:#ffffff;display:block;width:20rem;position:absolute;font-family:inter;font-size:1.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:86.375rem;left:2.5rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uDPKuxMt74edOLnfudnKoZA9PTWHmXlp { color:#ffffff;display:block;width:20rem;position:absolute;font-family:inter;font-size:1.75rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:86.4375rem;left:27.5rem;height:2.2753875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hlEUrp6Ou2ESVwQ4ysByhQEex1Ip1R6p { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:11.3125rem;top:92.5625rem;left:2.5rem;overflow:hidden;display:block; }
#wgw70xJdLL8tNIGL19rdSnPGZraN0ZyB { 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:21.875rem;width:19.9375rem;top:60.125rem;left:52.5rem;overflow:hidden;display:block; }
#IKPCPcRKur767hCca5nTT6Utz2qNUByh { color:#ffffff;display:block;width:20rem;position:absolute;font-family:inter;font-size:1.75rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:86.375rem;left:52.4375rem;height:2.2753875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hfrNmX5RUBMaCUkD9M35UWJ2Dfk14vlQ { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:11.375rem;top:92.5625rem;left:51.25rem;overflow:hidden;display:block; }
#wK4nM7545MoTp1bKDiH1mSgLO63zNJp9 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #005430, #000000);background-image: -moz-linear-gradient(180deg, #005430, #000000);background-image: -ms-linear-gradient(180deg, #005430, #000000);background-image: -o-linear-gradient(180deg, #005430, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#005430', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#005430', endColorstr='#000000' );";background-image: linear-gradient(180deg, #005430, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem #4bcc17 ;height:41.25rem;width:22.5rem;top:12.25rem;left:1.25rem;display:block; }
#JbmwFtUrTa83zfsbaTe7VQMWU0Jqzr1l { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #005430, #000000);background-image: -moz-linear-gradient(180deg, #005430, #000000);background-image: -ms-linear-gradient(180deg, #005430, #000000);background-image: -o-linear-gradient(180deg, #005430, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#005430', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#005430', endColorstr='#000000' );";background-image: linear-gradient(180deg, #005430, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.1875rem 0.1875rem 0.375rem #4bcc15 ;height:41.25rem;width:22.5rem;top:12.5625rem;left:26.25rem;display:block; }
#OsRkayLAw5eZf2J4TOcZ1vuEWtw9H9Mk { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #005430, #000000);background-image: -moz-linear-gradient(180deg, #005430, #000000);background-image: -ms-linear-gradient(180deg, #005430, #000000);background-image: -o-linear-gradient(180deg, #005430, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#005430', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#005430', endColorstr='#000000' );";background-image: linear-gradient(180deg, #005430, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.1875rem 0.1875rem 0.375rem #4bcc15 ;height:41.25rem;width:22.5rem;top:12.625rem;left:51.25rem;display:block; }
#RPFozbrV4315FJsvle4g6WrKRlJRQE3v { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #005430, #000000);background-image: -moz-linear-gradient(180deg, #005430, #000000);background-image: -ms-linear-gradient(180deg, #005430, #000000);background-image: -o-linear-gradient(180deg, #005430, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#005430', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#005430', endColorstr='#000000' );";background-image: linear-gradient(180deg, #005430, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.1875rem 0.375rem #4bcc15 ;height:41.25rem;width:22.5rem;top:57.625rem;left:1.25rem;display:block; }
#lnCe8u8udLTtk1dr9K5pi0wnC1ks9h7S { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #005430, #000000);background-image: -moz-linear-gradient(180deg, #005430, #000000);background-image: -ms-linear-gradient(180deg, #005430, #000000);background-image: -o-linear-gradient(180deg, #005430, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#005430', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#005430', endColorstr='#000000' );";background-image: linear-gradient(180deg, #005430, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.1875rem 0.375rem #4bcc15 ;height:41.25rem;width:22.5rem;top:57.625rem;left:26.25rem;display:block; }
#fnmBLwE5Js7Nr8WM5LzO76s1TZIV8D8Z { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #005430, #000000);background-image: -moz-linear-gradient(180deg, #005430, #000000);background-image: -ms-linear-gradient(180deg, #005430, #000000);background-image: -o-linear-gradient(180deg, #005430, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#005430', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#005430', endColorstr='#000000' );";background-image: linear-gradient(180deg, #005430, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.1875rem 0.1875rem 0.375rem #4bcc15 ;height:41.25rem;width:22.5rem;top:57.6875rem;left:51.25rem;display:block; }
#Co9qqWGmefXfyCdrcsDLCBs9JMDIsu3k { color:#ffffff;display:block;width:20rem;position:absolute;font-family:inter;font-size:1.75rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:92.6875rem;left:27.5rem;height:2.2753875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fMDErCHR8KpHe5uUnNXHu3krXTPHfEWu { color:rgba(75,204,21,0.15);display:block;width:74.9375rem;position:absolute;font-family:"open sans";font-size:7.5rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:1.125rem;left:0rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J0vSiSVEx0zOeJ1gtoLk2bEnLGbLn0gw { color:#38ec2e;display:block;width:20rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:43.5625rem;left:2.5625rem;height:1.9494625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kNNWPZBHX9xk7LUKKKT0DnEg10h0TJ0u { color:#38ec2e;display:block;width:20rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:43.6875rem;left:27.5625rem;height:1.9494625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BJRdgqn1gSIgqSN6GDgMAWrLrIJBCZQT { color:#38ec2e;display:block;width:20rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:43.67578125rem;left:52.6875rem;height:1.9494625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Xl8LT7cnc1XCevaF9vnCtydkITyLVJ1y { color:#ffffff;display:block;width:20rem;position:absolute;font-family:inter;font-size:1.75rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:89.1396484375rem;left:2.5rem;height:2.2753875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QiHtfRvNogt14pBiUzSbaIEhqSMqEKlK { color:#ffffff;display:block;width:20rem;position:absolute;font-family:inter;font-size:1.75rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:89.0625rem;left:27.5rem;height:2.2753875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AsrTZ3ecxL37NytvsVPnu4NLXDq634H8 { color:#ffffff;display:block;width:20rem;position:absolute;font-family:inter;font-size:1.75rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:88.9140625rem;left:52.5rem;height:2.2753875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AiqMhIQDBU35DokVkmv2WznAZTIyEOb0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#005430;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AiqMhIQDBU35DokVkmv2WznAZTIyEOb0 > .row .container { background-color: transparent; background-image: none; }#AiqMhIQDBU35DokVkmv2WznAZTIyEOb0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AiqMhIQDBU35DokVkmv2WznAZTIyEOb0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AiqMhIQDBU35DokVkmv2WznAZTIyEOb0 > .row .container > .video-iframe-container { display: none; }#AiqMhIQDBU35DokVkmv2WznAZTIyEOb0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AiqMhIQDBU35DokVkmv2WznAZTIyEOb0 > .row > .video-iframe-container { display: none; }#AiqMhIQDBU35DokVkmv2WznAZTIyEOb0 > .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); }#AiqMhIQDBU35DokVkmv2WznAZTIyEOb0 > .row .container { border-width: 0; border-radius: 0; }#AiqMhIQDBU35DokVkmv2WznAZTIyEOb0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AiqMhIQDBU35DokVkmv2WznAZTIyEOb0 > .row .container { font-size:0.875rem;font-family:arial;height:386.4375rem;width:75rem;position:relative;display:block; }#KJEl04g6dssiMuwRu1PMssqr61UOrQdZ { color:#000000;display:block;width:21.4375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15046;line-height:1.5;letter-spacing:0;top:24.3125rem;left:38.8125rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Myf90fTpber6wiNBIwE45n5Wfu8K85tB { color:#000000;display:block;width:20.4375rem;position:absolute;font-family:inter;font-size:2.25rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:24.0625rem;left:16.6875rem;height:5.8496125rem;text-align:justify;text-align-last:initial;display:block; }
#HPtFKcMFPyfJsGIu9vhoHTl6OHZxzdRI { color:#4cbb17;display:block;width:20rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15043;line-height:1;letter-spacing:0;top:22.625rem;left:16.8125rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S7gpF34ccv2QF60SCTxhh5yqrNssQl15 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:inter;font-size:3.125rem;font-weight:normal;z-index:15006;line-height:1;letter-spacing:0;top:134.6875rem;left:0rem;height:3.125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HXZrLuckT8B6zg1pBw3tHuSz2tTwFDmS { color:#fafafa;display:block;width:72.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:13.11328125rem;left:2.4375rem;height:1.57470625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#C2mQLbQwdpyscigSA8V65UeK1uZNvFWk { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.1875rem 0.1875rem 0.375rem #4bcc15 ;height:32.375rem;width:49rem;top:19.75rem;left:13.826171875rem;display:block; }
#TA4kDL4LErNcuRRxO8uZDQVp26TTy0Eg { color:#000000;display:block;width:19.375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15047;line-height:1.7;letter-spacing:0;top:31.1875rem;left:16.875rem;height:1.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qDAFwH5LCrxgZDRuL9ZapmHZeyCtIFOv { color:#000000;display:block;width:19.875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:31.1875rem;left:38.6875rem;height:1.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TXiSPmiLLIHDNI7CnVwaHIQuFhNTUehe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:33.4375rem;left:14.8125rem; }
#Dzr8J2B6NzkgbTlsUvcANxNgydFzUGVU { color:#000000;display:block;width:19.875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15048;line-height:1.5;letter-spacing:0;top:33.30078125rem;left:16.875rem;height:12rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#epGG8pU4S2QFqTPphzSXneHFWAaffmv3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:40.875rem;left:14.90625rem; }
#T8tcXFir71mGz7bicvvt47KhrbwHoe4E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:38rem;left:14.90625rem; }
#LxtuVtNUMKah4lCBP67Kkn34ToTxZiIp { color:#4bcc15;display:block;width:22.625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:33.1875rem;left:38.6875rem;height:14.619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#LxtuVtNUMKah4lCBP67Kkn34ToTxZiIp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LxtuVtNUMKah4lCBP67Kkn34ToTxZiIp li:before{  }
#BRicqXtBTCO3WCJ1fNgw80xr19WEmTVX { color:#000000;display:block;width:20.4375rem;position:absolute;font-family:inter;font-size:2.25rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:62.875rem;left:16.5625rem;height:5.8496125rem;text-align:left;text-align-last:left;display:block; }
#O6UTJKT3HtgoqGktdysFlzk1A16cDe6h { color:#4cbb17;display:block;width:20rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15058;line-height:1;letter-spacing:0;top:61.25rem;left:16.75rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lWeaDr4yKE5AvUJ7dMJgNNbzhSeghMMa { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.1875rem 0.1875rem 0.375rem #4bcc15 ;height:32.375rem;width:49rem;top:58.375rem;left:13.7666015625rem;display:block; }
#RgVtF2T7lWQerHBJ3Oew7OEhAq6RyflE { color:#000000;display:block;width:19.875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15062;line-height:1.4;letter-spacing:0;top:71.6875rem;left:16.875rem;height:1.3997375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UbrTk1HKaBMzz60sychT8fIF7dneZwD0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:73.9375rem;left:14.875rem; }
#UufQyayrJAqWghIgwTFCS0QNNK5JCIP8 { color:#000000;display:block;width:20.6875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15063;line-height:1.5;letter-spacing:0;top:73.6875rem;left:16.6875rem;height:9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lk6MUXAg6gw3vH8SPEyvEXQSFRxC7eJK { color:#000000;display:block;width:22.125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15061;line-height:1.5;letter-spacing:0;top:63.2685546875rem;left:38.75rem;height:5.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#crbQWdrTNJ64uEZGS4GKX1ynDTWi8aHS { color:#000000;display:block;width:22.125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15063;line-height:1.4;letter-spacing:0;top:71.6875rem;left:38.8125rem;height:1.3997375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H1mEcopFZvm4c7QLQNie5vZCSXyXrUdH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:76.8125rem;left:14.875rem; }
#TiqbT1UfdKA9iqrteQaP7eZd1LzwVUDm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:79.8125rem;left:14.875rem; }
#y1TO5v3cqfJIO7kCXLX36VeuPslGVh7Q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:78.25rem;left:14.875rem; }
#d4eV8Ty0ykTV8aaRXz0wh0yeNOPDWKxi { color:#4bcc15;display:block;width:22.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:73.6875rem;left:38.75rem;height:10.420875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#d4eV8Ty0ykTV8aaRXz0wh0yeNOPDWKxi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#d4eV8Ty0ykTV8aaRXz0wh0yeNOPDWKxi li:before{  }
#DHFQvN9m2cAi0ns6fPC93zUvxiIT1XnZ { color:#000000;display:block;width:20.375rem;position:absolute;font-family:inter;font-size:2.25rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:101.625rem;left:16.875rem;height:5.8496125rem;text-align:left;text-align-last:left;display:block; }
#tf7nmS6JTLPvnfm9MigV1i99T1Ui8nmp { color:#4cbb17;display:block;width:20rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15073;line-height:1;letter-spacing:0;top:100.1875rem;left:16.875rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dEpqmTSFf1T34QKRRx0mq6q52fT6xru3 { position:absolute;display:block;z-index:15035;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.1875rem 0.1875rem 0.375rem #4bcc15 ;height:32.375rem;width:49.25rem;top:96.875rem;left:13.8125rem;display:block; }
#n3uml7fB0OOVPeJRqmauVrW7kM1QPT6i { color:#000000;display:block;width:20.25rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15077;line-height:1.5;letter-spacing:0;top:109.3125rem;left:16.875rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G8bJUlF7lCK5fAcUxnXyp9HghL5R5zTP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:1;top:111.8125rem;left:14.875rem; }
#MZQP9nkpkWEitdcFWUsGstK7X3Rer9be { color:#000000;display:block;width:20.4375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15078;line-height:1.7;letter-spacing:0;top:111.625rem;left:16.875rem;height:11.89453125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R65i5DvTJg5nUNAINgZk2ro13dhiaOb8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:115.25rem;left:14.875rem; }
#fow8Pg2S23mldvI7D55C38dqbeixbhFS { color:#000000;display:block;width:22.125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15076;line-height:1.5;letter-spacing:0;top:101.625rem;left:39rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IT55e6NTb0MvHk87UISmidu2F3aEaSC4 { color:#000000;display:block;width:20.25rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15078;line-height:1.5;letter-spacing:0;top:109.3125rem;left:38.75rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P8dl6uo6E39TTeJNcn5v1eH9G0HfskJr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15081;opacity:1;top:118.4375rem;left:14.875rem; }
#ovDT4iGHbXpBMRDT7aks3M5SIGfTsqrG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15082;opacity:1;top:116.75rem;left:14.875rem; }
#OZhB11bM9zP4vPyJPuRsc9xstUR0Upun { color:#4bcc15;display:block;width:22.125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15038;line-height:1.4;letter-spacing:0;top:111.5625rem;left:38.625rem;height:13.53225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#OZhB11bM9zP4vPyJPuRsc9xstUR0Upun li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OZhB11bM9zP4vPyJPuRsc9xstUR0Upun li:before{  }
#hX9NQ1wiZHKXWMsaIRxzecGb1Ma3vXh8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15082;opacity:1;top:120.375rem;left:14.875rem; }
#vl6Fd7oPlalFWnSdZkwU6myZi5N4F34Q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:36.4375rem;left:14.875rem; }
#Ly6QEF8TGIenWn2CEOzPoNSAdLL4yQLG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:42.6875rem;left:14.9375rem; }
#M8D3DkD5I0WRXEB3WSegpgouuTqiQdug { position:absolute;display:block;z-index:15006;background-color:rgba(251,251,251,0.15);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10.0625rem;width:51.25rem;top:159.62451171875rem;left:13.7490234375rem;display:block; }
#mXd56W4h5UXb2TzC7mLhT82nKMyAMea5 { color:rgba(75,204,23,0.15);display:block;width:8.875rem;position:absolute;font-family:"open sans";font-size:7.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:159.0625rem;left:3.75rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xB7odBebOudVBWKkfXReISXMsZHuT0oe { color:#ffffff;display:block;width:20.125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15029;line-height:1.5;letter-spacing:0;top:163.3740234375rem;left:16.2490234375rem;height:5.0625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#ZXnP7PJ9zuTJMnXxUkCDzCZz3lJ2iemh { color:#4cbb17;display:block;width:20rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15044;line-height:1;letter-spacing:0;top:160.9990234375rem;left:16.2490234375rem;height:1.1254875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T44R0TwcguRECn9TZ60zuOAA4BdETg75 { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15047;line-height:1.5;letter-spacing:0;top:165.875rem;left:38.75rem;height:1.68823125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#axeq5bRqq8nniRDme9kMIqseVNp9zczF { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:300;z-index:15048;line-height:1.5;letter-spacing:0;top:161.25rem;left:38.75rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zdQBO5olSIeoTVrqwpvifPb2PGsTv7q4 { color:rgba(75,204,21,0.15);display:block;width:74.9375rem;position:absolute;font-family:"open sans";font-size:7.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0.0625rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MCTAabDplC84X5RrNV7anACxkyM1MwZH { color:rgba(75,204,23,0.15);display:block;width:8.875rem;position:absolute;font-family:"open sans";font-size:7.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:173.25rem;left:3.75rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AdpQ1Q8IlWbSM8OS3LlkAksADPIO2D3w { position:absolute;display:block;z-index:15000;background-color:rgba(251,251,251,0.15);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10.0625rem;width:51.25rem;top:173.4375rem;left:13.7490234375rem;display:block; }
#thP0Qcd686WSwGo6Sd4kFEBQUsH9l7VI { color:#000000;display:block;width:20.125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15035;line-height:1.5;letter-spacing:0;top:177.1240234375rem;left:16.2490234375rem;height:5.0625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#Mcr5WrhLZRm8J7cdDKbi9Dn9UZeHQaSL { color:#4cbb17;display:block;width:20rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15050;line-height:1;letter-spacing:0;top:174.6240234375rem;left:16.2490234375rem;height:1.1254875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T7AtFcVhoE04ZQlRPXuLbrOTT8Hfhum0 { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15053;line-height:1.5;letter-spacing:0;top:179.5625rem;left:38.75rem;height:1.68823125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G8s5qI35qcVDTufBNfySTxDPJm33ACJ4 { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:300;z-index:15052;line-height:1.5;letter-spacing:0;top:175.1240234375rem;left:38.8125rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A4bzsu5mSKbSMTAkdv7sKEvTMuNuNTwp { color:rgba(75,204,23,0.15);display:block;width:8.875rem;position:absolute;font-family:"open sans";font-size:7.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:187rem;left:3.75rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mBQ5F2VFclAGnpri5J5grKC7B0bf3vWs { position:absolute;display:block;z-index:15006;background-color:rgba(251,251,251,0.15);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10.0625rem;width:51.25rem;top:187.1240234375rem;left:13.7490234375rem;display:block; }
#W4qfXatyICP9C2k8BT5sfG39T9IKv7I1 { color:#ffffff;display:block;width:20.125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15041;line-height:1.5;letter-spacing:0;top:190.8125rem;left:16.2490234375rem;height:5.0625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#KGX1cEXlv7LcIJcx6ZEZSczlDEiz5ihA { color:#4cbb17;display:block;width:20rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15056;line-height:1;letter-spacing:0;top:188.3740234375rem;left:16.2490234375rem;height:1.1254875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tMXJ4XAZapmZ8ElhEld1qLtinV4B5PVe { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15059;line-height:1.5;letter-spacing:0;top:193.25rem;left:38.75rem;height:1.68823125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pdSmoI0wIS4m0TwNAu8ti0aZsyTii5T7 { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:300;z-index:15058;line-height:1.5;letter-spacing:0;top:190.8125rem;left:38.75rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QtbKITTDgWG47gNX3bxFrFX3SLolahBo { position:absolute;display:block;z-index:15018;background-color:rgba(251,251,251,0.15);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10.0625rem;width:51.25rem;top:214.6240234375rem;left:13.7490234375rem;display:block; }
#GtC3gr27Xydt00T4vuQUNQdwSqdeethd { color:#ffffff;display:block;width:21.4375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15071;line-height:1.5;letter-spacing:0;top:220.375rem;left:38.75rem;height:1.68823125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x6IfQ93rDBNDbOaapTHGWwV2UMcWqpth { position:absolute;display:block;z-index:15024;background-color:rgba(251,251,251,0.15);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10.0625rem;width:51.25rem;top:228.1875rem;left:13.75rem;display:block; }
#fIeys1FLZxchImzemURQQNaWedUEAs9n { color:#000000;display:block;width:20.125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15059;line-height:1.5;letter-spacing:0;top:231.4990234375rem;left:16.24951171875rem;height:5.0625rem;text-align:justify;text-align-last:initial;display:block; }
#F8T5Pr2B8JNTmhLNznMCSALDVDFp3Bnh { color:#4cbb17;display:block;width:20rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15074;line-height:1;letter-spacing:0;top:229.3740234375rem;left:16.2490234375rem;height:1.1254875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#idPXz4v74m66mJs2t6Z8TnlungXXVFU2 { color:#ffffff;display:block;width:21.4375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15077;line-height:1.5;letter-spacing:0;top:234.1875rem;left:38.75rem;height:1.68823125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MoUNK08ttazy9b9OgmAaV90AWDz714Jv { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:300;z-index:15076;line-height:1.5;letter-spacing:0;top:232.125rem;left:38.75rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FUXBOWWTv3Q0ESJTXOofUTJZCmgSbnnI { position:absolute;display:block;z-index:15024;background-color:rgba(251,251,251,0.15);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10.0625rem;width:51.25rem;top:200.8740234375rem;left:13.7490234375rem;display:block; }
#IBgqKwMaWL5RsFTU3TugfJiON6zEn62G { color:rgba(75,204,23,0.15);display:block;width:8.875rem;position:absolute;font-family:"open sans";font-size:7.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:200.25rem;left:3.75rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LWVTg4tsyKTwsJyMwrEZD2rIbLwTfKTt { color:#ffffff;display:block;width:20.125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15047;line-height:1.5;letter-spacing:0;top:204.5615234375rem;left:16.2490234375rem;height:5.0625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#qMiKgXkAwQ5WCWlPTkxCn7A0KltuE8hX { color:#ffffff;display:block;width:21.4375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15065;line-height:1.5;letter-spacing:0;top:206.6875rem;left:38.75rem;height:1.68823125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nZf58RkFlkZ2HgpQnXfnrRCf8TIDxqaT { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:300;z-index:15066;line-height:1.5;letter-spacing:0;top:204.5625rem;left:38.75rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tax9JebM0AydwdvT1tKb5Xf1dWlyUSqk { color:rgba(75,204,23,0.15);display:block;width:8.875rem;position:absolute;font-family:"open sans";font-size:7.5rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:214.4375rem;left:3.75rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FX5aESWgK3d7E8ysiEhZl7GL45fernTF { color:#000000;display:block;width:20.125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15053;line-height:1.5;letter-spacing:0;top:218.3125rem;left:16.2490234375rem;height:5.0625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#pwkf8DUbgJlmFxMFQEol2kIEbx5UMRV7 { color:#4cbb17;display:block;width:20rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15068;line-height:1;letter-spacing:0;top:216rem;left:16.2490234375rem;height:1.1254875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dUqciQdaG4ZoZSOfThkCMQAJr9NH1t6T { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:300;z-index:15070;line-height:1.5;letter-spacing:0;top:218.375rem;left:38.75rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aZUFsU8hkZPKT3IUcOe3iAQ9S74CLR2R { color:rgba(75,204,23,0.15);display:block;width:8.875rem;position:absolute;font-family:"open sans";font-size:7.5rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:228.1875rem;left:3.75rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pQS8OU0CpTq1KAS8T9fbvT2xDQxymiem { color:#4cbb17;display:block;width:20rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15062;line-height:1;letter-spacing:0;top:202.1865234375rem;left:16.2490234375rem;height:1.1254875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tMqalWNbx7XVTNqcrRIB5Th0KbTxfktS { position:absolute;display:block;z-index:15012;background-color:rgba(251,251,251,0.15);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10.0625rem;width:51.25rem;top:145.875rem;left:13.75rem;display:block; }
#aDPdJ89U57LvXy0xsnmP1zqSkTb0UGv1 { color:#ffffff;display:block;width:20.125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15035;line-height:1.5;letter-spacing:0;top:149.625rem;left:16.25rem;height:5.0625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#CU5gekkTI45CIQxuF3bHKUtokfBg8v9N { color:rgba(251,251,251,0.15);display:block;width:8.875rem;position:absolute;font-family:"open sans";font-size:7.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:145.4375rem;left:3.75rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JVhkBp2Qcm5NceRV5d15qL7EOs3Izpfz { color:#4cbb17;display:block;width:20rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15050;line-height:1;letter-spacing:0;top:147.25rem;left:16.25rem;height:1.1254875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BQE2DrhTMq1N2yHn2w2TEVde3IzFwBzq { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:300;z-index:15049;line-height:1.5;letter-spacing:0;top:148.125rem;left:38.75rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lT6IO0TCpVx9sR02kZ4m9MsmFBbA0PO7 { position:absolute;display:block;z-index:15083;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:75rem;width:75rem;top:306.380859375rem;left:0rem;overflow:hidden;display:block; }
#UPX4zcGAoNuf60HBiQwd3DuGFeWXVtWc { color:#fafafa;display:block;width:72.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:140.73828125rem;left:0.625rem;height:1.57470625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DzU2iiVCqWLCsgKTBO37qdqqmchfDOkv { color:#fafafa;display:block;width:72.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:242.36328125rem;left:1.9375rem;height:1.57470625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V2aINtMVZPCRpdacQmAXAIhOE6K2TqVW { position:absolute;display:block;z-index:15042;background-color:rgba(251,251,251,0.15);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10.0625rem;width:51.25rem;top:248.3125rem;left:13.75rem;display:block; }
#RnIiB8RFgZoHv9rFkHqt0bUKsPR70B00 { color:rgba(255,255,255,0.15);display:block;width:8.875rem;position:absolute;font-family:"open sans";font-size:7.5rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:247.6875rem;left:3.75rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uRZBDegxLksTpmcpCM6AdewWaXEzUGVi { color:#ffffff;display:block;width:20.125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15065;line-height:1.5;letter-spacing:0;top:252.0625rem;left:16.25rem;height:5.0625rem;text-align:justify;text-align-last:initial;display:block; }
#tnl9rhyBhHNoXwATZCWFG3fTU13mz9ML { color:#4cbb17;display:block;width:20rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15080;line-height:1;letter-spacing:0;top:249.75rem;left:16.25rem;height:1.1254875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y5dJk5iBFnwIJ68pssHiqD28asn5HT2B { color:#ffffff;display:block;width:21.4375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15083;line-height:1.5;letter-spacing:0;top:255.4375rem;left:38.75rem;height:1.68823125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mdi1DKBKhHFr21noqZcRRuTEq9uNAGzl { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:300;z-index:15084;line-height:1.5;letter-spacing:0;top:251.25rem;left:38.75rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oN0w723PiMAMnpoeOAJQ28tfQKFl6SPG { position:absolute;display:block;z-index:15036;background-color:rgba(251,251,251,0.15);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10.0625rem;width:51.25rem;top:262.0625rem;left:13.75rem;display:block; }
#MSqWBUoGnSht0X1amZyH50OtvkT9B1IO { color:rgba(255,255,255,0.15);display:block;width:8.875rem;position:absolute;font-family:"open sans";font-size:7.5rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:261.875rem;left:3.75rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d0fUPuHLHeySQtE60rxiePqocmcZOJOf { color:#4cbb17;display:block;width:20rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15086;line-height:1;letter-spacing:0;top:263.875rem;left:16.25rem;height:1.1254875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z0TEO45TJPd2tgLTdX7dpdXrVhaTZIzu { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:300;z-index:15088;line-height:1.5;letter-spacing:0;top:265.8125rem;left:38.75rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tHn6SALf3Td0SRN7eFsfcqQTTzRiJyii { color:#ffffff;display:block;width:21.4375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15089;line-height:1.5;letter-spacing:0;top:268rem;left:38.75rem;height:1.68823125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BkyUVZpatuZTts59zNLTWUABXlCDPq3Q { color:#000000;display:block;width:20.125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15071;line-height:1.5;letter-spacing:0;top:265.875rem;left:16.25rem;height:3.375rem;text-align:justify;text-align-last:initial;display:block; }
#QieQ3oO4QEByTfI0BlPhi6GmWaaThQ9t { position:absolute;display:block;z-index:15042;background-color:rgba(251,251,251,0.15);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10.0625rem;width:51.25rem;top:275.625rem;left:13.75rem;display:block; }
#aR3EHSovweOUhTHpPFeVuw71maXWCemE { color:#4cbb17;display:block;width:20rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15092;line-height:1;letter-spacing:0;top:277.25rem;left:16.25rem;height:1.1254875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V9kOJtvtKfBLrUN1CPt3ui3nvnWS5Q55 { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:300;z-index:15094;line-height:1.5;letter-spacing:0;top:279.625rem;left:38.75rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PdP1fNB7Qql3qN1ZyJmV99HwUSIWe0ys { color:rgba(255,255,255,0.15);display:block;width:8.875rem;position:absolute;font-family:"open sans";font-size:7.5rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:275.625rem;left:3.75rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IoO2hJ9gulalZmqiQr2EuUOIRxx4rxPa { color:#000000;display:block;width:20.125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15077;line-height:1.5;letter-spacing:0;top:279.5625rem;left:16.25rem;height:3.375rem;text-align:justify;text-align-last:initial;display:block; }
#yxNk8T3etlArfpp8lqXsmeTaNRcgwpn6 { color:#ffffff;display:block;width:21.4375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15095;line-height:1.5;letter-spacing:0;top:281.6875rem;left:38.75rem;height:1.68823125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Dbz3kAJbhvSodaeNT5e6Pub2zC5DQVKL { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:300;z-index:15100;line-height:1.5;letter-spacing:0;top:292.125rem;left:38.6875rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ldV2bz6mSTcsnCh7Ty4We8fdfbk4uxtC { color:rgba(255,255,255,0.15);display:block;width:8.875rem;position:absolute;font-family:"open sans";font-size:7.5rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:289.5rem;left:3.75rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a9KxVJ7KalmtgnOLMTU7rEvl7Iv4CBIk { color:#000000;display:block;width:20.125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15083;line-height:1.5;letter-spacing:0;top:293.4375rem;left:16.25rem;height:3.375rem;text-align:justify;text-align-last:initial;display:block; }
#CMzm3rmGIQhMJkbBd6T8e3TxCaRaQP2i { color:#ffffff;display:block;width:21.4375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15101;line-height:1.5;letter-spacing:0;top:296.1875rem;left:38.6875rem;height:1.68823125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v56VfgTozN23wClKaFpxaKIS8ShTWWGT { position:absolute;display:block;z-index:15043;background-color:rgba(251,251,251,0.15);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10.0625rem;width:51.25rem;top:289.375rem;left:13.75rem;display:block; }
#tpnOKpHVcIkBQaVNSuECTNTNtOeddNZO { color:#4cbb17;display:block;width:20rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15093;line-height:1;letter-spacing:0;top:291rem;left:16.25rem;height:1.1254875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DUU7cdK7B5R7BJqxdhFVwvKoOzFDN3fo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#005430;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DUU7cdK7B5R7BJqxdhFVwvKoOzFDN3fo > .row .container { background-color: transparent; background-image: none; }#DUU7cdK7B5R7BJqxdhFVwvKoOzFDN3fo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUU7cdK7B5R7BJqxdhFVwvKoOzFDN3fo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUU7cdK7B5R7BJqxdhFVwvKoOzFDN3fo > .row .container > .video-iframe-container { display: none; }#DUU7cdK7B5R7BJqxdhFVwvKoOzFDN3fo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUU7cdK7B5R7BJqxdhFVwvKoOzFDN3fo > .row > .video-iframe-container { display: none; }#DUU7cdK7B5R7BJqxdhFVwvKoOzFDN3fo > .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); }#DUU7cdK7B5R7BJqxdhFVwvKoOzFDN3fo > .row .container { border-width: 0; border-radius: 0; }#DUU7cdK7B5R7BJqxdhFVwvKoOzFDN3fo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DUU7cdK7B5R7BJqxdhFVwvKoOzFDN3fo > .row .container { font-size:0.875rem;font-family:arial;height:96.25rem;width:75rem;position:relative;display:block; }#dmX1THOXEOeNmU0RHVbFWTTQ03kHqMLN { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:400;z-index:15015;line-height:1.7;letter-spacing:0;top:16.0625rem;left:5rem;height:10.19925rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#DTBlShMsinZGCTpuuZCEcmSwqa4U148F { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:3.5625rem;left:8.75rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sPduUIynqyhACWeTs2JUHzg0rDhT3saK { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:31.875rem;width:31.875rem;top:22.25rem;left:41.875rem;display:block; }
#O5Jvrh0d9ihpNTCzmrt1XtP3X0vgUVaU { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:400;z-index:15016;line-height:1.7;letter-spacing:0;top:64.3125rem;left:42.5rem;height:17.848625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#VwNTqo0aV7v1h1oD3CqQ8189rWmNUhV2 { color:#ffffff;display:block;width:31.125rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:400;z-index:15016;line-height:1.7;letter-spacing:0;top:79.3125rem;left:1.25rem;height:7.6494375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#hnHeTUmVpsbAWd2pzLd51LeO1erKPn9g { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:31.875rem;width:31.875rem;top:37.25rem;left:1.25rem;display:block; }
#iyS5uyhSr1KwKyf1QKZECIlXurLOUtuZ { color:rgba(75,204,23,0.15);display:block;width:10.3125rem;position:absolute;font-family:inter;font-size:16rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:58.5rem;left:64.6875rem;height:20.7998125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sn4dMPgnE8U0P9CbPg4sgHUcxHzwbHLk { color:rgba(75,204,23,0.15);display:block;width:10.3125rem;position:absolute;font-family:inter;font-size:16rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:73.5rem;left:0rem;height:20.7998125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b1e363rQpO9McGv1xA0TSsyLFOVdhDMb { color:rgba(75,204,23,0.15);display:block;width:10.3125rem;position:absolute;font-family:inter;font-size:16rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:9.8125rem;left:0rem;height:20.7998125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ETzuMa3cMSTOp9zx1IAzirbi05WQk3HD { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:57.625rem;width:21.1875rem;display:none; }
#GgrmNcuvbENggG55vDtKKIs1FF5iceNu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GgrmNcuvbENggG55vDtKKIs1FF5iceNu > .row .container { background-color: transparent; background-image: none; }#GgrmNcuvbENggG55vDtKKIs1FF5iceNu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GgrmNcuvbENggG55vDtKKIs1FF5iceNu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GgrmNcuvbENggG55vDtKKIs1FF5iceNu > .row .container > .video-iframe-container { display: none; }#GgrmNcuvbENggG55vDtKKIs1FF5iceNu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GgrmNcuvbENggG55vDtKKIs1FF5iceNu > .row > .video-iframe-container { display: none; }#GgrmNcuvbENggG55vDtKKIs1FF5iceNu > .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); }#GgrmNcuvbENggG55vDtKKIs1FF5iceNu > .row .container { border-width: 0; border-radius: 0; }#GgrmNcuvbENggG55vDtKKIs1FF5iceNu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GgrmNcuvbENggG55vDtKKIs1FF5iceNu > .row .container { font-size:0.875rem;font-family:arial;height:94.875rem;width:75rem;position:relative;display:block; }#t2HXMODpTiE9cPRBGB54U5N58W1PM3xV { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #4bcc17;border-left:0.25rem solid #4bcc17;border-right:0.25rem solid #4bcc17;border-bottom:0.25rem solid #4bcc17;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 1.25rem 1.625rem 4.375rem rgba(76,187,23,0.15) ;height:71.375rem;width:36.875rem;top:15.75rem;left:0.0625rem;display:block; }
#mL56QWTulqoswNKdO7F0iS7RciMvdA0N { color:#000000;display:block;width:22.5rem;position:absolute;font-family:inter;font-size:3.125rem;font-weight:normal;z-index:15028;line-height:1;letter-spacing:0;top:26.9375rem;left:6.9375rem;height:3.125rem;text-align:center;text-align-last:center;display:block; }
#zJC5oU8nWHZDTuGoSVG7rSMmh6MDXUnW { color:#000000;display:block;width:25.4375rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:400;z-index:15043;line-height:1;letter-spacing:0;top:20.9375rem;left:6.25rem;height:4.50073125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CSlT5kfx6gTHsOENNVEQnQ96uFIo7avc { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.75rem 0.5rem 2.0625rem rgba(0,0,0,0.08) ;height:74.875rem;width:36.8125rem;top:16rem;left:38.1875rem;display:block; }
#mRhc4XTnNfmmrqOWTUXbhAQixg4nk3xD { color:#000000;display:block;width:20rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15044;line-height:1;letter-spacing:0;top:20.875rem;left:45.875rem;height:4.50073125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ulmcJ0cgncaTMC3a05mXkgLTS4PVywDe { color:#000000;display:block;width:75rem;position:absolute;font-family:inter;font-size:3.125rem;font-weight:normal;z-index:15006;line-height:1;letter-spacing:0;top:3.75rem;left:0rem;height:3.125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e7rTht8SuR8a4kGJS1664OnuieMMMQ1O { color:#000000;display:block;width:62.5rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:9rem;left:9.3125rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RqafggN2yVPvieR6Il6Dm5duPDdnJd0m { background-color:#4cbb17;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#fbfbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:34.5rem;left:9.3125rem;display:block; }
#KPSTLhMNcTuLpmICZua3mTS0BeZDOHbH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WNtqU3P8zGQUMR6pvb34nO1MdyoHp1fS { background-color:#fdfffb;background-image:none;border-top:0.1875rem solid #005430;border-left:0.1875rem solid #005430;border-right:0.1875rem solid #005430;border-bottom:0.1875rem solid #005430;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#005430;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:34.5rem;left:48.0625rem;display:block; }
#EM4ATPrMQUvv93eaaqXTByefQRWZh3Gl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fomi0D1eXb0yqxpTd2DQMhaWX9PTcuhC { color:#000000;display:block;width:22.5rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15047;line-height:1.7;letter-spacing:0;top:30.51171875rem;left:7.5rem;height:1.48730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i4omB1ahlTr5tEiSOQUOOPXZJyLp49uf { color:#000000;display:block;width:22.5rem;position:absolute;font-family:inter;font-size:3.125rem;font-weight:normal;z-index:15029;line-height:1;letter-spacing:0;top:27rem;left:45rem;height:3.125rem;text-align:center;text-align-last:center;display:block; }
#kOV03TZZIoC4069fetseTDmkMKiBqQs6 { color:#000000;display:block;width:22.5rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:30.8125rem;left:45rem;height:1.48730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i6Kau8IClJDT3O4knK7bgXfEyFcobGTW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:47.0625rem;left:39.1875rem; }
#qci9wyhrAogr2H1KC3M5aKDUTnNIE5M0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:49.3125rem;left:39.1875rem; }
#uU7GT7JSmyh473L28lNFQ3LMhQmBdAbv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:56.0625rem;left:39.1875rem; }
#OqOlDyFsuG1hclVrzUElLwUJu4U3TGCs { color:#000000;display:block;width:33.625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15060;line-height:2;letter-spacing:0;top:42.125rem;left:41.375rem;height:45rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#R3zs9p4S3zfFUoCWZ29FsoXMQD16BcIX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:60.5625rem;left:39.1875rem; }
#HzUiam240RvBsvhFURoby7Zkx1RL8WZx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:67.3125rem;left:39.1875rem; }
#lysB4LnKePWLLtFVipmXHXT6AtAFOey3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:69.5625rem;left:39.1875rem; }
#uHFGsc3ZCZRyqXSsyuCoBGvRxUvIQZNy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:72rem;left:39.25rem; }
#yeF4fsNA7ZHuM5X8VlgzJPrwys75IQUm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:76.3125rem;left:39.1875rem; }
#JXSEc0huy1AMHy5ki27TJP5LA1KEPlLg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:42.625rem;left:0.8125rem; }
#vd2vRzfinCt4ATEudg4xA0T57qU9GG5H { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:44.875rem;left:0.8125rem; }
#aZafF3kTFzIZhX6vQ3eUNsk7HOP2rv4m { color:#000000;display:block;width:32.25rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15069;line-height:2;letter-spacing:0;top:42.25rem;left:4.0625rem;height:40.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PGviNw12TJTW44Eh1Wxlhf5uLasahV5I { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15073;opacity:1;top:51.625rem;left:0.8125rem; }
#d3T1tbmmt3oakVOg5csr4JeueNwV1nNQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:56.125rem;left:0.8125rem; }
#MOipnyqP39LT41vFDQB2BtSZS4QMwnOc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:62.875rem;left:0.8125rem; }
#RpAT2QlFWPskQwrFF8VzuevERFwLPlQe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:71.8125rem;left:0.8125rem; }
#SUO9IBPL4tHVyvJtWy2vq4XOZ4n5tUoo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15077;opacity:1;top:65.1875rem;left:0.875rem; }
#e5oNT5pTwnimAcMUvaqLFVgWVL8pZizc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:67.4375rem;left:0.8125rem; }
#A0weuO0TJGLFd8EmOU9eER6wPTS8brDA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#A0weuO0TJGLFd8EmOU9eER6wPTS8brDA > .row .container { background-color: transparent; background-image: none; }#A0weuO0TJGLFd8EmOU9eER6wPTS8brDA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0weuO0TJGLFd8EmOU9eER6wPTS8brDA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0weuO0TJGLFd8EmOU9eER6wPTS8brDA > .row .container > .video-iframe-container { display: none; }#A0weuO0TJGLFd8EmOU9eER6wPTS8brDA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0weuO0TJGLFd8EmOU9eER6wPTS8brDA > .row > .video-iframe-container { display: none; }#A0weuO0TJGLFd8EmOU9eER6wPTS8brDA > .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); }#A0weuO0TJGLFd8EmOU9eER6wPTS8brDA > .row .container { border-width: 0; border-radius: 0; }#A0weuO0TJGLFd8EmOU9eER6wPTS8brDA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A0weuO0TJGLFd8EmOU9eER6wPTS8brDA > .row .container { font-size:0.875rem;font-family:arial;height:69.375rem;width:75rem;position:relative;display:block; }#cfNScvBcsx00nKxV7nAXCCVd1nwUywOc { color:#000000;display:block;width:75rem;position:absolute;font-family:inter;font-size:3.125rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:4.9375rem;left:0rem;height:3.125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TdT7blUvzSLREvSnlDAaaZv5TzdDLuyT { color:#000000;display:block;width:62.5rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:9.31640625rem;left:6.4375rem;height:1.57470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top; }
#oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J .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; }
#oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:inter;line-height:1.3;overflow:hidden;height:auto; }
#oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J .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;text-align:justify;text-align-last:initial;line-height:1.5;overflow:hidden;height:auto;font-family:inter; }
#oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J .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; }#oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J .accordion-trigger.adaptive-delivery-prevent-bg, #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J .accordion-trigger.lazyload, #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J .accordion-trigger.lazyloading { background-image: none; }
#oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J { box-sizing:content-box;height:auto;width:67.375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15008;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:16.75rem;left:2.625rem; }
#oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #xWBw85f6PRbsZAqu6Bqitslt1ZhonFpi { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #Tdiq2Kyw34coVKkdtWvhUkz3GUzscOaT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #qZwkuLXyZWbAMNKaEAozWlibtTDy6tdk { display:block;position:relative; }
#oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #vpTgx43SctJA3us3tvx4yF8IWVo8zdpZ {  }
#oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #mMyhLz7xnw9GdGuCeEIrcRVNFwDQpX9z {  }
#oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #HQgRFaDLfWc1NNotR90vlegCTzUHrGcU { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #uIPlMMzHZ3pnLDTxh6xtMB7C3Fxefcfv { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #UQtcz03RwzRiAbGfD51eFl4PoGVUiqy3 { display:block;position:relative; }
#oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #BscuuHBrlLcq9EW2n4bFZXbvRgsczJIb {  }
#oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #Iic2ORHJwKFAuh0Px4uk9ogKEVz8WfsV { display:none; }
#oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #l2f2G2IkHu01Mg4Nh3sBhnIqLSU7BDtQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #v2NyJ0IwQTsJb23BmbhFDG2niaq6rrhr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #DtaBC4V1lHWLTCLfEgJ9NIN3Wx2Px5Tv { display:block;position:relative; }
#oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #JyuXdZ2G0ZqsGI1DsuqsANUTyovyvF5F {  }
#oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #p5P4F7qEMT5ZT6VoHiSTo8q5zk8y43d9 { display:none; }
#oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #VqSAgMCWL0dPBir3L87hoCvnGgzT3iD0 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #XSAfDWICoWMT2x4isTVHpR9yvViTINr0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #Fsfb8adQUpxBsXbTrus7bpGgEl63V377 { display:block;position:relative; }
#oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #oFDbIVlv2OrvBXrOb9S3kd9qBk9eCRpR {  }
#oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #QyU8FwPD4MPH0KV7dF8on4woIFcbzDX3 { display:none; }
#oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #fmXRDMTnZO1RnWK0CG8pk4WcdZEaLpLE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #DorbFklanBM5A9ehTcp8BnEDwsCnEH6L { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #RPTtLxGqDXTe7lkTPUMcWeVVyPOfiD5g { display:block;position:relative; }
#oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #rwwJKF9WTFHzO0oimztGnWtxt7USC8AB {  }
#oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #SWxTLmkh3LdAwX64TCcCBJeRC5q3qDiP { display:none; }
#oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #STFL27XGA2ZMeT4SgVPLgbkyXO3EnJAK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #tf0R9FNqr0kEZZDOhJtS9Xz0FsbdyZlP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #V74lC2oSU9OAyKKMus8AnXv38KNBWMSb { display:block;position:relative; }
#oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #N9aXGgNhuhvOK52Oyo8AX6s9cvhTzORV {  }
#oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #uwNF4nQBnarKUf7fCvpvsPLW9kFpHMlf { display:none; }
#oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #SKdFa0mSlu1IKr45zqBQ7kM9gxzvy3mI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #ccbIqrxQSd6OmtQqv0o1J1Vc656hXhNw { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #nnhRlsJJAndL8kb32FPRTca0G0zO7eJH { display:block;position:relative; }
#oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #Tqb2rmXLKXx9oiroESVbeo9KovzR0zs6 {  }
#oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #N8DaQZeClJnHHfRrmNSoNlTp7rTQQe3h { display:none; }
#oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #hCr80VMzd6hTTmr3ltr7aaZ20g7S1C5a { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #m8WA0u3Zllc3iAdmdIRTy3m7I2ycVUDt { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #vXVc3FLlW0JgNt6HdwV2HK8L6Oqorqgt { display:block;position:relative; }
#oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #FTugGpl5AHnt8AODkMxh01dVyZrVqvGL {  }
#oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #AKNCyG6JndBq0PCwqmE0XBd9JqmZr0Xs { display:none; }
#GC6F6OMmcD69s5T3TyXMGbTIUOl9aOST { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c4adf1fe-f76c-4d72-a94b-2184fcf370e0/2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GC6F6OMmcD69s5T3TyXMGbTIUOl9aOST.adaptive-delivery-prevent-bg, #GC6F6OMmcD69s5T3TyXMGbTIUOl9aOST.lazyload, #GC6F6OMmcD69s5T3TyXMGbTIUOl9aOST.lazyloading { background-image: none; }#GC6F6OMmcD69s5T3TyXMGbTIUOl9aOST > .row .container { background-color: transparent; background-image: none; }#GC6F6OMmcD69s5T3TyXMGbTIUOl9aOST::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GC6F6OMmcD69s5T3TyXMGbTIUOl9aOST > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GC6F6OMmcD69s5T3TyXMGbTIUOl9aOST > .row .container > .video-iframe-container { display: none; }#GC6F6OMmcD69s5T3TyXMGbTIUOl9aOST > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GC6F6OMmcD69s5T3TyXMGbTIUOl9aOST > .row > .video-iframe-container { display: none; }#GC6F6OMmcD69s5T3TyXMGbTIUOl9aOST > .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); }#GC6F6OMmcD69s5T3TyXMGbTIUOl9aOST > .row .container { border-width: 0; border-radius: 0; }#GC6F6OMmcD69s5T3TyXMGbTIUOl9aOST > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GC6F6OMmcD69s5T3TyXMGbTIUOl9aOST > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#NrrDaPGlz6H5FF3I3QXQlXFQsKlsokOm { color:#ffffff;display:block;width:36.3125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.7;letter-spacing:0;top:17.625rem;left:19.375rem;height:1.9121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C1AwbpP6fD0cU9GA4kdy5fskCgTiLmgg { background-color:#4cbb17;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#fbfbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:30.25rem;left:28.625rem;display:block; }
#kNKmzcrHnNxGMhVVuvwshs9gvmo0H0Ne { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hph4SMukQ3zZXKLT6GTsEIX9gvm1tRBq .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Hph4SMukQ3zZXKLT6GTsEIX9gvm1tRBq .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#fbfbfb;padding-top:0.64875rem;padding-right:0.56625rem;padding-bottom:0.64875rem;padding-left:0.56625rem;display:block;align-items:center;width:3.39875rem;min-width:3.39875rem;height:3.488125rem;position:relative;font-family:inter;font-size:2.596875rem;font-weight:700;line-height:55.81px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Hph4SMukQ3zZXKLT6GTsEIX9gvm1tRBq .widget-text.counter-label { background-color:;background-image:none;color:#53ba00;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.405625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.531875rem;height:1.0625rem;position:relative;font-family:inter;font-size:0.97375rem;font-weight:400;line-height:18.51px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Hph4SMukQ3zZXKLT6GTsEIX9gvm1tRBq { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:22.125rem;height:6.2529375rem;padding-top:0.81125rem;padding-right:0.80875rem;padding-bottom:0.81125rem;padding-left:0.80875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:20.125rem;left:25.625rem;z-index:15002; }
#Hph4SMukQ3zZXKLT6GTsEIX9gvm1tRBq #LDaL129wetvLoy4lTwAl0mbEvo6SLil8 { display:flex;position:relative;top:0rem;left:0rem; }
#Hph4SMukQ3zZXKLT6GTsEIX9gvm1tRBq #Xk7BWLGi4gKUZuciZQTUzzpKdrFTHpXI { width:auto; }
#Hph4SMukQ3zZXKLT6GTsEIX9gvm1tRBq #OBTzM7V1CPI5mWot9uTL0CmcIwkWf9AT {  }
#Hph4SMukQ3zZXKLT6GTsEIX9gvm1tRBq #UFEoJRFv8swi1HzcBskTmbLO9oGBnepM { display:flex;position:relative;top:0rem;left:0rem; }
#Hph4SMukQ3zZXKLT6GTsEIX9gvm1tRBq #AxXWXDyaTH1kf2ChaPq9KveAE8HRliBN {  }
#Hph4SMukQ3zZXKLT6GTsEIX9gvm1tRBq #HRH7Qs575p8ioQhE4fXzGFLTqHkrCpcp {  }
#Hph4SMukQ3zZXKLT6GTsEIX9gvm1tRBq #TnHzQkhW896qX0SNKgr3mylvkzK8q8BC { display:flex;position:relative;top:0rem;left:0rem; }
#Hph4SMukQ3zZXKLT6GTsEIX9gvm1tRBq #R11An3WsMqrLvK1LIuiT8WIgbz2E4cq9 {  }
#Hph4SMukQ3zZXKLT6GTsEIX9gvm1tRBq #aPGXm3sWirApgJnANxSko7p0Cl1Dpc9w {  }
#Hph4SMukQ3zZXKLT6GTsEIX9gvm1tRBq #NAG3AndL96lNtt8HoLHAs4GsdS7Ed4lh { display:flex;position:relative;top:0rem;left:0rem; }
#Hph4SMukQ3zZXKLT6GTsEIX9gvm1tRBq #B040MtTmlwn5Frl965oJ1d7xS3MeKsa9 {  }
#Hph4SMukQ3zZXKLT6GTsEIX9gvm1tRBq #Gz4lEAECVdLxdJVgvJXRwAP5pwDybfE8 {  }
#GJtc7amLD2q24UTW4BfiIVqbc2nUbaOk { color:#fffdfd;display:block;width:36.25rem;position:absolute;font-family:inter;font-size:2.25rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:6.0625rem;left:19.4375rem;height:8.7744375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mBStimtl4srCVohxiukxbTGEAZi3sdNy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mBStimtl4srCVohxiukxbTGEAZi3sdNy > .row .container { background-color: transparent; background-image: none; }#mBStimtl4srCVohxiukxbTGEAZi3sdNy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBStimtl4srCVohxiukxbTGEAZi3sdNy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBStimtl4srCVohxiukxbTGEAZi3sdNy > .row .container > .video-iframe-container { display: none; }#mBStimtl4srCVohxiukxbTGEAZi3sdNy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBStimtl4srCVohxiukxbTGEAZi3sdNy > .row > .video-iframe-container { display: none; }#mBStimtl4srCVohxiukxbTGEAZi3sdNy > .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); }#mBStimtl4srCVohxiukxbTGEAZi3sdNy > .row .container { border-width: 0; border-radius: 0; }#mBStimtl4srCVohxiukxbTGEAZi3sdNy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mBStimtl4srCVohxiukxbTGEAZi3sdNy > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:75rem;position:relative;display:block; }#waU2IUXL4HkdRLCWnTCyJW9RTwNTJcUq { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15014;line-height:1.7;letter-spacing:0;top:3.55078125rem;left:11.75rem;height:1.69921875rem;font-style:normal;display:block; }
#t0hMB4o7FspHceKPDfA4Hh6uMRA3LA8a { color:#000000;display:block;width:20.0605625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15014;line-height:1.7;letter-spacing:0;top:23.875rem;left:0rem;height:1.69921875rem;font-style:normal;display:block; }
#bwmgDmg6vn4PSKNvpT2Dop4lJDiTvv5n { 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:3.75rem;width:9.9375rem;top:2.5rem;left:0.6875rem;overflow:hidden;display:block; }
#EOqz6obuozG2ZVqn9NTpxvWTP8CeSVlI { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15017;line-height:1.7;letter-spacing:0;top:8.875rem;left:51.3125rem;height:1.69921875rem;font-style:normal;display:block; }
#RQHJ3SgPoCxfohEcUJsq4eui5MZdIhrS { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:11.375rem;left:26.25rem;height:1.69921875rem;font-style:normal;display:block; }
#KdO3Xs3zrkiBHw7GlUbGpUi3EayU3Sfs { color:#000000;display:block;width:20.0615rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15016;line-height:1.7;letter-spacing:0;top:11.375rem;left:1.25rem;height:1.69921875rem;font-style:normal;display:block; }
#Wxzsb8GFpfIEzx1NKkVV8ucidVaroNwe { color:#000000;display:block;width:20.0615rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15015;line-height:1.7;letter-spacing:0;top:8.875rem;left:1.25rem;height:1.69921875rem;font-style:normal;display:block; }
#D2Oayl0k6tDkNJBQWsW3gpNofau67sen { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:11.1875rem;left:51.25rem; }
#D2Oayl0k6tDkNJBQWsW3gpNofau67sen > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#JhUhBRi6yNzxTp8a0tVHgpOu8oJRHCRX { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15019;line-height:1.7;letter-spacing:0;top:8.875rem;left:26.25rem;height:1.69921875rem;font-style:normal;display:block; }
#ubF1rgihuWoysKPHfsuQW9WOEt23p7gS { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15019;line-height:1.7;letter-spacing:0;top:13.875rem;left:26.25rem;height:1.69921875rem;font-style:normal;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #eIyfy1vSDTUynyZ1kLdyJF8nZWKCtu1q { display:block; }#eIyfy1vSDTUynyZ1kLdyJF8nZWKCtu1q > .row .container { width:47.75rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Loan2n4MUyMOCHt63gmT8ZumN8ySWz4v { width:11.25rem;height:2.5rem;top:0.9375rem;left:36.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ER3msRXozDLGhQJrVCJVFvO17OVWXGTQ { display:block; }
 }@media only screen and (max-width: 1199px) { #eLI1eGVbSehBx9EvDTheTueaEHwp0Fz9 { width:12.1875rem;height:1.4624rem;top:1.1484375rem;left:1.436767578125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UyB1uzM62uTHOy3TiH9qZzEM7Z0hJGTz .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#UyB1uzM62uTHOy3TiH9qZzEM7Z0hJGTz .widget-text.counter-number { padding-top:0.345rem;padding-right:0.32875rem;padding-bottom:0.345rem;padding-left:0.32875rem;width:1.96875rem;min-width:1.96875rem;height:1.8475rem;font-size:1.3775rem;line-height:29.56px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#UyB1uzM62uTHOy3TiH9qZzEM7Z0hJGTz .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.215625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.624375rem;height:0.73rem;font-size:0.516875rem;line-height:11.68px;top:-20%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#UyB1uzM62uTHOy3TiH9qZzEM7Z0hJGTz { display:flex;width:14.5rem;height:3.483125rem;top:0rem;left:16.75rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 1199px) { #UyB1uzM62uTHOy3TiH9qZzEM7Z0hJGTz #qMy2GRmObL5JwATriADF3TJeKkoub0To { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #UyB1uzM62uTHOy3TiH9qZzEM7Z0hJGTz #mGsA04CPQtyhepm3IrxKU1THs71a7KDR {  }
 }@media only screen and (max-width: 1199px) { #UyB1uzM62uTHOy3TiH9qZzEM7Z0hJGTz #MxTBKhuM7MCoRbiPTzCHMVhcIFIa9Hxt {  }
 }@media only screen and (max-width: 1199px) { #UyB1uzM62uTHOy3TiH9qZzEM7Z0hJGTz #ONxSMhmI2t6okQAtU35OvQcyD86l3OXk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #UyB1uzM62uTHOy3TiH9qZzEM7Z0hJGTz #rhwZyhmHFqasVb6MGHTUcBOf7QvXXuy5 {  }
 }@media only screen and (max-width: 1199px) { #UyB1uzM62uTHOy3TiH9qZzEM7Z0hJGTz #vTIcWwZOGUQ500E9nVdXaN3UhzmlzgnJ {  }
 }@media only screen and (max-width: 1199px) { #UyB1uzM62uTHOy3TiH9qZzEM7Z0hJGTz #hdXgAK1oHzwkPLhhuPmk7lvT14KXennG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #UyB1uzM62uTHOy3TiH9qZzEM7Z0hJGTz #H8Z25PBfkZ4zWHPxR4Fqf9Vop8PSOC1R {  }
 }@media only screen and (max-width: 1199px) { #UyB1uzM62uTHOy3TiH9qZzEM7Z0hJGTz #H9DltiTVXuRTzlE5QfFfgVeU65Vso3ME {  }
 }@media only screen and (max-width: 1199px) { #UyB1uzM62uTHOy3TiH9qZzEM7Z0hJGTz #z1XzGxUM6kkR1ITwuSMbGmtH2ngbqHN7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #UyB1uzM62uTHOy3TiH9qZzEM7Z0hJGTz #nfaSP6IRFOTfssoh2apsUiqRsXuzq1XV {  }
 }@media only screen and (max-width: 1199px) { #UyB1uzM62uTHOy3TiH9qZzEM7Z0hJGTz #BElPp8JM0fTlNZlx4XnCxCNAO8Qeis3A {  }
 }@media only screen and (max-width: 1199px) { #A1Lr7BqycXO5eD5wAUdbLH6cSZBRdsaW { width:14rem;height:2.75rem;top:0.375rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WdcXhfCT7losPVyF8BGR0Xa4AnWvKPu1 { display:block; }
 }@media only screen and (max-width: 1199px) { #tqzaWphHHgro45IihiAmiCLUk2mdiT1E { background-color:#000000;background-image:none;display:block; }#tqzaWphHHgro45IihiAmiCLUk2mdiT1E > .row .container { background-color: transparent; background-image: none; }#tqzaWphHHgro45IihiAmiCLUk2mdiT1E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tqzaWphHHgro45IihiAmiCLUk2mdiT1E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tqzaWphHHgro45IihiAmiCLUk2mdiT1E > .row .container > .video-iframe-container { display: none; }#tqzaWphHHgro45IihiAmiCLUk2mdiT1E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tqzaWphHHgro45IihiAmiCLUk2mdiT1E > .row > .video-iframe-container { display: none; }#tqzaWphHHgro45IihiAmiCLUk2mdiT1E > .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); }#tqzaWphHHgro45IihiAmiCLUk2mdiT1E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #aEZ2p2K8bxdq3UIyKOUABUgkviF8vOxA { width:5rem;height:2.25rem;top:1.25rem;left:16.8740234375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kgyCaCSnvX79Dkr49R75VyIVaZiM1CaV { display:block; }
 }@media only screen and (max-width: 1199px) { #Jx0zJRzGSMXCfbXp4Fl2CppHK9o7kmcE { width:5rem;height:2.25rem;top:1.25rem;left:37.6865234375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O1Tl3e2scuA64Qzl7BAoi3RrBNe7701R { display:block; }
 }@media only screen and (max-width: 1199px) { #rkw478uqTPd47w7PPIfxnJh5auLM2sQ7 { width:5rem;height:2.25rem;top:1.25rem;left:42.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CmgndTPAoDs3avUQPqSi9SvWN2D5C4yy { display:block; }
 }@media only screen and (max-width: 1199px) { #gMHXqZMKDShOHwMbdiDkzKEiR2q3fV4B { top:0.125rem;left:0rem;width:11.0625rem;height:4.875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 1199px) { #ELOZhNNHWleZzCBWIPNLm3XHiWZMy3q7 { width:5rem;height:2.25rem;top:1.25rem;left:22.1240234375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TTcbu9be2y4IVxDeBiBEB5u7WPKapPz0 { display:block; }
 }@media only screen and (max-width: 1199px) { #z7VpWxbAPrDxPqTXayLfltiQ4XRynWpT { width:5rem;height:2.25rem;top:1.25rem;left:27.3115234375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fr4miv3AQ6x4wTdKoAwzQ424PvFVJPr6 { display:block; }
 }@media only screen and (max-width: 1199px) { #dRy1MbuvGZWNgGJwL1uDQn5tQlC6HHxe { width:5rem;height:2.25rem;top:1.25rem;left:32.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aI7qfzrPbxJX3hPNzXRv0TxEW22B5nex { display:block; }
 }@media only screen and (max-width: 1199px) { #dThydXzntFupZNzCB3RtVmNCAP05Z7Hk { width:5.3125rem;height:2.25rem;top:1.25rem;left:11.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TlkaRCXkXt2XWnclIDsFbbBDCx8gq3HT { display:block; }
 }@media only screen and (max-width: 1199px) { #orZy28rwSrT4lyuxWBXBmc8EFNgLbsAv { width:5.9375rem;height:2.25rem;top:1.25rem;left:36.624755859375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #c4p1DfyF0Xc5f7ZMTipikup11SQEzQZf { display:block; }
 }@media only screen and (max-width: 1199px) { #B1FLA8uSTKop7v3dc9OtgFxXObHUD6v4 { width:14rem;height:2.75rem;top:1.2499997615814rem;left:33.624464571476rem;display:none; }
 }@media only screen and (max-width: 1199px) { #F66VgK74LGgmHG8ogHzcK8OPuOL8zmUx { display:block; }
 }@media only screen and (max-width: 1199px) { #C6pTLDkRAbc9LqCOySPBNAw8dhSHmT9g { display:block; }#C6pTLDkRAbc9LqCOySPBNAw8dhSHmT9g > .row .container { width:47.75rem;height:50.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TD18qOvZvdrP2Z9UqZKTa9kPzAPwSR9A { top:3.75rem;left:0.25rem;width:47.249375rem;height:7.7988125rem;font-size:3rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #RAuIpikaTxVTENdt7ZQDTryJbk100aVH { top:13.0625rem;left:0.1884765625rem;width:47.5615rem;height:4.375rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #JuMxgxmcQqKyH0ufyufHwwLcngGNp7K9 { width:47.625rem;height:27.8125rem;top:22.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HzcebJEykFyOB9AB0SItb1U4Ttntxziw { display:block; }#HzcebJEykFyOB9AB0SItb1U4Ttntxziw > .row .container { width:47.75rem;height:10.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TW5745TZcHJ8HIllyZH6xfJnGidEQxSS { width:9.375rem;height:3.125rem;top:4.6875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #orRLT9qi28G3XL1ZsT4ZuugumuN2U92A { width:9.375rem;height:3.125rem;top:4.75rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ULbAMB9hOP4cskTZ4FAMnXlGNtT1LCNn { width:9.375rem;height:3.125rem;top:4.75rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dMSx6D6d0fOxAZwCLsMJFH1QlpvzhBaL { width:9.375rem;height:3.125rem;top:4.75rem;left:29rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lt7HrPTZUChvaBbxv02zbwWQrOXXoA5D { width:9.375rem;height:3.125rem;top:4.75rem;left:38.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O0l8En0bN68zUWTTzudXITwfpdVPpfyK { width:45.875rem;height:1.29980625rem;top:2.3125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s7ubAma3hIyTyv0ipJsTJwDwefctkkKm { width:5.1875rem;height:0;top:2.26171875rem;left:41.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #EWr5Rn6eNHrg6D74TglApqp8fVbK2t8G { display:block; }#EWr5Rn6eNHrg6D74TglApqp8fVbK2t8G > .row .container { width:47.75rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CKSLaptFcLr6bl71D1Bq1T0TMs6Fezzh { width:47.75rem;height:3.08715625rem;top:3.125rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KIhMfH4tDg1p8BmMtJXWZUqAOz33SJpy { display:block; }#KIhMfH4tDg1p8BmMtJXWZUqAOz33SJpy > .row .container { width:47.75rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ON9AWWShac8tb7bMWMFhznc0CpdKPQat { width:15rem;height:2.4375rem;top:3.6875rem;left:0.375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #BTZvyKOVxp5dThBnMAvGlGwX6n32xw9N { width:15rem;height:2.798825rem;top:7.4375rem;left:16.5rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #xTPPxzpGpvuFxF7s6oKokCpHCZ9bLxh9 { width:15rem;height:2.4375rem;top:3.6875rem;left:16.5rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #WmxWonvfESmXZHMq1wqqLxBDAr8dSxtn { width:15rem;height:2.798825rem;top:7.4375rem;left:32.6875rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #usJXTef0DngZV0BVDWIRhXhS3vAxIShL { width:15rem;height:2.4375rem;top:3.6875rem;left:32.75rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #PnKFTlradJ0NhPo5kI9xokEEIrzIm5yl { width:15rem;height:4.19824375rem;top:7.5rem;left:0.5rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #XTNOSAM6hd61ezPqxTUbBDImmFLqc1LO { display:block; }#XTNOSAM6hd61ezPqxTUbBDImmFLqc1LO > .row .container { width:47.75rem;height:36.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Cagihk7wMicAeRS3desKkbzzm7WKTk1I { top:2.5rem;left:1.3134765625rem;width:45rem;height:30rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.5;display:block; }
 }@media only screen and (max-width: 1199px) { #WpzBpXHyaeb6iVz6m7GbKa7eQvk3CU3Z { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #005430);background-image: -moz-linear-gradient(180deg, #000000, #005430);background-image: -ms-linear-gradient(180deg, #000000, #005430);background-image: -o-linear-gradient(180deg, #000000, #005430);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#005430' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#005430' );";background-image: linear-gradient(180deg, #000000, #005430);background-size:auto !important;display:block; }#WpzBpXHyaeb6iVz6m7GbKa7eQvk3CU3Z > .row .container { background-color: transparent; background-image: none; }#WpzBpXHyaeb6iVz6m7GbKa7eQvk3CU3Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WpzBpXHyaeb6iVz6m7GbKa7eQvk3CU3Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WpzBpXHyaeb6iVz6m7GbKa7eQvk3CU3Z > .row .container > .video-iframe-container { display: none; }#WpzBpXHyaeb6iVz6m7GbKa7eQvk3CU3Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WpzBpXHyaeb6iVz6m7GbKa7eQvk3CU3Z > .row > .video-iframe-container { display: none; }#WpzBpXHyaeb6iVz6m7GbKa7eQvk3CU3Z > .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); }#WpzBpXHyaeb6iVz6m7GbKa7eQvk3CU3Z > .row .container { width:47.75rem;height:112.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yztJfhzgxq908rITbPFhabnqeKfJR7o0 { width:18.75rem;height:2.92480625rem;top:18.5rem;left:2.5rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v32gSI4dMbiv9OGycxXVOdJfpvyOTaf3 { top:22.25rem;left:2.5rem;width:18.75rem;height:2.923825rem;font-size:1.125rem;line-height:1.3;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #s2vRKSZTkiCnsTp0VMddysI7OzATDEJc { width:18.75rem;height:2.92480625rem;top:18.5rem;left:26.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O03FWHQT1ZqMyz10VOp4xFtetorlNV3v { top:22.25rem;left:26.25rem;width:18.75rem;height:2.9248rem;font-size:1.125rem;line-height:1.3;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #Qvu9XhOFWtcw7dIgMFoqz3lLWowlPUHW { width:18.75rem;height:2.92480625rem;top:32.8125rem;left:26.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qhycs0fWoU88NeHpO6Rizrkn79AyXo4N { top:38.4375rem;left:26.3125rem;width:18.75rem;height:2.923825rem;font-size:1.125rem;line-height:1.3;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #OEb2fGDipsI4R4crltbVJzOeTIPsSoNl { top:11rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #QLw7xbD656G1nnCHm3fBzFQvstlqEoRl { width:18.75rem;height:5.8496125rem;top:31rem;left:2.4375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sUGOH4vDsA6lkuEideyneapcu775ZJpl { top:38.5rem;left:3.75rem;width:19.4375rem;height:2.9248rem;font-size:1.125rem;line-height:1.3;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #DBooOL2b4tIZz96KroRA3febJ6aJ6z0w { width:11.25rem;height:11.25rem;top:53.3125rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ipgalyUm2tiT9RnNgazePahUzmFl3Sin { width:37.375rem;height:2.4375rem;top:68.3125rem;left:5.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t3iUdgPLuZPB0MNKH5CkcrSFdNyHK2sz { top:71.9375rem;left:2.5625rem;width:42.5rem;height:1.4619125rem;font-size:1.125rem;line-height:1.3;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #OlaT0B4oO1DnrBfs6F4B42CQaQgtz679 { width:47.75rem;height:4.875rem;top:3.6875rem;left:0rem;font-size:3.75rem;color:rgba(255,255,255,0.3);z-index:15006;display:block; }
 }@media only screen and (max-width: 1199px) { #xVllKbT0Sb4ZgJQpQIn4BBlN77PIX1DU { width:1.75rem;height:1.75rem;top:76.625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SVH8Qc7HJbq3v6KThxuDpRGLwHn47h4P { width:39.375rem;height:28rem;top:76.625rem;left:5.375rem;font-size:1rem;z-index:15015;color:#000000;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 1199px) { #vNlFe0auIHn0QMV7gUPiBfP5K9LT8cwf { width:1.75rem;height:1.75rem;top:78.875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SUIFnpbzdVMdbCWMzuLKduRxKTGJBWcP { width:1.75rem;height:1.75rem;top:82.875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yw63IfGO72URmd1PAdGwFlUrgWSpXAIr { width:1.75rem;height:1.75rem;top:86.6875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t5BkNMGbAlV7VG9CszPA1N5PpGEu1rbi { width:1.75rem;height:1.75rem;top:90.5625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nudrLXWce6lNO1m3gHEmLCbmQHozkgZg { width:1.75rem;height:1.75rem;top:96.8125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hOHlbqh50ICNffpN69i0V2mcX5NzStHU { width:1.75rem;height:1.75rem;top:94.8125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AgBuq0Uq1L6m6ZLol6Tu0OClZhlOMIo3 { width:1.75rem;height:1.75rem;top:92.75rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ifys4PFBgNBn6a0IZvnA4MhqvoR3DVTh { top:65.9375rem;left:1.375rem;width:45rem;height:42.375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 1199px) { #IvBFxo1f8ctLrLdlsuXnLFlWb2QabqrG { width:18.75rem;height:2.92480625rem;top:46.3125rem;left:14.5625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ncErLmNwDhDAy8XJgNKWllP7mSwZCM32 { top:50.0625rem;left:14.5rem;width:18.75rem;height:1.4619125rem;font-size:1.125rem;line-height:1.3;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #xl3RkZyFxtbfoBSmo1JD9wmWlFR8Wrrh { background-color:#005430;background-image:none;display:block; }#xl3RkZyFxtbfoBSmo1JD9wmWlFR8Wrrh > .row .container { background-color: transparent; background-image: none; }#xl3RkZyFxtbfoBSmo1JD9wmWlFR8Wrrh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xl3RkZyFxtbfoBSmo1JD9wmWlFR8Wrrh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xl3RkZyFxtbfoBSmo1JD9wmWlFR8Wrrh > .row .container > .video-iframe-container { display: none; }#xl3RkZyFxtbfoBSmo1JD9wmWlFR8Wrrh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xl3RkZyFxtbfoBSmo1JD9wmWlFR8Wrrh > .row > .video-iframe-container { display: none; }#xl3RkZyFxtbfoBSmo1JD9wmWlFR8Wrrh > .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); }#xl3RkZyFxtbfoBSmo1JD9wmWlFR8Wrrh > .row .container { width:47.75rem;height:100.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #A4gkgZ9JdstbJg1CAXGCM5P8XE2LSPJ6 { width:45rem;height:4.875rem;top:3.9375rem;left:1.25rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:15005;display:block; }
 }@media only screen and (max-width: 1199px) { #yMwaF0EKt7aWbNRNoqzFD3m2vX1u9csl { top:14.5rem;left:6.3125rem;width:34.875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GfT7d7ZtbTrzkD7sRw7ixWu5RK12hLb4 { top:17.6875rem;left:8.25rem;width:30.625rem;height:4.4619125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nzPTmRRQW8Cg9vJFbP9z5zRohvUJwK9J { top:24.8125rem;left:6.3125rem;width:34.875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ygcOW0u5D0XigA8iZsEux2cwyMveVLws { top:28rem;left:8.25rem;width:30.625rem;height:2.9746125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WcPJXdDBT4VP0T5TQpMtbyA1muAH0Fug { top:25.875rem;left:8.25rem;width:30.625rem;height:1.50024375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mVzZaRZSxKva2IeIvchmonrF5Qs6PgsC { top:34.875rem;left:6.3125rem;width:34.875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rrh72qoRsadc0hTLNycuZtHqEQ5V1omL { top:38.0625rem;left:8.25rem;width:30.625rem;height:2.9746125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ow6XL4ODIWwwwyA0rOi1wJF3SPcZ1c8N { top:35.9375rem;left:8.25rem;width:30.625rem;height:1.50024375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JTgSINTBUOGCT6B41WifBfIQKR7JFfN9 { top:15.5625rem;left:8.25rem;width:30.625rem;height:1.50024375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #raiQZhbiTm4TUV2DcrnIdLzm9IOxsOO7 { width:45.0625rem;height:25.1875rem;top:46.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uuXdGJ0BdP6FF98e4gLgpdDXW07KN53Z { width:19.9375rem;height:20.75rem;top:75.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZQSeSXwwcbEUU1TwLACm6bPaJZrQ7uae { width:21.25rem;height:21.25rem;top:75.0625rem;left:25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S6nHeMea8O6qOs0QRQ35G8FIPOksfAa0 { background-color:#005430;background-image:none;display:block; }#S6nHeMea8O6qOs0QRQ35G8FIPOksfAa0 > .row .container { background-color: transparent; background-image: none; }#S6nHeMea8O6qOs0QRQ35G8FIPOksfAa0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6nHeMea8O6qOs0QRQ35G8FIPOksfAa0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6nHeMea8O6qOs0QRQ35G8FIPOksfAa0 > .row .container > .video-iframe-container { display: none; }#S6nHeMea8O6qOs0QRQ35G8FIPOksfAa0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6nHeMea8O6qOs0QRQ35G8FIPOksfAa0 > .row > .video-iframe-container { display: none; }#S6nHeMea8O6qOs0QRQ35G8FIPOksfAa0 > .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); }#S6nHeMea8O6qOs0QRQ35G8FIPOksfAa0 > .row .container { width:47.75rem;height:69.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QeQi1qn5MAueWAm1EtX651cMg5wslTXe { width:45rem;height:4.875rem;top:3.9375rem;left:1.25rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:15005;display:block; }
 }@media only screen and (max-width: 1199px) { #gZoVUtOw4t6pSG1kQ0IgkXsdTZzLygwe { width:35.1875rem;height:18.6875rem;top:17.625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UmiDAkNm5kL3sAoT9CG13xTczeeyiPXO { width:30.625rem;height:6rem;top:21.8125rem;left:7.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TOt1M45ozE9koTIKBUTTfBVTtDoe5vic { width:4.375rem;height:19.5rem;top:10.125rem;left:34.4375rem;font-size:15rem;color:rgba(75,204,21,0.15);z-index:15055;display:block; }
 }@media only screen and (max-width: 1199px) { #Ocd3ghcEfmPXOL0QuAhoGCCLrJGRHq4e { width:14.5625rem;height:1.4619125rem;top:33.5390625rem;left:20rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mMSddQNqEzgbBRFPAqAwQcANVTG57rP4 { top:28.75rem;left:12.5rem;width:5.625rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NT2MKtGbBUMpyeN795EkTBZZ9377nFis { width:14.5625rem;height:1.4619125rem;top:30.9765625rem;left:20rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ARM8WfStJevQlmcWJdT41aoTiQk7PCpS { width:35.0625rem;height:25.125rem;top:39.8125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BJOOqIsMNtR0yZhvldLBCvX0ZAh1BrFL { display:block; }#BJOOqIsMNtR0yZhvldLBCvX0ZAh1BrFL > .row .container { width:47.75rem;height:12.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ghCSfLTczxSnKytTTA8T2hW2fLm9kaRN { width:15rem;height:2.4375rem;top:3.6875rem;left:0.375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #Cp9nvmR5wwiPHc3I2hfuK7lTpLGmb2BC { width:15rem;height:2.798825rem;top:7.0625rem;left:16.25rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #cKtFhTqpJGkn1VhtpRPDVUOnpkCoK6KI { width:15rem;height:2.4375rem;top:3.625rem;left:16.5rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #bcGorRStPKLIlaQkEc9SHwLncmJywTKG { width:15rem;height:2.798825rem;top:7.0625rem;left:32.25rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #prxlgOdvB4Gd34cZDJG4O9u6rz9r788G { width:15rem;height:2.4375rem;top:3.625rem;left:32.375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #Ch9PTIRTrGiTsVAXmhoahThVBWeaSUDT { width:15rem;height:1.3994125rem;top:6.9765625rem;left:0.5625rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #W00p5pTmA2KQCSkoPOrTDdkhaX9Si0Tq { display:block; }#W00p5pTmA2KQCSkoPOrTDdkhaX9Si0Tq > .row .container { width:47.75rem;height:70.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #glhsdAKDECyIfE0QFOgOcMMacGfpkcrm { top:5rem;left:0rem;width:47.7495625rem;height:3.1494125rem;font-size:2.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #V70IJgqV8t6XqXvIAAJLbutqT6EICc3R { top:10.314453125rem;left:1.1875rem;width:45.0625rem;height:24rem;font-size:1rem;line-height:1.5;z-index:15002;display:block; }
 }@media only screen and (max-width: 1199px) { #T46zgG0rsNmoACUuBJMg4BRCi1ePwTZI { top:36.375rem;left:3.125rem;width:43.1875rem;height:30.3925875rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 1199px) { #kRxxZmu9HzJeQE8nF9ozsJeBg4QMXN1m { width:1.125rem;height:1.125rem;top:50.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZmUoxSroD3UGBTgAuGWP6kMe4Rb6V8bL { width:1.125rem;height:1.125rem;top:47.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z2W19UVQk2DmST2zJSC36euBJgV8FD3D { width:1.125rem;height:1.125rem;top:42.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u9wQMeMTD2K2OrwzZegIAgIhbsHZL2mX { width:1.125rem;height:1.125rem;top:39.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c29xD3kSR7EtSsMNWB8JkQJBGeq5TOsy { width:1.125rem;height:1.125rem;top:36.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hawZ396kv3JVSlHSg5m84Ldcxgh7VNkW { width:1.125rem;height:1.125rem;top:63.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zpG23Dk1mv4Kv6OMoyvDMVLSkvA8JuSD { width:1.125rem;height:1.125rem;top:57.5625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LRTrW0HhJyM90xwT6CwAxDKA0AuwreE6 { width:1.125rem;height:1.125rem;top:59.0625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HNPSn66XfzLtiNXFgo8fE19PO5M7PORF { width:1.125rem;height:1.125rem;top:62.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dbz8AQGXJhG4c5dXBNFBVnaHUmCTmPbD { display:block; }#dbz8AQGXJhG4c5dXBNFBVnaHUmCTmPbD > .row .container { width:47.75rem;height:12.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KTR3hAGEabKqN57VKHGGm2ef10876hVg { width:15rem;height:2.4375rem;top:2.4375rem;left:0.375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #smiSmvUPBywRGATPbrFCZ8uJZAmRMQSc { width:15rem;height:2.798825rem;top:6.1875rem;left:16.5rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #nyrvEuk8ndPWdS7HsU6GrcfyUeIFLFa5 { width:15rem;height:2.4375rem;top:2.4375rem;left:16.5rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #e7mbzzTTku43wQBI5raOwNMh7wuL0nDq { width:15rem;height:2.798825rem;top:6.1875rem;left:32.6875rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #SmgyQFCTEw74rMWZp4cLnueaTw1ZJbiN { width:15rem;height:2.4375rem;top:2.4375rem;left:32.75rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #SMMOCWKWIUfdV0tafAfhrHvi8yzy9zOo { width:15rem;height:2.798825rem;top:6.25rem;left:0rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #N8WbtqFJ00hVa4aurTXvFZ7Ci0tn5hUA { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #005430);background-image: -moz-linear-gradient(180deg, #000000, #005430);background-image: -ms-linear-gradient(180deg, #000000, #005430);background-image: -o-linear-gradient(180deg, #000000, #005430);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#005430' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#005430' );";background-image: linear-gradient(180deg, #000000, #005430);background-size:auto !important;display:block; }#N8WbtqFJ00hVa4aurTXvFZ7Ci0tn5hUA > .row .container { background-color: transparent; background-image: none; }#N8WbtqFJ00hVa4aurTXvFZ7Ci0tn5hUA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N8WbtqFJ00hVa4aurTXvFZ7Ci0tn5hUA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N8WbtqFJ00hVa4aurTXvFZ7Ci0tn5hUA > .row .container > .video-iframe-container { display: none; }#N8WbtqFJ00hVa4aurTXvFZ7Ci0tn5hUA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N8WbtqFJ00hVa4aurTXvFZ7Ci0tn5hUA > .row > .video-iframe-container { display: none; }#N8WbtqFJ00hVa4aurTXvFZ7Ci0tn5hUA > .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); }#N8WbtqFJ00hVa4aurTXvFZ7Ci0tn5hUA > .row .container { width:47.75rem;height:27.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #u5p2tfNaQR2nAXZi82VXnNI1C3HoWXuT { width:47.75rem;height:2.92480625rem;top:5.375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oaT115H4dv4rXoTwTCn9rGxBieKTlps7 { width:9.9355625rem;height:9.9355625rem;top:15.375rem;left:36.25rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 1199px) { #fuhwhJpBwNKoeNOPGBempzIki21TcaXz { width:21.9375rem;height:9.121125rem;top:15.375rem;left:1.25rem;font-size:1.125rem;line-height:1.4;display:block; }#fuhwhJpBwNKoeNOPGBempzIki21TcaXz li:before{  }
 }@media only screen and (max-width: 1199px) { #yrBCBh8fnkmUSckBxrqKf3R9k6kmZDp9 { top:12.875rem;left:1.25rem;width:11rem;height:1.4624rem;font-size:1.125rem;line-height:1.3;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #OMKEWzeZs8bOx5JISAJIJXzG7R4WHddN { display:block; }#OMKEWzeZs8bOx5JISAJIJXzG7R4WHddN > .row .container { width:47.75rem;height:80.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZZbgDHbkN3oUJiD7uHmehhQhIcnGxFTe { width:13.75rem;height:1.70605625rem;top:31.067129135132rem;left:1.2499999403954rem;font-size:1.3125rem;color:#fbfbfb;display:block; }
 }@media only screen and (max-width: 1199px) { #n5Tsmf1xegXkWyvxUiRqZ4IxdnkyQ3bP { width:14.5625rem;height:16rem;top:11.25rem;left:0.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.875rem 1rem #4bcc15 ;display:block; }
 }@media only screen and (max-width: 1199px) { #ZESkHAPg8Iyvacsey5DETo5Rl8xb85cm { width:11.25rem;height:3.75rem;top:36.4375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iIMmXSRfvqsnqfdDFG3T2OIBxwAQw8ME { width:11.25rem;height:3.75rem;top:36.8125rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uHJqEaqKHUERT20WMTA7zkc6HuGBKEiz { width:13.75rem;height:1.70605625rem;top:31.033421039581rem;left:17.37500166893rem;font-size:1.3125rem;color:#fbfbfb;display:block; }
 }@media only screen and (max-width: 1199px) { #styeNHO9QPqvKVwhu9tfND3uKawUsFFM { width:14.5625rem;height:16rem;top:11.25rem;left:16.4375rem;box-shadow: 0.0625rem 0.875rem 1rem #4bcc15 ;display:block; }
 }@media only screen and (max-width: 1199px) { #rBbzBUc1RX3qqN0iRv4AV2ZlzU8iifNw { width:14.5625rem;height:16rem;top:11.25rem;left:32.625rem;box-shadow: 0.0625rem 0.875rem 1rem #4bcc15 ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 1199px) { #muszSLpeOOIMOMSGsRotDTyFr55JMOal { width:13.75rem;height:1.70605625rem;top:31.033203125rem;left:33.75rem;font-size:1.3125rem;color:#fbfbfb;display:block; }
 }@media only screen and (max-width: 1199px) { #EDHEdZWbLLty89eGEch1xfQE3RfAKfny { width:11.25rem;height:3.75rem;top:36.8125rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vGzGMVuhvkrR8r0uTcmevKytsmWlV0O6 { top:3.75rem;left:0.0009765625rem;width:47.749rem;height:3.1494125rem;font-size:2.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #GOIaiIp0pxH2Kx4CTaJShw0Hi62lzOCA { width:14.625rem;height:16rem;top:46.3125rem;left:0.4375rem;box-shadow: 0.0625rem 0.875rem 1rem #4bcc15 ;display:block; }
 }@media only screen and (max-width: 1199px) { #fZenJu67ZiR8BBxfCImawJ7cSliEGS8d { width:14.625rem;height:16rem;top:46.3125rem;left:16.75rem;box-shadow: 0.0625rem 0.875rem 1rem #4bcc15 ;display:block; }
 }@media only screen and (max-width: 1199px) { #C8SVLgBK0obxGFWviwLicpLzGE0OMkFg { width:13.75rem;height:1.70605625rem;top:66.6953125rem;left:1.3125rem;font-size:1.3125rem;color:#fbfbfb;display:block; }
 }@media only screen and (max-width: 1199px) { #uDPKuxMt74edOLnfudnKoZA9PTWHmXlp { width:13.75rem;height:1.70605625rem;top:66.75rem;left:17.5625rem;font-size:1.3125rem;color:#fbfbfb;display:block; }
 }@media only screen and (max-width: 1199px) { #hlEUrp6Ou2ESVwQ4ysByhQEex1Ip1R6p { width:11.25rem;height:3.75rem;top:72.4375rem;left:0.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 1199px) { #wgw70xJdLL8tNIGL19rdSnPGZraN0ZyB { width:14.5625rem;height:16rem;top:46.375rem;left:32.8125rem;overflow:hidden;box-shadow: 0.0625rem 0.875rem 1rem #4bcc15 ;display:block; }
 }@media only screen and (max-width: 1199px) { #IKPCPcRKur767hCca5nTT6Utz2qNUByh { width:13.75rem;height:1.70605625rem;top:66.75rem;left:33.8125rem;font-size:1.3125rem;color:#fbfbfb;display:block; }
 }@media only screen and (max-width: 1199px) { #hfrNmX5RUBMaCUkD9M35UWJ2Dfk14vlQ { width:11.3125rem;height:3.75rem;top:72.625rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wK4nM7545MoTp1bKDiH1mSgLO63zNJp9 { top:9.9375rem;left:0rem;width:15.375rem;height:32.75rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 1199px) { #JbmwFtUrTa83zfsbaTe7VQMWU0Jqzr1l { top:9.875rem;left:16rem;width:15.375rem;height:32.75rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 1199px) { #OsRkayLAw5eZf2J4TOcZ1vuEWtw9H9Mk { top:9.9375rem;left:32.25rem;width:15.375rem;height:32.8125rem;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;display:block; }
 }@media only screen and (max-width: 1199px) { #RPFozbrV4315FJsvle4g6WrKRlJRQE3v { top:45.0625rem;left:0rem;width:15.375rem;height:32.5rem;z-index:15000;box-shadow: none;display:block; }
 }@media only screen and (max-width: 1199px) { #lnCe8u8udLTtk1dr9K5pi0wnC1ks9h7S { top:45.004615306854rem;left:16.249999582768rem;width:15.374625rem;height:32.5rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 1199px) { #fnmBLwE5Js7Nr8WM5LzO76s1TZIV8D8Z { top:44.94140625rem;left:31.8125rem;width:15.374625rem;height:32.5rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 1199px) { #Co9qqWGmefXfyCdrcsDLCBs9JMDIsu3k { width:13.75rem;height:1.70605625rem;top:73.4189453125rem;left:17.5rem;font-size:1.3125rem;color:#fbfbfb;display:block; }
 }@media only screen and (max-width: 1199px) { #fMDErCHR8KpHe5uUnNXHu3krXTPHfEWu { width:47.75rem;height:7.3125rem;top:2.8118438720703rem;left:0rem;font-size:5.625rem;color:rgba(251,251,251,0.15);display:block; }
 }@media only screen and (max-width: 1199px) { #J0vSiSVEx0zOeJ1gtoLk2bEnLGbLn0gw { width:14.125rem;height:1.4624rem;top:32.94140625rem;left:1.125rem;font-size:1.125rem;color:#fbfbfb;display:block; }
 }@media only screen and (max-width: 1199px) { #kNNWPZBHX9xk7LUKKKT0DnEg10h0TJ0u { width:13.75rem;height:1.4624rem;top:32.94140625rem;left:17.4375rem;font-size:1.125rem;color:#fbfbfb;display:block; }
 }@media only screen and (max-width: 1199px) { #BJRdgqn1gSIgqSN6GDgMAWrLrIJBCZQT { width:13.75rem;height:1.4624rem;top:33.0390625rem;left:33.75rem;font-size:1.125rem;color:#fbfbfb;display:block; }
 }@media only screen and (max-width: 1199px) { #Xl8LT7cnc1XCevaF9vnCtydkITyLVJ1y { width:13.75rem;height:1.70605625rem;top:69.0439453125rem;left:1.25rem;font-size:1.3125rem;color:#fbfbfb;display:block; }
 }@media only screen and (max-width: 1199px) { #QiHtfRvNogt14pBiUzSbaIEhqSMqEKlK { width:13.75rem;height:1.70605625rem;top:69.0439453125rem;left:17.5rem;font-size:1.3125rem;color:#fbfbfb;display:block; }
 }@media only screen and (max-width: 1199px) { #AsrTZ3ecxL37NytvsVPnu4NLXDq634H8 { width:13.75rem;height:1.70605625rem;top:69.0439453125rem;left:33.75rem;font-size:1.3125rem;color:#fbfbfb;display:block; }
 }@media only screen and (max-width: 1199px) { #AiqMhIQDBU35DokVkmv2WznAZTIyEOb0 { display:block; }#AiqMhIQDBU35DokVkmv2WznAZTIyEOb0 > .row .container { width:47.75rem;height:376.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KJEl04g6dssiMuwRu1PMssqr61UOrQdZ { top:22.3125rem;left:25.0625rem;width:19.8125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Myf90fTpber6wiNBIwE45n5Wfu8K85tB { top:22.3125rem;left:4.4375rem;width:19.9375rem;height:5.25rem;font-size:1.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #HPtFKcMFPyfJsGIu9vhoHTl6OHZxzdRI { top:20.375rem;left:4.9375rem;width:17.25rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S7gpF34ccv2QF60SCTxhh5yqrNssQl15 { top:130.75rem;left:0rem;width:47.75rem;height:3.1494125rem;font-size:2.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #HXZrLuckT8B6zg1pBw3tHuSz2tTwFDmS { top:11.25rem;left:1.25rem;width:45.1875rem;height:3.1494125rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #C2mQLbQwdpyscigSA8V65UeK1uZNvFWk { top:17.0625rem;left:1.375rem;width:44.875rem;height:33.125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #TA4kDL4LErNcuRRxO8uZDQVp26TTy0Eg { top:29.5rem;left:4.375rem;width:19.0625rem;height:1.69921875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qDAFwH5LCrxgZDRuL9ZapmHZeyCtIFOv { top:29.375rem;left:25.125rem;width:19.9375rem;height:1.69921875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TXiSPmiLLIHDNI7CnVwaHIQuFhNTUehe { width:1.125rem;height:1.125rem;top:31.5rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Dzr8J2B6NzkgbTlsUvcANxNgydFzUGVU { top:31.375rem;left:4.375rem;width:17.8125rem;height:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #epGG8pU4S2QFqTPphzSXneHFWAaffmv3 { width:1.125rem;height:1.125rem;top:40.5rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T8tcXFir71mGz7bicvvt47KhrbwHoe4E { width:1.125rem;height:1.125rem;top:37.6875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LxtuVtNUMKah4lCBP67Kkn34ToTxZiIp { width:21rem;height:16.0185625rem;top:31.375rem;left:23.9375rem;font-size:1rem;line-height:1.4;display:block; }#LxtuVtNUMKah4lCBP67Kkn34ToTxZiIp li:before{  }
 }@media only screen and (max-width: 1199px) { #BRicqXtBTCO3WCJ1fNgw80xr19WEmTVX { top:61rem;left:4.5rem;width:17.5625rem;height:5.25rem;font-size:1.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #O6UTJKT3HtgoqGktdysFlzk1A16cDe6h { top:59.4375rem;left:4.5rem;width:17.25rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lWeaDr4yKE5AvUJ7dMJgNNbzhSeghMMa { top:55.6875rem;left:1.375rem;width:44.6875rem;height:32.5rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #RgVtF2T7lWQerHBJ3Oew7OEhAq6RyflE { top:68.8125rem;left:4.5625rem;width:14.75rem;height:1.3994125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UbrTk1HKaBMzz60sychT8fIF7dneZwD0 { width:1.125rem;height:1.125rem;top:70.9375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UufQyayrJAqWghIgwTFCS0QNNK5JCIP8 { top:70.6875rem;left:4.5rem;width:18.75rem;height:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lk6MUXAg6gw3vH8SPEyvEXQSFRxC7eJK { top:61rem;left:25.25rem;width:19.6875rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #crbQWdrTNJ64uEZGS4GKX1ynDTWi8aHS { top:68.8125rem;left:25.1875rem;width:19.5625rem;height:1.3994125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H1mEcopFZvm4c7QLQNie5vZCSXyXrUdH { width:1.125rem;height:1.125rem;top:73.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TiqbT1UfdKA9iqrteQaP7eZd1LzwVUDm { width:1.125rem;height:1.125rem;top:78.4375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y1TO5v3cqfJIO7kCXLX36VeuPslGVh7Q { width:1.125rem;height:1.125rem;top:75.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d4eV8Ty0ykTV8aaRXz0wh0yeNOPDWKxi { width:20.875rem;height:13.21975rem;top:70.6875rem;left:24.0625rem;font-size:1rem;line-height:1.4;display:block; }#d4eV8Ty0ykTV8aaRXz0wh0yeNOPDWKxi li:before{  }
 }@media only screen and (max-width: 1199px) { #DHFQvN9m2cAi0ns6fPC93zUvxiIT1XnZ { top:98.6875rem;left:4.25rem;width:19.5rem;height:5.423825rem;font-size:1.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #tf7nmS6JTLPvnfm9MigV1i99T1Ui8nmp { top:96.5625rem;left:4.25rem;width:17.25rem;height:1.0004875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dEpqmTSFf1T34QKRRx0mq6q52fT6xru3 { top:93.3125rem;left:1.3125rem;width:44.75rem;height:32.5rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #n3uml7fB0OOVPeJRqmauVrW7kM1QPT6i { top:106.4375rem;left:4.25rem;width:14.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G8bJUlF7lCK5fAcUxnXyp9HghL5R5zTP { width:1.125rem;height:1.125rem;top:42.125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MZQP9nkpkWEitdcFWUsGstK7X3Rer9be { top:108.3125rem;left:4.25rem;width:17.75rem;height:11.89453125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R65i5DvTJg5nUNAINgZk2ro13dhiaOb8 { width:1.125rem;height:1.125rem;top:108.75rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fow8Pg2S23mldvI7D55C38dqbeixbhFS { top:99.8125rem;left:25.125rem;width:18.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IT55e6NTb0MvHk87UISmidu2F3aEaSC4 { top:106.3125rem;left:25.125rem;width:14.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P8dl6uo6E39TTeJNcn5v1eH9G0HfskJr { width:1.125rem;height:1.125rem;top:113.625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ovDT4iGHbXpBMRDT7aks3M5SIGfTsqrG { width:1.125rem;height:1.125rem;top:111.9375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OZhB11bM9zP4vPyJPuRsc9xstUR0Upun { width:20.875rem;height:14.931625rem;top:108.3125rem;left:24rem;font-size:1rem;line-height:1.4;display:block; }#OZhB11bM9zP4vPyJPuRsc9xstUR0Upun li:before{  }
 }@media only screen and (max-width: 1199px) { #hX9NQ1wiZHKXWMsaIRxzecGb1Ma3vXh8 { width:1.125rem;height:1.125rem;top:115.5rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vl6Fd7oPlalFWnSdZkwU6myZi5N4F34Q { width:1.125rem;height:1.125rem;top:34.625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ly6QEF8TGIenWn2CEOzPoNSAdLL4yQLG { width:1.125rem;height:1.125rem;top:40.5rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M8D3DkD5I0WRXEB3WSegpgouuTqiQdug { top:155.75rem;left:1.25rem;width:44.875rem;height:13.875rem;z-index:14999;background-color:rgba(251,251,251,0.15);background-image:none;display:block; }
 }@media only screen and (max-width: 1199px) { #mXd56W4h5UXb2TzC7mLhT82nKMyAMea5 { width:6.3125rem;height:7.3125rem;top:155.9990234375rem;left:2.4990234375rem;font-size:5.625rem;color:rgba(75,204,21,0.15);display:block; }
 }@media only screen and (max-width: 1199px) { #xB7odBebOudVBWKkfXReISXMsZHuT0oe { top:163.3740234375rem;left:2.4990234375rem;width:18.75rem;height:4.5rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 1199px) { #ZXnP7PJ9zuTJMnXxUkCDzCZz3lJ2iemh { top:159.5625rem;left:10.1865234375rem;width:11.9375rem;height:1.68823125rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 1199px) { #T44R0TwcguRECn9TZ60zuOAA4BdETg75 { top:165.4365234375rem;left:24.9990234375rem;width:19.8125rem;height:1.68823125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #axeq5bRqq8nniRDme9kMIqseVNp9zczF { top:159.625rem;left:25rem;width:20.0625rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zdQBO5olSIeoTVrqwpvifPb2PGsTv7q4 { width:47.75rem;height:7.3125rem;top:2.5rem;left:0rem;font-size:5.625rem;color:rgba(75,204,21,0.15);z-index:14998;display:block; }
 }@media only screen and (max-width: 1199px) { #MCTAabDplC84X5RrNV7anACxkyM1MwZH { width:6.3125rem;height:7.3125rem;top:172.1875rem;left:2.4990234375rem;font-size:5.625rem;color:rgba(75,204,21,0.15);display:block; }
 }@media only screen and (max-width: 1199px) { #AdpQ1Q8IlWbSM8OS3LlkAksADPIO2D3w { top:171.9375rem;left:1.25rem;width:44.875rem;height:13.875rem;z-index:14999;background-color:rgba(251,251,251,0.15);background-image:none;display:block; }
 }@media only screen and (max-width: 1199px) { #thP0Qcd686WSwGo6Sd4kFEBQUsH9l7VI { top:179.625rem;left:2.4990234375rem;width:18.75rem;height:4.5rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 1199px) { #Mcr5WrhLZRm8J7cdDKbi9Dn9UZeHQaSL { top:175.8740234375rem;left:10.1865234375rem;width:11.9375rem;height:1.68823125rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 1199px) { #T7AtFcVhoE04ZQlRPXuLbrOTT8Hfhum0 { top:179.625rem;left:25rem;width:19.8125rem;height:1.68823125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G8s5qI35qcVDTufBNfySTxDPJm33ACJ4 { top:175.8125rem;left:25rem;width:19.8125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A4bzsu5mSKbSMTAkdv7sKEvTMuNuNTwp { width:6.3125rem;height:7.3125rem;top:188.4990234375rem;left:2.4990234375rem;font-size:5.625rem;color:rgba(75,204,21,0.15);display:block; }
 }@media only screen and (max-width: 1199px) { #mBQ5F2VFclAGnpri5J5grKC7B0bf3vWs { top:188.25rem;left:1.25rem;width:44.875rem;height:13.875rem;z-index:14999;background-color:rgba(251,251,251,0.15);background-image:none;display:block; }
 }@media only screen and (max-width: 1199px) { #W4qfXatyICP9C2k8BT5sfG39T9IKv7I1 { top:195.8740234375rem;left:2.4990234375rem;width:18.75rem;height:4.5rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 1199px) { #KGX1cEXlv7LcIJcx6ZEZSczlDEiz5ihA { top:192.0615234375rem;left:10.125rem;width:12rem;height:1.68823125rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 1199px) { #tMXJ4XAZapmZ8ElhEld1qLtinV4B5PVe { top:195.875rem;left:25rem;width:19.8125rem;height:1.68823125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pdSmoI0wIS4m0TwNAu8ti0aZsyTii5T7 { top:192.0625rem;left:25rem;width:19.8125rem;height:1.68823125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QtbKITTDgWG47gNX3bxFrFX3SLolahBo { top:220.75rem;left:1.25rem;width:44.875rem;height:13.875rem;z-index:14999;background-color:rgba(251,251,251,0.15);background-image:none;display:block; }
 }@media only screen and (max-width: 1199px) { #GtC3gr27Xydt00T4vuQUNQdwSqdeethd { top:229.5625rem;left:25rem;width:19.8125rem;height:1.68823125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x6IfQ93rDBNDbOaapTHGWwV2UMcWqpth { top:237.0625rem;left:1.25rem;width:44.875rem;height:13.875rem;z-index:14999;background-color:rgba(251,251,251,0.15);background-image:none;display:block; }
 }@media only screen and (max-width: 1199px) { #fIeys1FLZxchImzemURQQNaWedUEAs9n { top:244.6240234375rem;left:2.4990234375rem;width:18.75rem;height:4.5rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 1199px) { #F8T5Pr2B8JNTmhLNznMCSALDVDFp3Bnh { top:240.8115234375rem;left:10.2490234375rem;width:11.875rem;height:1.68823125rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 1199px) { #idPXz4v74m66mJs2t6Z8TnlungXXVFU2 { top:244.5rem;left:25rem;width:19.8125rem;height:1.68823125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MoUNK08ttazy9b9OgmAaV90AWDz714Jv { top:240.8125rem;left:25rem;width:19.8125rem;height:1.68823125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FUXBOWWTv3Q0ESJTXOofUTJZCmgSbnnI { top:204.5rem;left:1.25rem;width:44.875rem;height:13.875rem;z-index:14999;background-color:rgba(251,251,251,0.15);background-image:none;display:block; }
 }@media only screen and (max-width: 1199px) { #IBgqKwMaWL5RsFTU3TugfJiON6zEn62G { width:6.3125rem;height:7.3125rem;top:204.7490234375rem;left:2.4990234375rem;font-size:5.625rem;color:rgba(75,204,21,0.15);display:block; }
 }@media only screen and (max-width: 1199px) { #LWVTg4tsyKTwsJyMwrEZD2rIbLwTfKTt { top:212.0615234375rem;left:2.4990234375rem;width:18.75rem;height:4.5rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 1199px) { #qMiKgXkAwQ5WCWlPTkxCn7A0KltuE8hX { top:212rem;left:25rem;width:19.8125rem;height:1.68823125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nZf58RkFlkZ2HgpQnXfnrRCf8TIDxqaT { top:208.3125rem;left:25rem;width:19.8125rem;height:1.68823125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tax9JebM0AydwdvT1tKb5Xf1dWlyUSqk { width:6.3125rem;height:7.3125rem;top:221rem;left:2.4990234375rem;font-size:5.625rem;color:rgba(75,204,21,0.15);display:block; }
 }@media only screen and (max-width: 1199px) { #FX5aESWgK3d7E8ysiEhZl7GL45fernTF { top:228.3125rem;left:2.4990234375rem;width:18.75rem;height:4.5rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 1199px) { #pwkf8DUbgJlmFxMFQEol2kIEbx5UMRV7 { top:224.6240234375rem;left:9.9375rem;width:12.1875rem;height:1.68823125rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 1199px) { #dUqciQdaG4ZoZSOfThkCMQAJr9NH1t6T { top:224.5625rem;left:25rem;width:20.125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aZUFsU8hkZPKT3IUcOe3iAQ9S74CLR2R { width:6.3125rem;height:7.3125rem;top:237.3115234375rem;left:2.4990234375rem;font-size:5.625rem;color:rgba(75,204,21,0.15);display:block; }
 }@media only screen and (max-width: 1199px) { #pQS8OU0CpTq1KAS8T9fbvT2xDQxymiem { top:208.3125rem;left:10.0615234375rem;width:12.0625rem;height:1.68823125rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 1199px) { #tMqalWNbx7XVTNqcrRIB5Th0KbTxfktS { top:139.4375rem;left:1.25rem;width:44.875rem;height:13.875rem;z-index:14999;background-color:rgba(251,251,251,0.15);background-image:none;display:block; }
 }@media only screen and (max-width: 1199px) { #aDPdJ89U57LvXy0xsnmP1zqSkTb0UGv1 { top:148.375rem;left:2.5rem;width:20rem;height:4.5rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 1199px) { #CU5gekkTI45CIQxuF3bHKUtokfBg8v9N { width:6.3125rem;height:7.3125rem;top:141.25rem;left:2.5rem;font-size:5.625rem;color:rgba(251,251,251,0.15);display:block; }
 }@media only screen and (max-width: 1199px) { #JVhkBp2Qcm5NceRV5d15qL7EOs3Izpfz { top:143.3125rem;left:10.1875rem;width:11.9375rem;height:3.375rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 1199px) { #BQE2DrhTMq1N2yHn2w2TEVde3IzFwBzq { top:143.3125rem;left:25rem;width:19.8125rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lT6IO0TCpVx9sR02kZ4m9MsmFBbA0PO7 { width:47.6875rem;height:47.6875rem;top:324.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UPX4zcGAoNuf60HBiQwd3DuGFeWXVtWc { top:135.25rem;left:1.25rem;width:45.1875rem;height:1.57470625rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #DzU2iiVCqWLCsgKTBO37qdqqmchfDOkv { top:253.36328125rem;left:1.0625rem;width:45.1875rem;height:1.57470625rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #V2aINtMVZPCRpdacQmAXAIhOE6K2TqVW { top:257.0625rem;left:1.25rem;width:44.875rem;height:13.875rem;z-index:14999;background-color:rgba(251,251,251,0.15);background-image:none;display:block; }
 }@media only screen and (max-width: 1199px) { #RnIiB8RFgZoHv9rFkHqt0bUKsPR70B00 { width:6.3125rem;height:7.3125rem;top:257.3115234375rem;left:2.4990234375rem;font-size:5.625rem;color:rgba(75,204,21,0.15);display:block; }
 }@media only screen and (max-width: 1199px) { #uRZBDegxLksTpmcpCM6AdewWaXEzUGVi { top:264.6240234375rem;left:2.4990234375rem;width:18.75rem;height:4.5rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 1199px) { #tnl9rhyBhHNoXwATZCWFG3fTU13mz9ML { top:260.8125rem;left:10.0615234375rem;width:12.0625rem;height:1.68823125rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 1199px) { #y5dJk5iBFnwIJ68pssHiqD28asn5HT2B { top:265.8125rem;left:25rem;width:19.8125rem;height:1.68823125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mdi1DKBKhHFr21noqZcRRuTEq9uNAGzl { top:260.8125rem;left:25rem;width:19.8125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oN0w723PiMAMnpoeOAJQ28tfQKFl6SPG { top:273.25rem;left:1.25rem;width:44.875rem;height:13.875rem;z-index:14999;background-color:rgba(251,251,251,0.15);background-image:none;display:block; }
 }@media only screen and (max-width: 1199px) { #MSqWBUoGnSht0X1amZyH50OtvkT9B1IO { width:6.3125rem;height:7.3125rem;top:273.5rem;left:2.4990234375rem;font-size:5.625rem;color:rgba(75,204,21,0.15);display:block; }
 }@media only screen and (max-width: 1199px) { #d0fUPuHLHeySQtE60rxiePqocmcZOJOf { top:277.1240234375rem;left:9.9375rem;width:12.1875rem;height:1.68823125rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 1199px) { #z0TEO45TJPd2tgLTdX7dpdXrVhaTZIzu { top:277rem;left:25rem;width:19.8125rem;height:1.68823125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tHn6SALf3Td0SRN7eFsfcqQTTzRiJyii { top:280.8125rem;left:25rem;width:19.8125rem;height:1.68823125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BkyUVZpatuZTts59zNLTWUABXlCDPq3Q { top:280.875rem;left:2.4990234375rem;width:18.75rem;height:3rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 1199px) { #QieQ3oO4QEByTfI0BlPhi6GmWaaThQ9t { top:289.4375rem;left:1.25rem;width:44.875rem;height:13.875rem;z-index:14999;background-color:rgba(251,251,251,0.15);background-image:none;display:block; }
 }@media only screen and (max-width: 1199px) { #aR3EHSovweOUhTHpPFeVuw71maXWCemE { top:293.3115234375rem;left:10.2490234375rem;width:11.875rem;height:1.68823125rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 1199px) { #V9kOJtvtKfBLrUN1CPt3ui3nvnWS5Q55 { top:293.3125rem;left:25rem;width:19.8125rem;height:1.68823125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PdP1fNB7Qql3qN1ZyJmV99HwUSIWe0ys { width:6.3125rem;height:7.3125rem;top:289.6865234375rem;left:2.4990234375rem;font-size:5.625rem;color:rgba(75,204,21,0.15);display:block; }
 }@media only screen and (max-width: 1199px) { #IoO2hJ9gulalZmqiQr2EuUOIRxx4rxPa { top:297.0615234375rem;left:2.4990234375rem;width:18.75rem;height:3rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 1199px) { #yxNk8T3etlArfpp8lqXsmeTaNRcgwpn6 { top:297rem;left:25rem;width:19.8125rem;height:1.68823125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Dbz3kAJbhvSodaeNT5e6Pub2zC5DQVKL { top:309.625rem;left:25rem;width:19.8125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ldV2bz6mSTcsnCh7Ty4We8fdfbk4uxtC { width:6.3125rem;height:7.3125rem;top:305.9990234375rem;left:2.4990234375rem;font-size:5.625rem;color:rgba(75,204,21,0.15);display:block; }
 }@media only screen and (max-width: 1199px) { #a9KxVJ7KalmtgnOLMTU7rEvl7Iv4CBIk { top:313.3740234375rem;left:2.4990234375rem;width:18.75rem;height:3rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 1199px) { #CMzm3rmGIQhMJkbBd6T8e3TxCaRaQP2i { top:314.5625rem;left:25rem;width:19.8125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v56VfgTozN23wClKaFpxaKIS8ShTWWGT { top:305.8125rem;left:1.25rem;width:44.875rem;height:13.875rem;z-index:14999;background-color:rgba(251,251,251,0.15);background-image:none;display:block; }
 }@media only screen and (max-width: 1199px) { #tpnOKpHVcIkBQaVNSuECTNTNtOeddNZO { top:309.6240234375rem;left:10.2490234375rem;width:11.875rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DUU7cdK7B5R7BJqxdhFVwvKoOzFDN3fo { background-color:#005430;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#DUU7cdK7B5R7BJqxdhFVwvKoOzFDN3fo.adaptive-delivery-prevent-bg, #DUU7cdK7B5R7BJqxdhFVwvKoOzFDN3fo.lazyload, #DUU7cdK7B5R7BJqxdhFVwvKoOzFDN3fo.lazyloading { background-image: none; }#DUU7cdK7B5R7BJqxdhFVwvKoOzFDN3fo > .row .container { background-color: transparent; background-image: none; }#DUU7cdK7B5R7BJqxdhFVwvKoOzFDN3fo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUU7cdK7B5R7BJqxdhFVwvKoOzFDN3fo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUU7cdK7B5R7BJqxdhFVwvKoOzFDN3fo > .row .container > .video-iframe-container { display: none; }#DUU7cdK7B5R7BJqxdhFVwvKoOzFDN3fo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUU7cdK7B5R7BJqxdhFVwvKoOzFDN3fo > .row > .video-iframe-container { display: none; }#DUU7cdK7B5R7BJqxdhFVwvKoOzFDN3fo > .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); }#DUU7cdK7B5R7BJqxdhFVwvKoOzFDN3fo > .row .container { width:47.75rem;height:71.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dmX1THOXEOeNmU0RHVbFWTTQ03kHqMLN { top:13.3125rem;left:1.25rem;width:21.25rem;height:7.3095625rem;font-size:1.125rem;line-height:1.3;font-weight:400;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 1199px) { #DTBlShMsinZGCTpuuZCEcmSwqa4U148F { width:47.75rem;height:2.92480625rem;top:5.375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sPduUIynqyhACWeTs2JUHzg0rDhT3saK { width:21.25rem;height:21.25rem;top:12.0625rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O5Jvrh0d9ihpNTCzmrt1XtP3X0vgUVaU { top:53.3125rem;left:1.25rem;width:21.25rem;height:13.15725rem;font-size:1.125rem;line-height:1.3;font-weight:400;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 1199px) { #VwNTqo0aV7v1h1oD3CqQ8189rWmNUhV2 { top:39.0625rem;left:25rem;width:21.25rem;height:5.84765625rem;font-size:1.125rem;line-height:1.3;font-weight:400;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 1199px) { #hnHeTUmVpsbAWd2pzLd51LeO1erKPn9g { width:21.25rem;height:21.25rem;top:23.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iyS5uyhSr1KwKyf1QKZECIlXurLOUtuZ { width:4.375rem;height:19.5rem;top:45.8125rem;left:0rem;font-size:15rem;color:rgba(75,204,21,0.15);z-index:15006;display:block; }
 }@media only screen and (max-width: 1199px) { #sn4dMPgnE8U0P9CbPg4sgHUcxHzwbHLk { width:4.375rem;height:19.5rem;top:32.0625rem;left:39.875rem;font-size:15rem;color:rgba(75,204,21,0.15);z-index:15006;display:block; }
 }@media only screen and (max-width: 1199px) { #b1e363rQpO9McGv1xA0TSsyLFOVdhDMb { width:4.375rem;height:19.5rem;top:5.8125rem;left:0rem;font-size:15rem;color:rgba(75,204,21,0.15);z-index:15006;display:block; }
 }@media only screen and (max-width: 1199px) { #ETzuMa3cMSTOp9zx1IAzirbi05WQk3HD { top:51.5rem;left:38.473284589426rem;width:7.125rem;height:20rem;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #GgrmNcuvbENggG55vDtKKIs1FF5iceNu { display:block; }#GgrmNcuvbENggG55vDtKKIs1FF5iceNu > .row .container { width:47.75rem;height:103.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #t2HXMODpTiE9cPRBGB54U5N58W1PM3xV { top:17.873046875rem;left:0rem;width:23.3125rem;height:77.75rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 1199px) { #mL56QWTulqoswNKdO7F0iS7RciMvdA0N { top:27.125rem;left:4.75rem;width:14.75rem;height:3.32519375rem;font-size:2.375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #zJC5oU8nWHZDTuGoSVG7rSMmh6MDXUnW { top:21.5rem;left:2.0625rem;width:20rem;height:3.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CSlT5kfx6gTHsOENNVEQnQ96uFIo7avc { top:29.6875rem;left:24rem;width:23.75rem;height:71.5625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 1199px) { #mRhc4XTnNfmmrqOWTUXbhAQixg4nk3xD { top:21.4375rem;left:26.25rem;width:20rem;height:3.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ulmcJ0cgncaTMC3a05mXkgLTS4PVywDe { top:4.25rem;left:8.875rem;width:32.1875rem;height:3.1494125rem;font-size:2.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #e7rTht8SuR8a4kGJS1664OnuieMMMQ1O { top:9.0625rem;left:1.1875rem;width:45.1875rem;height:5.25rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #RqafggN2yVPvieR6Il6Dm5duPDdnJd0m { width:16.25rem;height:3.75rem;top:33.875rem;left:3.84375rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 1199px) { #KPSTLhMNcTuLpmICZua3mTS0BeZDOHbH { display:block; }
 }@media only screen and (max-width: 1199px) { #WNtqU3P8zGQUMR6pvb34nO1MdyoHp1fS { width:16.25rem;height:3.75rem;top:33.9375rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EM4ATPrMQUvv93eaaqXTByefQRWZh3Gl { display:block; }
 }@media only screen and (max-width: 1199px) { #Fomi0D1eXb0yqxpTd2DQMhaWX9PTcuhC { top:30.86328125rem;left:2rem;width:20rem;height:1.3808625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i4omB1ahlTr5tEiSOQUOOPXZJyLp49uf { top:27.1875rem;left:28.1875rem;width:14.75rem;height:3.32519375rem;font-size:2.375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #kOV03TZZIoC4069fetseTDmkMKiBqQs6 { top:30.8681640625rem;left:25.625rem;width:20rem;height:1.3808625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i6Kau8IClJDT3O4knK7bgXfEyFcobGTW { width:1.75rem;height:1.75rem;top:40.8125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qci9wyhrAogr2H1KC3M5aKDUTnNIE5M0 { width:1.75rem;height:1.75rem;top:44.75rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uU7GT7JSmyh473L28lNFQ3LMhQmBdAbv { width:1.75rem;height:1.75rem;top:54.6875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OqOlDyFsuG1hclVrzUElLwUJu4U3TGCs { width:20.4375rem;height:58rem;top:40.875rem;left:26.8125rem;font-size:1rem;z-index:15015;color:#000000;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 1199px) { #R3zs9p4S3zfFUoCWZ29FsoXMQD16BcIX { width:1.75rem;height:1.75rem;top:60.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HzUiam240RvBsvhFURoby7Zkx1RL8WZx { width:1.75rem;height:1.75rem;top:68.8125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lysB4LnKePWLLtFVipmXHXT6AtAFOey3 { width:1.75rem;height:1.75rem;top:80.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uHFGsc3ZCZRyqXSsyuCoBGvRxUvIQZNy { width:1.75rem;height:1.75rem;top:77.125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yeF4fsNA7ZHuM5X8VlgzJPrwys75IQUm { width:1.75rem;height:1.75rem;top:72.75rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JXSEc0huy1AMHy5ki27TJP5LA1KEPlLg { width:1.75rem;height:1.75rem;top:47.0625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vd2vRzfinCt4ATEudg4xA0T57qU9GG5H { width:1.75rem;height:1.75rem;top:51rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aZafF3kTFzIZhX6vQ3eUNsk7HOP2rv4m { width:20.125rem;height:52rem;top:40.6875rem;left:2.5rem;font-size:1rem;z-index:15015;color:#000000;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 1199px) { #PGviNw12TJTW44Eh1Wxlhf5uLasahV5I { width:1.75rem;height:1.75rem;top:60.9375rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d3T1tbmmt3oakVOg5csr4JeueNwV1nNQ { width:1.75rem;height:1.75rem;top:67.1875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MOipnyqP39LT41vFDQB2BtSZS4QMwnOc { width:1.75rem;height:1.75rem;top:75.0625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RpAT2QlFWPskQwrFF8VzuevERFwLPlQe { width:1.75rem;height:1.75rem;top:87.1875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SUO9IBPL4tHVyvJtWy2vq4XOZ4n5tUoo { width:1.75rem;height:1.75rem;top:83.375rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e5oNT5pTwnimAcMUvaqLFVgWVL8pZizc { width:1.75rem;height:1.75rem;top:79rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A0weuO0TJGLFd8EmOU9eER6wPTS8brDA { display:block; }#A0weuO0TJGLFd8EmOU9eER6wPTS8brDA > .row .container { width:47.75rem;height:69.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cfNScvBcsx00nKxV7nAXCCVd1nwUywOc { top:4.189453125rem;left:0rem;width:47.249375rem;height:3.1494125rem;font-size:2.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #TdT7blUvzSLREvSnlDAaaZv5TzdDLuyT { top:9.1875rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J .accordion-heading-text { font-size:1.125rem;height:auto; }
#oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J { display:flex;height:auto;width:44.8105625rem;top:14.82421875rem;left:0.0654296875rem; }
 }@media only screen and (max-width: 1199px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #xWBw85f6PRbsZAqu6Bqitslt1ZhonFpi {  }
 }@media only screen and (max-width: 1199px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #Tdiq2Kyw34coVKkdtWvhUkz3GUzscOaT {  }
 }@media only screen and (max-width: 1199px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #qZwkuLXyZWbAMNKaEAozWlibtTDy6tdk {  }
 }@media only screen and (max-width: 1199px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #vpTgx43SctJA3us3tvx4yF8IWVo8zdpZ {  }
 }@media only screen and (max-width: 1199px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #mMyhLz7xnw9GdGuCeEIrcRVNFwDQpX9z {  }
 }@media only screen and (max-width: 1199px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #HQgRFaDLfWc1NNotR90vlegCTzUHrGcU {  }
 }@media only screen and (max-width: 1199px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #uIPlMMzHZ3pnLDTxh6xtMB7C3Fxefcfv {  }
 }@media only screen and (max-width: 1199px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #UQtcz03RwzRiAbGfD51eFl4PoGVUiqy3 {  }
 }@media only screen and (max-width: 1199px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #BscuuHBrlLcq9EW2n4bFZXbvRgsczJIb {  }
 }@media only screen and (max-width: 1199px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #Iic2ORHJwKFAuh0Px4uk9ogKEVz8WfsV {  }
 }@media only screen and (max-width: 1199px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #l2f2G2IkHu01Mg4Nh3sBhnIqLSU7BDtQ {  }
 }@media only screen and (max-width: 1199px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #v2NyJ0IwQTsJb23BmbhFDG2niaq6rrhr {  }
 }@media only screen and (max-width: 1199px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #DtaBC4V1lHWLTCLfEgJ9NIN3Wx2Px5Tv {  }
 }@media only screen and (max-width: 1199px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #JyuXdZ2G0ZqsGI1DsuqsANUTyovyvF5F {  }
 }@media only screen and (max-width: 1199px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #p5P4F7qEMT5ZT6VoHiSTo8q5zk8y43d9 {  }
 }@media only screen and (max-width: 1199px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #VqSAgMCWL0dPBir3L87hoCvnGgzT3iD0 {  }
 }@media only screen and (max-width: 1199px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #XSAfDWICoWMT2x4isTVHpR9yvViTINr0 {  }
 }@media only screen and (max-width: 1199px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #Fsfb8adQUpxBsXbTrus7bpGgEl63V377 {  }
 }@media only screen and (max-width: 1199px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #oFDbIVlv2OrvBXrOb9S3kd9qBk9eCRpR {  }
 }@media only screen and (max-width: 1199px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #QyU8FwPD4MPH0KV7dF8on4woIFcbzDX3 {  }
 }@media only screen and (max-width: 1199px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #fmXRDMTnZO1RnWK0CG8pk4WcdZEaLpLE {  }
 }@media only screen and (max-width: 1199px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #DorbFklanBM5A9ehTcp8BnEDwsCnEH6L {  }
 }@media only screen and (max-width: 1199px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #RPTtLxGqDXTe7lkTPUMcWeVVyPOfiD5g {  }
 }@media only screen and (max-width: 1199px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #rwwJKF9WTFHzO0oimztGnWtxt7USC8AB {  }
 }@media only screen and (max-width: 1199px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #SWxTLmkh3LdAwX64TCcCBJeRC5q3qDiP {  }
 }@media only screen and (max-width: 1199px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #STFL27XGA2ZMeT4SgVPLgbkyXO3EnJAK {  }
 }@media only screen and (max-width: 1199px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #tf0R9FNqr0kEZZDOhJtS9Xz0FsbdyZlP {  }
 }@media only screen and (max-width: 1199px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #V74lC2oSU9OAyKKMus8AnXv38KNBWMSb {  }
 }@media only screen and (max-width: 1199px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #N9aXGgNhuhvOK52Oyo8AX6s9cvhTzORV {  }
 }@media only screen and (max-width: 1199px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #uwNF4nQBnarKUf7fCvpvsPLW9kFpHMlf {  }
 }@media only screen and (max-width: 1199px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #SKdFa0mSlu1IKr45zqBQ7kM9gxzvy3mI {  }
 }@media only screen and (max-width: 1199px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #ccbIqrxQSd6OmtQqv0o1J1Vc656hXhNw {  }
 }@media only screen and (max-width: 1199px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #nnhRlsJJAndL8kb32FPRTca0G0zO7eJH {  }
 }@media only screen and (max-width: 1199px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #Tqb2rmXLKXx9oiroESVbeo9KovzR0zs6 {  }
 }@media only screen and (max-width: 1199px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #N8DaQZeClJnHHfRrmNSoNlTp7rTQQe3h {  }
 }@media only screen and (max-width: 1199px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #hCr80VMzd6hTTmr3ltr7aaZ20g7S1C5a {  }
 }@media only screen and (max-width: 1199px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #m8WA0u3Zllc3iAdmdIRTy3m7I2ycVUDt {  }
 }@media only screen and (max-width: 1199px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #vXVc3FLlW0JgNt6HdwV2HK8L6Oqorqgt {  }
 }@media only screen and (max-width: 1199px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #FTugGpl5AHnt8AODkMxh01dVyZrVqvGL {  }
 }@media only screen and (max-width: 1199px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #AKNCyG6JndBq0PCwqmE0XBd9JqmZr0Xs {  }
 }@media only screen and (max-width: 1199px) { #GC6F6OMmcD69s5T3TyXMGbTIUOl9aOST { display:block; }#GC6F6OMmcD69s5T3TyXMGbTIUOl9aOST > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NrrDaPGlz6H5FF3I3QXQlXFQsKlsokOm { top:13.5625rem;left:12.8125rem;width:22.5625rem;height:1.91284375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #C1AwbpP6fD0cU9GA4kdy5fskCgTiLmgg { width:16.25rem;height:3.75rem;top:25.875rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kNKmzcrHnNxGMhVVuvwshs9gvmo0H0Ne { display:block; }
 }@media only screen and (max-width: 1199px) { #Hph4SMukQ3zZXKLT6GTsEIX9gvm1tRBq .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Hph4SMukQ3zZXKLT6GTsEIX9gvm1tRBq .widget-text.counter-number { padding-top:0.5675rem;padding-right:0.50125rem;padding-bottom:0.5675rem;padding-left:0.50125rem;width:3.005625rem;min-width:3.005625rem;height:3.05125rem;font-size:2.27125rem;line-height:48.82px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Hph4SMukQ3zZXKLT6GTsEIX9gvm1tRBq .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.355rem;margin-right:0;margin-bottom:0;margin-left:0;width:4.0075rem;height:1.20625rem;font-size:0.851875rem;line-height:19.3px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Hph4SMukQ3zZXKLT6GTsEIX9gvm1tRBq { display:flex;width:20.0625rem;height:5.7475rem;top:16.1875rem;left:12.6875rem;padding-top:1.341875rem;padding-right:1.344375rem;padding-bottom:1.341875rem;padding-left:1.344375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;z-index:15002; }
 }@media only screen and (max-width: 1199px) { #Hph4SMukQ3zZXKLT6GTsEIX9gvm1tRBq #LDaL129wetvLoy4lTwAl0mbEvo6SLil8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #Hph4SMukQ3zZXKLT6GTsEIX9gvm1tRBq #Xk7BWLGi4gKUZuciZQTUzzpKdrFTHpXI {  }
 }@media only screen and (max-width: 1199px) { #Hph4SMukQ3zZXKLT6GTsEIX9gvm1tRBq #OBTzM7V1CPI5mWot9uTL0CmcIwkWf9AT {  }
 }@media only screen and (max-width: 1199px) { #Hph4SMukQ3zZXKLT6GTsEIX9gvm1tRBq #UFEoJRFv8swi1HzcBskTmbLO9oGBnepM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #Hph4SMukQ3zZXKLT6GTsEIX9gvm1tRBq #AxXWXDyaTH1kf2ChaPq9KveAE8HRliBN {  }
 }@media only screen and (max-width: 1199px) { #Hph4SMukQ3zZXKLT6GTsEIX9gvm1tRBq #HRH7Qs575p8ioQhE4fXzGFLTqHkrCpcp {  }
 }@media only screen and (max-width: 1199px) { #Hph4SMukQ3zZXKLT6GTsEIX9gvm1tRBq #TnHzQkhW896qX0SNKgr3mylvkzK8q8BC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #Hph4SMukQ3zZXKLT6GTsEIX9gvm1tRBq #R11An3WsMqrLvK1LIuiT8WIgbz2E4cq9 {  }
 }@media only screen and (max-width: 1199px) { #Hph4SMukQ3zZXKLT6GTsEIX9gvm1tRBq #aPGXm3sWirApgJnANxSko7p0Cl1Dpc9w {  }
 }@media only screen and (max-width: 1199px) { #Hph4SMukQ3zZXKLT6GTsEIX9gvm1tRBq #NAG3AndL96lNtt8HoLHAs4GsdS7Ed4lh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #Hph4SMukQ3zZXKLT6GTsEIX9gvm1tRBq #B040MtTmlwn5Frl965oJ1d7xS3MeKsa9 {  }
 }@media only screen and (max-width: 1199px) { #Hph4SMukQ3zZXKLT6GTsEIX9gvm1tRBq #Gz4lEAECVdLxdJVgvJXRwAP5pwDybfE8 {  }
 }@media only screen and (max-width: 1199px) { #GJtc7amLD2q24UTW4BfiIVqbc2nUbaOk { width:45rem;height:5.8496125rem;top:3.9375rem;left:1.6875rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #mBStimtl4srCVohxiukxbTGEAZi3sdNy { display:block; }#mBStimtl4srCVohxiukxbTGEAZi3sdNy > .row .container { width:47.75rem;height:33.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #waU2IUXL4HkdRLCWnTCyJW9RTwNTJcUq { top:3.9375rem;left:9.5rem;width:17.9375rem;height:1.48730625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t0hMB4o7FspHceKPDfA4Hh6uMRA3LA8a { top:28.38671875rem;left:1.25rem;width:22.7480625rem;height:1.48730625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bwmgDmg6vn4PSKNvpT2Dop4lJDiTvv5n { top:3.2486972808838rem;left:0.81206607818606rem;width:7.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EOqz6obuozG2ZVqn9NTpxvWTP8CeSVlI { top:10.1875rem;left:32.5rem;width:11.8125rem;height:1.69921875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RQHJ3SgPoCxfohEcUJsq4eui5MZdIhrS { top:12.75rem;left:16.25rem;width:15rem;height:1.69921875rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #KdO3Xs3zrkiBHw7GlUbGpUi3EayU3Sfs { top:10.25rem;left:1.25rem;width:13.75rem;height:1.69921875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wxzsb8GFpfIEzx1NKkVV8ucidVaroNwe { top:12.625rem;left:1.25rem;width:13.75rem;height:1.69921875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D2Oayl0k6tDkNJBQWsW3gpNofau67sen { top:12.6875rem;left:32.5rem;width:2.37413125rem;height:2.37413125rem;z-index:15002;font-size:1.625rem;display:block; }
#D2Oayl0k6tDkNJBQWsW3gpNofau67sen > img { max-width: 100%;max-height:100%; width:2.37413125rem; height:2.37413125rem; } }@media only screen and (max-width: 1199px) { #JhUhBRi6yNzxTp8a0tVHgpOu8oJRHCRX { top:10.25rem;left:16.3125rem;width:15rem;height:1.69921875rem;font-size:1rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #ubF1rgihuWoysKPHfsuQW9WOEt23p7gS { top:15.25rem;left:16.25rem;width:15rem;height:1.69921875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eIyfy1vSDTUynyZ1kLdyJF8nZWKCtu1q { position:relative;z-index:auto;display:block; }#eIyfy1vSDTUynyZ1kLdyJF8nZWKCtu1q > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Loan2n4MUyMOCHt63gmT8ZumN8ySWz4v { width:11.25rem;height:2.5rem;top:7.625rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ER3msRXozDLGhQJrVCJVFvO17OVWXGTQ { display:block; }
 }@media only screen and (max-width: 763px) { #eLI1eGVbSehBx9EvDTheTueaEHwp0Fz9 { width:20rem;height:1.4624rem;top:0.52452087402344rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyB1uzM62uTHOy3TiH9qZzEM7Z0hJGTz .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#UyB1uzM62uTHOy3TiH9qZzEM7Z0hJGTz .widget-text.counter-number { padding-top:0.32125rem;padding-right:0.31375rem;padding-bottom:0.32125rem;padding-left:0.31375rem;width:1.885rem;min-width:1.885rem;height:1.73rem;font-size:1.288125rem;line-height:27.68px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#UyB1uzM62uTHOy3TiH9qZzEM7Z0hJGTz .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.20125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.511875rem;height:0.68125rem;font-size:0.483125rem;line-height:10.9px;top:-14%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#UyB1uzM62uTHOy3TiH9qZzEM7Z0hJGTz { display:flex;width:14.0625rem;height:3.255rem;top:2.43408203125rem;left:3.2470703125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #UyB1uzM62uTHOy3TiH9qZzEM7Z0hJGTz #qMy2GRmObL5JwATriADF3TJeKkoub0To { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UyB1uzM62uTHOy3TiH9qZzEM7Z0hJGTz #mGsA04CPQtyhepm3IrxKU1THs71a7KDR {  }
 }@media only screen and (max-width: 763px) { #UyB1uzM62uTHOy3TiH9qZzEM7Z0hJGTz #MxTBKhuM7MCoRbiPTzCHMVhcIFIa9Hxt {  }
 }@media only screen and (max-width: 763px) { #UyB1uzM62uTHOy3TiH9qZzEM7Z0hJGTz #ONxSMhmI2t6okQAtU35OvQcyD86l3OXk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UyB1uzM62uTHOy3TiH9qZzEM7Z0hJGTz #rhwZyhmHFqasVb6MGHTUcBOf7QvXXuy5 {  }
 }@media only screen and (max-width: 763px) { #UyB1uzM62uTHOy3TiH9qZzEM7Z0hJGTz #vTIcWwZOGUQ500E9nVdXaN3UhzmlzgnJ {  }
 }@media only screen and (max-width: 763px) { #UyB1uzM62uTHOy3TiH9qZzEM7Z0hJGTz #hdXgAK1oHzwkPLhhuPmk7lvT14KXennG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UyB1uzM62uTHOy3TiH9qZzEM7Z0hJGTz #H8Z25PBfkZ4zWHPxR4Fqf9Vop8PSOC1R {  }
 }@media only screen and (max-width: 763px) { #UyB1uzM62uTHOy3TiH9qZzEM7Z0hJGTz #H9DltiTVXuRTzlE5QfFfgVeU65Vso3ME {  }
 }@media only screen and (max-width: 763px) { #UyB1uzM62uTHOy3TiH9qZzEM7Z0hJGTz #z1XzGxUM6kkR1ITwuSMbGmtH2ngbqHN7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UyB1uzM62uTHOy3TiH9qZzEM7Z0hJGTz #nfaSP6IRFOTfssoh2apsUiqRsXuzq1XV {  }
 }@media only screen and (max-width: 763px) { #UyB1uzM62uTHOy3TiH9qZzEM7Z0hJGTz #BElPp8JM0fTlNZlx4XnCxCNAO8Qeis3A {  }
 }@media only screen and (max-width: 763px) { #A1Lr7BqycXO5eD5wAUdbLH6cSZBRdsaW { width:10rem;height:2.0625rem;top:5.8759765625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdcXhfCT7losPVyF8BGR0Xa4AnWvKPu1 { display:block; }
 }@media only screen and (max-width: 763px) { #tqzaWphHHgro45IihiAmiCLUk2mdiT1E { position:relative;z-index:auto;background-color:#000000;background-image:none;display:block; }#tqzaWphHHgro45IihiAmiCLUk2mdiT1E > .row .container { background-color: transparent; background-image: none; }#tqzaWphHHgro45IihiAmiCLUk2mdiT1E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tqzaWphHHgro45IihiAmiCLUk2mdiT1E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tqzaWphHHgro45IihiAmiCLUk2mdiT1E > .row .container > .video-iframe-container { display: none; }#tqzaWphHHgro45IihiAmiCLUk2mdiT1E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tqzaWphHHgro45IihiAmiCLUk2mdiT1E > .row > .video-iframe-container { display: none; }#tqzaWphHHgro45IihiAmiCLUk2mdiT1E > .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); }#tqzaWphHHgro45IihiAmiCLUk2mdiT1E > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aEZ2p2K8bxdq3UIyKOUABUgkviF8vOxA { width:5.9375rem;height:2.25rem;top:1.25rem;left:7rem;display:none; }
 }@media only screen and (max-width: 763px) { #kgyCaCSnvX79Dkr49R75VyIVaZiM1CaV { display:block; }
 }@media only screen and (max-width: 763px) { #Jx0zJRzGSMXCfbXp4Fl2CppHK9o7kmcE { width:5.9375rem;height:2.25rem;top:1.25rem;left:7rem;display:none; }
 }@media only screen and (max-width: 763px) { #O1Tl3e2scuA64Qzl7BAoi3RrBNe7701R { display:block; }
 }@media only screen and (max-width: 763px) { #rkw478uqTPd47w7PPIfxnJh5auLM2sQ7 { width:5.9375rem;height:2.25rem;top:1.25rem;left:7rem;display:none; }
 }@media only screen and (max-width: 763px) { #CmgndTPAoDs3avUQPqSi9SvWN2D5C4yy { display:block; }
 }@media only screen and (max-width: 763px) { #gMHXqZMKDShOHwMbdiDkzKEiR2q3fV4B { width:9.375rem;height:4.125rem;top:0.1875rem;left:5.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ELOZhNNHWleZzCBWIPNLm3XHiWZMy3q7 { width:5.9375rem;height:2.25rem;top:1.25rem;left:7rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTcbu9be2y4IVxDeBiBEB5u7WPKapPz0 { display:block; }
 }@media only screen and (max-width: 763px) { #z7VpWxbAPrDxPqTXayLfltiQ4XRynWpT { width:6.5rem;height:2.1875rem;top:2.6875rem;left:10.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fr4miv3AQ6x4wTdKoAwzQ424PvFVJPr6 { display:block; }
 }@media only screen and (max-width: 763px) { #dRy1MbuvGZWNgGJwL1uDQn5tQlC6HHxe { width:5.9375rem;height:2.25rem;top:1.25rem;left:7rem;display:none; }
 }@media only screen and (max-width: 763px) { #aI7qfzrPbxJX3hPNzXRv0TxEW22B5nex { display:block; }
 }@media only screen and (max-width: 763px) { #dThydXzntFupZNzCB3RtVmNCAP05Z7Hk { width:6.5rem;height:2.1875rem;top:2.625rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TlkaRCXkXt2XWnclIDsFbbBDCx8gq3HT { display:block; }
 }@media only screen and (max-width: 763px) { #orZy28rwSrT4lyuxWBXBmc8EFNgLbsAv { width:5.9375rem;height:2.25rem;top:1.25rem;left:7rem;display:none; }
 }@media only screen and (max-width: 763px) { #c4p1DfyF0Xc5f7ZMTipikup11SQEzQZf { display:block; }
 }@media only screen and (max-width: 763px) { #B1FLA8uSTKop7v3dc9OtgFxXObHUD6v4 { width:16.25rem;height:2.125rem;top:4.5625rem;left:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #F66VgK74LGgmHG8ogHzcK8OPuOL8zmUx { display:block; }
 }@media only screen and (max-width: 763px) { #C6pTLDkRAbc9LqCOySPBNAw8dhSHmT9g { background-color:#ffffff;background-image:none;display:block; }#C6pTLDkRAbc9LqCOySPBNAw8dhSHmT9g > .row .container { background-color: transparent; background-image: none; }#C6pTLDkRAbc9LqCOySPBNAw8dhSHmT9g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C6pTLDkRAbc9LqCOySPBNAw8dhSHmT9g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C6pTLDkRAbc9LqCOySPBNAw8dhSHmT9g > .row .container > .video-iframe-container { display: none; }#C6pTLDkRAbc9LqCOySPBNAw8dhSHmT9g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C6pTLDkRAbc9LqCOySPBNAw8dhSHmT9g > .row > .video-iframe-container { display: none; }#C6pTLDkRAbc9LqCOySPBNAw8dhSHmT9g > .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); }#C6pTLDkRAbc9LqCOySPBNAw8dhSHmT9g > .row .container { width:20rem;height:38.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TD18qOvZvdrP2Z9UqZKTa9kPzAPwSR9A { width:18.997375rem;height:9.44825rem;top:3.6396484375rem;left:1.0029296875rem;font-size:2.25rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #RAuIpikaTxVTENdt7ZQDTryJbk100aVH { width:19.25rem;height:7rem;top:15.25rem;left:0.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:inter;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JuMxgxmcQqKyH0ufyufHwwLcngGNp7K9 { width:19.875rem;height:11.625rem;top:26.4365234375rem;left:0.12451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzcebJEykFyOB9AB0SItb1U4Ttntxziw { position:relative;z-index:auto;display:block; }#HzcebJEykFyOB9AB0SItb1U4Ttntxziw > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TW5745TZcHJ8HIllyZH6xfJnGidEQxSS { width:11.25rem;height:3.75rem;top:5.9375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #orRLT9qi28G3XL1ZsT4ZuugumuN2U92A { width:11.25rem;height:3.75rem;top:10.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULbAMB9hOP4cskTZ4FAMnXlGNtT1LCNn { width:11.3125rem;height:3.75rem;top:16rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMSx6D6d0fOxAZwCLsMJFH1QlpvzhBaL { width:11.375rem;height:3.75rem;top:21rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lt7HrPTZUChvaBbxv02zbwWQrOXXoA5D { width:11.25rem;height:3.75rem;top:26rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0l8En0bN68zUWTTzudXITwfpdVPpfyK { width:20rem;height:1.29980625rem;top:2.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s7ubAma3hIyTyv0ipJsTJwDwefctkkKm { width:8.0625rem;height:1.9494625rem;top:32rem;left:5.9375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EWr5Rn6eNHrg6D74TglApqp8fVbK2t8G { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EWr5Rn6eNHrg6D74TglApqp8fVbK2t8G > .row .container { background-color: transparent; background-image: none; }#EWr5Rn6eNHrg6D74TglApqp8fVbK2t8G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWr5Rn6eNHrg6D74TglApqp8fVbK2t8G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWr5Rn6eNHrg6D74TglApqp8fVbK2t8G > .row .container > .video-iframe-container { display: none; }#EWr5Rn6eNHrg6D74TglApqp8fVbK2t8G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWr5Rn6eNHrg6D74TglApqp8fVbK2t8G > .row > .video-iframe-container { display: none; }#EWr5Rn6eNHrg6D74TglApqp8fVbK2t8G > .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); }#EWr5Rn6eNHrg6D74TglApqp8fVbK2t8G > .row .container { border-width: 0; border-radius: 0; }#EWr5Rn6eNHrg6D74TglApqp8fVbK2t8G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EWr5Rn6eNHrg6D74TglApqp8fVbK2t8G > .row .container { width:20rem;height:11.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CKSLaptFcLr6bl71D1Bq1T0TMs6Fezzh { width:20rem;height:4.54948125rem;top:3.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.4;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #KIhMfH4tDg1p8BmMtJXWZUqAOz33SJpy { display:block; }#KIhMfH4tDg1p8BmMtJXWZUqAOz33SJpy > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ON9AWWShac8tb7bMWMFhznc0CpdKPQat { width:19.625rem;height:2.92480625rem;top:3.8125rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:2.25rem;font-weight:700;font-style:normal;color:#005430;display:block; }
 }@media only screen and (max-width: 763px) { #BTZvyKOVxp5dThBnMAvGlGwX6n32xw9N { width:19.6230625rem;height:2.79948125rem;top:17.5rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTPPxzpGpvuFxF7s6oKokCpHCZ9bLxh9 { width:19.625rem;height:2.92480625rem;top:13.9375rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmxWonvfESmXZHMq1wqqLxBDAr8dSxtn { width:19.6230625rem;height:2.79948125rem;top:29.0625rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #usJXTef0DngZV0BVDWIRhXhS3vAxIShL { width:19.625rem;height:2.92480625rem;top:25.1875rem;left:0.25rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnKFTlradJ0NhPo5kI9xokEEIrzIm5yl { width:18.0625rem;height:4.19824375rem;top:7.6875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTNOSAM6hd61ezPqxTUbBDImmFLqc1LO { display:block; }#XTNOSAM6hd61ezPqxTUbBDImmFLqc1LO > .row .container { width:20rem;height:75.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cagihk7wMicAeRS3desKkbzzm7WKTk1I { width:19.5rem;height:71.98235rem;top:1.25rem;left:0.3125rem;font-size:1rem;text-align:justify;text-align-last:initial;font-family:inter;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #WpzBpXHyaeb6iVz6m7GbKa7eQvk3CU3Z { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #005430);background-image: -moz-linear-gradient(180deg, #000000, #005430);background-image: -ms-linear-gradient(180deg, #000000, #005430);background-image: -o-linear-gradient(180deg, #000000, #005430);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#005430' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#005430' );";background-image: linear-gradient(180deg, #000000, #005430);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WpzBpXHyaeb6iVz6m7GbKa7eQvk3CU3Z > .row .container { background-color: transparent; background-image: none; }#WpzBpXHyaeb6iVz6m7GbKa7eQvk3CU3Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WpzBpXHyaeb6iVz6m7GbKa7eQvk3CU3Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WpzBpXHyaeb6iVz6m7GbKa7eQvk3CU3Z > .row .container > .video-iframe-container { display: none; }#WpzBpXHyaeb6iVz6m7GbKa7eQvk3CU3Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WpzBpXHyaeb6iVz6m7GbKa7eQvk3CU3Z > .row > .video-iframe-container { display: none; }#WpzBpXHyaeb6iVz6m7GbKa7eQvk3CU3Z > .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); }#WpzBpXHyaeb6iVz6m7GbKa7eQvk3CU3Z > .row .container { border-width: 0; border-radius: 0; }#WpzBpXHyaeb6iVz6m7GbKa7eQvk3CU3Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WpzBpXHyaeb6iVz6m7GbKa7eQvk3CU3Z > .row .container { width:20rem;height:147.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yztJfhzgxq908rITbPFhabnqeKfJR7o0 { width:17.5rem;height:2.5996125rem;top:17.37109375rem;left:1.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v32gSI4dMbiv9OGycxXVOdJfpvyOTaf3 { width:17.5rem;height:3rem;top:21.125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #s2vRKSZTkiCnsTp0VMddysI7OzATDEJc { width:17.5rem;height:2.5996125rem;top:27.4375rem;left:1.25rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O03FWHQT1ZqMyz10VOp4xFtetorlNV3v { width:17.5rem;height:3rem;top:31.1875rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Qvu9XhOFWtcw7dIgMFoqz3lLWowlPUHW { width:17.5rem;height:2.5996125rem;top:37.375rem;left:1.25rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qhycs0fWoU88NeHpO6Rizrkn79AyXo4N { width:17.5rem;height:3rem;top:41.125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OEb2fGDipsI4R4crltbVJzOeTIPsSoNl { width:20rem;height:4.5rem;top:8.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QLw7xbD656G1nnCHm3fBzFQvstlqEoRl { width:20rem;height:2.5996125rem;top:47.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sUGOH4vDsA6lkuEideyneapcu775ZJpl { width:20rem;height:3rem;top:51.037109375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DBooOL2b4tIZz96KroRA3febJ6aJ6z0w { display:flex;width:11.25rem;height:11.25rem;top:62.30859375rem;left:4.375rem; }
 }@media only screen and (max-width: 763px) { #ipgalyUm2tiT9RnNgazePahUzmFl3Sin { width:20rem;height:2.5996125rem;top:75.997401237487rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t3iUdgPLuZPB0MNKH5CkcrSFdNyHK2sz { width:20rem;height:3rem;top:79.622401237487rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OlaT0B4oO1DnrBfs6F4B42CQaQgtz679 { width:20rem;height:0;top:57.724609375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:rgba(255,255,255,0.3);z-index:15000;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #xVllKbT0Sb4ZgJQpQIn4BBlN77PIX1DU { display:flex;width:1.25rem;height:1.25rem;top:84.684901237487rem;left:0.12369793653488rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #SVH8Qc7HJbq3v6KThxuDpRGLwHn47h4P { width:18.125rem;height:56rem;top:84.309901237487rem;left:1.6236979961395rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14997;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #vNlFe0auIHn0QMV7gUPiBfP5K9LT8cwf { display:flex;width:1.25rem;height:1.25rem;top:88.497402191162rem;left:0.12369793653488rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #SUIFnpbzdVMdbCWMzuLKduRxKTGJBWcP { display:flex;width:1.25rem;height:1.25rem;top:98.559902191162rem;left:0.12369793653488rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #yw63IfGO72URmd1PAdGwFlUrgWSpXAIr { display:flex;width:1.25rem;height:1.25rem;top:104.80990219116rem;left:0.12369793653488rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #t5BkNMGbAlV7VG9CszPA1N5PpGEu1rbi { display:flex;width:1.25rem;height:1.25rem;top:114.80990219116rem;left:0.12369793653488rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #nudrLXWce6lNO1m3gHEmLCbmQHozkgZg { display:flex;width:1.25rem;height:1.25rem;top:126.74610137939rem;left:0.12369793653488rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #hOHlbqh50ICNffpN69i0V2mcX5NzStHU { display:flex;width:1.25rem;height:1.25rem;top:122.87240219116rem;left:0.12369793653488rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #AgBuq0Uq1L6m6ZLol6Tu0OClZhlOMIo3 { display:flex;width:1.25rem;height:1.25rem;top:118.55990219116rem;left:0.12369793653488rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #ifys4PFBgNBn6a0IZvnA4MhqvoR3DVTh { width:20rem;height:70rem;top:73.500005245206rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #IvBFxo1f8ctLrLdlsuXnLFlWb2QabqrG { width:20rem;height:2.5996125rem;top:57.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ncErLmNwDhDAy8XJgNKWllP7mSwZCM32 { width:20rem;height:1.5rem;top:61.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xl3RkZyFxtbfoBSmo1JD9wmWlFR8Wrrh { background-color:#005430;background-image:none;display:block; }#xl3RkZyFxtbfoBSmo1JD9wmWlFR8Wrrh > .row .container { background-color: transparent; background-image: none; }#xl3RkZyFxtbfoBSmo1JD9wmWlFR8Wrrh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xl3RkZyFxtbfoBSmo1JD9wmWlFR8Wrrh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xl3RkZyFxtbfoBSmo1JD9wmWlFR8Wrrh > .row .container > .video-iframe-container { display: none; }#xl3RkZyFxtbfoBSmo1JD9wmWlFR8Wrrh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xl3RkZyFxtbfoBSmo1JD9wmWlFR8Wrrh > .row > .video-iframe-container { display: none; }#xl3RkZyFxtbfoBSmo1JD9wmWlFR8Wrrh > .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); }#xl3RkZyFxtbfoBSmo1JD9wmWlFR8Wrrh > .row .container { width:20rem;height:128.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A4gkgZ9JdstbJg1CAXGCM5P8XE2LSPJ6 { width:20rem;height:9.75rem;top:3.9375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yMwaF0EKt7aWbNRNoqzFD3m2vX1u9csl { width:20rem;height:15rem;top:16.51171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfT7d7ZtbTrzkD7sRw7ixWu5RK12hLb4 { width:19.1875rem;height:7.96875rem;top:22.342445373535rem;left:0.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzPTmRRQW8Cg9vJFbP9z5zRohvUJwK9J { width:20rem;height:12.5rem;top:34.261726379394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygcOW0u5D0XigA8iZsEux2cwyMveVLws { width:19.625rem;height:6.375rem;top:39.511726379394rem;left:0.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcPJXdDBT4VP0T5TQpMtbyA1muAH0Fug { width:19.625rem;height:3.25rem;top:35.375007629394rem;left:0.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVzZaRZSxKva2IeIvchmonrF5Qs6PgsC { width:20rem;height:12.5rem;top:49.136726379394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrh72qoRsadc0hTLNycuZtHqEQ5V1omL { width:19.625rem;height:4.78125rem;top:55.136726379394rem;left:0.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ow6XL4ODIWwwwyA0rOi1wJF3SPcZ1c8N { width:19.625rem;height:3.25rem;top:50.949226379394rem;left:0.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTgSINTBUOGCT6B41WifBfIQKR7JFfN9 { width:19.375rem;height:3.25rem;top:17.8125rem;left:0.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #raiQZhbiTm4TUV2DcrnIdLzm9IOxsOO7 { width:19.875rem;height:11.1875rem;top:64.375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuXdGJ0BdP6FF98e4gLgpdDXW07KN53Z { width:19.625rem;height:20.4245rem;top:103.1875rem;left:0.0400390625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQSeSXwwcbEUU1TwLACm6bPaJZrQ7uae { height:20rem;width:20rem;top:79.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6nHeMea8O6qOs0QRQ35G8FIPOksfAa0 { background-color:#005430;background-image:none;display:block; }#S6nHeMea8O6qOs0QRQ35G8FIPOksfAa0 > .row .container { background-color: transparent; background-image: none; }#S6nHeMea8O6qOs0QRQ35G8FIPOksfAa0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6nHeMea8O6qOs0QRQ35G8FIPOksfAa0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6nHeMea8O6qOs0QRQ35G8FIPOksfAa0 > .row .container > .video-iframe-container { display: none; }#S6nHeMea8O6qOs0QRQ35G8FIPOksfAa0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6nHeMea8O6qOs0QRQ35G8FIPOksfAa0 > .row > .video-iframe-container { display: none; }#S6nHeMea8O6qOs0QRQ35G8FIPOksfAa0 > .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); }#S6nHeMea8O6qOs0QRQ35G8FIPOksfAa0 > .row .container { width:20rem;height:71.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QeQi1qn5MAueWAm1EtX651cMg5wslTXe { width:20rem;height:12.1875rem;top:3.9375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gZoVUtOw4t6pSG1kQ0IgkXsdTZzLygwe { width:20rem;height:28.8125rem;top:21.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmiDAkNm5kL3sAoT9CG13xTczeeyiPXO { width:18.9375rem;height:4.75rem;top:27.5rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOt1M45ozE9koTIKBUTTfBVTtDoe5vic { width:10.3125rem;height:13.5rem;top:16.3125rem;left:9.6875rem;text-align:center;text-align-last:center;font-size:11.25rem;color:rgba(75,204,21,0.15);z-index:15000;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Ocd3ghcEfmPXOL0QuAhoGCCLrJGRHq4e { width:14.5625rem;height:1.54296875rem;top:45.9375rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMSddQNqEzgbBRFPAqAwQcANVTG57rP4 { width:7.9375rem;height:8.7305rem;top:33.0625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT2MKtGbBUMpyeN795EkTBZZ9377nFis { width:14.5625rem;height:1.625rem;top:43.0625rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARM8WfStJevQlmcWJdT41aoTiQk7PCpS { width:20rem;height:14.4375rem;top:53.812502861023rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJOOqIsMNtR0yZhvldLBCvX0ZAh1BrFL { display:block; }#BJOOqIsMNtR0yZhvldLBCvX0ZAh1BrFL > .row .container { width:20rem;height:32.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ghCSfLTczxSnKytTTA8T2hW2fLm9kaRN { width:19.625rem;height:2.92480625rem;top:3.8125rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:2.25rem;font-weight:700;font-style:normal;color:#005430;display:block; }
 }@media only screen and (max-width: 763px) { #Cp9nvmR5wwiPHc3I2hfuK7lTpLGmb2BC { width:19.6230625rem;height:1.3997375rem;top:17.5rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKtFhTqpJGkn1VhtpRPDVUOnpkCoK6KI { width:19.625rem;height:2.92480625rem;top:13.9375rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcGorRStPKLIlaQkEc9SHwLncmJywTKG { width:19.6230625rem;height:1.3997375rem;top:27.0625rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #prxlgOdvB4Gd34cZDJG4O9u6rz9r788G { width:19.625rem;height:2.92480625rem;top:23.1875rem;left:0.375rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ch9PTIRTrGiTsVAXmhoahThVBWeaSUDT { width:19.625rem;height:1.3997375rem;top:7.6875rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W00p5pTmA2KQCSkoPOrTDdkhaX9Si0Tq { display:block; }#W00p5pTmA2KQCSkoPOrTDdkhaX9Si0Tq > .row .container { width:20rem;height:133.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #glhsdAKDECyIfE0QFOgOcMMacGfpkcrm { width:19.6875rem;height:7.875rem;top:2.625rem;left:0.125rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #V70IJgqV8t6XqXvIAAJLbutqT6EICc3R { width:19.5rem;height:59.18555rem;top:12.8125rem;left:0.3740234375rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.6;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #T46zgG0rsNmoACUuBJMg4BRCi1ePwTZI { width:18.125rem;height:57.7734375rem;top:74.0625rem;left:1.6875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.7;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kRxxZmu9HzJeQE8nF9ozsJeBg4QMXN1m { display:flex;width:1.25rem;height:1.25rem;top:102.9375rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #ZmUoxSroD3UGBTgAuGWP6kMe4Rb6V8bL { display:flex;width:1.25rem;height:1.25rem;top:96.3125rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #Z2W19UVQk2DmST2zJSC36euBJgV8FD3D { display:flex;width:1.25rem;height:1.25rem;top:86.0625rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #u9wQMeMTD2K2OrwzZegIAgIhbsHZL2mX { display:flex;width:1.25rem;height:1.25rem;top:81.0625rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #c29xD3kSR7EtSsMNWB8JkQJBGeq5TOsy { display:flex;width:1.25rem;height:1.25rem;top:74.3125rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #hawZ396kv3JVSlHSg5m84Ldcxgh7VNkW { display:flex;width:1.25rem;height:1.25rem;top:123.625rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #zpG23Dk1mv4Kv6OMoyvDMVLSkvA8JuSD { display:flex;width:1.25rem;height:1.25rem;top:113.4375rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #LRTrW0HhJyM90xwT6CwAxDKA0AuwreE6 { display:flex;width:1.25rem;height:1.25rem;top:118.5rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #HNPSn66XfzLtiNXFgo8fE19PO5M7PORF { display:flex;width:1.25rem;height:1.25rem;top:128.8125rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #dbz8AQGXJhG4c5dXBNFBVnaHUmCTmPbD { display:block; }#dbz8AQGXJhG4c5dXBNFBVnaHUmCTmPbD > .row .container { width:20rem;height:34.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KTR3hAGEabKqN57VKHGGm2ef10876hVg { width:19.625rem;height:2.4375rem;top:3.8125rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:1.875rem;font-weight:700;font-style:normal;color:#005430;display:block; }
 }@media only screen and (max-width: 763px) { #smiSmvUPBywRGATPbrFCZ8uJZAmRMQSc { width:19.6230625rem;height:2.79948125rem;top:17.5rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyrvEuk8ndPWdS7HsU6GrcfyUeIFLFa5 { width:19.625rem;height:2.4375rem;top:13.9375rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7mbzzTTku43wQBI5raOwNMh7wuL0nDq { width:19.6230625rem;height:2.799475rem;top:27.0625rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmgyQFCTEw74rMWZp4cLnueaTw1ZJbiN { width:19.625rem;height:2.92480625rem;top:23.1875rem;left:0.375rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMMOCWKWIUfdV0tafAfhrHvi8yzy9zOo { width:19.625rem;height:2.79948125rem;top:7.6875rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8WbtqFJ00hVa4aurTXvFZ7Ci0tn5hUA { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #005430, #000000);background-image: -moz-linear-gradient(180deg, #005430, #000000);background-image: -ms-linear-gradient(180deg, #005430, #000000);background-image: -o-linear-gradient(180deg, #005430, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#005430', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#005430', endColorstr='#000000' );";background-image: linear-gradient(180deg, #005430, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#N8WbtqFJ00hVa4aurTXvFZ7Ci0tn5hUA > .row .container { background-color: transparent; background-image: none; }#N8WbtqFJ00hVa4aurTXvFZ7Ci0tn5hUA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N8WbtqFJ00hVa4aurTXvFZ7Ci0tn5hUA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N8WbtqFJ00hVa4aurTXvFZ7Ci0tn5hUA > .row .container > .video-iframe-container { display: none; }#N8WbtqFJ00hVa4aurTXvFZ7Ci0tn5hUA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N8WbtqFJ00hVa4aurTXvFZ7Ci0tn5hUA > .row > .video-iframe-container { display: none; }#N8WbtqFJ00hVa4aurTXvFZ7Ci0tn5hUA > .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); }#N8WbtqFJ00hVa4aurTXvFZ7Ci0tn5hUA > .row .container { border-width: 0; border-radius: 0; }#N8WbtqFJ00hVa4aurTXvFZ7Ci0tn5hUA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N8WbtqFJ00hVa4aurTXvFZ7Ci0tn5hUA > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u5p2tfNaQR2nAXZi82VXnNI1C3HoWXuT { width:20rem;height:2.625rem;top:2.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.4;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #oaT115H4dv4rXoTwTCn9rGxBieKTlps7 { display:flex;width:7.5rem;height:7.5rem;top:6.875rem;left:12.5rem;z-index:14998; }
 }@media only screen and (max-width: 763px) { #fuhwhJpBwNKoeNOPGBempzIki21TcaXz { width:19.5rem;height:9.746125rem;top:13.1875rem;left:0.3125rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14999;line-height:1.7;display:block; }#fuhwhJpBwNKoeNOPGBempzIki21TcaXz li:before{  }
 }@media only screen and (max-width: 763px) { #yrBCBh8fnkmUSckBxrqKf3R9k6kmZDp9 { width:12.875rem;height:1.68823125rem;top:10.5rem;left:0.375rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.5;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OMKEWzeZs8bOx5JISAJIJXzG7R4WHddN { background-color:transparent;background-image: -webkit-linear-gradient(75deg, #005430, #000000);background-image: -moz-linear-gradient(75deg, #005430, #000000);background-image: -ms-linear-gradient(75deg, #005430, #000000);background-image: -o-linear-gradient(75deg, #005430, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#005430', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#005430', endColorstr='#000000' );";background-image: linear-gradient(75deg, #005430, #000000);background-size:auto !important;display:block; }#OMKEWzeZs8bOx5JISAJIJXzG7R4WHddN > .row .container { background-color: transparent; background-image: none; }#OMKEWzeZs8bOx5JISAJIJXzG7R4WHddN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OMKEWzeZs8bOx5JISAJIJXzG7R4WHddN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OMKEWzeZs8bOx5JISAJIJXzG7R4WHddN > .row .container > .video-iframe-container { display: none; }#OMKEWzeZs8bOx5JISAJIJXzG7R4WHddN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OMKEWzeZs8bOx5JISAJIJXzG7R4WHddN > .row > .video-iframe-container { display: none; }#OMKEWzeZs8bOx5JISAJIJXzG7R4WHddN > .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); }#OMKEWzeZs8bOx5JISAJIJXzG7R4WHddN > .row .container { width:20rem;height:262.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZZbgDHbkN3oUJiD7uHmehhQhIcnGxFTe { width:17.5rem;height:1.70605625rem;top:35.4366106987rem;left:1.2491122484207rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5Tsmf1xegXkWyvxUiRqZ4IxdnkyQ3bP { width:19.5rem;height:21.75rem;top:9.1845703125rem;left:0.25rem;box-shadow: 0rem 1rem 0.875rem #4bcc15 ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #ZESkHAPg8Iyvacsey5DETo5Rl8xb85cm { width:11.25rem;height:3.75rem;top:40.186965465546rem;left:0.37464487552643rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIMmXSRfvqsnqfdDFG3T2OIBxwAQw8ME { width:11.25rem;height:3.75rem;top:82.625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHJqEaqKHUERT20WMTA7zkc6HuGBKEiz { width:17.5rem;height:1.70605625rem;top:76.9189453125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #styeNHO9QPqvKVwhu9tfND3uKawUsFFM { width:19.5rem;height:21.375rem;top:51.685546875rem;left:0.3115234375rem;box-shadow: 0rem 0.875rem 1rem #4bcc15 ;display:block; }
 }@media only screen and (max-width: 763px) { #rBbzBUc1RX3qqN0iRv4AV2ZlzU8iifNw { width:19.5rem;height:21.375rem;top:94.125rem;left:0.25rem;overflow:hidden;box-shadow: 0.0625rem 0.875rem 1rem #4bcc15 ;display:block; }
 }@media only screen and (max-width: 763px) { #muszSLpeOOIMOMSGsRotDTyFr55JMOal { width:17.5rem;height:1.70605625rem;top:120.18696165085rem;left:1.2491122484207rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDHEdZWbLLty89eGEch1xfQE3RfAKfny { width:11.25rem;height:3.75rem;top:125.18749570846rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGzGMVuhvkrR8r0uTcmevKytsmWlV0O6 { width:19.6875rem;height:2.625rem;top:4rem;left:0.12428975105286rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #GOIaiIp0pxH2Kx4CTaJShw0Hi62lzOCA { width:19.5rem;height:21.3125rem;top:136.4365234375rem;left:0.3115234375rem;z-index:15032;box-shadow: 0.0625rem 0.875rem 1rem #4bcc15 ;display:block; }
 }@media only screen and (max-width: 763px) { #fZenJu67ZiR8BBxfCImawJ7cSliEGS8d { width:19.5rem;height:21.3125rem;top:179.6875rem;left:0.25rem;box-shadow: 0.0625rem 0.875rem 1rem #4bcc15 ;display:block; }
 }@media only screen and (max-width: 763px) { #C8SVLgBK0obxGFWviwLicpLzGE0OMkFg { width:17.5rem;height:1.70605625rem;top:162.87446165085rem;left:1.2499998807907rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDPKuxMt74edOLnfudnKoZA9PTWHmXlp { width:17.5rem;height:1.70605625rem;top:206.56177854538rem;left:1.2499998807907rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlEUrp6Ou2ESVwQ4ysByhQEex1Ip1R6p { width:11.375rem;height:3.75rem;top:167.625rem;left:0.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #wgw70xJdLL8tNIGL19rdSnPGZraN0ZyB { width:19.3125rem;height:21.1875rem;top:221.4375rem;left:0.25rem;box-shadow: 0.0625rem 0.875rem 1rem #4bcc15 ;display:block; }
 }@media only screen and (max-width: 763px) { #IKPCPcRKur767hCca5nTT6Utz2qNUByh { width:17.5rem;height:1.70605625rem;top:247.875rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfrNmX5RUBMaCUkD9M35UWJ2Dfk14vlQ { width:11.375rem;height:3.75rem;top:252.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wK4nM7545MoTp1bKDiH1mSgLO63zNJp9 { width:19.874125rem;height:37.5rem;top:7.8734130859375rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #JbmwFtUrTa83zfsbaTe7VQMWU0Jqzr1l { width:19.874125rem;height:37.5rem;top:50.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsRkayLAw5eZf2J4TOcZ1vuEWtw9H9Mk { width:19.875rem;height:37.5rem;top:92.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPFozbrV4315FJsvle4g6WrKRlJRQE3v { width:19.874125rem;height:37.5rem;top:135.1875rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #lnCe8u8udLTtk1dr9K5pi0wnC1ks9h7S { width:19.8739375rem;height:37.5rem;top:177.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnmBLwE5Js7Nr8WM5LzO76s1TZIV8D8Z { width:19.8125rem;height:37.5rem;top:220.3125rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Co9qqWGmefXfyCdrcsDLCBs9JMDIsu3k { width:13.75rem;height:2.1933625rem;top:211.81249570846rem;left:1.2499998807907rem;text-align:left;text-align-last:left;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMDErCHR8KpHe5uUnNXHu3krXTPHfEWu { width:20rem;height:0;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:3.125rem;color:rgba(75,204,23,0.15);z-index:15000;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #J0vSiSVEx0zOeJ1gtoLk2bEnLGbLn0gw { width:17.5rem;height:1.70605625rem;top:37.25rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNNWPZBHX9xk7LUKKKT0DnEg10h0TJ0u { width:18.6875rem;height:1.70605625rem;top:79.6064453125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJRdgqn1gSIgqSN6GDgMAWrLrIJBCZQT { width:18.75rem;height:1.70605625rem;top:121.9814453125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xl8LT7cnc1XCevaF9vnCtydkITyLVJ1y { width:17.5rem;height:1.70605625rem;top:164.9375rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiHtfRvNogt14pBiUzSbaIEhqSMqEKlK { width:18.75rem;height:1.70605625rem;top:208.6875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsrTZ3ecxL37NytvsVPnu4NLXDq634H8 { width:17.5rem;height:1.70605625rem;top:249.9375rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiqMhIQDBU35DokVkmv2WznAZTIyEOb0 { background-color:#005430;background-image:none;display:block; }#AiqMhIQDBU35DokVkmv2WznAZTIyEOb0 > .row .container { background-color: transparent; background-image: none; }#AiqMhIQDBU35DokVkmv2WznAZTIyEOb0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AiqMhIQDBU35DokVkmv2WznAZTIyEOb0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AiqMhIQDBU35DokVkmv2WznAZTIyEOb0 > .row .container > .video-iframe-container { display: none; }#AiqMhIQDBU35DokVkmv2WznAZTIyEOb0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AiqMhIQDBU35DokVkmv2WznAZTIyEOb0 > .row > .video-iframe-container { display: none; }#AiqMhIQDBU35DokVkmv2WznAZTIyEOb0 > .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); }#AiqMhIQDBU35DokVkmv2WznAZTIyEOb0 > .row .container { width:20rem;height:554.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KJEl04g6dssiMuwRu1PMssqr61UOrQdZ { width:19.5rem;height:3rem;top:32.5615234375rem;left:0.499267578125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Myf90fTpber6wiNBIwE45n5Wfu8K85tB { width:19.5rem;height:4.549475rem;top:26.93701171875rem;left:0.499267578125rem;font-size:1.625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #HPtFKcMFPyfJsGIu9vhoHTl6OHZxzdRI { width:17.5rem;height:0.87524375rem;top:25.125rem;left:0.5rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #S7gpF34ccv2QF60SCTxhh5yqrNssQl15 { width:20rem;height:2.625rem;top:193.1875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #HXZrLuckT8B6zg1pBw3tHuSz2tTwFDmS { width:20rem;height:4.19824375rem;top:14.2421875rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;font-weight:400;font-style:normal;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #C2mQLbQwdpyscigSA8V65UeK1uZNvFWk { width:20rem;height:56.25rem;top:21.9921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA4kDL4LErNcuRRxO8uZDQVp26TTy0Eg { width:17.5rem;height:1.69921875rem;top:36.8125rem;left:0.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qDAFwH5LCrxgZDRuL9ZapmHZeyCtIFOv { width:17.5rem;height:1.69921875rem;top:55.0625rem;left:0.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TXiSPmiLLIHDNI7CnVwaHIQuFhNTUehe { display:flex;width:1.125rem;height:1.125rem;top:39.125rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #Dzr8J2B6NzkgbTlsUvcANxNgydFzUGVU { width:18.125rem;height:15.29296875rem;top:38.75rem;left:1.8125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #epGG8pU4S2QFqTPphzSXneHFWAaffmv3 { display:flex;width:1.125rem;height:1.125rem;top:42.4375rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #T8tcXFir71mGz7bicvvt47KhrbwHoe4E { display:flex;width:1.125rem;height:1.125rem;top:40.75rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #LxtuVtNUMKah4lCBP67Kkn34ToTxZiIp { width:19.375rem;height:18.625rem;top:56.99951171875rem;left:0.49951171875rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14999;line-height:1.5;display:block; }#LxtuVtNUMKah4lCBP67Kkn34ToTxZiIp li:before{  }
 }@media only screen and (max-width: 763px) { #BRicqXtBTCO3WCJ1fNgw80xr19WEmTVX { width:19.5rem;height:4.54948125rem;top:86.874755859375rem;left:0.499267578125rem;font-size:1.625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #O6UTJKT3HtgoqGktdysFlzk1A16cDe6h { width:19.5rem;height:0.87524375rem;top:84.8125rem;left:0.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lWeaDr4yKE5AvUJ7dMJgNNbzhSeghMMa { width:20rem;height:51.3125rem;top:82rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgVtF2T7lWQerHBJ3Oew7OEhAq6RyflE { width:19.5rem;height:1.3997375rem;top:98.3125rem;left:0.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UbrTk1HKaBMzz60sychT8fIF7dneZwD0 { display:flex;width:1.125rem;height:1.125rem;top:45.9375rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #UufQyayrJAqWghIgwTFCS0QNNK5JCIP8 { width:18.125rem;height:12rem;top:100.6171875rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lk6MUXAg6gw3vH8SPEyvEXQSFRxC7eJK { width:19.5rem;height:4.5rem;top:92.5625rem;left:0.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #crbQWdrTNJ64uEZGS4GKX1ynDTWi8aHS { width:19.875rem;height:1.3997375rem;top:114.3125rem;left:0.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H1mEcopFZvm4c7QLQNie5vZCSXyXrUdH { display:flex;width:1.125rem;height:1.125rem;top:100.75rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #TiqbT1UfdKA9iqrteQaP7eZd1LzwVUDm { display:flex;width:1.125rem;height:1.125rem;top:108.25rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #y1TO5v3cqfJIO7kCXLX36VeuPslGVh7Q { display:flex;width:1.125rem;height:1.125rem;top:103.9375rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #d4eV8Ty0ykTV8aaRXz0wh0yeNOPDWKxi { width:19.75rem;height:14.125rem;top:116.75rem;left:0.125rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14999;line-height:1.5;display:block; }#d4eV8Ty0ykTV8aaRXz0wh0yeNOPDWKxi li:before{  }
 }@media only screen and (max-width: 763px) { #DHFQvN9m2cAi0ns6fPC93zUvxiIT1XnZ { width:19.5rem;height:4.549475rem;top:141.24951171875rem;left:0.374755859375rem;font-size:1.625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #tf7nmS6JTLPvnfm9MigV1i99T1Ui8nmp { width:19.5rem;height:0.87524375rem;top:138.9375rem;left:0.375rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dEpqmTSFf1T34QKRRx0mq6q52fT6xru3 { width:20rem;height:52.8125rem;top:136.4375rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #n3uml7fB0OOVPeJRqmauVrW7kM1QPT6i { width:19.5rem;height:1.5rem;top:151.5rem;left:0.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G8bJUlF7lCK5fAcUxnXyp9HghL5R5zTP { display:flex;width:1.125rem;height:1.125rem;top:153.875rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #MZQP9nkpkWEitdcFWUsGstK7X3Rer9be { width:18.125rem;height:11.89453125rem;top:153.59765625rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R65i5DvTJg5nUNAINgZk2ro13dhiaOb8 { display:flex;width:1.125rem;height:1.125rem;top:49.125rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #fow8Pg2S23mldvI7D55C38dqbeixbhFS { width:19.5rem;height:3rem;top:147.125rem;left:0.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IT55e6NTb0MvHk87UISmidu2F3aEaSC4 { width:19.5rem;height:1.5rem;top:166.625rem;left:0.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P8dl6uo6E39TTeJNcn5v1eH9G0HfskJr { display:flex;width:1.125rem;height:1.125rem;top:159.125rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #ovDT4iGHbXpBMRDT7aks3M5SIGfTsqrG { display:flex;width:1.125rem;height:1.125rem;top:157.4375rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #OZhB11bM9zP4vPyJPuRsc9xstUR0Upun { width:19.5rem;height:17.4375rem;top:169.375rem;left:0.25rem;text-align:justify;text-align-last:initial;font-size:1rem;z-index:14999;line-height:1.5;display:block; }#OZhB11bM9zP4vPyJPuRsc9xstUR0Upun li:before{  }
 }@media only screen and (max-width: 763px) { #hX9NQ1wiZHKXWMsaIRxzecGb1Ma3vXh8 { display:flex;width:1.125rem;height:1.125rem;top:160.625rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #vl6Fd7oPlalFWnSdZkwU6myZi5N4F34Q { display:flex;width:1.125rem;height:1.125rem;top:162.5625rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #Ly6QEF8TGIenWn2CEOzPoNSAdLL4yQLG { display:flex;width:1.125rem;height:1.125rem;top:50.9375rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #M8D3DkD5I0WRXEB3WSegpgouuTqiQdug { width:20rem;height:19.75rem;top:241.375rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.1875rem 0.1875rem #fbfbfb ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #mXd56W4h5UXb2TzC7mLhT82nKMyAMea5 { width:8.875rem;height:6rem;top:234.125rem;left:5.4375rem;text-align:center;text-align-last:center;font-size:5rem;color:rgba(75,204,23,0.15);z-index:15000;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xB7odBebOudVBWKkfXReISXMsZHuT0oe { width:19.25rem;height:4.72265625rem;top:246.1875rem;left:0.5rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ZXnP7PJ9zuTJMnXxUkCDzCZz3lJ2iemh { width:19.25rem;height:1.68823125rem;top:243.8125rem;left:0.5rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #T44R0TwcguRECn9TZ60zuOAA4BdETg75 { width:19.25rem;height:1.68823125rem;top:258.1875rem;left:0.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #axeq5bRqq8nniRDme9kMIqseVNp9zczF { width:19.25rem;height:5.0625rem;top:251.9375rem;left:0.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zdQBO5olSIeoTVrqwpvifPb2PGsTv7q4 { width:20rem;height:7.75rem;top:3.625rem;left:0rem;text-align:center;text-align-last:center;font-size:3.875rem;color:rgba(255,255,255,0.15);z-index:15000;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #MCTAabDplC84X5RrNV7anACxkyM1MwZH { width:8.875rem;height:6rem;top:262.875rem;left:5.625rem;text-align:center;text-align-last:center;font-size:5rem;color:rgba(75,204,23,0.15);z-index:15000;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AdpQ1Q8IlWbSM8OS3LlkAksADPIO2D3w { width:20rem;height:19.75rem;top:270.1875rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.1875rem 0.1875rem #fbfbfb ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #thP0Qcd686WSwGo6Sd4kFEBQUsH9l7VI { width:19.25rem;height:4.72265625rem;top:275.375rem;left:0.5rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Mcr5WrhLZRm8J7cdDKbi9Dn9UZeHQaSL { width:19.25rem;height:1.68823125rem;top:273rem;left:0.5rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #T7AtFcVhoE04ZQlRPXuLbrOTT8Hfhum0 { width:19.25rem;height:1.68823125rem;top:285.1875rem;left:0.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G8s5qI35qcVDTufBNfySTxDPJm33ACJ4 { width:19.25rem;height:3.375rem;top:281.375rem;left:0.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A4bzsu5mSKbSMTAkdv7sKEvTMuNuNTwp { width:8.875rem;height:6rem;top:291.4375rem;left:5.4375rem;text-align:center;text-align-last:center;font-size:5rem;color:rgba(75,204,23,0.15);z-index:15000;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mBQ5F2VFclAGnpri5J5grKC7B0bf3vWs { width:20rem;height:19.75rem;top:299rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.1875rem 0.1875rem #fbfbfb ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #W4qfXatyICP9C2k8BT5sfG39T9IKv7I1 { width:19.25rem;height:4.72265625rem;top:304rem;left:0.5rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KGX1cEXlv7LcIJcx6ZEZSczlDEiz5ihA { width:19.5625rem;height:1.68823125rem;top:301.625rem;left:0.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tMXJ4XAZapmZ8ElhEld1qLtinV4B5PVe { width:19.25rem;height:1.68823125rem;top:314.9375rem;left:0.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pdSmoI0wIS4m0TwNAu8ti0aZsyTii5T7 { width:19.25rem;height:1.68823125rem;top:312.0625rem;left:0.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QtbKITTDgWG47gNX3bxFrFX3SLolahBo { width:20rem;height:19.75rem;top:356.4375rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.1875rem 0.1875rem #fbfbfb ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #GtC3gr27Xydt00T4vuQUNQdwSqdeethd { width:19.25rem;height:1.68823125rem;top:372.8046875rem;left:0.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x6IfQ93rDBNDbOaapTHGWwV2UMcWqpth { width:20rem;height:19.75rem;top:385.1875rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.1875rem 0.1875rem #fbfbfb ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #fIeys1FLZxchImzemURQQNaWedUEAs9n { width:19.25rem;height:4.72265625rem;top:391.4296875rem;left:0.5rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #F8T5Pr2B8JNTmhLNznMCSALDVDFp3Bnh { width:19.5rem;height:1.68823125rem;top:387.9375rem;left:0.5rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #idPXz4v74m66mJs2t6Z8TnlungXXVFU2 { width:19.25rem;height:1.68823125rem;top:400.8046875rem;left:0.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MoUNK08ttazy9b9OgmAaV90AWDz714Jv { width:19.25rem;height:1.68823125rem;top:398.3671875rem;left:0.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FUXBOWWTv3Q0ESJTXOofUTJZCmgSbnnI { width:20rem;height:19.75rem;top:327.6875rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.1875rem 0.1875rem #fbfbfb ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #IBgqKwMaWL5RsFTU3TugfJiON6zEn62G { width:8.875rem;height:6rem;top:320.2421875rem;left:5.5625rem;text-align:center;text-align-last:center;font-size:5rem;color:rgba(75,204,23,0.15);z-index:15000;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LWVTg4tsyKTwsJyMwrEZD2rIbLwTfKTt { width:19.25rem;height:4.72265625rem;top:332.6796875rem;left:0.5rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #qMiKgXkAwQ5WCWlPTkxCn7A0KltuE8hX { width:19.25rem;height:1.68823125rem;top:343.4921875rem;left:0.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nZf58RkFlkZ2HgpQnXfnrRCf8TIDxqaT { width:19.25rem;height:1.68823125rem;top:340.7421875rem;left:0.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tax9JebM0AydwdvT1tKb5Xf1dWlyUSqk { width:8.875rem;height:6rem;top:348.9296875rem;left:5.625rem;text-align:center;text-align-last:center;font-size:5rem;color:rgba(75,204,23,0.15);z-index:15000;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FX5aESWgK3d7E8ysiEhZl7GL45fernTF { width:19.25rem;height:4.72265625rem;top:361.4296875rem;left:0.5rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #pwkf8DUbgJlmFxMFQEol2kIEbx5UMRV7 { width:19.5rem;height:1.68823125rem;top:359.0546875rem;left:0.5rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dUqciQdaG4ZoZSOfThkCMQAJr9NH1t6T { width:19.25rem;height:3.375rem;top:368.3671875rem;left:0.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aZUFsU8hkZPKT3IUcOe3iAQ9S74CLR2R { width:8.875rem;height:6rem;top:377.6796875rem;left:5.6875rem;text-align:center;text-align-last:center;font-size:5rem;color:rgba(75,204,23,0.15);z-index:15000;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pQS8OU0CpTq1KAS8T9fbvT2xDQxymiem { width:19.25rem;height:1.68823125rem;top:330.3046875rem;left:0.5rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tMqalWNbx7XVTNqcrRIB5Th0KbTxfktS { width:20rem;height:19.75rem;top:204.125rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.1875rem 0.1875rem #fbfbfb ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #aDPdJ89U57LvXy0xsnmP1zqSkTb0UGv1 { width:19.5rem;height:4.72265625rem;top:210.5625rem;left:0.5rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CU5gekkTI45CIQxuF3bHKUtokfBg8v9N { width:8.875rem;height:6rem;top:197rem;left:5.625rem;text-align:center;text-align-last:center;font-size:5rem;color:rgba(255,255,255,0.15);z-index:15000;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JVhkBp2Qcm5NceRV5d15qL7EOs3Izpfz { width:19.5rem;height:3.375rem;top:208rem;left:0.5rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BQE2DrhTMq1N2yHn2w2TEVde3IzFwBzq { width:19.5rem;height:5.0625rem;top:215rem;left:0.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lT6IO0TCpVx9sR02kZ4m9MsmFBbA0PO7 { width:20rem;height:20rem;top:531rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPX4zcGAoNuf60HBiQwd3DuGFeWXVtWc { width:20rem;height:2.79948125rem;top:229.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #DzU2iiVCqWLCsgKTBO37qdqqmchfDOkv { width:20rem;height:1.3997375rem;top:409.5390625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #V2aINtMVZPCRpdacQmAXAIhOE6K2TqVW { width:20rem;height:19.75rem;top:420.875rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.1875rem 0.1875rem #fbfbfb ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #RnIiB8RFgZoHv9rFkHqt0bUKsPR70B00 { width:8.875rem;height:6rem;top:413.75rem;left:5.6875rem;text-align:center;text-align-last:center;font-size:5rem;color:rgba(255,255,255,0.15);z-index:15000;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uRZBDegxLksTpmcpCM6AdewWaXEzUGVi { width:20rem;height:4.72265625rem;top:425.9375rem;left:0rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #tnl9rhyBhHNoXwATZCWFG3fTU13mz9ML { width:20rem;height:1.68823125rem;top:423.5rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #y5dJk5iBFnwIJ68pssHiqD28asn5HT2B { width:20rem;height:1.68823125rem;top:436.0625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mdi1DKBKhHFr21noqZcRRuTEq9uNAGzl { width:20rem;height:3.375rem;top:431.6875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oN0w723PiMAMnpoeOAJQ28tfQKFl6SPG { width:20rem;height:19.75rem;top:449.5625rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.1875rem 0.1875rem #fbfbfb ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #MSqWBUoGnSht0X1amZyH50OtvkT9B1IO { width:8.875rem;height:6rem;top:442.1875rem;left:5.6875rem;text-align:center;text-align-last:center;font-size:5rem;color:rgba(255,255,255,0.15);z-index:15000;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #d0fUPuHLHeySQtE60rxiePqocmcZOJOf { width:20rem;height:1.68823125rem;top:452.25rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #z0TEO45TJPd2tgLTdX7dpdXrVhaTZIzu { width:20rem;height:1.68823125rem;top:458.9375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tHn6SALf3Td0SRN7eFsfcqQTTzRiJyii { width:20rem;height:1.68823125rem;top:463.75rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BkyUVZpatuZTts59zNLTWUABXlCDPq3Q { width:20rem;height:3.1494125rem;top:454.625rem;left:0rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QieQ3oO4QEByTfI0BlPhi6GmWaaThQ9t { width:20rem;height:19.75rem;top:478.75rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.1875rem 0.1875rem #fbfbfb ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #aR3EHSovweOUhTHpPFeVuw71maXWCemE { width:20rem;height:1.68823125rem;top:481.3125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #V9kOJtvtKfBLrUN1CPt3ui3nvnWS5Q55 { width:20rem;height:1.68823125rem;top:488.25rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PdP1fNB7Qql3qN1ZyJmV99HwUSIWe0ys { width:8.875rem;height:6rem;top:470.9375rem;left:6.125rem;text-align:center;text-align-last:center;font-size:5rem;color:rgba(255,255,255,0.15);z-index:15000;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #IoO2hJ9gulalZmqiQr2EuUOIRxx4rxPa { width:20rem;height:3.1494125rem;top:483.6875rem;left:0rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #yxNk8T3etlArfpp8lqXsmeTaNRcgwpn6 { width:20rem;height:1.68823125rem;top:493rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Dbz3kAJbhvSodaeNT5e6Pub2zC5DQVKL { width:20rem;height:3.375rem;top:517.5rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ldV2bz6mSTcsnCh7Ty4We8fdfbk4uxtC { width:8.875rem;height:6rem;top:500.25rem;left:5.6875rem;text-align:center;text-align-last:center;font-size:5rem;color:rgba(255,255,255,0.15);z-index:15000;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #a9KxVJ7KalmtgnOLMTU7rEvl7Iv4CBIk { width:20rem;height:3.1494125rem;top:512.5rem;left:0rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CMzm3rmGIQhMJkbBd6T8e3TxCaRaQP2i { width:20rem;height:3.375rem;top:521.875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v56VfgTozN23wClKaFpxaKIS8ShTWWGT { width:20rem;height:19.75rem;top:507.4375rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.1875rem 0.1875rem #fbfbfb ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #tpnOKpHVcIkBQaVNSuECTNTNtOeddNZO { width:20rem;height:1.1254875rem;top:510.125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DUU7cdK7B5R7BJqxdhFVwvKoOzFDN3fo { display:block; }#DUU7cdK7B5R7BJqxdhFVwvKoOzFDN3fo > .row .container { width:20rem;height:108.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dmX1THOXEOeNmU0RHVbFWTTQ03kHqMLN { width:19.625rem;height:8.4375rem;top:9.875rem;left:0.25rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.5;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DTBlShMsinZGCTpuuZCEcmSwqa4U148F { width:20rem;height:2.625rem;top:2.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.4;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #sPduUIynqyhACWeTs2JUHzg0rDhT3saK { height:20rem;width:20rem;top:22.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5Jvrh0d9ihpNTCzmrt1XtP3X0vgUVaU { width:19.625rem;height:16.875rem;top:87.6875rem;left:0.1875rem;font-size:1.125rem;text-align:justify;text-align-last:initial;line-height:1.5;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VwNTqo0aV7v1h1oD3CqQ8189rWmNUhV2 { width:19.625rem;height:6.75rem;top:48.75rem;left:0.375rem;font-size:1.125rem;text-align:justify;text-align-last:initial;line-height:1.5;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hnHeTUmVpsbAWd2pzLd51LeO1erKPn9g { height:20rem;width:20rem;top:59.750087738037rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyS5uyhSr1KwKyf1QKZECIlXurLOUtuZ { width:5rem;height:13.5rem;top:3.875rem;left:0rem;text-align:center;text-align-last:center;font-size:11.25rem;color:rgba(75,204,21,0.15);z-index:15000;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sn4dMPgnE8U0P9CbPg4sgHUcxHzwbHLk { width:4.0625rem;height:13.5rem;top:82.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:11.25rem;color:rgba(75,204,21,0.15);z-index:15000;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #b1e363rQpO9McGv1xA0TSsyLFOVdhDMb { width:2.625rem;height:13.5rem;top:45rem;left:15.375rem;text-align:center;text-align-last:center;font-size:11.25rem;color:rgba(75,204,21,0.15);z-index:15000;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ETzuMa3cMSTOp9zx1IAzirbi05WQk3HD { width:7.125rem;height:20rem;top:124.875rem;left:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GgrmNcuvbENggG55vDtKKIs1FF5iceNu { display:block; }#GgrmNcuvbENggG55vDtKKIs1FF5iceNu { background-color: transparent; background-image: none; }#GgrmNcuvbENggG55vDtKKIs1FF5iceNu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GgrmNcuvbENggG55vDtKKIs1FF5iceNu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GgrmNcuvbENggG55vDtKKIs1FF5iceNu > .row .container > .video-iframe-container { display: none; }#GgrmNcuvbENggG55vDtKKIs1FF5iceNu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GgrmNcuvbENggG55vDtKKIs1FF5iceNu > .row > .video-iframe-container { display: none; }#GgrmNcuvbENggG55vDtKKIs1FF5iceNu > .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); }#GgrmNcuvbENggG55vDtKKIs1FF5iceNu { border-width: 0; border-radius: 0; }#GgrmNcuvbENggG55vDtKKIs1FF5iceNu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GgrmNcuvbENggG55vDtKKIs1FF5iceNu > .row .container { width:20rem;height:197.25rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t2HXMODpTiE9cPRBGB54U5N58W1PM3xV { width:19.375rem;height:84.25rem;top:18.78515625rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #mL56QWTulqoswNKdO7F0iS7RciMvdA0N { width:20rem;height:2.79980625rem;top:28.599609375rem;left:0rem;font-size:2rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zJC5oU8nWHZDTuGoSVG7rSMmh6MDXUnW { width:20rem;height:4.50073125rem;top:22.474609375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CSlT5kfx6gTHsOENNVEQnQ96uFIo7avc { width:20rem;height:87.5rem;top:107.3125rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #mRhc4XTnNfmmrqOWTUXbhAQixg4nk3xD { width:20rem;height:4.50073125rem;top:110.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #ulmcJ0cgncaTMC3a05mXkgLTS4PVywDe { width:20rem;height:2.625rem;top:3.625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #e7rTht8SuR8a4kGJS1664OnuieMMMQ1O { width:20rem;height:8.3965rem;top:7.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #RqafggN2yVPvieR6Il6Dm5duPDdnJd0m { width:16.25rem;height:3.75rem;top:35.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPSTLhMNcTuLpmICZua3mTS0BeZDOHbH { display:block; }
 }@media only screen and (max-width: 763px) { #WNtqU3P8zGQUMR6pvb34nO1MdyoHp1fS { width:16.25rem;height:3.75rem;top:123.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EM4ATPrMQUvv93eaaqXTByefQRWZh3Gl { display:block; }
 }@media only screen and (max-width: 763px) { #Fomi0D1eXb0yqxpTd2DQMhaWX9PTcuhC { width:20rem;height:1.48730625rem;top:31.4375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i4omB1ahlTr5tEiSOQUOOPXZJyLp49uf { width:20rem;height:2.79980625rem;top:117.25rem;left:0rem;font-size:2rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #kOV03TZZIoC4069fetseTDmkMKiBqQs6 { width:20rem;height:1.48730625rem;top:119.9375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i6Kau8IClJDT3O4knK7bgXfEyFcobGTW { display:flex;width:1.25rem;height:1.25rem;top:42.5625rem;left:0.3125rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #qci9wyhrAogr2H1KC3M5aKDUTnNIE5M0 { display:flex;width:1.25rem;height:1.25rem;top:46.6875rem;left:0.3125rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #uU7GT7JSmyh473L28lNFQ3LMhQmBdAbv { display:flex;width:1.25rem;height:1.25rem;top:56.6875rem;left:0.3125rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #OqOlDyFsuG1hclVrzUElLwUJu4U3TGCs { width:18.125rem;height:62rem;top:129.75rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14997;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #R3zs9p4S3zfFUoCWZ29FsoXMQD16BcIX { display:flex;width:1.25rem;height:1.25rem;top:64.8125rem;left:0.3125rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #HzUiam240RvBsvhFURoby7Zkx1RL8WZx { display:flex;width:1.25rem;height:1.25rem;top:74.75rem;left:0.3125rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #lysB4LnKePWLLtFVipmXHXT6AtAFOey3 { display:flex;width:1.25rem;height:1.25rem;top:86.75rem;left:0.3125rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #uHFGsc3ZCZRyqXSsyuCoBGvRxUvIQZNy { display:flex;width:1.25rem;height:1.25rem;top:82.6875rem;left:0.3125rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #yeF4fsNA7ZHuM5X8VlgzJPrwys75IQUm { display:flex;width:1.25rem;height:1.25rem;top:78.625rem;left:0.3125rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #JXSEc0huy1AMHy5ki27TJP5LA1KEPlLg { display:flex;width:1.25rem;height:1.25rem;top:136.1875rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #vd2vRzfinCt4ATEudg4xA0T57qU9GG5H { display:flex;width:1.25rem;height:1.25rem;top:140.125rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #aZafF3kTFzIZhX6vQ3eUNsk7HOP2rv4m { width:17.75rem;height:60rem;top:42.3125rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14997;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #PGviNw12TJTW44Eh1Wxlhf5uLasahV5I { display:flex;width:1.25rem;height:1.25rem;top:150.0625rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #d3T1tbmmt3oakVOg5csr4JeueNwV1nNQ { display:flex;width:1.25rem;height:1.25rem;top:156.1875rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #MOipnyqP39LT41vFDQB2BtSZS4QMwnOc { display:flex;width:1.25rem;height:1.25rem;top:166.0625rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #RpAT2QlFWPskQwrFF8VzuevERFwLPlQe { display:flex;width:1.25rem;height:1.25rem;top:177.9375rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #SUO9IBPL4tHVyvJtWy2vq4XOZ4n5tUoo { display:flex;width:1.25rem;height:1.25rem;top:174.125rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #e5oNT5pTwnimAcMUvaqLFVgWVL8pZizc { display:flex;width:1.25rem;height:1.25rem;top:170rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #A0weuO0TJGLFd8EmOU9eER6wPTS8brDA { display:block; }#A0weuO0TJGLFd8EmOU9eER6wPTS8brDA > .row .container { width:20rem;height:92.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cfNScvBcsx00nKxV7nAXCCVd1nwUywOc { width:19.625rem;height:2.625rem;top:3.5rem;left:0.375rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TdT7blUvzSLREvSnlDAaaZv5TzdDLuyT { width:19.625rem;height:4.5rem;top:7.375rem;left:0.375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J .accordion-heading-text { font-size:1rem;height:auto; }
#oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J .accordion-desc-text { font-size:1rem;height:auto;line-height:1.5;overflow:hidden;text-align:justify;text-align-last:initial; }
#oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J { display:flex;height:auto;width:17.5rem;top:14.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #xWBw85f6PRbsZAqu6Bqitslt1ZhonFpi {  }
 }@media only screen and (max-width: 763px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #Tdiq2Kyw34coVKkdtWvhUkz3GUzscOaT {  }
 }@media only screen and (max-width: 763px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #qZwkuLXyZWbAMNKaEAozWlibtTDy6tdk {  }
 }@media only screen and (max-width: 763px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #vpTgx43SctJA3us3tvx4yF8IWVo8zdpZ {  }
 }@media only screen and (max-width: 763px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #mMyhLz7xnw9GdGuCeEIrcRVNFwDQpX9z {  }
 }@media only screen and (max-width: 763px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #HQgRFaDLfWc1NNotR90vlegCTzUHrGcU {  }
 }@media only screen and (max-width: 763px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #uIPlMMzHZ3pnLDTxh6xtMB7C3Fxefcfv {  }
 }@media only screen and (max-width: 763px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #UQtcz03RwzRiAbGfD51eFl4PoGVUiqy3 {  }
 }@media only screen and (max-width: 763px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #BscuuHBrlLcq9EW2n4bFZXbvRgsczJIb {  }
 }@media only screen and (max-width: 763px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #Iic2ORHJwKFAuh0Px4uk9ogKEVz8WfsV {  }
 }@media only screen and (max-width: 763px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #l2f2G2IkHu01Mg4Nh3sBhnIqLSU7BDtQ {  }
 }@media only screen and (max-width: 763px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #v2NyJ0IwQTsJb23BmbhFDG2niaq6rrhr {  }
 }@media only screen and (max-width: 763px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #DtaBC4V1lHWLTCLfEgJ9NIN3Wx2Px5Tv {  }
 }@media only screen and (max-width: 763px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #JyuXdZ2G0ZqsGI1DsuqsANUTyovyvF5F {  }
 }@media only screen and (max-width: 763px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #p5P4F7qEMT5ZT6VoHiSTo8q5zk8y43d9 {  }
 }@media only screen and (max-width: 763px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #VqSAgMCWL0dPBir3L87hoCvnGgzT3iD0 {  }
 }@media only screen and (max-width: 763px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #XSAfDWICoWMT2x4isTVHpR9yvViTINr0 {  }
 }@media only screen and (max-width: 763px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #Fsfb8adQUpxBsXbTrus7bpGgEl63V377 {  }
 }@media only screen and (max-width: 763px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #oFDbIVlv2OrvBXrOb9S3kd9qBk9eCRpR {  }
 }@media only screen and (max-width: 763px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #QyU8FwPD4MPH0KV7dF8on4woIFcbzDX3 {  }
 }@media only screen and (max-width: 763px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #fmXRDMTnZO1RnWK0CG8pk4WcdZEaLpLE {  }
 }@media only screen and (max-width: 763px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #DorbFklanBM5A9ehTcp8BnEDwsCnEH6L {  }
 }@media only screen and (max-width: 763px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #RPTtLxGqDXTe7lkTPUMcWeVVyPOfiD5g {  }
 }@media only screen and (max-width: 763px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #rwwJKF9WTFHzO0oimztGnWtxt7USC8AB {  }
 }@media only screen and (max-width: 763px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #SWxTLmkh3LdAwX64TCcCBJeRC5q3qDiP {  }
 }@media only screen and (max-width: 763px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #STFL27XGA2ZMeT4SgVPLgbkyXO3EnJAK {  }
 }@media only screen and (max-width: 763px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #tf0R9FNqr0kEZZDOhJtS9Xz0FsbdyZlP {  }
 }@media only screen and (max-width: 763px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #V74lC2oSU9OAyKKMus8AnXv38KNBWMSb {  }
 }@media only screen and (max-width: 763px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #N9aXGgNhuhvOK52Oyo8AX6s9cvhTzORV {  }
 }@media only screen and (max-width: 763px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #uwNF4nQBnarKUf7fCvpvsPLW9kFpHMlf {  }
 }@media only screen and (max-width: 763px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #SKdFa0mSlu1IKr45zqBQ7kM9gxzvy3mI {  }
 }@media only screen and (max-width: 763px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #ccbIqrxQSd6OmtQqv0o1J1Vc656hXhNw {  }
 }@media only screen and (max-width: 763px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #nnhRlsJJAndL8kb32FPRTca0G0zO7eJH {  }
 }@media only screen and (max-width: 763px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #Tqb2rmXLKXx9oiroESVbeo9KovzR0zs6 {  }
 }@media only screen and (max-width: 763px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #N8DaQZeClJnHHfRrmNSoNlTp7rTQQe3h {  }
 }@media only screen and (max-width: 763px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #hCr80VMzd6hTTmr3ltr7aaZ20g7S1C5a {  }
 }@media only screen and (max-width: 763px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #m8WA0u3Zllc3iAdmdIRTy3m7I2ycVUDt {  }
 }@media only screen and (max-width: 763px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #vXVc3FLlW0JgNt6HdwV2HK8L6Oqorqgt {  }
 }@media only screen and (max-width: 763px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #FTugGpl5AHnt8AODkMxh01dVyZrVqvGL {  }
 }@media only screen and (max-width: 763px) { #oTCNBJy0BtMRFkvFNBVsKBcDMFVfG21J #AKNCyG6JndBq0PCwqmE0XBd9JqmZr0Xs {  }
 }@media only screen and (max-width: 763px) { #GC6F6OMmcD69s5T3TyXMGbTIUOl9aOST { display:block; }#GC6F6OMmcD69s5T3TyXMGbTIUOl9aOST > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NrrDaPGlz6H5FF3I3QXQlXFQsKlsokOm { width:20rem;height:1.57470625rem;top:26rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #C1AwbpP6fD0cU9GA4kdy5fskCgTiLmgg { width:16.25rem;height:3.75rem;top:34.875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNKmzcrHnNxGMhVVuvwshs9gvmo0H0Ne { display:block; }
 }@media only screen and (max-width: 763px) { #Hph4SMukQ3zZXKLT6GTsEIX9gvm1tRBq .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Hph4SMukQ3zZXKLT6GTsEIX9gvm1tRBq .widget-text.counter-number { padding-top:0.480625rem;padding-right:0.423125rem;padding-bottom:0.480625rem;padding-left:0.423125rem;width:2.53875rem;min-width:2.53875rem;height:2.58375rem;font-size:1.923125rem;line-height:41.34px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Hph4SMukQ3zZXKLT6GTsEIX9gvm1tRBq .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.38625rem;height:0.86625rem;font-size:0.72125rem;line-height:13.86px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Hph4SMukQ3zZXKLT6GTsEIX9gvm1tRBq { display:flex;width:17.5625rem;height:4.71125rem;top:27rem;left:0.1875rem;padding-top:1.13625rem;padding-right:1.135625rem;padding-bottom:1.13625rem;padding-left:1.135625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none; }
 }@media only screen and (max-width: 763px) { #Hph4SMukQ3zZXKLT6GTsEIX9gvm1tRBq #LDaL129wetvLoy4lTwAl0mbEvo6SLil8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Hph4SMukQ3zZXKLT6GTsEIX9gvm1tRBq #Xk7BWLGi4gKUZuciZQTUzzpKdrFTHpXI {  }
 }@media only screen and (max-width: 763px) { #Hph4SMukQ3zZXKLT6GTsEIX9gvm1tRBq #OBTzM7V1CPI5mWot9uTL0CmcIwkWf9AT {  }
 }@media only screen and (max-width: 763px) { #Hph4SMukQ3zZXKLT6GTsEIX9gvm1tRBq #UFEoJRFv8swi1HzcBskTmbLO9oGBnepM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Hph4SMukQ3zZXKLT6GTsEIX9gvm1tRBq #AxXWXDyaTH1kf2ChaPq9KveAE8HRliBN {  }
 }@media only screen and (max-width: 763px) { #Hph4SMukQ3zZXKLT6GTsEIX9gvm1tRBq #HRH7Qs575p8ioQhE4fXzGFLTqHkrCpcp {  }
 }@media only screen and (max-width: 763px) { #Hph4SMukQ3zZXKLT6GTsEIX9gvm1tRBq #TnHzQkhW896qX0SNKgr3mylvkzK8q8BC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Hph4SMukQ3zZXKLT6GTsEIX9gvm1tRBq #R11An3WsMqrLvK1LIuiT8WIgbz2E4cq9 {  }
 }@media only screen and (max-width: 763px) { #Hph4SMukQ3zZXKLT6GTsEIX9gvm1tRBq #aPGXm3sWirApgJnANxSko7p0Cl1Dpc9w {  }
 }@media only screen and (max-width: 763px) { #Hph4SMukQ3zZXKLT6GTsEIX9gvm1tRBq #NAG3AndL96lNtt8HoLHAs4GsdS7Ed4lh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Hph4SMukQ3zZXKLT6GTsEIX9gvm1tRBq #B040MtTmlwn5Frl965oJ1d7xS3MeKsa9 {  }
 }@media only screen and (max-width: 763px) { #Hph4SMukQ3zZXKLT6GTsEIX9gvm1tRBq #Gz4lEAECVdLxdJVgvJXRwAP5pwDybfE8 {  }
 }@media only screen and (max-width: 763px) { #GJtc7amLD2q24UTW4BfiIVqbc2nUbaOk { width:20rem;height:9.75rem;top:3.9375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mBStimtl4srCVohxiukxbTGEAZi3sdNy { display:block; }#mBStimtl4srCVohxiukxbTGEAZi3sdNy > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #waU2IUXL4HkdRLCWnTCyJW9RTwNTJcUq { width:20rem;height:1.69921875rem;top:7.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t0hMB4o7FspHceKPDfA4Hh6uMRA3LA8a { width:20rem;height:1.69921875rem;top:40.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bwmgDmg6vn4PSKNvpT2Dop4lJDiTvv5n { width:10.25rem;height:3.875rem;top:2.6875rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOqz6obuozG2ZVqn9NTpxvWTP8CeSVlI { width:20rem;height:1.69921875rem;top:28.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RQHJ3SgPoCxfohEcUJsq4eui5MZdIhrS { width:20rem;height:1.69921875rem;top:18.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KdO3Xs3zrkiBHw7GlUbGpUi3EayU3Sfs { width:20rem;height:1.69921875rem;top:22.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wxzsb8GFpfIEzx1NKkVV8ucidVaroNwe { width:20rem;height:1.69921875rem;top:24.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D2Oayl0k6tDkNJBQWsW3gpNofau67sen { width:2.8125rem;height:2.8125rem;top:31rem;left:8.4375rem;font-size:1.9375rem;display:block; }
#D2Oayl0k6tDkNJBQWsW3gpNofau67sen > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #JhUhBRi6yNzxTp8a0tVHgpOu8oJRHCRX { width:20rem;height:1.69921875rem;top:16.80078125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ubF1rgihuWoysKPHfsuQW9WOEt23p7gS { width:20rem;height:1.69921875rem;top:43.69921875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }