.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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GgrE3pTISLXnO0qecmbHtapxhmQh9rWJ { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #f4ce83;background-color:rgba(3,93,36,0.8);background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#GgrE3pTISLXnO0qecmbHtapxhmQh9rWJ > .row .container { background-color: transparent; background-image: none; }#GgrE3pTISLXnO0qecmbHtapxhmQh9rWJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GgrE3pTISLXnO0qecmbHtapxhmQh9rWJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GgrE3pTISLXnO0qecmbHtapxhmQh9rWJ > .row .container > .video-iframe-container { display: none; }#GgrE3pTISLXnO0qecmbHtapxhmQh9rWJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GgrE3pTISLXnO0qecmbHtapxhmQh9rWJ > .row > .video-iframe-container { display: none; }#GgrE3pTISLXnO0qecmbHtapxhmQh9rWJ > .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); }#GgrE3pTISLXnO0qecmbHtapxhmQh9rWJ > .row .container { border-width: 0; border-radius: 0; }#GgrE3pTISLXnO0qecmbHtapxhmQh9rWJ > .row > .video-iframe-container {  }#GgrE3pTISLXnO0qecmbHtapxhmQh9rWJ > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#nwrIQzP2izImHNlyxHJI5TTtQ4Hk3lo7 { color:#000000;display:block;width:10.1875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.6242187023163rem;left:0rem;height:1.38125rem;display:block; }
#ZcmwBxaIosNVUBwfgkJDdCBzvmb8Z0iH { color:#000000;display:block;width:6.2473959922791rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:1.5520833730698rem;left:25.625rem;height:1.38125rem;display:block; }
#k8o3agTA0CnqNCH3VzGMkVS4TsHCN3rP { color:#000000;display:block;width:6.2484375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:1.5117186307907rem;left:17.995311737061rem;height:1.38125rem;display:block; }
#r4LcDk7ysubBbxi4amIgX63uLWOFfy3O { color:#000000;display:block;width:7.5rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:1.5117186307907rem;left:31.5625rem;height:1.38125rem;display:block; }
#Magi1PQRx0o25K21NSoFftBIuquxLPpy { color:#000000;display:block;width:10.1875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.6242187023163rem;left:0rem;height:1.35rem;display:none; }
#FIEhMTVUhLVaTmzQ4RwzFaTZDT7ctWtX { color:#000000;display:block;width:5rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:1.5520833730698rem;left:11.75rem;height:1.38125rem;display:block; }
#heH34uEFykBhOhhh4HcZBugKytlfsGFH { color:#000000;display:block;width:5rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:1.5105469226837rem;left:25.625rem;height:1.35rem;display:none; }
#Bnt4zbMKut1AeySViUPFQ2r19XpGND4I { color:#000000;display:block;width:7.5rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:1.5117186307907rem;left:31.5625rem;height:1.3333333730698rem;display:none; }
#O4HhwKM66KV0pWtN2MXUDnIPsvw7KW63 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8f6722aa-a459-42d4-b491-254f52f1da4d/Bannernastrwwwgwn38401400px.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#O4HhwKM66KV0pWtN2MXUDnIPsvw7KW63.adaptive-delivery-prevent-bg, #O4HhwKM66KV0pWtN2MXUDnIPsvw7KW63.lazyload, #O4HhwKM66KV0pWtN2MXUDnIPsvw7KW63.lazyloading { background-image: none; }#O4HhwKM66KV0pWtN2MXUDnIPsvw7KW63 > .row .container { background-color: transparent; background-image: none; }#O4HhwKM66KV0pWtN2MXUDnIPsvw7KW63::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(3,93,36,0.85); }#O4HhwKM66KV0pWtN2MXUDnIPsvw7KW63 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O4HhwKM66KV0pWtN2MXUDnIPsvw7KW63 > .row .container > .video-iframe-container { display: none; }#O4HhwKM66KV0pWtN2MXUDnIPsvw7KW63 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(3,93,36,0.85); }#O4HhwKM66KV0pWtN2MXUDnIPsvw7KW63 > .row > .video-iframe-container { display: none; }#O4HhwKM66KV0pWtN2MXUDnIPsvw7KW63 > .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); }#O4HhwKM66KV0pWtN2MXUDnIPsvw7KW63 > .row .container { border-width: 0; border-radius: 0; }#O4HhwKM66KV0pWtN2MXUDnIPsvw7KW63::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#O4HhwKM66KV0pWtN2MXUDnIPsvw7KW63 > .row > .video-iframe-container {  }#O4HhwKM66KV0pWtN2MXUDnIPsvw7KW63 > .row .container { font-size:0.875rem;font-family:arial;height:49.375rem;width:75rem;position:relative;display:block; }#iSZsHes1DrSnfQgVOTx7DdXpoFaLGgMa { 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.75rem;left:35.625rem;height:10.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oDiwxXk2gew9Ps3BCX0AcGobF2BtMBgn { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.8070625rem;width:12.375rem;position:absolute;display:block;z-index:100014;top:7rem;left:49.125rem;overflow:hidden;display:block; }
#To9dTJViMcy96cu9RKOD5EgKVaN2NQb1 { 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:40rem;left:36.625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IPd2k5AeZs6T9Kksl54ufvObVyvVxawc { position:absolute;display:block;z-index:100010;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.12369791418314rem;width:25.059896469116rem;top:37.6875rem;left:42.813802719116rem;display:block; }
#rnuKBdpgaRx9dPZuMMPmWfU6co8tnfb0 { 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; }
#TykOi9ZTHyMXNok0KeD4mQsyCpTfTLFv { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32rem;width:32rem;top:11.125rem;left:0rem;overflow:hidden;display:block; }
#U3sWh1UffmUpHTbgR5HiuAl5PlJ2W6uH { color:#f4ce83;display:block;width:39.375rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:31.125rem;left:35.625rem;height:3.65625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#e0Nbz2szhTnh6QTTD8nzpIxTX1xuqEDW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:none; }#e0Nbz2szhTnh6QTTD8nzpIxTX1xuqEDW > .row .container { border-width: 0; border-radius: 0; }#e0Nbz2szhTnh6QTTD8nzpIxTX1xuqEDW > .row > .video-iframe-container {  }#e0Nbz2szhTnh6QTTD8nzpIxTX1xuqEDW > .row .container { font-size:0.875rem;font-family:arial;height:21.75rem;width:75rem;position:relative;display:none; }#oB8sCR5T8rKn2p1bUIJoBcLKIJzDDVDq { color:#035d24;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.9242191314698rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fon2CJbQJHZkDKr2X14vrIBFLXwyId67 { color:#035d24;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.11171913147rem;left:0rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wQDGWK1goHvw1xNlNyVrc5yuQHTXABZV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:none; }#wQDGWK1goHvw1xNlNyVrc5yuQHTXABZV > .row .container { border-width: 0; border-radius: 0; }#wQDGWK1goHvw1xNlNyVrc5yuQHTXABZV > .row > .video-iframe-container {  }#wQDGWK1goHvw1xNlNyVrc5yuQHTXABZV > .row .container { font-size:0.875rem;font-family:arial;height:46.5625rem;width:75rem;position:relative;display:none; }#LezAvfCOmkaNdnPWHLfoHFxaFELy1KMA { color:#a54870;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100013;line-height:1.3;letter-spacing:0;top:7.5rem;left:0rem;height:9.7333125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XqxqWMt7gb0QSeQuJuNIxJetJZgfPy5s { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.5625rem;width:56.25rem;top:12.27214050293rem;left:10.5625rem;display:block; }
#sEHOzxfQBzNN8Sq6ThdLkTe66B9lKX3c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#sEHOzxfQBzNN8Sq6ThdLkTe66B9lKX3c > .row .container { background-color: transparent; background-image: none; }#sEHOzxfQBzNN8Sq6ThdLkTe66B9lKX3c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sEHOzxfQBzNN8Sq6ThdLkTe66B9lKX3c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sEHOzxfQBzNN8Sq6ThdLkTe66B9lKX3c > .row .container > .video-iframe-container { display: none; }#sEHOzxfQBzNN8Sq6ThdLkTe66B9lKX3c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sEHOzxfQBzNN8Sq6ThdLkTe66B9lKX3c > .row > .video-iframe-container { display: none; }#sEHOzxfQBzNN8Sq6ThdLkTe66B9lKX3c > .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); }#sEHOzxfQBzNN8Sq6ThdLkTe66B9lKX3c > .row .container { border-width: 0; border-radius: 0; }#sEHOzxfQBzNN8Sq6ThdLkTe66B9lKX3c > .row > .video-iframe-container {  }#sEHOzxfQBzNN8Sq6ThdLkTe66B9lKX3c > .row .container { font-size:0.875rem;font-family:arial;height:15.9375rem;width:75rem;position:relative;display:block; }#r3aNMPO5z5sXQog6pckWC1JaDX00wozk { 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; }
#DLSNk9OTh1VQOO9ud7t9RTkbu5o0I9my { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#DLSNk9OTh1VQOO9ud7t9RTkbu5o0I9my > .row .container { background-color: transparent; background-image: none; }#DLSNk9OTh1VQOO9ud7t9RTkbu5o0I9my::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLSNk9OTh1VQOO9ud7t9RTkbu5o0I9my > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLSNk9OTh1VQOO9ud7t9RTkbu5o0I9my > .row .container > .video-iframe-container { display: none; }#DLSNk9OTh1VQOO9ud7t9RTkbu5o0I9my > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLSNk9OTh1VQOO9ud7t9RTkbu5o0I9my > .row > .video-iframe-container { display: none; }#DLSNk9OTh1VQOO9ud7t9RTkbu5o0I9my > .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); }#DLSNk9OTh1VQOO9ud7t9RTkbu5o0I9my > .row .container { border-width: 0; border-radius: 0; }#DLSNk9OTh1VQOO9ud7t9RTkbu5o0I9my > .row > .video-iframe-container {  }#DLSNk9OTh1VQOO9ud7t9RTkbu5o0I9my > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:block; }#d7Nhu8hnOa2FfzesNJ5g57zpqRrUTV6G { color:#f4ce83;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:2.736328125rem;left:6.25rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zopDakdMibDkub3vQuT9PTeylSOaCTL6 { color:#f4ce83;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:2.736328125rem;left:6.25rem;height:2.4166667461395rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#GiuQ7BWftUFau6Ovsu6JJCTOdGTBOANS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#GiuQ7BWftUFau6Ovsu6JJCTOdGTBOANS > .row .container { background-color: transparent; background-image: none; }#GiuQ7BWftUFau6Ovsu6JJCTOdGTBOANS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GiuQ7BWftUFau6Ovsu6JJCTOdGTBOANS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GiuQ7BWftUFau6Ovsu6JJCTOdGTBOANS > .row .container > .video-iframe-container { display: none; }#GiuQ7BWftUFau6Ovsu6JJCTOdGTBOANS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GiuQ7BWftUFau6Ovsu6JJCTOdGTBOANS > .row > .video-iframe-container { display: none; }#GiuQ7BWftUFau6Ovsu6JJCTOdGTBOANS > .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); }#GiuQ7BWftUFau6Ovsu6JJCTOdGTBOANS > .row .container { border-width: 0; border-radius: 0; }#GiuQ7BWftUFau6Ovsu6JJCTOdGTBOANS > .row > .video-iframe-container {  }#GiuQ7BWftUFau6Ovsu6JJCTOdGTBOANS > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:75rem;position:relative;display:block; }#v6OwUwqMm2ngnTuKvHsWwTLCb9A92GkE { color:#f4ce83;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:2.736328125rem;left:6.25rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eNZ7LUSyy0HTfCCmobh8f8yepysM1y3D { color:#f4ce83;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:2.736328125rem;left:6.25rem;height:4.8333334922791rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ervrP8wiKfGTqgi7nC6tggR3VKV25wDU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#ervrP8wiKfGTqgi7nC6tggR3VKV25wDU > .row .container { background-color: transparent; background-image: none; }#ervrP8wiKfGTqgi7nC6tggR3VKV25wDU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ervrP8wiKfGTqgi7nC6tggR3VKV25wDU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ervrP8wiKfGTqgi7nC6tggR3VKV25wDU > .row .container > .video-iframe-container { display: none; }#ervrP8wiKfGTqgi7nC6tggR3VKV25wDU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ervrP8wiKfGTqgi7nC6tggR3VKV25wDU > .row > .video-iframe-container { display: none; }#ervrP8wiKfGTqgi7nC6tggR3VKV25wDU > .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); }#ervrP8wiKfGTqgi7nC6tggR3VKV25wDU > .row .container { border-width: 0; border-radius: 0; }#ervrP8wiKfGTqgi7nC6tggR3VKV25wDU > .row > .video-iframe-container {  }#ervrP8wiKfGTqgi7nC6tggR3VKV25wDU > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:75rem;position:relative;display:block; }#ZlVLU3NDSyeL6TRBy9UPXBAvpGwFepb1 { color:#f4ce83;display:block;width:68.75rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:3.59375rem;left:6.25rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B5X9gnQMauO1w59U9cAHO1AHagR5QPlR { color:#f4ce83;display:block;width:68.75rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:3.59375rem;left:6.25rem;height:2.4166667461395rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#wycOn4IGoykgGsCgvnR7kGGVugVrLhfx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#wycOn4IGoykgGsCgvnR7kGGVugVrLhfx > .row .container { background-color: transparent; background-image: none; }#wycOn4IGoykgGsCgvnR7kGGVugVrLhfx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wycOn4IGoykgGsCgvnR7kGGVugVrLhfx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wycOn4IGoykgGsCgvnR7kGGVugVrLhfx > .row .container > .video-iframe-container { display: none; }#wycOn4IGoykgGsCgvnR7kGGVugVrLhfx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wycOn4IGoykgGsCgvnR7kGGVugVrLhfx > .row > .video-iframe-container { display: none; }#wycOn4IGoykgGsCgvnR7kGGVugVrLhfx > .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); }#wycOn4IGoykgGsCgvnR7kGGVugVrLhfx > .row .container { border-width: 0; border-radius: 0; }#wycOn4IGoykgGsCgvnR7kGGVugVrLhfx > .row > .video-iframe-container {  }#wycOn4IGoykgGsCgvnR7kGGVugVrLhfx > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:75rem;position:relative;display:block; }#XTTwTh2Na8t2rdnKGO3z96PLCfbz0BOn { color:#f4ce83;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:3.8125rem;left:6.25rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q1LHeBzCZEOWkJ7iGMbROCxbIognDaxW { color:#f4ce83;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:3.8125rem;left:6.25rem;height:2.4166667461395rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#PKV0QTA7S4aGvVCloMSuDazdy5ewLpgl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#PKV0QTA7S4aGvVCloMSuDazdy5ewLpgl > .row .container { background-color: transparent; background-image: none; }#PKV0QTA7S4aGvVCloMSuDazdy5ewLpgl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKV0QTA7S4aGvVCloMSuDazdy5ewLpgl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKV0QTA7S4aGvVCloMSuDazdy5ewLpgl > .row .container > .video-iframe-container { display: none; }#PKV0QTA7S4aGvVCloMSuDazdy5ewLpgl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKV0QTA7S4aGvVCloMSuDazdy5ewLpgl > .row > .video-iframe-container { display: none; }#PKV0QTA7S4aGvVCloMSuDazdy5ewLpgl > .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); }#PKV0QTA7S4aGvVCloMSuDazdy5ewLpgl > .row .container { border-width: 0; border-radius: 0; }#PKV0QTA7S4aGvVCloMSuDazdy5ewLpgl > .row > .video-iframe-container {  }#PKV0QTA7S4aGvVCloMSuDazdy5ewLpgl > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#Bch6RPyT2QptHpnrnTfs0gDvao2bSLJZ { color:#f4ce83;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:2.75rem;left:6.25rem;height:9.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vrEe9EC5GyvF1po0nfwN980i8S7eGRS0 { color:#f4ce83;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:2.75rem;left:6.25rem;height:9.6666669845581rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#OQL7gLmekWdz4Z7X1TO6zU5sBMvg5ScG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#OQL7gLmekWdz4Z7X1TO6zU5sBMvg5ScG > .row .container { background-color: transparent; background-image: none; }#OQL7gLmekWdz4Z7X1TO6zU5sBMvg5ScG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQL7gLmekWdz4Z7X1TO6zU5sBMvg5ScG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQL7gLmekWdz4Z7X1TO6zU5sBMvg5ScG > .row .container > .video-iframe-container { display: none; }#OQL7gLmekWdz4Z7X1TO6zU5sBMvg5ScG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQL7gLmekWdz4Z7X1TO6zU5sBMvg5ScG > .row > .video-iframe-container { display: none; }#OQL7gLmekWdz4Z7X1TO6zU5sBMvg5ScG > .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); }#OQL7gLmekWdz4Z7X1TO6zU5sBMvg5ScG > .row .container { border-width: 0; border-radius: 0; }#OQL7gLmekWdz4Z7X1TO6zU5sBMvg5ScG > .row > .video-iframe-container {  }#OQL7gLmekWdz4Z7X1TO6zU5sBMvg5ScG > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:75rem;position:relative;display:block; }#waW2fmx7oSraJ6bTcvRMSaPEcgkF5yOZ { background-color:#c69d3a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.125rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:7.5rem;left:20.9375rem;display:block; }
#svSTXxtCdNBV5sT8MbNqxlqZJyG78Ztx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gS7LKbo1CLnGgHSWPldzKT9WdAbzBJeL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:url("https://images.assets-landingi.com/uc/2be4bc01-ff38-4252-81a8-b34d21992500/12.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#gS7LKbo1CLnGgHSWPldzKT9WdAbzBJeL.adaptive-delivery-prevent-bg, #gS7LKbo1CLnGgHSWPldzKT9WdAbzBJeL.lazyload, #gS7LKbo1CLnGgHSWPldzKT9WdAbzBJeL.lazyloading { background-image: none; }#gS7LKbo1CLnGgHSWPldzKT9WdAbzBJeL > .row .container { background-color: transparent; background-image: none; }#gS7LKbo1CLnGgHSWPldzKT9WdAbzBJeL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gS7LKbo1CLnGgHSWPldzKT9WdAbzBJeL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gS7LKbo1CLnGgHSWPldzKT9WdAbzBJeL > .row .container > .video-iframe-container { display: none; }#gS7LKbo1CLnGgHSWPldzKT9WdAbzBJeL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gS7LKbo1CLnGgHSWPldzKT9WdAbzBJeL > .row > .video-iframe-container { display: none; }#gS7LKbo1CLnGgHSWPldzKT9WdAbzBJeL > .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); }#gS7LKbo1CLnGgHSWPldzKT9WdAbzBJeL > .row .container { border-width: 0; border-radius: 0; }#gS7LKbo1CLnGgHSWPldzKT9WdAbzBJeL > .row > .video-iframe-container {  }#gS7LKbo1CLnGgHSWPldzKT9WdAbzBJeL > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#UE3y38P1XP6KSP8H5biCw2RgiPiE3Tw2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#UE3y38P1XP6KSP8H5biCw2RgiPiE3Tw2 > .row .container { background-color: transparent; background-image: none; }#UE3y38P1XP6KSP8H5biCw2RgiPiE3Tw2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UE3y38P1XP6KSP8H5biCw2RgiPiE3Tw2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UE3y38P1XP6KSP8H5biCw2RgiPiE3Tw2 > .row .container > .video-iframe-container { display: none; }#UE3y38P1XP6KSP8H5biCw2RgiPiE3Tw2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UE3y38P1XP6KSP8H5biCw2RgiPiE3Tw2 > .row > .video-iframe-container { display: none; }#UE3y38P1XP6KSP8H5biCw2RgiPiE3Tw2 > .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); }#UE3y38P1XP6KSP8H5biCw2RgiPiE3Tw2 > .row .container { border-width: 0; border-radius: 0; }#UE3y38P1XP6KSP8H5biCw2RgiPiE3Tw2 > .row > .video-iframe-container {  }#UE3y38P1XP6KSP8H5biCw2RgiPiE3Tw2 > .row .container { font-size:0.875rem;font-family:arial;height:11.625rem;width:75rem;position:relative;display:block; }#HG0eVSVT5axFCSd7zZnOnyOXmVveXu6R { 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; }
#ah8TE861tqbSt9iKb8e3FqO6JJvIBw5W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#ah8TE861tqbSt9iKb8e3FqO6JJvIBw5W > .row .container { background-color: transparent; background-image: none; }#ah8TE861tqbSt9iKb8e3FqO6JJvIBw5W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ah8TE861tqbSt9iKb8e3FqO6JJvIBw5W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ah8TE861tqbSt9iKb8e3FqO6JJvIBw5W > .row .container > .video-iframe-container { display: none; }#ah8TE861tqbSt9iKb8e3FqO6JJvIBw5W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ah8TE861tqbSt9iKb8e3FqO6JJvIBw5W > .row > .video-iframe-container { display: none; }#ah8TE861tqbSt9iKb8e3FqO6JJvIBw5W > .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); }#ah8TE861tqbSt9iKb8e3FqO6JJvIBw5W > .row .container { border-width: 0; border-radius: 0; }#ah8TE861tqbSt9iKb8e3FqO6JJvIBw5W > .row > .video-iframe-container {  }#ah8TE861tqbSt9iKb8e3FqO6JJvIBw5W > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:75rem;position:relative;display:block; }#VMKr54KzgogrcTWtlLpbiGCbn4WsrIMe { 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; }
#ZbxLpPSdCeiw4DX48tTTnNe4wk9BXZ7g { 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; }
#PEL2J12JBcdJxo7cMCRAeDh3NxGAMAn2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#PEL2J12JBcdJxo7cMCRAeDh3NxGAMAn2 > .row .container { background-color: transparent; background-image: none; }#PEL2J12JBcdJxo7cMCRAeDh3NxGAMAn2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PEL2J12JBcdJxo7cMCRAeDh3NxGAMAn2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PEL2J12JBcdJxo7cMCRAeDh3NxGAMAn2 > .row .container > .video-iframe-container { display: none; }#PEL2J12JBcdJxo7cMCRAeDh3NxGAMAn2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PEL2J12JBcdJxo7cMCRAeDh3NxGAMAn2 > .row > .video-iframe-container { display: none; }#PEL2J12JBcdJxo7cMCRAeDh3NxGAMAn2 > .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); }#PEL2J12JBcdJxo7cMCRAeDh3NxGAMAn2 > .row .container { border-width: 0; border-radius: 0; }#PEL2J12JBcdJxo7cMCRAeDh3NxGAMAn2 > .row > .video-iframe-container {  }#PEL2J12JBcdJxo7cMCRAeDh3NxGAMAn2 > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#N4fqL1PEG2wsV0hhO6uWINcZqlqEHfrc { color:#f4ce83;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:3.1875rem;left:0rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nSwy5WzZ4WNhrmiN4T3JGSWnIeB41XZS { position:relative;display:block; }#nSwy5WzZ4WNhrmiN4T3JGSWnIeB41XZS { background-color: transparent; background-image: none; }#nSwy5WzZ4WNhrmiN4T3JGSWnIeB41XZS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSwy5WzZ4WNhrmiN4T3JGSWnIeB41XZS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSwy5WzZ4WNhrmiN4T3JGSWnIeB41XZS > .row .container > .video-iframe-container { display: none; }#nSwy5WzZ4WNhrmiN4T3JGSWnIeB41XZS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSwy5WzZ4WNhrmiN4T3JGSWnIeB41XZS > .row > .video-iframe-container { display: none; }#nSwy5WzZ4WNhrmiN4T3JGSWnIeB41XZS > .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); }#nSwy5WzZ4WNhrmiN4T3JGSWnIeB41XZS { border-width: 0; border-radius: 0; }#nSwy5WzZ4WNhrmiN4T3JGSWnIeB41XZS > .row .container > .video-iframe-container {  }#nSwy5WzZ4WNhrmiN4T3JGSWnIeB41XZS > .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:16rem;width:75rem;position:relative;display:block; }#HPBe4bQ1hy8iSrc2204u8m4HvFxTb3gy { 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:10.725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p85HlH7deI9yrCSbX5fI6oWP65Jz3hEO { 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:10.725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eAV9UxrPhfBkpGemwa0S4OD3LvCSKy2K { 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:10.725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bIvgeqPVxJnLRIrPlfrJZSVSuhUHDH3R { 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.9375rem;width:22.9375rem;top:1.70703125rem;left:1.03125rem;display:block; }
#TmbuOQhNyvLTkc4bvFOQJlPCJDVDF4R3 { 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.9375rem;width:22.9375rem;top:1.6640625rem;left:26.03125rem;display:block; }
#HX3uTAflmUwnEWhT9TeBoMZ0XLEbv3MD { 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.9375rem;width:22.9375rem;top:1.6640625rem;left:51.03125rem;display:block; }
#WQSNTmUnvDcugUVg3ZXAwpTfXLTJw1bD { 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.6875rem;width:23.5625rem;top:1.3203125rem;left:0.71875rem;display:block; }
#RAnVgl5bszuLT6dPaVobSCEgmfAHNvhu { 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.6875rem;width:23.5625rem;top:1.3203125rem;left:25.71875rem;display:block; }
#MtNIVmfcihvUkwUfnh2bdMm5vRC68Pax { 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.6875rem;width:23.5625rem;top:1.3203125rem;left:50.71875rem;display:block; }
#riihNB8f5d2pXVvxzMAnmg2X9yvoWy2o { 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; }
#wn7w6GyAxpCNLiQBgrsqzelfbRkoZAGU { position:relative;display:block; }#wn7w6GyAxpCNLiQBgrsqzelfbRkoZAGU { background-color: transparent; background-image: none; }#wn7w6GyAxpCNLiQBgrsqzelfbRkoZAGU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wn7w6GyAxpCNLiQBgrsqzelfbRkoZAGU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wn7w6GyAxpCNLiQBgrsqzelfbRkoZAGU > .row .container > .video-iframe-container { display: none; }#wn7w6GyAxpCNLiQBgrsqzelfbRkoZAGU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wn7w6GyAxpCNLiQBgrsqzelfbRkoZAGU > .row > .video-iframe-container { display: none; }#wn7w6GyAxpCNLiQBgrsqzelfbRkoZAGU > .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); }#wn7w6GyAxpCNLiQBgrsqzelfbRkoZAGU { border-width: 0; border-radius: 0; }#wn7w6GyAxpCNLiQBgrsqzelfbRkoZAGU > .row .container > .video-iframe-container {  }#wn7w6GyAxpCNLiQBgrsqzelfbRkoZAGU > .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:15.375rem;width:75rem;position:relative;display:block; }#ZHbkqLJdEelP4OSSazUBn7l1m4IQ8EHP { 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.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AGfXbfIvZxQTC4VAfdIGuJOG4ADHgZmI { 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.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RuAKzip46E06deAdktoTaf7TUc8gGNTy { 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:10.725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yRooSuN7W1UwKfTt6r1x7lRmL96TLgwy { 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; }
#s8wBqBMyW4l7QowUlaa5STFewQqOu6nk { 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; }
#rW8GEXf9EavmRTiJSAz9MIPLJKsR0KIA { 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; }
#zcrwRIFqQ8CLUb5zgz7I3Bhe94BWRDXT { 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; }
#qQ12Zt1km24koBPvfGUkLnCa31TH4ta0 { 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; }
#gSMkHW5TQgpRNZq0OrOdAIaBfsHTySQU { 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; }
#Zt70KT90308BDd2mk2hTbxanMz4P1EiA { 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; }
#nJRf0xqg512dklEinrHnx5ddBwEs0HQI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#nJRf0xqg512dklEinrHnx5ddBwEs0HQI > .row .container { background-color: transparent; background-image: none; }#nJRf0xqg512dklEinrHnx5ddBwEs0HQI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nJRf0xqg512dklEinrHnx5ddBwEs0HQI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nJRf0xqg512dklEinrHnx5ddBwEs0HQI > .row .container > .video-iframe-container { display: none; }#nJRf0xqg512dklEinrHnx5ddBwEs0HQI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nJRf0xqg512dklEinrHnx5ddBwEs0HQI > .row > .video-iframe-container { display: none; }#nJRf0xqg512dklEinrHnx5ddBwEs0HQI > .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); }#nJRf0xqg512dklEinrHnx5ddBwEs0HQI > .row .container { border-width: 0; border-radius: 0; }#nJRf0xqg512dklEinrHnx5ddBwEs0HQI > .row > .video-iframe-container {  }#nJRf0xqg512dklEinrHnx5ddBwEs0HQI > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:75rem;position:relative;display:block; }#bWC3JmfvqiUxSUROs17CPypZ2FiOtBDP { background-color:#c69d3a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.125rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:7.5rem;left:20.9375rem;display:block; }
#MFqXu4W958RExL0nXGALnZb7vMTnmvfl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kDtTS1NLucKiweUpfZZJzLJNhoEuNFJz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:url("https://images.assets-landingi.com/uc/44db6c59-c7bf-40a2-82e0-23ff3de64bd4/5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#kDtTS1NLucKiweUpfZZJzLJNhoEuNFJz.adaptive-delivery-prevent-bg, #kDtTS1NLucKiweUpfZZJzLJNhoEuNFJz.lazyload, #kDtTS1NLucKiweUpfZZJzLJNhoEuNFJz.lazyloading { background-image: none; }#kDtTS1NLucKiweUpfZZJzLJNhoEuNFJz > .row .container { background-color: transparent; background-image: none; }#kDtTS1NLucKiweUpfZZJzLJNhoEuNFJz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDtTS1NLucKiweUpfZZJzLJNhoEuNFJz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDtTS1NLucKiweUpfZZJzLJNhoEuNFJz > .row .container > .video-iframe-container { display: none; }#kDtTS1NLucKiweUpfZZJzLJNhoEuNFJz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDtTS1NLucKiweUpfZZJzLJNhoEuNFJz > .row > .video-iframe-container { display: none; }#kDtTS1NLucKiweUpfZZJzLJNhoEuNFJz > .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); }#kDtTS1NLucKiweUpfZZJzLJNhoEuNFJz > .row .container { border-width: 0; border-radius: 0; }#kDtTS1NLucKiweUpfZZJzLJNhoEuNFJz > .row > .video-iframe-container {  }#kDtTS1NLucKiweUpfZZJzLJNhoEuNFJz > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#p1B6biI0l7cTCUbf7MBUMFsTGqOqRWIh { color:#035d24;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.625rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:10.208374023438rem;left:0rem;height:10.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wdzFtwrLsteCrbMnxtHEIoxLlhxiqpWw { 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; }
#hyxs4zIBetkq4ZvAg3PRT76EJtbfqQq6 { color:#035d24;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.625rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:10.208374023438rem;left:0rem;height:13.000000476837rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#a2BPFJUcMyFxzTv26dHhOAtBTLcxkJlZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#a2BPFJUcMyFxzTv26dHhOAtBTLcxkJlZ > .row .container { background-color: transparent; background-image: none; }#a2BPFJUcMyFxzTv26dHhOAtBTLcxkJlZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a2BPFJUcMyFxzTv26dHhOAtBTLcxkJlZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a2BPFJUcMyFxzTv26dHhOAtBTLcxkJlZ > .row .container > .video-iframe-container { display: none; }#a2BPFJUcMyFxzTv26dHhOAtBTLcxkJlZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a2BPFJUcMyFxzTv26dHhOAtBTLcxkJlZ > .row > .video-iframe-container { display: none; }#a2BPFJUcMyFxzTv26dHhOAtBTLcxkJlZ > .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); }#a2BPFJUcMyFxzTv26dHhOAtBTLcxkJlZ > .row .container { border-width: 0; border-radius: 0; }#a2BPFJUcMyFxzTv26dHhOAtBTLcxkJlZ > .row > .video-iframe-container {  }#a2BPFJUcMyFxzTv26dHhOAtBTLcxkJlZ > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#GZWbOaQ8SDhmeD0EDXhwtmMXzEkT7DdW { 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; }
#N96qbx4b6of62pOri8KATmz7y5NsxQAe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#N96qbx4b6of62pOri8KATmz7y5NsxQAe > .row .container { background-color: transparent; background-image: none; }#N96qbx4b6of62pOri8KATmz7y5NsxQAe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N96qbx4b6of62pOri8KATmz7y5NsxQAe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N96qbx4b6of62pOri8KATmz7y5NsxQAe > .row .container > .video-iframe-container { display: none; }#N96qbx4b6of62pOri8KATmz7y5NsxQAe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N96qbx4b6of62pOri8KATmz7y5NsxQAe > .row > .video-iframe-container { display: none; }#N96qbx4b6of62pOri8KATmz7y5NsxQAe > .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); }#N96qbx4b6of62pOri8KATmz7y5NsxQAe > .row .container { border-width: 0; border-radius: 0; }#N96qbx4b6of62pOri8KATmz7y5NsxQAe > .row > .video-iframe-container {  }#N96qbx4b6of62pOri8KATmz7y5NsxQAe > .row .container { font-size:0.875rem;font-family:arial;height:19.125rem;width:75rem;position:relative;display:block; }#f5a1AslH29vQHItVSGFTBUUdCqoNKT9V { 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:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#faxVhn1dMSnd3oDyWBUKbzZbspqEy72N { color:#f4ce83;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.6875rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:8.1875rem;left:0rem;height:8.775rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CgDIeFytUexni4ID5QLV3O9Ix5RilQwo { color:#f4ce83;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.6875rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:8.1875rem;left:0rem;height:8.6666669845581rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#CXPe8yAKO4qlhWmf5DaFeu0SUttSIAA1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#CXPe8yAKO4qlhWmf5DaFeu0SUttSIAA1 > .row .container { background-color: transparent; background-image: none; }#CXPe8yAKO4qlhWmf5DaFeu0SUttSIAA1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CXPe8yAKO4qlhWmf5DaFeu0SUttSIAA1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CXPe8yAKO4qlhWmf5DaFeu0SUttSIAA1 > .row .container > .video-iframe-container { display: none; }#CXPe8yAKO4qlhWmf5DaFeu0SUttSIAA1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CXPe8yAKO4qlhWmf5DaFeu0SUttSIAA1 > .row > .video-iframe-container { display: none; }#CXPe8yAKO4qlhWmf5DaFeu0SUttSIAA1 > .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); }#CXPe8yAKO4qlhWmf5DaFeu0SUttSIAA1 > .row .container { border-width: 0; border-radius: 0; }#CXPe8yAKO4qlhWmf5DaFeu0SUttSIAA1 > .row > .video-iframe-container {  }#CXPe8yAKO4qlhWmf5DaFeu0SUttSIAA1 > .row .container { font-size:0.875rem;font-family:arial;height:19.0625rem;width:75rem;position:relative;display:block; }#Z3NAb91tvJ5dcKfSArcq4FzMgdN8E28i { 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:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WJ1MDIubO0Bn52U13BX0kBAtdddrLf3B { color:#f4ce83;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.6875rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:8.1979370117188rem;left:0rem;height:10.96875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DOIE1VDoyQUdiHxwqtKlzTWttPy3DQTI { color:#f4ce83;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.6875rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:8.1979370117188rem;left:0rem;height:10.833333730698rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#CREtUF4PxFpcE36gc8fTJgoZtxS0v8AO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#CREtUF4PxFpcE36gc8fTJgoZtxS0v8AO > .row .container { background-color: transparent; background-image: none; }#CREtUF4PxFpcE36gc8fTJgoZtxS0v8AO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CREtUF4PxFpcE36gc8fTJgoZtxS0v8AO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CREtUF4PxFpcE36gc8fTJgoZtxS0v8AO > .row .container > .video-iframe-container { display: none; }#CREtUF4PxFpcE36gc8fTJgoZtxS0v8AO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CREtUF4PxFpcE36gc8fTJgoZtxS0v8AO > .row > .video-iframe-container { display: none; }#CREtUF4PxFpcE36gc8fTJgoZtxS0v8AO > .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); }#CREtUF4PxFpcE36gc8fTJgoZtxS0v8AO > .row .container { border-width: 0; border-radius: 0; }#CREtUF4PxFpcE36gc8fTJgoZtxS0v8AO > .row > .video-iframe-container {  }#CREtUF4PxFpcE36gc8fTJgoZtxS0v8AO > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#Vyp3k7HONEy4EFVl4lSw37LLVmmpCL4w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:url("https://images.assets-landingi.com/uc/37c27613-3ac4-4d0a-a5d2-f5498d171885/10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#Vyp3k7HONEy4EFVl4lSw37LLVmmpCL4w.adaptive-delivery-prevent-bg, #Vyp3k7HONEy4EFVl4lSw37LLVmmpCL4w.lazyload, #Vyp3k7HONEy4EFVl4lSw37LLVmmpCL4w.lazyloading { background-image: none; }#Vyp3k7HONEy4EFVl4lSw37LLVmmpCL4w > .row .container { background-color: transparent; background-image: none; }#Vyp3k7HONEy4EFVl4lSw37LLVmmpCL4w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vyp3k7HONEy4EFVl4lSw37LLVmmpCL4w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vyp3k7HONEy4EFVl4lSw37LLVmmpCL4w > .row .container > .video-iframe-container { display: none; }#Vyp3k7HONEy4EFVl4lSw37LLVmmpCL4w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vyp3k7HONEy4EFVl4lSw37LLVmmpCL4w > .row > .video-iframe-container { display: none; }#Vyp3k7HONEy4EFVl4lSw37LLVmmpCL4w > .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); }#Vyp3k7HONEy4EFVl4lSw37LLVmmpCL4w > .row .container { border-width: 0; border-radius: 0; }#Vyp3k7HONEy4EFVl4lSw37LLVmmpCL4w > .row > .video-iframe-container {  }#Vyp3k7HONEy4EFVl4lSw37LLVmmpCL4w > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#VXsSOvVyVLb9iCnzPXvrMCOPAWSvrid6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#VXsSOvVyVLb9iCnzPXvrMCOPAWSvrid6 > .row .container { background-color: transparent; background-image: none; }#VXsSOvVyVLb9iCnzPXvrMCOPAWSvrid6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VXsSOvVyVLb9iCnzPXvrMCOPAWSvrid6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VXsSOvVyVLb9iCnzPXvrMCOPAWSvrid6 > .row .container > .video-iframe-container { display: none; }#VXsSOvVyVLb9iCnzPXvrMCOPAWSvrid6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VXsSOvVyVLb9iCnzPXvrMCOPAWSvrid6 > .row > .video-iframe-container { display: none; }#VXsSOvVyVLb9iCnzPXvrMCOPAWSvrid6 > .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); }#VXsSOvVyVLb9iCnzPXvrMCOPAWSvrid6 > .row .container { border-width: 0; border-radius: 0; }#VXsSOvVyVLb9iCnzPXvrMCOPAWSvrid6 > .row > .video-iframe-container {  }#VXsSOvVyVLb9iCnzPXvrMCOPAWSvrid6 > .row .container { font-size:0.875rem;font-family:arial;height:11rem;width:75rem;position:relative;display:block; }#u6vJK4d2SbHD2KI26giqkl4LwP5SkdlO { 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; }
#igAMDGnTTumNkpXG7Hq5rcgX9CcD0TVA { position:relative;display:block; }#igAMDGnTTumNkpXG7Hq5rcgX9CcD0TVA { background-color: transparent; background-image: none; }#igAMDGnTTumNkpXG7Hq5rcgX9CcD0TVA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igAMDGnTTumNkpXG7Hq5rcgX9CcD0TVA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igAMDGnTTumNkpXG7Hq5rcgX9CcD0TVA > .row .container > .video-iframe-container { display: none; }#igAMDGnTTumNkpXG7Hq5rcgX9CcD0TVA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igAMDGnTTumNkpXG7Hq5rcgX9CcD0TVA > .row > .video-iframe-container { display: none; }#igAMDGnTTumNkpXG7Hq5rcgX9CcD0TVA > .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); }#igAMDGnTTumNkpXG7Hq5rcgX9CcD0TVA { border-width: 0; border-radius: 0; }#igAMDGnTTumNkpXG7Hq5rcgX9CcD0TVA > .row .container > .video-iframe-container {  }#igAMDGnTTumNkpXG7Hq5rcgX9CcD0TVA > .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:12.5rem;width:75rem;position:relative;display:block; }#c4cp0b2RoaTtLdyhEVHrdSEpM8qlMxGF { 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; }
#sPPcIsy7otHg0km2628OFGSPZ2ofuWws { 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.3875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IkTK70LsshFX8EbPql4PPmvpkexBSapI { 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; }
#FoBPWAxgEySdBtxX4JEWHeyTVv4kfpk8 { 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:4.3875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dAaUOyBlLtIzstdetcQElrbWHxZ80ARQ { 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; }
#kByTAoay6eAMWiyqbXWrhumw7ZuRgWi0 { 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.3875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BOnDKLvZF4m9G8WZ6yCfW1MXxmASf81V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#BOnDKLvZF4m9G8WZ6yCfW1MXxmASf81V > .row .container { background-color: transparent; background-image: none; }#BOnDKLvZF4m9G8WZ6yCfW1MXxmASf81V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOnDKLvZF4m9G8WZ6yCfW1MXxmASf81V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOnDKLvZF4m9G8WZ6yCfW1MXxmASf81V > .row .container > .video-iframe-container { display: none; }#BOnDKLvZF4m9G8WZ6yCfW1MXxmASf81V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOnDKLvZF4m9G8WZ6yCfW1MXxmASf81V > .row > .video-iframe-container { display: none; }#BOnDKLvZF4m9G8WZ6yCfW1MXxmASf81V > .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); }#BOnDKLvZF4m9G8WZ6yCfW1MXxmASf81V > .row .container { border-width: 0; border-radius: 0; }#BOnDKLvZF4m9G8WZ6yCfW1MXxmASf81V > .row > .video-iframe-container {  }#BOnDKLvZF4m9G8WZ6yCfW1MXxmASf81V > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#ivozi8bVJsnTJSSX9J56WgX5SdnVSfoy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:url("https://images.assets-landingi.com/uc/39013e26-0d0c-4317-831f-0d5f71400d5f/11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#ivozi8bVJsnTJSSX9J56WgX5SdnVSfoy.adaptive-delivery-prevent-bg, #ivozi8bVJsnTJSSX9J56WgX5SdnVSfoy.lazyload, #ivozi8bVJsnTJSSX9J56WgX5SdnVSfoy.lazyloading { background-image: none; }#ivozi8bVJsnTJSSX9J56WgX5SdnVSfoy > .row .container { background-color: transparent; background-image: none; }#ivozi8bVJsnTJSSX9J56WgX5SdnVSfoy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ivozi8bVJsnTJSSX9J56WgX5SdnVSfoy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ivozi8bVJsnTJSSX9J56WgX5SdnVSfoy > .row .container > .video-iframe-container { display: none; }#ivozi8bVJsnTJSSX9J56WgX5SdnVSfoy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ivozi8bVJsnTJSSX9J56WgX5SdnVSfoy > .row > .video-iframe-container { display: none; }#ivozi8bVJsnTJSSX9J56WgX5SdnVSfoy > .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); }#ivozi8bVJsnTJSSX9J56WgX5SdnVSfoy > .row .container { border-width: 0; border-radius: 0; }#ivozi8bVJsnTJSSX9J56WgX5SdnVSfoy > .row > .video-iframe-container {  }#ivozi8bVJsnTJSSX9J56WgX5SdnVSfoy > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;position:relative;display:block; }#ymhiG658oLbcpBnkODHnToMUAAncKREt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#ymhiG658oLbcpBnkODHnToMUAAncKREt > .row .container { background-color: transparent; background-image: none; }#ymhiG658oLbcpBnkODHnToMUAAncKREt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ymhiG658oLbcpBnkODHnToMUAAncKREt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ymhiG658oLbcpBnkODHnToMUAAncKREt > .row .container > .video-iframe-container { display: none; }#ymhiG658oLbcpBnkODHnToMUAAncKREt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ymhiG658oLbcpBnkODHnToMUAAncKREt > .row > .video-iframe-container { display: none; }#ymhiG658oLbcpBnkODHnToMUAAncKREt > .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); }#ymhiG658oLbcpBnkODHnToMUAAncKREt > .row .container { border-width: 0; border-radius: 0; }#ymhiG658oLbcpBnkODHnToMUAAncKREt > .row > .video-iframe-container {  }#ymhiG658oLbcpBnkODHnToMUAAncKREt > .row .container { font-size:0.875rem;font-family:arial;height:11rem;width:75rem;position:relative;display:block; }#IlVBm87OLJdcK4Ext2I8rA9SQXODNkxJ { 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; }
#qTN8cuve2UNfoqV7cvkN5is6ED5xKTyp { 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.8333334922791rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#luqKh5Z0V4csCNJVXd6TqE8AfHvLNIc8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#luqKh5Z0V4csCNJVXd6TqE8AfHvLNIc8 > .row .container { background-color: transparent; background-image: none; }#luqKh5Z0V4csCNJVXd6TqE8AfHvLNIc8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#luqKh5Z0V4csCNJVXd6TqE8AfHvLNIc8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#luqKh5Z0V4csCNJVXd6TqE8AfHvLNIc8 > .row .container > .video-iframe-container { display: none; }#luqKh5Z0V4csCNJVXd6TqE8AfHvLNIc8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#luqKh5Z0V4csCNJVXd6TqE8AfHvLNIc8 > .row > .video-iframe-container { display: none; }#luqKh5Z0V4csCNJVXd6TqE8AfHvLNIc8 > .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); }#luqKh5Z0V4csCNJVXd6TqE8AfHvLNIc8 > .row .container { border-width: 0; border-radius: 0; }#luqKh5Z0V4csCNJVXd6TqE8AfHvLNIc8 > .row > .video-iframe-container {  }#luqKh5Z0V4csCNJVXd6TqE8AfHvLNIc8 > .row .container { font-size:0.875rem;font-family:arial;height:28.25rem;width:75rem;position:relative;display:block; }#yvrz8it271tPh9iBlPEpEQtXuMN1Fziw { display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.6875rem;font-weight:300;z-index:100008;line-height:1.7;letter-spacing:0;top:2.75rem;left:10.75rem;height:25.81875rem;color:#f4ce83;font-style:normal;display:block; }
#fokZRoM7vR3nNVrEWyUBoNCWekPaLUaJ { display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.6875rem;font-weight:300;z-index:100008;line-height:1.7;letter-spacing:0;top:2.75rem;left:10.75rem;height:25.499999284744rem;color:#f4ce83;font-style:normal;display:none; }
#tfKv8TyqNk60t6mza0nmZokdUxGJbID0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#tfKv8TyqNk60t6mza0nmZokdUxGJbID0 > .row .container { background-color: transparent; background-image: none; }#tfKv8TyqNk60t6mza0nmZokdUxGJbID0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfKv8TyqNk60t6mza0nmZokdUxGJbID0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfKv8TyqNk60t6mza0nmZokdUxGJbID0 > .row .container > .video-iframe-container { display: none; }#tfKv8TyqNk60t6mza0nmZokdUxGJbID0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfKv8TyqNk60t6mza0nmZokdUxGJbID0 > .row > .video-iframe-container { display: none; }#tfKv8TyqNk60t6mza0nmZokdUxGJbID0 > .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); }#tfKv8TyqNk60t6mza0nmZokdUxGJbID0 > .row .container { border-width: 0; border-radius: 0; }#tfKv8TyqNk60t6mza0nmZokdUxGJbID0 > .row > .video-iframe-container {  }#tfKv8TyqNk60t6mza0nmZokdUxGJbID0 > .row .container { font-size:0.875rem;font-family:arial;height:12.1875rem;width:75rem;position:relative;display:block; }#MeGGQJff6ywNVq3yONdk3qW2OlNTxpM8 { background-color:#c69d3a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.125rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:7.5rem;left:20.9375rem;display:block; }
#r4oZJvfXas9rWinaqbwKTmRGDxGbiAPg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LMJFDFITd6tReLqBHWZV4EXQtXE6olkn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#LMJFDFITd6tReLqBHWZV4EXQtXE6olkn > .row .container { background-color: transparent; background-image: none; }#LMJFDFITd6tReLqBHWZV4EXQtXE6olkn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LMJFDFITd6tReLqBHWZV4EXQtXE6olkn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LMJFDFITd6tReLqBHWZV4EXQtXE6olkn > .row .container > .video-iframe-container { display: none; }#LMJFDFITd6tReLqBHWZV4EXQtXE6olkn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LMJFDFITd6tReLqBHWZV4EXQtXE6olkn > .row > .video-iframe-container { display: none; }#LMJFDFITd6tReLqBHWZV4EXQtXE6olkn > .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); }#LMJFDFITd6tReLqBHWZV4EXQtXE6olkn > .row .container { border-width: 0; border-radius: 0; }#LMJFDFITd6tReLqBHWZV4EXQtXE6olkn > .row > .video-iframe-container {  }#LMJFDFITd6tReLqBHWZV4EXQtXE6olkn > .row .container { font-size:0.875rem;font-family:arial;height:11rem;width:75rem;position:relative;display:block; }#yOHUsX2RDI9SG7gT52z6LkmevFFrktNe { 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; }
#TSxinsqMVFXNW7kIE7TIRlRdBMc7cxiX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#TSxinsqMVFXNW7kIE7TIRlRdBMc7cxiX > .row .container { background-color: transparent; background-image: none; }#TSxinsqMVFXNW7kIE7TIRlRdBMc7cxiX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSxinsqMVFXNW7kIE7TIRlRdBMc7cxiX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSxinsqMVFXNW7kIE7TIRlRdBMc7cxiX > .row .container > .video-iframe-container { display: none; }#TSxinsqMVFXNW7kIE7TIRlRdBMc7cxiX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSxinsqMVFXNW7kIE7TIRlRdBMc7cxiX > .row > .video-iframe-container { display: none; }#TSxinsqMVFXNW7kIE7TIRlRdBMc7cxiX > .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); }#TSxinsqMVFXNW7kIE7TIRlRdBMc7cxiX > .row .container { border-width: 0; border-radius: 0; }#TSxinsqMVFXNW7kIE7TIRlRdBMc7cxiX > .row > .video-iframe-container {  }#TSxinsqMVFXNW7kIE7TIRlRdBMc7cxiX > .row .container { font-size:0.875rem;font-family:arial;height:22.125rem;width:75rem;position:relative;display:block; }#JDod2QzqD4vhu1MUrii4JJSFitDAaRwr { color:#f4ce83;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:2.736328125rem;left:6.25rem;height:19.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BwOSLc0pFcrZg2etweykn0ZxeIo6Ftwv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#BwOSLc0pFcrZg2etweykn0ZxeIo6Ftwv > .row .container { background-color: transparent; background-image: none; }#BwOSLc0pFcrZg2etweykn0ZxeIo6Ftwv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BwOSLc0pFcrZg2etweykn0ZxeIo6Ftwv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BwOSLc0pFcrZg2etweykn0ZxeIo6Ftwv > .row .container > .video-iframe-container { display: none; }#BwOSLc0pFcrZg2etweykn0ZxeIo6Ftwv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BwOSLc0pFcrZg2etweykn0ZxeIo6Ftwv > .row > .video-iframe-container { display: none; }#BwOSLc0pFcrZg2etweykn0ZxeIo6Ftwv > .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); }#BwOSLc0pFcrZg2etweykn0ZxeIo6Ftwv > .row .container { border-width: 0; border-radius: 0; }#BwOSLc0pFcrZg2etweykn0ZxeIo6Ftwv > .row > .video-iframe-container {  }#BwOSLc0pFcrZg2etweykn0ZxeIo6Ftwv > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;position:relative;display:block; }#ShPTMnBnqmSGlE0wMg4rFo6KOWqSkaw2 { 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:3.0833740234375rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ec45XVBwLGrtLBtqBTWxw0g6oGe6UhgP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#Ec45XVBwLGrtLBtqBTWxw0g6oGe6UhgP > .row .container { background-color: transparent; background-image: none; }#Ec45XVBwLGrtLBtqBTWxw0g6oGe6UhgP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ec45XVBwLGrtLBtqBTWxw0g6oGe6UhgP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ec45XVBwLGrtLBtqBTWxw0g6oGe6UhgP > .row .container > .video-iframe-container { display: none; }#Ec45XVBwLGrtLBtqBTWxw0g6oGe6UhgP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ec45XVBwLGrtLBtqBTWxw0g6oGe6UhgP > .row > .video-iframe-container { display: none; }#Ec45XVBwLGrtLBtqBTWxw0g6oGe6UhgP > .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); }#Ec45XVBwLGrtLBtqBTWxw0g6oGe6UhgP > .row .container { border-width: 0; border-radius: 0; }#Ec45XVBwLGrtLBtqBTWxw0g6oGe6UhgP > .row > .video-iframe-container {  }#Ec45XVBwLGrtLBtqBTWxw0g6oGe6UhgP > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#eBfe5qT34vAd3qx9cHcuWuSxpFx4C0Ee { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:url("https://images.assets-landingi.com/uc/ad98cebc-420c-414e-8aa9-96698370d05b/10.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#eBfe5qT34vAd3qx9cHcuWuSxpFx4C0Ee.adaptive-delivery-prevent-bg, #eBfe5qT34vAd3qx9cHcuWuSxpFx4C0Ee.lazyload, #eBfe5qT34vAd3qx9cHcuWuSxpFx4C0Ee.lazyloading { background-image: none; }#eBfe5qT34vAd3qx9cHcuWuSxpFx4C0Ee > .row .container { background-color: transparent; background-image: none; }#eBfe5qT34vAd3qx9cHcuWuSxpFx4C0Ee::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eBfe5qT34vAd3qx9cHcuWuSxpFx4C0Ee > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eBfe5qT34vAd3qx9cHcuWuSxpFx4C0Ee > .row .container > .video-iframe-container { display: none; }#eBfe5qT34vAd3qx9cHcuWuSxpFx4C0Ee > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eBfe5qT34vAd3qx9cHcuWuSxpFx4C0Ee > .row > .video-iframe-container { display: none; }#eBfe5qT34vAd3qx9cHcuWuSxpFx4C0Ee > .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); }#eBfe5qT34vAd3qx9cHcuWuSxpFx4C0Ee > .row .container { border-width: 0; border-radius: 0; }#eBfe5qT34vAd3qx9cHcuWuSxpFx4C0Ee > .row > .video-iframe-container {  }#eBfe5qT34vAd3qx9cHcuWuSxpFx4C0Ee > .row .container { font-size:0.875rem;font-family:arial;height:32.75rem;width:75rem;position:relative;display:block; }#EA5yB8FehFhzePODTtALRBDdWUkIvTo6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#EA5yB8FehFhzePODTtALRBDdWUkIvTo6 > .row .container { background-color: transparent; background-image: none; }#EA5yB8FehFhzePODTtALRBDdWUkIvTo6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EA5yB8FehFhzePODTtALRBDdWUkIvTo6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EA5yB8FehFhzePODTtALRBDdWUkIvTo6 > .row .container > .video-iframe-container { display: none; }#EA5yB8FehFhzePODTtALRBDdWUkIvTo6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EA5yB8FehFhzePODTtALRBDdWUkIvTo6 > .row > .video-iframe-container { display: none; }#EA5yB8FehFhzePODTtALRBDdWUkIvTo6 > .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); }#EA5yB8FehFhzePODTtALRBDdWUkIvTo6 > .row .container { border-width: 0; border-radius: 0; }#EA5yB8FehFhzePODTtALRBDdWUkIvTo6 > .row > .video-iframe-container {  }#EA5yB8FehFhzePODTtALRBDdWUkIvTo6 > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:75rem;position:relative;display:block; }#TQNbNdmTRAKsh42hQDs7aq9FlaoSHqvM { 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; }
#UF1rHawJhoCL3xvb37oWdRJBaR75I7Gm { color:#f4ce83;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:300;z-index:100016;line-height:1.3;letter-spacing:0;top:15.5rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y6DZyULzJQ2OBaNwTObBv9pCKbGp1vZf { box-sizing:content-box;color:#f4ce83;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:11.875rem;left:36.3125rem;display:block; }
#Haf88eKvTL3sPQpMTsRwJ9Rn191hlaM5 { box-sizing:content-box;color:#f4ce83;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:11.875rem;left:42.6875rem;display:block; }
#hcbaE0Mi77Ev4vxoV8DR4sOiGb892Jd7 { box-sizing:content-box;color:#f4ce83;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:11.875rem;left:30.125rem;display:block; }
#vFG2xrVz9CpdGJoLoAo8IKXIzRyFkHWy { box-sizing:content-box;color:#f4ce83;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:11.875rem;left:39.5rem;display:block; }
#R7nzaCIEvP3vWOax0FnGpOTal2WGySHW { box-sizing:content-box;color:#f4ce83;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100021;top:11.875rem;left:33.1875rem;display:block; }
#LdUP8QklvGTFLZFMSqWQpEzlmJkQprOc { 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.8333334922791rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ytsEoZygFmczVPylcCMsBJVB9lKF5zTC { color:#f4ce83;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:300;z-index:100016;line-height:1.3;letter-spacing:0;top:15.5rem;left:0rem;height:2.4166667461395rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#n1IszN6mXJO8VOUvv5DLaM4rKrJ5JhTO { position:relative;display:block; }#n1IszN6mXJO8VOUvv5DLaM4rKrJ5JhTO { background-color: transparent; background-image: none; }#n1IszN6mXJO8VOUvv5DLaM4rKrJ5JhTO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1IszN6mXJO8VOUvv5DLaM4rKrJ5JhTO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1IszN6mXJO8VOUvv5DLaM4rKrJ5JhTO > .row .container > .video-iframe-container { display: none; }#n1IszN6mXJO8VOUvv5DLaM4rKrJ5JhTO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1IszN6mXJO8VOUvv5DLaM4rKrJ5JhTO > .row > .video-iframe-container { display: none; }#n1IszN6mXJO8VOUvv5DLaM4rKrJ5JhTO > .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); }#n1IszN6mXJO8VOUvv5DLaM4rKrJ5JhTO { border-width: 0; border-radius: 0; }#n1IszN6mXJO8VOUvv5DLaM4rKrJ5JhTO > .row .container > .video-iframe-container {  }#n1IszN6mXJO8VOUvv5DLaM4rKrJ5JhTO > .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:9.9375rem;width:75rem;position:relative;display:block; }#bdPN7JR2IL6oAkyc86ukbBWBXt0tsZNU { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.0625rem;width:18.125rem;top:0.5833740234375rem;left:0rem;overflow:hidden;display:block; }
#SEEPz2u4V6yirW3oLpIQ2cKwvLsLlwrv { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.0625rem;width:18.125rem;top:0.5833740234375rem;left:37.78125rem;overflow:hidden;display:block; }
#FAltE35HaAOETIUrAQRE08OI09drlIPd { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.0625rem;width:18.125rem;top:0.5833740234375rem;left:19.03125rem;overflow:hidden;display:block; }
#NRETvCI7e8nOuEIZcA8fyoG9N2V5qJ2T { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.0625rem;width:18.125rem;top:0.5833740234375rem;left:56.8125rem;overflow:hidden;display:block; }
#iuZv52pbPzRMtlgHTqbBWQi1VhOifHgw { 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:2.5rem;left:6.25rem;height:26.000000953674rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#h8D58K8TBuZDP86waNcgGCnUOevOJUTb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#h8D58K8TBuZDP86waNcgGCnUOevOJUTb > .row .container { background-color: transparent; background-image: none; }#h8D58K8TBuZDP86waNcgGCnUOevOJUTb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8D58K8TBuZDP86waNcgGCnUOevOJUTb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8D58K8TBuZDP86waNcgGCnUOevOJUTb > .row .container > .video-iframe-container { display: none; }#h8D58K8TBuZDP86waNcgGCnUOevOJUTb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8D58K8TBuZDP86waNcgGCnUOevOJUTb > .row > .video-iframe-container { display: none; }#h8D58K8TBuZDP86waNcgGCnUOevOJUTb > .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); }#h8D58K8TBuZDP86waNcgGCnUOevOJUTb > .row .container { border-width: 0; border-radius: 0; }#h8D58K8TBuZDP86waNcgGCnUOevOJUTb > .row > .video-iframe-container {  }#h8D58K8TBuZDP86waNcgGCnUOevOJUTb > .row .container { font-size:0.875rem;font-family:arial;height:28.5rem;width:75rem;position:relative;display:block; }#RtughnCD1z32d4FLGhSutCmEp10M1plX { 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:2.5rem;left:6.25rem;height:26.325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HcmFcb5pMdQo0AfJhg3OVbcUFmGtT7lG { position:relative;display:block; }#HcmFcb5pMdQo0AfJhg3OVbcUFmGtT7lG { background-color: transparent; background-image: none; }#HcmFcb5pMdQo0AfJhg3OVbcUFmGtT7lG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HcmFcb5pMdQo0AfJhg3OVbcUFmGtT7lG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HcmFcb5pMdQo0AfJhg3OVbcUFmGtT7lG > .row .container > .video-iframe-container { display: none; }#HcmFcb5pMdQo0AfJhg3OVbcUFmGtT7lG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HcmFcb5pMdQo0AfJhg3OVbcUFmGtT7lG > .row > .video-iframe-container { display: none; }#HcmFcb5pMdQo0AfJhg3OVbcUFmGtT7lG > .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); }#HcmFcb5pMdQo0AfJhg3OVbcUFmGtT7lG { border-width: 0; border-radius: 0; }#HcmFcb5pMdQo0AfJhg3OVbcUFmGtT7lG > .row .container > .video-iframe-container {  }#HcmFcb5pMdQo0AfJhg3OVbcUFmGtT7lG > .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:9.9375rem;width:75rem;position:relative;display:block; }#CrVebqGd8nezF4yr1sSn79O6rsMT2Gyy { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.0625rem;width:18.125rem;top:0.5833740234375rem;left:0rem;overflow:hidden;display:block; }
#TdVxibX8XHHwJtTLkFc5pQsq47qW4uxL { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.0625rem;width:18.125rem;top:0.5833740234375rem;left:37.78125rem;overflow:hidden;display:block; }
#BhiK6ziZxt6pZ2No8JT0ycn4AadSmTPG { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.0625rem;width:18.125rem;top:0.5833740234375rem;left:19.03125rem;overflow:hidden;display:block; }
#ITQ4UJgT4EK3Mmfqf0HdukLEtRNJtSBz { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.0625rem;width:18.125rem;top:0.5833740234375rem;left:56.8125rem;overflow:hidden;display:block; }
#cXKsytcF4t9T5rS1nz4XzyMXlXgVmBiq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#cXKsytcF4t9T5rS1nz4XzyMXlXgVmBiq > .row .container { background-color: transparent; background-image: none; }#cXKsytcF4t9T5rS1nz4XzyMXlXgVmBiq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXKsytcF4t9T5rS1nz4XzyMXlXgVmBiq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXKsytcF4t9T5rS1nz4XzyMXlXgVmBiq > .row .container > .video-iframe-container { display: none; }#cXKsytcF4t9T5rS1nz4XzyMXlXgVmBiq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXKsytcF4t9T5rS1nz4XzyMXlXgVmBiq > .row > .video-iframe-container { display: none; }#cXKsytcF4t9T5rS1nz4XzyMXlXgVmBiq > .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); }#cXKsytcF4t9T5rS1nz4XzyMXlXgVmBiq > .row .container { border-width: 0; border-radius: 0; }#cXKsytcF4t9T5rS1nz4XzyMXlXgVmBiq > .row > .video-iframe-container {  }#cXKsytcF4t9T5rS1nz4XzyMXlXgVmBiq > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#VlsvR2MLDIhJZerRvt7PGeR6Db8bTGvy { 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; }
#vMbmhQJEX6iO5FPZHuZqQTCX0aExQzeD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:url("https://images.assets-landingi.com/uc/6ebea9e6-d03a-43a2-984e-638a25496db3/Nalanding1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#vMbmhQJEX6iO5FPZHuZqQTCX0aExQzeD.adaptive-delivery-prevent-bg, #vMbmhQJEX6iO5FPZHuZqQTCX0aExQzeD.lazyload, #vMbmhQJEX6iO5FPZHuZqQTCX0aExQzeD.lazyloading { background-image: none; }#vMbmhQJEX6iO5FPZHuZqQTCX0aExQzeD > .row .container { background-color: transparent; background-image: none; }#vMbmhQJEX6iO5FPZHuZqQTCX0aExQzeD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMbmhQJEX6iO5FPZHuZqQTCX0aExQzeD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMbmhQJEX6iO5FPZHuZqQTCX0aExQzeD > .row .container > .video-iframe-container { display: none; }#vMbmhQJEX6iO5FPZHuZqQTCX0aExQzeD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMbmhQJEX6iO5FPZHuZqQTCX0aExQzeD > .row > .video-iframe-container { display: none; }#vMbmhQJEX6iO5FPZHuZqQTCX0aExQzeD > .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); }#vMbmhQJEX6iO5FPZHuZqQTCX0aExQzeD > .row .container { border-width: 0; border-radius: 0; }#vMbmhQJEX6iO5FPZHuZqQTCX0aExQzeD > .row > .video-iframe-container {  }#vMbmhQJEX6iO5FPZHuZqQTCX0aExQzeD > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;position:relative;display:block; }#XXTLOrK82zsGHSRcP0Ca613CZIlTxlTk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#XXTLOrK82zsGHSRcP0Ca613CZIlTxlTk > .row .container { background-color: transparent; background-image: none; }#XXTLOrK82zsGHSRcP0Ca613CZIlTxlTk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXTLOrK82zsGHSRcP0Ca613CZIlTxlTk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXTLOrK82zsGHSRcP0Ca613CZIlTxlTk > .row .container > .video-iframe-container { display: none; }#XXTLOrK82zsGHSRcP0Ca613CZIlTxlTk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXTLOrK82zsGHSRcP0Ca613CZIlTxlTk > .row > .video-iframe-container { display: none; }#XXTLOrK82zsGHSRcP0Ca613CZIlTxlTk > .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); }#XXTLOrK82zsGHSRcP0Ca613CZIlTxlTk > .row .container { border-width: 0; border-radius: 0; }#XXTLOrK82zsGHSRcP0Ca613CZIlTxlTk > .row > .video-iframe-container {  }#XXTLOrK82zsGHSRcP0Ca613CZIlTxlTk > .row .container { font-size:0.875rem;font-family:arial;height:28.5rem;width:75rem;position:relative;display:block; }#kVyahky7LgX58H7TqQixnCznFSnTMZTX { 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:2.5rem;left:6.25rem;height:24.13125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pr54IT1i8HPiXRHCn0p7c3k9zWtBEqC0 { 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:2.5rem;left:6.25rem;height:23.833334207535rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mqaOPBe6it9WO8c6T5p9bQJb2shi2ewb { position:relative;display:block; }#mqaOPBe6it9WO8c6T5p9bQJb2shi2ewb { background-color: transparent; background-image: none; }#mqaOPBe6it9WO8c6T5p9bQJb2shi2ewb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqaOPBe6it9WO8c6T5p9bQJb2shi2ewb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqaOPBe6it9WO8c6T5p9bQJb2shi2ewb > .row .container > .video-iframe-container { display: none; }#mqaOPBe6it9WO8c6T5p9bQJb2shi2ewb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqaOPBe6it9WO8c6T5p9bQJb2shi2ewb > .row > .video-iframe-container { display: none; }#mqaOPBe6it9WO8c6T5p9bQJb2shi2ewb > .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); }#mqaOPBe6it9WO8c6T5p9bQJb2shi2ewb { border-width: 0; border-radius: 0; }#mqaOPBe6it9WO8c6T5p9bQJb2shi2ewb > .row .container > .video-iframe-container {  }#mqaOPBe6it9WO8c6T5p9bQJb2shi2ewb > .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:9.9375rem;width:75rem;position:relative;display:block; }#U1apeNSrGXdLf3TVLZfz6N2gT9meGTTE { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.0625rem;width:18.125rem;top:0.5833740234375rem;left:0rem;overflow:hidden;display:block; }
#iHsTXCu8L5rvvrEGPEOQXqQTbzkuXmmb { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.0625rem;width:18.125rem;top:0.5833740234375rem;left:37.78125rem;overflow:hidden;display:block; }
#nBJiQ5t95Zc7MTigwTA0eGN9hVocsDha { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.0625rem;width:18.125rem;top:0.5833740234375rem;left:19.03125rem;overflow:hidden;display:block; }
#WuluTFVu6m1SX1ag1fowcIbHX3kPGqwM { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.0625rem;width:18.125rem;top:0.5833740234375rem;left:56.8125rem;overflow:hidden;display:block; }
#KsBTz7H1fv8m4toTeo6bgaVB9zOf0HkT { position:relative;display:block; }#KsBTz7H1fv8m4toTeo6bgaVB9zOf0HkT { background-color: transparent; background-image: none; }#KsBTz7H1fv8m4toTeo6bgaVB9zOf0HkT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KsBTz7H1fv8m4toTeo6bgaVB9zOf0HkT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KsBTz7H1fv8m4toTeo6bgaVB9zOf0HkT > .row .container > .video-iframe-container { display: none; }#KsBTz7H1fv8m4toTeo6bgaVB9zOf0HkT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KsBTz7H1fv8m4toTeo6bgaVB9zOf0HkT > .row > .video-iframe-container { display: none; }#KsBTz7H1fv8m4toTeo6bgaVB9zOf0HkT > .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); }#KsBTz7H1fv8m4toTeo6bgaVB9zOf0HkT { border-width: 0; border-radius: 0; }#KsBTz7H1fv8m4toTeo6bgaVB9zOf0HkT > .row .container > .video-iframe-container {  }#KsBTz7H1fv8m4toTeo6bgaVB9zOf0HkT > .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:9.9375rem;width:75rem;position:relative;display:block; }#aHMLRXuLslX0kU6OibmwZXACrCS1ZUTp { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.0625rem;width:18.125rem;top:0.5833740234375rem;left:0rem;overflow:hidden;display:block; }
#xy4c267ysGwfFvMmOHNOatJLvP6Ewgdb { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.0625rem;width:18.125rem;top:0.5625rem;left:37.781251907349rem;overflow:hidden;display:block; }
#DrFMi3C3TzXLEHIer0Ku7AobvsTUUAcH { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.0625rem;width:18.125rem;top:0.5833740234375rem;left:19.03125rem;overflow:hidden;display:block; }
#C6RloS8Sa0BEqIoQ7uLWoSchzwwdmxc2 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.0625rem;width:18.125rem;top:0.5833740234375rem;left:56.8125rem;overflow:hidden;display:block; }
#mBmLQTirEwOpBD41bDkMrEWnB4Iemgl4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#mBmLQTirEwOpBD41bDkMrEWnB4Iemgl4 > .row .container { background-color: transparent; background-image: none; }#mBmLQTirEwOpBD41bDkMrEWnB4Iemgl4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBmLQTirEwOpBD41bDkMrEWnB4Iemgl4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBmLQTirEwOpBD41bDkMrEWnB4Iemgl4 > .row .container > .video-iframe-container { display: none; }#mBmLQTirEwOpBD41bDkMrEWnB4Iemgl4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBmLQTirEwOpBD41bDkMrEWnB4Iemgl4 > .row > .video-iframe-container { display: none; }#mBmLQTirEwOpBD41bDkMrEWnB4Iemgl4 > .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); }#mBmLQTirEwOpBD41bDkMrEWnB4Iemgl4 > .row .container { border-width: 0; border-radius: 0; }#mBmLQTirEwOpBD41bDkMrEWnB4Iemgl4 > .row > .video-iframe-container {  }#mBmLQTirEwOpBD41bDkMrEWnB4Iemgl4 > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:75rem;position:relative;display:block; }#LgVN7P3l9hKmP9KspvinXSTFl09yTfPn { background-color:#c69d3a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.125rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:7.5rem;left:20.9375rem;display:block; }
#InRq8LBafduxEyH9tMmfbgZUqPfQFQSh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#s9uTFK4uyXMoNy1z22kC7idPfAT5NGyU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:url("https://images.assets-landingi.com/uc/1913e432-c213-4a79-9d87-790985ab9b55/8.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#s9uTFK4uyXMoNy1z22kC7idPfAT5NGyU.adaptive-delivery-prevent-bg, #s9uTFK4uyXMoNy1z22kC7idPfAT5NGyU.lazyload, #s9uTFK4uyXMoNy1z22kC7idPfAT5NGyU.lazyloading { background-image: none; }#s9uTFK4uyXMoNy1z22kC7idPfAT5NGyU > .row .container { background-color: transparent; background-image: none; }#s9uTFK4uyXMoNy1z22kC7idPfAT5NGyU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9uTFK4uyXMoNy1z22kC7idPfAT5NGyU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9uTFK4uyXMoNy1z22kC7idPfAT5NGyU > .row .container > .video-iframe-container { display: none; }#s9uTFK4uyXMoNy1z22kC7idPfAT5NGyU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9uTFK4uyXMoNy1z22kC7idPfAT5NGyU > .row > .video-iframe-container { display: none; }#s9uTFK4uyXMoNy1z22kC7idPfAT5NGyU > .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); }#s9uTFK4uyXMoNy1z22kC7idPfAT5NGyU > .row .container { border-width: 0; border-radius: 0; }#s9uTFK4uyXMoNy1z22kC7idPfAT5NGyU > .row > .video-iframe-container {  }#s9uTFK4uyXMoNy1z22kC7idPfAT5NGyU > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#woFBXQm4sRdd5qV7E51m6cDX5QaNTOkk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#woFBXQm4sRdd5qV7E51m6cDX5QaNTOkk > .row .container { background-color: transparent; background-image: none; }#woFBXQm4sRdd5qV7E51m6cDX5QaNTOkk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woFBXQm4sRdd5qV7E51m6cDX5QaNTOkk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woFBXQm4sRdd5qV7E51m6cDX5QaNTOkk > .row .container > .video-iframe-container { display: none; }#woFBXQm4sRdd5qV7E51m6cDX5QaNTOkk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woFBXQm4sRdd5qV7E51m6cDX5QaNTOkk > .row > .video-iframe-container { display: none; }#woFBXQm4sRdd5qV7E51m6cDX5QaNTOkk > .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); }#woFBXQm4sRdd5qV7E51m6cDX5QaNTOkk > .row .container { border-width: 0; border-radius: 0; }#woFBXQm4sRdd5qV7E51m6cDX5QaNTOkk > .row > .video-iframe-container {  }#woFBXQm4sRdd5qV7E51m6cDX5QaNTOkk > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:75rem;position:relative;display:block; }#nHXqPTU6OMefiRxAiMburxDJ52HkJXTL { 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:4.65625rem;left:0rem;height:14.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kD6K2tmUP6uNPMT38hsRLvOqlc2seGvr { 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:4.65625rem;left:0rem;height:14.500000476837rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#h5hKQeUPNknStN0avz92WhkJxULfXlOH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#h5hKQeUPNknStN0avz92WhkJxULfXlOH > .row .container { background-color: transparent; background-image: none; }#h5hKQeUPNknStN0avz92WhkJxULfXlOH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h5hKQeUPNknStN0avz92WhkJxULfXlOH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h5hKQeUPNknStN0avz92WhkJxULfXlOH > .row .container > .video-iframe-container { display: none; }#h5hKQeUPNknStN0avz92WhkJxULfXlOH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h5hKQeUPNknStN0avz92WhkJxULfXlOH > .row > .video-iframe-container { display: none; }#h5hKQeUPNknStN0avz92WhkJxULfXlOH > .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); }#h5hKQeUPNknStN0avz92WhkJxULfXlOH > .row .container { border-width: 0; border-radius: 0; }#h5hKQeUPNknStN0avz92WhkJxULfXlOH > .row > .video-iframe-container {  }#h5hKQeUPNknStN0avz92WhkJxULfXlOH > .row .container { font-size:0.875rem;font-family:arial;height:58.6875rem;width:75rem;position:relative;display:block; }#UFvf67G7Tw1M5EyaROUtqNbtsCRIAUfT { position:absolute;display:block;z-index:100004;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;height:48.6875rem;width:33.9375rem;top:9.8125rem;left:0rem;display:block; }
#U0liX3Vkceq7cn0J1v5ZRZFPAkdr5las { color:#47545a;display:block;width:31.247396469116rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100018;line-height:1.3;letter-spacing:0;top:38.954467773438rem;left:1.4270839691162rem;height:11.375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#y8xLiVUPtyzoPlRdep9v7gsrsyhO8iK2 { background-color:#035d24;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:51.1640625rem;left:8.3020839691163rem;display:block; }
#CG16ksntk5xXPLEqb9SQcD0HaRHeEZTo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dIyXtLO68tAney2ryDRuSNsJbRz84gNa { position:absolute;display:block;z-index:100005;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;height:48.6875rem;width:33.9375rem;top:9.625rem;left:40.875rem;display:block; }
#Bc1ssUluhW5mDRQmVruhDe8AX7OCu4fE { color:#47545a;display:block;width:31.247396469116rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100019;line-height:1.3;letter-spacing:0;top:38.93359375rem;left:42.30339050293rem;height:9.75rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#T9u0Pzqma1VaNbwHdiOedhrqyvDGe693 { background-color:#035d24;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:51.143310546875rem;left:49.177085876465rem;display:block; }
#oqzwkLwDdxk1ll5FeKW6IbMrkhIy2NWq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oQU0XRosMxqlgUP7mEZvmSo1PBDnz8Td { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.4375rem;width:12.4375rem;top:3.5221557617188rem;left:10.833333969116rem;overflow:hidden;display:block; }
#iCKvhZsUatVqkNQnUlllbHfsNO8yBDBD { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.4375rem;width:12.4375rem;top:3.48046875rem;left:51.708333969116rem;overflow:hidden;display:block; }
#QyhDEbrILXQEqKQOt4DbTDxAb5xCk6LP { color:#47545a;display:block;width:31.247396469116rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100019;line-height:1.5;letter-spacing:0;top:16.208374023438rem;left:1.4270839691162rem;height:20.625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#bDRqXEGJocPruZTS57pUQ1qzJvOx2DiH { color:#47545a;display:block;width:31.247396469116rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100020;line-height:1.5;letter-spacing:0;top:15.938842773438rem;left:42.30339050293rem;height:18.5625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#CDouiHxvsihXxTMGhawiCGO7CQf3Tzul { color:#47545a;display:block;width:31.247396469116rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100019;line-height:1.5;letter-spacing:0;top:16.208374023438rem;left:1.4270839691162rem;height:20.833332538605rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#veQTAwzLpu8wQORCKt8hnBKWt8iq0DbS { color:#47545a;display:block;width:31.247396469116rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100020;line-height:1.5;letter-spacing:0;top:15.938842773438rem;left:42.30339050293rem;height:18.749999284744rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#FFguk9ItkQFSlX43VTUTaLFhWZU5GLQS { color:#47545a;display:block;width:31.247396469116rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100019;line-height:1.5;letter-spacing:0;top:16.208374023438rem;left:1.4270839691162rem;height:20.833332538605rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#MmsfVzGgGAl3JKrXC1tBV6vDQbT4FmaW { color:#47545a;display:block;width:31.247396469116rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100020;line-height:1.5;letter-spacing:0;top:15.938842773438rem;left:42.30339050293rem;height:18.749999284744rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#SCB7G4Sipbs8VEM5qVqh0JdK2m0p3QeW { color:#f4ce83;display:block;width:6.2473959922791rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:1.572998046875rem;left:0rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rWP3TyACWttv6Tmr9seMQRMpcdrJ9zgq { color:#f4ce83;display:block;width:6.2473959922791rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:100016;line-height:1.3;letter-spacing:0;top:1.572998046875rem;left:40.875rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vNsxbQ87MSSfX3AEFImx99oi4qJHZm3G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#vNsxbQ87MSSfX3AEFImx99oi4qJHZm3G > .row .container { background-color: transparent; background-image: none; }#vNsxbQ87MSSfX3AEFImx99oi4qJHZm3G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vNsxbQ87MSSfX3AEFImx99oi4qJHZm3G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vNsxbQ87MSSfX3AEFImx99oi4qJHZm3G > .row .container > .video-iframe-container { display: none; }#vNsxbQ87MSSfX3AEFImx99oi4qJHZm3G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vNsxbQ87MSSfX3AEFImx99oi4qJHZm3G > .row > .video-iframe-container { display: none; }#vNsxbQ87MSSfX3AEFImx99oi4qJHZm3G > .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); }#vNsxbQ87MSSfX3AEFImx99oi4qJHZm3G > .row .container { border-width: 0; border-radius: 0; }#vNsxbQ87MSSfX3AEFImx99oi4qJHZm3G > .row > .video-iframe-container {  }#vNsxbQ87MSSfX3AEFImx99oi4qJHZm3G > .row .container { font-size:0.875rem;font-family:arial;height:58.25rem;width:75rem;position:relative;display:block; }#GDH9aveAr0iwi9thHgl10bmz3Lw5i7lZ { position:absolute;display:block;z-index:100004;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;height:48.25rem;width:33.9375rem;top:9.8125rem;left:0rem;display:block; }
#uW162JLTtdNnRlRPb7EB0ori1k09cots { color:#47545a;display:block;width:31.247396469116rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100018;line-height:1.3;letter-spacing:0;top:39.196655273438rem;left:1.4270839691162rem;height:9.75rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#htsW0FsliSDxTRFVM7mTCnIbWSMmXgbT { background-color:#035d24;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:51.266967773438rem;left:8.3020839691163rem;display:block; }
#qyCQm7Fk5gER3r7reKIHRN19nWTxLySd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#H9wlr7DqllCaokn57LHUfkZaS4s4Ms8k { position:absolute;display:block;z-index:100005;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;height:48.25rem;width:33.9375rem;top:9.625rem;left:40.875rem;display:block; }
#KGka22JOPHl5CyCshtfe2cDl5wBvm03e { color:#47545a;display:block;width:31.247396469116rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100019;line-height:1.3;letter-spacing:0;top:39.217529296875rem;left:42.30339050293rem;height:9.75rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#pNC8iXBvua6gTww6Nq83vffxJWNuGZNS { background-color:#035d24;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:51.246215820312rem;left:49.177085876465rem;display:block; }
#aD9WCns6cnyk84OTqOadGHAcyut8v2TH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LfkD2wLBcqE1LVMX9eTwSHx9VtNz8l04 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.4375rem;width:12.4375rem;top:3.5221557617188rem;left:10.833333969116rem;overflow:hidden;display:block; }
#N36V9pkpZ6CItkL04tiCpB1397nd2Scp { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.4375rem;width:12.4375rem;top:3.48046875rem;left:51.708333969116rem;overflow:hidden;display:block; }
#Tk6ZFLwoHrhrFKA85OEFiHZO1PaGC0v7 { color:#47545a;display:block;width:31.247396469116rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100019;line-height:1.3;letter-spacing:0;top:17rem;left:42.3125rem;height:9.5000002384186rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#U2VrAhng0JPDsG8McOLLuiwTsOWDB0As { color:#47545a;display:block;width:31.247396469116rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100018;line-height:1.3;letter-spacing:0;top:18.333374023438rem;left:1.4283866882324rem;height:9.5000002384186rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#e9dN3P5Noh2JW0lx8M86KzOT1FCIHRJ1 { color:#47545a;display:block;width:31.247396469116rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100019;line-height:1.3;letter-spacing:0;top:17rem;left:42.3125rem;height:9.5000002384186rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#td6qLTtabdfapop5ZLti9pTTJDUrnVpF { color:#47545a;display:block;width:31.247396469116rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100020;line-height:1.5;letter-spacing:0;top:15.938842773438rem;left:1.4270839691162rem;height:20.625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#t8FNN11dUlTTvP5FLRptL2JP9tzLgD34 { color:#47545a;display:block;width:31.247396469116rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100021;line-height:1.5;letter-spacing:0;top:15.938842773438rem;left:42.30339050293rem;height:20.625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#dVAHRQnh3yqPyRPGlzabmcJzwevX9fP8 { color:#47545a;display:block;width:31.247396469116rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100020;line-height:1.5;letter-spacing:0;top:15.938842773438rem;left:1.4270839691162rem;height:20.833332538605rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#o8ny1OMV0La31in2Zpt97Mnu3pCLXK0P { color:#47545a;display:block;width:31.247396469116rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100020;line-height:1.5;letter-spacing:0;top:15.938842773438rem;left:1.4270839691162rem;height:20.833332538605rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#fQBpaxIxg7LcocAiXF6LM7xaXnGdG8HJ { color:#f4ce83;display:block;width:6.2473959922791rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:1.5950927734375rem;left:0rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lfaxHeX5U6dTfEMnKK0bHIzZ8i38AxQl { color:#f4ce83;display:block;width:6.2473959922791rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:100018;line-height:1.3;letter-spacing:0;top:1.5950927734375rem;left:40.875rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s9l98aLVx0Tg4HCkA3wC9TXk4h6qb7cq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#s9l98aLVx0Tg4HCkA3wC9TXk4h6qb7cq > .row .container { background-color: transparent; background-image: none; }#s9l98aLVx0Tg4HCkA3wC9TXk4h6qb7cq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9l98aLVx0Tg4HCkA3wC9TXk4h6qb7cq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9l98aLVx0Tg4HCkA3wC9TXk4h6qb7cq > .row .container > .video-iframe-container { display: none; }#s9l98aLVx0Tg4HCkA3wC9TXk4h6qb7cq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9l98aLVx0Tg4HCkA3wC9TXk4h6qb7cq > .row > .video-iframe-container { display: none; }#s9l98aLVx0Tg4HCkA3wC9TXk4h6qb7cq > .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); }#s9l98aLVx0Tg4HCkA3wC9TXk4h6qb7cq > .row .container { border-width: 0; border-radius: 0; }#s9l98aLVx0Tg4HCkA3wC9TXk4h6qb7cq > .row > .video-iframe-container {  }#s9l98aLVx0Tg4HCkA3wC9TXk4h6qb7cq > .row .container { font-size:0.875rem;font-family:arial;height:56.5625rem;width:75rem;position:relative;display:block; }#nCU2paGShAaQyvZuu3lt7VO6wCgO7WJZ { position:absolute;display:block;z-index:100004;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;height:46.5625rem;width:33.9375rem;top:9.8125rem;left:0rem;display:block; }
#GXfvt8Df8VOVGU3TD87B5OFOeqNMLPbP { color:#47545a;display:block;width:31.247396469116rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100018;line-height:1.3;letter-spacing:0;top:38.854248046875rem;left:1.4270839691162rem;height:11.375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#qt9oIoZsPZrBxIlzxA9iGA0gHkNA2s9z { background-color:#035d24;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:49.373779296875rem;left:8.3020839691163rem;display:block; }
#wQVyuCTLeQQpbqnHcQ1SFSok6gwvGM9K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#eZLPX52JhMLA76LOWwMiCCqwm5ySvJVh { position:absolute;display:block;z-index:100005;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;height:46.5625rem;width:33.9375rem;top:9.625rem;left:40.875rem;display:block; }
#wegTV67TcklGZTeOtoRETfzDoz9HeD8T { color:#47545a;display:block;width:31.247396469116rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100019;line-height:1.3;letter-spacing:0;top:38.854248046875rem;left:42.30339050293rem;height:8.125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Q0SklXUD7QyoAqksdblXTV6OUOIyMGQu { background-color:#035d24;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:49.373779296875rem;left:49.177085876465rem;display:block; }
#KJHy4FIErp0Z7Uv3xs4uVUEEUk4Lxg9s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FSJKELCesIlZ5ryqpphKLsCiXlQdTTal { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.4375rem;width:12.4375rem;top:3.5221557617188rem;left:10.833333969116rem;overflow:hidden;display:block; }
#eEeSeUzgr8TiO5U6O8Gaa12HLxhAZTb7 { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.4375rem;width:12.4375rem;top:3.48046875rem;left:51.708333969116rem;overflow:hidden;display:block; }
#T8qfqAut0SMJN1ilaiTDUyOWNI6QWtoU { color:#47545a;display:block;width:31.247396469116rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100015;line-height:1.5;letter-spacing:0;top:15.959716796875rem;left:1.4270839691162rem;height:20.625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#KzFpGWi0CSNk5wn99l3Miy8N9qglNGB3 { color:#47545a;display:block;width:31.247396469116rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100016;line-height:1.5;letter-spacing:0;top:15.959716796875rem;left:42.30339050293rem;height:20.625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#yVVQPD7cXAoT8evZg3yeKebeoM3fC9s2 { color:#47545a;display:block;width:31.247396469116rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100015;line-height:1.5;letter-spacing:0;top:15.959716796875rem;left:1.4270839691162rem;height:20.833332538605rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#a14i0vDpO9P76sW4TqMi62q4R3AIThyH { color:#47545a;display:block;width:31.247396469116rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100016;line-height:1.5;letter-spacing:0;top:15.959716796875rem;left:42.30339050293rem;height:20.833332777023rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#z3fydVfRX1IU4Oe6R38u1qDs0OnIKfm6 { color:#47545a;display:block;width:31.247396469116rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100015;line-height:1.5;letter-spacing:0;top:15.959716796875rem;left:1.4270839691162rem;height:20.833332538605rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#NrtPIkXNy88OWcTdHcDZkweU5DO5vr1G { color:#47545a;display:block;width:31.247396469116rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100016;line-height:1.5;letter-spacing:0;top:15.959716796875rem;left:42.30339050293rem;height:20.833332777023rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#XLJNcZvcw9zRTLrEl5TSfeN2TpHc98og { color:#f4ce83;display:block;width:6.2473959922791rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:100019;line-height:1.3;letter-spacing:0;top:1.572998046875rem;left:0rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FVNOTLnIPVBZWsEx3bF8794LMrxl5pJE { color:#f4ce83;display:block;width:6.2473959922791rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:100020;line-height:1.3;letter-spacing:0;top:1.572998046875rem;left:40.875rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gTV3iFcAlquBqFBtSrSCvdvafGcocHkt { color:#47545a;display:block;width:31.247396469116rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100015;line-height:1.5;letter-spacing:0;top:15.959716796875rem;left:1.4270839691162rem;height:20.625rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#izw9NTeWrEipdaZxAOU3OhytS0s0vZdg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#izw9NTeWrEipdaZxAOU3OhytS0s0vZdg > .row .container { background-color: transparent; background-image: none; }#izw9NTeWrEipdaZxAOU3OhytS0s0vZdg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izw9NTeWrEipdaZxAOU3OhytS0s0vZdg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izw9NTeWrEipdaZxAOU3OhytS0s0vZdg > .row .container > .video-iframe-container { display: none; }#izw9NTeWrEipdaZxAOU3OhytS0s0vZdg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izw9NTeWrEipdaZxAOU3OhytS0s0vZdg > .row > .video-iframe-container { display: none; }#izw9NTeWrEipdaZxAOU3OhytS0s0vZdg > .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); }#izw9NTeWrEipdaZxAOU3OhytS0s0vZdg > .row .container { border-width: 0; border-radius: 0; }#izw9NTeWrEipdaZxAOU3OhytS0s0vZdg > .row > .video-iframe-container {  }#izw9NTeWrEipdaZxAOU3OhytS0s0vZdg > .row .container { font-size:0.875rem;font-family:arial;height:57.8125rem;width:75rem;position:relative;display:block; }#XiBbbt1ZqeCDNUa6WeM1lrcazFIci5a7 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #035d24;border-left:0.0625rem solid #035d24;border-right:0.0625rem solid #035d24;border-bottom:0.0625rem solid #035d24;box-sizing:border-box;color:#035d24;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5703125rem;height:3.25741875rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:48.514448642731rem;left:7.65234375rem;display:none; }
#DdWSBMnm2xTBIdzh9aZhxuIJcfabdTER { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DedyQB3vCsqowWwODEZ6tES7cdIqcKUg { position:absolute;display:block;z-index:100001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;height:47.8125rem;width:33.9375rem;top:9.795654296875rem;left:41.09765625rem;display:block; }
#FJ52IAdNtElcizqrKfQhknKyllzRoNCf { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.4375rem;width:12.4375rem;top:3.75rem;left:10.700389862061rem;overflow:hidden;display:block; }
#rXLVMhDZONovs4R7dFGlMkoSPwaIB5tv { color:#47545a;display:block;width:31.247396469116rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:39.561279296875rem;left:42.609375rem;height:9.75rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#z15QIQpv5OWDsHtIkcSlUDdLmO9nyDNt { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #a54870;border-left:0.0625rem solid #a54870;border-right:0.0625rem solid #a54870;border-bottom:0.0625rem solid #a54870;box-sizing:border-box;color:#a54870;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.647625rem;height:3.3347625rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:47.419920265674rem;left:7.6124992370606rem;display:none; }
#IVfT0bH2byABLfwy9hWCmAT5Hz7mD8VN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fQToEsC0ROf7Xq733JPQp28OFMTQ1D13 { color:#2649a9;display:block;width:33.75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100013;line-height:1.3;letter-spacing:0;top:36.792200088501rem;left:0rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Cp4OhHCdiHRUJlChvxtwEzEQhR3wGAPd { color:#47545a;display:block;width:31.247396469116rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:39.518310546875rem;left:1.29296875rem;height:11.375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#b6fz7mVyvhdZF4NHv2dTarwXpb8DMFSm { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.4375rem;width:12.4375rem;top:3.75rem;left:51.8173828125rem;overflow:hidden;display:block; }
#hiTOPPSltSBueag6lD6gSay3cVF46c5S { background-color:#035d24;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:50.6015625rem;left:8.16796875rem;display:block; }
#K4Qda8PIHNRZ0EobhGN8QwFgDznUdHJR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#orwgAwHJFhNztRDpgcOq0c537Le0Oefd { background-color:#035d24;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:50.55859375rem;left:49.48307800293rem;display:block; }
#pVOMsqAfFPT14cHd5OKHvHwmeUtm22sf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PncXJQ03w133TWrtfgzhOAifnfnzTTEQ { position:absolute;display:block;z-index:100000;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;height:47.8125rem;width:33.9375rem;top:9.795654296875rem;left:0rem;display:block; }
#BARbPTt7lfBlMeZXUaFFwgNRwnXU0733 { color:#47545a;display:block;width:31.247396469116rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:17.216186523438rem;left:1.29296875rem;height:11.083333611488rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#iUoIGU89F7vE8gi93Rvxvt0oyOnX6ghx { color:#f4ce83;display:block;width:6.2473959922791rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:100021;line-height:1.3;letter-spacing:0;top:1.822998046875rem;left:0rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ey6uTJxDbuWTg5KHM2lo7KozwvSZydRn { color:#f4ce83;display:block;width:6.2473959922791rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:100022;line-height:1.3;letter-spacing:0;top:1.822998046875rem;left:41.09765625rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EyJNpkHdCrxsIzhsqtCI2zDZzV2Eg20K { color:#47545a;display:block;width:31.247396469116rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100016;line-height:1.5;letter-spacing:0;top:16.1875rem;left:1.29296875rem;height:20.625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#M91gEHVsx0miH2ga3WpPH6DTMkXtIeEV { color:#47545a;display:block;width:31.247396469116rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100017;line-height:1.5;letter-spacing:0;top:16.1875rem;left:42.52604675293rem;height:22.6875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#qvaixu0cbO0l2SPQOEMFtPdTzkxo1zPc { color:#47545a;display:block;width:31.247396469116rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100016;line-height:1.5;letter-spacing:0;top:16.1875rem;left:1.29296875rem;height:20.833332538605rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#hbDqfJZIdAzvtdvMfb7NK74kfTvx2pzL { color:#47545a;display:block;width:31.247396469116rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100017;line-height:1.5;letter-spacing:0;top:16.1875rem;left:42.52604675293rem;height:22.916665792465rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#XWdEwPTLwLVG4eTbcDsOqMBlveIq120U { color:#47545a;display:block;width:31.247396469116rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100016;line-height:1.5;letter-spacing:0;top:16.1875rem;left:1.29296875rem;height:20.833332538605rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#o80aE2LVCcP8AkEZ8ipcAsC3CE6qgbzz { color:#47545a;display:block;width:31.247396469116rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100017;line-height:1.5;letter-spacing:0;top:16.1875rem;left:42.52604675293rem;height:22.916665792465rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#aMQSarKJmsppu4HwAq4XqRwa6F2owS2D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:none; }#aMQSarKJmsppu4HwAq4XqRwa6F2owS2D > .row .container { border-width: 0; border-radius: 0; }#aMQSarKJmsppu4HwAq4XqRwa6F2owS2D > .row > .video-iframe-container {  }#aMQSarKJmsppu4HwAq4XqRwa6F2owS2D > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:none; }#LNJBTqO1HM3TtfRkQNTNH2OUwXd1ytq4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#LNJBTqO1HM3TtfRkQNTNH2OUwXd1ytq4 > .row .container { background-color: transparent; background-image: none; }#LNJBTqO1HM3TtfRkQNTNH2OUwXd1ytq4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LNJBTqO1HM3TtfRkQNTNH2OUwXd1ytq4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LNJBTqO1HM3TtfRkQNTNH2OUwXd1ytq4 > .row .container > .video-iframe-container { display: none; }#LNJBTqO1HM3TtfRkQNTNH2OUwXd1ytq4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LNJBTqO1HM3TtfRkQNTNH2OUwXd1ytq4 > .row > .video-iframe-container { display: none; }#LNJBTqO1HM3TtfRkQNTNH2OUwXd1ytq4 > .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); }#LNJBTqO1HM3TtfRkQNTNH2OUwXd1ytq4 > .row .container { border-width: 0; border-radius: 0; }#LNJBTqO1HM3TtfRkQNTNH2OUwXd1ytq4 > .row > .video-iframe-container {  }#LNJBTqO1HM3TtfRkQNTNH2OUwXd1ytq4 > .row .container { font-size:0.875rem;font-family:arial;height:25.1875rem;width:75rem;position:relative;display:block; }#ukztdTa7knKl42S7SHQ2PDSCQTkz91PJ { background-color:#035d24;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.6875rem;height:4.875rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:2.25rem;left:16.65625rem;display:block; }
#k4dSwr7A4athsM7hsm2gFFfhTvynRffS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#J4ezphvdG4TM22J7lA2fiFFgtnnUB1SI { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:10.5625rem;left:3.875rem;overflow:hidden;display:block; }
#F1fsB5DClTPrmok64uR9JwyO80lbgkem { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:10.5625rem;left:15.4375rem;overflow:hidden;display:block; }
#KN9FsK8GGo3FC8APbB3Gi54m730gEDhR { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:10.5625rem;left:27.3125rem;overflow:hidden;display:block; }
#tSI0sIm8KMIzA32AM6UXS0ph6AVvxQcV { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:10.5625rem;left:38.75rem;overflow:hidden;display:block; }
#lzrSN09TXXI6oVX3egB6edg8btTN0yyp { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:10.5625rem;left:50.25rem;overflow:hidden;display:block; }
#wpBeN2PqkFa7VX696vgnpwGDxJtdqqxT { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:10.625rem;left:61.75rem;overflow:hidden;display:block; }
#l9STrohRhA7iTlT41GT8FEIPHcB7EStD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#l9STrohRhA7iTlT41GT8FEIPHcB7EStD > .row .container { background-color: transparent; background-image: none; }#l9STrohRhA7iTlT41GT8FEIPHcB7EStD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9STrohRhA7iTlT41GT8FEIPHcB7EStD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9STrohRhA7iTlT41GT8FEIPHcB7EStD > .row .container > .video-iframe-container { display: none; }#l9STrohRhA7iTlT41GT8FEIPHcB7EStD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9STrohRhA7iTlT41GT8FEIPHcB7EStD > .row > .video-iframe-container { display: none; }#l9STrohRhA7iTlT41GT8FEIPHcB7EStD > .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); }#l9STrohRhA7iTlT41GT8FEIPHcB7EStD > .row .container { border-width: 0; border-radius: 0; }#l9STrohRhA7iTlT41GT8FEIPHcB7EStD > .row > .video-iframe-container {  }#l9STrohRhA7iTlT41GT8FEIPHcB7EStD > .row .container { font-size:0.875rem;font-family:arial;height:60.3125rem;width:75rem;position:relative;display:block; }#OytStHT8PEFLXSV0XVhTKz1dIA7AqJ3V { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #035d24;border-left:0.0625rem solid #035d24;border-right:0.0625rem solid #035d24;border-bottom:0.0625rem solid #035d24;box-sizing:border-box;color:#035d24;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5703125rem;height:3.25741875rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:48.514448642731rem;left:7.65234375rem;display:none; }
#dAKUmdCtDmT3Q0CWSGf8ggp9dOhaFTwh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fAuHUbAcv7wR8gfrhlSW6BPsfM1Aowcy { position:absolute;display:block;z-index:100001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;height:47.4375rem;width:33.9375rem;top:9.7953109741213rem;left:41.097658157349rem;display:block; }
#aL8XMqmii5a2cBFseD5BnuaxWBsXLTQ3 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.4375rem;width:12.4375rem;top:3.75rem;left:10.700389862061rem;overflow:hidden;display:block; }
#gcAUXu3I0puT1JAUX4HrgOI3pwdcNA6W { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #a54870;border-left:0.0625rem solid #a54870;border-right:0.0625rem solid #a54870;border-bottom:0.0625rem solid #a54870;box-sizing:border-box;color:#a54870;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.647625rem;height:3.3347625rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:47.419920265674rem;left:7.6124992370606rem;display:none; }
#ffPTzs3Hk3GuWMPhOKChM6DDkzw8AE25 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KLacby2yX0CU3p7S95T47yXa2qe9ki4t { color:#2649a9;display:block;width:33.75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100013;line-height:1.3;letter-spacing:0;top:36.792200088501rem;left:0rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#f8Qx0wvfDVLFtOR3MccuTiX3WIprd4JR { color:#47545a;display:block;width:31.246875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:47.124999761581rem;left:1.2945308685302rem;height:8.125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#hlto4n7coRaT5BQSUy3vOOdfSCtJik9J { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.4375rem;width:12.4375rem;top:3.75rem;left:51.8173828125rem;overflow:hidden;display:block; }
#fwa5bE7kBtWf4lUmk4L9ITsFvMGpbk0f { position:absolute;display:block;z-index:100000;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;height:47.4375rem;width:33.9375rem;top:9.7953109741213rem;left:0rem;display:block; }
#wnT36bE88aErWGRUvQuh129TL7s8limo { color:#47545a;display:block;width:31.247396469116rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:17.216186523438rem;left:1.29296875rem;height:11.083333611488rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#ttTEybTpiUErdTB2x33oSNXAECREAoQD { color:#f4ce83;display:block;width:6.2473959922791rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:100021;line-height:1.3;letter-spacing:0;top:1.822998046875rem;left:0rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tic4P1v4ti2pIWx05LS34l5N974fUsWk { color:#f4ce83;display:block;width:6.2473959922791rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:100022;line-height:1.3;letter-spacing:0;top:1.822998046875rem;left:41.09765625rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dAlU63iDEdN2sBISpTx80iL7dNucoz3L { color:#47545a;display:block;width:31.247396469116rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100016;line-height:1.5;letter-spacing:0;top:16.1875rem;left:1.29296875rem;height:30.9375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#bPWfoPXXO8EKO8K9SMsTWGyXKczIHB0F { color:#47545a;display:block;width:31.247396469116rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100016;line-height:1.5;letter-spacing:0;top:16.1875rem;left:1.29296875rem;height:20.833332538605rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#lKBVuIfTGJLkfItwq06xhOkR1cpUkDwc { color:#47545a;display:block;width:31.247396469116rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100017;line-height:1.5;letter-spacing:0;top:16.1875rem;left:42.52604675293rem;height:22.916665792465rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#oOPhNzNZxk1ZpL2mRPpCzKUtDyX3r11J { color:#47545a;display:block;width:31.247396469116rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100016;line-height:1.5;letter-spacing:0;top:16.1875rem;left:1.29296875rem;height:20.833332538605rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#lTpJrImceOgUHQ66U9kcp9hXe3tDEh8i { color:#47545a;display:block;width:31.247396469116rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100017;line-height:1.5;letter-spacing:0;top:16.1875rem;left:42.52604675293rem;height:22.916665792465rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#xmr6zeWSU3JK836JJHAJZC0eWUcgGwv3 { color:#47545a;display:block;width:31.246875rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100017;line-height:1.5;letter-spacing:0;top:16.187477111816rem;left:42.50546836853rem;height:30.9375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#x2vVM77PUcpevsQoL7782hddPRI0rc8a { color:#47545a;display:block;width:31.246875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:47.124999761581rem;left:42.50546836853rem;height:8.125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#AWuTJK13SrsRcNtfUAwThtQkSob9en0w { color:#47545a;display:block;width:31.247396469116rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100016;line-height:1.5;letter-spacing:0;top:16.1875rem;left:1.29296875rem;height:30.9375rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#n2oWT0EfSMFmBd7ZL1TQeJSwvbHrzCtg { color:#47545a;display:block;width:31.246875rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100017;line-height:1.5;letter-spacing:0;top:16.187477111816rem;left:42.50546836853rem;height:30.9375rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#AnoAvKCgTGbhkk0C9qflKGo6vLnMI5QX { color:#47545a;display:block;width:31.246875rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100017;line-height:1.5;letter-spacing:0;top:16.187477111816rem;left:42.50546836853rem;height:30.9375rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#gQe2KN32lNFeeys66FIsN3VCRaduJLBq { color:#47545a;display:block;width:31.247396469116rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100016;line-height:1.5;letter-spacing:0;top:16.1875rem;left:1.29296875rem;height:30.9375rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#gEL8IKkoZdaHNf1kPJhK8h5cLppyX7UK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#gEL8IKkoZdaHNf1kPJhK8h5cLppyX7UK > .row .container { background-color: transparent; background-image: none; }#gEL8IKkoZdaHNf1kPJhK8h5cLppyX7UK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gEL8IKkoZdaHNf1kPJhK8h5cLppyX7UK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gEL8IKkoZdaHNf1kPJhK8h5cLppyX7UK > .row .container > .video-iframe-container { display: none; }#gEL8IKkoZdaHNf1kPJhK8h5cLppyX7UK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gEL8IKkoZdaHNf1kPJhK8h5cLppyX7UK > .row > .video-iframe-container { display: none; }#gEL8IKkoZdaHNf1kPJhK8h5cLppyX7UK > .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); }#gEL8IKkoZdaHNf1kPJhK8h5cLppyX7UK > .row .container { border-width: 0; border-radius: 0; }#gEL8IKkoZdaHNf1kPJhK8h5cLppyX7UK > .row > .video-iframe-container {  }#gEL8IKkoZdaHNf1kPJhK8h5cLppyX7UK > .row .container { font-size:0.875rem;font-family:arial;height:56.625rem;width:75rem;position:relative;display:block; }#d9kfBPTJuW6sGEGzfs1JaONn42tXkwcf { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #035d24;border-left:0.0625rem solid #035d24;border-right:0.0625rem solid #035d24;border-bottom:0.0625rem solid #035d24;box-sizing:border-box;color:#035d24;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5703125rem;height:3.25741875rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:48.514448642731rem;left:7.65234375rem;display:none; }
#D9T6eUEBhsFVLabX5CVJGIT2lKDEwAsk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#f0thcsh53lEueuQWu3f4CalkLXUMpnti { position:absolute;display:block;z-index:100001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;height:43.75rem;width:33.9375rem;top:9.7953109741213rem;left:41.097658157349rem;display:block; }
#JHEpI2lgrsWT8Ce1LCBSmHkmX5viit9o { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.4375rem;width:12.4375rem;top:3.75rem;left:10.700389862061rem;overflow:hidden;display:block; }
#OwiHdnXdae40XcH1BiukXXiFKTyh3f79 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #a54870;border-left:0.0625rem solid #a54870;border-right:0.0625rem solid #a54870;border-bottom:0.0625rem solid #a54870;box-sizing:border-box;color:#a54870;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.647625rem;height:3.3347625rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:47.419920265674rem;left:7.6124992370606rem;display:none; }
#pOAi78XEaURnEEMGFaBRlrBcb4qFA3te { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zOER2ZxhupNdsEe3NUqdxxN51PI57hOL { color:#2649a9;display:block;width:33.75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100013;line-height:1.3;letter-spacing:0;top:36.792200088501rem;left:0rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Talf4P8xr1Fq4TD1r7EvkWbTt9SJnOks { color:#47545a;display:block;width:31.246875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:42.999998092651rem;left:1.2945308685302rem;height:8.125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#pGU2D2fMe8cRbEslS2KfkUTPPf7yhgAL { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.4375rem;width:12.4375rem;top:3.75rem;left:51.8173828125rem;overflow:hidden;display:block; }
#DWpNi1derJG8txsVXTxkK7KI0QwUBXTN { position:absolute;display:block;z-index:100000;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;height:43.75rem;width:33.9375rem;top:9.7953109741213rem;left:0rem;display:block; }
#ScU8CdyCAncFf2CqbIkacfyoO8TqFSwd { color:#47545a;display:block;width:31.247396469116rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:17.216186523438rem;left:1.29296875rem;height:11.083333611488rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#TuA4TNM1l8PNBEMZsC4zSxS0skWi5OiT { color:#f4ce83;display:block;width:6.2473959922791rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:100021;line-height:1.3;letter-spacing:0;top:1.822998046875rem;left:0rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SEPiOUa0Li0KBdntRftCN4byBSd3hc2E { color:#47545a;display:block;width:31.247396469116rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100016;line-height:1.5;letter-spacing:0;top:16.1875rem;left:1.29296875rem;height:26.8125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#vGTmIvh5EqHeiF9pOpJnpbF1SmK97f25 { color:#47545a;display:block;width:31.247396469116rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100016;line-height:1.5;letter-spacing:0;top:16.1875rem;left:1.29296875rem;height:20.833332538605rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#Bhbw70wBDwvr3k7ctD7if88I6wFfpAVy { color:#47545a;display:block;width:31.247396469116rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100017;line-height:1.5;letter-spacing:0;top:16.1875rem;left:42.52604675293rem;height:22.916665792465rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#F6wFaQE8r0NIRoHs8Ufq6T5LVxC11IVf { color:#47545a;display:block;width:31.247396469116rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100016;line-height:1.5;letter-spacing:0;top:16.1875rem;left:1.29296875rem;height:20.833332538605rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#OBI9IWRfN31I6cm5hcBp8hzTA4L4hPfX { color:#47545a;display:block;width:31.247396469116rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100017;line-height:1.5;letter-spacing:0;top:16.1875rem;left:42.52604675293rem;height:22.916665792465rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#R5PovG8IQgdRs0iQiS2PhWHmiSxvl7eI { color:#47545a;display:block;width:31.246875rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100017;line-height:1.5;letter-spacing:0;top:16.187500476837rem;left:42.50546836853rem;height:24.75rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#MQ29TTdodba5qvnOZWys6vB3QLXUEiTh { color:#47545a;display:block;width:31.246875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:42.999217987061rem;left:43.753126144409rem;height:8.125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#sFNpaJFPkVUxCe0n4tbO4zVZqWDIq95o { color:#47545a;display:block;width:31.247396469116rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100016;line-height:1.5;letter-spacing:0;top:16.1875rem;left:1.29296875rem;height:26.8125rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#WJDuPApwhzICZGhHLPdQzsbdMEvQuezf { color:#47545a;display:block;width:31.246875rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100017;line-height:1.5;letter-spacing:0;top:16.187500476837rem;left:42.50546836853rem;height:24.75rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#JlaRx8PINpIZGLOCm7uLVaBovxBmweN6 { color:#47545a;display:block;width:31.246875rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100017;line-height:1.5;letter-spacing:0;top:16.187500476837rem;left:42.50546836853rem;height:24.75rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#svJAGRFUUKAsLqxBAgRBKs6nWqVVLfkK { color:#47545a;display:block;width:31.247396469116rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100016;line-height:1.5;letter-spacing:0;top:16.1875rem;left:1.29296875rem;height:26.8125rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#G5pyClFuziJIqpiHQPqlzKfB4XWvTFWG { color:#f4ce83;display:block;width:6.24609375rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:100023;line-height:1.3;letter-spacing:0;top:1.822998046875rem;left:42.505208969116rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vK5WT7ueZllZ3oNWzp6MmHZ016Vxy250 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#vK5WT7ueZllZ3oNWzp6MmHZ016Vxy250 > .row .container { background-color: transparent; background-image: none; }#vK5WT7ueZllZ3oNWzp6MmHZ016Vxy250::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vK5WT7ueZllZ3oNWzp6MmHZ016Vxy250 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vK5WT7ueZllZ3oNWzp6MmHZ016Vxy250 > .row .container > .video-iframe-container { display: none; }#vK5WT7ueZllZ3oNWzp6MmHZ016Vxy250 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vK5WT7ueZllZ3oNWzp6MmHZ016Vxy250 > .row > .video-iframe-container { display: none; }#vK5WT7ueZllZ3oNWzp6MmHZ016Vxy250 > .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); }#vK5WT7ueZllZ3oNWzp6MmHZ016Vxy250 > .row .container { border-width: 0; border-radius: 0; }#vK5WT7ueZllZ3oNWzp6MmHZ016Vxy250 > .row > .video-iframe-container {  }#vK5WT7ueZllZ3oNWzp6MmHZ016Vxy250 > .row .container { font-size:0.875rem;font-family:arial;height:61.25rem;width:75rem;position:relative;display:block; }#QPosenLxMBuGk49Q2Xqp8yOGrzQNI0FZ { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #035d24;border-left:0.0625rem solid #035d24;border-right:0.0625rem solid #035d24;border-bottom:0.0625rem solid #035d24;box-sizing:border-box;color:#035d24;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5703125rem;height:3.25741875rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:48.514448642731rem;left:7.65234375rem;display:none; }
#PSKnWVuIFeam7bn8AkQ0kwZ4UiBNMvqz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#noHkBT8VvCCioO7wm2cXqbgm2o46RF8V { position:absolute;display:block;z-index:100001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;height:43.75rem;width:33.9375rem;top:9.7953109741213rem;left:41.097658157349rem;display:block; }
#ZTC8280F8v2GunDSsxa58wWb4mByn5RS { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.4375rem;width:12.4375rem;top:3.75rem;left:10.700389862061rem;overflow:hidden;display:block; }
#zI4TdIN9SZdaCTL6DTdkE2Bs36rEPGfM { color:#47545a;display:block;width:31.246875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:44.79453086853rem;left:43.13046836853rem;height:8.125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#daURpgdQE0Fy0K5x4yBCKS1fbuNgP1WD { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #a54870;border-left:0.0625rem solid #a54870;border-right:0.0625rem solid #a54870;border-bottom:0.0625rem solid #a54870;box-sizing:border-box;color:#a54870;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.647625rem;height:3.3347625rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:47.419920265674rem;left:7.6124992370606rem;display:none; }
#S1MATDwTkD4UHqJT5CcVMrmVwITcCKWh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#sMpffsI6cy7dquXHZxgsJyVDuMiX9c5F { color:#2649a9;display:block;width:33.75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100013;line-height:1.3;letter-spacing:0;top:36.792200088501rem;left:0rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#iHVDsLvHMSZbsbov5XqAwd5hneH3chEW { color:#47545a;display:block;width:31.246875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:44.79453086853rem;left:1.2945308685302rem;height:8.125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#gAWvVmCTKhyB9VB0wXmTbU7UZtyNPsH1 { position:absolute;display:block;z-index:100000;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;height:43.75rem;width:33.9375rem;top:9.7953109741213rem;left:0rem;display:block; }
#szMgUOPXZrHFazvB9rHhcXlTh2vFgwvI { color:#47545a;display:block;width:31.247396469116rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:17.216186523438rem;left:1.29296875rem;height:11.083333611488rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#wbyTpkmG43OuIZQFpmflp3QDNTmWgJTk { color:#f4ce83;display:block;width:6.2473959922791rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:100021;line-height:1.3;letter-spacing:0;top:1.822998046875rem;left:0rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zcAx2cKE9a2gQFvKTRAs8sOIWzNmgtvh { color:#f4ce83;display:block;width:6.2473959922791rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:100022;line-height:1.3;letter-spacing:0;top:1.822998046875rem;left:41.09765625rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tJfb5ydtQfoqndETrQDSX1clspRpTekx { color:#47545a;display:block;width:31.247396469116rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100016;line-height:1.5;letter-spacing:0;top:16.1875rem;left:1.29296875rem;height:22.6875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#uTTCc7R9KGs1bvQyLW4pLdmwSM3Nb4xp { color:#47545a;display:block;width:31.246875rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100017;line-height:1.5;letter-spacing:0;top:16.187498569489rem;left:42.50546836853rem;height:28.875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#S1TsLyFl0MpettnPpwTynekR2mZu1Tbp { color:#47545a;display:block;width:31.247396469116rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100016;line-height:1.5;letter-spacing:0;top:16.1875rem;left:1.29296875rem;height:20.833332538605rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#fg3lb9TVNk3gQiTHitLMdTWnizehVcNq { color:#47545a;display:block;width:31.247396469116rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100017;line-height:1.5;letter-spacing:0;top:16.1875rem;left:42.52604675293rem;height:22.916665792465rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#IAXMdt6cIazkgRoWWmlm89yexw33UxfE { color:#47545a;display:block;width:31.247396469116rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100016;line-height:1.5;letter-spacing:0;top:16.1875rem;left:1.29296875rem;height:20.833332538605rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#ttQCqIpTkK5zQDnVDV6UqE0p69UzOryN { color:#47545a;display:block;width:31.247396469116rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100017;line-height:1.5;letter-spacing:0;top:16.1875rem;left:42.52604675293rem;height:22.916665792465rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#xaP6CGNsD8gWuLiTiwgyT6yuWXQ52LJ0 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.4375rem;width:12.4375rem;top:3.75rem;left:51.910158157349rem;overflow:hidden;display:block; }
#M9s1Tk8nlTrCeqPKgUwbRD2GQqeMZ7JH { color:#47545a;display:block;width:31.247396469116rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100016;line-height:1.5;letter-spacing:0;top:16.1875rem;left:1.29296875rem;height:22.6875rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#tmCq5ZvXmN9dt20Am3r4CaFOuS3QqKih { color:#47545a;display:block;width:31.246875rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100017;line-height:1.5;letter-spacing:0;top:16.187498569489rem;left:42.50546836853rem;height:28.875rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#wCpr6D0xhNTeTbePK4ssnayhZdCd71Cc { color:#47545a;display:block;width:31.246875rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100017;line-height:1.5;letter-spacing:0;top:16.187498569489rem;left:42.50546836853rem;height:28.875rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#FPt2TrLEJ2TbUmmiIuLvyVkKZt9eBwpb { color:#47545a;display:block;width:31.247396469116rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:100016;line-height:1.5;letter-spacing:0;top:16.1875rem;left:1.29296875rem;height:22.6875rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#xSIUP60N2t6yKFITWi8VEx4hIlg5qqpf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:url("https://images.assets-landingi.com/uc/13c28d13-2376-496b-a5ed-e131d649e799/Zdjciegwnenastronzapisu5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#xSIUP60N2t6yKFITWi8VEx4hIlg5qqpf.adaptive-delivery-prevent-bg, #xSIUP60N2t6yKFITWi8VEx4hIlg5qqpf.lazyload, #xSIUP60N2t6yKFITWi8VEx4hIlg5qqpf.lazyloading { background-image: none; }#xSIUP60N2t6yKFITWi8VEx4hIlg5qqpf > .row .container { background-color: transparent; background-image: none; }#xSIUP60N2t6yKFITWi8VEx4hIlg5qqpf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSIUP60N2t6yKFITWi8VEx4hIlg5qqpf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSIUP60N2t6yKFITWi8VEx4hIlg5qqpf > .row .container > .video-iframe-container { display: none; }#xSIUP60N2t6yKFITWi8VEx4hIlg5qqpf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSIUP60N2t6yKFITWi8VEx4hIlg5qqpf > .row > .video-iframe-container { display: none; }#xSIUP60N2t6yKFITWi8VEx4hIlg5qqpf > .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); }#xSIUP60N2t6yKFITWi8VEx4hIlg5qqpf > .row .container { border-width: 0; border-radius: 0; }#xSIUP60N2t6yKFITWi8VEx4hIlg5qqpf > .row > .video-iframe-container {  }#xSIUP60N2t6yKFITWi8VEx4hIlg5qqpf > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;position:relative;display:block; }#oLFOBqSFZ50VEywKTBx7TANL8QHk8Ahm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#oLFOBqSFZ50VEywKTBx7TANL8QHk8Ahm > .row .container { background-color: transparent; background-image: none; }#oLFOBqSFZ50VEywKTBx7TANL8QHk8Ahm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oLFOBqSFZ50VEywKTBx7TANL8QHk8Ahm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oLFOBqSFZ50VEywKTBx7TANL8QHk8Ahm > .row .container > .video-iframe-container { display: none; }#oLFOBqSFZ50VEywKTBx7TANL8QHk8Ahm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oLFOBqSFZ50VEywKTBx7TANL8QHk8Ahm > .row > .video-iframe-container { display: none; }#oLFOBqSFZ50VEywKTBx7TANL8QHk8Ahm > .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); }#oLFOBqSFZ50VEywKTBx7TANL8QHk8Ahm > .row .container { border-width: 0; border-radius: 0; }#oLFOBqSFZ50VEywKTBx7TANL8QHk8Ahm > .row > .video-iframe-container {  }#oLFOBqSFZ50VEywKTBx7TANL8QHk8Ahm > .row .container { font-size:0.875rem;font-family:arial;height:17.125rem;width:75rem;position:relative;display:block; }#AINaFQaQTrJagbWlMXcscH08bTAkSJQV { 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; }
#B620WRphn0GralRt9WXWqt0JB1NXizw8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#B620WRphn0GralRt9WXWqt0JB1NXizw8 > .row .container { background-color: transparent; background-image: none; }#B620WRphn0GralRt9WXWqt0JB1NXizw8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B620WRphn0GralRt9WXWqt0JB1NXizw8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B620WRphn0GralRt9WXWqt0JB1NXizw8 > .row .container > .video-iframe-container { display: none; }#B620WRphn0GralRt9WXWqt0JB1NXizw8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B620WRphn0GralRt9WXWqt0JB1NXizw8 > .row > .video-iframe-container { display: none; }#B620WRphn0GralRt9WXWqt0JB1NXizw8 > .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); }#B620WRphn0GralRt9WXWqt0JB1NXizw8 > .row .container { border-width: 0; border-radius: 0; }#B620WRphn0GralRt9WXWqt0JB1NXizw8 > .row > .video-iframe-container {  }#B620WRphn0GralRt9WXWqt0JB1NXizw8 > .row .container { font-size:0.875rem;font-family:arial;height:24.4375rem;width:75rem;position:relative;display:block; }#AteDZfwQKOV9gEoX6tdW4TTB3Q7uykOJ { color:#f4ce83;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:5.09375rem;left:6.25rem;height:19.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WS5LpLV2pPTXpHWKTTniF7ppb1m1CeQc { color:#f4ce83;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:5.09375rem;left:6.25rem;height:19.333333969116rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#VouuFwo0UXdykCHoyN58clvQO8K7uu6m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#VouuFwo0UXdykCHoyN58clvQO8K7uu6m > .row .container { background-color: transparent; background-image: none; }#VouuFwo0UXdykCHoyN58clvQO8K7uu6m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VouuFwo0UXdykCHoyN58clvQO8K7uu6m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VouuFwo0UXdykCHoyN58clvQO8K7uu6m > .row .container > .video-iframe-container { display: none; }#VouuFwo0UXdykCHoyN58clvQO8K7uu6m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VouuFwo0UXdykCHoyN58clvQO8K7uu6m > .row > .video-iframe-container { display: none; }#VouuFwo0UXdykCHoyN58clvQO8K7uu6m > .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); }#VouuFwo0UXdykCHoyN58clvQO8K7uu6m > .row .container { border-width: 0; border-radius: 0; }#VouuFwo0UXdykCHoyN58clvQO8K7uu6m > .row > .video-iframe-container {  }#VouuFwo0UXdykCHoyN58clvQO8K7uu6m > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#MHqK920RyCT0TSP1dI36nccT2Mlzz83k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:url("https://images.assets-landingi.com/uc/75d059b5-76e5-440f-a77a-b71ff4cdf503/Nalanding1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#MHqK920RyCT0TSP1dI36nccT2Mlzz83k.adaptive-delivery-prevent-bg, #MHqK920RyCT0TSP1dI36nccT2Mlzz83k.lazyload, #MHqK920RyCT0TSP1dI36nccT2Mlzz83k.lazyloading { background-image: none; }#MHqK920RyCT0TSP1dI36nccT2Mlzz83k > .row .container { background-color: transparent; background-image: none; }#MHqK920RyCT0TSP1dI36nccT2Mlzz83k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHqK920RyCT0TSP1dI36nccT2Mlzz83k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHqK920RyCT0TSP1dI36nccT2Mlzz83k > .row .container > .video-iframe-container { display: none; }#MHqK920RyCT0TSP1dI36nccT2Mlzz83k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHqK920RyCT0TSP1dI36nccT2Mlzz83k > .row > .video-iframe-container { display: none; }#MHqK920RyCT0TSP1dI36nccT2Mlzz83k > .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); }#MHqK920RyCT0TSP1dI36nccT2Mlzz83k > .row .container { border-width: 0; border-radius: 0; }#MHqK920RyCT0TSP1dI36nccT2Mlzz83k > .row > .video-iframe-container {  }#MHqK920RyCT0TSP1dI36nccT2Mlzz83k > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#ZUKnqEavTXQCCkGHOcw0yPNMZRl1tSKA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#ZUKnqEavTXQCCkGHOcw0yPNMZRl1tSKA > .row .container { background-color: transparent; background-image: none; }#ZUKnqEavTXQCCkGHOcw0yPNMZRl1tSKA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZUKnqEavTXQCCkGHOcw0yPNMZRl1tSKA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZUKnqEavTXQCCkGHOcw0yPNMZRl1tSKA > .row .container > .video-iframe-container { display: none; }#ZUKnqEavTXQCCkGHOcw0yPNMZRl1tSKA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZUKnqEavTXQCCkGHOcw0yPNMZRl1tSKA > .row > .video-iframe-container { display: none; }#ZUKnqEavTXQCCkGHOcw0yPNMZRl1tSKA > .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); }#ZUKnqEavTXQCCkGHOcw0yPNMZRl1tSKA > .row .container { border-width: 0; border-radius: 0; }#ZUKnqEavTXQCCkGHOcw0yPNMZRl1tSKA > .row > .video-iframe-container {  }#ZUKnqEavTXQCCkGHOcw0yPNMZRl1tSKA > .row .container { font-size:0.875rem;font-family:arial;height:17.125rem;width:75rem;position:relative;display:block; }#kzwGXTMbDOEs2l2IPkrTunobJVrIL9kR { 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; }
#P3OzyVFNzd9WdPFN8BnlgmLl8lXf4yTw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#P3OzyVFNzd9WdPFN8BnlgmLl8lXf4yTw > .row .container { background-color: transparent; background-image: none; }#P3OzyVFNzd9WdPFN8BnlgmLl8lXf4yTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3OzyVFNzd9WdPFN8BnlgmLl8lXf4yTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3OzyVFNzd9WdPFN8BnlgmLl8lXf4yTw > .row .container > .video-iframe-container { display: none; }#P3OzyVFNzd9WdPFN8BnlgmLl8lXf4yTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3OzyVFNzd9WdPFN8BnlgmLl8lXf4yTw > .row > .video-iframe-container { display: none; }#P3OzyVFNzd9WdPFN8BnlgmLl8lXf4yTw > .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); }#P3OzyVFNzd9WdPFN8BnlgmLl8lXf4yTw > .row .container { border-width: 0; border-radius: 0; }#P3OzyVFNzd9WdPFN8BnlgmLl8lXf4yTw > .row > .video-iframe-container {  }#P3OzyVFNzd9WdPFN8BnlgmLl8lXf4yTw > .row .container { font-size:0.875rem;font-family:arial;height:19.875rem;width:75rem;position:relative;display:block; }#eAVBvSbHJFCRuqGZGN3vxEzZ0xVMaTLb { 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; }
#D7z5G88HWiPrVSCDiVzNOAaxpzJvKAvK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#D7z5G88HWiPrVSCDiVzNOAaxpzJvKAvK > .row .container { background-color: transparent; background-image: none; }#D7z5G88HWiPrVSCDiVzNOAaxpzJvKAvK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7z5G88HWiPrVSCDiVzNOAaxpzJvKAvK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7z5G88HWiPrVSCDiVzNOAaxpzJvKAvK > .row .container > .video-iframe-container { display: none; }#D7z5G88HWiPrVSCDiVzNOAaxpzJvKAvK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7z5G88HWiPrVSCDiVzNOAaxpzJvKAvK > .row > .video-iframe-container { display: none; }#D7z5G88HWiPrVSCDiVzNOAaxpzJvKAvK > .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); }#D7z5G88HWiPrVSCDiVzNOAaxpzJvKAvK > .row .container { border-width: 0; border-radius: 0; }#D7z5G88HWiPrVSCDiVzNOAaxpzJvKAvK > .row > .video-iframe-container {  }#D7z5G88HWiPrVSCDiVzNOAaxpzJvKAvK > .row .container { font-size:0.875rem;font-family:arial;height:26.9375rem;width:75rem;position:relative;display:block; }#XlvWDB6RZh913Bun8nKC6sfeeBwSJPQL { 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; }
#UAktyMtP9FEKa2IdEJzxtqRVv368kgE8 { 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; }
#sLH4B44EhpIfSTFw1I4qPeUodEh8RN6I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#sLH4B44EhpIfSTFw1I4qPeUodEh8RN6I > .row .container { background-color: transparent; background-image: none; }#sLH4B44EhpIfSTFw1I4qPeUodEh8RN6I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sLH4B44EhpIfSTFw1I4qPeUodEh8RN6I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sLH4B44EhpIfSTFw1I4qPeUodEh8RN6I > .row .container > .video-iframe-container { display: none; }#sLH4B44EhpIfSTFw1I4qPeUodEh8RN6I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sLH4B44EhpIfSTFw1I4qPeUodEh8RN6I > .row > .video-iframe-container { display: none; }#sLH4B44EhpIfSTFw1I4qPeUodEh8RN6I > .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); }#sLH4B44EhpIfSTFw1I4qPeUodEh8RN6I > .row .container { border-width: 0; border-radius: 0; }#sLH4B44EhpIfSTFw1I4qPeUodEh8RN6I > .row > .video-iframe-container {  }#sLH4B44EhpIfSTFw1I4qPeUodEh8RN6I > .row .container { font-size:0.875rem;font-family:arial;height:19.6875rem;width:75rem;position:relative;display:block; }#eTaF1XTZvvI5AGbpszPDp8JVZTKfvrie { 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; }
#RTySuWSxZuSpZXIwsMvQ8uVkRnRXFyac { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#RTySuWSxZuSpZXIwsMvQ8uVkRnRXFyac > .row .container { background-color: transparent; background-image: none; }#RTySuWSxZuSpZXIwsMvQ8uVkRnRXFyac::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTySuWSxZuSpZXIwsMvQ8uVkRnRXFyac > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTySuWSxZuSpZXIwsMvQ8uVkRnRXFyac > .row .container > .video-iframe-container { display: none; }#RTySuWSxZuSpZXIwsMvQ8uVkRnRXFyac > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTySuWSxZuSpZXIwsMvQ8uVkRnRXFyac > .row > .video-iframe-container { display: none; }#RTySuWSxZuSpZXIwsMvQ8uVkRnRXFyac > .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); }#RTySuWSxZuSpZXIwsMvQ8uVkRnRXFyac > .row .container { border-width: 0; border-radius: 0; }#RTySuWSxZuSpZXIwsMvQ8uVkRnRXFyac > .row > .video-iframe-container {  }#RTySuWSxZuSpZXIwsMvQ8uVkRnRXFyac > .row .container { font-size:0.875rem;font-family:arial;height:35.25rem;width:75rem;position:relative;display:block; }#TldVQahEOgzufNPGys1g6Vu0nalXJLJh { 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; }
#zfApBoPa97EcV9gTIAbqnnt6BzufshhP { 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; }
#V8BaDM9l2gcGTW6sBnbTPHhSTmPcrdQU { 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; }
#antwXtnUllTkSIas0hdPMBlmF5FTSG5s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#antwXtnUllTkSIas0hdPMBlmF5FTSG5s > .row .container { background-color: transparent; background-image: none; }#antwXtnUllTkSIas0hdPMBlmF5FTSG5s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#antwXtnUllTkSIas0hdPMBlmF5FTSG5s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#antwXtnUllTkSIas0hdPMBlmF5FTSG5s > .row .container > .video-iframe-container { display: none; }#antwXtnUllTkSIas0hdPMBlmF5FTSG5s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#antwXtnUllTkSIas0hdPMBlmF5FTSG5s > .row > .video-iframe-container { display: none; }#antwXtnUllTkSIas0hdPMBlmF5FTSG5s > .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); }#antwXtnUllTkSIas0hdPMBlmF5FTSG5s > .row .container { border-width: 0; border-radius: 0; }#antwXtnUllTkSIas0hdPMBlmF5FTSG5s > .row > .video-iframe-container {  }#antwXtnUllTkSIas0hdPMBlmF5FTSG5s > .row .container { font-size:0.875rem;font-family:arial;height:19.6875rem;width:75rem;position:relative;display:block; }#N7dEiwDwCqa8n99glmZyLuroibqbmx7F { 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; }
#wed28I4sdvXUprQV5IdmLqyB7eO6eErw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#wed28I4sdvXUprQV5IdmLqyB7eO6eErw > .row .container { background-color: transparent; background-image: none; }#wed28I4sdvXUprQV5IdmLqyB7eO6eErw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wed28I4sdvXUprQV5IdmLqyB7eO6eErw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wed28I4sdvXUprQV5IdmLqyB7eO6eErw > .row .container > .video-iframe-container { display: none; }#wed28I4sdvXUprQV5IdmLqyB7eO6eErw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wed28I4sdvXUprQV5IdmLqyB7eO6eErw > .row > .video-iframe-container { display: none; }#wed28I4sdvXUprQV5IdmLqyB7eO6eErw > .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); }#wed28I4sdvXUprQV5IdmLqyB7eO6eErw > .row .container { border-width: 0; border-radius: 0; }#wed28I4sdvXUprQV5IdmLqyB7eO6eErw > .row > .video-iframe-container {  }#wed28I4sdvXUprQV5IdmLqyB7eO6eErw > .row .container { font-size:0.875rem;font-family:arial;height:26.9375rem;width:75rem;position:relative;display:block; }#CmCLaH2rT4towb5bPUOO07TIFZRdPk43 { 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; }
#a2638gXhMJUpFsxoPtqOEAt9yyDv0GOk { 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; }
#gEPfGgUNP6pOhuT64Cd3xXcN9Odtdk5v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#gEPfGgUNP6pOhuT64Cd3xXcN9Odtdk5v > .row .container { background-color: transparent; background-image: none; }#gEPfGgUNP6pOhuT64Cd3xXcN9Odtdk5v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gEPfGgUNP6pOhuT64Cd3xXcN9Odtdk5v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gEPfGgUNP6pOhuT64Cd3xXcN9Odtdk5v > .row .container > .video-iframe-container { display: none; }#gEPfGgUNP6pOhuT64Cd3xXcN9Odtdk5v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gEPfGgUNP6pOhuT64Cd3xXcN9Odtdk5v > .row > .video-iframe-container { display: none; }#gEPfGgUNP6pOhuT64Cd3xXcN9Odtdk5v > .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); }#gEPfGgUNP6pOhuT64Cd3xXcN9Odtdk5v > .row .container { border-width: 0; border-radius: 0; }#gEPfGgUNP6pOhuT64Cd3xXcN9Odtdk5v > .row > .video-iframe-container {  }#gEPfGgUNP6pOhuT64Cd3xXcN9Odtdk5v > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:75rem;position:relative;display:block; }#Fiy0qgbRCmQwnbQ9WbFDbdgXsM5lH7zI { 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; }
#fbkysZTBXRnglwkgTIpyQIzrDOqNF2cd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#fbkysZTBXRnglwkgTIpyQIzrDOqNF2cd > .row .container { background-color: transparent; background-image: none; }#fbkysZTBXRnglwkgTIpyQIzrDOqNF2cd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbkysZTBXRnglwkgTIpyQIzrDOqNF2cd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbkysZTBXRnglwkgTIpyQIzrDOqNF2cd > .row .container > .video-iframe-container { display: none; }#fbkysZTBXRnglwkgTIpyQIzrDOqNF2cd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbkysZTBXRnglwkgTIpyQIzrDOqNF2cd > .row > .video-iframe-container { display: none; }#fbkysZTBXRnglwkgTIpyQIzrDOqNF2cd > .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); }#fbkysZTBXRnglwkgTIpyQIzrDOqNF2cd > .row .container { border-width: 0; border-radius: 0; }#fbkysZTBXRnglwkgTIpyQIzrDOqNF2cd > .row > .video-iframe-container {  }#fbkysZTBXRnglwkgTIpyQIzrDOqNF2cd > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:75rem;position:relative;display:block; }#cWi8P924f8OrgwJx2CW6WrPPQyXaDkcl { 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:19.125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#SMTFyduH4EhZSgXTlsJkzbTK4tozsdWz { 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; }
#hMPT2tX7CSpE6WwhM76CsGKNiswERAga { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#hMPT2tX7CSpE6WwhM76CsGKNiswERAga > .row .container { background-color: transparent; background-image: none; }#hMPT2tX7CSpE6WwhM76CsGKNiswERAga::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMPT2tX7CSpE6WwhM76CsGKNiswERAga > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMPT2tX7CSpE6WwhM76CsGKNiswERAga > .row .container > .video-iframe-container { display: none; }#hMPT2tX7CSpE6WwhM76CsGKNiswERAga > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMPT2tX7CSpE6WwhM76CsGKNiswERAga > .row > .video-iframe-container { display: none; }#hMPT2tX7CSpE6WwhM76CsGKNiswERAga > .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); }#hMPT2tX7CSpE6WwhM76CsGKNiswERAga > .row .container { border-width: 0; border-radius: 0; }#hMPT2tX7CSpE6WwhM76CsGKNiswERAga > .row > .video-iframe-container {  }#hMPT2tX7CSpE6WwhM76CsGKNiswERAga > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#hyHUrFUE6OBzGiikCLSZa1i0Jq0btnm1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:url("https://images.assets-landingi.com/uc/c1271ae2-0852-44a0-869c-d77230cb6c82/13.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#hyHUrFUE6OBzGiikCLSZa1i0Jq0btnm1.adaptive-delivery-prevent-bg, #hyHUrFUE6OBzGiikCLSZa1i0Jq0btnm1.lazyload, #hyHUrFUE6OBzGiikCLSZa1i0Jq0btnm1.lazyloading { background-image: none; }#hyHUrFUE6OBzGiikCLSZa1i0Jq0btnm1 > .row .container { background-color: transparent; background-image: none; }#hyHUrFUE6OBzGiikCLSZa1i0Jq0btnm1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hyHUrFUE6OBzGiikCLSZa1i0Jq0btnm1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hyHUrFUE6OBzGiikCLSZa1i0Jq0btnm1 > .row .container > .video-iframe-container { display: none; }#hyHUrFUE6OBzGiikCLSZa1i0Jq0btnm1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hyHUrFUE6OBzGiikCLSZa1i0Jq0btnm1 > .row > .video-iframe-container { display: none; }#hyHUrFUE6OBzGiikCLSZa1i0Jq0btnm1 > .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); }#hyHUrFUE6OBzGiikCLSZa1i0Jq0btnm1 > .row .container { border-width: 0; border-radius: 0; }#hyHUrFUE6OBzGiikCLSZa1i0Jq0btnm1 > .row > .video-iframe-container {  }#hyHUrFUE6OBzGiikCLSZa1i0Jq0btnm1 > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#e3DyTe4MSE9eoPbP5v1etatQZt0H4nGs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#e3DyTe4MSE9eoPbP5v1etatQZt0H4nGs > .row .container { background-color: transparent; background-image: none; }#e3DyTe4MSE9eoPbP5v1etatQZt0H4nGs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3DyTe4MSE9eoPbP5v1etatQZt0H4nGs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3DyTe4MSE9eoPbP5v1etatQZt0H4nGs > .row .container > .video-iframe-container { display: none; }#e3DyTe4MSE9eoPbP5v1etatQZt0H4nGs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3DyTe4MSE9eoPbP5v1etatQZt0H4nGs > .row > .video-iframe-container { display: none; }#e3DyTe4MSE9eoPbP5v1etatQZt0H4nGs > .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); }#e3DyTe4MSE9eoPbP5v1etatQZt0H4nGs > .row .container { border-width: 0; border-radius: 0; }#e3DyTe4MSE9eoPbP5v1etatQZt0H4nGs > .row > .video-iframe-container {  }#e3DyTe4MSE9eoPbP5v1etatQZt0H4nGs > .row .container { font-size:0.875rem;font-family:arial;height:17.125rem;width:75rem;position:relative;display:block; }#anZ4aEIO359zAF0rTWD1ybc4UE75q5n8 { 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; }
#o9FqqG1TVHLvpLCqAiegSM6fNwK8MLrs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#o9FqqG1TVHLvpLCqAiegSM6fNwK8MLrs > .row .container { background-color: transparent; background-image: none; }#o9FqqG1TVHLvpLCqAiegSM6fNwK8MLrs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9FqqG1TVHLvpLCqAiegSM6fNwK8MLrs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9FqqG1TVHLvpLCqAiegSM6fNwK8MLrs > .row .container > .video-iframe-container { display: none; }#o9FqqG1TVHLvpLCqAiegSM6fNwK8MLrs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9FqqG1TVHLvpLCqAiegSM6fNwK8MLrs > .row > .video-iframe-container { display: none; }#o9FqqG1TVHLvpLCqAiegSM6fNwK8MLrs > .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); }#o9FqqG1TVHLvpLCqAiegSM6fNwK8MLrs > .row .container { border-width: 0; border-radius: 0; }#o9FqqG1TVHLvpLCqAiegSM6fNwK8MLrs > .row > .video-iframe-container {  }#o9FqqG1TVHLvpLCqAiegSM6fNwK8MLrs > .row .container { font-size:0.875rem;font-family:arial;height:59.625rem;width:75rem;position:relative;display:block; }#GOLuVTELAFPUKoqaonFhF7V1JXsi3kop { position:absolute;display:block;z-index:100014;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:45.8125rem;width:21.875rem;top:5.3125rem;left:0rem;display:block; }
#LeSzTSILwQInhPFToq80ZTQIzXbPSyEv { position:absolute;display:block;z-index:100015;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:45.8125rem;width:21.875rem;top:5.25rem;left:26rem;display:block; }
#SXosiRIwl8PmZ9H46xlZ31cv7b1OnMdV { position:absolute;display:block;z-index:100015;background-color:#5ac881;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:7.9375rem;width:20.625rem;top:5.9375rem;left:0.625rem;display:block; }
#FypqMD4Tvz4h6Ai2lztLD29xaVbk5uNS { position:absolute;display:block;z-index:100016;background-color:#059b3e;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:8.1875rem;width:20.625rem;top:5.75rem;left:26.625rem;display:block; }
#dHMTQQKA5ZAC8xlceHuxbCLdywXGFvP5 { color:#000000;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:8.072998046875rem;left:1.59375rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SWdRoWwQ2eV7XNKnTqKePw3CzEHaK6To { color:#000000;display:block;width:25rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:100018;line-height:1.3;letter-spacing:0;top:7.1563720703125rem;left:24.468751907349rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aXiZTfL3A3f6QGZZlIpdNfl96Ik64gfN { color:#02a03c;display:block;width:22.5rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:34.17724609375rem;left:0rem;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; }
#QvaFwVWFGrzPFUkKlm2PO8J4Eyva4I3M { color:#02a03c;display:block;width:21.875rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:38.6875rem;left:52.5rem;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; }
#E3UO54clucvaUxq9BveaGT5gwoS5guxd { color:#02722b;display:block;width:20.625rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:30.25rem;left:53.125rem;height:6.09375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#haMa2ghWc0ZccW4TDPqonEmwCe3ou1nd { 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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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.6875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:4.5625rem;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:39.78125rem;left:0.65625rem;display:block; }
#ly9FyLthgaG2ERtb9emvg0SsGHu55QQ3 { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#JSCeiPgVbCVVzEbd7FUoaVJMpKqCdxJc { background-color:#02722b;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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.6875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:4.6875rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:44rem;left:53.1875rem;display:block; }
#IqS2pnRgSSsAs8wBCdb9gXcQQtpBVKxZ { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#GAmiETaWocWUWe3yR7TEzQks42Qrxz3H { color:#47545a;display:block;width:32.499625rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:22.3125rem;left:39.625rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#U7IdgSMOhC76KJzi9xphcGVfk5B126HE { color:#000000;display:block;width:21.875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100027;line-height:1.3;letter-spacing:0;top:46.875rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#asFkDsWkgG5ODHVzd5QPwpRt2xnD8TRa { color:#000000;display:block;width:21.875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100028;line-height:1.3;letter-spacing:0;top:51.25rem;left:52.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rG6RfGQfuHfeRynnWDBUCbTGugkrdfLv { color:#47545a;display:block;width:20.625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:14.958251953125rem;left:0.625rem;height:16.0875rem;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; }
#UvFxZa0M0WcLKaLV055984Dg3GOkTvFF { position:absolute;display:block;z-index:100016;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:50.1875rem;width:21.875rem;top:5.9375rem;left:52.5rem;display:block; }
#y53J35BVhi3iI3JJ7WB8H9HDvfhINwmw { position:absolute;display:block;z-index:100017;background-color:#02722b;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:8.1875rem;width:20.625rem;top:6.5625rem;left:53.125rem;display:block; }
#GAZGfZUPVFqlOWg0gaTwqTQc3FdCRaLa { color:#000000;display:block;width:20.625rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:300;z-index:100019;line-height:1.3;letter-spacing:0;top:8.6875rem;left:53.125rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E5XaG4ETv9pBC2chMA0wxGpyRttFfq53 { color:#47545a;display:block;width:20.625rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:14.8125rem;left:26.625rem;height:12.5125rem;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; }
#ZANXqKBvtpoqrCf08dCiGSWepPlCGviV { color:#02a03c;display:block;width:22.5rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:34rem;left:25.6875rem;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; }
#BEHJT7UPff9uzz4AG1oavgqJsTbBl1TG { color:#47545a;display:block;width:20.625rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:15.625rem;left:53.125rem;height:14.3rem;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; }
#I5TcGvCBwArbC5RWsKBFgiF4pfnqVnrs { 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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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.6875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:4.6875rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:39.625rem;left:26.625rem;display:block; }
#lKT16b6cA1QyPR65pUt4mfwKno3y57kk { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#keabdWE5kJpSsLSKOUnB3tNmBof03TLy { color:#000000;display:block;width:21.875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100028;line-height:1.3;letter-spacing:0;top:46.75rem;left:26rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JA3NabyrHh3txdW3F8KB25Regp1SPXCH { position:absolute;display:block;z-index:100014;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:51.5625rem;width:23.125rem;top:5.25rem;left:51.875rem;display:block; }
#tiQQXGvNm18x8iOb86C5LxTzHzqe3GK4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#tiQQXGvNm18x8iOb86C5LxTzHzqe3GK4 > .row .container { background-color: transparent; background-image: none; }#tiQQXGvNm18x8iOb86C5LxTzHzqe3GK4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tiQQXGvNm18x8iOb86C5LxTzHzqe3GK4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tiQQXGvNm18x8iOb86C5LxTzHzqe3GK4 > .row .container > .video-iframe-container { display: none; }#tiQQXGvNm18x8iOb86C5LxTzHzqe3GK4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tiQQXGvNm18x8iOb86C5LxTzHzqe3GK4 > .row > .video-iframe-container { display: none; }#tiQQXGvNm18x8iOb86C5LxTzHzqe3GK4 > .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); }#tiQQXGvNm18x8iOb86C5LxTzHzqe3GK4 > .row .container { border-width: 0; border-radius: 0; }#tiQQXGvNm18x8iOb86C5LxTzHzqe3GK4 > .row > .video-iframe-container {  }#tiQQXGvNm18x8iOb86C5LxTzHzqe3GK4 > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:block; }#kpTpKb8CnMxNwGrZDs2oMKXPz3UMcIp4 { position:absolute;display:block;z-index:100022;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:35.0625rem;width:37.5rem;top:1.6875rem;left:18.75rem;display:block; }
#EoPl6frW0WZzaVTUqUlXFIQMqfIIIium { position:absolute;display:block;z-index:100023;background-color:#059b3e;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:8.1875rem;width:36.25rem;top:2.25rem;left:19.375rem;display:block; }
#uAi7T1ZCv6DePm1xARw2EUn6wouL5RmM { color:#000000;display:block;width:36.25rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:300;z-index:100025;line-height:1.3;letter-spacing:0;top:4.5625rem;left:19.375rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cOwV13XeCG5masGhSb0sfSWwhtEUic9I { color:#47545a;display:block;width:36.25rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:11.8125rem;left:19.375rem;height:5.3625rem;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; }
#Qqk8UaLQ9XHrASyCowzpeNSfWkPDNPXg { color:#02a03c;display:block;width:22.5rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:19.8125rem;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; }
#T579D0SIwUWeSdEwX1KxHVlUgVCpXmI1 { 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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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.625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:4.6875rem;text-decoration:none;z-index:100033;text-align:center;text-align-last:center;top:25.0625rem;left:25rem;display:block; }
#K2kxZ3y7CdnB1D2FLvh4FHSzQekyOLSS { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#mDfUkvQLCo26NXWhwrJEUpZWy0nf1Ogf { color:#000000;display:block;width:21.875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100035;line-height:1.3;letter-spacing:0;top:32.1875rem;left:26.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NrpKor8O60EGaT5tpuxb2z5TBQ2laLry { color:#47545a;display:block;width:36.25rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:23.375rem;left:19.375001907349rem;height:5.5000001192093rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#Ll6LFLx9HBLW318eRQDTrQl40xuDuVRn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#Ll6LFLx9HBLW318eRQDTrQl40xuDuVRn > .row .container { background-color: transparent; background-image: none; }#Ll6LFLx9HBLW318eRQDTrQl40xuDuVRn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ll6LFLx9HBLW318eRQDTrQl40xuDuVRn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ll6LFLx9HBLW318eRQDTrQl40xuDuVRn > .row .container > .video-iframe-container { display: none; }#Ll6LFLx9HBLW318eRQDTrQl40xuDuVRn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ll6LFLx9HBLW318eRQDTrQl40xuDuVRn > .row > .video-iframe-container { display: none; }#Ll6LFLx9HBLW318eRQDTrQl40xuDuVRn > .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); }#Ll6LFLx9HBLW318eRQDTrQl40xuDuVRn > .row .container { border-width: 0; border-radius: 0; }#Ll6LFLx9HBLW318eRQDTrQl40xuDuVRn > .row > .video-iframe-container {  }#Ll6LFLx9HBLW318eRQDTrQl40xuDuVRn > .row .container { font-size:0.875rem;font-family:arial;height:46.375rem;width:75rem;position:relative;display:block; }#u9Tex1p0q4ZfrIDfuFoHTu86Sc3KAuon { 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:42.65625rem;font-style:normal;display:block; }
#Oe2GwDu7standDtOIIwqGdr1PlnLvcOD { 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:42rem;font-style:normal;display:none; }
#vvUmy9e6dV4XNKXtIJf2MttraXyi1SHf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:url("https://images.assets-landingi.com/uc/44db6c59-c7bf-40a2-82e0-23ff3de64bd4/5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#vvUmy9e6dV4XNKXtIJf2MttraXyi1SHf.adaptive-delivery-prevent-bg, #vvUmy9e6dV4XNKXtIJf2MttraXyi1SHf.lazyload, #vvUmy9e6dV4XNKXtIJf2MttraXyi1SHf.lazyloading { background-image: none; }#vvUmy9e6dV4XNKXtIJf2MttraXyi1SHf > .row .container { background-color: transparent; background-image: none; }#vvUmy9e6dV4XNKXtIJf2MttraXyi1SHf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vvUmy9e6dV4XNKXtIJf2MttraXyi1SHf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vvUmy9e6dV4XNKXtIJf2MttraXyi1SHf > .row .container > .video-iframe-container { display: none; }#vvUmy9e6dV4XNKXtIJf2MttraXyi1SHf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vvUmy9e6dV4XNKXtIJf2MttraXyi1SHf > .row > .video-iframe-container { display: none; }#vvUmy9e6dV4XNKXtIJf2MttraXyi1SHf > .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); }#vvUmy9e6dV4XNKXtIJf2MttraXyi1SHf > .row .container { border-width: 0; border-radius: 0; }#vvUmy9e6dV4XNKXtIJf2MttraXyi1SHf > .row > .video-iframe-container {  }#vvUmy9e6dV4XNKXtIJf2MttraXyi1SHf > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#UggXFqQkUi7NWesolWxoV0NcskNtyRFD { color:#035d24;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.625rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:12.48193359375rem;left:0rem;height:4.225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ntDth6pWRSyTEp5HHe3JyG8PvRJUXEJS { 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; }
#CtLkQgXPicWw3o4lCHk1L0JaK5HzFaHu { color:#035d24;display:block;width:6.24609375rem;position:absolute;font-family:dosis;font-size:16rem;font-weight:300;z-index:100017;line-height:.1;letter-spacing:0;top:0.0625rem;left:8.6875rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GHbTrbFooLIXTTSBtgblM5PLoM5To7nq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:none; }#GHbTrbFooLIXTTSBtgblM5PLoM5To7nq > .row .container { border-width: 0; border-radius: 0; }#GHbTrbFooLIXTTSBtgblM5PLoM5To7nq > .row > .video-iframe-container {  }#GHbTrbFooLIXTTSBtgblM5PLoM5To7nq > .row .container { font-size:0.875rem;font-family:arial;height:16.875rem;width:75rem;position:relative;display:none; }#ELJKToFm6M43cQPpAaW3sxtzLL3rSTeg { 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; }
#Ooat7QZ5vqvBTPVASKWoRyDx9UlgwTbK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:none; }#Ooat7QZ5vqvBTPVASKWoRyDx9UlgwTbK > .row .container { border-width: 0; border-radius: 0; }#Ooat7QZ5vqvBTPVASKWoRyDx9UlgwTbK > .row > .video-iframe-container {  }#Ooat7QZ5vqvBTPVASKWoRyDx9UlgwTbK > .row .container { font-size:0.875rem;font-family:arial;height:106.8125rem;width:75rem;position:relative;display:none; }#BG4tgIf5hdZ84I631hUeJMBldenWTzLs { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.1875rem;width:56.25rem;top:15.84365272522rem;left:9.375rem;overflow:hidden;display:block; }
#VVTV6FUAHHvOUZiTpTT8yDXGcQfO7x4y { color:#47545a;display:block;width:56.25rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:48.414746284485rem;left:8.6875rem;height:14.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qAx6t5ErVlCJTiPGKRQSNvQM1h4R8udO .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; }
#qAx6t5ErVlCJTiPGKRQSNvQM1h4R8udO .widget-text.counter-number { border-top:0.25rem solid #fb813d;border-left:0.25rem solid #fb813d;border-right:0.25rem solid #fb813d;border-bottom:0.25rem solid #fb813d;background-color:transparent;background-image:none;color:#002457;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:400;line-height:87.47px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qAx6t5ErVlCJTiPGKRQSNvQM1h4R8udO .widget-text.counter-label { background-color:;background-image:none;color:#47545a;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; }
#qAx6t5ErVlCJTiPGKRQSNvQM1h4R8udO { 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.796875rem;padding-top:0.126875rem;padding-right:0.12875rem;padding-bottom:0.126875rem;padding-left:0.12875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:80.999902725219rem;left:24.307813644409rem;z-index:100063; }
#qAx6t5ErVlCJTiPGKRQSNvQM1h4R8udO #IANck1Zw5RrnbMQF46LWzAqwyZikWDmm { display:flex;position:relative;top:0rem;left:0rem; }
#qAx6t5ErVlCJTiPGKRQSNvQM1h4R8udO #fNbnTw8JBdps3LbKmfgVE9dA5k0Vc1BC { width:auto; }
#qAx6t5ErVlCJTiPGKRQSNvQM1h4R8udO #rdQwaGT60W3z6uF6P2fh12Q8UJFIQDKF {  }
#qAx6t5ErVlCJTiPGKRQSNvQM1h4R8udO #s8wuTnalgNTM3lgBm1J6STVZM4onsfOB { display:flex;position:relative;top:0rem;left:0rem; }
#qAx6t5ErVlCJTiPGKRQSNvQM1h4R8udO #X5xVObvV16Is5PgwHukxw5c8gSQ4BJL9 {  }
#qAx6t5ErVlCJTiPGKRQSNvQM1h4R8udO #fzDT5I6ugS39dsqa35u6iGMLrxKUyo94 {  }
#qAx6t5ErVlCJTiPGKRQSNvQM1h4R8udO #iG8AGLk1CWJLOFzOMb9nHf0DufJgXtdo { display:flex;position:relative;top:0rem;left:0rem; }
#qAx6t5ErVlCJTiPGKRQSNvQM1h4R8udO #ANcgAaEhPK9GeWh1pmSx6zEn7pNtnRNT {  }
#qAx6t5ErVlCJTiPGKRQSNvQM1h4R8udO #Xerd1NwupCunHJuWGMv2kku6wnntnfiv {  }
#qAx6t5ErVlCJTiPGKRQSNvQM1h4R8udO #DCXoNWrD1238ZeJ3FgNeXzcvxQSGr87E { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#qAx6t5ErVlCJTiPGKRQSNvQM1h4R8udO #era226B2FfgsHdh4Ww4hVVVJ8si91idU {  }
#qAx6t5ErVlCJTiPGKRQSNvQM1h4R8udO #elmkFgEtpFdwGqTevvdOJSMpO53RzA2z {  }
#UbesBoK73OIKsBge1u26euhFoTzPs4Gt { color:#002457;display:block;width:59.375rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:71.467870712281rem;left:7.8125rem;height:4.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ds996q2IOBSSmBQFtZU1xir8PlBwxpOz { color:#47545a;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:300;z-index:100037;line-height:1.3;letter-spacing:0;top:75.68505859375rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FciTCaTQtrAPRIT3PNWRHrkrU3rsRQlc { color:#002457;display:block;width:59.375rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:4.9163086414337rem;left:7.8125rem;height:8.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KF83VhniABdgDDZ3e4QySKxTB5Z932CQ { 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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.4375rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:96.937402725219rem;left:28.125001907349rem;display:block; }
#Isbq2tLzSG0vpJh7s1gpw4mK45AbhvbK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HWPCyARggirGrdxVyWiTsTT2bLe5CSK3 { color:#fb813d;display:block;width:59.375rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:400;z-index:100007;line-height:1.5;letter-spacing:0;top:64.978809356688rem;left:7.125rem;height:2.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q1S3MkI7qfzuyDtTnTTNVFqFT60VVfad { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:none; }#Q1S3MkI7qfzuyDtTnTTNVFqFT60VVfad > .row .container { border-width: 0; border-radius: 0; }#Q1S3MkI7qfzuyDtTnTTNVFqFT60VVfad > .row > .video-iframe-container {  }#Q1S3MkI7qfzuyDtTnTTNVFqFT60VVfad > .row .container { font-size:0.875rem;font-family:arial;height:17.5625rem;width:75rem;position:relative;display:none; }#gtvdXDEM7G5zNMDSv3niWTeGI4C8JFTl { color:#002457;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:0.0625rem;left:0rem;height:6.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mbs6wCMx81IsI1mvTAWEfnOEkHbWK4os { background-color:transparent;background-image:none;border-top:0.125rem solid #002457;border-left:0.125rem solid #002457;border-right:0.125rem solid #002457;border-bottom:0.125rem solid #002457;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-sizing:border-box;color:#002457;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:37.235675811768rem;height:3.17578125rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:10.312530517578rem;left:18.881510734558rem;display:block; }
#TyxM6SEF7iT6MTzU1zdmFoxeLxDOUshb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VLNzAldF28AV9inWRFEyTxduDTT8T2t5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:none; }#VLNzAldF28AV9inWRFEyTxduDTT8T2t5 > .row .container { border-width: 0; border-radius: 0; }#VLNzAldF28AV9inWRFEyTxduDTT8T2t5 > .row > .video-iframe-container {  }#VLNzAldF28AV9inWRFEyTxduDTT8T2t5 > .row .container { font-size:0.875rem;font-family:arial;height:52rem;width:75rem;position:relative;display:none; }#a7h4JTPgfupdT1rkUtCM2EMDbCTGSnko { color:#2649a9;display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#dkZ2UquJ9hzWqwEfSakeg54xisgX8bAo { position:absolute;display:block;z-index:100008;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #002457;border-left:0.0625rem solid #002457;border-right:0.0625rem solid #002457;border-bottom:0.0625rem solid #002457;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:43.5625rem;width:75.1875rem;top:8.25rem;left:0rem;display:block; }
#bW4aiaEQXxPO32Zu8lE9X0ltTtfQa2iV { color:#002457;display:block;width:6.2473959922791rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:100015;line-height:.2;letter-spacing:0;top:12.52099609375rem;left:5.8046875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bne9DyV31eadg20gTGQI6rKgrONJE0T8 { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100018;line-height:1.7;letter-spacing:0;top:17.39599609375rem;left:11.96875rem;height:34.425rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NUWSIDk2s5LQoZvExWcM24UPueZyOcMk { color:#000000;display:block;width:51.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100018;line-height:1.5;letter-spacing:0;top:22.9326171875rem;left:11.96875rem;height:11.8125rem;text-align:center;text-align-last:center;display:none; }
#mIFn2bIHxXteIfA6T1XGTh0FRkl808QE { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:2.16650390625rem;left:31.250001907349rem;overflow:hidden;display:block; }
#AqCIbpV7fQR4r6sxJN7iVP67wtlNQLSb { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100018;line-height:1.7;letter-spacing:0;top:17.39599609375rem;left:11.96875rem;height:34.499999284744rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#FxldmNAdJOLyCx8XXcNwANhPC09f3rSQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:none; }#FxldmNAdJOLyCx8XXcNwANhPC09f3rSQ > .row .container { border-width: 0; border-radius: 0; }#FxldmNAdJOLyCx8XXcNwANhPC09f3rSQ > .row > .video-iframe-container {  }#FxldmNAdJOLyCx8XXcNwANhPC09f3rSQ > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:75rem;position:relative;display:none; }#xmDuReO755ZzOJxDMpseSzBykHVaDoQm { color:#2649a9;display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#Vaed0vZTu2nfMwvSuwmHFf4VRcUQwh2z { position:absolute;display:block;z-index:100008;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #002457;border-left:0.0625rem solid #002457;border-right:0.0625rem solid #002457;border-bottom:0.0625rem solid #002457;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:34.0625rem;width:75.1875rem;top:8.25rem;left:0rem;display:block; }
#W9MUE9wKCTyFnmqBsqlcFZEtQDiWVrPa { color:#002457;display:block;width:6.2473959922791rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:100015;line-height:.2;letter-spacing:0;top:12.52099609375rem;left:5.8046875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H6xgtUopfGREtsee9DVEAqkkO1sKTCXC { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100018;line-height:1.7;letter-spacing:0;top:17.39599609375rem;left:11.96875rem;height:24.8625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#auSoEN6UZHQ5AADq2DJBUO8UdQntatrA { color:#000000;display:block;width:51.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100018;line-height:1.5;letter-spacing:0;top:22.9326171875rem;left:11.96875rem;height:11.8125rem;text-align:center;text-align-last:center;display:none; }
#TIu4ZZfqcuoL4TUspzT69faSC09CRRJE { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:2.25rem;left:31.250001907349rem;overflow:hidden;display:block; }
#BnDDRbpTkA281BJkTNkIr79EMgnkZG5J { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100018;line-height:1.7;letter-spacing:0;top:17.39599609375rem;left:11.96875rem;height:24.916666150093rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#WaH5f0me75KTf37qrcVT0IMTC6GUXkaE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:none; }#WaH5f0me75KTf37qrcVT0IMTC6GUXkaE > .row .container { border-width: 0; border-radius: 0; }#WaH5f0me75KTf37qrcVT0IMTC6GUXkaE > .row > .video-iframe-container {  }#WaH5f0me75KTf37qrcVT0IMTC6GUXkaE > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:75rem;position:relative;display:none; }#SClBglLpchUzepAgLINvRt818qN1ImZD { color:#2649a9;display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#iPG4Bi6A2xIrZE59yWSA7tDtaTiSCkki { position:absolute;display:block;z-index:100008;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #002457;border-left:0.0625rem solid #002457;border-right:0.0625rem solid #002457;border-bottom:0.0625rem solid #002457;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:28.3125rem;width:75.1875rem;top:8.25rem;left:0rem;display:block; }
#UUaGA3JtkJzUaVULOuZ4PD0aXlI2vfth { color:#002457;display:block;width:6.2473959922791rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:100015;line-height:.2;letter-spacing:0;top:12.52099609375rem;left:5.8046875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PJGc1viw1blrrrm9PdBnfvzGNm5Z6CTa { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100018;line-height:1.7;letter-spacing:0;top:17.39599609375rem;left:11.96875rem;height:19.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SIg981PrEO1zdHNbUpLpHyRTJGMxTmaI { color:#000000;display:block;width:51.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100018;line-height:1.5;letter-spacing:0;top:22.9326171875rem;left:11.96875rem;height:11.8125rem;text-align:center;text-align-last:center;display:none; }
#aTamArA9L3ZNgKroHTFtKbRn0gcQ1fix { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:2.22900390625rem;left:31.250001907349rem;overflow:hidden;display:block; }
#DQZwJ7qL0mC7BphJOzgDcbs8iHfGL1bb { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100018;line-height:1.7;letter-spacing:0;top:17.39599609375rem;left:11.96875rem;height:19.166666269302rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#zzqPeiQQMn2BxPaDMXHvqV6hs3aKqVJN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:none; }#zzqPeiQQMn2BxPaDMXHvqV6hs3aKqVJN > .row .container { border-width: 0; border-radius: 0; }#zzqPeiQQMn2BxPaDMXHvqV6hs3aKqVJN > .row > .video-iframe-container {  }#zzqPeiQQMn2BxPaDMXHvqV6hs3aKqVJN > .row .container { font-size:0.875rem;font-family:arial;height:44.25rem;width:75rem;position:relative;display:none; }#vkpNWus1xk4rCSp5zwu5Le5xa7hb51B1 { color:#2649a9;display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#Obi1JLyeM6sTeXo4O5XI13oXtdb1G7Nk { position:absolute;display:block;z-index:100008;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #002457;border-left:0.0625rem solid #002457;border-right:0.0625rem solid #002457;border-bottom:0.0625rem solid #002457;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:35.6875rem;width:75.1875rem;top:8.25rem;left:0rem;display:block; }
#STNoEekpdCiqlOPufBhOPXAhE7HRwBh7 { color:#002457;display:block;width:6.2473959922791rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:100015;line-height:.2;letter-spacing:0;top:12.52099609375rem;left:5.8046875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pcxuoZ9ZRXby5MAVLQU2Z2UpPGkUc0o4 { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100018;line-height:1.7;letter-spacing:0;top:17.39599609375rem;left:11.96875rem;height:26.775rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B4rTq0RPAETelOixbKU9AXWH0SulvSHU { color:#000000;display:block;width:51.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100018;line-height:1.5;letter-spacing:0;top:22.9326171875rem;left:11.96875rem;height:11.8125rem;text-align:center;text-align-last:center;display:none; }
#KVLRSbLbNfqxZCKHwopLpTv1Vq3TFaM7 { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:2.5rem;left:31.250001907349rem;overflow:hidden;display:block; }
#d0EDErib9lug7CiNEwhNv1zgktOqOe5J { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100018;line-height:1.7;letter-spacing:0;top:17.39599609375rem;left:11.96875rem;height:26.833332777023rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#su6TOOK9HTveJv99ua0O0cTAItuFLnti { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:none; }#su6TOOK9HTveJv99ua0O0cTAItuFLnti > .row .container { border-width: 0; border-radius: 0; }#su6TOOK9HTveJv99ua0O0cTAItuFLnti > .row > .video-iframe-container {  }#su6TOOK9HTveJv99ua0O0cTAItuFLnti > .row .container { font-size:0.875rem;font-family:arial;height:44.25rem;width:75rem;position:relative;display:none; }#EEZEaqZZzUs7ZFLyg1bCEZ7aDuAmHhI0 { color:#2649a9;display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#HDmPOObaCzwq0wT2RQM3Ts0J2gD1Vhvr { position:absolute;display:block;z-index:100008;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #002457;border-left:0.0625rem solid #002457;border-right:0.0625rem solid #002457;border-bottom:0.0625rem solid #002457;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:35.6875rem;width:75.1875rem;top:8.25rem;left:0rem;display:block; }
#oSgdPu9CuKf7rSF4aDTI1ksTlrm5e0As { color:#002457;display:block;width:6.2473959922791rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:100015;line-height:.2;letter-spacing:0;top:12.52099609375rem;left:5.8046875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B1wKzC4yf4BoCM9FQs22xImwNV6ImAoI { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100018;line-height:1.7;letter-spacing:0;top:17.39599609375rem;left:11.96875rem;height:26.775rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pXe8V2xntVfQzVNuVRIK9TwGtXKkUepi { color:#000000;display:block;width:51.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100018;line-height:1.5;letter-spacing:0;top:22.9326171875rem;left:11.96875rem;height:11.8125rem;text-align:center;text-align-last:center;display:none; }
#JI3Hy0XEWTzHScW2lSHAETCd3HSldxAJ { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:2.5rem;left:31.250001907349rem;overflow:hidden;display:block; }
#ATBOEIhicHKkPJku05FBK8MdkaySC4x9 { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100018;line-height:1.7;letter-spacing:0;top:17.39599609375rem;left:11.96875rem;height:26.833332777023rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#CAyZeK7oJutKmWnIUNAqh3UDKBPIhMAW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:none; }#CAyZeK7oJutKmWnIUNAqh3UDKBPIhMAW > .row .container { border-width: 0; border-radius: 0; }#CAyZeK7oJutKmWnIUNAqh3UDKBPIhMAW > .row > .video-iframe-container {  }#CAyZeK7oJutKmWnIUNAqh3UDKBPIhMAW > .row .container { font-size:0.875rem;font-family:arial;height:51.75rem;width:75rem;position:relative;display:none; }#kLLnwhgiQQokMTai9q5AsUaKG888mem2 { color:#2649a9;display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#GPzRFRu7svaqz4cCJK26sb0sTcoP1yfb { position:absolute;display:block;z-index:100008;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #002457;border-left:0.0625rem solid #002457;border-right:0.0625rem solid #002457;border-bottom:0.0625rem solid #002457;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:35.6875rem;width:75.1875rem;top:8.25rem;left:0rem;display:block; }
#cSuuU24LNoJO3XdUwrI2cVL2BlfyQcRP { color:#002457;display:block;width:6.2473959922791rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:100015;line-height:.2;letter-spacing:0;top:12.52099609375rem;left:5.8046875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TAuz8bTxdViKeCshXW2qGbQGmotfUrR5 { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100018;line-height:1.7;letter-spacing:0;top:17.39599609375rem;left:11.96875rem;height:24.8625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UDdTDNyeQr8nNcBLTIF4mfREpnnoacJh { color:#000000;display:block;width:51.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100018;line-height:1.5;letter-spacing:0;top:22.9326171875rem;left:11.96875rem;height:11.8125rem;text-align:center;text-align-last:center;display:none; }
#qp4pyV8c3L6yzcM8tmD04IxQSS8kK3xI { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100018;line-height:1.7;letter-spacing:0;top:17.39599609375rem;left:11.96875rem;height:26.833332777023rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#es6EHMrnd85f7d9rgPuEIfrHEbnEM4SW { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:2.5rem;left:31.427083969116rem;overflow:hidden;display:block; }
#so2b9LET2yeXlvHHWp11Z5ZrBVBqfHS0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:none; }#so2b9LET2yeXlvHHWp11Z5ZrBVBqfHS0 > .row .container { border-width: 0; border-radius: 0; }#so2b9LET2yeXlvHHWp11Z5ZrBVBqfHS0 > .row > .video-iframe-container {  }#so2b9LET2yeXlvHHWp11Z5ZrBVBqfHS0 > .row .container { font-size:0.875rem;font-family:arial;height:106.8125rem;width:75rem;position:relative;display:none; }#xK7fpe004FH0akVMJ8Mh82wy1b0WTORD { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.1875rem;width:56.25rem;top:15.46865272522rem;left:9.375rem;overflow:hidden;display:block; }
#quTQC6n4ZgcOoFI7c7t20lKPPfc51wlR { color:#47545a;display:block;width:56.25rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:48.3515625rem;left:9.375rem;height:14.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TNwgmgBM0S7NSv7hMvmPQczWC6of3xtS .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; }
#TNwgmgBM0S7NSv7hMvmPQczWC6of3xtS .widget-text.counter-number { border-top:0.25rem solid #fb813d;border-left:0.25rem solid #fb813d;border-right:0.25rem solid #fb813d;border-bottom:0.25rem solid #fb813d;background-color:transparent;background-image:none;color:#0d94a6;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:400;line-height:87.47px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TNwgmgBM0S7NSv7hMvmPQczWC6of3xtS .widget-text.counter-label { background-color:;background-image:none;color:#47545a;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; }
#TNwgmgBM0S7NSv7hMvmPQczWC6of3xtS { 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:80.62500190735rem;left:24.307813644409rem;z-index:100063; }
#TNwgmgBM0S7NSv7hMvmPQczWC6of3xtS #slx2eoHnMZ7ZUZSLHX7kOSCdL1uEbHFN { display:flex;position:relative;top:0rem;left:0rem; }
#TNwgmgBM0S7NSv7hMvmPQczWC6of3xtS #BI51LLbMfHIz6Ci2dJaSBvzwnTSqoX5C { width:auto; }
#TNwgmgBM0S7NSv7hMvmPQczWC6of3xtS #GSEMwp3UcOpGkEIQUB4tElbv0L3cdblz {  }
#TNwgmgBM0S7NSv7hMvmPQczWC6of3xtS #qGXkUgw7eZUrpgstfbd0Nfg1PDW1plqS { display:flex;position:relative;top:0rem;left:0rem; }
#TNwgmgBM0S7NSv7hMvmPQczWC6of3xtS #R2kUpyOkbCpL3AWtJVOqfJnl6cGQ1tmO {  }
#TNwgmgBM0S7NSv7hMvmPQczWC6of3xtS #GuevzTWRySlifDuXOinunA3IyQskZ4cU {  }
#TNwgmgBM0S7NSv7hMvmPQczWC6of3xtS #gnHkqLS9TfSRcTLK4MLG5foNFNDhSLRu { display:flex;position:relative;top:0rem;left:0rem; }
#TNwgmgBM0S7NSv7hMvmPQczWC6of3xtS #bmLoVn28hUWK0vaUuuOZu93LReAZCnKr {  }
#TNwgmgBM0S7NSv7hMvmPQczWC6of3xtS #Ef8682fccO7pztaE1TpUUQxsXOwRdsQg {  }
#TNwgmgBM0S7NSv7hMvmPQczWC6of3xtS #LNXBE38pTZ3Fp5Vz89LG3b7NMKypbvzK { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#TNwgmgBM0S7NSv7hMvmPQczWC6of3xtS #X3ri0zA1PRpzOyHOrFuiFqzGgnB4SNRn {  }
#TNwgmgBM0S7NSv7hMvmPQczWC6of3xtS #RTKrWdIGwgdlArnNGxJDhORkB69bA0kK {  }
#aQv6aXhTSAFg2BcatKfukxJ4nCyfTTPh { color:#0d94a6;display:block;width:59.375rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:71.467969894406rem;left:7.8125rem;height:4.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CtI9GNQeV9xipMiw0CXyU0sWODGhs6sg { color:#47545a;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:300;z-index:100037;line-height:1.3;letter-spacing:0;top:75.685939788819rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cg7EBomJS9Gp0aJS0eaLqZXzTy9SOTHu { color:#0d94a6;display:block;width:59.375rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:5.04052734375rem;left:7.8125rem;height:8.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hTm2VOi9eTCtFIZSKIZNNUeXTIox6XXs { 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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.4375rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:96.8125rem;left:27.5rem;display:block; }
#K07oEzQhIx4TzRpDQI4nDFgs4B6X4PS0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#X8iv6bAmK8ikKLXB6e7nEKhSJbK6JQ1M { color:#fb813d;display:block;width:59.375rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:400;z-index:100007;line-height:1.5;letter-spacing:0;top:64.853908538819rem;left:7.125rem;height:2.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TERufWKW4X9P4tqCDvJlDEut1oSrkn6T { color:#47545a;display:block;width:56.25rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:48.3515625rem;left:9.375rem;height:14.21875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#aUM3lqGrUqxRmuM21QXuVRHDq2FvD4Dw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#aUM3lqGrUqxRmuM21QXuVRHDq2FvD4Dw > .row .container { background-color: transparent; background-image: none; }#aUM3lqGrUqxRmuM21QXuVRHDq2FvD4Dw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aUM3lqGrUqxRmuM21QXuVRHDq2FvD4Dw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aUM3lqGrUqxRmuM21QXuVRHDq2FvD4Dw > .row .container > .video-iframe-container { display: none; }#aUM3lqGrUqxRmuM21QXuVRHDq2FvD4Dw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aUM3lqGrUqxRmuM21QXuVRHDq2FvD4Dw > .row > .video-iframe-container { display: none; }#aUM3lqGrUqxRmuM21QXuVRHDq2FvD4Dw > .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); }#aUM3lqGrUqxRmuM21QXuVRHDq2FvD4Dw > .row .container { border-width: 0; border-radius: 0; }#aUM3lqGrUqxRmuM21QXuVRHDq2FvD4Dw > .row > .video-iframe-container {  }#aUM3lqGrUqxRmuM21QXuVRHDq2FvD4Dw > .row .container { font-size:0.875rem;font-family:arial;height:16.75rem;width:75rem;position:relative;display:block; }#QdeM6ge9cv2MdkotwCVrQ10RfOrUXHIx { 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:3.6875rem;left:0rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x9Tt5At1SGEsghgB4LhonmdC0k2Z7VhF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#x9Tt5At1SGEsghgB4LhonmdC0k2Z7VhF > .row .container { background-color: transparent; background-image: none; }#x9Tt5At1SGEsghgB4LhonmdC0k2Z7VhF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x9Tt5At1SGEsghgB4LhonmdC0k2Z7VhF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x9Tt5At1SGEsghgB4LhonmdC0k2Z7VhF > .row .container > .video-iframe-container { display: none; }#x9Tt5At1SGEsghgB4LhonmdC0k2Z7VhF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x9Tt5At1SGEsghgB4LhonmdC0k2Z7VhF > .row > .video-iframe-container { display: none; }#x9Tt5At1SGEsghgB4LhonmdC0k2Z7VhF > .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); }#x9Tt5At1SGEsghgB4LhonmdC0k2Z7VhF > .row .container { border-width: 0; border-radius: 0; }#x9Tt5At1SGEsghgB4LhonmdC0k2Z7VhF > .row > .video-iframe-container {  }#x9Tt5At1SGEsghgB4LhonmdC0k2Z7VhF > .row .container { font-size:0.875rem;font-family:arial;height:16.9375rem;width:75rem;position:relative;display:block; }#u0SboJNGu5Ecxka1bCBXzBdILANTW77F { 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:2.75rem;left:12.5rem;height:8.775rem;font-style:normal;display:block; }
#QxOFPqKvr2hvcNXtt0ngTcci8Nl6iJCe { 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:2.75rem;left:12.5rem;height:8.6666669845581rem;font-style:normal;display:none; }
#pSlcIe5tw1twHThAfMzpt2aVkRR87hEh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#pSlcIe5tw1twHThAfMzpt2aVkRR87hEh > .row .container { background-color: transparent; background-image: none; }#pSlcIe5tw1twHThAfMzpt2aVkRR87hEh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pSlcIe5tw1twHThAfMzpt2aVkRR87hEh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pSlcIe5tw1twHThAfMzpt2aVkRR87hEh > .row .container > .video-iframe-container { display: none; }#pSlcIe5tw1twHThAfMzpt2aVkRR87hEh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pSlcIe5tw1twHThAfMzpt2aVkRR87hEh > .row > .video-iframe-container { display: none; }#pSlcIe5tw1twHThAfMzpt2aVkRR87hEh > .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); }#pSlcIe5tw1twHThAfMzpt2aVkRR87hEh > .row .container { border-width: 0; border-radius: 0; }#pSlcIe5tw1twHThAfMzpt2aVkRR87hEh > .row > .video-iframe-container {  }#pSlcIe5tw1twHThAfMzpt2aVkRR87hEh > .row .container { font-size:0.875rem;font-family:arial;height:16.875rem;width:75rem;position:relative;display:block; }#SyApJ6P9tBRiSIzCbAd4T2bEfdtbU99T { 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; }
#yq3WTRoSDMaBVcznEThTFtH9F8ktXhkH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#yq3WTRoSDMaBVcznEThTFtH9F8ktXhkH > .row .container { background-color: transparent; background-image: none; }#yq3WTRoSDMaBVcznEThTFtH9F8ktXhkH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yq3WTRoSDMaBVcznEThTFtH9F8ktXhkH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yq3WTRoSDMaBVcznEThTFtH9F8ktXhkH > .row .container > .video-iframe-container { display: none; }#yq3WTRoSDMaBVcznEThTFtH9F8ktXhkH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yq3WTRoSDMaBVcznEThTFtH9F8ktXhkH > .row > .video-iframe-container { display: none; }#yq3WTRoSDMaBVcznEThTFtH9F8ktXhkH > .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); }#yq3WTRoSDMaBVcznEThTFtH9F8ktXhkH > .row .container { border-width: 0; border-radius: 0; }#yq3WTRoSDMaBVcznEThTFtH9F8ktXhkH > .row > .video-iframe-container {  }#yq3WTRoSDMaBVcznEThTFtH9F8ktXhkH > .row .container { font-size:0.875rem;font-family:arial;height:48rem;width:75rem;position:relative;display:block; }#m8KD5r9gvQa4ZcaikefogPTbczQg03ln { 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:14.635498046875rem;left:7.1875rem;overflow:hidden;display:block; }
#NxZ1ylGOyzKSCQTKBFAJ2xx91sJiFfZf { 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.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Peo44lFxvffFNGxHT6X82ASQLco8A7QD { 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:17rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HT9kBcqNbnt0tRPy7tUL38hsPTVy25Up { 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; }
#aJiwaOv0NACQPmz1pQwfTaOeQrp809IB { 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; }
#ETABZdwpSlLzK65vBAks37LPyU8sXiSs { 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:37.415626525879rem;left:6.2468757629394rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VClXrBC59TFvTSBvN6m8inusIDfva1WJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#VClXrBC59TFvTSBvN6m8inusIDfva1WJ > .row .container { background-color: transparent; background-image: none; }#VClXrBC59TFvTSBvN6m8inusIDfva1WJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VClXrBC59TFvTSBvN6m8inusIDfva1WJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VClXrBC59TFvTSBvN6m8inusIDfva1WJ > .row .container > .video-iframe-container { display: none; }#VClXrBC59TFvTSBvN6m8inusIDfva1WJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VClXrBC59TFvTSBvN6m8inusIDfva1WJ > .row > .video-iframe-container { display: none; }#VClXrBC59TFvTSBvN6m8inusIDfva1WJ > .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); }#VClXrBC59TFvTSBvN6m8inusIDfva1WJ > .row .container { border-width: 0; border-radius: 0; }#VClXrBC59TFvTSBvN6m8inusIDfva1WJ > .row > .video-iframe-container {  }#VClXrBC59TFvTSBvN6m8inusIDfva1WJ > .row .container { font-size:0.875rem;font-family:arial;height:16.875rem;width:75rem;position:relative;display:block; }#NNxynOayuwU7dNRSuEXPKeRKVCiZps9L { 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; }
#Qxfz7Wma8dfzRbx5E6dnZ2LoxBCPFmPA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#Qxfz7Wma8dfzRbx5E6dnZ2LoxBCPFmPA > .row .container { background-color: transparent; background-image: none; }#Qxfz7Wma8dfzRbx5E6dnZ2LoxBCPFmPA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qxfz7Wma8dfzRbx5E6dnZ2LoxBCPFmPA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qxfz7Wma8dfzRbx5E6dnZ2LoxBCPFmPA > .row .container > .video-iframe-container { display: none; }#Qxfz7Wma8dfzRbx5E6dnZ2LoxBCPFmPA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qxfz7Wma8dfzRbx5E6dnZ2LoxBCPFmPA > .row > .video-iframe-container { display: none; }#Qxfz7Wma8dfzRbx5E6dnZ2LoxBCPFmPA > .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); }#Qxfz7Wma8dfzRbx5E6dnZ2LoxBCPFmPA > .row .container { border-width: 0; border-radius: 0; }#Qxfz7Wma8dfzRbx5E6dnZ2LoxBCPFmPA > .row > .video-iframe-container {  }#Qxfz7Wma8dfzRbx5E6dnZ2LoxBCPFmPA > .row .container { font-size:0.875rem;font-family:arial;height:48rem;width:75rem;position:relative;display:block; }#G6MMiOtTL2ncLrg9h1GLbszE7RlriDtr { 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:14.635498046875rem;left:7.1875rem;overflow:hidden;display:block; }
#B6c6mHZJST6LET3RQdT7243XqK1U8d3o { color:#035d24;display:block;width:75rem;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:0rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hS9CcP18w2ORfmhCNcb3LKAlBfOz8w7J { 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:14.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kqawhBXHabQNVenBl0yfVirTXd9zCOuF { 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; }
#Xyu7vDEFALOrNDH52pQwtOEvvlZwl5rx { 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:37.47802734375rem;left:9.375rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yRcrHFHzQnE5BTZbMkZz8N3NEq4m92sS { 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:14.583332777023rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ewFz2drH7ZvU1fBsEpVBB6vlQS7U2mvB { 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:37.47802734375rem;left:9.375rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#lQNTOW0C0R3o2C25HDJJJQrSqUVEr4sD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#lQNTOW0C0R3o2C25HDJJJQrSqUVEr4sD > .row .container { background-color: transparent; background-image: none; }#lQNTOW0C0R3o2C25HDJJJQrSqUVEr4sD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQNTOW0C0R3o2C25HDJJJQrSqUVEr4sD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQNTOW0C0R3o2C25HDJJJQrSqUVEr4sD > .row .container > .video-iframe-container { display: none; }#lQNTOW0C0R3o2C25HDJJJQrSqUVEr4sD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQNTOW0C0R3o2C25HDJJJQrSqUVEr4sD > .row > .video-iframe-container { display: none; }#lQNTOW0C0R3o2C25HDJJJQrSqUVEr4sD > .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); }#lQNTOW0C0R3o2C25HDJJJQrSqUVEr4sD > .row .container { border-width: 0; border-radius: 0; }#lQNTOW0C0R3o2C25HDJJJQrSqUVEr4sD > .row > .video-iframe-container {  }#lQNTOW0C0R3o2C25HDJJJQrSqUVEr4sD > .row .container { font-size:0.875rem;font-family:arial;height:16.875rem;width:75rem;position:relative;display:block; }#euJOdMI4Hmp9sSnCcXn4V5ICtk2C44QT { 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; }
#yndLOWM7s4J9Q7SOe7Tl2x88sZkoKGnd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#yndLOWM7s4J9Q7SOe7Tl2x88sZkoKGnd > .row .container { background-color: transparent; background-image: none; }#yndLOWM7s4J9Q7SOe7Tl2x88sZkoKGnd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yndLOWM7s4J9Q7SOe7Tl2x88sZkoKGnd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yndLOWM7s4J9Q7SOe7Tl2x88sZkoKGnd > .row .container > .video-iframe-container { display: none; }#yndLOWM7s4J9Q7SOe7Tl2x88sZkoKGnd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yndLOWM7s4J9Q7SOe7Tl2x88sZkoKGnd > .row > .video-iframe-container { display: none; }#yndLOWM7s4J9Q7SOe7Tl2x88sZkoKGnd > .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); }#yndLOWM7s4J9Q7SOe7Tl2x88sZkoKGnd > .row .container { border-width: 0; border-radius: 0; }#yndLOWM7s4J9Q7SOe7Tl2x88sZkoKGnd > .row > .video-iframe-container {  }#yndLOWM7s4J9Q7SOe7Tl2x88sZkoKGnd > .row .container { font-size:0.875rem;font-family:arial;height:84.0625rem;width:75rem;position:relative;display:block; }#XxyAZfC7ozLTlpJT4E0NPCbp2otZryFS { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.375rem;width:56.125rem;top:13.85302734375rem;left:9.375rem;overflow:hidden;display:block; }
#acUBGSgZ5roMwsf1DyC8EOZesce8IoHF { color:#a54870;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.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GuZd9ABEoEvqrcRxOl2wWTIxaFmx1DeE { color:#47545a;display:block;width:56.25rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:45.769775390625rem;left:9.375rem;height:22.34375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NIhDW65QsJp0wCIQ7TJChLtGPQM6TvPc { 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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.4375rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:74.854248046875rem;left:28.125001907349rem;display:block; }
#T2bgtVQ2RpCl4Tlc0ObWU5fhmGXJ2lCy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ewm2oLidywCk5qmtmnMPtlpLPETPKEcE { color:#47545a;display:block;width:56.25rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:45.769775390625rem;left:9.375rem;height:22rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mzkHFriSvRBwpDpxkt1PQ6TCZuH7qxuo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#mzkHFriSvRBwpDpxkt1PQ6TCZuH7qxuo > .row .container { background-color: transparent; background-image: none; }#mzkHFriSvRBwpDpxkt1PQ6TCZuH7qxuo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzkHFriSvRBwpDpxkt1PQ6TCZuH7qxuo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzkHFriSvRBwpDpxkt1PQ6TCZuH7qxuo > .row .container > .video-iframe-container { display: none; }#mzkHFriSvRBwpDpxkt1PQ6TCZuH7qxuo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzkHFriSvRBwpDpxkt1PQ6TCZuH7qxuo > .row > .video-iframe-container { display: none; }#mzkHFriSvRBwpDpxkt1PQ6TCZuH7qxuo > .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); }#mzkHFriSvRBwpDpxkt1PQ6TCZuH7qxuo > .row .container { border-width: 0; border-radius: 0; }#mzkHFriSvRBwpDpxkt1PQ6TCZuH7qxuo > .row > .video-iframe-container {  }#mzkHFriSvRBwpDpxkt1PQ6TCZuH7qxuo > .row .container { font-size:0.875rem;font-family:arial;height:11.0625rem;width:75rem;position:relative;display:block; }#eRy1DCOThQx3l0yUACqrqQ2OZUBi1tdu { 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; }
#wxAlJMbFdQv2mvplTcTNxGdTMuP7eW0O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#wxAlJMbFdQv2mvplTcTNxGdTMuP7eW0O > .row .container { background-color: transparent; background-image: none; }#wxAlJMbFdQv2mvplTcTNxGdTMuP7eW0O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxAlJMbFdQv2mvplTcTNxGdTMuP7eW0O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxAlJMbFdQv2mvplTcTNxGdTMuP7eW0O > .row .container > .video-iframe-container { display: none; }#wxAlJMbFdQv2mvplTcTNxGdTMuP7eW0O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxAlJMbFdQv2mvplTcTNxGdTMuP7eW0O > .row > .video-iframe-container { display: none; }#wxAlJMbFdQv2mvplTcTNxGdTMuP7eW0O > .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); }#wxAlJMbFdQv2mvplTcTNxGdTMuP7eW0O > .row .container { border-width: 0; border-radius: 0; }#wxAlJMbFdQv2mvplTcTNxGdTMuP7eW0O > .row > .video-iframe-container {  }#wxAlJMbFdQv2mvplTcTNxGdTMuP7eW0O > .row .container { font-size:0.875rem;font-family:arial;height:24.625rem;width:75rem;position:relative;display:block; }#aRAw5TnT5MqrJXFTEDil5kWIM7Qxtire { 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.58125rem;font-style:normal;display:block; }
#XF58IhOpSZ8tTUUatdxBSnUNzMu9xSV7 { 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; }
#aKe6fPfLZMMqEVQl4spIT9yugbcMETOA { 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.3875rem;font-style:normal;display:block; }
#PqtmeVgtpbK3Z79JyeQrxmIxhKs8st6v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:url("https://images.assets-landingi.com/CZDGpP1c/7.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#PqtmeVgtpbK3Z79JyeQrxmIxhKs8st6v.adaptive-delivery-prevent-bg, #PqtmeVgtpbK3Z79JyeQrxmIxhKs8st6v.lazyload, #PqtmeVgtpbK3Z79JyeQrxmIxhKs8st6v.lazyloading { background-image: none; }#PqtmeVgtpbK3Z79JyeQrxmIxhKs8st6v > .row .container { background-color: transparent; background-image: none; }#PqtmeVgtpbK3Z79JyeQrxmIxhKs8st6v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqtmeVgtpbK3Z79JyeQrxmIxhKs8st6v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqtmeVgtpbK3Z79JyeQrxmIxhKs8st6v > .row .container > .video-iframe-container { display: none; }#PqtmeVgtpbK3Z79JyeQrxmIxhKs8st6v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqtmeVgtpbK3Z79JyeQrxmIxhKs8st6v > .row > .video-iframe-container { display: none; }#PqtmeVgtpbK3Z79JyeQrxmIxhKs8st6v > .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); }#PqtmeVgtpbK3Z79JyeQrxmIxhKs8st6v > .row .container { border-width: 0; border-radius: 0; }#PqtmeVgtpbK3Z79JyeQrxmIxhKs8st6v > .row > .video-iframe-container {  }#PqtmeVgtpbK3Z79JyeQrxmIxhKs8st6v > .row .container { font-size:0.875rem;font-family:arial;height:32.75rem;width:75rem;position:relative;display:block; }#VC0fJrG2lXNSRoO7VKoqd6RAJlqEr81W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#VC0fJrG2lXNSRoO7VKoqd6RAJlqEr81W > .row .container { background-color: transparent; background-image: none; }#VC0fJrG2lXNSRoO7VKoqd6RAJlqEr81W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VC0fJrG2lXNSRoO7VKoqd6RAJlqEr81W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VC0fJrG2lXNSRoO7VKoqd6RAJlqEr81W > .row .container > .video-iframe-container { display: none; }#VC0fJrG2lXNSRoO7VKoqd6RAJlqEr81W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VC0fJrG2lXNSRoO7VKoqd6RAJlqEr81W > .row > .video-iframe-container { display: none; }#VC0fJrG2lXNSRoO7VKoqd6RAJlqEr81W > .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); }#VC0fJrG2lXNSRoO7VKoqd6RAJlqEr81W > .row .container { border-width: 0; border-radius: 0; }#VC0fJrG2lXNSRoO7VKoqd6RAJlqEr81W > .row > .video-iframe-container {  }#VC0fJrG2lXNSRoO7VKoqd6RAJlqEr81W > .row .container { font-size:0.875rem;font-family:arial;height:16.875rem;width:75rem;position:relative;display:block; }#CC4tmdbcxICRA4xwW8xESlXVwddBHAG8 { 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:3.5625rem;left:0rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JdqNInvwTpbXEs99npEOIQDqpM2wVHJi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#JdqNInvwTpbXEs99npEOIQDqpM2wVHJi > .row .container { background-color: transparent; background-image: none; }#JdqNInvwTpbXEs99npEOIQDqpM2wVHJi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JdqNInvwTpbXEs99npEOIQDqpM2wVHJi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JdqNInvwTpbXEs99npEOIQDqpM2wVHJi > .row .container > .video-iframe-container { display: none; }#JdqNInvwTpbXEs99npEOIQDqpM2wVHJi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JdqNInvwTpbXEs99npEOIQDqpM2wVHJi > .row > .video-iframe-container { display: none; }#JdqNInvwTpbXEs99npEOIQDqpM2wVHJi > .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); }#JdqNInvwTpbXEs99npEOIQDqpM2wVHJi > .row .container { border-width: 0; border-radius: 0; }#JdqNInvwTpbXEs99npEOIQDqpM2wVHJi > .row > .video-iframe-container {  }#JdqNInvwTpbXEs99npEOIQDqpM2wVHJi > .row .container { font-size:0.875rem;font-family:ubuntu;height:58.75rem;width:75rem;position:relative;display:block; }#fZ5bPnPDe0qxXqXtLRghm9RbNnQyiOv3 { display:block;width:49.874767303467rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100002;line-height:1.7;letter-spacing:0;top:14.755493164062rem;left:12.560891151428rem;height:40.1625rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:block; }
#bprMAVVLufxaa0XOQHg596JcBwCuNgm6 { color:#f4ce83;display:block;width:6.2473959922791rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:100021;line-height:1.3;letter-spacing:0;top:1.0625rem;left:0rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wEUzCQSCuPkdOvqDR5GhLqGEGFTdF2Tu { position:absolute;display:block;z-index:100001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;height:46.625rem;width:75.1875rem;top:8.248779296875rem;left:0rem;display:block; }
#P0ttlvUHBW1GIvIr4Bn7yUC6S113CSbs { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.4375rem;width:12.4375rem;top:2.44287109375rem;left:31.28125rem;overflow:hidden;display:block; }
#xq4mGOZ2ZPqFaUJtKLlWs8g1wLPXcRg6 { display:block;width:49.874767303467rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100002;line-height:1.7;letter-spacing:0;top:14.755493164062rem;left:12.560891151428rem;height:40.249999165535rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:none; }
#hykpLwECnEPZvRRQGN5Meqbd7lG0Apyy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#hykpLwECnEPZvRRQGN5Meqbd7lG0Apyy > .row .container { background-color: transparent; background-image: none; }#hykpLwECnEPZvRRQGN5Meqbd7lG0Apyy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hykpLwECnEPZvRRQGN5Meqbd7lG0Apyy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hykpLwECnEPZvRRQGN5Meqbd7lG0Apyy > .row .container > .video-iframe-container { display: none; }#hykpLwECnEPZvRRQGN5Meqbd7lG0Apyy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hykpLwECnEPZvRRQGN5Meqbd7lG0Apyy > .row > .video-iframe-container { display: none; }#hykpLwECnEPZvRRQGN5Meqbd7lG0Apyy > .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); }#hykpLwECnEPZvRRQGN5Meqbd7lG0Apyy > .row .container { border-width: 0; border-radius: 0; }#hykpLwECnEPZvRRQGN5Meqbd7lG0Apyy > .row > .video-iframe-container {  }#hykpLwECnEPZvRRQGN5Meqbd7lG0Apyy > .row .container { font-size:0.875rem;font-family:ubuntu;height:55rem;width:75rem;position:relative;display:block; }#hiWFyNKDlbVD6a9pA0hCtOVuRxPdXroJ { display:block;width:49.874767303467rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100002;line-height:1.7;letter-spacing:0;top:14.755493164062rem;left:12.560891151428rem;height:36.3375rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ApSCzg83nxTTbviEBSSrl461GfWyP95X { color:#f4ce83;display:block;width:6.2473959922791rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:100021;line-height:1.3;letter-spacing:0;top:1.0625rem;left:0rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nCBqVXzLeRcvMdJAqUAmuLCPFXDiWmuL { position:absolute;display:block;z-index:100001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;height:42.5625rem;width:75.1875rem;top:8.248779296875rem;left:0rem;display:block; }
#q6lFQ1ThtJIN8bP0F07XWVlHZdkFC4RH { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.4375rem;width:12.4375rem;top:2.359375rem;left:31.28125rem;overflow:hidden;display:block; }
#PfxL3V6HTLKuhcQlXDMVw4dRSEknVlbt { display:block;width:49.874767303467rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100002;line-height:1.7;letter-spacing:0;top:14.755493164062rem;left:12.560891151428rem;height:36.416665911674rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:none; }
#Q3qW9KpQbAJeJpMiViCNkNhhL2GeTrbK { color:#f4ce83;display:block;width:6.2473959922791rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:100021;line-height:1.3;letter-spacing:0;top:54.95947265625rem;left:0rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QVTCGFeXAHHmQlTT1XSG5V5zkOPLJCrs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#QVTCGFeXAHHmQlTT1XSG5V5zkOPLJCrs > .row .container { background-color: transparent; background-image: none; }#QVTCGFeXAHHmQlTT1XSG5V5zkOPLJCrs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVTCGFeXAHHmQlTT1XSG5V5zkOPLJCrs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVTCGFeXAHHmQlTT1XSG5V5zkOPLJCrs > .row .container > .video-iframe-container { display: none; }#QVTCGFeXAHHmQlTT1XSG5V5zkOPLJCrs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVTCGFeXAHHmQlTT1XSG5V5zkOPLJCrs > .row > .video-iframe-container { display: none; }#QVTCGFeXAHHmQlTT1XSG5V5zkOPLJCrs > .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); }#QVTCGFeXAHHmQlTT1XSG5V5zkOPLJCrs > .row .container { border-width: 0; border-radius: 0; }#QVTCGFeXAHHmQlTT1XSG5V5zkOPLJCrs > .row > .video-iframe-container {  }#QVTCGFeXAHHmQlTT1XSG5V5zkOPLJCrs > .row .container { font-size:0.875rem;font-family:ubuntu;height:66.6875rem;width:75rem;position:relative;display:block; }#TwzZiIS6mR8V6zbgTB8POsH5Iqdcr6lC { display:block;width:49.874767303467rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100002;line-height:1.7;letter-spacing:0;top:14.755493164062rem;left:12.560891151428rem;height:47.8125rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:block; }
#p6mTr5aHifh9ZlAe4kHXuokby97ZtSC0 { position:absolute;display:block;z-index:100001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;height:54.5625rem;width:75.1875rem;top:8rem;left:0rem;display:block; }
#TtXK8SpfKFP5JEs6wyLKOB6VXa4MxaqA { display:block;width:49.874767303467rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100002;line-height:1.7;letter-spacing:0;top:14.755493164062rem;left:12.560891151428rem;height:47.916665673256rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:none; }
#gTWNzMgFq9N4xKhpwk76RaQ1gDrdeUN7 { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.4375rem;width:12.4375rem;top:2.375rem;left:31.281251907349rem;overflow:hidden;display:block; }
#LNFsx86gTo4iBtQN0WWHFzv2OLTXPvQ3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#LNFsx86gTo4iBtQN0WWHFzv2OLTXPvQ3 > .row .container { background-color: transparent; background-image: none; }#LNFsx86gTo4iBtQN0WWHFzv2OLTXPvQ3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LNFsx86gTo4iBtQN0WWHFzv2OLTXPvQ3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LNFsx86gTo4iBtQN0WWHFzv2OLTXPvQ3 > .row .container > .video-iframe-container { display: none; }#LNFsx86gTo4iBtQN0WWHFzv2OLTXPvQ3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LNFsx86gTo4iBtQN0WWHFzv2OLTXPvQ3 > .row > .video-iframe-container { display: none; }#LNFsx86gTo4iBtQN0WWHFzv2OLTXPvQ3 > .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); }#LNFsx86gTo4iBtQN0WWHFzv2OLTXPvQ3 > .row .container { border-width: 0; border-radius: 0; }#LNFsx86gTo4iBtQN0WWHFzv2OLTXPvQ3 > .row > .video-iframe-container {  }#LNFsx86gTo4iBtQN0WWHFzv2OLTXPvQ3 > .row .container { font-size:0.875rem;font-family:ubuntu;height:49.3125rem;width:75rem;position:relative;display:block; }#x16maaUlkFDqlaA4nLL2J4n9VmzBS5Cx { display:block;width:49.874767303467rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100002;line-height:1.7;letter-spacing:0;top:14.755493164062rem;left:12.560891151428rem;height:34.425rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:block; }
#xKkUZFTp45qRTReCgTU9qsl05gIL6BF0 { color:#f4ce83;display:block;width:6.2473959922791rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:100021;line-height:1.3;letter-spacing:0;top:1.0625rem;left:0rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Br6tZmIzunGkzrfWdr4A3Kim1rhPZtv9 { position:absolute;display:block;z-index:100001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;height:40.6875rem;width:75.1875rem;top:8.248779296875rem;left:0rem;display:block; }
#X3vOR6D7wHkpoKcpvFTfSFhOLE5cImar { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.4375rem;width:12.4375rem;top:2.359375rem;left:31.28125rem;overflow:hidden;display:block; }
#yL37nvW5RreFDhXuVrVubuxoXE0cs8Iv { display:block;width:49.874767303467rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100002;line-height:1.7;letter-spacing:0;top:14.755493164062rem;left:12.560891151428rem;height:34.499999284744rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:none; }
#aTrxhafsGHTgiNJkIgzViVsFrA6LEMOK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#aTrxhafsGHTgiNJkIgzViVsFrA6LEMOK > .row .container { background-color: transparent; background-image: none; }#aTrxhafsGHTgiNJkIgzViVsFrA6LEMOK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTrxhafsGHTgiNJkIgzViVsFrA6LEMOK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTrxhafsGHTgiNJkIgzViVsFrA6LEMOK > .row .container > .video-iframe-container { display: none; }#aTrxhafsGHTgiNJkIgzViVsFrA6LEMOK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTrxhafsGHTgiNJkIgzViVsFrA6LEMOK > .row > .video-iframe-container { display: none; }#aTrxhafsGHTgiNJkIgzViVsFrA6LEMOK > .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); }#aTrxhafsGHTgiNJkIgzViVsFrA6LEMOK > .row .container { border-width: 0; border-radius: 0; }#aTrxhafsGHTgiNJkIgzViVsFrA6LEMOK > .row > .video-iframe-container {  }#aTrxhafsGHTgiNJkIgzViVsFrA6LEMOK > .row .container { font-size:0.875rem;font-family:ubuntu;height:43.4375rem;width:75rem;position:relative;display:block; }#KgTNgH40mUmzoeKO9LDfAsM7VGuhfxAq { display:block;width:49.874767303467rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100002;line-height:1.7;letter-spacing:0;top:14.755493164062rem;left:12.560891151428rem;height:24.8625rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:block; }
#wrv8my4m3uRnQXFZfDC5uKXrpQTicqJ9 { color:#f4ce83;display:block;width:6.2473959922791rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:100021;line-height:1.3;letter-spacing:0;top:1.0625rem;left:0rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cnF76ZoJ3gMQZIaWVzyCKsCiCfD4TMtm { position:absolute;display:block;z-index:100001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;height:31.25rem;width:75.1875rem;top:8.248779296875rem;left:0rem;display:block; }
#ncIp3t8S2zVzzApzI1yf7ktRQJFfxBOb { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.4375rem;width:12.4375rem;top:2.359375rem;left:31.28125rem;overflow:hidden;display:block; }
#HpUqtTD5bU5a6KJXeLzR6TJ0pirlcoIN { display:block;width:49.874767303467rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100002;line-height:1.7;letter-spacing:0;top:14.755493164062rem;left:12.560891151428rem;height:24.916666150093rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:none; }
#eMNf2RuPaMAiz2Hx3gh8FRLhJ0CH3mp3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#eMNf2RuPaMAiz2Hx3gh8FRLhJ0CH3mp3 > .row .container { background-color: transparent; background-image: none; }#eMNf2RuPaMAiz2Hx3gh8FRLhJ0CH3mp3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMNf2RuPaMAiz2Hx3gh8FRLhJ0CH3mp3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMNf2RuPaMAiz2Hx3gh8FRLhJ0CH3mp3 > .row .container > .video-iframe-container { display: none; }#eMNf2RuPaMAiz2Hx3gh8FRLhJ0CH3mp3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMNf2RuPaMAiz2Hx3gh8FRLhJ0CH3mp3 > .row > .video-iframe-container { display: none; }#eMNf2RuPaMAiz2Hx3gh8FRLhJ0CH3mp3 > .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); }#eMNf2RuPaMAiz2Hx3gh8FRLhJ0CH3mp3 > .row .container { border-width: 0; border-radius: 0; }#eMNf2RuPaMAiz2Hx3gh8FRLhJ0CH3mp3 > .row > .video-iframe-container {  }#eMNf2RuPaMAiz2Hx3gh8FRLhJ0CH3mp3 > .row .container { font-size:0.875rem;font-family:ubuntu;height:43.4375rem;width:75rem;position:relative;display:block; }#B8b2beXEu0LU8JWMgBH3mDoT6UouKW51 { display:block;width:49.874767303467rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100002;line-height:1.7;letter-spacing:0;top:14.755493164062rem;left:12.560891151428rem;height:24.8625rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:block; }
#HAvqhMLWkBThRBli7tuqtD0VCR282iMb { color:#f4ce83;display:block;width:6.2473959922791rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:100021;line-height:1.3;letter-spacing:0;top:1.0625rem;left:0rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n5ad6F1Ju3nt4e5aTDJeVQM62fR8BUWp { position:absolute;display:block;z-index:100001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;height:31.25rem;width:75.1875rem;top:8.248779296875rem;left:0rem;display:block; }
#b01qUV4clA9fqZTCiXm1JEiODyJ7qzSS { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.4375rem;width:12.4375rem;top:2.359375rem;left:31.28125rem;overflow:hidden;display:block; }
#LEQwDN5KE1f0xawx2u7ihAMx4QBtH3yF { display:block;width:49.874767303467rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100002;line-height:1.7;letter-spacing:0;top:14.755493164062rem;left:12.560891151428rem;height:24.916666150093rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:none; }
#yl12gq3US7qldMdivmPNqg66v6zJ35eb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#yl12gq3US7qldMdivmPNqg66v6zJ35eb > .row .container { background-color: transparent; background-image: none; }#yl12gq3US7qldMdivmPNqg66v6zJ35eb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yl12gq3US7qldMdivmPNqg66v6zJ35eb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yl12gq3US7qldMdivmPNqg66v6zJ35eb > .row .container > .video-iframe-container { display: none; }#yl12gq3US7qldMdivmPNqg66v6zJ35eb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yl12gq3US7qldMdivmPNqg66v6zJ35eb > .row > .video-iframe-container { display: none; }#yl12gq3US7qldMdivmPNqg66v6zJ35eb > .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); }#yl12gq3US7qldMdivmPNqg66v6zJ35eb > .row .container { border-width: 0; border-radius: 0; }#yl12gq3US7qldMdivmPNqg66v6zJ35eb > .row > .video-iframe-container {  }#yl12gq3US7qldMdivmPNqg66v6zJ35eb > .row .container { font-size:0.875rem;font-family:ubuntu;height:64.5625rem;width:75rem;position:relative;display:block; }#llaIWJCkPet8G1vlQSXusvs2GDzP0SNL { display:block;width:49.874767303467rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100002;line-height:1.7;letter-spacing:0;top:14.755493164062rem;left:12.560891151428rem;height:45.9rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:block; }
#tyEZ016IFPnvakces2IM9JSI9TWwicbw { color:#f4ce83;display:block;width:6.2473959922791rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:100021;line-height:1.3;letter-spacing:0;top:1.0625rem;left:0rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i0oJtvV3tKlQTFDXr00WtTHF3sigpaBg { position:absolute;display:block;z-index:100001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;height:52.3125rem;width:75.1875rem;top:8.248779296875rem;left:0rem;display:block; }
#AWUZ1uoT5DSGaHAuqh2NufhHy0DgT0C4 { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.4375rem;width:12.4375rem;top:2.359375rem;left:31.28125rem;overflow:hidden;display:block; }
#kGpGLGxDq8vZfem35QCe3FgyNPQtQm15 { display:block;width:49.874767303467rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100002;line-height:1.7;letter-spacing:0;top:14.755493164062rem;left:12.560891151428rem;height:45.999999046326rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:none; }
#ZqVrrTsxT1CovRu2gAqyMZm85TqMTTKs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#ZqVrrTsxT1CovRu2gAqyMZm85TqMTTKs > .row .container { background-color: transparent; background-image: none; }#ZqVrrTsxT1CovRu2gAqyMZm85TqMTTKs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqVrrTsxT1CovRu2gAqyMZm85TqMTTKs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqVrrTsxT1CovRu2gAqyMZm85TqMTTKs > .row .container > .video-iframe-container { display: none; }#ZqVrrTsxT1CovRu2gAqyMZm85TqMTTKs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqVrrTsxT1CovRu2gAqyMZm85TqMTTKs > .row > .video-iframe-container { display: none; }#ZqVrrTsxT1CovRu2gAqyMZm85TqMTTKs > .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); }#ZqVrrTsxT1CovRu2gAqyMZm85TqMTTKs > .row .container { border-width: 0; border-radius: 0; }#ZqVrrTsxT1CovRu2gAqyMZm85TqMTTKs > .row > .video-iframe-container {  }#ZqVrrTsxT1CovRu2gAqyMZm85TqMTTKs > .row .container { font-size:0.875rem;font-family:ubuntu;height:47.5625rem;width:75rem;position:relative;display:block; }#VyvPCM7ukSsVEITSXH7oGXW4hBc4gB8W { display:block;width:49.874767303467rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100002;line-height:1.7;letter-spacing:0;top:14.755493164062rem;left:12.560891151428rem;height:28.6875rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:block; }
#CIO4mJEoXwM72nxrh7NfZFkINc8WkgNp { color:#f4ce83;display:block;width:6.2473959922791rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:100021;line-height:1.3;letter-spacing:0;top:1.0625rem;left:0rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tfwJAsZ62mEoZoaak35BUqn6nlmuWnFz { position:absolute;display:block;z-index:100001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;height:35.0625rem;width:75.1875rem;top:8.248779296875rem;left:0rem;display:block; }
#cTwGNFTztfZXQGNnVItU3taLs6z0bllZ { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.4375rem;width:12.4375rem;top:2.359375rem;left:31.28125rem;overflow:hidden;display:block; }
#wDWy6wtnpZEuwGnPWeMrDoXr4iKKRPfg { display:block;width:49.874767303467rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100002;line-height:1.7;letter-spacing:0;top:14.755493164062rem;left:12.560891151428rem;height:28.749999403954rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:none; }
#gkaCRypprcThEdX3WNkbmIBJlFAsqKs7 { color:#f4ce83;display:block;width:6.2473959922791rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:100021;line-height:1.3;letter-spacing:0;top:42.125rem;left:0rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DoxEtBb02k2LpiMPiKwln8vr3ozuTdKc { color:#f4ce83;display:block;width:6.2473959922791rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:100021;line-height:1.3;letter-spacing:0;top:42.125rem;left:0rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#FJ02TxtTfcH1xv9L9ydDnPpSv4WU50IU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#FJ02TxtTfcH1xv9L9ydDnPpSv4WU50IU > .row .container { background-color: transparent; background-image: none; }#FJ02TxtTfcH1xv9L9ydDnPpSv4WU50IU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FJ02TxtTfcH1xv9L9ydDnPpSv4WU50IU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FJ02TxtTfcH1xv9L9ydDnPpSv4WU50IU > .row .container > .video-iframe-container { display: none; }#FJ02TxtTfcH1xv9L9ydDnPpSv4WU50IU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FJ02TxtTfcH1xv9L9ydDnPpSv4WU50IU > .row > .video-iframe-container { display: none; }#FJ02TxtTfcH1xv9L9ydDnPpSv4WU50IU > .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); }#FJ02TxtTfcH1xv9L9ydDnPpSv4WU50IU > .row .container { border-width: 0; border-radius: 0; }#FJ02TxtTfcH1xv9L9ydDnPpSv4WU50IU > .row > .video-iframe-container {  }#FJ02TxtTfcH1xv9L9ydDnPpSv4WU50IU > .row .container { font-size:0.875rem;font-family:ubuntu;height:39.125rem;width:75rem;position:relative;display:block; }#zfiRGXxm6Ju973yvbOP0zfi5yOocMqU3 { display:block;width:49.873699188232rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100002;line-height:1.7;letter-spacing:0;top:6.61474609375rem;left:12.5625rem;height:24.8625rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ktmmQiSV9PpAFNrLoqXzareZvVcLSh2d { position:absolute;display:block;z-index:100001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;height:28.9375rem;width:75.1875rem;top:2.5rem;left:0rem;display:block; }
#S76iSx6qFaTw8Ty7LLeGfXiFldNS5x3Q { display:block;width:49.873699188232rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100002;line-height:1.7;letter-spacing:0;top:6.61474609375rem;left:12.5625rem;height:24.916666150093rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:none; }
#IcvPxTRLW07VDpKvfzl7ph7hJaZ6tXtV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#IcvPxTRLW07VDpKvfzl7ph7hJaZ6tXtV > .row .container { background-color: transparent; background-image: none; }#IcvPxTRLW07VDpKvfzl7ph7hJaZ6tXtV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcvPxTRLW07VDpKvfzl7ph7hJaZ6tXtV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcvPxTRLW07VDpKvfzl7ph7hJaZ6tXtV > .row .container > .video-iframe-container { display: none; }#IcvPxTRLW07VDpKvfzl7ph7hJaZ6tXtV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcvPxTRLW07VDpKvfzl7ph7hJaZ6tXtV > .row > .video-iframe-container { display: none; }#IcvPxTRLW07VDpKvfzl7ph7hJaZ6tXtV > .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); }#IcvPxTRLW07VDpKvfzl7ph7hJaZ6tXtV > .row .container { border-width: 0; border-radius: 0; }#IcvPxTRLW07VDpKvfzl7ph7hJaZ6tXtV > .row > .video-iframe-container {  }#IcvPxTRLW07VDpKvfzl7ph7hJaZ6tXtV > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#HzsTAywuJ0arTC2JTgdUmlP5EDHM06U7 { color:#eef3ef;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.4375rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kswTk4ESqLPNdA2Wliy2RPBvUNkhXV95 { 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.1875rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rv4nLC6uWt63XPa0RyeTwnS0vWGsMZvk { 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.8333334922791rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#hu4qL7OLl44Ss5Hnb5hBq13mdZtVRHrR { 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:12.834716796875rem;left:0rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XTdgp77qnCTwpBwclHRHnqRZpuTRFgHu { color:#ffffff;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:24.1875rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wapXAzhzVioR1kNSGDgrDS1TkNcNNJai .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; }
#wapXAzhzVioR1kNSGDgrDS1TkNcNNJai .widget-text.counter-number { border-top:0.1875rem solid #f4ce83;border-left:0.1875rem solid #f4ce83;border-right:0.1875rem solid #f4ce83;border-bottom:0.1875rem solid #f4ce83;background-color:transparent;background-image:none;color:#fffdfe;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:400;line-height:87.47px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wapXAzhzVioR1kNSGDgrDS1TkNcNNJai .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.635625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:7.205rem;height:2.16125rem;position:relative;font-family: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; }
#wapXAzhzVioR1kNSGDgrDS1TkNcNNJai { 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:25.75rem;height:10.6725rem;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:29.03271484375rem;left:24.494791030884rem;z-index:100060; }
#wapXAzhzVioR1kNSGDgrDS1TkNcNNJai #cnAOEIUIGopxeEGT4xeFCX86zTOqTfe4 { display:flex;position:relative;top:0rem;left:0rem; }
#wapXAzhzVioR1kNSGDgrDS1TkNcNNJai #hzr0XgKvHwgGDKHJBIByJBOTTqxNZSKz { width:auto; }
#wapXAzhzVioR1kNSGDgrDS1TkNcNNJai #md5aueK2MLNq6dAmLpglHUCMTDSWg8Kk {  }
#wapXAzhzVioR1kNSGDgrDS1TkNcNNJai #abCNbEB6n308n02hEPFCqAxO8ZUB3LX9 { display:flex;position:relative;top:0rem;left:0rem; }
#wapXAzhzVioR1kNSGDgrDS1TkNcNNJai #iZaKwRIK3iGNqFJTrDu1odTIecpTAA81 {  }
#wapXAzhzVioR1kNSGDgrDS1TkNcNNJai #lZtooCTlzRHNsffI1EJNoR6TICHXFe1C {  }
#wapXAzhzVioR1kNSGDgrDS1TkNcNNJai #cF9p9x4O5wvKHp7La6pJw4vO1KeMgZRG { display:flex;position:relative;top:0rem;left:0rem; }
#wapXAzhzVioR1kNSGDgrDS1TkNcNNJai #SGrEIO6ekKvtBhiJXhk2qG8iOKA2q0pn {  }
#wapXAzhzVioR1kNSGDgrDS1TkNcNNJai #iwUQlpziNARis0H5cuqoGrBC2ii5oDAi {  }
#wapXAzhzVioR1kNSGDgrDS1TkNcNNJai #lmT1GNDL2dFfdS6T3QxZX6HzfyEIbfLH { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#wapXAzhzVioR1kNSGDgrDS1TkNcNNJai #AZLcTGexEcV4GEZSe3HzbouIAh9cyKaH {  }
#wapXAzhzVioR1kNSGDgrDS1TkNcNNJai #XfxipgClh2O6XWE6J7VspHaWSNsCzdgc {  }
#TMnGFTWJ7tHGnvROCIzqSP2AKlLibTO0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#TMnGFTWJ7tHGnvROCIzqSP2AKlLibTO0 > .row .container { background-color: transparent; background-image: none; }#TMnGFTWJ7tHGnvROCIzqSP2AKlLibTO0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMnGFTWJ7tHGnvROCIzqSP2AKlLibTO0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMnGFTWJ7tHGnvROCIzqSP2AKlLibTO0 > .row .container > .video-iframe-container { display: none; }#TMnGFTWJ7tHGnvROCIzqSP2AKlLibTO0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMnGFTWJ7tHGnvROCIzqSP2AKlLibTO0 > .row > .video-iframe-container { display: none; }#TMnGFTWJ7tHGnvROCIzqSP2AKlLibTO0 > .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); }#TMnGFTWJ7tHGnvROCIzqSP2AKlLibTO0 > .row .container { border-width: 0; border-radius: 0; }#TMnGFTWJ7tHGnvROCIzqSP2AKlLibTO0 > .row > .video-iframe-container {  }#TMnGFTWJ7tHGnvROCIzqSP2AKlLibTO0 > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#RrmQs86HDdwRcUoGHlTNvT0JxDcU1TsH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:url("https://images.assets-landingi.com/uc/79dcefd9-a6c7-4297-9776-f467c0b9339b/2.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#RrmQs86HDdwRcUoGHlTNvT0JxDcU1TsH.adaptive-delivery-prevent-bg, #RrmQs86HDdwRcUoGHlTNvT0JxDcU1TsH.lazyload, #RrmQs86HDdwRcUoGHlTNvT0JxDcU1TsH.lazyloading { background-image: none; }#RrmQs86HDdwRcUoGHlTNvT0JxDcU1TsH > .row .container { background-color: transparent; background-image: none; }#RrmQs86HDdwRcUoGHlTNvT0JxDcU1TsH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrmQs86HDdwRcUoGHlTNvT0JxDcU1TsH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrmQs86HDdwRcUoGHlTNvT0JxDcU1TsH > .row .container > .video-iframe-container { display: none; }#RrmQs86HDdwRcUoGHlTNvT0JxDcU1TsH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrmQs86HDdwRcUoGHlTNvT0JxDcU1TsH > .row > .video-iframe-container { display: none; }#RrmQs86HDdwRcUoGHlTNvT0JxDcU1TsH > .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); }#RrmQs86HDdwRcUoGHlTNvT0JxDcU1TsH > .row .container { border-width: 0; border-radius: 0; }#RrmQs86HDdwRcUoGHlTNvT0JxDcU1TsH > .row > .video-iframe-container {  }#RrmQs86HDdwRcUoGHlTNvT0JxDcU1TsH > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#snUqCwwVcuLURWbwGrbTtNEfthSpnArN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#snUqCwwVcuLURWbwGrbTtNEfthSpnArN > .row .container { background-color: transparent; background-image: none; }#snUqCwwVcuLURWbwGrbTtNEfthSpnArN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snUqCwwVcuLURWbwGrbTtNEfthSpnArN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snUqCwwVcuLURWbwGrbTtNEfthSpnArN > .row .container > .video-iframe-container { display: none; }#snUqCwwVcuLURWbwGrbTtNEfthSpnArN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snUqCwwVcuLURWbwGrbTtNEfthSpnArN > .row > .video-iframe-container { display: none; }#snUqCwwVcuLURWbwGrbTtNEfthSpnArN > .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); }#snUqCwwVcuLURWbwGrbTtNEfthSpnArN > .row .container { border-width: 0; border-radius: 0; }#snUqCwwVcuLURWbwGrbTtNEfthSpnArN > .row > .video-iframe-container {  }#snUqCwwVcuLURWbwGrbTtNEfthSpnArN > .row .container { font-size:0.875rem;font-family:arial;height:17.125rem;width:75rem;position:relative;display:block; }#kDN230TXgl7ULAfqgT4SmNK6UlvgoVDr { 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.625rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dZNSR40J3emNoSM4ORKzakvvEo8z2Sas { 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.625rem;left:0rem;height:4.8333334922791rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#GaRuKq0Z0OqZQyAQrLfWRu86DwIysOlB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#GaRuKq0Z0OqZQyAQrLfWRu86DwIysOlB > .row .container { background-color: transparent; background-image: none; }#GaRuKq0Z0OqZQyAQrLfWRu86DwIysOlB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GaRuKq0Z0OqZQyAQrLfWRu86DwIysOlB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GaRuKq0Z0OqZQyAQrLfWRu86DwIysOlB > .row .container > .video-iframe-container { display: none; }#GaRuKq0Z0OqZQyAQrLfWRu86DwIysOlB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GaRuKq0Z0OqZQyAQrLfWRu86DwIysOlB > .row > .video-iframe-container { display: none; }#GaRuKq0Z0OqZQyAQrLfWRu86DwIysOlB > .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); }#GaRuKq0Z0OqZQyAQrLfWRu86DwIysOlB > .row .container { border-width: 0; border-radius: 0; }#GaRuKq0Z0OqZQyAQrLfWRu86DwIysOlB > .row > .video-iframe-container {  }#GaRuKq0Z0OqZQyAQrLfWRu86DwIysOlB > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#qU82DFXxP3gAfflE3wE1kStVOtpSL30l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#qU82DFXxP3gAfflE3wE1kStVOtpSL30l > .row .container { background-color: transparent; background-image: none; }#qU82DFXxP3gAfflE3wE1kStVOtpSL30l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qU82DFXxP3gAfflE3wE1kStVOtpSL30l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qU82DFXxP3gAfflE3wE1kStVOtpSL30l > .row .container > .video-iframe-container { display: none; }#qU82DFXxP3gAfflE3wE1kStVOtpSL30l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qU82DFXxP3gAfflE3wE1kStVOtpSL30l > .row > .video-iframe-container { display: none; }#qU82DFXxP3gAfflE3wE1kStVOtpSL30l > .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); }#qU82DFXxP3gAfflE3wE1kStVOtpSL30l > .row .container { border-width: 0; border-radius: 0; }#qU82DFXxP3gAfflE3wE1kStVOtpSL30l > .row > .video-iframe-container {  }#qU82DFXxP3gAfflE3wE1kStVOtpSL30l > .row .container { font-size:0.875rem;font-family:arial;height:16.375rem;width:75rem;position:relative;display:block; }#kbTvCVX8PqRT8Rw0Ou4zUmChqFzFsBrP { color:#47545a;display:block;width:56.25rem;position:absolute;font-family:ubuntu;font-size:1.6875rem;font-weight:300;z-index:100016;line-height:1.3;letter-spacing:0;top:0.90625rem;left:9.375rem;height:15.35625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TaSzPtkBu1XLFfZsz1JPgVtlGIDn1onk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#TaSzPtkBu1XLFfZsz1JPgVtlGIDn1onk > .row .container { background-color: transparent; background-image: none; }#TaSzPtkBu1XLFfZsz1JPgVtlGIDn1onk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaSzPtkBu1XLFfZsz1JPgVtlGIDn1onk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaSzPtkBu1XLFfZsz1JPgVtlGIDn1onk > .row .container > .video-iframe-container { display: none; }#TaSzPtkBu1XLFfZsz1JPgVtlGIDn1onk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaSzPtkBu1XLFfZsz1JPgVtlGIDn1onk > .row > .video-iframe-container { display: none; }#TaSzPtkBu1XLFfZsz1JPgVtlGIDn1onk > .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); }#TaSzPtkBu1XLFfZsz1JPgVtlGIDn1onk > .row .container { border-width: 0; border-radius: 0; }#TaSzPtkBu1XLFfZsz1JPgVtlGIDn1onk > .row > .video-iframe-container {  }#TaSzPtkBu1XLFfZsz1JPgVtlGIDn1onk > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#neZcPkgcPPB4TO1GwT2w1tOnKDei4ypl { display:block;width:38.5625rem;position:absolute;font-family:ubuntu;font-size:1.6875rem;font-weight:300;z-index:100012;line-height:1.7;letter-spacing:0;top:2.75rem;left:18.21875rem;height:2.86875rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LU7hfNUC9A2v68mw2NRH9FISnHbhQp2C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#LU7hfNUC9A2v68mw2NRH9FISnHbhQp2C > .row .container { background-color: transparent; background-image: none; }#LU7hfNUC9A2v68mw2NRH9FISnHbhQp2C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LU7hfNUC9A2v68mw2NRH9FISnHbhQp2C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LU7hfNUC9A2v68mw2NRH9FISnHbhQp2C > .row .container > .video-iframe-container { display: none; }#LU7hfNUC9A2v68mw2NRH9FISnHbhQp2C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LU7hfNUC9A2v68mw2NRH9FISnHbhQp2C > .row > .video-iframe-container { display: none; }#LU7hfNUC9A2v68mw2NRH9FISnHbhQp2C > .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); }#LU7hfNUC9A2v68mw2NRH9FISnHbhQp2C > .row .container { border-width: 0; border-radius: 0; }#LU7hfNUC9A2v68mw2NRH9FISnHbhQp2C > .row > .video-iframe-container {  }#LU7hfNUC9A2v68mw2NRH9FISnHbhQp2C > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;position:relative;display:block; }#FEHzApZlDEnveQWih56afdH4svFls6Lh { display:block;width:47.3125rem;position:absolute;font-family:ubuntu;font-size:1.6875rem;font-weight:300;z-index:100012;line-height:1.7;letter-spacing:0;top:2.7373046875rem;left:15.03125rem;height:2.86875rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yQux3WECl2kanUoZ1v9CVBxyqOgTCiHC { display:block;width:47.3125rem;position:absolute;font-family:ubuntu;font-size:1.6875rem;font-weight:300;z-index:100012;line-height:1.7;letter-spacing:0;top:2.7373046875rem;left:15.03125rem;height:2.8333332538605rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#R2WqJaVmunK7cXUFpX1Zz5Po6KM3Rtmt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#R2WqJaVmunK7cXUFpX1Zz5Po6KM3Rtmt > .row .container { background-color: transparent; background-image: none; }#R2WqJaVmunK7cXUFpX1Zz5Po6KM3Rtmt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R2WqJaVmunK7cXUFpX1Zz5Po6KM3Rtmt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R2WqJaVmunK7cXUFpX1Zz5Po6KM3Rtmt > .row .container > .video-iframe-container { display: none; }#R2WqJaVmunK7cXUFpX1Zz5Po6KM3Rtmt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R2WqJaVmunK7cXUFpX1Zz5Po6KM3Rtmt > .row > .video-iframe-container { display: none; }#R2WqJaVmunK7cXUFpX1Zz5Po6KM3Rtmt > .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); }#R2WqJaVmunK7cXUFpX1Zz5Po6KM3Rtmt > .row .container { border-width: 0; border-radius: 0; }#R2WqJaVmunK7cXUFpX1Zz5Po6KM3Rtmt > .row > .video-iframe-container {  }#R2WqJaVmunK7cXUFpX1Zz5Po6KM3Rtmt > .row .container { font-size:0.875rem;font-family:arial;height:8.4375rem;width:75rem;position:relative;display:block; }#V9JlyvD8lD7RNAcrGrLeKiiUZEEIwZyW { display:block;width:56.25rem;position:absolute;font-family:ubuntu;font-size:1.6875rem;font-weight:300;z-index:100012;line-height:1.7;letter-spacing:0;top:2.75rem;left:9.375rem;height:5.7375rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I5PeQqf7sSTCbzqpb0GAt6SrBPibzXAA { display:block;width:56.25rem;position:absolute;font-family:ubuntu;font-size:1.6875rem;font-weight:300;z-index:100012;line-height:1.7;letter-spacing:0;top:2.75rem;left:9.375rem;height:5.6666665077209rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#eL86HH9KQFUGo6aDM0N18xPF6azDlUJf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#eL86HH9KQFUGo6aDM0N18xPF6azDlUJf > .row .container { background-color: transparent; background-image: none; }#eL86HH9KQFUGo6aDM0N18xPF6azDlUJf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eL86HH9KQFUGo6aDM0N18xPF6azDlUJf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eL86HH9KQFUGo6aDM0N18xPF6azDlUJf > .row .container > .video-iframe-container { display: none; }#eL86HH9KQFUGo6aDM0N18xPF6azDlUJf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eL86HH9KQFUGo6aDM0N18xPF6azDlUJf > .row > .video-iframe-container { display: none; }#eL86HH9KQFUGo6aDM0N18xPF6azDlUJf > .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); }#eL86HH9KQFUGo6aDM0N18xPF6azDlUJf > .row .container { border-width: 0; border-radius: 0; }#eL86HH9KQFUGo6aDM0N18xPF6azDlUJf > .row > .video-iframe-container {  }#eL86HH9KQFUGo6aDM0N18xPF6azDlUJf > .row .container { font-size:0.875rem;font-family:arial;height:8.4375rem;width:75rem;position:relative;display:block; }#ZgPESiLGbzRASnIl9N6GTppoH7g3vcz7 { display:block;width:56.25rem;position:absolute;font-family:ubuntu;font-size:1.6875rem;font-weight:300;z-index:100012;line-height:1.7;letter-spacing:0;top:2.75rem;left:9.375rem;height:5.7375rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oXRZSWC2OuRCWuhWhZ9hbwQNVeh0ZNTR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#oXRZSWC2OuRCWuhWhZ9hbwQNVeh0ZNTR > .row .container { background-color: transparent; background-image: none; }#oXRZSWC2OuRCWuhWhZ9hbwQNVeh0ZNTR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXRZSWC2OuRCWuhWhZ9hbwQNVeh0ZNTR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXRZSWC2OuRCWuhWhZ9hbwQNVeh0ZNTR > .row .container > .video-iframe-container { display: none; }#oXRZSWC2OuRCWuhWhZ9hbwQNVeh0ZNTR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXRZSWC2OuRCWuhWhZ9hbwQNVeh0ZNTR > .row > .video-iframe-container { display: none; }#oXRZSWC2OuRCWuhWhZ9hbwQNVeh0ZNTR > .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); }#oXRZSWC2OuRCWuhWhZ9hbwQNVeh0ZNTR > .row .container { border-width: 0; border-radius: 0; }#oXRZSWC2OuRCWuhWhZ9hbwQNVeh0ZNTR > .row > .video-iframe-container {  }#oXRZSWC2OuRCWuhWhZ9hbwQNVeh0ZNTR > .row .container { font-size:0.875rem;font-family:arial;height:25.4375rem;width:75rem;position:relative;display:block; }#qOtvanfDuu6kR4v0PtG1geQUTFofddbr { display:block;width:45rem;position:absolute;font-family:ubuntu;font-size:1.6875rem;font-weight:300;z-index:100012;line-height:1.7;letter-spacing:0;top:1.5000009536743rem;left:15rem;height:2.86875rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yLtmwd9woQUFZSqJVHGgL0FgHPF6rTsB { display:block;width:45rem;position:absolute;font-family:ubuntu;font-size:1.6875rem;font-weight:300;z-index:100013;line-height:1.7;letter-spacing:0;top:5.9375009536743rem;left:15rem;height:17.2125rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PAci2rBGD9Q6tJieLTLIZUZWStqgW8n4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#PAci2rBGD9Q6tJieLTLIZUZWStqgW8n4 > .row .container { background-color: transparent; background-image: none; }#PAci2rBGD9Q6tJieLTLIZUZWStqgW8n4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PAci2rBGD9Q6tJieLTLIZUZWStqgW8n4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PAci2rBGD9Q6tJieLTLIZUZWStqgW8n4 > .row .container > .video-iframe-container { display: none; }#PAci2rBGD9Q6tJieLTLIZUZWStqgW8n4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PAci2rBGD9Q6tJieLTLIZUZWStqgW8n4 > .row > .video-iframe-container { display: none; }#PAci2rBGD9Q6tJieLTLIZUZWStqgW8n4 > .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); }#PAci2rBGD9Q6tJieLTLIZUZWStqgW8n4 > .row .container { border-width: 0; border-radius: 0; }#PAci2rBGD9Q6tJieLTLIZUZWStqgW8n4 > .row > .video-iframe-container {  }#PAci2rBGD9Q6tJieLTLIZUZWStqgW8n4 > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#FckgDvUCtXprMde1XaJepV07QHTuENRP { display:block;width:45rem;position:absolute;font-family:ubuntu;font-size:1.6875rem;font-weight:300;z-index:100012;line-height:1.7;letter-spacing:0;top:2.75rem;left:15rem;height:2.86875rem;color:#fd4336;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y1rGog08HRlyn0T4lmpFxDk11lqgSXRf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#y1rGog08HRlyn0T4lmpFxDk11lqgSXRf > .row .container { background-color: transparent; background-image: none; }#y1rGog08HRlyn0T4lmpFxDk11lqgSXRf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y1rGog08HRlyn0T4lmpFxDk11lqgSXRf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y1rGog08HRlyn0T4lmpFxDk11lqgSXRf > .row .container > .video-iframe-container { display: none; }#y1rGog08HRlyn0T4lmpFxDk11lqgSXRf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y1rGog08HRlyn0T4lmpFxDk11lqgSXRf > .row > .video-iframe-container { display: none; }#y1rGog08HRlyn0T4lmpFxDk11lqgSXRf > .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); }#y1rGog08HRlyn0T4lmpFxDk11lqgSXRf > .row .container { border-width: 0; border-radius: 0; }#y1rGog08HRlyn0T4lmpFxDk11lqgSXRf > .row > .video-iframe-container {  }#y1rGog08HRlyn0T4lmpFxDk11lqgSXRf > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:75rem;position:relative;display:block; }#FoIUksz2aw8E3gytUVky12dQqP70w2uy { background-color:#c69d3a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.125rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:7.5rem;left:20.9375rem;display:block; }
#w3XaaikpQqoyui5FrK87CGLRv1JrVb9E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#z47eWn5doZQrBVWx6s1aobrlOslLEhB8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:url("https://images.assets-landingi.com/uc/3c0dcc2d-d3c7-4d8d-9270-5ebf5aafad01/7.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#z47eWn5doZQrBVWx6s1aobrlOslLEhB8.adaptive-delivery-prevent-bg, #z47eWn5doZQrBVWx6s1aobrlOslLEhB8.lazyload, #z47eWn5doZQrBVWx6s1aobrlOslLEhB8.lazyloading { background-image: none; }#z47eWn5doZQrBVWx6s1aobrlOslLEhB8 > .row .container { background-color: transparent; background-image: none; }#z47eWn5doZQrBVWx6s1aobrlOslLEhB8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z47eWn5doZQrBVWx6s1aobrlOslLEhB8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z47eWn5doZQrBVWx6s1aobrlOslLEhB8 > .row .container > .video-iframe-container { display: none; }#z47eWn5doZQrBVWx6s1aobrlOslLEhB8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z47eWn5doZQrBVWx6s1aobrlOslLEhB8 > .row > .video-iframe-container { display: none; }#z47eWn5doZQrBVWx6s1aobrlOslLEhB8 > .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); }#z47eWn5doZQrBVWx6s1aobrlOslLEhB8 > .row .container { border-width: 0; border-radius: 0; }#z47eWn5doZQrBVWx6s1aobrlOslLEhB8 > .row > .video-iframe-container {  }#z47eWn5doZQrBVWx6s1aobrlOslLEhB8 > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#mAWJ0Veo7d0whKT7NstHL48M9JZclsRd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#mAWJ0Veo7d0whKT7NstHL48M9JZclsRd > .row .container { background-color: transparent; background-image: none; }#mAWJ0Veo7d0whKT7NstHL48M9JZclsRd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAWJ0Veo7d0whKT7NstHL48M9JZclsRd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAWJ0Veo7d0whKT7NstHL48M9JZclsRd > .row .container > .video-iframe-container { display: none; }#mAWJ0Veo7d0whKT7NstHL48M9JZclsRd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAWJ0Veo7d0whKT7NstHL48M9JZclsRd > .row > .video-iframe-container { display: none; }#mAWJ0Veo7d0whKT7NstHL48M9JZclsRd > .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); }#mAWJ0Veo7d0whKT7NstHL48M9JZclsRd > .row .container { border-width: 0; border-radius: 0; }#mAWJ0Veo7d0whKT7NstHL48M9JZclsRd > .row > .video-iframe-container {  }#mAWJ0Veo7d0whKT7NstHL48M9JZclsRd > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:75rem;position:relative;display:block; }#p5vfiCN9BcVFzi5wc1uztyirMDXMq7UN { 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.155029296875rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H9TsCZnZuNnEsKwyMSo8z1Bz0MTUz1Nt { background-color:#f8dba2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#377815;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:37.428125rem;height:3.36796875rem;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:14.0625rem;left:18.785938262939rem;display:block; }
#II3fSIq1C3Pb4hpgt0AEGRHslsTGkIDL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#eeWbsdTBVb5sboANwRkFcV3InUF7RN9J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:block; }#eeWbsdTBVb5sboANwRkFcV3InUF7RN9J > .row .container { background-color: transparent; background-image: none; }#eeWbsdTBVb5sboANwRkFcV3InUF7RN9J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eeWbsdTBVb5sboANwRkFcV3InUF7RN9J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eeWbsdTBVb5sboANwRkFcV3InUF7RN9J > .row .container > .video-iframe-container { display: none; }#eeWbsdTBVb5sboANwRkFcV3InUF7RN9J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eeWbsdTBVb5sboANwRkFcV3InUF7RN9J > .row > .video-iframe-container { display: none; }#eeWbsdTBVb5sboANwRkFcV3InUF7RN9J > .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); }#eeWbsdTBVb5sboANwRkFcV3InUF7RN9J > .row .container { border-width: 0; border-radius: 0; }#eeWbsdTBVb5sboANwRkFcV3InUF7RN9J > .row > .video-iframe-container {  }#eeWbsdTBVb5sboANwRkFcV3InUF7RN9J > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#vJ865cTh4EENr6OzswokOOcNMwZ9TLxv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:block; }#vJ865cTh4EENr6OzswokOOcNMwZ9TLxv > .row .container { background-color: transparent; background-image: none; }#vJ865cTh4EENr6OzswokOOcNMwZ9TLxv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJ865cTh4EENr6OzswokOOcNMwZ9TLxv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJ865cTh4EENr6OzswokOOcNMwZ9TLxv > .row .container > .video-iframe-container { display: none; }#vJ865cTh4EENr6OzswokOOcNMwZ9TLxv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJ865cTh4EENr6OzswokOOcNMwZ9TLxv > .row > .video-iframe-container { display: none; }#vJ865cTh4EENr6OzswokOOcNMwZ9TLxv > .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); }#vJ865cTh4EENr6OzswokOOcNMwZ9TLxv > .row .container { border-width: 0; border-radius: 0; }#vJ865cTh4EENr6OzswokOOcNMwZ9TLxv > .row > .video-iframe-container {  }#vJ865cTh4EENr6OzswokOOcNMwZ9TLxv > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#ihGqILEUXU0Q87PHOEtSwP37icttoquS { display:block;width:58.125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:100014;line-height:1.7;letter-spacing:0;top:1.0625rem;left:9.375rem;height:2.125rem;color:#ffde00;font-style:normal;text-align:left;text-align-last:left;display:block; }
#flcToES1PmLe3DUIt5eTdNTdvXcwGLyu { position:absolute;display:block;z-index:100013;background-color:rgba(3,93,36,0.15);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:2.25rem;width:56.4375rem;top:0.9375rem;left:9.375rem;display:block; }
#ZV85DbOVJTp5xJ8vgJdSulRs6HLJxhMv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:block; }#ZV85DbOVJTp5xJ8vgJdSulRs6HLJxhMv > .row .container { background-color: transparent; background-image: none; }#ZV85DbOVJTp5xJ8vgJdSulRs6HLJxhMv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZV85DbOVJTp5xJ8vgJdSulRs6HLJxhMv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZV85DbOVJTp5xJ8vgJdSulRs6HLJxhMv > .row .container > .video-iframe-container { display: none; }#ZV85DbOVJTp5xJ8vgJdSulRs6HLJxhMv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZV85DbOVJTp5xJ8vgJdSulRs6HLJxhMv > .row > .video-iframe-container { display: none; }#ZV85DbOVJTp5xJ8vgJdSulRs6HLJxhMv > .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); }#ZV85DbOVJTp5xJ8vgJdSulRs6HLJxhMv > .row .container { border-width: 0; border-radius: 0; }#ZV85DbOVJTp5xJ8vgJdSulRs6HLJxhMv > .row > .video-iframe-container {  }#ZV85DbOVJTp5xJ8vgJdSulRs6HLJxhMv > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;position:relative;display:block; }#MuSnlmU7LlvQsq6Sw14y5HshQ93zfzfn { display:block;width:58.0625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:100013;line-height:1.8;letter-spacing:0;top:0rem;left:9.375rem;height:5.7375rem;color:#47545a;font-style:normal;display:block; }
#dNnSuAza0wJzow9Qc0lq7g4IkVPvih3T { display:block;width:58.0625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:100013;line-height:1.8;letter-spacing:0;top:0rem;left:9.375rem;height:5.7375rem;color:#47545a;font-style:normal;display:none; }
#AyLi9i7x90RbkkqPT7IXIrhyz3ghZzx5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:block; }#AyLi9i7x90RbkkqPT7IXIrhyz3ghZzx5 > .row .container { background-color: transparent; background-image: none; }#AyLi9i7x90RbkkqPT7IXIrhyz3ghZzx5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AyLi9i7x90RbkkqPT7IXIrhyz3ghZzx5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AyLi9i7x90RbkkqPT7IXIrhyz3ghZzx5 > .row .container > .video-iframe-container { display: none; }#AyLi9i7x90RbkkqPT7IXIrhyz3ghZzx5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AyLi9i7x90RbkkqPT7IXIrhyz3ghZzx5 > .row > .video-iframe-container { display: none; }#AyLi9i7x90RbkkqPT7IXIrhyz3ghZzx5 > .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); }#AyLi9i7x90RbkkqPT7IXIrhyz3ghZzx5 > .row .container { border-width: 0; border-radius: 0; }#AyLi9i7x90RbkkqPT7IXIrhyz3ghZzx5 > .row > .video-iframe-container {  }#AyLi9i7x90RbkkqPT7IXIrhyz3ghZzx5 > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#FsR50Nv8KC4pnDxZELvzPw5KDQPV49yc { display:block;width:58.125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:100014;line-height:1.7;letter-spacing:0;top:1.0625rem;left:9.375rem;height:2.125rem;color:#ffde00;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hbTDInJZyiqQBukf281H79EK70Cib5NV { position:absolute;display:block;z-index:100013;background-color:rgba(3,93,36,0.15);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:2.25rem;width:56.4375rem;top:0.9375rem;left:9.375rem;display:block; }
#Hql94aciIz39CRub2LlLFtEF8wZNgHOq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:block; }#Hql94aciIz39CRub2LlLFtEF8wZNgHOq > .row .container { background-color: transparent; background-image: none; }#Hql94aciIz39CRub2LlLFtEF8wZNgHOq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hql94aciIz39CRub2LlLFtEF8wZNgHOq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hql94aciIz39CRub2LlLFtEF8wZNgHOq > .row .container > .video-iframe-container { display: none; }#Hql94aciIz39CRub2LlLFtEF8wZNgHOq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hql94aciIz39CRub2LlLFtEF8wZNgHOq > .row > .video-iframe-container { display: none; }#Hql94aciIz39CRub2LlLFtEF8wZNgHOq > .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); }#Hql94aciIz39CRub2LlLFtEF8wZNgHOq > .row .container { border-width: 0; border-radius: 0; }#Hql94aciIz39CRub2LlLFtEF8wZNgHOq > .row > .video-iframe-container {  }#Hql94aciIz39CRub2LlLFtEF8wZNgHOq > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;position:relative;display:block; }#MGEuB5iTawzzLkNEVw4tIt3FluBTkUDh { display:block;width:58.0625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:100013;line-height:1.8;letter-spacing:0;top:0rem;left:9.375rem;height:5.7375rem;color:#47545a;font-style:normal;display:block; }
#tRZwsFt2FMbXD6W9fBzsH3r8AodIqJZL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:block; }#tRZwsFt2FMbXD6W9fBzsH3r8AodIqJZL > .row .container { background-color: transparent; background-image: none; }#tRZwsFt2FMbXD6W9fBzsH3r8AodIqJZL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tRZwsFt2FMbXD6W9fBzsH3r8AodIqJZL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tRZwsFt2FMbXD6W9fBzsH3r8AodIqJZL > .row .container > .video-iframe-container { display: none; }#tRZwsFt2FMbXD6W9fBzsH3r8AodIqJZL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tRZwsFt2FMbXD6W9fBzsH3r8AodIqJZL > .row > .video-iframe-container { display: none; }#tRZwsFt2FMbXD6W9fBzsH3r8AodIqJZL > .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); }#tRZwsFt2FMbXD6W9fBzsH3r8AodIqJZL > .row .container { border-width: 0; border-radius: 0; }#tRZwsFt2FMbXD6W9fBzsH3r8AodIqJZL > .row > .video-iframe-container {  }#tRZwsFt2FMbXD6W9fBzsH3r8AodIqJZL > .row .container { font-size:0.875rem;font-family:arial;height:3.25rem;width:75rem;position:relative;display:block; }#yW82kblqxf0XFIPk7ndJz3ZwKgLfabpr { display:block;width:58.125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:100014;line-height:1.7;letter-spacing:0;top:1.0625rem;left:9.375rem;height:2.125rem;color:#ffde00;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bwclA8flnPaaxh1UDZ3tX9zsJSeE2Xt5 { position:absolute;display:block;z-index:100013;background-color:rgba(3,93,36,0.15);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:2.25rem;width:56.4375rem;top:0.9375rem;left:9.375rem;display:block; }
#TXTzfWzHLWK0R5HONuS6AL71d0ZbQyD4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:block; }#TXTzfWzHLWK0R5HONuS6AL71d0ZbQyD4 > .row .container { background-color: transparent; background-image: none; }#TXTzfWzHLWK0R5HONuS6AL71d0ZbQyD4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXTzfWzHLWK0R5HONuS6AL71d0ZbQyD4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXTzfWzHLWK0R5HONuS6AL71d0ZbQyD4 > .row .container > .video-iframe-container { display: none; }#TXTzfWzHLWK0R5HONuS6AL71d0ZbQyD4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXTzfWzHLWK0R5HONuS6AL71d0ZbQyD4 > .row > .video-iframe-container { display: none; }#TXTzfWzHLWK0R5HONuS6AL71d0ZbQyD4 > .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); }#TXTzfWzHLWK0R5HONuS6AL71d0ZbQyD4 > .row .container { border-width: 0; border-radius: 0; }#TXTzfWzHLWK0R5HONuS6AL71d0ZbQyD4 > .row > .video-iframe-container {  }#TXTzfWzHLWK0R5HONuS6AL71d0ZbQyD4 > .row .container { font-size:0.875rem;font-family:arial;height:38.4375rem;width:75rem;position:relative;display:block; }#K2SFbKXZOTwlRkD0i0Wmvz7cXOxKFRoD { color:#47545a;display:block;width:58.0625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:100016;line-height:1.8;letter-spacing:0;top:0rem;left:9.375rem;height:38.25rem;font-style:normal;display:block; }
#u7cWXohv6zrKsR3vPvRIdSJEtKO2II3q { color:#47545a;display:block;width:58.0625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:100016;line-height:1.8;letter-spacing:0;top:0rem;left:9.375rem;height:38.333332538605rem;font-style:normal;display:none; }
#Cmz3TlJAn303S5I7TPLbwRUR6IfEqcsk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:block; }#Cmz3TlJAn303S5I7TPLbwRUR6IfEqcsk > .row .container { background-color: transparent; background-image: none; }#Cmz3TlJAn303S5I7TPLbwRUR6IfEqcsk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cmz3TlJAn303S5I7TPLbwRUR6IfEqcsk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cmz3TlJAn303S5I7TPLbwRUR6IfEqcsk > .row .container > .video-iframe-container { display: none; }#Cmz3TlJAn303S5I7TPLbwRUR6IfEqcsk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cmz3TlJAn303S5I7TPLbwRUR6IfEqcsk > .row > .video-iframe-container { display: none; }#Cmz3TlJAn303S5I7TPLbwRUR6IfEqcsk > .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); }#Cmz3TlJAn303S5I7TPLbwRUR6IfEqcsk > .row .container { border-width: 0; border-radius: 0; }#Cmz3TlJAn303S5I7TPLbwRUR6IfEqcsk > .row > .video-iframe-container {  }#Cmz3TlJAn303S5I7TPLbwRUR6IfEqcsk > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#sZwm5u3bnsOWFT7THRs7ExRwCpo2eSrH { display:block;width:58.125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:100014;line-height:1.7;letter-spacing:0;top:1.0625rem;left:9.375rem;height:2.125rem;color:#ffde00;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PcuyAy32Av4UWl5vVnszTZadVF0v8NzX { position:absolute;display:block;z-index:100013;background-color:rgba(3,93,36,0.15);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:2.25rem;width:56.4375rem;top:0.9375rem;left:9.375rem;display:block; }
#h2QvSJvMuPtolElNT1KvblJtyI6hMR4p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:block; }#h2QvSJvMuPtolElNT1KvblJtyI6hMR4p > .row .container { background-color: transparent; background-image: none; }#h2QvSJvMuPtolElNT1KvblJtyI6hMR4p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h2QvSJvMuPtolElNT1KvblJtyI6hMR4p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h2QvSJvMuPtolElNT1KvblJtyI6hMR4p > .row .container > .video-iframe-container { display: none; }#h2QvSJvMuPtolElNT1KvblJtyI6hMR4p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h2QvSJvMuPtolElNT1KvblJtyI6hMR4p > .row > .video-iframe-container { display: none; }#h2QvSJvMuPtolElNT1KvblJtyI6hMR4p > .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); }#h2QvSJvMuPtolElNT1KvblJtyI6hMR4p > .row .container { border-width: 0; border-radius: 0; }#h2QvSJvMuPtolElNT1KvblJtyI6hMR4p > .row > .video-iframe-container {  }#h2QvSJvMuPtolElNT1KvblJtyI6hMR4p > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;position:relative;display:block; }#bmT4aM5zeTaAloTInVu21eZmfx7lHwBc { display:block;width:58.0625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:100013;line-height:1.8;letter-spacing:0;top:0rem;left:9.375rem;height:5.7375rem;color:#47545a;font-style:normal;display:block; }
#otDyxTKIaMsR3BdLdRvAg0n2TGqNTMZa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:block; }#otDyxTKIaMsR3BdLdRvAg0n2TGqNTMZa > .row .container { background-color: transparent; background-image: none; }#otDyxTKIaMsR3BdLdRvAg0n2TGqNTMZa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otDyxTKIaMsR3BdLdRvAg0n2TGqNTMZa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otDyxTKIaMsR3BdLdRvAg0n2TGqNTMZa > .row .container > .video-iframe-container { display: none; }#otDyxTKIaMsR3BdLdRvAg0n2TGqNTMZa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otDyxTKIaMsR3BdLdRvAg0n2TGqNTMZa > .row > .video-iframe-container { display: none; }#otDyxTKIaMsR3BdLdRvAg0n2TGqNTMZa > .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); }#otDyxTKIaMsR3BdLdRvAg0n2TGqNTMZa > .row .container { border-width: 0; border-radius: 0; }#otDyxTKIaMsR3BdLdRvAg0n2TGqNTMZa > .row > .video-iframe-container {  }#otDyxTKIaMsR3BdLdRvAg0n2TGqNTMZa > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#LkSIFhcoABp7Hco9FP74HETQ5l1aMIzV { display:block;width:58.125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:100014;line-height:1.7;letter-spacing:0;top:1.0625rem;left:9.375rem;height:2.125rem;color:#ffde00;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WnpXFKxSzJBgP5zTFHhlry8K7tA8PaPl { position:absolute;display:block;z-index:100013;background-color:rgba(3,93,36,0.15);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:2.25rem;width:56.4375rem;top:0.9375rem;left:9.375rem;display:block; }
#Jyddk96zrD9TMIB1aLToyCMQkZAkIf71 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:block; }#Jyddk96zrD9TMIB1aLToyCMQkZAkIf71 > .row .container { background-color: transparent; background-image: none; }#Jyddk96zrD9TMIB1aLToyCMQkZAkIf71::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jyddk96zrD9TMIB1aLToyCMQkZAkIf71 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jyddk96zrD9TMIB1aLToyCMQkZAkIf71 > .row .container > .video-iframe-container { display: none; }#Jyddk96zrD9TMIB1aLToyCMQkZAkIf71 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jyddk96zrD9TMIB1aLToyCMQkZAkIf71 > .row > .video-iframe-container { display: none; }#Jyddk96zrD9TMIB1aLToyCMQkZAkIf71 > .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); }#Jyddk96zrD9TMIB1aLToyCMQkZAkIf71 > .row .container { border-width: 0; border-radius: 0; }#Jyddk96zrD9TMIB1aLToyCMQkZAkIf71 > .row > .video-iframe-container {  }#Jyddk96zrD9TMIB1aLToyCMQkZAkIf71 > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:75rem;position:relative;display:block; }#yJW0xAEuf0yhCP6rCyLQHKI2JZNKhFyx { display:block;width:58.0625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:100013;line-height:1.8;letter-spacing:0;top:0rem;left:9.375rem;height:3.825rem;color:#47545a;font-style:normal;display:block; }
#EPrcFmNhiU95uDLxNF7t8Xl8NlirTKIQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:block; }#EPrcFmNhiU95uDLxNF7t8Xl8NlirTKIQ > .row .container { background-color: transparent; background-image: none; }#EPrcFmNhiU95uDLxNF7t8Xl8NlirTKIQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EPrcFmNhiU95uDLxNF7t8Xl8NlirTKIQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EPrcFmNhiU95uDLxNF7t8Xl8NlirTKIQ > .row .container > .video-iframe-container { display: none; }#EPrcFmNhiU95uDLxNF7t8Xl8NlirTKIQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EPrcFmNhiU95uDLxNF7t8Xl8NlirTKIQ > .row > .video-iframe-container { display: none; }#EPrcFmNhiU95uDLxNF7t8Xl8NlirTKIQ > .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); }#EPrcFmNhiU95uDLxNF7t8Xl8NlirTKIQ > .row .container { border-width: 0; border-radius: 0; }#EPrcFmNhiU95uDLxNF7t8Xl8NlirTKIQ > .row > .video-iframe-container {  }#EPrcFmNhiU95uDLxNF7t8Xl8NlirTKIQ > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#v4d1pHniQcD4PA6DmyFl4Jz5gr3eiVvc { display:block;width:58.125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:100014;line-height:1.7;letter-spacing:0;top:1.0625rem;left:9.375rem;height:2.125rem;color:#ffde00;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iPSvhbJfgEDMkokCTB8UIIWEJMfeS6k6 { position:absolute;display:block;z-index:100013;background-color:rgba(3,93,36,0.15);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:2.25rem;width:56.4375rem;top:0.9375rem;left:9.375rem;display:block; }
#sQNa6HnpMVJAHFdRLllIGgPAwhncLL7R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:block; }#sQNa6HnpMVJAHFdRLllIGgPAwhncLL7R > .row .container { background-color: transparent; background-image: none; }#sQNa6HnpMVJAHFdRLllIGgPAwhncLL7R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQNa6HnpMVJAHFdRLllIGgPAwhncLL7R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQNa6HnpMVJAHFdRLllIGgPAwhncLL7R > .row .container > .video-iframe-container { display: none; }#sQNa6HnpMVJAHFdRLllIGgPAwhncLL7R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQNa6HnpMVJAHFdRLllIGgPAwhncLL7R > .row > .video-iframe-container { display: none; }#sQNa6HnpMVJAHFdRLllIGgPAwhncLL7R > .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); }#sQNa6HnpMVJAHFdRLllIGgPAwhncLL7R > .row .container { border-width: 0; border-radius: 0; }#sQNa6HnpMVJAHFdRLllIGgPAwhncLL7R > .row > .video-iframe-container {  }#sQNa6HnpMVJAHFdRLllIGgPAwhncLL7R > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:75rem;position:relative;display:block; }#xk6OfcoG1sTyeiswPeht0m85oZ1dzCwS { display:block;width:58.0625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:100013;line-height:1.8;letter-spacing:0;top:0rem;left:9.375rem;height:7.65rem;color:#47545a;font-style:normal;display:block; }
#mQJdg30BGoxI444QHVvTzGfq5Bu1It4L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:block; }#mQJdg30BGoxI444QHVvTzGfq5Bu1It4L > .row .container { background-color: transparent; background-image: none; }#mQJdg30BGoxI444QHVvTzGfq5Bu1It4L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQJdg30BGoxI444QHVvTzGfq5Bu1It4L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQJdg30BGoxI444QHVvTzGfq5Bu1It4L > .row .container > .video-iframe-container { display: none; }#mQJdg30BGoxI444QHVvTzGfq5Bu1It4L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQJdg30BGoxI444QHVvTzGfq5Bu1It4L > .row > .video-iframe-container { display: none; }#mQJdg30BGoxI444QHVvTzGfq5Bu1It4L > .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); }#mQJdg30BGoxI444QHVvTzGfq5Bu1It4L > .row .container { border-width: 0; border-radius: 0; }#mQJdg30BGoxI444QHVvTzGfq5Bu1It4L > .row > .video-iframe-container {  }#mQJdg30BGoxI444QHVvTzGfq5Bu1It4L > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#w0iNuGNwvUihCIok2eQfFgP9EFNrxbl9 { display:block;width:58.125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:100014;line-height:1.7;letter-spacing:0;top:1.0625rem;left:9.375rem;height:2.125rem;color:#ffde00;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n5wvsKV1HP5EO7tWIXnpwRX1TGDozfQu { position:absolute;display:block;z-index:100013;background-color:rgba(3,93,36,0.15);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:2.25rem;width:56.4375rem;top:0.9375rem;left:9.375rem;display:block; }
#MZFERvrZGhTOzGwt2bFMkCWqJFbHhSKn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:none;position:relative;display:block; }#MZFERvrZGhTOzGwt2bFMkCWqJFbHhSKn > .row .container { background-color: transparent; background-image: none; }#MZFERvrZGhTOzGwt2bFMkCWqJFbHhSKn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZFERvrZGhTOzGwt2bFMkCWqJFbHhSKn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZFERvrZGhTOzGwt2bFMkCWqJFbHhSKn > .row .container > .video-iframe-container { display: none; }#MZFERvrZGhTOzGwt2bFMkCWqJFbHhSKn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZFERvrZGhTOzGwt2bFMkCWqJFbHhSKn > .row > .video-iframe-container { display: none; }#MZFERvrZGhTOzGwt2bFMkCWqJFbHhSKn > .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); }#MZFERvrZGhTOzGwt2bFMkCWqJFbHhSKn > .row .container { border-width: 0; border-radius: 0; }#MZFERvrZGhTOzGwt2bFMkCWqJFbHhSKn > .row > .video-iframe-container {  }#MZFERvrZGhTOzGwt2bFMkCWqJFbHhSKn > .row .container { font-size:0.875rem;font-family:arial;height:11.375rem;width:75rem;position:relative;display:block; }#sh9c7QyK0EtuNmEZOLIloGN2DOzxFwNs { display:block;width:58.0625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:100013;line-height:1.8;letter-spacing:0;top:0rem;left:9.375rem;height:3.825rem;color:#47545a;font-style:normal;display:block; }
#STPzV5tedaXyl9AAi2xTai1vO6Qt1aiR { display:block;width:58.0625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:100013;line-height:1.8;letter-spacing:0;top:0rem;left:9.375rem;height:3.8333332538605rem;color:#47545a;font-style:normal;display:none; }
#STcIzfdt77MqiIXu3bDPsShivFbTXT9N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:url("https://images.assets-landingi.com/uc/8f6722aa-a459-42d4-b491-254f52f1da4d/Bannernastrwwwgwn38401400px.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#STcIzfdt77MqiIXu3bDPsShivFbTXT9N.adaptive-delivery-prevent-bg, #STcIzfdt77MqiIXu3bDPsShivFbTXT9N.lazyload, #STcIzfdt77MqiIXu3bDPsShivFbTXT9N.lazyloading { background-image: none; }#STcIzfdt77MqiIXu3bDPsShivFbTXT9N > .row .container { background-color: transparent; background-image: none; }#STcIzfdt77MqiIXu3bDPsShivFbTXT9N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STcIzfdt77MqiIXu3bDPsShivFbTXT9N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STcIzfdt77MqiIXu3bDPsShivFbTXT9N > .row .container > .video-iframe-container { display: none; }#STcIzfdt77MqiIXu3bDPsShivFbTXT9N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STcIzfdt77MqiIXu3bDPsShivFbTXT9N > .row > .video-iframe-container { display: none; }#STcIzfdt77MqiIXu3bDPsShivFbTXT9N > .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); }#STcIzfdt77MqiIXu3bDPsShivFbTXT9N > .row .container { border-width: 0; border-radius: 0; }#STcIzfdt77MqiIXu3bDPsShivFbTXT9N > .row > .video-iframe-container {  }#STcIzfdt77MqiIXu3bDPsShivFbTXT9N > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#GR9LnzyOedTV6FTheP9tnPUbNMRD3LXv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#GR9LnzyOedTV6FTheP9tnPUbNMRD3LXv > .row .container { background-color: transparent; background-image: none; }#GR9LnzyOedTV6FTheP9tnPUbNMRD3LXv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GR9LnzyOedTV6FTheP9tnPUbNMRD3LXv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GR9LnzyOedTV6FTheP9tnPUbNMRD3LXv > .row .container > .video-iframe-container { display: none; }#GR9LnzyOedTV6FTheP9tnPUbNMRD3LXv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GR9LnzyOedTV6FTheP9tnPUbNMRD3LXv > .row > .video-iframe-container { display: none; }#GR9LnzyOedTV6FTheP9tnPUbNMRD3LXv > .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); }#GR9LnzyOedTV6FTheP9tnPUbNMRD3LXv > .row .container { border-width: 0; border-radius: 0; }#GR9LnzyOedTV6FTheP9tnPUbNMRD3LXv > .row > .video-iframe-container {  }#GR9LnzyOedTV6FTheP9tnPUbNMRD3LXv > .row .container { font-size:0.875rem;font-family:arial;height:17.125rem;width:75rem;position:relative;display:block; }#Vzf8p3Hhg9lVnfK4RdKOpF5tv6WVThnC { 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.625rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GZz0cUUlONpJSAVJKetPnqOTT6DwyEl5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#GZz0cUUlONpJSAVJKetPnqOTT6DwyEl5 > .row .container { background-color: transparent; background-image: none; }#GZz0cUUlONpJSAVJKetPnqOTT6DwyEl5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZz0cUUlONpJSAVJKetPnqOTT6DwyEl5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZz0cUUlONpJSAVJKetPnqOTT6DwyEl5 > .row .container > .video-iframe-container { display: none; }#GZz0cUUlONpJSAVJKetPnqOTT6DwyEl5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZz0cUUlONpJSAVJKetPnqOTT6DwyEl5 > .row > .video-iframe-container { display: none; }#GZz0cUUlONpJSAVJKetPnqOTT6DwyEl5 > .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); }#GZz0cUUlONpJSAVJKetPnqOTT6DwyEl5 > .row .container { border-width: 0; border-radius: 0; }#GZz0cUUlONpJSAVJKetPnqOTT6DwyEl5 > .row > .video-iframe-container {  }#GZz0cUUlONpJSAVJKetPnqOTT6DwyEl5 > .row .container { font-size:0.875rem;font-family:arial;height:65.0625rem;width:75rem;position:relative;display:block; }#locfQA7p07hUVwUA56TXQfK3oqpRPh1Q { 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; }
#i3K1S8OmJ21mX9fkVFNuK3EM1D2J4zwp { 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; }
#NovtzSWcC7uF0kHM3qfKnrPgy0DlBUd0 { display:block;width:40.186199188232rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:300;z-index:100009;line-height:1.6;letter-spacing:0;top:19.803344726562rem;left:33.671875rem;height:38rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fCLFzOu4e9blxIEWZTAd1rbF4frVZHxp { 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; }
#WcLkdh12UsVtETSm2igTl13nAlkW3Wen { 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; }
#ZGsvEliVBRPgGZllTQQ6AkvLhW3OUoXI { 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; }
#ox1eK3SqyzQsxqwICfIc3IhqksDnSkMv { 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; }
#a6RSTLBEWgg92JUpVU5DEvnQ7Sz58HEK { 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; }
#MzQT49vLe6oHKEEJVZNoaL5Psma27e3i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:block; }#MzQT49vLe6oHKEEJVZNoaL5Psma27e3i > .row .container { background-color: transparent; background-image: none; }#MzQT49vLe6oHKEEJVZNoaL5Psma27e3i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MzQT49vLe6oHKEEJVZNoaL5Psma27e3i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MzQT49vLe6oHKEEJVZNoaL5Psma27e3i > .row .container > .video-iframe-container { display: none; }#MzQT49vLe6oHKEEJVZNoaL5Psma27e3i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MzQT49vLe6oHKEEJVZNoaL5Psma27e3i > .row > .video-iframe-container { display: none; }#MzQT49vLe6oHKEEJVZNoaL5Psma27e3i > .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); }#MzQT49vLe6oHKEEJVZNoaL5Psma27e3i > .row .container { border-width: 0; border-radius: 0; }#MzQT49vLe6oHKEEJVZNoaL5Psma27e3i > .row > .video-iframe-container {  }#MzQT49vLe6oHKEEJVZNoaL5Psma27e3i > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#kwWTaJl4EbxMFdnqRLRi5Qgi2SXdNhK0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:url("https://images.assets-landingi.com/uc/4836329a-8e6d-4505-8bc1-1280c70a1547/4.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#kwWTaJl4EbxMFdnqRLRi5Qgi2SXdNhK0.adaptive-delivery-prevent-bg, #kwWTaJl4EbxMFdnqRLRi5Qgi2SXdNhK0.lazyload, #kwWTaJl4EbxMFdnqRLRi5Qgi2SXdNhK0.lazyloading { background-image: none; }#kwWTaJl4EbxMFdnqRLRi5Qgi2SXdNhK0 > .row .container { background-color: transparent; background-image: none; }#kwWTaJl4EbxMFdnqRLRi5Qgi2SXdNhK0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kwWTaJl4EbxMFdnqRLRi5Qgi2SXdNhK0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kwWTaJl4EbxMFdnqRLRi5Qgi2SXdNhK0 > .row .container > .video-iframe-container { display: none; }#kwWTaJl4EbxMFdnqRLRi5Qgi2SXdNhK0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kwWTaJl4EbxMFdnqRLRi5Qgi2SXdNhK0 > .row > .video-iframe-container { display: none; }#kwWTaJl4EbxMFdnqRLRi5Qgi2SXdNhK0 > .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); }#kwWTaJl4EbxMFdnqRLRi5Qgi2SXdNhK0 > .row .container { border-width: 0; border-radius: 0; }#kwWTaJl4EbxMFdnqRLRi5Qgi2SXdNhK0 > .row > .video-iframe-container {  }#kwWTaJl4EbxMFdnqRLRi5Qgi2SXdNhK0 > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#hqWmHMyvoGQMtAWIpGWflq3K2TsTo6TE { color:#035d24;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100016;line-height:1.3;letter-spacing:0;top:13.947998046875rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IfJ1qZ8IoqJJApvp1sCLK8ScvXhG1IBs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:none; }#IfJ1qZ8IoqJJApvp1sCLK8ScvXhG1IBs > .row .container { border-width: 0; border-radius: 0; }#IfJ1qZ8IoqJJApvp1sCLK8ScvXhG1IBs > .row > .video-iframe-container {  }#IfJ1qZ8IoqJJApvp1sCLK8ScvXhG1IBs > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:none; }#eXRg6MFHofSZ73valzdqlV7chfd49aoD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:none; }#eXRg6MFHofSZ73valzdqlV7chfd49aoD > .row .container { border-width: 0; border-radius: 0; }#eXRg6MFHofSZ73valzdqlV7chfd49aoD > .row > .video-iframe-container {  }#eXRg6MFHofSZ73valzdqlV7chfd49aoD > .row .container { font-size:0.875rem;font-family:arial;height:17.125rem;width:75rem;position:relative;display:none; }#MVm6ONATNMvAi3RSEG7qwzskPfmPBS3z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:none; }#MVm6ONATNMvAi3RSEG7qwzskPfmPBS3z > .row .container { border-width: 0; border-radius: 0; }#MVm6ONATNMvAi3RSEG7qwzskPfmPBS3z > .row > .video-iframe-container {  }#MVm6ONATNMvAi3RSEG7qwzskPfmPBS3z > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;position:relative;display:none; }#ZJIc8tr3mQ0h2QJFdtcRNzTG3ryOetIv { color:#a54870;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100013;line-height:1.3;letter-spacing:0;top:7.5rem;left:0rem;height:9.7333125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mqSq9KhnqSrzJRHmAWuxalBk0NoxS9qe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:url("https://images.assets-landingi.com/TjOPxFLE/2.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }#mqSq9KhnqSrzJRHmAWuxalBk0NoxS9qe.adaptive-delivery-prevent-bg, #mqSq9KhnqSrzJRHmAWuxalBk0NoxS9qe.lazyload, #mqSq9KhnqSrzJRHmAWuxalBk0NoxS9qe.lazyloading { background-image: none; }#mqSq9KhnqSrzJRHmAWuxalBk0NoxS9qe > .row .container { border-width: 0; border-radius: 0; }#mqSq9KhnqSrzJRHmAWuxalBk0NoxS9qe > .row > .video-iframe-container {  }#mqSq9KhnqSrzJRHmAWuxalBk0NoxS9qe > .row .container { font-size:0.875rem;font-family:arial;height:32.75rem;width:75rem;position:relative;display:none; }#CG4oVMSk6P6TUr9L7On0coO8WO3fMHhD { color:#a54870;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100013;line-height:1.3;letter-spacing:0;top:7.5rem;left:0rem;height:9.7333125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#T0TbJ2qIXsVFmHHXT3UZLWfzPkpGDZm0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:none; }#T0TbJ2qIXsVFmHHXT3UZLWfzPkpGDZm0 > .row .container { border-width: 0; border-radius: 0; }#T0TbJ2qIXsVFmHHXT3UZLWfzPkpGDZm0 > .row > .video-iframe-container {  }#T0TbJ2qIXsVFmHHXT3UZLWfzPkpGDZm0 > .row .container { font-size:0.875rem;font-family:arial;height:17.125rem;width:75rem;position:relative;display:none; }#HaJsRcHNWWMthvekQrz3XCfvWLDV0WcA { 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.8333334922791rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gJsQnWOnxqfIDO9z98XP6Hkcv4K6IPni { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:none;position:relative;display:none; }#gJsQnWOnxqfIDO9z98XP6Hkcv4K6IPni > .row .container { border-width: 0; border-radius: 0; }#gJsQnWOnxqfIDO9z98XP6Hkcv4K6IPni > .row > .video-iframe-container {  }#gJsQnWOnxqfIDO9z98XP6Hkcv4K6IPni > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;position:relative;display:none; }#I3GeKF4i1NyH7SstHf8Dsrv6cfJBwtUE { color:#a54870;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100013;line-height:1.3;letter-spacing:0;top:7.5rem;left:0rem;height:9.7333125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#MF2XZWyacTEwOuBxFJdfL6wqZwqW2URM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#MF2XZWyacTEwOuBxFJdfL6wqZwqW2URM > .row .container { background-color: transparent; background-image: none; }#MF2XZWyacTEwOuBxFJdfL6wqZwqW2URM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MF2XZWyacTEwOuBxFJdfL6wqZwqW2URM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MF2XZWyacTEwOuBxFJdfL6wqZwqW2URM > .row .container > .video-iframe-container { display: none; }#MF2XZWyacTEwOuBxFJdfL6wqZwqW2URM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MF2XZWyacTEwOuBxFJdfL6wqZwqW2URM > .row > .video-iframe-container { display: none; }#MF2XZWyacTEwOuBxFJdfL6wqZwqW2URM > .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); }#MF2XZWyacTEwOuBxFJdfL6wqZwqW2URM > .row .container { border-width: 0; border-radius: 0; }#MF2XZWyacTEwOuBxFJdfL6wqZwqW2URM > .row > .video-iframe-container {  }#MF2XZWyacTEwOuBxFJdfL6wqZwqW2URM > .row .container { font-size:0.875rem;font-family:arial;height:17.125rem;width:75rem;position:relative;display:block; }#NawPG58EXqUTakiNr50JDuxTvGUZxNiL { 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.1353759765625rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tskv7pP3uAMGeLvqtPP1bNsfJr5IbC4N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;background-image:url("https://images.assets-landingi.com/uc/44db6c59-c7bf-40a2-82e0-23ff3de64bd4/5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#tskv7pP3uAMGeLvqtPP1bNsfJr5IbC4N.adaptive-delivery-prevent-bg, #tskv7pP3uAMGeLvqtPP1bNsfJr5IbC4N.lazyload, #tskv7pP3uAMGeLvqtPP1bNsfJr5IbC4N.lazyloading { background-image: none; }#tskv7pP3uAMGeLvqtPP1bNsfJr5IbC4N > .row .container { background-color: transparent; background-image: none; }#tskv7pP3uAMGeLvqtPP1bNsfJr5IbC4N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tskv7pP3uAMGeLvqtPP1bNsfJr5IbC4N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tskv7pP3uAMGeLvqtPP1bNsfJr5IbC4N > .row .container > .video-iframe-container { display: none; }#tskv7pP3uAMGeLvqtPP1bNsfJr5IbC4N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tskv7pP3uAMGeLvqtPP1bNsfJr5IbC4N > .row > .video-iframe-container { display: none; }#tskv7pP3uAMGeLvqtPP1bNsfJr5IbC4N > .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); }#tskv7pP3uAMGeLvqtPP1bNsfJr5IbC4N > .row .container { border-width: 0; border-radius: 0; }#tskv7pP3uAMGeLvqtPP1bNsfJr5IbC4N > .row > .video-iframe-container {  }#tskv7pP3uAMGeLvqtPP1bNsfJr5IbC4N > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#rtKwEdMEa6QfDmRtaISU7iogJ6cRdOBT { color:#035d24;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.625rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:10.53125rem;left:0rem;height:8.45rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NxcWoGKOtGuBMRLLGvVaNTaHXpCZRncC { 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; }
#z4ykdQd0nnIiNsH3a05RfEn4OcggmAwl { color:#035d24;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.625rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:10.46875rem;left:0rem;height:8.6666669845581rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#igimlJCBTK4WPrhTVKhUmGdh3rAKOusL { color:#035d24;display:block;width:6.2473959922791rem;position:absolute;font-family:dosis;font-size:16rem;font-weight:300;z-index:100016;line-height:.1;letter-spacing:0;top:0.0625rem;left:8.6875rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S4yX5pWPub8Ao3C8Ng6buUNgfHfrZZfF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:none; }#S4yX5pWPub8Ao3C8Ng6buUNgfHfrZZfF > .row .container { border-width: 0; border-radius: 0; }#S4yX5pWPub8Ao3C8Ng6buUNgfHfrZZfF > .row > .video-iframe-container {  }#S4yX5pWPub8Ao3C8Ng6buUNgfHfrZZfF > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:none; }#mdrHFv5dr11Brdmu53T8ShBN57XkXnHk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:none;position:relative;display:block; }#mdrHFv5dr11Brdmu53T8ShBN57XkXnHk > .row .container { background-color: transparent; background-image: none; }#mdrHFv5dr11Brdmu53T8ShBN57XkXnHk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mdrHFv5dr11Brdmu53T8ShBN57XkXnHk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mdrHFv5dr11Brdmu53T8ShBN57XkXnHk > .row .container > .video-iframe-container { display: none; }#mdrHFv5dr11Brdmu53T8ShBN57XkXnHk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mdrHFv5dr11Brdmu53T8ShBN57XkXnHk > .row > .video-iframe-container { display: none; }#mdrHFv5dr11Brdmu53T8ShBN57XkXnHk > .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); }#mdrHFv5dr11Brdmu53T8ShBN57XkXnHk > .row .container { border-width: 0; border-radius: 0; }#mdrHFv5dr11Brdmu53T8ShBN57XkXnHk > .row > .video-iframe-container {  }#mdrHFv5dr11Brdmu53T8ShBN57XkXnHk > .row .container { font-size:0.875rem;font-family:arial;height:14.375rem;width:75rem;position:relative;display:block; }#GpJ4ZXPsfJszn4ceKDSlwCTVMuOUKuHL { 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) { #GgrE3pTISLXnO0qecmbHtapxhmQh9rWJ { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#GgrE3pTISLXnO0qecmbHtapxhmQh9rWJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #nwrIQzP2izImHNlyxHJI5TTtQ4Hk3lo7 { width:7.5rem;height:1.25rem;top:1.5492186546326rem;left:4.5621092915535rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZcmwBxaIosNVUBwfgkJDdCBzvmb8Z0iH { width:3.75rem;height:1.25rem;top:1.59375rem;left:24.583333969116rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k8o3agTA0CnqNCH3VzGMkVS4TsHCN3rP { width:4.375rem;height:1.25rem;top:1.548611164093rem;left:13.936632454395rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r4LcDk7ysubBbxi4amIgX63uLWOFfy3O { width:7.5rem;height:1.25rem;top:1.59375rem;left:28.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Magi1PQRx0o25K21NSoFftBIuquxLPpy { width:6.1875rem;height:1.25rem;top:1.5492186546326rem;left:4.5621092915535rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #FIEhMTVUhLVaTmzQ4RwzFaTZDT7ctWtX { width:4.375rem;height:1.3333333730698rem;top:1.5520858764649rem;left:19.583333969116rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #heH34uEFykBhOhhh4HcZBugKytlfsGFH { width:5rem;height:1.3125rem;top:1.5rem;left:12rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Bnt4zbMKut1AeySViUPFQ2r19XpGND4I { width:7.5rem;height:1.25rem;top:1.59375rem;left:28.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #O4HhwKM66KV0pWtN2MXUDnIPsvw7KW63 { display:block; }#O4HhwKM66KV0pWtN2MXUDnIPsvw7KW63 > .row .container { width:47.75rem;height:31.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iSZsHes1DrSnfQgVOTx7DdXpoFaLGgMa { width:24.9979375rem;height:6.8333334922791rem;top:12.56875038147rem;left:22.751042544842rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oDiwxXk2gew9Ps3BCX0AcGobF2BtMBgn { width:5.3125rem;height:5.375rem;top:7.2604169845581rem;left:32.593753039837rem;display:block; }
 }@media only screen and (max-width: 1199px) { #To9dTJViMcy96cu9RKOD5EgKVaN2NQb1 { width:24.997396469116rem;height:2.5833332538605rem;top:25.445314407349rem;left:22.752605438233rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IPd2k5AeZs6T9Kksl54ufvObVyvVxawc { width:16.247396469116rem;height:0.12239583581686rem;top:24.067708969116rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rnuKBdpgaRx9dPZuMMPmWfU6co8tnfb0 { 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) { #TykOi9ZTHyMXNok0KeD4mQsyCpTfTLFv { width:18.75rem;height:18.75rem;top:8.5rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U3sWh1UffmUpHTbgR5HiuAl5PlJ2W6uH { width:24.997396469116rem;height:2.75rem;top:20.130208969116rem;left:22.752605438233rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e0Nbz2szhTnh6QTTD8nzpIxTX1xuqEDW { display:none; }#e0Nbz2szhTnh6QTTD8nzpIxTX1xuqEDW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #oB8sCR5T8rKn2p1bUIJoBcLKIJzDDVDq { width:43.75rem;height:5.5rem;top:3.75rem;left:1.9687501788139rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fon2CJbQJHZkDKr2X14vrIBFLXwyId67 { width:43.75rem;height:5.5rem;top:3.75rem;left:1.9687501788139rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wQDGWK1goHvw1xNlNyVrc5yuQHTXABZV { display:none; }#wQDGWK1goHvw1xNlNyVrc5yuQHTXABZV > .row .container { width:47.75rem;height:40.9375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #LezAvfCOmkaNdnPWHLfoHFxaFELy1KMA { width:43.75rem;height:5.6rem;top:3.75rem;left:1.9687501788139rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #XqxqWMt7gb0QSeQuJuNIxJetJZgfPy5s { width:47.75rem;height:26.79296875rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sEHOzxfQBzNN8Sq6ThdLkTe66B9lKX3c { display:block; }#sEHOzxfQBzNN8Sq6ThdLkTe66B9lKX3c > .row .container { width:47.75rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #r3aNMPO5z5sXQog6pckWC1JaDX00wozk { width:43.75rem;height:2.75rem;top:2.6041641235351rem;left:2rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DLSNk9OTh1VQOO9ud7t9RTkbu5o0I9my { display:block; }#DLSNk9OTh1VQOO9ud7t9RTkbu5o0I9my > .row .container { width:47.75rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #d7Nhu8hnOa2FfzesNJ5g57zpqRrUTV6G { width:43.75rem;height:1.5833333730698rem;top:2.5625rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zopDakdMibDkub3vQuT9PTeylSOaCTL6 { width:43.75rem;height:1.625rem;top:2.5625rem;left:2rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #GiuQ7BWftUFau6Ovsu6JJCTOdGTBOANS { display:block; }#GiuQ7BWftUFau6Ovsu6JJCTOdGTBOANS > .row .container { width:47.75rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #v6OwUwqMm2ngnTuKvHsWwTLCb9A92GkE { width:43.75rem;height:3.1666667461395rem;top:1.5625rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eNZ7LUSyy0HTfCCmobh8f8yepysM1y3D { width:43.75rem;height:3.25rem;top:1.5625rem;left:2rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ervrP8wiKfGTqgi7nC6tggR3VKV25wDU { display:block; }#ervrP8wiKfGTqgi7nC6tggR3VKV25wDU > .row .container { width:47.75rem;height:3.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZlVLU3NDSyeL6TRBy9UPXBAvpGwFepb1 { width:43.75rem;height:1.5833333730698rem;top:1.5625rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B5X9gnQMauO1w59U9cAHO1AHagR5QPlR { width:43.75rem;height:1.625rem;top:1.5625rem;left:2rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #wycOn4IGoykgGsCgvnR7kGGVugVrLhfx { display:block; }#wycOn4IGoykgGsCgvnR7kGGVugVrLhfx > .row .container { width:47.75rem;height:3.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XTTwTh2Na8t2rdnKGO3z96PLCfbz0BOn { width:43.75rem;height:1.5833333730698rem;top:1.75rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q1LHeBzCZEOWkJ7iGMbROCxbIognDaxW { width:43.75rem;height:1.625rem;top:1.75rem;left:2rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #PKV0QTA7S4aGvVCloMSuDazdy5ewLpgl { display:block; }#PKV0QTA7S4aGvVCloMSuDazdy5ewLpgl > .row .container { width:47.75rem;height:9rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Bch6RPyT2QptHpnrnTfs0gDvao2bSLJZ { width:43.75rem;height:6.3333334922791rem;top:1.5625rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vrEe9EC5GyvF1po0nfwN980i8S7eGRS0 { width:43.75rem;height:6.5rem;top:1.5625rem;left:2rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #OQL7gLmekWdz4Z7X1TO6zU5sBMvg5ScG { display:block; }#OQL7gLmekWdz4Z7X1TO6zU5sBMvg5ScG > .row .container { width:47.75rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #waW2fmx7oSraJ6bTcvRMSaPEcgkF5yOZ { width:33.125rem;height:3.4375rem;top:2.8125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #svSTXxtCdNBV5sT8MbNqxlqZJyG78Ztx { display:block; }
 }@media only screen and (max-width: 1199px) { #gS7LKbo1CLnGgHSWPldzKT9WdAbzBJeL { display:block; }#gS7LKbo1CLnGgHSWPldzKT9WdAbzBJeL > .row .container { width:47.75rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #UE3y38P1XP6KSP8H5biCw2RgiPiE3Tw2 { display:block; }#UE3y38P1XP6KSP8H5biCw2RgiPiE3Tw2 > .row .container { width:47.75rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HG0eVSVT5axFCSd7zZnOnyOXmVveXu6R { width:43.75rem;height:2.75rem;top:2.625rem;left:2rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ah8TE861tqbSt9iKb8e3FqO6JJvIBw5W { display:block; }#ah8TE861tqbSt9iKb8e3FqO6JJvIBw5W > .row .container { width:47.75rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VMKr54KzgogrcTWtlLpbiGCbn4WsrIMe { width:43.75rem;height:3.6666667461395rem;top:1.3125rem;left:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZbxLpPSdCeiw4DX48tTTnNe4wk9BXZ7g { width:43.75rem;height:3.6666667461395rem;top:1.3125rem;left:2rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #PEL2J12JBcdJxo7cMCRAeDh3NxGAMAn2 { display:block; }#PEL2J12JBcdJxo7cMCRAeDh3NxGAMAn2 > .row .container { width:47.75rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #N4fqL1PEG2wsV0hhO6uWINcZqlqEHfrc { width:43.75rem;height:3.1666667461395rem;top:1.5rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nSwy5WzZ4WNhrmiN4T3JGSWnIeB41XZS { display:block; }#nSwy5WzZ4WNhrmiN4T3JGSWnIeB41XZS > .row .container { width:47.75rem;height:14.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HPBe4bQ1hy8iSrc2204u8m4HvFxTb3gy { width:13.75rem;height:10.5rem;top:2.1875rem;left:1.0833333730698rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p85HlH7deI9yrCSbX5fI6oWP65Jz3hEO { width:13.75rem;height:10.5rem;top:2.1770935058594rem;left:17rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eAV9UxrPhfBkpGemwa0S4OD3LvCSKy2K { width:13.75rem;height:10.5rem;top:2.1770935058594rem;left:32.916667938233rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bIvgeqPVxJnLRIrPlfrJZSVSuhUHDH3R { width:14.375rem;height:11.875rem;top:1.9375rem;left:0.73958337306975rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TmbuOQhNyvLTkc4bvFOQJlPCJDVDF4R3 { width:14.375rem;height:11.875rem;top:1.9375rem;left:16.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HX3uTAflmUwnEWhT9TeBoMZ0XLEbv3MD { width:14.375rem;height:11.875rem;top:1.9375rem;left:32.572917938233rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WQSNTmUnvDcugUVg3ZXAwpTfXLTJw1bD { width:15rem;height:12.5rem;top:1.65625rem;left:0.45833337306976rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RAnVgl5bszuLT6dPaVobSCEgmfAHNvhu { width:15rem;height:12.5rem;top:1.65625rem;left:32.291667938233rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MtNIVmfcihvUkwUfnh2bdMm5vRC68Pax { width:15rem;height:12.5rem;top:1.65625rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #riihNB8f5d2pXVvxzMAnmg2X9yvoWy2o { width:14.375rem;height:11.875rem;top:1.9375rem;left:16.65625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #wn7w6GyAxpCNLiQBgrsqzelfbRkoZAGU { display:block; }#wn7w6GyAxpCNLiQBgrsqzelfbRkoZAGU > .row .container { width:47.75rem;height:14.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZHbkqLJdEelP4OSSazUBn7l1m4IQ8EHP { width:13.75rem;height:9rem;top:2.1875rem;left:1.0833333730698rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AGfXbfIvZxQTC4VAfdIGuJOG4ADHgZmI { width:13.75rem;height:10.5rem;top:2.1145935058594rem;left:17rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RuAKzip46E06deAdktoTaf7TUc8gGNTy { width:14.1875rem;height:9rem;top:2.1875rem;left:32.729167938233rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yRooSuN7W1UwKfTt6r1x7lRmL96TLgwy { width:14.375rem;height:11.875rem;top:1.9375rem;left:0.73958337306975rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s8wBqBMyW4l7QowUlaa5STFewQqOu6nk { width:14.375rem;height:11.875rem;top:1.9375rem;left:16.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rW8GEXf9EavmRTiJSAz9MIPLJKsR0KIA { width:14.375rem;height:11.875rem;top:1.9375rem;left:32.572917938233rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zcrwRIFqQ8CLUb5zgz7I3Bhe94BWRDXT { width:15rem;height:12.5rem;top:1.65625rem;left:0.45833337306976rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qQ12Zt1km24koBPvfGUkLnCa31TH4ta0 { width:15rem;height:12.5rem;top:1.65625rem;left:32.291667938233rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gSMkHW5TQgpRNZq0OrOdAIaBfsHTySQU { width:15rem;height:12.5rem;top:1.65625rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zt70KT90308BDd2mk2hTbxanMz4P1EiA { width:14.375rem;height:11.875rem;top:1.9375rem;left:16.65625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #nJRf0xqg512dklEinrHnx5ddBwEs0HQI { display:block; }#nJRf0xqg512dklEinrHnx5ddBwEs0HQI > .row .container { width:47.75rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #bWC3JmfvqiUxSUROs17CPypZ2FiOtBDP { width:33.125rem;height:3.4375rem;top:2.8125rem;left:7.3124998807906rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MFqXu4W958RExL0nXGALnZb7vMTnmvfl { display:block; }
 }@media only screen and (max-width: 1199px) { #kDtTS1NLucKiweUpfZZJzLJNhoEuNFJz { display:block; }#kDtTS1NLucKiweUpfZZJzLJNhoEuNFJz > .row .container { width:47.75rem;height:20.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #p1B6biI0l7cTCUbf7MBUMFsTGqOqRWIh { width:43.75rem;height:12.5rem;top:3.8854217529297rem;left:2rem;font-size:1.25rem;line-height:2;display:block; }
 }@media only screen and (max-width: 1199px) { #wdzFtwrLsteCrbMnxtHEIoxLlhxiqpWw { width:6.1875rem;height:13rem;top:3.8724365234375rem;left:2.8606772422791rem;font-size:10rem;display:none; }
 }@media only screen and (max-width: 1199px) { #hyxs4zIBetkq4ZvAg3PRT76EJtbfqQq6 { width:43.75rem;height:11.000000238419rem;top:6.4375rem;left:2rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #a2BPFJUcMyFxzTv26dHhOAtBTLcxkJlZ { display:block; }#a2BPFJUcMyFxzTv26dHhOAtBTLcxkJlZ > .row .container { width:47.75rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GZWbOaQ8SDhmeD0EDXhwtmMXzEkT7DdW { width:43.75rem;height:2.75rem;top:2.625rem;left:1.9687501788139rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N96qbx4b6of62pOri8KATmz7y5NsxQAe { display:block; }#N96qbx4b6of62pOri8KATmz7y5NsxQAe > .row .container { width:47.75rem;height:11.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #f5a1AslH29vQHItVSGFTBUUdCqoNKT9V { width:43.75rem;height:1.8333333730698rem;top:1.75rem;left:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #faxVhn1dMSnd3oDyWBUKbzZbspqEy72N { width:43.75rem;height:6.3333334922791rem;top:4.6875rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CgDIeFytUexni4ID5QLV3O9Ix5RilQwo { width:43.75rem;height:6.3333334922791rem;top:4.6875rem;left:2rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #CXPe8yAKO4qlhWmf5DaFeu0SUttSIAA1 { display:block; }#CXPe8yAKO4qlhWmf5DaFeu0SUttSIAA1 > .row .container { width:47.75rem;height:14.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Z3NAb91tvJ5dcKfSArcq4FzMgdN8E28i { width:43.75rem;height:1.8333333730698rem;top:3.1875rem;left:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WJ1MDIubO0Bn52U13BX0kBAtdddrLf3B { width:43.75rem;height:7.9166668653488rem;top:6.125rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DOIE1VDoyQUdiHxwqtKlzTWttPy3DQTI { width:43.75rem;height:7.9166668653488rem;top:6.125rem;left:2rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #CREtUF4PxFpcE36gc8fTJgoZtxS0v8AO { display:block; }#CREtUF4PxFpcE36gc8fTJgoZtxS0v8AO > .row .container { width:47.75rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Vyp3k7HONEy4EFVl4lSw37LLVmmpCL4w { display:block; }#Vyp3k7HONEy4EFVl4lSw37LLVmmpCL4w > .row .container { width:47.75rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VXsSOvVyVLb9iCnzPXvrMCOPAWSvrid6 { display:block; }#VXsSOvVyVLb9iCnzPXvrMCOPAWSvrid6 > .row .container { width:47.75rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #u6vJK4d2SbHD2KI26giqkl4LwP5SkdlO { width:43.75rem;height:2.75rem;top:2.625rem;left:2rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #igAMDGnTTumNkpXG7Hq5rcgX9CcD0TVA { display:block; }#igAMDGnTTumNkpXG7Hq5rcgX9CcD0TVA > .row .container { width:47.75rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #c4cp0b2RoaTtLdyhEVHrdSEpM8qlMxGF { width:18.75rem;height:1.8333333730698rem;top:1.9583435058594rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sPPcIsy7otHg0km2628OFGSPZ2ofuWws { width:12.5rem;height:3.1666667461395rem;top:3.7708435058594rem;left:3.4791667461395rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IkTK70LsshFX8EbPql4PPmvpkexBSapI { width:18.75rem;height:1.8333333730698rem;top:1.9791870117188rem;left:14.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FoBPWAxgEySdBtxX4JEWHeyTVv4kfpk8 { width:12.5rem;height:4.7500001192093rem;top:3.7708435058594rem;left:17.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dAaUOyBlLtIzstdetcQElrbWHxZ80ARQ { width:18.75rem;height:1.8333333730698rem;top:1.9791870117188rem;left:27.96875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kByTAoay6eAMWiyqbXWrhumw7ZuRgWi0 { width:12.5rem;height:3.1666667461395rem;top:3.7708435058594rem;left:31.833335876465rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BOnDKLvZF4m9G8WZ6yCfW1MXxmASf81V { display:block; }#BOnDKLvZF4m9G8WZ6yCfW1MXxmASf81V > .row .container { width:47.75rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ivozi8bVJsnTJSSX9J56WgX5SdnVSfoy { display:block; }#ivozi8bVJsnTJSSX9J56WgX5SdnVSfoy > .row .container { width:47.75rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ymhiG658oLbcpBnkODHnToMUAAncKREt { display:block; }#ymhiG658oLbcpBnkODHnToMUAAncKREt > .row .container { width:47.75rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #IlVBm87OLJdcK4Ext2I8rA9SQXODNkxJ { width:43.75rem;height:2.75rem;top:2.625rem;left:1.9687501788139rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qTN8cuve2UNfoqV7cvkN5is6ED5xKTyp { width:43.75rem;height:2.75rem;top:2.625rem;left:1.9687501788139rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #luqKh5Z0V4csCNJVXd6TqE8AfHvLNIc8 { display:block; }#luqKh5Z0V4csCNJVXd6TqE8AfHvLNIc8 > .row .container { width:47.75rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yvrz8it271tPh9iBlPEpEQtXuMN1Fziw { width:43.4375rem;height:18.749999284744rem;top:1.875rem;left:2.15625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fokZRoM7vR3nNVrEWyUBoNCWekPaLUaJ { width:43.4375rem;height:18.749999284744rem;top:1.875rem;left:2.15625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #tfKv8TyqNk60t6mza0nmZokdUxGJbID0 { display:block; }#tfKv8TyqNk60t6mza0nmZokdUxGJbID0 > .row .container { width:47.75rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MeGGQJff6ywNVq3yONdk3qW2OlNTxpM8 { width:33.125rem;height:3.4375rem;top:2.8125rem;left:7.3124998807906rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r4oZJvfXas9rWinaqbwKTmRGDxGbiAPg { display:block; }
 }@media only screen and (max-width: 1199px) { #LMJFDFITd6tReLqBHWZV4EXQtXE6olkn { display:block; }#LMJFDFITd6tReLqBHWZV4EXQtXE6olkn > .row .container { width:47.75rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yOHUsX2RDI9SG7gT52z6LkmevFFrktNe { width:43.75rem;height:2.75rem;top:2.625rem;left:2rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TSxinsqMVFXNW7kIE7TIRlRdBMc7cxiX { display:block; }#TSxinsqMVFXNW7kIE7TIRlRdBMc7cxiX > .row .container { width:47.75rem;height:15.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JDod2QzqD4vhu1MUrii4JJSFitDAaRwr { width:43.75rem;height:12.666666984558rem;top:1.75rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BwOSLc0pFcrZg2etweykn0ZxeIo6Ftwv { display:block; }#BwOSLc0pFcrZg2etweykn0ZxeIo6Ftwv > .row .container { width:47.75rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ShPTMnBnqmSGlE0wMg4rFo6KOWqSkaw2 { width:43.75rem;height:2.75rem;top:2.625rem;left:2rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ec45XVBwLGrtLBtqBTWxw0g6oGe6UhgP { display:block; }#Ec45XVBwLGrtLBtqBTWxw0g6oGe6UhgP > .row .container { width:47.75rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #eBfe5qT34vAd3qx9cHcuWuSxpFx4C0Ee { display:block; }#eBfe5qT34vAd3qx9cHcuWuSxpFx4C0Ee > .row .container { width:47.75rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #EA5yB8FehFhzePODTtALRBDdWUkIvTo6 { display:block; }#EA5yB8FehFhzePODTtALRBDdWUkIvTo6 > .row .container { width:47.75rem;height:13.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TQNbNdmTRAKsh42hQDs7aq9FlaoSHqvM { width:43.75rem;height:2.75rem;top:2.625rem;left:1.9687501788139rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UF1rHawJhoCL3xvb37oWdRJBaR75I7Gm { width:46.875rem;height:1.8333333730698rem;top:10.269561767578rem;left:0.40625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y6DZyULzJQ2OBaNwTObBv9pCKbGp1vZf { width:2.1875rem;height:2.1875rem;top:6.3125rem;left:22.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Haf88eKvTL3sPQpMTsRwJ9Rn191hlaM5 { width:2.1875rem;height:2.1875rem;top:6.3125rem;left:29.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hcbaE0Mi77Ev4vxoV8DR4sOiGb892Jd7 { width:2.1875rem;height:2.1875rem;top:6.3125rem;left:16.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vFG2xrVz9CpdGJoLoAo8IKXIzRyFkHWy { width:2.1875rem;height:2.1875rem;top:6.3125rem;left:25.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R7nzaCIEvP3vWOax0FnGpOTal2WGySHW { width:2.1875rem;height:2.1875rem;top:6.3125rem;left:19.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LdUP8QklvGTFLZFMSqWQpEzlmJkQprOc { width:43.75rem;height:2.75rem;top:2.625rem;left:1.9687501788139rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ytsEoZygFmczVPylcCMsBJVB9lKF5zTC { width:46.875rem;height:1.8333333730698rem;top:10.269561767578rem;left:0.40625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #n1IszN6mXJO8VOUvv5DLaM4rKrJ5JhTO { display:block; }#n1IszN6mXJO8VOUvv5DLaM4rKrJ5JhTO > .row .container { width:47.75rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #bdPN7JR2IL6oAkyc86ukbBWBXt0tsZNU { width:11.25rem;height:5.625rem;top:1.5416870117188rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SEEPz2u4V6yirW3oLpIQ2cKwvLsLlwrv { width:11.25rem;height:5.625rem;top:1.5416870117188rem;left:24.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FAltE35HaAOETIUrAQRE08OI09drlIPd { width:11.25rem;height:5.625rem;top:1.5625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NRETvCI7e8nOuEIZcA8fyoG9N2V5qJ2T { width:11.25rem;height:5.625rem;top:1.5416870117188rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iuZv52pbPzRMtlgHTqbBWQi1VhOifHgw { width:43.75rem;height:19.000000476837rem;top:2.375rem;left:2rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #h8D58K8TBuZDP86waNcgGCnUOevOJUTb { display:block; }#h8D58K8TBuZDP86waNcgGCnUOevOJUTb > .row .container { width:47.75rem;height:21.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RtughnCD1z32d4FLGhSutCmEp10M1plX { width:43.75rem;height:19.000000476837rem;top:2.375rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HcmFcb5pMdQo0AfJhg3OVbcUFmGtT7lG { display:block; }#HcmFcb5pMdQo0AfJhg3OVbcUFmGtT7lG > .row .container { width:47.75rem;height:6.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CrVebqGd8nezF4yr1sSn79O6rsMT2Gyy { width:11.25rem;height:5.625rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TdVxibX8XHHwJtTLkFc5pQsq47qW4uxL { width:11.25rem;height:5.625rem;top:0.5625rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BhiK6ziZxt6pZ2No8JT0ycn4AadSmTPG { width:11.25rem;height:5.625rem;top:0.5625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ITQ4UJgT4EK3Mmfqf0HdukLEtRNJtSBz { width:11.25rem;height:5.625rem;top:0.5625rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cXKsytcF4t9T5rS1nz4XzyMXlXgVmBiq { display:block; }#cXKsytcF4t9T5rS1nz4XzyMXlXgVmBiq > .row .container { width:47.75rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VlsvR2MLDIhJZerRvt7PGeR6Db8bTGvy { width:43.75rem;height:2.75rem;top:2.625rem;left:2rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vMbmhQJEX6iO5FPZHuZqQTCX0aExQzeD { display:block; }#vMbmhQJEX6iO5FPZHuZqQTCX0aExQzeD > .row .container { width:47.75rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XXTLOrK82zsGHSRcP0Ca613CZIlTxlTk { display:block; }#XXTLOrK82zsGHSRcP0Ca613CZIlTxlTk > .row .container { width:47.75rem;height:21.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kVyahky7LgX58H7TqQixnCznFSnTMZTX { width:43.75rem;height:17.416667103767rem;top:2.375rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Pr54IT1i8HPiXRHCn0p7c3k9zWtBEqC0 { width:43.75rem;height:17.875rem;top:2.375rem;left:2rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #mqaOPBe6it9WO8c6T5p9bQJb2shi2ewb { display:block; }#mqaOPBe6it9WO8c6T5p9bQJb2shi2ewb > .row .container { width:47.75rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #U1apeNSrGXdLf3TVLZfz6N2gT9meGTTE { width:11.25rem;height:5.625rem;top:1.5416870117188rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iHsTXCu8L5rvvrEGPEOQXqQTbzkuXmmb { width:11.25rem;height:5.625rem;top:1.5416870117188rem;left:24.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nBJiQ5t95Zc7MTigwTA0eGN9hVocsDha { width:11.25rem;height:5.625rem;top:1.5625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WuluTFVu6m1SX1ag1fowcIbHX3kPGqwM { width:11.25rem;height:5.625rem;top:1.5416870117188rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KsBTz7H1fv8m4toTeo6bgaVB9zOf0HkT { display:block; }#KsBTz7H1fv8m4toTeo6bgaVB9zOf0HkT > .row .container { width:47.75rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #aHMLRXuLslX0kU6OibmwZXACrCS1ZUTp { width:11.25rem;height:5.625rem;top:1.5416870117188rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xy4c267ysGwfFvMmOHNOatJLvP6Ewgdb { width:11.25rem;height:5.625rem;top:1.5416870117188rem;left:24.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DrFMi3C3TzXLEHIer0Ku7AobvsTUUAcH { width:11.25rem;height:5.625rem;top:1.5625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C6RloS8Sa0BEqIoQ7uLWoSchzwwdmxc2 { width:11.25rem;height:5.625rem;top:1.5416870117188rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mBmLQTirEwOpBD41bDkMrEWnB4Iemgl4 { display:block; }#mBmLQTirEwOpBD41bDkMrEWnB4Iemgl4 > .row .container { width:47.75rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LgVN7P3l9hKmP9KspvinXSTFl09yTfPn { width:33.125rem;height:3.4375rem;top:2.8125rem;left:7.3124998807906rem;display:block; }
 }@media only screen and (max-width: 1199px) { #InRq8LBafduxEyH9tMmfbgZUqPfQFQSh { display:block; }
 }@media only screen and (max-width: 1199px) { #s9uTFK4uyXMoNy1z22kC7idPfAT5NGyU { display:block; }#s9uTFK4uyXMoNy1z22kC7idPfAT5NGyU > .row .container { width:47.75rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #woFBXQm4sRdd5qV7E51m6cDX5QaNTOkk { display:block; }#woFBXQm4sRdd5qV7E51m6cDX5QaNTOkk > .row .container { width:47.75rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #nHXqPTU6OMefiRxAiMburxDJ52HkJXTL { width:43.75rem;height:8.25rem;top:2.625rem;left:2rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kD6K2tmUP6uNPMT38hsRLvOqlc2seGvr { width:43.75rem;height:8.25rem;top:2.625rem;left:2rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #h5hKQeUPNknStN0avz92WhkJxULfXlOH { display:block; }#h5hKQeUPNknStN0avz92WhkJxULfXlOH > .row .container { width:47.75rem;height:49.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #UFvf67G7Tw1M5EyaROUtqNbtsCRIAUfT { width:20.6875rem;height:41.875rem;top:7.8737182617188rem;left:1.6106772422791rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U0liX3Vkceq7cn0J1v5ZRZFPAkdr5las { width:18.75rem;height:10.666666984558rem;top:32.809875488281rem;left:2.6627604961395rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y8xLiVUPtyzoPlRdep9v7gsrsyhO8iK2 { width:17.5rem;height:3.4375rem;top:44.571594238281rem;left:3.2877604961395rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CG16ksntk5xXPLEqb9SQcD0HaRHeEZTo { display:block; }
 }@media only screen and (max-width: 1199px) { #dIyXtLO68tAney2ryDRuSNsJbRz84gNa { width:20.6875rem;height:41.875rem;top:7.8724365234375rem;left:24.861980438233rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Bc1ssUluhW5mDRQmVruhDe8AX7OCu4fE { width:18.75rem;height:9.3333334922791rem;top:32.725280761719rem;left:25.9140625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T9u0Pzqma1VaNbwHdiOedhrqyvDGe693 { width:17.5rem;height:3.4375rem;top:44.486999511719rem;left:26.5390625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oqzwkLwDdxk1ll5FeKW6IbMrkhIy2NWq { display:block; }
 }@media only screen and (max-width: 1199px) { #oQU0XRosMxqlgUP7mEZvmSo1PBDnz8Td { width:9rem;height:9rem;top:3.25rem;left:7.5377607345581rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iCKvhZsUatVqkNQnUlllbHfsNO8yBDBD { width:9rem;height:9rem;top:3.76953125rem;left:31.4140625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QyhDEbrILXQEqKQOt4DbTDxAb5xCk6LP { width:18.75rem;height:0;top:12.229187011719rem;left:2.6627604961395rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #bDRqXEGJocPruZTS57pUQ1qzJvOx2DiH { width:18.75rem;height:0;top:12.6640625rem;left:25.9140625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #CDouiHxvsihXxTMGhawiCGO7CQf3Tzul { width:18.75rem;height:19.000000476837rem;top:12.270874023438rem;left:2.6627604961395rem;font-size:1.0625rem;z-index:100020;display:block; }
 }@media only screen and (max-width: 1199px) { #veQTAwzLpu8wQORCKt8hnBKWt8iq0DbS { width:18.75rem;height:19.000000476837rem;top:12.6640625rem;left:25.9140625rem;font-size:1.0625rem;z-index:100021;display:block; }
 }@media only screen and (max-width: 1199px) { #FFguk9ItkQFSlX43VTUTaLFhWZU5GLQS { width:18.75rem;height:0;top:12.229187011719rem;left:2.6627604961395rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #MmsfVzGgGAl3JKrXC1tBV6vDQbT4FmaW { width:18.75rem;height:0;top:12.6640625rem;left:25.9140625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #SCB7G4Sipbs8VEM5qVqh0JdK2m0p3QeW { width:6.1875rem;height:13rem;top:1.7904052734375rem;left:24.861980438233rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rWP3TyACWttv6Tmr9seMQRMpcdrJ9zgq { width:6.1875rem;height:13rem;top:1.2708740234375rem;left:1.6106772422791rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vNsxbQ87MSSfX3AEFImx99oi4qJHZm3G { display:block; }#vNsxbQ87MSSfX3AEFImx99oi4qJHZm3G > .row .container { width:47.75rem;height:48.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GDH9aveAr0iwi9thHgl10bmz3Lw5i7lZ { width:20.6875rem;height:40.3125rem;top:7.8737182617188rem;left:1.6106772422791rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uW162JLTtdNnRlRPb7EB0ori1k09cots { width:18.75rem;height:9.3333334922791rem;top:31.218811035156rem;left:2.6627604961395rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #htsW0FsliSDxTRFVM7mTCnIbWSMmXgbT { width:17.5rem;height:3.4375rem;top:42.947937011719rem;left:3.2877604961395rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qyCQm7Fk5gER3r7reKIHRN19nWTxLySd { display:block; }
 }@media only screen and (max-width: 1199px) { #H9wlr7DqllCaokn57LHUfkZaS4s4Ms8k { width:20.6875rem;height:40.3125rem;top:7.8724365234375rem;left:24.861980438233rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KGka22JOPHl5CyCshtfe2cDl5wBvm03e { width:18.75rem;height:0;top:12.708374023438rem;left:25.9140625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #pNC8iXBvua6gTww6Nq83vffxJWNuGZNS { width:17.5rem;height:3.4375rem;top:42.947937011719rem;left:26.5390625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aD9WCns6cnyk84OTqOadGHAcyut8v2TH { display:block; }
 }@media only screen and (max-width: 1199px) { #LfkD2wLBcqE1LVMX9eTwSHx9VtNz8l04 { width:9rem;height:9rem;top:3.4166870117188rem;left:7.5377607345581rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N36V9pkpZ6CItkL04tiCpB1397nd2Scp { width:9rem;height:9rem;top:3.4583740234375rem;left:30.7890625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tk6ZFLwoHrhrFKA85OEFiHZO1PaGC0v7 { width:18.75rem;height:9.3333336114883rem;top:31.239624023438rem;left:25.9140625rem;font-size:1.0625rem;z-index:100020;display:block; }
 }@media only screen and (max-width: 1199px) { #U2VrAhng0JPDsG8McOLLuiwTsOWDB0As { width:18.75rem;height:9.3333334922791rem;top:12.708374023438rem;left:2.625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #e9dN3P5Noh2JW0lx8M86KzOT1FCIHRJ1 { width:18.75rem;height:0;top:12.708374023438rem;left:25.9140625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #td6qLTtabdfapop5ZLti9pTTJDUrnVpF { width:18.75rem;height:0;top:12.416687011719rem;left:2.6627604961395rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #t8FNN11dUlTTvP5FLRptL2JP9tzLgD34 { width:18.75rem;height:15.833333730698rem;top:12.416687011719rem;left:25.9140625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dVAHRQnh3yqPyRPGlzabmcJzwevX9fP8 { width:18.75rem;height:17.416667103767rem;top:12.416687011719rem;left:2.6627604961395rem;font-size:1.0625rem;z-index:100021;display:block; }
 }@media only screen and (max-width: 1199px) { #o8ny1OMV0La31in2Zpt97Mnu3pCLXK0P { width:18.75rem;height:0;top:12.416687011719rem;left:2.6627604961395rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #fQBpaxIxg7LcocAiXF6LM7xaXnGdG8HJ { width:6.1875rem;height:13rem;top:1.4375610351562rem;left:24.861980438233rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lfaxHeX5U6dTfEMnKK0bHIzZ8i38AxQl { width:6.1875rem;height:13rem;top:1.4375610351562rem;left:1.43359375rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s9l98aLVx0Tg4HCkA3wC9TXk4h6qb7cq { display:block; }#s9l98aLVx0Tg4HCkA3wC9TXk4h6qb7cq > .row .container { width:47.75rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #nCU2paGShAaQyvZuu3lt7VO6wCgO7WJZ { width:20.6875rem;height:43.1875rem;top:7.8737182617188rem;left:1.6106772422791rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GXfvt8Df8VOVGU3TD87B5OFOeqNMLPbP { width:18.75rem;height:12rem;top:35.6640625rem;left:2.6627604961395rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qt9oIoZsPZrBxIlzxA9iGA0gHkNA2s9z { width:17.5rem;height:3.4375rem;top:46.0390625rem;left:3.2877604961395rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wQVyuCTLeQQpbqnHcQ1SFSok6gwvGM9K { display:block; }
 }@media only screen and (max-width: 1199px) { #eZLPX52JhMLA76LOWwMiCCqwm5ySvJVh { width:20.6875rem;height:43.1875rem;top:7.8724365234375rem;left:24.861980438233rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wegTV67TcklGZTeOtoRETfzDoz9HeD8T { width:18.75rem;height:6.6666668653488rem;top:35.6640625rem;left:25.9140625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q0SklXUD7QyoAqksdblXTV6OUOIyMGQu { width:17.5rem;height:3.4375rem;top:46.0390625rem;left:26.5390625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KJHy4FIErp0Z7Uv3xs4uVUEEUk4Lxg9s { display:block; }
 }@media only screen and (max-width: 1199px) { #FSJKELCesIlZ5ryqpphKLsCiXlQdTTal { width:9rem;height:9rem;top:3.229248046875rem;left:7.5377607345581rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eEeSeUzgr8TiO5U6O8Gaa12HLxhAZTb7 { width:9rem;height:9rem;top:3.2500610351562rem;left:30.7890625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T8qfqAut0SMJN1ilaiTDUyOWNI6QWtoU { width:18.75rem;height:0;top:12.312561035156rem;left:2.6627604961395rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #KzFpGWi0CSNk5wn99l3Miy8N9qglNGB3 { width:18.75rem;height:0;top:12.229187011719rem;left:25.9140625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #yVVQPD7cXAoT8evZg3yeKebeoM3fC9s2 { width:18.75rem;height:0;top:15.457813262939rem;left:2.6414061784744rem;font-size:1.0625rem;z-index:100016;display:none; }
 }@media only screen and (max-width: 1199px) { #a14i0vDpO9P76sW4TqMi62q4R3AIThyH { width:18.75rem;height:22.166667222977rem;top:12.229187011719rem;left:25.9140625rem;font-size:1.0625rem;z-index:100017;display:block; }
 }@media only screen and (max-width: 1199px) { #z3fydVfRX1IU4Oe6R38u1qDs0OnIKfm6 { width:18.75rem;height:0;top:12.312561035156rem;left:2.6627604961395rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #NrtPIkXNy88OWcTdHcDZkweU5DO5vr1G { width:18.75rem;height:0;top:12.229187011719rem;left:25.9140625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #XLJNcZvcw9zRTLrEl5TSfeN2TpHc98og { width:6.1875rem;height:13rem;top:1.1666870117188rem;left:24.861980438233rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FVNOTLnIPVBZWsEx3bF8794LMrxl5pJE { width:6.1875rem;height:13rem;top:1.1666870117188rem;left:1.6106772422791rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gTV3iFcAlquBqFBtSrSCvdvafGcocHkt { width:18.75rem;height:19.000000357628rem;top:12.22890663147rem;left:2.6414061784744rem;font-size:1.0625rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 1199px) { #izw9NTeWrEipdaZxAOU3OhytS0s0vZdg { display:block; }#izw9NTeWrEipdaZxAOU3OhytS0s0vZdg > .row .container { width:47.75rem;height:54.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XiBbbt1ZqeCDNUa6WeM1lrcazFIci5a7 { width:18.5375rem;height:3.22460625rem;top:39.888244628906rem;left:2.7175779938698rem;display:none; }
 }@media only screen and (max-width: 1199px) { #DdWSBMnm2xTBIdzh9aZhxuIJcfabdTER { display:block; }
 }@media only screen and (max-width: 1199px) { #DedyQB3vCsqowWwODEZ6tES7cdIqcKUg { width:20.6875rem;height:46.8125rem;top:7.8724365234375rem;left:24.861980438233rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FJ52IAdNtElcizqrKfQhknKyllzRoNCf { width:9rem;height:9rem;top:3.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rXLVMhDZONovs4R7dFGlMkoSPwaIB5tv { width:18.75rem;height:9.3333334922791rem;top:39.052124023438rem;left:25.9140625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z15QIQpv5OWDsHtIkcSlUDdLmO9nyDNt { width:18.625rem;height:3.3125rem;top:47.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #IVfT0bH2byABLfwy9hWCmAT5Hz7mD8VN { display:block; }
 }@media only screen and (max-width: 1199px) { #fQToEsC0ROf7Xq733JPQp28OFMTQ1D13 { width:33.75rem;height:2rem;top:36.75rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Cp4OhHCdiHRUJlChvxtwEzEQhR3wGAPd { width:18.75rem;height:9.3333336114883rem;top:39.052124023438rem;left:2.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b6fz7mVyvhdZF4NHv2dTarwXpb8DMFSm { width:9rem;height:9rem;top:3.7916870117188rem;left:30.7578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hiTOPPSltSBueag6lD6gSay3cVF46c5S { width:17.5rem;height:3.4375rem;top:49.447937011719rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K4Qda8PIHNRZ0EobhGN8QwFgDznUdHJR { display:block; }
 }@media only screen and (max-width: 1199px) { #orwgAwHJFhNztRDpgcOq0c537Le0Oefd { width:17.5rem;height:3.4375rem;top:49.447937011719rem;left:26.5390625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pVOMsqAfFPT14cHd5OKHvHwmeUtm22sf { display:block; }
 }@media only screen and (max-width: 1199px) { #PncXJQ03w133TWrtfgzhOAifnfnzTTEQ { width:20.6875rem;height:46.8125rem;top:7.8737182617188rem;left:1.6106772422791rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BARbPTt7lfBlMeZXUaFFwgNRwnXU0733 { width:18.75rem;height:9.3333336114883rem;top:12.708374023438rem;left:2.625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #iUoIGU89F7vE8gi93Rvxvt0oyOnX6ghx { width:6.1875rem;height:13rem;top:1.6875610351562rem;left:24.861980438233rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ey6uTJxDbuWTg5KHM2lo7KozwvSZydRn { width:6.1875rem;height:13rem;top:1.1641235351562rem;left:1.3958333730698rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EyJNpkHdCrxsIzhsqtCI2zDZzV2Eg20K { width:18.75rem;height:0;top:12.75rem;left:2.625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #M91gEHVsx0miH2ga3WpPH6DTMkXtIeEV { width:18.75rem;height:0;top:12.75rem;left:25.9140625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #qvaixu0cbO0l2SPQOEMFtPdTzkxo1zPc { width:18.75rem;height:19.000000476837rem;top:12.75rem;left:2.625rem;font-size:1.0625rem;z-index:100017;display:block; }
 }@media only screen and (max-width: 1199px) { #hbDqfJZIdAzvtdvMfb7NK74kfTvx2pzL { width:18.75rem;height:25.333333969116rem;top:12.75rem;left:25.9140625rem;font-size:1.0625rem;z-index:100018;display:block; }
 }@media only screen and (max-width: 1199px) { #XWdEwPTLwLVG4eTbcDsOqMBlveIq120U { width:18.75rem;height:0;top:12.75rem;left:2.625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #o80aE2LVCcP8AkEZ8ipcAsC3CE6qgbzz { width:18.75rem;height:0;top:12.75rem;left:25.9140625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #aMQSarKJmsppu4HwAq4XqRwa6F2owS2D { display:none; }#aMQSarKJmsppu4HwAq4XqRwa6F2owS2D > .row .container { width:47.75rem;height:3.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #LNJBTqO1HM3TtfRkQNTNH2OUwXd1ytq4 { display:block; }#LNJBTqO1HM3TtfRkQNTNH2OUwXd1ytq4 > .row .container { width:47.75rem;height:16.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ukztdTa7knKl42S7SHQ2PDSCQTkz91PJ { width:26.8125rem;height:3.4375rem;top:2.34375rem;left:10.468750357628rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k4dSwr7A4athsM7hsm2gFFfhTvynRffS { display:block; }
 }@media only screen and (max-width: 1199px) { #J4ezphvdG4TM22J7lA2fiFFgtnnUB1SI { width:6.25rem;height:6.25rem;top:7.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F1fsB5DClTPrmok64uR9JwyO80lbgkem { width:6.25rem;height:6.25rem;top:7.8125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KN9FsK8GGo3FC8APbB3Gi54m730gEDhR { width:6.25rem;height:6.25rem;top:7.8125rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tSI0sIm8KMIzA32AM6UXS0ph6AVvxQcV { width:6.25rem;height:6.25rem;top:7.8125rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lzrSN09TXXI6oVX3egB6edg8btTN0yyp { width:6.25rem;height:6.25rem;top:7.8125rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wpBeN2PqkFa7VX696vgnpwGDxJtdqqxT { width:6.25rem;height:6.25rem;top:7.8125rem;left:40.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l9STrohRhA7iTlT41GT8FEIPHcB7EStD { display:block; }#l9STrohRhA7iTlT41GT8FEIPHcB7EStD > .row .container { width:47.75rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OytStHT8PEFLXSV0XVhTKz1dIA7AqJ3V { width:18.5375rem;height:3.22460625rem;top:39.888244628906rem;left:2.7175779938698rem;display:none; }
 }@media only screen and (max-width: 1199px) { #dAKUmdCtDmT3Q0CWSGf8ggp9dOhaFTwh { display:block; }
 }@media only screen and (max-width: 1199px) { #fAuHUbAcv7wR8gfrhlSW6BPsfM1Aowcy { width:20.6875rem;height:44.125rem;top:7.8724365234375rem;left:24.861980438233rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aL8XMqmii5a2cBFseD5BnuaxWBsXLTQ3 { width:9rem;height:9rem;top:3.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gcAUXu3I0puT1JAUX4HrgOI3pwdcNA6W { width:18.625rem;height:3.3125rem;top:47.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ffPTzs3Hk3GuWMPhOKChM6DDkzw8AE25 { display:block; }
 }@media only screen and (max-width: 1199px) { #KLacby2yX0CU3p7S95T47yXa2qe9ki4t { width:33.75rem;height:2rem;top:36.75rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #f8Qx0wvfDVLFtOR3MccuTiX3WIprd4JR { width:18.75rem;height:8.0000002384186rem;top:41.43750038743rem;left:2.6250001192093rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hlto4n7coRaT5BQSUy3vOOdfSCtJik9J { width:9rem;height:9rem;top:3.7916870117188rem;left:30.7578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fwa5bE7kBtWf4lUmk4L9ITsFvMGpbk0f { width:20.6875rem;height:44.125rem;top:7.873779296875rem;left:1.6106772422791rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wnT36bE88aErWGRUvQuh129TL7s8limo { width:18.75rem;height:9.3333336114883rem;top:12.708374023438rem;left:2.625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ttTEybTpiUErdTB2x33oSNXAECREAoQD { width:6.1875rem;height:13rem;top:1.6875610351562rem;left:24.861980438233rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tic4P1v4ti2pIWx05LS34l5N974fUsWk { width:6.1875rem;height:13rem;top:1.1641235351562rem;left:1.3958333730698rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dAlU63iDEdN2sBISpTx80iL7dNucoz3L { width:18.75rem;height:0;top:12.75rem;left:2.625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #bPWfoPXXO8EKO8K9SMsTWGyXKczIHB0F { width:18.75rem;height:0;top:12.75rem;left:2.625rem;font-size:1.0625rem;z-index:100017;display:none; }
 }@media only screen and (max-width: 1199px) { #lKBVuIfTGJLkfItwq06xhOkR1cpUkDwc { width:18.75rem;height:0;top:12.75rem;left:25.9140625rem;font-size:1.0625rem;z-index:100018;display:none; }
 }@media only screen and (max-width: 1199px) { #oOPhNzNZxk1ZpL2mRPpCzKUtDyX3r11J { width:18.75rem;height:0;top:12.75rem;left:2.625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #lTpJrImceOgUHQ66U9kcp9hXe3tDEh8i { width:18.75rem;height:0;top:12.75rem;left:25.9140625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #xmr6zeWSU3JK836JJHAJZC0eWUcgGwv3 { width:18.75rem;height:0;top:12.75rem;left:25.9140625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #x2vVM77PUcpevsQoL7782hddPRI0rc8a { width:18.75rem;height:8.0000002384186rem;top:41.43750038743rem;left:25.892969489097rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AWuTJK13SrsRcNtfUAwThtQkSob9en0w { width:18.75rem;height:30.28125rem;top:12.75rem;left:2.625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #n2oWT0EfSMFmBd7ZL1TQeJSwvbHrzCtg { width:18.75rem;height:28.6875rem;top:12.75rem;left:25.9140625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #AnoAvKCgTGbhkk0C9qflKGo6vLnMI5QX { width:18.75rem;height:26.916667342186rem;top:12.75000038743rem;left:25.892969489097rem;font-size:1.0625rem;z-index:100018;display:block; }
 }@media only screen and (max-width: 1199px) { #gQe2KN32lNFeeys66FIsN3VCRaduJLBq { width:18.75rem;height:28.500000715256rem;top:12.75000038743rem;left:2.6250001192093rem;font-size:1.0625rem;z-index:100017;display:block; }
 }@media only screen and (max-width: 1199px) { #gEL8IKkoZdaHNf1kPJhK8h5cLppyX7UK { display:block; }#gEL8IKkoZdaHNf1kPJhK8h5cLppyX7UK > .row .container { width:47.75rem;height:46rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #d9kfBPTJuW6sGEGzfs1JaONn42tXkwcf { width:18.5375rem;height:3.22460625rem;top:39.888244628906rem;left:2.7175779938698rem;display:none; }
 }@media only screen and (max-width: 1199px) { #D9T6eUEBhsFVLabX5CVJGIT2lKDEwAsk { display:block; }
 }@media only screen and (max-width: 1199px) { #f0thcsh53lEueuQWu3f4CalkLXUMpnti { width:20.6875rem;height:37.9375rem;top:7.8724365234375rem;left:24.861980438233rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JHEpI2lgrsWT8Ce1LCBSmHkmX5viit9o { width:9rem;height:9rem;top:3.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OwiHdnXdae40XcH1BiukXXiFKTyh3f79 { width:18.625rem;height:3.3125rem;top:47.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #pOAi78XEaURnEEMGFaBRlrBcb4qFA3te { display:block; }
 }@media only screen and (max-width: 1199px) { #zOER2ZxhupNdsEe3NUqdxxN51PI57hOL { width:33.75rem;height:2rem;top:36.75rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Talf4P8xr1Fq4TD1r7EvkWbTt9SJnOks { width:18.75rem;height:6.6666668653488rem;top:36.351562976837rem;left:2.6250001192093rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pGU2D2fMe8cRbEslS2KfkUTPPf7yhgAL { width:9rem;height:9rem;top:3.7916870117188rem;left:30.7578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DWpNi1derJG8txsVXTxkK7KI0QwUBXTN { width:20.6875rem;height:37.9375rem;top:7.873779296875rem;left:1.6106772422791rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ScU8CdyCAncFf2CqbIkacfyoO8TqFSwd { width:18.75rem;height:9.3333336114883rem;top:12.708374023438rem;left:2.625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TuA4TNM1l8PNBEMZsC4zSxS0skWi5OiT { width:6.1875rem;height:13rem;top:1rem;left:1.6101561784744rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SEPiOUa0Li0KBdntRftCN4byBSd3hc2E { width:18.75rem;height:0;top:12.75rem;left:2.625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #vGTmIvh5EqHeiF9pOpJnpbF1SmK97f25 { width:18.75rem;height:0;top:12.75rem;left:2.625rem;font-size:1.0625rem;z-index:100017;display:none; }
 }@media only screen and (max-width: 1199px) { #Bhbw70wBDwvr3k7ctD7if88I6wFfpAVy { width:18.75rem;height:0;top:12.75rem;left:25.9140625rem;font-size:1.0625rem;z-index:100018;display:none; }
 }@media only screen and (max-width: 1199px) { #F6wFaQE8r0NIRoHs8Ufq6T5LVxC11IVf { width:18.75rem;height:0;top:12.75rem;left:2.625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #OBI9IWRfN31I6cm5hcBp8hzTA4L4hPfX { width:18.75rem;height:0;top:12.75rem;left:25.9140625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #R5PovG8IQgdRs0iQiS2PhWHmiSxvl7eI { width:18.75rem;height:0;top:12.75rem;left:25.9140625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #MQ29TTdodba5qvnOZWys6vB3QLXUEiTh { width:18.75rem;height:6.6666668653488rem;top:36.351562976837rem;left:25.892969489097rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sFNpaJFPkVUxCe0n4tbO4zVZqWDIq95o { width:18.75rem;height:23.90625rem;top:12.75rem;left:2.625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #WJDuPApwhzICZGhHLPdQzsbdMEvQuezf { width:18.75rem;height:22.3125rem;top:12.75rem;left:25.9140625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JlaRx8PINpIZGLOCm7uLVaBovxBmweN6 { width:18.75rem;height:20.583333849907rem;top:12.750000357628rem;left:25.892969489097rem;font-size:1.0625rem;z-index:100018;display:block; }
 }@media only screen and (max-width: 1199px) { #svJAGRFUUKAsLqxBAgRBKs6nWqVVLfkK { width:18.75rem;height:23.750000596046rem;top:12.75rem;left:2.6250001192093rem;font-size:1.0625rem;z-index:100017;display:block; }
 }@media only screen and (max-width: 1199px) { #G5pyClFuziJIqpiHQPqlzKfB4XWvTFWG { width:6.1875rem;height:13rem;top:1.1641235351562rem;left:1.3958333730698rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vK5WT7ueZllZ3oNWzp6MmHZ016Vxy250 { display:block; }#vK5WT7ueZllZ3oNWzp6MmHZ016Vxy250 > .row .container { width:47.75rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QPosenLxMBuGk49Q2Xqp8yOGrzQNI0FZ { width:18.5375rem;height:3.22460625rem;top:39.888244628906rem;left:2.7175779938698rem;display:none; }
 }@media only screen and (max-width: 1199px) { #PSKnWVuIFeam7bn8AkQ0kwZ4UiBNMvqz { display:block; }
 }@media only screen and (max-width: 1199px) { #noHkBT8VvCCioO7wm2cXqbgm2o46RF8V { width:20.6875rem;height:39.3125rem;top:7.8724365234375rem;left:24.861980438233rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZTC8280F8v2GunDSsxa58wWb4mByn5RS { width:9rem;height:9rem;top:3.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zI4TdIN9SZdaCTL6DTdkE2Bs36rEPGfM { width:18.75rem;height:8.0000002384186rem;top:36.656250381842rem;left:25.892969489097rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #daURpgdQE0Fy0K5x4yBCKS1fbuNgP1WD { width:18.625rem;height:3.3125rem;top:47.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #S1MATDwTkD4UHqJT5CcVMrmVwITcCKWh { display:block; }
 }@media only screen and (max-width: 1199px) { #sMpffsI6cy7dquXHZxgsJyVDuMiX9c5F { width:33.75rem;height:2rem;top:36.75rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #iHVDsLvHMSZbsbov5XqAwd5hneH3chEW { width:18.75rem;height:8.0000002384186rem;top:36.656250476837rem;left:2.6250001192093rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gAWvVmCTKhyB9VB0wXmTbU7UZtyNPsH1 { width:20.6875rem;height:39.3125rem;top:7.873779296875rem;left:1.6106772422791rem;display:block; }
 }@media only screen and (max-width: 1199px) { #szMgUOPXZrHFazvB9rHhcXlTh2vFgwvI { width:18.75rem;height:9.3333336114883rem;top:12.708374023438rem;left:2.625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #wbyTpkmG43OuIZQFpmflp3QDNTmWgJTk { width:6.1875rem;height:13rem;top:1.6875610351562rem;left:24.861980438233rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zcAx2cKE9a2gQFvKTRAs8sOIWzNmgtvh { width:6.1875rem;height:13rem;top:1.1641235351562rem;left:1.3958333730698rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tJfb5ydtQfoqndETrQDSX1clspRpTekx { width:18.75rem;height:0;top:12.75rem;left:2.625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #uTTCc7R9KGs1bvQyLW4pLdmwSM3Nb4xp { width:18.75rem;height:0;top:12.75rem;left:25.9140625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #S1TsLyFl0MpettnPpwTynekR2mZu1Tbp { width:18.75rem;height:0;top:12.75rem;left:2.625rem;font-size:1.0625rem;z-index:100017;display:none; }
 }@media only screen and (max-width: 1199px) { #fg3lb9TVNk3gQiTHitLMdTWnizehVcNq { width:18.75rem;height:0;top:12.75rem;left:25.9140625rem;font-size:1.0625rem;z-index:100018;display:none; }
 }@media only screen and (max-width: 1199px) { #IAXMdt6cIazkgRoWWmlm89yexw33UxfE { width:18.75rem;height:0;top:12.75rem;left:2.625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ttQCqIpTkK5zQDnVDV6UqE0p69UzOryN { width:18.75rem;height:0;top:12.75rem;left:25.9140625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #xaP6CGNsD8gWuLiTiwgyT6yuWXQ52LJ0 { width:9rem;height:9rem;top:3.7500001434237rem;left:30.767969489097rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M9s1Tk8nlTrCeqPKgUwbRD2GQqeMZ7JH { width:18.75rem;height:20.71875rem;top:12.75rem;left:2.625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #tmCq5ZvXmN9dt20Am3r4CaFOuS3QqKih { width:18.75rem;height:25.5rem;top:12.75rem;left:25.9140625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #wCpr6D0xhNTeTbePK4ssnayhZdCd71Cc { width:18.75rem;height:23.750000596046rem;top:12.750000381843rem;left:25.892969489097rem;font-size:1.0625rem;z-index:100018;display:block; }
 }@media only screen and (max-width: 1199px) { #FPt2TrLEJ2TbUmmiIuLvyVkKZt9eBwpb { width:18.75rem;height:20.583333849907rem;top:12.75rem;left:2.6250001192093rem;font-size:1.0625rem;z-index:100017;display:block; }
 }@media only screen and (max-width: 1199px) { #xSIUP60N2t6yKFITWi8VEx4hIlg5qqpf { display:block; }#xSIUP60N2t6yKFITWi8VEx4hIlg5qqpf > .row .container { width:47.75rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #oLFOBqSFZ50VEywKTBx7TANL8QHk8Ahm { display:block; }#oLFOBqSFZ50VEywKTBx7TANL8QHk8Ahm > .row .container { width:47.75rem;height:10.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #AINaFQaQTrJagbWlMXcscH08bTAkSJQV { width:43.75rem;height:5.5rem;top:2.625rem;left:1.9687501788139rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B620WRphn0GralRt9WXWqt0JB1NXizw8 { display:block; }#B620WRphn0GralRt9WXWqt0JB1NXizw8 > .row .container { width:47.75rem;height:14.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #AteDZfwQKOV9gEoX6tdW4TTB3Q7uykOJ { width:43.75rem;height:12.666666984558rem;top:1.75rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WS5LpLV2pPTXpHWKTTniF7ppb1m1CeQc { width:43.75rem;height:13rem;top:1.75rem;left:2rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #VouuFwo0UXdykCHoyN58clvQO8K7uu6m { display:block; }#VouuFwo0UXdykCHoyN58clvQO8K7uu6m > .row .container { width:47.75rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MHqK920RyCT0TSP1dI36nccT2Mlzz83k { display:block; }#MHqK920RyCT0TSP1dI36nccT2Mlzz83k > .row .container { width:47.75rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZUKnqEavTXQCCkGHOcw0yPNMZRl1tSKA { display:block; }#ZUKnqEavTXQCCkGHOcw0yPNMZRl1tSKA > .row .container { width:47.75rem;height:10.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kzwGXTMbDOEs2l2IPkrTunobJVrIL9kR { width:43.75rem;height:5.5rem;top:2.625rem;left:1.9687501788139rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P3OzyVFNzd9WdPFN8BnlgmLl8lXf4yTw { display:block; }#P3OzyVFNzd9WdPFN8BnlgmLl8lXf4yTw > .row .container { width:47.75rem;height:15.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #eAVBvSbHJFCRuqGZGN3vxEzZ0xVMaTLb { width:12.5rem;height:12.5rem;top:2.59375rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D7z5G88HWiPrVSCDiVzNOAaxpzJvKAvK { display:block; }#D7z5G88HWiPrVSCDiVzNOAaxpzJvKAvK > .row .container { width:47.75rem;height:20.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XlvWDB6RZh913Bun8nKC6sfeeBwSJPQL { width:38.75rem;height:14.666666984558rem;top:1.78125rem;left:4.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UAktyMtP9FEKa2IdEJzxtqRVv368kgE8 { 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) { #sLH4B44EhpIfSTFw1I4qPeUodEh8RN6I { display:block; }#sLH4B44EhpIfSTFw1I4qPeUodEh8RN6I > .row .container { width:47.75rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #eTaF1XTZvvI5AGbpszPDp8JVZTKfvrie { width:12.5rem;height:12.5rem;top:1.9375rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RTySuWSxZuSpZXIwsMvQ8uVkRnRXFyac { display:block; }#RTySuWSxZuSpZXIwsMvQ8uVkRnRXFyac > .row .container { width:47.75rem;height:31.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TldVQahEOgzufNPGys1g6Vu0nalXJLJh { width:43.75rem;height:0;top:2.15625rem;left:2rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #zfApBoPa97EcV9gTIAbqnnt6BzufshhP { width:43.75rem;height:23.833333730698rem;top:2.15625rem;left:2rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #V8BaDM9l2gcGTW6sBnbTPHhSTmPcrdQU { width:43.75rem;height:25.666667222977rem;top:2.30078125rem;left:2.625rem;font-size:1.0625rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 1199px) { #antwXtnUllTkSIas0hdPMBlmF5FTSG5s { display:block; }#antwXtnUllTkSIas0hdPMBlmF5FTSG5s > .row .container { width:47.75rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #N7dEiwDwCqa8n99glmZyLuroibqbmx7F { width:12.5rem;height:12.5rem;top:0.1875rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wed28I4sdvXUprQV5IdmLqyB7eO6eErw { display:block; }#wed28I4sdvXUprQV5IdmLqyB7eO6eErw > .row .container { width:47.75rem;height:22.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CmCLaH2rT4towb5bPUOO07TIFZRdPk43 { width:43.75rem;height:14.666666984558rem;top:2.09375rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a2638gXhMJUpFsxoPtqOEAt9yyDv0GOk { width:43.75rem;height:14.666666984558rem;top:2.09375rem;left:2rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #gEPfGgUNP6pOhuT64Cd3xXcN9Odtdk5v { display:block; }#gEPfGgUNP6pOhuT64Cd3xXcN9Odtdk5v > .row .container { width:47.75rem;height:12.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Fiy0qgbRCmQwnbQ9WbFDbdgXsM5lH7zI { width:12.5rem;height:12.5rem;top:0.0625rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fbkysZTBXRnglwkgTIpyQIzrDOqNF2cd { display:block; }#fbkysZTBXRnglwkgTIpyQIzrDOqNF2cd > .row .container { width:47.75rem;height:24.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cWi8P924f8OrgwJx2CW6WrPPQyXaDkcl { width:38.75rem;height:18.333333730698rem;top:2.125rem;left:4.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SMTFyduH4EhZSgXTlsJkzbTK4tozsdWz { 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) { #hMPT2tX7CSpE6WwhM76CsGKNiswERAga { display:block; }#hMPT2tX7CSpE6WwhM76CsGKNiswERAga > .row .container { width:47.75rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hyHUrFUE6OBzGiikCLSZa1i0Jq0btnm1 { display:block; }#hyHUrFUE6OBzGiikCLSZa1i0Jq0btnm1 > .row .container { width:47.75rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #e3DyTe4MSE9eoPbP5v1etatQZt0H4nGs { display:block; }#e3DyTe4MSE9eoPbP5v1etatQZt0H4nGs > .row .container { width:47.75rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #anZ4aEIO359zAF0rTWD1ybc4UE75q5n8 { width:43.75rem;height:2.75rem;top:2.625rem;left:1.9687501788139rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o9FqqG1TVHLvpLCqAiegSM6fNwK8MLrs { display:block; }#o9FqqG1TVHLvpLCqAiegSM6fNwK8MLrs > .row .container { width:47.75rem;height:84.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GOLuVTELAFPUKoqaonFhF7V1JXsi3kop { width:20rem;height:38.0625rem;top:2rem;left:2.5833334922791rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LeSzTSILwQInhPFToq80ZTQIzXbPSyEv { width:30rem;height:40.6875rem;top:43.5rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SXosiRIwl8PmZ9H46xlZ31cv7b1OnMdV { width:18.75rem;height:5rem;top:2.625rem;left:3.2083334922791rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FypqMD4Tvz4h6Ai2lztLD29xaVbk5uNS { width:18.125rem;height:5rem;top:2.625rem;left:25.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dHMTQQKA5ZAC8xlceHuxbCLdywXGFvP5 { width:18.75rem;height:2rem;top:4rem;left:3.2083334922791rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SWdRoWwQ2eV7XNKnTqKePw3CzEHaK6To { width:24.9375rem;height:4rem;top:3.125rem;left:22.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aXiZTfL3A3f6QGZZlIpdNfl96Ik64gfN { width:18.75rem;height:3.25rem;top:26.102905273438rem;left:3.2083334922791rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QvaFwVWFGrzPFUkKlm2PO8J4Eyva4I3M { width:18.75rem;height:3.25rem;top:68.333374023438rem;left:15.873699188233rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E3UO54clucvaUxq9BveaGT5gwoS5guxd { width:18.125rem;height:0;top:16.458374023438rem;left:25.90625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #haMa2ghWc0ZccW4TDPqonEmwCe3ou1nd { width:14.373698234558rem;height:4.1861977577209rem;top:31.291748046875rem;left:5.3958334922791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ly9FyLthgaG2ERtb9emvg0SsGHu55QQ3 { display:block; }
 }@media only screen and (max-width: 1199px) { #JSCeiPgVbCVVzEbd7FUoaVJMpKqCdxJc { width:14.373698234558rem;height:4.1861977577209rem;top:73.25rem;left:18.061199188233rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IqS2pnRgSSsAs8wBCdb9gXcQQtpBVKxZ { display:block; }
 }@media only screen and (max-width: 1199px) { #GAmiETaWocWUWe3yR7TEzQks42Qrxz3H { width:18.125rem;height:3.6666667461395rem;top:62.4375rem;left:16.154949188233rem;font-size:1.375rem;z-index:100019;display:block; }
 }@media only screen and (max-width: 1199px) { #U7IdgSMOhC76KJzi9xphcGVfk5B126HE { width:18.75rem;height:1.5833333730698rem;top:36.811279296875rem;left:3.2083334922791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #asFkDsWkgG5ODHVzd5QPwpRt2xnD8TRa { width:18.75rem;height:1.5833333730698rem;top:78.9375rem;left:15.873699188233rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rG6RfGQfuHfeRynnWDBUCbTGugkrdfLv { width:18.1875rem;height:16.000000476837rem;top:8.9791259765625rem;left:3.4895834922791rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UvFxZa0M0WcLKaLV055984Dg3GOkTvFF { width:19.375rem;height:38.0625rem;top:2rem;left:25.28125rem;z-index:100013;display:block; }
 }@media only screen and (max-width: 1199px) { #y53J35BVhi3iI3JJ7WB8H9HDvfhINwmw { width:28.75rem;height:5rem;top:44.020874023438rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GAZGfZUPVFqlOWg0gaTwqTQc3FdCRaLa { width:24.9375rem;height:3.6666667461395rem;top:44.6875rem;left:11.40625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E5XaG4ETv9pBC2chMA0wxGpyRttFfq53 { width:18.1875rem;height:9.3333336114883rem;top:8.8931884765625rem;left:25.90625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZANXqKBvtpoqrCf08dCiGSWepPlCGviV { width:18.75rem;height:3.25rem;top:26.102905273438rem;left:25.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BEHJT7UPff9uzz4AG1oavgqJsTbBl1TG { width:18.1875rem;height:10.666666984558rem;top:50.166748046875rem;left:16.154949188233rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I5TcGvCBwArbC5RWsKBFgiF4pfnqVnrs { width:14.373698234558rem;height:4.1861977577209rem;top:31.291748046875rem;left:27.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lKT16b6cA1QyPR65pUt4mfwKno3y57kk { display:block; }
 }@media only screen and (max-width: 1199px) { #keabdWE5kJpSsLSKOUnB3tNmBof03TLy { width:18.75rem;height:1.5833333730698rem;top:36.811279296875rem;left:25.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JA3NabyrHh3txdW3F8KB25Regp1SPXCH { width:31.25rem;height:41.9375rem;top:42.9375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tiQQXGvNm18x8iOb86C5LxTzHzqe3GK4 { display:block; }#tiQQXGvNm18x8iOb86C5LxTzHzqe3GK4 > .row .container { width:47.75rem;height:42.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kpTpKb8CnMxNwGrZDs2oMKXPz3UMcIp4 { width:30rem;height:30.6875rem;top:9.4791259765625rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EoPl6frW0WZzaVTUqUlXFIQMqfIIIium { width:28.75rem;height:5rem;top:10.08203125rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uAi7T1ZCv6DePm1xARw2EUn6wouL5RmM { width:24.9375rem;height:2rem;top:11.518188476562rem;left:11.40625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cOwV13XeCG5masGhSb0sfSWwhtEUic9I { width:18.1875rem;height:5.3333334922791rem;top:17.5rem;left:14.78125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qqk8UaLQ9XHrASyCowzpeNSfWkPDNPXg { width:18.75rem;height:3.25rem;top:23.95703125rem;left:14.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T579D0SIwUWeSdEwX1KxHVlUgVCpXmI1 { width:14.373698234558rem;height:4.1861977577209rem;top:29.248779296875rem;left:16.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K2kxZ3y7CdnB1D2FLvh4FHSzQekyOLSS { display:block; }
 }@media only screen and (max-width: 1199px) { #mDfUkvQLCo26NXWhwrJEUpZWy0nf1Ogf { width:18.75rem;height:1.5833333730698rem;top:35.769653320312rem;left:14.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NrpKor8O60EGaT5tpuxb2z5TBQ2laLry { width:18.1875rem;height:5.5rem;top:17.5rem;left:14.78125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Ll6LFLx9HBLW318eRQDTrQl40xuDuVRn { display:block; }#Ll6LFLx9HBLW318eRQDTrQl40xuDuVRn > .row .container { width:47.75rem;height:30.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #u9Tex1p0q4ZfrIDfuFoHTu86Sc3KAuon { width:40.625rem;height:31.5rem;top:0.0625rem;left:3.53125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Oe2GwDu7standDtOIIwqGdr1PlnLvcOD { width:40.625rem;height:30.1875rem;top:0.0625rem;left:3.53125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #vvUmy9e6dV4XNKXtIJf2MttraXyi1SHf { display:block; }#vvUmy9e6dV4XNKXtIJf2MttraXyi1SHf > .row .container { width:47.75rem;height:19.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #UggXFqQkUi7NWesolWxoV0NcskNtyRFD { width:43.749rem;height:3.6666667461395rem;top:7.869140625rem;left:1.96728515625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ntDth6pWRSyTEp5HHe3JyG8PvRJUXEJS { width:6.1875rem;height:13rem;top:3.8724365234375rem;left:2.8606772422791rem;font-size:10rem;display:none; }
 }@media only screen and (max-width: 1199px) { #CtLkQgXPicWw3o4lCHk1L0JaK5HzFaHu { width:6.1875rem;height:1rem;top:16.182373046875rem;left:2.4205729961395rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GHbTrbFooLIXTTSBtgblM5PLoM5To7nq { display:none; }#GHbTrbFooLIXTTSBtgblM5PLoM5To7nq > .row .container { width:47.75rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #ELJKToFm6M43cQPpAaW3sxtzLL3rSTeg { width:43.75rem;height:2.84375rem;top:1.7084350585938rem;left:2rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ooat7QZ5vqvBTPVASKWoRyDx9UlgwTbK { display:none; }#Ooat7QZ5vqvBTPVASKWoRyDx9UlgwTbK > .row .container { width:47.75rem;height:74.5625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #BG4tgIf5hdZ84I631hUeJMBldenWTzLs { width:43.75rem;height:23.5rem;top:10.8125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VVTV6FUAHHvOUZiTpTT8yDXGcQfO7x4y { width:40.625rem;height:10.2375rem;top:36.145874023438rem;left:3.53125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qAx6t5ErVlCJTiPGKRQSNvQM1h4R8udO .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; }
#qAx6t5ErVlCJTiPGKRQSNvQM1h4R8udO .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 #fb813d;border-left:0.1875rem solid #fb813d;border-right:0.1875rem solid #fb813d;border-bottom:0.1875rem solid #fb813d; }
#qAx6t5ErVlCJTiPGKRQSNvQM1h4R8udO .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; }
#qAx6t5ErVlCJTiPGKRQSNvQM1h4R8udO { width:20.625rem;height:8.1925rem;display:flex;top:59.727905273438rem;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) { #qAx6t5ErVlCJTiPGKRQSNvQM1h4R8udO #IANck1Zw5RrnbMQF46LWzAqwyZikWDmm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #qAx6t5ErVlCJTiPGKRQSNvQM1h4R8udO #fNbnTw8JBdps3LbKmfgVE9dA5k0Vc1BC {  }
 }@media only screen and (max-width: 1199px) { #qAx6t5ErVlCJTiPGKRQSNvQM1h4R8udO #rdQwaGT60W3z6uF6P2fh12Q8UJFIQDKF {  }
 }@media only screen and (max-width: 1199px) { #qAx6t5ErVlCJTiPGKRQSNvQM1h4R8udO #s8wuTnalgNTM3lgBm1J6STVZM4onsfOB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #qAx6t5ErVlCJTiPGKRQSNvQM1h4R8udO #X5xVObvV16Is5PgwHukxw5c8gSQ4BJL9 {  }
 }@media only screen and (max-width: 1199px) { #qAx6t5ErVlCJTiPGKRQSNvQM1h4R8udO #fzDT5I6ugS39dsqa35u6iGMLrxKUyo94 {  }
 }@media only screen and (max-width: 1199px) { #qAx6t5ErVlCJTiPGKRQSNvQM1h4R8udO #iG8AGLk1CWJLOFzOMb9nHf0DufJgXtdo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #qAx6t5ErVlCJTiPGKRQSNvQM1h4R8udO #ANcgAaEhPK9GeWh1pmSx6zEn7pNtnRNT {  }
 }@media only screen and (max-width: 1199px) { #qAx6t5ErVlCJTiPGKRQSNvQM1h4R8udO #Xerd1NwupCunHJuWGMv2kku6wnntnfiv {  }
 }@media only screen and (max-width: 1199px) { #qAx6t5ErVlCJTiPGKRQSNvQM1h4R8udO #DCXoNWrD1238ZeJ3FgNeXzcvxQSGr87E { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #qAx6t5ErVlCJTiPGKRQSNvQM1h4R8udO #era226B2FfgsHdh4Ww4hVVVJ8si91idU {  }
 }@media only screen and (max-width: 1199px) { #qAx6t5ErVlCJTiPGKRQSNvQM1h4R8udO #elmkFgEtpFdwGqTevvdOJSMpO53RzA2z {  }
 }@media only screen and (max-width: 1199px) { #UbesBoK73OIKsBge1u26euhFoTzPs4Gt { width:47.75rem;height:2.8125rem;top:52.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ds996q2IOBSSmBQFtZU1xir8PlBwxpOz { width:47.747394561768rem;height:1.86875rem;top:55.625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FciTCaTQtrAPRIT3PNWRHrkrU3rsRQlc { width:47.75rem;height:5.625rem;top:2.708251953125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KF83VhniABdgDDZ3e4QySKxTB5Z932CQ { width:17.5rem;height:3.4375rem;top:70.854248046875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Isbq2tLzSG0vpJh7s1gpw4mK45AbhvbK { display:block; }
 }@media only screen and (max-width: 1199px) { #HWPCyARggirGrdxVyWiTsTT2bLe5CSK3 { width:47.75rem;height:1.6875rem;top:48.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q1S3MkI7qfzuyDtTnTTNVFqFT60VVfad { display:none; }#Q1S3MkI7qfzuyDtTnTTNVFqFT60VVfad > .row .container { width:47.75rem;height:13.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #gtvdXDEM7G5zNMDSv3niWTeGI4C8JFTl { top:2.8125rem;left:3.7792966961861rem;width:40.1875rem;height:5.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mbs6wCMx81IsI1mvTAWEfnOEkHbWK4os { width:18.53125rem;height:3.1302082538605rem;top:10.375rem;left:14.609375rem;font-size:1.0625rem;z-index:100019;display:block; }
 }@media only screen and (max-width: 1199px) { #TyxM6SEF7iT6MTzU1zdmFoxeLxDOUshb { display:block; }
 }@media only screen and (max-width: 1199px) { #VLNzAldF28AV9inWRFEyTxduDTT8T2t5 { display:none; }#VLNzAldF28AV9inWRFEyTxduDTT8T2t5 > .row .container { width:47.75rem;height:45.8125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #a7h4JTPgfupdT1rkUtCM2EMDbCTGSnko { width:31.1875rem;height:16.1875rem;top:20.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #dkZ2UquJ9hzWqwEfSakeg54xisgX8bAo { width:40.4375rem;height:38.8125rem;top:6.625rem;left:3.6184897422791rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bW4aiaEQXxPO32Zu8lE9X0ltTtfQa2iV { width:6.1875rem;height:1.25rem;top:9.3541259765625rem;left:5.3125rem;font-size:6.25rem;color:#002457;display:block; }
 }@media only screen and (max-width: 1199px) { #Bne9DyV31eadg20gTGQI6rKgrONJE0T8 { width:39.75rem;height:32.5125rem;top:12.770751953125rem;left:4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NUWSIDk2s5LQoZvExWcM24UPueZyOcMk { width:47.75rem;height:10.125rem;top:0rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #mIFn2bIHxXteIfA6T1XGTh0FRkl808QE { width:9rem;height:9rem;top:2.5208740234375rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AqCIbpV7fQR4r6sxJN7iVP67wtlNQLSb { width:39.75rem;height:33.000000715256rem;top:12.770751953125rem;left:4rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #FxldmNAdJOLyCx8XXcNwANhPC09f3rSQ { display:none; }#FxldmNAdJOLyCx8XXcNwANhPC09f3rSQ > .row .container { width:47.75rem;height:36.625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #xmDuReO755ZzOJxDMpseSzBykHVaDoQm { width:31.1875rem;height:16.1875rem;top:20.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Vaed0vZTu2nfMwvSuwmHFf4VRcUQwh2z { width:40.4375rem;height:29.625rem;top:6.625rem;left:3.6184897422791rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W9MUE9wKCTyFnmqBsqlcFZEtQDiWVrPa { width:6.1875rem;height:1.25rem;top:9.3541259765625rem;left:5.3125rem;font-size:6.25rem;color:#002457;display:block; }
 }@media only screen and (max-width: 1199px) { #H6xgtUopfGREtsee9DVEAqkkO1sKTCXC { width:39.75rem;height:23.48125rem;top:12.770751953125rem;left:4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #auSoEN6UZHQ5AADq2DJBUO8UdQntatrA { width:47.75rem;height:10.125rem;top:0rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TIu4ZZfqcuoL4TUspzT69faSC09CRRJE { width:9rem;height:9rem;top:2.541748046875rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BnDDRbpTkA281BJkTNkIr79EMgnkZG5J { width:39.75rem;height:23.833333849907rem;top:12.770751953125rem;left:4rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #WaH5f0me75KTf37qrcVT0IMTC6GUXkaE { display:none; }#WaH5f0me75KTf37qrcVT0IMTC6GUXkaE > .row .container { width:47.75rem;height:31.1875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #SClBglLpchUzepAgLINvRt818qN1ImZD { width:31.1875rem;height:16.1875rem;top:20.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #iPG4Bi6A2xIrZE59yWSA7tDtaTiSCkki { width:40.4375rem;height:24.375rem;top:6.625rem;left:3.6184897422791rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UUaGA3JtkJzUaVULOuZ4PD0aXlI2vfth { width:6.1875rem;height:1.25rem;top:9.3541259765625rem;left:5.3125rem;font-size:6.25rem;color:#002457;display:block; }
 }@media only screen and (max-width: 1199px) { #PJGc1viw1blrrrm9PdBnfvzGNm5Z6CTa { width:39.75rem;height:18.0625rem;top:12.770751953125rem;left:4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SIg981PrEO1zdHNbUpLpHyRTJGMxTmaI { width:47.75rem;height:10.125rem;top:0rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #aTamArA9L3ZNgKroHTFtKbRn0gcQ1fix { width:9rem;height:9rem;top:2.541748046875rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DQZwJ7qL0mC7BphJOzgDcbs8iHfGL1bb { width:39.75rem;height:18.333333730698rem;top:12.770751953125rem;left:4rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #zzqPeiQQMn2BxPaDMXHvqV6hs3aKqVJN { display:none; }#zzqPeiQQMn2BxPaDMXHvqV6hs3aKqVJN > .row .container { width:47.75rem;height:38.625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #vkpNWus1xk4rCSp5zwu5Le5xa7hb51B1 { width:31.1875rem;height:16.1875rem;top:20.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Obi1JLyeM6sTeXo4O5XI13oXtdb1G7Nk { width:40.4375rem;height:31.8125rem;top:6.625rem;left:3.6184897422791rem;display:block; }
 }@media only screen and (max-width: 1199px) { #STNoEekpdCiqlOPufBhOPXAhE7HRwBh7 { width:6.1875rem;height:1.25rem;top:9.3541259765625rem;left:5.3125rem;font-size:6.25rem;color:#002457;display:block; }
 }@media only screen and (max-width: 1199px) { #pcxuoZ9ZRXby5MAVLQU2Z2UpPGkUc0o4 { width:39.75rem;height:25.2875rem;top:12.770751953125rem;left:4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B4rTq0RPAETelOixbKU9AXWH0SulvSHU { width:47.75rem;height:10.125rem;top:0rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #KVLRSbLbNfqxZCKHwopLpTv1Vq3TFaM7 { width:9rem;height:9rem;top:2.4375rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d0EDErib9lug7CiNEwhNv1zgktOqOe5J { width:39.75rem;height:25.666667222977rem;top:12.770751953125rem;left:4rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #su6TOOK9HTveJv99ua0O0cTAItuFLnti { display:none; }#su6TOOK9HTveJv99ua0O0cTAItuFLnti > .row .container { width:47.75rem;height:38.6875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #EEZEaqZZzUs7ZFLyg1bCEZ7aDuAmHhI0 { width:31.1875rem;height:16.1875rem;top:20.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #HDmPOObaCzwq0wT2RQM3Ts0J2gD1Vhvr { width:40.4375rem;height:31.875rem;top:6.625rem;left:3.6184897422791rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oSgdPu9CuKf7rSF4aDTI1ksTlrm5e0As { width:6.1875rem;height:1.25rem;top:9.3541259765625rem;left:5.3125rem;font-size:6.25rem;color:#002457;display:block; }
 }@media only screen and (max-width: 1199px) { #B1wKzC4yf4BoCM9FQs22xImwNV6ImAoI { width:39.75rem;height:25.2875rem;top:12.770751953125rem;left:4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pXe8V2xntVfQzVNuVRIK9TwGtXKkUepi { width:47.75rem;height:10.125rem;top:0rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JI3Hy0XEWTzHScW2lSHAETCd3HSldxAJ { width:9rem;height:9rem;top:2.3125rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ATBOEIhicHKkPJku05FBK8MdkaySC4x9 { width:39.75rem;height:25.666667222977rem;top:12.770751953125rem;left:4rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #CAyZeK7oJutKmWnIUNAqh3UDKBPIhMAW { display:none; }#CAyZeK7oJutKmWnIUNAqh3UDKBPIhMAW > .row .container { width:47.75rem;height:42.1875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #kLLnwhgiQQokMTai9q5AsUaKG888mem2 { width:31.1875rem;height:16.1875rem;top:20.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #GPzRFRu7svaqz4cCJK26sb0sTcoP1yfb { width:40.4375rem;height:31.625rem;top:6.625rem;left:3.6184897422791rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cSuuU24LNoJO3XdUwrI2cVL2BlfyQcRP { width:6.1875rem;height:1.25rem;top:9.3541259765625rem;left:5.3125rem;font-size:6.25rem;color:#002457;display:block; }
 }@media only screen and (max-width: 1199px) { #TAuz8bTxdViKeCshXW2qGbQGmotfUrR5 { width:39.75rem;height:23.48125rem;top:12.770751953125rem;left:4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UDdTDNyeQr8nNcBLTIF4mfREpnnoacJh { width:47.75rem;height:10.125rem;top:0rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #qp4pyV8c3L6yzcM8tmD04IxQSS8kK3xI { width:39.75rem;height:25.666667222977rem;top:12.770751953125rem;left:4rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #es6EHMrnd85f7d9rgPuEIfrHEbnEM4SW { width:9rem;height:9rem;top:2.186279296875rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #so2b9LET2yeXlvHHWp11Z5ZrBVBqfHS0 { display:none; }#so2b9LET2yeXlvHHWp11Z5ZrBVBqfHS0 > .row .container { width:47.75rem;height:77.25rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #xK7fpe004FH0akVMJ8Mh82wy1b0WTORD { width:43.75rem;height:23.5rem;top:10.8125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #quTQC6n4ZgcOoFI7c7t20lKPPfc51wlR { width:40.625rem;height:10.2375rem;top:36.145313262939rem;left:3.5624998807907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TNwgmgBM0S7NSv7hMvmPQczWC6of3xtS .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; }
#TNwgmgBM0S7NSv7hMvmPQczWC6of3xtS .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 #fb813d;border-left:0.1875rem solid #fb813d;border-right:0.1875rem solid #fb813d;border-bottom:0.1875rem solid #fb813d; }
#TNwgmgBM0S7NSv7hMvmPQczWC6of3xtS .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; }
#TNwgmgBM0S7NSv7hMvmPQczWC6of3xtS { width:20.625rem;height:8.1925rem;display:flex;top:59.727905273438rem;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) { #TNwgmgBM0S7NSv7hMvmPQczWC6of3xtS #slx2eoHnMZ7ZUZSLHX7kOSCdL1uEbHFN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #TNwgmgBM0S7NSv7hMvmPQczWC6of3xtS #BI51LLbMfHIz6Ci2dJaSBvzwnTSqoX5C {  }
 }@media only screen and (max-width: 1199px) { #TNwgmgBM0S7NSv7hMvmPQczWC6of3xtS #GSEMwp3UcOpGkEIQUB4tElbv0L3cdblz {  }
 }@media only screen and (max-width: 1199px) { #TNwgmgBM0S7NSv7hMvmPQczWC6of3xtS #qGXkUgw7eZUrpgstfbd0Nfg1PDW1plqS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #TNwgmgBM0S7NSv7hMvmPQczWC6of3xtS #R2kUpyOkbCpL3AWtJVOqfJnl6cGQ1tmO {  }
 }@media only screen and (max-width: 1199px) { #TNwgmgBM0S7NSv7hMvmPQczWC6of3xtS #GuevzTWRySlifDuXOinunA3IyQskZ4cU {  }
 }@media only screen and (max-width: 1199px) { #TNwgmgBM0S7NSv7hMvmPQczWC6of3xtS #gnHkqLS9TfSRcTLK4MLG5foNFNDhSLRu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #TNwgmgBM0S7NSv7hMvmPQczWC6of3xtS #bmLoVn28hUWK0vaUuuOZu93LReAZCnKr {  }
 }@media only screen and (max-width: 1199px) { #TNwgmgBM0S7NSv7hMvmPQczWC6of3xtS #Ef8682fccO7pztaE1TpUUQxsXOwRdsQg {  }
 }@media only screen and (max-width: 1199px) { #TNwgmgBM0S7NSv7hMvmPQczWC6of3xtS #LNXBE38pTZ3Fp5Vz89LG3b7NMKypbvzK { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TNwgmgBM0S7NSv7hMvmPQczWC6of3xtS #X3ri0zA1PRpzOyHOrFuiFqzGgnB4SNRn {  }
 }@media only screen and (max-width: 1199px) { #TNwgmgBM0S7NSv7hMvmPQczWC6of3xtS #RTKrWdIGwgdlArnNGxJDhORkB69bA0kK {  }
 }@media only screen and (max-width: 1199px) { #aQv6aXhTSAFg2BcatKfukxJ4nCyfTTPh { width:47.75rem;height:2.8125rem;top:52.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CtI9GNQeV9xipMiw0CXyU0sWODGhs6sg { width:47.747394561768rem;height:1.86875rem;top:55.625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cg7EBomJS9Gp0aJS0eaLqZXzTy9SOTHu { width:47.75rem;height:5.625rem;top:2.708251953125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hTm2VOi9eTCtFIZSKIZNNUeXTIox6XXs { width:17.5rem;height:3.4375rem;top:70.854248046875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K07oEzQhIx4TzRpDQI4nDFgs4B6X4PS0 { display:block; }
 }@media only screen and (max-width: 1199px) { #X8iv6bAmK8ikKLXB6e7nEKhSJbK6JQ1M { width:47.75rem;height:1.6875rem;top:48.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TERufWKW4X9P4tqCDvJlDEut1oSrkn6T { width:40.625rem;height:10.2375rem;top:36.145313262939rem;left:3.5624998807907rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #aUM3lqGrUqxRmuM21QXuVRHDq2FvD4Dw { display:block; }#aUM3lqGrUqxRmuM21QXuVRHDq2FvD4Dw > .row .container { width:47.75rem;height:10.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QdeM6ge9cv2MdkotwCVrQ10RfOrUXHIx { width:43.75rem;height:5.5rem;top:2.625rem;left:1.9687501788139rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x9Tt5At1SGEsghgB4LhonmdC0k2Z7VhF { display:block; }#x9Tt5At1SGEsghgB4LhonmdC0k2Z7VhF > .row .container { width:47.75rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #u0SboJNGu5Ecxka1bCBXzBdILANTW77F { width:40.625rem;height:6rem;top:2.25rem;left:3.53125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QxOFPqKvr2hvcNXtt0ngTcci8Nl6iJCe { width:40.625rem;height:6rem;top:2.25rem;left:3.53125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #pSlcIe5tw1twHThAfMzpt2aVkRR87hEh { display:block; }#pSlcIe5tw1twHThAfMzpt2aVkRR87hEh > .row .container { width:47.75rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SyApJ6P9tBRiSIzCbAd4T2bEfdtbU99T { width:43.75rem;height:2.75rem;top:1.7084350585938rem;left:2rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yq3WTRoSDMaBVcznEThTFtH9F8ktXhkH { display:block; }#yq3WTRoSDMaBVcznEThTFtH9F8ktXhkH > .row .container { width:47.75rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #m8KD5r9gvQa4ZcaikefogPTbczQg03ln { width:12.5rem;height:12.5rem;top:8.3737182617188rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NxZ1ylGOyzKSCQTKBFAJ2xx91sJiFfZf { width:40.625rem;height:4rem;top:2.4375rem;left:3.53125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Peo44lFxvffFNGxHT6X82ASQLco8A7QD { width:31.375rem;height:15.333333015442rem;top:8.3529052734375rem;left:16.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HT9kBcqNbnt0tRPy7tUL38hsPTVy25Up { width:40.625rem;height:4rem;top:0.0625rem;left:3.53125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #aJiwaOv0NACQPmz1pQwfTaOeQrp809IB { 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) { #ETABZdwpSlLzK65vBAks37LPyU8sXiSs { width:40.625rem;height:6rem;top:25.9375rem;left:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VClXrBC59TFvTSBvN6m8inusIDfva1WJ { display:block; }#VClXrBC59TFvTSBvN6m8inusIDfva1WJ > .row .container { width:47.75rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NNxynOayuwU7dNRSuEXPKeRKVCiZps9L { width:43.75rem;height:2.75rem;top:1.7084350585938rem;left:2rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qxfz7Wma8dfzRbx5E6dnZ2LoxBCPFmPA { display:block; }#Qxfz7Wma8dfzRbx5E6dnZ2LoxBCPFmPA > .row .container { width:47.75rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #G6MMiOtTL2ncLrg9h1GLbszE7RlriDtr { width:12.5rem;height:12.5rem;top:8.3737182617188rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B6c6mHZJST6LET3RQdT7243XqK1U8d3o { width:40.625rem;height:4rem;top:2.4375rem;left:3.53125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hS9CcP18w2ORfmhCNcb3LKAlBfOz8w7J { width:31.375rem;height:0;top:8.385498046875rem;left:16.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #kqawhBXHabQNVenBl0yfVirTXd9zCOuF { 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) { #Xyu7vDEFALOrNDH52pQwtOEvvlZwl5rx { width:40.625rem;height:4.5rem;top:28.9375rem;left:3.53125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yRcrHFHzQnE5BTZbMkZz8N3NEq4m92sS { width:31.375rem;height:17.249999642372rem;top:8.75rem;left:15.75rem;font-size:1.125rem;z-index:100018;display:block; }
 }@media only screen and (max-width: 1199px) { #ewFz2drH7ZvU1fBsEpVBB6vlQS7U2mvB { width:40.625rem;height:4.5rem;top:28.9375rem;left:3.53125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #lQNTOW0C0R3o2C25HDJJJQrSqUVEr4sD { display:block; }#lQNTOW0C0R3o2C25HDJJJQrSqUVEr4sD > .row .container { width:47.75rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #euJOdMI4Hmp9sSnCcXn4V5ICtk2C44QT { width:43.75rem;height:2.75rem;top:1.7084350585938rem;left:2rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yndLOWM7s4J9Q7SOe7Tl2x88sZkoKGnd { display:block; }#yndLOWM7s4J9Q7SOe7Tl2x88sZkoKGnd > .row .container { width:47.75rem;height:62.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XxyAZfC7ozLTlpJT4E0NPCbp2otZryFS { width:43.75rem;height:22.875rem;top:9.53125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #acUBGSgZ5roMwsf1DyC8EOZesce8IoHF { width:40.625rem;height:4.8333334922791rem;top:2.5rem;left:3.53125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GuZd9ABEoEvqrcRxOl2wWTIxaFmx1DeE { width:40.625rem;height:16.5rem;top:34.583374023438rem;left:3.53125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NIhDW65QsJp0wCIQ7TJChLtGPQM6TvPc { width:17.5rem;height:3.4375rem;top:55.354248046875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T2bgtVQ2RpCl4Tlc0ObWU5fhmGXJ2lCy { display:block; }
 }@media only screen and (max-width: 1199px) { #Ewm2oLidywCk5qmtmnMPtlpLPETPKEcE { width:40.625rem;height:15.8125rem;top:34.583374023438rem;left:3.53125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #mzkHFriSvRBwpDpxkt1PQ6TCZuH7qxuo { display:block; }#mzkHFriSvRBwpDpxkt1PQ6TCZuH7qxuo > .row .container { width:47.75rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #eRy1DCOThQx3l0yUACqrqQ2OZUBi1tdu { width:43.75rem;height:2.75rem;top:2.625rem;left:1.9687501788139rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wxAlJMbFdQv2mvplTcTNxGdTMuP7eW0O { display:block; }#wxAlJMbFdQv2mvplTcTNxGdTMuP7eW0O > .row .container { width:47.75rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #aRAw5TnT5MqrJXFTEDil5kWIM7Qxtire { width:43.75rem;height:4.5rem;top:2.375rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XF58IhOpSZ8tTUUatdxBSnUNzMu9xSV7 { width:43.75rem;height:4.5rem;top:2.375rem;left:2rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #aKe6fPfLZMMqEVQl4spIT9yugbcMETOA { width:43.75rem;height:3rem;top:8.2500002384187rem;left:2.0000001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PqtmeVgtpbK3Z79JyeQrxmIxhKs8st6v { display:block; }#PqtmeVgtpbK3Z79JyeQrxmIxhKs8st6v > .row .container { width:47.75rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VC0fJrG2lXNSRoO7VKoqd6RAJlqEr81W { display:block; }#VC0fJrG2lXNSRoO7VKoqd6RAJlqEr81W > .row .container { width:47.75rem;height:9.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CC4tmdbcxICRA4xwW8xESlXVwddBHAG8 { width:43.75rem;height:5.5rem;top:2.625rem;left:1.9687501788139rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JdqNInvwTpbXEs99npEOIQDqpM2wVHJi { background-color:#eef3ef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#JdqNInvwTpbXEs99npEOIQDqpM2wVHJi > .row .container { background-color: transparent; background-image: none; }#JdqNInvwTpbXEs99npEOIQDqpM2wVHJi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JdqNInvwTpbXEs99npEOIQDqpM2wVHJi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JdqNInvwTpbXEs99npEOIQDqpM2wVHJi > .row .container > .video-iframe-container { display: none; }#JdqNInvwTpbXEs99npEOIQDqpM2wVHJi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JdqNInvwTpbXEs99npEOIQDqpM2wVHJi > .row > .video-iframe-container { display: none; }#JdqNInvwTpbXEs99npEOIQDqpM2wVHJi > .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); }#JdqNInvwTpbXEs99npEOIQDqpM2wVHJi > .row .container { border-width: 0; border-radius: 0; }#JdqNInvwTpbXEs99npEOIQDqpM2wVHJi > .row > .video-iframe-container {  }#JdqNInvwTpbXEs99npEOIQDqpM2wVHJi > .row .container { width:47.75rem;height:45.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fZ5bPnPDe0qxXqXtLRghm9RbNnQyiOv3 { width:47.748699188232rem;height:31.5rem;top:11.51953125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bprMAVVLufxaa0XOQHg596JcBwCuNgm6 { width:6.1861977577209rem;height:9.75rem;top:2.51953125rem;left:0.7291667461395rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wEUzCQSCuPkdOvqDR5GhLqGEGFTdF2Tu { width:46.1875rem;height:36.375rem;top:6.6484375rem;left:0.7291667461395rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P0ttlvUHBW1GIvIr4Bn7yUC6S113CSbs { width:9rem;height:9rem;top:2.5625rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xq4mGOZ2ZPqFaUJtKLlWs8g1wLPXcRg6 { width:47.748699188232rem;height:31.5rem;top:11.51953125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #hykpLwECnEPZvRRQGN5Meqbd7lG0Apyy { background-color:#eef3ef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#hykpLwECnEPZvRRQGN5Meqbd7lG0Apyy > .row .container { background-color: transparent; background-image: none; }#hykpLwECnEPZvRRQGN5Meqbd7lG0Apyy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hykpLwECnEPZvRRQGN5Meqbd7lG0Apyy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hykpLwECnEPZvRRQGN5Meqbd7lG0Apyy > .row .container > .video-iframe-container { display: none; }#hykpLwECnEPZvRRQGN5Meqbd7lG0Apyy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hykpLwECnEPZvRRQGN5Meqbd7lG0Apyy > .row > .video-iframe-container { display: none; }#hykpLwECnEPZvRRQGN5Meqbd7lG0Apyy > .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); }#hykpLwECnEPZvRRQGN5Meqbd7lG0Apyy > .row .container { border-width: 0; border-radius: 0; }#hykpLwECnEPZvRRQGN5Meqbd7lG0Apyy > .row > .video-iframe-container {  }#hykpLwECnEPZvRRQGN5Meqbd7lG0Apyy > .row .container { width:47.75rem;height:41.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hiWFyNKDlbVD6a9pA0hCtOVuRxPdXroJ { width:47.748699188232rem;height:28.5rem;top:11.51953125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ApSCzg83nxTTbviEBSSrl461GfWyP95X { width:6.1861977577209rem;height:9.75rem;top:2.51953125rem;left:0.7291667461395rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nCBqVXzLeRcvMdJAqUAmuLCPFXDiWmuL { width:46.1875rem;height:33.125rem;top:6.6484375rem;left:0.7291667461395rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q6lFQ1ThtJIN8bP0F07XWVlHZdkFC4RH { width:9rem;height:9rem;top:2.5181884765625rem;left:20.3203125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PfxL3V6HTLKuhcQlXDMVw4dRSEknVlbt { width:47.748699188232rem;height:28.5rem;top:11.51953125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Q3qW9KpQbAJeJpMiViCNkNhhL2GeTrbK { width:6.1861977577209rem;height:9.75rem;top:2.51953125rem;left:0.7291667461395rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QVTCGFeXAHHmQlTT1XSG5V5zkOPLJCrs { background-color:#eef3ef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#QVTCGFeXAHHmQlTT1XSG5V5zkOPLJCrs > .row .container { background-color: transparent; background-image: none; }#QVTCGFeXAHHmQlTT1XSG5V5zkOPLJCrs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVTCGFeXAHHmQlTT1XSG5V5zkOPLJCrs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVTCGFeXAHHmQlTT1XSG5V5zkOPLJCrs > .row .container > .video-iframe-container { display: none; }#QVTCGFeXAHHmQlTT1XSG5V5zkOPLJCrs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVTCGFeXAHHmQlTT1XSG5V5zkOPLJCrs > .row > .video-iframe-container { display: none; }#QVTCGFeXAHHmQlTT1XSG5V5zkOPLJCrs > .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); }#QVTCGFeXAHHmQlTT1XSG5V5zkOPLJCrs > .row .container { border-width: 0; border-radius: 0; }#QVTCGFeXAHHmQlTT1XSG5V5zkOPLJCrs > .row > .video-iframe-container {  }#QVTCGFeXAHHmQlTT1XSG5V5zkOPLJCrs > .row .container { width:47.75rem;height:50.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TwzZiIS6mR8V6zbgTB8POsH5Iqdcr6lC { width:47.748699188232rem;height:37.5rem;top:11.51953125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p6mTr5aHifh9ZlAe4kHXuokby97ZtSC0 { width:46.1875rem;height:42.1875rem;top:6.6484375rem;left:0.7291667461395rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TtXK8SpfKFP5JEs6wyLKOB6VXa4MxaqA { width:47.748699188232rem;height:37.5rem;top:11.51953125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #gTWNzMgFq9N4xKhpwk76RaQ1gDrdeUN7 { width:9rem;height:9rem;top:2.5181884765625rem;left:20.3203125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LNFsx86gTo4iBtQN0WWHFzv2OLTXPvQ3 { background-color:#eef3ef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#LNFsx86gTo4iBtQN0WWHFzv2OLTXPvQ3 > .row .container { background-color: transparent; background-image: none; }#LNFsx86gTo4iBtQN0WWHFzv2OLTXPvQ3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LNFsx86gTo4iBtQN0WWHFzv2OLTXPvQ3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LNFsx86gTo4iBtQN0WWHFzv2OLTXPvQ3 > .row .container > .video-iframe-container { display: none; }#LNFsx86gTo4iBtQN0WWHFzv2OLTXPvQ3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LNFsx86gTo4iBtQN0WWHFzv2OLTXPvQ3 > .row > .video-iframe-container { display: none; }#LNFsx86gTo4iBtQN0WWHFzv2OLTXPvQ3 > .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); }#LNFsx86gTo4iBtQN0WWHFzv2OLTXPvQ3 > .row .container { border-width: 0; border-radius: 0; }#LNFsx86gTo4iBtQN0WWHFzv2OLTXPvQ3 > .row > .video-iframe-container {  }#LNFsx86gTo4iBtQN0WWHFzv2OLTXPvQ3 > .row .container { width:47.75rem;height:40.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #x16maaUlkFDqlaA4nLL2J4n9VmzBS5Cx { width:47.748699188232rem;height:27rem;top:11.51953125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xKkUZFTp45qRTReCgTU9qsl05gIL6BF0 { width:6.1861977577209rem;height:9.75rem;top:2.51953125rem;left:0.7291667461395rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Br6tZmIzunGkzrfWdr4A3Kim1rhPZtv9 { width:46.1875rem;height:31.6875rem;top:6.6484375rem;left:0.7291667461395rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X3vOR6D7wHkpoKcpvFTfSFhOLE5cImar { width:9rem;height:9rem;top:2.5181884765625rem;left:20.3203125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yL37nvW5RreFDhXuVrVubuxoXE0cs8Iv { width:47.748699188232rem;height:27rem;top:11.51953125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #aTrxhafsGHTgiNJkIgzViVsFrA6LEMOK { background-color:#eef3ef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#aTrxhafsGHTgiNJkIgzViVsFrA6LEMOK > .row .container { background-color: transparent; background-image: none; }#aTrxhafsGHTgiNJkIgzViVsFrA6LEMOK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTrxhafsGHTgiNJkIgzViVsFrA6LEMOK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTrxhafsGHTgiNJkIgzViVsFrA6LEMOK > .row .container > .video-iframe-container { display: none; }#aTrxhafsGHTgiNJkIgzViVsFrA6LEMOK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTrxhafsGHTgiNJkIgzViVsFrA6LEMOK > .row > .video-iframe-container { display: none; }#aTrxhafsGHTgiNJkIgzViVsFrA6LEMOK > .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); }#aTrxhafsGHTgiNJkIgzViVsFrA6LEMOK > .row .container { border-width: 0; border-radius: 0; }#aTrxhafsGHTgiNJkIgzViVsFrA6LEMOK > .row > .video-iframe-container {  }#aTrxhafsGHTgiNJkIgzViVsFrA6LEMOK > .row .container { width:47.75rem;height:33.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KgTNgH40mUmzoeKO9LDfAsM7VGuhfxAq { width:47.748699188232rem;height:19.5rem;top:11.51953125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wrv8my4m3uRnQXFZfDC5uKXrpQTicqJ9 { width:6.1861977577209rem;height:9.75rem;top:2.51953125rem;left:0.7291667461395rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cnF76ZoJ3gMQZIaWVzyCKsCiCfD4TMtm { width:46.1875rem;height:24.1875rem;top:6.6484375rem;left:0.7291667461395rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ncIp3t8S2zVzzApzI1yf7ktRQJFfxBOb { width:9rem;height:9rem;top:2.5181884765625rem;left:20.3203125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HpUqtTD5bU5a6KJXeLzR6TJ0pirlcoIN { width:47.748699188232rem;height:19.5rem;top:11.51953125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #eMNf2RuPaMAiz2Hx3gh8FRLhJ0CH3mp3 { background-color:#eef3ef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#eMNf2RuPaMAiz2Hx3gh8FRLhJ0CH3mp3 > .row .container { background-color: transparent; background-image: none; }#eMNf2RuPaMAiz2Hx3gh8FRLhJ0CH3mp3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMNf2RuPaMAiz2Hx3gh8FRLhJ0CH3mp3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMNf2RuPaMAiz2Hx3gh8FRLhJ0CH3mp3 > .row .container > .video-iframe-container { display: none; }#eMNf2RuPaMAiz2Hx3gh8FRLhJ0CH3mp3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMNf2RuPaMAiz2Hx3gh8FRLhJ0CH3mp3 > .row > .video-iframe-container { display: none; }#eMNf2RuPaMAiz2Hx3gh8FRLhJ0CH3mp3 > .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); }#eMNf2RuPaMAiz2Hx3gh8FRLhJ0CH3mp3 > .row .container { border-width: 0; border-radius: 0; }#eMNf2RuPaMAiz2Hx3gh8FRLhJ0CH3mp3 > .row > .video-iframe-container {  }#eMNf2RuPaMAiz2Hx3gh8FRLhJ0CH3mp3 > .row .container { width:47.75rem;height:32.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #B8b2beXEu0LU8JWMgBH3mDoT6UouKW51 { width:47.748699188232rem;height:19.5rem;top:11.51953125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HAvqhMLWkBThRBli7tuqtD0VCR282iMb { width:6.1861977577209rem;height:9.75rem;top:2.51953125rem;left:0.7291667461395rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n5ad6F1Ju3nt4e5aTDJeVQM62fR8BUWp { width:46.1875rem;height:24.1875rem;top:6.6484375rem;left:0.7291667461395rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b01qUV4clA9fqZTCiXm1JEiODyJ7qzSS { width:9rem;height:9rem;top:2.5181884765625rem;left:20.3203125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LEQwDN5KE1f0xawx2u7ihAMx4QBtH3yF { width:47.748699188232rem;height:19.5rem;top:11.51953125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #yl12gq3US7qldMdivmPNqg66v6zJ35eb { background-color:#eef3ef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#yl12gq3US7qldMdivmPNqg66v6zJ35eb > .row .container { background-color: transparent; background-image: none; }#yl12gq3US7qldMdivmPNqg66v6zJ35eb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yl12gq3US7qldMdivmPNqg66v6zJ35eb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yl12gq3US7qldMdivmPNqg66v6zJ35eb > .row .container > .video-iframe-container { display: none; }#yl12gq3US7qldMdivmPNqg66v6zJ35eb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yl12gq3US7qldMdivmPNqg66v6zJ35eb > .row > .video-iframe-container { display: none; }#yl12gq3US7qldMdivmPNqg66v6zJ35eb > .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); }#yl12gq3US7qldMdivmPNqg66v6zJ35eb > .row .container { border-width: 0; border-radius: 0; }#yl12gq3US7qldMdivmPNqg66v6zJ35eb > .row > .video-iframe-container {  }#yl12gq3US7qldMdivmPNqg66v6zJ35eb > .row .container { width:47.75rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #llaIWJCkPet8G1vlQSXusvs2GDzP0SNL { width:47.748699188232rem;height:36rem;top:11.51953125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tyEZ016IFPnvakces2IM9JSI9TWwicbw { width:6.1861977577209rem;height:9.75rem;top:2.51953125rem;left:0.7291667461395rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i0oJtvV3tKlQTFDXr00WtTHF3sigpaBg { width:46.1875rem;height:40.5625rem;top:6.6484375rem;left:0.7291667461395rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AWUZ1uoT5DSGaHAuqh2NufhHy0DgT0C4 { width:9rem;height:9rem;top:2.5181884765625rem;left:20.3203125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kGpGLGxDq8vZfem35QCe3FgyNPQtQm15 { width:47.748699188232rem;height:36rem;top:11.51953125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ZqVrrTsxT1CovRu2gAqyMZm85TqMTTKs { background-color:#eef3ef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ZqVrrTsxT1CovRu2gAqyMZm85TqMTTKs > .row .container { background-color: transparent; background-image: none; }#ZqVrrTsxT1CovRu2gAqyMZm85TqMTTKs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqVrrTsxT1CovRu2gAqyMZm85TqMTTKs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqVrrTsxT1CovRu2gAqyMZm85TqMTTKs > .row .container > .video-iframe-container { display: none; }#ZqVrrTsxT1CovRu2gAqyMZm85TqMTTKs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqVrrTsxT1CovRu2gAqyMZm85TqMTTKs > .row > .video-iframe-container { display: none; }#ZqVrrTsxT1CovRu2gAqyMZm85TqMTTKs > .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); }#ZqVrrTsxT1CovRu2gAqyMZm85TqMTTKs > .row .container { border-width: 0; border-radius: 0; }#ZqVrrTsxT1CovRu2gAqyMZm85TqMTTKs > .row > .video-iframe-container {  }#ZqVrrTsxT1CovRu2gAqyMZm85TqMTTKs > .row .container { width:47.75rem;height:35.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VyvPCM7ukSsVEITSXH7oGXW4hBc4gB8W { width:47.748699188232rem;height:22.5rem;top:11.51953125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CIO4mJEoXwM72nxrh7NfZFkINc8WkgNp { width:6.1861977577209rem;height:9.75rem;top:2.51953125rem;left:0.7291667461395rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tfwJAsZ62mEoZoaak35BUqn6nlmuWnFz { width:46.1875rem;height:27.3125rem;top:6.6484375rem;left:0.7291667461395rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cTwGNFTztfZXQGNnVItU3taLs6z0bllZ { width:9rem;height:9rem;top:2.5181884765625rem;left:20.3203125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wDWy6wtnpZEuwGnPWeMrDoXr4iKKRPfg { width:47.748699188232rem;height:22.5rem;top:11.51953125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #gkaCRypprcThEdX3WNkbmIBJlFAsqKs7 { width:6.1861977577209rem;height:9.75rem;top:2.51953125rem;left:0.7291667461395rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DoxEtBb02k2LpiMPiKwln8vr3ozuTdKc { width:6.1861977577209rem;height:9.75rem;top:34.33203125rem;left:0.7291667461395rem;font-size:7.5rem;z-index:100022;display:block; }
 }@media only screen and (max-width: 1199px) { #FJ02TxtTfcH1xv9L9ydDnPpSv4WU50IU { background-color:#eef3ef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#FJ02TxtTfcH1xv9L9ydDnPpSv4WU50IU > .row .container { background-color: transparent; background-image: none; }#FJ02TxtTfcH1xv9L9ydDnPpSv4WU50IU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FJ02TxtTfcH1xv9L9ydDnPpSv4WU50IU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FJ02TxtTfcH1xv9L9ydDnPpSv4WU50IU > .row .container > .video-iframe-container { display: none; }#FJ02TxtTfcH1xv9L9ydDnPpSv4WU50IU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FJ02TxtTfcH1xv9L9ydDnPpSv4WU50IU > .row > .video-iframe-container { display: none; }#FJ02TxtTfcH1xv9L9ydDnPpSv4WU50IU > .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); }#FJ02TxtTfcH1xv9L9ydDnPpSv4WU50IU > .row .container { border-width: 0; border-radius: 0; }#FJ02TxtTfcH1xv9L9ydDnPpSv4WU50IU > .row > .video-iframe-container {  }#FJ02TxtTfcH1xv9L9ydDnPpSv4WU50IU > .row .container { width:47.75rem;height:28.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zfiRGXxm6Ju973yvbOP0zfi5yOocMqU3 { width:47.748699188232rem;height:19.5rem;top:5.686279296875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ktmmQiSV9PpAFNrLoqXzareZvVcLSh2d { width:46.1875rem;height:22.3125rem;top:2.5rem;left:0.7291667461395rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S76iSx6qFaTw8Ty7LLeGfXiFldNS5x3Q { width:47.748699188232rem;height:19.5rem;top:5.686279296875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #IcvPxTRLW07VDpKvfzl7ph7hJaZ6tXtV { display:block; }#IcvPxTRLW07VDpKvfzl7ph7hJaZ6tXtV > .row .container { width:47.75rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HzsTAywuJ0arTC2JTgdUmlP5EDHM06U7 { width:43.75rem;height:0;top:3.75rem;left:1.9687501788139rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kswTk4ESqLPNdA2Wliy2RPBvUNkhXV95 { width:43.75rem;height:2.75rem;top:2.625rem;left:1.9687501788139rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rv4nLC6uWt63XPa0RyeTwnS0vWGsMZvk { width:43.75rem;height:2.75rem;top:2.625rem;left:1.9687501788139rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #hu4qL7OLl44Ss5Hnb5hBq13mdZtVRHrR { width:43.75rem;height:5.5rem;top:7.125rem;left:2rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XTdgp77qnCTwpBwclHRHnqRZpuTRFgHu { width:47.748699188232rem;height:1.8333333730698rem;top:15.12255859375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wapXAzhzVioR1kNSGDgrDS1TkNcNNJai .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; }
#wapXAzhzVioR1kNSGDgrDS1TkNcNNJai .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.2375rem solid #fea858;border-right:0.239375rem solid #fea858;border-bottom:0.2375rem solid #fea858;border-left:0.239375rem solid #fea858; }
#wapXAzhzVioR1kNSGDgrDS1TkNcNNJai .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; }
#wapXAzhzVioR1kNSGDgrDS1TkNcNNJai { width:20.9375rem;height:8.2916669845581rem;display:flex;top:19.39453125rem;left:13.201823234558rem;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) { #wapXAzhzVioR1kNSGDgrDS1TkNcNNJai #cnAOEIUIGopxeEGT4xeFCX86zTOqTfe4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #wapXAzhzVioR1kNSGDgrDS1TkNcNNJai #hzr0XgKvHwgGDKHJBIByJBOTTqxNZSKz {  }
 }@media only screen and (max-width: 1199px) { #wapXAzhzVioR1kNSGDgrDS1TkNcNNJai #md5aueK2MLNq6dAmLpglHUCMTDSWg8Kk {  }
 }@media only screen and (max-width: 1199px) { #wapXAzhzVioR1kNSGDgrDS1TkNcNNJai #abCNbEB6n308n02hEPFCqAxO8ZUB3LX9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #wapXAzhzVioR1kNSGDgrDS1TkNcNNJai #iZaKwRIK3iGNqFJTrDu1odTIecpTAA81 {  }
 }@media only screen and (max-width: 1199px) { #wapXAzhzVioR1kNSGDgrDS1TkNcNNJai #lZtooCTlzRHNsffI1EJNoR6TICHXFe1C {  }
 }@media only screen and (max-width: 1199px) { #wapXAzhzVioR1kNSGDgrDS1TkNcNNJai #cF9p9x4O5wvKHp7La6pJw4vO1KeMgZRG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #wapXAzhzVioR1kNSGDgrDS1TkNcNNJai #SGrEIO6ekKvtBhiJXhk2qG8iOKA2q0pn {  }
 }@media only screen and (max-width: 1199px) { #wapXAzhzVioR1kNSGDgrDS1TkNcNNJai #iwUQlpziNARis0H5cuqoGrBC2ii5oDAi {  }
 }@media only screen and (max-width: 1199px) { #wapXAzhzVioR1kNSGDgrDS1TkNcNNJai #lmT1GNDL2dFfdS6T3QxZX6HzfyEIbfLH { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #wapXAzhzVioR1kNSGDgrDS1TkNcNNJai #AZLcTGexEcV4GEZSe3HzbouIAh9cyKaH {  }
 }@media only screen and (max-width: 1199px) { #wapXAzhzVioR1kNSGDgrDS1TkNcNNJai #XfxipgClh2O6XWE6J7VspHaWSNsCzdgc {  }
 }@media only screen and (max-width: 1199px) { #TMnGFTWJ7tHGnvROCIzqSP2AKlLibTO0 { display:none; }#TMnGFTWJ7tHGnvROCIzqSP2AKlLibTO0 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #RrmQs86HDdwRcUoGHlTNvT0JxDcU1TsH { display:block; }#RrmQs86HDdwRcUoGHlTNvT0JxDcU1TsH > .row .container { width:47.75rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #snUqCwwVcuLURWbwGrbTtNEfthSpnArN { display:block; }#snUqCwwVcuLURWbwGrbTtNEfthSpnArN > .row .container { width:47.75rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kDN230TXgl7ULAfqgT4SmNK6UlvgoVDr { width:43.75rem;height:2.75rem;top:2.625rem;left:1.9687501788139rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dZNSR40J3emNoSM4ORKzakvvEo8z2Sas { width:43.75rem;height:2.75rem;top:2.625rem;left:1.9687501788139rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #GaRuKq0Z0OqZQyAQrLfWRu86DwIysOlB { display:block; }#GaRuKq0Z0OqZQyAQrLfWRu86DwIysOlB > .row .container { width:47.75rem;height:2.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qU82DFXxP3gAfflE3wE1kStVOtpSL30l { display:block; }#qU82DFXxP3gAfflE3wE1kStVOtpSL30l > .row .container { width:47.75rem;height:10.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kbTvCVX8PqRT8Rw0Ou4zUmChqFzFsBrP { width:47.75rem;height:10.5rem;top:0.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TaSzPtkBu1XLFfZsz1JPgVtlGIDn1onk { display:block; }#TaSzPtkBu1XLFfZsz1JPgVtlGIDn1onk > .row .container { width:47.75rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #neZcPkgcPPB4TO1GwT2w1tOnKDei4ypl { width:32.3125rem;height:1.9166666269302rem;top:2.5625rem;left:7.71875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LU7hfNUC9A2v68mw2NRH9FISnHbhQp2C { display:block; }#LU7hfNUC9A2v68mw2NRH9FISnHbhQp2C > .row .container { width:47.75rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FEHzApZlDEnveQWih56afdH4svFls6Lh { width:32.3125rem;height:1.9166666269302rem;top:2.125rem;left:7.71875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yQux3WECl2kanUoZ1v9CVBxyqOgTCiHC { width:32.3125rem;height:1.9166666269302rem;top:2.125rem;left:7.71875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #R2WqJaVmunK7cXUFpX1Zz5Po6KM3Rtmt { display:block; }#R2WqJaVmunK7cXUFpX1Zz5Po6KM3Rtmt > .row .container { width:47.75rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #V9JlyvD8lD7RNAcrGrLeKiiUZEEIwZyW { width:43.75rem;height:3.8333332538605rem;top:2.25rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I5PeQqf7sSTCbzqpb0GAt6SrBPibzXAA { width:43.75rem;height:3.8333332538605rem;top:2.25rem;left:2rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #eL86HH9KQFUGo6aDM0N18xPF6azDlUJf { display:block; }#eL86HH9KQFUGo6aDM0N18xPF6azDlUJf > .row .container { width:47.75rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZgPESiLGbzRASnIl9N6GTppoH7g3vcz7 { width:43.75rem;height:3.8333332538605rem;top:2.25rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oXRZSWC2OuRCWuhWhZ9hbwQNVeh0ZNTR { display:block; }#oXRZSWC2OuRCWuhWhZ9hbwQNVeh0ZNTR > .row .container { width:47.75rem;height:15.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qOtvanfDuu6kR4v0PtG1geQUTFofddbr { width:32.3125rem;height:1.9166666269302rem;top:0.81171874981375rem;left:7.7187503576281rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yLtmwd9woQUFZSqJVHGgL0FgHPF6rTsB { width:32.3125rem;height:11.499999761581rem;top:3.2500000474974rem;left:7.7187503576281rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PAci2rBGD9Q6tJieLTLIZUZWStqgW8n4 { display:block; }#PAci2rBGD9Q6tJieLTLIZUZWStqgW8n4 > .row .container { width:47.75rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FckgDvUCtXprMde1XaJepV07QHTuENRP { width:32.3125rem;height:1.9166666269302rem;top:2.6875rem;left:7.71875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y1rGog08HRlyn0T4lmpFxDk11lqgSXRf { display:block; }#y1rGog08HRlyn0T4lmpFxDk11lqgSXRf > .row .container { width:47.75rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FoIUksz2aw8E3gytUVky12dQqP70w2uy { width:33.125rem;height:3.4375rem;top:2.25rem;left:7.3124998807906rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w3XaaikpQqoyui5FrK87CGLRv1JrVb9E { display:block; }
 }@media only screen and (max-width: 1199px) { #z47eWn5doZQrBVWx6s1aobrlOslLEhB8 { display:block; }#z47eWn5doZQrBVWx6s1aobrlOslLEhB8 > .row .container { width:47.75rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mAWJ0Veo7d0whKT7NstHL48M9JZclsRd { display:block; }#mAWJ0Veo7d0whKT7NstHL48M9JZclsRd > .row .container { width:47.75rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #p5vfiCN9BcVFzi5wc1uztyirMDXMq7UN { width:43.75rem;height:2.75rem;top:2.4375rem;left:2rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H9TsCZnZuNnEsKwyMSo8z1Bz0MTUz1Nt { width:18.723958969116rem;height:3.3229167461395rem;top:6.6875rem;left:14.5625rem;font-size:1.0625rem;z-index:100019;display:block; }
 }@media only screen and (max-width: 1199px) { #II3fSIq1C3Pb4hpgt0AEGRHslsTGkIDL { display:block; }
 }@media only screen and (max-width: 1199px) { #eeWbsdTBVb5sboANwRkFcV3InUF7RN9J { display:block; }#eeWbsdTBVb5sboANwRkFcV3InUF7RN9J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vJ865cTh4EENr6OzswokOOcNMwZ9TLxv { display:block; }#vJ865cTh4EENr6OzswokOOcNMwZ9TLxv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ihGqILEUXU0Q87PHOEtSwP37icttoquS { width:31.3125rem;height:2.0833332538605rem;top:0.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #flcToES1PmLe3DUIt5eTdNTdvXcwGLyu { width:47.75rem;height:2.25rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZV85DbOVJTp5xJ8vgJdSulRs6HLJxhMv { display:block; }#ZV85DbOVJTp5xJ8vgJdSulRs6HLJxhMv > .row .container { width:47.75rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MuSnlmU7LlvQsq6Sw14y5HshQ93zfzfn { width:43.75rem;height:7.6666666269302rem;top:0.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dNnSuAza0wJzow9Qc0lq7g4IkVPvih3T { width:43.75rem;height:7.65rem;top:0.25rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #AyLi9i7x90RbkkqPT7IXIrhyz3ghZzx5 { display:block; }#AyLi9i7x90RbkkqPT7IXIrhyz3ghZzx5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FsR50Nv8KC4pnDxZELvzPw5KDQPV49yc { width:31.3125rem;height:2.0833332538605rem;top:0.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hbTDInJZyiqQBukf281H79EK70Cib5NV { width:47.75rem;height:2.25rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hql94aciIz39CRub2LlLFtEF8wZNgHOq { display:block; }#Hql94aciIz39CRub2LlLFtEF8wZNgHOq > .row .container { width:47.75rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MGEuB5iTawzzLkNEVw4tIt3FluBTkUDh { width:43.75rem;height:5.7499998807907rem;top:0.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tRZwsFt2FMbXD6W9fBzsH3r8AodIqJZL { display:block; }#tRZwsFt2FMbXD6W9fBzsH3r8AodIqJZL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yW82kblqxf0XFIPk7ndJz3ZwKgLfabpr { width:31.3125rem;height:2.0833332538605rem;top:0.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bwclA8flnPaaxh1UDZ3tX9zsJSeE2Xt5 { width:47.75rem;height:2.25rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TXTzfWzHLWK0R5HONuS6AL71d0ZbQyD4 { display:block; }#TXTzfWzHLWK0R5HONuS6AL71d0ZbQyD4 > .row .container { width:47.75rem;height:41.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #K2SFbKXZOTwlRkD0i0Wmvz7cXOxKFRoD { width:40.625rem;height:41.666665077209rem;top:0.0625rem;left:3.53125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u7cWXohv6zrKsR3vPvRIdSJEtKO2II3q { width:40.625rem;height:41.666665077209rem;top:0.0625rem;left:3.53125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Cmz3TlJAn303S5I7TPLbwRUR6IfEqcsk { display:block; }#Cmz3TlJAn303S5I7TPLbwRUR6IfEqcsk > .row .container { width:47.75rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #sZwm5u3bnsOWFT7THRs7ExRwCpo2eSrH { width:42.6875rem;height:4.1666665077209rem;top:0.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PcuyAy32Av4UWl5vVnszTZadVF0v8NzX { width:47.75rem;height:4.4375rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h2QvSJvMuPtolElNT1KvblJtyI6hMR4p { display:block; }#h2QvSJvMuPtolElNT1KvblJtyI6hMR4p > .row .container { width:47.75rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #bmT4aM5zeTaAloTInVu21eZmfx7lHwBc { width:43.75rem;height:5.7499998807907rem;top:0.3125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #otDyxTKIaMsR3BdLdRvAg0n2TGqNTMZa { display:block; }#otDyxTKIaMsR3BdLdRvAg0n2TGqNTMZa > .row .container { width:47.75rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LkSIFhcoABp7Hco9FP74HETQ5l1aMIzV { width:42.6875rem;height:2.0833332538605rem;top:0.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WnpXFKxSzJBgP5zTFHhlry8K7tA8PaPl { width:47.75rem;height:2.25rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jyddk96zrD9TMIB1aLToyCMQkZAkIf71 { display:block; }#Jyddk96zrD9TMIB1aLToyCMQkZAkIf71 > .row .container { width:47.75rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yJW0xAEuf0yhCP6rCyLQHKI2JZNKhFyx { width:43.75rem;height:3.8333332538605rem;top:0.25rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EPrcFmNhiU95uDLxNF7t8Xl8NlirTKIQ { display:block; }#EPrcFmNhiU95uDLxNF7t8Xl8NlirTKIQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #v4d1pHniQcD4PA6DmyFl4Jz5gr3eiVvc { width:31.3125rem;height:2.0833332538605rem;top:0.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iPSvhbJfgEDMkokCTB8UIIWEJMfeS6k6 { width:47.75rem;height:2.25rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sQNa6HnpMVJAHFdRLllIGgPAwhncLL7R { display:block; }#sQNa6HnpMVJAHFdRLllIGgPAwhncLL7R > .row .container { width:47.75rem;height:9.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xk6OfcoG1sTyeiswPeht0m85oZ1dzCwS { width:43.75rem;height:9.5833332538605rem;top:0.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mQJdg30BGoxI444QHVvTzGfq5Bu1It4L { display:block; }#mQJdg30BGoxI444QHVvTzGfq5Bu1It4L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #w0iNuGNwvUihCIok2eQfFgP9EFNrxbl9 { width:31.3125rem;height:2.0833332538605rem;top:0.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n5wvsKV1HP5EO7tWIXnpwRX1TGDozfQu { width:47.75rem;height:2.25rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MZFERvrZGhTOzGwt2bFMkCWqJFbHhSKn { display:block; }#MZFERvrZGhTOzGwt2bFMkCWqJFbHhSKn > .row .container { width:47.75rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #sh9c7QyK0EtuNmEZOLIloGN2DOzxFwNs { width:45.3125rem;height:3.8333332538605rem;top:0.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #STPzV5tedaXyl9AAi2xTai1vO6Qt1aiR { width:45.3125rem;height:3.8333332538605rem;top:0.25rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #STcIzfdt77MqiIXu3bDPsShivFbTXT9N { display:block; }#STcIzfdt77MqiIXu3bDPsShivFbTXT9N > .row .container { width:47.75rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GR9LnzyOedTV6FTheP9tnPUbNMRD3LXv { display:block; }#GR9LnzyOedTV6FTheP9tnPUbNMRD3LXv > .row .container { width:47.75rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Vzf8p3Hhg9lVnfK4RdKOpF5tv6WVThnC { width:43.75rem;height:2.75rem;top:2.5625rem;left:1.9687501788139rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GZz0cUUlONpJSAVJKetPnqOTT6DwyEl5 { display:block; }#GZz0cUUlONpJSAVJKetPnqOTT6DwyEl5 > .row .container { width:47.75rem;height:78.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #locfQA7p07hUVwUA56TXQfK3oqpRPh1Q { 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) { #i3K1S8OmJ21mX9fkVFNuK3EM1D2J4zwp { width:17.5rem;height:23.5rem;top:10.4365234375rem;left:16rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NovtzSWcC7uF0kHM3qfKnrPgy0DlBUd0 { width:43.75rem;height:33.333332538605rem;top:36.208374023438rem;left:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fCLFzOu4e9blxIEWZTAd1rbF4frVZHxp { width:3.125rem;height:3.25rem;top:72.5625rem;left:22.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WcLkdh12UsVtETSm2igTl13nAlkW3Wen { 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) { #ZGsvEliVBRPgGZllTQQ6AkvLhW3OUoXI { width:47.75rem;height:71.0625rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ox1eK3SqyzQsxqwICfIc3IhqksDnSkMv { 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) { #a6RSTLBEWgg92JUpVU5DEvnQ7Sz58HEK { width:25rem;height:0;top:11.859375rem;left:19.178904354572rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #MzQT49vLe6oHKEEJVZNoaL5Psma27e3i { display:block; }#MzQT49vLe6oHKEEJVZNoaL5Psma27e3i > .row .container { width:47.75rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kwWTaJl4EbxMFdnqRLRi5Qgi2SXdNhK0 { display:block; }#kwWTaJl4EbxMFdnqRLRi5Qgi2SXdNhK0 > .row .container { width:47.75rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hqWmHMyvoGQMtAWIpGWflq3K2TsTo6TE { width:47.75rem;height:4.8333334922791rem;top:13.9375rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IfJ1qZ8IoqJJApvp1sCLK8ScvXhG1IBs { display:none; }#IfJ1qZ8IoqJJApvp1sCLK8ScvXhG1IBs > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #eXRg6MFHofSZ73valzdqlV7chfd49aoD { display:none; }#eXRg6MFHofSZ73valzdqlV7chfd49aoD > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #MVm6ONATNMvAi3RSEG7qwzskPfmPBS3z { display:none; }#MVm6ONATNMvAi3RSEG7qwzskPfmPBS3z > .row .container { width:47.75rem;height:13.125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #ZJIc8tr3mQ0h2QJFdtcRNzTG3ryOetIv { width:43.75rem;height:5.6rem;top:3.75rem;left:1.9687501788139rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #mqSq9KhnqSrzJRHmAWuxalBk0NoxS9qe { display:none; }#mqSq9KhnqSrzJRHmAWuxalBk0NoxS9qe > .row .container { width:47.75rem;height:13.125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #CG4oVMSk6P6TUr9L7On0coO8WO3fMHhD { width:43.75rem;height:5.6rem;top:3.75rem;left:1.9687501788139rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #T0TbJ2qIXsVFmHHXT3UZLWfzPkpGDZm0 { display:none; }#T0TbJ2qIXsVFmHHXT3UZLWfzPkpGDZm0 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #HaJsRcHNWWMthvekQrz3XCfvWLDV0WcA { width:43.75rem;height:2.75rem;top:3.75rem;left:1.9687501788139rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gJsQnWOnxqfIDO9z98XP6Hkcv4K6IPni { display:none; }#gJsQnWOnxqfIDO9z98XP6Hkcv4K6IPni > .row .container { width:47.75rem;height:13.125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #I3GeKF4i1NyH7SstHf8Dsrv6cfJBwtUE { width:43.75rem;height:5.6rem;top:3.75rem;left:1.9687501788139rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #MF2XZWyacTEwOuBxFJdfL6wqZwqW2URM { display:block; }#MF2XZWyacTEwOuBxFJdfL6wqZwqW2URM > .row .container { width:47.75rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NawPG58EXqUTakiNr50JDuxTvGUZxNiL { width:43.75rem;height:2.75rem;top:2.625rem;left:1.9687501788139rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tskv7pP3uAMGeLvqtPP1bNsfJr5IbC4N { display:block; }#tskv7pP3uAMGeLvqtPP1bNsfJr5IbC4N > .row .container { width:47.75rem;height:19.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rtKwEdMEa6QfDmRtaISU7iogJ6cRdOBT { width:43.75rem;height:7.3333334922791rem;top:6.4375rem;left:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NxcWoGKOtGuBMRLLGvVaNTaHXpCZRncC { width:6.1875rem;height:13rem;top:3.8724365234375rem;left:2.8606772422791rem;font-size:10rem;display:none; }
 }@media only screen and (max-width: 1199px) { #z4ykdQd0nnIiNsH3a05RfEn4OcggmAwl { width:43.75rem;height:7.3333334922791rem;top:6.4375rem;left:2rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #igimlJCBTK4WPrhTVKhUmGdh3rAKOusL { width:6.1875rem;height:1rem;top:3.8724365234375rem;left:2.8606772422791rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S4yX5pWPub8Ao3C8Ng6buUNgfHfrZZfF { display:none; }#S4yX5pWPub8Ao3C8Ng6buUNgfHfrZZfF > .row .container { width:47.75rem;height:13.125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #mdrHFv5dr11Brdmu53T8ShBN57XkXnHk { display:block; }#mdrHFv5dr11Brdmu53T8ShBN57XkXnHk > .row .container { width:47.75rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GpJ4ZXPsfJszn4ceKDSlwCTVMuOUKuHL { 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) { #GgrE3pTISLXnO0qecmbHtapxhmQh9rWJ { position:fixed;z-index:199999;background-color:rgba(3,93,36,0.9);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #f4ce83;top:0rem;left:0rem;right:0rem;display:block; }#GgrE3pTISLXnO0qecmbHtapxhmQh9rWJ > .row .container { background-color: transparent; background-image: none; }#GgrE3pTISLXnO0qecmbHtapxhmQh9rWJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GgrE3pTISLXnO0qecmbHtapxhmQh9rWJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GgrE3pTISLXnO0qecmbHtapxhmQh9rWJ > .row .container > .video-iframe-container { display: none; }#GgrE3pTISLXnO0qecmbHtapxhmQh9rWJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GgrE3pTISLXnO0qecmbHtapxhmQh9rWJ > .row > .video-iframe-container { display: none; }#GgrE3pTISLXnO0qecmbHtapxhmQh9rWJ > .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); }#GgrE3pTISLXnO0qecmbHtapxhmQh9rWJ > .row .container { border-width: 0; border-radius: 0; }#GgrE3pTISLXnO0qecmbHtapxhmQh9rWJ > .row > .video-iframe-container {  }#GgrE3pTISLXnO0qecmbHtapxhmQh9rWJ > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nwrIQzP2izImHNlyxHJI5TTtQ4Hk3lo7 { width:6.1875rem;height:0;top:0.87421870231631rem;left:0.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZcmwBxaIosNVUBwfgkJDdCBzvmb8Z0iH { width:3.75rem;height:1.25rem;top:0.875rem;left:14.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8o3agTA0CnqNCH3VzGMkVS4TsHCN3rP { width:4.75rem;height:1.25rem;top:0.875rem;left:5.6874998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4LcDk7ysubBbxi4amIgX63uLWOFfy3O { width:2.5rem;height:0;top:8.875rem;left:8.75rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #Magi1PQRx0o25K21NSoFftBIuquxLPpy { width:5rem;height:1.25rem;top:0.875rem;left:0rem;font-size:1rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #FIEhMTVUhLVaTmzQ4RwzFaTZDT7ctWtX { width:4.375rem;height:0;top:0rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #heH34uEFykBhOhhh4HcZBugKytlfsGFH { width:3.125rem;height:1.25rem;top:0.875rem;left:11rem;font-size:1rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #Bnt4zbMKut1AeySViUPFQ2r19XpGND4I { width:2.5rem;height:1.25rem;top:0.875rem;left:17.500000357628rem;font-size:1rem;text-align:right;text-align-last:right;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #O4HhwKM66KV0pWtN2MXUDnIPsvw7KW63 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8f6722aa-a459-42d4-b491-254f52f1da4d/Bannernastrwwwgwn38401400px.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#O4HhwKM66KV0pWtN2MXUDnIPsvw7KW63.adaptive-delivery-prevent-bg, #O4HhwKM66KV0pWtN2MXUDnIPsvw7KW63.lazyload, #O4HhwKM66KV0pWtN2MXUDnIPsvw7KW63.lazyloading { background-image: none; }#O4HhwKM66KV0pWtN2MXUDnIPsvw7KW63 > .row .container { background-color: transparent; background-image: none; }#O4HhwKM66KV0pWtN2MXUDnIPsvw7KW63::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(3,93,36,0.85); }#O4HhwKM66KV0pWtN2MXUDnIPsvw7KW63 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O4HhwKM66KV0pWtN2MXUDnIPsvw7KW63 > .row .container > .video-iframe-container { display: none; }#O4HhwKM66KV0pWtN2MXUDnIPsvw7KW63 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(3,93,36,0.85); }#O4HhwKM66KV0pWtN2MXUDnIPsvw7KW63 > .row > .video-iframe-container { display: none; }#O4HhwKM66KV0pWtN2MXUDnIPsvw7KW63 > .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); }#O4HhwKM66KV0pWtN2MXUDnIPsvw7KW63 > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iSZsHes1DrSnfQgVOTx7DdXpoFaLGgMa { 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) { #oDiwxXk2gew9Ps3BCX0AcGobF2BtMBgn { width:4.25rem;height:4.375rem;top:1.3541717529297rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #To9dTJViMcy96cu9RKOD5EgKVaN2NQb1 { width:18.75rem;height:1.5833333730698rem;top:15.369791984558rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPd2k5AeZs6T9Kksl54ufvObVyvVxawc { width:12.5rem;height:0.0625rem;top:14.057291984558rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnuKBdpgaRx9dPZuMMPmWfU6co8tnfb0 { width:20rem;height:1.8333333730698rem;top:8.2320318222044rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #TykOi9ZTHyMXNok0KeD4mQsyCpTfTLFv { width:18.75rem;height:18.75rem;top:19.205730438233rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3sWh1UffmUpHTbgR5HiuAl5PlJ2W6uH { width:20rem;height:1.5833333730698rem;top:11.2890625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0Nbz2szhTnh6QTTD8nzpIxTX1xuqEDW { display:none; }#e0Nbz2szhTnh6QTTD8nzpIxTX1xuqEDW > .row .container { width:20rem;height:23.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oB8sCR5T8rKn2p1bUIJoBcLKIJzDDVDq { width:19.9991875rem;height:10.2rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fon2CJbQJHZkDKr2X14vrIBFLXwyId67 { width:20rem;height:0;top:12.698486328125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQDGWK1goHvw1xNlNyVrc5yuQHTXABZV { display:none; }#wQDGWK1goHvw1xNlNyVrc5yuQHTXABZV > .row .container { width:20rem;height:41.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LezAvfCOmkaNdnPWHLfoHFxaFELy1KMA { width:18.75rem;height:6.075rem;top:1.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #XqxqWMt7gb0QSeQuJuNIxJetJZgfPy5s { height:11.222088888889rem;width:20rem;top:9.2625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEHOzxfQBzNN8Sq6ThdLkTe66B9lKX3c { display:block; }#sEHOzxfQBzNN8Sq6ThdLkTe66B9lKX3c > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r3aNMPO5z5sXQog6pckWC1JaDX00wozk { width:18.75rem;height:3.6666667461395rem;top:1.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLSNk9OTh1VQOO9ud7t9RTkbu5o0I9my { display:block; }#DLSNk9OTh1VQOO9ud7t9RTkbu5o0I9my > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d7Nhu8hnOa2FfzesNJ5g57zpqRrUTV6G { width:18.75rem;height:0;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zopDakdMibDkub3vQuT9PTeylSOaCTL6 { width:18.75rem;height:3rem;top:2.208251953125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #GiuQ7BWftUFau6Ovsu6JJCTOdGTBOANS { display:block; }#GiuQ7BWftUFau6Ovsu6JJCTOdGTBOANS > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v6OwUwqMm2ngnTuKvHsWwTLCb9A92GkE { width:18.75rem;height:0;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eNZ7LUSyy0HTfCCmobh8f8yepysM1y3D { width:18.75rem;height:6rem;top:2.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #ervrP8wiKfGTqgi7nC6tggR3VKV25wDU { display:block; }#ervrP8wiKfGTqgi7nC6tggR3VKV25wDU > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZlVLU3NDSyeL6TRBy9UPXBAvpGwFepb1 { width:18.75rem;height:0;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #B5X9gnQMauO1w59U9cAHO1AHagR5QPlR { width:18.75rem;height:3rem;top:2.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #wycOn4IGoykgGsCgvnR7kGGVugVrLhfx { display:block; }#wycOn4IGoykgGsCgvnR7kGGVugVrLhfx > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTTwTh2Na8t2rdnKGO3z96PLCfbz0BOn { width:18.75rem;height:0;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q1LHeBzCZEOWkJ7iGMbROCxbIognDaxW { width:18.75rem;height:3rem;top:2.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #PKV0QTA7S4aGvVCloMSuDazdy5ewLpgl { display:block; }#PKV0QTA7S4aGvVCloMSuDazdy5ewLpgl > .row .container { width:20rem;height:15.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bch6RPyT2QptHpnrnTfs0gDvao2bSLJZ { width:18.75rem;height:0;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vrEe9EC5GyvF1po0nfwN980i8S7eGRS0 { width:18.75rem;height:13.5rem;top:2.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #OQL7gLmekWdz4Z7X1TO6zU5sBMvg5ScG { display:block; }#OQL7gLmekWdz4Z7X1TO6zU5sBMvg5ScG > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #waW2fmx7oSraJ6bTcvRMSaPEcgkF5yOZ { width:14.875rem;height:3.4375rem;top:1.875rem;left:2.5625001192093rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #svSTXxtCdNBV5sT8MbNqxlqZJyG78Ztx { display:block; }
 }@media only screen and (max-width: 763px) { #gS7LKbo1CLnGgHSWPldzKT9WdAbzBJeL { display:block; }#gS7LKbo1CLnGgHSWPldzKT9WdAbzBJeL > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UE3y38P1XP6KSP8H5biCw2RgiPiE3Tw2 { display:block; }#UE3y38P1XP6KSP8H5biCw2RgiPiE3Tw2 > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HG0eVSVT5axFCSd7zZnOnyOXmVveXu6R { width:19.9991875rem;height:1.8333333730698rem;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) { #ah8TE861tqbSt9iKb8e3FqO6JJvIBw5W { display:block; }#ah8TE861tqbSt9iKb8e3FqO6JJvIBw5W > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VMKr54KzgogrcTWtlLpbiGCbn4WsrIMe { 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) { #ZbxLpPSdCeiw4DX48tTTnNe4wk9BXZ7g { width:18.75rem;height:4.7500001192093rem;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) { #PEL2J12JBcdJxo7cMCRAeDh3NxGAMAn2 { display:block; }#PEL2J12JBcdJxo7cMCRAeDh3NxGAMAn2 > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N4fqL1PEG2wsV0hhO6uWINcZqlqEHfrc { width:18.75rem;height:3rem;top:1.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSwy5WzZ4WNhrmiN4T3JGSWnIeB41XZS { display:block; }#nSwy5WzZ4WNhrmiN4T3JGSWnIeB41XZS > .row .container { width:20rem;height:34.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HPBe4bQ1hy8iSrc2204u8m4HvFxTb3gy { width:20rem;height:9rem;top:1.33203125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #p85HlH7deI9yrCSbX5fI6oWP65Jz3hEO { width:20rem;height:9rem;top:13.0390625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAV9UxrPhfBkpGemwa0S4OD3LvCSKy2K { width:20rem;height:9rem;top:24.43359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIvgeqPVxJnLRIrPlfrJZSVSuhUHDH3R { width:19.375rem;height:9.625rem;top:1.0104370117188rem;left:0.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TmbuOQhNyvLTkc4bvFOQJlPCJDVDF4R3 { width:19.375rem;height:9.625rem;top:12.73828125rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HX3uTAflmUwnEWhT9TeBoMZ0XLEbv3MD { width:19.375rem;height:9.625rem;top:24.1328125rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQSNTmUnvDcugUVg3ZXAwpTfXLTJw1bD { width:20rem;height:10.25rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAnVgl5bszuLT6dPaVobSCEgmfAHNvhu { width:20rem;height:10.25rem;top:23.89453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtNIVmfcihvUkwUfnh2bdMm5vRC68Pax { width:20rem;height:10.25rem;top:12.45703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #riihNB8f5d2pXVvxzMAnmg2X9yvoWy2o { width:19.375rem;height:9.625rem;top:0.98828125rem;left:0.28125rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #wn7w6GyAxpCNLiQBgrsqzelfbRkoZAGU { display:block; }#wn7w6GyAxpCNLiQBgrsqzelfbRkoZAGU > .row .container { width:20rem;height:34.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZHbkqLJdEelP4OSSazUBn7l1m4IQ8EHP { width:20rem;height:7.5rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #AGfXbfIvZxQTC4VAfdIGuJOG4ADHgZmI { width:20rem;height:7.5rem;top:13.2890625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuAKzip46E06deAdktoTaf7TUc8gGNTy { width:20rem;height:9rem;top:24.43489074707rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRooSuN7W1UwKfTt6r1x7lRmL96TLgwy { width:19.375rem;height:9.625rem;top:1.0104370117188rem;left:0.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #s8wBqBMyW4l7QowUlaa5STFewQqOu6nk { width:19.375rem;height:9.625rem;top:12.73828125rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rW8GEXf9EavmRTiJSAz9MIPLJKsR0KIA { width:19.375rem;height:9.625rem;top:24.1328125rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcrwRIFqQ8CLUb5zgz7I3Bhe94BWRDXT { width:20rem;height:10.25rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQ12Zt1km24koBPvfGUkLnCa31TH4ta0 { width:20rem;height:10.25rem;top:23.89453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSMkHW5TQgpRNZq0OrOdAIaBfsHTySQU { width:20rem;height:10.25rem;top:12.45703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zt70KT90308BDd2mk2hTbxanMz4P1EiA { width:19.375rem;height:9.625rem;top:0.98959350585938rem;left:0.28125rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #nJRf0xqg512dklEinrHnx5ddBwEs0HQI { display:block; }#nJRf0xqg512dklEinrHnx5ddBwEs0HQI > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bWC3JmfvqiUxSUROs17CPypZ2FiOtBDP { width:14.875rem;height:3.4375rem;top:1.875rem;left:2.5625001192093rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFqXu4W958RExL0nXGALnZb7vMTnmvfl { display:block; }
 }@media only screen and (max-width: 763px) { #kDtTS1NLucKiweUpfZZJzLJNhoEuNFJz { display:block; }#kDtTS1NLucKiweUpfZZJzLJNhoEuNFJz > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p1B6biI0l7cTCUbf7MBUMFsTGqOqRWIh { width:18.75rem;height:0;top:3.89453125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wdzFtwrLsteCrbMnxtHEIoxLlhxiqpWw { width:6.1875rem;height:2.5833332538605rem;top:0.0625rem;left:6.28125rem;text-align:center;text-align-last:center;font-size:2rem;z-index:100018;display:block; }
 }@media only screen and (max-width: 763px) { #hyxs4zIBetkq4ZvAg3PRT76EJtbfqQq6 { width:18.75rem;height:15.833333730698rem;top:3.95703125rem;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) { #a2BPFJUcMyFxzTv26dHhOAtBTLcxkJlZ { display:block; }#a2BPFJUcMyFxzTv26dHhOAtBTLcxkJlZ > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GZWbOaQ8SDhmeD0EDXhwtmMXzEkT7DdW { width:19.9991875rem;height:1.8333333730698rem;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) { #N96qbx4b6of62pOri8KATmz7y5NsxQAe { display:block; }#N96qbx4b6of62pOri8KATmz7y5NsxQAe > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f5a1AslH29vQHItVSGFTBUUdCqoNKT9V { width:19.9991875rem;height:1.5833333730698rem;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) { #faxVhn1dMSnd3oDyWBUKbzZbspqEy72N { width:18.75rem;height:0;top:3.9739685058594rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CgDIeFytUexni4ID5QLV3O9Ix5RilQwo { width:18.75rem;height:10.5rem;top:4.0989685058594rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #CXPe8yAKO4qlhWmf5DaFeu0SUttSIAA1 { display:block; }#CXPe8yAKO4qlhWmf5DaFeu0SUttSIAA1 > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z3NAb91tvJ5dcKfSArcq4FzMgdN8E28i { width:19.9991875rem;height:1.5833333730698rem;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) { #WJ1MDIubO0Bn52U13BX0kBAtdddrLf3B { width:18.75rem;height:0;top:3.9244995117188rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DOIE1VDoyQUdiHxwqtKlzTWttPy3DQTI { width:18.75rem;height:10.5rem;top:4.3619995117188rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #CREtUF4PxFpcE36gc8fTJgoZtxS0v8AO { display:block; }#CREtUF4PxFpcE36gc8fTJgoZtxS0v8AO > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vyp3k7HONEy4EFVl4lSw37LLVmmpCL4w { 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; }#Vyp3k7HONEy4EFVl4lSw37LLVmmpCL4w.adaptive-delivery-prevent-bg, #Vyp3k7HONEy4EFVl4lSw37LLVmmpCL4w.lazyload, #Vyp3k7HONEy4EFVl4lSw37LLVmmpCL4w.lazyloading { background-image: none; }#Vyp3k7HONEy4EFVl4lSw37LLVmmpCL4w > .row .container { background-color: transparent; background-image: none; }#Vyp3k7HONEy4EFVl4lSw37LLVmmpCL4w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vyp3k7HONEy4EFVl4lSw37LLVmmpCL4w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vyp3k7HONEy4EFVl4lSw37LLVmmpCL4w > .row .container > .video-iframe-container { display: none; }#Vyp3k7HONEy4EFVl4lSw37LLVmmpCL4w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vyp3k7HONEy4EFVl4lSw37LLVmmpCL4w > .row > .video-iframe-container { display: none; }#Vyp3k7HONEy4EFVl4lSw37LLVmmpCL4w > .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); }#Vyp3k7HONEy4EFVl4lSw37LLVmmpCL4w > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VXsSOvVyVLb9iCnzPXvrMCOPAWSvrid6 { display:block; }#VXsSOvVyVLb9iCnzPXvrMCOPAWSvrid6 > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u6vJK4d2SbHD2KI26giqkl4LwP5SkdlO { width:19.9991875rem;height:1.8333333730698rem;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) { #igAMDGnTTumNkpXG7Hq5rcgX9CcD0TVA { display:block; }#igAMDGnTTumNkpXG7Hq5rcgX9CcD0TVA > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c4cp0b2RoaTtLdyhEVHrdSEpM8qlMxGF { width:19.9991875rem;height:1.8333333730698rem;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) { #sPPcIsy7otHg0km2628OFGSPZ2ofuWws { width:19.998697280884rem;height:3rem;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) { #IkTK70LsshFX8EbPql4PPmvpkexBSapI { width:19.998697280884rem;height:1.8333333730698rem;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) { #FoBPWAxgEySdBtxX4JEWHeyTVv4kfpk8 { width:19.998697280884rem;height:3.1666667461395rem;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) { #dAaUOyBlLtIzstdetcQElrbWHxZ80ARQ { width:19.998697280884rem;height:1.8333333730698rem;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) { #kByTAoay6eAMWiyqbXWrhumw7ZuRgWi0 { width:19.998697280884rem;height:3.1666667461395rem;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) { #BOnDKLvZF4m9G8WZ6yCfW1MXxmASf81V { display:block; }#BOnDKLvZF4m9G8WZ6yCfW1MXxmASf81V > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ivozi8bVJsnTJSSX9J56WgX5SdnVSfoy { display:block; }#ivozi8bVJsnTJSSX9J56WgX5SdnVSfoy > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ymhiG658oLbcpBnkODHnToMUAAncKREt { display:block; }#ymhiG658oLbcpBnkODHnToMUAAncKREt > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IlVBm87OLJdcK4Ext2I8rA9SQXODNkxJ { width:18.75rem;height:0;top:1.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qTN8cuve2UNfoqV7cvkN5is6ED5xKTyp { width:18.75rem;height:3.6666667461395rem;top:1.34375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #luqKh5Z0V4csCNJVXd6TqE8AfHvLNIc8 { display:block; }#luqKh5Z0V4csCNJVXd6TqE8AfHvLNIc8 > .row .container { width:20rem;height:24.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yvrz8it271tPh9iBlPEpEQtXuMN1Fziw { width:20rem;height:0;top:1.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fokZRoM7vR3nNVrEWyUBoNCWekPaLUaJ { width:20rem;height:22.999999523163rem;top:1.2083435058594rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #tfKv8TyqNk60t6mza0nmZokdUxGJbID0 { display:block; }#tfKv8TyqNk60t6mza0nmZokdUxGJbID0 > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MeGGQJff6ywNVq3yONdk3qW2OlNTxpM8 { width:14.875rem;height:3.4375rem;top:1.83203125rem;left:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4oZJvfXas9rWinaqbwKTmRGDxGbiAPg { display:block; }
 }@media only screen and (max-width: 763px) { #LMJFDFITd6tReLqBHWZV4EXQtXE6olkn { display:block; }#LMJFDFITd6tReLqBHWZV4EXQtXE6olkn > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yOHUsX2RDI9SG7gT52z6LkmevFFrktNe { width:19.9991875rem;height:1.8333333730698rem;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) { #TSxinsqMVFXNW7kIE7TIRlRdBMc7cxiX { display:block; }#TSxinsqMVFXNW7kIE7TIRlRdBMc7cxiX > .row .container { width:20rem;height:16.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JDod2QzqD4vhu1MUrii4JJSFitDAaRwr { width:18.75rem;height:15rem;top:1.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwOSLc0pFcrZg2etweykn0ZxeIo6Ftwv { display:block; }#BwOSLc0pFcrZg2etweykn0ZxeIo6Ftwv > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ShPTMnBnqmSGlE0wMg4rFo6KOWqSkaw2 { width:19.9991875rem;height:1.8333333730698rem;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) { #Ec45XVBwLGrtLBtqBTWxw0g6oGe6UhgP { display:block; }#Ec45XVBwLGrtLBtqBTWxw0g6oGe6UhgP > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eBfe5qT34vAd3qx9cHcuWuSxpFx4C0Ee { display:block; }#eBfe5qT34vAd3qx9cHcuWuSxpFx4C0Ee > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EA5yB8FehFhzePODTtALRBDdWUkIvTo6 { display:block; }#EA5yB8FehFhzePODTtALRBDdWUkIvTo6 > .row .container { width:20rem;height:14.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQNbNdmTRAKsh42hQDs7aq9FlaoSHqvM { width:18.75rem;height:0;top:1.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UF1rHawJhoCL3xvb37oWdRJBaR75I7Gm { width:18.125rem;height:0;top:7.61328125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #y6DZyULzJQ2OBaNwTObBv9pCKbGp1vZf { width:1.5625rem;height:1.5625rem;top:6.5rem;left:12.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Haf88eKvTL3sPQpMTsRwJ9Rn191hlaM5 { width:1.5625rem;height:1.5625rem;top:6.5rem;left:6.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcbaE0Mi77Ev4vxoV8DR4sOiGb892Jd7 { width:1.5625rem;height:1.5625rem;top:6.5rem;left:7.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFG2xrVz9CpdGJoLoAo8IKXIzRyFkHWy { width:1.5625rem;height:1.5625rem;top:6.5rem;left:10.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7nzaCIEvP3vWOax0FnGpOTal2WGySHW { width:1.5625rem;height:1.5625rem;top:6.5rem;left:9.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdUP8QklvGTFLZFMSqWQpEzlmJkQprOc { width:18.75rem;height:3.6666667461395rem;top:1.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #ytsEoZygFmczVPylcCMsBJVB9lKF5zTC { width:18.125rem;height:4.7500001192093rem;top:8.8424682617188rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #n1IszN6mXJO8VOUvv5DLaM4rKrJ5JhTO { display:block; }#n1IszN6mXJO8VOUvv5DLaM4rKrJ5JhTO > .row .container { width:20rem;height:79.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bdPN7JR2IL6oAkyc86ukbBWBXt0tsZNU { width:18.125rem;height:9.0625rem;top:1.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEEPz2u4V6yirW3oLpIQ2cKwvLsLlwrv { width:18.125rem;height:9.0625rem;top:21.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAltE35HaAOETIUrAQRE08OI09drlIPd { width:18.125rem;height:9.0625rem;top:11.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRETvCI7e8nOuEIZcA8fyoG9N2V5qJ2T { width:18.125rem;height:9.0625rem;top:32.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuZv52pbPzRMtlgHTqbBWQi1VhOifHgw { width:18.125rem;height:35rem;top:43.7890625rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.5;z-index:100018;display:block; }
 }@media only screen and (max-width: 763px) { #h8D58K8TBuZDP86waNcgGCnUOevOJUTb { display:none; }#h8D58K8TBuZDP86waNcgGCnUOevOJUTb > .row .container { width:20rem;height:1.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RtughnCD1z32d4FLGhSutCmEp10M1plX { width:18.125rem;height:0;top:1.4583129882812rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #HcmFcb5pMdQo0AfJhg3OVbcUFmGtT7lG { display:block; }#HcmFcb5pMdQo0AfJhg3OVbcUFmGtT7lG > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CrVebqGd8nezF4yr1sSn79O6rsMT2Gyy { width:18.125rem;height:9.0625rem;top:1.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdVxibX8XHHwJtTLkFc5pQsq47qW4uxL { width:18.125rem;height:9.0625rem;top:21.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhiK6ziZxt6pZ2No8JT0ycn4AadSmTPG { width:18.125rem;height:9.0625rem;top:11.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITQ4UJgT4EK3Mmfqf0HdukLEtRNJtSBz { width:18.125rem;height:9.0625rem;top:32.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXKsytcF4t9T5rS1nz4XzyMXlXgVmBiq { display:block; }#cXKsytcF4t9T5rS1nz4XzyMXlXgVmBiq > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VlsvR2MLDIhJZerRvt7PGeR6Db8bTGvy { width:19.9991875rem;height:1.8333333730698rem;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) { #vMbmhQJEX6iO5FPZHuZqQTCX0aExQzeD { display:block; }#vMbmhQJEX6iO5FPZHuZqQTCX0aExQzeD > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XXTLOrK82zsGHSRcP0Ca613CZIlTxlTk { display:block; }#XXTLOrK82zsGHSRcP0Ca613CZIlTxlTk > .row .container { width:20rem;height:40.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kVyahky7LgX58H7TqQixnCznFSnTMZTX { width:18.125rem;height:0;top:1.4583129882812rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #Pr54IT1i8HPiXRHCn0p7c3k9zWtBEqC0 { width:18.125rem;height:38.5rem;top:1.6041870117188rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.5;z-index:100018;display:block; }
 }@media only screen and (max-width: 763px) { #mqaOPBe6it9WO8c6T5p9bQJb2shi2ewb { display:block; }#mqaOPBe6it9WO8c6T5p9bQJb2shi2ewb > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U1apeNSrGXdLf3TVLZfz6N2gT9meGTTE { width:18.125rem;height:9.0625rem;top:1.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHsTXCu8L5rvvrEGPEOQXqQTbzkuXmmb { width:18.125rem;height:9.0625rem;top:21.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBJiQ5t95Zc7MTigwTA0eGN9hVocsDha { width:18.125rem;height:9.0625rem;top:11.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuluTFVu6m1SX1ag1fowcIbHX3kPGqwM { width:18.125rem;height:9.0625rem;top:32.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsBTz7H1fv8m4toTeo6bgaVB9zOf0HkT { display:block; }#KsBTz7H1fv8m4toTeo6bgaVB9zOf0HkT > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aHMLRXuLslX0kU6OibmwZXACrCS1ZUTp { width:18.125rem;height:9.0625rem;top:1.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xy4c267ysGwfFvMmOHNOatJLvP6Ewgdb { width:18.125rem;height:9.0625rem;top:21.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrFMi3C3TzXLEHIer0Ku7AobvsTUUAcH { width:18.125rem;height:9.0625rem;top:11.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6RloS8Sa0BEqIoQ7uLWoSchzwwdmxc2 { width:18.125rem;height:9.0625rem;top:32.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBmLQTirEwOpBD41bDkMrEWnB4Iemgl4 { display:block; }#mBmLQTirEwOpBD41bDkMrEWnB4Iemgl4 > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LgVN7P3l9hKmP9KspvinXSTFl09yTfPn { width:14.875rem;height:3.4375rem;top:1.83203125rem;left:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #InRq8LBafduxEyH9tMmfbgZUqPfQFQSh { display:block; }
 }@media only screen and (max-width: 763px) { #s9uTFK4uyXMoNy1z22kC7idPfAT5NGyU { display:block; }#s9uTFK4uyXMoNy1z22kC7idPfAT5NGyU > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #woFBXQm4sRdd5qV7E51m6cDX5QaNTOkk { display:block; }#woFBXQm4sRdd5qV7E51m6cDX5QaNTOkk > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nHXqPTU6OMefiRxAiMburxDJ52HkJXTL { width:19.9991875rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kD6K2tmUP6uNPMT38hsRLvOqlc2seGvr { width:19.998697280884rem;height:7.3333334922791rem;top:1.4583740234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #h5hKQeUPNknStN0avz92WhkJxULfXlOH { display:block; }#h5hKQeUPNknStN0avz92WhkJxULfXlOH > .row .container { width:20rem;height:93.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UFvf67G7Tw1M5EyaROUtqNbtsCRIAUfT { width:19.9375rem;height:40.0625rem;top:7.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0liX3Vkceq7cn0J1v5ZRZFPAkdr5las { width:18.125rem;height:10.666666984558rem;top:30.623718261719rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8xLiVUPtyzoPlRdep9v7gsrsyhO8iK2 { width:17.5rem;height:3.4375rem;top:42.390625rem;left:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CG16ksntk5xXPLEqb9SQcD0HaRHeEZTo { display:block; }
 }@media only screen and (max-width: 763px) { #dIyXtLO68tAney2ryDRuSNsJbRz84gNa { width:19.9375rem;height:39.5625rem;top:54.1875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bc1ssUluhW5mDRQmVruhDe8AX7OCu4fE { width:18.125rem;height:9.3333334922791rem;top:78.875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9u0Pzqma1VaNbwHdiOedhrqyvDGe693 { width:17.5rem;height:3.4375rem;top:89.083374023438rem;left:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #oqzwkLwDdxk1ll5FeKW6IbMrkhIy2NWq { display:block; }
 }@media only screen and (max-width: 763px) { #oQU0XRosMxqlgUP7mEZvmSo1PBDnz8Td { width:9.375rem;height:9.375rem;top:2.7500610351562rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCKvhZsUatVqkNQnUlllbHfsNO8yBDBD { width:9.375rem;height:9.375rem;top:49.5625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyhDEbrILXQEqKQOt4DbTDxAb5xCk6LP { width:18.125rem;height:0;top:12.1875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bDRqXEGJocPruZTS57pUQ1qzJvOx2DiH { width:18.125rem;height:0;top:58.977844238281rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CDouiHxvsihXxTMGhawiCGO7CQf3Tzul { width:18.75rem;height:auto;top:12.8125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #veQTAwzLpu8wQORCKt8hnBKWt8iq0DbS { width:18.75rem;height:auto;top:12.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FFguk9ItkQFSlX43VTUTaLFhWZU5GLQS { width:18.125rem;height:17.416667103767rem;top:12.1875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100020;display:block; }
 }@media only screen and (max-width: 763px) { #MmsfVzGgGAl3JKrXC1tBV6vDQbT4FmaW { width:18.125rem;height:19.000000476837rem;top:58.977844238281rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100021;display:block; }
 }@media only screen and (max-width: 763px) { #SCB7G4Sipbs8VEM5qVqh0JdK2m0p3QeW { width:6.1875rem;height:auto;top:1.5625rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #rWP3TyACWttv6Tmr9seMQRMpcdrJ9zgq { width:6.1875rem;height:auto;top:1.5625rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #vNsxbQ87MSSfX3AEFImx99oi4qJHZm3G { display:block; }#vNsxbQ87MSSfX3AEFImx99oi4qJHZm3G > .row .container { width:20rem;height:91.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GDH9aveAr0iwi9thHgl10bmz3Lw5i7lZ { width:19.9375rem;height:38.4375rem;top:7.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uW162JLTtdNnRlRPb7EB0ori1k09cots { width:18.125rem;height:0;top:12.20703125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #htsW0FsliSDxTRFVM7mTCnIbWSMmXgbT { width:17.5rem;height:3.4375rem;top:40.833374023438rem;left:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qyCQm7Fk5gER3r7reKIHRN19nWTxLySd { display:block; }
 }@media only screen and (max-width: 763px) { #H9wlr7DqllCaokn57LHUfkZaS4s4Ms8k { width:19.9375rem;height:37.875rem;top:53rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGka22JOPHl5CyCshtfe2cDl5wBvm03e { width:18.125rem;height:0;top:39.4375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pNC8iXBvua6gTww6Nq83vffxJWNuGZNS { width:17.5rem;height:3.4375rem;top:86.1875rem;left:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #aD9WCns6cnyk84OTqOadGHAcyut8v2TH { display:block; }
 }@media only screen and (max-width: 763px) { #LfkD2wLBcqE1LVMX9eTwSHx9VtNz8l04 { width:9.375rem;height:9.375rem;top:2.7500610351562rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N36V9pkpZ6CItkL04tiCpB1397nd2Scp { width:9.375rem;height:9.375rem;top:48.125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk6ZFLwoHrhrFKA85OEFiHZO1PaGC0v7 { width:18.75rem;height:auto;top:11.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #U2VrAhng0JPDsG8McOLLuiwTsOWDB0As { width:18.125rem;height:9.3333336114883rem;top:30.6875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #e9dN3P5Noh2JW0lx8M86KzOT1FCIHRJ1 { width:18.125rem;height:10.666666984558rem;top:74.4375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100020;display:block; }
 }@media only screen and (max-width: 763px) { #td6qLTtabdfapop5ZLti9pTTJDUrnVpF { width:20rem;height:0;top:12.165405273438rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #t8FNN11dUlTTvP5FLRptL2JP9tzLgD34 { width:20rem;height:15.833333730698rem;top:57.561279296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVAHRQnh3yqPyRPGlzabmcJzwevX9fP8 { width:18.75rem;height:auto;top:12.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #o8ny1OMV0La31in2Zpt97Mnu3pCLXK0P { width:18.125rem;height:17.416667103767rem;top:12.165405273438rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100021;display:block; }
 }@media only screen and (max-width: 763px) { #fQBpaxIxg7LcocAiXF6LM7xaXnGdG8HJ { width:6.1875rem;height:auto;top:1.5625rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #lfaxHeX5U6dTfEMnKK0bHIzZ8i38AxQl { width:6.1875rem;height:auto;top:1.5625rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #s9l98aLVx0Tg4HCkA3wC9TXk4h6qb7cq { display:block; }#s9l98aLVx0Tg4HCkA3wC9TXk4h6qb7cq > .row .container { width:20rem;height:98.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nCU2paGShAaQyvZuu3lt7VO6wCgO7WJZ { width:19.9375rem;height:41.6875rem;top:7.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXfvt8Df8VOVGU3TD87B5OFOeqNMLPbP { width:20rem;height:10.666666984558rem;top:33.58203125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qt9oIoZsPZrBxIlzxA9iGA0gHkNA2s9z { width:17.5rem;height:3.4375rem;top:43.95703125rem;left:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wQVyuCTLeQQpbqnHcQ1SFSok6gwvGM9K { display:block; }
 }@media only screen and (max-width: 763px) { #eZLPX52JhMLA76LOWwMiCCqwm5ySvJVh { width:19.9375rem;height:40.8125rem;top:56.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wegTV67TcklGZTeOtoRETfzDoz9HeD8T { width:18.125rem;height:6.6666668653488rem;top:83.51953125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0SklXUD7QyoAqksdblXTV6OUOIyMGQu { width:17.5rem;height:3.4375rem;top:92.071655273438rem;left:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #KJHy4FIErp0Z7Uv3xs4uVUEEUk4Lxg9s { display:block; }
 }@media only screen and (max-width: 763px) { #FSJKELCesIlZ5ryqpphKLsCiXlQdTTal { width:9.375rem;height:9.375rem;top:2.7500610351562rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEeSeUzgr8TiO5U6O8Gaa12HLxhAZTb7 { width:9.375rem;height:9.375rem;top:51.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8qfqAut0SMJN1ilaiTDUyOWNI6QWtoU { width:18.125rem;height:0;top:12.1875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KzFpGWi0CSNk5wn99l3Miy8N9qglNGB3 { width:18.125rem;height:0;top:60.6875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yVVQPD7cXAoT8evZg3yeKebeoM3fC9s2 { width:18.75rem;height:auto;top:12.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #a14i0vDpO9P76sW4TqMi62q4R3AIThyH { width:18.75rem;height:auto;top:12.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #z3fydVfRX1IU4Oe6R38u1qDs0OnIKfm6 { width:18.125rem;height:0;top:12.1875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100016;display:none; }
 }@media only screen and (max-width: 763px) { #NrtPIkXNy88OWcTdHcDZkweU5DO5vr1G { width:18.125rem;height:22.166667222977rem;top:60.6875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #XLJNcZvcw9zRTLrEl5TSfeN2TpHc98og { width:6.1875rem;height:auto;top:1.5625rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #FVNOTLnIPVBZWsEx3bF8794LMrxl5pJE { width:6.1875rem;height:auto;top:1.5625rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #gTV3iFcAlquBqFBtSrSCvdvafGcocHkt { width:18.75rem;height:19.000000357628rem;top:12.124218940735rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #izw9NTeWrEipdaZxAOU3OhytS0s0vZdg { display:block; }#izw9NTeWrEipdaZxAOU3OhytS0s0vZdg > .row .container { width:20rem;height:102.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XiBbbt1ZqeCDNUa6WeM1lrcazFIci5a7 { width:18.6991875rem;height:3.386325rem;top:29.725788116455rem;left:0.64921870827675rem;display:none; }
 }@media only screen and (max-width: 763px) { #DdWSBMnm2xTBIdzh9aZhxuIJcfabdTER { display:block; }
 }@media only screen and (max-width: 763px) { #DedyQB3vCsqowWwODEZ6tES7cdIqcKUg { width:19.4375rem;height:45.625rem;top:56.75rem;left:0.19661462306976rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJ52IAdNtElcizqrKfQhknKyllzRoNCf { width:9.375rem;height:9.375rem;top:1.6849365234375rem;left:5.0520834922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXLVMhDZONovs4R7dFGlMkoSPwaIB5tv { width:17.5rem;height:9.3333334922791rem;top:87.602905273438rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z15QIQpv5OWDsHtIkcSlUDdLmO9nyDNt { width:18.6991875rem;height:3.386325rem;top:84.625rem;left:-33.625rem;z-index:100023;display:none; }
 }@media only screen and (max-width: 763px) { #IVfT0bH2byABLfwy9hWCmAT5Hz7mD8VN { display:block; }
 }@media only screen and (max-width: 763px) { #fQToEsC0ROf7Xq733JPQp28OFMTQ1D13 { width:19.9991875rem;height:1.8333333730698rem;top:83.255039215088rem;left:-44.573436707258rem;text-align:center;text-align-last:center;font-size:1.4375rem;z-index:100025;display:block; }
 }@media only screen and (max-width: 763px) { #Cp4OhHCdiHRUJlChvxtwEzEQhR3wGAPd { width:17.5rem;height:0;top:12.427124023438rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #b6fz7mVyvhdZF4NHv2dTarwXpb8DMFSm { width:9.375rem;height:9.375rem;top:52.0625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiTOPPSltSBueag6lD6gSay3cVF46c5S { width:17.5rem;height:3.4375rem;top:44.6640625rem;left:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #K4Qda8PIHNRZ0EobhGN8QwFgDznUdHJR { display:block; }
 }@media only screen and (max-width: 763px) { #orwgAwHJFhNztRDpgcOq0c537Le0Oefd { width:17.5rem;height:3.4375rem;top:97.8125rem;left:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pVOMsqAfFPT14cHd5OKHvHwmeUtm22sf { display:block; }
 }@media only screen and (max-width: 763px) { #PncXJQ03w133TWrtfgzhOAifnfnzTTEQ { width:19.4375rem;height:43.0625rem;top:6.2474365234375rem;left:0.22786462306976rem;display:block; }
 }@media only screen and (max-width: 763px) { #BARbPTt7lfBlMeZXUaFFwgNRwnXU0733 { width:17.5rem;height:10.666666984558rem;top:32.7890625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #iUoIGU89F7vE8gi93Rvxvt0oyOnX6ghx { width:6.1875rem;height:auto;top:1.8125rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ey6uTJxDbuWTg5KHM2lo7KozwvSZydRn { width:6.1875rem;height:auto;top:1.8125rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #EyJNpkHdCrxsIzhsqtCI2zDZzV2Eg20K { width:18.125rem;height:0;top:11.122436523438rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #M91gEHVsx0miH2ga3WpPH6DTMkXtIeEV { width:18.125rem;height:0;top:63.00390625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qvaixu0cbO0l2SPQOEMFtPdTzkxo1zPc { width:18.75rem;height:auto;top:12.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hbDqfJZIdAzvtdvMfb7NK74kfTvx2pzL { width:18.75rem;height:auto;top:12.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XWdEwPTLwLVG4eTbcDsOqMBlveIq120U { width:18.125rem;height:20.583333849907rem;top:11.122436523438rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #o80aE2LVCcP8AkEZ8ipcAsC3CE6qgbzz { width:18.125rem;height:25.333333969116rem;top:61.4375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100018;display:block; }
 }@media only screen and (max-width: 763px) { #aMQSarKJmsppu4HwAq4XqRwa6F2owS2D { display:none; }#aMQSarKJmsppu4HwAq4XqRwa6F2owS2D > .row .container { width:20rem;height:2.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LNJBTqO1HM3TtfRkQNTNH2OUwXd1ytq4 { display:block; }#LNJBTqO1HM3TtfRkQNTNH2OUwXd1ytq4 > .row .container { width:20rem;height:16.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ukztdTa7knKl42S7SHQ2PDSCQTkz91PJ { width:19rem;height:3.9375rem;top:1.25rem;left:0.5rem;font-weight:400;font-style:normal;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4dSwr7A4athsM7hsm2gFFfhTvynRffS { display:block; }
 }@media only screen and (max-width: 763px) { #J4ezphvdG4TM22J7lA2fiFFgtnnUB1SI { width:4.375rem;height:4.375rem;top:5.75rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1fsB5DClTPrmok64uR9JwyO80lbgkem { width:4.375rem;height:4.375rem;top:5.75rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KN9FsK8GGo3FC8APbB3Gi54m730gEDhR { width:4.375rem;height:4.375rem;top:5.75rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSI0sIm8KMIzA32AM6UXS0ph6AVvxQcV { width:4.375rem;height:4.375rem;top:10.9375rem;left:2.4375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzrSN09TXXI6oVX3egB6edg8btTN0yyp { width:4.375rem;height:4.375rem;top:10.9375rem;left:7.8125003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpBeN2PqkFa7VX696vgnpwGDxJtdqqxT { width:4.375rem;height:4.375rem;top:10.9375rem;left:13.125000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9STrohRhA7iTlT41GT8FEIPHcB7EStD { display:block; }#l9STrohRhA7iTlT41GT8FEIPHcB7EStD > .row .container { width:20rem;height:101.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OytStHT8PEFLXSV0XVhTKz1dIA7AqJ3V { width:18.6991875rem;height:3.386325rem;top:29.725788116455rem;left:0.64921870827675rem;display:none; }
 }@media only screen and (max-width: 763px) { #dAKUmdCtDmT3Q0CWSGf8ggp9dOhaFTwh { display:block; }
 }@media only screen and (max-width: 763px) { #fAuHUbAcv7wR8gfrhlSW6BPsfM1Aowcy { width:19.4375rem;height:42.8125rem;top:58.020874023438rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL8XMqmii5a2cBFseD5BnuaxWBsXLTQ3 { width:9.375rem;height:9.375rem;top:1.6849365234375rem;left:5.0520834922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcAUXu3I0puT1JAUX4HrgOI3pwdcNA6W { width:18.6991875rem;height:3.386325rem;top:84.625rem;left:-33.625rem;z-index:100023;display:none; }
 }@media only screen and (max-width: 763px) { #ffPTzs3Hk3GuWMPhOKChM6DDkzw8AE25 { display:block; }
 }@media only screen and (max-width: 763px) { #KLacby2yX0CU3p7S95T47yXa2qe9ki4t { width:19.9991875rem;height:1.8333333730698rem;top:83.255039215088rem;left:-44.573436707258rem;text-align:center;text-align-last:center;font-size:1.4375rem;z-index:100025;display:block; }
 }@media only screen and (max-width: 763px) { #f8Qx0wvfDVLFtOR3MccuTiX3WIprd4JR { width:17.5rem;height:8.0000002384186rem;top:40.371093392372rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlto4n7coRaT5BQSUy3vOOdfSCtJik9J { width:9.375rem;height:9.375rem;top:53.0625rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwa5bE7kBtWf4lUmk4L9ITsFvMGpbk0f { width:19.4375rem;height:44.0625rem;top:6.24609375rem;left:0.2265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnT36bE88aErWGRUvQuh129TL7s8limo { width:17.5rem;height:0;top:32.7890625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100015;display:none; }
 }@media only screen and (max-width: 763px) { #ttTEybTpiUErdTB2x33oSNXAECREAoQD { width:6.1875rem;height:auto;top:1.8125rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #tic4P1v4ti2pIWx05LS34l5N974fUsWk { width:6.1875rem;height:auto;top:1.8125rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #dAlU63iDEdN2sBISpTx80iL7dNucoz3L { width:18.125rem;height:0;top:11.058594226837rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bPWfoPXXO8EKO8K9SMsTWGyXKczIHB0F { width:18.75rem;height:auto;top:12.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lKBVuIfTGJLkfItwq06xhOkR1cpUkDwc { width:18.75rem;height:auto;top:12.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oOPhNzNZxk1ZpL2mRPpCzKUtDyX3r11J { width:18.125rem;height:0;top:11.122436523438rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100017;display:none; }
 }@media only screen and (max-width: 763px) { #lTpJrImceOgUHQ66U9kcp9hXe3tDEh8i { width:18.125rem;height:0;top:61.4375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100018;display:none; }
 }@media only screen and (max-width: 763px) { #xmr6zeWSU3JK836JJHAJZC0eWUcgGwv3 { width:18.125rem;height:0;top:57.25rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #x2vVM77PUcpevsQoL7782hddPRI0rc8a { width:17.5rem;height:8.0000002384186rem;top:90.954345703125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWuTJK13SrsRcNtfUAwThtQkSob9en0w { width:18.125rem;height:28.500000596046rem;top:11.746094167232rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #n2oWT0EfSMFmBd7ZL1TQeJSwvbHrzCtg { width:18.125rem;height:28.500000715256rem;top:62.477783203125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100018;display:block; }
 }@media only screen and (max-width: 763px) { #AnoAvKCgTGbhkk0C9qflKGo6vLnMI5QX { width:18.75rem;height:auto;top:12.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gQe2KN32lNFeeys66FIsN3VCRaduJLBq { width:18.75rem;height:auto;top:12.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gEL8IKkoZdaHNf1kPJhK8h5cLppyX7UK { display:block; }#gEL8IKkoZdaHNf1kPJhK8h5cLppyX7UK > .row .container { width:20rem;height:90.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d9kfBPTJuW6sGEGzfs1JaONn42tXkwcf { width:18.6991875rem;height:3.386325rem;top:29.725788116455rem;left:0.64921870827675rem;display:none; }
 }@media only screen and (max-width: 763px) { #D9T6eUEBhsFVLabX5CVJGIT2lKDEwAsk { display:block; }
 }@media only screen and (max-width: 763px) { #f0thcsh53lEueuQWu3f4CalkLXUMpnti { width:19.4375rem;height:35.5625rem;top:54.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHEpI2lgrsWT8Ce1LCBSmHkmX5viit9o { width:9.375rem;height:9.375rem;top:1.6849365234375rem;left:5.0520834922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwiHdnXdae40XcH1BiukXXiFKTyh3f79 { width:18.6991875rem;height:3.386325rem;top:84.625rem;left:-33.625rem;z-index:100023;display:none; }
 }@media only screen and (max-width: 763px) { #pOAi78XEaURnEEMGFaBRlrBcb4qFA3te { display:block; }
 }@media only screen and (max-width: 763px) { #zOER2ZxhupNdsEe3NUqdxxN51PI57hOL { width:19.9991875rem;height:1.8333333730698rem;top:83.255039215088rem;left:-44.573436707258rem;text-align:center;text-align-last:center;font-size:1.4375rem;z-index:100025;display:block; }
 }@media only screen and (max-width: 763px) { #Talf4P8xr1Fq4TD1r7EvkWbTt9SJnOks { width:17.5rem;height:6.6666668653488rem;top:37.308595299721rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGU2D2fMe8cRbEslS2KfkUTPPf7yhgAL { width:9.375rem;height:9.375rem;top:49.5625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWpNi1derJG8txsVXTxkK7KI0QwUBXTN { width:19.4375rem;height:40.625rem;top:6.24609375rem;left:0.2265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScU8CdyCAncFf2CqbIkacfyoO8TqFSwd { width:17.5rem;height:0;top:32.7890625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100015;display:none; }
 }@media only screen and (max-width: 763px) { #TuA4TNM1l8PNBEMZsC4zSxS0skWi5OiT { width:6.1875rem;height:auto;top:1.8125rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #SEPiOUa0Li0KBdntRftCN4byBSd3hc2E { width:18.125rem;height:0;top:11.058593988419rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vGTmIvh5EqHeiF9pOpJnpbF1SmK97f25 { width:18.75rem;height:auto;top:12.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bhbw70wBDwvr3k7ctD7if88I6wFfpAVy { width:18.75rem;height:auto;top:12.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #F6wFaQE8r0NIRoHs8Ufq6T5LVxC11IVf { width:18.125rem;height:0;top:11.122436523438rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100017;display:none; }
 }@media only screen and (max-width: 763px) { #OBI9IWRfN31I6cm5hcBp8hzTA4L4hPfX { width:18.125rem;height:0;top:61.4375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100018;display:none; }
 }@media only screen and (max-width: 763px) { #R5PovG8IQgdRs0iQiS2PhWHmiSxvl7eI { width:18.125rem;height:0;top:56.875rem;left:1rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MQ29TTdodba5qvnOZWys6vB3QLXUEiTh { width:17.5rem;height:6.6666668653488rem;top:81.177001953125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFNpaJFPkVUxCe0n4tbO4zVZqWDIq95o { width:18.125rem;height:25.333333849907rem;top:11.808594346046rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #WJDuPApwhzICZGhHLPdQzsbdMEvQuezf { width:18.125rem;height:22.166667103767rem;top:59.09375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100018;display:block; }
 }@media only screen and (max-width: 763px) { #JlaRx8PINpIZGLOCm7uLVaBovxBmweN6 { width:18.75rem;height:auto;top:12.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #svJAGRFUUKAsLqxBAgRBKs6nWqVVLfkK { width:18.75rem;height:auto;top:12.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #G5pyClFuziJIqpiHQPqlzKfB4XWvTFWG { width:6.1875rem;height:0;top:57.75rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #vK5WT7ueZllZ3oNWzp6MmHZ016Vxy250 { display:block; }#vK5WT7ueZllZ3oNWzp6MmHZ016Vxy250 > .row .container { width:20rem;height:93.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QPosenLxMBuGk49Q2Xqp8yOGrzQNI0FZ { width:18.6991875rem;height:3.386325rem;top:29.725788116455rem;left:0.64921870827675rem;display:none; }
 }@media only screen and (max-width: 763px) { #PSKnWVuIFeam7bn8AkQ0kwZ4UiBNMvqz { display:block; }
 }@media only screen and (max-width: 763px) { #noHkBT8VvCCioO7wm2cXqbgm2o46RF8V { width:19.4375rem;height:40.1875rem;top:51.186157226562rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTC8280F8v2GunDSsxa58wWb4mByn5RS { width:9.375rem;height:9.375rem;top:2.37109375rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI4TdIN9SZdaCTL6DTdkE2Bs36rEPGfM { width:17.5rem;height:8.0000002384186rem;top:81.12109375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #daURpgdQE0Fy0K5x4yBCKS1fbuNgP1WD { width:18.6991875rem;height:3.386325rem;top:84.625rem;left:-33.625rem;z-index:100023;display:none; }
 }@media only screen and (max-width: 763px) { #S1MATDwTkD4UHqJT5CcVMrmVwITcCKWh { display:block; }
 }@media only screen and (max-width: 763px) { #sMpffsI6cy7dquXHZxgsJyVDuMiX9c5F { width:19.9991875rem;height:1.8333333730698rem;top:83.255039215088rem;left:-44.573436707258rem;text-align:center;text-align-last:center;font-size:1.4375rem;z-index:100025;display:block; }
 }@media only screen and (max-width: 763px) { #iHVDsLvHMSZbsbov5XqAwd5hneH3chEW { width:17.5rem;height:8.0000002384186rem;top:33.91015625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAWvVmCTKhyB9VB0wXmTbU7UZtyNPsH1 { width:19.4375rem;height:37.0625rem;top:6.8892822265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #szMgUOPXZrHFazvB9rHhcXlTh2vFgwvI { width:17.5rem;height:0;top:32.7890625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100015;display:none; }
 }@media only screen and (max-width: 763px) { #wbyTpkmG43OuIZQFpmflp3QDNTmWgJTk { width:6.1875rem;height:auto;top:1.8125rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #zcAx2cKE9a2gQFvKTRAs8sOIWzNmgtvh { width:6.1875rem;height:auto;top:1.8125rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #tJfb5ydtQfoqndETrQDSX1clspRpTekx { width:18.125rem;height:0;top:11.058593988419rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uTTCc7R9KGs1bvQyLW4pLdmwSM3Nb4xp { width:18.125rem;height:0;top:48.875rem;left:1rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #S1TsLyFl0MpettnPpwTynekR2mZu1Tbp { width:18.75rem;height:auto;top:12.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fg3lb9TVNk3gQiTHitLMdTWnizehVcNq { width:18.75rem;height:auto;top:12.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IAXMdt6cIazkgRoWWmlm89yexw33UxfE { width:18.125rem;height:0;top:11.122436523438rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100017;display:none; }
 }@media only screen and (max-width: 763px) { #ttQCqIpTkK5zQDnVDV6UqE0p69UzOryN { width:18.125rem;height:0;top:61.4375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100018;display:none; }
 }@media only screen and (max-width: 763px) { #xaP6CGNsD8gWuLiTiwgyT6yuWXQ52LJ0 { width:9.375rem;height:9.375rem;top:46.375rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9s1Tk8nlTrCeqPKgUwbRD2GQqeMZ7JH { width:18.125rem;height:22.166667222977rem;top:11.765625rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #tmCq5ZvXmN9dt20Am3r4CaFOuS3QqKih { width:18.125rem;height:25.333333730698rem;top:55.811157226562rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100018;display:block; }
 }@media only screen and (max-width: 763px) { #wCpr6D0xhNTeTbePK4ssnayhZdCd71Cc { width:18.75rem;height:auto;top:12.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FPt2TrLEJ2TbUmmiIuLvyVkKZt9eBwpb { width:18.75rem;height:auto;top:12.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xSIUP60N2t6yKFITWi8VEx4hIlg5qqpf { display:block; }#xSIUP60N2t6yKFITWi8VEx4hIlg5qqpf > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oLFOBqSFZ50VEywKTBx7TANL8QHk8Ahm { display:block; }#oLFOBqSFZ50VEywKTBx7TANL8QHk8Ahm > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AINaFQaQTrJagbWlMXcscH08bTAkSJQV { width:19.998697280884rem;height:3.6666667461395rem;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) { #B620WRphn0GralRt9WXWqt0JB1NXizw8 { display:block; }#B620WRphn0GralRt9WXWqt0JB1NXizw8 > .row .container { width:20rem;height:24rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AteDZfwQKOV9gEoX6tdW4TTB3Q7uykOJ { width:18.75rem;height:0;top:1.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WS5LpLV2pPTXpHWKTTniF7ppb1m1CeQc { width:18.75rem;height:22.5rem;top:1.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #VouuFwo0UXdykCHoyN58clvQO8K7uu6m { display:block; }#VouuFwo0UXdykCHoyN58clvQO8K7uu6m > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MHqK920RyCT0TSP1dI36nccT2Mlzz83k { display:block; }#MHqK920RyCT0TSP1dI36nccT2Mlzz83k > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZUKnqEavTXQCCkGHOcw0yPNMZRl1tSKA { display:block; }#ZUKnqEavTXQCCkGHOcw0yPNMZRl1tSKA > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kzwGXTMbDOEs2l2IPkrTunobJVrIL9kR { width:19.998697280884rem;height:3.6666667461395rem;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) { #P3OzyVFNzd9WdPFN8BnlgmLl8lXf4yTw { display:block; }#P3OzyVFNzd9WdPFN8BnlgmLl8lXf4yTw > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eAVBvSbHJFCRuqGZGN3vxEzZ0xVMaTLb { width:9.375rem;height:9.375rem;top:2.44921875rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7z5G88HWiPrVSCDiVzNOAaxpzJvKAvK { display:block; }#D7z5G88HWiPrVSCDiVzNOAaxpzJvKAvK > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XlvWDB6RZh913Bun8nKC6sfeeBwSJPQL { 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) { #UAktyMtP9FEKa2IdEJzxtqRVv368kgE8 { width:18.75rem;height:25.666667222977rem;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) { #sLH4B44EhpIfSTFw1I4qPeUodEh8RN6I { display:block; }#sLH4B44EhpIfSTFw1I4qPeUodEh8RN6I > .row .container { width:20rem;height:11rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTaF1XTZvvI5AGbpszPDp8JVZTKfvrie { width:9.375rem;height:9.375rem;top:1.6158447265625rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTySuWSxZuSpZXIwsMvQ8uVkRnRXFyac { display:block; }#RTySuWSxZuSpZXIwsMvQ8uVkRnRXFyac > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TldVQahEOgzufNPGys1g6Vu0nalXJLJh { 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) { #zfApBoPa97EcV9gTIAbqnnt6BzufshhP { width:18.75rem;height:53.166667819023rem;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) { #V8BaDM9l2gcGTW6sBnbTPHhSTmPcrdQU { 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) { #antwXtnUllTkSIas0hdPMBlmF5FTSG5s { display:block; }#antwXtnUllTkSIas0hdPMBlmF5FTSG5s > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N7dEiwDwCqa8n99glmZyLuroibqbmx7F { width:9.375rem;height:9.375rem;top:2.13671875rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wed28I4sdvXUprQV5IdmLqyB7eO6eErw { display:block; }#wed28I4sdvXUprQV5IdmLqyB7eO6eErw > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CmCLaH2rT4towb5bPUOO07TIFZRdPk43 { 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) { #a2638gXhMJUpFsxoPtqOEAt9yyDv0GOk { width:18.75rem;height:27.500000596046rem;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) { #gEPfGgUNP6pOhuT64Cd3xXcN9Odtdk5v { display:block; }#gEPfGgUNP6pOhuT64Cd3xXcN9Odtdk5v > .row .container { width:20rem;height:10.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fiy0qgbRCmQwnbQ9WbFDbdgXsM5lH7zI { width:9.6875rem;height:9.6875rem;top:1.125rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbkysZTBXRnglwkgTIpyQIzrDOqNF2cd { display:block; }#fbkysZTBXRnglwkgTIpyQIzrDOqNF2cd > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cWi8P924f8OrgwJx2CW6WrPPQyXaDkcl { 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) { #SMTFyduH4EhZSgXTlsJkzbTK4tozsdWz { width:18.75rem;height:34.833334088326rem;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) { #hMPT2tX7CSpE6WwhM76CsGKNiswERAga { display:block; }#hMPT2tX7CSpE6WwhM76CsGKNiswERAga > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hyHUrFUE6OBzGiikCLSZa1i0Jq0btnm1 { display:block; }#hyHUrFUE6OBzGiikCLSZa1i0Jq0btnm1 > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e3DyTe4MSE9eoPbP5v1etatQZt0H4nGs { display:block; }#e3DyTe4MSE9eoPbP5v1etatQZt0H4nGs > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #anZ4aEIO359zAF0rTWD1ybc4UE75q5n8 { width:19.997396469116rem;height:1.8333333730698rem;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) { #o9FqqG1TVHLvpLCqAiegSM6fNwK8MLrs { display:block; }#o9FqqG1TVHLvpLCqAiegSM6fNwK8MLrs > .row .container { width:20rem;height:138.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOLuVTELAFPUKoqaonFhF7V1JXsi3kop { width:18.75rem;height:37.5625rem;top:46.625rem;left:0.625rem;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #LeSzTSILwQInhPFToq80ZTQIzXbPSyEv { width:18.75rem;height:43.25rem;top:1.1484375rem;left:0.62109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXosiRIwl8PmZ9H46xlZ31cv7b1OnMdV { width:17.5rem;height:4.6875rem;top:1.9500007629394rem;left:1.2492187321186rem;display:block; }
 }@media only screen and (max-width: 763px) { #FypqMD4Tvz4h6Ai2lztLD29xaVbk5uNS { width:17.5rem;height:4.6875rem;top:47.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHMTQQKA5ZAC8xlceHuxbCLdywXGFvP5 { width:18.75rem;height:2rem;top:3.3117198944092rem;left:0.62226560711861rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWdRoWwQ2eV7XNKnTqKePw3CzEHaK6To { width:19.997396469116rem;height:4rem;top:47.71875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXiZTfL3A3f6QGZZlIpdNfl96Ik64gfN { width:19.997396469116rem;height:2.5833332538605rem;top:31.144470214844rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvaFwVWFGrzPFUkKlm2PO8J4Eyva4I3M { width:19.997396469116rem;height:2.5833332538605rem;top:125.16674804688rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3UO54clucvaUxq9BveaGT5gwoS5guxd { width:12.5rem;height:7.3333334922791rem;top:115.65625rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #haMa2ghWc0ZccW4TDPqonEmwCe3ou1nd { width:15.625rem;height:3.125rem;top:35.69921875rem;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.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ly9FyLthgaG2ERtb9emvg0SsGHu55QQ3 { display:block; }
 }@media only screen and (max-width: 763px) { #JSCeiPgVbCVVzEbd7FUoaVJMpKqCdxJc { width:15.625rem;height:3.125rem;top:129.22924804688rem;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.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqS2pnRgSSsAs8wBCdb9gXcQQtpBVKxZ { display:block; }
 }@media only screen and (max-width: 763px) { #GAmiETaWocWUWe3yR7TEzQks42Qrxz3H { width:18.125rem;height:0;top:86.729187011719rem;left:0.90625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #U7IdgSMOhC76KJzi9xphcGVfk5B126HE { width:20rem;height:1.5833333730698rem;top:40.1484375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #asFkDsWkgG5ODHVzd5QPwpRt2xnD8TRa { width:20rem;height:1.5833333730698rem;top:133.54162597656rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rG6RfGQfuHfeRynnWDBUCbTGugkrdfLv { width:17.5rem;height:22.999999523163rem;top:7.88671875rem;left:1.25rem;font-size:1.0625rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #UvFxZa0M0WcLKaLV055984Dg3GOkTvFF { width:18.75rem;height:50.1875rem;top:87.333374023438rem;left:0.625rem;z-index:100011;display:block; }
 }@media only screen and (max-width: 763px) { #y53J35BVhi3iI3JJ7WB8H9HDvfhINwmw { width:17.5rem;height:4.6875rem;top:87.915405273438rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAZGfZUPVFqlOWg0gaTwqTQc3FdCRaLa { width:20rem;height:2.5833332538605rem;top:88.946655273438rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5XaG4ETv9pBC2chMA0wxGpyRttFfq53 { width:20rem;height:17.5rem;top:53.28515625rem;left:0rem;font-size:1.375rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #ZANXqKBvtpoqrCf08dCiGSWepPlCGviV { width:20rem;height:2.5833332538605rem;top:72.3515625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEHJT7UPff9uzz4AG1oavgqJsTbBl1TG { width:20rem;height:20rem;top:93.895874023438rem;left:0rem;font-size:1.375rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #I5TcGvCBwArbC5RWsKBFgiF4pfnqVnrs { width:15.625rem;height:3.125rem;top:75.604248046875rem;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.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKT16b6cA1QyPR65pUt4mfwKno3y57kk { display:block; }
 }@media only screen and (max-width: 763px) { #keabdWE5kJpSsLSKOUnB3tNmBof03TLy { width:20rem;height:1.5833333730698rem;top:80.08349609375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA3NabyrHh3txdW3F8KB25Regp1SPXCH { width:20rem;height:51.6875rem;top:86.666748046875rem;left:0rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #tiQQXGvNm18x8iOb86C5LxTzHzqe3GK4 { display:block; }#tiQQXGvNm18x8iOb86C5LxTzHzqe3GK4 > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kpTpKb8CnMxNwGrZDs2oMKXPz3UMcIp4 { width:18.75rem;height:32.3125rem;top:1.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoPl6frW0WZzaVTUqUlXFIQMqfIIIium { width:17.5rem;height:4.6875rem;top:2.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAi7T1ZCv6DePm1xARw2EUn6wouL5RmM { width:20rem;height:2rem;top:3.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOwV13XeCG5masGhSb0sfSWwhtEUic9I { width:15.625rem;height:0;top:15.821655273438rem;left:2.15625rem;font-size:1.375rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #Qqk8UaLQ9XHrASyCowzpeNSfWkPDNPXg { width:20rem;height:2.5833332538605rem;top:25.686279296875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T579D0SIwUWeSdEwX1KxHVlUgVCpXmI1 { width:15.625rem;height:3.125rem;top:25.458251953125rem;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.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2kxZ3y7CdnB1D2FLvh4FHSzQekyOLSS { display:block; }
 }@media only screen and (max-width: 763px) { #mDfUkvQLCo26NXWhwrJEUpZWy0nf1Ogf { width:20rem;height:1.5833333730698rem;top:30.102905273438rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrpKor8O60EGaT5tpuxb2z5TBQ2laLry { width:17.8125rem;height:15rem;top:8.5rem;left:1.125rem;font-size:1.375rem;line-height:1.8;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #Ll6LFLx9HBLW318eRQDTrQl40xuDuVRn { display:block; }#Ll6LFLx9HBLW318eRQDTrQl40xuDuVRn > .row .container { width:20rem;height:49.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u9Tex1p0q4ZfrIDfuFoHTu86Sc3KAuon { width:18.75rem;height:0;top:1.6146240234375rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Oe2GwDu7standDtOIIwqGdr1PlnLvcOD { width:18.75rem;height:46.5rem;top:2.1771240234375rem;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) { #vvUmy9e6dV4XNKXtIJf2MttraXyi1SHf { display:block; }#vvUmy9e6dV4XNKXtIJf2MttraXyi1SHf > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UggXFqQkUi7NWesolWxoV0NcskNtyRFD { width:18.75rem;height:3.1666667461395rem;top:3.30078125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntDth6pWRSyTEp5HHe3JyG8PvRJUXEJS { width:6.1875rem;height:2.5833332538605rem;top:0rem;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) { #CtLkQgXPicWw3o4lCHk1L0JaK5HzFaHu { width:6.1875rem;height:auto;top:0.0625rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #GHbTrbFooLIXTTSBtgblM5PLoM5To7nq { display:none; }#GHbTrbFooLIXTTSBtgblM5PLoM5To7nq > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ELJKToFm6M43cQPpAaW3sxtzLL3rSTeg { width:19.998697280884rem;height:1.7875rem;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) { #Ooat7QZ5vqvBTPVASKWoRyDx9UlgwTbK { display:none; }#Ooat7QZ5vqvBTPVASKWoRyDx9UlgwTbK > .row .container { width:20rem;height:55.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BG4tgIf5hdZ84I631hUeJMBldenWTzLs { width:19.875rem;height:10.6875rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVTV6FUAHHvOUZiTpTT8yDXGcQfO7x4y { width:18.125rem;height:15.19375rem;top:19.3671875rem;left:0.90625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qAx6t5ErVlCJTiPGKRQSNvQM1h4R8udO .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qAx6t5ErVlCJTiPGKRQSNvQM1h4R8udO .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 #f4b787;border-left:0.1875rem solid #f4b787;border-right:0.1875rem solid #f4b787;border-bottom:0.1875rem solid #f4b787; }
#qAx6t5ErVlCJTiPGKRQSNvQM1h4R8udO .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; }
#qAx6t5ErVlCJTiPGKRQSNvQM1h4R8udO { width:14.625rem;height:5.4375rem;display:flex;top:44.125rem;left:2.5rem;z-index:100057; }
 }@media only screen and (max-width: 763px) { #qAx6t5ErVlCJTiPGKRQSNvQM1h4R8udO #IANck1Zw5RrnbMQF46LWzAqwyZikWDmm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qAx6t5ErVlCJTiPGKRQSNvQM1h4R8udO #fNbnTw8JBdps3LbKmfgVE9dA5k0Vc1BC {  }
 }@media only screen and (max-width: 763px) { #qAx6t5ErVlCJTiPGKRQSNvQM1h4R8udO #rdQwaGT60W3z6uF6P2fh12Q8UJFIQDKF {  }
 }@media only screen and (max-width: 763px) { #qAx6t5ErVlCJTiPGKRQSNvQM1h4R8udO #s8wuTnalgNTM3lgBm1J6STVZM4onsfOB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qAx6t5ErVlCJTiPGKRQSNvQM1h4R8udO #X5xVObvV16Is5PgwHukxw5c8gSQ4BJL9 {  }
 }@media only screen and (max-width: 763px) { #qAx6t5ErVlCJTiPGKRQSNvQM1h4R8udO #fzDT5I6ugS39dsqa35u6iGMLrxKUyo94 {  }
 }@media only screen and (max-width: 763px) { #qAx6t5ErVlCJTiPGKRQSNvQM1h4R8udO #iG8AGLk1CWJLOFzOMb9nHf0DufJgXtdo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qAx6t5ErVlCJTiPGKRQSNvQM1h4R8udO #ANcgAaEhPK9GeWh1pmSx6zEn7pNtnRNT {  }
 }@media only screen and (max-width: 763px) { #qAx6t5ErVlCJTiPGKRQSNvQM1h4R8udO #Xerd1NwupCunHJuWGMv2kku6wnntnfiv {  }
 }@media only screen and (max-width: 763px) { #qAx6t5ErVlCJTiPGKRQSNvQM1h4R8udO #DCXoNWrD1238ZeJ3FgNeXzcvxQSGr87E { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qAx6t5ErVlCJTiPGKRQSNvQM1h4R8udO #era226B2FfgsHdh4Ww4hVVVJ8si91idU {  }
 }@media only screen and (max-width: 763px) { #qAx6t5ErVlCJTiPGKRQSNvQM1h4R8udO #elmkFgEtpFdwGqTevvdOJSMpO53RzA2z {  }
 }@media only screen and (max-width: 763px) { #UbesBoK73OIKsBge1u26euhFoTzPs4Gt { width:20rem;height:1.875rem;top:38.532592773438rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ds996q2IOBSSmBQFtZU1xir8PlBwxpOz { width:20rem;height:1.625rem;top:40.9296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FciTCaTQtrAPRIT3PNWRHrkrU3rsRQlc { width:20rem;height:3.75rem;top:1.2630615234375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KF83VhniABdgDDZ3e4QySKxTB5Z932CQ { width:18.75rem;height:3.4375rem;top:51rem;left:0.625rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Isbq2tLzSG0vpJh7s1gpw4mK45AbhvbK { display:block; }
 }@media only screen and (max-width: 763px) { #HWPCyARggirGrdxVyWiTsTT2bLe5CSK3 { width:20rem;height:1.6875rem;top:35.095092773438rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1S3MkI7qfzuyDtTnTTNVFqFT60VVfad { display:none; }#Q1S3MkI7qfzuyDtTnTTNVFqFT60VVfad > .row .container { width:20rem;height:9.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gtvdXDEM7G5zNMDSv3niWTeGI4C8JFTl { width:20rem;height:3.75rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbs6wCMx81IsI1mvTAWEfnOEkHbWK4os { width:18.75rem;height:3.125rem;top:6rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyxM6SEF7iT6MTzU1zdmFoxeLxDOUshb { display:block; }
 }@media only screen and (max-width: 763px) { #VLNzAldF28AV9inWRFEyTxduDTT8T2t5 { display:none; }#VLNzAldF28AV9inWRFEyTxduDTT8T2t5 > .row .container { width:20rem;height:73.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #a7h4JTPgfupdT1rkUtCM2EMDbCTGSnko { width:18.1241875rem;height:0;top:9.6761715412137rem;left:1.8749997913837rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100015;display:none; }
 }@media only screen and (max-width: 763px) { #dkZ2UquJ9hzWqwEfSakeg54xisgX8bAo { width:18.9375rem;height:66.125rem;top:7.1328125rem;left:0.54036462306976rem;display:block; }
 }@media only screen and (max-width: 763px) { #bW4aiaEQXxPO32Zu8lE9X0ltTtfQa2iV { width:6.1875rem;height:auto;top:12.5rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bne9DyV31eadg20gTGQI6rKgrONJE0T8 { width:16.375rem;height:0;top:13.125rem;left:1.78125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NUWSIDk2s5LQoZvExWcM24UPueZyOcMk { width:17.5rem;height:0;top:13.0625rem;left:1.25rem;font-size:1.0625rem;z-index:100019;display:none; }
 }@media only screen and (max-width: 763px) { #mIFn2bIHxXteIfA6T1XGTh0FRkl808QE { width:9.375rem;height:9.375rem;top:2.3724365234375rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqCIbpV7fQR4r6sxJN7iVP67wtlNQLSb { width:16.375rem;height:59.60625rem;top:13.125rem;left:1.78125rem;font-size:1.0625rem;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #FxldmNAdJOLyCx8XXcNwANhPC09f3rSQ { display:none; }#FxldmNAdJOLyCx8XXcNwANhPC09f3rSQ > .row .container { width:20rem;height:48.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xmDuReO755ZzOJxDMpseSzBykHVaDoQm { width:18.1241875rem;height:0;top:9.6761715412137rem;left:1.8749997913837rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100015;display:none; }
 }@media only screen and (max-width: 763px) { #Vaed0vZTu2nfMwvSuwmHFf4VRcUQwh2z { width:18.9375rem;height:40.8125rem;top:7.1328125rem;left:0.54036462306976rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9MUE9wKCTyFnmqBsqlcFZEtQDiWVrPa { width:6.1875rem;height:auto;top:12.5rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #H6xgtUopfGREtsee9DVEAqkkO1sKTCXC { width:16.375rem;height:0;top:13.125rem;left:1.78125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #auSoEN6UZHQ5AADq2DJBUO8UdQntatrA { width:17.5rem;height:0;top:13.0625rem;left:1.25rem;font-size:1.0625rem;z-index:100019;display:none; }
 }@media only screen and (max-width: 763px) { #TIu4ZZfqcuoL4TUspzT69faSC09CRRJE { width:9.375rem;height:9.375rem;top:2.3099365234375rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnDDRbpTkA281BJkTNkIr79EMgnkZG5J { width:16.375rem;height:34.31875rem;top:13.125rem;left:1.78125rem;font-size:1.0625rem;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #WaH5f0me75KTf37qrcVT0IMTC6GUXkaE { display:none; }#WaH5f0me75KTf37qrcVT0IMTC6GUXkaE > .row .container { width:20rem;height:41.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SClBglLpchUzepAgLINvRt818qN1ImZD { width:18.1241875rem;height:0;top:9.6761715412137rem;left:1.8749997913837rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100015;display:none; }
 }@media only screen and (max-width: 763px) { #iPG4Bi6A2xIrZE59yWSA7tDtaTiSCkki { width:18.9375rem;height:33.8125rem;top:7.1328125rem;left:0.54036462306976rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUaGA3JtkJzUaVULOuZ4PD0aXlI2vfth { width:6.1875rem;height:auto;top:12.5rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #PJGc1viw1blrrrm9PdBnfvzGNm5Z6CTa { width:16.375rem;height:0;top:13.125rem;left:1.78125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SIg981PrEO1zdHNbUpLpHyRTJGMxTmaI { width:17.5rem;height:0;top:13.0625rem;left:1.25rem;font-size:1.0625rem;z-index:100019;display:none; }
 }@media only screen and (max-width: 763px) { #aTamArA9L3ZNgKroHTFtKbRn0gcQ1fix { width:9.375rem;height:9.375rem;top:2.3724365234375rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQZwJ7qL0mC7BphJOzgDcbs8iHfGL1bb { width:16.375rem;height:27.09375rem;top:13.25rem;left:1.78125rem;font-size:1.0625rem;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #zzqPeiQQMn2BxPaDMXHvqV6hs3aKqVJN { display:none; }#zzqPeiQQMn2BxPaDMXHvqV6hs3aKqVJN > .row .container { width:20rem;height:57.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vkpNWus1xk4rCSp5zwu5Le5xa7hb51B1 { width:18.1241875rem;height:0;top:9.6761715412137rem;left:1.8749997913837rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100015;display:none; }
 }@media only screen and (max-width: 763px) { #Obi1JLyeM6sTeXo4O5XI13oXtdb1G7Nk { width:18.9375rem;height:49.9375rem;top:7.1328125rem;left:0.54036462306976rem;display:block; }
 }@media only screen and (max-width: 763px) { #STNoEekpdCiqlOPufBhOPXAhE7HRwBh7 { width:6.1875rem;height:auto;top:12.5rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #pcxuoZ9ZRXby5MAVLQU2Z2UpPGkUc0o4 { width:16.375rem;height:0;top:13.125rem;left:1.78125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #B4rTq0RPAETelOixbKU9AXWH0SulvSHU { width:17.5rem;height:0;top:13.0625rem;left:1.25rem;font-size:1.0625rem;z-index:100019;display:none; }
 }@media only screen and (max-width: 763px) { #KVLRSbLbNfqxZCKHwopLpTv1Vq3TFaM7 { width:9.375rem;height:9.375rem;top:2.3306884765625rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0EDErib9lug7CiNEwhNv1zgktOqOe5J { width:16.375rem;height:43.35rem;top:13.1875rem;left:1.78125rem;font-size:1.0625rem;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #su6TOOK9HTveJv99ua0O0cTAItuFLnti { display:none; }#su6TOOK9HTveJv99ua0O0cTAItuFLnti > .row .container { width:20rem;height:53.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EEZEaqZZzUs7ZFLyg1bCEZ7aDuAmHhI0 { width:18.1241875rem;height:0;top:9.6761715412137rem;left:1.8749997913837rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100015;display:none; }
 }@media only screen and (max-width: 763px) { #HDmPOObaCzwq0wT2RQM3Ts0J2gD1Vhvr { width:18.9375rem;height:46.375rem;top:7.1328125rem;left:0.54036462306976rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSgdPu9CuKf7rSF4aDTI1ksTlrm5e0As { width:6.1875rem;height:auto;top:12.5rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #B1wKzC4yf4BoCM9FQs22xImwNV6ImAoI { width:16.375rem;height:0;top:13.125rem;left:1.78125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pXe8V2xntVfQzVNuVRIK9TwGtXKkUepi { width:17.5rem;height:0;top:13.0625rem;left:1.25rem;font-size:1.0625rem;z-index:100019;display:none; }
 }@media only screen and (max-width: 763px) { #JI3Hy0XEWTzHScW2lSHAETCd3HSldxAJ { width:9.375rem;height:;top:2.3724365234375rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATBOEIhicHKkPJku05FBK8MdkaySC4x9 { width:16.375rem;height:39.7375rem;top:13.1875rem;left:1.78125rem;font-size:1.0625rem;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #CAyZeK7oJutKmWnIUNAqh3UDKBPIhMAW { display:none; }#CAyZeK7oJutKmWnIUNAqh3UDKBPIhMAW > .row .container { width:20rem;height:61.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kLLnwhgiQQokMTai9q5AsUaKG888mem2 { width:18.1241875rem;height:0;top:9.6761715412137rem;left:1.8749997913837rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100015;display:none; }
 }@media only screen and (max-width: 763px) { #GPzRFRu7svaqz4cCJK26sb0sTcoP1yfb { width:18.9375rem;height:50.8125rem;top:7.1328125rem;left:0.53984379768372rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSuuU24LNoJO3XdUwrI2cVL2BlfyQcRP { width:6.1875rem;height:auto;top:12.5rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #TAuz8bTxdViKeCshXW2qGbQGmotfUrR5 { width:16.375rem;height:0;top:13.125rem;left:1.78125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UDdTDNyeQr8nNcBLTIF4mfREpnnoacJh { width:17.5rem;height:0;top:13.0625rem;left:1.25rem;font-size:1.0625rem;z-index:100019;display:none; }
 }@media only screen and (max-width: 763px) { #qp4pyV8c3L6yzcM8tmD04IxQSS8kK3xI { width:16.375rem;height:45.15625rem;top:13.1875rem;left:1.78125rem;font-size:1.0625rem;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #es6EHMrnd85f7d9rgPuEIfrHEbnEM4SW { width:9.375rem;height:9.375rem;top:2.49609375rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #so2b9LET2yeXlvHHWp11Z5ZrBVBqfHS0 { display:none; }#so2b9LET2yeXlvHHWp11Z5ZrBVBqfHS0 > .row .container { width:20rem;height:59rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xK7fpe004FH0akVMJ8Mh82wy1b0WTORD { width:19.875rem;height:10.625rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #quTQC6n4ZgcOoFI7c7t20lKPPfc51wlR { width:18.125rem;height:0;top:20.185938358307rem;left:0.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TNwgmgBM0S7NSv7hMvmPQczWC6of3xtS .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TNwgmgBM0S7NSv7hMvmPQczWC6of3xtS .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 #f4b787;border-left:0.1875rem solid #f4b787;border-right:0.1875rem solid #f4b787;border-bottom:0.1875rem solid #f4b787; }
#TNwgmgBM0S7NSv7hMvmPQczWC6of3xtS .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; }
#TNwgmgBM0S7NSv7hMvmPQczWC6of3xtS { width:14.625rem;height:5.4375rem;display:flex;top:45.8125rem;left:2.5rem;z-index:100057; }
 }@media only screen and (max-width: 763px) { #TNwgmgBM0S7NSv7hMvmPQczWC6of3xtS #slx2eoHnMZ7ZUZSLHX7kOSCdL1uEbHFN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TNwgmgBM0S7NSv7hMvmPQczWC6of3xtS #BI51LLbMfHIz6Ci2dJaSBvzwnTSqoX5C {  }
 }@media only screen and (max-width: 763px) { #TNwgmgBM0S7NSv7hMvmPQczWC6of3xtS #GSEMwp3UcOpGkEIQUB4tElbv0L3cdblz {  }
 }@media only screen and (max-width: 763px) { #TNwgmgBM0S7NSv7hMvmPQczWC6of3xtS #qGXkUgw7eZUrpgstfbd0Nfg1PDW1plqS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TNwgmgBM0S7NSv7hMvmPQczWC6of3xtS #R2kUpyOkbCpL3AWtJVOqfJnl6cGQ1tmO {  }
 }@media only screen and (max-width: 763px) { #TNwgmgBM0S7NSv7hMvmPQczWC6of3xtS #GuevzTWRySlifDuXOinunA3IyQskZ4cU {  }
 }@media only screen and (max-width: 763px) { #TNwgmgBM0S7NSv7hMvmPQczWC6of3xtS #gnHkqLS9TfSRcTLK4MLG5foNFNDhSLRu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TNwgmgBM0S7NSv7hMvmPQczWC6of3xtS #bmLoVn28hUWK0vaUuuOZu93LReAZCnKr {  }
 }@media only screen and (max-width: 763px) { #TNwgmgBM0S7NSv7hMvmPQczWC6of3xtS #Ef8682fccO7pztaE1TpUUQxsXOwRdsQg {  }
 }@media only screen and (max-width: 763px) { #TNwgmgBM0S7NSv7hMvmPQczWC6of3xtS #LNXBE38pTZ3Fp5Vz89LG3b7NMKypbvzK { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TNwgmgBM0S7NSv7hMvmPQczWC6of3xtS #X3ri0zA1PRpzOyHOrFuiFqzGgnB4SNRn {  }
 }@media only screen and (max-width: 763px) { #TNwgmgBM0S7NSv7hMvmPQczWC6of3xtS #RTKrWdIGwgdlArnNGxJDhORkB69bA0kK {  }
 }@media only screen and (max-width: 763px) { #aQv6aXhTSAFg2BcatKfukxJ4nCyfTTPh { width:20rem;height:1.875rem;top:40.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtI9GNQeV9xipMiw0CXyU0sWODGhs6sg { width:20rem;height:1.625rem;top:42.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg7EBomJS9Gp0aJS0eaLqZXzTy9SOTHu { width:20rem;height:3.75rem;top:1.2630615234375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTm2VOi9eTCtFIZSKIZNNUeXTIox6XXs { width:18.75rem;height:3.4375rem;top:52.6875rem;left:0.625rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #K07oEzQhIx4TzRpDQI4nDFgs4B6X4PS0 { display:block; }
 }@media only screen and (max-width: 763px) { #X8iv6bAmK8ikKLXB6e7nEKhSJbK6JQ1M { width:20rem;height:1.6875rem;top:37rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TERufWKW4X9P4tqCDvJlDEut1oSrkn6T { width:18.125rem;height:15.19375rem;top:20.060937404633rem;left:0.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:100018;display:block; }
 }@media only screen and (max-width: 763px) { #aUM3lqGrUqxRmuM21QXuVRHDq2FvD4Dw { display:block; }#aUM3lqGrUqxRmuM21QXuVRHDq2FvD4Dw > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QdeM6ge9cv2MdkotwCVrQ10RfOrUXHIx { width:19.998697280884rem;height:3.6666667461395rem;top:0.56787109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9Tt5At1SGEsghgB4LhonmdC0k2Z7VhF { display:block; }#x9Tt5At1SGEsghgB4LhonmdC0k2Z7VhF > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u0SboJNGu5Ecxka1bCBXzBdILANTW77F { width:18.75rem;height:0;top:1.51171875rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QxOFPqKvr2hvcNXtt0ngTcci8Nl6iJCe { width:18.75rem;height:12rem;top:1.032470703125rem;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) { #pSlcIe5tw1twHThAfMzpt2aVkRR87hEh { display:block; }#pSlcIe5tw1twHThAfMzpt2aVkRR87hEh > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SyApJ6P9tBRiSIzCbAd4T2bEfdtbU99T { width:19.998697280884rem;height:1.8333333730698rem;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) { #yq3WTRoSDMaBVcznEThTFtH9F8ktXhkH { display:block; }#yq3WTRoSDMaBVcznEThTFtH9F8ktXhkH > .row .container { width:20rem;height:50.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m8KD5r9gvQa4ZcaikefogPTbczQg03ln { width:9.375rem;height:9.375rem;top:9rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxZ1ylGOyzKSCQTKBFAJ2xx91sJiFfZf { 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) { #Peo44lFxvffFNGxHT6X82ASQLco8A7QD { 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) { #HT9kBcqNbnt0tRPy7tUL38hsPTVy25Up { width:18.125rem;height:4.7500001192093rem;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) { #aJiwaOv0NACQPmz1pQwfTaOeQrp809IB { width:18.125rem;height:20.166666984558rem;top:18.352783203125rem;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) { #ETABZdwpSlLzK65vBAks37LPyU8sXiSs { width:20rem;height:9rem;top:39.7275390625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VClXrBC59TFvTSBvN6m8inusIDfva1WJ { display:block; }#VClXrBC59TFvTSBvN6m8inusIDfva1WJ > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NNxynOayuwU7dNRSuEXPKeRKVCiZps9L { width:19.998697280884rem;height:1.8333333730698rem;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) { #Qxfz7Wma8dfzRbx5E6dnZ2LoxBCPFmPA { display:block; }#Qxfz7Wma8dfzRbx5E6dnZ2LoxBCPFmPA > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G6MMiOtTL2ncLrg9h1GLbszE7RlriDtr { width:9.375rem;height:9.375rem;top:9rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6c6mHZJST6LET3RQdT7243XqK1U8d3o { width:20rem;height:4.7500001192093rem;top:1.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hS9CcP18w2ORfmhCNcb3LKAlBfOz8w7J { 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) { #kqawhBXHabQNVenBl0yfVirTXd9zCOuF { width:18.125rem;height:22.000000238419rem;top:18.352783203125rem;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) { #Xyu7vDEFALOrNDH52pQwtOEvvlZwl5rx { width:18.125rem;height:0;top:39.768310546875rem;left:0.90625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #yRcrHFHzQnE5BTZbMkZz8N3NEq4m92sS { width:20rem;height:auto;top:8.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ewFz2drH7ZvU1fBsEpVBB6vlQS7U2mvB { width:18.125rem;height:9rem;top:42.330078125rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #lQNTOW0C0R3o2C25HDJJJQrSqUVEr4sD { display:block; }#lQNTOW0C0R3o2C25HDJJJQrSqUVEr4sD > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #euJOdMI4Hmp9sSnCcXn4V5ICtk2C44QT { width:19.998697280884rem;height:1.8333333730698rem;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) { #yndLOWM7s4J9Q7SOe7Tl2x88sZkoKGnd { display:block; }#yndLOWM7s4J9Q7SOe7Tl2x88sZkoKGnd > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XxyAZfC7ozLTlpJT4E0NPCbp2otZryFS { width:18.625rem;height:9.75rem;top:2.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #acUBGSgZ5roMwsf1DyC8EOZesce8IoHF { width:20rem;height:0;top:2.3046875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GuZd9ABEoEvqrcRxOl2wWTIxaFmx1DeE { width:18.125rem;height:0;top:13.38818359375rem;left:0.90625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #NIhDW65QsJp0wCIQ7TJChLtGPQM6TvPc { width:18.75rem;height:3.4375rem;top:41.44921875rem;left:0.625rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #T2bgtVQ2RpCl4Tlc0ObWU5fhmGXJ2lCy { display:block; }
 }@media only screen and (max-width: 763px) { #Ewm2oLidywCk5qmtmnMPtlpLPETPKEcE { width:18.125rem;height:25.5rem;top:13.45068359375rem;left:0.90625rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:100018;display:block; }
 }@media only screen and (max-width: 763px) { #mzkHFriSvRBwpDpxkt1PQ6TCZuH7qxuo { display:block; }#mzkHFriSvRBwpDpxkt1PQ6TCZuH7qxuo > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eRy1DCOThQx3l0yUACqrqQ2OZUBi1tdu { width:19.998697280884rem;height:1.8333333730698rem;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) { #wxAlJMbFdQv2mvplTcTNxGdTMuP7eW0O { display:block; }#wxAlJMbFdQv2mvplTcTNxGdTMuP7eW0O > .row .container { width:20rem;height:27.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aRAw5TnT5MqrJXFTEDil5kWIM7Qxtire { 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) { #XF58IhOpSZ8tTUUatdxBSnUNzMu9xSV7 { width:18.75rem;height:13.5rem;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) { #aKe6fPfLZMMqEVQl4spIT9yugbcMETOA { width:17.4375rem;height:7.5rem;top:18.200000762939rem;left:1.2812501192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PqtmeVgtpbK3Z79JyeQrxmIxhKs8st6v { background-color:#eef3ef;background-image:url("https://images.assets-landingi.com/CZDGpP1c/7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#PqtmeVgtpbK3Z79JyeQrxmIxhKs8st6v.adaptive-delivery-prevent-bg, #PqtmeVgtpbK3Z79JyeQrxmIxhKs8st6v.lazyload, #PqtmeVgtpbK3Z79JyeQrxmIxhKs8st6v.lazyloading { background-image: none; }#PqtmeVgtpbK3Z79JyeQrxmIxhKs8st6v > .row .container { background-color: transparent; background-image: none; }#PqtmeVgtpbK3Z79JyeQrxmIxhKs8st6v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqtmeVgtpbK3Z79JyeQrxmIxhKs8st6v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqtmeVgtpbK3Z79JyeQrxmIxhKs8st6v > .row .container > .video-iframe-container { display: none; }#PqtmeVgtpbK3Z79JyeQrxmIxhKs8st6v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqtmeVgtpbK3Z79JyeQrxmIxhKs8st6v > .row > .video-iframe-container { display: none; }#PqtmeVgtpbK3Z79JyeQrxmIxhKs8st6v > .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); }#PqtmeVgtpbK3Z79JyeQrxmIxhKs8st6v > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VC0fJrG2lXNSRoO7VKoqd6RAJlqEr81W { display:block; }#VC0fJrG2lXNSRoO7VKoqd6RAJlqEr81W > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CC4tmdbcxICRA4xwW8xESlXVwddBHAG8 { width:19.998697280884rem;height:5.5000001192093rem;top:1.2396240234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdqNInvwTpbXEs99npEOIQDqpM2wVHJi { background-color:#eef3ef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#JdqNInvwTpbXEs99npEOIQDqpM2wVHJi > .row .container { border-width: 0; border-radius: 0; }#JdqNInvwTpbXEs99npEOIQDqpM2wVHJi > .row > .video-iframe-container {  }#JdqNInvwTpbXEs99npEOIQDqpM2wVHJi > .row .container { width:20rem;height:57.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fZ5bPnPDe0qxXqXtLRghm9RbNnQyiOv3 { width:18.125rem;height:0;top:11.776123046875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bprMAVVLufxaa0XOQHg596JcBwCuNgm6 { width:6.1875rem;height:auto;top:1.0625rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #wEUzCQSCuPkdOvqDR5GhLqGEGFTdF2Tu { width:19.4375rem;height:49.5625rem;top:7.4427490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0ttlvUHBW1GIvIr4Bn7yUC6S113CSbs { width:9.375rem;height:9.375rem;top:2.44140625rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xq4mGOZ2ZPqFaUJtKLlWs8g1wLPXcRg6 { width:18.125rem;height:43.125rem;top:11.983032226562rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #hykpLwECnEPZvRRQGN5Meqbd7lG0Apyy { background-color:#eef3ef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#hykpLwECnEPZvRRQGN5Meqbd7lG0Apyy > .row .container { background-color: transparent; background-image: none; }#hykpLwECnEPZvRRQGN5Meqbd7lG0Apyy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hykpLwECnEPZvRRQGN5Meqbd7lG0Apyy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hykpLwECnEPZvRRQGN5Meqbd7lG0Apyy > .row .container > .video-iframe-container { display: none; }#hykpLwECnEPZvRRQGN5Meqbd7lG0Apyy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hykpLwECnEPZvRRQGN5Meqbd7lG0Apyy > .row > .video-iframe-container { display: none; }#hykpLwECnEPZvRRQGN5Meqbd7lG0Apyy > .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); }#hykpLwECnEPZvRRQGN5Meqbd7lG0Apyy > .row .container { border-width: 0; border-radius: 0; }#hykpLwECnEPZvRRQGN5Meqbd7lG0Apyy > .row > .video-iframe-container {  }#hykpLwECnEPZvRRQGN5Meqbd7lG0Apyy > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hiWFyNKDlbVD6a9pA0hCtOVuRxPdXroJ { width:18.125rem;height:0;top:12.065185546875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ApSCzg83nxTTbviEBSSrl461GfWyP95X { width:6.1875rem;height:auto;top:1.0625rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #nCBqVXzLeRcvMdJAqUAmuLCPFXDiWmuL { width:19.4375rem;height:43.5625rem;top:7.4427490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6lFQ1ThtJIN8bP0F07XWVlHZdkFC4RH { width:9.375rem;height:9.375rem;top:2.627685546875rem;left:5.0833334922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfxL3V6HTLKuhcQlXDMVw4dRSEknVlbt { width:18.125rem;height:39rem;top:12.044311523438rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #Q3qW9KpQbAJeJpMiViCNkNhhL2GeTrbK { width:6.1875rem;height:0;top:1.0625rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #QVTCGFeXAHHmQlTT1XSG5V5zkOPLJCrs { background-color:#eef3ef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#QVTCGFeXAHHmQlTT1XSG5V5zkOPLJCrs > .row .container { background-color: transparent; background-image: none; }#QVTCGFeXAHHmQlTT1XSG5V5zkOPLJCrs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVTCGFeXAHHmQlTT1XSG5V5zkOPLJCrs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVTCGFeXAHHmQlTT1XSG5V5zkOPLJCrs > .row .container > .video-iframe-container { display: none; }#QVTCGFeXAHHmQlTT1XSG5V5zkOPLJCrs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVTCGFeXAHHmQlTT1XSG5V5zkOPLJCrs > .row > .video-iframe-container { display: none; }#QVTCGFeXAHHmQlTT1XSG5V5zkOPLJCrs > .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); }#QVTCGFeXAHHmQlTT1XSG5V5zkOPLJCrs > .row .container { border-width: 0; border-radius: 0; }#QVTCGFeXAHHmQlTT1XSG5V5zkOPLJCrs > .row > .video-iframe-container {  }#QVTCGFeXAHHmQlTT1XSG5V5zkOPLJCrs > .row .container { width:20rem;height:69.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TwzZiIS6mR8V6zbgTB8POsH5Iqdcr6lC { width:18.125rem;height:0;top:12.065185546875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #p6mTr5aHifh9ZlAe4kHXuokby97ZtSC0 { width:19.4375rem;height:61.5625rem;top:7.4427490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtXK8SpfKFP5JEs6wyLKOB6VXa4MxaqA { width:18.125rem;height:57rem;top:12.166748046875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #gTWNzMgFq9N4xKhpwk76RaQ1gDrdeUN7 { width:9.375rem;height:9.375rem;top:2.627685546875rem;left:5.0833334922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNFsx86gTo4iBtQN0WWHFzv2OLTXPvQ3 { background-color:#eef3ef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#LNFsx86gTo4iBtQN0WWHFzv2OLTXPvQ3 > .row .container { background-color: transparent; background-image: none; }#LNFsx86gTo4iBtQN0WWHFzv2OLTXPvQ3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LNFsx86gTo4iBtQN0WWHFzv2OLTXPvQ3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LNFsx86gTo4iBtQN0WWHFzv2OLTXPvQ3 > .row .container > .video-iframe-container { display: none; }#LNFsx86gTo4iBtQN0WWHFzv2OLTXPvQ3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LNFsx86gTo4iBtQN0WWHFzv2OLTXPvQ3 > .row > .video-iframe-container { display: none; }#LNFsx86gTo4iBtQN0WWHFzv2OLTXPvQ3 > .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); }#LNFsx86gTo4iBtQN0WWHFzv2OLTXPvQ3 > .row .container { border-width: 0; border-radius: 0; }#LNFsx86gTo4iBtQN0WWHFzv2OLTXPvQ3 > .row > .video-iframe-container {  }#LNFsx86gTo4iBtQN0WWHFzv2OLTXPvQ3 > .row .container { width:20rem;height:45.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x16maaUlkFDqlaA4nLL2J4n9VmzBS5Cx { width:18.125rem;height:0;top:12.065185546875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xKkUZFTp45qRTReCgTU9qsl05gIL6BF0 { width:6.1875rem;height:auto;top:1.0625rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Br6tZmIzunGkzrfWdr4A3Kim1rhPZtv9 { width:19.4375rem;height:37.4375rem;top:7.44287109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3vOR6D7wHkpoKcpvFTfSFhOLE5cImar { width:9.375rem;height:9.375rem;top:2.627685546875rem;left:5.0833334922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #yL37nvW5RreFDhXuVrVubuxoXE0cs8Iv { width:18.125rem;height:33rem;top:12.1875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #aTrxhafsGHTgiNJkIgzViVsFrA6LEMOK { background-color:#eef3ef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#aTrxhafsGHTgiNJkIgzViVsFrA6LEMOK > .row .container { background-color: transparent; background-image: none; }#aTrxhafsGHTgiNJkIgzViVsFrA6LEMOK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTrxhafsGHTgiNJkIgzViVsFrA6LEMOK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTrxhafsGHTgiNJkIgzViVsFrA6LEMOK > .row .container > .video-iframe-container { display: none; }#aTrxhafsGHTgiNJkIgzViVsFrA6LEMOK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTrxhafsGHTgiNJkIgzViVsFrA6LEMOK > .row > .video-iframe-container { display: none; }#aTrxhafsGHTgiNJkIgzViVsFrA6LEMOK > .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); }#aTrxhafsGHTgiNJkIgzViVsFrA6LEMOK > .row .container { border-width: 0; border-radius: 0; }#aTrxhafsGHTgiNJkIgzViVsFrA6LEMOK > .row > .video-iframe-container {  }#aTrxhafsGHTgiNJkIgzViVsFrA6LEMOK > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KgTNgH40mUmzoeKO9LDfAsM7VGuhfxAq { width:18.125rem;height:0;top:12.065185546875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wrv8my4m3uRnQXFZfDC5uKXrpQTicqJ9 { width:6.1875rem;height:auto;top:1.0625rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #cnF76ZoJ3gMQZIaWVzyCKsCiCfD4TMtm { width:19.4375rem;height:25.5625rem;top:7.44287109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncIp3t8S2zVzzApzI1yf7ktRQJFfxBOb { width:9.375rem;height:9.375rem;top:2.627685546875rem;left:5.0833334922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpUqtTD5bU5a6KJXeLzR6TJ0pirlcoIN { width:18.125rem;height:21rem;top:12.086181640625rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #eMNf2RuPaMAiz2Hx3gh8FRLhJ0CH3mp3 { background-color:#eef3ef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#eMNf2RuPaMAiz2Hx3gh8FRLhJ0CH3mp3 > .row .container { background-color: transparent; background-image: none; }#eMNf2RuPaMAiz2Hx3gh8FRLhJ0CH3mp3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMNf2RuPaMAiz2Hx3gh8FRLhJ0CH3mp3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMNf2RuPaMAiz2Hx3gh8FRLhJ0CH3mp3 > .row .container > .video-iframe-container { display: none; }#eMNf2RuPaMAiz2Hx3gh8FRLhJ0CH3mp3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMNf2RuPaMAiz2Hx3gh8FRLhJ0CH3mp3 > .row > .video-iframe-container { display: none; }#eMNf2RuPaMAiz2Hx3gh8FRLhJ0CH3mp3 > .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); }#eMNf2RuPaMAiz2Hx3gh8FRLhJ0CH3mp3 > .row .container { border-width: 0; border-radius: 0; }#eMNf2RuPaMAiz2Hx3gh8FRLhJ0CH3mp3 > .row > .video-iframe-container {  }#eMNf2RuPaMAiz2Hx3gh8FRLhJ0CH3mp3 > .row .container { width:20rem;height:37.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B8b2beXEu0LU8JWMgBH3mDoT6UouKW51 { width:18.125rem;height:0;top:12.065185546875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HAvqhMLWkBThRBli7tuqtD0VCR282iMb { width:6.1875rem;height:auto;top:1.0625rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #n5ad6F1Ju3nt4e5aTDJeVQM62fR8BUWp { width:19.4375rem;height:30.0625rem;top:7.44287109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b01qUV4clA9fqZTCiXm1JEiODyJ7qzSS { width:9.375rem;height:9.375rem;top:2.627685546875rem;left:5.0833334922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEQwDN5KE1f0xawx2u7ihAMx4QBtH3yF { width:18.125rem;height:25.5rem;top:12.04296875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #yl12gq3US7qldMdivmPNqg66v6zJ35eb { background-color:#eef3ef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#yl12gq3US7qldMdivmPNqg66v6zJ35eb > .row .container { background-color: transparent; background-image: none; }#yl12gq3US7qldMdivmPNqg66v6zJ35eb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yl12gq3US7qldMdivmPNqg66v6zJ35eb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yl12gq3US7qldMdivmPNqg66v6zJ35eb > .row .container > .video-iframe-container { display: none; }#yl12gq3US7qldMdivmPNqg66v6zJ35eb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yl12gq3US7qldMdivmPNqg66v6zJ35eb > .row > .video-iframe-container { display: none; }#yl12gq3US7qldMdivmPNqg66v6zJ35eb > .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); }#yl12gq3US7qldMdivmPNqg66v6zJ35eb > .row .container { border-width: 0; border-radius: 0; }#yl12gq3US7qldMdivmPNqg66v6zJ35eb > .row > .video-iframe-container {  }#yl12gq3US7qldMdivmPNqg66v6zJ35eb > .row .container { width:20rem;height:67.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #llaIWJCkPet8G1vlQSXusvs2GDzP0SNL { width:18.125rem;height:0;top:12.065185546875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tyEZ016IFPnvakces2IM9JSI9TWwicbw { width:6.1875rem;height:auto;top:1.0625rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #i0oJtvV3tKlQTFDXr00WtTHF3sigpaBg { width:19.4375rem;height:60.0625rem;top:7.4427490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWUZ1uoT5DSGaHAuqh2NufhHy0DgT0C4 { width:9.375rem;height:9.375rem;top:2.627685546875rem;left:5.0833334922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGpGLGxDq8vZfem35QCe3FgyNPQtQm15 { width:18.125rem;height:55.5rem;top:12.065185546875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #ZqVrrTsxT1CovRu2gAqyMZm85TqMTTKs { background-color:#eef3ef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ZqVrrTsxT1CovRu2gAqyMZm85TqMTTKs > .row .container { background-color: transparent; background-image: none; }#ZqVrrTsxT1CovRu2gAqyMZm85TqMTTKs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqVrrTsxT1CovRu2gAqyMZm85TqMTTKs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqVrrTsxT1CovRu2gAqyMZm85TqMTTKs > .row .container > .video-iframe-container { display: none; }#ZqVrrTsxT1CovRu2gAqyMZm85TqMTTKs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqVrrTsxT1CovRu2gAqyMZm85TqMTTKs > .row > .video-iframe-container { display: none; }#ZqVrrTsxT1CovRu2gAqyMZm85TqMTTKs > .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); }#ZqVrrTsxT1CovRu2gAqyMZm85TqMTTKs > .row .container { border-width: 0; border-radius: 0; }#ZqVrrTsxT1CovRu2gAqyMZm85TqMTTKs > .row > .video-iframe-container {  }#ZqVrrTsxT1CovRu2gAqyMZm85TqMTTKs > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VyvPCM7ukSsVEITSXH7oGXW4hBc4gB8W { width:18.125rem;height:0;top:12.065185546875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CIO4mJEoXwM72nxrh7NfZFkINc8WkgNp { width:6.1875rem;height:auto;top:1.0625rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #tfwJAsZ62mEoZoaak35BUqn6nlmuWnFz { width:19.4375rem;height:34.8125rem;top:7.4427490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTwGNFTztfZXQGNnVItU3taLs6z0bllZ { width:9.375rem;height:9.375rem;top:2.627685546875rem;left:5.0833334922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDWy6wtnpZEuwGnPWeMrDoXr4iKKRPfg { width:18.125rem;height:30rem;top:12.065185546875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #gkaCRypprcThEdX3WNkbmIBJlFAsqKs7 { width:6.1875rem;height:0;top:1.0625rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #DoxEtBb02k2LpiMPiKwln8vr3ozuTdKc { width:6.1875rem;height:0;top:1.0625rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #FJ02TxtTfcH1xv9L9ydDnPpSv4WU50IU { background-color:#eef3ef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#FJ02TxtTfcH1xv9L9ydDnPpSv4WU50IU > .row .container { background-color: transparent; background-image: none; }#FJ02TxtTfcH1xv9L9ydDnPpSv4WU50IU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FJ02TxtTfcH1xv9L9ydDnPpSv4WU50IU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FJ02TxtTfcH1xv9L9ydDnPpSv4WU50IU > .row .container > .video-iframe-container { display: none; }#FJ02TxtTfcH1xv9L9ydDnPpSv4WU50IU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FJ02TxtTfcH1xv9L9ydDnPpSv4WU50IU > .row > .video-iframe-container { display: none; }#FJ02TxtTfcH1xv9L9ydDnPpSv4WU50IU > .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); }#FJ02TxtTfcH1xv9L9ydDnPpSv4WU50IU > .row .container { border-width: 0; border-radius: 0; }#FJ02TxtTfcH1xv9L9ydDnPpSv4WU50IU > .row > .video-iframe-container {  }#FJ02TxtTfcH1xv9L9ydDnPpSv4WU50IU > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zfiRGXxm6Ju973yvbOP0zfi5yOocMqU3 { width:18.125rem;height:0;top:3.898681640625rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ktmmQiSV9PpAFNrLoqXzareZvVcLSh2d { width:19.4375rem;height:26.4375rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S76iSx6qFaTw8Ty7LLeGfXiFldNS5x3Q { width:18.125rem;height:25.5rem;top:3.7734375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #IcvPxTRLW07VDpKvfzl7ph7hJaZ6tXtV { display:block; }#IcvPxTRLW07VDpKvfzl7ph7hJaZ6tXtV > .row .container { width:20rem;height:25.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HzsTAywuJ0arTC2JTgdUmlP5EDHM06U7 { width:19.9991875rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kswTk4ESqLPNdA2Wliy2RPBvUNkhXV95 { width:19.998697280884rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rv4nLC6uWt63XPa0RyeTwnS0vWGsMZvk { width:19.997396469116rem;height:3.6666667461395rem;top:2.34375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #hu4qL7OLl44Ss5Hnb5hBq13mdZtVRHrR { width:19.998697280884rem;height:3.6666667461395rem;top:8.4140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTdgp77qnCTwpBwclHRHnqRZpuTRFgHu { width:20rem;height:1.8333333730698rem;top:13.1640625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wapXAzhzVioR1kNSGDgrDS1TkNcNNJai .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wapXAzhzVioR1kNSGDgrDS1TkNcNNJai .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; }
#wapXAzhzVioR1kNSGDgrDS1TkNcNNJai .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; }
#wapXAzhzVioR1kNSGDgrDS1TkNcNNJai { width:14.625rem;height:5.4375rem;display:flex;top:16.8125rem;left:2.4830729961395rem;z-index:100057; }
 }@media only screen and (max-width: 763px) { #wapXAzhzVioR1kNSGDgrDS1TkNcNNJai #cnAOEIUIGopxeEGT4xeFCX86zTOqTfe4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wapXAzhzVioR1kNSGDgrDS1TkNcNNJai #hzr0XgKvHwgGDKHJBIByJBOTTqxNZSKz {  }
 }@media only screen and (max-width: 763px) { #wapXAzhzVioR1kNSGDgrDS1TkNcNNJai #md5aueK2MLNq6dAmLpglHUCMTDSWg8Kk {  }
 }@media only screen and (max-width: 763px) { #wapXAzhzVioR1kNSGDgrDS1TkNcNNJai #abCNbEB6n308n02hEPFCqAxO8ZUB3LX9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wapXAzhzVioR1kNSGDgrDS1TkNcNNJai #iZaKwRIK3iGNqFJTrDu1odTIecpTAA81 {  }
 }@media only screen and (max-width: 763px) { #wapXAzhzVioR1kNSGDgrDS1TkNcNNJai #lZtooCTlzRHNsffI1EJNoR6TICHXFe1C {  }
 }@media only screen and (max-width: 763px) { #wapXAzhzVioR1kNSGDgrDS1TkNcNNJai #cF9p9x4O5wvKHp7La6pJw4vO1KeMgZRG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wapXAzhzVioR1kNSGDgrDS1TkNcNNJai #SGrEIO6ekKvtBhiJXhk2qG8iOKA2q0pn {  }
 }@media only screen and (max-width: 763px) { #wapXAzhzVioR1kNSGDgrDS1TkNcNNJai #iwUQlpziNARis0H5cuqoGrBC2ii5oDAi {  }
 }@media only screen and (max-width: 763px) { #wapXAzhzVioR1kNSGDgrDS1TkNcNNJai #lmT1GNDL2dFfdS6T3QxZX6HzfyEIbfLH { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wapXAzhzVioR1kNSGDgrDS1TkNcNNJai #AZLcTGexEcV4GEZSe3HzbouIAh9cyKaH {  }
 }@media only screen and (max-width: 763px) { #wapXAzhzVioR1kNSGDgrDS1TkNcNNJai #XfxipgClh2O6XWE6J7VspHaWSNsCzdgc {  }
 }@media only screen and (max-width: 763px) { #TMnGFTWJ7tHGnvROCIzqSP2AKlLibTO0 { display:none; }#TMnGFTWJ7tHGnvROCIzqSP2AKlLibTO0 > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RrmQs86HDdwRcUoGHlTNvT0JxDcU1TsH { display:block; }#RrmQs86HDdwRcUoGHlTNvT0JxDcU1TsH > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #snUqCwwVcuLURWbwGrbTtNEfthSpnArN { display:block; }#snUqCwwVcuLURWbwGrbTtNEfthSpnArN > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kDN230TXgl7ULAfqgT4SmNK6UlvgoVDr { width:19.998697280884rem;height:0;top:1.791748046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dZNSR40J3emNoSM4ORKzakvvEo8z2Sas { width:19.998697280884rem;height:3.6666667461395rem;top:1.66552734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #GaRuKq0Z0OqZQyAQrLfWRu86DwIysOlB { display:block; }#GaRuKq0Z0OqZQyAQrLfWRu86DwIysOlB > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qU82DFXxP3gAfflE3wE1kStVOtpSL30l { display:block; }#qU82DFXxP3gAfflE3wE1kStVOtpSL30l > .row .container { width:20rem;height:12.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kbTvCVX8PqRT8Rw0Ou4zUmChqFzFsBrP { width:18.75rem;height:10.5rem;top:1.76171875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaSzPtkBu1XLFfZsz1JPgVtlGIDn1onk { display:block; }#TaSzPtkBu1XLFfZsz1JPgVtlGIDn1onk > .row .container { width:20rem;height:2.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #neZcPkgcPPB4TO1GwT2w1tOnKDei4ypl { width:18.75rem;height:1.5rem;top:0.70849609375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LU7hfNUC9A2v68mw2NRH9FISnHbhQp2C { display:block; }#LU7hfNUC9A2v68mw2NRH9FISnHbhQp2C > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FEHzApZlDEnveQWih56afdH4svFls6Lh { width:18.75rem;height:0;top:0.76171875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #yQux3WECl2kanUoZ1v9CVBxyqOgTCiHC { width:18.75rem;height:3rem;top:2.21875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;z-index:100013;display:block; }
 }@media only screen and (max-width: 763px) { #R2WqJaVmunK7cXUFpX1Zz5Po6KM3Rtmt { display:block; }#R2WqJaVmunK7cXUFpX1Zz5Po6KM3Rtmt > .row .container { width:20rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V9JlyvD8lD7RNAcrGrLeKiiUZEEIwZyW { width:18.75rem;height:0;top:0rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #I5PeQqf7sSTCbzqpb0GAt6SrBPibzXAA { width:18.75rem;height:7.5rem;top:2.01953125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;z-index:100013;display:block; }
 }@media only screen and (max-width: 763px) { #eL86HH9KQFUGo6aDM0N18xPF6azDlUJf { display:block; }#eL86HH9KQFUGo6aDM0N18xPF6azDlUJf > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZgPESiLGbzRASnIl9N6GTppoH7g3vcz7 { width:18.75rem;height:3rem;top:2.3203125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #oXRZSWC2OuRCWuhWhZ9hbwQNVeh0ZNTR { display:block; }#oXRZSWC2OuRCWuhWhZ9hbwQNVeh0ZNTR > .row .container { width:20rem;height:15.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qOtvanfDuu6kR4v0PtG1geQUTFofddbr { width:19.998697280884rem;height:1.9166666269302rem;top:2.07666015625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLtmwd9woQUFZSqJVHGgL0FgHPF6rTsB { width:20rem;height:11.499999761581rem;top:3.989501953125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAci2rBGD9Q6tJieLTLIZUZWStqgW8n4 { display:block; }#PAci2rBGD9Q6tJieLTLIZUZWStqgW8n4 > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FckgDvUCtXprMde1XaJepV07QHTuENRP { width:13.6875rem;height:3.6666667461395rem;top:2.30615234375rem;left:3.15625rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #y1rGog08HRlyn0T4lmpFxDk11lqgSXRf { display:block; }#y1rGog08HRlyn0T4lmpFxDk11lqgSXRf > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FoIUksz2aw8E3gytUVky12dQqP70w2uy { width:14.875rem;height:3.4375rem;top:1.25rem;left:2.5625001192093rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3XaaikpQqoyui5FrK87CGLRv1JrVb9E { display:block; }
 }@media only screen and (max-width: 763px) { #z47eWn5doZQrBVWx6s1aobrlOslLEhB8 { display:block; }#z47eWn5doZQrBVWx6s1aobrlOslLEhB8 > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mAWJ0Veo7d0whKT7NstHL48M9JZclsRd { display:block; }#mAWJ0Veo7d0whKT7NstHL48M9JZclsRd > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p5vfiCN9BcVFzi5wc1uztyirMDXMq7UN { width:19.998697280884rem;height:1.8333333730698rem;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) { #H9TsCZnZuNnEsKwyMSo8z1Bz0MTUz1Nt { width:19rem;height:3.3125rem;top:4.25rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #II3fSIq1C3Pb4hpgt0AEGRHslsTGkIDL { display:block; }
 }@media only screen and (max-width: 763px) { #eeWbsdTBVb5sboANwRkFcV3InUF7RN9J { display:block; }#eeWbsdTBVb5sboANwRkFcV3InUF7RN9J > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vJ865cTh4EENr6OzswokOOcNMwZ9TLxv { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#vJ865cTh4EENr6OzswokOOcNMwZ9TLxv > .row .container { background-color: transparent; background-image: none; }#vJ865cTh4EENr6OzswokOOcNMwZ9TLxv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJ865cTh4EENr6OzswokOOcNMwZ9TLxv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJ865cTh4EENr6OzswokOOcNMwZ9TLxv > .row .container > .video-iframe-container { display: none; }#vJ865cTh4EENr6OzswokOOcNMwZ9TLxv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJ865cTh4EENr6OzswokOOcNMwZ9TLxv > .row > .video-iframe-container { display: none; }#vJ865cTh4EENr6OzswokOOcNMwZ9TLxv > .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); }#vJ865cTh4EENr6OzswokOOcNMwZ9TLxv > .row .container { border-width: 0; border-radius: 0; }#vJ865cTh4EENr6OzswokOOcNMwZ9TLxv > .row > .video-iframe-container {  }#vJ865cTh4EENr6OzswokOOcNMwZ9TLxv > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ihGqILEUXU0Q87PHOEtSwP37icttoquS { width:20rem;height:1.9166666269302rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #flcToES1PmLe3DUIt5eTdNTdvXcwGLyu { width:20rem;height:2.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZV85DbOVJTp5xJ8vgJdSulRs6HLJxhMv { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ZV85DbOVJTp5xJ8vgJdSulRs6HLJxhMv > .row .container { background-color: transparent; background-image: none; }#ZV85DbOVJTp5xJ8vgJdSulRs6HLJxhMv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZV85DbOVJTp5xJ8vgJdSulRs6HLJxhMv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZV85DbOVJTp5xJ8vgJdSulRs6HLJxhMv > .row .container > .video-iframe-container { display: none; }#ZV85DbOVJTp5xJ8vgJdSulRs6HLJxhMv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZV85DbOVJTp5xJ8vgJdSulRs6HLJxhMv > .row > .video-iframe-container { display: none; }#ZV85DbOVJTp5xJ8vgJdSulRs6HLJxhMv > .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); }#ZV85DbOVJTp5xJ8vgJdSulRs6HLJxhMv > .row .container { border-width: 0; border-radius: 0; }#ZV85DbOVJTp5xJ8vgJdSulRs6HLJxhMv > .row > .video-iframe-container {  }#ZV85DbOVJTp5xJ8vgJdSulRs6HLJxhMv > .row .container { width:20rem;height:16rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MuSnlmU7LlvQsq6Sw14y5HshQ93zfzfn { width:18.125rem;height:0;top:1.25rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dNnSuAza0wJzow9Qc0lq7g4IkVPvih3T { width:18.125rem;height:15.33333325386rem;top:0.63125038146975rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #AyLi9i7x90RbkkqPT7IXIrhyz3ghZzx5 { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#AyLi9i7x90RbkkqPT7IXIrhyz3ghZzx5 > .row .container { background-color: transparent; background-image: none; }#AyLi9i7x90RbkkqPT7IXIrhyz3ghZzx5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AyLi9i7x90RbkkqPT7IXIrhyz3ghZzx5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AyLi9i7x90RbkkqPT7IXIrhyz3ghZzx5 > .row .container > .video-iframe-container { display: none; }#AyLi9i7x90RbkkqPT7IXIrhyz3ghZzx5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AyLi9i7x90RbkkqPT7IXIrhyz3ghZzx5 > .row > .video-iframe-container { display: none; }#AyLi9i7x90RbkkqPT7IXIrhyz3ghZzx5 > .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); }#AyLi9i7x90RbkkqPT7IXIrhyz3ghZzx5 > .row .container { border-width: 0; border-radius: 0; }#AyLi9i7x90RbkkqPT7IXIrhyz3ghZzx5 > .row > .video-iframe-container {  }#AyLi9i7x90RbkkqPT7IXIrhyz3ghZzx5 > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FsR50Nv8KC4pnDxZELvzPw5KDQPV49yc { width:20rem;height:1.9166666269302rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbTDInJZyiqQBukf281H79EK70Cib5NV { width:20rem;height:2.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hql94aciIz39CRub2LlLFtEF8wZNgHOq { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Hql94aciIz39CRub2LlLFtEF8wZNgHOq > .row .container { background-color: transparent; background-image: none; }#Hql94aciIz39CRub2LlLFtEF8wZNgHOq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hql94aciIz39CRub2LlLFtEF8wZNgHOq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hql94aciIz39CRub2LlLFtEF8wZNgHOq > .row .container > .video-iframe-container { display: none; }#Hql94aciIz39CRub2LlLFtEF8wZNgHOq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hql94aciIz39CRub2LlLFtEF8wZNgHOq > .row > .video-iframe-container { display: none; }#Hql94aciIz39CRub2LlLFtEF8wZNgHOq > .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); }#Hql94aciIz39CRub2LlLFtEF8wZNgHOq > .row .container { border-width: 0; border-radius: 0; }#Hql94aciIz39CRub2LlLFtEF8wZNgHOq > .row > .video-iframe-container {  }#Hql94aciIz39CRub2LlLFtEF8wZNgHOq > .row .container { width:20rem;height:12.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MGEuB5iTawzzLkNEVw4tIt3FluBTkUDh { width:18.125rem;height:11.499999642372rem;top:1.229248046875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRZwsFt2FMbXD6W9fBzsH3r8AodIqJZL { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#tRZwsFt2FMbXD6W9fBzsH3r8AodIqJZL > .row .container { background-color: transparent; background-image: none; }#tRZwsFt2FMbXD6W9fBzsH3r8AodIqJZL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tRZwsFt2FMbXD6W9fBzsH3r8AodIqJZL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tRZwsFt2FMbXD6W9fBzsH3r8AodIqJZL > .row .container > .video-iframe-container { display: none; }#tRZwsFt2FMbXD6W9fBzsH3r8AodIqJZL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tRZwsFt2FMbXD6W9fBzsH3r8AodIqJZL > .row > .video-iframe-container { display: none; }#tRZwsFt2FMbXD6W9fBzsH3r8AodIqJZL > .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); }#tRZwsFt2FMbXD6W9fBzsH3r8AodIqJZL > .row .container { border-width: 0; border-radius: 0; }#tRZwsFt2FMbXD6W9fBzsH3r8AodIqJZL > .row > .video-iframe-container {  }#tRZwsFt2FMbXD6W9fBzsH3r8AodIqJZL > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yW82kblqxf0XFIPk7ndJz3ZwKgLfabpr { width:20rem;height:1.9166666269302rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwclA8flnPaaxh1UDZ3tX9zsJSeE2Xt5 { width:20rem;height:2.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXTzfWzHLWK0R5HONuS6AL71d0ZbQyD4 { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#TXTzfWzHLWK0R5HONuS6AL71d0ZbQyD4 > .row .container { background-color: transparent; background-image: none; }#TXTzfWzHLWK0R5HONuS6AL71d0ZbQyD4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXTzfWzHLWK0R5HONuS6AL71d0ZbQyD4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXTzfWzHLWK0R5HONuS6AL71d0ZbQyD4 > .row .container > .video-iframe-container { display: none; }#TXTzfWzHLWK0R5HONuS6AL71d0ZbQyD4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXTzfWzHLWK0R5HONuS6AL71d0ZbQyD4 > .row > .video-iframe-container { display: none; }#TXTzfWzHLWK0R5HONuS6AL71d0ZbQyD4 > .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); }#TXTzfWzHLWK0R5HONuS6AL71d0ZbQyD4 > .row .container { border-width: 0; border-radius: 0; }#TXTzfWzHLWK0R5HONuS6AL71d0ZbQyD4 > .row > .video-iframe-container {  }#TXTzfWzHLWK0R5HONuS6AL71d0ZbQyD4 > .row .container { width:20rem;height:54.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K2SFbKXZOTwlRkD0i0Wmvz7cXOxKFRoD { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #u7cWXohv6zrKsR3vPvRIdSJEtKO2II3q { width:18.125rem;height:53.666665554047rem;top:1.25rem;left:0.90625rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #Cmz3TlJAn303S5I7TPLbwRUR6IfEqcsk { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Cmz3TlJAn303S5I7TPLbwRUR6IfEqcsk > .row .container { background-color: transparent; background-image: none; }#Cmz3TlJAn303S5I7TPLbwRUR6IfEqcsk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cmz3TlJAn303S5I7TPLbwRUR6IfEqcsk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cmz3TlJAn303S5I7TPLbwRUR6IfEqcsk > .row .container > .video-iframe-container { display: none; }#Cmz3TlJAn303S5I7TPLbwRUR6IfEqcsk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cmz3TlJAn303S5I7TPLbwRUR6IfEqcsk > .row > .video-iframe-container { display: none; }#Cmz3TlJAn303S5I7TPLbwRUR6IfEqcsk > .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); }#Cmz3TlJAn303S5I7TPLbwRUR6IfEqcsk > .row .container { border-width: 0; border-radius: 0; }#Cmz3TlJAn303S5I7TPLbwRUR6IfEqcsk > .row > .video-iframe-container {  }#Cmz3TlJAn303S5I7TPLbwRUR6IfEqcsk > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sZwm5u3bnsOWFT7THRs7ExRwCpo2eSrH { width:20rem;height:5.75rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcuyAy32Av4UWl5vVnszTZadVF0v8NzX { width:20rem;height:6.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2QvSJvMuPtolElNT1KvblJtyI6hMR4p { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#h2QvSJvMuPtolElNT1KvblJtyI6hMR4p > .row .container { background-color: transparent; background-image: none; }#h2QvSJvMuPtolElNT1KvblJtyI6hMR4p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h2QvSJvMuPtolElNT1KvblJtyI6hMR4p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h2QvSJvMuPtolElNT1KvblJtyI6hMR4p > .row .container > .video-iframe-container { display: none; }#h2QvSJvMuPtolElNT1KvblJtyI6hMR4p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h2QvSJvMuPtolElNT1KvblJtyI6hMR4p > .row > .video-iframe-container { display: none; }#h2QvSJvMuPtolElNT1KvblJtyI6hMR4p > .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); }#h2QvSJvMuPtolElNT1KvblJtyI6hMR4p > .row .container { border-width: 0; border-radius: 0; }#h2QvSJvMuPtolElNT1KvblJtyI6hMR4p > .row > .video-iframe-container {  }#h2QvSJvMuPtolElNT1KvblJtyI6hMR4p > .row .container { width:20rem;height:12.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bmT4aM5zeTaAloTInVu21eZmfx7lHwBc { width:18.125rem;height:11.499999642372rem;top:1.25rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #otDyxTKIaMsR3BdLdRvAg0n2TGqNTMZa { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#otDyxTKIaMsR3BdLdRvAg0n2TGqNTMZa > .row .container { background-color: transparent; background-image: none; }#otDyxTKIaMsR3BdLdRvAg0n2TGqNTMZa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otDyxTKIaMsR3BdLdRvAg0n2TGqNTMZa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otDyxTKIaMsR3BdLdRvAg0n2TGqNTMZa > .row .container > .video-iframe-container { display: none; }#otDyxTKIaMsR3BdLdRvAg0n2TGqNTMZa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otDyxTKIaMsR3BdLdRvAg0n2TGqNTMZa > .row > .video-iframe-container { display: none; }#otDyxTKIaMsR3BdLdRvAg0n2TGqNTMZa > .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); }#otDyxTKIaMsR3BdLdRvAg0n2TGqNTMZa > .row .container { border-width: 0; border-radius: 0; }#otDyxTKIaMsR3BdLdRvAg0n2TGqNTMZa > .row > .video-iframe-container {  }#otDyxTKIaMsR3BdLdRvAg0n2TGqNTMZa > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LkSIFhcoABp7Hco9FP74HETQ5l1aMIzV { width:20rem;height:3.8333332538605rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnpXFKxSzJBgP5zTFHhlry8K7tA8PaPl { width:20rem;height:4.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jyddk96zrD9TMIB1aLToyCMQkZAkIf71 { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Jyddk96zrD9TMIB1aLToyCMQkZAkIf71 > .row .container { background-color: transparent; background-image: none; }#Jyddk96zrD9TMIB1aLToyCMQkZAkIf71::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jyddk96zrD9TMIB1aLToyCMQkZAkIf71 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jyddk96zrD9TMIB1aLToyCMQkZAkIf71 > .row .container > .video-iframe-container { display: none; }#Jyddk96zrD9TMIB1aLToyCMQkZAkIf71 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jyddk96zrD9TMIB1aLToyCMQkZAkIf71 > .row > .video-iframe-container { display: none; }#Jyddk96zrD9TMIB1aLToyCMQkZAkIf71 > .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); }#Jyddk96zrD9TMIB1aLToyCMQkZAkIf71 > .row .container { border-width: 0; border-radius: 0; }#Jyddk96zrD9TMIB1aLToyCMQkZAkIf71 > .row > .video-iframe-container {  }#Jyddk96zrD9TMIB1aLToyCMQkZAkIf71 > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yJW0xAEuf0yhCP6rCyLQHKI2JZNKhFyx { width:18.125rem;height:3.8333332538605rem;top:1.25rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPrcFmNhiU95uDLxNF7t8Xl8NlirTKIQ { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#EPrcFmNhiU95uDLxNF7t8Xl8NlirTKIQ > .row .container { background-color: transparent; background-image: none; }#EPrcFmNhiU95uDLxNF7t8Xl8NlirTKIQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EPrcFmNhiU95uDLxNF7t8Xl8NlirTKIQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EPrcFmNhiU95uDLxNF7t8Xl8NlirTKIQ > .row .container > .video-iframe-container { display: none; }#EPrcFmNhiU95uDLxNF7t8Xl8NlirTKIQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EPrcFmNhiU95uDLxNF7t8Xl8NlirTKIQ > .row > .video-iframe-container { display: none; }#EPrcFmNhiU95uDLxNF7t8Xl8NlirTKIQ > .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); }#EPrcFmNhiU95uDLxNF7t8Xl8NlirTKIQ > .row .container { border-width: 0; border-radius: 0; }#EPrcFmNhiU95uDLxNF7t8Xl8NlirTKIQ > .row > .video-iframe-container {  }#EPrcFmNhiU95uDLxNF7t8Xl8NlirTKIQ > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v4d1pHniQcD4PA6DmyFl4Jz5gr3eiVvc { width:20rem;height:1.9166666269302rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPSvhbJfgEDMkokCTB8UIIWEJMfeS6k6 { width:20rem;height:2.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQNa6HnpMVJAHFdRLllIGgPAwhncLL7R { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#sQNa6HnpMVJAHFdRLllIGgPAwhncLL7R > .row .container { background-color: transparent; background-image: none; }#sQNa6HnpMVJAHFdRLllIGgPAwhncLL7R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQNa6HnpMVJAHFdRLllIGgPAwhncLL7R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQNa6HnpMVJAHFdRLllIGgPAwhncLL7R > .row .container > .video-iframe-container { display: none; }#sQNa6HnpMVJAHFdRLllIGgPAwhncLL7R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQNa6HnpMVJAHFdRLllIGgPAwhncLL7R > .row > .video-iframe-container { display: none; }#sQNa6HnpMVJAHFdRLllIGgPAwhncLL7R > .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); }#sQNa6HnpMVJAHFdRLllIGgPAwhncLL7R > .row .container { border-width: 0; border-radius: 0; }#sQNa6HnpMVJAHFdRLllIGgPAwhncLL7R > .row > .video-iframe-container {  }#sQNa6HnpMVJAHFdRLllIGgPAwhncLL7R > .row .container { width:20rem;height:18.520751953125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xk6OfcoG1sTyeiswPeht0m85oZ1dzCwS { width:18.125rem;height:17.250000238419rem;top:1.27099609375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQJdg30BGoxI444QHVvTzGfq5Bu1It4L { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#mQJdg30BGoxI444QHVvTzGfq5Bu1It4L > .row .container { background-color: transparent; background-image: none; }#mQJdg30BGoxI444QHVvTzGfq5Bu1It4L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQJdg30BGoxI444QHVvTzGfq5Bu1It4L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQJdg30BGoxI444QHVvTzGfq5Bu1It4L > .row .container > .video-iframe-container { display: none; }#mQJdg30BGoxI444QHVvTzGfq5Bu1It4L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQJdg30BGoxI444QHVvTzGfq5Bu1It4L > .row > .video-iframe-container { display: none; }#mQJdg30BGoxI444QHVvTzGfq5Bu1It4L > .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); }#mQJdg30BGoxI444QHVvTzGfq5Bu1It4L > .row .container { border-width: 0; border-radius: 0; }#mQJdg30BGoxI444QHVvTzGfq5Bu1It4L > .row > .video-iframe-container {  }#mQJdg30BGoxI444QHVvTzGfq5Bu1It4L > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w0iNuGNwvUihCIok2eQfFgP9EFNrxbl9 { width:20rem;height:3.8333332538605rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5wvsKV1HP5EO7tWIXnpwRX1TGDozfQu { width:20rem;height:2.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZFERvrZGhTOzGwt2bFMkCWqJFbHhSKn { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#MZFERvrZGhTOzGwt2bFMkCWqJFbHhSKn > .row .container { background-color: transparent; background-image: none; }#MZFERvrZGhTOzGwt2bFMkCWqJFbHhSKn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZFERvrZGhTOzGwt2bFMkCWqJFbHhSKn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZFERvrZGhTOzGwt2bFMkCWqJFbHhSKn > .row .container > .video-iframe-container { display: none; }#MZFERvrZGhTOzGwt2bFMkCWqJFbHhSKn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZFERvrZGhTOzGwt2bFMkCWqJFbHhSKn > .row > .video-iframe-container { display: none; }#MZFERvrZGhTOzGwt2bFMkCWqJFbHhSKn > .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); }#MZFERvrZGhTOzGwt2bFMkCWqJFbHhSKn > .row .container { border-width: 0; border-radius: 0; }#MZFERvrZGhTOzGwt2bFMkCWqJFbHhSKn > .row > .video-iframe-container {  }#MZFERvrZGhTOzGwt2bFMkCWqJFbHhSKn > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sh9c7QyK0EtuNmEZOLIloGN2DOzxFwNs { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #STPzV5tedaXyl9AAi2xTai1vO6Qt1aiR { width:18.125rem;height:5.7499998807907rem;top:1.5625rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #STcIzfdt77MqiIXu3bDPsShivFbTXT9N { display:block; }#STcIzfdt77MqiIXu3bDPsShivFbTXT9N > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GR9LnzyOedTV6FTheP9tnPUbNMRD3LXv { display:block; }#GR9LnzyOedTV6FTheP9tnPUbNMRD3LXv > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vzf8p3Hhg9lVnfK4RdKOpF5tv6WVThnC { width:19.9991875rem;height:1.8333333730698rem;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) { #GZz0cUUlONpJSAVJKetPnqOTT6DwyEl5 { background-color:#eef3ef;background-image:none;display:block; }#GZz0cUUlONpJSAVJKetPnqOTT6DwyEl5 > .row .container { background-color: transparent; background-image: none; }#GZz0cUUlONpJSAVJKetPnqOTT6DwyEl5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZz0cUUlONpJSAVJKetPnqOTT6DwyEl5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZz0cUUlONpJSAVJKetPnqOTT6DwyEl5 > .row .container > .video-iframe-container { display: none; }#GZz0cUUlONpJSAVJKetPnqOTT6DwyEl5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZz0cUUlONpJSAVJKetPnqOTT6DwyEl5 > .row > .video-iframe-container { display: none; }#GZz0cUUlONpJSAVJKetPnqOTT6DwyEl5 > .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); }#GZz0cUUlONpJSAVJKetPnqOTT6DwyEl5 > .row .container { width:20rem;height:84.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #locfQA7p07hUVwUA56TXQfK3oqpRPh1Q { 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) { #i3K1S8OmJ21mX9fkVFNuK3EM1D2J4zwp { width:15.3125rem;height:20.5625rem;top:7.58984375rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NovtzSWcC7uF0kHM3qfKnrPgy0DlBUd0 { 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) { #fCLFzOu4e9blxIEWZTAd1rbF4frVZHxp { width:5.25rem;height:5.5rem;top:58.202079772949rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WcLkdh12UsVtETSm2igTl13nAlkW3Wen { 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) { #ZGsvEliVBRPgGZllTQQ6AkvLhW3OUoXI { width:19.375rem;height:80.8125rem;top:2.1224365234375rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ox1eK3SqyzQsxqwICfIc3IhqksDnSkMv { width:20rem;height:4.1666665077209rem;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) { #a6RSTLBEWgg92JUpVU5DEvnQ7Sz58HEK { width:17.5rem;height:53.333332061768rem;top:28.958374023438rem;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) { #MzQT49vLe6oHKEEJVZNoaL5Psma27e3i { display:block; }#MzQT49vLe6oHKEEJVZNoaL5Psma27e3i > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kwWTaJl4EbxMFdnqRLRi5Qgi2SXdNhK0 { display:block; }#kwWTaJl4EbxMFdnqRLRi5Qgi2SXdNhK0 > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hqWmHMyvoGQMtAWIpGWflq3K2TsTo6TE { width:20rem;height:5.1666665077209rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfJ1qZ8IoqJJApvp1sCLK8ScvXhG1IBs { display:none; }#IfJ1qZ8IoqJJApvp1sCLK8ScvXhG1IBs > .row .container { width:20rem;height:2.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eXRg6MFHofSZ73valzdqlV7chfd49aoD { display:none; }#eXRg6MFHofSZ73valzdqlV7chfd49aoD > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MVm6ONATNMvAi3RSEG7qwzskPfmPBS3z { display:none; }#MVm6ONATNMvAi3RSEG7qwzskPfmPBS3z > .row .container { width:20rem;height:16.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZJIc8tr3mQ0h2QJFdtcRNzTG3ryOetIv { width:18.75rem;height:6rem;top:1.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #mqSq9KhnqSrzJRHmAWuxalBk0NoxS9qe { display:none; }#mqSq9KhnqSrzJRHmAWuxalBk0NoxS9qe > .row .container { width:20rem;height:19.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CG4oVMSk6P6TUr9L7On0coO8WO3fMHhD { width:18.75rem;height:6rem;top:1.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #T0TbJ2qIXsVFmHHXT3UZLWfzPkpGDZm0 { display:none; }#T0TbJ2qIXsVFmHHXT3UZLWfzPkpGDZm0 > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HaJsRcHNWWMthvekQrz3XCfvWLDV0WcA { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJsQnWOnxqfIDO9z98XP6Hkcv4K6IPni { display:none; }#gJsQnWOnxqfIDO9z98XP6Hkcv4K6IPni > .row .container { width:20rem;height:16.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #I3GeKF4i1NyH7SstHf8Dsrv6cfJBwtUE { width:18.75rem;height:6rem;top:1.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #MF2XZWyacTEwOuBxFJdfL6wqZwqW2URM { display:block; }#MF2XZWyacTEwOuBxFJdfL6wqZwqW2URM > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NawPG58EXqUTakiNr50JDuxTvGUZxNiL { width:19.998697280884rem;height:1.8333333730698rem;top:1.2603759765625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tskv7pP3uAMGeLvqtPP1bNsfJr5IbC4N { display:block; }#tskv7pP3uAMGeLvqtPP1bNsfJr5IbC4N > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rtKwEdMEa6QfDmRtaISU7iogJ6cRdOBT { width:18.75rem;height:0;top:3.30078125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NxcWoGKOtGuBMRLLGvVaNTaHXpCZRncC { width:6.1875rem;height:2.5833332538605rem;top:0rem;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) { #z4ykdQd0nnIiNsH3a05RfEn4OcggmAwl { width:19.375rem;height:6rem;top:3.6341552734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #igimlJCBTK4WPrhTVKhUmGdh3rAKOusL { 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) { #S4yX5pWPub8Ao3C8Ng6buUNgfHfrZZfF { display:none; }#S4yX5pWPub8Ao3C8Ng6buUNgfHfrZZfF > .row .container { width:20rem;height:2.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mdrHFv5dr11Brdmu53T8ShBN57XkXnHk { display:block; }#mdrHFv5dr11Brdmu53T8ShBN57XkXnHk > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GpJ4ZXPsfJszn4ceKDSlwCTVMuOUKuHL { width:3.125rem;height:3.1875rem;top:2.5625rem;left:8.40625rem;display:block; }
 }