.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:#035d24;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#daC1EN3XR8eopTQ09yJncSxLy3AnnvGl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;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:block; }#daC1EN3XR8eopTQ09yJncSxLy3AnnvGl.adaptive-delivery-prevent-bg, #daC1EN3XR8eopTQ09yJncSxLy3AnnvGl.lazyload, #daC1EN3XR8eopTQ09yJncSxLy3AnnvGl.lazyloading { background-image: none; }#daC1EN3XR8eopTQ09yJncSxLy3AnnvGl > .row .container { background-color: transparent; background-image: none; }#daC1EN3XR8eopTQ09yJncSxLy3AnnvGl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#daC1EN3XR8eopTQ09yJncSxLy3AnnvGl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#daC1EN3XR8eopTQ09yJncSxLy3AnnvGl > .row .container > .video-iframe-container { display: none; }#daC1EN3XR8eopTQ09yJncSxLy3AnnvGl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#daC1EN3XR8eopTQ09yJncSxLy3AnnvGl > .row > .video-iframe-container { display: none; }#daC1EN3XR8eopTQ09yJncSxLy3AnnvGl > .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); }#daC1EN3XR8eopTQ09yJncSxLy3AnnvGl > .row .container { border-width: 0; border-radius: 0; }#daC1EN3XR8eopTQ09yJncSxLy3AnnvGl > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#CaySOvmxPaSnf7KP6WNZVAddKyk3g01X { 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.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gRbt3y2w3e1WM4EboMXG3CSXPiEKVTMs { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.8073125rem;width:12.375rem;position:absolute;display:block;z-index:100014;top:6.8822917938231rem;left:49.125001907349rem;overflow:hidden;display:block; }
#sCkI7Z1Gl4KpC11qiyRfflRn4DmhOMnP { color:#f4ce83;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:34.745834350586rem;left:36.562501907349rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yZQ5wPZoqNkCcglqnBLiLJZXb5sITsQQ { 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.123958125rem;width:25.0604375rem;top:32.5rem;left:42.781251907349rem;display:block; }
#fcFxQE3avqZTuXUg9sK9pZyNpn3Afe0Z { 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; }
#yFXJ7RXDT9JD4unCCWVWfLXzJ7NVgUrC { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:41.9375rem;width:41.875rem;top:1.8128900527954rem;left:0rem;overflow:hidden;display:block; }
#iVT8uyF9Poxc5Q24aQk1371lw8SVd7Sm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#iVT8uyF9Poxc5Q24aQk1371lw8SVd7Sm > .row .container { background-color: transparent; background-image: none; }#iVT8uyF9Poxc5Q24aQk1371lw8SVd7Sm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iVT8uyF9Poxc5Q24aQk1371lw8SVd7Sm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iVT8uyF9Poxc5Q24aQk1371lw8SVd7Sm > .row .container > .video-iframe-container { display: none; }#iVT8uyF9Poxc5Q24aQk1371lw8SVd7Sm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iVT8uyF9Poxc5Q24aQk1371lw8SVd7Sm > .row > .video-iframe-container { display: none; }#iVT8uyF9Poxc5Q24aQk1371lw8SVd7Sm > .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); }#iVT8uyF9Poxc5Q24aQk1371lw8SVd7Sm > .row .container { border-width: 0; border-radius: 0; }#iVT8uyF9Poxc5Q24aQk1371lw8SVd7Sm > .row .container { font-size:0.875rem;font-family:arial;height:11.625rem;width:75rem;position:relative;display:block; }#WI9a4f4dvxGzZWmgvVvDQi1OXXz3B5wX { color:#f4ce83;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:5.9871101379394rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TQAkKNndxpVgJeRBiM57EFwqfG62KoWw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#TQAkKNndxpVgJeRBiM57EFwqfG62KoWw > .row .container { background-color: transparent; background-image: none; }#TQAkKNndxpVgJeRBiM57EFwqfG62KoWw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQAkKNndxpVgJeRBiM57EFwqfG62KoWw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQAkKNndxpVgJeRBiM57EFwqfG62KoWw > .row .container > .video-iframe-container { display: none; }#TQAkKNndxpVgJeRBiM57EFwqfG62KoWw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQAkKNndxpVgJeRBiM57EFwqfG62KoWw > .row > .video-iframe-container { display: none; }#TQAkKNndxpVgJeRBiM57EFwqfG62KoWw > .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); }#TQAkKNndxpVgJeRBiM57EFwqfG62KoWw > .row .container { border-width: 0; border-radius: 0; }#TQAkKNndxpVgJeRBiM57EFwqfG62KoWw > .row .container { font-size:0.875rem;font-family:arial;height:9.1875rem;width:75rem;position:relative;display:block; }#xUQDuGfqVRd4T5asDIHOvrsb00X7Wt8R { color:#f4ce83;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:2.6744995117188rem;left:0rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Eufosb9p9kg7bXd4Oy0c2VK2OhltnQUn { color:#f4ce83;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:2.6744995117188rem;left:0rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ml8LIThLRQ1VNsErqDy8mQmvmilfZFZk { position:relative;display:block; }#ml8LIThLRQ1VNsErqDy8mQmvmilfZFZk { background-color: transparent; background-image: none; }#ml8LIThLRQ1VNsErqDy8mQmvmilfZFZk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ml8LIThLRQ1VNsErqDy8mQmvmilfZFZk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ml8LIThLRQ1VNsErqDy8mQmvmilfZFZk > .row .container > .video-iframe-container { display: none; }#ml8LIThLRQ1VNsErqDy8mQmvmilfZFZk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ml8LIThLRQ1VNsErqDy8mQmvmilfZFZk > .row > .video-iframe-container { display: none; }#ml8LIThLRQ1VNsErqDy8mQmvmilfZFZk > .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); }#ml8LIThLRQ1VNsErqDy8mQmvmilfZFZk { border-width: 0; border-radius: 0; }#ml8LIThLRQ1VNsErqDy8mQmvmilfZFZk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#035d24;background-image:none;font-size:0.875rem;font-family:arial;height:13.875rem;width:75rem;position:relative;display:block; }#gq1FdFOnyoGtIlp87XzaFzTdTcSeclAX { color:#f4ce83;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0rem;height:10.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lm4kWmxk35tKH8e5MEyaFug5SsFhJmdF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#Lm4kWmxk35tKH8e5MEyaFug5SsFhJmdF > .row .container { background-color: transparent; background-image: none; }#Lm4kWmxk35tKH8e5MEyaFug5SsFhJmdF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lm4kWmxk35tKH8e5MEyaFug5SsFhJmdF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lm4kWmxk35tKH8e5MEyaFug5SsFhJmdF > .row .container > .video-iframe-container { display: none; }#Lm4kWmxk35tKH8e5MEyaFug5SsFhJmdF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lm4kWmxk35tKH8e5MEyaFug5SsFhJmdF > .row > .video-iframe-container { display: none; }#Lm4kWmxk35tKH8e5MEyaFug5SsFhJmdF > .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); }#Lm4kWmxk35tKH8e5MEyaFug5SsFhJmdF > .row .container { border-width: 0; border-radius: 0; }#Lm4kWmxk35tKH8e5MEyaFug5SsFhJmdF > .row .container { font-size:0.875rem;font-family:arial;height:15.375rem;width:75rem;position:relative;display:block; }#ANLB0CHxglWuT9Q4vlXUMSsQI01GG5IX { color:#f4ce83;display:block;width:23.125rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:2.748046875rem;left:25.937107086182rem;height:7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FvX8ekOBO0IdRTh8qW7vu1ykcaTSgIkD { position:absolute;display:block;z-index:100014;background-color:#fbf3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:12.5rem;width:22.9375rem;top:1.6640625rem;left:26.03125rem;display:block; }
#QatyfOBKvlO0w7FpdlwTcKP1DNkmCdbM { position:absolute;display:block;z-index:100013;background-color:#f4ce83;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:13.125rem;width:23.5625rem;top:1.3203125rem;left:25.71875rem;display:block; }
#tcQTSoNfFe6CJlx3NeHIM2sOF9T8GZft { color:#f4ce83;display:block;width:23.125rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:2.6627502441406rem;left:0.90625rem;height:9.1666668653488rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#k6ZEmiq5UoErseRSNBaVc2c0fnydeAiX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#k6ZEmiq5UoErseRSNBaVc2c0fnydeAiX > .row .container { background-color: transparent; background-image: none; }#k6ZEmiq5UoErseRSNBaVc2c0fnydeAiX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k6ZEmiq5UoErseRSNBaVc2c0fnydeAiX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k6ZEmiq5UoErseRSNBaVc2c0fnydeAiX > .row .container > .video-iframe-container { display: none; }#k6ZEmiq5UoErseRSNBaVc2c0fnydeAiX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k6ZEmiq5UoErseRSNBaVc2c0fnydeAiX > .row > .video-iframe-container { display: none; }#k6ZEmiq5UoErseRSNBaVc2c0fnydeAiX > .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); }#k6ZEmiq5UoErseRSNBaVc2c0fnydeAiX > .row .container { border-width: 0; border-radius: 0; }#k6ZEmiq5UoErseRSNBaVc2c0fnydeAiX > .row .container { font-size:0.875rem;font-family:arial;height:15.375rem;width:75rem;position:relative;display:block; }#lf0GvzCBCAUgO8uhEH10L3bRR05DKiFs { color:#f4ce83;display:block;width:23.125rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:2.6627502441406rem;left:0.90625rem;height:8.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AnRSkc83ImFXiU85hXEbm1QU8fmui0FK { color:#f4ce83;display:block;width:23.125rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:2.748046875rem;left:25.937107086182rem;height:8.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xHe4Md5XpuDg34dfBk4FLO0JxuDLcVCK { color:#f4ce83;display:block;width:23.125rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:2.7480325698852rem;left:50.936717987061rem;height:8.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q9ilVXkRfTJsnso6mhnVU8i8ry8Fdgd5 { position:absolute;display:block;z-index:100014;background-color:#fbf3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:12.5rem;width:22.9375rem;top:1.7083129882812rem;left:1.03125rem;display:block; }
#GTMye41H7uB8rPWzGOriToyL4XTGg0p9 { position:absolute;display:block;z-index:100014;background-color:#fbf3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:12.5rem;width:22.9375rem;top:1.6640625rem;left:26.03125rem;display:block; }
#VlbWzCRNI8C7hfKyfHTN1yx1IDNcARLG { position:absolute;display:block;z-index:100014;background-color:#fbf3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:12.5rem;width:22.9375rem;top:1.6640625rem;left:51.03125rem;display:block; }
#BwXKl1lbdSEdJJvoKL4yPpu3XAVQedmF { position:absolute;display:block;z-index:100013;background-color:#f4ce83;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:13.125rem;width:23.5625rem;top:1.3203125rem;left:0.71875rem;display:block; }
#wmoSrpNWhrOSiupaqHuDTsEqzZsE78QU { position:absolute;display:block;z-index:100013;background-color:#f4ce83;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:13.125rem;width:23.5625rem;top:1.3203125rem;left:25.71875rem;display:block; }
#ldg9yLzSgPxlLHVgnE4t7kaU3qh3p6hW { position:absolute;display:block;z-index:100013;background-color:#f4ce83;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:13.125rem;width:23.5625rem;top:1.3203125rem;left:50.71875rem;display:block; }
#Q5tHJcoEEB6q1ude8BwJfxGH8JJMWann { color:#f4ce83;display:block;width:23.125rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:2.6627502441406rem;left:0.90625rem;height:9.1666668653488rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#gPy5u1ycPPa628yHBUv9xiDl7U9ZNow6 { position:absolute;display:block;z-index:100014;background-color:#fbf3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:12.5rem;width:22.9375rem;top:1.6640625rem;left:26.03125rem;display:none; }
#XRCT2ceP8aFBRHrmol9FFali4lW819H5 { color:#f4ce83;display:block;width:23.125rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:2.748046875rem;left:25.937107086182rem;height:9.1666668653488rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Ix9qOX1LKVHPI936TBCT97MVBMLDQyvT { color:#f4ce83;display:block;width:23.125rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:2.7480325698852rem;left:50.936717987061rem;height:9.1666668653488rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mqhl6hJdB6IhuVqEFICf7HsMuKl4CxTT { color:#f4ce83;display:block;width:23.125rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:2.6627502441406rem;left:0.90625rem;height:9.1666668653488rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ezvOSQWXSiOG1nw0ecF1xpOeUATD7tGq { color:#f4ce83;display:block;width:23.125rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:2.748046875rem;left:25.937107086182rem;height:9.1666668653488rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#k5ckah2rhXAipLDDz2uunWCSvfo8c50P { color:#f4ce83;display:block;width:23.125rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:2.7480325698852rem;left:50.936717987061rem;height:9.1666668653488rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#nuMEsVmAR7goD2eSndlNGQWG0HLzKRLV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#nuMEsVmAR7goD2eSndlNGQWG0HLzKRLV > .row .container { background-color: transparent; background-image: none; }#nuMEsVmAR7goD2eSndlNGQWG0HLzKRLV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nuMEsVmAR7goD2eSndlNGQWG0HLzKRLV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nuMEsVmAR7goD2eSndlNGQWG0HLzKRLV > .row .container > .video-iframe-container { display: none; }#nuMEsVmAR7goD2eSndlNGQWG0HLzKRLV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nuMEsVmAR7goD2eSndlNGQWG0HLzKRLV > .row > .video-iframe-container { display: none; }#nuMEsVmAR7goD2eSndlNGQWG0HLzKRLV > .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); }#nuMEsVmAR7goD2eSndlNGQWG0HLzKRLV > .row .container { border-width: 0; border-radius: 0; }#nuMEsVmAR7goD2eSndlNGQWG0HLzKRLV > .row .container { font-size:0.875rem;font-family:arial;height:17.25rem;width:75rem;position:relative;display:block; }#Vh2bg3fK4JkeahnTGhpMdIG1G6rGXtGI { color:#f4ce83;display:block;width:23.125rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:3.09375rem;left:0.90625rem;height:10.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ppTcO5mJCwe0RBN54Vo5r6drHMDWNG00 { color:#f4ce83;display:block;width:23.125rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:3.09375rem;left:25.90625rem;height:8.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gBaINX3wW4IQezAqVzQadAakiyHD9Gyx { color:#f4ce83;display:block;width:23.125rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:3.09375rem;left:50.90625rem;height:8.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EPU7RCHgMm7WMvSecRXAHTauK387XdcE { position:absolute;display:block;z-index:100014;background-color:#fbf3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:14.1875rem;width:22.9375rem;top:2.34375rem;left:1.03125rem;display:block; }
#bpHAIw2XC3oPDrQOHzXnA1H1FzNKaAJC { position:absolute;display:block;z-index:100014;background-color:#fbf3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:14.1875rem;width:22.9375rem;top:2.34375rem;left:26.03125rem;display:block; }
#SAq1By7KXfm1bgM4wsccDI947JTdQLyg { position:absolute;display:block;z-index:100014;background-color:#fbf3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:14.1875rem;width:22.9375rem;top:2.34375rem;left:51.03125rem;display:block; }
#Cr0ibQVzoCAvfUvW8NHseA7pSTZiGP0a { position:absolute;display:block;z-index:100013;background-color:#f4ce83;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:14.8125rem;width:23.5625rem;top:1.9895935058594rem;left:0.71875rem;display:block; }
#I7KTTLtuC3Ls0qdMJUanyd0WHPuBcinJ { position:absolute;display:block;z-index:100012;background-color:#f4ce83;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:14.8125rem;width:23.5625rem;top:1.9895935058594rem;left:25.71875rem;display:block; }
#CkPid0Gc0ToknL150faqW4hLBwwUAFBg { position:absolute;display:block;z-index:100013;background-color:#f4ce83;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:14.8125rem;width:23.5625rem;top:1.9895935058594rem;left:50.71875rem;display:block; }
#tmHXe0drRhWuk7lp0CvT996BhBKyTkWs { color:#f4ce83;display:block;width:23.125rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:3.09375rem;left:0.90625rem;height:11.000000238419rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JksErqvh4pLLaxdfF6n1DT1OoLoZwykP { color:#f4ce83;display:block;width:23.125rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:3.09375rem;left:25.90625rem;height:9.1666667461395rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Zkc3DfqbuWH4NSkeR9xvGVOPzaXhf75Q { color:#f4ce83;display:block;width:23.125rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:3.09375rem;left:50.90625rem;height:9.1666667461395rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#tKpSed6qclcaMfhi0V8RKV4lfTUVexiB { color:#f4ce83;display:block;width:23.125rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:3.09375rem;left:0.90625rem;height:11.000000238419rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ZsIFrFrlFaOqbEriJ2DD3gJC3aLbfBIv { color:#f4ce83;display:block;width:23.125rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:3.09375rem;left:25.90625rem;height:9.1666667461395rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#F7phIpdmrQnPR4doC4HlrAylopTxC7qI { color:#f4ce83;display:block;width:23.125rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:3.09375rem;left:50.90625rem;height:9.1666667461395rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#eMKywzmhopmfgm4tsc4aNIFLiB41eICc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#eMKywzmhopmfgm4tsc4aNIFLiB41eICc > .row .container { background-color: transparent; background-image: none; }#eMKywzmhopmfgm4tsc4aNIFLiB41eICc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMKywzmhopmfgm4tsc4aNIFLiB41eICc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMKywzmhopmfgm4tsc4aNIFLiB41eICc > .row .container > .video-iframe-container { display: none; }#eMKywzmhopmfgm4tsc4aNIFLiB41eICc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMKywzmhopmfgm4tsc4aNIFLiB41eICc > .row > .video-iframe-container { display: none; }#eMKywzmhopmfgm4tsc4aNIFLiB41eICc > .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); }#eMKywzmhopmfgm4tsc4aNIFLiB41eICc > .row .container { border-width: 0; border-radius: 0; }#eMKywzmhopmfgm4tsc4aNIFLiB41eICc > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#Dw0h4b8kUTatoHVN8k2g4drJQUQb5Ogd { color:#f4ce83;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:5.9871101379394rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c91q6mTad15Wa3nfHkOxxQ8HV5efmTwN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#c91q6mTad15Wa3nfHkOxxQ8HV5efmTwN > .row .container { background-color: transparent; background-image: none; }#c91q6mTad15Wa3nfHkOxxQ8HV5efmTwN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c91q6mTad15Wa3nfHkOxxQ8HV5efmTwN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c91q6mTad15Wa3nfHkOxxQ8HV5efmTwN > .row .container > .video-iframe-container { display: none; }#c91q6mTad15Wa3nfHkOxxQ8HV5efmTwN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c91q6mTad15Wa3nfHkOxxQ8HV5efmTwN > .row > .video-iframe-container { display: none; }#c91q6mTad15Wa3nfHkOxxQ8HV5efmTwN > .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); }#c91q6mTad15Wa3nfHkOxxQ8HV5efmTwN > .row .container { border-width: 0; border-radius: 0; }#c91q6mTad15Wa3nfHkOxxQ8HV5efmTwN > .row .container { font-size:0.875rem;font-family:arial;height:19rem;width:75rem;position:relative;display:block; }#cITdKhNShFfrpBRklUueHGTnaZh06OSu { color:#f4ce83;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:2.75rem;left:0rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mOn7OUqmcpn3d21ACkqgtIislyK7Ln4T { position:relative;display:block; }#mOn7OUqmcpn3d21ACkqgtIislyK7Ln4T { background-color: transparent; background-image: none; }#mOn7OUqmcpn3d21ACkqgtIislyK7Ln4T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mOn7OUqmcpn3d21ACkqgtIislyK7Ln4T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mOn7OUqmcpn3d21ACkqgtIislyK7Ln4T > .row .container > .video-iframe-container { display: none; }#mOn7OUqmcpn3d21ACkqgtIislyK7Ln4T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mOn7OUqmcpn3d21ACkqgtIislyK7Ln4T > .row > .video-iframe-container { display: none; }#mOn7OUqmcpn3d21ACkqgtIislyK7Ln4T > .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); }#mOn7OUqmcpn3d21ACkqgtIislyK7Ln4T { border-width: 0; border-radius: 0; }#mOn7OUqmcpn3d21ACkqgtIislyK7Ln4T > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#035d24;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#Ny3eHOwKzwrR5FPFaAPpFML5sIWrIgng { 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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.4375rem;text-decoration:none;z-index:100027;text-align:center;text-align-last:center;top:7.5729064941406rem;left:25rem;display:block; }
#hVrMlAAa9NAqsCWH4dB3ZQdlKCuf9fMH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IlEOTcd6d2MTRAZ8lfQhQcQqhqFw7Ktr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:url("https://images.assets-landingi.com/OUoW5MCE/_Be.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#IlEOTcd6d2MTRAZ8lfQhQcQqhqFw7Ktr.adaptive-delivery-prevent-bg, #IlEOTcd6d2MTRAZ8lfQhQcQqhqFw7Ktr.lazyload, #IlEOTcd6d2MTRAZ8lfQhQcQqhqFw7Ktr.lazyloading { background-image: none; }#IlEOTcd6d2MTRAZ8lfQhQcQqhqFw7Ktr > .row .container { background-color: transparent; background-image: none; }#IlEOTcd6d2MTRAZ8lfQhQcQqhqFw7Ktr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IlEOTcd6d2MTRAZ8lfQhQcQqhqFw7Ktr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IlEOTcd6d2MTRAZ8lfQhQcQqhqFw7Ktr > .row .container > .video-iframe-container { display: none; }#IlEOTcd6d2MTRAZ8lfQhQcQqhqFw7Ktr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IlEOTcd6d2MTRAZ8lfQhQcQqhqFw7Ktr > .row > .video-iframe-container { display: none; }#IlEOTcd6d2MTRAZ8lfQhQcQqhqFw7Ktr > .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); }#IlEOTcd6d2MTRAZ8lfQhQcQqhqFw7Ktr > .row .container { border-width: 0; border-radius: 0; }#IlEOTcd6d2MTRAZ8lfQhQcQqhqFw7Ktr > .row .container { font-size:0.875rem;font-family:arial;height:32.75rem;width:75rem;position:relative;display:block; }#opzsLSov8uMwV3DU92E30rbmm82qxu3N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#opzsLSov8uMwV3DU92E30rbmm82qxu3N > .row .container { background-color: transparent; background-image: none; }#opzsLSov8uMwV3DU92E30rbmm82qxu3N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opzsLSov8uMwV3DU92E30rbmm82qxu3N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opzsLSov8uMwV3DU92E30rbmm82qxu3N > .row .container > .video-iframe-container { display: none; }#opzsLSov8uMwV3DU92E30rbmm82qxu3N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opzsLSov8uMwV3DU92E30rbmm82qxu3N > .row > .video-iframe-container { display: none; }#opzsLSov8uMwV3DU92E30rbmm82qxu3N > .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); }#opzsLSov8uMwV3DU92E30rbmm82qxu3N > .row .container { border-width: 0; border-radius: 0; }#opzsLSov8uMwV3DU92E30rbmm82qxu3N > .row .container { font-size:0.875rem;font-family:arial;height:11rem;width:75rem;position:relative;display:block; }#uvEwayTzDyIErwkMsxOII3T4d8csTBv8 { color:#f4ce83;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:6.125rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s2ls9zk2ZAyDx4z2XQF8lKQQ5h6XQv9k { position:relative;display:block; }#s2ls9zk2ZAyDx4z2XQF8lKQQ5h6XQv9k { background-color: transparent; background-image: none; }#s2ls9zk2ZAyDx4z2XQF8lKQQ5h6XQv9k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2ls9zk2ZAyDx4z2XQF8lKQQ5h6XQv9k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2ls9zk2ZAyDx4z2XQF8lKQQ5h6XQv9k > .row .container > .video-iframe-container { display: none; }#s2ls9zk2ZAyDx4z2XQF8lKQQ5h6XQv9k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2ls9zk2ZAyDx4z2XQF8lKQQ5h6XQv9k > .row > .video-iframe-container { display: none; }#s2ls9zk2ZAyDx4z2XQF8lKQQ5h6XQv9k > .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); }#s2ls9zk2ZAyDx4z2XQF8lKQQ5h6XQv9k { border-width: 0; border-radius: 0; }#s2ls9zk2ZAyDx4z2XQF8lKQQ5h6XQv9k > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#035d24;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#Af9chEOZgCcTXVt8yuTRNBBDuvlR6aLU { color:#f4ce83;display:block;width:23.124625rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:2.75rem;left:0.9375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dSBvf6q1rmOhqnB8HhJROlN1lnmLtTbh { color:#f4ce83;display:block;width:23.125rem;position:absolute;font-family:ubuntu;font-size:1.6875rem;font-weight:300;z-index:100016;line-height:1.3;letter-spacing:0;top:5.9742183685303rem;left:0.9375rem;height:4.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qa3KUDAIppyHp60QGBSzUpl2WTVfTs5d { color:#f4ce83;display:block;width:23.125rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:2.7468752861023rem;left:25.937107086182rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZzUMyZcfbPRI5tnhhsTJH93fphxzrfw6 { color:#f4ce83;display:block;width:23.125rem;position:absolute;font-family:ubuntu;font-size:1.6875rem;font-weight:300;z-index:100016;line-height:1.3;letter-spacing:0;top:5.9742188453674rem;left:25.937107086182rem;height:6.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C0TSP3hoJIE7GvCXFlcl5A4T4bTrurwe { color:#f4ce83;display:block;width:23.125rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:2.7480463981628rem;left:50.936717987061rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WcT5hA4dp5lfUzas6wsoKPVkGLy2Pcg3 { color:#f4ce83;display:block;width:23.125rem;position:absolute;font-family:ubuntu;font-size:1.6875rem;font-weight:300;z-index:100016;line-height:1.3;letter-spacing:0;top:5.9742188453674rem;left:50.936717987061rem;height:4.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CbvzTg5U9Ob6CbqdfCdi0sT6T1MDXH0T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#CbvzTg5U9Ob6CbqdfCdi0sT6T1MDXH0T > .row .container { background-color: transparent; background-image: none; }#CbvzTg5U9Ob6CbqdfCdi0sT6T1MDXH0T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CbvzTg5U9Ob6CbqdfCdi0sT6T1MDXH0T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CbvzTg5U9Ob6CbqdfCdi0sT6T1MDXH0T > .row .container > .video-iframe-container { display: none; }#CbvzTg5U9Ob6CbqdfCdi0sT6T1MDXH0T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CbvzTg5U9Ob6CbqdfCdi0sT6T1MDXH0T > .row > .video-iframe-container { display: none; }#CbvzTg5U9Ob6CbqdfCdi0sT6T1MDXH0T > .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); }#CbvzTg5U9Ob6CbqdfCdi0sT6T1MDXH0T > .row .container { border-width: 0; border-radius: 0; }#CbvzTg5U9Ob6CbqdfCdi0sT6T1MDXH0T > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#TWZwfdFK0kpUvBhsAP4exDyu3s7qreFW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:none; }#TWZwfdFK0kpUvBhsAP4exDyu3s7qreFW > .row .container { border-width: 0; border-radius: 0; }#TWZwfdFK0kpUvBhsAP4exDyu3s7qreFW > .row .container { font-size:0.875rem;font-family:arial;height:19.6875rem;width:75rem;position:relative;display:none; }#fTiaA0ofs4ee9v9moJgPXbp3JS9cdDt9 { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.875rem;width:16.875rem;top:2.75rem;left:29.0625rem;overflow:hidden;display:block; }
#Bwl2ZibfT375v46nuqJ6fx1iQAkeZRXo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:none; }#Bwl2ZibfT375v46nuqJ6fx1iQAkeZRXo > .row .container { border-width: 0; border-radius: 0; }#Bwl2ZibfT375v46nuqJ6fx1iQAkeZRXo > .row .container { font-size:0.875rem;font-family:arial;height:26.9375rem;width:75rem;position:relative;display:none; }#d82lKUSgKzLPgley6E2pGL4FbvSwC138 { color:#47545a;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100002;line-height:1.7;letter-spacing:0;top:2.75rem;left:0rem;height:16.666666030884rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#TiNhSOHN8hnQwCNMUQbBMaTDPUnTSFGc { color:#47545a;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100002;line-height:1.7;letter-spacing:0;top:2.75rem;left:0rem;height:16.666666030884rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#fH7aQe8lKedM8KudcwHQgLpp4f7FcHCr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:none; }#fH7aQe8lKedM8KudcwHQgLpp4f7FcHCr > .row .container { border-width: 0; border-radius: 0; }#fH7aQe8lKedM8KudcwHQgLpp4f7FcHCr > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:75rem;position:relative;display:none; }#xT75qyGTV6d81lgFRiUxf13DsF3STNus { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.875rem;width:16.875rem;top:1.28125rem;left:29.0625rem;overflow:hidden;display:block; }
#lGib7wZnzPzRx5rtvwKrmbvSUcfz5SQP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:none; }#lGib7wZnzPzRx5rtvwKrmbvSUcfz5SQP > .row .container { border-width: 0; border-radius: 0; }#lGib7wZnzPzRx5rtvwKrmbvSUcfz5SQP > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:75rem;position:relative;display:none; }#WsazEQ41NIgRZTgx56WLG1bASIhGIxwq { color:#47545a;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100002;line-height:1.7;letter-spacing:0;top:3.75rem;left:0rem;height:18.749999284744rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#QbR4CqVZlCFml726NfCzAnVp0DoTHfmZ { color:#47545a;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100002;line-height:1.7;letter-spacing:0;top:3.75rem;left:0rem;height:18.749999284744rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#KzgLzOeKCwQHGITGKDdFLyV3C28VQ6lQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:url("https://images.assets-landingi.com/aVzdDXXj/Projekt_bez_tytu_u_20_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#KzgLzOeKCwQHGITGKDdFLyV3C28VQ6lQ.adaptive-delivery-prevent-bg, #KzgLzOeKCwQHGITGKDdFLyV3C28VQ6lQ.lazyload, #KzgLzOeKCwQHGITGKDdFLyV3C28VQ6lQ.lazyloading { background-image: none; }#KzgLzOeKCwQHGITGKDdFLyV3C28VQ6lQ > .row .container { background-color: transparent; background-image: none; }#KzgLzOeKCwQHGITGKDdFLyV3C28VQ6lQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KzgLzOeKCwQHGITGKDdFLyV3C28VQ6lQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KzgLzOeKCwQHGITGKDdFLyV3C28VQ6lQ > .row .container > .video-iframe-container { display: none; }#KzgLzOeKCwQHGITGKDdFLyV3C28VQ6lQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KzgLzOeKCwQHGITGKDdFLyV3C28VQ6lQ > .row > .video-iframe-container { display: none; }#KzgLzOeKCwQHGITGKDdFLyV3C28VQ6lQ > .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); }#KzgLzOeKCwQHGITGKDdFLyV3C28VQ6lQ > .row .container { border-width: 0; border-radius: 0; }#KzgLzOeKCwQHGITGKDdFLyV3C28VQ6lQ > .row .container { font-size:0.875rem;font-family:arial;height:32.75rem;width:75rem;position:relative;display:block; }#CiByoOOwvvGGqud7zuynTdH0xpJ4Ji3N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#CiByoOOwvvGGqud7zuynTdH0xpJ4Ji3N > .row .container { background-color: transparent; background-image: none; }#CiByoOOwvvGGqud7zuynTdH0xpJ4Ji3N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CiByoOOwvvGGqud7zuynTdH0xpJ4Ji3N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CiByoOOwvvGGqud7zuynTdH0xpJ4Ji3N > .row .container > .video-iframe-container { display: none; }#CiByoOOwvvGGqud7zuynTdH0xpJ4Ji3N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CiByoOOwvvGGqud7zuynTdH0xpJ4Ji3N > .row > .video-iframe-container { display: none; }#CiByoOOwvvGGqud7zuynTdH0xpJ4Ji3N > .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); }#CiByoOOwvvGGqud7zuynTdH0xpJ4Ji3N > .row .container { border-width: 0; border-radius: 0; }#CiByoOOwvvGGqud7zuynTdH0xpJ4Ji3N > .row .container { font-size:0.875rem;font-family:arial;height:14.375rem;width:75rem;position:relative;display:block; }#MxwTUhJ7pNxFK1yqwaNT3rZrq3d2Cils { color:#f4ce83;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:5.9871101379394rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JJkEkhJ3cMO7ezL1fqyL59IQ5xf1NcHg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#JJkEkhJ3cMO7ezL1fqyL59IQ5xf1NcHg > .row .container { background-color: transparent; background-image: none; }#JJkEkhJ3cMO7ezL1fqyL59IQ5xf1NcHg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JJkEkhJ3cMO7ezL1fqyL59IQ5xf1NcHg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JJkEkhJ3cMO7ezL1fqyL59IQ5xf1NcHg > .row .container > .video-iframe-container { display: none; }#JJkEkhJ3cMO7ezL1fqyL59IQ5xf1NcHg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JJkEkhJ3cMO7ezL1fqyL59IQ5xf1NcHg > .row > .video-iframe-container { display: none; }#JJkEkhJ3cMO7ezL1fqyL59IQ5xf1NcHg > .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); }#JJkEkhJ3cMO7ezL1fqyL59IQ5xf1NcHg > .row .container { border-width: 0; border-radius: 0; }#JJkEkhJ3cMO7ezL1fqyL59IQ5xf1NcHg > .row .container { font-size:0.875rem;font-family:arial;height:82.625rem;width:75rem;position:relative;display:block; }#y0db2LTviLgt8xuKvJ0qHGz03u2OmrPy { position:absolute;display:block;z-index:100021;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:75.625rem;width:34.4375rem;top:4.03125rem;left:20.28125rem;display:none; }
#CiRsKiyqeQvbeixstF38JC6TGMMFHclb { position:absolute;display:block;z-index:100022;background-color:#02a03c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:7.9375rem;width:33.125rem;top:4.875rem;left:20.90625rem;display:block; }
#ei4ws65Ir1zMThgqQetJ7Qfi4gm6kmRp { color:#ffffff;display:block;width:35.5625rem;position:absolute;font-family:ubuntu;font-size:3.4375rem;font-weight:300;z-index:100036;line-height:1.3;letter-spacing:0;top:6.6145935058594rem;left:19.71875rem;height:4.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oE2J6KaoUuqeMiiQ84SB0rBHSy8bs6yA { color:#47545a;display:block;width:31.1875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:15.186187744141rem;left:21.614583969116rem;height:19.5rem;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; }
#CnnRr4n9o5s9VkIX66tEt4H42qIROcWt { color:#02a03c;display:block;width:22.5rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:normal;z-index:100035;line-height:1.3;letter-spacing:0;top:42.145843505859rem;left:26.25rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#PfHHV1XlZBV0IK7X1Ts2tqmTDE4wTmXa { background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;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:2.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:4.6875rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:36.333343505859rem;left:24.708332061767rem;display:block; }
#AeScOto28hxshJBsCfRU2Dn3PdDmtofT { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#A3nC4izuAC2dZbmPFxlhEbrEIvpWXDBm { background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;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:2.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:4.6875rem;text-decoration:none;z-index:100027;text-align:center;text-align-last:center;top:50.395843505859rem;left:25rem;display:block; }
#NA3Eu0w8Tlcs6X3poCHEnuHoMhfhGXfi { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#HN2LqZgXTx3s29es7de7rLSoh5Mi6v3w { color:#02a03c;display:block;width:22.5rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:normal;z-index:100036;line-height:1.3;letter-spacing:0;top:56.270843505859rem;left:26.25rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#XHwhAyKvPqNvRPR09cJ2QUmfvLgO7m2x { color:#47545a;display:block;width:31.1875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:47.184906005859rem;left:21.90625rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WMDMGhCmGUHBFnx8E9uzvgvulogxJTm6 { color:#47545a;display:block;width:31.1875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:100026;line-height:1.3;letter-spacing:0;top:61.247406005859rem;left:21.90625rem;height:17.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#XTC1yJ25RpvAUryEh1x36uh72w4i3C1W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#XTC1yJ25RpvAUryEh1x36uh72w4i3C1W > .row .container { background-color: transparent; background-image: none; }#XTC1yJ25RpvAUryEh1x36uh72w4i3C1W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTC1yJ25RpvAUryEh1x36uh72w4i3C1W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTC1yJ25RpvAUryEh1x36uh72w4i3C1W > .row .container > .video-iframe-container { display: none; }#XTC1yJ25RpvAUryEh1x36uh72w4i3C1W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTC1yJ25RpvAUryEh1x36uh72w4i3C1W > .row > .video-iframe-container { display: none; }#XTC1yJ25RpvAUryEh1x36uh72w4i3C1W > .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); }#XTC1yJ25RpvAUryEh1x36uh72w4i3C1W > .row .container { border-width: 0; border-radius: 0; }#XTC1yJ25RpvAUryEh1x36uh72w4i3C1W > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:75rem;position:relative;display:block; }#aUdJIFnME37LnnLaGpViJD5Lc98oZcz9 { color:#47545a;display:block;width:56.25rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:2.75rem;left:9.375rem;height:18rem;font-style:normal;display:block; }
#fO2XFJ6VWwVp71mX7MJ9dlgmi3PV0ssT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:url("https://images.assets-landingi.com/lDR9Xvmo/4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#fO2XFJ6VWwVp71mX7MJ9dlgmi3PV0ssT.adaptive-delivery-prevent-bg, #fO2XFJ6VWwVp71mX7MJ9dlgmi3PV0ssT.lazyload, #fO2XFJ6VWwVp71mX7MJ9dlgmi3PV0ssT.lazyloading { background-image: none; }#fO2XFJ6VWwVp71mX7MJ9dlgmi3PV0ssT > .row .container { background-color: transparent; background-image: none; }#fO2XFJ6VWwVp71mX7MJ9dlgmi3PV0ssT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fO2XFJ6VWwVp71mX7MJ9dlgmi3PV0ssT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fO2XFJ6VWwVp71mX7MJ9dlgmi3PV0ssT > .row .container > .video-iframe-container { display: none; }#fO2XFJ6VWwVp71mX7MJ9dlgmi3PV0ssT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fO2XFJ6VWwVp71mX7MJ9dlgmi3PV0ssT > .row > .video-iframe-container { display: none; }#fO2XFJ6VWwVp71mX7MJ9dlgmi3PV0ssT > .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); }#fO2XFJ6VWwVp71mX7MJ9dlgmi3PV0ssT > .row .container { border-width: 0; border-radius: 0; }#fO2XFJ6VWwVp71mX7MJ9dlgmi3PV0ssT > .row .container { font-size:0.875rem;font-family:arial;height:32.75rem;width:75rem;position:relative;display:block; }#Vq5EVN4qysZ6OrfNs4szu53lMcgcUT80 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#Vq5EVN4qysZ6OrfNs4szu53lMcgcUT80 > .row .container { background-color: transparent; background-image: none; }#Vq5EVN4qysZ6OrfNs4szu53lMcgcUT80::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vq5EVN4qysZ6OrfNs4szu53lMcgcUT80 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vq5EVN4qysZ6OrfNs4szu53lMcgcUT80 > .row .container > .video-iframe-container { display: none; }#Vq5EVN4qysZ6OrfNs4szu53lMcgcUT80 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vq5EVN4qysZ6OrfNs4szu53lMcgcUT80 > .row > .video-iframe-container { display: none; }#Vq5EVN4qysZ6OrfNs4szu53lMcgcUT80 > .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); }#Vq5EVN4qysZ6OrfNs4szu53lMcgcUT80 > .row .container { border-width: 0; border-radius: 0; }#Vq5EVN4qysZ6OrfNs4szu53lMcgcUT80 > .row .container { font-size:0.875rem;font-family:arial;height:11.0625rem;width:75rem;position:relative;display:block; }#IMO4vJD0AZ4AfeztWRQCNGTHc2g661db { color:#f4ce83;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:6.1771240234375rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lyvZFvzeWt6lUXnVI069yc3GcoPnEIDO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#lyvZFvzeWt6lUXnVI069yc3GcoPnEIDO > .row .container { background-color: transparent; background-image: none; }#lyvZFvzeWt6lUXnVI069yc3GcoPnEIDO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lyvZFvzeWt6lUXnVI069yc3GcoPnEIDO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lyvZFvzeWt6lUXnVI069yc3GcoPnEIDO > .row .container > .video-iframe-container { display: none; }#lyvZFvzeWt6lUXnVI069yc3GcoPnEIDO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lyvZFvzeWt6lUXnVI069yc3GcoPnEIDO > .row > .video-iframe-container { display: none; }#lyvZFvzeWt6lUXnVI069yc3GcoPnEIDO > .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); }#lyvZFvzeWt6lUXnVI069yc3GcoPnEIDO > .row .container { border-width: 0; border-radius: 0; }#lyvZFvzeWt6lUXnVI069yc3GcoPnEIDO > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#u7lKh6dAfMybFsKTO0N4QEI1MDhPtwls { color:#f4ce83;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.6875rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:3.375rem;left:12.5rem;height:6.5625rem;font-style:normal;display:block; }
#pcc3EkmeToJuTIKqIWMwWQeqPxIcbIwK { color:#f4ce83;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.6875rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:3.375rem;left:12.5rem;height:6.5000002384186rem;font-style:normal;display:none; }
#awgLVXiiTxKMcSdZyyA6uUHhu7Aou2tn { color:#f4ce83;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.6875rem;font-weight:300;z-index:100016;line-height:1.3;letter-spacing:0;top:12.749218463898rem;left:12.499217987061rem;height:4.375rem;font-style:normal;display:block; }
#pcEmO16S9I8zsTsm8TM4LiR802TzKK73 { color:#f4ce83;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.6875rem;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:19.936218261719rem;left:12.498699188233rem;height:4.375rem;font-style:normal;display:block; }
#XZXS1BL7TIarDPzsyCttLoyGUkA0ms8N { color:#f4ce83;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.6875rem;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:19.936218261719rem;left:12.498699188233rem;height:4.3333334922791rem;font-style:normal;display:none; }
#rzUbtXZx07m7qHZnRPH9l0JbsMJKH2oc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#rzUbtXZx07m7qHZnRPH9l0JbsMJKH2oc > .row .container { background-color: transparent; background-image: none; }#rzUbtXZx07m7qHZnRPH9l0JbsMJKH2oc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rzUbtXZx07m7qHZnRPH9l0JbsMJKH2oc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rzUbtXZx07m7qHZnRPH9l0JbsMJKH2oc > .row .container > .video-iframe-container { display: none; }#rzUbtXZx07m7qHZnRPH9l0JbsMJKH2oc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rzUbtXZx07m7qHZnRPH9l0JbsMJKH2oc > .row > .video-iframe-container { display: none; }#rzUbtXZx07m7qHZnRPH9l0JbsMJKH2oc > .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); }#rzUbtXZx07m7qHZnRPH9l0JbsMJKH2oc > .row .container { border-width: 0; border-radius: 0; }#rzUbtXZx07m7qHZnRPH9l0JbsMJKH2oc > .row .container { font-size:0.875rem;font-family:arial;height:11.0625rem;width:75rem;position:relative;display:block; }#Dnx3gE64IIVOD4plcnUEvXTQrMQTUdHP { color:#f4ce83;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:6.010498046875rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I32LVXPzf0JMrWwv57lU9sc1TPnebvUx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#I32LVXPzf0JMrWwv57lU9sc1TPnebvUx > .row .container { background-color: transparent; background-image: none; }#I32LVXPzf0JMrWwv57lU9sc1TPnebvUx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I32LVXPzf0JMrWwv57lU9sc1TPnebvUx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I32LVXPzf0JMrWwv57lU9sc1TPnebvUx > .row .container > .video-iframe-container { display: none; }#I32LVXPzf0JMrWwv57lU9sc1TPnebvUx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I32LVXPzf0JMrWwv57lU9sc1TPnebvUx > .row > .video-iframe-container { display: none; }#I32LVXPzf0JMrWwv57lU9sc1TPnebvUx > .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); }#I32LVXPzf0JMrWwv57lU9sc1TPnebvUx > .row .container { border-width: 0; border-radius: 0; }#I32LVXPzf0JMrWwv57lU9sc1TPnebvUx > .row .container { font-size:0.875rem;font-family:arial;height:53.3125rem;width:75rem;position:relative;display:block; }#Jgc6CgMXk2Zvu5Vyx0NHeOISxvEGZVnK { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:18.75rem;top:17.8125rem;left:7.1875rem;overflow:hidden;display:block; }
#MOQUwgAb03Dm3q0o9XvO01ni0p9INtqr { color:#035d24;display:block;width:56.25rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:300;z-index:100016;line-height:1.3;letter-spacing:0;top:6.9375rem;left:9.375rem;height:7.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SvxpvfRz5cvViNRNf6ETrMEh99H9q7w4 { color:#47545a;display:block;width:56.25rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100017;line-height:1.7;letter-spacing:0;top:18.875rem;left:18.75rem;height:17rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UNNACZsEZS6fbrs9JJP2udO8SK7N945B { color:#035d24;display:block;width:56.25rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:300;z-index:100016;line-height:1.3;letter-spacing:0;top:3.75rem;left:9.375rem;height:7.3333334922791rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#zXaWJePF2inJHymU2DnN69J4dkXir1qs { color:#47545a;display:block;width:56.25rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100017;line-height:1.7;letter-spacing:0;top:15.677124023438rem;left:18.748697280884rem;height:16.666666030884rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JECOTeCr0TrTq81AMgVUw4Gya3WzNxcV { color:#47545a;display:block;width:56.25rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100018;line-height:1.3;letter-spacing:0;top:38.729125976562rem;left:9.375rem;height:12rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UMCaUKsO2gKosBV5FCvtZ5HvLxfQbIGs { position:absolute;display:block;z-index:99999;background-color:#eef3ef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:49.875rem;width:75rem;top:3.1875rem;left:0rem;display:block; }
#Ktxws7HwnuDDXGXteOlELepkfV91Cmld { position:relative;display:block; }#Ktxws7HwnuDDXGXteOlELepkfV91Cmld { background-color: transparent; background-image: none; }#Ktxws7HwnuDDXGXteOlELepkfV91Cmld::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ktxws7HwnuDDXGXteOlELepkfV91Cmld > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ktxws7HwnuDDXGXteOlELepkfV91Cmld > .row .container > .video-iframe-container { display: none; }#Ktxws7HwnuDDXGXteOlELepkfV91Cmld > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ktxws7HwnuDDXGXteOlELepkfV91Cmld > .row > .video-iframe-container { display: none; }#Ktxws7HwnuDDXGXteOlELepkfV91Cmld > .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); }#Ktxws7HwnuDDXGXteOlELepkfV91Cmld { border-width: 0; border-radius: 0; }#Ktxws7HwnuDDXGXteOlELepkfV91Cmld > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#035d24;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#zniDhgyhHA9E94NQwUOe0vx5MvepCWRl { 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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.4375rem;text-decoration:none;z-index:100027;text-align:center;text-align-last:center;top:7.5729064941406rem;left:25rem;display:block; }
#tWT8nyAe3JIZW9VkltQQV7NC5mHJsgJb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UsH79CuTEOmI2Odb1ZOTAlrq2sTccXKz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:url("https://images.assets-landingi.com/5p2jfSNw/Projekt_bez_tytu_u_20_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#UsH79CuTEOmI2Odb1ZOTAlrq2sTccXKz.adaptive-delivery-prevent-bg, #UsH79CuTEOmI2Odb1ZOTAlrq2sTccXKz.lazyload, #UsH79CuTEOmI2Odb1ZOTAlrq2sTccXKz.lazyloading { background-image: none; }#UsH79CuTEOmI2Odb1ZOTAlrq2sTccXKz > .row .container { background-color: transparent; background-image: none; }#UsH79CuTEOmI2Odb1ZOTAlrq2sTccXKz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsH79CuTEOmI2Odb1ZOTAlrq2sTccXKz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsH79CuTEOmI2Odb1ZOTAlrq2sTccXKz > .row .container > .video-iframe-container { display: none; }#UsH79CuTEOmI2Odb1ZOTAlrq2sTccXKz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsH79CuTEOmI2Odb1ZOTAlrq2sTccXKz > .row > .video-iframe-container { display: none; }#UsH79CuTEOmI2Odb1ZOTAlrq2sTccXKz > .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); }#UsH79CuTEOmI2Odb1ZOTAlrq2sTccXKz > .row .container { border-width: 0; border-radius: 0; }#UsH79CuTEOmI2Odb1ZOTAlrq2sTccXKz > .row .container { font-size:0.875rem;font-family:arial;height:32.75rem;width:75rem;position:relative;display:block; }#XgHKnQtPmhUCaXlVslgrBbbeRZC4wIQB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#XgHKnQtPmhUCaXlVslgrBbbeRZC4wIQB > .row .container { background-color: transparent; background-image: none; }#XgHKnQtPmhUCaXlVslgrBbbeRZC4wIQB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XgHKnQtPmhUCaXlVslgrBbbeRZC4wIQB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XgHKnQtPmhUCaXlVslgrBbbeRZC4wIQB > .row .container > .video-iframe-container { display: none; }#XgHKnQtPmhUCaXlVslgrBbbeRZC4wIQB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XgHKnQtPmhUCaXlVslgrBbbeRZC4wIQB > .row > .video-iframe-container { display: none; }#XgHKnQtPmhUCaXlVslgrBbbeRZC4wIQB > .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); }#XgHKnQtPmhUCaXlVslgrBbbeRZC4wIQB > .row .container { border-width: 0; border-radius: 0; }#XgHKnQtPmhUCaXlVslgrBbbeRZC4wIQB > .row .container { font-size:0.875rem;font-family:arial;height:17.125rem;width:75rem;position:relative;display:block; }#gQ2ZDlsv1XhWK3DLVUnBO47GHX0mEQur { color:#f4ce83;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:3.6875rem;left:0rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zV7PU9QEm9V50ONegauSPFf7c8LISqOM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#zV7PU9QEm9V50ONegauSPFf7c8LISqOM > .row .container { background-color: transparent; background-image: none; }#zV7PU9QEm9V50ONegauSPFf7c8LISqOM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zV7PU9QEm9V50ONegauSPFf7c8LISqOM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zV7PU9QEm9V50ONegauSPFf7c8LISqOM > .row .container > .video-iframe-container { display: none; }#zV7PU9QEm9V50ONegauSPFf7c8LISqOM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zV7PU9QEm9V50ONegauSPFf7c8LISqOM > .row > .video-iframe-container { display: none; }#zV7PU9QEm9V50ONegauSPFf7c8LISqOM > .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); }#zV7PU9QEm9V50ONegauSPFf7c8LISqOM > .row .container { border-width: 0; border-radius: 0; }#zV7PU9QEm9V50ONegauSPFf7c8LISqOM > .row .container { font-size:0.875rem;font-family:arial;height:19.875rem;width:75rem;position:relative;display:block; }#Z10PbIAKqeFRHmOpsv3ADZZKs2Ca4sJ9 { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.875rem;width:16.875rem;top:2.75rem;left:29.0625rem;overflow:hidden;display:block; }
#yCOOrBn23XIDTRbKHsG8Ey6dTeg0oN4T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#yCOOrBn23XIDTRbKHsG8Ey6dTeg0oN4T > .row .container { background-color: transparent; background-image: none; }#yCOOrBn23XIDTRbKHsG8Ey6dTeg0oN4T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCOOrBn23XIDTRbKHsG8Ey6dTeg0oN4T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCOOrBn23XIDTRbKHsG8Ey6dTeg0oN4T > .row .container > .video-iframe-container { display: none; }#yCOOrBn23XIDTRbKHsG8Ey6dTeg0oN4T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCOOrBn23XIDTRbKHsG8Ey6dTeg0oN4T > .row > .video-iframe-container { display: none; }#yCOOrBn23XIDTRbKHsG8Ey6dTeg0oN4T > .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); }#yCOOrBn23XIDTRbKHsG8Ey6dTeg0oN4T > .row .container { border-width: 0; border-radius: 0; }#yCOOrBn23XIDTRbKHsG8Ey6dTeg0oN4T > .row .container { font-size:0.875rem;font-family:arial;height:26.9375rem;width:75rem;position:relative;display:block; }#CzdgovpF2VWCa8kTKxzSVkN38Bwg01NW { color:#47545a;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100002;line-height:1.7;letter-spacing:0;top:2.75rem;left:0rem;height:17rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#IWPqRQyav5Pm2aE4XIDKn4a4zDknrqoI { color:#47545a;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100002;line-height:1.7;letter-spacing:0;top:2.75rem;left:0rem;height:16.666666030884rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#nR8L1ATVsUEo0wEk48rS5He7I1EFiO1e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#nR8L1ATVsUEo0wEk48rS5He7I1EFiO1e > .row .container { background-color: transparent; background-image: none; }#nR8L1ATVsUEo0wEk48rS5He7I1EFiO1e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nR8L1ATVsUEo0wEk48rS5He7I1EFiO1e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nR8L1ATVsUEo0wEk48rS5He7I1EFiO1e > .row .container > .video-iframe-container { display: none; }#nR8L1ATVsUEo0wEk48rS5He7I1EFiO1e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nR8L1ATVsUEo0wEk48rS5He7I1EFiO1e > .row > .video-iframe-container { display: none; }#nR8L1ATVsUEo0wEk48rS5He7I1EFiO1e > .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); }#nR8L1ATVsUEo0wEk48rS5He7I1EFiO1e > .row .container { border-width: 0; border-radius: 0; }#nR8L1ATVsUEo0wEk48rS5He7I1EFiO1e > .row .container { font-size:0.875rem;font-family:arial;height:19.6875rem;width:75rem;position:relative;display:block; }#lNO4NGKrXuFiPs7RXUvdUe1a6U97AzlH { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.875rem;width:16.875rem;top:2.75rem;left:29.0625rem;overflow:hidden;display:block; }
#WxMI1gnpfpfbX6a2VXe0bpaEg3fT55BQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#WxMI1gnpfpfbX6a2VXe0bpaEg3fT55BQ > .row .container { background-color: transparent; background-image: none; }#WxMI1gnpfpfbX6a2VXe0bpaEg3fT55BQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxMI1gnpfpfbX6a2VXe0bpaEg3fT55BQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxMI1gnpfpfbX6a2VXe0bpaEg3fT55BQ > .row .container > .video-iframe-container { display: none; }#WxMI1gnpfpfbX6a2VXe0bpaEg3fT55BQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxMI1gnpfpfbX6a2VXe0bpaEg3fT55BQ > .row > .video-iframe-container { display: none; }#WxMI1gnpfpfbX6a2VXe0bpaEg3fT55BQ > .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); }#WxMI1gnpfpfbX6a2VXe0bpaEg3fT55BQ > .row .container { border-width: 0; border-radius: 0; }#WxMI1gnpfpfbX6a2VXe0bpaEg3fT55BQ > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;position:relative;display:block; }#Z24Cb3yovZt9y8DmkbIrCQfAo61fQyEX { color:#47545a;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100002;line-height:1.7;letter-spacing:0;top:2.75rem;left:0rem;height:25.5rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#JTaPUwWCmtUZNRrQuX3UyevkDr3DymDn { color:#47545a;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100002;line-height:1.7;letter-spacing:0;top:2.75rem;left:0rem;height:32.000000953674rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#mOHBvpmBK0sWokASw9k8LIarfdkXzQHn { color:#47545a;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100002;line-height:1.7;letter-spacing:0;top:2.75rem;left:0rem;height:32.000000953674rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#TqhSliaiTQVtSGfNc7Qmeg7BNeHN99ho { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#TqhSliaiTQVtSGfNc7Qmeg7BNeHN99ho > .row .container { background-color: transparent; background-image: none; }#TqhSliaiTQVtSGfNc7Qmeg7BNeHN99ho::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TqhSliaiTQVtSGfNc7Qmeg7BNeHN99ho > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TqhSliaiTQVtSGfNc7Qmeg7BNeHN99ho > .row .container > .video-iframe-container { display: none; }#TqhSliaiTQVtSGfNc7Qmeg7BNeHN99ho > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TqhSliaiTQVtSGfNc7Qmeg7BNeHN99ho > .row > .video-iframe-container { display: none; }#TqhSliaiTQVtSGfNc7Qmeg7BNeHN99ho > .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); }#TqhSliaiTQVtSGfNc7Qmeg7BNeHN99ho > .row .container { border-width: 0; border-radius: 0; }#TqhSliaiTQVtSGfNc7Qmeg7BNeHN99ho > .row .container { font-size:0.875rem;font-family:arial;height:72.5rem;width:75rem;position:relative;display:block; }#iblS1kD8v9LbfeupB8LGMm4dJTPPVcFf { 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; }
#s90JhOlFoGBAf5CZQ1uiUnngQVAHSCpb { border-bottom:0;border-left:0;border-right:0;border-top:0;height:37.5rem;width:27.9375rem;position:absolute;display:block;z-index:100007;top:19.802734375rem;left:4.5625rem;overflow:hidden;display:block; }
#oNUDDWCQJH0GnrPJiD0G3Dp2lNtBkxPr { 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:37.5rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rc1rSBEA0whJvAahHQymCvN4rXcLtcVG { 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; }
#TOZAAfSTefNqDQdDInAyiIZUtr9msXRJ { 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; }
#mWuFQAmu2mepk6sNeRJB0vEKR1O7Td6q { 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; }
#Ud8wxcLCnmafTS4tPigVoWqaKdQWsl1r { 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; }
#h2XXksZDuKgehSBCC8M4TTu4xg359wzx { 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; }
#sXNN5eut1lCobBW3DBKRTeC8RngiB0KJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:url("https://images.assets-landingi.com/3K4PFwcX/6.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#sXNN5eut1lCobBW3DBKRTeC8RngiB0KJ.adaptive-delivery-prevent-bg, #sXNN5eut1lCobBW3DBKRTeC8RngiB0KJ.lazyload, #sXNN5eut1lCobBW3DBKRTeC8RngiB0KJ.lazyloading { background-image: none; }#sXNN5eut1lCobBW3DBKRTeC8RngiB0KJ > .row .container { background-color: transparent; background-image: none; }#sXNN5eut1lCobBW3DBKRTeC8RngiB0KJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sXNN5eut1lCobBW3DBKRTeC8RngiB0KJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sXNN5eut1lCobBW3DBKRTeC8RngiB0KJ > .row .container > .video-iframe-container { display: none; }#sXNN5eut1lCobBW3DBKRTeC8RngiB0KJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sXNN5eut1lCobBW3DBKRTeC8RngiB0KJ > .row > .video-iframe-container { display: none; }#sXNN5eut1lCobBW3DBKRTeC8RngiB0KJ > .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); }#sXNN5eut1lCobBW3DBKRTeC8RngiB0KJ > .row .container { border-width: 0; border-radius: 0; }#sXNN5eut1lCobBW3DBKRTeC8RngiB0KJ > .row .container { font-size:0.875rem;font-family:arial;height:20.3125rem;width:75rem;position:relative;display:block; }#dPOMRKr4XeH4OHCKVP9UFHaxHJ3TNNrx { color:#eef3ef;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:7.5rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hbhxb41D4USnrmCuoVgyIU59To9qaggl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#hbhxb41D4USnrmCuoVgyIU59To9qaggl > .row .container { background-color: transparent; background-image: none; }#hbhxb41D4USnrmCuoVgyIU59To9qaggl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hbhxb41D4USnrmCuoVgyIU59To9qaggl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hbhxb41D4USnrmCuoVgyIU59To9qaggl > .row .container > .video-iframe-container { display: none; }#hbhxb41D4USnrmCuoVgyIU59To9qaggl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hbhxb41D4USnrmCuoVgyIU59To9qaggl > .row > .video-iframe-container { display: none; }#hbhxb41D4USnrmCuoVgyIU59To9qaggl > .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); }#hbhxb41D4USnrmCuoVgyIU59To9qaggl > .row .container { border-width: 0; border-radius: 0; }#hbhxb41D4USnrmCuoVgyIU59To9qaggl > .row .container { font-size:0.875rem;font-family:arial;height:32.375rem;width:75rem;position:relative;display:block; }#Vwouf7pWRsBiSSTJle5akbJVizcQmKC6 { 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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:4.375rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:23.186157226562rem;left:24.372398376465rem;display:block; }
#dXxdrXesQkLn5rWv9OKynRCd5ImB83Wu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yV8q9TB0atEAlo29fLBGZGC5SZtOowRB .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#yV8q9TB0atEAlo29fLBGZGC5SZtOowRB .widget-text.counter-number { border-top:0.25rem solid #f4ce83;border-left:0.25rem solid #f4ce83;border-right:0.25rem solid #f4ce83;border-bottom:0.25rem solid #f4ce83;background-color:transparent;background-image:none;color:#eef3ef;padding-top:1.016875rem;padding-right:0.900625rem;padding-bottom:1.016875rem;padding-left:0.900625rem;display:block;align-items:center;width:5.40375rem;min-width:5.40375rem;height:5.466875rem;position:relative;font-family:ubuntu;font-size:4.068125rem;font-weight:300;line-height:87.47px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yV8q9TB0atEAlo29fLBGZGC5SZtOowRB .widget-text.counter-label { background-color:;background-image:none;color:#eef3ef;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.635625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:7.205rem;height:2.16125rem;position:relative;font-family:ubuntu;font-size:1.525625rem;font-weight:300;line-height:34.58px;text-align:center;text-align-last:center;text-transform:none;top:-4%;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#yV8q9TB0atEAlo29fLBGZGC5SZtOowRB { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:26.125rem;height:10.7975rem;padding-top:0.126875rem;padding-right:0.12875rem;padding-bottom:0.126875rem;padding-left:0.12875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:8.0208740234375rem;left:23.651042938233rem;z-index:100065; }
#yV8q9TB0atEAlo29fLBGZGC5SZtOowRB #Q7Q3cR1pGlrO0CGi81T1oyeGu1NIBUIe { display:flex;position:relative;top:0rem;left:0rem; }
#yV8q9TB0atEAlo29fLBGZGC5SZtOowRB #UEIhgMLX3qGUeKn16ZvDZzD7F9PH2TdP { width:auto; }
#yV8q9TB0atEAlo29fLBGZGC5SZtOowRB #cw4w9RMLHygJTxUIIa4Au9FqXyc2ySIy {  }
#yV8q9TB0atEAlo29fLBGZGC5SZtOowRB #S4mIGahH8vBWzv5IyW2tRrow4Xs6dNFe { display:flex;position:relative;top:0rem;left:0rem; }
#yV8q9TB0atEAlo29fLBGZGC5SZtOowRB #ZbSgS7ZKToPhicQr774JGMxBqAMT827K {  }
#yV8q9TB0atEAlo29fLBGZGC5SZtOowRB #QtU0ZatG3ET2w1axzhzgsq30hH4N7O2E {  }
#yV8q9TB0atEAlo29fLBGZGC5SZtOowRB #CMVZdV5gKEas44tckEXkM0kfnLk25eNs { display:flex;position:relative;top:0rem;left:0rem; }
#yV8q9TB0atEAlo29fLBGZGC5SZtOowRB #CM7kM8JSyNWTFcTWRRabkmG4QN43JDzw {  }
#yV8q9TB0atEAlo29fLBGZGC5SZtOowRB #MPRGQlFxbKTuuBqc6T0uTP1A1TfT1kg6 {  }
#yV8q9TB0atEAlo29fLBGZGC5SZtOowRB #VFWXnDtn6A5gQCXbJ638xEQ6xD2GZVMa { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#yV8q9TB0atEAlo29fLBGZGC5SZtOowRB #otev8lgh6fc1Ns25Pn35nKIn5oT9NWBq {  }
#yV8q9TB0atEAlo29fLBGZGC5SZtOowRB #raIni4FlynfMNQqzWvbyXUd4io8hQqrL {  }
#EK8mP2h9oCdy5HhTzsw338xrvX86cOM6 { color:#f4ce83;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:300;z-index:100066;line-height:1.3;letter-spacing:0;top:3.6875rem;left:18.75rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qGAel5RW75gyhvEr8U5pB77JsrnbhwJe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:url("https://images.assets-landingi.com/xYCsU7l1/3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#qGAel5RW75gyhvEr8U5pB77JsrnbhwJe.adaptive-delivery-prevent-bg, #qGAel5RW75gyhvEr8U5pB77JsrnbhwJe.lazyload, #qGAel5RW75gyhvEr8U5pB77JsrnbhwJe.lazyloading { background-image: none; }#qGAel5RW75gyhvEr8U5pB77JsrnbhwJe > .row .container { background-color: transparent; background-image: none; }#qGAel5RW75gyhvEr8U5pB77JsrnbhwJe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qGAel5RW75gyhvEr8U5pB77JsrnbhwJe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qGAel5RW75gyhvEr8U5pB77JsrnbhwJe > .row .container > .video-iframe-container { display: none; }#qGAel5RW75gyhvEr8U5pB77JsrnbhwJe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qGAel5RW75gyhvEr8U5pB77JsrnbhwJe > .row > .video-iframe-container { display: none; }#qGAel5RW75gyhvEr8U5pB77JsrnbhwJe > .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); }#qGAel5RW75gyhvEr8U5pB77JsrnbhwJe > .row .container { border-width: 0; border-radius: 0; }#qGAel5RW75gyhvEr8U5pB77JsrnbhwJe > .row .container { font-size:0.875rem;font-family:arial;height:24.875rem;width:75rem;position:relative;display:block; }#NchtphNIniOlArrHUV4SBv4UdXaSkpSn { color:#035d24;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:10.03125rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kT3dqp6iSrwvcI7qwIyWdExUVznctWqi { color:#035d24;display:block;width:6.2473959922791rem;position:absolute;font-family:dosis;font-size:16rem;font-weight:300;z-index:100016;line-height:.3;letter-spacing:0;top:0.08349609375rem;left:5.875rem;height:4.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KbJxPTppLU0fgGemUCqTFSb2RcNOHzXk { color:#035d24;display:block;width:6.2473959922791rem;position:absolute;font-family:dosis;font-size:16rem;font-weight:300;z-index:100016;line-height:1.3;letter-spacing:0;top:8.3125rem;left:5.6875rem;height:20.75rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rxlbVCKcbBAC6XKDEFPK1UydAyLKHOkl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#rxlbVCKcbBAC6XKDEFPK1UydAyLKHOkl > .row .container { background-color: transparent; background-image: none; }#rxlbVCKcbBAC6XKDEFPK1UydAyLKHOkl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxlbVCKcbBAC6XKDEFPK1UydAyLKHOkl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxlbVCKcbBAC6XKDEFPK1UydAyLKHOkl > .row .container > .video-iframe-container { display: none; }#rxlbVCKcbBAC6XKDEFPK1UydAyLKHOkl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxlbVCKcbBAC6XKDEFPK1UydAyLKHOkl > .row > .video-iframe-container { display: none; }#rxlbVCKcbBAC6XKDEFPK1UydAyLKHOkl > .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); }#rxlbVCKcbBAC6XKDEFPK1UydAyLKHOkl > .row .container { border-width: 0; border-radius: 0; }#rxlbVCKcbBAC6XKDEFPK1UydAyLKHOkl > .row .container { font-size:0.875rem;font-family:arial;height:14.375rem;width:75rem;position:relative;display:block; }#z3SuJZuzBsel1ZuJ0JqtShkTdLOvDPrr { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.43675rem;width:6.24921875rem;position:absolute;display:block;z-index:100016;top:3.96875rem;left:34.375001907349rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #daC1EN3XR8eopTQ09yJncSxLy3AnnvGl { display:block; }#daC1EN3XR8eopTQ09yJncSxLy3AnnvGl > .row .container { width:47.75rem;height:31.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CaySOvmxPaSnf7KP6WNZVAddKyk3g01X { width:24.9979375rem;height:6.75rem;top:12.56875038147rem;left:22.751042544842rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gRbt3y2w3e1WM4EboMXG3CSXPiEKVTMs { width:5.3125rem;height:5.375rem;top:7.2604169845581rem;left:32.593753039837rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sCkI7Z1Gl4KpC11qiyRfflRn4DmhOMnP { width:24.9979375rem;height:2.5625rem;top:22.612501144409rem;left:22.751042544842rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yZQ5wPZoqNkCcglqnBLiLJZXb5sITsQQ { width:16.2479375rem;height:0.122916875rem;top:21.088542938233rem;left:27.126042544842rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fcFxQE3avqZTuXUg9sK9pZyNpn3Afe0Z { 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) { #yFXJ7RXDT9JD4unCCWVWfLXzJ7NVgUrC { width:30.5625rem;height:30.4375rem;top:1.5000001192093rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iVT8uyF9Poxc5Q24aQk1371lw8SVd7Sm { display:block; }#iVT8uyF9Poxc5Q24aQk1371lw8SVd7Sm > .row .container { width:47.75rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WI9a4f4dvxGzZWmgvVvDQi1OXXz3B5wX { width:43.75rem;height:2.8125rem;top:2.625rem;left:2rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TQAkKNndxpVgJeRBiM57EFwqfG62KoWw { display:block; }#TQAkKNndxpVgJeRBiM57EFwqfG62KoWw > .row .container { width:47.75rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xUQDuGfqVRd4T5asDIHOvrsb00X7Wt8R { width:43.75rem;height:3.25rem;top:1.3125rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Eufosb9p9kg7bXd4Oy0c2VK2OhltnQUn { width:43.75rem;height:3.6666667461395rem;top:1.3125rem;left:2rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ml8LIThLRQ1VNsErqDy8mQmvmilfZFZk { display:block; }#ml8LIThLRQ1VNsErqDy8mQmvmilfZFZk > .row .container { width:47.75rem;height:9.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gq1FdFOnyoGtIlp87XzaFzTdTcSeclAX { width:43.75rem;height:9.75rem;top:1.3125rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lm4kWmxk35tKH8e5MEyaFug5SsFhJmdF { display:block; }#Lm4kWmxk35tKH8e5MEyaFug5SsFhJmdF > .row .container { width:47.75rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ANLB0CHxglWuT9Q4vlXUMSsQI01GG5IX { width:12.5rem;height:8.125rem;top:2.3645935058594rem;left:17.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FvX8ekOBO0IdRTh8qW7vu1ykcaTSgIkD { width:14.375rem;height:9.4375rem;top:1.9375rem;left:16.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QatyfOBKvlO0w7FpdlwTcKP1DNkmCdbM { width:15rem;height:10.0625rem;top:1.65625rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tcQTSoNfFe6CJlx3NeHIM2sOF9T8GZft { width:12.5rem;height:9rem;top:2.9270935058594rem;left:1.7083334922791rem;font-size:1.1875rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 1199px) { #k6ZEmiq5UoErseRSNBaVc2c0fnydeAiX { display:block; }#k6ZEmiq5UoErseRSNBaVc2c0fnydeAiX > .row .container { width:47.75rem;height:14.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lf0GvzCBCAUgO8uhEH10L3bRR05DKiFs { width:12.5rem;height:0;top:3.15625rem;left:1.7083334922791rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #AnRSkc83ImFXiU85hXEbm1QU8fmui0FK { width:12.5rem;height:0;top:2.3645935058594rem;left:17.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #xHe4Md5XpuDg34dfBk4FLO0JxuDLcVCK { width:12.5rem;height:0;top:2.3645935058594rem;left:33.541667938233rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #q9ilVXkRfTJsnso6mhnVU8i8ry8Fdgd5 { width:14.375rem;height:11.875rem;top:1.9375rem;left:0.73958337306975rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GTMye41H7uB8rPWzGOriToyL4XTGg0p9 { width:14.375rem;height:11.875rem;top:1.9375rem;left:16.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VlbWzCRNI8C7hfKyfHTN1yx1IDNcARLG { width:14.375rem;height:11.875rem;top:1.9375rem;left:32.572917938233rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BwXKl1lbdSEdJJvoKL4yPpu3XAVQedmF { width:15rem;height:12.5rem;top:1.65625rem;left:0.45833337306976rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wmoSrpNWhrOSiupaqHuDTsEqzZsE78QU { width:15rem;height:12.5rem;top:1.65625rem;left:32.291667938233rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ldg9yLzSgPxlLHVgnE4t7kaU3qh3p6hW { width:15rem;height:12.5rem;top:1.65625rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q5tHJcoEEB6q1ude8BwJfxGH8JJMWann { width:12.5rem;height:9.5000002384186rem;top:3.15625rem;left:1.7083334922791rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #gPy5u1ycPPa628yHBUv9xiDl7U9ZNow6 { width:14.375rem;height:11.875rem;top:1.9375rem;left:16.65625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #XRCT2ceP8aFBRHrmol9FFali4lW819H5 { width:12.5rem;height:11.083333611488rem;top:2.3645935058594rem;left:17.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Ix9qOX1LKVHPI936TBCT97MVBMLDQyvT { width:12.5rem;height:11.083333611488rem;top:2.3645935058594rem;left:33.541667938233rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #mqhl6hJdB6IhuVqEFICf7HsMuKl4CxTT { width:12.5rem;height:9rem;top:2.9270935058594rem;left:1.7083334922791rem;font-size:1.1875rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 1199px) { #ezvOSQWXSiOG1nw0ecF1xpOeUATD7tGq { width:14.1875rem;height:10.5rem;top:2.6145935058594rem;left:16.78125rem;font-size:1.1875rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 1199px) { #k5ckah2rhXAipLDDz2uunWCSvfo8c50P { width:12.5rem;height:10.5rem;top:2.6145935058594rem;left:33.541667938233rem;font-size:1.1875rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 1199px) { #nuMEsVmAR7goD2eSndlNGQWG0HLzKRLV { display:block; }#nuMEsVmAR7goD2eSndlNGQWG0HLzKRLV > .row .container { width:47.75rem;height:17.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Vh2bg3fK4JkeahnTGhpMdIG1G6rGXtGI { width:12.5rem;height:0;top:1.6653747558594rem;left:1.7083334922791rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ppTcO5mJCwe0RBN54Vo5r6drHMDWNG00 { width:12.5rem;height:0;top:2.4583435058594rem;left:17.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #gBaINX3wW4IQezAqVzQadAakiyHD9Gyx { width:12.5rem;height:0;top:2.4583435058594rem;left:33.541667938233rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #EPU7RCHgMm7WMvSecRXAHTauK387XdcE { width:14.375rem;height:13.5625rem;top:1.2174530029297rem;left:0.73958337306975rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bpHAIw2XC3oPDrQOHzXnA1H1FzNKaAJC { width:14.375rem;height:13.5625rem;top:1.2174530029297rem;left:16.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SAq1By7KXfm1bgM4wsccDI947JTdQLyg { width:14.375rem;height:13.5625rem;top:1.2174530029297rem;left:32.572917938233rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Cr0ibQVzoCAvfUvW8NHseA7pSTZiGP0a { width:15rem;height:14.1875rem;top:0.90495300292969rem;left:32.291667938233rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I7KTTLtuC3Ls0qdMJUanyd0WHPuBcinJ { width:15rem;height:14.1875rem;top:0.90625rem;left:0.45833337306976rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CkPid0Gc0ToknL150faqW4hLBwwUAFBg { width:15rem;height:14.1875rem;top:0.90495300292969rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tmHXe0drRhWuk7lp0CvT996BhBKyTkWs { width:12.5rem;height:12.666666507721rem;top:1.6653747558594rem;left:1.7083334922791rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JksErqvh4pLLaxdfF6n1DT1OoLoZwykP { width:12.5rem;height:11.08333325386rem;top:2.4583435058594rem;left:17.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Zkc3DfqbuWH4NSkeR9xvGVOPzaXhf75Q { width:12.5rem;height:11.083333492279rem;top:2.4583435058594rem;left:33.541667938233rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #tKpSed6qclcaMfhi0V8RKV4lfTUVexiB { width:14rem;height:10.5rem;top:1.9583435058594rem;left:0.83333349227906rem;font-size:1.1875rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 1199px) { #ZsIFrFrlFaOqbEriJ2DD3gJC3aLbfBIv { width:14.3125rem;height:10.5rem;top:2.4166717529297rem;left:16.6875rem;font-size:1.1875rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 1199px) { #F7phIpdmrQnPR4doC4HlrAylopTxC7qI { width:12.5rem;height:10.5rem;top:2.6666717529297rem;left:33.541667938233rem;font-size:1.1875rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 1199px) { #eMKywzmhopmfgm4tsc4aNIFLiB41eICc { display:block; }#eMKywzmhopmfgm4tsc4aNIFLiB41eICc > .row .container { width:47.75rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Dw0h4b8kUTatoHVN8k2g4drJQUQb5Ogd { width:43.75rem;height:2.8125rem;top:2.625rem;left:1.9687501788139rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c91q6mTad15Wa3nfHkOxxQ8HV5efmTwN { display:block; }#c91q6mTad15Wa3nfHkOxxQ8HV5efmTwN > .row .container { width:47.75rem;height:10.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cITdKhNShFfrpBRklUueHGTnaZh06OSu { width:43.75rem;height:8.125rem;top:1.58203125rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mOn7OUqmcpn3d21ACkqgtIislyK7Ln4T { display:block; }#mOn7OUqmcpn3d21ACkqgtIislyK7Ln4T > .row .container { width:47.75rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Ny3eHOwKzwrR5FPFaAPpFML5sIWrIgng { width:17.5rem;height:3.4375rem;top:3.75rem;left:15.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hVrMlAAa9NAqsCWH4dB3ZQdlKCuf9fMH { display:block; }
 }@media only screen and (max-width: 1199px) { #IlEOTcd6d2MTRAZ8lfQhQcQqhqFw7Ktr { display:block; }#IlEOTcd6d2MTRAZ8lfQhQcQqhqFw7Ktr > .row .container { width:47.75rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #opzsLSov8uMwV3DU92E30rbmm82qxu3N { display:block; }#opzsLSov8uMwV3DU92E30rbmm82qxu3N > .row .container { width:47.75rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uvEwayTzDyIErwkMsxOII3T4d8csTBv8 { width:43.75rem;height:2.8125rem;top:2.625rem;left:2rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s2ls9zk2ZAyDx4z2XQF8lKQQ5h6XQv9k { display:block; }#s2ls9zk2ZAyDx4z2XQF8lKQQ5h6XQv9k > .row .container { width:47.75rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Af9chEOZgCcTXVt8yuTRNBBDuvlR6aLU { width:18.75rem;height:1.75rem;top:1.9583435058594rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dSBvf6q1rmOhqnB8HhJROlN1lnmLtTbh { width:12.5rem;height:3.25rem;top:3.7708435058594rem;left:3.4791667461395rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qa3KUDAIppyHp60QGBSzUpl2WTVfTs5d { width:18.75rem;height:1.75rem;top:1.9791870117188rem;left:14.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZzUMyZcfbPRI5tnhhsTJH93fphxzrfw6 { width:12.5rem;height:4.875rem;top:3.7708435058594rem;left:17.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C0TSP3hoJIE7GvCXFlcl5A4T4bTrurwe { width:18.75rem;height:1.75rem;top:1.9791870117188rem;left:27.96875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WcT5hA4dp5lfUzas6wsoKPVkGLy2Pcg3 { width:12.5rem;height:3.25rem;top:3.7708435058594rem;left:31.833335876465rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CbvzTg5U9Ob6CbqdfCdi0sT6T1MDXH0T { display:block; }#CbvzTg5U9Ob6CbqdfCdi0sT6T1MDXH0T > .row .container { width:47.75rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TWZwfdFK0kpUvBhsAP4exDyu3s7qreFW { display:none; }#TWZwfdFK0kpUvBhsAP4exDyu3s7qreFW > .row .container { width:47.75rem;height:13.125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #fTiaA0ofs4ee9v9moJgPXbp3JS9cdDt9 { width:12.5rem;height:12.5rem;top:0.1875rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Bwl2ZibfT375v46nuqJ6fx1iQAkeZRXo { display:none; }#Bwl2ZibfT375v46nuqJ6fx1iQAkeZRXo > .row .container { width:47.75rem;height:22.5625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #d82lKUSgKzLPgley6E2pGL4FbvSwC138 { width:43.75rem;height:14.45rem;top:2.09375rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TiNhSOHN8hnQwCNMUQbBMaTDPUnTSFGc { width:43.75rem;height:14.666666984558rem;top:2.09375rem;left:2rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #fH7aQe8lKedM8KudcwHQgLpp4f7FcHCr { display:none; }#fH7aQe8lKedM8KudcwHQgLpp4f7FcHCr > .row .container { width:47.75rem;height:12.5625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #xT75qyGTV6d81lgFRiUxf13DsF3STNus { width:12.5rem;height:12.5rem;top:0.0625rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lGib7wZnzPzRx5rtvwKrmbvSUcfz5SQP { display:none; }#lGib7wZnzPzRx5rtvwKrmbvSUcfz5SQP > .row .container { width:47.75rem;height:24.25rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #WsazEQ41NIgRZTgx56WLG1bASIhGIxwq { width:38.75rem;height:18.0625rem;top:2.125rem;left:4.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QbR4CqVZlCFml726NfCzAnVp0DoTHfmZ { width:38.75rem;height:18.333333730698rem;top:2.125rem;left:4.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #KzgLzOeKCwQHGITGKDdFLyV3C28VQ6lQ { display:block; }#KzgLzOeKCwQHGITGKDdFLyV3C28VQ6lQ > .row .container { width:47.75rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CiByoOOwvvGGqud7zuynTdH0xpJ4Ji3N { display:block; }#CiByoOOwvvGGqud7zuynTdH0xpJ4Ji3N > .row .container { width:47.75rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MxwTUhJ7pNxFK1yqwaNT3rZrq3d2Cils { width:43.75rem;height:2.8125rem;top:2.625rem;left:1.9687501788139rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JJkEkhJ3cMO7ezL1fqyL59IQ5xf1NcHg { display:block; }#JJkEkhJ3cMO7ezL1fqyL59IQ5xf1NcHg > .row .container { width:47.75rem;height:61.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #y0db2LTviLgt8xuKvJ0qHGz03u2OmrPy { width:29.1875rem;height:57.6875rem;top:2.5625rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #CiRsKiyqeQvbeixstF38JC6TGMMFHclb { width:27.9375rem;height:5rem;top:3.1875rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ei4ws65Ir1zMThgqQetJ7Qfi4gm6kmRp { width:18.75rem;height:2.4375rem;top:4.6875rem;left:14.5rem;font-size:1.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #oE2J6KaoUuqeMiiQ84SB0rBHSy8bs6yA { width:27.25rem;height:16.5rem;top:9.4375rem;left:10.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CnnRr4n9o5s9VkIX66tEt4H42qIROcWt { width:18.75rem;height:3.25rem;top:31.686218261719rem;left:14.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PfHHV1XlZBV0IK7X1Ts2tqmTDE4wTmXa { width:14.373698234558rem;height:4.1861977577209rem;top:27.5rem;left:16.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AeScOto28hxshJBsCfRU2Dn3PdDmtofT { display:block; }
 }@media only screen and (max-width: 1199px) { #A3nC4izuAC2dZbmPFxlhEbrEIvpWXDBm { width:14.373698234558rem;height:4.1861977577209rem;top:38.125rem;left:16.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NA3Eu0w8Tlcs6X3poCHEnuHoMhfhGXfi { display:block; }
 }@media only screen and (max-width: 1199px) { #HN2LqZgXTx3s29es7de7rLSoh5Mi6v3w { width:18.75rem;height:3.25rem;top:42.311218261719rem;left:14.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XHwhAyKvPqNvRPR09cJ2QUmfvLgO7m2x { width:27.25rem;height:1.375rem;top:35.5rem;left:10.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WMDMGhCmGUHBFnx8E9uzvgvulogxJTm6 { width:27.25rem;height:15.125rem;top:45.561218261719rem;left:10.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XTC1yJ25RpvAUryEh1x36uh72w4i3C1W { display:block; }#XTC1yJ25RpvAUryEh1x36uh72w4i3C1W > .row .container { width:47.75rem;height:19.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #aUdJIFnME37LnnLaGpViJD5Lc98oZcz9 { width:40.625rem;height:12.9375rem;top:2.25rem;left:3.53125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fO2XFJ6VWwVp71mX7MJ9dlgmi3PV0ssT { display:block; }#fO2XFJ6VWwVp71mX7MJ9dlgmi3PV0ssT > .row .container { width:47.75rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Vq5EVN4qysZ6OrfNs4szu53lMcgcUT80 { display:block; }#Vq5EVN4qysZ6OrfNs4szu53lMcgcUT80 > .row .container { width:47.75rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #IMO4vJD0AZ4AfeztWRQCNGTHc2g661db { width:43.75rem;height:2.8125rem;top:2.625rem;left:1.9687501788139rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lyvZFvzeWt6lUXnVI069yc3GcoPnEIDO { display:block; }#lyvZFvzeWt6lUXnVI069yc3GcoPnEIDO > .row .container { width:47.75rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #u7lKh6dAfMybFsKTO0N4QEI1MDhPtwls { width:43.75rem;height:4.3125rem;top:2.375rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pcc3EkmeToJuTIKqIWMwWQeqPxIcbIwK { width:43.75rem;height:4.5rem;top:2.375rem;left:2rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #awgLVXiiTxKMcSdZyyA6uUHhu7Aou2tn { width:43.75rem;height:2.875rem;top:8.2500002384187rem;left:2.0000001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pcEmO16S9I8zsTsm8TM4LiR802TzKK73 { width:43.75rem;height:2.875rem;top:12.8125rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XZXS1BL7TIarDPzsyCttLoyGUkA0ms8N { width:43.75rem;height:3rem;top:12.8125rem;left:2rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #rzUbtXZx07m7qHZnRPH9l0JbsMJKH2oc { display:block; }#rzUbtXZx07m7qHZnRPH9l0JbsMJKH2oc > .row .container { width:47.75rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Dnx3gE64IIVOD4plcnUEvXTQrMQTUdHP { width:43.75rem;height:2.8125rem;top:1.7084350585938rem;left:2rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I32LVXPzf0JMrWwv57lU9sc1TPnebvUx { display:block; }#I32LVXPzf0JMrWwv57lU9sc1TPnebvUx > .row .container { width:47.75rem;height:37.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Jgc6CgMXk2Zvu5Vyx0NHeOISxvEGZVnK { width:12.5rem;height:12.5rem;top:8.3528747558594rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MOQUwgAb03Dm3q0o9XvO01ni0p9INtqr { width:40.625rem;height:4rem;top:3.4375rem;left:2.46875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SvxpvfRz5cvViNRNf6ETrMEh99H9q7w4 { width:31.375rem;height:15rem;top:9.03125rem;left:15.645833969116rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UNNACZsEZS6fbrs9JJP2udO8SK7N945B { width:40.625rem;height:4rem;top:0.0625rem;left:3.53125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #zXaWJePF2inJHymU2DnN69J4dkXir1qs { width:31.375rem;height:15.333333015442rem;top:6.9570922851562rem;left:16.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JECOTeCr0TrTq81AMgVUw4Gya3WzNxcV { width:40.625rem;height:8.625rem;top:27.625rem;left:3.53125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UMCaUKsO2gKosBV5FCvtZ5HvLxfQbIGs { width:46.25rem;height:36.1875rem;top:1.6458435058594rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ktxws7HwnuDDXGXteOlELepkfV91Cmld { display:block; }#Ktxws7HwnuDDXGXteOlELepkfV91Cmld > .row .container { width:47.75rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zniDhgyhHA9E94NQwUOe0vx5MvepCWRl { width:17.5rem;height:3.4375rem;top:3.75rem;left:15.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tWT8nyAe3JIZW9VkltQQV7NC5mHJsgJb { display:block; }
 }@media only screen and (max-width: 1199px) { #UsH79CuTEOmI2Odb1ZOTAlrq2sTccXKz { display:block; }#UsH79CuTEOmI2Odb1ZOTAlrq2sTccXKz > .row .container { width:47.75rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XgHKnQtPmhUCaXlVslgrBbbeRZC4wIQB { display:block; }#XgHKnQtPmhUCaXlVslgrBbbeRZC4wIQB > .row .container { width:47.75rem;height:10.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gQ2ZDlsv1XhWK3DLVUnBO47GHX0mEQur { width:43.75rem;height:5.625rem;top:2.625rem;left:1.9687501788139rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zV7PU9QEm9V50ONegauSPFf7c8LISqOM { display:block; }#zV7PU9QEm9V50ONegauSPFf7c8LISqOM > .row .container { width:47.75rem;height:15.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Z10PbIAKqeFRHmOpsv3ADZZKs2Ca4sJ9 { width:12.5rem;height:12.5rem;top:2.59375rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yCOOrBn23XIDTRbKHsG8Ey6dTeg0oN4T { display:block; }#yCOOrBn23XIDTRbKHsG8Ey6dTeg0oN4T > .row .container { width:47.75rem;height:20.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CzdgovpF2VWCa8kTKxzSVkN38Bwg01NW { width:38.75rem;height:14rem;top:1.78125rem;left:4.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IWPqRQyav5Pm2aE4XIDKn4a4zDknrqoI { width:38.75rem;height:14.666666984558rem;top:1.78125rem;left:4.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #nR8L1ATVsUEo0wEk48rS5He7I1EFiO1e { display:block; }#nR8L1ATVsUEo0wEk48rS5He7I1EFiO1e > .row .container { width:47.75rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lNO4NGKrXuFiPs7RXUvdUe1a6U97AzlH { width:12.5rem;height:12.5rem;top:1.9375rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WxMI1gnpfpfbX6a2VXe0bpaEg3fT55BQ { display:block; }#WxMI1gnpfpfbX6a2VXe0bpaEg3fT55BQ > .row .container { width:47.75rem;height:31.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Z24Cb3yovZt9y8DmkbIrCQfAo61fQyEX { width:43.75rem;height:0;top:2.15625rem;left:2rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JTaPUwWCmtUZNRrQuX3UyevkDr3DymDn { width:43.75rem;height:23.833333730698rem;top:2.15625rem;left:2rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #mOHBvpmBK0sWokASw9k8LIarfdkXzQHn { width:43.75rem;height:24.5rem;top:2.30078125rem;left:2.625rem;font-size:1.0625rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 1199px) { #TqhSliaiTQVtSGfNc7Qmeg7BNeHN99ho { display:block; }#TqhSliaiTQVtSGfNc7Qmeg7BNeHN99ho > .row .container { width:47.75rem;height:78.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iblS1kD8v9LbfeupB8LGMm4dJTPPVcFf { width:43.6875rem;height:3.25rem;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) { #s90JhOlFoGBAf5CZQ1uiUnngQVAHSCpb { width:17.5rem;height:23.5rem;top:10.4365234375rem;left:16rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oNUDDWCQJH0GnrPJiD0G3Dp2lNtBkxPr { width:43.75rem;height:33.75rem;top:36.208374023438rem;left:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rc1rSBEA0whJvAahHQymCvN4rXcLtcVG { width:3.125rem;height:3.25rem;top:72.5625rem;left:22.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TOZAAfSTefNqDQdDInAyiIZUtr9msXRJ { 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) { #mWuFQAmu2mepk6sNeRJB0vEKR1O7Td6q { width:47.75rem;height:71.0625rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ud8wxcLCnmafTS4tPigVoWqaKdQWsl1r { 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) { #h2XXksZDuKgehSBCC8M4TTu4xg359wzx { width:25rem;height:0;top:11.859375rem;left:19.178904354572rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #sXNN5eut1lCobBW3DBKRTeC8RngiB0KJ { display:block; }#sXNN5eut1lCobBW3DBKRTeC8RngiB0KJ > .row .container { width:47.75rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dPOMRKr4XeH4OHCKVP9UFHaxHJ3TNNrx { width:43.75rem;height:2.8125rem;top:5.1979370117188rem;left:2rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hbhxb41D4USnrmCuoVgyIU59To9qaggl { display:block; }#hbhxb41D4USnrmCuoVgyIU59To9qaggl > .row .container { width:47.75rem;height:23.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Vwouf7pWRsBiSSTJle5akbJVizcQmKC6 { width:17.5rem;height:3.4375rem;top:19.6875rem;left:15.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dXxdrXesQkLn5rWv9OKynRCd5ImB83Wu { display:block; }
 }@media only screen and (max-width: 1199px) { #yV8q9TB0atEAlo29fLBGZGC5SZtOowRB .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#yV8q9TB0atEAlo29fLBGZGC5SZtOowRB .widget-text.counter-number { padding-top:0.771875rem;padding-right:0.688125rem;padding-bottom:0.771875rem;padding-left:0.688125rem;width:4.128125rem;min-width:4.128125rem;height:4.150625rem;font-size:3.08875rem;line-height:66.41px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.1875rem solid #f4ce83;border-left:0.1875rem solid #f4ce83;border-right:0.1875rem solid #f4ce83;border-bottom:0.1875rem solid #f4ce83; }
#yV8q9TB0atEAlo29fLBGZGC5SZtOowRB .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.4825rem;margin-right:0;margin-bottom:0;margin-left:0;width:5.504375rem;height:1.640625rem;font-size:1.158125rem;line-height:26.25px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#yV8q9TB0atEAlo29fLBGZGC5SZtOowRB { width:20.625rem;height:8.19140625rem;display:flex;top:9.01953125rem;left:13.358073234558rem;z-index:100057;padding-top:0.19625rem;padding-right:0.2025rem;padding-bottom:0.19625rem;padding-left:0.2025rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 1199px) { #yV8q9TB0atEAlo29fLBGZGC5SZtOowRB #Q7Q3cR1pGlrO0CGi81T1oyeGu1NIBUIe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #yV8q9TB0atEAlo29fLBGZGC5SZtOowRB #UEIhgMLX3qGUeKn16ZvDZzD7F9PH2TdP {  }
 }@media only screen and (max-width: 1199px) { #yV8q9TB0atEAlo29fLBGZGC5SZtOowRB #cw4w9RMLHygJTxUIIa4Au9FqXyc2ySIy {  }
 }@media only screen and (max-width: 1199px) { #yV8q9TB0atEAlo29fLBGZGC5SZtOowRB #S4mIGahH8vBWzv5IyW2tRrow4Xs6dNFe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #yV8q9TB0atEAlo29fLBGZGC5SZtOowRB #ZbSgS7ZKToPhicQr774JGMxBqAMT827K {  }
 }@media only screen and (max-width: 1199px) { #yV8q9TB0atEAlo29fLBGZGC5SZtOowRB #QtU0ZatG3ET2w1axzhzgsq30hH4N7O2E {  }
 }@media only screen and (max-width: 1199px) { #yV8q9TB0atEAlo29fLBGZGC5SZtOowRB #CMVZdV5gKEas44tckEXkM0kfnLk25eNs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #yV8q9TB0atEAlo29fLBGZGC5SZtOowRB #CM7kM8JSyNWTFcTWRRabkmG4QN43JDzw {  }
 }@media only screen and (max-width: 1199px) { #yV8q9TB0atEAlo29fLBGZGC5SZtOowRB #MPRGQlFxbKTuuBqc6T0uTP1A1TfT1kg6 {  }
 }@media only screen and (max-width: 1199px) { #yV8q9TB0atEAlo29fLBGZGC5SZtOowRB #VFWXnDtn6A5gQCXbJ638xEQ6xD2GZVMa { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #yV8q9TB0atEAlo29fLBGZGC5SZtOowRB #otev8lgh6fc1Ns25Pn35nKIn5oT9NWBq {  }
 }@media only screen and (max-width: 1199px) { #yV8q9TB0atEAlo29fLBGZGC5SZtOowRB #raIni4FlynfMNQqzWvbyXUd4io8hQqrL {  }
 }@media only screen and (max-width: 1199px) { #EK8mP2h9oCdy5HhTzsw338xrvX86cOM6 { width:37.5rem;height:1.75rem;top:3.6875rem;left:5.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qGAel5RW75gyhvEr8U5pB77JsrnbhwJe { display:block; }#qGAel5RW75gyhvEr8U5pB77JsrnbhwJe > .row .container { width:47.75rem;height:15.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NchtphNIniOlArrHUV4SBv4UdXaSkpSn { width:43.75rem;height:3.5rem;top:6.11328125rem;left:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kT3dqp6iSrwvcI7qwIyWdExUVznctWqi { width:6.1875rem;height:3rem;top:0.0625rem;left:2.8606772422791rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KbJxPTppLU0fgGemUCqTFSb2RcNOHzXk { width:6.1875rem;height:13rem;top:3.8724365234375rem;left:2.8606772422791rem;font-size:10rem;display:none; }
 }@media only screen and (max-width: 1199px) { #rxlbVCKcbBAC6XKDEFPK1UydAyLKHOkl { display:block; }#rxlbVCKcbBAC6XKDEFPK1UydAyLKHOkl > .row .container { width:47.75rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #z3SuJZuzBsel1ZuJ0JqtShkTdLOvDPrr { width:4.6875rem;height:4.75rem;top:4.21875rem;left:21.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #daC1EN3XR8eopTQ09yJncSxLy3AnnvGl { display:block; }#daC1EN3XR8eopTQ09yJncSxLy3AnnvGl > .row .container { width:20rem;height:34.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CaySOvmxPaSnf7KP6WNZVAddKyk3g01X { 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) { #gRbt3y2w3e1WM4EboMXG3CSXPiEKVTMs { width:4.25rem;height:4.375rem;top:1.3541717529297rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCkI7Z1Gl4KpC11qiyRfflRn4DmhOMnP { width:18.75rem;height:2rem;top:12.86979675293rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZQ5wPZoqNkCcglqnBLiLJZXb5sITsQQ { width:12.5rem;height:0.0625rem;top:11.61979675293rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcFxQE3avqZTuXUg9sK9pZyNpn3Afe0Z { width:20rem;height:1.9375rem;top:8.2320318222044rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #yFXJ7RXDT9JD4unCCWVWfLXzJ7NVgUrC { width:18.75rem;height:18.75rem;top:16.01953125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVT8uyF9Poxc5Q24aQk1371lw8SVd7Sm { display:block; }#iVT8uyF9Poxc5Q24aQk1371lw8SVd7Sm > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WI9a4f4dvxGzZWmgvVvDQi1OXXz3B5wX { width:19.9991875rem;height:1.75rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQAkKNndxpVgJeRBiM57EFwqfG62KoWw { display:block; }#TQAkKNndxpVgJeRBiM57EFwqfG62KoWw > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xUQDuGfqVRd4T5asDIHOvrsb00X7Wt8R { width:18.75rem;height:0;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eufosb9p9kg7bXd4Oy0c2VK2OhltnQUn { width:18.75rem;height:4.875rem;top:1.3854217529297rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #ml8LIThLRQ1VNsErqDy8mQmvmilfZFZk { display:block; }#ml8LIThLRQ1VNsErqDy8mQmvmilfZFZk > .row .container { width:20rem;height:11rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gq1FdFOnyoGtIlp87XzaFzTdTcSeclAX { width:20rem;height:9.75rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lm4kWmxk35tKH8e5MEyaFug5SsFhJmdF { display:block; }#Lm4kWmxk35tKH8e5MEyaFug5SsFhJmdF > .row .container { width:20rem;height:10.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ANLB0CHxglWuT9Q4vlXUMSsQI01GG5IX { width:20rem;height:5.75rem;top:2.7265625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvX8ekOBO0IdRTh8qW7vu1ykcaTSgIkD { width:19.375rem;height:8.3125rem;top:1.5924491882324rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QatyfOBKvlO0w7FpdlwTcKP1DNkmCdbM { width:20rem;height:8.9375rem;top:1.3333320617676rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcQTSoNfFe6CJlx3NeHIM2sOF9T8GZft { width:12.5rem;height:auto;top:2.875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #k6ZEmiq5UoErseRSNBaVc2c0fnydeAiX { display:block; }#k6ZEmiq5UoErseRSNBaVc2c0fnydeAiX > .row .container { width:20rem;height:34.14453125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lf0GvzCBCAUgO8uhEH10L3bRR05DKiFs { width:20rem;height:0;top:2.0833435058594rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AnRSkc83ImFXiU85hXEbm1QU8fmui0FK { width:20rem;height:0;top:13.7890625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xHe4Md5XpuDg34dfBk4FLO0JxuDLcVCK { width:20rem;height:0;top:25.18359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #q9ilVXkRfTJsnso6mhnVU8i8ry8Fdgd5 { width:19.375rem;height:9.625rem;top:1.0104370117188rem;left:0.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GTMye41H7uB8rPWzGOriToyL4XTGg0p9 { width:19.375rem;height:9.625rem;top:12.73828125rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlbWzCRNI8C7hfKyfHTN1yx1IDNcARLG { width:19.375rem;height:9.625rem;top:24.1328125rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwXKl1lbdSEdJJvoKL4yPpu3XAVQedmF { width:20rem;height:10.25rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmoSrpNWhrOSiupaqHuDTsEqzZsE78QU { width:20rem;height:10.25rem;top:23.89453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldg9yLzSgPxlLHVgnE4t7kaU3qh3p6hW { width:20rem;height:10.25rem;top:12.45703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5tHJcoEEB6q1ude8BwJfxGH8JJMWann { width:20rem;height:7.1875rem;top:2.7083435058594rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #gPy5u1ycPPa628yHBUv9xiDl7U9ZNow6 { width:19.375rem;height:9.625rem;top:0.98959350585938rem;left:0.28125rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #XRCT2ceP8aFBRHrmol9FFali4lW819H5 { width:20rem;height:7.1875rem;top:13.790374755859rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #Ix9qOX1LKVHPI936TBCT97MVBMLDQyvT { width:20rem;height:7.1875rem;top:25.184906005859rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #mqhl6hJdB6IhuVqEFICf7HsMuKl4CxTT { width:12.5rem;height:auto;top:2.875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ezvOSQWXSiOG1nw0ecF1xpOeUATD7tGq { width:14.1875rem;height:auto;top:2.5625rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #k5ckah2rhXAipLDDz2uunWCSvfo8c50P { width:12.5rem;height:auto;top:2.5625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nuMEsVmAR7goD2eSndlNGQWG0HLzKRLV { display:block; }#nuMEsVmAR7goD2eSndlNGQWG0HLzKRLV > .row .container { width:20rem;height:36.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vh2bg3fK4JkeahnTGhpMdIG1G6rGXtGI { width:20rem;height:0;top:2.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ppTcO5mJCwe0RBN54Vo5r6drHMDWNG00 { width:20rem;height:0;top:15.6953125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gBaINX3wW4IQezAqVzQadAakiyHD9Gyx { width:20rem;height:0;top:27.635437011719rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EPU7RCHgMm7WMvSecRXAHTauK387XdcE { width:19.375rem;height:11.1875rem;top:1.4479370117188rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpHAIw2XC3oPDrQOHzXnA1H1FzNKaAJC { width:19.375rem;height:9.9375rem;top:14.51953125rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAq1By7KXfm1bgM4wsccDI947JTdQLyg { width:19.375rem;height:9.6875rem;top:26.5625rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cr0ibQVzoCAvfUvW8NHseA7pSTZiGP0a { width:20rem;height:10.3125rem;top:26.270843505859rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7KTTLtuC3Ls0qdMJUanyd0WHPuBcinJ { width:20rem;height:11.875rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkPid0Gc0ToknL150faqW4hLBwwUAFBg { width:20rem;height:10.5625rem;top:14.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmHXe0drRhWuk7lp0CvT996BhBKyTkWs { width:20rem;height:8.625rem;top:2.5416870117188rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #JksErqvh4pLLaxdfF6n1DT1OoLoZwykP { width:20rem;height:7.1875rem;top:15.78125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #Zkc3DfqbuWH4NSkeR9xvGVOPzaXhf75Q { width:20rem;height:7.1875rem;top:27.635437011719rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #tKpSed6qclcaMfhi0V8RKV4lfTUVexiB { width:14rem;height:auto;top:1.9375rem;left:3rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZsIFrFrlFaOqbEriJ2DD3gJC3aLbfBIv { width:14.3125rem;height:auto;top:2.375rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #F7phIpdmrQnPR4doC4HlrAylopTxC7qI { width:12.5rem;height:auto;top:2.625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eMKywzmhopmfgm4tsc4aNIFLiB41eICc { display:block; }#eMKywzmhopmfgm4tsc4aNIFLiB41eICc > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dw0h4b8kUTatoHVN8k2g4drJQUQb5Ogd { width:19.9991875rem;height:1.75rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c91q6mTad15Wa3nfHkOxxQ8HV5efmTwN { display:block; }#c91q6mTad15Wa3nfHkOxxQ8HV5efmTwN > .row .container { width:20rem;height:12.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cITdKhNShFfrpBRklUueHGTnaZh06OSu { width:19.9991875rem;height:11.375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOn7OUqmcpn3d21ACkqgtIislyK7Ln4T { display:block; }#mOn7OUqmcpn3d21ACkqgtIislyK7Ln4T > .row .container { width:20rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ny3eHOwKzwrR5FPFaAPpFML5sIWrIgng { width:19rem;height:3.4375rem;top:2.3125rem;left:0.5rem;font-weight:400;font-style:normal;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVrMlAAa9NAqsCWH4dB3ZQdlKCuf9fMH { display:block; }
 }@media only screen and (max-width: 763px) { #IlEOTcd6d2MTRAZ8lfQhQcQqhqFw7Ktr { background-color:#eef3ef;background-image:url("https://images.assets-landingi.com/OUoW5MCE/_Be.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#IlEOTcd6d2MTRAZ8lfQhQcQqhqFw7Ktr.adaptive-delivery-prevent-bg, #IlEOTcd6d2MTRAZ8lfQhQcQqhqFw7Ktr.lazyload, #IlEOTcd6d2MTRAZ8lfQhQcQqhqFw7Ktr.lazyloading { background-image: none; }#IlEOTcd6d2MTRAZ8lfQhQcQqhqFw7Ktr > .row .container { background-color: transparent; background-image: none; }#IlEOTcd6d2MTRAZ8lfQhQcQqhqFw7Ktr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IlEOTcd6d2MTRAZ8lfQhQcQqhqFw7Ktr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IlEOTcd6d2MTRAZ8lfQhQcQqhqFw7Ktr > .row .container > .video-iframe-container { display: none; }#IlEOTcd6d2MTRAZ8lfQhQcQqhqFw7Ktr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IlEOTcd6d2MTRAZ8lfQhQcQqhqFw7Ktr > .row > .video-iframe-container { display: none; }#IlEOTcd6d2MTRAZ8lfQhQcQqhqFw7Ktr > .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); }#IlEOTcd6d2MTRAZ8lfQhQcQqhqFw7Ktr > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #opzsLSov8uMwV3DU92E30rbmm82qxu3N { display:block; }#opzsLSov8uMwV3DU92E30rbmm82qxu3N > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uvEwayTzDyIErwkMsxOII3T4d8csTBv8 { width:19.9991875rem;height:1.75rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2ls9zk2ZAyDx4z2XQF8lKQQ5h6XQv9k { display:block; }#s2ls9zk2ZAyDx4z2XQF8lKQQ5h6XQv9k > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Af9chEOZgCcTXVt8yuTRNBBDuvlR6aLU { width:19.9991875rem;height:1.75rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSBvf6q1rmOhqnB8HhJROlN1lnmLtTbh { width:19.998697280884rem;height:2.875rem;top:1.9244995117188rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qa3KUDAIppyHp60QGBSzUpl2WTVfTs5d { width:19.998697280884rem;height:1.75rem;top:7.0247802734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzUMyZcfbPRI5tnhhsTJH93fphxzrfw6 { width:19.998697280884rem;height:3.25rem;top:7.94921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0TSP3hoJIE7GvCXFlcl5A4T4bTrurwe { width:19.998697280884rem;height:1.75rem;top:13.473999023438rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcT5hA4dp5lfUzas6wsoKPVkGLy2Pcg3 { width:19.998697280884rem;height:3.25rem;top:14.337280273438rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbvzTg5U9Ob6CbqdfCdi0sT6T1MDXH0T { display:block; }#CbvzTg5U9Ob6CbqdfCdi0sT6T1MDXH0T > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWZwfdFK0kpUvBhsAP4exDyu3s7qreFW { display:none; }#TWZwfdFK0kpUvBhsAP4exDyu3s7qreFW > .row .container { width:20rem;height:11.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fTiaA0ofs4ee9v9moJgPXbp3JS9cdDt9 { width:9.375rem;height:9.375rem;top:2.13671875rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bwl2ZibfT375v46nuqJ6fx1iQAkeZRXo { display:none; }#Bwl2ZibfT375v46nuqJ6fx1iQAkeZRXo > .row .container { width:20rem;height:30.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #d82lKUSgKzLPgley6E2pGL4FbvSwC138 { width:18.75rem;height:0;top:1.3450317382812rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TiNhSOHN8hnQwCNMUQbBMaTDPUnTSFGc { width:18.75rem;height:27.09375rem;top:1.3021240234375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #fH7aQe8lKedM8KudcwHQgLpp4f7FcHCr { display:none; }#fH7aQe8lKedM8KudcwHQgLpp4f7FcHCr > .row .container { width:20rem;height:10.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xT75qyGTV6d81lgFRiUxf13DsF3STNus { width:9.6875rem;height:9.6875rem;top:1.125rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGib7wZnzPzRx5rtvwKrmbvSUcfz5SQP { display:none; }#lGib7wZnzPzRx5rtvwKrmbvSUcfz5SQP > .row .container { width:20rem;height:37.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WsazEQ41NIgRZTgx56WLG1bASIhGIxwq { width:18.75rem;height:0;top:1.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QbR4CqVZlCFml726NfCzAnVp0DoTHfmZ { width:18.75rem;height:34.31875rem;top:1.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #KzgLzOeKCwQHGITGKDdFLyV3C28VQ6lQ { display:block; }#KzgLzOeKCwQHGITGKDdFLyV3C28VQ6lQ > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CiByoOOwvvGGqud7zuynTdH0xpJ4Ji3N { display:block; }#CiByoOOwvvGGqud7zuynTdH0xpJ4Ji3N > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MxwTUhJ7pNxFK1yqwaNT3rZrq3d2Cils { width:19.997396469116rem;height:1.75rem;top:1.9063720703125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJkEkhJ3cMO7ezL1fqyL59IQ5xf1NcHg { display:block; }#JJkEkhJ3cMO7ezL1fqyL59IQ5xf1NcHg > .row .container { width:20rem;height:86.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y0db2LTviLgt8xuKvJ0qHGz03u2OmrPy { width:19.375rem;height:82.0625rem;top:1rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiRsKiyqeQvbeixstF38JC6TGMMFHclb { width:18.125rem;height:4.4375rem;top:1.5208435058594rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ei4ws65Ir1zMThgqQetJ7Qfi4gm6kmRp { width:20rem;height:1.75rem;top:2.78125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oE2J6KaoUuqeMiiQ84SB0rBHSy8bs6yA { width:18.125rem;height:28.125rem;top:7.1028747558594rem;left:0.90625rem;font-size:1.0625rem;line-height:1.8;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CnnRr4n9o5s9VkIX66tEt4H42qIROcWt { width:20rem;height:2.5625rem;top:42.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfHHV1XlZBV0IK7X1Ts2tqmTDE4wTmXa { width:15.625rem;height:4.6875rem;top:38rem;left:2.1875rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.25rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeScOto28hxshJBsCfRU2Dn3PdDmtofT { display:block; }
 }@media only screen and (max-width: 763px) { #A3nC4izuAC2dZbmPFxlhEbrEIvpWXDBm { width:15.625rem;height:4.6875rem;top:48.458343505859rem;left:2.1875rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.25rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NA3Eu0w8Tlcs6X3poCHEnuHoMhfhGXfi { display:block; }
 }@media only screen and (max-width: 763px) { #HN2LqZgXTx3s29es7de7rLSoh5Mi6v3w { width:20rem;height:2.5625rem;top:53.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHwhAyKvPqNvRPR09cJ2QUmfvLgO7m2x { width:20rem;height:1.875rem;top:45.8125rem;left:0rem;font-size:1.0625rem;line-height:1.8;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WMDMGhCmGUHBFnx8E9uzvgvulogxJTm6 { width:18.1875rem;height:26.25rem;top:56.875rem;left:0.90625rem;font-size:1.0625rem;line-height:1.8;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XTC1yJ25RpvAUryEh1x36uh72w4i3C1W { display:block; }#XTC1yJ25RpvAUryEh1x36uh72w4i3C1W > .row .container { width:20rem;height:23.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aUdJIFnME37LnnLaGpViJD5Lc98oZcz9 { width:18.75rem;height:17.25rem;top:1.6146240234375rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fO2XFJ6VWwVp71mX7MJ9dlgmi3PV0ssT { display:block; }#fO2XFJ6VWwVp71mX7MJ9dlgmi3PV0ssT > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vq5EVN4qysZ6OrfNs4szu53lMcgcUT80 { display:block; }#Vq5EVN4qysZ6OrfNs4szu53lMcgcUT80 > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IMO4vJD0AZ4AfeztWRQCNGTHc2g661db { width:19.998697280884rem;height:1.75rem;top:1.3438720703125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyvZFvzeWt6lUXnVI069yc3GcoPnEIDO { display:block; }#lyvZFvzeWt6lUXnVI069yc3GcoPnEIDO > .row .container { width:20rem;height:35.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u7lKh6dAfMybFsKTO0N4QEI1MDhPtwls { width:18.75rem;height:0;top:1.88671875rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #pcc3EkmeToJuTIKqIWMwWQeqPxIcbIwK { width:18.75rem;height:12.9375rem;top:1.75rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #awgLVXiiTxKMcSdZyyA6uUHhu7Aou2tn { width:17.4375rem;height:7.1875rem;top:16.407531738281rem;left:1.28125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pcEmO16S9I8zsTsm8TM4LiR802TzKK73 { width:20rem;height:0;top:25.07421875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #XZXS1BL7TIarDPzsyCttLoyGUkA0ms8N { width:20rem;height:7.1875rem;top:25.32421875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:100018;display:block; }
 }@media only screen and (max-width: 763px) { #rzUbtXZx07m7qHZnRPH9l0JbsMJKH2oc { display:block; }#rzUbtXZx07m7qHZnRPH9l0JbsMJKH2oc > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dnx3gE64IIVOD4plcnUEvXTQrMQTUdHP { width:19.998697280884rem;height:1.75rem;top:1.9271240234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I32LVXPzf0JMrWwv57lU9sc1TPnebvUx { display:block; }#I32LVXPzf0JMrWwv57lU9sc1TPnebvUx > .row .container { width:20rem;height:51.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jgc6CgMXk2Zvu5Vyx0NHeOISxvEGZVnK { width:9.375rem;height:9.375rem;top:7.8333435058594rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOQUwgAb03Dm3q0o9XvO01ni0p9INtqr { width:20rem;height:0;top:1.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #SvxpvfRz5cvViNRNf6ETrMEh99H9q7w4 { width:18.125rem;height:0;top:19.125rem;left:0.90625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #UNNACZsEZS6fbrs9JJP2udO8SK7N945B { width:18.125rem;height:4.875rem;top:1.8125rem;left:0.90625rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #zXaWJePF2inJHymU2DnN69J4dkXir1qs { width:18.125rem;height:19.25rem;top:17.25rem;left:0.90625rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:100018;display:block; }
 }@media only screen and (max-width: 763px) { #JECOTeCr0TrTq81AMgVUw4Gya3WzNxcV { width:18.125rem;height:11.5rem;top:38.141937255859rem;left:0.90625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UMCaUKsO2gKosBV5FCvtZ5HvLxfQbIGs { width:20rem;height:50.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ktxws7HwnuDDXGXteOlELepkfV91Cmld { display:block; }#Ktxws7HwnuDDXGXteOlELepkfV91Cmld > .row .container { width:20rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zniDhgyhHA9E94NQwUOe0vx5MvepCWRl { width:19rem;height:3.4375rem;top:2.2604370117188rem;left:0.5rem;font-weight:400;font-style:normal;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWT8nyAe3JIZW9VkltQQV7NC5mHJsgJb { display:block; }
 }@media only screen and (max-width: 763px) { #UsH79CuTEOmI2Odb1ZOTAlrq2sTccXKz { display:block; }#UsH79CuTEOmI2Odb1ZOTAlrq2sTccXKz > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XgHKnQtPmhUCaXlVslgrBbbeRZC4wIQB { display:block; }#XgHKnQtPmhUCaXlVslgrBbbeRZC4wIQB > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gQ2ZDlsv1XhWK3DLVUnBO47GHX0mEQur { width:19.998697280884rem;height:3.5rem;top:1.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zV7PU9QEm9V50ONegauSPFf7c8LISqOM { display:block; }#zV7PU9QEm9V50ONegauSPFf7c8LISqOM > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z10PbIAKqeFRHmOpsv3ADZZKs2Ca4sJ9 { width:9.375rem;height:9.375rem;top:2.44921875rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCOOrBn23XIDTRbKHsG8Ey6dTeg0oN4T { display:block; }#yCOOrBn23XIDTRbKHsG8Ey6dTeg0oN4T > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CzdgovpF2VWCa8kTKxzSVkN38Bwg01NW { width:18.75rem;height:0;top:1.19921875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IWPqRQyav5Pm2aE4XIDKn4a4zDknrqoI { width:18.75rem;height:24.5rem;top:1.2291870117188rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #nR8L1ATVsUEo0wEk48rS5He7I1EFiO1e { display:block; }#nR8L1ATVsUEo0wEk48rS5He7I1EFiO1e > .row .container { width:20rem;height:11rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lNO4NGKrXuFiPs7RXUvdUe1a6U97AzlH { width:9.375rem;height:9.375rem;top:1.6158447265625rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxMI1gnpfpfbX6a2VXe0bpaEg3fT55BQ { display:block; }#WxMI1gnpfpfbX6a2VXe0bpaEg3fT55BQ > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z24Cb3yovZt9y8DmkbIrCQfAo61fQyEX { width:18.75rem;height:0;top:1.51953125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JTaPUwWCmtUZNRrQuX3UyevkDr3DymDn { width:18.75rem;height:50.75rem;top:1.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #mOHBvpmBK0sWokASw9k8LIarfdkXzQHn { width:20rem;height:auto;top:2.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TqhSliaiTQVtSGfNc7Qmeg7BNeHN99ho { background-color:#eef3ef;background-image:none;display:block; }#TqhSliaiTQVtSGfNc7Qmeg7BNeHN99ho > .row .container { background-color: transparent; background-image: none; }#TqhSliaiTQVtSGfNc7Qmeg7BNeHN99ho::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TqhSliaiTQVtSGfNc7Qmeg7BNeHN99ho > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TqhSliaiTQVtSGfNc7Qmeg7BNeHN99ho > .row .container > .video-iframe-container { display: none; }#TqhSliaiTQVtSGfNc7Qmeg7BNeHN99ho > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TqhSliaiTQVtSGfNc7Qmeg7BNeHN99ho > .row > .video-iframe-container { display: none; }#TqhSliaiTQVtSGfNc7Qmeg7BNeHN99ho > .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); }#TqhSliaiTQVtSGfNc7Qmeg7BNeHN99ho > .row .container { width:20rem;height:85.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iblS1kD8v9LbfeupB8LGMm4dJTPPVcFf { 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) { #s90JhOlFoGBAf5CZQ1uiUnngQVAHSCpb { width:15.3125rem;height:20.5625rem;top:8.52734375rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNUDDWCQJH0GnrPJiD0G3Dp2lNtBkxPr { 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) { #rc1rSBEA0whJvAahHQymCvN4rXcLtcVG { width:5.25rem;height:5.5rem;top:58.202079772949rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TOZAAfSTefNqDQdDInAyiIZUtr9msXRJ { 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) { #mWuFQAmu2mepk6sNeRJB0vEKR1O7Td6q { width:19.375rem;height:82.3125rem;top:2.1224365234375rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ud8wxcLCnmafTS4tPigVoWqaKdQWsl1r { width:20rem;height:4.125rem;top:3.46484375rem;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) { #h2XXksZDuKgehSBCC8M4TTu4xg359wzx { width:17.5rem;height:54rem;top:30.434875488281rem;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) { #sXNN5eut1lCobBW3DBKRTeC8RngiB0KJ { display:block; }#sXNN5eut1lCobBW3DBKRTeC8RngiB0KJ > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dPOMRKr4XeH4OHCKVP9UFHaxHJ3TNNrx { width:19.998697280884rem;height:1.75rem;top:3.9154052734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbhxb41D4USnrmCuoVgyIU59To9qaggl { display:block; }#hbhxb41D4USnrmCuoVgyIU59To9qaggl > .row .container { width:20rem;height:17.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vwouf7pWRsBiSSTJle5akbJVizcQmKC6 { width:18.75rem;height:3.4375rem;top:12.74609375rem;left:0.625rem;font-weight:400;font-style:normal;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXxdrXesQkLn5rWv9OKynRCd5ImB83Wu { display:block; }
 }@media only screen and (max-width: 763px) { #yV8q9TB0atEAlo29fLBGZGC5SZtOowRB .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yV8q9TB0atEAlo29fLBGZGC5SZtOowRB .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem;border-top:0.1875rem solid #f4ce83;border-left:0.1875rem solid #f4ce83;border-right:0.1875rem solid #f4ce83;border-bottom:0.1875rem solid #f4ce83; }
#yV8q9TB0atEAlo29fLBGZGC5SZtOowRB .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#yV8q9TB0atEAlo29fLBGZGC5SZtOowRB { width:14.625rem;height:5.4375rem;display:flex;top:4.7083740234375rem;left:2.4830729961395rem;z-index:100057; }
 }@media only screen and (max-width: 763px) { #yV8q9TB0atEAlo29fLBGZGC5SZtOowRB #Q7Q3cR1pGlrO0CGi81T1oyeGu1NIBUIe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yV8q9TB0atEAlo29fLBGZGC5SZtOowRB #UEIhgMLX3qGUeKn16ZvDZzD7F9PH2TdP {  }
 }@media only screen and (max-width: 763px) { #yV8q9TB0atEAlo29fLBGZGC5SZtOowRB #cw4w9RMLHygJTxUIIa4Au9FqXyc2ySIy {  }
 }@media only screen and (max-width: 763px) { #yV8q9TB0atEAlo29fLBGZGC5SZtOowRB #S4mIGahH8vBWzv5IyW2tRrow4Xs6dNFe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yV8q9TB0atEAlo29fLBGZGC5SZtOowRB #ZbSgS7ZKToPhicQr774JGMxBqAMT827K {  }
 }@media only screen and (max-width: 763px) { #yV8q9TB0atEAlo29fLBGZGC5SZtOowRB #QtU0ZatG3ET2w1axzhzgsq30hH4N7O2E {  }
 }@media only screen and (max-width: 763px) { #yV8q9TB0atEAlo29fLBGZGC5SZtOowRB #CMVZdV5gKEas44tckEXkM0kfnLk25eNs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yV8q9TB0atEAlo29fLBGZGC5SZtOowRB #CM7kM8JSyNWTFcTWRRabkmG4QN43JDzw {  }
 }@media only screen and (max-width: 763px) { #yV8q9TB0atEAlo29fLBGZGC5SZtOowRB #MPRGQlFxbKTuuBqc6T0uTP1A1TfT1kg6 {  }
 }@media only screen and (max-width: 763px) { #yV8q9TB0atEAlo29fLBGZGC5SZtOowRB #VFWXnDtn6A5gQCXbJ638xEQ6xD2GZVMa { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yV8q9TB0atEAlo29fLBGZGC5SZtOowRB #otev8lgh6fc1Ns25Pn35nKIn5oT9NWBq {  }
 }@media only screen and (max-width: 763px) { #yV8q9TB0atEAlo29fLBGZGC5SZtOowRB #raIni4FlynfMNQqzWvbyXUd4io8hQqrL {  }
 }@media only screen and (max-width: 763px) { #EK8mP2h9oCdy5HhTzsw338xrvX86cOM6 { width:20rem;height:1.75rem;top:1.7044677734375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGAel5RW75gyhvEr8U5pB77JsrnbhwJe { background-color:#eef3ef;background-image:url("https://images.assets-landingi.com/xYCsU7l1/3.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#qGAel5RW75gyhvEr8U5pB77JsrnbhwJe.adaptive-delivery-prevent-bg, #qGAel5RW75gyhvEr8U5pB77JsrnbhwJe.lazyload, #qGAel5RW75gyhvEr8U5pB77JsrnbhwJe.lazyloading { background-image: none; }#qGAel5RW75gyhvEr8U5pB77JsrnbhwJe > .row .container { background-color: transparent; background-image: none; }#qGAel5RW75gyhvEr8U5pB77JsrnbhwJe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qGAel5RW75gyhvEr8U5pB77JsrnbhwJe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qGAel5RW75gyhvEr8U5pB77JsrnbhwJe > .row .container > .video-iframe-container { display: none; }#qGAel5RW75gyhvEr8U5pB77JsrnbhwJe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qGAel5RW75gyhvEr8U5pB77JsrnbhwJe > .row > .video-iframe-container { display: none; }#qGAel5RW75gyhvEr8U5pB77JsrnbhwJe > .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); }#qGAel5RW75gyhvEr8U5pB77JsrnbhwJe > .row .container { width:20rem;height:8.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NchtphNIniOlArrHUV4SBv4UdXaSkpSn { width:18.75rem;height:3.25rem;top:2.59375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT3dqp6iSrwvcI7qwIyWdExUVznctWqi { width:6.1875rem;height:0;top:7.030029296875rem;left:6.90625rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #KbJxPTppLU0fgGemUCqTFSb2RcNOHzXk { width:6.1875rem;height:2.5625rem;top:0.0625rem;left:6.90625rem;text-align:center;text-align-last:center;font-size:2rem;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #rxlbVCKcbBAC6XKDEFPK1UydAyLKHOkl { display:block; }#rxlbVCKcbBAC6XKDEFPK1UydAyLKHOkl > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z3SuJZuzBsel1ZuJ0JqtShkTdLOvDPrr { width:3.125rem;height:3.1875rem;top:2.5625rem;left:8.40625rem;display:block; }
 }