.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OxRbkIW5TsRdvzixTLITbwW65b1Kww5z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4f7d42;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; }#OxRbkIW5TsRdvzixTLITbwW65b1Kww5z > .row .container { background-color: transparent; background-image: none; }#OxRbkIW5TsRdvzixTLITbwW65b1Kww5z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OxRbkIW5TsRdvzixTLITbwW65b1Kww5z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OxRbkIW5TsRdvzixTLITbwW65b1Kww5z > .row .container > .video-iframe-container { display: none; }#OxRbkIW5TsRdvzixTLITbwW65b1Kww5z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OxRbkIW5TsRdvzixTLITbwW65b1Kww5z > .row > .video-iframe-container { display: none; }#OxRbkIW5TsRdvzixTLITbwW65b1Kww5z > .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); }#OxRbkIW5TsRdvzixTLITbwW65b1Kww5z > .row .container { border-width: 0; border-radius: 0; }#OxRbkIW5TsRdvzixTLITbwW65b1Kww5z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OxRbkIW5TsRdvzixTLITbwW65b1Kww5z > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:75rem;position:relative;display:block; }#ntuPDR9givuzhVgkzy3IKOeAt5TBrsf2 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:11.8125rem;top:0.3125rem;left:31.59375rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#4f7d42;background-image:url("https://images.assets-landingi.com/uc/361e8b4a-6d78-48c6-9059-00413b61ec77/hero.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:64.875rem;width:75rem;overflow:visible;position:relative;display:block; }#Gie0CuVFp1urN2yNJMbtNBkPDeEN5HJG { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:20.6875rem;top:2.25rem;left:27.15625rem;overflow:hidden;display:block; }
#in40neNfJUiGBk82vrrLJFWTVfrCSRFT { color:#ffffff;display:block;width:49.8125rem;position:absolute;font-family:georgia;font-size:3.0625rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:5.875rem;left:12.59375rem;height:7.349625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DZ1Lfom88czv2AvEkodngH4H86ZZ6LSL { position:absolute;display:block;z-index:15002;border-top:0.25rem solid #bee6b5;border-left:0.25rem solid #bee6b5;border-right:0.25rem solid #bee6b5;border-bottom:0.25rem solid #bee6b5;box-shadow: 0.0625rem 0.0625rem 3.75rem rgba(190,230,181,0.46) ;height:22.5rem;width:40rem;top:14.4375rem;left:17.25rem;display:block; }
#e7vZqT9QK8V6UrkxScenzGmpBO3rK4se { color:#ffffff;display:block;width:48.375rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:39.0205078125rem;left:13.3125rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#Ew789346QRNdsovqdHtZsXLGIkfOpVqH { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;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.9375rem;width:21.25rem;top:44.1875rem;left:26.875rem;overflow:hidden;display:block; }
#LsKctipJT52V0t1d1Gt3NVJmIDtfkhEd { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:43.75rem;top:51.353515625rem;left:15.625rem;overflow:hidden;display:block; }
#TpWgLXz5eM9RnRvyLmTavt5VmcoG9o8t { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;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.6875rem;width:11.6875rem;display:none; }
#lNJeW5x0UvZiF31xmE9b51KTfnEIgCm3 { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;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.9375rem;width:21.25rem;top:44.1875rem;left:26.875rem;overflow:hidden;display:none; }
#BUNgQBnPdQRCeqrv6Ka1uTe2qFR4aEed { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfcfc;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; }#BUNgQBnPdQRCeqrv6Ka1uTe2qFR4aEed > .row .container { background-color: transparent; background-image: none; }#BUNgQBnPdQRCeqrv6Ka1uTe2qFR4aEed::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BUNgQBnPdQRCeqrv6Ka1uTe2qFR4aEed > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BUNgQBnPdQRCeqrv6Ka1uTe2qFR4aEed > .row .container > .video-iframe-container { display: none; }#BUNgQBnPdQRCeqrv6Ka1uTe2qFR4aEed > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BUNgQBnPdQRCeqrv6Ka1uTe2qFR4aEed > .row > .video-iframe-container { display: none; }#BUNgQBnPdQRCeqrv6Ka1uTe2qFR4aEed > .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); }#BUNgQBnPdQRCeqrv6Ka1uTe2qFR4aEed > .row .container { border-width: 0; border-radius: 0; }#BUNgQBnPdQRCeqrv6Ka1uTe2qFR4aEed > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BUNgQBnPdQRCeqrv6Ka1uTe2qFR4aEed > .row .container { font-size:0.875rem;font-family:arial;height:47.6875rem;width:75rem;position:relative;display:block; }#gefc7hsf0GnZgRWivU0maMScT1X7LLgr { color:#2b2b2b;display:block;width:55.4375rem;position:absolute;font-family:georgia;font-size:2rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.7278647422791rem;left:9.78125rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ny3bcUN8eCTUDlrMb7LkcVslA7kbZWG5 { box-sizing:content-box;height:0.3125rem;width:20.25rem;position:absolute;display:block;z-index:14998;background-color:#c9d8c6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.6142578125rem;left:27.375rem;display:block; }
#ehnlUX9Ec2M5gbQVhEgJkdez5GNUTJTn { box-sizing:content-box;height:24.75rem;width:23.125rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);top:14.8125rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#qcARwvxFyXCFlZqGzTc6l2FyGf2bbXbz { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:20.125rem;left:9.0625rem;overflow:hidden;display:block; }
#VLtL8MTdBZWm5ZCs3VvRst4ssRgK7W9Q { color:#2b2b2b;display:block;width:18.936625rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:26.5rem;left:2.125rem;height:2.5996125rem;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; }
#HMAZM9sZaCWyiTyCXk48nM3K99kfp54Z { color:rgba(var(--color-tertiary-4),1);display:block;width:13.499375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:30.375rem;left:4.8125rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#KOBno26ootVi7xHoSF8y522rBl7pMiZQ { box-sizing:content-box;height:24.75rem;width:23.125rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);top:14.8125rem;left:25.9375rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#Mpq0vOR8BAcxeBxdokD1x60EES8MprWn { color:rgba(var(--color-tertiary-4),1);display:block;width:15.7498125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:30.374351024628rem;left:29.624568939209rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#kfFXTiSC5h3OWxidKZRReuZQeu7r0U5B { color:#2b2b2b;display:block;width:18.9355625rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:26.499566555023rem;left:28.031684875488rem;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;text-align:center;text-align-last:center;display:block; }
#UETTtckib6vODhuhaBoST2hemGxOXpHI { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:20.124783992768rem;left:35.000003814698rem;overflow:hidden;display:block; }
#EcRp56i6kJ1QLVQ8mg9cFBoFb1dUbugE { box-sizing:content-box;height:24.75rem;width:23.125rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);top:14.8125rem;left:51.875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#SXsBuKlckJD5aWu04Ut6Jult11mc1HhH { color:rgba(var(--color-tertiary-4),1);display:block;width:15.374375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:30.374351024628rem;left:55.749786376953rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#iwZhoHsS4FXOKL8SPmUf0A8CP9U2gXJC { color:#2b2b2b;display:block;width:18.9355625rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:26.499566555023rem;left:53.969184875488rem;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;text-align:center;text-align-last:center;display:block; }
#HGMRUV4WMl46Gheu2DPGzXwZ18L2b6vZ { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:20.124783992768rem;left:60.9375rem;overflow:hidden;display:block; }
#opupKO7Xac72HaLeg1NCecomWDqFGZ6t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffdf5;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; }#opupKO7Xac72HaLeg1NCecomWDqFGZ6t > .row .container { background-color: transparent; background-image: none; }#opupKO7Xac72HaLeg1NCecomWDqFGZ6t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opupKO7Xac72HaLeg1NCecomWDqFGZ6t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opupKO7Xac72HaLeg1NCecomWDqFGZ6t > .row .container > .video-iframe-container { display: none; }#opupKO7Xac72HaLeg1NCecomWDqFGZ6t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opupKO7Xac72HaLeg1NCecomWDqFGZ6t > .row > .video-iframe-container { display: none; }#opupKO7Xac72HaLeg1NCecomWDqFGZ6t > .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); }#opupKO7Xac72HaLeg1NCecomWDqFGZ6t > .row .container { border-width: 0; border-radius: 0; }#opupKO7Xac72HaLeg1NCecomWDqFGZ6t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#opupKO7Xac72HaLeg1NCecomWDqFGZ6t > .row .container { font-size:0.875rem;font-family:arial;height:71.25rem;width:75rem;position:relative;display:block; }#oexTnNz9gXfbelRhsffCprMGVdhfVL3T { color:#2b2b2b;display:block;width:42.249375rem;position:absolute;font-family:georgia;font-size:2rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:7.9405388832094rem;left:16.374786376953rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sirJQ8M5S3b0cZAmrfde75mMKllrtF51 { box-sizing:content-box;height:0.3125rem;width:40.125rem;position:absolute;display:block;z-index:14999;background-color:#c9d8c6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.764106273651rem;left:17.437068939209rem;display:block; }
#MA3eoLKhX3U239oIm4JKFzlro7PQ7KM9 { color:#2b2b2b;display:block;width:60.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:15.820312619209rem;left:7.4685344696044rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#qpxSpB5yKlxyLk6wSoph5lU9bUEMuFtb { box-sizing:content-box;height:2.3125rem;width:34rem;position:absolute;display:block;z-index:15005;background-color:rgba(135,167,126,0.1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.171224713326rem;left:20.499134063721rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#sfZGquC7dpKvFA1zRAOSI9JigcoDJX7R { color:#548446;display:block;width:32.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:22.923177838326rem;left:20.998916625976rem;height:0.8125rem;text-align:center;text-align-last:center;display:block; }
#VGrsQpTz5LIPeS27A1VfkDyd1k4zDPIE { position:absolute;display:block;z-index:15007;border-top:0.0625rem solid #1b6162;border-left:0.0625rem solid #1b6162;border-right:0.0625rem solid #1b6162;border-bottom:0.0625rem solid #1b6162;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:32.125rem;width:32.6875rem;top:29.435764312744rem;left:0rem;overflow:hidden;display:block; }
#ZddLyqn5Nh175UeURNvlEBLv4EX2Z17w { box-sizing:content-box;height:15.061875rem;width:20rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);top:29.435764312744rem;left:33.878692626953rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#kFLQnSOP9NH64mOHt4CTt5MRSuX28QtE { box-sizing:content-box;height:15.061875rem;width:20rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);top:29.435764312744rem;left:55rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#qwCXTnBIVVZwk9tRz8TMFxLmsJSbV5h0 { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:31.998699188233rem;left:35.754127502441rem;overflow:hidden;display:block; }
#f9VTTdoOu7rv6fhTdK24OMorNhFmdCOp { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0620625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:35.503690719604rem;left:35.754127502441rem;height:1.2999125rem;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; }
#bpkOJ3Bhixr6hbFnnqr9Tep856DxgMt7 { color:#616161;display:block;width:14.874125rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:37.459419250488rem;left:35.754127502441rem;height:2.923825rem;display:block; }
#CSVE0RuT8Z1E8PKNAfvWvCTc7Z3Pus9G { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:32rem;left:56.9375rem;overflow:hidden;display:block; }
#HGf4zRrtZC2Wm8BiUnqrUIWVPlVbnJpJ { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0620625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:35.5rem;left:56.9375rem;height:1.2999125rem;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; }
#g043LdRoWo8PxCGwSSWB9lOJKJoqrkoX { color:#616161;display:block;width:14.874125rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:37.4375rem;left:56.9375rem;height:2.923825rem;display:block; }
#DOkFT6VpIgZ0ckZAdP8JDBedJRJBHxfq { box-sizing:content-box;height:15.061875rem;width:20rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);top:46.5625rem;left:33.8125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#cDEvXQ9QMQZlH0kNdpuxNHg52h0ITdPK { color:#616161;display:block;width:14.8730625rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:55.604385375976rem;left:35.754127502441rem;height:1.94921875rem;display:block; }
#ppnHhzlz1Xn69SInPzSd1idEswZvPdxW { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:52.625rem;left:35.6875rem;height:2.5996125rem;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; }
#TTeT4SNMogIvObviKEUWFZunWpkViRhC { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:49.125rem;left:35.6875rem;overflow:hidden;display:block; }
#xOT9DJdby4mFJ5BcFUw4VPHP3wfGvEES { box-sizing:content-box;height:15.061875rem;width:20rem;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);top:46.5625rem;left:55rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#FxbtiSkXE7m0t0DgwmEC6QrNzCsqwAIu { color:#616161;display:block;width:12.625rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:54.5625rem;left:56.875rem;height:3.8984375rem;display:block; }
#CMgJQSuOlUmuo1NgDUgSDw0NxcUA2DaT { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0620625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:52.625rem;left:56.875rem;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; }
#zFOGb5uQdkILlKnTBTxEdvhPyiLs7LpM { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:49.125rem;left:56.875rem;overflow:hidden;display:block; }
#Hl1R6RWq4AKLvHI7onTJmr8cUn4p3tbE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#bee6b5;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; }#Hl1R6RWq4AKLvHI7onTJmr8cUn4p3tbE > .row .container { background-color: transparent; background-image: none; }#Hl1R6RWq4AKLvHI7onTJmr8cUn4p3tbE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hl1R6RWq4AKLvHI7onTJmr8cUn4p3tbE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hl1R6RWq4AKLvHI7onTJmr8cUn4p3tbE > .row .container > .video-iframe-container { display: none; }#Hl1R6RWq4AKLvHI7onTJmr8cUn4p3tbE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hl1R6RWq4AKLvHI7onTJmr8cUn4p3tbE > .row > .video-iframe-container { display: none; }#Hl1R6RWq4AKLvHI7onTJmr8cUn4p3tbE > .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); }#Hl1R6RWq4AKLvHI7onTJmr8cUn4p3tbE > .row .container { border-width: 0; border-radius: 0; }#Hl1R6RWq4AKLvHI7onTJmr8cUn4p3tbE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hl1R6RWq4AKLvHI7onTJmr8cUn4p3tbE > .row .container { font-size:0.875rem;font-family:arial;height:81.25rem;width:75rem;position:relative;display:block; }#oww5KMmF9TZ1szcB4ZU2BgU6KWe28WWZ { box-sizing:content-box;height:2.3125rem;width:10.6875rem;position:absolute;display:block;z-index:15007;background-color:rgba(255,255,255,0.4);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.3125rem;left:32.125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#MhJ4qvhnRd7FKMUNnURy7AxJdoOL72UW { color:#548446;display:block;width:7.4370625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:5.875rem;left:33.8125rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#FAN1UiAcE7Q8R9idHq8S2m32Z7OmEKIO { color:#2b2b2b;display:block;width:40rem;position:absolute;font-family:georgia;font-size:2rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:10.353729248047rem;left:17.5rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qsQgbFCRLNq6ge7dEqitsJHTqgmq1wQR { color:#2b2b2b;display:block;width:40rem;position:absolute;font-family:georgia;font-size:2rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:45.5rem;left:17.5rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pQqg6QJ8JfgUBoIkziCWWKJMLSlcLpKM { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:3.875rem;top:49.5rem;left:35.5625rem;overflow:hidden;display:block; }
#SUF8m3td0cnFqwzTxtsrcGlhG5HJhqHv { position:absolute;display:block;z-index:15018;height:21.749125rem;width:75rem;top:17.764758229256rem;left:0rem;display:block; }
#mAD0uuh88zqA1yoJv0aN4spXvw0QPGsv { position:absolute;display:block;z-index:15019;height:21.75rem;width:75rem;top:52.494577407837rem;left:0rem;display:block; }
#CHXDqFVnsiyzHk2DpntZvIP0HoJRdHBl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfcfc;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; }#CHXDqFVnsiyzHk2DpntZvIP0HoJRdHBl > .row .container { background-color: transparent; background-image: none; }#CHXDqFVnsiyzHk2DpntZvIP0HoJRdHBl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHXDqFVnsiyzHk2DpntZvIP0HoJRdHBl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHXDqFVnsiyzHk2DpntZvIP0HoJRdHBl > .row .container > .video-iframe-container { display: none; }#CHXDqFVnsiyzHk2DpntZvIP0HoJRdHBl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHXDqFVnsiyzHk2DpntZvIP0HoJRdHBl > .row > .video-iframe-container { display: none; }#CHXDqFVnsiyzHk2DpntZvIP0HoJRdHBl > .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); }#CHXDqFVnsiyzHk2DpntZvIP0HoJRdHBl > .row .container { border-width: 0; border-radius: 0; }#CHXDqFVnsiyzHk2DpntZvIP0HoJRdHBl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CHXDqFVnsiyzHk2DpntZvIP0HoJRdHBl > .row .container { font-size:0.875rem;font-family:arial;height:95.25rem;width:75rem;position:relative;display:block; }#lcC3RgtSI0sb5RTScJVT7JRm4TV4Szob { color:#2b2b2b;display:block;width:42.374125rem;position:absolute;font-family:georgia;font-size:2rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.0185546875rem;left:16.3115234375rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NRsmvTt21VXDAoK1a0KX5ha4ehqZxiaf { box-sizing:content-box;height:2.3125rem;width:5rem;position:absolute;display:block;z-index:15010;background-color:rgba(202,202,202,0.4);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.8125rem;left:35rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#eBwNQIRN0RcxKSow5iVreIoGWamPZoCR { color:#548446;display:block;width:3.24978125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:4.375rem;left:35.875rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#LhROPrlRqXzUHr2bVpoxh3QTEZczMyKG { box-sizing:content-box;height:0.3125rem;width:25rem;position:absolute;display:block;z-index:15000;background-color:#c9d8c6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.460067749024rem;left:33.375003814698rem;display:block; }
#QetdRpGC7EoT0W9V81agvMBVNR3ZEbXT { color:#2b2b2b;display:block;width:38.499375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:15.070529937744rem;left:18.249786376953rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#QVv5vzV3Zpb6VeFzgRCVEpGVuuAwAlTb { box-sizing:content-box;height:5.5rem;width:45.4373125rem;position:absolute;display:block;z-index:15012;background-color:#2a4622;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:48.1875rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.75rem;display:block; }
#wG0i49UMqNtQQxJw2CbtfA6KyKWaxHcs { color:#fbfcfc;display:block;width:27.4370625rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:49.75rem;left:9rem;height:2.35595625rem;display:block; }
#vA2QCkIC6tJopBe42LF6eW96anTUKn9W { box-sizing:content-box;height:34.4375rem;width:45.3125rem;position:absolute;display:block;z-index:15014;background-color:#eaffe6;background-image:none;box-shadow: none;border-top:0;border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);top:53.6875rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0rem;display:block; }
#NEMCnWaPgp0LXuzvg3DFrRvFa4RpwvAF { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.4998125rem;width:35.186625rem;top:56.3125rem;left:5.125rem;overflow:hidden;display:block; }
#Rh5Q5DAU2q8caAcm0EAzQ3Rk0ZRTK751 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:111.375rem;width:74.9375rem;display:none; }
#A6oTWcw5ZnM1mgVGXspZMGoLglacF4AA { box-sizing:content-box;height:30.1875rem;width:28rem;position:absolute;display:block;z-index:14999;background-color:#bfe6b5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:48.1875rem;left:47rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#GLg5GEZiH0s1IhTRQ26JcpsPBV1COr0y { box-sizing:content-box;height:2.3120125rem;width:10.4375rem;position:absolute;display:block;z-index:15012;background-color:rgba(255,255,255,0.2);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);top:50.4990234375rem;left:55.687255859375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#UDhqRWTEo9F7klSamf5snvgukmdnR0oE { color:#548446;display:block;width:5.87456875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:51.061767578125rem;left:58.0615234375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#IrvxH2VDqP3eXoPdVOIFDCLNKBNdNdyG { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:20.125rem;top:63rem;left:50.9375rem;overflow:hidden;display:block; }
#emBt2o1NOHxwHQHOmEapEmPMQintWhtv { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:7.875rem;top:68.0625rem;left:57.0625rem;overflow:hidden;display:block; }
#e7RMSUxyyqayJWvn4SoK9nvpXNH6o5Js { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15019;background-color:#accfa3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:70.75rem;left:51.625rem;display:block; }
#ILIspOfWe9LQZJ7fTq5TJF0oFXwOTGiG { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:10.125rem;top:72.125rem;left:55.9375rem;overflow:hidden;display:block; }
#CsN0eOEnTyZ4iRL5L34lb1MogqpwynJL { color:#707e6b;display:block;width:9.375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:75.375rem;left:56.3125rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lDDV8XaHm2lC5e2BlOku5WAshdhHsrwy { box-sizing:content-box;height:8.5623125rem;width:27.999125rem;position:absolute;display:block;z-index:14998;background-color:#eaffe6;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);top:79.625rem;left:47rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#lC9N7BQU6mUtlnM0tM2G32CtvT7FkVf1 { color:#3d3d3d;display:block;width:8.811875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:83.1875rem;left:48rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gQm67THxo8FmL5i3hpl71peP6bxc9Osv { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:17.125rem;top:81.125rem;left:56.6875rem;overflow:hidden;display:block; }
#aXVdsive5dFMoSdWntgHHrhsJrp6S0F2 { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:1.0625rem;top:89.1875rem;left:52.3125rem;overflow:hidden;display:block; }
#wXpUsCZ2UBSw2TxSwNTlqtDn3imLnTle { color:#989898;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:89.0625rem;left:53.25rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#marmm7xAmSHTLCEem1yHPlGfTFn55m61 .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; }
#marmm7xAmSHTLCEem1yHPlGfTFn55m61 .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#01d8a9;background-image:none;box-shadow: 0.0625rem 0.25rem 2.1875rem rgba(0,0,0,0.2) ;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:arial;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem; }
#marmm7xAmSHTLCEem1yHPlGfTFn55m61 .widget-text.counter-label { background-color:;background-image:none;color:#01d8a9;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:arial;font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#marmm7xAmSHTLCEem1yHPlGfTFn55m61 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;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;z-index:1;display:none; }
#marmm7xAmSHTLCEem1yHPlGfTFn55m61 #bwiSTX9a7fZb470A8HA1Wpo4JhkMbu5Z { display:flex;position:relative;top:0rem;left:0rem; }
#marmm7xAmSHTLCEem1yHPlGfTFn55m61 #gSBRfkgFsSQUtGRuP5W7B6FOuXwopU6b { width:auto; }
#marmm7xAmSHTLCEem1yHPlGfTFn55m61 #iw6wtViKMkmHbCSvmes7vKTtzcTALTVg {  }
#marmm7xAmSHTLCEem1yHPlGfTFn55m61 #T7To7qDw0qp8x4CnG7y1TxkyJsSzXmiK { display:flex;position:relative;top:0rem;left:0rem; }
#marmm7xAmSHTLCEem1yHPlGfTFn55m61 #i7JRqyoaklaW1fLf4M4Nwlcou9COqNcx {  }
#marmm7xAmSHTLCEem1yHPlGfTFn55m61 #D8Ga7IzTVuSTTPnsv6VouIh4CkyXsPlL {  }
#marmm7xAmSHTLCEem1yHPlGfTFn55m61 #yHQuTRRRrsWdrywrEfmt9hFp6QJhsSIT { display:flex;position:relative;top:0rem;left:0rem; }
#marmm7xAmSHTLCEem1yHPlGfTFn55m61 #zWFo1rxwlrNyAUwub8TpayNfaMzSmQ0X {  }
#marmm7xAmSHTLCEem1yHPlGfTFn55m61 #lIGOEnbf8R9w4ihLJQ0ZaUPN3xT78ods {  }
#marmm7xAmSHTLCEem1yHPlGfTFn55m61 #POk86efupXSeEoh5D0LDz0XuwArnMbrh { display:flex;position:relative;top:0rem;left:0rem; }
#marmm7xAmSHTLCEem1yHPlGfTFn55m61 #BrtkAtdx9snDaT4oWUTs1xHiFptcGgry {  }
#marmm7xAmSHTLCEem1yHPlGfTFn55m61 #SFOJroAxRz7tqkUCRWPRpEtwoQSHD8bW {  }
#vx0EpJcRK3vCiw2G47WwOiVlPPziQEWv .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; }
#vx0EpJcRK3vCiw2G47WwOiVlPPziQEWv .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#01d8a9;background-image:none;box-shadow: 0.0625rem 0.25rem 2.1875rem rgba(0,0,0,0.2) ;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:arial;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem; }
#vx0EpJcRK3vCiw2G47WwOiVlPPziQEWv .widget-text.counter-label { background-color:;background-image:none;color:#01d8a9;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:arial;font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#vx0EpJcRK3vCiw2G47WwOiVlPPziQEWv { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;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;z-index:1;display:none; }
#vx0EpJcRK3vCiw2G47WwOiVlPPziQEWv #usW2Jf7HELKcRZWzItdbDrTaT0ZwF17v { display:flex;position:relative;top:0rem;left:0rem; }
#vx0EpJcRK3vCiw2G47WwOiVlPPziQEWv #WlIPNsHs4Q4SDuftdRc8k3yiiTSKhgnP { width:auto; }
#vx0EpJcRK3vCiw2G47WwOiVlPPziQEWv #AlXAOKRTv6sLNpNfF61gQLtW9D0vdIfN {  }
#vx0EpJcRK3vCiw2G47WwOiVlPPziQEWv #LyPZJtHaavOpTz1bEWyUxgFSconP4sx0 { display:flex;position:relative;top:0rem;left:0rem; }
#vx0EpJcRK3vCiw2G47WwOiVlPPziQEWv #g60qH2OOoxmqMgN452oAODM2PVNVwlT0 {  }
#vx0EpJcRK3vCiw2G47WwOiVlPPziQEWv #w4TdpmxdQtyZu54atoh3T83hlyeaC4nQ {  }
#vx0EpJcRK3vCiw2G47WwOiVlPPziQEWv #oJBnwMuZQyVBCT0h8UR3UrH2nJz7cDQw { display:flex;position:relative;top:0rem;left:0rem; }
#vx0EpJcRK3vCiw2G47WwOiVlPPziQEWv #oPbfk4nAwmUldPmpdo2iQGr0CMWZqzeq {  }
#vx0EpJcRK3vCiw2G47WwOiVlPPziQEWv #w6RbD1L3Veb6wVsl5uMTa74kg6T38tb6 {  }
#vx0EpJcRK3vCiw2G47WwOiVlPPziQEWv #wMDk5xWCVoI95XtByThzsXQbsy1qWER3 { display:flex;position:relative;top:0rem;left:0rem; }
#vx0EpJcRK3vCiw2G47WwOiVlPPziQEWv #GrMQvch0NSePPyLU3QMvCkL2dwyATfmr {  }
#vx0EpJcRK3vCiw2G47WwOiVlPPziQEWv #IwqX5T4WnFT89MpqumCMGwlPtPIKrzJA {  }
#s7dwGi2RekmyP6IlLJ93SOyMGqvTMX7W { box-sizing:content-box;height:11.4375rem;width:17.75rem;position:absolute;display:block;z-index:24;background-color:#bee6b5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.5rem;left:38.1875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#aCJ6P4zJKWFTk1TnZMIpOa3gppCVBaMM { color:#616161;display:block;width:15.8125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:42.125rem;left:39.125rem;height:3.41161875rem;text-align:center;text-align-last:center;display:block; }
#hIA2ORZRlWAMIOsX2RMPelCSUcfMy3gB { box-sizing:content-box;height:4.5rem;width:15.9375rem;position:absolute;display:block;z-index:15047;background-color:#2a4622;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:36.4375rem;left:39.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#h0468VfWyAwM3qz746e6BlUUgqkKMECD { color:#fbfcfc;display:block;width:12.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:37.375rem;left:40.6875rem;height:2.5996125rem;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; }
#SZaGZrCbbvAEzF1kQH2MPwZHT6kQfyIT { box-sizing:content-box;height:11.4375rem;width:17.75rem;position:absolute;display:block;z-index:28;background-color:#bee6b5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.5rem;left:57.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#ekqdnxE2LTpyyfszO5niO2IlLEEkVxXF { box-sizing:content-box;height:4.5rem;width:15.9375rem;position:absolute;display:block;z-index:15051;background-color:#2a4622;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:36.4375rem;left:58.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#LxvT7rLokoTZdgvT1AqSSdba8wLNAe9a { color:#fbfcfc;display:block;width:12.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:37.375rem;left:59.75rem;height:2.5996125rem;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; }
#Z208CQXyDvmgmZd9l52NlSBzO9lM6ccG { color:#616161;display:block;width:12.3125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:42.125rem;left:60rem;height:3.41161875rem;text-align:center;text-align-last:center;display:block; }
#VZS3eHi7G6yIIdwKSTGmiI5TgLXcS9ag { box-sizing:content-box;height:11.4375rem;width:17.75rem;position:absolute;display:block;z-index:32;background-color:#bee6b5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.5rem;left:19.0625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#nvooAvbIZv98DPZG97btIohPEef7y5kE { color:#616161;display:block;width:15.875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:42.125rem;left:20.0625rem;height:3.41161875rem;text-align:center;text-align-last:center;display:block; }
#xsuq4RSv6TRhGQK8MlFmblwGLiSVLD3U { box-sizing:content-box;height:4.5rem;width:15.9375rem;position:absolute;display:block;z-index:15055;background-color:#2a4622;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:36.4375rem;left:19.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Oz7zFAnZcZtGoILTzbUxdMvBz6ASOsOL { color:#fbfcfc;display:block;width:12.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:37.375rem;left:21.5625rem;height:2.5996125rem;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; }
#TzeUSSDfBNU5g9oh9WfTdNF0D60fD5KC { box-sizing:content-box;height:11.4375rem;width:17.75rem;position:absolute;display:block;z-index:36;background-color:#bee6b5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.5rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#hwvxqS0ZWzhI0hOWCgmDom7Vo0ITtcha { color:#616161;display:block;width:13.25rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:42.125rem;left:2.25rem;height:3.41161875rem;text-align:center;text-align-last:center;display:block; }
#PZAZipeDmqdwSSuFHMg3kf2lZJmXQoFw { box-sizing:content-box;height:4.5rem;width:15.9375rem;position:absolute;display:block;z-index:15059;background-color:#2a4622;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:36.4375rem;left:0.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#hhh5VhoEv7a4hCZ7w8TMqX9oJNiz686b { color:#fbfcfc;display:block;width:12.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:37.375rem;left:2.5rem;height:2.5996125rem;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; }
#WxXrdHZ0gR1gel8PTPGenFor4OrhyVPw { box-sizing:content-box;height:11.4375rem;width:17.75rem;position:absolute;display:block;z-index:52;background-color:#bee6b5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.75rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#sKOFZBmIfh3JUT6nsJICtqZEGxMb1kbE { box-sizing:content-box;height:4.5rem;width:15.9375rem;position:absolute;display:block;z-index:15075;background-color:#2a4622;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:23.6875rem;left:0.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#lIqGv4BZ95prdsHc348v9JVkW4rCr52W { box-sizing:content-box;height:11.4375rem;width:17.75rem;position:absolute;display:block;z-index:48;background-color:#bee6b5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.75rem;left:19.0625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#SJT8WCkJeHVzwFIecTPsclEM4WoTpTbx { box-sizing:content-box;height:4.5rem;width:15.9375rem;position:absolute;display:block;z-index:15071;background-color:#2a4622;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:23.6875rem;left:19.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#mg5mkP8MOODi1KbMMTxH67mlpZxTbFvg { color:#fbfcfc;display:block;width:12.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:25.3125rem;left:21.5625rem;height:1.2999125rem;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; }
#yySBCh2y68L75XaDvcJbxrKHxMk55HG5 { color:#fbfcfc;display:block;width:12.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:25.3125rem;left:2.5rem;height:1.2999125rem;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; }
#w5hHepdkZHF2PS9F6NIg5NzUOyf9Bu7h { box-sizing:content-box;height:11.4375rem;width:17.75rem;position:absolute;display:block;z-index:40;background-color:#bee6b5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.75rem;left:38.1875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#iKybdvF15PWenrCnB9Rxl2DGAZ5HFmTn { color:#616161;display:block;width:12.3125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:29.375rem;left:41.125rem;height:3.41161875rem;text-align:center;text-align-last:center;display:block; }
#q8NeBhavZF414r6N8qcidtLTWV1znfFq { box-sizing:content-box;height:4.5rem;width:15.9375rem;position:absolute;display:block;z-index:15063;background-color:#2a4622;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:23.6875rem;left:39.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ix3Z4SnTdzs8dzdU6709KJKZmUhVEidu { color:#fbfcfc;display:block;width:12.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:24.6875rem;left:40.6875rem;height:2.5996125rem;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; }
#W8EtPpOpfnMWye2v112iuiHy3XViG7nX { color:#616161;display:block;width:12.3125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:29.375rem;left:21.8125rem;height:3.41161875rem;text-align:center;text-align-last:center;display:block; }
#ER6gyTwwFubOXpwOQTRKXCCAxioLVxkn { color:#616161;display:block;width:13.5625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:29.375rem;left:2.125rem;height:3.41161875rem;text-align:center;text-align-last:center;display:block; }
#FTRGKDJNehz5J26DPMH65XalTRZhCZ6D { box-sizing:content-box;height:11.4375rem;width:17.75rem;position:absolute;display:block;z-index:44;background-color:#bee6b5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.75rem;left:57.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#dt0RIK7eivnb4wvlFGPBpnHfR20FlIhF { box-sizing:content-box;height:4.5rem;width:15.9375rem;position:absolute;display:block;z-index:15067;background-color:#2a4622;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:23.6875rem;left:58.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#N8rdvVcM0h3Scl26Ssgr37HQL40ffViD { color:#616161;display:block;width:12.3125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:29.375rem;left:60rem;height:3.41161875rem;text-align:center;text-align-last:center;display:block; }
#zxpnfw3d7GroayGhtfBZTwX4VOvhikK2 { color:#fbfcfc;display:block;width:12.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:24.625rem;left:59.75rem;height:2.5996125rem;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; }
#ikQTyrAwec8BgotvnyZeB9U4CFaDxJh3 { color:#2a4622;display:block;width:12.749rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:54.3125rem;left:54.4375rem;height:1.54345625rem;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; }
#HEFWbZ1BmZs4fBGDgSQErWOL1XZPnfAn { color:#2a4622;display:block;width:6.499rem;position:absolute;font-family:roboto;font-size:3.75rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:55.375rem;left:58.5rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PBnMAGouTv83rRaxMTE7X7eaefcb0RtP { color:rgba(42,70,34,0.65);display:block;width:1.811525rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:57.75rem;left:56.25rem;height:1.94970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wBbs8P2m0iRO5A5OPkE7KAgCFluLgtTp { color:rgba(42,70,34,0.65);display:block;width:13.3125rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:60.1875rem;left:54.4375rem;height:1.54345625rem;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; }
#FUUrW7a3bLohDQ8WvuiDpFv2Lek9VEKT { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:11.75rem;top:30.436199188233rem;left:55.061851501465rem;overflow:hidden;display:none; }
#k0hzXk6XlCk6gZIO215IW4TSCD0PvwJc { position:relative;display:none; }#k0hzXk6XlCk6gZIO215IW4TSCD0PvwJc { border-width: 0; border-radius: 0; }#k0hzXk6XlCk6gZIO215IW4TSCD0PvwJc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#k0hzXk6XlCk6gZIO215IW4TSCD0PvwJc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#fG4erInTv4mzE5vA50zDtmIxqTtoSisC { box-sizing:content-box;height:30.1875rem;width:28rem;position:absolute;display:block;z-index:14999;background-color:#bfe6b5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.270835161209rem;left:47.000869750976rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:none; }
#B6blX3pTrIVbL37wvpWSbT7RAlb9dXsz { box-sizing:content-box;height:2.3120125rem;width:10.4375rem;position:absolute;display:block;z-index:15012;background-color:rgba(255,255,255,0.2);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);top:26.93115234375rem;left:55.71923828125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:none; }
#BSEM1Aty5CKGODfWzBrfdEnvS5UIMXn5 { color:#548446;display:block;width:5.87456875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:27.5rem;left:58.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#i2AnUPcHfgtSEeHalTrBkswTlIpSiWCV { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:11.75rem;top:30.436199188233rem;left:55.061851501465rem;overflow:hidden;display:none; }
#z8tT8EdQL7mLWMTqskMrNSKQgXg2gXXc { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:20.125rem;top:39.046875rem;left:50.9375rem;overflow:hidden;display:none; }
#CET1MyGno5folRomGUGQTJzESMovHkXP { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:7.875rem;top:44.110244750976rem;left:57.062721252441rem;overflow:hidden;display:none; }
#Bz5K0rOiwcNOy91iiTJJZn03WOEl7T3V { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15019;background-color:#accfa3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46.831598281861rem;left:51.624351501465rem;display:none; }
#SkQFi9wlXASnUviaipwaDQ5kKtfNTWCd { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:10.125rem;top:48.172746658325rem;left:55.9375rem;overflow:hidden;display:none; }
#Bx2S91vqCqRXVlphFgTA1GzPIF0EkacQ { color:#707e6b;display:block;width:9.375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:51.424699783325rem;left:56.311851501465rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#qDuDOyCaL00NGpFtXV3V3OABhZCE3PRr { box-sizing:content-box;height:8.5623125rem;width:27.999125rem;position:absolute;display:block;z-index:14998;background-color:#eaffe6;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);top:55.711809158325rem;left:47.000869750976rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:none; }
#ncBBlRS70k2i2JbF2swMrBf0kspFfQwc { color:#3d3d3d;display:block;width:8.811875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:59.241540908814rem;left:48.005645751953rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#I8S7iDXVz1Oo8KpaI3pw8tbzvdo1OsMV { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:17.1875rem;top:57.115888595581rem;left:57.3125rem;overflow:hidden;display:none; }
#yIw5b5qT7ce0ExcwMehpyLTW6fHPylm9 { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:1.0625rem;top:65.253477096556rem;left:52.287330627441rem;overflow:hidden;display:none; }
#LFKMnSmsJIJR79syXp8Ot2zqmh7ZQTzO { color:#989898;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:65.13086128235rem;left:53.280166625976rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#glFkw78RtSgHVrnBaEf2TTxdPbxC8EtG .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; }
#glFkw78RtSgHVrnBaEf2TTxdPbxC8EtG .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#01d8a9;background-image:none;box-shadow: 0.0625rem 0.25rem 2.1875rem rgba(0,0,0,0.2) ;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:arial;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem; }
#glFkw78RtSgHVrnBaEf2TTxdPbxC8EtG .widget-text.counter-label { background-color:;background-image:none;color:#01d8a9;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:arial;font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#glFkw78RtSgHVrnBaEf2TTxdPbxC8EtG { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;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;z-index:1;display:none; }
#glFkw78RtSgHVrnBaEf2TTxdPbxC8EtG #XAnFLJQtoce7dDJPsnHyTAJQsKvbHzIy { display:flex;position:relative;top:0rem;left:0rem; }
#glFkw78RtSgHVrnBaEf2TTxdPbxC8EtG #bIBXnTcDdlwfCRvntwE4E40Aa33KkrsV { width:auto; }
#glFkw78RtSgHVrnBaEf2TTxdPbxC8EtG #TgU6dTEP84geFR6f2NnbzHsNbEWo4u1g {  }
#glFkw78RtSgHVrnBaEf2TTxdPbxC8EtG #KUJm5QJMIEhrrcN3MTef7qGGWLCkkTKm { display:flex;position:relative;top:0rem;left:0rem; }
#glFkw78RtSgHVrnBaEf2TTxdPbxC8EtG #U17v5FpKVPeZFTPtTnS2aEaPoJJU5l27 {  }
#glFkw78RtSgHVrnBaEf2TTxdPbxC8EtG #I5pGsL1w4pLBFEffXcEKwxnPllUatMhE {  }
#glFkw78RtSgHVrnBaEf2TTxdPbxC8EtG #iTknDxh2Sw4RZpkuV6Gwl3UqIrxzAUO4 { display:flex;position:relative;top:0rem;left:0rem; }
#glFkw78RtSgHVrnBaEf2TTxdPbxC8EtG #BsmehT3H8ChT820TIV6Cw2bUEBEnqvFE {  }
#glFkw78RtSgHVrnBaEf2TTxdPbxC8EtG #seVVuugNPkPF5QkPv4yNhQqago4oB4TE {  }
#glFkw78RtSgHVrnBaEf2TTxdPbxC8EtG #TWlrOgTvqmw9olVTPPKwTV6KsncpSxuv { display:flex;position:relative;top:0rem;left:0rem; }
#glFkw78RtSgHVrnBaEf2TTxdPbxC8EtG #ZLrQbnUGu5SXmTPfkq6LrMpcXLELShCf {  }
#glFkw78RtSgHVrnBaEf2TTxdPbxC8EtG #bDtnQsaiFspDT9RMabBG8qkKJ1Qa9HHb {  }
#wVXNX3caNee2MTMqPeJP9W4ERZdK2feF { color:#2a4622;display:block;width:6.499rem;position:absolute;font-family:roboto;font-size:3.75rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:55.375rem;left:58.5rem;height:4.87426875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#gIFLBIwZNr7Ws8ToIcXFO3VSCLJAl2OQ { color:rgba(42,70,34,0.65);display:block;width:13.3125rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:60.1875rem;left:54.4375rem;height:1.54296875rem;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:none; }
#mbrSLElLxrFJa0xMbkmQsMwUCAy1s8o4 { color:rgba(42,70,34,0.65);display:block;width:1.811525rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:57.75rem;left:56.25rem;height:1.9494625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#K5BZWbN84G6yvisdzs5Tfi13fK4o7Sgn { color:#2a4622;display:block;width:12.749rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:54.3125rem;left:54.4375rem;height:1.54296875rem;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:none; }
#IkkynMWbwUBx8t5GG7OmSyNHhKwBB5R0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#bba271;background-image:url("https://images.assets-landingi.com/uc/81ab6f8e-e9df-4543-b7ae-70f5653e30a6/garantia.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IkkynMWbwUBx8t5GG7OmSyNHhKwBB5R0.adaptive-delivery-prevent-bg, #IkkynMWbwUBx8t5GG7OmSyNHhKwBB5R0.lazyload, #IkkynMWbwUBx8t5GG7OmSyNHhKwBB5R0.lazyloading { background-image: none; }#IkkynMWbwUBx8t5GG7OmSyNHhKwBB5R0 > .row .container { background-color: transparent; background-image: none; }#IkkynMWbwUBx8t5GG7OmSyNHhKwBB5R0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkkynMWbwUBx8t5GG7OmSyNHhKwBB5R0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkkynMWbwUBx8t5GG7OmSyNHhKwBB5R0 > .row .container > .video-iframe-container { display: none; }#IkkynMWbwUBx8t5GG7OmSyNHhKwBB5R0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkkynMWbwUBx8t5GG7OmSyNHhKwBB5R0 > .row > .video-iframe-container { display: none; }#IkkynMWbwUBx8t5GG7OmSyNHhKwBB5R0 > .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); }#IkkynMWbwUBx8t5GG7OmSyNHhKwBB5R0 > .row .container { border-width: 0; border-radius: 0; }#IkkynMWbwUBx8t5GG7OmSyNHhKwBB5R0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IkkynMWbwUBx8t5GG7OmSyNHhKwBB5R0 > .row .container { font-size:0.875rem;font-family:arial;height:24.0625rem;width:75rem;position:relative;display:block; }#NuWHgdGzcHeiRSPWPmIEOr20MlDf4cmf { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.75rem;width:23.9375rem;top:4.15625rem;left:11.90625rem;overflow:hidden;display:block; }
#rptAr12ROsZK9lVlIx9TrZVgSGaTsZAx { color:#2a4622;display:block;width:20rem;position:absolute;font-family:georgia;font-size:2.3125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:7.75rem;left:41.25rem;height:3.0058625rem;font-style:normal;display:block; }
#WAxUvneTrRGfasOh2Zx4wCg6euM3U4ea { color:#ffffff;display:block;width:24.5rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:10.9375rem;left:41.25rem;height:5.361325rem;font-style:normal;display:block; }
#qWrSe9bbTD2oETDNOAn4N35hOBTdtm1C { background-color:#35452b;background-image:none;background-position:center !important;background-repeat:no-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:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;box-shadow: 0.0625rem 0.0625rem 4.75rem rgba(191,228,124,0.4) ;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:manjari;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:23.5625rem;height:5.125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:38.75146484375rem;left:44.43798828125rem;display:none; }
#OIk84oyy8UcBqPVgekBwzMSsOFOfOXml { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NOzDGMwqeRnUi1LTMbIBBpQwkzIFOe0m { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:20.125rem;top:39.046875rem;left:50.9375rem;overflow:hidden;display:none; }
#TW5EodQWXlErwioLzc2TvOIoWIpLyRPG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4f7d42;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; }#TW5EodQWXlErwioLzc2TvOIoWIpLyRPG > .row .container { background-color: transparent; background-image: none; }#TW5EodQWXlErwioLzc2TvOIoWIpLyRPG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TW5EodQWXlErwioLzc2TvOIoWIpLyRPG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TW5EodQWXlErwioLzc2TvOIoWIpLyRPG > .row .container > .video-iframe-container { display: none; }#TW5EodQWXlErwioLzc2TvOIoWIpLyRPG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TW5EodQWXlErwioLzc2TvOIoWIpLyRPG > .row > .video-iframe-container { display: none; }#TW5EodQWXlErwioLzc2TvOIoWIpLyRPG > .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); }#TW5EodQWXlErwioLzc2TvOIoWIpLyRPG > .row .container { border-width: 0; border-radius: 0; }#TW5EodQWXlErwioLzc2TvOIoWIpLyRPG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TW5EodQWXlErwioLzc2TvOIoWIpLyRPG > .row .container { font-size:0.875rem;font-family:arial;height:66.6875rem;width:75rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; }#Tn0DzHdfMmWmW4IdbOcMIFaq3mz0cVlI { box-sizing:content-box;height:2.75rem;width:6.9375rem;position:absolute;display:block;z-index:15010;background-color:rgba(202,202,202,0.4);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.6927127838138rem;left:34.031036376953rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#MdpMNdb0rLCcT1NqONdn046BryszGhLF { color:#ffffff;display:block;width:3.24978125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:7.4978351593019rem;left:35.875652313233rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#IALF34zyn3TQFhZiCJRA3oonevDLEyhS { color:#fbfcfc;display:block;width:26.749125rem;position:absolute;font-family:georgia;font-size:2.625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:10.686849594116rem;left:24.124351501465rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WEXOnCLzK2FTaWW7GvORyh2D6LDqJJle { color:#fbfcfc;display:block;width:16.9998125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:15.0625rem;left:29rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#EOZ3bRxInqlQicCi2ZzowqwE95r33ymT .accordion-element-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;flex-direction:column;align-items:center;background-color:#fffdf5;background-image:none;box-shadow: none;border-top:0.0625rem solid #1b6162;border-left:0.0625rem solid #1b6162;border-right:0.0625rem solid #1b6162;border-bottom:0.0625rem solid #1b6162;vertical-align:top; }
#EOZ3bRxInqlQicCi2ZzowqwE95r33ymT .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; }
#EOZ3bRxInqlQicCi2ZzowqwE95r33ymT .accordion-heading-text { display:block;position:relative;width:100%;font-family:georgia;font-weight:700;font-size:1.3125rem;color:#2b2b2b;height:auto;text-align:left;text-align-last:left; }
#EOZ3bRxInqlQicCi2ZzowqwE95r33ymT .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:roboto;color:#2b2b2b;height:auto;line-height:1.5;overflow:hidden; }
#EOZ3bRxInqlQicCi2ZzowqwE95r33ymT .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; }#EOZ3bRxInqlQicCi2ZzowqwE95r33ymT .accordion-trigger.adaptive-delivery-prevent-bg, #EOZ3bRxInqlQicCi2ZzowqwE95r33ymT .accordion-trigger.lazyload, #EOZ3bRxInqlQicCi2ZzowqwE95r33ymT .accordion-trigger.lazyloading { background-image: none; }
#EOZ3bRxInqlQicCi2ZzowqwE95r33ymT { box-sizing:content-box;height:auto;width:49.875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15012;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:19.1748046875rem;left:12.5625rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }
#EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #mxErQOFCWOVW2t2crnGzhxFkBOoqE4xm { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #sXLzani50cbiXlSzRRPiZZ55CH1oPCXE { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #y53rqIfQHf12MB1mXXC36TR7WmPqpOzc { display:block;position:relative; }
#EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #bxowDx43GNEdvK2T6a42r3pL2aSK6vAs {  }
#EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #pW37kmUT4cCkneok3Bbo2plKgqOny16P {  }
#EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #McKhCSVaEVPeKZn0Q1h09cCuLrNKQs77 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #HT4AA1egAspTDc3ic0URw2IG0wTKsgrD { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #y8Lzh17CrOhWU2ZiFRBKtd5FJE5tlao6 { display:block;position:relative; }
#EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #enEkKeTTX5xWh4bM9ckXienMWaoWNKa8 {  }
#EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #D6yJokO2RsDSPqmbmFI6EDEbgBxLB8pH { display:none; }
#EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #RDvku7o3yrhL0hr1xR9Waykd6AUmvP7I { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #cc7TuT9EmcVpirqVZA1lvx6fgs9cAToT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #ZieDrdMb5ZJZ5r1XmOkbFN5ttGlBxwvy { display:block;position:relative; }
#EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #Dk5MFw08JbqWT0xUNI39wmXoDqdktLoW {  }
#EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #RzEWGNWTUdPCBPaG5o8092ClLt5BWLsC { display:none; }
#EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #huxo4A9zak7SRBXJ449ipZhu1LrmvsXf { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #dnhgV1WVeffvTJGGpKtH9iNhSQKliuF9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #xLsLrpRHOKJ6TtgcVP8OCogOvfI39vIG { display:block;position:relative; }
#EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #qK4pqNgqt52ELQ3ftPUdJdgkMnae7ZvS {  }
#EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #ANd65bhlHySG4xWTTalwCPdC7k4xfgJM { display:none; }
#EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #eoylqG6q7LDDGMr5UlpTZIuewMlkc8zU { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #qvJIOha60y6TUSELUxEZccOZ5sNku5AD { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #iyNo2aZNVE0cKuck30KhrOT6DU3UH1T1 { display:block;position:relative; }
#EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #FGSFelTcRXanXyENCe1exzVhTkiEkE1a {  }
#EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #s5BTvpxIU2nPf3W1Snb1UAvr77r1melf { display:none; }
#vvSMKHnq0SGBzh8v77WQ9UgCEGwyJHOA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4f7d42;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; }#vvSMKHnq0SGBzh8v77WQ9UgCEGwyJHOA > .row .container { background-color: transparent; background-image: none; }#vvSMKHnq0SGBzh8v77WQ9UgCEGwyJHOA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vvSMKHnq0SGBzh8v77WQ9UgCEGwyJHOA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vvSMKHnq0SGBzh8v77WQ9UgCEGwyJHOA > .row .container > .video-iframe-container { display: none; }#vvSMKHnq0SGBzh8v77WQ9UgCEGwyJHOA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vvSMKHnq0SGBzh8v77WQ9UgCEGwyJHOA > .row > .video-iframe-container { display: none; }#vvSMKHnq0SGBzh8v77WQ9UgCEGwyJHOA > .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); }#vvSMKHnq0SGBzh8v77WQ9UgCEGwyJHOA > .row .container { border-width: 0; border-radius: 0; }#vvSMKHnq0SGBzh8v77WQ9UgCEGwyJHOA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vvSMKHnq0SGBzh8v77WQ9UgCEGwyJHOA > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:75rem;position:relative;display:block; }#MNSmMrfgRSvk96xgqF1phFxOTDFFaAtW { box-sizing:content-box;height:7.1875rem;width:74.625rem;position:absolute;display:block;z-index:15009;background-color:#2d3c23;background-image:none;box-shadow: none;border-top:0.0625rem solid #eaffe6;border-left:0.0625rem solid #eaffe6;border-right:0.0625rem solid #eaffe6;border-bottom:0;top:0.3125rem;left:0.125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:1.25rem;display:block; }
#KRJaTNLBccCM9yJ6VG5rTZrJZptGKhSr { color:#ffffff;display:block;width:37.999rem;position:absolute;font-family:georgia;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:3.1123046875rem;left:18.50048828125rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eKXwbAigBV0Ldf37uz4tJ6iS0JifvzZl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#bee6b5;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:none; }#eKXwbAigBV0Ldf37uz4tJ6iS0JifvzZl > .row .container { border-width: 0; border-radius: 0; }#eKXwbAigBV0Ldf37uz4tJ6iS0JifvzZl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eKXwbAigBV0Ldf37uz4tJ6iS0JifvzZl > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;position:relative;display:none; }#iDP7ecPDr5tKNKbIEbaRJBAa2V1eqTwi { color:#2b2b2b;display:block;width:29.375rem;position:absolute;font-family:georgia;font-size:1.375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.0625rem;left:0rem;height:3.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D8ikMg3dBeANxwWW2e7GnLXpankvrZa6 { box-sizing:content-box;height:0.25rem;width:17.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(45,60,35,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.625rem;left:11.4375rem;display:block; }
#dKEv6MUavkWppMgN95MtkbX4p6mLHTdQ { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:20.1245rem;top:0.8125rem;left:54.875rem;overflow:hidden;display:block; }
#NX52cTspyzhi8CTDS9X7rU7t2C1UPrZV { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:20.125rem;top:39.046875rem;left:50.9375rem;overflow:hidden;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OxRbkIW5TsRdvzixTLITbwW65b1Kww5z { display:block; }#OxRbkIW5TsRdvzixTLITbwW65b1Kww5z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ntuPDR9givuzhVgkzy3IKOeAt5TBrsf2 { top:0.3125rem;left:17.96875rem;width:11.8125rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gie0CuVFp1urN2yNJMbtNBkPDeEN5HJG { top:2.25rem;left:13.53125rem;width:20.6875rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #in40neNfJUiGBk82vrrLJFWTVfrCSRFT { top:5.875rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZ1Lfom88czv2AvEkodngH4H86ZZ6LSL { top:14.4375rem;left:3.625rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7vZqT9QK8V6UrkxScenzGmpBO3rK4se { top:39rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ew789346QRNdsovqdHtZsXLGIkfOpVqH { top:44.1875rem;left:13.25rem;width:21.25rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsKctipJT52V0t1d1Gt3NVJmIDtfkhEd { top:51.3125rem;left:2rem;width:43.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpWgLXz5eM9RnRvyLmTavt5VmcoG9o8t { width:11.6875rem;height:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lNJeW5x0UvZiF31xmE9b51KTfnEIgCm3 { top:44.1875rem;left:13.25rem;width:21.25rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BUNgQBnPdQRCeqrv6Ka1uTe2qFR4aEed { display:block; }#BUNgQBnPdQRCeqrv6Ka1uTe2qFR4aEed > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gefc7hsf0GnZgRWivU0maMScT1X7LLgr { top:3.6875rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ny3bcUN8eCTUDlrMb7LkcVslA7kbZWG5 { top:8.5625rem;left:13.75rem;width:20.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehnlUX9Ec2M5gbQVhEgJkdez5GNUTJTn { top:14.8125rem;left:0rem;width:23.125rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcARwvxFyXCFlZqGzTc6l2FyGf2bbXbz { top:20.125rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLtL8MTdBZWm5ZCs3VvRst4ssRgK7W9Q { top:26.5rem;left:0rem;width:18.875rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMAZM9sZaCWyiTyCXk48nM3K99kfp54Z { top:30.375rem;left:0rem;width:13.4375rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOBno26ootVi7xHoSF8y522rBl7pMiZQ { top:14.8125rem;left:12.3125rem;width:23.125rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mpq0vOR8BAcxeBxdokD1x60EES8MprWn { top:30.3125rem;left:15.99951171875rem;width:15.6875rem;height:5.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfFXTiSC5h3OWxidKZRReuZQeu7r0U5B { top:26.4375rem;left:14.406684875488rem;width:18.875rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UETTtckib6vODhuhaBoST2hemGxOXpHI { top:20.0625rem;left:21.375003814698rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcRp56i6kJ1QLVQ8mg9cFBoFb1dUbugE { top:14.8125rem;left:24.625rem;width:23.125rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXsBuKlckJD5aWu04Ut6Jult11mc1HhH { top:30.3125rem;left:32.375rem;width:15.3125rem;height:5.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwZhoHsS4FXOKL8SPmUf0A8CP9U2gXJC { top:26.4375rem;left:28.875rem;width:18.875rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGMRUV4WMl46Gheu2DPGzXwZ18L2b6vZ { top:20.0625rem;left:42.75rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #opupKO7Xac72HaLeg1NCecomWDqFGZ6t { display:block; }#opupKO7Xac72HaLeg1NCecomWDqFGZ6t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oexTnNz9gXfbelRhsffCprMGVdhfVL3T { top:7.9375rem;left:2.7497863769531rem;width:42.1875rem;height:5.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sirJQ8M5S3b0cZAmrfde75mMKllrtF51 { top:13.75rem;left:3.812068939209rem;width:40.125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MA3eoLKhX3U239oIm4JKFzlro7PQ7KM9 { top:15.8125rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpxSpB5yKlxyLk6wSoph5lU9bUEMuFtb { top:22.125rem;left:6.8741340637206rem;width:34rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfZGquC7dpKvFA1zRAOSI9JigcoDJX7R { top:22.875rem;left:7.3739166259762rem;width:32.75rem;height:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGrsQpTz5LIPeS27A1VfkDyd1k4zDPIE { top:29.375rem;left:0rem;width:32.6875rem;height:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZddLyqn5Nh175UeURNvlEBLv4EX2Z17w { top:29.375rem;left:20.253692626953rem;width:20rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFLQnSOP9NH64mOHt4CTt5MRSuX28QtE { top:29.375rem;left:27.75rem;width:20rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwCXTnBIVVZwk9tRz8TMFxLmsJSbV5h0 { top:31.9375rem;left:22.129127502441rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9VTTdoOu7rv6fhTdK24OMorNhFmdCOp { top:35.5rem;left:22.129127502441rem;width:18rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpkOJ3Bhixr6hbFnnqr9Tep856DxgMt7 { top:37.4375rem;left:22.129127502441rem;width:14.8125rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSVE0RuT8Z1E8PKNAfvWvCTc7Z3Pus9G { top:32rem;left:43.3125rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGf4zRrtZC2Wm8BiUnqrUIWVPlVbnJpJ { top:35.4375rem;left:29.75rem;width:18rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g043LdRoWo8PxCGwSSWB9lOJKJoqrkoX { top:37.375rem;left:32.9375rem;width:14.8125rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOkFT6VpIgZ0ckZAdP8JDBedJRJBHxfq { top:46.5625rem;left:20.1875rem;width:20rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDEvXQ9QMQZlH0kNdpuxNHg52h0ITdPK { top:55.5625rem;left:22.129127502441rem;width:14.8125rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppnHhzlz1Xn69SInPzSd1idEswZvPdxW { top:52.625rem;left:22.0625rem;width:13.125rem;height:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTeT4SNMogIvObviKEUWFZunWpkViRhC { top:49.125rem;left:22.0625rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOT9DJdby4mFJ5BcFUw4VPHP3wfGvEES { top:46.5625rem;left:27.75rem;width:20rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxbtiSkXE7m0t0DgwmEC6QrNzCsqwAIu { top:54.5625rem;left:32.9375rem;width:12.625rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMgJQSuOlUmuo1NgDUgSDw0NxcUA2DaT { top:52.625rem;left:29.75rem;width:18rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFOGb5uQdkILlKnTBTxEdvhPyiLs7LpM { top:49.125rem;left:43.25rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hl1R6RWq4AKLvHI7onTJmr8cUn4p3tbE { display:block; }#Hl1R6RWq4AKLvHI7onTJmr8cUn4p3tbE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oww5KMmF9TZ1szcB4ZU2BgU6KWe28WWZ { top:5.3125rem;left:18.5rem;width:10.6875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhJ4qvhnRd7FKMUNnURy7AxJdoOL72UW { top:5.875rem;left:20.1875rem;width:7.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAN1UiAcE7Q8R9idHq8S2m32Z7OmEKIO { top:10.3125rem;left:3.875rem;width:40rem;height:5.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsQgbFCRLNq6ge7dEqitsJHTqgmq1wQR { top:45.5rem;left:3.875rem;width:40rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQqg6QJ8JfgUBoIkziCWWKJMLSlcLpKM { top:49.5rem;left:21.9375rem;width:3.875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUF8m3td0cnFqwzTxtsrcGlhG5HJhqHv { top:17.75rem;left:0rem;width:47.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAD0uuh88zqA1yoJv0aN4spXvw0QPGsv { top:52.4375rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHXDqFVnsiyzHk2DpntZvIP0HoJRdHBl { display:block; }#CHXDqFVnsiyzHk2DpntZvIP0HoJRdHBl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lcC3RgtSI0sb5RTScJVT7JRm4TV4Szob { top:8rem;left:2.6865234375rem;width:42.3125rem;height:5.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRsmvTt21VXDAoK1a0KX5ha4ehqZxiaf { top:3.8125rem;left:21.375rem;width:5rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBwNQIRN0RcxKSow5iVreIoGWamPZoCR { top:4.375rem;left:22.25rem;width:3.1875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhROPrlRqXzUHr2bVpoxh3QTEZczMyKG { top:10.4375rem;left:0rem;width:25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QetdRpGC7EoT0W9V81agvMBVNR3ZEbXT { top:15.0625rem;left:4.6247863769531rem;width:38.4375rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVv5vzV3Zpb6VeFzgRCVEpGVuuAwAlTb { top:48.1875rem;left:0rem;width:45.375rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wG0i49UMqNtQQxJw2CbtfA6KyKWaxHcs { top:49.75rem;left:0rem;width:27.375rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vA2QCkIC6tJopBe42LF6eW96anTUKn9W { top:53.6875rem;left:0rem;width:45.3125rem;height:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEMCnWaPgp0LXuzvg3DFrRvFa4RpwvAF { top:56.3125rem;left:0rem;width:35.125rem;height:29.447440779845rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rh5Q5DAU2q8caAcm0EAzQ3Rk0ZRTK751 { width:47.6875rem;height:70.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #A6oTWcw5ZnM1mgVGXspZMGoLglacF4AA { top:48.1875rem;left:19.75rem;width:28rem;height:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLg5GEZiH0s1IhTRQ26JcpsPBV1COr0y { top:50.4375rem;left:37.1875rem;width:10.4375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDhqRWTEo9F7klSamf5snvgukmdnR0oE { top:51rem;left:41.9375rem;width:5.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrvxH2VDqP3eXoPdVOIFDCLNKBNdNdyG { top:63rem;left:27.625rem;width:20.125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #emBt2o1NOHxwHQHOmEapEmPMQintWhtv { top:68.0625rem;left:39.875rem;width:7.875rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7RMSUxyyqayJWvn4SoK9nvpXNH6o5Js { top:70.75rem;left:29rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILIspOfWe9LQZJ7fTq5TJF0oFXwOTGiG { top:72.125rem;left:37.625rem;width:10.125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsN0eOEnTyZ4iRL5L34lb1MogqpwynJL { top:75.375rem;left:38.375rem;width:9.375rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDDV8XaHm2lC5e2BlOku5WAshdhHsrwy { top:79.625rem;left:19.6875rem;width:27.9375rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lC9N7BQU6mUtlnM0tM2G32CtvT7FkVf1 { top:83.1875rem;left:34.375rem;width:8.75rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQm67THxo8FmL5i3hpl71peP6bxc9Osv { top:81.125rem;left:30.625rem;width:17.125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXVdsive5dFMoSdWntgHHrhsJrp6S0F2 { top:89.1875rem;left:38.6875rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXpUsCZ2UBSw2TxSwNTlqtDn3imLnTle { top:89.0625rem;left:30.25rem;width:17.5rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #marmm7xAmSHTLCEem1yHPlGfTFn55m61 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#marmm7xAmSHTLCEem1yHPlGfTFn55m61 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#marmm7xAmSHTLCEem1yHPlGfTFn55m61 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#marmm7xAmSHTLCEem1yHPlGfTFn55m61 { width:18rem;height:5.0625rem;display:flex;z-index:1;display:none; }
 }@media only screen and (max-width: 763px) { #marmm7xAmSHTLCEem1yHPlGfTFn55m61 #bwiSTX9a7fZb470A8HA1Wpo4JhkMbu5Z { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #marmm7xAmSHTLCEem1yHPlGfTFn55m61 #gSBRfkgFsSQUtGRuP5W7B6FOuXwopU6b {  }
 }@media only screen and (max-width: 763px) { #marmm7xAmSHTLCEem1yHPlGfTFn55m61 #iw6wtViKMkmHbCSvmes7vKTtzcTALTVg {  }
 }@media only screen and (max-width: 763px) { #marmm7xAmSHTLCEem1yHPlGfTFn55m61 #T7To7qDw0qp8x4CnG7y1TxkyJsSzXmiK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #marmm7xAmSHTLCEem1yHPlGfTFn55m61 #i7JRqyoaklaW1fLf4M4Nwlcou9COqNcx {  }
 }@media only screen and (max-width: 763px) { #marmm7xAmSHTLCEem1yHPlGfTFn55m61 #D8Ga7IzTVuSTTPnsv6VouIh4CkyXsPlL {  }
 }@media only screen and (max-width: 763px) { #marmm7xAmSHTLCEem1yHPlGfTFn55m61 #yHQuTRRRrsWdrywrEfmt9hFp6QJhsSIT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #marmm7xAmSHTLCEem1yHPlGfTFn55m61 #zWFo1rxwlrNyAUwub8TpayNfaMzSmQ0X {  }
 }@media only screen and (max-width: 763px) { #marmm7xAmSHTLCEem1yHPlGfTFn55m61 #lIGOEnbf8R9w4ihLJQ0ZaUPN3xT78ods {  }
 }@media only screen and (max-width: 763px) { #marmm7xAmSHTLCEem1yHPlGfTFn55m61 #POk86efupXSeEoh5D0LDz0XuwArnMbrh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #marmm7xAmSHTLCEem1yHPlGfTFn55m61 #BrtkAtdx9snDaT4oWUTs1xHiFptcGgry {  }
 }@media only screen and (max-width: 763px) { #marmm7xAmSHTLCEem1yHPlGfTFn55m61 #SFOJroAxRz7tqkUCRWPRpEtwoQSHD8bW {  }
 }@media only screen and (max-width: 763px) { #vx0EpJcRK3vCiw2G47WwOiVlPPziQEWv .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vx0EpJcRK3vCiw2G47WwOiVlPPziQEWv .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#vx0EpJcRK3vCiw2G47WwOiVlPPziQEWv .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#vx0EpJcRK3vCiw2G47WwOiVlPPziQEWv { width:18rem;height:5.0625rem;display:flex;z-index:1;display:none; }
 }@media only screen and (max-width: 763px) { #vx0EpJcRK3vCiw2G47WwOiVlPPziQEWv #usW2Jf7HELKcRZWzItdbDrTaT0ZwF17v { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vx0EpJcRK3vCiw2G47WwOiVlPPziQEWv #WlIPNsHs4Q4SDuftdRc8k3yiiTSKhgnP {  }
 }@media only screen and (max-width: 763px) { #vx0EpJcRK3vCiw2G47WwOiVlPPziQEWv #AlXAOKRTv6sLNpNfF61gQLtW9D0vdIfN {  }
 }@media only screen and (max-width: 763px) { #vx0EpJcRK3vCiw2G47WwOiVlPPziQEWv #LyPZJtHaavOpTz1bEWyUxgFSconP4sx0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vx0EpJcRK3vCiw2G47WwOiVlPPziQEWv #g60qH2OOoxmqMgN452oAODM2PVNVwlT0 {  }
 }@media only screen and (max-width: 763px) { #vx0EpJcRK3vCiw2G47WwOiVlPPziQEWv #w4TdpmxdQtyZu54atoh3T83hlyeaC4nQ {  }
 }@media only screen and (max-width: 763px) { #vx0EpJcRK3vCiw2G47WwOiVlPPziQEWv #oJBnwMuZQyVBCT0h8UR3UrH2nJz7cDQw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vx0EpJcRK3vCiw2G47WwOiVlPPziQEWv #oPbfk4nAwmUldPmpdo2iQGr0CMWZqzeq {  }
 }@media only screen and (max-width: 763px) { #vx0EpJcRK3vCiw2G47WwOiVlPPziQEWv #w6RbD1L3Veb6wVsl5uMTa74kg6T38tb6 {  }
 }@media only screen and (max-width: 763px) { #vx0EpJcRK3vCiw2G47WwOiVlPPziQEWv #wMDk5xWCVoI95XtByThzsXQbsy1qWER3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vx0EpJcRK3vCiw2G47WwOiVlPPziQEWv #GrMQvch0NSePPyLU3QMvCkL2dwyATfmr {  }
 }@media only screen and (max-width: 763px) { #vx0EpJcRK3vCiw2G47WwOiVlPPziQEWv #IwqX5T4WnFT89MpqumCMGwlPtPIKrzJA {  }
 }@media only screen and (max-width: 763px) { #s7dwGi2RekmyP6IlLJ93SOyMGqvTMX7W { top:35.5rem;left:24.5625rem;width:17.75rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCJ6P4zJKWFTk1TnZMIpOa3gppCVBaMM { top:42.125rem;left:25.5rem;width:15.8125rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIA2ORZRlWAMIOsX2RMPelCSUcfMy3gB { top:36.4375rem;left:25.4375rem;width:15.9375rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0468VfWyAwM3qz746e6BlUUgqkKMECD { top:37.375rem;left:27.0625rem;width:12.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZaGZrCbbvAEzF1kQH2MPwZHT6kQfyIT { top:35.5rem;left:30rem;width:17.75rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekqdnxE2LTpyyfszO5niO2IlLEEkVxXF { top:36.4375rem;left:31.8125rem;width:15.9375rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxvT7rLokoTZdgvT1AqSSdba8wLNAe9a { top:37.375rem;left:35rem;width:12.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z208CQXyDvmgmZd9l52NlSBzO9lM6ccG { top:42.125rem;left:35.4375rem;width:12.3125rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZS3eHi7G6yIIdwKSTGmiI5TgLXcS9ag { top:35.5rem;left:5.4375rem;width:17.75rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvooAvbIZv98DPZG97btIohPEef7y5kE { top:42.125rem;left:6.4375rem;width:15.875rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsuq4RSv6TRhGQK8MlFmblwGLiSVLD3U { top:36.4375rem;left:6.3125rem;width:15.9375rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oz7zFAnZcZtGoILTzbUxdMvBz6ASOsOL { top:37.375rem;left:7.9375rem;width:12.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzeUSSDfBNU5g9oh9WfTdNF0D60fD5KC { top:35.5rem;left:0rem;width:17.75rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwvxqS0ZWzhI0hOWCgmDom7Vo0ITtcha { top:42.125rem;left:0rem;width:13.25rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZAZipeDmqdwSSuFHMg3kf2lZJmXQoFw { top:36.4375rem;left:0rem;width:15.9375rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhh5VhoEv7a4hCZ7w8TMqX9oJNiz686b { top:37.375rem;left:0rem;width:12.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxXrdHZ0gR1gel8PTPGenFor4OrhyVPw { top:22.75rem;left:0rem;width:17.75rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKOFZBmIfh3JUT6nsJICtqZEGxMb1kbE { top:23.6875rem;left:0rem;width:15.9375rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIqGv4BZ95prdsHc348v9JVkW4rCr52W { top:22.75rem;left:5.4375rem;width:17.75rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJT8WCkJeHVzwFIecTPsclEM4WoTpTbx { top:23.6875rem;left:6.3125rem;width:15.9375rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mg5mkP8MOODi1KbMMTxH67mlpZxTbFvg { top:25.3125rem;left:7.9375rem;width:12.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yySBCh2y68L75XaDvcJbxrKHxMk55HG5 { top:25.3125rem;left:0rem;width:12.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5hHepdkZHF2PS9F6NIg5NzUOyf9Bu7h { top:22.75rem;left:24.5625rem;width:17.75rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKybdvF15PWenrCnB9Rxl2DGAZ5HFmTn { top:29.375rem;left:27.5rem;width:12.3125rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8NeBhavZF414r6N8qcidtLTWV1znfFq { top:23.6875rem;left:25.4375rem;width:15.9375rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ix3Z4SnTdzs8dzdU6709KJKZmUhVEidu { top:24.6875rem;left:27.0625rem;width:12.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8EtPpOpfnMWye2v112iuiHy3XViG7nX { top:29.375rem;left:8.1875rem;width:12.3125rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ER6gyTwwFubOXpwOQTRKXCCAxioLVxkn { top:29.375rem;left:0rem;width:13.5625rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTRGKDJNehz5J26DPMH65XalTRZhCZ6D { top:22.75rem;left:30rem;width:17.75rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dt0RIK7eivnb4wvlFGPBpnHfR20FlIhF { top:23.6875rem;left:31.8125rem;width:15.9375rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8rdvVcM0h3Scl26Ssgr37HQL40ffViD { top:29.375rem;left:35.4375rem;width:12.3125rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxpnfw3d7GroayGhtfBZTwX4VOvhikK2 { top:24.625rem;left:35rem;width:12.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikQTyrAwec8BgotvnyZeB9U4CFaDxJh3 { top:54.3125rem;left:35.0625rem;width:12.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEFWbZ1BmZs4fBGDgSQErWOL1XZPnfAn { top:55.375rem;left:41.3125rem;width:6.4375rem;height:4.8125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBnMAGouTv83rRaxMTE7X7eaefcb0RtP { top:57.75rem;left:42.625rem;width:1.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBbs8P2m0iRO5A5OPkE7KAgCFluLgtTp { top:60.125rem;left:34.5rem;width:13.25rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUUrW7a3bLohDQ8WvuiDpFv2Lek9VEKT { top:30.375rem;left:35.875rem;width:11.75rem;height:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #k0hzXk6XlCk6gZIO215IW4TSCD0PvwJc { display:none; }#k0hzXk6XlCk6gZIO215IW4TSCD0PvwJc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fG4erInTv4mzE5vA50zDtmIxqTtoSisC { top:24.25rem;left:19.75rem;width:28rem;height:30.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #B6blX3pTrIVbL37wvpWSbT7RAlb9dXsz { top:26.875rem;left:37.1875rem;width:10.4375rem;height:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #BSEM1Aty5CKGODfWzBrfdEnvS5UIMXn5 { top:27.5rem;left:41.9375rem;width:5.8125rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #i2AnUPcHfgtSEeHalTrBkswTlIpSiWCV { top:30.375rem;left:35.875rem;width:11.75rem;height:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #z8tT8EdQL7mLWMTqskMrNSKQgXg2gXXc { top:39rem;left:27.625rem;width:20.125rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CET1MyGno5folRomGUGQTJzESMovHkXP { top:44.0625rem;left:39.875rem;width:7.875rem;height:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bz5K0rOiwcNOy91iiTJJZn03WOEl7T3V { top:46.8125rem;left:29rem;width:18.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SkQFi9wlXASnUviaipwaDQ5kKtfNTWCd { top:48.125rem;left:37.625rem;width:10.125rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bx2S91vqCqRXVlphFgTA1GzPIF0EkacQ { top:51.375rem;left:38.375rem;width:9.375rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qDuDOyCaL00NGpFtXV3V3OABhZCE3PRr { top:55.6875rem;left:19.75rem;width:27.9375rem;height:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ncBBlRS70k2i2JbF2swMrBf0kspFfQwc { top:32.875rem;left:0rem;width:8.75rem;height:2.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #I8S7iDXVz1Oo8KpaI3pw8tbzvdo1OsMV { top:57.0625rem;left:30.5625rem;width:17.1875rem;height:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yIw5b5qT7ce0ExcwMehpyLTW6fHPylm9 { top:65.25rem;left:38.662330627441rem;width:1.0625rem;height:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LFKMnSmsJIJR79syXp8Ot2zqmh7ZQTzO { top:65.125rem;left:30.25rem;width:17.5rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #glFkw78RtSgHVrnBaEf2TTxdPbxC8EtG .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#glFkw78RtSgHVrnBaEf2TTxdPbxC8EtG .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#glFkw78RtSgHVrnBaEf2TTxdPbxC8EtG .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#glFkw78RtSgHVrnBaEf2TTxdPbxC8EtG { width:18rem;height:5.0625rem;display:flex;z-index:1;display:none; }
 }@media only screen and (max-width: 763px) { #glFkw78RtSgHVrnBaEf2TTxdPbxC8EtG #XAnFLJQtoce7dDJPsnHyTAJQsKvbHzIy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #glFkw78RtSgHVrnBaEf2TTxdPbxC8EtG #bIBXnTcDdlwfCRvntwE4E40Aa33KkrsV {  }
 }@media only screen and (max-width: 763px) { #glFkw78RtSgHVrnBaEf2TTxdPbxC8EtG #TgU6dTEP84geFR6f2NnbzHsNbEWo4u1g {  }
 }@media only screen and (max-width: 763px) { #glFkw78RtSgHVrnBaEf2TTxdPbxC8EtG #KUJm5QJMIEhrrcN3MTef7qGGWLCkkTKm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #glFkw78RtSgHVrnBaEf2TTxdPbxC8EtG #U17v5FpKVPeZFTPtTnS2aEaPoJJU5l27 {  }
 }@media only screen and (max-width: 763px) { #glFkw78RtSgHVrnBaEf2TTxdPbxC8EtG #I5pGsL1w4pLBFEffXcEKwxnPllUatMhE {  }
 }@media only screen and (max-width: 763px) { #glFkw78RtSgHVrnBaEf2TTxdPbxC8EtG #iTknDxh2Sw4RZpkuV6Gwl3UqIrxzAUO4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #glFkw78RtSgHVrnBaEf2TTxdPbxC8EtG #BsmehT3H8ChT820TIV6Cw2bUEBEnqvFE {  }
 }@media only screen and (max-width: 763px) { #glFkw78RtSgHVrnBaEf2TTxdPbxC8EtG #seVVuugNPkPF5QkPv4yNhQqago4oB4TE {  }
 }@media only screen and (max-width: 763px) { #glFkw78RtSgHVrnBaEf2TTxdPbxC8EtG #TWlrOgTvqmw9olVTPPKwTV6KsncpSxuv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #glFkw78RtSgHVrnBaEf2TTxdPbxC8EtG #ZLrQbnUGu5SXmTPfkq6LrMpcXLELShCf {  }
 }@media only screen and (max-width: 763px) { #glFkw78RtSgHVrnBaEf2TTxdPbxC8EtG #bDtnQsaiFspDT9RMabBG8qkKJ1Qa9HHb {  }
 }@media only screen and (max-width: 763px) { #wVXNX3caNee2MTMqPeJP9W4ERZdK2feF { top:55.375rem;left:41.3125rem;width:6.4375rem;height:4.8125rem;font-size:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #gIFLBIwZNr7Ws8ToIcXFO3VSCLJAl2OQ { top:10.625rem;left:0rem;width:13.1875rem;height:;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mbrSLElLxrFJa0xMbkmQsMwUCAy1s8o4 { top:57.75rem;left:42.625rem;width:1.75rem;height:1.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #K5BZWbN84G6yvisdzs5Tfi13fK4o7Sgn { top:54.3125rem;left:35.0625rem;width:12.6875rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IkkynMWbwUBx8t5GG7OmSyNHhKwBB5R0 { display:block; }#IkkynMWbwUBx8t5GG7OmSyNHhKwBB5R0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NuWHgdGzcHeiRSPWPmIEOr20MlDf4cmf { top:4.125rem;left:0rem;width:23.9375rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rptAr12ROsZK9lVlIx9TrZVgSGaTsZAx { top:7.75rem;left:27.625rem;width:20rem;height:3rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAxUvneTrRGfasOh2Zx4wCg6euM3U4ea { top:10.9375rem;left:23.25rem;width:24.5rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWrSe9bbTD2oETDNOAn4N35hOBTdtm1C { width:23.5625rem;height:5.125rem;top:38.75rem;left:24.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OIk84oyy8UcBqPVgekBwzMSsOFOfOXml { display:block; }
 }@media only screen and (max-width: 763px) { #NOzDGMwqeRnUi1LTMbIBBpQwkzIFOe0m { top:39rem;left:27.625rem;width:20.125rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TW5EodQWXlErwioLzc2TvOIoWIpLyRPG { display:block; }#TW5EodQWXlErwioLzc2TvOIoWIpLyRPG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tn0DzHdfMmWmW4IdbOcMIFaq3mz0cVlI { top:6.6875rem;left:20.406036376953rem;width:6.9375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdpMNdb0rLCcT1NqONdn046BryszGhLF { top:7.4375rem;left:22.250652313233rem;width:3.1875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IALF34zyn3TQFhZiCJRA3oonevDLEyhS { top:10.625rem;left:10.499351501465rem;width:26.6875rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEXOnCLzK2FTaWW7GvORyh2D6LDqJJle { top:15.0625rem;left:15.375rem;width:16.9375rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOZ3bRxInqlQicCi2ZzowqwE95r33ymT .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EOZ3bRxInqlQicCi2ZzowqwE95r33ymT { display:flex;height:auto;width:27.8125rem;top:21.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #mxErQOFCWOVW2t2crnGzhxFkBOoqE4xm {  }
 }@media only screen and (max-width: 763px) { #EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #sXLzani50cbiXlSzRRPiZZ55CH1oPCXE {  }
 }@media only screen and (max-width: 763px) { #EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #y53rqIfQHf12MB1mXXC36TR7WmPqpOzc {  }
 }@media only screen and (max-width: 763px) { #EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #bxowDx43GNEdvK2T6a42r3pL2aSK6vAs {  }
 }@media only screen and (max-width: 763px) { #EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #pW37kmUT4cCkneok3Bbo2plKgqOny16P {  }
 }@media only screen and (max-width: 763px) { #EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #McKhCSVaEVPeKZn0Q1h09cCuLrNKQs77 {  }
 }@media only screen and (max-width: 763px) { #EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #HT4AA1egAspTDc3ic0URw2IG0wTKsgrD {  }
 }@media only screen and (max-width: 763px) { #EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #y8Lzh17CrOhWU2ZiFRBKtd5FJE5tlao6 {  }
 }@media only screen and (max-width: 763px) { #EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #enEkKeTTX5xWh4bM9ckXienMWaoWNKa8 {  }
 }@media only screen and (max-width: 763px) { #EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #D6yJokO2RsDSPqmbmFI6EDEbgBxLB8pH {  }
 }@media only screen and (max-width: 763px) { #EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #RDvku7o3yrhL0hr1xR9Waykd6AUmvP7I {  }
 }@media only screen and (max-width: 763px) { #EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #cc7TuT9EmcVpirqVZA1lvx6fgs9cAToT {  }
 }@media only screen and (max-width: 763px) { #EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #ZieDrdMb5ZJZ5r1XmOkbFN5ttGlBxwvy {  }
 }@media only screen and (max-width: 763px) { #EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #Dk5MFw08JbqWT0xUNI39wmXoDqdktLoW {  }
 }@media only screen and (max-width: 763px) { #EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #RzEWGNWTUdPCBPaG5o8092ClLt5BWLsC {  }
 }@media only screen and (max-width: 763px) { #EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #huxo4A9zak7SRBXJ449ipZhu1LrmvsXf {  }
 }@media only screen and (max-width: 763px) { #EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #dnhgV1WVeffvTJGGpKtH9iNhSQKliuF9 {  }
 }@media only screen and (max-width: 763px) { #EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #xLsLrpRHOKJ6TtgcVP8OCogOvfI39vIG {  }
 }@media only screen and (max-width: 763px) { #EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #qK4pqNgqt52ELQ3ftPUdJdgkMnae7ZvS {  }
 }@media only screen and (max-width: 763px) { #EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #ANd65bhlHySG4xWTTalwCPdC7k4xfgJM {  }
 }@media only screen and (max-width: 763px) { #EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #eoylqG6q7LDDGMr5UlpTZIuewMlkc8zU {  }
 }@media only screen and (max-width: 763px) { #EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #qvJIOha60y6TUSELUxEZccOZ5sNku5AD {  }
 }@media only screen and (max-width: 763px) { #EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #iyNo2aZNVE0cKuck30KhrOT6DU3UH1T1 {  }
 }@media only screen and (max-width: 763px) { #EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #FGSFelTcRXanXyENCe1exzVhTkiEkE1a {  }
 }@media only screen and (max-width: 763px) { #EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #s5BTvpxIU2nPf3W1Snb1UAvr77r1melf {  }
 }@media only screen and (max-width: 763px) { #vvSMKHnq0SGBzh8v77WQ9UgCEGwyJHOA { display:block; }#vvSMKHnq0SGBzh8v77WQ9UgCEGwyJHOA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MNSmMrfgRSvk96xgqF1phFxOTDFFaAtW { top:0.3125rem;left:0rem;width:47.625rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRJaTNLBccCM9yJ6VG5rTZrJZptGKhSr { top:3.0625rem;left:4.8754348754883rem;width:37.9375rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKXwbAigBV0Ldf37uz4tJ6iS0JifvzZl { display:block; }#eKXwbAigBV0Ldf37uz4tJ6iS0JifvzZl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iDP7ecPDr5tKNKbIEbaRJBAa2V1eqTwi { top:1.0625rem;left:0rem;width:29.375rem;height:3.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8ikMg3dBeANxwWW2e7GnLXpankvrZa6 { top:2.625rem;left:0rem;width:17.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKEv6MUavkWppMgN95MtkbX4p6mLHTdQ { top:0.8125rem;left:27.6875rem;width:20.0625rem;height:4.0502231553577rem;display:block; }
 }@media only screen and (max-width: 763px) { #NX52cTspyzhi8CTDS9X7rU7t2C1UPrZV { top:39rem;left:27.625rem;width:20.125rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OxRbkIW5TsRdvzixTLITbwW65b1Kww5z { display:block; }#OxRbkIW5TsRdvzixTLITbwW65b1Kww5z > .row .container { width:20rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ntuPDR9givuzhVgkzy3IKOeAt5TBrsf2 { width:11.8125rem;height:7.375rem;top:1.25rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#4f7d42;background-image:url("https://images.assets-landingi.com/uc/361e8b4a-6d78-48c6-9059-00413b61ec77/hero.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gie0CuVFp1urN2yNJMbtNBkPDeEN5HJG { width:13.75rem;height:1.8125rem;top:1.8125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #in40neNfJUiGBk82vrrLJFWTVfrCSRFT { width:20rem;height:5.173825rem;top:4.7001953125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZ1Lfom88czv2AvEkodngH4H86ZZ6LSL { height:11.25rem;width:20rem;top:10.9296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7vZqT9QK8V6UrkxScenzGmpBO3rK4se { width:18.25rem;height:5.19921875rem;top:23.3671875rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ew789346QRNdsovqdHtZsXLGIkfOpVqH { width:17.5rem;height:3.1875rem;top:30.0234375rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LsKctipJT52V0t1d1Gt3NVJmIDtfkhEd { width:20rem;height:1.5714285714286rem;top:39.73046875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TpWgLXz5eM9RnRvyLmTavt5VmcoG9o8t { top:35.6875rem;left:1.15625rem;width:17.6875rem;height:13.0625rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lNJeW5x0UvZiF31xmE9b51KTfnEIgCm3 { width:17.5rem;height:3.1875rem;top:30.4375rem;left:1.25rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #BUNgQBnPdQRCeqrv6Ka1uTe2qFR4aEed { display:block; }#BUNgQBnPdQRCeqrv6Ka1uTe2qFR4aEed > .row .container { width:20rem;height:78.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gefc7hsf0GnZgRWivU0maMScT1X7LLgr { width:20rem;height:10.5615rem;top:2.9361982345581rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ny3bcUN8eCTUDlrMb7LkcVslA7kbZWG5 { width:16.3125rem;height:0.3125rem;top:11.091362953186rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehnlUX9Ec2M5gbQVhEgJkdez5GNUTJTn { width:20rem;height:18.75rem;top:16.463758945465rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcARwvxFyXCFlZqGzTc6l2FyGf2bbXbz { width:3.75rem;height:3.75rem;top:19.998915195465rem;left:8.1250002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLtL8MTdBZWm5ZCs3VvRst4ssRgK7W9Q { width:14.249125rem;height:1.94970625rem;top:24.863281726837rem;left:2.8743491768837rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMAZM9sZaCWyiTyCXk48nM3K99kfp54Z { width:13.9375rem;height:4.38720625rem;top:27.5615234375rem;left:3.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOBno26ootVi7xHoSF8y522rBl7pMiZQ { width:20rem;height:18.75rem;top:36.463758468628rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mpq0vOR8BAcxeBxdokD1x60EES8MprWn { width:15.6865rem;height:7.312rem;top:46.5625rem;left:2.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfFXTiSC5h3OWxidKZRReuZQeu7r0U5B { width:18.8748125rem;height:1.94970625rem;top:44rem;left:0.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UETTtckib6vODhuhaBoST2hemGxOXpHI { width:3.75rem;height:3.75rem;top:39.0625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcRp56i6kJ1QLVQ8mg9cFBoFb1dUbugE { width:20rem;height:18.75rem;top:56.239156723022rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXsBuKlckJD5aWu04Ut6Jult11mc1HhH { width:15.3125rem;height:5.8496125rem;top:66.8125rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwZhoHsS4FXOKL8SPmUf0A8CP9U2gXJC { width:18.8748125rem;height:1.94970625rem;top:64rem;left:0.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGMRUV4WMl46Gheu2DPGzXwZ18L2b6vZ { width:3.75rem;height:3.75rem;top:59.1875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #opupKO7Xac72HaLeg1NCecomWDqFGZ6t { display:block; }#opupKO7Xac72HaLeg1NCecomWDqFGZ6t > .row .container { width:20rem;height:114.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oexTnNz9gXfbelRhsffCprMGVdhfVL3T { width:18.4375rem;height:8.44925rem;top:1.2500004768372rem;left:0.78125005960463rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sirJQ8M5S3b0cZAmrfde75mMKllrtF51 { width:18.4375rem;height:0.3125rem;top:10.32373046875rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MA3eoLKhX3U239oIm4JKFzlro7PQ7KM9 { width:18.3125rem;height:17.53125rem;top:11.69921875rem;left:0.84375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpxSpB5yKlxyLk6wSoph5lU9bUEMuFtb { width:20rem;height:2.9375rem;top:30.75rem;left:0rem;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.21);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.21);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.21);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.21);border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfZGquC7dpKvFA1zRAOSI9JigcoDJX7R { width:20rem;height:1.75rem;top:31.4375rem;left:0rem;font-size:0.625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VGrsQpTz5LIPeS27A1VfkDyd1k4zDPIE { width:17.5rem;height:17.1875rem;top:36.078125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZddLyqn5Nh175UeURNvlEBLv4EX2Z17w { width:17.5rem;height:12.5rem;top:55.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFLQnSOP9NH64mOHt4CTt5MRSuX28QtE { width:17.5rem;height:12.5rem;top:69.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwCXTnBIVVZwk9tRz8TMFxLmsJSbV5h0 { width:2.625rem;height:2.625rem;top:57.125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9VTTdoOu7rv6fhTdK24OMorNhFmdCOp { width:14.375rem;height:1.21875rem;top:60.6875rem;left:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpkOJ3Bhixr6hbFnnqr9Tep856DxgMt7 { width:15.25rem;height:2.923825rem;top:63rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSVE0RuT8Z1E8PKNAfvWvCTc7Z3Pus9G { width:2.5625rem;height:2.5625rem;top:71.1875rem;left:2.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HGf4zRrtZC2Wm8BiUnqrUIWVPlVbnJpJ { width:14.8123125rem;height:1.21875rem;top:75.0625rem;left:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g043LdRoWo8PxCGwSSWB9lOJKJoqrkoX { width:14.8123125rem;height:2.923825rem;top:77.3125rem;left:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOkFT6VpIgZ0ckZAdP8JDBedJRJBHxfq { width:17.5rem;height:12.5rem;top:83.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDEvXQ9QMQZlH0kNdpuxNHg52h0ITdPK { width:14.8123125rem;height:1.94921875rem;top:92.1875rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppnHhzlz1Xn69SInPzSd1idEswZvPdxW { width:13.125rem;height:2.4375rem;top:89rem;left:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTeT4SNMogIvObviKEUWFZunWpkViRhC { width:2.5625rem;height:2.5625rem;top:85.125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOT9DJdby4mFJ5BcFUw4VPHP3wfGvEES { width:17.5rem;height:13.125rem;top:97.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxbtiSkXE7m0t0DgwmEC6QrNzCsqwAIu { width:12.6248125rem;height:3.8984375rem;top:104.875rem;left:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMgJQSuOlUmuo1NgDUgSDw0NxcUA2DaT { width:12.8125rem;height:1.21875rem;top:102.9375rem;left:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFOGb5uQdkILlKnTBTxEdvhPyiLs7LpM { width:2.5625rem;height:2.5625rem;top:99.0625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hl1R6RWq4AKLvHI7onTJmr8cUn4p3tbE { display:block; }#Hl1R6RWq4AKLvHI7onTJmr8cUn4p3tbE > .row .container { width:20rem;height:73.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oww5KMmF9TZ1szcB4ZU2BgU6KWe28WWZ { width:10.6875rem;height:2.25rem;top:1.25rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhJ4qvhnRd7FKMUNnURy7AxJdoOL72UW { width:7.374125rem;height:1.2246125rem;top:1.8125rem;left:6.3125rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #FAN1UiAcE7Q8R9idHq8S2m32Z7OmEKIO { width:20rem;height:8.44925rem;top:4.4986979961395rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsQgbFCRLNq6ge7dEqitsJHTqgmq1wQR { width:20rem;height:4.2246125rem;top:41.373691678047rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQqg6QJ8JfgUBoIkziCWWKJMLSlcLpKM { width:3.875rem;height:0.3125rem;top:46.6875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUF8m3td0cnFqwzTxtsrcGlhG5HJhqHv { width:20rem;height:21.6873125rem;top:13.26025390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAD0uuh88zqA1yoJv0aN4spXvw0QPGsv { width:18rem;height:20.625rem;top:48.357421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHXDqFVnsiyzHk2DpntZvIP0HoJRdHBl { display:block; }#CHXDqFVnsiyzHk2DpntZvIP0HoJRdHBl > .row .container { width:20rem;height:156rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lcC3RgtSI0sb5RTScJVT7JRm4TV4Szob { width:20rem;height:8.44925rem;top:4.7482643127441rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRsmvTt21VXDAoK1a0KX5ha4ehqZxiaf { width:5rem;height:2.25rem;top:1.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBwNQIRN0RcxKSow5iVreIoGWamPZoCR { width:3.18685rem;height:1.2246125rem;top:2.3125rem;left:8.375rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #LhROPrlRqXzUHr2bVpoxh3QTEZczMyKG { width:17.5rem;height:0.3125rem;top:8.8172750473025rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QetdRpGC7EoT0W9V81agvMBVNR3ZEbXT { width:16.9998125rem;height:5.25rem;top:14.135201215744rem;left:1.4995661377907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVv5vzV3Zpb6VeFzgRCVEpGVuuAwAlTb { width:18.25rem;height:4.25rem;top:123.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wG0i49UMqNtQQxJw2CbtfA6KyKWaxHcs { width:17.5rem;height:1.4624rem;top:124.6875rem;left:1.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vA2QCkIC6tJopBe42LF6eW96anTUKn9W { width:18.125rem;height:26.8125rem;top:127.5625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEMCnWaPgp0LXuzvg3DFrRvFa4RpwvAF { width:20rem;height:16.767628324683rem;top:31.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rh5Q5DAU2q8caAcm0EAzQ3Rk0ZRTK751 { top:128.6875rem;left:2rem;width:15.811625rem;height:23.5623125rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #A6oTWcw5ZnM1mgVGXspZMGoLglacF4AA { width:18.125rem;height:27.3123125rem;top:55.059690475464rem;left:0.93750005960463rem;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);display:none; }
 }@media only screen and (max-width: 763px) { #GLg5GEZiH0s1IhTRQ26JcpsPBV1COr0y { width:10.4375rem;height:2.25rem;top:56.3125rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UDhqRWTEo9F7klSamf5snvgukmdnR0oE { width:5.81163125rem;height:0;top:56.8125rem;left:7.0625rem;font-size:1rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #IrvxH2VDqP3eXoPdVOIFDCLNKBNdNdyG { width:16.875rem;height:3.31163125rem;top:69.2724609375rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #emBt2o1NOHxwHQHOmEapEmPMQintWhtv { width:7.875rem;height:1.0625rem;top:73.588327407837rem;left:6.0622833371163rem;display:none; }
 }@media only screen and (max-width: 763px) { #e7RMSUxyyqayJWvn4SoK9nvpXNH6o5Js { width:15rem;height:0.0625rem;top:76.245458602906rem;left:2.5000000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #ILIspOfWe9LQZJ7fTq5TJF0oFXwOTGiG { width:6.875rem;height:1.5625rem;top:77.625rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CsN0eOEnTyZ4iRL5L34lb1MogqpwynJL { width:9.375rem;height:0;top:79.998916625975rem;left:5.3125002980232rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lDDV8XaHm2lC5e2BlOku5WAshdhHsrwy { width:18.125rem;height:16.875rem;top:84.248046875rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lC9N7BQU6mUtlnM0tM2G32CtvT7FkVf1 { width:8.75rem;height:0;top:85.7451171875rem;left:5.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #gQm67THxo8FmL5i3hpl71peP6bxc9Osv { width:16.3125rem;height:5.4375rem;top:94.62890625rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aXVdsive5dFMoSdWntgHHrhsJrp6S0F2 { width:1.0625rem;height:1.0625rem;top:103.0625rem;left:2.06201171875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wXpUsCZ2UBSw2TxSwNTlqtDn3imLnTle { width:14.8123125rem;height:0;top:103rem;left:3.0673828125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #marmm7xAmSHTLCEem1yHPlGfTFn55m61 .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; }
#marmm7xAmSHTLCEem1yHPlGfTFn55m61 .widget-text.counter-number { padding-top:0.421875rem;padding-right:0.375625rem;padding-bottom:0.421875rem;padding-left:0.375625rem;width:2.253125rem;min-width:2.253125rem;height:2.266875rem;font-size:1.686875rem;line-height:36.27px;top:0rem;left:0rem;background-color:#eaffe6;background-image:none;color:#1b6162;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#marmm7xAmSHTLCEem1yHPlGfTFn55m61 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.26375rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.00375rem;height:0.89625rem;font-size:0.6325rem;line-height:14.34px;top:0rem;left:0rem;color:#1b6162;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#marmm7xAmSHTLCEem1yHPlGfTFn55m61 { width:15.5rem;height:4.3125rem;display:flex;top:88.25rem;left:2.1953125rem;z-index:15023;padding-top:0.0525rem;padding-right:0.05375rem;padding-bottom:0.0525rem;padding-left:0.05375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #marmm7xAmSHTLCEem1yHPlGfTFn55m61 #bwiSTX9a7fZb470A8HA1Wpo4JhkMbu5Z { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #marmm7xAmSHTLCEem1yHPlGfTFn55m61 #gSBRfkgFsSQUtGRuP5W7B6FOuXwopU6b {  }
 }@media only screen and (max-width: 763px) { #marmm7xAmSHTLCEem1yHPlGfTFn55m61 #iw6wtViKMkmHbCSvmes7vKTtzcTALTVg {  }
 }@media only screen and (max-width: 763px) { #marmm7xAmSHTLCEem1yHPlGfTFn55m61 #T7To7qDw0qp8x4CnG7y1TxkyJsSzXmiK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #marmm7xAmSHTLCEem1yHPlGfTFn55m61 #i7JRqyoaklaW1fLf4M4Nwlcou9COqNcx {  }
 }@media only screen and (max-width: 763px) { #marmm7xAmSHTLCEem1yHPlGfTFn55m61 #D8Ga7IzTVuSTTPnsv6VouIh4CkyXsPlL {  }
 }@media only screen and (max-width: 763px) { #marmm7xAmSHTLCEem1yHPlGfTFn55m61 #yHQuTRRRrsWdrywrEfmt9hFp6QJhsSIT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #marmm7xAmSHTLCEem1yHPlGfTFn55m61 #zWFo1rxwlrNyAUwub8TpayNfaMzSmQ0X {  }
 }@media only screen and (max-width: 763px) { #marmm7xAmSHTLCEem1yHPlGfTFn55m61 #lIGOEnbf8R9w4ihLJQ0ZaUPN3xT78ods {  }
 }@media only screen and (max-width: 763px) { #marmm7xAmSHTLCEem1yHPlGfTFn55m61 #POk86efupXSeEoh5D0LDz0XuwArnMbrh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #marmm7xAmSHTLCEem1yHPlGfTFn55m61 #BrtkAtdx9snDaT4oWUTs1xHiFptcGgry {  }
 }@media only screen and (max-width: 763px) { #marmm7xAmSHTLCEem1yHPlGfTFn55m61 #SFOJroAxRz7tqkUCRWPRpEtwoQSHD8bW {  }
 }@media only screen and (max-width: 763px) { #vx0EpJcRK3vCiw2G47WwOiVlPPziQEWv .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; }
#vx0EpJcRK3vCiw2G47WwOiVlPPziQEWv .widget-text.counter-number { padding-top:0.421875rem;padding-right:0.375625rem;padding-bottom:0.421875rem;padding-left:0.375625rem;width:2.253125rem;min-width:2.253125rem;height:2.266875rem;font-size:1.686875rem;line-height:36.27px;top:0rem;left:0rem;background-color:#eaffe6;background-image:none;color:#1b6162;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#vx0EpJcRK3vCiw2G47WwOiVlPPziQEWv .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.26375rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.00375rem;height:0.89625rem;font-size:0.6325rem;line-height:14.34px;top:0rem;left:0rem;color:#1b6162;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#vx0EpJcRK3vCiw2G47WwOiVlPPziQEWv { width:15.5rem;height:4.3125rem;display:flex;top:85.6875rem;left:3.07958984375rem;z-index:15029;padding-top:0.0525rem;padding-right:0.05375rem;padding-bottom:0.0525rem;padding-left:0.05375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #vx0EpJcRK3vCiw2G47WwOiVlPPziQEWv #usW2Jf7HELKcRZWzItdbDrTaT0ZwF17v { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vx0EpJcRK3vCiw2G47WwOiVlPPziQEWv #WlIPNsHs4Q4SDuftdRc8k3yiiTSKhgnP {  }
 }@media only screen and (max-width: 763px) { #vx0EpJcRK3vCiw2G47WwOiVlPPziQEWv #AlXAOKRTv6sLNpNfF61gQLtW9D0vdIfN {  }
 }@media only screen and (max-width: 763px) { #vx0EpJcRK3vCiw2G47WwOiVlPPziQEWv #LyPZJtHaavOpTz1bEWyUxgFSconP4sx0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vx0EpJcRK3vCiw2G47WwOiVlPPziQEWv #g60qH2OOoxmqMgN452oAODM2PVNVwlT0 {  }
 }@media only screen and (max-width: 763px) { #vx0EpJcRK3vCiw2G47WwOiVlPPziQEWv #w4TdpmxdQtyZu54atoh3T83hlyeaC4nQ {  }
 }@media only screen and (max-width: 763px) { #vx0EpJcRK3vCiw2G47WwOiVlPPziQEWv #oJBnwMuZQyVBCT0h8UR3UrH2nJz7cDQw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vx0EpJcRK3vCiw2G47WwOiVlPPziQEWv #oPbfk4nAwmUldPmpdo2iQGr0CMWZqzeq {  }
 }@media only screen and (max-width: 763px) { #vx0EpJcRK3vCiw2G47WwOiVlPPziQEWv #w6RbD1L3Veb6wVsl5uMTa74kg6T38tb6 {  }
 }@media only screen and (max-width: 763px) { #vx0EpJcRK3vCiw2G47WwOiVlPPziQEWv #wMDk5xWCVoI95XtByThzsXQbsy1qWER3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vx0EpJcRK3vCiw2G47WwOiVlPPziQEWv #GrMQvch0NSePPyLU3QMvCkL2dwyATfmr {  }
 }@media only screen and (max-width: 763px) { #vx0EpJcRK3vCiw2G47WwOiVlPPziQEWv #IwqX5T4WnFT89MpqumCMGwlPtPIKrzJA {  }
 }@media only screen and (max-width: 763px) { #s7dwGi2RekmyP6IlLJ93SOyMGqvTMX7W { width:17.75rem;height:11.4375rem;top:97.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCJ6P4zJKWFTk1TnZMIpOa3gppCVBaMM { width:15.8125rem;height:3.41161875rem;top:104.5625rem;left:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIA2ORZRlWAMIOsX2RMPelCSUcfMy3gB { width:15.9375rem;height:4.5rem;top:98.875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0468VfWyAwM3qz746e6BlUUgqkKMECD { width:12.75rem;height:2.5996125rem;top:99.8125rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZaGZrCbbvAEzF1kQH2MPwZHT6kQfyIT { width:17.75rem;height:11.4375rem;top:110.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekqdnxE2LTpyyfszO5niO2IlLEEkVxXF { width:15.9375rem;height:4.5rem;top:111.5625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxvT7rLokoTZdgvT1AqSSdba8wLNAe9a { width:12.75rem;height:2.5996125rem;top:112.5rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z208CQXyDvmgmZd9l52NlSBzO9lM6ccG { width:12.3125rem;height:3.41161875rem;top:117.25rem;left:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZS3eHi7G6yIIdwKSTGmiI5TgLXcS9ag { width:17.75rem;height:11.4375rem;top:85.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvooAvbIZv98DPZG97btIohPEef7y5kE { width:15.875rem;height:3.41161875rem;top:91.875rem;left:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsuq4RSv6TRhGQK8MlFmblwGLiSVLD3U { width:15.9375rem;height:4.5rem;top:86.1875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oz7zFAnZcZtGoILTzbUxdMvBz6ASOsOL { width:12.75rem;height:2.5996125rem;top:87.125rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzeUSSDfBNU5g9oh9WfTdNF0D60fD5KC { width:17.75rem;height:11.4375rem;top:72.5625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwvxqS0ZWzhI0hOWCgmDom7Vo0ITtcha { width:13.25rem;height:3.41161875rem;top:79.1875rem;left:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZAZipeDmqdwSSuFHMg3kf2lZJmXQoFw { width:15.9375rem;height:4.5rem;top:73.5rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhh5VhoEv7a4hCZ7w8TMqX9oJNiz686b { width:12.75rem;height:2.5996125rem;top:74.4375rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxXrdHZ0gR1gel8PTPGenFor4OrhyVPw { width:17.75rem;height:11.4375rem;top:21.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKOFZBmIfh3JUT6nsJICtqZEGxMb1kbE { width:15.9375rem;height:4.5rem;top:22.75rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIqGv4BZ95prdsHc348v9JVkW4rCr52W { width:17.75rem;height:11.4375rem;top:34.5rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJT8WCkJeHVzwFIecTPsclEM4WoTpTbx { width:15.9375rem;height:4.5rem;top:35.4375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mg5mkP8MOODi1KbMMTxH67mlpZxTbFvg { width:12.75rem;height:1.29980625rem;top:37.0625rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yySBCh2y68L75XaDvcJbxrKHxMk55HG5 { width:12.75rem;height:1.29980625rem;top:24.375rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5hHepdkZHF2PS9F6NIg5NzUOyf9Bu7h { width:17.75rem;height:11.4375rem;top:47.1875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKybdvF15PWenrCnB9Rxl2DGAZ5HFmTn { width:12.3125rem;height:3.41161875rem;top:53.8125rem;left:4.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8NeBhavZF414r6N8qcidtLTWV1znfFq { width:15.9375rem;height:4.5rem;top:48.125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ix3Z4SnTdzs8dzdU6709KJKZmUhVEidu { width:12.75rem;height:2.5996125rem;top:49.125rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8EtPpOpfnMWye2v112iuiHy3XViG7nX { width:12.3125rem;height:3.41161875rem;top:41.125rem;left:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ER6gyTwwFubOXpwOQTRKXCCAxioLVxkn { width:13.5625rem;height:3.41161875rem;top:28.4375rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTRGKDJNehz5J26DPMH65XalTRZhCZ6D { width:17.75rem;height:11.4375rem;top:59.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dt0RIK7eivnb4wvlFGPBpnHfR20FlIhF { width:15.9375rem;height:4.5rem;top:60.8125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8rdvVcM0h3Scl26Ssgr37HQL40ffViD { width:12.3125rem;height:3.41161875rem;top:66.5rem;left:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxpnfw3d7GroayGhtfBZTwX4VOvhikK2 { width:12.75rem;height:2.5996125rem;top:61.75rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikQTyrAwec8BgotvnyZeB9U4CFaDxJh3 { width:12.68675rem;height:0;top:155.70188085937rem;left:3.625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HEFWbZ1BmZs4fBGDgSQErWOL1XZPnfAn { width:6.43675rem;height:0;top:166.02903085938rem;left:6.75rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #PBnMAGouTv83rRaxMTE7X7eaefcb0RtP { width:1.74926875rem;height:0;top:158.49484960937rem;left:9.125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wBbs8P2m0iRO5A5OPkE7KAgCFluLgtTp { width:13.2495rem;height:0;top:161.69309335938rem;left:3.375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FUUrW7a3bLohDQ8WvuiDpFv2Lek9VEKT { width:11.875rem;height:7.6245rem;top:159.34448242188rem;left:4.0625rem;z-index:15026;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #k0hzXk6XlCk6gZIO215IW4TSCD0PvwJc { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k0hzXk6XlCk6gZIO215IW4TSCD0PvwJc > .row .container { background-color: transparent; background-image: none; }#k0hzXk6XlCk6gZIO215IW4TSCD0PvwJc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0hzXk6XlCk6gZIO215IW4TSCD0PvwJc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0hzXk6XlCk6gZIO215IW4TSCD0PvwJc > .row .container > .video-iframe-container { display: none; }#k0hzXk6XlCk6gZIO215IW4TSCD0PvwJc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0hzXk6XlCk6gZIO215IW4TSCD0PvwJc > .row > .video-iframe-container { display: none; }#k0hzXk6XlCk6gZIO215IW4TSCD0PvwJc > .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); }#k0hzXk6XlCk6gZIO215IW4TSCD0PvwJc > .row .container { border-width: 0; border-radius: 0; }#k0hzXk6XlCk6gZIO215IW4TSCD0PvwJc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k0hzXk6XlCk6gZIO215IW4TSCD0PvwJc > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fG4erInTv4mzE5vA50zDtmIxqTtoSisC { width:18.125rem;height:29.0625rem;top:0.125rem;left:0.875rem;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #B6blX3pTrIVbL37wvpWSbT7RAlb9dXsz { width:10.4375rem;height:2.25rem;top:2.625rem;left:4.6875rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #BSEM1Aty5CKGODfWzBrfdEnvS5UIMXn5 { width:5.811525rem;height:1.3999rem;top:3.125rem;left:7.0625rem;font-size:1rem;line-height:1.4;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #i2AnUPcHfgtSEeHalTrBkswTlIpSiWCV { width:11.875rem;height:7.625rem;top:6.4348869323731rem;left:4.0625rem;z-index:15025;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #z8tT8EdQL7mLWMTqskMrNSKQgXg2gXXc { width:16.875rem;height:3.311525rem;top:16.5rem;left:1.5625rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #CET1MyGno5folRomGUGQTJzESMovHkXP { width:7.875rem;height:1.0625rem;top:21.125rem;left:6.0625rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #Bz5K0rOiwcNOy91iiTJJZn03WOEl7T3V { width:15rem;height:0.0625rem;top:23.6875rem;left:2.5rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #SkQFi9wlXASnUviaipwaDQ5kKtfNTWCd { width:6.875rem;height:1.5625rem;top:24.9375rem;left:6.5625rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #Bx2S91vqCqRXVlphFgTA1GzPIF0EkacQ { width:9.375rem;height:1.125rem;top:26.6875rem;left:5.3125rem;font-size:0.75rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #qDuDOyCaL00NGpFtXV3V3OABhZCE3PRr { width:18.125rem;height:16.875rem;top:31.3125rem;left:0.9375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #ncBBlRS70k2i2JbF2swMrBf0kspFfQwc { width:12.5625rem;height:1.3125rem;top:32.875rem;left:3.90625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #I8S7iDXVz1Oo8KpaI3pw8tbzvdo1OsMV { width:16.3125rem;height:5.4375rem;top:41.5rem;left:1.6875rem;z-index:15027;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yIw5b5qT7ce0ExcwMehpyLTW6fHPylm9 { width:1.0625rem;height:1.0625rem;top:49.625rem;left:1.75rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #LFKMnSmsJIJR79syXp8Ot2zqmh7ZQTzO { width:14.812rem;height:1.125rem;top:49.5625rem;left:3.4375rem;font-size:0.75rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #glFkw78RtSgHVrnBaEf2TTxdPbxC8EtG .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; }
#glFkw78RtSgHVrnBaEf2TTxdPbxC8EtG .widget-text.counter-number { padding-top:0.421875rem;padding-right:0.375625rem;padding-bottom:0.421875rem;padding-left:0.375625rem;width:2.253125rem;min-width:2.253125rem;height:2.266875rem;font-size:1.686875rem;line-height:36.27px;top:0rem;left:0rem;background-color:#eaffe6;background-image:none;color:#1b6162;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#glFkw78RtSgHVrnBaEf2TTxdPbxC8EtG .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.26375rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.00375rem;height:0.89625rem;font-size:0.6325rem;line-height:14.34px;top:0rem;left:0rem;color:#1b6162;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#glFkw78RtSgHVrnBaEf2TTxdPbxC8EtG { width:16rem;height:4.270625rem;display:flex;top:35.4375rem;left:2.0625rem;z-index:15024;padding-top:0.0525rem;padding-right:0.05375rem;padding-bottom:0.0525rem;padding-left:0.05375rem;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) { #glFkw78RtSgHVrnBaEf2TTxdPbxC8EtG #XAnFLJQtoce7dDJPsnHyTAJQsKvbHzIy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #glFkw78RtSgHVrnBaEf2TTxdPbxC8EtG #bIBXnTcDdlwfCRvntwE4E40Aa33KkrsV {  }
 }@media only screen and (max-width: 763px) { #glFkw78RtSgHVrnBaEf2TTxdPbxC8EtG #TgU6dTEP84geFR6f2NnbzHsNbEWo4u1g {  }
 }@media only screen and (max-width: 763px) { #glFkw78RtSgHVrnBaEf2TTxdPbxC8EtG #KUJm5QJMIEhrrcN3MTef7qGGWLCkkTKm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #glFkw78RtSgHVrnBaEf2TTxdPbxC8EtG #U17v5FpKVPeZFTPtTnS2aEaPoJJU5l27 {  }
 }@media only screen and (max-width: 763px) { #glFkw78RtSgHVrnBaEf2TTxdPbxC8EtG #I5pGsL1w4pLBFEffXcEKwxnPllUatMhE {  }
 }@media only screen and (max-width: 763px) { #glFkw78RtSgHVrnBaEf2TTxdPbxC8EtG #iTknDxh2Sw4RZpkuV6Gwl3UqIrxzAUO4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #glFkw78RtSgHVrnBaEf2TTxdPbxC8EtG #BsmehT3H8ChT820TIV6Cw2bUEBEnqvFE {  }
 }@media only screen and (max-width: 763px) { #glFkw78RtSgHVrnBaEf2TTxdPbxC8EtG #seVVuugNPkPF5QkPv4yNhQqago4oB4TE {  }
 }@media only screen and (max-width: 763px) { #glFkw78RtSgHVrnBaEf2TTxdPbxC8EtG #TWlrOgTvqmw9olVTPPKwTV6KsncpSxuv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #glFkw78RtSgHVrnBaEf2TTxdPbxC8EtG #ZLrQbnUGu5SXmTPfkq6LrMpcXLELShCf {  }
 }@media only screen and (max-width: 763px) { #glFkw78RtSgHVrnBaEf2TTxdPbxC8EtG #bDtnQsaiFspDT9RMabBG8qkKJ1Qa9HHb {  }
 }@media only screen and (max-width: 763px) { #wVXNX3caNee2MTMqPeJP9W4ERZdK2feF { width:6.75rem;height:5.20019375rem;top:8.125rem;left:7.75rem;font-size:4rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #gIFLBIwZNr7Ws8ToIcXFO3VSCLJAl2OQ { width:13.2483125rem;height:1.54345625rem;top:13.25rem;left:3.375rem;font-size:1.1875rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #mbrSLElLxrFJa0xMbkmQsMwUCAy1s8o4 { width:1.74926875rem;height:1.94970625rem;top:10.6875rem;left:5.5rem;font-size:1.5rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #K5BZWbN84G6yvisdzs5Tfi13fK4o7Sgn { width:12.6855625rem;height:1.54345625rem;top:6.8125rem;left:3.6875rem;font-size:1.1875rem;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #IkkynMWbwUBx8t5GG7OmSyNHhKwBB5R0 { background-color:#bba271;background-image:url("https://images.assets-landingi.com/uc/81ab6f8e-e9df-4543-b7ae-70f5653e30a6/garantia.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#IkkynMWbwUBx8t5GG7OmSyNHhKwBB5R0.adaptive-delivery-prevent-bg, #IkkynMWbwUBx8t5GG7OmSyNHhKwBB5R0.lazyload, #IkkynMWbwUBx8t5GG7OmSyNHhKwBB5R0.lazyloading { background-image: none; }#IkkynMWbwUBx8t5GG7OmSyNHhKwBB5R0 > .row .container { background-color: transparent; background-image: none; }#IkkynMWbwUBx8t5GG7OmSyNHhKwBB5R0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkkynMWbwUBx8t5GG7OmSyNHhKwBB5R0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkkynMWbwUBx8t5GG7OmSyNHhKwBB5R0 > .row .container > .video-iframe-container { display: none; }#IkkynMWbwUBx8t5GG7OmSyNHhKwBB5R0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkkynMWbwUBx8t5GG7OmSyNHhKwBB5R0 > .row > .video-iframe-container { display: none; }#IkkynMWbwUBx8t5GG7OmSyNHhKwBB5R0 > .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); }#IkkynMWbwUBx8t5GG7OmSyNHhKwBB5R0 > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NuWHgdGzcHeiRSPWPmIEOr20MlDf4cmf { width:14.3125rem;height:9.3125rem;top:2.9375rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rptAr12ROsZK9lVlIx9TrZVgSGaTsZAx { width:16.9375rem;height:3.4121125rem;top:13.25rem;left:1.5625rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WAxUvneTrRGfasOh2Zx4wCg6euM3U4ea { width:17.625rem;height:9.34325rem;top:16.6875rem;left:1.1875rem;font-size:1.4375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qWrSe9bbTD2oETDNOAn4N35hOBTdtm1C { width:18.4375rem;height:4.5rem;top:28.5rem;left:0.8125rem;font-size:1.375rem;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #OIk84oyy8UcBqPVgekBwzMSsOFOfOXml { display:block; }
 }@media only screen and (max-width: 763px) { #NOzDGMwqeRnUi1LTMbIBBpQwkzIFOe0m { width:18.375rem;height:3.5rem;top:28.15625rem;left:0.8125rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #TW5EodQWXlErwioLzc2TvOIoWIpLyRPG { display:block; }#TW5EodQWXlErwioLzc2TvOIoWIpLyRPG > .row .container { width:20rem;height:66.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tn0DzHdfMmWmW4IdbOcMIFaq3mz0cVlI { width:6.9375rem;height:2.75rem;top:3.3125rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdpMNdb0rLCcT1NqONdn046BryszGhLF { width:3.18685rem;height:1.2246125rem;top:4.0625rem;left:8.375rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #IALF34zyn3TQFhZiCJRA3oonevDLEyhS { width:20rem;height:2.5996125rem;top:7.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEXOnCLzK2FTaWW7GvORyh2D6LDqJJle { width:16.936875rem;height:1.3125rem;top:11.125rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOZ3bRxInqlQicCi2ZzowqwE95r33ymT .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EOZ3bRxInqlQicCi2ZzowqwE95r33ymT .accordion-heading-text { font-size:1.125rem;height:auto;line-height:1.3;overflow:hidden; }
#EOZ3bRxInqlQicCi2ZzowqwE95r33ymT .accordion-desc-text { font-size:0.8125rem;height:auto;line-height:1.5;overflow:hidden; }
#EOZ3bRxInqlQicCi2ZzowqwE95r33ymT { display:flex;height:auto;width:20rem;top:14.05859375rem;left:0rem;gap:0.8125rem; }
 }@media only screen and (max-width: 763px) { #EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #mxErQOFCWOVW2t2crnGzhxFkBOoqE4xm {  }
 }@media only screen and (max-width: 763px) { #EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #sXLzani50cbiXlSzRRPiZZ55CH1oPCXE {  }
 }@media only screen and (max-width: 763px) { #EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #y53rqIfQHf12MB1mXXC36TR7WmPqpOzc {  }
 }@media only screen and (max-width: 763px) { #EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #bxowDx43GNEdvK2T6a42r3pL2aSK6vAs {  }
 }@media only screen and (max-width: 763px) { #EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #pW37kmUT4cCkneok3Bbo2plKgqOny16P {  }
 }@media only screen and (max-width: 763px) { #EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #McKhCSVaEVPeKZn0Q1h09cCuLrNKQs77 {  }
 }@media only screen and (max-width: 763px) { #EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #HT4AA1egAspTDc3ic0URw2IG0wTKsgrD {  }
 }@media only screen and (max-width: 763px) { #EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #y8Lzh17CrOhWU2ZiFRBKtd5FJE5tlao6 {  }
 }@media only screen and (max-width: 763px) { #EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #enEkKeTTX5xWh4bM9ckXienMWaoWNKa8 {  }
 }@media only screen and (max-width: 763px) { #EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #D6yJokO2RsDSPqmbmFI6EDEbgBxLB8pH {  }
 }@media only screen and (max-width: 763px) { #EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #RDvku7o3yrhL0hr1xR9Waykd6AUmvP7I {  }
 }@media only screen and (max-width: 763px) { #EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #cc7TuT9EmcVpirqVZA1lvx6fgs9cAToT {  }
 }@media only screen and (max-width: 763px) { #EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #ZieDrdMb5ZJZ5r1XmOkbFN5ttGlBxwvy {  }
 }@media only screen and (max-width: 763px) { #EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #Dk5MFw08JbqWT0xUNI39wmXoDqdktLoW {  }
 }@media only screen and (max-width: 763px) { #EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #RzEWGNWTUdPCBPaG5o8092ClLt5BWLsC {  }
 }@media only screen and (max-width: 763px) { #EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #huxo4A9zak7SRBXJ449ipZhu1LrmvsXf {  }
 }@media only screen and (max-width: 763px) { #EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #dnhgV1WVeffvTJGGpKtH9iNhSQKliuF9 {  }
 }@media only screen and (max-width: 763px) { #EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #xLsLrpRHOKJ6TtgcVP8OCogOvfI39vIG {  }
 }@media only screen and (max-width: 763px) { #EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #qK4pqNgqt52ELQ3ftPUdJdgkMnae7ZvS {  }
 }@media only screen and (max-width: 763px) { #EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #ANd65bhlHySG4xWTTalwCPdC7k4xfgJM {  }
 }@media only screen and (max-width: 763px) { #EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #eoylqG6q7LDDGMr5UlpTZIuewMlkc8zU {  }
 }@media only screen and (max-width: 763px) { #EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #qvJIOha60y6TUSELUxEZccOZ5sNku5AD {  }
 }@media only screen and (max-width: 763px) { #EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #iyNo2aZNVE0cKuck30KhrOT6DU3UH1T1 {  }
 }@media only screen and (max-width: 763px) { #EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #FGSFelTcRXanXyENCe1exzVhTkiEkE1a {  }
 }@media only screen and (max-width: 763px) { #EOZ3bRxInqlQicCi2ZzowqwE95r33ymT #s5BTvpxIU2nPf3W1Snb1UAvr77r1melf {  }
 }@media only screen and (max-width: 763px) { #vvSMKHnq0SGBzh8v77WQ9UgCEGwyJHOA { display:block; }#vvSMKHnq0SGBzh8v77WQ9UgCEGwyJHOA > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MNSmMrfgRSvk96xgqF1phFxOTDFFaAtW { width:19.875rem;height:7.1875rem;top:0.5625rem;left:0rem;border-top:0.0625rem solid #eaffe6;border-left:0.0625rem solid #eaffe6;border-right:0.0625rem solid #eaffe6;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #KRJaTNLBccCM9yJ6VG5rTZrJZptGKhSr { width:14.3125rem;height:2.4375rem;top:3rem;left:2.84375rem;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #eKXwbAigBV0Ldf37uz4tJ6iS0JifvzZl { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#eKXwbAigBV0Ldf37uz4tJ6iS0JifvzZl > .row .container { width:20rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iDP7ecPDr5tKNKbIEbaRJBAa2V1eqTwi { width:14.624rem;height:1.94921875rem;top:5rem;left:2.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D8ikMg3dBeANxwWW2e7GnLXpankvrZa6 { width:17.5rem;height:0.1875rem;top:7.85766875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dKEv6MUavkWppMgN95MtkbX4p6mLHTdQ { width:20rem;height:4.0376056377398rem;top:0.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NX52cTspyzhi8CTDS9X7rU7t2C1UPrZV { width:20rem;height:3.75rem;top:0.6875rem;left:0rem;z-index:15027;display:block; }
 }