.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QznSB67HGS2qQ9TngBXxWutUEndnK863 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:url("https://images.assets-landingi.com/uc/34b60ed5-b673-46e4-adc9-fa39e0d6ac0c/ZTzA_to_1200x1200.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#QznSB67HGS2qQ9TngBXxWutUEndnK863.adaptive-delivery-prevent-bg, #QznSB67HGS2qQ9TngBXxWutUEndnK863.lazyload, #QznSB67HGS2qQ9TngBXxWutUEndnK863.lazyloading { background-image: none; }#QznSB67HGS2qQ9TngBXxWutUEndnK863 > .row .container { background-color: transparent; background-image: none; }#QznSB67HGS2qQ9TngBXxWutUEndnK863::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QznSB67HGS2qQ9TngBXxWutUEndnK863 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QznSB67HGS2qQ9TngBXxWutUEndnK863 > .row .container > .video-iframe-container { display: none; }#QznSB67HGS2qQ9TngBXxWutUEndnK863 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QznSB67HGS2qQ9TngBXxWutUEndnK863 > .row > .video-iframe-container { display: none; }#QznSB67HGS2qQ9TngBXxWutUEndnK863 > .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); }#QznSB67HGS2qQ9TngBXxWutUEndnK863 > .row .container { border-width: 0; border-radius: 0; }#QznSB67HGS2qQ9TngBXxWutUEndnK863 > .row .container { font-size:0.875rem;font-family:arial;height:36.625rem;width:75rem;position:relative;display:block; }#fQVRb5WyTTXkLgFUFMhtMTIExI4XbsMB { color:#035d24;display:block;width:34.1875rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100024;line-height:1.2;letter-spacing:0;top:10.3125rem;left:34.875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ul27L5TZznRqanwkwiRIe2Bfpxqk6kZX { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5625rem;width:7.0625rem;top:2.75rem;left:48.5rem;overflow:hidden;display:block; }
#gVRJulWsazVD9MmI1cDMazBIMx10PTRp { color:#035d24;display:block;width:32.8125rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:300;z-index:100025;line-height:1.2;letter-spacing:0;top:20.375rem;left:35.625rem;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;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MDDvWxwVdimEbUdvFx7tJsLTqfh99h2G { border-bottom:0;border-left:0;border-right:0;border-top:0;height:35.0625rem;width:35.0625rem;position:absolute;display:block;z-index:100008;top:1.625rem;left:4.25rem;overflow:hidden;display:block; }
#kpTbPItUmobWrI2kgZ0a1w14Q9LLpDe2 { color:#f4ce83;display:block;width:26.4375rem;position:absolute;font-family:ubuntu;font-size:5rem;font-weight:300;z-index:100025;line-height:1.2;letter-spacing:0;top:26.78125rem;left:38.75rem;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;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XIJGSyOXetZPaJScOrWVOKLaCDd1W6db { position:absolute;display:block;z-index:100007;background-color:#035d24;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:7.6875rem;width:49.9375rem;top:25.9375rem;left:17.6875rem;display:block; }
#qWrFgnfPMTWTvn1g4HULLRtQUgonvdrf { position:absolute;display:block;z-index:100026;height:3.75rem;width:6.6875rem;top:1.625rem;left:1.4617185592651rem;display:block; }
#NJvGMFSKSBNzTWO8v9fQ43zbrwqilXwL { position:absolute;display:block;z-index:100015;height:3.375rem;width:6.125rem;top:1.625rem;left:8.1484375rem;display:block; }
#w7fthTxQWT3P2d7Pduo7ZhrPZKUrWuG7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#w7fthTxQWT3P2d7Pduo7ZhrPZKUrWuG7 > .row .container { background-color: transparent; background-image: none; }#w7fthTxQWT3P2d7Pduo7ZhrPZKUrWuG7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w7fthTxQWT3P2d7Pduo7ZhrPZKUrWuG7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w7fthTxQWT3P2d7Pduo7ZhrPZKUrWuG7 > .row .container > .video-iframe-container { display: none; }#w7fthTxQWT3P2d7Pduo7ZhrPZKUrWuG7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w7fthTxQWT3P2d7Pduo7ZhrPZKUrWuG7 > .row > .video-iframe-container { display: none; }#w7fthTxQWT3P2d7Pduo7ZhrPZKUrWuG7 > .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); }#w7fthTxQWT3P2d7Pduo7ZhrPZKUrWuG7 > .row .container { border-width: 0; border-radius: 0; }#w7fthTxQWT3P2d7Pduo7ZhrPZKUrWuG7 > .row .container { font-size:0.875rem;font-family:arial;height:42.8125rem;width:75rem;position:relative;display:block; }#Gw162QDTeslAdx7lW5p1kE7lel5T385g { color:#f4ce83;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:9.125rem;left:0rem;height:20.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JHugs7d4Hx3JEb50VfLEhF1Wl9PD2Uy6 { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:99999;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:;text-align:center;text-align-last:center;color:#f4ce83;font-style:normal;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; }
#DNiL5s8MyJfiysulHgkodxbf8zCmIFSi { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.5625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:50rem;height:4.375rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:33.333332061767rem;left:12.5rem;display:block; }
#AUkzqczST2hLt3pPxAriOAPZIxNekquG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fkKc7zsqwp2xL87A9hzvIaVmtHbBzhVp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#fkKc7zsqwp2xL87A9hzvIaVmtHbBzhVp > .row .container { background-color: transparent; background-image: none; }#fkKc7zsqwp2xL87A9hzvIaVmtHbBzhVp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkKc7zsqwp2xL87A9hzvIaVmtHbBzhVp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkKc7zsqwp2xL87A9hzvIaVmtHbBzhVp > .row .container > .video-iframe-container { display: none; }#fkKc7zsqwp2xL87A9hzvIaVmtHbBzhVp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkKc7zsqwp2xL87A9hzvIaVmtHbBzhVp > .row > .video-iframe-container { display: none; }#fkKc7zsqwp2xL87A9hzvIaVmtHbBzhVp > .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); }#fkKc7zsqwp2xL87A9hzvIaVmtHbBzhVp > .row .container { border-width: 0; border-radius: 0; }#fkKc7zsqwp2xL87A9hzvIaVmtHbBzhVp > .row .container { font-size:0.875rem;font-family:arial;height:16.5rem;width:75rem;position:relative;display:block; }#AwcDWFvhOMzOPIGAQFtFCfX4LGcA5XeL { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:7.54167175293rem;left:0rem;height:;text-align:center;text-align-last:center;color:#f4ce83;font-style:normal;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; }
#WvsrVXnzR6TFdzlCBmdlyAfzQlqVElfZ { position:absolute;display:block;z-index:99999;background-color:#035d24;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:12.5rem;width:75rem;top:3.75rem;left:0rem;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:74.25rem;width:75rem;position:relative;display:block; }#vpmMOeqCC1W7DbQeTqqKcQbNHv8ARdLC { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:99999;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:;text-align:center;text-align-last:center;color:#035d24;font-style:normal;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; }
#gDqXcohd0isAOxbawqm4UTxhsll96kRh { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40rem;width:71.25rem;top:20.9375rem;left:1.875rem;display:block; }
#baxQQ398yost09tUPraNGl5DXVL0clz7 { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:100000;line-height:1.5;letter-spacing:0;top:14.91667175293rem;left:0rem;height:;text-align:center;text-align-last:center;color:#035d24;font-style:normal;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; }
#CucqXgAzMJ9UzrCMlomsuXaapxR2GJbO { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:99999;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:;text-align:center;text-align-last:center;color:#035d24;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#lZ4rVmc3BZmQSBQN54K54UlLORtUXUGa { color:#47545a;display:block;width:56.25rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:67.524999618531rem;left:1.875rem;height:1.625rem;display:block; }
#omUXsG8nmmtz5G4bOAAKlsUkWxpGHzUE { display:block;width:58.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100020;line-height:1.8;letter-spacing:0;top:63.0625rem;left:8.46875rem;height:2.025rem;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LwB7IbswJLsk8sTOOEDq2IyOyPBKfrgO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:url("https://images.assets-landingi.com/uc/34b60ed5-b673-46e4-adc9-fa39e0d6ac0c/ZTzA_to_1200x1200.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#LwB7IbswJLsk8sTOOEDq2IyOyPBKfrgO.adaptive-delivery-prevent-bg, #LwB7IbswJLsk8sTOOEDq2IyOyPBKfrgO.lazyload, #LwB7IbswJLsk8sTOOEDq2IyOyPBKfrgO.lazyloading { background-image: none; }#LwB7IbswJLsk8sTOOEDq2IyOyPBKfrgO > .row .container { background-color: transparent; background-image: none; }#LwB7IbswJLsk8sTOOEDq2IyOyPBKfrgO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwB7IbswJLsk8sTOOEDq2IyOyPBKfrgO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwB7IbswJLsk8sTOOEDq2IyOyPBKfrgO > .row .container > .video-iframe-container { display: none; }#LwB7IbswJLsk8sTOOEDq2IyOyPBKfrgO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwB7IbswJLsk8sTOOEDq2IyOyPBKfrgO > .row > .video-iframe-container { display: none; }#LwB7IbswJLsk8sTOOEDq2IyOyPBKfrgO > .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); }#LwB7IbswJLsk8sTOOEDq2IyOyPBKfrgO > .row .container { border-width: 0; border-radius: 0; }#LwB7IbswJLsk8sTOOEDq2IyOyPBKfrgO > .row .container { font-size:0.875rem;font-family:arial;height:36.9375rem;width:75rem;position:relative;display:block; }#Dnt7QguuJueT1XbnXSQsg4u20Gx2MU8o { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.15) ;height:25.6875rem;width:71.25rem;top:7.5rem;left:1.875rem;display:block; }
#d2vqnLcV1iX3GfM52QfTF9wKpdZ8tkmN { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:18.75rem;top:10.96875rem;left:5.46875rem;overflow:hidden;display:block; }
#wBA7NwArWGZXOg2XTnrWWmW61hvOOw8r { display:block;width:21.25rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:13.58854675293rem;left:38.125rem;height:3.28125rem;text-align:center;text-align-last:center;color:#035d24;font-style:normal;display:block; }
#mmN0gZKEx5SvkCHuR1QJL3MlvzT64syT { display:block;width:43.75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:16.96875rem;left:26.875rem;height:11.25rem;text-align:center;text-align-last:center;color:#47545a;font-style:normal;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; }
#AG2efosLHFtxithb49P4rfECXbZyaeeS { display:block;width:43.75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:16.96875rem;left:26.875rem;height:12.833333611488rem;text-align:center;text-align-last:center;color:#47545a;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Re8p6vsxBb0eGZ25cEKOXOflPlMSKiq5 { display:block;width:43.75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:16.96875rem;left:26.875rem;height:12.833333611488rem;text-align:center;text-align-last:center;color:#47545a;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#RwNRqV3JqHgnbNaOO6AN0z8JFQNhql2L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#RwNRqV3JqHgnbNaOO6AN0z8JFQNhql2L > .row .container { background-color: transparent; background-image: none; }#RwNRqV3JqHgnbNaOO6AN0z8JFQNhql2L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RwNRqV3JqHgnbNaOO6AN0z8JFQNhql2L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RwNRqV3JqHgnbNaOO6AN0z8JFQNhql2L > .row .container > .video-iframe-container { display: none; }#RwNRqV3JqHgnbNaOO6AN0z8JFQNhql2L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RwNRqV3JqHgnbNaOO6AN0z8JFQNhql2L > .row > .video-iframe-container { display: none; }#RwNRqV3JqHgnbNaOO6AN0z8JFQNhql2L > .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); }#RwNRqV3JqHgnbNaOO6AN0z8JFQNhql2L > .row .container { border-width: 0; border-radius: 0; }#RwNRqV3JqHgnbNaOO6AN0z8JFQNhql2L > .row .container { font-size:0.875rem;font-family:arial;height:16.5rem;width:75rem;position:relative;display:block; }#wk1WaG2xhdJhoTBIM28mc2tLLNFXwJx7 { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:7.54167175293rem;left:0rem;height:;text-align:center;text-align-last:center;color:#f4ce83;font-style:normal;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; }
#WU6LBygZJO9HFJM3OmNTA5tG5zBEttNF { position:absolute;display:block;z-index:99999;background-color:#035d24;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:12.5rem;width:75rem;top:3.75rem;left:0rem;display:block; }
#QoGK54xrbTghFCP4qrrsOUMqJFvczpt7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#QoGK54xrbTghFCP4qrrsOUMqJFvczpt7 > .row .container { background-color: transparent; background-image: none; }#QoGK54xrbTghFCP4qrrsOUMqJFvczpt7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QoGK54xrbTghFCP4qrrsOUMqJFvczpt7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QoGK54xrbTghFCP4qrrsOUMqJFvczpt7 > .row .container > .video-iframe-container { display: none; }#QoGK54xrbTghFCP4qrrsOUMqJFvczpt7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QoGK54xrbTghFCP4qrrsOUMqJFvczpt7 > .row > .video-iframe-container { display: none; }#QoGK54xrbTghFCP4qrrsOUMqJFvczpt7 > .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); }#QoGK54xrbTghFCP4qrrsOUMqJFvczpt7 > .row .container { border-width: 0; border-radius: 0; }#QoGK54xrbTghFCP4qrrsOUMqJFvczpt7 > .row .container { font-size:0.875rem;font-family:arial;height:59.625rem;width:75rem;position:relative;display:block; }#oF5pcdwOVlagfq6lyayBGdmXgbbpxy6G { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:99999;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:;text-align:center;text-align-last:center;color:#035d24;font-style:normal;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; }
#c6opQDTqNcdFdAKWBWbGs91VRZqlDCs8 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40rem;width:71.25rem;top:16.416015625rem;left:1.875rem;display:block; }
#ttMzFHctb8IPmG5ip8I4Hw1RcRy48Snq { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:100000;line-height:1.5;letter-spacing:0;top:14.91667175293rem;left:0rem;height:;text-align:center;text-align-last:center;color:#035d24;font-style:normal;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; }
#yxPqki4sbwsF4HRsbT4sbkDEVUTHT05u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#yxPqki4sbwsF4HRsbT4sbkDEVUTHT05u > .row .container { background-color: transparent; background-image: none; }#yxPqki4sbwsF4HRsbT4sbkDEVUTHT05u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yxPqki4sbwsF4HRsbT4sbkDEVUTHT05u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yxPqki4sbwsF4HRsbT4sbkDEVUTHT05u > .row .container > .video-iframe-container { display: none; }#yxPqki4sbwsF4HRsbT4sbkDEVUTHT05u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yxPqki4sbwsF4HRsbT4sbkDEVUTHT05u > .row > .video-iframe-container { display: none; }#yxPqki4sbwsF4HRsbT4sbkDEVUTHT05u > .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); }#yxPqki4sbwsF4HRsbT4sbkDEVUTHT05u > .row .container { border-width: 0; border-radius: 0; }#yxPqki4sbwsF4HRsbT4sbkDEVUTHT05u > .row .container { font-size:0.875rem;font-family:arial;height:60.1875rem;width:75rem;position:relative;display:block; }#eTIC44Iw3lvmwxG4d7PCTkDD3ckOlT4d { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:99999;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:;text-align:center;text-align-last:center;color:#035d24;font-style:normal;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; }
#Nx36gBNZL7kGsRGP9NnnHigJ5QspsiFk { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40rem;width:71.25rem;top:18.166015625rem;left:1.875rem;display:block; }
#Kg597GF0p911hToKkc6R5EelPooVOaew { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:100000;line-height:1.5;letter-spacing:0;top:14.91667175293rem;left:0rem;height:;text-align:center;text-align-last:center;color:#035d24;font-style:normal;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; }
#NPlWd2BLby0eqrTJi1atngTMxK7WAQtM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#NPlWd2BLby0eqrTJi1atngTMxK7WAQtM > .row .container { background-color: transparent; background-image: none; }#NPlWd2BLby0eqrTJi1atngTMxK7WAQtM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPlWd2BLby0eqrTJi1atngTMxK7WAQtM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPlWd2BLby0eqrTJi1atngTMxK7WAQtM > .row .container > .video-iframe-container { display: none; }#NPlWd2BLby0eqrTJi1atngTMxK7WAQtM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPlWd2BLby0eqrTJi1atngTMxK7WAQtM > .row > .video-iframe-container { display: none; }#NPlWd2BLby0eqrTJi1atngTMxK7WAQtM > .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); }#NPlWd2BLby0eqrTJi1atngTMxK7WAQtM > .row .container { border-width: 0; border-radius: 0; }#NPlWd2BLby0eqrTJi1atngTMxK7WAQtM > .row .container { font-size:0.875rem;font-family:arial;height:65.0625rem;width:75rem;position:relative;display:block; }#WwktM73675J9z24MATQ29w5nk56LiWnI { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:10.3125rem;left:0rem;height:5.625rem;color:#035d24;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pWlg2bNubxuzTKc6zm5RDNrzuOGvZA6e { border-bottom:0;border-left:0;border-right:0;border-top:0;height:46.9375rem;width:46.9375rem;position:absolute;display:block;z-index:100007;top:17.958374023438rem;left:0rem;overflow:hidden;display:block; }
#rBCoxWxTwC9CQiKiRTF6vbSNhnXUHb10 { display:block;width:40.186199188232rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:300;z-index:100009;line-height:1.6;letter-spacing:0;top:19.803344726562rem;left:33.671875rem;height:38rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SQstKxDDRD8RvNsUtLiMly3nJhKPLpXG { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.4986977577209rem;width:5.25rem;top:57.39453125rem;left:51.13932800293rem;overflow:hidden;display:block; }
#TtST7rAqUqLvH8QUXlCmcA1G45UDNTP5 { box-sizing:content-box;color:#a54870;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12421875rem;width:3.12421875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:27.150003910065rem;left:85.324998855594rem;display:none; }
#RERS0MiNwcdLwaAlhU9GbcWc4FMStVdw { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:57.4375rem;width:75rem;top:7.5rem;left:0rem;display:block; }
#d0NWky8ByZfIcAAZMspDFhFS4vsxHZXG { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:10.3125rem;left:0rem;height:5.5833334922791rem;color:#035d24;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qrJhpvvOLwPTr5vwHMKtuRXpI9rW56ln { display:block;width:40.186199188232rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:300;z-index:100009;line-height:1.6;letter-spacing:0;top:19.803344726562rem;left:33.671875rem;height:36.666667461395rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#lIqxgT1ypCePQJPavgrgMnENnwND0cwv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#lIqxgT1ypCePQJPavgrgMnENnwND0cwv > .row .container { background-color: transparent; background-image: none; }#lIqxgT1ypCePQJPavgrgMnENnwND0cwv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lIqxgT1ypCePQJPavgrgMnENnwND0cwv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lIqxgT1ypCePQJPavgrgMnENnwND0cwv > .row .container > .video-iframe-container { display: none; }#lIqxgT1ypCePQJPavgrgMnENnwND0cwv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lIqxgT1ypCePQJPavgrgMnENnwND0cwv > .row > .video-iframe-container { display: none; }#lIqxgT1ypCePQJPavgrgMnENnwND0cwv > .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); }#lIqxgT1ypCePQJPavgrgMnENnwND0cwv > .row .container { border-width: 0; border-radius: 0; }#lIqxgT1ypCePQJPavgrgMnENnwND0cwv > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;position:relative;display:block; }#KOikf3fFENTyr7ONoaGPSym08TSL6H0i { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.5625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:50rem;height:4.375rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:2.6875rem;left:12.5rem;display:block; }
#SBJBqfty57lX8ONTCS5KvI1pHhTOCshU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#S0NHCerISZtdxlZ8BrgndAkX3Ou3gEke { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#S0NHCerISZtdxlZ8BrgndAkX3Ou3gEke > .row .container { background-color: transparent; background-image: none; }#S0NHCerISZtdxlZ8BrgndAkX3Ou3gEke::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S0NHCerISZtdxlZ8BrgndAkX3Ou3gEke > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S0NHCerISZtdxlZ8BrgndAkX3Ou3gEke > .row .container > .video-iframe-container { display: none; }#S0NHCerISZtdxlZ8BrgndAkX3Ou3gEke > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S0NHCerISZtdxlZ8BrgndAkX3Ou3gEke > .row > .video-iframe-container { display: none; }#S0NHCerISZtdxlZ8BrgndAkX3Ou3gEke > .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); }#S0NHCerISZtdxlZ8BrgndAkX3Ou3gEke > .row .container { border-width: 0; border-radius: 0; }#S0NHCerISZtdxlZ8BrgndAkX3Ou3gEke > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#T8Rya9AwS4GlLOLSeq5PTaxXKMXNOKFi { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:3.8125rem;left:0rem;height:;text-align:center;text-align-last:center;color:#f4ce83;font-style:normal;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; }
#X9nP4DKlxOfTiUAzfhMUySZu8lTAmVEh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image:none;position:relative;display:block; }#X9nP4DKlxOfTiUAzfhMUySZu8lTAmVEh > .row .container { background-color: transparent; background-image: none; }#X9nP4DKlxOfTiUAzfhMUySZu8lTAmVEh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9nP4DKlxOfTiUAzfhMUySZu8lTAmVEh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9nP4DKlxOfTiUAzfhMUySZu8lTAmVEh > .row .container > .video-iframe-container { display: none; }#X9nP4DKlxOfTiUAzfhMUySZu8lTAmVEh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9nP4DKlxOfTiUAzfhMUySZu8lTAmVEh > .row > .video-iframe-container { display: none; }#X9nP4DKlxOfTiUAzfhMUySZu8lTAmVEh > .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); }#X9nP4DKlxOfTiUAzfhMUySZu8lTAmVEh > .row .container { border-width: 0; border-radius: 0; }#X9nP4DKlxOfTiUAzfhMUySZu8lTAmVEh > .row .container { font-size:0.875rem;font-family:arial;height:53.125rem;width:75rem;position:relative;display:block; }#Dy8Bue3Ehnbqwq1NKRc1JxJFT9QW80dc { position:absolute;display:block;z-index:100007;background-color:rgba(255,255,255,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0) ;height:49.4375rem;width:75rem;top:3.625rem;left:0rem;display:block; }
#rTllif5yKlK8uANraCx7mvUHhtodXrkb { color:#035d24;display:block;width:11.5625rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:6.5625rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UFRq2BsEC4IIPsQnP7AfBvOST3e30sDH { color:#035d24;display:block;width:59.3125rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:400;z-index:100018;line-height:2;letter-spacing:0;top:6.5rem;left:15.375rem;height:6.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#avhTxaFPVZrdu8wU2DQXoNSIPIpaSr3G { color:#035d24;display:block;width:10rem;position:absolute;font-family:ubuntu;font-size:6.25rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:10.25rem;left:0.8125rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hUXdK7XaU7N3yVi4AIsumluEqbkFf456 { color:#ffde59;display:block;width:11.5rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:18.375rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DLhmieGDg3mUFAnOxFDd0NwZCTpT6UW9 { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:13.6875rem;left:15.375rem;overflow:hidden;display:block; }
#az1Uu70RctISItAnmQ97CJODcEHXiGJ6 { color:#035d24;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100019;line-height:2;letter-spacing:0;top:14.375rem;left:29.125rem;height:9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gBW284OvZXxo4507rZDcRFe0N6Ss4cFQ { color:#035d24;display:block;width:44.8125rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:400;z-index:100019;line-height:2;letter-spacing:0;top:28.6875rem;left:15.125rem;height:3.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FQXsI7mbMWiQraID23VaA3SzlNoP1o2x { color:#035d24;display:block;width:44.8125rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:400;z-index:100020;line-height:2;letter-spacing:0;top:47.375rem;left:15.125rem;height:3.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kLxr0CG8PvJu5DDXftmuaPWnK3nM1D9b { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:32.9375rem;left:15.125rem;overflow:hidden;display:block; }
#gdPyaZz7kE21P0KMWw8M5OFz1nx9yzna { color:#035d24;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:100020;line-height:2;letter-spacing:0;top:32.9375rem;left:30.125001907349rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EPm2bgG5HM7FRgeHunhBdew7lZriJ4uq { color:#035d24;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100020;line-height:2;letter-spacing:0;top:35.1875rem;left:30.125001907349rem;height:11.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T0hGWZ2QTWPpT8etNL4PXXH8Al6GMgrD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6b2b0b7c-b7df-4643-a132-3da81284fd03/ZTzA_to_1200x12001.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#T0hGWZ2QTWPpT8etNL4PXXH8Al6GMgrD.adaptive-delivery-prevent-bg, #T0hGWZ2QTWPpT8etNL4PXXH8Al6GMgrD.lazyload, #T0hGWZ2QTWPpT8etNL4PXXH8Al6GMgrD.lazyloading { background-image: none; }#T0hGWZ2QTWPpT8etNL4PXXH8Al6GMgrD > .row .container { background-color: transparent; background-image: none; }#T0hGWZ2QTWPpT8etNL4PXXH8Al6GMgrD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0hGWZ2QTWPpT8etNL4PXXH8Al6GMgrD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0hGWZ2QTWPpT8etNL4PXXH8Al6GMgrD > .row .container > .video-iframe-container { display: none; }#T0hGWZ2QTWPpT8etNL4PXXH8Al6GMgrD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0hGWZ2QTWPpT8etNL4PXXH8Al6GMgrD > .row > .video-iframe-container { display: none; }#T0hGWZ2QTWPpT8etNL4PXXH8Al6GMgrD > .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); }#T0hGWZ2QTWPpT8etNL4PXXH8Al6GMgrD > .row .container { border-width: 0; border-radius: 0; }#T0hGWZ2QTWPpT8etNL4PXXH8Al6GMgrD > .row .container { font-size:0.875rem;font-family:arial;height:34.3125rem;width:75rem;position:relative;display:block; }#a5TRXT8EVXfXg8FHto8Ap7XHFc0ccxyb { position:absolute;display:block;z-index:100007;background-color:rgba(255,255,255,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0) ;height:31rem;width:75rem;top:3.3125rem;left:0rem;display:block; }
#DfoVwTB4wVGWMTJM5AHyfuzQDPTvMT8W { color:#035d24;display:block;width:11.5625rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:6rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cnvvA92aRZ2ADVTNJstD8EaL5Ll7sT2K { color:#035d24;display:block;width:59.3125rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:400;z-index:100018;line-height:2;letter-spacing:0;top:5.9791870117188rem;left:15.39453125rem;height:9.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vVythMW7qCLPm4UR36MW9LhFtByxBrm1 { color:#035d24;display:block;width:10rem;position:absolute;font-family:ubuntu;font-size:6.25rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:9.6458435058594rem;left:0.78125rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d8b8PVTRgTdJN8VEfTmJt6ibLo1I0otm { color:#ffde59;display:block;width:11.5rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:17.96875rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rZbOTrh3Pmk9yUmP0MZ0RXBqeGliXGep { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:13.520843505859rem;left:15.39453125rem;overflow:hidden;display:block; }
#fDzKS9Fs0bEQ1y5bKar0ywmqp0AUaBTQ { color:#035d24;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100019;line-height:2;letter-spacing:0;top:15.90625rem;left:28.875rem;height:9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PM1m33TNbcSzoGc4vkQtk7MvoTMnPknh { color:#035d24;display:block;width:44.8125rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:400;z-index:100019;line-height:2;letter-spacing:0;top:28.5rem;left:15.39453125rem;height:3.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hqBvJHXDz9GFUpZ1trq1Q8W8kngk2Xki { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image:none;position:relative;display:block; }#hqBvJHXDz9GFUpZ1trq1Q8W8kngk2Xki > .row .container { background-color: transparent; background-image: none; }#hqBvJHXDz9GFUpZ1trq1Q8W8kngk2Xki::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hqBvJHXDz9GFUpZ1trq1Q8W8kngk2Xki > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hqBvJHXDz9GFUpZ1trq1Q8W8kngk2Xki > .row .container > .video-iframe-container { display: none; }#hqBvJHXDz9GFUpZ1trq1Q8W8kngk2Xki > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hqBvJHXDz9GFUpZ1trq1Q8W8kngk2Xki > .row > .video-iframe-container { display: none; }#hqBvJHXDz9GFUpZ1trq1Q8W8kngk2Xki > .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); }#hqBvJHXDz9GFUpZ1trq1Q8W8kngk2Xki > .row .container { border-width: 0; border-radius: 0; }#hqBvJHXDz9GFUpZ1trq1Q8W8kngk2Xki > .row .container { font-size:0.875rem;font-family:arial;height:34.3125rem;width:75rem;position:relative;display:block; }#sLZ2C1lkkIJreU67rzSXukzxJB5e970C { position:absolute;display:block;z-index:100007;background-color:rgba(255,255,255,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0) ;height:31rem;width:75rem;top:3.3125rem;left:0rem;display:block; }
#bcHsoE9pvd1BRKmW1tLVEwivcW1LH19z { color:#035d24;display:block;width:11.5625rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:6rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#as0M6GIasQSGI3M0x3OtuH7AlFO5CcSl { color:#035d24;display:block;width:59.3125rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:400;z-index:100018;line-height:2;letter-spacing:0;top:5.9791870117188rem;left:15.39453125rem;height:6.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q8uUsBvoahuif0DNQcpvxzUwm1T4zrDU { color:#035d24;display:block;width:10rem;position:absolute;font-family:ubuntu;font-size:6.25rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:9.6458435058594rem;left:0.78125rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oL6tXEVls7yr7IqmkWqGAHqvBszQTFXc { color:#ffde59;display:block;width:11.5rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:17.96875rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c1nDbUw2S7ka5JFwKZTUT31OxTUXuKgr { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:13.520843505859rem;left:15.39453125rem;overflow:hidden;display:block; }
#u53BRxfp6lpTvUAEVrH6NShfPcPE6MIu { color:#035d24;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100019;line-height:2;letter-spacing:0;top:13.479156494141rem;left:29.125rem;height:11.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Dzh6bTaZJdZoxlgqgxbc5Rr6WGXkdKXc { color:#035d24;display:block;width:44.8125rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:400;z-index:100019;line-height:2;letter-spacing:0;top:28.5rem;left:15.39453125rem;height:3.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ufpphR5Q0hCzDlasLakCXLhpLmuqi1zh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6b2b0b7c-b7df-4643-a132-3da81284fd03/ZTzA_to_1200x12001.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#ufpphR5Q0hCzDlasLakCXLhpLmuqi1zh.adaptive-delivery-prevent-bg, #ufpphR5Q0hCzDlasLakCXLhpLmuqi1zh.lazyload, #ufpphR5Q0hCzDlasLakCXLhpLmuqi1zh.lazyloading { background-image: none; }#ufpphR5Q0hCzDlasLakCXLhpLmuqi1zh > .row .container { background-color: transparent; background-image: none; }#ufpphR5Q0hCzDlasLakCXLhpLmuqi1zh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufpphR5Q0hCzDlasLakCXLhpLmuqi1zh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufpphR5Q0hCzDlasLakCXLhpLmuqi1zh > .row .container > .video-iframe-container { display: none; }#ufpphR5Q0hCzDlasLakCXLhpLmuqi1zh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufpphR5Q0hCzDlasLakCXLhpLmuqi1zh > .row > .video-iframe-container { display: none; }#ufpphR5Q0hCzDlasLakCXLhpLmuqi1zh > .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); }#ufpphR5Q0hCzDlasLakCXLhpLmuqi1zh > .row .container { border-width: 0; border-radius: 0; }#ufpphR5Q0hCzDlasLakCXLhpLmuqi1zh > .row .container { font-size:0.875rem;font-family:arial;height:34.5rem;width:75rem;position:relative;display:block; }#baFI32oc5pgFdMhAmdubvkwlgHheeOdE { position:absolute;display:block;z-index:100007;background-color:rgba(255,255,255,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0) ;height:28.4375rem;width:75rem;top:3.3125rem;left:0rem;display:block; }
#z53UNK1wyiAIt4a5itfgmgK235TwvFJ0 { color:#035d24;display:block;width:11.5625rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:6rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#shZ5ZKLMPsGpatB1dgAlWXqSc9KNG2D9 { color:#035d24;display:block;width:59.3125rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:400;z-index:100018;line-height:2;letter-spacing:0;top:5.9791870117188rem;left:15.39453125rem;height:12.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RpnwvFP69phrsMJh8uv79zH9nLog13yt { color:#035d24;display:block;width:10rem;position:absolute;font-family:ubuntu;font-size:6.25rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:9.6458435058594rem;left:0.78125rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Na6ZGE3ukgSTgHKzDHqoRTJphl1rx3q1 { color:#ffde59;display:block;width:11.5rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:17.96875rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FUwXreLTfrBwbqpJIUtworAFA8Ti1kX9 { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:17.7705078125rem;left:14.58203125rem;overflow:hidden;display:block; }
#u07CoqPKTqLPX66px0NJqapeSECbKcii { color:#035d24;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:100019;line-height:2;letter-spacing:0;top:21.7705078125rem;left:28.625rem;height:6.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IvrsDJRxHzNRQ4NDMbugX0mptKhFE5HD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#IvrsDJRxHzNRQ4NDMbugX0mptKhFE5HD > .row .container { background-color: transparent; background-image: none; }#IvrsDJRxHzNRQ4NDMbugX0mptKhFE5HD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IvrsDJRxHzNRQ4NDMbugX0mptKhFE5HD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IvrsDJRxHzNRQ4NDMbugX0mptKhFE5HD > .row .container > .video-iframe-container { display: none; }#IvrsDJRxHzNRQ4NDMbugX0mptKhFE5HD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IvrsDJRxHzNRQ4NDMbugX0mptKhFE5HD > .row > .video-iframe-container { display: none; }#IvrsDJRxHzNRQ4NDMbugX0mptKhFE5HD > .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); }#IvrsDJRxHzNRQ4NDMbugX0mptKhFE5HD > .row .container { border-width: 0; border-radius: 0; }#IvrsDJRxHzNRQ4NDMbugX0mptKhFE5HD > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;position:relative;display:block; }#dLhdHfMd4Lh69Mewk4lxMCWMeSZamVP9 { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.5625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:50rem;height:4.375rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:2.6875rem;left:12.5rem;display:block; }
#FpSPt8fPhw74wkecPeA0MMaZV2pnQfXU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kGr30XRsWhQ4HX6Sep3cxBmIMsryRXge { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#kGr30XRsWhQ4HX6Sep3cxBmIMsryRXge > .row .container { background-color: transparent; background-image: none; }#kGr30XRsWhQ4HX6Sep3cxBmIMsryRXge::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kGr30XRsWhQ4HX6Sep3cxBmIMsryRXge > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kGr30XRsWhQ4HX6Sep3cxBmIMsryRXge > .row .container > .video-iframe-container { display: none; }#kGr30XRsWhQ4HX6Sep3cxBmIMsryRXge > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kGr30XRsWhQ4HX6Sep3cxBmIMsryRXge > .row > .video-iframe-container { display: none; }#kGr30XRsWhQ4HX6Sep3cxBmIMsryRXge > .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); }#kGr30XRsWhQ4HX6Sep3cxBmIMsryRXge > .row .container { border-width: 0; border-radius: 0; }#kGr30XRsWhQ4HX6Sep3cxBmIMsryRXge > .row .container { font-size:0.875rem;font-family:arial;height:11.0625rem;width:75rem;position:relative;display:block; }#uLansbJhJNBIBFW3skalowVx8WmKgPRD { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.43675rem;width:6.24921875rem;position:absolute;display:block;z-index:100016;top:2.3125rem;left:34.375001907349rem;overflow:hidden;display:block; }
#IKgZqtsMyCBaVeRLkd43TyS1KohlM5S7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#IKgZqtsMyCBaVeRLkd43TyS1KohlM5S7 > .row .container { background-color: transparent; background-image: none; }#IKgZqtsMyCBaVeRLkd43TyS1KohlM5S7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKgZqtsMyCBaVeRLkd43TyS1KohlM5S7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKgZqtsMyCBaVeRLkd43TyS1KohlM5S7 > .row .container > .video-iframe-container { display: none; }#IKgZqtsMyCBaVeRLkd43TyS1KohlM5S7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKgZqtsMyCBaVeRLkd43TyS1KohlM5S7 > .row > .video-iframe-container { display: none; }#IKgZqtsMyCBaVeRLkd43TyS1KohlM5S7 > .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); }#IKgZqtsMyCBaVeRLkd43TyS1KohlM5S7 > .row .container { border-width: 0; border-radius: 0; }#IKgZqtsMyCBaVeRLkd43TyS1KohlM5S7 > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:75rem;position:relative;display:block; }#C87zOBtGLuX1cX0DeL0cWhNPIHUsHrQM { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:300;z-index:99999;line-height:1.3;letter-spacing:0;top:19.6875rem;left:0rem;height:;text-align:center;text-align-last:center;color:#f4ce83;font-style:normal;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; }
#eCfBHTO0b1hyBityyyT3i87kFKSPhT2h { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:25.33332824707rem;left:0rem;height:;text-align:center;text-align-last:center;color:#f4ce83;font-style:normal;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; }
#mcNSx0CdDpClvzH6TfTz4wZvLXlfMHZU { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:4.0625rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:;text-align:center;text-align-last:center;color:#f4ce83;font-style:normal;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; }
#JvMHv1XFuUBBTQkeB6azosTuH8rfJzzq { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.25rem;top:11.47917175293rem;left:34.375001907349rem;overflow:hidden;display:block; }
#krMPrc092HGk6yz8OzZeeUeHTTIigosr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:none; }#krMPrc092HGk6yz8OzZeeUeHTTIigosr > .row .container { border-width: 0; border-radius: 0; }#krMPrc092HGk6yz8OzZeeUeHTTIigosr > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:none; }#ChsTqedrRAIuCMCTEhJauaT8C3dql13R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/SpBa5kGF/G_o_wne_na_www_4_.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }#ChsTqedrRAIuCMCTEhJauaT8C3dql13R.adaptive-delivery-prevent-bg, #ChsTqedrRAIuCMCTEhJauaT8C3dql13R.lazyload, #ChsTqedrRAIuCMCTEhJauaT8C3dql13R.lazyloading { background-image: none; }#ChsTqedrRAIuCMCTEhJauaT8C3dql13R > .row .container { border-width: 0; border-radius: 0; }#ChsTqedrRAIuCMCTEhJauaT8C3dql13R > .row .container { font-size:0.875rem;font-family:arial;height:39.25rem;width:75rem;position:relative;display:none; }#mI4LFUFWN8cNC5cdo4mPLFihsLXJOMl6 { color:#f4ce83;display:block;width:39.375rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:15.625rem;left:30.625rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mhapLZlFd2WPRd8N96NGQvz0smZxXgGT { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.4375rem;width:6.25rem;position:absolute;display:block;z-index:100014;top:9.3125rem;left:47.25rem;overflow:hidden;display:block; }
#JF6aTxCUAQe4G5kvkF70fOGfvKycOJsC { color:#f4ce83;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:27.1875rem;left:31.625rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bMSuT9kg6wBNGBR0h4V5NQIGmucAW7Vs { position:absolute;display:block;z-index:100010;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.12369791418314rem;width:25.059896469116rem;top:25rem;left:37.8125rem;display:block; }
#JFUUEHXyhWFt9lPRvf2eykPlU0mospfv { color:#f4ce83;display:block;width:39.375rem;position:absolute;font-family:ubuntu;font-size:4.0625rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:19.623958587646rem;left:35.625001907349rem;height:10.5333375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TegG8QcpVDPiJfLKPD1n83um2XwvVb2V { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37rem;width:37rem;top:2.25rem;left:5.8125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #QznSB67HGS2qQ9TngBXxWutUEndnK863 { display:block; }#QznSB67HGS2qQ9TngBXxWutUEndnK863 > .row .container { width:47.75rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fQVRb5WyTTXkLgFUFMhtMTIExI4XbsMB { width:27.4375rem;height:6rem;top:7.25rem;left:20.3125rem;font-size:2.5rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #Ul27L5TZznRqanwkwiRIe2Bfpxqk6kZX { width:5rem;height:5.3125rem;top:1.875rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gVRJulWsazVD9MmI1cDMazBIMx10PTRp { width:25rem;height:2.25rem;top:14.3125rem;left:21.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MDDvWxwVdimEbUdvFx7tJsLTqfh99h2G { width:23.748697280884rem;height:23.686197280884rem;top:1.8958435058594rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kpTbPItUmobWrI2kgZ0a1w14Q9LLpDe2 { width:27.4375rem;height:3rem;top:18.561199188233rem;left:20.3125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XIJGSyOXetZPaJScOrWVOKLaCDd1W6db { width:31.25rem;height:4rem;top:18.061199188233rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qWrFgnfPMTWTvn1g4HULLRtQUgonvdrf { width:6.6875rem;height:3.75rem;top:1.8749999757856rem;left:7.7500003576281rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NJvGMFSKSBNzTWO8v9fQ43zbrwqilXwL { width:6.125rem;height:3.375rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w7fthTxQWT3P2d7Pduo7ZhrPZKUrWuG7 { display:block; }#w7fthTxQWT3P2d7Pduo7ZhrPZKUrWuG7 > .row .container { width:47.75rem;height:31.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Gw162QDTeslAdx7lW5p1kE7lel5T385g { width:43.4375rem;height:16.25rem;top:6.2291870117188rem;left:2.15625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JHugs7d4Hx3JEb50VfLEhF1Wl9PD2Uy6 { width:47.748699188233rem;height:2.84375rem;top:2.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DNiL5s8MyJfiysulHgkodxbf8zCmIFSi { width:37.5rem;height:4.375rem;top:24.604187011719rem;left:5.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AUkzqczST2hLt3pPxAriOAPZIxNekquG { display:block; }
 }@media only screen and (max-width: 1199px) { #fkKc7zsqwp2xL87A9hzvIaVmtHbBzhVp { display:block; }#fkKc7zsqwp2xL87A9hzvIaVmtHbBzhVp > .row .container { width:47.75rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #AwcDWFvhOMzOPIGAQFtFCfX4LGcA5XeL { width:47.748699188232rem;height:2.84375rem;top:6.3125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WvsrVXnzR6TFdzlCBmdlyAfzQlqVElfZ { width:47.75rem;height:7.5rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;height:44.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vpmMOeqCC1W7DbQeTqqKcQbNHv8ARdLC { width:47.748699188232rem;height:5.6875rem;top:2.46875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gDqXcohd0isAOxbawqm4UTxhsll96kRh { width:41.25rem;height:23.125rem;top:14.20703125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #baxQQ398yost09tUPraNGl5DXVL0clz7 { width:47.748699188232rem;height:2.34375rem;top:9.71875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CucqXgAzMJ9UzrCMlomsuXaapxR2GJbO { width:47.748699188232rem;height:5.6875rem;top:2.46875rem;left:0rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #lZ4rVmc3BZmQSBQN54K54UlLORtUXUGa { width:31.25rem;height:1.625rem;top:41.375000381842rem;left:3.2500001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #omUXsG8nmmtz5G4bOAAKlsUkWxpGHzUE { width:45.3125rem;height:2.025rem;top:38.412500763312rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LwB7IbswJLsk8sTOOEDq2IyOyPBKfrgO { display:block; }#LwB7IbswJLsk8sTOOEDq2IyOyPBKfrgO > .row .container { width:47.75rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Dnt7QguuJueT1XbnXSQsg4u20Gx2MU8o { width:41.25rem;height:19.6875rem;top:2.75rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d2vqnLcV1iX3GfM52QfTF9wKpdZ8tkmN { width:13.75rem;height:13.75rem;top:5.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wBA7NwArWGZXOg2XTnrWWmW61hvOOw8r { width:15rem;height:2.34375rem;top:6.125rem;left:25.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mmN0gZKEx5SvkCHuR1QJL3MlvzT64syT { width:23.1875rem;height:0;top:8.35417175293rem;left:19.645833969116rem;font-size:1.0625rem;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 1199px) { #AG2efosLHFtxithb49P4rfECXbZyaeeS { width:23.1875rem;height:9.5625rem;top:9.625rem;left:20.5625rem;font-size:1.0625rem;font-weight:300;font-style:normal;z-index:100008;display:block; }
 }@media only screen and (max-width: 1199px) { #Re8p6vsxBb0eGZ25cEKOXOflPlMSKiq5 { width:23.1875rem;height:0;top:8.35417175293rem;left:19.645833969116rem;font-size:1.0625rem;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 1199px) { #RwNRqV3JqHgnbNaOO6AN0z8JFQNhql2L { display:block; }#RwNRqV3JqHgnbNaOO6AN0z8JFQNhql2L > .row .container { width:47.75rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wk1WaG2xhdJhoTBIM28mc2tLLNFXwJx7 { width:47.748699188232rem;height:2.84375rem;top:6.0833358764649rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WU6LBygZJO9HFJM3OmNTA5tG5zBEttNF { width:47.75rem;height:7.5rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QoGK54xrbTghFCP4qrrsOUMqJFvczpt7 { display:block; }#QoGK54xrbTghFCP4qrrsOUMqJFvczpt7 > .row .container { width:47.75rem;height:35.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #oF5pcdwOVlagfq6lyayBGdmXgbbpxy6G { width:47.748699188232rem;height:5.6875rem;top:2.46875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c6opQDTqNcdFdAKWBWbGs91VRZqlDCs8 { width:41.25rem;height:23.125rem;top:10.123687744141rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ttMzFHctb8IPmG5ip8I4Hw1RcRy48Snq { width:47.748699188232rem;height:3.28125rem;top:2.46875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yxPqki4sbwsF4HRsbT4sbkDEVUTHT05u { display:block; }#yxPqki4sbwsF4HRsbT4sbkDEVUTHT05u > .row .container { width:47.75rem;height:35.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #eTIC44Iw3lvmwxG4d7PCTkDD3ckOlT4d { width:47.748699188232rem;height:5.6875rem;top:2.46875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nx36gBNZL7kGsRGP9NnnHigJ5QspsiFk { width:41.25rem;height:23.125rem;top:10.01953125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kg597GF0p911hToKkc6R5EelPooVOaew { width:47.748699188232rem;height:3.28125rem;top:2.46875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NPlWd2BLby0eqrTJi1atngTMxK7WAQtM { display:block; }#NPlWd2BLby0eqrTJi1atngTMxK7WAQtM > .row .container { width:47.75rem;height:78.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WwktM73675J9z24MATQ29w5nk56LiWnI { width:43.6875rem;height:3.28125rem;top:2.5833740234375rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pWlg2bNubxuzTKc6zm5RDNrzuOGvZA6e { width:23.748697280884rem;height:23.686197280884rem;top:10.041748046875rem;left:12rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rBCoxWxTwC9CQiKiRTF6vbSNhnXUHb10 { width:43.75rem;height:34rem;top:36.208374023438rem;left:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SQstKxDDRD8RvNsUtLiMly3nJhKPLpXG { width:3.125rem;height:3.25rem;top:72.5625rem;left:22.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TtST7rAqUqLvH8QUXlCmcA1G45UDNTP5 { width:3.0625rem;height:3.0625rem;top:8.8729133605956rem;left:1.0041667819023rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #RERS0MiNwcdLwaAlhU9GbcWc4FMStVdw { width:47.75rem;height:71.0625rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d0NWky8ByZfIcAAZMspDFhFS4vsxHZXG { width:31.2489375rem;height:2.3rem;top:7.5rem;left:6.8989588618281rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #qrJhpvvOLwPTr5vwHMKtuRXpI9rW56ln { width:25rem;height:0;top:11.859375rem;left:19.178904354572rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #lIqxgT1ypCePQJPavgrgMnENnwND0cwv { display:block; }#lIqxgT1ypCePQJPavgrgMnENnwND0cwv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KOikf3fFENTyr7ONoaGPSym08TSL6H0i { width:37.5rem;height:4.375rem;top:2.6875rem;left:5.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SBJBqfty57lX8ONTCS5KvI1pHhTOCshU { display:block; }
 }@media only screen and (max-width: 1199px) { #S0NHCerISZtdxlZ8BrgndAkX3Ou3gEke { display:block; }#S0NHCerISZtdxlZ8BrgndAkX3Ou3gEke > .row .container { width:47.75rem;height:8.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #T8Rya9AwS4GlLOLSeq5PTaxXKMXNOKFi { width:47.748699188233rem;height:2.84375rem;top:2.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X9nP4DKlxOfTiUAzfhMUySZu8lTAmVEh { display:block; }#X9nP4DKlxOfTiUAzfhMUySZu8lTAmVEh > .row .container { width:47.75rem;height:43.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Dy8Bue3Ehnbqwq1NKRc1JxJFT9QW80dc { width:43.75rem;height:39.5rem;top:2.5218734741211rem;left:2.0000001192093rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rTllif5yKlK8uANraCx7mvUHhtodXrkb { width:12.5rem;height:2.84375rem;top:3.7864685058594rem;left:2rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UFRq2BsEC4IIPsQnP7AfBvOST3e30sDH { width:31.25rem;height:4rem;top:3.765625rem;left:13.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #avhTxaFPVZrdu8wU2DQXoNSIPIpaSr3G { width:10rem;height:4.0625rem;top:7.515625rem;left:3.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hUXdK7XaU7N3yVi4AIsumluEqbkFf456 { width:7.9375rem;height:3.575rem;top:12.328125rem;left:4.28125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DLhmieGDg3mUFAnOxFDd0NwZCTpT6UW9 { width:9.375rem;height:9.375rem;top:8.9114685058594rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #az1Uu70RctISItAnmQ97CJODcEHXiGJ6 { width:18.5625rem;height:12rem;top:8.9114685058594rem;left:24.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gBW284OvZXxo4507rZDcRFe0N6Ss4cFQ { width:31.25rem;height:2rem;top:21.75rem;left:13.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FQXsI7mbMWiQraID23VaA3SzlNoP1o2x { width:31.25rem;height:2rem;top:39.473438262939rem;left:13.250000357628rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kLxr0CG8PvJu5DDXftmuaPWnK3nM1D9b { width:9.375rem;height:9.375rem;top:24.375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gdPyaZz7kE21P0KMWw8M5OFz1nx9yzna { width:20.3125rem;height:1.875rem;top:24.375rem;left:23.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EPm2bgG5HM7FRgeHunhBdew7lZriJ4uq { width:18.5625rem;height:12rem;top:27.535938262939rem;left:23.562500357628rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T0hGWZ2QTWPpT8etNL4PXXH8Al6GMgrD { display:block; }#T0hGWZ2QTWPpT8etNL4PXXH8Al6GMgrD > .row .container { width:47.75rem;height:30.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #a5TRXT8EVXfXg8FHto8Ap7XHFc0ccxyb { width:43.75rem;height:25.25rem;top:2.521484375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DfoVwTB4wVGWMTJM5AHyfuzQDPTvMT8W { width:12.5rem;height:2.84375rem;top:3.7864685058594rem;left:2rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cnvvA92aRZ2ADVTNJstD8EaL5Ll7sT2K { width:31.25rem;height:6rem;top:3.765625rem;left:13.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vVythMW7qCLPm4UR36MW9LhFtByxBrm1 { width:10rem;height:4.0625rem;top:7.515625rem;left:3.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d8b8PVTRgTdJN8VEfTmJt6ibLo1I0otm { width:7.9375rem;height:3.575rem;top:12.328125rem;left:4.28125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rZbOTrh3Pmk9yUmP0MZ0RXBqeGliXGep { width:9.375rem;height:9.375rem;top:11.578125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fDzKS9Fs0bEQ1y5bKar0ywmqp0AUaBTQ { width:18.5625rem;height:14rem;top:8.9114685058594rem;left:24.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PM1m33TNbcSzoGc4vkQtk7MvoTMnPknh { width:31.25rem;height:2rem;top:24.2236328125rem;left:13.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hqBvJHXDz9GFUpZ1trq1Q8W8kngk2Xki { display:block; }#hqBvJHXDz9GFUpZ1trq1Q8W8kngk2Xki > .row .container { width:47.75rem;height:27.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #sLZ2C1lkkIJreU67rzSXukzxJB5e970C { width:43.75rem;height:22rem;top:2.5221557617188rem;left:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bcHsoE9pvd1BRKmW1tLVEwivcW1LH19z { width:12.5rem;height:2.84375rem;top:3.7864685058594rem;left:2rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #as0M6GIasQSGI3M0x3OtuH7AlFO5CcSl { width:31.25rem;height:4rem;top:3.765625rem;left:13.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q8uUsBvoahuif0DNQcpvxzUwm1T4zrDU { width:10rem;height:4.0625rem;top:7.515625rem;left:3.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oL6tXEVls7yr7IqmkWqGAHqvBszQTFXc { width:7.9375rem;height:3.575rem;top:12.328125rem;left:4.28125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c1nDbUw2S7ka5JFwKZTUT31OxTUXuKgr { width:9.375rem;height:9.375rem;top:8.9114685058594rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u53BRxfp6lpTvUAEVrH6NShfPcPE6MIu { width:18.5625rem;height:12rem;top:8.9114685058594rem;left:24.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Dzh6bTaZJdZoxlgqgxbc5Rr6WGXkdKXc { width:31.25rem;height:2rem;top:21.036468505859rem;left:13.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ufpphR5Q0hCzDlasLakCXLhpLmuqi1zh { display:block; }#ufpphR5Q0hCzDlasLakCXLhpLmuqi1zh > .row .container { width:47.75rem;height:27.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #baFI32oc5pgFdMhAmdubvkwlgHheeOdE { width:43.75rem;height:21.25rem;top:2.521484375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z53UNK1wyiAIt4a5itfgmgK235TwvFJ0 { width:12.5rem;height:2.84375rem;top:3.7864685058594rem;left:2rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #shZ5ZKLMPsGpatB1dgAlWXqSc9KNG2D9 { width:31.25rem;height:8rem;top:3.765625rem;left:13.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RpnwvFP69phrsMJh8uv79zH9nLog13yt { width:10rem;height:4.0625rem;top:7.515625rem;left:3.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Na6ZGE3ukgSTgHKzDHqoRTJphl1rx3q1 { width:7.9375rem;height:3.575rem;top:12.328125rem;left:4.28125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FUwXreLTfrBwbqpJIUtworAFA8Ti1kX9 { width:9.375rem;height:9.375rem;top:12.328125rem;left:12.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u07CoqPKTqLPX66px0NJqapeSECbKcii { width:18.5625rem;height:8rem;top:14.015625rem;left:22.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IvrsDJRxHzNRQ4NDMbugX0mptKhFE5HD { display:block; }#IvrsDJRxHzNRQ4NDMbugX0mptKhFE5HD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dLhdHfMd4Lh69Mewk4lxMCWMeSZamVP9 { width:37.5rem;height:4.375rem;top:2.6875rem;left:5.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FpSPt8fPhw74wkecPeA0MMaZV2pnQfXU { display:block; }
 }@media only screen and (max-width: 1199px) { #kGr30XRsWhQ4HX6Sep3cxBmIMsryRXge { display:block; }#kGr30XRsWhQ4HX6Sep3cxBmIMsryRXge > .row .container { width:47.75rem;height:9.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uLansbJhJNBIBFW3skalowVx8WmKgPRD { width:4.6875rem;height:4.75rem;top:2.21875rem;left:21.531250357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IKgZqtsMyCBaVeRLkd43TyS1KohlM5S7 { display:block; }#IKgZqtsMyCBaVeRLkd43TyS1KohlM5S7 > .row .container { width:47.75rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #C87zOBtGLuX1cX0DeL0cWhNPIHUsHrQM { width:47.748699188232rem;height:2.03125rem;top:11.03125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eCfBHTO0b1hyBityyyT3i87kFKSPhT2h { width:47.748699188232rem;height:1.625rem;top:15.94792175293rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mcNSx0CdDpClvzH6TfTz4wZvLXlfMHZU { width:47.748699188232rem;height:2.84375rem;top:2.4270935058594rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JvMHv1XFuUBBTQkeB6azosTuH8rfJzzq { width:4.6875rem;height:4.6875rem;top:5.90625rem;left:21.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #krMPrc092HGk6yz8OzZeeUeHTTIigosr { display:none; }#krMPrc092HGk6yz8OzZeeUeHTTIigosr > .row .container { width:47.75rem;height:3.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #ChsTqedrRAIuCMCTEhJauaT8C3dql13R { display:none; }#ChsTqedrRAIuCMCTEhJauaT8C3dql13R > .row .container { width:47.75rem;height:31.9375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #mI4LFUFWN8cNC5cdo4mPLFihsLXJOMl6 { width:24.997396469116rem;height:5.6875rem;top:12.69792175293rem;left:21.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mhapLZlFd2WPRd8N96NGQvz0smZxXgGT { width:5.3125rem;height:5.375rem;top:7.34375rem;left:31.717449188233rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JF6aTxCUAQe4G5kvkF70fOGfvKycOJsC { width:24.997396469116rem;height:2.03125rem;top:21.54948425293rem;left:22.752605438233rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bMSuT9kg6wBNGBR0h4V5NQIGmucAW7Vs { width:16.247396469116rem;height:0.12239583581686rem;top:19.58854675293rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JFUUEHXyhWFt9lPRvf2eykPlU0mospfv { width:24.9979375rem;height:6.8rem;top:12.56875038147rem;left:22.751042544842rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TegG8QcpVDPiJfLKPD1n83um2XwvVb2V { width:30.5625rem;height:30.4375rem;top:1.5000001192093rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QznSB67HGS2qQ9TngBXxWutUEndnK863 { background-color:#035d24;background-image:url("https://images.assets-landingi.com/uc/34b60ed5-b673-46e4-adc9-fa39e0d6ac0c/ZTzA_to_1200x1200.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#QznSB67HGS2qQ9TngBXxWutUEndnK863.adaptive-delivery-prevent-bg, #QznSB67HGS2qQ9TngBXxWutUEndnK863.lazyload, #QznSB67HGS2qQ9TngBXxWutUEndnK863.lazyloading { background-image: none; }#QznSB67HGS2qQ9TngBXxWutUEndnK863 > .row .container { background-color: transparent; background-image: none; }#QznSB67HGS2qQ9TngBXxWutUEndnK863::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QznSB67HGS2qQ9TngBXxWutUEndnK863 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QznSB67HGS2qQ9TngBXxWutUEndnK863 > .row .container > .video-iframe-container { display: none; }#QznSB67HGS2qQ9TngBXxWutUEndnK863 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QznSB67HGS2qQ9TngBXxWutUEndnK863 > .row > .video-iframe-container { display: none; }#QznSB67HGS2qQ9TngBXxWutUEndnK863 > .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); }#QznSB67HGS2qQ9TngBXxWutUEndnK863 > .row .container { width:20rem;height:35.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fQVRb5WyTTXkLgFUFMhtMTIExI4XbsMB { width:20rem;height:3.75rem;top:5.0833339691162rem;left:0rem;font-size:1.5625rem;z-index:100033;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Ul27L5TZznRqanwkwiRIe2Bfpxqk6kZX { width:3.75rem;height:4rem;top:0.62500131130219rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVRJulWsazVD9MmI1cDMazBIMx10PTRp { width:20rem;height:1.725rem;top:9.4166679382325rem;left:0rem;font-size:1.4375rem;z-index:100032;display:block; }
 }@media only screen and (max-width: 763px) { #MDDvWxwVdimEbUdvFx7tJsLTqfh99h2G { width:18.125rem;height:18.125rem;top:11.95703125rem;left:0.90625rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #kpTbPItUmobWrI2kgZ0a1w14Q9LLpDe2 { width:20rem;height:1.725rem;top:30.842448592186rem;left:0rem;font-size:1.4375rem;z-index:100033;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XIJGSyOXetZPaJScOrWVOKLaCDd1W6db { width:17.5rem;height:3.4375rem;top:29.977865219116rem;left:1.25rem;z-index:100007;background-color:#035d24;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #qWrFgnfPMTWTvn1g4HULLRtQUgonvdrf { width:6.6875rem;height:3.75rem;top:1.3953125476837rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJvGMFSKSBNzTWO8v9fQ43zbrwqilXwL { width:6.125rem;height:3.375rem;top:1.76953125rem;left:12.968750357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7fthTxQWT3P2d7Pduo7ZhrPZKUrWuG7 { display:block; }#w7fthTxQWT3P2d7Pduo7ZhrPZKUrWuG7 > .row .container { width:20rem;height:30.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gw162QDTeslAdx7lW5p1kE7lel5T385g { width:18.125rem;height:20.71875rem;top:3.8125114440918rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JHugs7d4Hx3JEb50VfLEhF1Wl9PD2Uy6 { width:20rem;height:1.7875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#f4ce83;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DNiL5s8MyJfiysulHgkodxbf8zCmIFSi { width:18.75rem;height:3.4375rem;top:25.791667938233rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUkzqczST2hLt3pPxAriOAPZIxNekquG { display:block; }
 }@media only screen and (max-width: 763px) { #fkKc7zsqwp2xL87A9hzvIaVmtHbBzhVp { display:block; }#fkKc7zsqwp2xL87A9hzvIaVmtHbBzhVp > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AwcDWFvhOMzOPIGAQFtFCfX4LGcA5XeL { width:20rem;height:1.7875rem;top:2.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#f4ce83;font-weight:300;font-style:normal;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #WvsrVXnzR6TFdzlCBmdlyAfzQlqVElfZ { width:20rem;height:4.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:31rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vpmMOeqCC1W7DbQeTqqKcQbNHv8ARdLC { width:20rem;height:3.575rem;top:1.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#035d24;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gDqXcohd0isAOxbawqm4UTxhsll96kRh { height:11.2109375rem;width:20rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #baxQQ398yost09tUPraNGl5DXVL0clz7 { width:20rem;height:1.875rem;top:7.10417175293rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#f4ce83;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CucqXgAzMJ9UzrCMlomsuXaapxR2GJbO { width:18.125rem;height:0;top:0.75rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#035d24;font-weight:300;font-style:normal;z-index:100000;display:none; }
 }@media only screen and (max-width: 763px) { #lZ4rVmc3BZmQSBQN54K54UlLORtUXUGa { width:18.125rem;height:2.925rem;top:26.935157013126rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #omUXsG8nmmtz5G4bOAAKlsUkWxpGHzUE { width:19.25rem;height:3.6rem;top:22.135937881656rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwB7IbswJLsk8sTOOEDq2IyOyPBKfrgO { display:block; }#LwB7IbswJLsk8sTOOEDq2IyOyPBKfrgO > .row .container { width:20rem;height:32.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dnt7QguuJueT1XbnXSQsg4u20Gx2MU8o { width:20rem;height:28.4375rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2vqnLcV1iX3GfM52QfTF9wKpdZ8tkmN { width:9.375rem;height:9.375rem;top:3.75rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBA7NwArWGZXOg2XTnrWWmW61hvOOw8r { width:20rem;height:1.875rem;top:14.21875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#035d24;display:block; }
 }@media only screen and (max-width: 763px) { #mmN0gZKEx5SvkCHuR1QJL3MlvzT64syT { width:20rem;height:0;top:18.458335876465rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#47545a;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #AG2efosLHFtxithb49P4rfECXbZyaeeS { width:20rem;height:0;top:8.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#47545a;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #Re8p6vsxBb0eGZ25cEKOXOflPlMSKiq5 { width:18.125rem;height:12.75rem;top:16.84375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#47545a;font-weight:300;font-style:normal;z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #RwNRqV3JqHgnbNaOO6AN0z8JFQNhql2L { display:block; }#RwNRqV3JqHgnbNaOO6AN0z8JFQNhql2L > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wk1WaG2xhdJhoTBIM28mc2tLLNFXwJx7 { width:20rem;height:1.7875rem;top:2.4583358764649rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#f4ce83;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WU6LBygZJO9HFJM3OmNTA5tG5zBEttNF { width:20rem;height:4.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoGK54xrbTghFCP4qrrsOUMqJFvczpt7 { display:block; }#QoGK54xrbTghFCP4qrrsOUMqJFvczpt7 > .row .container { width:20rem;height:18.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oF5pcdwOVlagfq6lyayBGdmXgbbpxy6G { width:20rem;height:3.575rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#035d24;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #c6opQDTqNcdFdAKWBWbGs91VRZqlDCs8 { height:11.2109375rem;width:20rem;top:5.9153747558594rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttMzFHctb8IPmG5ip8I4Hw1RcRy48Snq { width:20rem;height:2.0625rem;top:4.3333333730697rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#f4ce83;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yxPqki4sbwsF4HRsbT4sbkDEVUTHT05u { display:block; }#yxPqki4sbwsF4HRsbT4sbkDEVUTHT05u > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTIC44Iw3lvmwxG4d7PCTkDD3ckOlT4d { width:20rem;height:3.575rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#035d24;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Nx36gBNZL7kGsRGP9NnnHigJ5QspsiFk { height:11.2109375rem;width:20rem;top:6.3955078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kg597GF0p911hToKkc6R5EelPooVOaew { width:20rem;height:2.0625rem;top:4.3333333730697rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#f4ce83;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NPlWd2BLby0eqrTJi1atngTMxK7WAQtM { background-color:#eef3ef;background-image:none;display:block; }#NPlWd2BLby0eqrTJi1atngTMxK7WAQtM > .row .container { background-color: transparent; background-image: none; }#NPlWd2BLby0eqrTJi1atngTMxK7WAQtM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPlWd2BLby0eqrTJi1atngTMxK7WAQtM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPlWd2BLby0eqrTJi1atngTMxK7WAQtM > .row .container > .video-iframe-container { display: none; }#NPlWd2BLby0eqrTJi1atngTMxK7WAQtM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPlWd2BLby0eqrTJi1atngTMxK7WAQtM > .row > .video-iframe-container { display: none; }#NPlWd2BLby0eqrTJi1atngTMxK7WAQtM > .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); }#NPlWd2BLby0eqrTJi1atngTMxK7WAQtM > .row .container { width:20rem;height:83.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WwktM73675J9z24MATQ29w5nk56LiWnI { width:20rem;height:0;top:2.069091796875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pWlg2bNubxuzTKc6zm5RDNrzuOGvZA6e { width:18.125rem;height:18.125rem;top:8.06510925293rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBCoxWxTwC9CQiKiRTF6vbSNhnXUHb10 { width:17.5rem;height:0;top:28.958374023438rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;display:none; }
 }@media only screen and (max-width: 763px) { #SQstKxDDRD8RvNsUtLiMly3nJhKPLpXG { width:5.25rem;height:5.5rem;top:58.202079772949rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TtST7rAqUqLvH8QUXlCmcA1G45UDNTP5 { width:1.5625rem;height:1.5625rem;top:65.013549804688rem;left:9.1875rem;font-size:1.0625rem;z-index:100014;display:none; }
 }@media only screen and (max-width: 763px) { #RERS0MiNwcdLwaAlhU9GbcWc4FMStVdw { width:19.375rem;height:79.5625rem;top:1.875rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0NWky8ByZfIcAAZMspDFhFS4vsxHZXG { width:20rem;height:4.125rem;top:2.96484375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #qrJhpvvOLwPTr5vwHMKtuRXpI9rW56ln { width:17.5rem;height:54.4rem;top:27.395843505859rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#47545a;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #lIqxgT1ypCePQJPavgrgMnENnwND0cwv { display:block; }#lIqxgT1ypCePQJPavgrgMnENnwND0cwv > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KOikf3fFENTyr7ONoaGPSym08TSL6H0i { width:19rem;height:4.375rem;top:1.25rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBJBqfty57lX8ONTCS5KvI1pHhTOCshU { display:block; }
 }@media only screen and (max-width: 763px) { #S0NHCerISZtdxlZ8BrgndAkX3Ou3gEke { display:block; }#S0NHCerISZtdxlZ8BrgndAkX3Ou3gEke > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8Rya9AwS4GlLOLSeq5PTaxXKMXNOKFi { width:20rem;height:1.7875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#f4ce83;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #X9nP4DKlxOfTiUAzfhMUySZu8lTAmVEh { display:block; }#X9nP4DKlxOfTiUAzfhMUySZu8lTAmVEh > .row .container { width:20rem;height:69.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dy8Bue3Ehnbqwq1NKRc1JxJFT9QW80dc { width:20rem;height:49.4375rem;top:3.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rTllif5yKlK8uANraCx7mvUHhtodXrkb { width:11.5625rem;height:auto;top:6.5625rem;left:4.1875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #UFRq2BsEC4IIPsQnP7AfBvOST3e30sDH { width:18.125rem;height:5.625rem;top:5.7916870117188rem;left:0.90625rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #avhTxaFPVZrdu8wU2DQXoNSIPIpaSr3G { width:10rem;height:auto;top:10.25rem;left:5rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #hUXdK7XaU7N3yVi4AIsumluEqbkFf456 { width:11.5rem;height:3.575rem;top:1.4153747558594rem;left:4.25rem;font-size:1.375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DLhmieGDg3mUFAnOxFDd0NwZCTpT6UW9 { width:9.375rem;height:9.375rem;top:13.489593505859rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #az1Uu70RctISItAnmQ97CJODcEHXiGJ6 { width:18.125rem;height:12rem;top:24.09375rem;left:0.90625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gBW284OvZXxo4507rZDcRFe0N6Ss4cFQ { width:20rem;height:1.875rem;top:39.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #FQXsI7mbMWiQraID23VaA3SzlNoP1o2x { width:20rem;height:1.875rem;top:66.103908538819rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #kLxr0CG8PvJu5DDXftmuaPWnK3nM1D9b { width:9.375rem;height:9.375rem;top:44.000000953674rem;left:5.3124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdPyaZz7kE21P0KMWw8M5OFz1nx9yzna { width:20rem;height:2rem;top:41.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EPm2bgG5HM7FRgeHunhBdew7lZriJ4uq { width:20rem;height:12rem;top:54.10390663147rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #T0hGWZ2QTWPpT8etNL4PXXH8Al6GMgrD { display:block; }#T0hGWZ2QTWPpT8etNL4PXXH8Al6GMgrD > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a5TRXT8EVXfXg8FHto8Ap7XHFc0ccxyb { width:20rem;height:31rem;top:3.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DfoVwTB4wVGWMTJM5AHyfuzQDPTvMT8W { width:11.5625rem;height:auto;top:6rem;left:4.1875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #cnvvA92aRZ2ADVTNJstD8EaL5Ll7sT2K { width:18.125rem;height:5.625rem;top:5.7916870117188rem;left:0.90625rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vVythMW7qCLPm4UR36MW9LhFtByxBrm1 { width:10rem;height:0;top:9.625rem;left:5rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #d8b8PVTRgTdJN8VEfTmJt6ibLo1I0otm { width:11.5rem;height:3.575rem;top:1.4153747558594rem;left:4.25rem;font-size:1.375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rZbOTrh3Pmk9yUmP0MZ0RXBqeGliXGep { width:9.375rem;height:9.375rem;top:13.489593505859rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDzKS9Fs0bEQ1y5bKar0ywmqp0AUaBTQ { width:18.125rem;height:14rem;top:24.09375rem;left:0.90625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PM1m33TNbcSzoGc4vkQtk7MvoTMnPknh { width:20rem;height:2.5rem;top:38.7470703125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hqBvJHXDz9GFUpZ1trq1Q8W8kngk2Xki { display:block; }#hqBvJHXDz9GFUpZ1trq1Q8W8kngk2Xki > .row .container { width:20rem;height:40.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sLZ2C1lkkIJreU67rzSXukzxJB5e970C { width:20rem;height:31rem;top:3.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bcHsoE9pvd1BRKmW1tLVEwivcW1LH19z { width:11.5625rem;height:auto;top:6rem;left:4.1875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #as0M6GIasQSGI3M0x3OtuH7AlFO5CcSl { width:18.125rem;height:3.75rem;top:5.7916870117188rem;left:0.90625rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #q8uUsBvoahuif0DNQcpvxzUwm1T4zrDU { width:10rem;height:0;top:9.625rem;left:5rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #oL6tXEVls7yr7IqmkWqGAHqvBszQTFXc { width:11.5rem;height:3.575rem;top:1.4153747558594rem;left:4.25rem;font-size:1.375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #c1nDbUw2S7ka5JFwKZTUT31OxTUXuKgr { width:9.375rem;height:9.375rem;top:13.489593505859rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u53BRxfp6lpTvUAEVrH6NShfPcPE6MIu { width:18.125rem;height:12rem;top:24.09375rem;left:0.90625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dzh6bTaZJdZoxlgqgxbc5Rr6WGXkdKXc { width:20rem;height:2.5rem;top:36.09375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ufpphR5Q0hCzDlasLakCXLhpLmuqi1zh { display:block; }#ufpphR5Q0hCzDlasLakCXLhpLmuqi1zh > .row .container { width:20rem;height:39.21875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #baFI32oc5pgFdMhAmdubvkwlgHheeOdE { width:20rem;height:28.4375rem;top:3.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #z53UNK1wyiAIt4a5itfgmgK235TwvFJ0 { width:11.5625rem;height:auto;top:6rem;left:4.1875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #shZ5ZKLMPsGpatB1dgAlWXqSc9KNG2D9 { width:18.125rem;height:15rem;top:5.7916870117188rem;left:0.90625rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #RpnwvFP69phrsMJh8uv79zH9nLog13yt { width:10rem;height:0;top:9.625rem;left:5rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Na6ZGE3ukgSTgHKzDHqoRTJphl1rx3q1 { width:11.5rem;height:3.575rem;top:1.4153747558594rem;left:4.25rem;font-size:1.375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FUwXreLTfrBwbqpJIUtworAFA8Ti1kX9 { width:9.375rem;height:9.375rem;top:20.791015625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u07CoqPKTqLPX66px0NJqapeSECbKcii { width:18.125rem;height:8rem;top:31.21875rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IvrsDJRxHzNRQ4NDMbugX0mptKhFE5HD { display:block; }#IvrsDJRxHzNRQ4NDMbugX0mptKhFE5HD > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dLhdHfMd4Lh69Mewk4lxMCWMeSZamVP9 { width:19rem;height:4.375rem;top:1.25rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpSPt8fPhw74wkecPeA0MMaZV2pnQfXU { display:block; }
 }@media only screen and (max-width: 763px) { #kGr30XRsWhQ4HX6Sep3cxBmIMsryRXge { display:block; }#kGr30XRsWhQ4HX6Sep3cxBmIMsryRXge > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uLansbJhJNBIBFW3skalowVx8WmKgPRD { width:3.125rem;height:3.1875rem;top:1.875rem;left:8.4375003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKgZqtsMyCBaVeRLkd43TyS1KohlM5S7 { display:block; }#IKgZqtsMyCBaVeRLkd43TyS1KohlM5S7 > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C87zOBtGLuX1cX0DeL0cWhNPIHUsHrQM { width:20rem;height:1.625rem;top:12.852867126465rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#f4ce83;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #eCfBHTO0b1hyBityyyT3i87kFKSPhT2h { width:20rem;height:1.4625rem;top:16.790367126465rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#f4ce83;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mcNSx0CdDpClvzH6TfTz4wZvLXlfMHZU { width:20rem;height:1.86875rem;top:2.58203125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#f4ce83;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JvMHv1XFuUBBTQkeB6azosTuH8rfJzzq { width:6.25rem;height:6.25rem;top:5.9153671264649rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #krMPrc092HGk6yz8OzZeeUeHTTIigosr { display:none; }#krMPrc092HGk6yz8OzZeeUeHTTIigosr > .row .container { width:20rem;height:2.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ChsTqedrRAIuCMCTEhJauaT8C3dql13R { display:none; }#ChsTqedrRAIuCMCTEhJauaT8C3dql13R > .row .container { width:20rem;height:33.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mI4LFUFWN8cNC5cdo4mPLFihsLXJOMl6 { width:20rem;height:0;top:27.176042556762rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mhapLZlFd2WPRd8N96NGQvz0smZxXgGT { width:4.25rem;height:4.375rem;top:1.3541717529297rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF6aTxCUAQe4G5kvkF70fOGfvKycOJsC { width:18.75rem;height:1.625rem;top:11.49479675293rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMSuT9kg6wBNGBR0h4V5NQIGmucAW7Vs { width:12.5rem;height:0.0625rem;top:9.99479675293rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFUUEHXyhWFt9lPRvf2eykPlU0mospfv { width:20rem;height:1.86875rem;top:7.1067810058594rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #TegG8QcpVDPiJfLKPD1n83um2XwvVb2V { width:18.75rem;height:18.75rem;top:14.477867126465rem;left:0.625rem;display:block; }
 }