.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; }
#eXik85ii9hhLoT3Rheo7rU8HQLhFPgSs { position:absolute;display:block;z-index:100026;height:2.5625rem;width:4.8125rem;top:2.8125rem;left:2.2117185592651rem;display:block; }
#VaoCTBBubXHiqAZdtoTAxJJaazDGIDzy { position:absolute;display:block;z-index:100014;height:3.125rem;width:5.75rem;top:2.75rem;left:8.2742195129394rem;display:block; }
#HqKIudEzyaTDL5FeNxuBDU6aI4QLwxCz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#HqKIudEzyaTDL5FeNxuBDU6aI4QLwxCz > .row .container { background-color: transparent; background-image: none; }#HqKIudEzyaTDL5FeNxuBDU6aI4QLwxCz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqKIudEzyaTDL5FeNxuBDU6aI4QLwxCz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqKIudEzyaTDL5FeNxuBDU6aI4QLwxCz > .row .container > .video-iframe-container { display: none; }#HqKIudEzyaTDL5FeNxuBDU6aI4QLwxCz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqKIudEzyaTDL5FeNxuBDU6aI4QLwxCz > .row > .video-iframe-container { display: none; }#HqKIudEzyaTDL5FeNxuBDU6aI4QLwxCz > .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); }#HqKIudEzyaTDL5FeNxuBDU6aI4QLwxCz > .row .container { border-width: 0; border-radius: 0; }#HqKIudEzyaTDL5FeNxuBDU6aI4QLwxCz > .row .container { font-size:0.875rem;font-family:arial;height:40.9375rem;width:75rem;position:relative;display:block; }#EOiUTJHlBcTKCDynDDSN4i5P375Jo3T1 { 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:8.8125rem;left:0rem;height:20.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RN6rGKxyUNSitWQ2Gx9pIccZaXbRTD8o { 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:32.145832061767rem;left:12.5rem;display:block; }
#daGR17N3r30Dxor6VVJ2qzsLPJy4OQEK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UfKUTVUD1bBidRpNyPViE0sOzwT7v8PO { 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: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; }
#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; }
#xq0WWIFkcFGdJa6aEUH7UUQs59umWu0a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#xq0WWIFkcFGdJa6aEUH7UUQs59umWu0a > .row .container { background-color: transparent; background-image: none; }#xq0WWIFkcFGdJa6aEUH7UUQs59umWu0a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xq0WWIFkcFGdJa6aEUH7UUQs59umWu0a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xq0WWIFkcFGdJa6aEUH7UUQs59umWu0a > .row .container > .video-iframe-container { display: none; }#xq0WWIFkcFGdJa6aEUH7UUQs59umWu0a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xq0WWIFkcFGdJa6aEUH7UUQs59umWu0a > .row > .video-iframe-container { display: none; }#xq0WWIFkcFGdJa6aEUH7UUQs59umWu0a > .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); }#xq0WWIFkcFGdJa6aEUH7UUQs59umWu0a > .row .container { border-width: 0; border-radius: 0; }#xq0WWIFkcFGdJa6aEUH7UUQs59umWu0a > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:75rem;position:relative;display:block; }#b6Di9wTPi57dVFUhEExWRi8MvJPTrkuU { 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:4.375rem;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; }
#ZkCwXiuB2dB5BU5LzTGK5QCrgzEG2F0G { 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:15.5625rem;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; }
#yyBpIdfZcxQHrw4P8VEUsCSQ7Pce0OqI { 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:21.75rem;left:12.5rem;display:block; }
#qb7ob7HHJsAaqMx3LXxr9Hdum7xAMvQh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UDeFQkK3erVnLEQbanWVbQSNwXKs2JTb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:none; }#UDeFQkK3erVnLEQbanWVbQSNwXKs2JTb > .row .container { border-width: 0; border-radius: 0; }#UDeFQkK3erVnLEQbanWVbQSNwXKs2JTb > .row .container { font-size:0.875rem;font-family:arial;height:16.5rem;width:75rem;position:relative;display:none; }#xR3JlxRTKBncEbQLPniWqFrHrniUKKrJ { 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; }
#KLVi5MH7Eeth8SVrlyKk2AxXXPH3hxrn { 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:none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:68.4375rem;width:75rem;position:relative;display:none; }#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; }
#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; }
#eTFWTa9Kl9ZPzL5hixt0dwNcH6mcuZvb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#eTFWTa9Kl9ZPzL5hixt0dwNcH6mcuZvb > .row .container { background-color: transparent; background-image: none; }#eTFWTa9Kl9ZPzL5hixt0dwNcH6mcuZvb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTFWTa9Kl9ZPzL5hixt0dwNcH6mcuZvb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTFWTa9Kl9ZPzL5hixt0dwNcH6mcuZvb > .row .container > .video-iframe-container { display: none; }#eTFWTa9Kl9ZPzL5hixt0dwNcH6mcuZvb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTFWTa9Kl9ZPzL5hixt0dwNcH6mcuZvb > .row > .video-iframe-container { display: none; }#eTFWTa9Kl9ZPzL5hixt0dwNcH6mcuZvb > .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); }#eTFWTa9Kl9ZPzL5hixt0dwNcH6mcuZvb > .row .container { border-width: 0; border-radius: 0; }#eTFWTa9Kl9ZPzL5hixt0dwNcH6mcuZvb > .row .container { font-size:0.875rem;font-family:arial;height:58.75rem;width:75rem;position:relative;display:block; }#s7Pt5bXrthk95hn1VLFGDRR1CaaPSREv { 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.25rem;left:0rem;display:block; }
#hZVGKl6yKfhKTldeFQEsEaaPEZryouup { 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; }
#vrUimlBlvky1NiIiGRvz1LebKJVTBflT { 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.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; }
#f5yCk1xpGA2Rc0mwHgLrgGVL0Zxv5w85 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#f5yCk1xpGA2Rc0mwHgLrgGVL0Zxv5w85 > .row .container { background-color: transparent; background-image: none; }#f5yCk1xpGA2Rc0mwHgLrgGVL0Zxv5w85::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5yCk1xpGA2Rc0mwHgLrgGVL0Zxv5w85 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5yCk1xpGA2Rc0mwHgLrgGVL0Zxv5w85 > .row .container > .video-iframe-container { display: none; }#f5yCk1xpGA2Rc0mwHgLrgGVL0Zxv5w85 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5yCk1xpGA2Rc0mwHgLrgGVL0Zxv5w85 > .row > .video-iframe-container { display: none; }#f5yCk1xpGA2Rc0mwHgLrgGVL0Zxv5w85 > .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); }#f5yCk1xpGA2Rc0mwHgLrgGVL0Zxv5w85 > .row .container { border-width: 0; border-radius: 0; }#f5yCk1xpGA2Rc0mwHgLrgGVL0Zxv5w85 > .row .container { font-size:0.875rem;font-family:arial;height:58.75rem;width:75rem;position:relative;display:block; }#vuGPtZkPnhH7beCrCD9tbiJWVZitozBS { 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.25rem;left:0rem;display:block; }
#AHzU0IxSLpqUvRd4TXqplJ4DcJ7HfAMl { 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; }
#WQKENznAsifVBTTTfcv6o39UkEzrvimU { 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.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; }
#qgOQTKs06PTkUISC4Efpo6x5Q404fMpS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#qgOQTKs06PTkUISC4Efpo6x5Q404fMpS > .row .container { background-color: transparent; background-image: none; }#qgOQTKs06PTkUISC4Efpo6x5Q404fMpS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgOQTKs06PTkUISC4Efpo6x5Q404fMpS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgOQTKs06PTkUISC4Efpo6x5Q404fMpS > .row .container > .video-iframe-container { display: none; }#qgOQTKs06PTkUISC4Efpo6x5Q404fMpS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgOQTKs06PTkUISC4Efpo6x5Q404fMpS > .row > .video-iframe-container { display: none; }#qgOQTKs06PTkUISC4Efpo6x5Q404fMpS > .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); }#qgOQTKs06PTkUISC4Efpo6x5Q404fMpS > .row .container { border-width: 0; border-radius: 0; }#qgOQTKs06PTkUISC4Efpo6x5Q404fMpS > .row .container { font-size:0.875rem;font-family:arial;height:65.0625rem;width:75rem;position:relative;display:block; }#Um82rCS7GkzwSD0txfDsIQH8v2nSuXtz { 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:22.5625rem;left:0rem;display:block; }
#ZZ9G79VzghfwW3ToSri1RkH7OQQNe2N6 { 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; }
#f5C7aGvpF6C9iV5PpDn2uFmHkOhDMAKP { 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:4.5208435058594rem;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; }
#F8NdMMnXZHrq1mV7Qh94LWEF4NfZZw8x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#F8NdMMnXZHrq1mV7Qh94LWEF4NfZZw8x > .row .container { background-color: transparent; background-image: none; }#F8NdMMnXZHrq1mV7Qh94LWEF4NfZZw8x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F8NdMMnXZHrq1mV7Qh94LWEF4NfZZw8x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F8NdMMnXZHrq1mV7Qh94LWEF4NfZZw8x > .row .container > .video-iframe-container { display: none; }#F8NdMMnXZHrq1mV7Qh94LWEF4NfZZw8x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F8NdMMnXZHrq1mV7Qh94LWEF4NfZZw8x > .row > .video-iframe-container { display: none; }#F8NdMMnXZHrq1mV7Qh94LWEF4NfZZw8x > .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); }#F8NdMMnXZHrq1mV7Qh94LWEF4NfZZw8x > .row .container { border-width: 0; border-radius: 0; }#F8NdMMnXZHrq1mV7Qh94LWEF4NfZZw8x > .row .container { font-size:0.875rem;font-family:arial;height:59.0625rem;width:75rem;position:relative;display:block; }#muNsFtrUTN0JZR9dixJdHhZcQJfS9prT { 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.4375rem;left:1.875rem;display:block; }
#GPTf0xDrPVXNNDS9ZhbXpZ4B8uMfc2Oz { 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; }
#qK6NdA1WTBeL7Iqvi9ytuXqZfa9qRbVG { 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.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; }
#RAwVTt07IpTFmPRd6ZdgQJbuvTTTlzr5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#RAwVTt07IpTFmPRd6ZdgQJbuvTTTlzr5 > .row .container { background-color: transparent; background-image: none; }#RAwVTt07IpTFmPRd6ZdgQJbuvTTTlzr5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RAwVTt07IpTFmPRd6ZdgQJbuvTTTlzr5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RAwVTt07IpTFmPRd6ZdgQJbuvTTTlzr5 > .row .container > .video-iframe-container { display: none; }#RAwVTt07IpTFmPRd6ZdgQJbuvTTTlzr5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RAwVTt07IpTFmPRd6ZdgQJbuvTTTlzr5 > .row > .video-iframe-container { display: none; }#RAwVTt07IpTFmPRd6ZdgQJbuvTTTlzr5 > .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); }#RAwVTt07IpTFmPRd6ZdgQJbuvTTTlzr5 > .row .container { border-width: 0; border-radius: 0; }#RAwVTt07IpTFmPRd6ZdgQJbuvTTTlzr5 > .row .container { font-size:0.875rem;font-family:arial;height:58.9375rem;width:75rem;position:relative;display:block; }#CMtcgkROM9VLyEtow6PBMaW6rUbFgVWb { 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; }
#NkgiPhJRfqpcLTXDWN4KuSwRa2zuNRO7 { 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; }
#d3NAgVWd4v5JRKi4UsBMXTve27RblJSw { 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; }
#h9WkJFTaM4Meyb8l1sGZk7X4cFseItEn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#h9WkJFTaM4Meyb8l1sGZk7X4cFseItEn > .row .container { background-color: transparent; background-image: none; }#h9WkJFTaM4Meyb8l1sGZk7X4cFseItEn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h9WkJFTaM4Meyb8l1sGZk7X4cFseItEn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h9WkJFTaM4Meyb8l1sGZk7X4cFseItEn > .row .container > .video-iframe-container { display: none; }#h9WkJFTaM4Meyb8l1sGZk7X4cFseItEn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h9WkJFTaM4Meyb8l1sGZk7X4cFseItEn > .row > .video-iframe-container { display: none; }#h9WkJFTaM4Meyb8l1sGZk7X4cFseItEn > .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); }#h9WkJFTaM4Meyb8l1sGZk7X4cFseItEn > .row .container { border-width: 0; border-radius: 0; }#h9WkJFTaM4Meyb8l1sGZk7X4cFseItEn > .row .container { font-size:0.875rem;font-family:arial;height:60.1875rem;width:75rem;position:relative;display:block; }#GBh3fi0BWTqIyD3DfFkq6JapdhZNNX73 { 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; }
#tbmvZEvUpoNZbelviqK3qACTPnnmbynd { 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.4375rem;left:1.875rem;display:block; }
#pmOS4VvrfkQfiWiIr1TCkkgKwFT2xmPX { 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; }
#cSWqlTwompaunVaNGWWkAmQErJ204g4i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:none; }#cSWqlTwompaunVaNGWWkAmQErJ204g4i > .row .container { border-width: 0; border-radius: 0; }#cSWqlTwompaunVaNGWWkAmQErJ204g4i > .row .container { font-size:0.875rem;font-family:arial;height:16.5rem;width:75rem;position:relative;display:none; }#GSqFHT5XRXwylgtrTC5oAAS1OLzvSRdK { 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; }
#GqMhvUzR2P5bRmK0smddCuFcibnlzeJk { 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; }
#hffZWcxlRFcEZnS99f9cZbUAkx82W7LU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:none; }#hffZWcxlRFcEZnS99f9cZbUAkx82W7LU > .row .container { border-width: 0; border-radius: 0; }#hffZWcxlRFcEZnS99f9cZbUAkx82W7LU > .row .container { font-size:0.875rem;font-family:arial;height:64.625rem;width:75rem;position:relative;display:none; }#RZtTaZgUcut0SLz1UDfdTZx3q5wJgr5o { 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.875rem;left:0rem;display:block; }
#c2AUeBzeTnSTxTafnUWLv12sFwRwczb0 { 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.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; }
#R5iGx3pfv0WaFqugCLZm5ib8B8ERBEyT { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100002;line-height:1.5;letter-spacing:0;top:14.22917175293rem;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; }
#mPpbhxmERd45wIuC5tirCeg5avdwTdRF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#mPpbhxmERd45wIuC5tirCeg5avdwTdRF > .row .container { background-color: transparent; background-image: none; }#mPpbhxmERd45wIuC5tirCeg5avdwTdRF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mPpbhxmERd45wIuC5tirCeg5avdwTdRF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mPpbhxmERd45wIuC5tirCeg5avdwTdRF > .row .container > .video-iframe-container { display: none; }#mPpbhxmERd45wIuC5tirCeg5avdwTdRF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mPpbhxmERd45wIuC5tirCeg5avdwTdRF > .row > .video-iframe-container { display: none; }#mPpbhxmERd45wIuC5tirCeg5avdwTdRF > .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); }#mPpbhxmERd45wIuC5tirCeg5avdwTdRF > .row .container { border-width: 0; border-radius: 0; }#mPpbhxmERd45wIuC5tirCeg5avdwTdRF > .row .container { font-size:0.875rem;font-family:arial;height:65.0625rem;width:75rem;position:relative;display:block; }#IDIi1W9oaXVZJ6JbvHGl7yFCohfx19XF { 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; }
#BJSxWbW0o9LkevQgFV7hno0itqeGGn9H { 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; }
#NuN2wH4RfTEcxAifIvNnk26edHLLr9xB { 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; }
#OZUXBftyNOwNdaR1G6GTGuBDtqHGpqQk { 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; }
#GukUuLNWfZKdW3zhznAJkKJuwby0IzvH { 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; }
#ROtAvW5ysgHPQrcn1lVPLlPDOl0e6hgm { 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; }
#IVkxwy3RHpTTvIKl1wDdyW1DT1m4y71P { 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; }
#i2b7ZTCwcIB1sih1gPrs7BpJLOmPSVmr { 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; }
#TVkta9JiZqL0U7aB6l3K0SyTp2TwH2W0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#TVkta9JiZqL0U7aB6l3K0SyTp2TwH2W0 > .row .container { background-color: transparent; background-image: none; }#TVkta9JiZqL0U7aB6l3K0SyTp2TwH2W0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVkta9JiZqL0U7aB6l3K0SyTp2TwH2W0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVkta9JiZqL0U7aB6l3K0SyTp2TwH2W0 > .row .container > .video-iframe-container { display: none; }#TVkta9JiZqL0U7aB6l3K0SyTp2TwH2W0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVkta9JiZqL0U7aB6l3K0SyTp2TwH2W0 > .row > .video-iframe-container { display: none; }#TVkta9JiZqL0U7aB6l3K0SyTp2TwH2W0 > .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); }#TVkta9JiZqL0U7aB6l3K0SyTp2TwH2W0 > .row .container { border-width: 0; border-radius: 0; }#TVkta9JiZqL0U7aB6l3K0SyTp2TwH2W0 > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;position:relative;display:block; }#FA9EbJPIlLFv0RiEa8HAZ7AcHQ2GCuRa { 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; }
#IRfQ0hn7tQETPaflF583GIbCQ3aPX0JG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;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:30.125rem;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:13.625rem;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:19.25rem;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:5.4375rem;left:34.375rem;overflow:hidden;display:block; }
#M0CIxHZbdybByolIBNPdOLKtR5T4IBov { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:none; }#M0CIxHZbdybByolIBNPdOLKtR5T4IBov > .row .container { border-width: 0; border-radius: 0; }#M0CIxHZbdybByolIBNPdOLKtR5T4IBov > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:75rem;position:relative;display:none; }#Nq9un5Kd7Ua6nAXa9bzvf8aTD6gSPNqy { 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; }
#kHCBAoeXq04Ru8nJF9nLnlurttWudk48 { 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; }
#fQD8buZXTWx5HU297SXlSg2ThMlBotkw { 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; }
#KTTCFkgdQTEMEXIDgBOcb2S7ae8VMXfE { 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.3333334922791rem;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.75rem;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) { #eXik85ii9hhLoT3Rheo7rU8HQLhFPgSs { width:4.8125rem;height:2.5625rem;top:8.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VaoCTBBubXHiqAZdtoTAxJJaazDGIDzy { width:5.75rem;height:3.125rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HqKIudEzyaTDL5FeNxuBDU6aI4QLwxCz { display:block; }#HqKIudEzyaTDL5FeNxuBDU6aI4QLwxCz > .row .container { width:47.75rem;height:31.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #EOiUTJHlBcTKCDynDDSN4i5P375Jo3T1 { width:43.4375rem;height:16.25rem;top:6.5208339691163rem;left:2.15625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RN6rGKxyUNSitWQ2Gx9pIccZaXbRTD8o { width:37.5rem;height:4.375rem;top:24.207036972046rem;left:5.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #daGR17N3r30Dxor6VVJ2qzsLPJy4OQEK { display:block; }
 }@media only screen and (max-width: 1199px) { #UfKUTVUD1bBidRpNyPViE0sOzwT7v8PO { width:47.748699188232rem;height:2.84375rem;top:2.2916660308838rem;left:0rem;font-size:2.1875rem;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) { #xq0WWIFkcFGdJa6aEUH7UUQs59umWu0a { display:block; }#xq0WWIFkcFGdJa6aEUH7UUQs59umWu0a > .row .container { width:47.75rem;height:21.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #b6Di9wTPi57dVFUhEExWRi8MvJPTrkuU { width:47.748699188232rem;height:5.6875rem;top:2.46875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZkCwXiuB2dB5BU5LzTGK5QCrgzEG2F0G { width:47.748699188232rem;height:2.34375rem;top:9.71875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yyBpIdfZcxQHrw4P8VEUsCSQ7Pce0OqI { width:37.5rem;height:4.375rem;top:15.124999809079rem;left:5.1249998807907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qb7ob7HHJsAaqMx3LXxr9Hdum7xAMvQh { display:block; }
 }@media only screen and (max-width: 1199px) { #UDeFQkK3erVnLEQbanWVbQSNwXKs2JTb { display:none; }#UDeFQkK3erVnLEQbanWVbQSNwXKs2JTb > .row .container { width:47.75rem;height:11.25rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #xR3JlxRTKBncEbQLPniWqFrHrniUKKrJ { width:47.748699188232rem;height:2.84375rem;top:6.3125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KLVi5MH7Eeth8SVrlyKk2AxXXPH3hxrn { width:47.75rem;height:7.5rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;height:41.25rem;position:relative;display:none; } }@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) { #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) { #eTFWTa9Kl9ZPzL5hixt0dwNcH6mcuZvb { display:block; }#eTFWTa9Kl9ZPzL5hixt0dwNcH6mcuZvb > .row .container { width:47.75rem;height:37.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #s7Pt5bXrthk95hn1VLFGDRR1CaaPSREv { width:41.25rem;height:23.125rem;top:11.47917175293rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hZVGKl6yKfhKTldeFQEsEaaPEZryouup { width:47.748699188232rem;height:3.28125rem;top:2.46875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vrUimlBlvky1NiIiGRvz1LebKJVTBflT { width:47.748699188232rem;height:5.6875rem;top:2.46875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f5yCk1xpGA2Rc0mwHgLrgGVL0Zxv5w85 { display:block; }#f5yCk1xpGA2Rc0mwHgLrgGVL0Zxv5w85 > .row .container { width:47.75rem;height:37.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vuGPtZkPnhH7beCrCD9tbiJWVZitozBS { width:41.25rem;height:23.125rem;top:11.47917175293rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AHzU0IxSLpqUvRd4TXqplJ4DcJ7HfAMl { width:47.748699188232rem;height:3.28125rem;top:2.46875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WQKENznAsifVBTTTfcv6o39UkEzrvimU { width:47.748699188232rem;height:5.6875rem;top:2.46875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qgOQTKs06PTkUISC4Efpo6x5Q404fMpS { display:block; }#qgOQTKs06PTkUISC4Efpo6x5Q404fMpS > .row .container { width:47.75rem;height:37.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Um82rCS7GkzwSD0txfDsIQH8v2nSuXtz { width:41.25rem;height:23.125rem;top:11.47917175293rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZZ9G79VzghfwW3ToSri1RkH7OQQNe2N6 { width:47.748699188232rem;height:3.28125rem;top:2.46875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f5C7aGvpF6C9iV5PpDn2uFmHkOhDMAKP { width:47.748699188232rem;height:8.53125rem;top:2.46875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F8NdMMnXZHrq1mV7Qh94LWEF4NfZZw8x { display:block; }#F8NdMMnXZHrq1mV7Qh94LWEF4NfZZw8x > .row .container { width:47.75rem;height:35.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #muNsFtrUTN0JZR9dixJdHhZcQJfS9prT { width:41.25rem;height:23.125rem;top:10.125030517578rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GPTf0xDrPVXNNDS9ZhbXpZ4B8uMfc2Oz { width:47.748699188232rem;height:3.28125rem;top:2.46875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qK6NdA1WTBeL7Iqvi9ytuXqZfa9qRbVG { width:47.748699188232rem;height:5.6875rem;top:2.46875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RAwVTt07IpTFmPRd6ZdgQJbuvTTTlzr5 { display:block; }#RAwVTt07IpTFmPRd6ZdgQJbuvTTTlzr5 > .row .container { width:47.75rem;height:35.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CMtcgkROM9VLyEtow6PBMaW6rUbFgVWb { width:47.748699188232rem;height:5.6875rem;top:2.46875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NkgiPhJRfqpcLTXDWN4KuSwRa2zuNRO7 { width:41.25rem;height:23.125rem;top:10.123687744141rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d3NAgVWd4v5JRKi4UsBMXTve27RblJSw { width:47.748699188232rem;height:3.28125rem;top:2.46875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h9WkJFTaM4Meyb8l1sGZk7X4cFseItEn { display:block; }#h9WkJFTaM4Meyb8l1sGZk7X4cFseItEn > .row .container { width:47.75rem;height:35.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GBh3fi0BWTqIyD3DfFkq6JapdhZNNX73 { width:47.748699188232rem;height:5.6875rem;top:2.46875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tbmvZEvUpoNZbelviqK3qACTPnnmbynd { width:41.25rem;height:23.125rem;top:10.01953125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pmOS4VvrfkQfiWiIr1TCkkgKwFT2xmPX { width:47.748699188232rem;height:3.28125rem;top:2.46875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cSWqlTwompaunVaNGWWkAmQErJ204g4i { display:none; }#cSWqlTwompaunVaNGWWkAmQErJ204g4i > .row .container { width:47.75rem;height:11.25rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #GSqFHT5XRXwylgtrTC5oAAS1OLzvSRdK { width:47.748699188232rem;height:2.84375rem;top:6.3125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GqMhvUzR2P5bRmK0smddCuFcibnlzeJk { width:47.75rem;height:7.5rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hffZWcxlRFcEZnS99f9cZbUAkx82W7LU { display:none; }#hffZWcxlRFcEZnS99f9cZbUAkx82W7LU > .row .container { width:47.75rem;height:38.875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #RZtTaZgUcut0SLz1UDfdTZx3q5wJgr5o { width:41.25rem;height:23.125rem;top:13.125015258789rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c2AUeBzeTnSTxTafnUWLv12sFwRwczb0 { width:47.748699188232rem;height:5.6875rem;top:2.46875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R5iGx3pfv0WaFqugCLZm5ib8B8ERBEyT { width:47.748699188232rem;height:1.6875rem;top:8.6875152587887rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mPpbhxmERd45wIuC5tirCeg5avdwTdRF { display:block; }#mPpbhxmERd45wIuC5tirCeg5avdwTdRF > .row .container { width:47.75rem;height:78.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #IDIi1W9oaXVZJ6JbvHGl7yFCohfx19XF { 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) { #BJSxWbW0o9LkevQgFV7hno0itqeGGn9H { width:23.748697280884rem;height:23.686197280884rem;top:10.041748046875rem;left:12rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NuN2wH4RfTEcxAifIvNnk26edHLLr9xB { width:43.75rem;height:34rem;top:36.208374023438rem;left:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OZUXBftyNOwNdaR1G6GTGuBDtqHGpqQk { width:3.125rem;height:3.25rem;top:72.5625rem;left:22.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GukUuLNWfZKdW3zhznAJkKJuwby0IzvH { 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) { #ROtAvW5ysgHPQrcn1lVPLlPDOl0e6hgm { width:47.75rem;height:71.0625rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IVkxwy3RHpTTvIKl1wDdyW1DT1m4y71P { 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) { #i2b7ZTCwcIB1sih1gPrs7BpJLOmPSVmr { width:25rem;height:0;top:11.859375rem;left:19.178904354572rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TVkta9JiZqL0U7aB6l3K0SyTp2TwH2W0 { display:block; }#TVkta9JiZqL0U7aB6l3K0SyTp2TwH2W0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FA9EbJPIlLFv0RiEa8HAZ7AcHQ2GCuRa { 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) { #IRfQ0hn7tQETPaflF583GIbCQ3aPX0JG { 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) { #JvMHv1XFuUBBTQkeB6azosTuH8rfJzzq { width:4.6875rem;height:4.6875rem;top:5.90625rem;left:21.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M0CIxHZbdybByolIBNPdOLKtR5T4IBov { display:none; }#M0CIxHZbdybByolIBNPdOLKtR5T4IBov > .row .container { width:47.75rem;height:21.25rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #Nq9un5Kd7Ua6nAXa9bzvf8aTD6gSPNqy { width:47.748699188232rem;height:2rem;top:11.03125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kHCBAoeXq04Ru8nJF9nLnlurttWudk48 { width:47.748699188232rem;height:1.5833333730698rem;top:15.94792175293rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fQD8buZXTWx5HU297SXlSg2ThMlBotkw { width:47.748699188232rem;height:2.75rem;top:2.4270935058594rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KTTCFkgdQTEMEXIDgBOcb2S7ae8VMXfE { 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:34.75rem;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) { #eXik85ii9hhLoT3Rheo7rU8HQLhFPgSs { width:4.8125rem;height:2.5625rem;top:1.34375rem;left:13.937500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaoCTBBubXHiqAZdtoTAxJJaazDGIDzy { width:5.75rem;height:3.125rem;top:1.0625rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqKIudEzyaTDL5FeNxuBDU6aI4QLwxCz { display:block; }#HqKIudEzyaTDL5FeNxuBDU6aI4QLwxCz > .row .container { width:20rem;height:31.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EOiUTJHlBcTKCDynDDSN4i5P375Jo3T1 { width:18.125rem;height:20.71875rem;top:4.25rem;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) { #RN6rGKxyUNSitWQ2Gx9pIccZaXbRTD8o { width:18.75rem;height:3.4375rem;top:25.979167938233rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #daGR17N3r30Dxor6VVJ2qzsLPJy4OQEK { display:block; }
 }@media only screen and (max-width: 763px) { #UfKUTVUD1bBidRpNyPViE0sOzwT7v8PO { width:20rem;height:1.7875rem;top:1.51953125rem;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) { #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) { #xq0WWIFkcFGdJa6aEUH7UUQs59umWu0a { display:block; }#xq0WWIFkcFGdJa6aEUH7UUQs59umWu0a > .row .container { width:20rem;height:18.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b6Di9wTPi57dVFUhEExWRi8MvJPTrkuU { width:18.125rem;height:5.3625rem;top:1.4375rem;left:0.90625rem;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) { #ZkCwXiuB2dB5BU5LzTGK5QCrgzEG2F0G { width:18.125rem;height:3.75rem;top:7.727867126465rem;left:0.90625rem;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) { #yyBpIdfZcxQHrw4P8VEUsCSQ7Pce0OqI { width:19rem;height:4.375rem;top:12.769538879394rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qb7ob7HHJsAaqMx3LXxr9Hdum7xAMvQh { display:block; }
 }@media only screen and (max-width: 763px) { #UDeFQkK3erVnLEQbanWVbQSNwXKs2JTb { display:none; }#UDeFQkK3erVnLEQbanWVbQSNwXKs2JTb > .row .container { width:20rem;height:6rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xR3JlxRTKBncEbQLPniWqFrHrniUKKrJ { 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) { #KLVi5MH7Eeth8SVrlyKk2AxXXPH3hxrn { width:20rem;height:4.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:22.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vpmMOeqCC1W7DbQeTqqKcQbNHv8ARdLC { width:20rem;height:3.6375rem;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.212121212121rem;width:20rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #baxQQ398yost09tUPraNGl5DXVL0clz7 { width:20rem;height:1.875rem;top:6.1666667461395rem;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) { #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) { #eTFWTa9Kl9ZPzL5hixt0dwNcH6mcuZvb { display:block; }#eTFWTa9Kl9ZPzL5hixt0dwNcH6mcuZvb > .row .container { width:20rem;height:19.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s7Pt5bXrthk95hn1VLFGDRR1CaaPSREv { height:11.2109375rem;width:20rem;top:6.41667175293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZVGKl6yKfhKTldeFQEsEaaPEZryouup { 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) { #vrUimlBlvky1NiIiGRvz1LebKJVTBflT { width:20rem;height:5.3625rem;top:1.6458435058594rem;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) { #f5yCk1xpGA2Rc0mwHgLrgGVL0Zxv5w85 { display:block; }#f5yCk1xpGA2Rc0mwHgLrgGVL0Zxv5w85 > .row .container { width:20rem;height:19.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vuGPtZkPnhH7beCrCD9tbiJWVZitozBS { height:11.2109375rem;width:20rem;top:6.41667175293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHzU0IxSLpqUvRd4TXqplJ4DcJ7HfAMl { 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) { #WQKENznAsifVBTTTfcv6o39UkEzrvimU { width:20rem;height:3.575rem;top:1.6458435058594rem;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) { #qgOQTKs06PTkUISC4Efpo6x5Q404fMpS { display:block; }#qgOQTKs06PTkUISC4Efpo6x5Q404fMpS > .row .container { width:20rem;height:20.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Um82rCS7GkzwSD0txfDsIQH8v2nSuXtz { height:11.2109375rem;width:20rem;top:8.16667175293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ9G79VzghfwW3ToSri1RkH7OQQNe2N6 { 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) { #f5C7aGvpF6C9iV5PpDn2uFmHkOhDMAKP { width:20rem;height:5.3625rem;top:0.95834350585938rem;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) { #F8NdMMnXZHrq1mV7Qh94LWEF4NfZZw8x { display:block; }#F8NdMMnXZHrq1mV7Qh94LWEF4NfZZw8x > .row .container { width:20rem;height:18.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #muNsFtrUTN0JZR9dixJdHhZcQJfS9prT { height:11.2109375rem;width:20rem;top:6.3958435058594rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPTf0xDrPVXNNDS9ZhbXpZ4B8uMfc2Oz { 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) { #qK6NdA1WTBeL7Iqvi9ytuXqZfa9qRbVG { width:20rem;height:3.575rem;top:1.4153747558594rem;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) { #RAwVTt07IpTFmPRd6ZdgQJbuvTTTlzr5 { display:block; }#RAwVTt07IpTFmPRd6ZdgQJbuvTTTlzr5 > .row .container { width:20rem;height:18.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMtcgkROM9VLyEtow6PBMaW6rUbFgVWb { 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) { #NkgiPhJRfqpcLTXDWN4KuSwRa2zuNRO7 { height:11.2109375rem;width:20rem;top:5.9153747558594rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3NAgVWd4v5JRKi4UsBMXTve27RblJSw { 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) { #h9WkJFTaM4Meyb8l1sGZk7X4cFseItEn { display:block; }#h9WkJFTaM4Meyb8l1sGZk7X4cFseItEn > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GBh3fi0BWTqIyD3DfFkq6JapdhZNNX73 { 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) { #tbmvZEvUpoNZbelviqK3qACTPnnmbynd { height:11.2109375rem;width:20rem;top:6.3955078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmOS4VvrfkQfiWiIr1TCkkgKwFT2xmPX { 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) { #cSWqlTwompaunVaNGWWkAmQErJ204g4i { display:none; }#cSWqlTwompaunVaNGWWkAmQErJ204g4i > .row .container { width:20rem;height:6rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GSqFHT5XRXwylgtrTC5oAAS1OLzvSRdK { 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) { #GqMhvUzR2P5bRmK0smddCuFcibnlzeJk { width:20rem;height:4.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hffZWcxlRFcEZnS99f9cZbUAkx82W7LU { display:none; }#hffZWcxlRFcEZnS99f9cZbUAkx82W7LU > .row .container { width:20rem;height:24.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RZtTaZgUcut0SLz1UDfdTZx3q5wJgr5o { height:11.2109375rem;width:20rem;top:12.35417175293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2AUeBzeTnSTxTafnUWLv12sFwRwczb0 { width:18.125rem;height:7.15rem;top:1.5rem;left:0.90625rem;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) { #R5iGx3pfv0WaFqugCLZm5ib8B8ERBEyT { width:20rem;height:1.5rem;top:9.3841247558594rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#035d24;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mPpbhxmERd45wIuC5tirCeg5avdwTdRF { background-color:#eef3ef;background-image:none;display:block; }#mPpbhxmERd45wIuC5tirCeg5avdwTdRF > .row .container { background-color: transparent; background-image: none; }#mPpbhxmERd45wIuC5tirCeg5avdwTdRF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mPpbhxmERd45wIuC5tirCeg5avdwTdRF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mPpbhxmERd45wIuC5tirCeg5avdwTdRF > .row .container > .video-iframe-container { display: none; }#mPpbhxmERd45wIuC5tirCeg5avdwTdRF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mPpbhxmERd45wIuC5tirCeg5avdwTdRF > .row > .video-iframe-container { display: none; }#mPpbhxmERd45wIuC5tirCeg5avdwTdRF > .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); }#mPpbhxmERd45wIuC5tirCeg5avdwTdRF > .row .container { width:20rem;height:83.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IDIi1W9oaXVZJ6JbvHGl7yFCohfx19XF { 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) { #BJSxWbW0o9LkevQgFV7hno0itqeGGn9H { width:18.125rem;height:18.125rem;top:8.06510925293rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuN2wH4RfTEcxAifIvNnk26edHLLr9xB { 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) { #OZUXBftyNOwNdaR1G6GTGuBDtqHGpqQk { width:5.25rem;height:5.5rem;top:58.202079772949rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GukUuLNWfZKdW3zhznAJkKJuwby0IzvH { 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) { #ROtAvW5ysgHPQrcn1lVPLlPDOl0e6hgm { width:19.375rem;height:79.5625rem;top:1.875rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVkxwy3RHpTTvIKl1wDdyW1DT1m4y71P { 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) { #i2b7ZTCwcIB1sih1gPrs7BpJLOmPSVmr { 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) { #TVkta9JiZqL0U7aB6l3K0SyTp2TwH2W0 { display:block; }#TVkta9JiZqL0U7aB6l3K0SyTp2TwH2W0 > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FA9EbJPIlLFv0RiEa8HAZ7AcHQ2GCuRa { width:19rem;height:4.375rem;top:1.25rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRfQ0hn7tQETPaflF583GIbCQ3aPX0JG { 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:10.8125rem;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:14.75rem;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) { #JvMHv1XFuUBBTQkeB6azosTuH8rfJzzq { width:6.25rem;height:6.25rem;top:3.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0CIxHZbdybByolIBNPdOLKtR5T4IBov { display:none; }#M0CIxHZbdybByolIBNPdOLKtR5T4IBov > .row .container { width:20rem;height:20rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Nq9un5Kd7Ua6nAXa9bzvf8aTD6gSPNqy { 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) { #kHCBAoeXq04Ru8nJF9nLnlurttWudk48 { 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) { #fQD8buZXTWx5HU297SXlSg2ThMlBotkw { 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) { #KTTCFkgdQTEMEXIDgBOcb2S7ae8VMXfE { 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; }
 }