.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNIRnbMhGC05SC6LGMvvgDleZ9uTNDHk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:url("https://images.assets-landingi.com/uc/9399ced7-c851-4b08-b90f-079a2eabf2fd/ABC20253.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DNIRnbMhGC05SC6LGMvvgDleZ9uTNDHk.adaptive-delivery-prevent-bg, #DNIRnbMhGC05SC6LGMvvgDleZ9uTNDHk.lazyload, #DNIRnbMhGC05SC6LGMvvgDleZ9uTNDHk.lazyloading { background-image: none; }#DNIRnbMhGC05SC6LGMvvgDleZ9uTNDHk > .row .container { background-color: transparent; background-image: none; }#DNIRnbMhGC05SC6LGMvvgDleZ9uTNDHk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNIRnbMhGC05SC6LGMvvgDleZ9uTNDHk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNIRnbMhGC05SC6LGMvvgDleZ9uTNDHk > .row .container > .video-iframe-container { display: none; }#DNIRnbMhGC05SC6LGMvvgDleZ9uTNDHk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNIRnbMhGC05SC6LGMvvgDleZ9uTNDHk > .row > .video-iframe-container { display: none; }#DNIRnbMhGC05SC6LGMvvgDleZ9uTNDHk > .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); }#DNIRnbMhGC05SC6LGMvvgDleZ9uTNDHk > .row .container { border-width: 0; border-radius: 0; }#DNIRnbMhGC05SC6LGMvvgDleZ9uTNDHk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DNIRnbMhGC05SC6LGMvvgDleZ9uTNDHk > .row .container { font-size:0.875rem;font-family:arial;height:66.1875rem;width:75rem;position:relative;display:block; }#TssP6ETb9ZIxpGaWEvmgwh2wlTmVoBFd { color:#f4ce83;display:block;width:28.9375rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:39.4375rem;left:3.8079452514649rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mnMcrpNapPcQHZ7vR1A6Qy0W3uVgNhVk { position:absolute;display:block;z-index:15010;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.123698125rem;width:25.05925rem;top:44.75rem;left:5.7467460632324rem;display:block; }
#ZzMcv7gCDy28vpPN4MPyDrT4Eu78lI9E { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.8125rem;width:18.8125rem;top:3.375rem;left:8.875rem;overflow:hidden;display:block; }
#RBb7PWt4eUUDvqtog2FEt1GvocP4r0kQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:31.25rem;display:none; }
#ihkz1hka6P5JMo3NkDae8uMwZMemRQaQ { color:#ffffff;display:block;width:32.75rem;position:absolute;font-family:"josefin sans";font-size:3.75rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:29.145833969116rem;left:1.9016952514649rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VWIcm3EUxSGRRPXwoZl6cdNMczShwyKv { color:#f4ce83;display:block;width:28.9375rem;position:absolute;font-family:"josefin sans";font-size:3.75rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:27rem;left:4.5rem;height:9.666667rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ZtQdRPPFhTxxWn2QiwuMSPOypn1xMMhZ { color:#f4ce83;display:block;width:33.375rem;position:absolute;font-family:"josefin sans";font-size:5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:47.125rem;left:1.5891952514649rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bdnnZCXF7NK6lQJeMMgKzk6Ha9HE1eyB { box-sizing:content-box;height:3.75rem;width:32.1875rem;position:absolute;display:block;z-index:14999;background-color:#f4ce83;background-image:none;top:22.8125rem;left:2.1875rem;display:block; }
#CzWo19ILTwPsVy5apxGe8XqcEzozyv52 { color:#035d24;display:block;width:32.25rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:23.468751907349rem;left:2.1516952514649rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MfsP8fNx8qH5e6su8acJkrp8Tnrbxkdd { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f4ce83;border-left:0.125rem solid #f4ce83;border-right:0.125rem solid #f4ce83;border-bottom:0.125rem solid #f4ce83;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.125rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:55.3125rem;left:1.7141952514649rem;display:block; }
#oAvtGBbUnTSm7nkgJaPakwCdEIksfzae { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xUnnyCg4vUarBiwogn1FSZCGuImOREw8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4ce83;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; }#xUnnyCg4vUarBiwogn1FSZCGuImOREw8 > .row .container { background-color: transparent; background-image: none; }#xUnnyCg4vUarBiwogn1FSZCGuImOREw8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xUnnyCg4vUarBiwogn1FSZCGuImOREw8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xUnnyCg4vUarBiwogn1FSZCGuImOREw8 > .row .container > .video-iframe-container { display: none; }#xUnnyCg4vUarBiwogn1FSZCGuImOREw8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xUnnyCg4vUarBiwogn1FSZCGuImOREw8 > .row > .video-iframe-container { display: none; }#xUnnyCg4vUarBiwogn1FSZCGuImOREw8 > .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); }#xUnnyCg4vUarBiwogn1FSZCGuImOREw8 > .row .container { border-width: 0; border-radius: 0; }#xUnnyCg4vUarBiwogn1FSZCGuImOREw8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xUnnyCg4vUarBiwogn1FSZCGuImOREw8 > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:75rem;position:relative;display:block; }#N0T6zc8syVTOy0TOsHVRVE65DgPehTDS { color:#035d24;display:block;width:75rem;position:absolute;font-family:breathing;font-size:4.375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:3.79296875rem;left:0rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PorOTygqdSVxiRdWZSe4fhHqixKbWheQ { color:#035d24;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:12.709655761719rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R4lImCFd8W7pQHh6PGr5wqI9bT80ZuER { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;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; }#R4lImCFd8W7pQHh6PGr5wqI9bT80ZuER > .row .container { background-color: transparent; background-image: none; }#R4lImCFd8W7pQHh6PGr5wqI9bT80ZuER::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4lImCFd8W7pQHh6PGr5wqI9bT80ZuER > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4lImCFd8W7pQHh6PGr5wqI9bT80ZuER > .row .container > .video-iframe-container { display: none; }#R4lImCFd8W7pQHh6PGr5wqI9bT80ZuER > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4lImCFd8W7pQHh6PGr5wqI9bT80ZuER > .row > .video-iframe-container { display: none; }#R4lImCFd8W7pQHh6PGr5wqI9bT80ZuER > .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); }#R4lImCFd8W7pQHh6PGr5wqI9bT80ZuER > .row .container { border-width: 0; border-radius: 0; }#R4lImCFd8W7pQHh6PGr5wqI9bT80ZuER > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R4lImCFd8W7pQHh6PGr5wqI9bT80ZuER > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#IwBKVWEV7tGrEzrxmZtp0AmaLhlW3rxp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;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; }#IwBKVWEV7tGrEzrxmZtp0AmaLhlW3rxp > .row .container { background-color: transparent; background-image: none; }#IwBKVWEV7tGrEzrxmZtp0AmaLhlW3rxp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IwBKVWEV7tGrEzrxmZtp0AmaLhlW3rxp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IwBKVWEV7tGrEzrxmZtp0AmaLhlW3rxp > .row .container > .video-iframe-container { display: none; }#IwBKVWEV7tGrEzrxmZtp0AmaLhlW3rxp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IwBKVWEV7tGrEzrxmZtp0AmaLhlW3rxp > .row > .video-iframe-container { display: none; }#IwBKVWEV7tGrEzrxmZtp0AmaLhlW3rxp > .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); }#IwBKVWEV7tGrEzrxmZtp0AmaLhlW3rxp > .row .container { border-width: 0; border-radius: 0; }#IwBKVWEV7tGrEzrxmZtp0AmaLhlW3rxp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IwBKVWEV7tGrEzrxmZtp0AmaLhlW3rxp > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:75rem;position:relative;display:block; }#iTshScb0QXLEWQ73Q43TdkDMJHlBiUz4 { color:#f4ce83;display:block;width:50rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:3.75rem;left:14.6875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KG5wlh5uuGpF91D0VL2NBFwO6ig7llL3 { color:#f4ce83;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:2.736328125rem;left:6.25rem;height:4.8333334922791rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#dzHti4McQkAgvpLyXarflt5zJPzi7piQ { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:3.7291870117188rem;left:9.375rem;overflow:hidden;display:block; }
#DHpwn2i5g0XNkxnGpdBPec72qHNNJnLF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;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; }#DHpwn2i5g0XNkxnGpdBPec72qHNNJnLF > .row .container { background-color: transparent; background-image: none; }#DHpwn2i5g0XNkxnGpdBPec72qHNNJnLF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHpwn2i5g0XNkxnGpdBPec72qHNNJnLF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHpwn2i5g0XNkxnGpdBPec72qHNNJnLF > .row .container > .video-iframe-container { display: none; }#DHpwn2i5g0XNkxnGpdBPec72qHNNJnLF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHpwn2i5g0XNkxnGpdBPec72qHNNJnLF > .row > .video-iframe-container { display: none; }#DHpwn2i5g0XNkxnGpdBPec72qHNNJnLF > .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); }#DHpwn2i5g0XNkxnGpdBPec72qHNNJnLF > .row .container { border-width: 0; border-radius: 0; }#DHpwn2i5g0XNkxnGpdBPec72qHNNJnLF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DHpwn2i5g0XNkxnGpdBPec72qHNNJnLF > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:75rem;position:relative;display:block; }#O7qPJTBToqWVEyImQxxg8kWPLGov864s { color:#f4ce83;display:block;width:50rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:3.75rem;left:14.6875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o2cNLdhmhOtS6ZFdvJTylIXeqp3ySbAO { color:#f4ce83;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:2.736328125rem;left:6.25rem;height:4.8333334922791rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#QqNIMVqwkz4a7nuTpnQ8FOag5lcQeroB { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:3.7291870117188rem;left:9.375rem;overflow:hidden;display:block; }
#QNgP4eNbTeoRa0O44n3sBhSHmgxHnTNf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;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; }#QNgP4eNbTeoRa0O44n3sBhSHmgxHnTNf > .row .container { background-color: transparent; background-image: none; }#QNgP4eNbTeoRa0O44n3sBhSHmgxHnTNf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QNgP4eNbTeoRa0O44n3sBhSHmgxHnTNf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QNgP4eNbTeoRa0O44n3sBhSHmgxHnTNf > .row .container > .video-iframe-container { display: none; }#QNgP4eNbTeoRa0O44n3sBhSHmgxHnTNf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QNgP4eNbTeoRa0O44n3sBhSHmgxHnTNf > .row > .video-iframe-container { display: none; }#QNgP4eNbTeoRa0O44n3sBhSHmgxHnTNf > .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); }#QNgP4eNbTeoRa0O44n3sBhSHmgxHnTNf > .row .container { border-width: 0; border-radius: 0; }#QNgP4eNbTeoRa0O44n3sBhSHmgxHnTNf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QNgP4eNbTeoRa0O44n3sBhSHmgxHnTNf > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:75rem;position:relative;display:block; }#dl4GyHdxvo5KdQCcJnQ3W0IeDD0J7OrH { color:#f4ce83;display:block;width:54.4375rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:3.75rem;left:14.6875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sTWQInJ7TzoukATG1IZX9SZoVNifIAgd { color:#f4ce83;display:block;width:68.75rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:2.1105480194092rem;left:6.2496109008789rem;height:4.8333334922791rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#T5apyS0TwDPhI7OLKcD0s4xscnTIg0W9 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:3.7291870117188rem;left:9.375rem;overflow:hidden;display:block; }
#E8uKLPTwyU1oSu95hlFPyL7Tr3Lzlt7t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;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; }#E8uKLPTwyU1oSu95hlFPyL7Tr3Lzlt7t > .row .container { background-color: transparent; background-image: none; }#E8uKLPTwyU1oSu95hlFPyL7Tr3Lzlt7t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E8uKLPTwyU1oSu95hlFPyL7Tr3Lzlt7t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E8uKLPTwyU1oSu95hlFPyL7Tr3Lzlt7t > .row .container > .video-iframe-container { display: none; }#E8uKLPTwyU1oSu95hlFPyL7Tr3Lzlt7t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E8uKLPTwyU1oSu95hlFPyL7Tr3Lzlt7t > .row > .video-iframe-container { display: none; }#E8uKLPTwyU1oSu95hlFPyL7Tr3Lzlt7t > .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); }#E8uKLPTwyU1oSu95hlFPyL7Tr3Lzlt7t > .row .container { border-width: 0; border-radius: 0; }#E8uKLPTwyU1oSu95hlFPyL7Tr3Lzlt7t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E8uKLPTwyU1oSu95hlFPyL7Tr3Lzlt7t > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;position:relative;display:block; }#wsT56PItP0AdlTIbqmEtIRFSbvALN6lm { color:#f4ce83;display:block;width:50rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:3.75rem;left:14.6875rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AXCA9E2uwG5wBGr7v5lRSoG8bD7TLQHs { color:#f4ce83;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:2.75rem;left:6.25rem;height:2.4166667461395rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#qnIIezmqvXNE1rVuJiQicV43wG0Wz8uX { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:3.2291870117188rem;left:9.375rem;overflow:hidden;display:block; }
#l4Z6QzAqhvurXL7OUVxvwe05V1IwDrpx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;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; }#l4Z6QzAqhvurXL7OUVxvwe05V1IwDrpx > .row .container { background-color: transparent; background-image: none; }#l4Z6QzAqhvurXL7OUVxvwe05V1IwDrpx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4Z6QzAqhvurXL7OUVxvwe05V1IwDrpx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4Z6QzAqhvurXL7OUVxvwe05V1IwDrpx > .row .container > .video-iframe-container { display: none; }#l4Z6QzAqhvurXL7OUVxvwe05V1IwDrpx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4Z6QzAqhvurXL7OUVxvwe05V1IwDrpx > .row > .video-iframe-container { display: none; }#l4Z6QzAqhvurXL7OUVxvwe05V1IwDrpx > .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); }#l4Z6QzAqhvurXL7OUVxvwe05V1IwDrpx > .row .container { border-width: 0; border-radius: 0; }#l4Z6QzAqhvurXL7OUVxvwe05V1IwDrpx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l4Z6QzAqhvurXL7OUVxvwe05V1IwDrpx > .row .container { font-size:0.875rem;font-family:arial;height:9.75rem;width:75rem;position:relative;display:block; }#Ed4TOk4v75us6G9f8zMJ0msmInbdoTVh { color:#f4ce83;display:block;width:52.75rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:3.75rem;left:14.6875rem;height:6.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lMqT2TN2wwKyMTkqr85yycalW5dHcPNC { color:#f4ce83;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:2.736328125rem;left:6.25rem;height:7.2500002384187rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#RRogTMQGLTUz0IAPs1anwrdxnhfAMTou { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:4.2916870117188rem;left:9.375rem;overflow:hidden;display:block; }
#K5KJz6mzdH7beMkGr5FC9T9FCHre2tvD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;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; }#K5KJz6mzdH7beMkGr5FC9T9FCHre2tvD > .row .container { background-color: transparent; background-image: none; }#K5KJz6mzdH7beMkGr5FC9T9FCHre2tvD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5KJz6mzdH7beMkGr5FC9T9FCHre2tvD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5KJz6mzdH7beMkGr5FC9T9FCHre2tvD > .row .container > .video-iframe-container { display: none; }#K5KJz6mzdH7beMkGr5FC9T9FCHre2tvD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5KJz6mzdH7beMkGr5FC9T9FCHre2tvD > .row > .video-iframe-container { display: none; }#K5KJz6mzdH7beMkGr5FC9T9FCHre2tvD > .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); }#K5KJz6mzdH7beMkGr5FC9T9FCHre2tvD > .row .container { border-width: 0; border-radius: 0; }#K5KJz6mzdH7beMkGr5FC9T9FCHre2tvD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K5KJz6mzdH7beMkGr5FC9T9FCHre2tvD > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;position:relative;display:block; }#KD98n8FksL5KebJTGQVywuT9oTO5mqp3 { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f4ce83;border-left:0.125rem solid #f4ce83;border-right:0.125rem solid #f4ce83;border-bottom:0.125rem solid #f4ce83;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.125rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:5.625rem;left:20.9375rem;display:block; }
#fTxaoWioHdtDRThBMXbTJvDXllTrz1oi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ynZTxA9wQh4FKHKdi4FoL9G6s9C0T2Ss { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9c297d75-ad05-4cd9-89c3-97fc0f57b3e7/Zdjciegwnenastronzapisu1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ynZTxA9wQh4FKHKdi4FoL9G6s9C0T2Ss.adaptive-delivery-prevent-bg, #ynZTxA9wQh4FKHKdi4FoL9G6s9C0T2Ss.lazyload, #ynZTxA9wQh4FKHKdi4FoL9G6s9C0T2Ss.lazyloading { background-image: none; }#ynZTxA9wQh4FKHKdi4FoL9G6s9C0T2Ss > .row .container { background-color: transparent; background-image: none; }#ynZTxA9wQh4FKHKdi4FoL9G6s9C0T2Ss::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynZTxA9wQh4FKHKdi4FoL9G6s9C0T2Ss > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynZTxA9wQh4FKHKdi4FoL9G6s9C0T2Ss > .row .container > .video-iframe-container { display: none; }#ynZTxA9wQh4FKHKdi4FoL9G6s9C0T2Ss > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynZTxA9wQh4FKHKdi4FoL9G6s9C0T2Ss > .row > .video-iframe-container { display: none; }#ynZTxA9wQh4FKHKdi4FoL9G6s9C0T2Ss > .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); }#ynZTxA9wQh4FKHKdi4FoL9G6s9C0T2Ss > .row .container { border-width: 0; border-radius: 0; }#ynZTxA9wQh4FKHKdi4FoL9G6s9C0T2Ss > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ynZTxA9wQh4FKHKdi4FoL9G6s9C0T2Ss > .row .container { font-size:0.875rem;font-family:arial;height:25.25rem;width:75rem;position:relative;display:block; }#TfyLviN0PCTaoRgUWrx2zZvWWJd155tq { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:3.75rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:5.8750019073486rem;left:0rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H2CHbePc3oKFPoTef4ChUFNJvepEpcsu { color:#035d24;display:block;width:6.2473959922791rem;position:absolute;font-family:dosis;font-size:16rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:8.3125rem;left:5.6875rem;height:20.75rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#d26k7zaW4kAEyWZuk0ySKhWhbeub73oL { color:#035d24;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:10.208374023438rem;left:0rem;height:13.000000476837rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#sH5Bv89PNUuyDTuZ46bAwbiipJtRSOxX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sH5Bv89PNUuyDTuZ46bAwbiipJtRSOxX > .row .container { background-color: transparent; background-image: none; }#sH5Bv89PNUuyDTuZ46bAwbiipJtRSOxX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sH5Bv89PNUuyDTuZ46bAwbiipJtRSOxX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sH5Bv89PNUuyDTuZ46bAwbiipJtRSOxX > .row .container > .video-iframe-container { display: none; }#sH5Bv89PNUuyDTuZ46bAwbiipJtRSOxX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sH5Bv89PNUuyDTuZ46bAwbiipJtRSOxX > .row > .video-iframe-container { display: none; }#sH5Bv89PNUuyDTuZ46bAwbiipJtRSOxX > .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); }#sH5Bv89PNUuyDTuZ46bAwbiipJtRSOxX > .row .container { border-width: 0; border-radius: 0; }#sH5Bv89PNUuyDTuZ46bAwbiipJtRSOxX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sH5Bv89PNUuyDTuZ46bAwbiipJtRSOxX > .row .container { font-size:0.875rem;font-family:arial;height:32.5625rem;width:75rem;position:relative;display:block; }#HapIsvWaGDzOefW37JbDyxTkkzTmbsS1 { color:#035d24;display:block;width:23.1230625rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:3.375rem;left:0rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oXrSJDC3f0zhD8JTiCAI64N317LPxRVW { color:#035d24;display:block;width:23.1230625rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:3.375rem;left:25.938152313233rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JUJWxPLli9icVakxXFIuitV5aMC1C0KA { color:#47545a;display:block;width:23.125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:9.875rem;left:25.9375rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WdXb8zO2KqvDCLPKT55twHZZ17VITuz2 { color:#47545a;display:block;width:23.125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:13.125rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V654Hevev3uknyUyG84ve19H2WUA1rRr { color:#035d24;display:block;width:23.1230625rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:3.375rem;left:51.876304626465rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uUFWz2zXnAUHh6HPFtK1ff7t85KfN48s { color:#47545a;display:block;width:18.875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:11.541666984558rem;left:54rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n79TQK9l4aS2QvftlSdqyLiL9ilS50FW { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f4ce83;border-left:0.125rem solid #f4ce83;border-right:0.125rem solid #f4ce83;border-bottom:0.125rem solid #f4ce83;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.125rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:20.603515625rem;left:20.9375rem;display:block; }
#RbOHTGWXL2mnOTTbeFyhhyt0k7Xnhv0K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uAZn7FZ3zTXWaHvv1M8G2EFf8ZzxEOZr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;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; }#uAZn7FZ3zTXWaHvv1M8G2EFf8ZzxEOZr > .row .container { background-color: transparent; background-image: none; }#uAZn7FZ3zTXWaHvv1M8G2EFf8ZzxEOZr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uAZn7FZ3zTXWaHvv1M8G2EFf8ZzxEOZr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uAZn7FZ3zTXWaHvv1M8G2EFf8ZzxEOZr > .row .container > .video-iframe-container { display: none; }#uAZn7FZ3zTXWaHvv1M8G2EFf8ZzxEOZr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uAZn7FZ3zTXWaHvv1M8G2EFf8ZzxEOZr > .row > .video-iframe-container { display: none; }#uAZn7FZ3zTXWaHvv1M8G2EFf8ZzxEOZr > .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); }#uAZn7FZ3zTXWaHvv1M8G2EFf8ZzxEOZr > .row .container { border-width: 0; border-radius: 0; }#uAZn7FZ3zTXWaHvv1M8G2EFf8ZzxEOZr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uAZn7FZ3zTXWaHvv1M8G2EFf8ZzxEOZr > .row .container { font-size:0.875rem;font-family:arial;height:38.875rem;width:75rem;position:relative;display:block; }#V7Zlrwa28shRIbcNx6Zzu7x0HFFobqaI { color:#f4ce83;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:3.75rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:3.6875rem;left:0.375rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FTVgawDOIBahO6vpvqsgv2z0WxMcJIa8 { color:#f4ce83;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:6.625rem;left:0rem;height:4.8333334922791rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RwG96WqAFAP6bF0JyCMaLQyEtR4ODLWE { color:#f4ce83;display:block;width:53.25rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:14.625rem;left:10.875rem;height:18.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GdAlWMLxmTK1tUsuipGHapdm4x5dQr14 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;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; }#GdAlWMLxmTK1tUsuipGHapdm4x5dQr14 > .row .container { background-color: transparent; background-image: none; }#GdAlWMLxmTK1tUsuipGHapdm4x5dQr14::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GdAlWMLxmTK1tUsuipGHapdm4x5dQr14 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GdAlWMLxmTK1tUsuipGHapdm4x5dQr14 > .row .container > .video-iframe-container { display: none; }#GdAlWMLxmTK1tUsuipGHapdm4x5dQr14 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GdAlWMLxmTK1tUsuipGHapdm4x5dQr14 > .row > .video-iframe-container { display: none; }#GdAlWMLxmTK1tUsuipGHapdm4x5dQr14 > .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); }#GdAlWMLxmTK1tUsuipGHapdm4x5dQr14 > .row .container { border-width: 0; border-radius: 0; }#GdAlWMLxmTK1tUsuipGHapdm4x5dQr14 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GdAlWMLxmTK1tUsuipGHapdm4x5dQr14 > .row .container { font-size:0.875rem;font-family:arial;height:13.5rem;width:75rem;position:relative;display:block; }#GEmmJvgkQ6g9L10nAQadaxy7IUh1W44S { color:#035d24;display:block;width:75rem;position:absolute;font-family:breathing;font-size:4.375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:5.73974609375rem;left:0rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZICrp96dagZ1s52wmbVQI8NpmNRTPxIT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;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; }#ZICrp96dagZ1s52wmbVQI8NpmNRTPxIT > .row .container { background-color: transparent; background-image: none; }#ZICrp96dagZ1s52wmbVQI8NpmNRTPxIT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZICrp96dagZ1s52wmbVQI8NpmNRTPxIT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZICrp96dagZ1s52wmbVQI8NpmNRTPxIT > .row .container > .video-iframe-container { display: none; }#ZICrp96dagZ1s52wmbVQI8NpmNRTPxIT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZICrp96dagZ1s52wmbVQI8NpmNRTPxIT > .row > .video-iframe-container { display: none; }#ZICrp96dagZ1s52wmbVQI8NpmNRTPxIT > .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); }#ZICrp96dagZ1s52wmbVQI8NpmNRTPxIT > .row .container { border-width: 0; border-radius: 0; }#ZICrp96dagZ1s52wmbVQI8NpmNRTPxIT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZICrp96dagZ1s52wmbVQI8NpmNRTPxIT > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:75rem;position:relative;display:block; }#THVQxztLmbnmPBucr2nDIuTUwzG5ROcU { color:#f4ce83;display:block;width:23.125rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:2.6627502441406rem;left:0.90625rem;height:10.722675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xAcFv0INGTbx3ofBug5a5TusBvU3diGS { color:#f4ce83;display:block;width:23.125rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:2.748046875rem;left:25.937107086182rem;height:8.9355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cMh6NcfhAknWIAMFqgUbqy9rR14wuFRI { color:#f4ce83;display:block;width:23.125rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:2.7480325698852rem;left:50.936717987061rem;height:8.9355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DTVn8zkgJthiATuRzw2v3sxPNCKGMBTI { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:12.9375rem;width:22.9375rem;top:1.70703125rem;left:1.03125rem;display:block; }
#nS3naJ4ABehWeQU3NwNX7Hs2S6WMaqIM { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:12.9375rem;width:22.9375rem;top:1.6640625rem;left:26.03125rem;display:block; }
#ON0SfbZct1ZsCi9xd1y4GSZrgBA0ab96 { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:12.9375rem;width:22.9375rem;top:1.6640625rem;left:51.03125rem;display:block; }
#PzZhpm4gAN1MI3RXBRxFqU8WWIkfd9LL { position:absolute;display:block;z-index:15013;background-color:#f4ce83;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:13.6875rem;width:23.5625rem;top:1.3203125rem;left:0.71875rem;display:block; }
#tUsr6JXCVJqg92iB8SHFtZUC29QVH1SN { position:absolute;display:block;z-index:15013;background-color:#f4ce83;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:13.6875rem;width:23.5625rem;top:1.3203125rem;left:25.71875rem;display:block; }
#QyZQT9HktD7vcCiGa6N6GrB4wQoLncxr { position:absolute;display:block;z-index:15013;background-color:#f4ce83;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:13.6875rem;width:23.5625rem;top:1.3203125rem;left:50.71875rem;display:block; }
#gIwus2LKMRIiWT6ReVBT6sl4F5p7NZ7R { position:absolute;display:block;z-index:15014;background-color:#fbf3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:12.5rem;width:22.9375rem;top:1.6640625rem;left:26.03125rem;display:none; }
#r8fem8C5g0bXUeomoPI5sJPF3k9Egema { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;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; }#r8fem8C5g0bXUeomoPI5sJPF3k9Egema > .row .container { background-color: transparent; background-image: none; }#r8fem8C5g0bXUeomoPI5sJPF3k9Egema::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8fem8C5g0bXUeomoPI5sJPF3k9Egema > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8fem8C5g0bXUeomoPI5sJPF3k9Egema > .row .container > .video-iframe-container { display: none; }#r8fem8C5g0bXUeomoPI5sJPF3k9Egema > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8fem8C5g0bXUeomoPI5sJPF3k9Egema > .row > .video-iframe-container { display: none; }#r8fem8C5g0bXUeomoPI5sJPF3k9Egema > .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); }#r8fem8C5g0bXUeomoPI5sJPF3k9Egema > .row .container { border-width: 0; border-radius: 0; }#r8fem8C5g0bXUeomoPI5sJPF3k9Egema > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r8fem8C5g0bXUeomoPI5sJPF3k9Egema > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:75rem;position:relative;display:block; }#T6PwKed790nSeque5fsuPHUzyHsWbhMn { color:#f4ce83;display:block;width:23.125rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:2.6627502441406rem;left:0.90625rem;height:10.72266875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mz2rcZw9Bwl95HX2vndlBkDkFf3LBkJ4 { color:#f4ce83;display:block;width:23.125rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:2.748046875rem;left:25.937107086182rem;height:8.9355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o8Ic7v0yeoM7I2GqXFwORAHTAMImfxLk { color:#f4ce83;display:block;width:23.125rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:2.7480325698852rem;left:50.936717987061rem;height:10.722675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mlSdcaKbSZssqThgT0JzuP9wTm6fkwvV { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:12.9375rem;width:22.9375rem;top:1.70703125rem;left:1.03125rem;display:block; }
#fEIvUTAMobhWTypol4ogRNEIKd7U1ITB { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:12.9375rem;width:22.9375rem;top:1.6640625rem;left:26.03125rem;display:block; }
#qrUdPq5kX93q6TIBzPmeRM65ldeGMUoM { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:12.9375rem;width:22.9375rem;top:1.6640625rem;left:51.03125rem;display:block; }
#PF9BCvRxrszEx27fHNLDIbBIRPbIG1cc { position:absolute;display:block;z-index:15013;background-color:#f4ce83;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:13.6875rem;width:23.5625rem;top:1.3203125rem;left:0.71875rem;display:block; }
#mqmXdKgicbl0aWZF5QUi7CgDDO3eCVQ5 { position:absolute;display:block;z-index:15013;background-color:#f4ce83;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:13.6875rem;width:23.5625rem;top:1.3203125rem;left:25.71875rem;display:block; }
#WGnyNQknet9Spn5OA7xIRTWGdDQlXLEp { position:absolute;display:block;z-index:15013;background-color:#f4ce83;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:13.6875rem;width:23.5625rem;top:1.3203125rem;left:50.71875rem;display:block; }
#CC0lbZZVQo9SBLiTlmEg3lDFVmbT4dQt { position:absolute;display:block;z-index:15014;background-color:#fbf3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:12.5rem;width:22.9375rem;top:1.6640625rem;left:26.03125rem;display:none; }
#JZcheVxE2X93OTpt9vlm8G7RIiR97yrX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;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; }#JZcheVxE2X93OTpt9vlm8G7RIiR97yrX > .row .container { background-color: transparent; background-image: none; }#JZcheVxE2X93OTpt9vlm8G7RIiR97yrX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZcheVxE2X93OTpt9vlm8G7RIiR97yrX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZcheVxE2X93OTpt9vlm8G7RIiR97yrX > .row .container > .video-iframe-container { display: none; }#JZcheVxE2X93OTpt9vlm8G7RIiR97yrX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZcheVxE2X93OTpt9vlm8G7RIiR97yrX > .row > .video-iframe-container { display: none; }#JZcheVxE2X93OTpt9vlm8G7RIiR97yrX > .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); }#JZcheVxE2X93OTpt9vlm8G7RIiR97yrX > .row .container { border-width: 0; border-radius: 0; }#JZcheVxE2X93OTpt9vlm8G7RIiR97yrX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JZcheVxE2X93OTpt9vlm8G7RIiR97yrX > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:75rem;position:relative;display:block; }#SlK7nAtntOpahiiRON7BNqRZZthvG8cz { color:#f4ce83;display:block;width:23.125rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:2.6627502441406rem;left:0.90625rem;height:10.722675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tS6LyozT6rVirwCsQv8z3AvTcxd1QkBI { color:#f4ce83;display:block;width:23.125rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:2.748046875rem;left:25.937107086182rem;height:8.93555625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vdvkyox98Ji5kI3wOCKi0lSxUUN2sQ0A { color:#f4ce83;display:block;width:23.125rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:2.7480325698852rem;left:50.936717987061rem;height:10.722675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dOLQOub9HeNxPgtbS6H9OJQQTxweItfo { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:12.9375rem;width:22.9375rem;top:1.70703125rem;left:1.03125rem;display:block; }
#IEWFbIPUuG48DkOo9e1a8cbRG35HUUq6 { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:12.9375rem;width:22.9375rem;top:1.6640625rem;left:26.03125rem;display:block; }
#BD62PPqwQ6CFdz4AH6l4BCNl8nI2dRoI { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:12.9375rem;width:22.9375rem;top:1.6640625rem;left:51.03125rem;display:block; }
#GBhTtem2XySpu4OAVgeworoxs5D7bKsq { position:absolute;display:block;z-index:15013;background-color:#f4ce83;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:13.6875rem;width:23.5625rem;top:1.3203125rem;left:0.71875rem;display:block; }
#W2aMQi4qk4wLRHNNLVZ2pCHyBC2nmpuU { position:absolute;display:block;z-index:15013;background-color:#f4ce83;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:13.6875rem;width:23.5625rem;top:1.3203125rem;left:25.71875rem;display:block; }
#hnJiBTnxozMoqExZSvTXlT2v9WVX0lsI { position:absolute;display:block;z-index:15013;background-color:#f4ce83;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:13.6875rem;width:23.5625rem;top:1.3203125rem;left:50.71875rem;display:block; }
#GnJ2IxJ97XZHsWdKXDXCh3EgkMBynQpX { position:absolute;display:block;z-index:15014;background-color:#fbf3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:12.5rem;width:22.9375rem;top:1.6640625rem;left:26.03125rem;display:none; }
#v4h4bVIZSsZ2UINpZWcRAsm64gU8poVW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;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; }#v4h4bVIZSsZ2UINpZWcRAsm64gU8poVW > .row .container { background-color: transparent; background-image: none; }#v4h4bVIZSsZ2UINpZWcRAsm64gU8poVW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4h4bVIZSsZ2UINpZWcRAsm64gU8poVW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4h4bVIZSsZ2UINpZWcRAsm64gU8poVW > .row .container > .video-iframe-container { display: none; }#v4h4bVIZSsZ2UINpZWcRAsm64gU8poVW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4h4bVIZSsZ2UINpZWcRAsm64gU8poVW > .row > .video-iframe-container { display: none; }#v4h4bVIZSsZ2UINpZWcRAsm64gU8poVW > .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); }#v4h4bVIZSsZ2UINpZWcRAsm64gU8poVW > .row .container { border-width: 0; border-radius: 0; }#v4h4bVIZSsZ2UINpZWcRAsm64gU8poVW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v4h4bVIZSsZ2UINpZWcRAsm64gU8poVW > .row .container { font-size:0.875rem;font-family:arial;height:15.25rem;width:75rem;position:relative;display:block; }#lvhITcadflGRFTCXtaWrHZ1NqF8NuD9Q { color:#f4ce83;display:block;width:23.125rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:2.6627502441406rem;left:0.90625rem;height:10.722675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fEX0Kk35TiwmUcvOO4AM5ZTUlErIxgNg { color:#f4ce83;display:block;width:23.125rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:2.748046875rem;left:25.937107086182rem;height:10.722675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OqgJL1r8fCNEpTQc3EdrfDlssFSa0DBr { color:#f4ce83;display:block;width:23.125rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:2.7480325698852rem;left:50.936717987061rem;height:8.9355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H1a5GedbvtvHZZPWSXBbqASlw4FmZh6z { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:12.9375rem;width:22.9375rem;top:1.70703125rem;left:1.03125rem;display:block; }
#nTvzpsChtH4uos4NmF2AJ4VD8bcxbZuE { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:12.9375rem;width:22.9375rem;top:1.6640625rem;left:26.03125rem;display:block; }
#lxcRSql3tCTM3aegPgH8xZgM0UeAy9NN { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:12.9375rem;width:22.9375rem;top:1.6640625rem;left:51.03125rem;display:block; }
#CFJAKF7cFZ9zgJKB0yIHgTpEgxltCIfe { position:absolute;display:block;z-index:15013;background-color:#f4ce83;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:13.6875rem;width:23.5625rem;top:1.3203125rem;left:0.71875rem;display:block; }
#WHv92yP2rwqt18NOiViWXMrpAyIAfCFT { position:absolute;display:block;z-index:15013;background-color:#f4ce83;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:13.6875rem;width:23.5625rem;top:1.3203125rem;left:25.71875rem;display:block; }
#MbGbkfw1RDvKlSTvkfI783CCVfQUTNgk { position:absolute;display:block;z-index:15013;background-color:#f4ce83;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:13.6875rem;width:23.5625rem;top:1.3203125rem;left:50.71875rem;display:block; }
#v6sEO74hzePIGK8lKbbPulTkgnI5kklI { position:absolute;display:block;z-index:15014;background-color:#fbf3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:12.5rem;width:22.9375rem;top:1.6640625rem;left:26.03125rem;display:none; }
#FXO8TT2Crv2JiLmwvmysEDZPfUOlhb5T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;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; }#FXO8TT2Crv2JiLmwvmysEDZPfUOlhb5T > .row .container { background-color: transparent; background-image: none; }#FXO8TT2Crv2JiLmwvmysEDZPfUOlhb5T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FXO8TT2Crv2JiLmwvmysEDZPfUOlhb5T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FXO8TT2Crv2JiLmwvmysEDZPfUOlhb5T > .row .container > .video-iframe-container { display: none; }#FXO8TT2Crv2JiLmwvmysEDZPfUOlhb5T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FXO8TT2Crv2JiLmwvmysEDZPfUOlhb5T > .row > .video-iframe-container { display: none; }#FXO8TT2Crv2JiLmwvmysEDZPfUOlhb5T > .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); }#FXO8TT2Crv2JiLmwvmysEDZPfUOlhb5T > .row .container { border-width: 0; border-radius: 0; }#FXO8TT2Crv2JiLmwvmysEDZPfUOlhb5T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FXO8TT2Crv2JiLmwvmysEDZPfUOlhb5T > .row .container { font-size:0.875rem;font-family:arial;height:14.1875rem;width:75rem;position:relative;display:block; }#cwucgS1wFTvflT4uOy62S8mcLx2T2PC0 { color:#035d24;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:9.9375019073488rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R1Q4R53JQdfiuGAmsdOnzBCwN0KSsdNM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;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; }#R1Q4R53JQdfiuGAmsdOnzBCwN0KSsdNM > .row .container { background-color: transparent; background-image: none; }#R1Q4R53JQdfiuGAmsdOnzBCwN0KSsdNM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1Q4R53JQdfiuGAmsdOnzBCwN0KSsdNM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1Q4R53JQdfiuGAmsdOnzBCwN0KSsdNM > .row .container > .video-iframe-container { display: none; }#R1Q4R53JQdfiuGAmsdOnzBCwN0KSsdNM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1Q4R53JQdfiuGAmsdOnzBCwN0KSsdNM > .row > .video-iframe-container { display: none; }#R1Q4R53JQdfiuGAmsdOnzBCwN0KSsdNM > .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); }#R1Q4R53JQdfiuGAmsdOnzBCwN0KSsdNM > .row .container { border-width: 0; border-radius: 0; }#R1Q4R53JQdfiuGAmsdOnzBCwN0KSsdNM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R1Q4R53JQdfiuGAmsdOnzBCwN0KSsdNM > .row .container { font-size:0.875rem;font-family:arial;height:29.5rem;width:75rem;position:relative;display:block; }#pWGgkmlACIZQ8o5kP7Qoeg3rE885OXBw { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f4ce83;border-left:0.125rem solid #f4ce83;border-right:0.125rem solid #f4ce83;border-bottom:0.125rem solid #f4ce83;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.4375rem;width:63.0625rem;top:4.8125rem;left:8.4375rem;display:block; }
#owP0uzrSMBcbiA6cS7zyXsFoVZNJSr9L { color:#7a3855;display:block;width:46.6875rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:9.9365727901456rem;left:19.6875rem;height:10.15625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#cy8QgATanT9MSbe8EE41XT5AFb0yilXI { color:#2649a9;display:block;width:54.5rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:23.041625976562rem;left:19.6875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i8EHmBCuItqyTfHEHqfwZG2FHmb6UfpN { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:16.875rem;top:8.5937232971194rem;left:0rem;overflow:hidden;display:block; }
#XQ3kFMTWEyx6U9OiNAN7qXGnfEmtVEx6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;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; }#XQ3kFMTWEyx6U9OiNAN7qXGnfEmtVEx6 > .row .container { background-color: transparent; background-image: none; }#XQ3kFMTWEyx6U9OiNAN7qXGnfEmtVEx6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQ3kFMTWEyx6U9OiNAN7qXGnfEmtVEx6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQ3kFMTWEyx6U9OiNAN7qXGnfEmtVEx6 > .row .container > .video-iframe-container { display: none; }#XQ3kFMTWEyx6U9OiNAN7qXGnfEmtVEx6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQ3kFMTWEyx6U9OiNAN7qXGnfEmtVEx6 > .row > .video-iframe-container { display: none; }#XQ3kFMTWEyx6U9OiNAN7qXGnfEmtVEx6 > .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); }#XQ3kFMTWEyx6U9OiNAN7qXGnfEmtVEx6 > .row .container { border-width: 0; border-radius: 0; }#XQ3kFMTWEyx6U9OiNAN7qXGnfEmtVEx6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XQ3kFMTWEyx6U9OiNAN7qXGnfEmtVEx6 > .row .container { font-size:0.875rem;font-family:arial;height:29.5rem;width:75rem;position:relative;display:block; }#xBob9aPVdxTT9wXRwpTiFX23HQBN3ndi { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f4ce83;border-left:0.125rem solid #f4ce83;border-right:0.125rem solid #f4ce83;border-bottom:0.125rem solid #f4ce83;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.4375rem;width:63.0625rem;top:4.8125rem;left:8.4375rem;display:block; }
#lJm4xMhb6Kx1VQOTxCu0Tpmi1q2cL6XD { color:#7a3855;display:block;width:49.1875rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:10.311814308166rem;left:19.6875rem;height:10.15625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#NRZzMxStCtfwIm9ibUqBENNvnT0iu31W { color:#2649a9;display:block;width:54.5rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:23.041625976562rem;left:19.6875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iTPi0no7lqGWGIz5bzFTHtBEXApXUGtm { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:16.875rem;top:8.5937232971194rem;left:0rem;overflow:hidden;display:block; }
#NOoKPw0gCWGXNRZr0JEevWEBEz7bK1lK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;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; }#NOoKPw0gCWGXNRZr0JEevWEBEz7bK1lK > .row .container { background-color: transparent; background-image: none; }#NOoKPw0gCWGXNRZr0JEevWEBEz7bK1lK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NOoKPw0gCWGXNRZr0JEevWEBEz7bK1lK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NOoKPw0gCWGXNRZr0JEevWEBEz7bK1lK > .row .container > .video-iframe-container { display: none; }#NOoKPw0gCWGXNRZr0JEevWEBEz7bK1lK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NOoKPw0gCWGXNRZr0JEevWEBEz7bK1lK > .row > .video-iframe-container { display: none; }#NOoKPw0gCWGXNRZr0JEevWEBEz7bK1lK > .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); }#NOoKPw0gCWGXNRZr0JEevWEBEz7bK1lK > .row .container { border-width: 0; border-radius: 0; }#NOoKPw0gCWGXNRZr0JEevWEBEz7bK1lK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NOoKPw0gCWGXNRZr0JEevWEBEz7bK1lK > .row .container { font-size:0.875rem;font-family:arial;height:40.0625rem;width:75rem;position:relative;display:block; }#UuKmAWsTmq2bFXMwCwSyySKTF56gIITX { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f4ce83;border-left:0.125rem solid #f4ce83;border-right:0.125rem solid #f4ce83;border-bottom:0.125rem solid #f4ce83;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.4375rem;width:63.0625rem;top:4.8125rem;left:8.4375rem;display:block; }
#rbp8Nq3n91eQE5glgt51pGBtT9Nmy5Io { color:#7a3855;display:block;width:49.1875rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:11.437450408936rem;left:19.6875rem;height:8.125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#LOV9p8IG8XhVKSt7DE9t2kxvQxaKWmyA { color:#2649a9;display:block;width:54.5rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:23.041625976562rem;left:19.6875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GTufOLZNiVmqqpGJAonnNlxuWg4mJ6iH { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:16.875rem;top:8.5937232971194rem;left:0rem;overflow:hidden;display:block; }
#D8WhmguDbdN6kJiCG1ckksxiaHF3NBD9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;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; }#D8WhmguDbdN6kJiCG1ckksxiaHF3NBD9 > .row .container { background-color: transparent; background-image: none; }#D8WhmguDbdN6kJiCG1ckksxiaHF3NBD9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8WhmguDbdN6kJiCG1ckksxiaHF3NBD9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8WhmguDbdN6kJiCG1ckksxiaHF3NBD9 > .row .container > .video-iframe-container { display: none; }#D8WhmguDbdN6kJiCG1ckksxiaHF3NBD9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8WhmguDbdN6kJiCG1ckksxiaHF3NBD9 > .row > .video-iframe-container { display: none; }#D8WhmguDbdN6kJiCG1ckksxiaHF3NBD9 > .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); }#D8WhmguDbdN6kJiCG1ckksxiaHF3NBD9 > .row .container { border-width: 0; border-radius: 0; }#D8WhmguDbdN6kJiCG1ckksxiaHF3NBD9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D8WhmguDbdN6kJiCG1ckksxiaHF3NBD9 > .row .container { font-size:0.875rem;font-family:arial;height:20.8125rem;width:75rem;position:relative;display:block; }#m7r9zEQS6RddLfTh9yyEG4AdInOeMKAD { color:#f4ce83;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:3.75rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:7.5rem;left:0.5625rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CmKW1cb853CBXMMKPZAw0qasLrMdPfzu { color:#f4ce83;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:6.625rem;left:0rem;height:4.8333334922791rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#VA8RzzQrANhE3kVZ7oAXR8VSTGv4WaSC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;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; }#VA8RzzQrANhE3kVZ7oAXR8VSTGv4WaSC > .row .container { background-color: transparent; background-image: none; }#VA8RzzQrANhE3kVZ7oAXR8VSTGv4WaSC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VA8RzzQrANhE3kVZ7oAXR8VSTGv4WaSC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VA8RzzQrANhE3kVZ7oAXR8VSTGv4WaSC > .row .container > .video-iframe-container { display: none; }#VA8RzzQrANhE3kVZ7oAXR8VSTGv4WaSC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VA8RzzQrANhE3kVZ7oAXR8VSTGv4WaSC > .row > .video-iframe-container { display: none; }#VA8RzzQrANhE3kVZ7oAXR8VSTGv4WaSC > .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); }#VA8RzzQrANhE3kVZ7oAXR8VSTGv4WaSC > .row .container { border-width: 0; border-radius: 0; }#VA8RzzQrANhE3kVZ7oAXR8VSTGv4WaSC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VA8RzzQrANhE3kVZ7oAXR8VSTGv4WaSC > .row .container { font-size:0.875rem;font-family:arial;height:46.0625rem;width:75rem;position:relative;display:block; }#fceUR8gIQ4TQObNqoFPyw78wDsNaLaFX { color:#47545a;display:block;width:56.25rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:2.708251953125rem;left:12.3125rem;height:35.15625rem;font-style:normal;display:block; }
#RwHcVSmcuTd2JPR3Q50xbypH08C3w2qR { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:2.70703125rem;left:7.5rem;overflow:hidden;display:block; }
#dOukdxcMHTJA1MZrp4y6lzDJSdDvJ2Dc { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:12.33203125rem;left:7.5rem;overflow:hidden;display:block; }
#AmQzkQt9y5vc27Q1RfLns4hpGxNTbLM2 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:21.45703125rem;left:7.5rem;overflow:hidden;display:block; }
#KcZ1gDdmz7xb1V7uU9IuOlAy1SkiMJKV { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:31.08203125rem;left:7.5rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#035d24;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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 > .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:21.25rem;width:75rem;overflow:visible;position:relative;display:block; }#aJ2ObXvr2lXGnXwbJ6WI6ckBUV68lIqg { color:#f4ce83;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:3.75rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:7.5rem;left:0rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hXFB3lu5htTmpaNUDLycs59vpy54q7JN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ff2705e4-2756-4f1a-a9a1-c958b63481ad/ABC20252.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hXFB3lu5htTmpaNUDLycs59vpy54q7JN.adaptive-delivery-prevent-bg, #hXFB3lu5htTmpaNUDLycs59vpy54q7JN.lazyload, #hXFB3lu5htTmpaNUDLycs59vpy54q7JN.lazyloading { background-image: none; }#hXFB3lu5htTmpaNUDLycs59vpy54q7JN > .row .container { background-color: transparent; background-image: none; }#hXFB3lu5htTmpaNUDLycs59vpy54q7JN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXFB3lu5htTmpaNUDLycs59vpy54q7JN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXFB3lu5htTmpaNUDLycs59vpy54q7JN > .row .container > .video-iframe-container { display: none; }#hXFB3lu5htTmpaNUDLycs59vpy54q7JN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXFB3lu5htTmpaNUDLycs59vpy54q7JN > .row > .video-iframe-container { display: none; }#hXFB3lu5htTmpaNUDLycs59vpy54q7JN > .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); }#hXFB3lu5htTmpaNUDLycs59vpy54q7JN > .row .container { border-width: 0; border-radius: 0; }#hXFB3lu5htTmpaNUDLycs59vpy54q7JN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hXFB3lu5htTmpaNUDLycs59vpy54q7JN > .row .container { font-size:0.875rem;font-family:arial;height:58.6875rem;width:75rem;position:relative;display:block; }#pFf37Z81dueCApEAVh6Nw74SkQlerT0N { color:#212721;display:block;width:32.875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:32.25rem;left:1rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ta3XBbwbKOkZgNUcN6EIIVOLXOTN15kq { color:#f39c12;display:block;width:36.0625rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:17.75rem;left:0rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aXg4OoCmzIQRypgC1EaXnI91tEszB2eF { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.25rem;width:36.25rem;top:15.5rem;left:0rem;display:block; }
#f51r0LmCE6aXsdXxKb5sMDTQwUWSso4v { color:#212721;display:block;width:32.875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:24.625rem;left:1rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#c1BDZ5PRg1R5XFimvf54ZoUXpaz8C6hu { color:#f39c12;display:block;width:36.1875rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:700;z-index:15025;line-height:2;letter-spacing:0;top:33.875rem;left:0rem;height:4.375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eMRTHNMxZ8kXk5ICTDNyHRFoNcAdqeqb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:31.25rem;display:none; }
#ptGRTrVyP88Bcsob7zfUVg6N2bzfEhue { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;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; }#ptGRTrVyP88Bcsob7zfUVg6N2bzfEhue > .row .container { background-color: transparent; background-image: none; }#ptGRTrVyP88Bcsob7zfUVg6N2bzfEhue::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptGRTrVyP88Bcsob7zfUVg6N2bzfEhue > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptGRTrVyP88Bcsob7zfUVg6N2bzfEhue > .row .container > .video-iframe-container { display: none; }#ptGRTrVyP88Bcsob7zfUVg6N2bzfEhue > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptGRTrVyP88Bcsob7zfUVg6N2bzfEhue > .row > .video-iframe-container { display: none; }#ptGRTrVyP88Bcsob7zfUVg6N2bzfEhue > .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); }#ptGRTrVyP88Bcsob7zfUVg6N2bzfEhue > .row .container { border-width: 0; border-radius: 0; }#ptGRTrVyP88Bcsob7zfUVg6N2bzfEhue > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ptGRTrVyP88Bcsob7zfUVg6N2bzfEhue > .row .container { font-size:0.875rem;font-family:arial;height:82.5625rem;width:75rem;position:relative;display:block; }#mLcUylPtut0dTmQgyzOL4eN9kbRW2Cxk { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:76.5625rem;width:34.4375rem;top:5.875rem;left:20.3125rem;display:block; }
#IpfUM78gTbkCFsHevoL3gI2StFwWKGkm { position:absolute;display:block;z-index:15015;background-color:#02a03c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #f4ce83;border-left:0.25rem solid #f4ce83;border-right:0.25rem solid #f4ce83;border-bottom:0.25rem solid #f4ce83;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.9375rem;width:33.125rem;top:6.5rem;left:20.9375rem;display:block; }
#rz19IsCQIcANFFCithX2AcWe5ypoA3v6 { color:#000000;display:block;width:32.1875rem;position:absolute;font-family:"josefin sans";font-size:3.4375rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:8.25rem;left:21.9375rem;height:4.46875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Oi5BtEGCvfgR2fHRTiBNZFoAOIAPFTDg { background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #d99e30;border-left:0.1875rem solid #d99e30;border-right:0.1875rem solid #d99e30;border-bottom:0.1875rem solid #d99e30;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:2.1875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.46291625rem;height:4.14974125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:51.687500953674rem;left:25.2265625rem;display:block; }
#k1S2ilHirFypwUiLrWXh52w7MkZhZVTU { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#tHw8I2zIfFyHuALvVd8kBKFrqRhyyxh8 { color:#47545a;display:block;width:32.5rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:16.25rem;left:39.625rem;height:1.5833333730698rem;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; }
#d6ZSILqggWhW8NvfTcRasFUE5lyWkUSl { color:#47545a;display:block;width:32.5rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:16.25rem;left:39.625rem;height:1.5833333730698rem;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; }
#actgbQOwKVs7mkHaKUs8Tb8PukO3bMRp { color:#47545a;display:block;width:31.875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:16.5625rem;left:21.5625rem;height:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#y9B6bH32gLEKJ2qx33iHxrwRPRq962GQ { color:#4bae16;display:block;width:22.5rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:45.5625rem;left:26.25rem;height:3.65625rem;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; }
#QGKgyqaynxhDB33WF4TvkX51V1eovlQE { color:#47545a;display:block;width:26.375rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:77.061848640444rem;left:21.9375rem;height:2.03125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#oTTgKhfoaVW4ho2mbGr9zXl45TV9Ngdx { color:#000000;display:block;width:27.75rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:49.218750953674rem;left:23.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NehtVhOMCEfeCoTgPqIgsX9fi9wkZ3FM { background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #d99e30;border-left:0.1875rem solid #d99e30;border-right:0.1875rem solid #d99e30;border-bottom:0.1875rem solid #d99e30;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:2.1875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.37954125rem;height:4.06640375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:69.437500953675rem;left:25.267578125rem;display:block; }
#eVLZBVkAi2lFrRUnsk5ubrJfyduvlrZE { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#dXggzLvSrmIXLdbsgXWTrNEmJ6xGSGNi { color:#000000;display:block;width:21.9355625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:65.655598640444rem;left:26.531902313233rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zAnhkkQmQT2xHV5VdTiHgLzeCWsPvDuo { color:#4bae16;display:block;width:22.5rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:62.000004768372rem;left:26.25rem;height:3.65625rem;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; }
#hOWb2G5Txw9X5GOcXL7eKCK4wtOFRg1l { color:#000000;display:block;width:21.9355625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:58.250004768372rem;left:26.531902313233rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ntll2mhOUeWhvVQy19wNAmTXFrW4Rttr { color:#4bae16;display:block;width:34.75rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:41.9375rem;left:20.125rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GUq3T8xQXmIASUv1WsWLmzDn2Fo5fv5f { color:#47545a;display:block;width:32.49675rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:32.8125rem;left:21.25rem;height:7.3125rem;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;font-style:normal;display:block; }
#Vk4KqJFpw69Kw4ArLE4TxKwQvw6i82ZH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;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; }#Vk4KqJFpw69Kw4ArLE4TxKwQvw6i82ZH > .row .container { background-color: transparent; background-image: none; }#Vk4KqJFpw69Kw4ArLE4TxKwQvw6i82ZH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vk4KqJFpw69Kw4ArLE4TxKwQvw6i82ZH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vk4KqJFpw69Kw4ArLE4TxKwQvw6i82ZH > .row .container > .video-iframe-container { display: none; }#Vk4KqJFpw69Kw4ArLE4TxKwQvw6i82ZH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vk4KqJFpw69Kw4ArLE4TxKwQvw6i82ZH > .row > .video-iframe-container { display: none; }#Vk4KqJFpw69Kw4ArLE4TxKwQvw6i82ZH > .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); }#Vk4KqJFpw69Kw4ArLE4TxKwQvw6i82ZH > .row .container { border-width: 0; border-radius: 0; }#Vk4KqJFpw69Kw4ArLE4TxKwQvw6i82ZH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vk4KqJFpw69Kw4ArLE4TxKwQvw6i82ZH > .row .container { font-size:0.875rem;font-family:arial;height:22.5rem;width:75rem;position:relative;display:block; }#OKGVhMwVxXfXxTFgqV98q4GVlgbT0RCW { color:#47545a;display:block;width:56.25rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:7.031326293945rem;left:12.125rem;height:8.125rem;font-style:normal;display:block; }
#OPCE7QyJ87iAdeR4ZShgqTA1Or0mdASp { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:7.3330078125rem;left:7.5625rem;overflow:hidden;display:block; }
#RkWNDflvdmKzqXyzTlRFUCFfvX6MWWNu { color:#035d24;display:block;width:12.5rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:3.5625rem;left:12.125rem;height:2.03125rem;font-style:normal;display:block; }
#gryRGEOM2NexvmdTmwI5fVIaytTMArmh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:url("https://images.assets-landingi.com/uc/14858512-d4e6-41ac-b38d-efbf7c8bfe6e/ABC2025.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gryRGEOM2NexvmdTmwI5fVIaytTMArmh.adaptive-delivery-prevent-bg, #gryRGEOM2NexvmdTmwI5fVIaytTMArmh.lazyload, #gryRGEOM2NexvmdTmwI5fVIaytTMArmh.lazyloading { background-image: none; }#gryRGEOM2NexvmdTmwI5fVIaytTMArmh > .row .container { background-color: transparent; background-image: none; }#gryRGEOM2NexvmdTmwI5fVIaytTMArmh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gryRGEOM2NexvmdTmwI5fVIaytTMArmh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gryRGEOM2NexvmdTmwI5fVIaytTMArmh > .row .container > .video-iframe-container { display: none; }#gryRGEOM2NexvmdTmwI5fVIaytTMArmh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gryRGEOM2NexvmdTmwI5fVIaytTMArmh > .row > .video-iframe-container { display: none; }#gryRGEOM2NexvmdTmwI5fVIaytTMArmh > .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); }#gryRGEOM2NexvmdTmwI5fVIaytTMArmh > .row .container { border-width: 0; border-radius: 0; }#gryRGEOM2NexvmdTmwI5fVIaytTMArmh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gryRGEOM2NexvmdTmwI5fVIaytTMArmh > .row .container { font-size:0.875rem;font-family:arial;height:65.9375rem;width:75rem;position:relative;display:block; }#Eg11ENzPTeT039ZNHm0LatNqTFcxEJrv { display:block;width:38.125rem;position:absolute;font-family:"josefin sans";font-size:3.75rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:5.4375003576279rem;left:0rem;height:9rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HF7buOFDTDNoaccC1uMITg0dlRv3c72w { box-sizing:content-box;color:#a54870;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12421875rem;width:3.12421875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:27.150003910065rem;left:85.324998855594rem;display:none; }
#qPa1X7XvXV0IlXXQLtDfx1hTpOIoEvPV { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:10.3125rem;left:0rem;height:5.5833334922791rem;color:#035d24;font-style:normal;text-align:center;text-align-last:center;display:none; }
#CnoDsh6fBgXNGfzgQoRA8kxU0qmOu4z9 { display:block;width:40.186199188233rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:19.803344726562rem;left:33.671875rem;height:36.666667461395rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#MFDATI19iUw3vhEqX51GflEDWdIMFKO1 { display:block;width:40.1859375rem;position:absolute;font-family:"josefin sans";font-size:1.1875rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:23.25rem;left:33.671094894409rem;height:28.5rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#iWu0MR4D0KmcvUdV7hSbgWgprIgNtTIW { display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:3.75rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:10.3125rem;left:0rem;height:5.625rem;color:#035d24;font-style:normal;text-align:center;text-align-last:center;display:none; }
#OUlAv9WIveGDiz7Dayut7HvzPVWCK7A7 { display:block;width:40.1855625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:16.062500476837rem;left:1.125rem;height:40rem;color:#ffffff;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rOkBdS8d84F83d7oSmTLXTSw3osl7Nrw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:url("https://images.assets-landingi.com/uc/9aae305e-ab22-475e-a51c-8540bdcff790/3.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#rOkBdS8d84F83d7oSmTLXTSw3osl7Nrw.adaptive-delivery-prevent-bg, #rOkBdS8d84F83d7oSmTLXTSw3osl7Nrw.lazyload, #rOkBdS8d84F83d7oSmTLXTSw3osl7Nrw.lazyloading { background-image: none; }#rOkBdS8d84F83d7oSmTLXTSw3osl7Nrw > .row .container { border-width: 0; border-radius: 0; }#rOkBdS8d84F83d7oSmTLXTSw3osl7Nrw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rOkBdS8d84F83d7oSmTLXTSw3osl7Nrw > .row .container { font-size:0.875rem;font-family:arial;height:75rem;width:75rem;position:relative;display:none; }#P1E3p775BVAXD6RIU72qdvkxedD1fQsT { display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:3.75rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:10.3125rem;left:0rem;height:5.5833335rem;color:#035d24;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PTu0kMe1aEmSQwEBxspTH6sLpDEu0TIM { border-bottom:0;border-left:0;border-right:0;border-top:0;height:25rem;width:25rem;position:absolute;display:block;z-index:15007;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:19.802734375rem;left:4.5625rem;overflow:hidden;display:block; }
#RlAQstA7Ia4cuc1VNEXaTw5nTkfKOfqJ { box-sizing:content-box;color:#a54870;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12421875rem;width:3.12421875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:27.150003910065rem;left:85.324998855594rem;display:none; }
#HE6lUZaZVhz4QsZsRPsOWzOIDD9ppndn { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:75rem;top:7.5rem;left:0rem;display:block; }
#gdoBscMhec1flV8Q6ylavlopnlBc9OPF { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:10.3125rem;left:0rem;height:5.5833334922791rem;color:#035d24;font-style:normal;text-align:center;text-align-last:center;display:none; }
#OheMhqkZdv95CmX315vxyykCSs7sd5As { display:block;width:40.186199188233rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:19.803344726562rem;left:33.671875rem;height:36.666667461395rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#qk19xkXfZ7vlGyV4VlBFuEelBclkaEql { display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:3.75rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:10.3125rem;left:0rem;height:5.625rem;color:#035d24;font-style:normal;text-align:center;text-align-last:center;display:none; }
#SPKwJotZuERluWOMDfHZJ1iSJ0zOwfrM { display:block;width:40.1861991875rem;position:absolute;font-family:"josefin sans";font-size:1.1875rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:20.17724609375rem;left:31.813804626465rem;height:51.2929125rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B64ncCk2kBcEBCByNed1Ug46D81WnMq6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4ce83;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; }#B64ncCk2kBcEBCByNed1Ug46D81WnMq6 > .row .container { background-color: transparent; background-image: none; }#B64ncCk2kBcEBCByNed1Ug46D81WnMq6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B64ncCk2kBcEBCByNed1Ug46D81WnMq6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B64ncCk2kBcEBCByNed1Ug46D81WnMq6 > .row .container > .video-iframe-container { display: none; }#B64ncCk2kBcEBCByNed1Ug46D81WnMq6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B64ncCk2kBcEBCByNed1Ug46D81WnMq6 > .row > .video-iframe-container { display: none; }#B64ncCk2kBcEBCByNed1Ug46D81WnMq6 > .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); }#B64ncCk2kBcEBCByNed1Ug46D81WnMq6 > .row .container { border-width: 0; border-radius: 0; }#B64ncCk2kBcEBCByNed1Ug46D81WnMq6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B64ncCk2kBcEBCByNed1Ug46D81WnMq6 > .row .container { font-size:0.875rem;font-family:arial;height:15.3125rem;width:75rem;position:relative;display:block; }#Hul6NOIEWMpyea3XdDvTSTFDevxk0D9W { color:#035d24;display:block;width:75rem;position:absolute;font-family:breathing;font-size:4.375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T4XrwUcw819AHC9ADaPB0mrvNE15xAv2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;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; }#T4XrwUcw819AHC9ADaPB0mrvNE15xAv2 > .row .container { background-color: transparent; background-image: none; }#T4XrwUcw819AHC9ADaPB0mrvNE15xAv2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4XrwUcw819AHC9ADaPB0mrvNE15xAv2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4XrwUcw819AHC9ADaPB0mrvNE15xAv2 > .row .container > .video-iframe-container { display: none; }#T4XrwUcw819AHC9ADaPB0mrvNE15xAv2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4XrwUcw819AHC9ADaPB0mrvNE15xAv2 > .row > .video-iframe-container { display: none; }#T4XrwUcw819AHC9ADaPB0mrvNE15xAv2 > .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); }#T4XrwUcw819AHC9ADaPB0mrvNE15xAv2 > .row .container { border-width: 0; border-radius: 0; }#T4XrwUcw819AHC9ADaPB0mrvNE15xAv2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T4XrwUcw819AHC9ADaPB0mrvNE15xAv2 > .row .container { font-size:0.875rem;font-family:arial;height:25.625rem;width:75rem;position:relative;display:block; }#oCQUxngyaPwztZE6iSBc7lIL0zCHb5vM { color:#f4ce83;display:block;width:23.12369725rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:8.4375rem;left:0.9375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XFTa2T80lUT2nVT6qIsV4JLQ6yfdsXzt { color:#ffffff;display:block;width:23.125rem;position:absolute;font-family:"josefin sans";font-size:1.6875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:11.666687011719rem;left:0.90625rem;height:4.386725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NfFrgtgxBSUTPHD8iMttbrP8CzZxgp6g { color:#f4ce83;display:block;width:23.125rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:8.4166870117188rem;left:25.90625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OOmKPpTcnm8WeGR8aOr9LMU7a0f8yKKL { color:#ffffff;display:block;width:23.125rem;position:absolute;font-family:"josefin sans";font-size:1.6875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:11.666687011719rem;left:25.90625rem;height:6.58008125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#chH5w9dZWokfVZHTPIQEHbAssbmPQekh { color:#f4ce83;display:block;width:23.125rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:8.4166870117188rem;left:50.90625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wLKXnTVbLTXJWoTzA7TS0kchAis0Kr0D { color:#ffffff;display:block;width:23.125rem;position:absolute;font-family:"josefin sans";font-size:1.6875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:11.666687011719rem;left:50.90625rem;height:4.386725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cXtEv7JcGqZtH5F3Pes9cLuZ0Rl90xmb { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:3.75rem;left:11.25rem;overflow:hidden;display:block; }
#cogySFlthEsc1lMs6HoXuMEEe1hx80rs { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:3.7291870117188rem;left:36.25rem;overflow:hidden;display:block; }
#ppT9F8vBDy5TsSwhg4TVUet5AVrfsRcT { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:3.7291870117188rem;left:61.25rem;overflow:hidden;display:block; }
#TbMyxhsD3xfub5VuKSAkoS8la11sCL07 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:url("https://images.assets-landingi.com/uc/028b6aa1-d6df-440e-82b1-9ea1e2fa6cb5/To9.png");background-position:top right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !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; }#TbMyxhsD3xfub5VuKSAkoS8la11sCL07.adaptive-delivery-prevent-bg, #TbMyxhsD3xfub5VuKSAkoS8la11sCL07.lazyload, #TbMyxhsD3xfub5VuKSAkoS8la11sCL07.lazyloading { background-image: none; }#TbMyxhsD3xfub5VuKSAkoS8la11sCL07 > .row .container { background-color: transparent; background-image: none; }#TbMyxhsD3xfub5VuKSAkoS8la11sCL07::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbMyxhsD3xfub5VuKSAkoS8la11sCL07 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbMyxhsD3xfub5VuKSAkoS8la11sCL07 > .row .container > .video-iframe-container { display: none; }#TbMyxhsD3xfub5VuKSAkoS8la11sCL07 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbMyxhsD3xfub5VuKSAkoS8la11sCL07 > .row > .video-iframe-container { display: none; }#TbMyxhsD3xfub5VuKSAkoS8la11sCL07 > .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); }#TbMyxhsD3xfub5VuKSAkoS8la11sCL07 > .row .container { border-width: 0; border-radius: 0; }#TbMyxhsD3xfub5VuKSAkoS8la11sCL07 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TbMyxhsD3xfub5VuKSAkoS8la11sCL07 > .row .container { font-size:0.875rem;font-family:arial;height:49.875rem;width:75rem;position:relative;display:block; }#e0CWuySOGEs9NB2VDmvpH4gHkS9BAa8A { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:5.625rem;left:0rem;height:19.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gloRltTBTUsCPbcCx4i1OIavmOwCebAJ .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gloRltTBTUsCPbcCx4i1OIavmOwCebAJ .widget-text.counter-number { border-top:0.25rem solid #f4ce83;border-left:0.25rem solid #f4ce83;border-right:0.25rem solid #f4ce83;border-bottom:0.25rem solid #f4ce83;background-color:transparent;background-image:none;color:#ffffff;padding-top:1.016875rem;padding-right:0.900625rem;padding-bottom:1.016875rem;padding-left:0.900625rem;display:block;align-items:center;width:5.40375rem;min-width:5.40375rem;height:5.466875rem;position:relative;font-family:"josefin sans";font-size:4.068125rem;font-weight:400;line-height:87.47px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gloRltTBTUsCPbcCx4i1OIavmOwCebAJ .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.635625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:7.205rem;height:2.16125rem;position:relative;font-family:"josefin sans";font-size:1.525625rem;font-weight:400;line-height:34.58px;text-align:center;text-align-last:center;text-transform:none;top:-4%;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gloRltTBTUsCPbcCx4i1OIavmOwCebAJ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:26.125rem;height:10.796875rem;padding-top:0.126875rem;padding-right:0.12875rem;padding-bottom:0.126875rem;padding-left:0.12875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:27rem;left:24.307945251465rem;z-index:15066; }
#gloRltTBTUsCPbcCx4i1OIavmOwCebAJ #lRs9TMseoKV7L6tqoVnW1UIhFULTmO45 { display:flex;position:relative;top:0rem;left:0rem; }
#gloRltTBTUsCPbcCx4i1OIavmOwCebAJ #niwlnqUySbRyyKlBaSiBddpVIoLkRcMm { width:auto; }
#gloRltTBTUsCPbcCx4i1OIavmOwCebAJ #GmUT2oJqOU1xXuLJR2tO7QAsaQLEiVn6 {  }
#gloRltTBTUsCPbcCx4i1OIavmOwCebAJ #Z1oaewEa6bwEZgTH0AH9JUrHGt17VQTk { display:flex;position:relative;top:0rem;left:0rem; }
#gloRltTBTUsCPbcCx4i1OIavmOwCebAJ #Ms4L3ATX8w9slKehEKQ7RNfZHyvbnZ9T {  }
#gloRltTBTUsCPbcCx4i1OIavmOwCebAJ #tCh1QdWXGvGNczRdFydZfQFxMZ1DqXLy {  }
#gloRltTBTUsCPbcCx4i1OIavmOwCebAJ #D0tMmBaSH1XzJ9RdTmLzuxh5TcByvRuL { display:flex;position:relative;top:0rem;left:0rem; }
#gloRltTBTUsCPbcCx4i1OIavmOwCebAJ #lFtnocZhdsrc2i9Tt5sgWzTnd9Wr9yy1 {  }
#gloRltTBTUsCPbcCx4i1OIavmOwCebAJ #ytko7xfLZs0FsRL9nSbXzR0OTVGJ3hEW {  }
#gloRltTBTUsCPbcCx4i1OIavmOwCebAJ #uVElq0FEXqzhXVFBEWm0LxMx0qoyEZz0 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#gloRltTBTUsCPbcCx4i1OIavmOwCebAJ #BIm7HNdUgMG3BnIEsMqKOJwwc8EoDkhV {  }
#gloRltTBTUsCPbcCx4i1OIavmOwCebAJ #WPvu4LgRk7wpa2a0EPkRJPzvBp1IFgql {  }
#TMeemwfsoG45eL2kTMzraT34sP5P5hBT { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f4ce83;border-left:0.125rem solid #f4ce83;border-right:0.125rem solid #f4ce83;border-bottom:0.125rem solid #f4ce83;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.125rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:41.687519073486rem;left:20.9375rem;display:block; }
#ZRdQ1ZBq2umycEWIKdIyD0rDaoTTvHSh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UWgOLMLA5Z7Fv8wLkIXGKKaMyWI9cLpk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;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; }#UWgOLMLA5Z7Fv8wLkIXGKKaMyWI9cLpk > .row .container { background-color: transparent; background-image: none; }#UWgOLMLA5Z7Fv8wLkIXGKKaMyWI9cLpk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWgOLMLA5Z7Fv8wLkIXGKKaMyWI9cLpk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWgOLMLA5Z7Fv8wLkIXGKKaMyWI9cLpk > .row .container > .video-iframe-container { display: none; }#UWgOLMLA5Z7Fv8wLkIXGKKaMyWI9cLpk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWgOLMLA5Z7Fv8wLkIXGKKaMyWI9cLpk > .row > .video-iframe-container { display: none; }#UWgOLMLA5Z7Fv8wLkIXGKKaMyWI9cLpk > .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); }#UWgOLMLA5Z7Fv8wLkIXGKKaMyWI9cLpk > .row .container { border-width: 0; border-radius: 0; }#UWgOLMLA5Z7Fv8wLkIXGKKaMyWI9cLpk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UWgOLMLA5Z7Fv8wLkIXGKKaMyWI9cLpk > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#BL7qh8a6OfWmx1myBtn5rsnuzeCV0Wyd { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.625rem;top:6.9375rem;left:35.1875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DNIRnbMhGC05SC6LGMvvgDleZ9uTNDHk { background-color:#035d24;background-image:url("https://images.assets-landingi.com/uc/95356eaa-d6aa-4d4a-af03-aeee57405a1b/ABC1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#DNIRnbMhGC05SC6LGMvvgDleZ9uTNDHk.adaptive-delivery-prevent-bg, #DNIRnbMhGC05SC6LGMvvgDleZ9uTNDHk.lazyload, #DNIRnbMhGC05SC6LGMvvgDleZ9uTNDHk.lazyloading { background-image: none; }#DNIRnbMhGC05SC6LGMvvgDleZ9uTNDHk > .row .container { background-color: transparent; background-image: none; }#DNIRnbMhGC05SC6LGMvvgDleZ9uTNDHk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNIRnbMhGC05SC6LGMvvgDleZ9uTNDHk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNIRnbMhGC05SC6LGMvvgDleZ9uTNDHk > .row .container > .video-iframe-container { display: none; }#DNIRnbMhGC05SC6LGMvvgDleZ9uTNDHk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNIRnbMhGC05SC6LGMvvgDleZ9uTNDHk > .row > .video-iframe-container { display: none; }#DNIRnbMhGC05SC6LGMvvgDleZ9uTNDHk > .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); }#DNIRnbMhGC05SC6LGMvvgDleZ9uTNDHk > .row .container { width:47.75rem;height:25.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TssP6ETb9ZIxpGaWEvmgwh2wlTmVoBFd { width:21.875rem;height:2.1125rem;top:20.0625rem;left:1.0286458730698rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnMcrpNapPcQHZ7vR1A6Qy0W3uVgNhVk { width:16.2473965rem;height:0.12109375rem;top:18.4375rem;left:3.8736982345581rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzMcv7gCDy28vpPN4MPyDrT4Eu78lI9E { width:9.375rem;height:9.375rem;top:2.3125rem;left:7.2799482345581rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBb7PWt4eUUDvqtog2FEt1GvocP4r0kQ { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ihkz1hka6P5JMo3NkDae8uMwZMemRQaQ { width:21.875rem;height:5.6875rem;top:12.072916030884rem;left:1.0299479961395rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWIcm3EUxSGRRPXwoZl6cdNMczShwyKv { width:21.875rem;height:5.6666665rem;top:12.072916030884rem;left:1.0299479961395rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZtQdRPPFhTxxWn2QiwuMSPOypn1xMMhZ { width:21.875rem;height:2.1125rem;top:20.0625rem;left:1.0286458730698rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdnnZCXF7NK6lQJeMMgKzk6Ha9HE1eyB { width:32.1875rem;height:3.75rem;top:22.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzWo19ILTwPsVy5apxGe8XqcEzozyv52 { width:21.875rem;height:2.1125rem;top:20.0625rem;left:1.0286458730698rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfsP8fNx8qH5e6su8acJkrp8Tnrbxkdd { width:33.125rem;height:3.4375rem;top:2.25rem;left:7.3124998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAvtGBbUnTSm7nkgJaPakwCdEIksfzae { display:block; }
 }@media only screen and (max-width: 763px) { #xUnnyCg4vUarBiwogn1FSZCGuImOREw8 { display:block; }#xUnnyCg4vUarBiwogn1FSZCGuImOREw8 > .row .container { width:47.75rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N0T6zc8syVTOy0TOsHVRVE65DgPehTDS { width:43.75rem;height:2.84375rem;top:2.625rem;left:2rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PorOTygqdSVxiRdWZSe4fhHqixKbWheQ { width:43.75rem;height:2.84375rem;top:6.0413455963135rem;left:2.0000001192093rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4lImCFd8W7pQHh6PGr5wqI9bT80ZuER { display:block; }#R4lImCFd8W7pQHh6PGr5wqI9bT80ZuER > .row .container { width:47.75rem;height:2.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IwBKVWEV7tGrEzrxmZtp0AmaLhlW3rxp { display:block; }#IwBKVWEV7tGrEzrxmZtp0AmaLhlW3rxp > .row .container { width:47.75rem;height:4.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTshScb0QXLEWQ73Q43TdkDMJHlBiUz4 { width:43.75rem;height:3.25rem;top:1.3932495117188rem;left:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG5wlh5uuGpF91D0VL2NBFwO6ig7llL3 { width:43.75rem;height:3.1666667461395rem;top:1.75rem;left:2rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dzHti4McQkAgvpLyXarflt5zJPzi7piQ { width:2.5rem;height:2.5rem;top:1.76953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHpwn2i5g0XNkxnGpdBPec72qHNNJnLF { display:block; }#DHpwn2i5g0XNkxnGpdBPec72qHNNJnLF > .row .container { width:47.75rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O7qPJTBToqWVEyImQxxg8kWPLGov864s { width:43.75rem;height:3.25rem;top:2.45703125rem;left:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2cNLdhmhOtS6ZFdvJTylIXeqp3ySbAO { width:43.75rem;height:3.1666667461395rem;top:1.75rem;left:2rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QqNIMVqwkz4a7nuTpnQ8FOag5lcQeroB { width:2.5rem;height:2.5rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNgP4eNbTeoRa0O44n3sBhSHmgxHnTNf { display:block; }#QNgP4eNbTeoRa0O44n3sBhSHmgxHnTNf > .row .container { width:47.75rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dl4GyHdxvo5KdQCcJnQ3W0IeDD0J7OrH { width:43.75rem;height:3.25rem;top:2.5rem;left:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTWQInJ7TzoukATG1IZX9SZoVNifIAgd { width:43.75rem;height:6.3333334922787rem;top:1.75rem;left:2rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5apyS0TwDPhI7OLKcD0s4xscnTIg0W9 { width:2.5rem;height:2.5rem;top:2.7903747558594rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8uKLPTwyU1oSu95hlFPyL7Tr3Lzlt7t { display:block; }#E8uKLPTwyU1oSu95hlFPyL7Tr3Lzlt7t > .row .container { width:47.75rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wsT56PItP0AdlTIbqmEtIRFSbvALN6lm { width:43.75rem;height:1.625rem;top:2.6237182617188rem;left:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXCA9E2uwG5wBGr7v5lRSoG8bD7TLQHs { width:43.75rem;height:1.5833333730698rem;top:1.6874923706055rem;left:2rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qnIIezmqvXNE1rVuJiQicV43wG0Wz8uX { width:2.5rem;height:2.5rem;top:2.5807495117188rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4Z6QzAqhvurXL7OUVxvwe05V1IwDrpx { display:block; }#l4Z6QzAqhvurXL7OUVxvwe05V1IwDrpx > .row .container { width:47.75rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ed4TOk4v75us6G9f8zMJ0msmInbdoTVh { width:43.75rem;height:4.875rem;top:3.1875rem;left:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMqT2TN2wwKyMTkqr85yycalW5dHcPNC { width:43.75rem;height:4.7500001192093rem;top:1.75rem;left:2rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RRogTMQGLTUz0IAPs1anwrdxnhfAMTou { width:2.5rem;height:2.5rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5KJz6mzdH7beMkGr5FC9T9FCHre2tvD { display:block; }#K5KJz6mzdH7beMkGr5FC9T9FCHre2tvD > .row .container { width:47.75rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KD98n8FksL5KebJTGQVywuT9oTO5mqp3 { width:33.125rem;height:3.4375rem;top:2.25rem;left:7.3124998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTxaoWioHdtDRThBMXbTJvDXllTrz1oi { display:block; }
 }@media only screen and (max-width: 763px) { #ynZTxA9wQh4FKHKdi4FoL9G6s9C0T2Ss { display:block; }#ynZTxA9wQh4FKHKdi4FoL9G6s9C0T2Ss > .row .container { width:47.75rem;height:20.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfyLviN0PCTaoRgUWrx2zZvWWJd155tq { width:43.75rem;height:10.725rem;top:4.9375066757202rem;left:2.0000001192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2CHbePc3oKFPoTef4ChUFNJvepEpcsu { width:6.1875rem;height:13rem;top:3.8724365234375rem;left:2.8606772422791rem;font-size:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #d26k7zaW4kAEyWZuk0ySKhWhbeub73oL { width:43.75rem;height:11.000000238419rem;top:6.4375rem;left:2rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sH5Bv89PNUuyDTuZ46bAwbiipJtRSOxX { display:block; }#sH5Bv89PNUuyDTuZ46bAwbiipJtRSOxX > .row .container { width:47.75rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HapIsvWaGDzOefW37JbDyxTkkzTmbsS1 { width:18.75rem;height:1.7875rem;top:1.9583435058594rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXrSJDC3f0zhD8JTiCAI64N317LPxRVW { width:18.75rem;height:1.7875rem;top:1.9583435058594rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUJWxPLli9icVakxXFIuitV5aMC1C0KA { width:12.5rem;height:4.875rem;top:6.8515625rem;left:17.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdXb8zO2KqvDCLPKT55twHZZ17VITuz2 { width:12.5rem;height:4.875rem;top:6.8515625rem;left:17.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V654Hevev3uknyUyG84ve19H2WUA1rRr { width:18.75rem;height:1.7875rem;top:1.9583435058594rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUFWz2zXnAUHh6HPFtK1ff7t85KfN48s { width:12.5rem;height:4.875rem;top:6.8515625rem;left:17.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n79TQK9l4aS2QvftlSdqyLiL9ilS50FW { width:33.125rem;height:3.4375rem;top:2.25rem;left:7.3124998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbOHTGWXL2mnOTTbeFyhhyt0k7Xnhv0K { display:block; }
 }@media only screen and (max-width: 763px) { #uAZn7FZ3zTXWaHvv1M8G2EFf8ZzxEOZr { display:block; }#uAZn7FZ3zTXWaHvv1M8G2EFf8ZzxEOZr > .row .container { width:47.75rem;height:31.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V7Zlrwa28shRIbcNx6Zzu7x0HFFobqaI { width:43.75rem;height:5.6875rem;top:2.625rem;left:1.9687501788139rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTVgawDOIBahO6vpvqsgv2z0WxMcJIa8 { width:43.75rem;height:2.75rem;top:2.625rem;left:1.9687501788139rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RwG96WqAFAP6bF0JyCMaLQyEtR4ODLWE { width:43.75rem;height:18.75rem;top:9.5rem;left:2.0000001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdAlWMLxmTK1tUsuipGHapdm4x5dQr14 { display:block; }#GdAlWMLxmTK1tUsuipGHapdm4x5dQr14 > .row .container { width:47.75rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GEmmJvgkQ6g9L10nAQadaxy7IUh1W44S { width:43.75rem;height:2.84375rem;top:1.5rem;left:2rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZICrp96dagZ1s52wmbVQI8NpmNRTPxIT { display:block; }#ZICrp96dagZ1s52wmbVQI8NpmNRTPxIT > .row .container { width:47.75rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THVQxztLmbnmPBucr2nDIuTUwzG5ROcU { width:13.75rem;height:9.2625rem;top:3.125rem;left:1.0833333730698rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAcFv0INGTbx3ofBug5a5TusBvU3diGS { width:13.75rem;height:7.71875rem;top:3.125rem;left:17rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMh6NcfhAknWIAMFqgUbqy9rR14wuFRI { width:13.75rem;height:7.71875rem;top:3.125rem;left:32.916667938233rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTVn8zkgJthiATuRzw2v3sxPNCKGMBTI { width:14.375rem;height:11.875rem;top:1.9375rem;left:0.73958337306975rem;display:block; }
 }@media only screen and (max-width: 763px) { #nS3naJ4ABehWeQU3NwNX7Hs2S6WMaqIM { width:14.375rem;height:11.875rem;top:1.9375rem;left:16.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON0SfbZct1ZsCi9xd1y4GSZrgBA0ab96 { width:14.375rem;height:11.875rem;top:1.9375rem;left:32.572917938233rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzZhpm4gAN1MI3RXBRxFqU8WWIkfd9LL { width:15rem;height:12.5rem;top:1.65625rem;left:0.45833337306976rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUsr6JXCVJqg92iB8SHFtZUC29QVH1SN { width:15rem;height:12.5rem;top:1.65625rem;left:32.291667938233rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyZQT9HktD7vcCiGa6N6GrB4wQoLncxr { width:15rem;height:12.5rem;top:1.65625rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIwus2LKMRIiWT6ReVBT6sl4F5p7NZ7R { width:14.375rem;height:11.875rem;top:1.9375rem;left:16.65625rem;display:none; }
 }@media only screen and (max-width: 763px) { #r8fem8C5g0bXUeomoPI5sJPF3k9Egema { display:block; }#r8fem8C5g0bXUeomoPI5sJPF3k9Egema > .row .container { width:47.75rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T6PwKed790nSeque5fsuPHUzyHsWbhMn { width:13.75rem;height:9.2625rem;top:3.125rem;left:1.0833333730698rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mz2rcZw9Bwl95HX2vndlBkDkFf3LBkJ4 { width:13.75rem;height:9.2625rem;top:3.125rem;left:17rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8Ic7v0yeoM7I2GqXFwORAHTAMImfxLk { width:13.75rem;height:10.80625rem;top:3.125rem;left:32.916667938233rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlSdcaKbSZssqThgT0JzuP9wTm6fkwvV { width:14.375rem;height:11.875rem;top:1.9375rem;left:0.73958337306975rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEIvUTAMobhWTypol4ogRNEIKd7U1ITB { width:14.375rem;height:11.875rem;top:1.9375rem;left:16.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrUdPq5kX93q6TIBzPmeRM65ldeGMUoM { width:14.375rem;height:11.875rem;top:1.9375rem;left:32.572917938233rem;display:block; }
 }@media only screen and (max-width: 763px) { #PF9BCvRxrszEx27fHNLDIbBIRPbIG1cc { width:15rem;height:12.5rem;top:1.65625rem;left:0.45833337306976rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqmXdKgicbl0aWZF5QUi7CgDDO3eCVQ5 { width:15rem;height:12.5rem;top:1.65625rem;left:32.291667938233rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGnyNQknet9Spn5OA7xIRTWGdDQlXLEp { width:15rem;height:12.5rem;top:1.65625rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CC0lbZZVQo9SBLiTlmEg3lDFVmbT4dQt { width:14.375rem;height:11.875rem;top:1.9375rem;left:16.65625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JZcheVxE2X93OTpt9vlm8G7RIiR97yrX { display:block; }#JZcheVxE2X93OTpt9vlm8G7RIiR97yrX > .row .container { width:47.75rem;height:14.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SlK7nAtntOpahiiRON7BNqRZZthvG8cz { width:13.75rem;height:9.2625rem;top:3.125rem;left:1.0833333730698rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tS6LyozT6rVirwCsQv8z3AvTcxd1QkBI { width:13.75rem;height:7.71875rem;top:3.125rem;left:17rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdvkyox98Ji5kI3wOCKi0lSxUUN2sQ0A { width:13.75rem;height:9.2625rem;top:3.125rem;left:32.916667938233rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOLQOub9HeNxPgtbS6H9OJQQTxweItfo { width:14.375rem;height:11.875rem;top:1.9375rem;left:0.73958337306975rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEWFbIPUuG48DkOo9e1a8cbRG35HUUq6 { width:14.375rem;height:11.875rem;top:1.9375rem;left:16.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BD62PPqwQ6CFdz4AH6l4BCNl8nI2dRoI { width:14.375rem;height:11.875rem;top:1.9375rem;left:32.572917938233rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBhTtem2XySpu4OAVgeworoxs5D7bKsq { width:15rem;height:12.5rem;top:1.65625rem;left:0.45833337306976rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2aMQi4qk4wLRHNNLVZ2pCHyBC2nmpuU { width:15rem;height:12.5rem;top:1.65625rem;left:32.291667938233rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnJiBTnxozMoqExZSvTXlT2v9WVX0lsI { width:15rem;height:12.5rem;top:1.65625rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnJ2IxJ97XZHsWdKXDXCh3EgkMBynQpX { width:14.375rem;height:11.875rem;top:1.9375rem;left:16.65625rem;display:none; }
 }@media only screen and (max-width: 763px) { #v4h4bVIZSsZ2UINpZWcRAsm64gU8poVW { display:block; }#v4h4bVIZSsZ2UINpZWcRAsm64gU8poVW > .row .container { width:47.75rem;height:16.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lvhITcadflGRFTCXtaWrHZ1NqF8NuD9Q { width:13.75rem;height:10.80625rem;top:3.125rem;left:1.0833333730698rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEX0Kk35TiwmUcvOO4AM5ZTUlErIxgNg { width:13.75rem;height:10.80625rem;top:3.125rem;left:17rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqgJL1r8fCNEpTQc3EdrfDlssFSa0DBr { width:13.75rem;height:7.71875rem;top:3.125rem;left:32.916667938233rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1a5GedbvtvHZZPWSXBbqASlw4FmZh6z { width:14.375rem;height:11.875rem;top:1.9375rem;left:0.73958337306975rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTvzpsChtH4uos4NmF2AJ4VD8bcxbZuE { width:14.375rem;height:11.875rem;top:1.9375rem;left:16.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxcRSql3tCTM3aegPgH8xZgM0UeAy9NN { width:14.375rem;height:11.875rem;top:1.9375rem;left:32.572917938233rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFJAKF7cFZ9zgJKB0yIHgTpEgxltCIfe { width:15rem;height:12.5rem;top:1.65625rem;left:0.45833337306976rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHv92yP2rwqt18NOiViWXMrpAyIAfCFT { width:15rem;height:12.5rem;top:1.65625rem;left:32.291667938233rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbGbkfw1RDvKlSTvkfI783CCVfQUTNgk { width:15rem;height:12.5rem;top:1.65625rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6sEO74hzePIGK8lKbbPulTkgnI5kklI { width:14.375rem;height:11.875rem;top:1.9375rem;left:16.65625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FXO8TT2Crv2JiLmwvmysEDZPfUOlhb5T { display:block; }#FXO8TT2Crv2JiLmwvmysEDZPfUOlhb5T > .row .container { width:47.75rem;height:11.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cwucgS1wFTvflT4uOy62S8mcLx2T2PC0 { width:43.75rem;height:2.03125rem;top:2.3125rem;left:2.0000001192093rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1Q4R53JQdfiuGAmsdOnzBCwN0KSsdNM { display:block; }#R1Q4R53JQdfiuGAmsdOnzBCwN0KSsdNM > .row .container { width:47.75rem;height:21.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pWGgkmlACIZQ8o5kP7Qoeg3rE885OXBw { width:38.6875rem;height:17.1875rem;top:1.875rem;left:6.5624998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #owP0uzrSMBcbiA6cS7zyXsFoVZNJSr9L { width:29.9375rem;height:6.90625rem;top:5.8125009536743rem;left:14.875000357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cy8QgATanT9MSbe8EE41XT5AFb0yilXI { width:28.3125rem;height:2.7625rem;top:14.675001144409rem;left:14.875000357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8EHmBCuItqyTfHEHqfwZG2FHmb6UfpN { width:12.5rem;height:12.5rem;top:3.6249275207519rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQ3kFMTWEyx6U9OiNAN7qXGnfEmtVEx6 { display:block; }#XQ3kFMTWEyx6U9OiNAN7qXGnfEmtVEx6 > .row .container { width:47.75rem;height:21.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xBob9aPVdxTT9wXRwpTiFX23HQBN3ndi { width:38.6875rem;height:17.1875rem;top:1.875rem;left:6.5624998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJm4xMhb6Kx1VQOTxCu0Tpmi1q2cL6XD { width:29.9375rem;height:6.90625rem;top:4.9367184638977rem;left:14.875000357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRZzMxStCtfwIm9ibUqBENNvnT0iu31W { width:28.3125rem;height:2.7625rem;top:14.675001144409rem;left:14.875000357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTPi0no7lqGWGIz5bzFTHtBEXApXUGtm { width:12.5rem;height:12.5rem;top:3.6249275207519rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOoKPw0gCWGXNRZr0JEevWEBEz7bK1lK { display:block; }#NOoKPw0gCWGXNRZr0JEevWEBEz7bK1lK > .row .container { width:47.75rem;height:21.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UuKmAWsTmq2bFXMwCwSyySKTF56gIITX { width:38.6875rem;height:17.1875rem;top:1.875rem;left:6.5624998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbp8Nq3n91eQE5glgt51pGBtT9Nmy5Io { width:29.9375rem;height:6.90625rem;top:5.8742179870606rem;left:14.875000357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOV9p8IG8XhVKSt7DE9t2kxvQxaKWmyA { width:28.3125rem;height:2.7625rem;top:14.675001144409rem;left:14.875000357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTufOLZNiVmqqpGJAonnNlxuWg4mJ6iH { width:12.5rem;height:12.5rem;top:3.6249275207519rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8WhmguDbdN6kJiCG1ckksxiaHF3NBD9 { display:block; }#D8WhmguDbdN6kJiCG1ckksxiaHF3NBD9 > .row .container { width:47.75rem;height:9.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m7r9zEQS6RddLfTh9yyEG4AdInOeMKAD { width:43.75rem;height:5.6875rem;top:2.625rem;left:1.9687501788139rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmKW1cb853CBXMMKPZAw0qasLrMdPfzu { width:43.75rem;height:2.75rem;top:2.625rem;left:1.9687501788139rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VA8RzzQrANhE3kVZ7oAXR8VSTGv4WaSC { display:block; }#VA8RzzQrANhE3kVZ7oAXR8VSTGv4WaSC > .row .container { width:47.75rem;height:29.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fceUR8gIQ4TQObNqoFPyw78wDsNaLaFX { width:40.625rem;height:25.3125rem;top:2.104248046875rem;left:5.7812501490116rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwHcVSmcuTd2JPR3Q50xbypH08C3w2qR { width:2.5rem;height:2.5rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOukdxcMHTJA1MZrp4y6lzDJSdDvJ2Dc { width:2.5rem;height:2.5rem;top:9.291748046875rem;left:0.16536459326744rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmQzkQt9y5vc27Q1RfLns4hpGxNTbLM2 { width:2.5rem;height:2.5rem;top:15.979248046875rem;left:0.16536459326744rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcZ1gDdmz7xb1V7uU9IuOlAy1SkiMJKV { width:2.5rem;height:2.5rem;top:22.208251953125rem;left:0.16536459326744rem;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) { #aJ2ObXvr2lXGnXwbJ6WI6ckBUV68lIqg { width:43.75rem;height:5.6875rem;top:2.625rem;left:1.9687501788139rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXFB3lu5htTmpaNUDLycs59vpy54q7JN { background-color:rgba(255,255,255,0.3);background-image:url("https://images.assets-landingi.com/uc/3dec27bf-e762-4d61-bd6c-c48e939673fd/ABC.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#hXFB3lu5htTmpaNUDLycs59vpy54q7JN.adaptive-delivery-prevent-bg, #hXFB3lu5htTmpaNUDLycs59vpy54q7JN.lazyload, #hXFB3lu5htTmpaNUDLycs59vpy54q7JN.lazyloading { background-image: none; }#hXFB3lu5htTmpaNUDLycs59vpy54q7JN > .row .container { background-color: transparent; background-image: none; }#hXFB3lu5htTmpaNUDLycs59vpy54q7JN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXFB3lu5htTmpaNUDLycs59vpy54q7JN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXFB3lu5htTmpaNUDLycs59vpy54q7JN > .row .container > .video-iframe-container { display: none; }#hXFB3lu5htTmpaNUDLycs59vpy54q7JN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXFB3lu5htTmpaNUDLycs59vpy54q7JN > .row > .video-iframe-container { display: none; }#hXFB3lu5htTmpaNUDLycs59vpy54q7JN > .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); }#hXFB3lu5htTmpaNUDLycs59vpy54q7JN > .row .container { width:47.75rem;height:38.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pFf37Z81dueCApEAVh6Nw74SkQlerT0N { width:25rem;height:1.4625rem;top:13.5625rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta3XBbwbKOkZgNUcN6EIIVOLXOTN15kq { width:22.9375rem;height:3.575rem;top:5.3125rem;left:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXg4OoCmzIQRypgC1EaXnI91tEszB2eF { width:26.25rem;height:26.8125rem;top:3.4375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f51r0LmCE6aXsdXxKb5sMDTQwUWSso4v { width:21.5625rem;height:14.625rem;top:10.4375rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1BDZ5PRg1R5XFimvf54ZoUXpaz8C6hu { width:21.6875rem;height:2.125rem;top:27rem;left:3.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMRTHNMxZ8kXk5ICTDNyHRFoNcAdqeqb { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ptGRTrVyP88Bcsob7zfUVg6N2bzfEhue { display:block; }#ptGRTrVyP88Bcsob7zfUVg6N2bzfEhue > .row .container { width:47.75rem;height:99.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mLcUylPtut0dTmQgyzOL4eN9kbRW2Cxk { width:20rem;height:76.0625rem;top:1.31103515625rem;left:2.83203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpfUM78gTbkCFsHevoL3gI2StFwWKGkm { width:18.75rem;height:5rem;top:2.625rem;left:3.2083334922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #rz19IsCQIcANFFCithX2AcWe5ypoA3v6 { width:18.75rem;height:2.03125rem;top:4rem;left:3.2083334922791rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oi5BtEGCvfgR2fHRTiBNZFoAOIAPFTDg { width:14.139322875rem;height:3.951822875rem;top:45.5rem;left:5.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1S2ilHirFypwUiLrWXh52w7MkZhZVTU { display:block; }
 }@media only screen and (max-width: 763px) { #tHw8I2zIfFyHuALvVd8kBKFrqRhyyxh8 { width:18.125rem;height:0;top:9.6875rem;left:25.90625rem;font-size:1.375rem;z-index:15017;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #d6ZSILqggWhW8NvfTcRasFUE5lyWkUSl { width:18.125rem;height:0;top:10.1875rem;left:25.90625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #actgbQOwKVs7mkHaKUs8Tb8PukO3bMRp { width:18.1875rem;height:24.8625rem;top:8.9583740234375rem;left:3.4895834922791rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9B6bH32gLEKJ2qx33iHxrwRPRq962GQ { width:18.75rem;height:3.25rem;top:41.75rem;left:3.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGKgyqaynxhDB33WF4TvkX51V1eovlQE { width:18.75rem;height:1.625rem;top:71.604248046875rem;left:3.2903647422791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTTgKhfoaVW4ho2mbGr9zXl45TV9Ngdx { width:18.75rem;height:4.875rem;top:35.666748046875rem;left:3.2903647422791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NehtVhOMCEfeCoTgPqIgsX9fi9wkZ3FM { width:14.139875rem;height:3.95234375rem;top:63.892938613894rem;left:5.4875000715256rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVLZBVkAi2lFrRUnsk5ubrJfyduvlrZE { display:block; }
 }@media only screen and (max-width: 763px) { #dXggzLvSrmIXLdbsgXWTrNEmJ6xGSGNi { width:18.75rem;height:3.25rem;top:58.958374023438rem;left:3.2903647422791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAnhkkQmQT2xHV5VdTiHgLzeCWsPvDuo { width:18.75rem;height:3.25rem;top:55.708374023438rem;left:3.2903647422791rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOWb2G5Txw9X5GOcXL7eKCK4wtOFRg1l { width:18.75rem;height:1.625rem;top:51.083374023438rem;left:3.2903647422791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ntll2mhOUeWhvVQy19wNAmTXFrW4Rttr { width:18.75rem;height:1.625rem;top:71.604248046875rem;left:3.2903647422791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUq3T8xQXmIASUv1WsWLmzDn2Fo5fv5f { width:18.125rem;height:4.0625rem;top:54.829467773438rem;left:25.682292938233rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vk4KqJFpw69Kw4ArLE4TxKwQvw6i82ZH { display:block; }#Vk4KqJFpw69Kw4ArLE4TxKwQvw6i82ZH > .row .container { width:47.75rem;height:29.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OKGVhMwVxXfXxTFgqV98q4GVlgbT0RCW { width:40.625rem;height:24.8625rem;top:3.75rem;left:7.1250001490119rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPCE7QyJ87iAdeR4ZShgqTA1Or0mdASp { width:2.5rem;height:2.5rem;top:6.7708740234375rem;left:1.6250000298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkWNDflvdmKzqXyzTlRFUCFfvX6MWWNu { width:12.5rem;height:2rem;top:3.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gryRGEOM2NexvmdTmwI5fVIaytTMArmh { display:none; }#gryRGEOM2NexvmdTmwI5fVIaytTMArmh > .row .container { width:47.75rem;height:53.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Eg11ENzPTeT039ZNHm0LatNqTFcxEJrv { width:27.4375rem;height:5.1666665rem;top:0.58203125rem;left:17.968750357628rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF7buOFDTDNoaccC1uMITg0dlRv3c72w { width:3.0625rem;height:3.0625rem;top:8.8729133605956rem;left:1.0041667819023rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qPa1X7XvXV0IlXXQLtDfx1hTpOIoEvPV { width:31.2489375rem;height:2.3rem;top:7.5rem;left:6.8989588618281rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CnoDsh6fBgXNGfzgQoRA8kxU0qmOu4z9 { width:25rem;height:0;top:11.859375rem;left:19.178904354572rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MFDATI19iUw3vhEqX51GflEDWdIMFKO1 { width:39.8125rem;height:25.5rem;top:36.332178592682rem;left:3.9687498807907rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iWu0MR4D0KmcvUdV7hSbgWgprIgNtTIW { width:43.6875rem;height:3.28125rem;top:2.5833740234375rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OUlAv9WIveGDiz7Dayut7HvzPVWCK7A7 { width:37.0625rem;height:33.3333325rem;top:8.20703125rem;left:10.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOkBdS8d84F83d7oSmTLXTSw3osl7Nrw { display:none; }#rOkBdS8d84F83d7oSmTLXTSw3osl7Nrw > .row .container { width:47.75rem;height:85.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #P1E3p775BVAXD6RIU72qdvkxedD1fQsT { width:43.6875rem;height:3.28125rem;top:2.5833740234375rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTu0kMe1aEmSQwEBxspTH6sLpDEu0TIM { width:15.625rem;height:15.625rem;top:10.4365234375rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlAQstA7Ia4cuc1VNEXaTw5nTkfKOfqJ { width:3.0625rem;height:3.0625rem;top:8.8729133605956rem;left:1.0041667819023rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HE6lUZaZVhz4QsZsRPsOWzOIDD9ppndn { width:40.625rem;height:75rem;top:7.4140625rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdoBscMhec1flV8Q6ylavlopnlBc9OPF { width:31.2489375rem;height:2.3rem;top:7.5rem;left:6.8989588618281rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OheMhqkZdv95CmX315vxyykCSs7sd5As { width:25rem;height:0;top:11.859375rem;left:19.178904354572rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qk19xkXfZ7vlGyV4VlBFuEelBclkaEql { width:43.6875rem;height:3.28125rem;top:2.5833740234375rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SPKwJotZuERluWOMDfHZJ1iSJ0zOwfrM { width:43.75rem;height:45.9rem;top:28.311279296875rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B64ncCk2kBcEBCByNed1Ug46D81WnMq6 { display:block; }#B64ncCk2kBcEBCByNed1Ug46D81WnMq6 > .row .container { width:47.75rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hul6NOIEWMpyea3XdDvTSTFDevxk0D9W { width:43.75rem;height:2.84375rem;top:2.625rem;left:2rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4XrwUcw819AHC9ADaPB0mrvNE15xAv2 { display:block; }#T4XrwUcw819AHC9ADaPB0mrvNE15xAv2 > .row .container { width:47.75rem;height:15.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oCQUxngyaPwztZE6iSBc7lIL0zCHb5vM { width:18.75rem;height:1.7875rem;top:1.9583435058594rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFTa2T80lUT2nVT6qIsV4JLQ6yfdsXzt { width:12.5rem;height:3.25rem;top:6.89453125rem;left:3.4791667461395rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfFrgtgxBSUTPHD8iMttbrP8CzZxgp6g { width:18.75rem;height:1.7875rem;top:1.9791870117188rem;left:14.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOmKPpTcnm8WeGR8aOr9LMU7a0f8yKKL { width:12.5rem;height:4.875rem;top:6.8515625rem;left:17.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #chH5w9dZWokfVZHTPIQEHbAssbmPQekh { width:18.75rem;height:1.7875rem;top:1.9791870117188rem;left:27.96875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLKXnTVbLTXJWoTzA7TS0kchAis0Kr0D { width:12.5rem;height:3.25rem;top:6.8515625rem;left:31.833335876465rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXtEv7JcGqZtH5F3Pes9cLuZ0Rl90xmb { width:2.5rem;height:2.5rem;top:4.4349365234375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cogySFlthEsc1lMs6HoXuMEEe1hx80rs { width:2.5rem;height:2.5rem;top:4.4349365234375rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppT9F8vBDy5TsSwhg4TVUet5AVrfsRcT { width:2.5rem;height:2.5rem;top:4.4349365234375rem;left:36.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbMyxhsD3xfub5VuKSAkoS8la11sCL07 { display:block; }#TbMyxhsD3xfub5VuKSAkoS8la11sCL07 > .row .container { width:47.75rem;height:28.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e0CWuySOGEs9NB2VDmvpH4gHkS9BAa8A { width:43.75rem;height:5.85rem;top:3.75rem;left:1.9687501788139rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gloRltTBTUsCPbcCx4i1OIavmOwCebAJ .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; }
#gloRltTBTUsCPbcCx4i1OIavmOwCebAJ .widget-text.counter-number { padding-top:0.771875rem;padding-right:0.688125rem;padding-bottom:0.771875rem;padding-left:0.688125rem;width:4.128125rem;min-width:4.128125rem;height:4.150625rem;font-size:3.08875rem;line-height:66.41px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.1875rem solid #f4ce83;border-left:0.1875rem solid #f4ce83;border-right:0.1875rem solid #f4ce83;border-bottom:0.1875rem solid #f4ce83; }
#gloRltTBTUsCPbcCx4i1OIavmOwCebAJ .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.4825rem;margin-right:0;margin-bottom:0;margin-left:0;width:5.504375rem;height:1.640625rem;font-size:1.158125rem;line-height:26.25px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gloRltTBTUsCPbcCx4i1OIavmOwCebAJ { width:20.625rem;height:8.1925rem;display:flex;top:11.5rem;left:13.3583984375rem;z-index:15057;padding-top:0.19625rem;padding-right:0.2025rem;padding-bottom:0.19625rem;padding-left:0.2025rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #gloRltTBTUsCPbcCx4i1OIavmOwCebAJ #lRs9TMseoKV7L6tqoVnW1UIhFULTmO45 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gloRltTBTUsCPbcCx4i1OIavmOwCebAJ #niwlnqUySbRyyKlBaSiBddpVIoLkRcMm {  }
 }@media only screen and (max-width: 763px) { #gloRltTBTUsCPbcCx4i1OIavmOwCebAJ #GmUT2oJqOU1xXuLJR2tO7QAsaQLEiVn6 {  }
 }@media only screen and (max-width: 763px) { #gloRltTBTUsCPbcCx4i1OIavmOwCebAJ #Z1oaewEa6bwEZgTH0AH9JUrHGt17VQTk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gloRltTBTUsCPbcCx4i1OIavmOwCebAJ #Ms4L3ATX8w9slKehEKQ7RNfZHyvbnZ9T {  }
 }@media only screen and (max-width: 763px) { #gloRltTBTUsCPbcCx4i1OIavmOwCebAJ #tCh1QdWXGvGNczRdFydZfQFxMZ1DqXLy {  }
 }@media only screen and (max-width: 763px) { #gloRltTBTUsCPbcCx4i1OIavmOwCebAJ #D0tMmBaSH1XzJ9RdTmLzuxh5TcByvRuL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gloRltTBTUsCPbcCx4i1OIavmOwCebAJ #lFtnocZhdsrc2i9Tt5sgWzTnd9Wr9yy1 {  }
 }@media only screen and (max-width: 763px) { #gloRltTBTUsCPbcCx4i1OIavmOwCebAJ #ytko7xfLZs0FsRL9nSbXzR0OTVGJ3hEW {  }
 }@media only screen and (max-width: 763px) { #gloRltTBTUsCPbcCx4i1OIavmOwCebAJ #uVElq0FEXqzhXVFBEWm0LxMx0qoyEZz0 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gloRltTBTUsCPbcCx4i1OIavmOwCebAJ #BIm7HNdUgMG3BnIEsMqKOJwwc8EoDkhV {  }
 }@media only screen and (max-width: 763px) { #gloRltTBTUsCPbcCx4i1OIavmOwCebAJ #WPvu4LgRk7wpa2a0EPkRJPzvBp1IFgql {  }
 }@media only screen and (max-width: 763px) { #TMeemwfsoG45eL2kTMzraT34sP5P5hBT { width:33.125rem;height:3.4375rem;top:22.15625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRdQ1ZBq2umycEWIKdIyD0rDaoTTvHSh { display:block; }
 }@media only screen and (max-width: 763px) { #UWgOLMLA5Z7Fv8wLkIXGKKaMyWI9cLpk { display:block; }#UWgOLMLA5Z7Fv8wLkIXGKKaMyWI9cLpk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BL7qh8a6OfWmx1myBtn5rsnuzeCV0Wyd { width:5.625rem;height:5.6875rem;top:18.125rem;left:21.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DNIRnbMhGC05SC6LGMvvgDleZ9uTNDHk { background-color:#035d24;background-image:none;display:block; }#DNIRnbMhGC05SC6LGMvvgDleZ9uTNDHk > .row .container { background-color: transparent; background-image: none; }#DNIRnbMhGC05SC6LGMvvgDleZ9uTNDHk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNIRnbMhGC05SC6LGMvvgDleZ9uTNDHk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNIRnbMhGC05SC6LGMvvgDleZ9uTNDHk > .row .container > .video-iframe-container { display: none; }#DNIRnbMhGC05SC6LGMvvgDleZ9uTNDHk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNIRnbMhGC05SC6LGMvvgDleZ9uTNDHk > .row > .video-iframe-container { display: none; }#DNIRnbMhGC05SC6LGMvvgDleZ9uTNDHk > .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); }#DNIRnbMhGC05SC6LGMvvgDleZ9uTNDHk > .row .container { width:20rem;height:54.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TssP6ETb9ZIxpGaWEvmgwh2wlTmVoBFd { width:19.6875rem;height:2.03125rem;top:40.875002861023rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mnMcrpNapPcQHZ7vR1A6Qy0W3uVgNhVk { width:12.5rem;height:0.0625rem;top:44.062502861023rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzMcv7gCDy28vpPN4MPyDrT4Eu78lI9E { width:5.625rem;height:5.625rem;top:23.0625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBb7PWt4eUUDvqtog2FEt1GvocP4r0kQ { top:1.3125rem;left:0rem;width:20rem;height:20rem;z-index:14998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ihkz1hka6P5JMo3NkDae8uMwZMemRQaQ { width:20rem;height:0;top:13.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VWIcm3EUxSGRRPXwoZl6cdNMczShwyKv { width:20rem;height:5.19921875rem;top:34.602865219116rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;z-index:15012;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZtQdRPPFhTxxWn2QiwuMSPOypn1xMMhZ { width:18.75rem;height:2.84375rem;top:45.342448234558rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2.1875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bdnnZCXF7NK6lQJeMMgKzk6Ha9HE1eyB { width:12.5rem;height:2.8125rem;top:29.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzWo19ILTwPsVy5apxGe8XqcEzozyv52 { width:20rem;height:1.625rem;top:30.09375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MfsP8fNx8qH5e6su8acJkrp8Tnrbxkdd { width:18.75rem;height:3.4375rem;top:49.436187744141rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAvtGBbUnTSm7nkgJaPakwCdEIksfzae { display:block; }
 }@media only screen and (max-width: 763px) { #xUnnyCg4vUarBiwogn1FSZCGuImOREw8 { display:block; }#xUnnyCg4vUarBiwogn1FSZCGuImOREw8 > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N0T6zc8syVTOy0TOsHVRVE65DgPehTDS { width:19.9991875rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PorOTygqdSVxiRdWZSe4fhHqixKbWheQ { width:20rem;height:1.7875rem;top:4.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4lImCFd8W7pQHh6PGr5wqI9bT80ZuER { display:none; }#R4lImCFd8W7pQHh6PGr5wqI9bT80ZuER > .row .container { width:20rem;height:4.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IwBKVWEV7tGrEzrxmZtp0AmaLhlW3rxp { display:block; }#IwBKVWEV7tGrEzrxmZtp0AmaLhlW3rxp > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTshScb0QXLEWQ73Q43TdkDMJHlBiUz4 { width:18.75rem;height:5.8489625rem;top:4.5833435058594rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG5wlh5uuGpF91D0VL2NBFwO6ig7llL3 { width:18.75rem;height:0;top:1.2083435058594rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15015;color:#035d24;font-family:"josefin sans";font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #dzHti4McQkAgvpLyXarflt5zJPzi7piQ { width:1.5625rem;height:1.5625rem;top:1.875rem;left:9.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHpwn2i5g0XNkxnGpdBPec72qHNNJnLF { display:block; }#DHpwn2i5g0XNkxnGpdBPec72qHNNJnLF > .row .container { width:20rem;height:11.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O7qPJTBToqWVEyImQxxg8kWPLGov864s { width:18.75rem;height:5.8489625rem;top:4.5729370117188rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2cNLdhmhOtS6ZFdvJTylIXeqp3ySbAO { width:18.75rem;height:0;top:1.2083435058594rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15015;color:#035d24;font-family:"josefin sans";font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #QqNIMVqwkz4a7nuTpnQ8FOag5lcQeroB { width:1.5625rem;height:1.5625rem;top:1.875rem;left:9.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNgP4eNbTeoRa0O44n3sBhSHmgxHnTNf { display:block; }#QNgP4eNbTeoRa0O44n3sBhSHmgxHnTNf > .row .container { width:20rem;height:10.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dl4GyHdxvo5KdQCcJnQ3W0IeDD0J7OrH { width:18.75rem;height:4.38671875rem;top:4.6875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTWQInJ7TzoukATG1IZX9SZoVNifIAgd { width:18.75rem;height:0;top:1.1770935058594rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15015;font-weight:400;font-style:normal;font-family:"josefin sans";color:#035d24;display:none; }
 }@media only screen and (max-width: 763px) { #T5apyS0TwDPhI7OLKcD0s4xscnTIg0W9 { width:1.5625rem;height:1.5625rem;top:1.875rem;left:9.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8uKLPTwyU1oSu95hlFPyL7Tr3Lzlt7t { display:block; }#E8uKLPTwyU1oSu95hlFPyL7Tr3Lzlt7t > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wsT56PItP0AdlTIbqmEtIRFSbvALN6lm { width:18.75rem;height:2.925rem;top:4.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXCA9E2uwG5wBGr7v5lRSoG8bD7TLQHs { width:18.75rem;height:0;top:1.3541717529297rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15015;font-weight:400;font-style:normal;font-family:"josefin sans";color:#035d24;display:none; }
 }@media only screen and (max-width: 763px) { #qnIIezmqvXNE1rVuJiQicV43wG0Wz8uX { width:1.5625rem;height:1.5625rem;top:1.875rem;left:9.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4Z6QzAqhvurXL7OUVxvwe05V1IwDrpx { display:block; }#l4Z6QzAqhvurXL7OUVxvwe05V1IwDrpx > .row .container { width:20rem;height:15.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ed4TOk4v75us6G9f8zMJ0msmInbdoTVh { width:18.75rem;height:10.2356875rem;top:4.6875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMqT2TN2wwKyMTkqr85yycalW5dHcPNC { width:18.75rem;height:0;top:1.3333435058594rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15015;font-family:"josefin sans";font-weight:400;font-style:normal;color:#035d24;display:none; }
 }@media only screen and (max-width: 763px) { #RRogTMQGLTUz0IAPs1anwrdxnhfAMTou { width:1.5625rem;height:1.5625rem;top:1.875rem;left:9.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5KJz6mzdH7beMkGr5FC9T9FCHre2tvD { display:block; }#K5KJz6mzdH7beMkGr5FC9T9FCHre2tvD > .row .container { width:20rem;height:6.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KD98n8FksL5KebJTGQVywuT9oTO5mqp3 { width:14.875rem;height:3.4375rem;top:1.25rem;left:2.5625001192093rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTxaoWioHdtDRThBMXbTJvDXllTrz1oi { display:block; }
 }@media only screen and (max-width: 763px) { #ynZTxA9wQh4FKHKdi4FoL9G6s9C0T2Ss { display:block; }#ynZTxA9wQh4FKHKdi4FoL9G6s9C0T2Ss > .row .container { width:20rem;height:10.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfyLviN0PCTaoRgUWrx2zZvWWJd155tq { width:18.75rem;height:3.25rem;top:3.89453125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2CHbePc3oKFPoTef4ChUFNJvepEpcsu { width:6.1875rem;height:2.6rem;top:0.0625rem;left:6.28125rem;text-align:center;text-align-last:center;font-size:2rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #d26k7zaW4kAEyWZuk0ySKhWhbeub73oL { width:18.75rem;height:0;top:3.20703125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15015;color:#ffffff;font-family:"josefin sans";display:none; }
 }@media only screen and (max-width: 763px) { #sH5Bv89PNUuyDTuZ46bAwbiipJtRSOxX { display:block; }#sH5Bv89PNUuyDTuZ46bAwbiipJtRSOxX > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HapIsvWaGDzOefW37JbDyxTkkzTmbsS1 { width:20rem;height:3.57421875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXrSJDC3f0zhD8JTiCAI64N317LPxRVW { width:20rem;height:1.7871125rem;top:12.187500953674rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUJWxPLli9icVakxXFIuitV5aMC1C0KA { width:20rem;height:6.5rem;top:12.974609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdXb8zO2KqvDCLPKT55twHZZ17VITuz2 { width:20rem;height:3.25rem;top:3.6875057220459rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V654Hevev3uknyUyG84ve19H2WUA1rRr { width:15.625rem;height:3.57421875rem;top:25.604168891907rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUFWz2zXnAUHh6HPFtK1ff7t85KfN48s { width:20rem;height:4.875rem;top:27.886720657349rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n79TQK9l4aS2QvftlSdqyLiL9ilS50FW { width:18.75rem;height:3.4375rem;top:34.761720657349rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbOHTGWXL2mnOTTbeFyhhyt0k7Xnhv0K { display:block; }
 }@media only screen and (max-width: 763px) { #uAZn7FZ3zTXWaHvv1M8G2EFf8ZzxEOZr { display:block; }#uAZn7FZ3zTXWaHvv1M8G2EFf8ZzxEOZr > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V7Zlrwa28shRIbcNx6Zzu7x0HFFobqaI { width:19.9985625rem;height:4.0625rem;top:2.291015625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTVgawDOIBahO6vpvqsgv2z0WxMcJIa8 { width:19.998697280884rem;height:0;top:2.248779296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #RwG96WqAFAP6bF0JyCMaLQyEtR4ODLWE { width:19.25rem;height:18.5625rem;top:8.240234375rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdAlWMLxmTK1tUsuipGHapdm4x5dQr14 { display:block; }#GdAlWMLxmTK1tUsuipGHapdm4x5dQr14 > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GEmmJvgkQ6g9L10nAQadaxy7IUh1W44S { width:18.75rem;height:1.7871125rem;top:2.57421875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZICrp96dagZ1s52wmbVQI8NpmNRTPxIT { display:block; }#ZICrp96dagZ1s52wmbVQI8NpmNRTPxIT > .row .container { width:20rem;height:35.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THVQxztLmbnmPBucr2nDIuTUwzG5ROcU { width:20rem;height:8.773425rem;top:2.49853515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #xAcFv0INGTbx3ofBug5a5TusBvU3diGS { width:20rem;height:7.3111875rem;top:15.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMh6NcfhAknWIAMFqgUbqy9rR14wuFRI { width:20rem;height:7.3111875rem;top:26.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTVn8zkgJthiATuRzw2v3sxPNCKGMBTI { width:19.375rem;height:9.625rem;top:1.0104370117188rem;left:0.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nS3naJ4ABehWeQU3NwNX7Hs2S6WMaqIM { width:19.375rem;height:9.625rem;top:14.1875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON0SfbZct1ZsCi9xd1y4GSZrgBA0ab96 { width:19.375rem;height:9.625rem;top:25.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzZhpm4gAN1MI3RXBRxFqU8WWIkfd9LL { width:20rem;height:11.9375rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUsr6JXCVJqg92iB8SHFtZUC29QVH1SN { width:20rem;height:10.25rem;top:25.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyZQT9HktD7vcCiGa6N6GrB4wQoLncxr { width:20rem;height:10.25rem;top:13.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIwus2LKMRIiWT6ReVBT6sl4F5p7NZ7R { width:19.375rem;height:11.3125rem;top:0.98828125rem;left:0.28125rem;z-index:15015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #r8fem8C5g0bXUeomoPI5sJPF3k9Egema { display:block; }#r8fem8C5g0bXUeomoPI5sJPF3k9Egema > .row .container { width:20rem;height:36.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T6PwKed790nSeque5fsuPHUzyHsWbhMn { width:19.1875rem;height:8.77343125rem;top:2.1875rem;left:0.40625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #mz2rcZw9Bwl95HX2vndlBkDkFf3LBkJ4 { width:20rem;height:7.3111875rem;top:15.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8Ic7v0yeoM7I2GqXFwORAHTAMImfxLk { width:20rem;height:8.773425rem;top:26.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlSdcaKbSZssqThgT0JzuP9wTm6fkwvV { width:19.375rem;height:9.625rem;top:1.0104370117188rem;left:0.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fEIvUTAMobhWTypol4ogRNEIKd7U1ITB { width:19.375rem;height:9.625rem;top:14.1875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrUdPq5kX93q6TIBzPmeRM65ldeGMUoM { width:19.375rem;height:10.9375rem;top:25.5rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PF9BCvRxrszEx27fHNLDIbBIRPbIG1cc { width:20rem;height:12rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqmXdKgicbl0aWZF5QUi7CgDDO3eCVQ5 { width:20rem;height:11.5625rem;top:25.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGnyNQknet9Spn5OA7xIRTWGdDQlXLEp { width:20rem;height:10.25rem;top:13.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CC0lbZZVQo9SBLiTlmEg3lDFVmbT4dQt { width:19.375rem;height:11.3125rem;top:0.98828125rem;left:0.28125rem;z-index:15015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #JZcheVxE2X93OTpt9vlm8G7RIiR97yrX { display:block; }#JZcheVxE2X93OTpt9vlm8G7RIiR97yrX > .row .container { width:20rem;height:34.500007629395rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SlK7nAtntOpahiiRON7BNqRZZthvG8cz { width:20rem;height:8.773425rem;top:1.64599609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #tS6LyozT6rVirwCsQv8z3AvTcxd1QkBI { width:18.9375rem;height:7.31119375rem;top:14.4375rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdvkyox98Ji5kI3wOCKi0lSxUUN2sQ0A { width:20rem;height:8.773425rem;top:24.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOLQOub9HeNxPgtbS6H9OJQQTxweItfo { width:19.375rem;height:9.625rem;top:1.0104370117188rem;left:0.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IEWFbIPUuG48DkOo9e1a8cbRG35HUUq6 { width:19.375rem;height:9.625rem;top:13.125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BD62PPqwQ6CFdz4AH6l4BCNl8nI2dRoI { width:19.375rem;height:9.625rem;top:24.5rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBhTtem2XySpu4OAVgeworoxs5D7bKsq { width:20rem;height:10.9375rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2aMQi4qk4wLRHNNLVZ2pCHyBC2nmpuU { width:20rem;height:10.25rem;top:24.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnJiBTnxozMoqExZSvTXlT2v9WVX0lsI { width:20rem;height:10.25rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnJ2IxJ97XZHsWdKXDXCh3EgkMBynQpX { width:19.375rem;height:10.25rem;top:0.98828125rem;left:0.28125rem;z-index:15015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #v4h4bVIZSsZ2UINpZWcRAsm64gU8poVW { display:block; }#v4h4bVIZSsZ2UINpZWcRAsm64gU8poVW > .row .container { width:20rem;height:35.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lvhITcadflGRFTCXtaWrHZ1NqF8NuD9Q { width:20rem;height:8.773425rem;top:2.540283203125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #fEX0Kk35TiwmUcvOO4AM5ZTUlErIxgNg { width:20rem;height:8.773425rem;top:15rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqgJL1r8fCNEpTQc3EdrfDlssFSa0DBr { width:20rem;height:7.3111875rem;top:26.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1a5GedbvtvHZZPWSXBbqASlw4FmZh6z { width:19.375rem;height:9.625rem;top:1.0104370117188rem;left:0.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nTvzpsChtH4uos4NmF2AJ4VD8bcxbZuE { width:19.375rem;height:9.625rem;top:13.75rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxcRSql3tCTM3aegPgH8xZgM0UeAy9NN { width:19.375rem;height:9.625rem;top:25.125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFJAKF7cFZ9zgJKB0yIHgTpEgxltCIfe { width:20rem;height:11.6875rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHv92yP2rwqt18NOiViWXMrpAyIAfCFT { width:20rem;height:10.25rem;top:24.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbGbkfw1RDvKlSTvkfI783CCVfQUTNgk { width:20rem;height:10.25rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6sEO74hzePIGK8lKbbPulTkgnI5kklI { width:19.375rem;height:11rem;top:0.98828125rem;left:0.28125rem;z-index:15015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #FXO8TT2Crv2JiLmwvmysEDZPfUOlhb5T { display:block; }#FXO8TT2Crv2JiLmwvmysEDZPfUOlhb5T > .row .container { width:20rem;height:5.9680938720703rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cwucgS1wFTvflT4uOy62S8mcLx2T2PC0 { width:16.8125rem;height:3.57421875rem;top:2.4062461853027rem;left:1.59375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1Q4R53JQdfiuGAmsdOnzBCwN0KSsdNM { display:block; }#R1Q4R53JQdfiuGAmsdOnzBCwN0KSsdNM > .row .container { width:20rem;height:36.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pWGgkmlACIZQ8o5kP7Qoeg3rE885OXBw { width:19.4375rem;height:28.9375rem;top:6.99609375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #owP0uzrSMBcbiA6cS7zyXsFoVZNJSr9L { width:18.125rem;height:16.253875rem;top:11.975341796875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15012;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #cy8QgATanT9MSbe8EE41XT5AFb0yilXI { width:18.125rem;height:2.761725rem;top:30.475049972534rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8EHmBCuItqyTfHEHqfwZG2FHmb6UfpN { width:9.6875rem;height:9.6875rem;top:1.125rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQ3kFMTWEyx6U9OiNAN7qXGnfEmtVEx6 { display:block; }#XQ3kFMTWEyx6U9OiNAN7qXGnfEmtVEx6 > .row .container { width:20rem;height:35.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xBob9aPVdxTT9wXRwpTiFX23HQBN3ndi { width:19.4375rem;height:28.125rem;top:6.99609375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJm4xMhb6Kx1VQOTxCu0Tpmi1q2cL6XD { width:18.125rem;height:16.253875rem;top:11.975341796875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15012;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #NRZzMxStCtfwIm9ibUqBENNvnT0iu31W { width:18.125rem;height:2.761725rem;top:29.97500038147rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTPi0no7lqGWGIz5bzFTHtBEXApXUGtm { width:9.6875rem;height:9.6875rem;top:1.125rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOoKPw0gCWGXNRZr0JEevWEBEz7bK1lK { display:block; }#NOoKPw0gCWGXNRZr0JEevWEBEz7bK1lK > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UuKmAWsTmq2bFXMwCwSyySKTF56gIITX { width:19.4375rem;height:26.4375rem;top:6.99609375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbp8Nq3n91eQE5glgt51pGBtT9Nmy5Io { width:18.125rem;height:14.4479375rem;top:11.975341796875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15012;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #LOV9p8IG8XhVKSt7DE9t2kxvQxaKWmyA { width:18.125rem;height:2.761725rem;top:28.41250038147rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTufOLZNiVmqqpGJAonnNlxuWg4mJ6iH { width:9.6875rem;height:9.6875rem;top:1.125rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8WhmguDbdN6kJiCG1ckksxiaHF3NBD9 { display:block; }#D8WhmguDbdN6kJiCG1ckksxiaHF3NBD9 > .row .container { width:20rem;height:9.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m7r9zEQS6RddLfTh9yyEG4AdInOeMKAD { width:18.0625rem;height:6.09375rem;top:1.65625rem;left:0.96875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmKW1cb853CBXMMKPZAw0qasLrMdPfzu { width:19.998697280884rem;height:0;top:2.248779296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #VA8RzzQrANhE3kVZ7oAXR8VSTGv4WaSC { display:block; }#VA8RzzQrANhE3kVZ7oAXR8VSTGv4WaSC > .row .container { width:20rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fceUR8gIQ4TQObNqoFPyw78wDsNaLaFX { width:17.5rem;height:50.625rem;top:2.104248046875rem;left:2.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RwHcVSmcuTd2JPR3Q50xbypH08C3w2qR { width:1.5625rem;height:1.5625rem;top:29.14599609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOukdxcMHTJA1MZrp4y6lzDJSdDvJ2Dc { width:1.5625rem;height:1.5625rem;top:15.7265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmQzkQt9y5vc27Q1RfLns4hpGxNTbLM2 { width:1.5625rem;height:1.5625rem;top:2.104248046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcZ1gDdmz7xb1V7uU9IuOlAy1SkiMJKV { width:1.5625rem;height:1.5625rem;top:42.104248046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aJ2ObXvr2lXGnXwbJ6WI6ckBUV68lIqg { width:20rem;height:4.0625rem;top:2.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXFB3lu5htTmpaNUDLycs59vpy54q7JN { background-color:#035d24;background-image:none;display:block; }#hXFB3lu5htTmpaNUDLycs59vpy54q7JN > .row .container { background-color: transparent; background-image: none; }#hXFB3lu5htTmpaNUDLycs59vpy54q7JN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXFB3lu5htTmpaNUDLycs59vpy54q7JN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXFB3lu5htTmpaNUDLycs59vpy54q7JN > .row .container > .video-iframe-container { display: none; }#hXFB3lu5htTmpaNUDLycs59vpy54q7JN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXFB3lu5htTmpaNUDLycs59vpy54q7JN > .row > .video-iframe-container { display: none; }#hXFB3lu5htTmpaNUDLycs59vpy54q7JN > .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); }#hXFB3lu5htTmpaNUDLycs59vpy54q7JN > .row .container { width:20rem;height:42.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pFf37Z81dueCApEAVh6Nw74SkQlerT0N { width:18.125rem;height:1.38125rem;top:32.625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta3XBbwbKOkZgNUcN6EIIVOLXOTN15kq { width:20rem;height:3.25rem;top:22.531251907349rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aXg4OoCmzIQRypgC1EaXnI91tEszB2eF { width:20rem;height:20.5625rem;top:20.152996063233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f51r0LmCE6aXsdXxKb5sMDTQwUWSso4v { width:18.5rem;height:10.235675rem;top:26.916666030884rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1BDZ5PRg1R5XFimvf54ZoUXpaz8C6hu { width:20rem;height:2.75rem;top:37.151042938233rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#f39c12;display:block; }
 }@media only screen and (max-width: 763px) { #eMRTHNMxZ8kXk5ICTDNyHRFoNcAdqeqb { top:1.3125rem;left:0rem;width:20rem;height:20rem;z-index:15037;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ptGRTrVyP88Bcsob7zfUVg6N2bzfEhue { display:block; }#ptGRTrVyP88Bcsob7zfUVg6N2bzfEhue > .row .container { width:20rem;height:67.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mLcUylPtut0dTmQgyzOL4eN9kbRW2Cxk { width:20rem;height:67.0625rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpfUM78gTbkCFsHevoL3gI2StFwWKGkm { width:17.5rem;height:4.6875rem;top:1.9500007629394rem;left:1.2492187321186rem;display:block; }
 }@media only screen and (max-width: 763px) { #rz19IsCQIcANFFCithX2AcWe5ypoA3v6 { width:18.75rem;height:2.03125rem;top:3.54296875rem;left:0.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oi5BtEGCvfgR2fHRTiBNZFoAOIAPFTDg { width:14.97329125rem;height:2.47330375rem;top:45.9375rem;left:2.470703125rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1S2ilHirFypwUiLrWXh52w7MkZhZVTU { display:block; }
 }@media only screen and (max-width: 763px) { #tHw8I2zIfFyHuALvVd8kBKFrqRhyyxh8 { width:18.125rem;height:0;top:79.833374023438rem;left:0.90625rem;font-size:1.0625rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #d6ZSILqggWhW8NvfTcRasFUE5lyWkUSl { width:16.1875rem;height:0;top:58.75rem;left:2rem;font-size:1.125rem;line-height:1.5;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #actgbQOwKVs7mkHaKUs8Tb8PukO3bMRp { width:17.5rem;height:25.1927125rem;top:8.395751953125rem;left:1.25rem;font-size:1rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #y9B6bH32gLEKJ2qx33iHxrwRPRq962GQ { width:20rem;height:2.03125rem;top:41.218750953674rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGKgyqaynxhDB33WF4TvkX51V1eovlQE { width:19.9375rem;height:1.29948125rem;top:64.354169368744rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oTTgKhfoaVW4ho2mbGr9zXl45TV9Ngdx { width:16.875rem;height:1.4622375rem;top:44.139324188233rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NehtVhOMCEfeCoTgPqIgsX9fi9wkZ3FM { width:18.23960375rem;height:2.54101625rem;top:59.3125rem;left:0.837890625rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVLZBVkAi2lFrRUnsk5ubrJfyduvlrZE { display:block; }
 }@media only screen and (max-width: 763px) { #dXggzLvSrmIXLdbsgXWTrNEmJ6xGSGNi { width:20rem;height:2.924475rem;top:56.093751430511rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAnhkkQmQT2xHV5VdTiHgLzeCWsPvDuo { width:20rem;height:2.03125rem;top:53.437501430511rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOWb2G5Txw9X5GOcXL7eKCK4wtOFRg1l { width:20rem;height:1.625rem;top:50.312501430511rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ntll2mhOUeWhvVQy19wNAmTXFrW4Rttr { width:20rem;height:2.03125rem;top:39.187500953674rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GUq3T8xQXmIASUv1WsWLmzDn2Fo5fv5f { width:20rem;height:4.0625rem;top:33.587240219116rem;left:0rem;font-size:1.5625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Vk4KqJFpw69Kw4ArLE4TxKwQvw6i82ZH { display:block; }#Vk4KqJFpw69Kw4ArLE4TxKwQvw6i82ZH > .row .container { width:20rem;height:18.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OKGVhMwVxXfXxTFgqV98q4GVlgbT0RCW { width:18.75rem;height:13.16014375rem;top:4.3008422851562rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OPCE7QyJ87iAdeR4ZShgqTA1Or0mdASp { width:2.5rem;height:2.5rem;top:36.86474609375rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RkWNDflvdmKzqXyzTlRFUCFfvX6MWWNu { width:12.5rem;height:1.7871125rem;top:1.2305479049682rem;left:0.625rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gryRGEOM2NexvmdTmwI5fVIaytTMArmh { background-color:#eef3ef;background-image:none;display:none; }#gryRGEOM2NexvmdTmwI5fVIaytTMArmh > .row .container { width:20rem;height:82.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Eg11ENzPTeT039ZNHm0LatNqTFcxEJrv { width:14rem;height:0;top:2.8179688453674rem;left:2.8937500715256rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HF7buOFDTDNoaccC1uMITg0dlRv3c72w { width:1.5625rem;height:1.5625rem;top:65.013549804688rem;left:9.1875rem;font-size:1.0625rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #qPa1X7XvXV0IlXXQLtDfx1hTpOIoEvPV { width:20rem;height:0;top:3.46484375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #CnoDsh6fBgXNGfzgQoRA8kxU0qmOu4z9 { width:17.5rem;height:0;top:30.223876953125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#47545a;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #MFDATI19iUw3vhEqX51GflEDWdIMFKO1 { width:17.5rem;height:42.5rem;top:30.957813262939rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #iWu0MR4D0KmcvUdV7hSbgWgprIgNtTIW { width:16rem;height:4.6875rem;top:2.7554688453674rem;left:2.0000001192093rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #OUlAv9WIveGDiz7Dayut7HvzPVWCK7A7 { width:20rem;height:auto;top:16.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;display:none; }
 }@media only screen and (max-width: 763px) { #rOkBdS8d84F83d7oSmTLXTSw3osl7Nrw { background-color:#035d24;background-image:none;display:block; }#rOkBdS8d84F83d7oSmTLXTSw3osl7Nrw > .row .container { background-color: transparent; background-image: none; }#rOkBdS8d84F83d7oSmTLXTSw3osl7Nrw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rOkBdS8d84F83d7oSmTLXTSw3osl7Nrw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rOkBdS8d84F83d7oSmTLXTSw3osl7Nrw > .row .container > .video-iframe-container { display: none; }#rOkBdS8d84F83d7oSmTLXTSw3osl7Nrw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rOkBdS8d84F83d7oSmTLXTSw3osl7Nrw > .row > .video-iframe-container { display: none; }#rOkBdS8d84F83d7oSmTLXTSw3osl7Nrw > .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); }#rOkBdS8d84F83d7oSmTLXTSw3osl7Nrw > .row .container { width:20rem;height:85.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P1E3p775BVAXD6RIU72qdvkxedD1fQsT { width:14rem;height:0;top:2.8179688453674rem;left:2.8937500715256rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PTu0kMe1aEmSQwEBxspTH6sLpDEu0TIM { width:20rem;height:20rem;top:7.89208984375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RlAQstA7Ia4cuc1VNEXaTw5nTkfKOfqJ { width:1.5625rem;height:1.5625rem;top:65.013549804688rem;left:9.1875rem;font-size:1.0625rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #HE6lUZaZVhz4QsZsRPsOWzOIDD9ppndn { width:20rem;height:56.3125rem;top:26.68359375rem;left:0rem;background-color:#f4fdef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #gdoBscMhec1flV8Q6ylavlopnlBc9OPF { width:20rem;height:0;top:3.46484375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #OheMhqkZdv95CmX315vxyykCSs7sd5As { width:17.5rem;height:0;top:30.223876953125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#47545a;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #qk19xkXfZ7vlGyV4VlBFuEelBclkaEql { width:16rem;height:4.125rem;top:2.19287109375rem;left:2rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15008;color:#f4ce83;display:block; }
 }@media only screen and (max-width: 763px) { #SPKwJotZuERluWOMDfHZJ1iSJ0zOwfrM { width:18.125rem;height:50.9960625rem;top:29.246053695679rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#47545a;z-index:14999;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #B64ncCk2kBcEBCByNed1Ug46D81WnMq6 { display:block; }#B64ncCk2kBcEBCByNed1Ug46D81WnMq6 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hul6NOIEWMpyea3XdDvTSTFDevxk0D9W { width:19.9991875rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4XrwUcw819AHC9ADaPB0mrvNE15xAv2 { display:block; }#T4XrwUcw819AHC9ADaPB0mrvNE15xAv2 > .row .container { width:20rem;height:28.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oCQUxngyaPwztZE6iSBc7lIL0zCHb5vM { width:19.9991875rem;height:1.7875rem;top:4.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFTa2T80lUT2nVT6qIsV4JLQ6yfdsXzt { width:19.998697280884rem;height:2.924475rem;top:5.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfFrgtgxBSUTPHD8iMttbrP8CzZxgp6g { width:19.998697280884rem;height:1.7875rem;top:12.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOmKPpTcnm8WeGR8aOr9LMU7a0f8yKKL { width:19.998697280884rem;height:3.25rem;top:13.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #chH5w9dZWokfVZHTPIQEHbAssbmPQekh { width:19.998697280884rem;height:1.7875rem;top:21.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLKXnTVbLTXJWoTzA7TS0kchAis0Kr0D { width:19.998697280884rem;height:3.25rem;top:22.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXtEv7JcGqZtH5F3Pes9cLuZ0Rl90xmb { width:1.5625rem;height:1.5625rem;top:1.875rem;left:9.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cogySFlthEsc1lMs6HoXuMEEe1hx80rs { width:1.5625rem;height:1.5625rem;top:10.5rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppT9F8vBDy5TsSwhg4TVUet5AVrfsRcT { width:1.5625rem;height:1.5625rem;top:18.875rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbMyxhsD3xfub5VuKSAkoS8la11sCL07 { display:block; }#TbMyxhsD3xfub5VuKSAkoS8la11sCL07 > .row .container { width:20rem;height:28.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e0CWuySOGEs9NB2VDmvpH4gHkS9BAa8A { width:19.9980625rem;height:11.8125rem;top:2.0787773132324rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #gloRltTBTUsCPbcCx4i1OIavmOwCebAJ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gloRltTBTUsCPbcCx4i1OIavmOwCebAJ .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;border-top:0.1875rem solid #f4ce83;border-left:0.1875rem solid #f4ce83;border-right:0.1875rem solid #f4ce83;border-bottom:0.1875rem solid #f4ce83; }
#gloRltTBTUsCPbcCx4i1OIavmOwCebAJ .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; }
#gloRltTBTUsCPbcCx4i1OIavmOwCebAJ { width:14.625rem;height:5.4375rem;display:flex;top:15.811199188233rem;left:2.4837241172791rem;z-index:15057; }
 }@media only screen and (max-width: 763px) { #gloRltTBTUsCPbcCx4i1OIavmOwCebAJ #lRs9TMseoKV7L6tqoVnW1UIhFULTmO45 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gloRltTBTUsCPbcCx4i1OIavmOwCebAJ #niwlnqUySbRyyKlBaSiBddpVIoLkRcMm {  }
 }@media only screen and (max-width: 763px) { #gloRltTBTUsCPbcCx4i1OIavmOwCebAJ #GmUT2oJqOU1xXuLJR2tO7QAsaQLEiVn6 {  }
 }@media only screen and (max-width: 763px) { #gloRltTBTUsCPbcCx4i1OIavmOwCebAJ #Z1oaewEa6bwEZgTH0AH9JUrHGt17VQTk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gloRltTBTUsCPbcCx4i1OIavmOwCebAJ #Ms4L3ATX8w9slKehEKQ7RNfZHyvbnZ9T {  }
 }@media only screen and (max-width: 763px) { #gloRltTBTUsCPbcCx4i1OIavmOwCebAJ #tCh1QdWXGvGNczRdFydZfQFxMZ1DqXLy {  }
 }@media only screen and (max-width: 763px) { #gloRltTBTUsCPbcCx4i1OIavmOwCebAJ #D0tMmBaSH1XzJ9RdTmLzuxh5TcByvRuL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gloRltTBTUsCPbcCx4i1OIavmOwCebAJ #lFtnocZhdsrc2i9Tt5sgWzTnd9Wr9yy1 {  }
 }@media only screen and (max-width: 763px) { #gloRltTBTUsCPbcCx4i1OIavmOwCebAJ #ytko7xfLZs0FsRL9nSbXzR0OTVGJ3hEW {  }
 }@media only screen and (max-width: 763px) { #gloRltTBTUsCPbcCx4i1OIavmOwCebAJ #uVElq0FEXqzhXVFBEWm0LxMx0qoyEZz0 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gloRltTBTUsCPbcCx4i1OIavmOwCebAJ #BIm7HNdUgMG3BnIEsMqKOJwwc8EoDkhV {  }
 }@media only screen and (max-width: 763px) { #gloRltTBTUsCPbcCx4i1OIavmOwCebAJ #WPvu4LgRk7wpa2a0EPkRJPzvBp1IFgql {  }
 }@media only screen and (max-width: 763px) { #TMeemwfsoG45eL2kTMzraT34sP5P5hBT { width:18.75rem;height:3.4375rem;top:23.22265625rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRdQ1ZBq2umycEWIKdIyD0rDaoTTvHSh { display:block; }
 }@media only screen and (max-width: 763px) { #UWgOLMLA5Z7Fv8wLkIXGKKaMyWI9cLpk { display:block; }#UWgOLMLA5Z7Fv8wLkIXGKKaMyWI9cLpk > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BL7qh8a6OfWmx1myBtn5rsnuzeCV0Wyd { width:2.9375rem;height:3.125rem;top:2.03125rem;left:8.53125rem;display:block; }
 }