.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; }
#oWEEveI9k4cmO7eKpsQWoU6LWenxNdnt { background-color:transparent;background-image:none;border-top:0;border-left:0.0625rem solid #ffffff;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:#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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.6875rem;height:1.875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:21.333984375rem;left:69.6875rem;display:block; }
#qilMAXfkkL46fPZ3rhgB3cf3MgfHwuoG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F2B4W6SXbavcJ4V1tLfznqNpDJl2dSqE { background-color:transparent;background-image:none;border-top:0;border-left:0.0625rem solid #ffffff;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:#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:2.6875rem;height:1.875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:21.333984375rem;left:72.3125rem;display:block; }
#Qb1PNIAbpVi47K0vUOT9nTwlBsSOFXuc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IJpCTaRN4nMFTpVBf7IlBS8BMOdEfXuD { position:absolute;display:block;z-index:15011;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.25rem;width:12.75rem;top:0.4375rem;left:10.375rem;overflow:hidden;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:40.5625rem;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:32.875rem;position:absolute;font-family:"open sauce two";font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.482421875rem;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:33.1875rem;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.34375rem;left:2.5rem;height:11.19726875rem;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:32.6875rem;width:36rem;top:2.625rem;left:37.349609375rem;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:19.1875rem;height:3rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:26.3095703125rem;left:2.5rem;display:block; }
#qnXwTgII0UNvorPLxNQdXbiZpqJToZhb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LT7aUoV48mzTflrhhHAmi2M2C5TnTVkW { 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:27.2470703125rem;left:18.7490234375rem;overflow:hidden;display:block; }
#xFEz0CLDqFTl6sbocaagAPXub7NysRs6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(235,246,220,0.33);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; }#xFEz0CLDqFTl6sbocaagAPXub7NysRs6 > .row .container { background-color: transparent; background-image: none; }#xFEz0CLDqFTl6sbocaagAPXub7NysRs6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xFEz0CLDqFTl6sbocaagAPXub7NysRs6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xFEz0CLDqFTl6sbocaagAPXub7NysRs6 > .row .container > .video-iframe-container { display: none; }#xFEz0CLDqFTl6sbocaagAPXub7NysRs6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xFEz0CLDqFTl6sbocaagAPXub7NysRs6 > .row > .video-iframe-container { display: none; }#xFEz0CLDqFTl6sbocaagAPXub7NysRs6 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xFEz0CLDqFTl6sbocaagAPXub7NysRs6 > .row .container { border-width: 0; border-radius: 0; }#xFEz0CLDqFTl6sbocaagAPXub7NysRs6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xFEz0CLDqFTl6sbocaagAPXub7NysRs6 > .row .container { font-size:0.875rem;font-family:arial;height:40.75rem;width:75rem;position:relative;display:block; }#CGmac6w9nbbRQwRMlkA2drDiLt08GOuz { color:#1c1c1c;display:block;width:44.25rem;position:absolute;font-family:"open sauce two";font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.0439453125rem;left:16.75rem;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; }
#LR9nldJnQ7AUa4ymTFdgnTISRyFs7y4L { color:#1c1c1c;display:block;width:50.75rem;position:absolute;font-family:"open sauce two";font-size:1rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:6.4560546875rem;left:12.125rem;height:3.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PWBQ4AV53sii7WLQyOCvyxWutDvV37Go { box-sizing:content-box;height:17.0625rem;width:27.125rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:12rem;left:8.5rem;display:block; }
#VSmpaBH6Sb8qAtsyd32apcxHdinHHFoi { color:#000000;display:block;width:4.25rem;position:absolute;font-family:"open sauce two";font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:13.25rem;left:10rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z85cPfts3UVlTJkm0nL1TZlxkotrvPZQ { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:"open sauce two";font-size:1rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:17.5625rem;left:10rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TfWHrGCbfgG9X0v6TVgZoiv65owpSKhP { color:#000000;display:block;width:5.875rem;position:absolute;font-family:"open sauce two";font-size:1rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:23.1875rem;left:10rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HishAG44uCCcCOobaaTl5cpiT8LXNWlA { 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:15.9375rem;height:3rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:31.0625rem;left:29.53125rem;display:block; }
#rES72qZGURp4T1Sa1TOA7ao2CVKLFDcG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AGF381kbyHbu36ffO04TipAnymsyzSKy { color:#000000;display:block;width:41.3125rem;position:absolute;font-family:"open sauce two";font-size:1rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:35.6875rem;left:18.21875rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jl0FkPRR4QPAnoak35SToH1GgN8TiHGd { color:#000000;display:block;width:9.125rem;position:absolute;font-family:"open sauce two";font-size:1rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:25.5625rem;left:10rem;height:1.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BZhHPCmikhGQzuIbUUbhU4SaJtPSNQly { color:#000000;display:block;width:7.4375rem;position:absolute;font-family:"open sauce two";font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:25.46249961853rem;left:26.625rem;height:1.8rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#xf3okLeqfmpHdqPzAWVF1VBdLzli7Eat { color:#000000;display:block;width:5.875rem;position:absolute;font-family:"open sauce two";font-size:1rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:23.1875rem;left:28.125rem;height:1.6rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ZboWQwrSrrQs1CXEGW2EAXt86fXQobpa { box-sizing:content-box;height:0.125rem;width:23.9375rem;position:absolute;display:block;z-index:15015;background-color:#efefef;background-image:none;top:21.75rem;left:10rem;display:block; }
#BAccrkrHp2Ux82q2w5d4kD8ECra6MqEd { box-sizing:content-box;height:17.0625rem;width:27.125rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;top:11.84375rem;left:39.375rem;display:block; }
#CidoJWcRp6IdI21Iuta2yOLcLgvLv4p6 { color:#000000;display:block;width:7.875rem;position:absolute;font-family:"open sauce two";font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.6;letter-spacing:0;top:13.375rem;left:40.4375rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XiZ9fce7TRJ0H2ySpgNcerwPQ5i2BIzG { color:#000000;display:block;width:23.8125rem;position:absolute;font-family:"open sauce two";font-size:1rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:17.625rem;left:40.4375rem;height:3.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ec9roZfiIEXgTMIq0lk7JdRkn5sb524M { color:#000000;display:block;width:5.875rem;position:absolute;font-family:"open sauce two";font-size:1rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:23.625rem;left:40.375rem;height:1.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S9ADgQ865T1O4da5Gbsg7oaqKTkTDWbU { position:absolute;display:block;z-index:15023;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.1875rem;width:5.5625rem;top:13.556247711182rem;left:59.3125rem;overflow:hidden;display:block; }
#I42EMegT4iN6TChMa8Z3wBOvzBoB6lR5 { color:#000000;display:block;width:5.875rem;position:absolute;font-family:"open sauce two";font-size:1rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:23.625rem;left:58.96875rem;height:1.6rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#aBKOzRJnfMspAsgJuswd15K0T3bvPVs1 { box-sizing:content-box;height:0.1875rem;width:23.9375rem;position:absolute;display:block;z-index:15024;background-color:#efefef;background-image:none;top:21.8125rem;left:40.375rem;display:block; }
#MQbvB4hnCR4LJ24H82koeEezkpePfydh { color:#000000;display:block;width:9.125rem;position:absolute;font-family:"open sauce two";font-size:1rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:26rem;left:40.4375rem;height:1.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IaSLpGeIkvttb1GNTr0ZtFg0mVd2tu65 { color:#000000;display:block;width:7.25rem;position:absolute;font-family:"open sauce two";font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:25.89999961853rem;left:57.6875rem;height:1.8rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Gt08aIqkyA8zswC2aIx8M9V6GWD1P6hx { position:absolute;display:block;z-index:15025;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.0625rem;width:7.625rem;top:13.118747711182rem;left:52.125rem;overflow:hidden;display:block; }
#HseVccJZbBDs1kCfOawZliKncrfSBdtp { position:absolute;display:block;z-index:15025;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.1875rem;width:5.5625rem;top:13.5625rem;left:28.5rem;overflow:hidden;display:block; }
#XZaFrpImKGuRw4LfthWz0D1CiuCVwmOv { position:absolute;display:block;z-index:15025;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.1875rem;width:5.5625rem;top:13.5625rem;left:28.5rem;overflow:hidden;display:none; }
#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:5.1875rem;left:17.4375rem;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; }
#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:13.375rem;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:14.3125rem;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:13.625rem;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:13.125rem;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:14.0625rem;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:8.375rem;left:20.6875rem;height:1.7875rem;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:#1c1c1c;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:8rem;left:2.125rem;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:13.5rem;left:2.125rem;height:12.79688125rem;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:31.125rem;width:34.4375rem;top:4.0625rem;left:38.4375rem;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:32.25rem;left:2.125rem;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:2.375rem;width:11.625rem;top:4.4375rem;left:2.125rem;overflow:hidden;display:block; }
#VnZiJSycFkcpwT2EI2qntxvT05962cPK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebf6dc;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:contain !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:#1c1c1c;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:11.375rem;left:4.375rem;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:14.375rem;left:4.375rem;height:3.19921875rem;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:29rem;width:35rem;top:3.21875rem;left:37.669921875rem;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:20.25rem;left:4.375rem;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:20.25rem;left:12.125rem;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:22.4375rem;left:4.375rem;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:11.375rem;height:1.4375rem;text-decoration:none;z-index:15013;text-align:left;text-align-last:left;top:22.4375rem;left:12.125rem;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:#1c1c1c;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:#1c1c1c;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.7875rem;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:20.875rem;left:18.875rem;overflow:hidden;display:block; }
#PVbfgl2cKzkIvEzZoUTno7C5vJVC2r5J { color:#1c1c1c;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:4.5rem;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:12.234375rem;left:5.1864585876465rem;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:12.234367370606rem;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:16.40625rem;left:5.1864585876465rem;height:1.6rem;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:16.237503051757rem;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:19.9375rem;left:3rem;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:#1c1c1c;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:4.5rem;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:11.868751525879rem;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.150001525879rem;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:16.150001525879rem;left:41.625rem;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:20.650001525879rem;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:20.650001525879rem;left:41.625rem;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:#1c1c1c;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:#1c1c1c;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:#1c1c1c;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:5.39941875rem;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:#1c1c1c;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:7.125rem;left:24.25rem;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:#1c1c1c;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:13.25rem;left:18rem;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:20.3125rem;left:44.3125rem;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:22rem;height:3rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:19.375rem;left:27.0625rem;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) { #oWEEveI9k4cmO7eKpsQWoU6LWenxNdnt { width:2.6875rem;height:1.875rem;top:21.3125rem;left:45.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qilMAXfkkL46fPZ3rhgB3cf3MgfHwuoG { display:block; }
 }@media only screen and (max-width: 763px) { #F2B4W6SXbavcJ4V1tLfznqNpDJl2dSqE { width:2.6875rem;height:1.875rem;top:21.3125rem;left:45.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qb1PNIAbpVi47K0vUOT9nTwlBsSOFXuc { display:block; }
 }@media only screen and (max-width: 763px) { #IJpCTaRN4nMFTpVBf7IlBS8BMOdEfXuD { top:0.4375rem;left:0rem;width:12.75rem;height:5.25rem;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:32.875rem;height:;top:5.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJWs9tQKBaIZkQhWTf7cVN2lhOwWKX6l { width:33.1875rem;height:11.1875rem;top:11.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hel1ACiqd61I2p7Xgww0EakhcCU340ho { width:36rem;height:32.6875rem;top:2.625rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNBXtGlExpVKL3V92LcKrXeozTPBuPP8 { width:19.1875rem;height:3rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnXwTgII0UNvorPLxNQdXbiZpqJToZhb { display:block; }
 }@media only screen and (max-width: 763px) { #LT7aUoV48mzTflrhhHAmi2M2C5TnTVkW { width:1.125rem;height:1.125rem;top:27.1875rem;left:5.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFEz0CLDqFTl6sbocaagAPXub7NysRs6 { display:block; }#xFEz0CLDqFTl6sbocaagAPXub7NysRs6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CGmac6w9nbbRQwRMlkA2drDiLt08GOuz { width:44.25rem;height:2.5625rem;top:3rem;left:3.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LR9nldJnQ7AUa4ymTFdgnTISRyFs7y4L { width:47.75rem;height:3.1875rem;top:6.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWBQ4AV53sii7WLQyOCvyxWutDvV37Go { top:12rem;left:0rem;width:27.125rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSmpaBH6Sb8qAtsyd32apcxHdinHHFoi { width:4.25rem;height:1.75rem;top:13.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z85cPfts3UVlTJkm0nL1TZlxkotrvPZQ { width:15.6875rem;height:3.1875rem;top:17.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfWHrGCbfgG9X0v6TVgZoiv65owpSKhP { width:5.875rem;height:1.5625rem;top:23.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HishAG44uCCcCOobaaTl5cpiT8LXNWlA { width:15.9375rem;height:3rem;top:31.0625rem;left:15.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rES72qZGURp4T1Sa1TOA7ao2CVKLFDcG { display:block; }
 }@media only screen and (max-width: 763px) { #AGF381kbyHbu36ffO04TipAnymsyzSKy { width:41.3125rem;height:1.5625rem;top:35.6875rem;left:4.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jl0FkPRR4QPAnoak35SToH1GgN8TiHGd { width:9.125rem;height:1.5625rem;top:25.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZhHPCmikhGQzuIbUUbhU4SaJtPSNQly { width:7.4375rem;height:1.75rem;top:25.4375rem;left:13rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xf3okLeqfmpHdqPzAWVF1VBdLzli7Eat { width:5.875rem;height:1.5625rem;top:23.1875rem;left:14.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZboWQwrSrrQs1CXEGW2EAXt86fXQobpa { top:21.75rem;left:0rem;width:23.9375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAccrkrHp2Ux82q2w5d4kD8ECra6MqEd { top:11.8125rem;left:20.625rem;width:27.125rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CidoJWcRp6IdI21Iuta2yOLcLgvLv4p6 { width:7.875rem;height:0;top:13.375rem;left:26.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiZ9fce7TRJ0H2ySpgNcerwPQ5i2BIzG { width:23.8125rem;height:3.1875rem;top:17.625rem;left:23.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec9roZfiIEXgTMIq0lk7JdRkn5sb524M { width:5.875rem;height:1.5625rem;top:23.625rem;left:26.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9ADgQ865T1O4da5Gbsg7oaqKTkTDWbU { top:13.5rem;left:42.1875rem;width:5.5625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I42EMegT4iN6TChMa8Z3wBOvzBoB6lR5 { width:5.875rem;height:1.5625rem;top:23.625rem;left:41.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBKOzRJnfMspAsgJuswd15K0T3bvPVs1 { top:21.8125rem;left:23.8125rem;width:23.9375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQbvB4hnCR4LJ24H82koeEezkpePfydh { width:9.125rem;height:1.5625rem;top:26rem;left:26.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaSLpGeIkvttb1GNTr0ZtFg0mVd2tu65 { width:7.25rem;height:1.75rem;top:25.875rem;left:40.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gt08aIqkyA8zswC2aIx8M9V6GWD1P6hx { top:13.0625rem;left:38.5rem;width:7.625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HseVccJZbBDs1kCfOawZliKncrfSBdtp { top:13.5625rem;left:14.875rem;width:5.5625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZaFrpImKGuRw4LfthWz0D1CiuCVwmOv { top:13.5625rem;left:14.875rem;width:5.5625rem;height:1.1875rem;display:none; }
 }@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:2.5625rem;top:5.1875rem;left:1.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADsqNZvixoyciyiUChpPpWdTBSUUSMtg { width:8.6875rem;height:5rem;top:13.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y44v3UPinhJ2y6DN4o4NJuI3tZyzZnES { width:10.4375rem;height:3.1875rem;top:14.3125rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTAooRB31oRu5ZnmfoqZwOlV2PbieGSg { width:8.4375rem;height:4.5625rem;top:13.625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKI3ODwBmEbQ58J8gTikT5oZL69mtZut { width:7.9375rem;height:5.5625rem;top:13.125rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRoZeG9N9AF0GNZmN59ubQ0efrBrChZy { width:7.375rem;height:3.6875rem;top:14.0625rem;left:40.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVMdtqVTFOpOUQO3xg4G5VhtvzSAVOxO { top:8.375rem;left:7.0625rem;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:8rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyROgpGUksvuaymKPiH8WFFKM0pqiNEK { width:33.25rem;height:16rem;top:13.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnlwTLm41hpOlZWloCIfpFkXMXysa7sp { width:34.4375rem;height:31.125rem;top:4.0625rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWilu7Dap9GqbTVv8oTNGL2UhhN4lETI { width:16.4375rem;height:2.875rem;top:32.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oquCbuoN1lzddZiSkcQUNTBUiSNTK24U { display:block; }
 }@media only screen and (max-width: 763px) { #WQ27ixLJbrGiOmoTqJbap5ORAcWQmKd0 { width:11.625rem;height:2.375rem;top:4.4375rem;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.9375rem;height:1.9375rem;top:11.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqnPIeoKfJEnrSfhuwC4Qh5ORTy5bexl { width:29.875rem;height:4.75rem;top:14.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c66AneaUqD1kXM9MPXnl9bLuwIqBm0gz { width:35rem;height:29rem;top:3.1875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJVbmFa7IrET9a7mkVoW7DBBMqcZluhL { top:20.25rem;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:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hbp2VNmrmHZOFJy6WTdkGSWKD12GIQz0 { display:block; }
 }@media only screen and (max-width: 763px) { #G4E48TWTvhoHsNu8X5fxhy7H53SSpXOb { top:22.4375rem;left:0rem;width:6.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfTbBVaRch9Okd7yUorchK8PJms6BAgr { width:11.375rem;height:1.4375rem;top:22.4375rem;left:0rem;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:20.875rem;left:5.25rem;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:12.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pf3LnqVxpG8SzyGXof6KMPy1u6SZHchG { width:1.9375rem;height:1.9375rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrKHxDiG6svdWMXOo8WH3iZs3DgX47ZZ { width:24.75rem;height:1.5625rem;top:16.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WU534qsWK3pITSyAKTCiZS1TEOGziBWe { width:1.9375rem;height:1.9375rem;top:16.1875rem;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:19.9375rem;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:11.8125rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #exVtwD0tNnS8nuSM2RTTUKhIDrBSUu13 { width:21.375rem;height:3.1875rem;top:16.125rem;left:26.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLVRqKgTTOZC8s6X6EK9NNRkA1nUBkJ4 { width:1.875rem;height:1.875rem;top:16.125rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWlXt1TSLbdTEwwT9HL0ScNBe3VX2yEW { width:21.375rem;height:3.1875rem;top:20.625rem;left:26.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsgNcd31pPbRMsWi1EMbGmQsTAhtyTSt { width:1.875rem;height:1.875rem;top:20.625rem;left:28rem;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:7.125rem;left:10.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVPDwd9pfbsf9BufDhxNxmxGB7XKatrl { width:40.1875rem;height:4rem;top:13.25rem;left:4.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWE8yLTJh5mwaXwoZ63LGTu6RZ0xNb8a { width:1.125rem;height:1.125rem;top:20.3125rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFGGyG0svXaKTswLyDxI5HzZgDPD7JtV { width:22rem;height:3rem;top:19.375rem;left:13.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: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:39.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wvXoxG2oTcLuLsbbq0zx9GdTfOOgvGEc { width:18.125rem;height:7.7988125rem;top:11.87109375rem;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:20.982421875rem;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:8.5625rem;height:2.625rem;top:4.2490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQtdtm9JbNTtSeDSRQfh6MKHDB9Afoto { width:13.1875rem;height:2.5rem;top:32.4375rem;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) { #oWEEveI9k4cmO7eKpsQWoU6LWenxNdnt { width:2.6875rem;height:1.875rem;top:0.8427734375rem;left:16.4375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qilMAXfkkL46fPZ3rhgB3cf3MgfHwuoG { display:block; }
 }@media only screen and (max-width: 763px) { #F2B4W6SXbavcJ4V1tLfznqNpDJl2dSqE { width:2.6875rem;height:1.875rem;top:0.8427734375rem;left:13.96875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Qb1PNIAbpVi47K0vUOT9nTwlBsSOFXuc { display:block; }
 }@media only screen and (max-width: 763px) { #IJpCTaRN4nMFTpVBf7IlBS8BMOdEfXuD { width:10.6875rem;height:4.25rem;top:3.4365234375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkqwFPvggUSG56s82RergrLqHkqX42Pw { display:block; }#LkqwFPvggUSG56s82RergrLqHkqX42Pw > .row .container { width:20rem;height:56.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HGC1IVRm23MBLwHpt8OZx2NZGCGpIofF { width:20rem;height:5.361325rem;top:2.6875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NJWs9tQKBaIZkQhWTf7cVN2lhOwWKX6l { width:18.8125rem;height:19.1953125rem;top:9.0107421875rem;left:0.59375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hel1ACiqd61I2p7Xgww0EakhcCU340ho { width:19.625rem;height:17.8125rem;top:35.4658203125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNBXtGlExpVKL3V92LcKrXeozTPBuPP8 { width:18.9980625rem;height:2.999025rem;top:30.044921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnXwTgII0UNvorPLxNQdXbiZpqJToZhb { display:block; }
 }@media only screen and (max-width: 763px) { #LT7aUoV48mzTflrhhHAmi2M2C5TnTVkW { width:1.124025rem;height:1.124025rem;top:30.982421875rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFEz0CLDqFTl6sbocaagAPXub7NysRs6 { display:block; }#xFEz0CLDqFTl6sbocaagAPXub7NysRs6 > .row .container { width:20rem;height:75.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CGmac6w9nbbRQwRMlkA2drDiLt08GOuz { width:20rem;height:3.8984375rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LR9nldJnQ7AUa4ymTFdgnTISRyFs7y4L { width:19.375rem;height:9.597625rem;top:6.2109375rem;left:0.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PWBQ4AV53sii7WLQyOCvyxWutDvV37Go { width:20rem;height:21.9375rem;top:17.271877288818rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSmpaBH6Sb8qAtsyd32apcxHdinHHFoi { width:15.4375rem;height:1.79980625rem;top:18.583984375rem;left:2.28125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z85cPfts3UVlTJkm0nL1TZlxkotrvPZQ { width:17.3125rem;height:3.2rem;top:23.890625rem;left:1.34375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TfWHrGCbfgG9X0v6TVgZoiv65owpSKhP { width:20rem;height:1.6rem;top:28.083984375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HishAG44uCCcCOobaaTl5cpiT8LXNWlA { width:15.9375rem;height:3rem;top:65.75rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rES72qZGURp4T1Sa1TOA7ao2CVKLFDcG { display:block; }
 }@media only screen and (max-width: 763px) { #AGF381kbyHbu36ffO04TipAnymsyzSKy { width:20rem;height:4.798825rem;top:70.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jl0FkPRR4QPAnoak35SToH1GgN8TiHGd { width:9.125rem;height:1.6rem;top:33.375rem;left:5.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BZhHPCmikhGQzuIbUUbhU4SaJtPSNQly { width:5.3125rem;height:1.6rem;top:35.28750038147rem;left:7.34375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xf3okLeqfmpHdqPzAWVF1VBdLzli7Eat { width:5.875rem;height:1.6rem;top:29.871875762939rem;left:7.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZboWQwrSrrQs1CXEGW2EAXt86fXQobpa { width:20rem;height:0.125rem;top:44.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAccrkrHp2Ux82q2w5d4kD8ECra6MqEd { width:20rem;height:22.9375rem;top:41.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CidoJWcRp6IdI21Iuta2yOLcLgvLv4p6 { width:7.875rem;height:1.8rem;top:42.5rem;left:6.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XiZ9fce7TRJ0H2ySpgNcerwPQ5i2BIzG { width:18.6875rem;height:4.798825rem;top:48.1875rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ec9roZfiIEXgTMIq0lk7JdRkn5sb524M { width:5.875rem;height:1.6rem;top:54.212501525879rem;left:7.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S9ADgQ865T1O4da5Gbsg7oaqKTkTDWbU { width:10.75rem;height:0.875rem;top:45.375rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #I42EMegT4iN6TChMa8Z3wBOvzBoB6lR5 { width:5.875rem;height:1.6rem;top:56.0625rem;left:7.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aBKOzRJnfMspAsgJuswd15K0T3bvPVs1 { width:20rem;height:0.125rem;top:54.6875rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #MQbvB4hnCR4LJ24H82koeEezkpePfydh { width:9.125rem;height:1.6rem;top:59.0625rem;left:5.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IaSLpGeIkvttb1GNTr0ZtFg0mVd2tu65 { width:5.3125rem;height:1.6rem;top:61.0625rem;left:7.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gt08aIqkyA8zswC2aIx8M9V6GWD1P6hx { width:8.6875rem;height:1.9375rem;top:45rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HseVccJZbBDs1kCfOawZliKncrfSBdtp { width:5.5625rem;height:1.1875rem;top:21.1875rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZaFrpImKGuRw4LfthWz0D1CiuCVwmOv { width:5.5625rem;height:1.1875rem;top:45.375rem;left:4.3125rem;z-index:15026;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.3375rem;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:66.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gIODqheg38i15B77kaP7iw5swVKSPcMA { width:17.625rem;height:7.1484375rem;top:4.5rem;left:0.75rem;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:13.0625rem;left:0.25rem;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:46.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWilu7Dap9GqbTVv8oTNGL2UhhN4lETI { width:14.5625rem;height:2.875rem;top:40.9375rem;left:2.25rem;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.43645625rem;top:1.5rem;left:6.25rem;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:42.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KZBV01LJMQ8GNRD5NKaE9fpwQt0R5bn1 { width:13.5625rem;height:3.8984375rem;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:19.4375rem;height:16.0625rem;top:13.78125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJVbmFa7IrET9a7mkVoW7DBBMqcZluhL { width:6rem;height:1.4625rem;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.4625rem;top:36.6875rem;left:6.75rem;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:38.1875rem;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:2.0625rem;left:2.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uN0kTFiOZWSrx3r23ZUGnwTcLsKBHUbs { width:16.625rem;height:3.25rem;top:6.25rem;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:38.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UlAWF1NqTHXqN7N3PniBtvdcxaxS27ls { width:16.7479375rem;height:1.6rem;top:7.6375007629394rem;left:3.0625rem;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:20rem;height:5.0625rem;top:1.1875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#1c1c1c;display:block; }
 }@media only screen and (max-width: 763px) { #dr9dHyxTAuEZTLkTr5S2WoTetqAgdJ3J { width:2rem;height:2rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5C3EEcZDkBSWqTSTtbGRixPX60IBL48 { width:14.375rem;height:3.2rem;top:10.0625rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pf3LnqVxpG8SzyGXof6KMPy1u6SZHchG { width:1.9375rem;height:1.9375rem;top:10.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrKHxDiG6svdWMXOo8WH3iZs3DgX47ZZ { width:12.6875rem;height:3.2rem;top:14.0625rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WU534qsWK3pITSyAKTCiZS1TEOGziBWe { width:1.9375rem;height:1.9375rem;top:14.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCLATfWOA7BCAArrz8bNa92lgObazeOS { width:18.8125rem;height:11.9375rem;top:19.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8HkeWJVN3rhD5I4HQuAAqFpGTk3dnW1 { width:15.25rem;height:3rem;top:32.625rem;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.798825rem;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.2rem;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:23.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ipv76GWuvr9Mec4Ro6aUEGe8WRffImnc { width:18.4375rem;height:6.3375rem;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:18rem;left:1.40625rem;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; }
 }