.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:230,242,223;--color-primary-1:172,210,150;--color-primary-2:89,165,44;--color-primary-3:45,83,22;--color-primary-4:13,25,7;--color-secondary-0:222,223,225;--color-secondary-1:146,149,154;--color-secondary-2:37,42,52;--color-secondary-3:19,21,26;--color-secondary-4:6,6,8;--color-tertiary-0:255,255,255;--color-tertiary-1:183,184,185;--color-tertiary-2:16,18,22;--color-tertiary-3:8,9,11;--color-tertiary-4:2,2,2;--headlines-font-family:"Raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vL3mi4cJe5TFdLWal2J5gL1beSCUIyp3 { background-color:rgba(var(--color-secondary-4),1);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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vL3mi4cJe5TFdLWal2J5gL1beSCUIyp3 > .row .container { background-color: transparent; background-image: none; }#vL3mi4cJe5TFdLWal2J5gL1beSCUIyp3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vL3mi4cJe5TFdLWal2J5gL1beSCUIyp3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vL3mi4cJe5TFdLWal2J5gL1beSCUIyp3 > .row .container > .video-iframe-container { display: none; }#vL3mi4cJe5TFdLWal2J5gL1beSCUIyp3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vL3mi4cJe5TFdLWal2J5gL1beSCUIyp3 > .row > .video-iframe-container { display: none; }#vL3mi4cJe5TFdLWal2J5gL1beSCUIyp3 > .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); }#vL3mi4cJe5TFdLWal2J5gL1beSCUIyp3 > .row .container { border-width: 0; border-radius: 0; }#vL3mi4cJe5TFdLWal2J5gL1beSCUIyp3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vL3mi4cJe5TFdLWal2J5gL1beSCUIyp3 > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:6.25rem;width:75rem;overflow:visible;position:relative;display:block; }#sPNM4kfMIDc2lWBmoceoNxSIHTB3yyAt { background-color:#3c7d15;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.25rem;left:62.25rem;display:block; }
#oGbPUqymfcTL1naoEI66h0yTtQLCKwR4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H7ENCrBnHhAyavJMs55JdAei1hSkWI0G { 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:10.75rem;width:19.625rem;top:2.1875rem;left:1.9375rem;overflow:hidden;display:block; }
#oQTFX8zmSriGbPTQIiuU7bLD8Um0W4Xm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),0.85);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; }#oQTFX8zmSriGbPTQIiuU7bLD8Um0W4Xm > .row .container { background-color: transparent; background-image: none; }#oQTFX8zmSriGbPTQIiuU7bLD8Um0W4Xm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQTFX8zmSriGbPTQIiuU7bLD8Um0W4Xm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQTFX8zmSriGbPTQIiuU7bLD8Um0W4Xm > .row .container > .video-iframe-container { display: none; }#oQTFX8zmSriGbPTQIiuU7bLD8Um0W4Xm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQTFX8zmSriGbPTQIiuU7bLD8Um0W4Xm > .row > .video-iframe-container { display: none; }#oQTFX8zmSriGbPTQIiuU7bLD8Um0W4Xm > .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); }#oQTFX8zmSriGbPTQIiuU7bLD8Um0W4Xm > .row .container { border-width: 0; border-radius: 0; }#oQTFX8zmSriGbPTQIiuU7bLD8Um0W4Xm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oQTFX8zmSriGbPTQIiuU7bLD8Um0W4Xm > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:50.125rem;width:75rem;position:relative;display:block; }#wlwxO91bglv7LLpICgnEn1vxD9JGTk5p { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.7;letter-spacing:0;top:21.8125rem;left:21.875rem;height:1.4375rem;text-align:center;text-align-last:center;display:block; }
#aWexwmtz4wpXwKVXqNTNgQGq5XxMANCJ { color:rgba(var(--color-tertiary-0),1);display:block;width:35.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:16.0625rem;left:19.8125rem;height:5.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;text-align:center;text-align-last:center;display:block; }
#TivCz3Qv8pAOWpWN1VgcHo6VQMEd7OnW { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(60,125,21,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(60,125,21,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(60,125,21,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(60,125,21,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c7d154c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c7d154c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(60,125,21,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#eGmp2babrtTWQ9UlaCbibPzf9Q8h2KWL { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(60,125,21,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(60,125,21,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(60,125,21,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(60,125,21,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c7d154c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c7d154c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(60,125,21,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#kUmzOCaw4BxcbnGtGLQrHtTGldEqMZfU { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(60,125,21,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(60,125,21,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(60,125,21,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(60,125,21,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c7d154c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c7d154c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(60,125,21,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#pwfQugx7DNAbbiRlzWK0TyUxtExrVikv { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(60,125,21,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(60,125,21,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(60,125,21,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(60,125,21,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c7d154c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c7d154c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(60,125,21,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#e2QQiuUfDPGEqealMvXExzhNKtfqGw1t { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(60,125,21,0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(60,125,21,0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(60,125,21,0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(60,125,21,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='#3c7d154c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='#3c7d154c' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(60,125,21,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:37.4375rem;width:37.4375rem;top:12.5625rem;left:37.5625rem;display:block; }
#Mt1I3tXQhPPdm7HW0irUbp0L5lgaGvBV { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.0625rem;width:31.75rem;top:25.8125rem;left:21.625rem;overflow:hidden;display:block; }
#ULVbx68NeKzBI49G5IOC9WcFsnGbyDbU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);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; }#ULVbx68NeKzBI49G5IOC9WcFsnGbyDbU > .row .container { background-color: transparent; background-image: none; }#ULVbx68NeKzBI49G5IOC9WcFsnGbyDbU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULVbx68NeKzBI49G5IOC9WcFsnGbyDbU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULVbx68NeKzBI49G5IOC9WcFsnGbyDbU > .row .container > .video-iframe-container { display: none; }#ULVbx68NeKzBI49G5IOC9WcFsnGbyDbU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULVbx68NeKzBI49G5IOC9WcFsnGbyDbU > .row > .video-iframe-container { display: none; }#ULVbx68NeKzBI49G5IOC9WcFsnGbyDbU > .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); }#ULVbx68NeKzBI49G5IOC9WcFsnGbyDbU > .row .container { border-width: 0; border-radius: 0; }#ULVbx68NeKzBI49G5IOC9WcFsnGbyDbU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ULVbx68NeKzBI49G5IOC9WcFsnGbyDbU > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:72.0625rem;width:75rem;position:relative;display:block; }#z8pHelT5mgdWXXb72f2BlMvdt9PLteUw { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(250deg, rgba(var(--color-primary-4),0), rgba(60,125,21,0.2));background-image: -moz-linear-gradient(250deg, rgba(var(--color-primary-4),0), rgba(60,125,21,0.2));background-image: -ms-linear-gradient(250deg, rgba(var(--color-primary-4),0), rgba(60,125,21,0.2));background-image: -o-linear-gradient(250deg, rgba(var(--color-primary-4),0), rgba(60,125,21,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='#3c7d1533' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='#3c7d1533' );";background-image: linear-gradient(250deg, rgba(var(--color-primary-4),0), rgba(60,125,21,0.2));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:18.75rem;width:37.5rem;top:15.3125rem;left:0rem;display:block; }
#dUc5nmqyyAvClKrg7J3wfOz4Geyx4p0C { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:19.875rem;left:2.5rem; }
#RPdns4qgbpd4ccvAcTW5Iac8ywq64gLt { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.7;letter-spacing:0;top:22.9375rem;left:2.5rem;height:2.5rem;font-style:normal;display:block; }
#Hvs62ngyPp3ugCpyhXV9snuZeE9AHP18 { color:rgba(var(--color-tertiary-1),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.7;letter-spacing:0;top:26.125rem;left:2.5rem;height:5.0625rem;font-style:normal;display:block; }
#yMdiEUsuFDw3yL7ExvIiy1iJ5615BbS3 { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(288deg, rgba(var(--color-primary-4),0), rgba(60,125,21,0.2));background-image: -moz-linear-gradient(288deg, rgba(var(--color-primary-4),0), rgba(60,125,21,0.2));background-image: -ms-linear-gradient(288deg, rgba(var(--color-primary-4),0), rgba(60,125,21,0.2));background-image: -o-linear-gradient(288deg, rgba(var(--color-primary-4),0), rgba(60,125,21,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='#3c7d1533' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='#3c7d1533' );";background-image: linear-gradient(288deg, rgba(var(--color-primary-4),0), rgba(60,125,21,0.2));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:18.75rem;width:37.5rem;top:15.3125rem;left:37.5rem;display:block; }
#zFfeC86c2z4R1HFidgqwC6iT4a3ZKvtG { color:rgba(var(--color-tertiary-1),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.7;letter-spacing:0;top:26.125rem;left:40rem;height:5.0625rem;font-style:normal;display:block; }
#L9Q7fzXXKOeTckC3ZmHTGuHIc1a9yqha { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:19.875rem;left:40rem; }
#qS5R0FyaAR9RQ0Uzv80DnXP6FW0VQX94 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.7;letter-spacing:0;top:22.9375rem;left:40rem;height:2.5rem;font-style:normal;display:block; }
#SdhOHSRIadPIbpkD5c764Zs3dDLS7uwh { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(351deg, rgba(60,125,21,0.2), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(351deg, rgba(60,125,21,0.2), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(351deg, rgba(60,125,21,0.2), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(351deg, rgba(60,125,21,0.2), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c7d1533', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c7d1533', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(351deg, rgba(60,125,21,0.2), rgba(var(--color-primary-4),0));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:18.75rem;width:37.5rem;top:34.0625rem;left:0rem;display:block; }
#C8JQ29p5U5sme6hKPD5rTseJ9C0NSTGl { color:rgba(var(--color-tertiary-1),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.7;letter-spacing:0;top:44.875rem;left:2.5rem;height:3.375rem;font-style:normal;display:block; }
#N2EobLsf8KPhvcPTZQsA96gMLlOt7veW { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:38.625rem;left:2.5rem; }
#bd8ov2RCFAEI2i2s9kSTUWqsphotWdV3 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15028;line-height:1.7;letter-spacing:0;top:41.6875rem;left:2.5rem;height:2.5rem;font-style:normal;display:block; }
#fV6o0IdQm4Wc6Fvv3Np3JdgHsr5awl2W { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(120deg, rgba(var(--color-primary-4),0), rgba(60,125,21,0.2));background-image: -moz-linear-gradient(120deg, rgba(var(--color-primary-4),0), rgba(60,125,21,0.2));background-image: -ms-linear-gradient(120deg, rgba(var(--color-primary-4),0), rgba(60,125,21,0.2));background-image: -o-linear-gradient(120deg, rgba(var(--color-primary-4),0), rgba(60,125,21,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='#3c7d1533' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='#3c7d1533' );";background-image: linear-gradient(120deg, rgba(var(--color-primary-4),0), rgba(60,125,21,0.2));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:18.75rem;width:37.5rem;top:34.0625rem;left:37.5rem;display:block; }
#UhqgT3oXQ2MJF0HzGzkzkUinLTVQDoSz { color:rgba(var(--color-tertiary-1),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15033;line-height:1.7;letter-spacing:0;top:44.875rem;left:40rem;height:5.0625rem;font-style:normal;display:block; }
#VOsRVbdwRtSLkmUruy46w8MS8usLIgDg { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15032;line-height:1.7;letter-spacing:0;top:41.6875rem;left:40rem;height:2.5rem;font-style:normal;display:block; }
#tU7JnwcE7ZLL5c0sIcD5O4fgaMXb1NG3 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:38.625rem;left:40rem; }
#a07w8NuAsyIX8T7ZTwCDb0ZtqFro7wGf { color:#3c7d15;display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:6.25rem;left:11.25rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vIzXsP7Su5azlmPMuthrl7TO4TM1W02y { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:10.5625rem;left:11.25rem;height:3.625rem;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; }
#x1fauOn7Tfw2nqagEqTM2EFTc5Qr6U9P { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(60,125,21,0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(60,125,21,0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(60,125,21,0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(60,125,21,0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c7d154c', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c7d154c', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(60,125,21,0.3), rgba(var(--color-primary-4),0));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:11.25rem;width:0.5rem;top:0rem;left:66.625rem;display:block; }
#Jegz7nffwQDpsGX5xs7LmTSBbKWCaUX1 { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(60,125,21,0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(60,125,21,0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(60,125,21,0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(60,125,21,0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c7d154c', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c7d154c', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(60,125,21,0.3), rgba(var(--color-primary-4),0));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:11.25rem;width:0.5rem;top:0rem;left:69rem;display:block; }
#vIDe122cTfMaAewFHXb2RuJqa2W8FIOe { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(60,125,21,0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(60,125,21,0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(60,125,21,0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(60,125,21,0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c7d154c', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c7d154c', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(60,125,21,0.3), rgba(var(--color-primary-4),0));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:11.25rem;width:0.5rem;top:0rem;left:71.375rem;display:block; }
#LLlKS0oHv4KbKhAvXdL1JqOK3Igp17WH { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(60,125,21,0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(60,125,21,0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(60,125,21,0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(60,125,21,0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c7d154c', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c7d154c', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(60,125,21,0.3), rgba(var(--color-primary-4),0));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:11.25rem;width:0.5rem;top:0rem;left:64.25rem;display:block; }
#vQpDiT5okkpBOyi9gwQreWfBFAvhcvuM { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(351deg, rgba(60,125,21,0.2), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(351deg, rgba(60,125,21,0.2), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(351deg, rgba(60,125,21,0.2), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(351deg, rgba(60,125,21,0.2), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c7d1533', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c7d1533', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(351deg, rgba(60,125,21,0.2), rgba(var(--color-primary-4),0));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:18.75rem;width:37.5rem;top:52.8125rem;left:18.75rem;display:block; }
#PmTyafV8LreRPIrotTiD6nKFbNMTDdWS { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:56.4375rem;left:21.625rem; }
#Ufr7Op9DBDIHfybXlRUl2HRDaMJ6BFSv { color:rgba(var(--color-tertiary-4),1);display:block;width:30.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:59.78125rem;left:21.625rem;height:1.9375rem;font-style:normal;display:block; }
#eKsvRzy3yDcaRqGNfZifO0Lv7uldg53R { color:#b7b8b9;display:block;width:34.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15035;line-height:1.7;letter-spacing:0;top:62.8125rem;left:21.0625rem;height:10.125rem;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; }
#iG7BXwfopxVD0KzhN0xteUr61Nzk0Fo2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);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; }#iG7BXwfopxVD0KzhN0xteUr61Nzk0Fo2 > .row .container { background-color: transparent; background-image: none; }#iG7BXwfopxVD0KzhN0xteUr61Nzk0Fo2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iG7BXwfopxVD0KzhN0xteUr61Nzk0Fo2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iG7BXwfopxVD0KzhN0xteUr61Nzk0Fo2 > .row .container > .video-iframe-container { display: none; }#iG7BXwfopxVD0KzhN0xteUr61Nzk0Fo2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iG7BXwfopxVD0KzhN0xteUr61Nzk0Fo2 > .row > .video-iframe-container { display: none; }#iG7BXwfopxVD0KzhN0xteUr61Nzk0Fo2 > .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); }#iG7BXwfopxVD0KzhN0xteUr61Nzk0Fo2 > .row .container { border-width: 0; border-radius: 0; }#iG7BXwfopxVD0KzhN0xteUr61Nzk0Fo2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iG7BXwfopxVD0KzhN0xteUr61Nzk0Fo2 > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:37.4375rem;width:75rem;position:relative;display:block; }#rP2TWPsBeesQEkmABRdWafOSAmqpXqPI { color:#3c7d15;display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C7mfske27kEvPnv3dRuZIBBPJRoOn0t6 { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:6.63671875rem;left:11.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#KvIquSgZS7OzmIS55cnTIk96NgUkT3zy { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(60,125,21,0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(60,125,21,0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(60,125,21,0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(60,125,21,0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c7d154c', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c7d154c', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(60,125,21,0.3), rgba(var(--color-primary-4),0));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:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#GTtGCNWubxh3G8Q2TFTblPNGgB2sIiVb { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(60,125,21,0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(60,125,21,0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(60,125,21,0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(60,125,21,0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c7d154c', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c7d154c', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(60,125,21,0.3), rgba(var(--color-primary-4),0));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:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#sRAKLf4hNEBgyOTLyqWOhzRQbZQg1o62 { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(60,125,21,0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(60,125,21,0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(60,125,21,0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(60,125,21,0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c7d154c', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c7d154c', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(60,125,21,0.3), rgba(var(--color-primary-4),0));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:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#FP3ecTUwzsTkRrg6iiBMUUDuo1HaVKKV { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(60,125,21,0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(60,125,21,0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(60,125,21,0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(60,125,21,0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c7d154c', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c7d154c', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(60,125,21,0.3), rgba(var(--color-primary-4),0));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:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#VgusN70LtE6TyMFekqcf614qQCxP1DoQ { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(60,125,21,0.2), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(45deg, rgba(60,125,21,0.2), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(45deg, rgba(60,125,21,0.2), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(45deg, rgba(60,125,21,0.2), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c7d1533', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c7d1533', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(45deg, rgba(60,125,21,0.2), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:23.5625rem;width:52.5rem;top:11.25rem;left:11.25rem;display:block; }
#tMCLd3dcE0Lvq9Id5fhEZm4AW8VJxL77 { color:rgba(var(--color-tertiary-1),1);display:block;width:37.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.7;letter-spacing:0;top:20.9375rem;left:18.5625rem;height:10.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lvmlvkhcu75dFNu3eXpaI8wA1BCeI30G { color:rgba(var(--color-tertiary-4),1);display:block;width:46.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:15.25rem;left:15.25rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#ExIyPBE7udOkrhxwgQTwxSi8kLNDN40q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);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; }#ExIyPBE7udOkrhxwgQTwxSi8kLNDN40q > .row .container { background-color: transparent; background-image: none; }#ExIyPBE7udOkrhxwgQTwxSi8kLNDN40q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExIyPBE7udOkrhxwgQTwxSi8kLNDN40q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExIyPBE7udOkrhxwgQTwxSi8kLNDN40q > .row .container > .video-iframe-container { display: none; }#ExIyPBE7udOkrhxwgQTwxSi8kLNDN40q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExIyPBE7udOkrhxwgQTwxSi8kLNDN40q > .row > .video-iframe-container { display: none; }#ExIyPBE7udOkrhxwgQTwxSi8kLNDN40q > .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); }#ExIyPBE7udOkrhxwgQTwxSi8kLNDN40q > .row .container { border-width: 0; border-radius: 0; }#ExIyPBE7udOkrhxwgQTwxSi8kLNDN40q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ExIyPBE7udOkrhxwgQTwxSi8kLNDN40q > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:56.25rem;width:75rem;position:relative;display:block; }#L0yfCT8X7gwFrdzoU5rTVz4buHqPgvA4 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:21.0625rem;left:4.0625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#fJsEUcfag0T2OpUnNaTFVUW5oKAhp1LU { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a769d982-85fc-4f9d-aed4-bf4bd39d6a38/Screenshot20251204at111220PM.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:56.25rem;width:37.5rem;top:0rem;left:0rem;display:block; }#fJsEUcfag0T2OpUnNaTFVUW5oKAhp1LU.adaptive-delivery-prevent-bg, #fJsEUcfag0T2OpUnNaTFVUW5oKAhp1LU.lazyload, #fJsEUcfag0T2OpUnNaTFVUW5oKAhp1LU.lazyloading { background-image: none; }
#fJsEUcfag0T2OpUnNaTFVUW5oKAhp1LU::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#fJsEUcfag0T2OpUnNaTFVUW5oKAhp1LU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.8); }#BUnzSzRFN4BwxQG0zkPU9H7tfFG7gHag { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(60,125,21,0.2));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(60,125,21,0.2));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(60,125,21,0.2));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(60,125,21,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='#3c7d1533' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='#3c7d1533' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(60,125,21,0.2));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:18.75rem;width:37.5rem;top:0rem;left:37.5rem;display:block; }
#Udel5B13l62FwNXy73MDIi9NtgMxMB7N { color:rgba(var(--color-primary-2),1);display:block;width:35.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.7;letter-spacing:0;top:1.3125rem;left:38.34375rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OhvAzK8xskIK0hEd4F0pibP0AlQI5q0c { color:rgba(var(--color-tertiary-1),1);display:block;width:35.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.7;letter-spacing:0;top:6.1875rem;left:38.34375rem;height:11.8125rem;font-style:normal;display:block; }
#L13kQBiwVTiVS7H67MNu2oE8mfPqkBXB { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(60,125,21,0.2));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(60,125,21,0.2));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(60,125,21,0.2));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(60,125,21,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='#3c7d1533' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='#3c7d1533' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(60,125,21,0.2));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:18.75rem;width:37.5rem;top:18.75rem;left:37.5rem;display:block; }
#LspeLngBe8fCq30JR1zIt1XIfqUcUdi2 { color:rgba(var(--color-tertiary-1),1);display:block;width:36rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.7;letter-spacing:0;top:22.5625rem;left:38.34375rem;height:6.75rem;font-style:normal;display:block; }
#R9SuSDox0bIqqcNTXTJTf9QRTdeZQfUB { color:rgba(var(--color-primary-2),1);display:block;width:35.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.7;letter-spacing:0;top:20.0625rem;left:38.34375rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QI7BTUNbMStVggbg7aTkJ18XGgwSG1bA { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(60,125,21,0.2));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(60,125,21,0.2));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(60,125,21,0.2));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(60,125,21,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='#3c7d1533' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='#3c7d1533' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(60,125,21,0.2));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:18.75rem;width:37.5rem;top:37.5rem;left:37.5rem;display:block; }
#GeJaS7rrRCf90MK3EMCT8yX0Gp7rTAn9 { color:rgba(var(--color-tertiary-1),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.7;letter-spacing:0;top:41.625rem;left:38.34375rem;height:6.75rem;font-style:normal;display:block; }
#OTDHvTcpldv6AI68hFJTVFzb1uAXkxTZ { color:rgba(var(--color-primary-2),1);display:block;width:35.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15028;line-height:1.7;letter-spacing:0;top:38.5rem;left:38.34375rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fa9n8tkL24oT6CErBEZlsZXfOnwfz1hl { color:rgba(var(--color-tertiary-4),1);display:block;width:35.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:3.8125rem;left:38.375rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#mmpJJBo9mhD6IIhbmfrpx19J1BTl0fZ8 { color:rgba(var(--color-primary-2),1);display:block;width:35.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:49.5625rem;left:38.28125rem;height:1.9375rem;text-align:center;text-align-last:center;display:block; }
#pkQnU6WHMcCGawH2XCR5c8I3eJoGkiWD { color:rgba(var(--color-primary-0),1);display:block;width:36.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:52.5625rem;left:38.21875rem;height:2.5rem;display:block; }
#LhcQHyhIgRv6obeJOET9BAvVgMy1uv1s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);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; }#LhcQHyhIgRv6obeJOET9BAvVgMy1uv1s > .row .container { background-color: transparent; background-image: none; }#LhcQHyhIgRv6obeJOET9BAvVgMy1uv1s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LhcQHyhIgRv6obeJOET9BAvVgMy1uv1s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LhcQHyhIgRv6obeJOET9BAvVgMy1uv1s > .row .container > .video-iframe-container { display: none; }#LhcQHyhIgRv6obeJOET9BAvVgMy1uv1s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LhcQHyhIgRv6obeJOET9BAvVgMy1uv1s > .row > .video-iframe-container { display: none; }#LhcQHyhIgRv6obeJOET9BAvVgMy1uv1s > .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); }#LhcQHyhIgRv6obeJOET9BAvVgMy1uv1s > .row .container { border-width: 0; border-radius: 0; }#LhcQHyhIgRv6obeJOET9BAvVgMy1uv1s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LhcQHyhIgRv6obeJOET9BAvVgMy1uv1s > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:50rem;width:75rem;position:relative;display:block; }#fhh0bKBf50euPikGwDsCuyULy3aB8QOK { color:rgba(var(--color-tertiary-0),1);display:block;width:22.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:9.5rem;left:26.4375rem;height:3.625rem;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; }
#dNFCwemBsZru0RVqROt0ZviCgKJZ9VJw { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:36.5rem;left:26.25rem;height:7.1875rem;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; }
#NIOiUzzMq4EvkOOaVp8GhMOm8qdikNKz { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(60,125,21,0.2));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(60,125,21,0.2));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(60,125,21,0.2));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(60,125,21,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='#3c7d1533' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='#3c7d1533' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(60,125,21,0.2));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:33rem;width:23.75rem;top:13.625rem;left:25.625rem;display:block; }
#oJ5mmibktc3xyNHDfZp8Ebgs4IkG2ch9 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:15rem;width:11.1875rem;top:16rem;left:31.90625rem;overflow:hidden;display:block; }
#oT26fInM4FW8wMlrTAglb7v7i8Krnml1 { color:#e9ecf3;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:33.625rem;left:27.5rem;height:1.4375rem;text-align:center;text-align-last:center;display:block; }
#Cs0IaFP8kbZnMsklCuEMTE3Ru34wIcCd { color:#3c7d15;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:31.75rem;left:27.5625rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#gOzaUbRReX4So6CNVnvo57tCtfkPD2aw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);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; }#gOzaUbRReX4So6CNVnvo57tCtfkPD2aw > .row .container { background-color: transparent; background-image: none; }#gOzaUbRReX4So6CNVnvo57tCtfkPD2aw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gOzaUbRReX4So6CNVnvo57tCtfkPD2aw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gOzaUbRReX4So6CNVnvo57tCtfkPD2aw > .row .container > .video-iframe-container { display: none; }#gOzaUbRReX4So6CNVnvo57tCtfkPD2aw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gOzaUbRReX4So6CNVnvo57tCtfkPD2aw > .row > .video-iframe-container { display: none; }#gOzaUbRReX4So6CNVnvo57tCtfkPD2aw > .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); }#gOzaUbRReX4So6CNVnvo57tCtfkPD2aw > .row .container { border-width: 0; border-radius: 0; }#gOzaUbRReX4So6CNVnvo57tCtfkPD2aw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gOzaUbRReX4So6CNVnvo57tCtfkPD2aw > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:27.5625rem;width:75rem;position:relative;display:block; }#zh2dfaJH3oSGxP8qSKCCKNnELdTM269W { color:rgba(var(--color-tertiary-0),1);display:block;width:34.375rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:7.0625rem;left:0rem;height:2.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#U6dBrOBC7vxcPg7rtqRnsHPU6mL3pUbQ { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:11.4375rem;left:2.28125rem;height:1.6875rem;font-style:normal;display:block; }
#umPUArkwIQK1ooKZ1UJOQHQfWNDH6Buv { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(60,125,21,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(60,125,21,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(60,125,21,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(60,125,21,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#3c7d154c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#3c7d154c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(60,125,21,0.3));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:27.5rem;width:0.5rem;top:0rem;left:26.25rem;display:block; }
#BPP7akKcpD8ZzqD3Hg1p2qKyiTXtBOPm { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(60,125,21,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(60,125,21,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(60,125,21,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(60,125,21,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c7d154c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c7d154c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(60,125,21,0.3), rgba(0,0,0,0));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:27.5rem;width:0.5rem;top:0rem;left:28.625rem;display:block; }
#bl7KDs112CMu4rsDz1iOuuAqcCKRSn5Q { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(60,125,21,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(60,125,21,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(60,125,21,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(60,125,21,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#3c7d154c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#3c7d154c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(60,125,21,0.3));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:27.5rem;width:0.5rem;top:0rem;left:31rem;display:block; }
#CIv5nlKN5kTJBK3cX19UdkF5Hsf7lucc { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(60,125,21,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(60,125,21,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(60,125,21,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(60,125,21,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c7d154c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c7d154c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(60,125,21,0.3), rgba(0,0,0,0));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:27.5rem;width:0.5rem;top:0rem;left:33.375rem;display:block; }
#Q6ELf4QarMwbm2gT7hU2H23wOHdwlys3 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:9.9375rem;left:0rem; }
#QAlVF9wOxGakFLJEF7h1K4ctwWywm57s { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:11.4375rem;left:0rem; }
#bpvwXJURhSUQ91Amcb1UeTPp6zAWita1 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:10.0625rem;left:2.28125rem;height:1.25rem;display:block; }
#RPUW4KrGBvfQWEvWqEhmklNdSWarC6x8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#060608;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; }#RPUW4KrGBvfQWEvWqEhmklNdSWarC6x8 > .row .container { background-color: transparent; background-image: none; }#RPUW4KrGBvfQWEvWqEhmklNdSWarC6x8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RPUW4KrGBvfQWEvWqEhmklNdSWarC6x8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RPUW4KrGBvfQWEvWqEhmklNdSWarC6x8 > .row .container > .video-iframe-container { display: none; }#RPUW4KrGBvfQWEvWqEhmklNdSWarC6x8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RPUW4KrGBvfQWEvWqEhmklNdSWarC6x8 > .row > .video-iframe-container { display: none; }#RPUW4KrGBvfQWEvWqEhmklNdSWarC6x8 > .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); }#RPUW4KrGBvfQWEvWqEhmklNdSWarC6x8 > .row .container { border-width: 0; border-radius: 0; }#RPUW4KrGBvfQWEvWqEhmklNdSWarC6x8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RPUW4KrGBvfQWEvWqEhmklNdSWarC6x8 > .row .container { font-size:0.875rem;font-family:raleway;height:51.1875rem;width:75rem;position:relative;display:block; }#EmoxX8r61qBdVmZkuPG3FTQeTEGZzA7T { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:6.6875rem;left:0rem;height:3.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#mTyPh632TNJpXZ2k7cqgePTRXZb120bo { color:#b7b8b9;display:block;width:25.625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.7;letter-spacing:0;top:15.5625rem;left:1.40625rem;height:26.25rem;font-style:italic;display:block; }
#EzaCSLs1CsgEiERUJVE5mSRtdS4He1vb { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(172,210,150,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd29633' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd29633' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), rgba(172,210,150,0.2));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:32.6875rem;width:28.4375rem;top:12.34375rem;left:0rem;display:block; }
#k7sJssgANTp4Alr1MeKGws5JpIXciCXe { color:#b7b8b9;display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:0.8125rem;font-weight:400;z-index:15046;line-height:1.5;letter-spacing:0;top:13.1875rem;left:41.25rem;height:8.3125rem;font-style:italic;display:block; }
#dlXIx4VMl03IiGSlV7p49QkoC4iCl5Hv { color:#b7b8b9;display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:0.8125rem;font-weight:400;z-index:15049;line-height:1.7;letter-spacing:0;top:24.5625rem;left:41.25rem;height:8.25rem;font-style:italic;display:block; }
#vIQK4bDHuoG1SAgu3lSyTfnSer6zag6Z { color:#b7b8b9;display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:0.8125rem;font-weight:400;z-index:15052;line-height:1.7;letter-spacing:0;top:35.9375rem;left:41.25rem;height:8.25rem;font-style:italic;display:block; }
#t7vDMXeSZWC6n1VQIwgtlMAcoAqM8OqT { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(172,210,150,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(172,210,150,0.3), rgba(0,0,0,0));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.5rem;width:16.25rem;top:22.875rem;left:41.25rem;display:block; }
#Z2ePdJReUDS8rwpuHZ0evMhHNXVCkobf { position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(172,210,150,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(172,210,150,0.3), rgba(0,0,0,0));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.5rem;width:16.25rem;top:34.1875rem;left:41.25rem;display:block; }
#eXld3n02A9tDdM9Rq6FGILZKcmdTry8N { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd2964c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd2964c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.3));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:9.375rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#E80GCcwK0Od3iTlv8tQf3SCJRfELBpWT { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));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:9.375rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#nSWbTcViUqOX9A6h3nc8OVcyZMr4Fq8e { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd2964c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd2964c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.3));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:9.375rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#u1c0EmT9vGy5a1xU8b8QRCF6F2aXTIiN { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));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:9.375rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);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; }#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe > .row .container { background-color: transparent; background-image: none; }#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe > .row .container > .video-iframe-container { display: none; }#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe > .row > .video-iframe-container { display: none; }#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe > .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); }#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe > .row .container { border-width: 0; border-radius: 0; }#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:7.5rem;width:75rem;position:relative;display:block; }#ke6GH4XpJITB5FgawkvTycUbMWXrmT4N { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#3c7d15;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.5rem;left:46.875rem;display:block; }
#sJAxP2Q6RPtq0EBcUbWlut8kUp9PclBl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VZppgqT1tJ7wghK2PCmtVlUOFSEi4VIO { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#3c7d15;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.5rem;left:56.25rem;display:block; }
#rwlltuVKlTFm1V2OeaHK0Qvqd7SSlc7t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mt3T2N120p1WLCeVNNUdkk8X0b8G3EvU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#3c7d15;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.5rem;left:65.625rem;display:block; }
#XZnAMClOWTgrf7SngXgEZKAF2x8TSAM1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GKUJqkZefQdODSuHy27lH4BV3AMuTtr3 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:5.25rem;left:31.125rem;height:1.25rem;text-align:left;text-align-last:left;display:block; }
#XfrXEbNoWhOyCe0lVnhAAryH9TTvwk1I { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:7.875rem;top:0.75rem;left:33.5625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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); } }@media only screen and (max-width: 763px) { #vL3mi4cJe5TFdLWal2J5gL1beSCUIyp3 { background-color:#060608;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;box-shadow: none;display:block; }#vL3mi4cJe5TFdLWal2J5gL1beSCUIyp3 > .row .container { background-color: transparent; background-image: none; }#vL3mi4cJe5TFdLWal2J5gL1beSCUIyp3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vL3mi4cJe5TFdLWal2J5gL1beSCUIyp3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vL3mi4cJe5TFdLWal2J5gL1beSCUIyp3 > .row .container > .video-iframe-container { display: none; }#vL3mi4cJe5TFdLWal2J5gL1beSCUIyp3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vL3mi4cJe5TFdLWal2J5gL1beSCUIyp3 > .row > .video-iframe-container { display: none; }#vL3mi4cJe5TFdLWal2J5gL1beSCUIyp3 > .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); }#vL3mi4cJe5TFdLWal2J5gL1beSCUIyp3 > .row .container { border-width: 0; border-radius: 0; }#vL3mi4cJe5TFdLWal2J5gL1beSCUIyp3 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sPNM4kfMIDc2lWBmoceoNxSIHTB3yyAt { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;background-color:#acd296;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;box-shadow: none;color:#060608;display:block; }
 }@media only screen and (max-width: 763px) { #oGbPUqymfcTL1naoEI66h0yTtQLCKwR4 { display:block; }
 }@media only screen and (max-width: 763px) { #H7ENCrBnHhAyavJMs55JdAei1hSkWI0G { width:19.625rem;height:10.75rem;top:2.1875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #oQTFX8zmSriGbPTQIiuU7bLD8Um0W4Xm { background-color:rgba(6,6,8,0.85);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#oQTFX8zmSriGbPTQIiuU7bLD8Um0W4Xm > .row .container { background-color: transparent; background-image: none; }#oQTFX8zmSriGbPTQIiuU7bLD8Um0W4Xm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQTFX8zmSriGbPTQIiuU7bLD8Um0W4Xm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQTFX8zmSriGbPTQIiuU7bLD8Um0W4Xm > .row .container > .video-iframe-container { display: none; }#oQTFX8zmSriGbPTQIiuU7bLD8Um0W4Xm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQTFX8zmSriGbPTQIiuU7bLD8Um0W4Xm > .row > .video-iframe-container { display: none; }#oQTFX8zmSriGbPTQIiuU7bLD8Um0W4Xm > .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); }#oQTFX8zmSriGbPTQIiuU7bLD8Um0W4Xm > .row .container { border-width: 0; border-radius: 0; }#oQTFX8zmSriGbPTQIiuU7bLD8Um0W4Xm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wlwxO91bglv7LLpICgnEn1vxD9JGTk5p { top:21.8125rem;left:8.25rem;width:31.25rem;height:1.4375rem;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aWexwmtz4wpXwKVXqNTNgQGq5XxMANCJ { top:16.0625rem;left:6.1875rem;width:35.375rem;height:5.25rem;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TivCz3Qv8pAOWpWN1VgcHo6VQMEd7OnW { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #eGmp2babrtTWQ9UlaCbibPzf9Q8h2KWL { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kUmzOCaw4BxcbnGtGLQrHtTGldEqMZfU { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #pwfQugx7DNAbbiRlzWK0TyUxtExrVikv { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #e2QQiuUfDPGEqealMvXExzhNKtfqGw1t { width:37.4375rem;height:37.4375rem;top:12.5625rem;left:10.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd2964c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd2964c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Mt1I3tXQhPPdm7HW0irUbp0L5lgaGvBV { top:25.8125rem;left:8rem;width:31.75rem;height:21.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ULVbx68NeKzBI49G5IOC9WcFsnGbyDbU { background-color:#060608;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ULVbx68NeKzBI49G5IOC9WcFsnGbyDbU > .row .container { background-color: transparent; background-image: none; }#ULVbx68NeKzBI49G5IOC9WcFsnGbyDbU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULVbx68NeKzBI49G5IOC9WcFsnGbyDbU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULVbx68NeKzBI49G5IOC9WcFsnGbyDbU > .row .container > .video-iframe-container { display: none; }#ULVbx68NeKzBI49G5IOC9WcFsnGbyDbU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULVbx68NeKzBI49G5IOC9WcFsnGbyDbU > .row > .video-iframe-container { display: none; }#ULVbx68NeKzBI49G5IOC9WcFsnGbyDbU > .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); }#ULVbx68NeKzBI49G5IOC9WcFsnGbyDbU > .row .container { border-width: 0; border-radius: 0; }#ULVbx68NeKzBI49G5IOC9WcFsnGbyDbU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z8pHelT5mgdWXXb72f2BlMvdt9PLteUw { width:37.5rem;height:18.75rem;top:15.3125rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(250deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-image: -moz-linear-gradient(250deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-image: -ms-linear-gradient(250deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-image: -o-linear-gradient(250deg, rgba(0,0,0,0), rgba(172,210,150,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd29633' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd29633' );";background-image: linear-gradient(250deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #dUc5nmqyyAvClKrg7J3wfOz4Geyx4p0C { top:19.875rem;left:0rem;width:2.125rem;height:2.125rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #RPdns4qgbpd4ccvAcTW5Iac8ywq64gLt { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Hvs62ngyPp3ugCpyhXV9snuZeE9AHP18 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;color:#b7b8b9;display:block; }
 }@media only screen and (max-width: 763px) { #yMdiEUsuFDw3yL7ExvIiy1iJ5615BbS3 { width:37.5rem;height:18.75rem;top:15.3125rem;left:10.25rem;background-color:transparent;background-image: -webkit-linear-gradient(288deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-image: -moz-linear-gradient(288deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-image: -ms-linear-gradient(288deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-image: -o-linear-gradient(288deg, rgba(0,0,0,0), rgba(172,210,150,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd29633' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd29633' );";background-image: linear-gradient(288deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #zFfeC86c2z4R1HFidgqwC6iT4a3ZKvtG { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;color:#b7b8b9;display:block; }
 }@media only screen and (max-width: 763px) { #L9Q7fzXXKOeTckC3ZmHTGuHIc1a9yqha { top:19.875rem;left:26.375rem;width:2.125rem;height:2.125rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #qS5R0FyaAR9RQ0Uzv80DnXP6FW0VQX94 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SdhOHSRIadPIbpkD5c764Zs3dDLS7uwh { width:37.5rem;height:18.75rem;top:34.0625rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(351deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-image: -moz-linear-gradient(351deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-image: -ms-linear-gradient(351deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-image: -o-linear-gradient(351deg, rgba(0,0,0,0), rgba(172,210,150,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd29633' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd29633' );";background-image: linear-gradient(351deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #C8JQ29p5U5sme6hKPD5rTseJ9C0NSTGl { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;color:#b7b8b9;display:block; }
 }@media only screen and (max-width: 763px) { #N2EobLsf8KPhvcPTZQsA96gMLlOt7veW { top:38.625rem;left:0rem;width:2.125rem;height:2.125rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #bd8ov2RCFAEI2i2s9kSTUWqsphotWdV3 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fV6o0IdQm4Wc6Fvv3Np3JdgHsr5awl2W { width:37.5rem;height:18.75rem;top:34.0625rem;left:10.25rem;background-color:transparent;background-image: -webkit-linear-gradient(120deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-image: -moz-linear-gradient(120deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-image: -ms-linear-gradient(120deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-image: -o-linear-gradient(120deg, rgba(0,0,0,0), rgba(172,210,150,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd29633' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd29633' );";background-image: linear-gradient(120deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #UhqgT3oXQ2MJF0HzGzkzkUinLTVQDoSz { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;color:#b7b8b9;display:block; }
 }@media only screen and (max-width: 763px) { #VOsRVbdwRtSLkmUruy46w8MS8usLIgDg { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tU7JnwcE7ZLL5c0sIcD5O4fgaMXb1NG3 { top:38.625rem;left:26.375rem;width:2.125rem;height:2.125rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #a07w8NuAsyIX8T7ZTwCDb0ZtqFro7wGf { top:6.25rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;color:#acd296;display:block; }
 }@media only screen and (max-width: 763px) { #vIzXsP7Su5azlmPMuthrl7TO4TM1W02y { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #x1fauOn7Tfw2nqagEqTM2EFTc5Qr6U9P { width:0.5rem;height:11.25rem;top:0rem;left:47.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Jegz7nffwQDpsGX5xs7LmTSBbKWCaUX1 { width:0.5rem;height:11.25rem;top:0rem;left:47.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vIDe122cTfMaAewFHXb2RuJqa2W8FIOe { width:0.5rem;height:11.25rem;top:0rem;left:47.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LLlKS0oHv4KbKhAvXdL1JqOK3Igp17WH { width:0.5rem;height:11.25rem;top:0rem;left:47.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vQpDiT5okkpBOyi9gwQreWfBFAvhcvuM { width:37.5rem;height:18.75rem;top:52.8125rem;left:5.125rem;background-color:transparent;background-image: -webkit-linear-gradient(351deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-image: -moz-linear-gradient(351deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-image: -ms-linear-gradient(351deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-image: -o-linear-gradient(351deg, rgba(0,0,0,0), rgba(172,210,150,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd29633' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd29633' );";background-image: linear-gradient(351deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #PmTyafV8LreRPIrotTiD6nKFbNMTDdWS { top:56.4375rem;left:8rem;width:2.125rem;height:2.125rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #Ufr7Op9DBDIHfybXlRUl2HRDaMJ6BFSv { top:59.75rem;left:8rem;width:30.9375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKsvRzy3yDcaRqGNfZifO0Lv7uldg53R { top:62.8125rem;left:7.4375rem;width:34.6875rem;height:10.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iG7BXwfopxVD0KzhN0xteUr61Nzk0Fo2 { background-color:#060608;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#iG7BXwfopxVD0KzhN0xteUr61Nzk0Fo2 > .row .container { background-color: transparent; background-image: none; }#iG7BXwfopxVD0KzhN0xteUr61Nzk0Fo2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iG7BXwfopxVD0KzhN0xteUr61Nzk0Fo2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iG7BXwfopxVD0KzhN0xteUr61Nzk0Fo2 > .row .container > .video-iframe-container { display: none; }#iG7BXwfopxVD0KzhN0xteUr61Nzk0Fo2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iG7BXwfopxVD0KzhN0xteUr61Nzk0Fo2 > .row > .video-iframe-container { display: none; }#iG7BXwfopxVD0KzhN0xteUr61Nzk0Fo2 > .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); }#iG7BXwfopxVD0KzhN0xteUr61Nzk0Fo2 > .row .container { border-width: 0; border-radius: 0; }#iG7BXwfopxVD0KzhN0xteUr61Nzk0Fo2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rP2TWPsBeesQEkmABRdWafOSAmqpXqPI { top:5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:0.9375rem;color:#acd296;display:block; }
 }@media only screen and (max-width: 763px) { #C7mfske27kEvPnv3dRuZIBBPJRoOn0t6 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KvIquSgZS7OzmIS55cnTIk96NgUkT3zy { width:0.5rem;height:11.25rem;top:0rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GTtGCNWubxh3G8Q2TFTblPNGgB2sIiVb { width:0.5rem;height:11.25rem;top:0rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #sRAKLf4hNEBgyOTLyqWOhzRQbZQg1o62 { width:0.5rem;height:11.25rem;top:0rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #FP3ecTUwzsTkRrg6iiBMUUDuo1HaVKKV { width:0.5rem;height:11.25rem;top:0rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VgusN70LtE6TyMFekqcf614qQCxP1DoQ { width:47.75rem;height:23.5625rem;top:11.25rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(172,210,150,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(172,210,150,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(172,210,150,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(172,210,150,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd29633', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd29633', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(172,210,150,0.2), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tMCLd3dcE0Lvq9Id5fhEZm4AW8VJxL77 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;color:#b7b8b9;display:block; }
 }@media only screen and (max-width: 763px) { #Lvmlvkhcu75dFNu3eXpaI8wA1BCeI30G { top:15.25rem;left:1rem;width:46.75rem;height:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExIyPBE7udOkrhxwgQTwxSi8kLNDN40q { background-color:#060608;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ExIyPBE7udOkrhxwgQTwxSi8kLNDN40q > .row .container { background-color: transparent; background-image: none; }#ExIyPBE7udOkrhxwgQTwxSi8kLNDN40q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExIyPBE7udOkrhxwgQTwxSi8kLNDN40q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExIyPBE7udOkrhxwgQTwxSi8kLNDN40q > .row .container > .video-iframe-container { display: none; }#ExIyPBE7udOkrhxwgQTwxSi8kLNDN40q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExIyPBE7udOkrhxwgQTwxSi8kLNDN40q > .row > .video-iframe-container { display: none; }#ExIyPBE7udOkrhxwgQTwxSi8kLNDN40q > .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); }#ExIyPBE7udOkrhxwgQTwxSi8kLNDN40q > .row .container { border-width: 0; border-radius: 0; }#ExIyPBE7udOkrhxwgQTwxSi8kLNDN40q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L0yfCT8X7gwFrdzoU5rTVz4buHqPgvA4 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fJsEUcfag0T2OpUnNaTFVUW5oKAhp1LU { width:37.5rem;height:56.25rem;top:0rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/human-resources_1920x1080_2.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#fJsEUcfag0T2OpUnNaTFVUW5oKAhp1LU.adaptive-delivery-prevent-bg, #fJsEUcfag0T2OpUnNaTFVUW5oKAhp1LU.lazyload, #fJsEUcfag0T2OpUnNaTFVUW5oKAhp1LU.lazyloading { background-image: none; }
#fJsEUcfag0T2OpUnNaTFVUW5oKAhp1LU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(6,6,8,0.8); } }@media only screen and (max-width: 763px) { #BUnzSzRFN4BwxQG0zkPU9H7tfFG7gHag { width:37.5rem;height:18.75rem;top:0rem;left:10.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd29633' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd29633' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Udel5B13l62FwNXy73MDIi9NtgMxMB7N { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OhvAzK8xskIK0hEd4F0pibP0AlQI5q0c { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;color:#b7b8b9;display:block; }
 }@media only screen and (max-width: 763px) { #L13kQBiwVTiVS7H67MNu2oE8mfPqkBXB { width:37.5rem;height:18.75rem;top:18.75rem;left:10.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd29633' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd29633' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LspeLngBe8fCq30JR1zIt1XIfqUcUdi2 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;color:#b7b8b9;display:block; }
 }@media only screen and (max-width: 763px) { #R9SuSDox0bIqqcNTXTJTf9QRTdeZQfUB { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QI7BTUNbMStVggbg7aTkJ18XGgwSG1bA { width:37.5rem;height:18.75rem;top:37.5rem;left:10.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd29633' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd29633' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GeJaS7rrRCf90MK3EMCT8yX0Gp7rTAn9 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;color:#b7b8b9;display:block; }
 }@media only screen and (max-width: 763px) { #OTDHvTcpldv6AI68hFJTVFzb1uAXkxTZ { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fa9n8tkL24oT6CErBEZlsZXfOnwfz1hl { top:3.8125rem;left:12rem;width:35.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmpJJBo9mhD6IIhbmfrpx19J1BTl0fZ8 { top:49.5625rem;left:11.8125rem;width:35.9375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkQnU6WHMcCGawH2XCR5c8I3eJoGkiWD { top:52.5625rem;left:11.6875rem;width:36.0625rem;height:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhcQHyhIgRv6obeJOET9BAvVgMy1uv1s { background-color:#060608;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#LhcQHyhIgRv6obeJOET9BAvVgMy1uv1s > .row .container { background-color: transparent; background-image: none; }#LhcQHyhIgRv6obeJOET9BAvVgMy1uv1s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LhcQHyhIgRv6obeJOET9BAvVgMy1uv1s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LhcQHyhIgRv6obeJOET9BAvVgMy1uv1s > .row .container > .video-iframe-container { display: none; }#LhcQHyhIgRv6obeJOET9BAvVgMy1uv1s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LhcQHyhIgRv6obeJOET9BAvVgMy1uv1s > .row > .video-iframe-container { display: none; }#LhcQHyhIgRv6obeJOET9BAvVgMy1uv1s > .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); }#LhcQHyhIgRv6obeJOET9BAvVgMy1uv1s > .row .container { border-width: 0; border-radius: 0; }#LhcQHyhIgRv6obeJOET9BAvVgMy1uv1s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fhh0bKBf50euPikGwDsCuyULy3aB8QOK { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dNFCwemBsZru0RVqROt0ZviCgKJZ9VJw { top:39.8359375rem;left:1.125rem;width:21.25rem;height:6.7988125rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NIOiUzzMq4EvkOOaVp8GhMOm8qdikNKz { width:23.75rem;height:33rem;top:13.625rem;left:12rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd29633' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd29633' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #oJ5mmibktc3xyNHDfZp8Ebgs4IkG2ch9 { top:12.474609375rem;left:1.125rem;width:15.875rem;height:21.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #oT26fInM4FW8wMlrTAglb7v7i8Krnml1 { top:36.88671875rem;left:1.125rem;width:21.25rem;height:1.69970625rem;font-size:1rem;color:#101216;display:block; }
 }@media only screen and (max-width: 763px) { #Cs0IaFP8kbZnMsklCuEMTE3Ru34wIcCd { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;color:#acd296;display:block; }
 }@media only screen and (max-width: 763px) { #gOzaUbRReX4So6CNVnvo57tCtfkPD2aw { background-color:#060608;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#gOzaUbRReX4So6CNVnvo57tCtfkPD2aw > .row .container { background-color: transparent; background-image: none; }#gOzaUbRReX4So6CNVnvo57tCtfkPD2aw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gOzaUbRReX4So6CNVnvo57tCtfkPD2aw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gOzaUbRReX4So6CNVnvo57tCtfkPD2aw > .row .container > .video-iframe-container { display: none; }#gOzaUbRReX4So6CNVnvo57tCtfkPD2aw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gOzaUbRReX4So6CNVnvo57tCtfkPD2aw > .row > .video-iframe-container { display: none; }#gOzaUbRReX4So6CNVnvo57tCtfkPD2aw > .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); }#gOzaUbRReX4So6CNVnvo57tCtfkPD2aw > .row .container { border-width: 0; border-radius: 0; }#gOzaUbRReX4So6CNVnvo57tCtfkPD2aw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zh2dfaJH3oSGxP8qSKCCKNnELdTM269W { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #U6dBrOBC7vxcPg7rtqRnsHPU6mL3pUbQ { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #umPUArkwIQK1ooKZ1UJOQHQfWNDH6Buv { width:0.5rem;height:27.5rem;top:0rem;left:12.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd2964c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd2964c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BPP7akKcpD8ZzqD3Hg1p2qKyiTXtBOPm { width:0.5rem;height:27.5rem;top:0rem;left:15rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bl7KDs112CMu4rsDz1iOuuAqcCKRSn5Q { width:0.5rem;height:27.5rem;top:0rem;left:17.375rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd2964c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd2964c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #CIv5nlKN5kTJBK3cX19UdkF5Hsf7lucc { width:0.5rem;height:27.5rem;top:0rem;left:19.75rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Q6ELf4QarMwbm2gT7hU2H23wOHdwlys3 { width:1.5rem;height:1.5rem;top:9.9375rem;left:0rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #QAlVF9wOxGakFLJEF7h1K4ctwWywm57s { width:1.5rem;height:1.5rem;top:11.4375rem;left:0rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #bpvwXJURhSUQ91Amcb1UeTPp6zAWita1 { top:10.0625rem;left:0rem;width:29.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPUW4KrGBvfQWEvWqEhmklNdSWarC6x8 { background-color:#060608;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#RPUW4KrGBvfQWEvWqEhmklNdSWarC6x8 > .row .container { background-color: transparent; background-image: none; }#RPUW4KrGBvfQWEvWqEhmklNdSWarC6x8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RPUW4KrGBvfQWEvWqEhmklNdSWarC6x8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RPUW4KrGBvfQWEvWqEhmklNdSWarC6x8 > .row .container > .video-iframe-container { display: none; }#RPUW4KrGBvfQWEvWqEhmklNdSWarC6x8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RPUW4KrGBvfQWEvWqEhmklNdSWarC6x8 > .row > .video-iframe-container { display: none; }#RPUW4KrGBvfQWEvWqEhmklNdSWarC6x8 > .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); }#RPUW4KrGBvfQWEvWqEhmklNdSWarC6x8 > .row .container { border-width: 0; border-radius: 0; }#RPUW4KrGBvfQWEvWqEhmklNdSWarC6x8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EmoxX8r61qBdVmZkuPG3FTQeTEGZzA7T { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mTyPh632TNJpXZ2k7cqgePTRXZb120bo { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;color:#b7b8b9;display:block; }
 }@media only screen and (max-width: 763px) { #EzaCSLs1CsgEiERUJVE5mSRtdS4He1vb { width:28.4375rem;height:32.6875rem;top:12.3125rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(172,210,150,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd29633' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd29633' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #k7sJssgANTp4Alr1MeKGws5JpIXciCXe { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;color:#b7b8b9;display:block; }
 }@media only screen and (max-width: 763px) { #dlXIx4VMl03IiGSlV7p49QkoC4iCl5Hv { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;color:#b7b8b9;display:block; }
 }@media only screen and (max-width: 763px) { #vIQK4bDHuoG1SAgu3lSyTfnSer6zag6Z { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;color:#b7b8b9;display:block; }
 }@media only screen and (max-width: 763px) { #t7vDMXeSZWC6n1VQIwgtlMAcoAqM8OqT { width:16.25rem;height:0.5rem;top:22.875rem;left:27.625rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(172,210,150,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Z2ePdJReUDS8rwpuHZ0evMhHNXVCkobf { width:16.25rem;height:0.5rem;top:34.1875rem;left:27.625rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(172,210,150,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #eXld3n02A9tDdM9Rq6FGILZKcmdTry8N { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd2964c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd2964c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #E80GCcwK0Od3iTlv8tQf3SCJRfELBpWT { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #nSWbTcViUqOX9A6h3nc8OVcyZMr4Fq8e { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd2964c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd2964c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #u1c0EmT9vGy5a1xU8b8QRCF6F2aXTIiN { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #puxTAUZTsnMoUUKywMvqMOEGf2sidDEe { background-color:#060608;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe > .row .container { background-color: transparent; background-image: none; }#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe > .row .container > .video-iframe-container { display: none; }#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe > .row > .video-iframe-container { display: none; }#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe > .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); }#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe > .row .container { border-width: 0; border-radius: 0; }#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ke6GH4XpJITB5FgawkvTycUbMWXrmT4N { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#acd296;display:block; }
 }@media only screen and (max-width: 763px) { #sJAxP2Q6RPtq0EBcUbWlut8kUp9PclBl { display:block; }
 }@media only screen and (max-width: 763px) { #VZppgqT1tJ7wghK2PCmtVlUOFSEi4VIO { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#acd296;display:block; }
 }@media only screen and (max-width: 763px) { #rwlltuVKlTFm1V2OeaHK0Qvqd7SSlc7t { display:block; }
 }@media only screen and (max-width: 763px) { #Mt3T2N120p1WLCeVNNUdkk8X0b8G3EvU { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#acd296;display:block; }
 }@media only screen and (max-width: 763px) { #XZnAMClOWTgrf7SngXgEZKAF2x8TSAM1 { display:block; }
 }@media only screen and (max-width: 763px) { #GKUJqkZefQdODSuHy27lH4BV3AMuTtr3 { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XfrXEbNoWhOyCe0lVnhAAryH9TTvwk1I { width:7.875rem;height:4.5625rem;top:0.75rem;left:19.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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); } }@media only screen and (max-width: 763px) { #vL3mi4cJe5TFdLWal2J5gL1beSCUIyp3 { background-color:#060608;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;box-shadow: none;display:block; }#vL3mi4cJe5TFdLWal2J5gL1beSCUIyp3 > .row .container { background-color: transparent; background-image: none; }#vL3mi4cJe5TFdLWal2J5gL1beSCUIyp3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vL3mi4cJe5TFdLWal2J5gL1beSCUIyp3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vL3mi4cJe5TFdLWal2J5gL1beSCUIyp3 > .row .container > .video-iframe-container { display: none; }#vL3mi4cJe5TFdLWal2J5gL1beSCUIyp3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vL3mi4cJe5TFdLWal2J5gL1beSCUIyp3 > .row > .video-iframe-container { display: none; }#vL3mi4cJe5TFdLWal2J5gL1beSCUIyp3 > .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); }#vL3mi4cJe5TFdLWal2J5gL1beSCUIyp3 > .row .container { border-width: 0; border-radius: 0; }#vL3mi4cJe5TFdLWal2J5gL1beSCUIyp3 > .row .container { width:20rem;height:23.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sPNM4kfMIDc2lWBmoceoNxSIHTB3yyAt { width:8.25rem;height:2.375rem;top:2.1875rem;left:11.75rem;background-color:#acd296;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;box-shadow: none;color:#060608;display:block; }
 }@media only screen and (max-width: 763px) { #oGbPUqymfcTL1naoEI66h0yTtQLCKwR4 { display:block; }
 }@media only screen and (max-width: 763px) { #H7ENCrBnHhAyavJMs55JdAei1hSkWI0G { width:18rem;height:9.25rem;top:12.8125rem;left:1rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #oQTFX8zmSriGbPTQIiuU7bLD8Um0W4Xm { background-color:rgba(6,6,8,0.85);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#oQTFX8zmSriGbPTQIiuU7bLD8Um0W4Xm > .row .container { background-color: transparent; background-image: none; }#oQTFX8zmSriGbPTQIiuU7bLD8Um0W4Xm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQTFX8zmSriGbPTQIiuU7bLD8Um0W4Xm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQTFX8zmSriGbPTQIiuU7bLD8Um0W4Xm > .row .container > .video-iframe-container { display: none; }#oQTFX8zmSriGbPTQIiuU7bLD8Um0W4Xm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQTFX8zmSriGbPTQIiuU7bLD8Um0W4Xm > .row > .video-iframe-container { display: none; }#oQTFX8zmSriGbPTQIiuU7bLD8Um0W4Xm > .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); }#oQTFX8zmSriGbPTQIiuU7bLD8Um0W4Xm > .row .container { border-width: 0; border-radius: 0; }#oQTFX8zmSriGbPTQIiuU7bLD8Um0W4Xm > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wlwxO91bglv7LLpICgnEn1vxD9JGTk5p { width:20rem;height:1.25rem;top:9.25rem;left:0rem;font-size:0.75rem;z-index:15027;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aWexwmtz4wpXwKVXqNTNgQGq5XxMANCJ { width:20rem;height:3.25rem;top:6.0625rem;left:0rem;font-size:1.375rem;z-index:15026;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TivCz3Qv8pAOWpWN1VgcHo6VQMEd7OnW { width:0.5rem;height:31.25rem;top:0rem;left:15.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #eGmp2babrtTWQ9UlaCbibPzf9Q8h2KWL { width:0.5rem;height:31.25rem;top:0rem;left:16.375rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kUmzOCaw4BxcbnGtGLQrHtTGldEqMZfU { width:0.5rem;height:31.25rem;top:0rem;left:18.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #pwfQugx7DNAbbiRlzWK0TyUxtExrVikv { width:0.5rem;height:31.25rem;top:0rem;left:17.5625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #e2QQiuUfDPGEqealMvXExzhNKtfqGw1t { width:20rem;height:20rem;top:10.25rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd2964c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd2964c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Mt1I3tXQhPPdm7HW0irUbp0L5lgaGvBV { width:20rem;height:13.3125rem;top:14.25rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ULVbx68NeKzBI49G5IOC9WcFsnGbyDbU { background-color:#060608;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ULVbx68NeKzBI49G5IOC9WcFsnGbyDbU > .row .container { background-color: transparent; background-image: none; }#ULVbx68NeKzBI49G5IOC9WcFsnGbyDbU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULVbx68NeKzBI49G5IOC9WcFsnGbyDbU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULVbx68NeKzBI49G5IOC9WcFsnGbyDbU > .row .container > .video-iframe-container { display: none; }#ULVbx68NeKzBI49G5IOC9WcFsnGbyDbU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULVbx68NeKzBI49G5IOC9WcFsnGbyDbU > .row > .video-iframe-container { display: none; }#ULVbx68NeKzBI49G5IOC9WcFsnGbyDbU > .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); }#ULVbx68NeKzBI49G5IOC9WcFsnGbyDbU > .row .container { border-width: 0; border-radius: 0; }#ULVbx68NeKzBI49G5IOC9WcFsnGbyDbU > .row .container { width:20rem;height:99.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z8pHelT5mgdWXXb72f2BlMvdt9PLteUw { width:20rem;height:16.25rem;top:9.6875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(250deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-image: -moz-linear-gradient(250deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-image: -ms-linear-gradient(250deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-image: -o-linear-gradient(250deg, rgba(0,0,0,0), rgba(172,210,150,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd29633' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd29633' );";background-image: linear-gradient(250deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #dUc5nmqyyAvClKrg7J3wfOz4Geyx4p0C { display:flex;width:2.125rem;height:2.125rem;top:12.4375rem;left:8.84375rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #RPdns4qgbpd4ccvAcTW5Iac8ywq64gLt { width:17.5rem;height:2.125rem;top:14.5rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Hvs62ngyPp3ugCpyhXV9snuZeE9AHP18 { width:18.625rem;height:5.5rem;top:18rem;left:0.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#b7b8b9;display:block; }
 }@media only screen and (max-width: 763px) { #yMdiEUsuFDw3yL7ExvIiy1iJ5615BbS3 { width:20rem;height:16.25rem;top:27.375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(288deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-image: -moz-linear-gradient(288deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-image: -ms-linear-gradient(288deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-image: -o-linear-gradient(288deg, rgba(0,0,0,0), rgba(172,210,150,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd29633' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd29633' );";background-image: linear-gradient(288deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #zFfeC86c2z4R1HFidgqwC6iT4a3ZKvtG { width:18.6875rem;height:5.5rem;top:37.125rem;left:0.65625rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#b7b8b9;display:block; }
 }@media only screen and (max-width: 763px) { #L9Q7fzXXKOeTckC3ZmHTGuHIc1a9yqha { display:flex;width:1.8125rem;height:1.8125rem;top:30.6875rem;left:9.09375rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #qS5R0FyaAR9RQ0Uzv80DnXP6FW0VQX94 { width:19.4375rem;height:2.5rem;top:33.125rem;left:0.28125rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #SdhOHSRIadPIbpkD5c764Zs3dDLS7uwh { width:20rem;height:16.25rem;top:45.125rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(351deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-image: -moz-linear-gradient(351deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-image: -ms-linear-gradient(351deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-image: -o-linear-gradient(351deg, rgba(0,0,0,0), rgba(172,210,150,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd29633' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd29633' );";background-image: linear-gradient(351deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #C8JQ29p5U5sme6hKPD5rTseJ9C0NSTGl { width:18.6875rem;height:4.125rem;top:54.5rem;left:0.65625rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#b7b8b9;display:block; }
 }@media only screen and (max-width: 763px) { #N2EobLsf8KPhvcPTZQsA96gMLlOt7veW { display:flex;width:1.875rem;height:1.875rem;top:47.8125rem;left:9.0625rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #bd8ov2RCFAEI2i2s9kSTUWqsphotWdV3 { width:17.5rem;height:2.5rem;top:50.5625rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #fV6o0IdQm4Wc6Fvv3Np3JdgHsr5awl2W { width:20rem;height:16.25rem;top:62.9375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(120deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-image: -moz-linear-gradient(120deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-image: -ms-linear-gradient(120deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-image: -o-linear-gradient(120deg, rgba(0,0,0,0), rgba(172,210,150,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd29633' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd29633' );";background-image: linear-gradient(120deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #UhqgT3oXQ2MJF0HzGzkzkUinLTVQDoSz { width:18.5rem;height:5.5rem;top:71rem;left:0.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#b7b8b9;display:block; }
 }@media only screen and (max-width: 763px) { #VOsRVbdwRtSLkmUruy46w8MS8usLIgDg { width:17.5rem;height:2.125rem;top:67.8125rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tU7JnwcE7ZLL5c0sIcD5O4fgaMXb1NG3 { display:flex;width:2rem;height:2rem;top:65.3125rem;left:9rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #a07w8NuAsyIX8T7ZTwCDb0ZtqFro7wGf { width:20rem;height:0;top:6.75rem;left:0rem;font-size:0.9375rem;color:#acd296;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vIzXsP7Su5azlmPMuthrl7TO4TM1W02y { width:20rem;height:2.0625rem;top:6.75rem;left:0rem;font-size:1.5rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x1fauOn7Tfw2nqagEqTM2EFTc5Qr6U9P { width:0.5rem;height:11.25rem;top:0rem;left:17.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Jegz7nffwQDpsGX5xs7LmTSBbKWCaUX1 { width:0.5rem;height:11.25rem;top:0rem;left:16.4375rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vIDe122cTfMaAewFHXb2RuJqa2W8FIOe { width:0.5rem;height:11.25rem;top:0rem;left:15.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LLlKS0oHv4KbKhAvXdL1JqOK3Igp17WH { width:0.5rem;height:11.25rem;top:0rem;left:18.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vQpDiT5okkpBOyi9gwQreWfBFAvhcvuM { width:20rem;height:18.75rem;top:80.4375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(351deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-image: -moz-linear-gradient(351deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-image: -ms-linear-gradient(351deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-image: -o-linear-gradient(351deg, rgba(0,0,0,0), rgba(172,210,150,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd29633' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd29633' );";background-image: linear-gradient(351deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #PmTyafV8LreRPIrotTiD6nKFbNMTDdWS { display:flex;width:2rem;height:2rem;top:83.6875rem;left:9rem;color:#5d92ff;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #Ufr7Op9DBDIHfybXlRUl2HRDaMJ6BFSv { width:20rem;height:1.625rem;top:86.59375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eKsvRzy3yDcaRqGNfZifO0Lv7uldg53R { width:20rem;height:9.625rem;top:89.0625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iG7BXwfopxVD0KzhN0xteUr61Nzk0Fo2 { background-color:#060608;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#iG7BXwfopxVD0KzhN0xteUr61Nzk0Fo2 > .row .container { background-color: transparent; background-image: none; }#iG7BXwfopxVD0KzhN0xteUr61Nzk0Fo2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iG7BXwfopxVD0KzhN0xteUr61Nzk0Fo2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iG7BXwfopxVD0KzhN0xteUr61Nzk0Fo2 > .row .container > .video-iframe-container { display: none; }#iG7BXwfopxVD0KzhN0xteUr61Nzk0Fo2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iG7BXwfopxVD0KzhN0xteUr61Nzk0Fo2 > .row > .video-iframe-container { display: none; }#iG7BXwfopxVD0KzhN0xteUr61Nzk0Fo2 > .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); }#iG7BXwfopxVD0KzhN0xteUr61Nzk0Fo2 > .row .container { border-width: 0; border-radius: 0; }#iG7BXwfopxVD0KzhN0xteUr61Nzk0Fo2 > .row .container { width:20rem;height:26.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rP2TWPsBeesQEkmABRdWafOSAmqpXqPI { width:20rem;height:1.5625rem;top:3.375rem;left:0rem;font-size:0.9375rem;color:#acd296;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C7mfske27kEvPnv3dRuZIBBPJRoOn0t6 { width:20rem;height:2.6875rem;top:1.25rem;left:0rem;font-size:1.9375rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KvIquSgZS7OzmIS55cnTIk96NgUkT3zy { width:0.5rem;height:11.25rem;top:0rem;left:0.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GTtGCNWubxh3G8Q2TFTblPNGgB2sIiVb { width:0.5rem;height:11.25rem;top:0rem;left:1.875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #sRAKLf4hNEBgyOTLyqWOhzRQbZQg1o62 { width:0.5rem;height:11.25rem;top:0rem;left:3rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #FP3ecTUwzsTkRrg6iiBMUUDuo1HaVKKV { width:0.5rem;height:11.25rem;top:0rem;left:4.125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VgusN70LtE6TyMFekqcf614qQCxP1DoQ { width:20rem;height:20.25rem;top:5.1875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(172,210,150,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(172,210,150,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(172,210,150,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(172,210,150,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd29633', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd29633', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(172,210,150,0.2), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tMCLd3dcE0Lvq9Id5fhEZm4AW8VJxL77 { width:18.75rem;height:9.625rem;top:14.5rem;left:0.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#b7b8b9;display:block; }
 }@media only screen and (max-width: 763px) { #Lvmlvkhcu75dFNu3eXpaI8wA1BCeI30G { width:20rem;height:6.875rem;top:5.1875rem;left:0rem;font-size:0.8125rem;font-family:raleway;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ExIyPBE7udOkrhxwgQTwxSi8kLNDN40q { background-color:#060608;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ExIyPBE7udOkrhxwgQTwxSi8kLNDN40q > .row .container { background-color: transparent; background-image: none; }#ExIyPBE7udOkrhxwgQTwxSi8kLNDN40q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExIyPBE7udOkrhxwgQTwxSi8kLNDN40q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExIyPBE7udOkrhxwgQTwxSi8kLNDN40q > .row .container > .video-iframe-container { display: none; }#ExIyPBE7udOkrhxwgQTwxSi8kLNDN40q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExIyPBE7udOkrhxwgQTwxSi8kLNDN40q > .row > .video-iframe-container { display: none; }#ExIyPBE7udOkrhxwgQTwxSi8kLNDN40q > .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); }#ExIyPBE7udOkrhxwgQTwxSi8kLNDN40q > .row .container { border-width: 0; border-radius: 0; }#ExIyPBE7udOkrhxwgQTwxSi8kLNDN40q > .row .container { width:20rem;height:98.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L0yfCT8X7gwFrdzoU5rTVz4buHqPgvA4 { width:19.3125rem;height:2.6875rem;top:26.75rem;left:0.34375rem;font-size:1.9375rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fJsEUcfag0T2OpUnNaTFVUW5oKAhp1LU { width:20rem;height:30rem;top:1.25rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a769d982-85fc-4f9d-aed4-bf4bd39d6a38/Screenshot20251204at111220PM.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#fJsEUcfag0T2OpUnNaTFVUW5oKAhp1LU.adaptive-delivery-prevent-bg, #fJsEUcfag0T2OpUnNaTFVUW5oKAhp1LU.lazyload, #fJsEUcfag0T2OpUnNaTFVUW5oKAhp1LU.lazyloading { background-image: none; }
#fJsEUcfag0T2OpUnNaTFVUW5oKAhp1LU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(6,6,8,0.8); } }@media only screen and (max-width: 763px) { #BUnzSzRFN4BwxQG0zkPU9H7tfFG7gHag { width:20rem;height:16.25rem;top:36.5625rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd29633' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd29633' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Udel5B13l62FwNXy73MDIi9NtgMxMB7N { width:17.5rem;height:2.5rem;top:32.375rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-2),1);line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #OhvAzK8xskIK0hEd4F0pibP0AlQI5q0c { width:17.5rem;height:12.375rem;top:39.625rem;left:1.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#b7b8b9;display:block; }
 }@media only screen and (max-width: 763px) { #L13kQBiwVTiVS7H67MNu2oE8mfPqkBXB { width:20rem;height:16.25rem;top:54.5rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd29633' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd29633' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LspeLngBe8fCq30JR1zIt1XIfqUcUdi2 { width:17.5rem;height:6.875rem;top:59.1875rem;left:1.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#b7b8b9;display:block; }
 }@media only screen and (max-width: 763px) { #R9SuSDox0bIqqcNTXTJTf9QRTdeZQfUB { width:17.5rem;height:2.5rem;top:54.5rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-2),1);line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #QI7BTUNbMStVggbg7aTkJ18XGgwSG1bA { width:20rem;height:16.25rem;top:72.5625rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd29633' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd29633' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GeJaS7rrRCf90MK3EMCT8yX0Gp7rTAn9 { width:17.5rem;height:5.5rem;top:76.125rem;left:1.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#b7b8b9;display:block; }
 }@media only screen and (max-width: 763px) { #OTDHvTcpldv6AI68hFJTVFzb1uAXkxTZ { width:17.5rem;height:2.125rem;top:71.9375rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #fa9n8tkL24oT6CErBEZlsZXfOnwfz1hl { width:20rem;height:2rem;top:35.5rem;left:0rem;font-size:0.8125rem;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #mmpJJBo9mhD6IIhbmfrpx19J1BTl0fZ8 { width:20rem;height:1.625rem;top:90.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkQnU6WHMcCGawH2XCR5c8I3eJoGkiWD { width:20rem;height:3rem;top:93.75rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LhcQHyhIgRv6obeJOET9BAvVgMy1uv1s { background-color:#060608;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#LhcQHyhIgRv6obeJOET9BAvVgMy1uv1s > .row .container { background-color: transparent; background-image: none; }#LhcQHyhIgRv6obeJOET9BAvVgMy1uv1s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LhcQHyhIgRv6obeJOET9BAvVgMy1uv1s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LhcQHyhIgRv6obeJOET9BAvVgMy1uv1s > .row .container > .video-iframe-container { display: none; }#LhcQHyhIgRv6obeJOET9BAvVgMy1uv1s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LhcQHyhIgRv6obeJOET9BAvVgMy1uv1s > .row > .video-iframe-container { display: none; }#LhcQHyhIgRv6obeJOET9BAvVgMy1uv1s > .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); }#LhcQHyhIgRv6obeJOET9BAvVgMy1uv1s > .row .container { border-width: 0; border-radius: 0; }#LhcQHyhIgRv6obeJOET9BAvVgMy1uv1s > .row .container { width:20rem;height:40.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fhh0bKBf50euPikGwDsCuyULy3aB8QOK { width:20rem;height:2.6875rem;top:2.625rem;left:0rem;font-size:1.9375rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dNFCwemBsZru0RVqROt0ZviCgKJZ9VJw { width:17.5rem;height:9.625rem;top:27.625rem;left:1.25rem;font-size:0.8125rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NIOiUzzMq4EvkOOaVp8GhMOm8qdikNKz { width:20rem;height:33.5rem;top:5.25rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd29633' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd29633' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #oJ5mmibktc3xyNHDfZp8Ebgs4IkG2ch9 { width:11.1875rem;height:15rem;top:7.1875rem;left:4.40625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #oT26fInM4FW8wMlrTAglb7v7i8Krnml1 { width:17.5rem;height:1.6875rem;top:24.5625rem;left:1.25rem;font-size:1rem;color:#f8f9fb;display:block; }
 }@media only screen and (max-width: 763px) { #Cs0IaFP8kbZnMsklCuEMTE3Ru34wIcCd { width:17.5rem;height:2.5rem;top:22.8125rem;left:1.25rem;font-size:1.5rem;color:#acd296;display:block; }
 }@media only screen and (max-width: 763px) { #gOzaUbRReX4So6CNVnvo57tCtfkPD2aw { background-color:#060608;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#gOzaUbRReX4So6CNVnvo57tCtfkPD2aw > .row .container { background-color: transparent; background-image: none; }#gOzaUbRReX4So6CNVnvo57tCtfkPD2aw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gOzaUbRReX4So6CNVnvo57tCtfkPD2aw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gOzaUbRReX4So6CNVnvo57tCtfkPD2aw > .row .container > .video-iframe-container { display: none; }#gOzaUbRReX4So6CNVnvo57tCtfkPD2aw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gOzaUbRReX4So6CNVnvo57tCtfkPD2aw > .row > .video-iframe-container { display: none; }#gOzaUbRReX4So6CNVnvo57tCtfkPD2aw > .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); }#gOzaUbRReX4So6CNVnvo57tCtfkPD2aw > .row .container { border-width: 0; border-radius: 0; }#gOzaUbRReX4So6CNVnvo57tCtfkPD2aw > .row .container { width:20rem;height:28.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zh2dfaJH3oSGxP8qSKCCKNnELdTM269W { width:20rem;height:4.375rem;top:2.375rem;left:0rem;font-size:1.5625rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U6dBrOBC7vxcPg7rtqRnsHPU6mL3pUbQ { width:16.75rem;height:1.6875rem;top:10.0625rem;left:2.625rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #umPUArkwIQK1ooKZ1UJOQHQfWNDH6Buv { width:0.5rem;height:27.5rem;top:0rem;left:18.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd2964c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd2964c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BPP7akKcpD8ZzqD3Hg1p2qKyiTXtBOPm { width:0.5rem;height:27.5rem;top:0rem;left:17.5rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bl7KDs112CMu4rsDz1iOuuAqcCKRSn5Q { width:0.5rem;height:27.5rem;top:0.0625rem;left:16.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd2964c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd2964c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #CIv5nlKN5kTJBK3cX19UdkF5Hsf7lucc { width:0.5rem;height:27.5rem;top:0rem;left:14.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Q6ELf4QarMwbm2gT7hU2H23wOHdwlys3 { display:flex;width:1.5rem;height:1.5rem;top:8.5625rem;left:0rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #QAlVF9wOxGakFLJEF7h1K4ctwWywm57s { display:flex;width:1.5rem;height:1.5rem;top:10.0625rem;left:0rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #bpvwXJURhSUQ91Amcb1UeTPp6zAWita1 { width:13.6875rem;height:1.25rem;top:8.875rem;left:2.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RPUW4KrGBvfQWEvWqEhmklNdSWarC6x8 { background-color:#060608;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#RPUW4KrGBvfQWEvWqEhmklNdSWarC6x8 > .row .container { background-color: transparent; background-image: none; }#RPUW4KrGBvfQWEvWqEhmklNdSWarC6x8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RPUW4KrGBvfQWEvWqEhmklNdSWarC6x8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RPUW4KrGBvfQWEvWqEhmklNdSWarC6x8 > .row .container > .video-iframe-container { display: none; }#RPUW4KrGBvfQWEvWqEhmklNdSWarC6x8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RPUW4KrGBvfQWEvWqEhmklNdSWarC6x8 > .row > .video-iframe-container { display: none; }#RPUW4KrGBvfQWEvWqEhmklNdSWarC6x8 > .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); }#RPUW4KrGBvfQWEvWqEhmklNdSWarC6x8 > .row .container { border-width: 0; border-radius: 0; }#RPUW4KrGBvfQWEvWqEhmklNdSWarC6x8 > .row .container { width:20rem;height:78.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EmoxX8r61qBdVmZkuPG3FTQeTEGZzA7T { width:20rem;height:2.6875rem;top:5.19921875rem;left:0rem;font-size:1.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mTyPh632TNJpXZ2k7cqgePTRXZb120bo { width:17.5rem;height:23rem;top:10.3125rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#b7b8b9;display:block; }
 }@media only screen and (max-width: 763px) { #EzaCSLs1CsgEiERUJVE5mSRtdS4He1vb { width:20rem;height:26.25rem;top:8.6875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(172,210,150,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd29633' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd29633' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), rgba(172,210,150,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #k7sJssgANTp4Alr1MeKGws5JpIXciCXe { width:20rem;height:12.375rem;top:36.3125rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;color:#b7b8b9;display:block; }
 }@media only screen and (max-width: 763px) { #dlXIx4VMl03IiGSlV7p49QkoC4iCl5Hv { width:20rem;height:12.5rem;top:51rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;color:#b7b8b9;display:block; }
 }@media only screen and (max-width: 763px) { #vIQK4bDHuoG1SAgu3lSyTfnSer6zag6Z { width:20rem;height:12.5rem;top:65.5rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;color:#b7b8b9;display:block; }
 }@media only screen and (max-width: 763px) { #t7vDMXeSZWC6n1VQIwgtlMAcoAqM8OqT { width:16.25rem;height:0.5rem;top:49.76171875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(172,210,150,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Z2ePdJReUDS8rwpuHZ0evMhHNXVCkobf { width:16.25rem;height:0.5rem;top:64.2998046875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(172,210,150,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #eXld3n02A9tDdM9Rq6FGILZKcmdTry8N { width:0.5rem;height:9.375rem;top:0rem;left:11.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd2964c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd2964c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #E80GCcwK0Od3iTlv8tQf3SCJRfELBpWT { width:0.5rem;height:9.375rem;top:0rem;left:14.125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #nSWbTcViUqOX9A6h3nc8OVcyZMr4Fq8e { width:0.5rem;height:9.375rem;top:0rem;left:16.5rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd2964c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acd2964c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(172,210,150,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #u1c0EmT9vGy5a1xU8b8QRCF6F2aXTIiN { width:0.5rem;height:9.375rem;top:0rem;left:18.875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd2964c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(172,210,150,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #puxTAUZTsnMoUUKywMvqMOEGf2sidDEe { background-color:#060608;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe > .row .container { background-color: transparent; background-image: none; }#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe > .row .container > .video-iframe-container { display: none; }#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe > .row > .video-iframe-container { display: none; }#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe > .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); }#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe > .row .container { border-width: 0; border-radius: 0; }#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe > .row .container { width:20rem;height:18.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ke6GH4XpJITB5FgawkvTycUbMWXrmT4N { width:9.375rem;height:2.75rem;top:11.8125rem;left:5.3125rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#acd296;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJAxP2Q6RPtq0EBcUbWlut8kUp9PclBl { display:block; }
 }@media only screen and (max-width: 763px) { #VZppgqT1tJ7wghK2PCmtVlUOFSEi4VIO { width:9.375rem;height:2.75rem;top:13.125rem;left:5.3125rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#acd296;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwlltuVKlTFm1V2OeaHK0Qvqd7SSlc7t { display:block; }
 }@media only screen and (max-width: 763px) { #Mt3T2N120p1WLCeVNNUdkk8X0b8G3EvU { width:9.375rem;height:2.75rem;top:14.5rem;left:5.3125rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#acd296;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZnAMClOWTgrf7SngXgEZKAF2x8TSAM1 { display:block; }
 }@media only screen and (max-width: 763px) { #GKUJqkZefQdODSuHy27lH4BV3AMuTtr3 { width:20rem;height:1.0625rem;top:17.625rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XfrXEbNoWhOyCe0lVnhAAryH9TTvwk1I { width:15.75rem;height:8.6875rem;top:0.6875rem;left:2.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }