.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;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#4b820d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:26.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#wvXoxG2oTcLuLsbbq0zx9GdTfOOgvGEc { color:#ffffff;display:block;width:43.25rem;position:absolute;font-family:"open sauce two";font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10.1318359375rem;left:2.5rem;height:7.7988125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qXEOBb5MHsHa1UPKTlwgKxHUtxmDOMkw { color:#ffffff;display:block;width:39.25rem;position:absolute;font-family:"open sauce two";font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:18.646484375rem;left:2.5rem;height:4.5rem;display:block; }
#E2yBIqLW146lnrXT9NEr5M1XFq7AbOmb { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:10.0625rem;top:1.7177734375rem;left:1rem;overflow:hidden;display:block; }
#GQtdtm9JbNTtSeDSRQfh6MKHDB9Afoto { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:#4b820d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sauce two";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.9990234375rem;left:64.75rem;display:block; }
#qvfu4gXlVHCrrPHsyakBR2sC2rlv0Zwm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LkqwFPvggUSG56s82RergrLqHkqX42Pw { position:relative;display:block; }#LkqwFPvggUSG56s82RergrLqHkqX42Pw { background-color: transparent; background-image: none; }#LkqwFPvggUSG56s82RergrLqHkqX42Pw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkqwFPvggUSG56s82RergrLqHkqX42Pw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkqwFPvggUSG56s82RergrLqHkqX42Pw > .row .container > .video-iframe-container { display: none; }#LkqwFPvggUSG56s82RergrLqHkqX42Pw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkqwFPvggUSG56s82RergrLqHkqX42Pw > .row > .video-iframe-container { display: none; }#LkqwFPvggUSG56s82RergrLqHkqX42Pw > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkqwFPvggUSG56s82RergrLqHkqX42Pw { border-width: 0; border-radius: 0; }#LkqwFPvggUSG56s82RergrLqHkqX42Pw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LkqwFPvggUSG56s82RergrLqHkqX42Pw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HGC1IVRm23MBLwHpt8OZx2NZGCGpIofF { color:#000000;display:block;width:28.125rem;position:absolute;font-family:"open sauce two";font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.435546875rem;left:2.5rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NJWs9tQKBaIZkQhWTf7cVN2lhOwWKX6l { color:#000000;display:block;width:19.4375rem;position:absolute;font-family:"open sauce two";font-size:1rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:10.40625rem;left:2.5rem;height:4.798825rem;font-style:normal;display:block; }
#hel1ACiqd61I2p7Xgww0EakhcCU340ho { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31rem;width:34.125rem;top:1.25rem;left:37.828125rem;overflow:hidden;display:block; }
#iNBXtGlExpVKL3V92LcKrXeozTPBuPP8 { background-color:#4b820d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;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:"open sauce two";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:3rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:17.4345703125rem;left:2.5rem;display:block; }
#qnXwTgII0UNvorPLxNQdXbiZpqJToZhb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L8zVyXCLZsHbk7pENI7yRqyrd5AvQfea { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebf6dc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#L8zVyXCLZsHbk7pENI7yRqyrd5AvQfea > .row .container { background-color: transparent; background-image: none; }#L8zVyXCLZsHbk7pENI7yRqyrd5AvQfea::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8zVyXCLZsHbk7pENI7yRqyrd5AvQfea > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8zVyXCLZsHbk7pENI7yRqyrd5AvQfea > .row .container > .video-iframe-container { display: none; }#L8zVyXCLZsHbk7pENI7yRqyrd5AvQfea > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8zVyXCLZsHbk7pENI7yRqyrd5AvQfea > .row > .video-iframe-container { display: none; }#L8zVyXCLZsHbk7pENI7yRqyrd5AvQfea > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8zVyXCLZsHbk7pENI7yRqyrd5AvQfea > .row .container { border-width: 0; border-radius: 0; }#L8zVyXCLZsHbk7pENI7yRqyrd5AvQfea > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L8zVyXCLZsHbk7pENI7yRqyrd5AvQfea > .row .container { font-size:0.875rem;font-family:arial;height:50.8125rem;width:75rem;position:relative;display:block; }#GrDSL1wWvKrqOp3PZvMyU15BcRhP72r4 { color:#1c1c1c;display:block;width:39.5625rem;position:absolute;font-family:"open sauce two";font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.6687498092651rem;left:18.1875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EVXFwoyoHRSg4FZLUK87FWawhIVeKEf1 { box-sizing:content-box;height:22.4375rem;width:19.625rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:12.25rem;left:4.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#DTb6nw4RKv2P0oxwqChiyo2CQDh0w6BD { box-sizing:content-box;height:26.25rem;width:21.0625rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:11rem;left:26.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#NiqAVSu8IXXADkLiOPGqVATwNHkaSRNg { box-sizing:content-box;height:23.125rem;width:19.625rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:12.0625rem;left:50.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#EDz0vTG9CXsib3KszWafihXtMe9LyS37 { color:#000000;display:block;width:10.875rem;position:absolute;font-family:"open sauce two";font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.625rem;left:8.875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LFZwH7fw0TIOtxVq9nFtUbQdgo9bMU4s { color:#000000;display:block;width:10.875rem;position:absolute;font-family:"open sauce two";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.25rem;left:32.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Zi11qx5wR8ZQS6zdxL0OroDScx7VJhMT { color:#000000;display:block;width:10.875rem;position:absolute;font-family:"open sauce two";font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:13.625rem;left:55.3125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xQ1MrZU4X7nsaNWSzfAZInTTbbwKuFJ0 { color:#000000;display:block;width:10.875rem;position:absolute;font-family:"open sauce two";font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:20rem;left:8.875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gUomDomni0rH6EG26w9E8F9ZvRZJ36ME { color:#000000;display:block;width:12.625rem;position:absolute;font-family:"open sauce two";font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:19.29296875rem;left:31.65625rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ggnww5OE8L6aRI0bVgrWVoghn8PWsdq3 { color:#000000;display:block;width:10.875rem;position:absolute;font-family:"open sauce two";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:19.375rem;left:55.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qgIf2lqO5KRlBGTPCFUItsWIRDbTZq9K { box-sizing:content-box;height:29.9375rem;width:22.5rem;position:absolute;display:block;z-index:15004;background-color:#4b820d;background-image:none;top:8rem;left:26.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ZzLOBIuH0tLS6pZ2B0Alf9HL4spCZK69 { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:"open sauce two";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.6875rem;left:28.5625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NQQkOZ7gRFtZHJoxc5JIat4eduuXrZdx { color:#000000;display:block;width:12.625rem;position:absolute;font-family:"open sauce two";font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:24.822265625rem;left:54.4375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#U7rElNgJu4Z2rXwzqzPdbfgsCQO794nd { color:#000000;display:block;width:18.375rem;position:absolute;font-family:"open sauce two";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:21.7509765625rem;left:28.3125rem;height:7.3095625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MoXwuUw1M09CMG42vvXuh9ofkTcHgOX8 { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:"open sauce two";font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:23.5234375rem;left:7.15625rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gzWalLoNxXdVgwGPgRUz2r8Uo3Wsa5GT { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:"open sauce two";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:30.9375rem;left:7.71875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iwmT4xCOJTQpOlQ1FzW1Qx85pSM3bv36 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:7.0625rem;top:15.0859375rem;left:30.0625rem;overflow:hidden;display:block; }
#fdiSNZxc8PNe97dz4TCqrdTeNNlOrpGs { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:8.375rem;top:14.7109375rem;left:38.125rem;overflow:hidden;display:block; }
#IKTlTlr0W000tTuBTnpIFXLbwuy77g8k { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:"open sauce two";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:30.9375rem;left:54.15625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZyhGCwuzX2UcVMJx1Oes6UnXC4o97bne { background-color:#4b820d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;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:"open sauce two";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5625rem;height:3rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:41.5546875rem;left:27.71875rem;display:block; }
#fNV4Cmq4RQmvEmDi2Wfxk0VuFGvCV9I1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ei2ErQE12JNQh44koT0TJfJU8v0XH06d { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:"open sauce two";font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:30.775390625rem;left:30.6875rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aaMWXrfmI1A3KdQra4iAvW3rBDkKpRdF { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:"open sauce two";font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:33.4501953125rem;left:31.59375rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#P2hIZ45ExHkh6TqMPlHMK8WuZCWlEtNZ { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:6.75rem;top:16.9609375rem;left:7.15625rem;overflow:hidden;display:block; }
#AVuICGpdllnXhQg4qATP4fa6ayvGepPO { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:8.375rem;top:16.5859375rem;left:14.4375rem;overflow:hidden;display:block; }
#TBofyBw2Jxv0qeHTFhpTk1X8qnTfvNIr { position:relative;display:block; }#TBofyBw2Jxv0qeHTFhpTk1X8qnTfvNIr { background-color: transparent; background-image: none; }#TBofyBw2Jxv0qeHTFhpTk1X8qnTfvNIr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBofyBw2Jxv0qeHTFhpTk1X8qnTfvNIr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBofyBw2Jxv0qeHTFhpTk1X8qnTfvNIr > .row .container > .video-iframe-container { display: none; }#TBofyBw2Jxv0qeHTFhpTk1X8qnTfvNIr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBofyBw2Jxv0qeHTFhpTk1X8qnTfvNIr > .row > .video-iframe-container { display: none; }#TBofyBw2Jxv0qeHTFhpTk1X8qnTfvNIr > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBofyBw2Jxv0qeHTFhpTk1X8qnTfvNIr { border-width: 0; border-radius: 0; }#TBofyBw2Jxv0qeHTFhpTk1X8qnTfvNIr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TBofyBw2Jxv0qeHTFhpTk1X8qnTfvNIr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CX3JfdNFqaEsbbfBSuOPtDJdui6gVKv2 { color:#000000;display:block;width:46.5rem;position:absolute;font-family:"open sauce two";font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.4599609375rem;left:17.4296875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ADsqNZvixoyciyiUChpPpWdTBSUUSMtg { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:8.6875rem;top:11.5rem;left:2.625rem;overflow:hidden;display:block; }
#y44v3UPinhJ2y6DN4o4NJuI3tZyzZnES { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:10.4375rem;top:12.4375rem;left:32.6875rem;overflow:hidden;display:block; }
#eTAooRB31oRu5ZnmfoqZwOlV2PbieGSg { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:8.4375rem;top:11.75rem;left:18.25rem;overflow:hidden;display:block; }
#gKI3ODwBmEbQ58J8gTikT5oZL69mtZut { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:7.9375rem;top:11.25rem;left:50.1875rem;overflow:hidden;display:block; }
#WRoZeG9N9AF0GNZmN59ubQ0efrBrChZy { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:7.375rem;top:12.1875rem;left:65rem;overflow:hidden;display:block; }
#GVMdtqVTFOpOUQO3xg4G5VhtvzSAVOxO { color:#000000;display:block;width:40rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:5.6220703125rem;left:20.6796875rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#KNXzMmV49TtbpBAeyzNT88mL7DD92NR5 { position:relative;display:block; }#KNXzMmV49TtbpBAeyzNT88mL7DD92NR5 { background-color: transparent; background-image: none; }#KNXzMmV49TtbpBAeyzNT88mL7DD92NR5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNXzMmV49TtbpBAeyzNT88mL7DD92NR5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNXzMmV49TtbpBAeyzNT88mL7DD92NR5 > .row .container > .video-iframe-container { display: none; }#KNXzMmV49TtbpBAeyzNT88mL7DD92NR5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNXzMmV49TtbpBAeyzNT88mL7DD92NR5 > .row > .video-iframe-container { display: none; }#KNXzMmV49TtbpBAeyzNT88mL7DD92NR5 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNXzMmV49TtbpBAeyzNT88mL7DD92NR5 { border-width: 0; border-radius: 0; }#KNXzMmV49TtbpBAeyzNT88mL7DD92NR5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KNXzMmV49TtbpBAeyzNT88mL7DD92NR5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:39.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gIODqheg38i15B77kaP7iw5swVKSPcMA { color:#424957;display:block;width:29.75rem;position:absolute;font-family:"open sauce two";font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.49609375rem;left:2.0625rem;height:3.8984375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pyROgpGUksvuaymKPiH8WFFKM0pqiNEK { color:#000000;display:block;width:33.25rem;position:absolute;font-family:"open sauce two";font-size:1rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:12.9423828125rem;left:2.0625rem;height:15.99609375rem;font-style:normal;display:block; }
#rnlwTLm41hpOlZWloCIfpFkXMXysa7sp { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.375rem;width:31.375rem;top:3.34375rem;left:40.3056640625rem;overflow:hidden;display:block; }
#nWilu7Dap9GqbTVv8oTNGL2UhhN4lETI { background-color:transparent;background-image:none;border-top:0.0625rem solid #4b820d;border-left:0.0625rem solid #4b820d;border-right:0.0625rem solid #4b820d;border-bottom:0.0625rem solid #4b820d;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:#4b820d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sauce two";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:2.875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:31.71875rem;left:2.0625rem;display:block; }
#oquCbuoN1lzddZiSkcQUNTBUiSNTK24U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WQ27ixLJbrGiOmoTqJbap5ORAcWQmKd0 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:6.5625rem;top:3.34375rem;left:2.0625rem;overflow:hidden;display:block; }
#VnZiJSycFkcpwT2EI2qntxvT05962cPK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/61710a01-5b5a-4843-8f60-77b5332048cf/BackgroundlightgreenJobup.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VnZiJSycFkcpwT2EI2qntxvT05962cPK.adaptive-delivery-prevent-bg, #VnZiJSycFkcpwT2EI2qntxvT05962cPK.lazyload, #VnZiJSycFkcpwT2EI2qntxvT05962cPK.lazyloading { background-image: none; }#VnZiJSycFkcpwT2EI2qntxvT05962cPK > .row .container { background-color: transparent; background-image: none; }#VnZiJSycFkcpwT2EI2qntxvT05962cPK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnZiJSycFkcpwT2EI2qntxvT05962cPK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnZiJSycFkcpwT2EI2qntxvT05962cPK > .row .container > .video-iframe-container { display: none; }#VnZiJSycFkcpwT2EI2qntxvT05962cPK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnZiJSycFkcpwT2EI2qntxvT05962cPK > .row > .video-iframe-container { display: none; }#VnZiJSycFkcpwT2EI2qntxvT05962cPK > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnZiJSycFkcpwT2EI2qntxvT05962cPK > .row .container { border-width: 0; border-radius: 0; }#VnZiJSycFkcpwT2EI2qntxvT05962cPK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VnZiJSycFkcpwT2EI2qntxvT05962cPK > .row .container { font-size:0.875rem;font-family:arial;height:35.1875rem;width:75rem;position:relative;display:block; }#KZBV01LJMQ8GNRD5NKaE9fpwQt0R5bn1 { color:#424957;display:block;width:31.9375rem;position:absolute;font-family:"open sauce two";font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.9990234375rem;left:8.624267578125rem;height:1.95rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GqnPIeoKfJEnrSfhuwC4Qh5ORTy5bexl { color:#000000;display:block;width:29.875rem;position:absolute;font-family:"open sauce two";font-size:1rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:12.0625rem;left:8.625rem;height:4.798825rem;font-style:normal;display:block; }
#c66AneaUqD1kXM9MPXnl9bLuwIqBm0gz { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.625rem;width:31.5rem;top:3.28125rem;left:41.919921875rem;overflow:hidden;display:block; }
#qJVbmFa7IrET9a7mkVoW7DBBMqcZluhL { color:#000000;display:block;width:6rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:17.92578125rem;left:8.6240234375rem;height:1.4625rem;display:block; }
#LOmGE3d9fzXF8e7AKeOpeQU6WxrwXf7L { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(75,130,13,0.93);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sauce two";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:1.4375rem;text-decoration:none;z-index:15014;text-align:left;text-align-last:left;top:17.9375rem;left:16.375rem;display:block; }
#Hbp2VNmrmHZOFJy6WTdkGSWKD12GIQz0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G4E48TWTvhoHsNu8X5fxhy7H53SSpXOb { color:#000000;display:block;width:6.5625rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:20.130859375rem;left:8.6240234375rem;height:1.4625rem;display:block; }
#UfTbBVaRch9Okd7yUorchK8PJms6BAgr { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(75,130,13,0.93);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sauce two";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9375rem;height:1.4375rem;text-decoration:none;z-index:15013;text-align:left;text-align-last:left;top:20.1416015625rem;left:16.3740234375rem;display:block; }
#vf3EeyDBixZuwgbR5T3qPZBZmNfWwHVo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dLE0z4Ht31QuezZehTliypxXNaWvEcXp { position:relative;display:block; }#dLE0z4Ht31QuezZehTliypxXNaWvEcXp { background-color: transparent; background-image: none; }#dLE0z4Ht31QuezZehTliypxXNaWvEcXp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLE0z4Ht31QuezZehTliypxXNaWvEcXp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLE0z4Ht31QuezZehTliypxXNaWvEcXp > .row .container > .video-iframe-container { display: none; }#dLE0z4Ht31QuezZehTliypxXNaWvEcXp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLE0z4Ht31QuezZehTliypxXNaWvEcXp > .row > .video-iframe-container { display: none; }#dLE0z4Ht31QuezZehTliypxXNaWvEcXp > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLE0z4Ht31QuezZehTliypxXNaWvEcXp { border-width: 0; border-radius: 0; }#dLE0z4Ht31QuezZehTliypxXNaWvEcXp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dLE0z4Ht31QuezZehTliypxXNaWvEcXp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CcMNdmRLhn8emE80Nwn025wkrlMEDTEn { color:#000000;display:block;width:49.375rem;position:absolute;font-family:"open sauce two";font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.372802734375rem;left:12.8125rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uN0kTFiOZWSrx3r23ZUGnwTcLsKBHUbs { color:#000000;display:block;width:49.375rem;position:absolute;font-family:"open sauce two";font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:6.395263671875rem;left:12.8125rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tDnfW4Ih25TIv0QLAdO0aEMKwb6eGJWI { position:relative;display:block; }#tDnfW4Ih25TIv0QLAdO0aEMKwb6eGJWI { background-color: transparent; background-image: none; }#tDnfW4Ih25TIv0QLAdO0aEMKwb6eGJWI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDnfW4Ih25TIv0QLAdO0aEMKwb6eGJWI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDnfW4Ih25TIv0QLAdO0aEMKwb6eGJWI > .row .container > .video-iframe-container { display: none; }#tDnfW4Ih25TIv0QLAdO0aEMKwb6eGJWI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDnfW4Ih25TIv0QLAdO0aEMKwb6eGJWI > .row > .video-iframe-container { display: none; }#tDnfW4Ih25TIv0QLAdO0aEMKwb6eGJWI > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDnfW4Ih25TIv0QLAdO0aEMKwb6eGJWI { border-width: 0; border-radius: 0; }#tDnfW4Ih25TIv0QLAdO0aEMKwb6eGJWI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tDnfW4Ih25TIv0QLAdO0aEMKwb6eGJWI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UlAWF1NqTHXqN7N3PniBtvdcxaxS27ls { color:#000000;display:block;width:22.4375rem;position:absolute;font-family:"open sauce two";font-size:1rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:9.6357421875rem;left:5.1865234375rem;height:1.5996125rem;font-style:normal;display:block; }
#SCuTGBGNnw24AC5HKGOrZ7SKFv2l0k18 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.125rem;top:24.7490234375rem;left:18.5615234375rem;overflow:hidden;display:block; }
#PVbfgl2cKzkIvEzZoUTno7C5vJVC2r5J { color:#000000;display:block;width:30.25rem;position:absolute;font-family:"open sauce two";font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:2.8076171875rem;left:2.9990234375rem;height:;font-style:normal;text-align:left;text-align-last:left;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; }
#dr9dHyxTAuEZTLkTr5S2WoTetqAgdJ3J { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:9.437255859375rem;left:2.5rem;overflow:hidden;display:block; }
#H5C3EEcZDkBSWqTSTtbGRixPX60IBL48 { color:#000000;display:block;width:16.25rem;position:absolute;font-family:"open sauce two";font-size:1rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:13.359375rem;left:5.1865234375rem;height:3.2rem;font-style:normal;display:block; }
#Pf3LnqVxpG8SzyGXof6KMPy1u6SZHchG { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:1.9375rem;top:13.990234375rem;left:2.53125rem;overflow:hidden;display:block; }
#xrKHxDiG6svdWMXOo8WH3iZs3DgX47ZZ { color:#000000;display:block;width:24.75rem;position:absolute;font-family:"open sauce two";font-size:1rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:18.71875rem;left:5.1865234375rem;height:1.5996125rem;font-style:normal;display:block; }
#WU534qsWK3pITSyAKTCiZS1TEOGziBWe { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:1.9375rem;top:18.5498046875rem;left:2.53125rem;overflow:hidden;display:block; }
#lCLATfWOA7BCAArrz8bNa92lgObazeOS { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21rem;width:33.125rem;top:4.1240234375rem;left:37.58203125rem;overflow:hidden;display:block; }
#x8HkeWJVN3rhD5I4HQuAAqFpGTk3dnW1 { background-color:#4b820d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;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:"open sauce two";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:3rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:23.8125rem;left:2.6875rem;display:block; }
#HC200mAu1VgrsDBXvpKeTSyNHMuOim5O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PDfAMI2dB5Vl9AT2neRWglzNKv0oT1eJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5' );";background-image: linear-gradient(to bottom, #ffffff, #f5f5f5);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PDfAMI2dB5Vl9AT2neRWglzNKv0oT1eJ > .row .container { background-color: transparent; background-image: none; }#PDfAMI2dB5Vl9AT2neRWglzNKv0oT1eJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PDfAMI2dB5Vl9AT2neRWglzNKv0oT1eJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PDfAMI2dB5Vl9AT2neRWglzNKv0oT1eJ > .row .container > .video-iframe-container { display: none; }#PDfAMI2dB5Vl9AT2neRWglzNKv0oT1eJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PDfAMI2dB5Vl9AT2neRWglzNKv0oT1eJ > .row > .video-iframe-container { display: none; }#PDfAMI2dB5Vl9AT2neRWglzNKv0oT1eJ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PDfAMI2dB5Vl9AT2neRWglzNKv0oT1eJ > .row .container { border-width: 0; border-radius: 0; }#PDfAMI2dB5Vl9AT2neRWglzNKv0oT1eJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PDfAMI2dB5Vl9AT2neRWglzNKv0oT1eJ > .row .container { font-size:0.875rem;font-family:arial;height:37.125rem;width:75rem;position:relative;display:block; }#e8VoU2AChMm4I80nsITrn0hu5oNFEzTT { color:#000000;display:block;width:26.625rem;position:absolute;font-family:"open sauce two";font-size:1rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:11.869140625rem;left:44.34375rem;height:3.2rem;font-style:normal;display:block; }
#sdEm9gclLIZoOoymMaw1qSPSnDGrlg3V { color:#000000;display:block;width:32.0625rem;position:absolute;font-family:"open sauce two";font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:5.8125rem;left:41.625rem;height:;font-style:normal;text-align:left;text-align-last:left;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; }
#qRviHgvxNgSA14CfiOkwyoAaCVCzSOMB { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:1.9375rem;top:12.5rem;left:41.625rem;overflow:hidden;display:block; }
#exVtwD0tNnS8nuSM2RTTUKhIDrBSUu13 { color:#000000;display:block;width:21.375rem;position:absolute;font-family:"open sauce two";font-size:1rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:16.962890625rem;left:44.3125rem;height:3.2rem;font-style:normal;display:block; }
#wLVRqKgTTOZC8s6X6EK9NNRkA1nUBkJ4 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:17.5rem;left:41.6875rem;overflow:hidden;display:block; }
#qWlXt1TSLbdTEwwT9HL0ScNBe3VX2yEW { color:#000000;display:block;width:21.375rem;position:absolute;font-family:"open sauce two";font-size:1rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:21.837890625rem;left:44.3125rem;height:3.2rem;font-style:normal;display:block; }
#zsgNcd31pPbRMsWi1EMbGmQsTAhtyTSt { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:22.5rem;left:41.6875rem;overflow:hidden;display:block; }
#gO79UDFvdA9oVKgKTxfVLGLvQClBp3pL { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.5rem;width:34.625rem;top:1.5rem;left:0rem;overflow:hidden;display:block; }
#gLebHVSO1EvR6xwfcPFKLIoOPNdf2wyW { position:relative;display:block; }#gLebHVSO1EvR6xwfcPFKLIoOPNdf2wyW { background-color: transparent; background-image: none; }#gLebHVSO1EvR6xwfcPFKLIoOPNdf2wyW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLebHVSO1EvR6xwfcPFKLIoOPNdf2wyW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLebHVSO1EvR6xwfcPFKLIoOPNdf2wyW > .row .container > .video-iframe-container { display: none; }#gLebHVSO1EvR6xwfcPFKLIoOPNdf2wyW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLebHVSO1EvR6xwfcPFKLIoOPNdf2wyW > .row > .video-iframe-container { display: none; }#gLebHVSO1EvR6xwfcPFKLIoOPNdf2wyW > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLebHVSO1EvR6xwfcPFKLIoOPNdf2wyW { border-width: 0; border-radius: 0; }#gLebHVSO1EvR6xwfcPFKLIoOPNdf2wyW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gLebHVSO1EvR6xwfcPFKLIoOPNdf2wyW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:28.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#q1fTSFSTPBqkmugTw0d4nBS7Zt0QE5km { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:"open sauce two";font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:13.8095703125rem;left:1.8037109375rem;height:5.39941875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gKuR13K5RdiAuJ0nusAd8VXalUTiksdL { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:10rem;top:2.5rem;left:6.6474609375rem;overflow:hidden;display:block; }
#EGeLldbUTL9he3oLI6H0pthtTrkO8mwQ { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:"open sauce two";font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:13.810546875rem;left:27.65625rem;height:5.39941875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TTFDxu5zO1FJK2Z2K9pFhOLghxLsqcMl { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:9.875rem;top:2.5625rem;left:32.5625rem;overflow:hidden;display:block; }
#s3uRvNlqS227UZpwdK7doJKeDc02qNyG { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sauce two";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:13.8095703125rem;left:55.40625rem;height:7.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#anpJhKCJw1ugDG0PTokiGS6EmSxWzUf3 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.8125rem;width:9.8125rem;top:2.59375rem;left:59.875rem;overflow:hidden;display:block; }
#NGDtJkhq66TwkMGG2naDXfm3JtqkK1oX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e3923223-79a7-483c-a4b0-b6a3df3cdafc/bg2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NGDtJkhq66TwkMGG2naDXfm3JtqkK1oX.adaptive-delivery-prevent-bg, #NGDtJkhq66TwkMGG2naDXfm3JtqkK1oX.lazyload, #NGDtJkhq66TwkMGG2naDXfm3JtqkK1oX.lazyloading { background-image: none; }#NGDtJkhq66TwkMGG2naDXfm3JtqkK1oX > .row .container { background-color: transparent; background-image: none; }#NGDtJkhq66TwkMGG2naDXfm3JtqkK1oX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGDtJkhq66TwkMGG2naDXfm3JtqkK1oX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGDtJkhq66TwkMGG2naDXfm3JtqkK1oX > .row .container > .video-iframe-container { display: none; }#NGDtJkhq66TwkMGG2naDXfm3JtqkK1oX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGDtJkhq66TwkMGG2naDXfm3JtqkK1oX > .row > .video-iframe-container { display: none; }#NGDtJkhq66TwkMGG2naDXfm3JtqkK1oX > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGDtJkhq66TwkMGG2naDXfm3JtqkK1oX > .row .container { border-width: 0; border-radius: 0; }#NGDtJkhq66TwkMGG2naDXfm3JtqkK1oX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NGDtJkhq66TwkMGG2naDXfm3JtqkK1oX > .row .container { font-size:0.875rem;font-family:arial;height:29.8125rem;width:75rem;position:relative;display:block; }#Ipv76GWuvr9Mec4Ro6aUEGe8WRffImnc { color:#000000;display:block;width:27.6875rem;position:absolute;font-family:"open sauce two";font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.9345703125rem;left:24.21875rem;height:5.2rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QVPDwd9pfbsf9BufDhxNxmxGB7XKatrl { color:#000000;display:block;width:40.1875rem;position:absolute;font-family:"open sauce two";font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:8.7216796875rem;left:17.96875rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sWE8yLTJh5mwaXwoZ63LGTu6RZ0xNb8a { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.125rem;top:17.75rem;left:43.8125rem;overflow:hidden;display:block; }
#ZFGGyG0svXaKTswLyDxI5HzZgDPD7JtV { background-color:#4b820d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;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:"open sauce two";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:3rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:16.8125rem;left:28.8125rem;display:block; }
#an7NADUQfKEpNCQJ2M0ZELuUbu0c9A9L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RrzKuDH4IlDDo1hOhQtyliW4FpCUCwJQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5e5e5;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RrzKuDH4IlDDo1hOhQtyliW4FpCUCwJQ > .row .container { background-color: transparent; background-image: none; }#RrzKuDH4IlDDo1hOhQtyliW4FpCUCwJQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrzKuDH4IlDDo1hOhQtyliW4FpCUCwJQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrzKuDH4IlDDo1hOhQtyliW4FpCUCwJQ > .row .container > .video-iframe-container { display: none; }#RrzKuDH4IlDDo1hOhQtyliW4FpCUCwJQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrzKuDH4IlDDo1hOhQtyliW4FpCUCwJQ > .row > .video-iframe-container { display: none; }#RrzKuDH4IlDDo1hOhQtyliW4FpCUCwJQ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrzKuDH4IlDDo1hOhQtyliW4FpCUCwJQ > .row .container { border-width: 0; border-radius: 0; }#RrzKuDH4IlDDo1hOhQtyliW4FpCUCwJQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RrzKuDH4IlDDo1hOhQtyliW4FpCUCwJQ > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:75rem;position:relative;display:block; }#ilvHamyXLOUpzETX6eb1Ch7HnNsRTDpf { background-color:transparent;background-image:none;border-top:0rem solid #004099;border-left:0rem solid #004099;border-right:0rem solid #004099;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sauce two";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:1.875rem;text-decoration:none;z-index:15012;text-align:left;text-align-last:left;top:2rem;left:0rem;display:block; }
#OIzqGya9BRiVhS9NXTHHuaWJoDOsd1q9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P4RzV9UaMAxVyuk4bWcF10DkHhLAQh4d { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sauce two";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:1.875rem;text-decoration:none;z-index:15013;text-align:left;text-align-last:left;top:4.84375rem;left:0rem;display:block; }
#UZ8MVtQAkPoifGyTkEvlnHED0rXm5yZI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W3n1acE2Kn2eBTPSFRno5qFGe6cT4B10 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sauce two";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:1.875rem;text-decoration:none;z-index:15018;text-align:left;text-align-last:left;top:7.875rem;left:0rem;display:block; }
#oDZeZBOnI0FouKR2rNNt1zDEQTxCduTa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tED7A0frkzqnFDuSu0MySPBg153mcy3z { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sauce two";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9375rem;height:1.875rem;text-decoration:none;z-index:15019;text-align:left;text-align-last:left;top:11.09375rem;left:0rem;display:block; }
#lR1Kt5VdJStsWkrqlgvLNE074FdTMLzt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l4WR7KPFTT20rZ4CJ0fVy6n7AUiZdgx7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l4WR7KPFTT20rZ4CJ0fVy6n7AUiZdgx7 > .row .container { background-color: transparent; background-image: none; }#l4WR7KPFTT20rZ4CJ0fVy6n7AUiZdgx7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4WR7KPFTT20rZ4CJ0fVy6n7AUiZdgx7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4WR7KPFTT20rZ4CJ0fVy6n7AUiZdgx7 > .row .container > .video-iframe-container { display: none; }#l4WR7KPFTT20rZ4CJ0fVy6n7AUiZdgx7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4WR7KPFTT20rZ4CJ0fVy6n7AUiZdgx7 > .row > .video-iframe-container { display: none; }#l4WR7KPFTT20rZ4CJ0fVy6n7AUiZdgx7 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4WR7KPFTT20rZ4CJ0fVy6n7AUiZdgx7 > .row .container { border-width: 0; border-radius: 0; }#l4WR7KPFTT20rZ4CJ0fVy6n7AUiZdgx7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l4WR7KPFTT20rZ4CJ0fVy6n7AUiZdgx7 > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:75rem;position:relative;display:block; }#GquI2W2vDApD4uyTlm0Crre9PR8Tokg1 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:7.6875rem;top:1.8115234375rem;left:0rem;overflow:hidden;display:block; }
#TiEWSsmXtfhFRO0M3qb0si4a9odXcmms { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0.6);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sauce two";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.375rem;height:2.1875rem;text-decoration:none;z-index:15012;text-align:left;text-align-last:left;top:2.1875rem;left:26.125rem;display:block; }
#fxLqcDMMrNdBfW9hOPTV8JdLeaRRLFD3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ShrWqHIe0P3DhcVzUTRBHG4HSKESFDDu { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0.6);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sauce two";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.99925rem;height:2.1875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:2.1875rem;left:35.4375rem;display:block; }
#pb3uCSsM4lq4u6sVw4w2sfGwDr1Wdlf1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wvXoxG2oTcLuLsbbq0zx9GdTfOOgvGEc { width:43.25rem;height:7.75rem;top:10.125rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXEOBb5MHsHa1UPKTlwgKxHUtxmDOMkw { width:39.25rem;height:4.5rem;top:18.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2yBIqLW146lnrXT9NEr5M1XFq7AbOmb { width:10.0625rem;height:3.0625rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQtdtm9JbNTtSeDSRQfh6MKHDB9Afoto { width:10.25rem;height:2.5rem;top:1.9375rem;left:37.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #qvfu4gXlVHCrrPHsyakBR2sC2rlv0Zwm { display:block; }
 }@media only screen and (max-width: 763px) { #LkqwFPvggUSG56s82RergrLqHkqX42Pw { display:block; }#LkqwFPvggUSG56s82RergrLqHkqX42Pw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HGC1IVRm23MBLwHpt8OZx2NZGCGpIofF { width:28.125rem;height:;top:6.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJWs9tQKBaIZkQhWTf7cVN2lhOwWKX6l { width:19.4375rem;height:4.75rem;top:10.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hel1ACiqd61I2p7Xgww0EakhcCU340ho { width:34.125rem;height:31rem;top:1.25rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNBXtGlExpVKL3V92LcKrXeozTPBuPP8 { width:20.1875rem;height:3rem;top:17.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnXwTgII0UNvorPLxNQdXbiZpqJToZhb { display:block; }
 }@media only screen and (max-width: 763px) { #L8zVyXCLZsHbk7pENI7yRqyrd5AvQfea { display:block; }#L8zVyXCLZsHbk7pENI7yRqyrd5AvQfea > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GrDSL1wWvKrqOp3PZvMyU15BcRhP72r4 { width:39.5625rem;height:;top:2.625rem;left:4.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVXFwoyoHRSg4FZLUK87FWawhIVeKEf1 { top:12.25rem;left:0rem;width:19.625rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTb6nw4RKv2P0oxwqChiyo2CQDh0w6BD { top:11rem;left:13.125rem;width:21.0625rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiqAVSu8IXXADkLiOPGqVATwNHkaSRNg { top:12.0625rem;left:28.125rem;width:19.625rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDz0vTG9CXsib3KszWafihXtMe9LyS37 { width:10.875rem;height:;top:13.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFZwH7fw0TIOtxVq9nFtUbQdgo9bMU4s { width:10.875rem;height:1.625rem;top:12.25rem;left:18.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zi11qx5wR8ZQS6zdxL0OroDScx7VJhMT { width:10.875rem;height:1.4375rem;top:13.625rem;left:36.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQ1MrZU4X7nsaNWSzfAZInTTbbwKuFJ0 { width:10.875rem;height:;top:20rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUomDomni0rH6EG26w9E8F9ZvRZJ36ME { width:12.625rem;height:1.75rem;top:19.25rem;left:18.03125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggnww5OE8L6aRI0bVgrWVoghn8PWsdq3 { width:10.875rem;height:1.625rem;top:19.375rem;left:36.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgIf2lqO5KRlBGTPCFUItsWIRDbTZq9K { top:8rem;left:12.4375rem;width:22.5rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzLOBIuH0tLS6pZ2B0Alf9HL4spCZK69 { width:17.875rem;height:;top:8.6875rem;left:14.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQQkOZ7gRFtZHJoxc5JIat4eduuXrZdx { width:12.625rem;height:2.5625rem;top:24.8125rem;left:35.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7rElNgJu4Z2rXwzqzPdbfgsCQO794nd { width:18.375rem;height:7.25rem;top:21.75rem;left:14.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoXwuUw1M09CMG42vvXuh9ofkTcHgOX8 { width:14.3125rem;height:5.1875rem;top:23.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzWalLoNxXdVgwGPgRUz2r8Uo3Wsa5GT { width:13.1875rem;height:;top:30.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwmT4xCOJTQpOlQ1FzW1Qx85pSM3bv36 { top:15.0625rem;left:16.4375rem;width:7.0625rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdiSNZxc8PNe97dz4TCqrdTeNNlOrpGs { top:14.6875rem;left:24.5rem;width:8.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKTlTlr0W000tTuBTnpIFXLbwuy77g8k { width:13.1875rem;height:1.625rem;top:30.9375rem;left:34.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyhGCwuzX2UcVMJx1Oes6UnXC4o97bne { width:19.5625rem;height:3rem;top:41.5rem;left:14.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNV4Cmq4RQmvEmDi2Wfxk0VuFGvCV9I1 { display:block; }
 }@media only screen and (max-width: 763px) { #Ei2ErQE12JNQh44koT0TJfJU8v0XH06d { width:13.1875rem;height:1.9375rem;top:30.75rem;left:17.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaMWXrfmI1A3KdQra4iAvW3rBDkKpRdF { width:11.8125rem;height:1.25rem;top:33.4375rem;left:17.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2hIZ45ExHkh6TqMPlHMK8WuZCWlEtNZ { top:16.9375rem;left:0rem;width:6.75rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVuICGpdllnXhQg4qATP4fa6ayvGepPO { top:16.5625rem;left:0.8125rem;width:8.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBofyBw2Jxv0qeHTFhpTk1X8qnTfvNIr { display:block; }#TBofyBw2Jxv0qeHTFhpTk1X8qnTfvNIr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CX3JfdNFqaEsbbfBSuOPtDJdui6gVKv2 { width:46.5rem;height:;top:2.4375rem;left:1.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADsqNZvixoyciyiUChpPpWdTBSUUSMtg { width:8.6875rem;height:5rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y44v3UPinhJ2y6DN4o4NJuI3tZyzZnES { width:10.4375rem;height:3.1875rem;top:12.4375rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTAooRB31oRu5ZnmfoqZwOlV2PbieGSg { width:8.4375rem;height:4.5625rem;top:11.75rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKI3ODwBmEbQ58J8gTikT5oZL69mtZut { width:7.9375rem;height:5.5625rem;top:11.25rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRoZeG9N9AF0GNZmN59ubQ0efrBrChZy { width:7.375rem;height:3.6875rem;top:12.1875rem;left:40.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVMdtqVTFOpOUQO3xg4G5VhtvzSAVOxO { top:5.5625rem;left:7.0546875rem;width:40rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNXzMmV49TtbpBAeyzNT88mL7DD92NR5 { display:block; }#KNXzMmV49TtbpBAeyzNT88mL7DD92NR5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gIODqheg38i15B77kaP7iw5swVKSPcMA { width:29.75rem;height:3.875rem;top:7.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyROgpGUksvuaymKPiH8WFFKM0pqiNEK { width:33.25rem;height:15.9375rem;top:12.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnlwTLm41hpOlZWloCIfpFkXMXysa7sp { width:31.375rem;height:28.375rem;top:3.3125rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWilu7Dap9GqbTVv8oTNGL2UhhN4lETI { width:16.4375rem;height:2.875rem;top:31.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oquCbuoN1lzddZiSkcQUNTBUiSNTK24U { display:block; }
 }@media only screen and (max-width: 763px) { #WQ27ixLJbrGiOmoTqJbap5ORAcWQmKd0 { width:6.5625rem;height:1.4375rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnZiJSycFkcpwT2EI2qntxvT05962cPK { display:block; }#VnZiJSycFkcpwT2EI2qntxvT05962cPK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KZBV01LJMQ8GNRD5NKaE9fpwQt0R5bn1 { width:31.875rem;height:1.9375rem;top:8.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqnPIeoKfJEnrSfhuwC4Qh5ORTy5bexl { width:29.875rem;height:4.75rem;top:12.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c66AneaUqD1kXM9MPXnl9bLuwIqBm0gz { width:31.5rem;height:28.625rem;top:3.25rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJVbmFa7IrET9a7mkVoW7DBBMqcZluhL { top:17.875rem;left:0rem;width:6rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOmGE3d9fzXF8e7AKeOpeQU6WxrwXf7L { width:10.1875rem;height:1.4375rem;top:17.9375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hbp2VNmrmHZOFJy6WTdkGSWKD12GIQz0 { display:block; }
 }@media only screen and (max-width: 763px) { #G4E48TWTvhoHsNu8X5fxhy7H53SSpXOb { top:20.125rem;left:0rem;width:6.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfTbBVaRch9Okd7yUorchK8PJms6BAgr { width:16.9375rem;height:1.4375rem;top:20.125rem;left:2.7490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vf3EeyDBixZuwgbR5T3qPZBZmNfWwHVo { display:block; }
 }@media only screen and (max-width: 763px) { #dLE0z4Ht31QuezZehTliypxXNaWvEcXp { display:block; }#dLE0z4Ht31QuezZehTliypxXNaWvEcXp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CcMNdmRLhn8emE80Nwn025wkrlMEDTEn { width:47.75rem;height:2.5625rem;top:3.3125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uN0kTFiOZWSrx3r23ZUGnwTcLsKBHUbs { width:47.75rem;height:1.75rem;top:6.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDnfW4Ih25TIv0QLAdO0aEMKwb6eGJWI { display:block; }#tDnfW4Ih25TIv0QLAdO0aEMKwb6eGJWI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UlAWF1NqTHXqN7N3PniBtvdcxaxS27ls { width:22.4375rem;height:1.5625rem;top:9.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCuTGBGNnw24AC5HKGOrZ7SKFv2l0k18 { width:1.125rem;height:1.125rem;top:24.6875rem;left:4.9365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVbfgl2cKzkIvEzZoUTno7C5vJVC2r5J { width:30.25rem;height:;top:2.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dr9dHyxTAuEZTLkTr5S2WoTetqAgdJ3J { width:2rem;height:2rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5C3EEcZDkBSWqTSTtbGRixPX60IBL48 { width:16.25rem;height:3.1875rem;top:13.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pf3LnqVxpG8SzyGXof6KMPy1u6SZHchG { width:1.9375rem;height:1.9375rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrKHxDiG6svdWMXOo8WH3iZs3DgX47ZZ { width:24.75rem;height:1.5625rem;top:18.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WU534qsWK3pITSyAKTCiZS1TEOGziBWe { width:1.9375rem;height:1.9375rem;top:18.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCLATfWOA7BCAArrz8bNa92lgObazeOS { width:33.125rem;height:21rem;top:4.0625rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8HkeWJVN3rhD5I4HQuAAqFpGTk3dnW1 { width:18.9375rem;height:3rem;top:23.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HC200mAu1VgrsDBXvpKeTSyNHMuOim5O { display:block; }
 }@media only screen and (max-width: 763px) { #PDfAMI2dB5Vl9AT2neRWglzNKv0oT1eJ { display:block; }#PDfAMI2dB5Vl9AT2neRWglzNKv0oT1eJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e8VoU2AChMm4I80nsITrn0hu5oNFEzTT { width:26.625rem;height:3.1875rem;top:11.8125rem;left:21.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdEm9gclLIZoOoymMaw1qSPSnDGrlg3V { width:32.0625rem;height:;top:5.8125rem;left:15.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRviHgvxNgSA14CfiOkwyoAaCVCzSOMB { width:1.9375rem;height:1.9375rem;top:12.5rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #exVtwD0tNnS8nuSM2RTTUKhIDrBSUu13 { width:21.375rem;height:3.1875rem;top:16.9375rem;left:26.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLVRqKgTTOZC8s6X6EK9NNRkA1nUBkJ4 { width:1.875rem;height:1.875rem;top:17.5rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWlXt1TSLbdTEwwT9HL0ScNBe3VX2yEW { width:21.375rem;height:3.1875rem;top:21.8125rem;left:26.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsgNcd31pPbRMsWi1EMbGmQsTAhtyTSt { width:1.875rem;height:1.875rem;top:22.5rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO79UDFvdA9oVKgKTxfVLGLvQClBp3pL { width:34.625rem;height:31.5rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLebHVSO1EvR6xwfcPFKLIoOPNdf2wyW { display:block; }#gLebHVSO1EvR6xwfcPFKLIoOPNdf2wyW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q1fTSFSTPBqkmugTw0d4nBS7Zt0QE5km { width:19.6875rem;height:5.375rem;top:13.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKuR13K5RdiAuJ0nusAd8VXalUTiksdL { width:10rem;height:10rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGeLldbUTL9he3oLI6H0pthtTrkO8mwQ { width:19.6875rem;height:5.375rem;top:13.75rem;left:14.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTFDxu5zO1FJK2Z2K9pFhOLghxLsqcMl { width:9.875rem;height:9.875rem;top:2.5625rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3uRvNlqS227UZpwdK7doJKeDc02qNyG { width:18.75rem;height:7.1875rem;top:13.75rem;left:29rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #anpJhKCJw1ugDG0PTokiGS6EmSxWzUf3 { width:9.8125rem;height:9.8125rem;top:2.5625rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGDtJkhq66TwkMGG2naDXfm3JtqkK1oX { display:block; }#NGDtJkhq66TwkMGG2naDXfm3JtqkK1oX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ipv76GWuvr9Mec4Ro6aUEGe8WRffImnc { width:27.6875rem;height:5.1875rem;top:2.875rem;left:10.59375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVPDwd9pfbsf9BufDhxNxmxGB7XKatrl { width:40.1875rem;height:4rem;top:8.6875rem;left:4.34375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWE8yLTJh5mwaXwoZ63LGTu6RZ0xNb8a { width:1.125rem;height:1.125rem;top:17.75rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFGGyG0svXaKTswLyDxI5HzZgDPD7JtV { width:17.375rem;height:3rem;top:16.8125rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #an7NADUQfKEpNCQJ2M0ZELuUbu0c9A9L { display:block; }
 }@media only screen and (max-width: 763px) { #RrzKuDH4IlDDo1hOhQtyliW4FpCUCwJQ { display:block; }#RrzKuDH4IlDDo1hOhQtyliW4FpCUCwJQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ilvHamyXLOUpzETX6eb1Ch7HnNsRTDpf { width:11.8125rem;height:1.875rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIzqGya9BRiVhS9NXTHHuaWJoDOsd1q9 { display:block; }
 }@media only screen and (max-width: 763px) { #P4RzV9UaMAxVyuk4bWcF10DkHhLAQh4d { width:10.8125rem;height:1.875rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZ8MVtQAkPoifGyTkEvlnHED0rXm5yZI { display:block; }
 }@media only screen and (max-width: 763px) { #W3n1acE2Kn2eBTPSFRno5qFGe6cT4B10 { width:11.5625rem;height:1.875rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDZeZBOnI0FouKR2rNNt1zDEQTxCduTa { display:block; }
 }@media only screen and (max-width: 763px) { #tED7A0frkzqnFDuSu0MySPBg153mcy3z { width:13.9375rem;height:1.875rem;top:11.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lR1Kt5VdJStsWkrqlgvLNE074FdTMLzt { display:block; }
 }@media only screen and (max-width: 763px) { #l4WR7KPFTT20rZ4CJ0fVy6n7AUiZdgx7 { display:block; }#l4WR7KPFTT20rZ4CJ0fVy6n7AUiZdgx7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GquI2W2vDApD4uyTlm0Crre9PR8Tokg1 { width:7.6875rem;height:1.6875rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiEWSsmXtfhFRO0M3qb0si4a9odXcmms { width:5.375rem;height:2.1875rem;top:2.1875rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxLqcDMMrNdBfW9hOPTV8JdLeaRRLFD3 { display:block; }
 }@media only screen and (max-width: 763px) { #ShrWqHIe0P3DhcVzUTRBHG4HSKESFDDu { width:7.9375rem;height:2.1875rem;top:2.1875rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pb3uCSsM4lq4u6sVw4w2sfGwDr1Wdlf1 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wvXoxG2oTcLuLsbbq0zx9GdTfOOgvGEc { width:18.125rem;height:7.7988125rem;top:7.37109375rem;left:0.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qXEOBb5MHsHa1UPKTlwgKxHUtxmDOMkw { width:18.5625rem;height:8.097625rem;top:16.419921875rem;left:0.71875rem;font-size:1.125rem;line-height:1.8;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E2yBIqLW146lnrXT9NEr5M1XFq7AbOmb { width:9.1875rem;height:2.8125rem;top:0.9990234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQtdtm9JbNTtSeDSRQfh6MKHDB9Afoto { width:13.1875rem;height:2.5rem;top:28.375rem;left:3.40625rem;z-index:15005;background-color:#ffffff;background-image:none;color:#4b820d;font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qvfu4gXlVHCrrPHsyakBR2sC2rlv0Zwm { display:block; }
 }@media only screen and (max-width: 763px) { #LkqwFPvggUSG56s82RergrLqHkqX42Pw { display:block; }#LkqwFPvggUSG56s82RergrLqHkqX42Pw > .row .container { width:20rem;height:42rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HGC1IVRm23MBLwHpt8OZx2NZGCGpIofF { width:20rem;height:1.7871125rem;top:2.3125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NJWs9tQKBaIZkQhWTf7cVN2lhOwWKX6l { width:17.3125rem;height:6.3984375rem;top:6.8857421875rem;left:1.34375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hel1ACiqd61I2p7Xgww0EakhcCU340ho { width:18.4375rem;height:16.75rem;top:21.8408203125rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNBXtGlExpVKL3V92LcKrXeozTPBuPP8 { width:18.9980625rem;height:2.999025rem;top:16.169921875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnXwTgII0UNvorPLxNQdXbiZpqJToZhb { display:block; }
 }@media only screen and (max-width: 763px) { #L8zVyXCLZsHbk7pENI7yRqyrd5AvQfea { display:block; }#L8zVyXCLZsHbk7pENI7yRqyrd5AvQfea > .row .container { width:20rem;height:92.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GrDSL1wWvKrqOp3PZvMyU15BcRhP72r4 { width:20rem;height:3.8984375rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVXFwoyoHRSg4FZLUK87FWawhIVeKEf1 { width:19.625rem;height:20.0625rem;top:7.13671875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTb6nw4RKv2P0oxwqChiyo2CQDh0w6BD { width:19.625rem;height:27rem;top:32.073959350586rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiqAVSu8IXXADkLiOPGqVATwNHkaSRNg { width:19.625rem;height:21rem;top:60.69921875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDz0vTG9CXsib3KszWafihXtMe9LyS37 { width:10.875rem;height:1.94921875rem;top:8.19921875rem;left:4.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFZwH7fw0TIOtxVq9nFtUbQdgo9bMU4s { width:10.875rem;height:1.94970625rem;top:33.44921875rem;left:4.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zi11qx5wR8ZQS6zdxL0OroDScx7VJhMT { width:10.875rem;height:1.94970625rem;top:62.07421875rem;left:4.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQ1MrZU4X7nsaNWSzfAZInTTbbwKuFJ0 { width:10.875rem;height:1.625rem;top:14.76171875rem;left:4.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUomDomni0rH6EG26w9E8F9ZvRZJ36ME { width:10.875rem;height:1.625rem;top:40.511459350586rem;left:4.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggnww5OE8L6aRI0bVgrWVoghn8PWsdq3 { width:10.875rem;height:1.625rem;top:67.13671875rem;left:4.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgIf2lqO5KRlBGTPCFUItsWIRDbTZq9K { width:20rem;height:29.5625rem;top:29.761459350586rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzLOBIuH0tLS6pZ2B0Alf9HL4spCZK69 { width:17.875rem;height:1.3808625rem;top:30.19921875rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQQkOZ7gRFtZHJoxc5JIat4eduuXrZdx { width:13.75rem;height:2.5996125rem;top:71.4306640625rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7rElNgJu4Z2rXwzqzPdbfgsCQO794nd { width:16.5rem;height:6.499rem;top:44.136459350586rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoXwuUw1M09CMG42vvXuh9ofkTcHgOX8 { width:13.1875rem;height:5.19921875rem;top:17.82421875rem;left:3.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzWalLoNxXdVgwGPgRUz2r8Uo3Wsa5GT { width:13.1875rem;height:1.625rem;top:23.94921875rem;left:3.40625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwmT4xCOJTQpOlQ1FzW1Qx85pSM3bv36 { width:7.3125rem;height:1.5625rem;top:36.59375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdiSNZxc8PNe97dz4TCqrdTeNNlOrpGs { width:8.25rem;height:2.3125rem;top:36.21875rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKTlTlr0W000tTuBTnpIFXLbwuy77g8k { width:13.1875rem;height:1.625rem;top:76.69921875rem;left:3.40625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyhGCwuzX2UcVMJx1Oes6UnXC4o97bne { width:16.0625rem;height:3rem;top:84.9482421875rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNV4Cmq4RQmvEmDi2Wfxk0VuFGvCV9I1 { display:block; }
 }@media only screen and (max-width: 763px) { #Ei2ErQE12JNQh44koT0TJfJU8v0XH06d { width:13.1875rem;height:1.625rem;top:52.448959350586rem;left:3.40625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaMWXrfmI1A3KdQra4iAvW3rBDkKpRdF { width:11.8125rem;height:1.3rem;top:55.073959350586rem;left:4.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2hIZ45ExHkh6TqMPlHMK8WuZCWlEtNZ { width:6.75rem;height:1.4375rem;top:11.2607421875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVuICGpdllnXhQg4qATP4fa6ayvGepPO { width:8.375rem;height:2.25rem;top:10.8544921875rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBofyBw2Jxv0qeHTFhpTk1X8qnTfvNIr { display:block; }#TBofyBw2Jxv0qeHTFhpTk1X8qnTfvNIr > .row .container { width:20rem;height:34.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CX3JfdNFqaEsbbfBSuOPtDJdui6gVKv2 { width:15.3125rem;height:6.3369375rem;top:1.9375rem;left:2.34375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADsqNZvixoyciyiUChpPpWdTBSUUSMtg { width:5.125rem;height:3rem;top:17.837890625rem;left:2.685546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y44v3UPinhJ2y6DN4o4NJuI3tZyzZnES { width:7.0625rem;height:2.1875rem;top:23.626953125rem;left:2.685546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTAooRB31oRu5ZnmfoqZwOlV2PbieGSg { width:6.375rem;height:3.375rem;top:17.650390625rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKI3ODwBmEbQ58J8gTikT5oZL69mtZut { width:5.375rem;height:3.8125rem;top:22.814453125rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRoZeG9N9AF0GNZmN59ubQ0efrBrChZy { width:5.125rem;height:2.6875rem;top:27.8388671875rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVMdtqVTFOpOUQO3xg4G5VhtvzSAVOxO { width:15.75rem;height:4.62890625rem;top:9.796875rem;left:2.125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KNXzMmV49TtbpBAeyzNT88mL7DD92NR5 { display:block; }#KNXzMmV49TtbpBAeyzNT88mL7DD92NR5 > .row .container { width:20rem;height:69.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gIODqheg38i15B77kaP7iw5swVKSPcMA { width:17.625rem;height:7.1484375rem;top:7.1865234375rem;left:1.1875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pyROgpGUksvuaymKPiH8WFFKM0pqiNEK { width:18.625rem;height:25.5937875rem;top:15.7451171875rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rnlwTLm41hpOlZWloCIfpFkXMXysa7sp { width:19.0625rem;height:17.3125rem;top:49.6513671875rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWilu7Dap9GqbTVv8oTNGL2UhhN4lETI { width:14.5625rem;height:2.875rem;top:43.6220703125rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oquCbuoN1lzddZiSkcQUNTBUiSNTK24U { display:block; }
 }@media only screen and (max-width: 763px) { #WQ27ixLJbrGiOmoTqJbap5ORAcWQmKd0 { width:6.5625rem;height:1.436525rem;top:2.1875rem;left:6.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnZiJSycFkcpwT2EI2qntxvT05962cPK { background-color:#ebf5dd;background-image:none;display:block; }#VnZiJSycFkcpwT2EI2qntxvT05962cPK > .row .container { background-color: transparent; background-image: none; }#VnZiJSycFkcpwT2EI2qntxvT05962cPK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnZiJSycFkcpwT2EI2qntxvT05962cPK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnZiJSycFkcpwT2EI2qntxvT05962cPK > .row .container > .video-iframe-container { display: none; }#VnZiJSycFkcpwT2EI2qntxvT05962cPK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnZiJSycFkcpwT2EI2qntxvT05962cPK > .row > .video-iframe-container { display: none; }#VnZiJSycFkcpwT2EI2qntxvT05962cPK > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnZiJSycFkcpwT2EI2qntxvT05962cPK > .row .container { width:20rem;height:43.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KZBV01LJMQ8GNRD5NKaE9fpwQt0R5bn1 { width:13.5625rem;height:3.8994125rem;top:2.013671875rem;left:3.21875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GqnPIeoKfJEnrSfhuwC4Qh5ORTy5bexl { width:17.0625rem;height:6.3984375rem;top:6.5478515625rem;left:1.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c66AneaUqD1kXM9MPXnl9bLuwIqBm0gz { width:17.6875rem;height:16.0625rem;top:13.78125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJVbmFa7IrET9a7mkVoW7DBBMqcZluhL { width:6rem;height:1.4624rem;top:32.0029296875rem;left:7rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOmGE3d9fzXF8e7AKeOpeQU6WxrwXf7L { width:10.5rem;height:1.4375rem;top:33.4638671875rem;left:4.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hbp2VNmrmHZOFJy6WTdkGSWKD12GIQz0 { display:block; }
 }@media only screen and (max-width: 763px) { #G4E48TWTvhoHsNu8X5fxhy7H53SSpXOb { width:6.5625rem;height:1.4624rem;top:37.7138671875rem;left:6.71875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UfTbBVaRch9Okd7yUorchK8PJms6BAgr { width:10.5rem;height:1.4375rem;top:39.1748046875rem;left:4.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vf3EeyDBixZuwgbR5T3qPZBZmNfWwHVo { display:block; }
 }@media only screen and (max-width: 763px) { #dLE0z4Ht31QuezZehTliypxXNaWvEcXp { display:block; }#dLE0z4Ht31QuezZehTliypxXNaWvEcXp > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CcMNdmRLhn8emE80Nwn025wkrlMEDTEn { width:14.5rem;height:3.736325rem;top:0.814453125rem;left:2.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uN0kTFiOZWSrx3r23ZUGnwTcLsKBHUbs { width:16.625rem;height:3.25rem;top:5.0498046875rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDnfW4Ih25TIv0QLAdO0aEMKwb6eGJWI { display:block; }#tDnfW4Ih25TIv0QLAdO0aEMKwb6eGJWI > .row .container { width:20rem;height:49.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UlAWF1NqTHXqN7N3PniBtvdcxaxS27ls { width:16.7480625rem;height:1.5996125rem;top:7.3125rem;left:3.2509765625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCuTGBGNnw24AC5HKGOrZ7SKFv2l0k18 { width:1.12426875rem;height:1.12426875rem;top:15.5615234375rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVbfgl2cKzkIvEzZoUTno7C5vJVC2r5J { width:15.9375rem;height:5.0625rem;top:0.8125rem;left:3.2509765625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dr9dHyxTAuEZTLkTr5S2WoTetqAgdJ3J { width:2rem;height:2rem;top:7.1123046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5C3EEcZDkBSWqTSTtbGRixPX60IBL48 { width:14.375rem;height:3.19921875rem;top:9.7783203125rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pf3LnqVxpG8SzyGXof6KMPy1u6SZHchG { width:1.9375rem;height:1.9375rem;top:10.4091796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrKHxDiG6svdWMXOo8WH3iZs3DgX47ZZ { width:12.6875rem;height:3.19921875rem;top:14.5234375rem;left:3.2509765625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WU534qsWK3pITSyAKTCiZS1TEOGziBWe { width:1.9375rem;height:1.9375rem;top:15.154296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCLATfWOA7BCAArrz8bNa92lgObazeOS { width:18.8125rem;height:11.9375rem;top:22.396484375rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8HkeWJVN3rhD5I4HQuAAqFpGTk3dnW1 { width:15.25rem;height:3rem;top:38.771484375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HC200mAu1VgrsDBXvpKeTSyNHMuOim5O { display:block; }
 }@media only screen and (max-width: 763px) { #PDfAMI2dB5Vl9AT2neRWglzNKv0oT1eJ { display:block; }#PDfAMI2dB5Vl9AT2neRWglzNKv0oT1eJ > .row .container { width:20rem;height:46.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e8VoU2AChMm4I80nsITrn0hu5oNFEzTT { width:16.999rem;height:4.798825rem;top:9.8935546875rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdEm9gclLIZoOoymMaw1qSPSnDGrlg3V { width:15.5rem;height:7.5rem;top:0.8271484375rem;left:2.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qRviHgvxNgSA14CfiOkwyoAaCVCzSOMB { width:1.9375rem;height:1.9375rem;top:9.8935546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #exVtwD0tNnS8nuSM2RTTUKhIDrBSUu13 { width:17.0615rem;height:4.79883125rem;top:15.583984375rem;left:2.216796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLVRqKgTTOZC8s6X6EK9NNRkA1nUBkJ4 { width:1.875rem;height:1.875rem;top:15.583984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWlXt1TSLbdTEwwT9HL0ScNBe3VX2yEW { width:17.0625rem;height:3.19921875rem;top:21.646484375rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsgNcd31pPbRMsWi1EMbGmQsTAhtyTSt { width:1.875rem;height:1.875rem;top:21.646484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO79UDFvdA9oVKgKTxfVLGLvQClBp3pL { width:19.25rem;height:17.4375rem;top:27.0556640625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLebHVSO1EvR6xwfcPFKLIoOPNdf2wyW { display:block; }#gLebHVSO1EvR6xwfcPFKLIoOPNdf2wyW > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q1fTSFSTPBqkmugTw0d4nBS7Zt0QE5km { width:15.8115rem;height:4.79883125rem;top:8.375rem;left:2.0927734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKuR13K5RdiAuJ0nusAd8VXalUTiksdL { width:5.5625rem;height:5.5625rem;top:1.75rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGeLldbUTL9he3oLI6H0pthtTrkO8mwQ { width:15.0625rem;height:4.79883125rem;top:21.8154296875rem;left:2.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTFDxu5zO1FJK2Z2K9pFhOLghxLsqcMl { width:6.25rem;height:6.25rem;top:14.6875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3uRvNlqS227UZpwdK7doJKeDc02qNyG { width:15.0615rem;height:6.3984375rem;top:35.875rem;left:2.4677734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #anpJhKCJw1ugDG0PTokiGS6EmSxWzUf3 { width:6.25rem;height:6.25rem;top:28.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGDtJkhq66TwkMGG2naDXfm3JtqkK1oX { display:block; }#NGDtJkhq66TwkMGG2naDXfm3JtqkK1oX > .row .container { width:20rem;height:30.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ipv76GWuvr9Mec4Ro6aUEGe8WRffImnc { width:18.4375rem;height:6.3369375rem;top:2.3125rem;left:0.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVPDwd9pfbsf9BufDhxNxmxGB7XKatrl { width:20rem;height:6.3984375rem;top:10.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWE8yLTJh5mwaXwoZ63LGTu6RZ0xNb8a { width:1.0625rem;height:1.0625rem;top:22rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFGGyG0svXaKTswLyDxI5HzZgDPD7JtV { width:17.1875rem;height:3rem;top:21rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #an7NADUQfKEpNCQJ2M0ZELuUbu0c9A9L { display:block; }
 }@media only screen and (max-width: 763px) { #RrzKuDH4IlDDo1hOhQtyliW4FpCUCwJQ { display:block; }#RrzKuDH4IlDDo1hOhQtyliW4FpCUCwJQ > .row .container { width:20rem;height:13rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ilvHamyXLOUpzETX6eb1Ch7HnNsRTDpf { width:10.0625rem;height:2.1875rem;top:1.576171875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIzqGya9BRiVhS9NXTHHuaWJoDOsd1q9 { display:block; }
 }@media only screen and (max-width: 763px) { #P4RzV9UaMAxVyuk4bWcF10DkHhLAQh4d { width:9.5625rem;height:2.1875rem;top:3.763671875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZ8MVtQAkPoifGyTkEvlnHED0rXm5yZI { display:block; }
 }@media only screen and (max-width: 763px) { #W3n1acE2Kn2eBTPSFRno5qFGe6cT4B10 { width:12.5rem;height:2.1875rem;top:5.951171875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDZeZBOnI0FouKR2rNNt1zDEQTxCduTa { display:block; }
 }@media only screen and (max-width: 763px) { #tED7A0frkzqnFDuSu0MySPBg153mcy3z { width:13.8125rem;height:2.1875rem;top:8.65625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lR1Kt5VdJStsWkrqlgvLNE074FdTMLzt { display:block; }
 }@media only screen and (max-width: 763px) { #l4WR7KPFTT20rZ4CJ0fVy6n7AUiZdgx7 { display:block; }#l4WR7KPFTT20rZ4CJ0fVy6n7AUiZdgx7 > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GquI2W2vDApD4uyTlm0Crre9PR8Tokg1 { width:7.625rem;height:1.6875rem;top:2.283203125rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiEWSsmXtfhFRO0M3qb0si4a9odXcmms { width:5.625rem;height:2.1875rem;top:5.498046875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxLqcDMMrNdBfW9hOPTV8JdLeaRRLFD3 { display:block; }
 }@media only screen and (max-width: 763px) { #ShrWqHIe0P3DhcVzUTRBHG4HSKESFDDu { width:7.937rem;height:2.1875rem;top:8.49853515625rem;left:6.031494140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pb3uCSsM4lq4u6sVw4w2sfGwDr1Wdlf1 { display:block; }
 }