.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:transparent;background-image:url("https://images.assets-landingi.com/uc/5899f143-d6ff-48e6-b112-ef828e4ef714/examiningbusinessdocuments1.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: #fafafa; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #fafafa; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKecpVQmC07M7LkaNH8lPccsBGyCW9RH { position:relative;display:none; }#kKecpVQmC07M7LkaNH8lPccsBGyCW9RH { border-width: 0; border-radius: 0; }#kKecpVQmC07M7LkaNH8lPccsBGyCW9RH > .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; }#kKecpVQmC07M7LkaNH8lPccsBGyCW9RH > .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:18.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:none; }#gwxumv5DsBVK6sNvIFCRqoTVCo61wBJQ { position:absolute;display:block;z-index:15000;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.8125rem;width:1.25rem;display:none; }
#cR9nrv7CZRLdRtLJeMTZlEUBW92Zeurp { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:1.875rem;left:7.6875rem;display:none; }
#RAeHWoJV3nMHpyaRLgLC5QdcqW13Ifl2 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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 sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#GZrJt5SXmRMfFCAS7OM78DLuBUlIZ2TU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c7170440-fe64-4aea-9f17-20dbc27df4ac/fieldwithgreencorn.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#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.79); }#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.79); }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#bLcIbRsTS0dkGQHyRbULhhJErGGSKPuK { color:#8cc63f;display:block;width:56.75rem;position:absolute;font-family:montserrat;font-size:4rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:11.651611328125rem;left:0.5615234375rem;height:5.19856875rem;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; }
#Ufz99rev0w8LPqdVdBke1RvKmTozxbra { color:#ffffff;display:block;width:55rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:17.877197265625rem;left:0.5615234375rem;height:7.5556875rem;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; }
#fCR4J8KIZers5KR7sBkxgzRU6Vtwmgbf { 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.8737rem;width:13.624125rem;top:3.68359375rem;left:0rem;overflow:hidden;display:block; }
#MoEMrVIRFSDbI4myE2a2X8HItSn6P0Ai { background-color:#8cc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;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:montserrat;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.061625rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:32.875rem;left:0.5625rem;display:block; }
#B4dGzIL38QbnQVyIbWxin2boHt5HWpmu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W47c60McUDylxh5kDq5kCdXIWGt6t5qp { background-color:#3e7a45;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;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:montserrat;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0605625rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:32.875rem;left:19.5rem;display:block; }
#B3puO3D0EqX8UzaOUtEIJFGC6v6hwQyk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mBTkIwr50xnHNKxCdgs9h6A2Tevxr25P { color:#ffffff;display:block;width:46.436625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:29.636503219604rem;left:0.56098175048828rem;height:2.2753875rem;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; }
#ucd6IVW6mBh3iiEVLVAI6GfDM880n4zc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#ucd6IVW6mBh3iiEVLVAI6GfDM880n4zc > .row .container { background-color: transparent; background-image: none; }#ucd6IVW6mBh3iiEVLVAI6GfDM880n4zc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucd6IVW6mBh3iiEVLVAI6GfDM880n4zc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucd6IVW6mBh3iiEVLVAI6GfDM880n4zc > .row .container > .video-iframe-container { display: none; }#ucd6IVW6mBh3iiEVLVAI6GfDM880n4zc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucd6IVW6mBh3iiEVLVAI6GfDM880n4zc > .row > .video-iframe-container { display: none; }#ucd6IVW6mBh3iiEVLVAI6GfDM880n4zc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucd6IVW6mBh3iiEVLVAI6GfDM880n4zc > .row .container { border-width: 0; border-radius: 0; }#ucd6IVW6mBh3iiEVLVAI6GfDM880n4zc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ucd6IVW6mBh3iiEVLVAI6GfDM880n4zc > .row .container { font-size:0.875rem;font-family:arial;height:53.9375rem;width:75rem;position:relative;display:block; }#Gy7NnnSySgkUuclRCzcZAy9JhGJCIoNK { color:#8cc63f;display:block;width:34.0625rem;position:absolute;font-family:montserrat;font-size:3.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:9.8125rem;left:2.625rem;height:18.5199375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TErITDaSERVaVTecTFklfI84cdeGLyrq { color:#605444;display:block;width:32.87475rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:30.5625rem;left:2.625rem;height:13.6415rem;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; }
#yc1KhLTXRXk5fa86Fvye8QGlmMWSpizN { 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:30rem;width:31.9995rem;top:21.4375rem;left:39.6875rem;overflow:hidden;display:block; }
#Inx9Th5lk79H0yCQ0pTaPLres2TW7sfb { 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:23.31175rem;width:20.37475rem;top:11.0625rem;left:54.6875rem;overflow:hidden;display:block; }
#cz4bfkaapKvnMSF6v3LZOxV4nSW6AvTX { background-color:#8cc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;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:montserrat;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0605625rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:46.875rem;left:2.625rem;display:block; }
#MPdh53FQbcJKhElTFLnseL5NLlEu4a1R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UbJJkeNaHL830bTozca1W1Go0V95mG6s { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #8cc63f;border-left:0.1875rem solid #8cc63f;border-right:0.1875rem solid #8cc63f;border-bottom:0.1875rem solid #8cc63f;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;box-sizing:border-box;color:#8cc63f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:4.8125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.328125rem;left:0rem;display:block; }
#TWshA05rEtiIN0kTMIbsKVhHR4169Rbp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k9xZMmkaH0cEdy0RT3dDXev1RcnEyCvG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#k9xZMmkaH0cEdy0RT3dDXev1RcnEyCvG > .row .container { background-color: transparent; background-image: none; }#k9xZMmkaH0cEdy0RT3dDXev1RcnEyCvG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9xZMmkaH0cEdy0RT3dDXev1RcnEyCvG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9xZMmkaH0cEdy0RT3dDXev1RcnEyCvG > .row .container > .video-iframe-container { display: none; }#k9xZMmkaH0cEdy0RT3dDXev1RcnEyCvG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9xZMmkaH0cEdy0RT3dDXev1RcnEyCvG > .row > .video-iframe-container { display: none; }#k9xZMmkaH0cEdy0RT3dDXev1RcnEyCvG > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9xZMmkaH0cEdy0RT3dDXev1RcnEyCvG > .row .container { border-width: 0; border-radius: 0; }#k9xZMmkaH0cEdy0RT3dDXev1RcnEyCvG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k9xZMmkaH0cEdy0RT3dDXev1RcnEyCvG > .row .container { font-size:0.875rem;font-family:arial;height:52.875rem;width:75rem;position:relative;display:block; }#IgLSmSKMkyqNkDdaOMlbkqf2SsbJIAFg { background-color:#605444;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.871125rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:47.122802734375rem;left:28.563232421875rem;display:block; }
#kOgc7KTnKDAt9iEqtp8C1LtqSRlVHc09 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OuJ39FC20aRQwtFUxDbuPClCvM6RQ6Fd { position:absolute;display:block;z-index:15005;background-color:#8cc63f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:15.5rem;width:36.5625rem;top:11.5625rem;left:0rem;display:block; }
#MZutKEVdh65a82euIuhN5TF169fRySN2 { color:#8cc63f;display:block;width:47.25rem;position:absolute;font-family:montserrat;font-size:2.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.9856772422791rem;left:13.875rem;height:6.6623125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yZgpmgAJABCdErSuTuZw5e0S19P8OB64 { color:#ffffff;display:block;width:34.125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:18.3125rem;left:1rem;height:6.82725625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ScEaXctLdyAGLTVAPK6mnTO2STL81Alz { color:#fafafa;display:block;width:28.75rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:18.312500476837rem;left:42.125003814698rem;height:6.82725625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FPTgKuRc1xffMuhwmQvab9RbQ60ybRvy { position:absolute;display:block;z-index:15014;background-color:#8cc63f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:14.75rem;width:36.5625rem;top:28.24951171875rem;left:38.4375rem;display:block; }
#iz2gqKQqFi5TluAUbt3AO2fCIqgxWqv9 { color:#fafafa;display:block;width:34.125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:34.6875rem;left:1.25rem;height:6.82725625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E46pO87zJQypvvkh8PefOMMS8y80fhtN { color:#fafafa;display:block;width:25.625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:34.6875rem;left:43.6865234375rem;height:6.82725625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZTNOTSbi4e6rlb1DwVRKW0VNSc1t24Ai { 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:4.375rem;width:4.375rem;top:12.90625rem;left:15.875rem;overflow:hidden;display:block; }
#MTxRcwAXvWBFlEBlHZU0oDAMc5Bt2THV { position:absolute;display:block;z-index:15006;background-color:#8cc63f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:15.4375rem;width:36.5625rem;top:11.5625rem;left:38.4375rem;display:block; }
#BDUATbCBgZstuVmUrGTxFQ0tzpn2LGSA { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:4.9375rem;top:12.625rem;left:54.25rem;overflow:hidden;display:block; }
#ksyTPvALOAcsO8c5oLb9A57nH1p15Ib5 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:29.375rem;left:54.34375rem;overflow:hidden;display:block; }
#N4KiNfJWQE4EEXAhtoAzXxOldHXrTRUU { position:absolute;display:block;z-index:15015;background-color:#8cc63f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:14.6875rem;width:36.5625rem;top:28.24951171875rem;left:0rem;display:block; }
#qQZJnh0CGPi0T1DQvNf5ygZa2lf4HbdM { position:absolute;display:block;z-index:15016;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.9375rem;width:4.9375rem;top:29.0625rem;left:15.8125rem;overflow:hidden;display:block; }
#X3Jceg7fDGbrmT62giGz3m0ooOMwiZfs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3e7a45;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; }#X3Jceg7fDGbrmT62giGz3m0ooOMwiZfs > .row .container { background-color: transparent; background-image: none; }#X3Jceg7fDGbrmT62giGz3m0ooOMwiZfs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X3Jceg7fDGbrmT62giGz3m0ooOMwiZfs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X3Jceg7fDGbrmT62giGz3m0ooOMwiZfs > .row .container > .video-iframe-container { display: none; }#X3Jceg7fDGbrmT62giGz3m0ooOMwiZfs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X3Jceg7fDGbrmT62giGz3m0ooOMwiZfs > .row > .video-iframe-container { display: none; }#X3Jceg7fDGbrmT62giGz3m0ooOMwiZfs > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X3Jceg7fDGbrmT62giGz3m0ooOMwiZfs > .row .container { border-width: 0; border-radius: 0; }#X3Jceg7fDGbrmT62giGz3m0ooOMwiZfs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X3Jceg7fDGbrmT62giGz3m0ooOMwiZfs > .row .container { font-size:0.875rem;font-family:arial;height:52.625rem;width:75rem;position:relative;display:block; }#MNbWJgJDtPsqRNux6UViRSSM094FfV1C { color:#ffffff;display:block;width:62.75rem;position:absolute;font-family:montserrat;font-size:3.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:8.9036464691163rem;left:3.4986991882324rem;height:9.26rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pVLOJoK8zlRwHys1RGwA3VMJQa0PuxEE { color:#ffffff;display:block;width:34.3111875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:23.94010412693rem;left:3.4986991882324rem;height:13.6415rem;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; }
#CeRKT0JEUuwCzwB4Av600tcFf3vvkHp8 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;box-sizing:border-box;color:#605444;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.059875rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:41.12109375rem;left:3.498046875rem;display:block; }
#Iy7TM6OglnRo9NC7kKcBk9nrO5886X0V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ElTEUxk6bnD6KwXocsOMyTIFKk8BaxTq { 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:21.3111875rem;width:18.5611875rem;top:26.644531846046rem;left:39.4375rem;overflow:hidden;display:block; }
#NNx1i1t0yro1VWULSLBZDavDt0eGoqW3 { 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:47.686625rem;width:33.686rem;top:18.997395515442rem;left:41.31510925293rem;overflow:hidden;display:block; }
#k0BRgGO6QtT3mwTbcTXlB0VvLe6XURU2 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;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:montserrat;font-size:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.29166625rem;height:4.72916625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.9375057220459rem;left:0rem;display:block; }
#cuFORDTDs44PtQgLTRzSn1Q6ssDS5p4Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tk0TsgXOMlRTx5dckSl5VgUNwFTGZ70k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3e7a45;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; }#Tk0TsgXOMlRTx5dckSl5VgUNwFTGZ70k > .row .container { background-color: transparent; background-image: none; }#Tk0TsgXOMlRTx5dckSl5VgUNwFTGZ70k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tk0TsgXOMlRTx5dckSl5VgUNwFTGZ70k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tk0TsgXOMlRTx5dckSl5VgUNwFTGZ70k > .row .container > .video-iframe-container { display: none; }#Tk0TsgXOMlRTx5dckSl5VgUNwFTGZ70k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tk0TsgXOMlRTx5dckSl5VgUNwFTGZ70k > .row > .video-iframe-container { display: none; }#Tk0TsgXOMlRTx5dckSl5VgUNwFTGZ70k > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tk0TsgXOMlRTx5dckSl5VgUNwFTGZ70k > .row .container { border-width: 0; border-radius: 0; }#Tk0TsgXOMlRTx5dckSl5VgUNwFTGZ70k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tk0TsgXOMlRTx5dckSl5VgUNwFTGZ70k > .row .container { font-size:0.875rem;font-family:arial;height:46.625rem;width:75rem;position:relative;display:block; }#TLpRdiFFbeARZWJMp8vavdJqyI9TNb15 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;box-sizing:border-box;color:#605444;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.871125rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:39.875rem;left:28.625rem;display:block; }
#kDPPHu5JdoDud3sZuOl3R5ktPW80Bazl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JUTM5awA4HIEcw07gw52dEtC3w5Lv8hL { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:23.562rem;width:23.18725rem;top:13.5625rem;left:0.9375rem;display:block; }
#vvKurO2LdQ0qAGNHDLDlTco58claiO67 { color:#ffffff;display:block;width:42.5rem;position:absolute;font-family:montserrat;font-size:2.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.54296875rem;left:2.8138046264649rem;height:6.6623125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QkMeBLwMvCue4Og7uoETRqEL0brIHZdb { color:#605444;display:block;width:17.06175rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:21.8125rem;left:4rem;height:13.65450625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qw4WkwAnMIqJqBpIQd9cCTk50BIkhiEV { 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:4.936525rem;width:4.936525rem;top:15.0625rem;left:10.0625rem;overflow:hidden;display:block; }
#UsvXxdcsXyAPJWc47n6OzAZIQGS7uSiP { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.936525rem;width:4.936525rem;top:15.0625rem;left:35.0625rem;overflow:hidden;display:block; }
#lldZDclkiVwnHZy1DI8oCXf4DMe7eg5z { position:absolute;display:block;z-index:15016;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.936525rem;width:4.936525rem;top:15.0625rem;left:60.0625rem;overflow:hidden;display:block; }
#w6gqFgpHaSwAbI01XKHzq4ksrouH6H58 { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:23.562rem;width:23.18725rem;top:13.5625rem;left:25.9375rem;display:block; }
#Awy41vvSdT1VT8roa3sB1ZXnrM7oAu4T { color:#605444;display:block;width:18.81225rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:21.8125rem;left:28.125rem;height:11.9477rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EIqVMM1cbEJUEdfiON3uTtzzAbbFfHmO { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:23.562rem;width:23.18725rem;top:13.5625rem;left:50.9375rem;display:block; }
#tTD0N6vgeqWsxMIdfZe5y0NZeruyPicy { color:#605444;display:block;width:17.06175rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:21.8125rem;left:54rem;height:11.94769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lBCbsqLR8HzUc9Zu8odWfECLvlmSyniI { position:relative;display:block; }#lBCbsqLR8HzUc9Zu8odWfECLvlmSyniI { background-color: transparent; background-image: none; }#lBCbsqLR8HzUc9Zu8odWfECLvlmSyniI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBCbsqLR8HzUc9Zu8odWfECLvlmSyniI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBCbsqLR8HzUc9Zu8odWfECLvlmSyniI > .row .container > .video-iframe-container { display: none; }#lBCbsqLR8HzUc9Zu8odWfECLvlmSyniI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBCbsqLR8HzUc9Zu8odWfECLvlmSyniI > .row > .video-iframe-container { display: none; }#lBCbsqLR8HzUc9Zu8odWfECLvlmSyniI > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBCbsqLR8HzUc9Zu8odWfECLvlmSyniI { border-width: 0; border-radius: 0; }#lBCbsqLR8HzUc9Zu8odWfECLvlmSyniI > .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; }#lBCbsqLR8HzUc9Zu8odWfECLvlmSyniI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;background-image:none;font-size:0.875rem;font-family:arial;height:32.9375rem;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; }#gQ0CGzsmKuoNcAXRDu4uE9UWt6S7ex39 { color:#8cc63f;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:3.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.4375rem;left:0.68684959411619rem;height:19.9001875rem;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; }
#BeOLfVzqCBS9LpkmpOJ3JcVcTQUEHhKI { background-color:#8cc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:26.125rem;left:0.6875rem;display:block; }
#bClth6RexT2TSFEO4mXS5AUFsE1xmSuq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P0H8OhVsSsc8CMpl4wwSTZuZIDcSozms { 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:28.3125rem;width:37.6875rem;top:2.375rem;left:37.3125rem;overflow:hidden;display:block; }
#PtP3pIrpekdIkrCoi6qn1Tlx57uBz1VM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8cc63f;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; }#PtP3pIrpekdIkrCoi6qn1Tlx57uBz1VM > .row .container { background-color: transparent; background-image: none; }#PtP3pIrpekdIkrCoi6qn1Tlx57uBz1VM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtP3pIrpekdIkrCoi6qn1Tlx57uBz1VM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtP3pIrpekdIkrCoi6qn1Tlx57uBz1VM > .row .container > .video-iframe-container { display: none; }#PtP3pIrpekdIkrCoi6qn1Tlx57uBz1VM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtP3pIrpekdIkrCoi6qn1Tlx57uBz1VM > .row > .video-iframe-container { display: none; }#PtP3pIrpekdIkrCoi6qn1Tlx57uBz1VM > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtP3pIrpekdIkrCoi6qn1Tlx57uBz1VM > .row .container { border-width: 0; border-radius: 0; }#PtP3pIrpekdIkrCoi6qn1Tlx57uBz1VM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PtP3pIrpekdIkrCoi6qn1Tlx57uBz1VM > .row .container { font-size:0.875rem;font-family:arial;height:36.1875rem;width:75rem;position:relative;display:block; }#SxdfWVGxSbQCuVSblm7d5uO3sRTcb0Lf { color:#ffffff;display:block;width:60.5625rem;position:absolute;font-family:montserrat;font-size:3.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:2.9354166984558rem;left:7.2187519073488rem;height:8.44925rem;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; }
#ruTs4WTnPGXrC3tczoCRHuKOhct2JS23 { color:#ffffff;display:block;width:48.875rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:13.437501430511rem;left:13.062501907349rem;height:12.67575rem;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; }
#xmPI2XiPUQzLE4a41q1z9Sreh433JFH6 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#8cc63f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:29.060416698456rem;left:27.812501907349rem;display:block; }
#W20O5J0oTzAFoI9RpNTLCK55az5vvky8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CcLZekAvpyOTlnO7N20002tcvWlNWlVi { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/18ad5da7-914d-42aa-9970-7f8bb71199e2/farmersfield.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi.adaptive-delivery-prevent-bg, #CcLZekAvpyOTlnO7N20002tcvWlNWlVi.lazyload, #CcLZekAvpyOTlnO7N20002tcvWlNWlVi.lazyloading { background-image: none; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container { background-color: transparent; background-image: none; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.72); }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container > .video-iframe-container { display: none; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.72); }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row > .video-iframe-container { display: none; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container { border-width: 0; border-radius: 0; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container { font-size:0.875rem;font-family:arial;height:49.875rem;width:75rem;overflow:visible;position:relative;display:block; }#odUrysAdn55Re73CFHOzGTVvy10vsGp6 { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:44.875rem;width:29.5625rem;top:4.404296875rem;left:39.9052734375rem;display:block; }
#BII9eqkRf8AQsbNtAgb3uk954aaQ8zZl { color:#ffffff;display:block;width:33.875rem;position:absolute;font-family:montserrat;font-size:2.9375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:8.125rem;left:5.375rem;height:11.4550625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ITK0TmEvFApaK6UynNNVyWVcP17fi19N { color:#e6e6e6;display:block;width:25.3125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:22.5625rem;left:5.375rem;height:6.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fIXOB65B9szgeogv6bweCnh2btXvQQpJ { position:absolute;display:block;z-index:15042;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.99739375rem;width:13.559875rem;top:32.5625rem;left:4.8125rem;overflow:hidden;display:block; }
#X1EznamEJ59exSP4kxxqElURgrkBJDMK { position:absolute;display:block;z-index:15043;height:19.125rem;width:28.75rem;top:7.125rem;left:40.2802734375rem;display:block; }
#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy { border-top:0.3125rem solid #000000;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container { background-color: transparent; background-image: none; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container > .video-iframe-container { display: none; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row > .video-iframe-container { display: none; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container { border-width: 0; border-radius: 0; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container { font-size:0.875rem;font-family:arial;height:9.0972225rem;width:75rem;position:relative;display:block; }#CqqTMIEZFhIvIigquVozwz1fUBRz3DbU { color:#8cc63f;display:block;width:7.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:4.6679725646972rem;left:49.250003814698rem;height:1.225rem;font-style:normal;display:block; }
#rG3ndJ1TZmPQ9KFfP4ATHxh7LuIeGI1q { color:#8cc63f;display:block;width:12.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:4.7304725646972rem;left:32.187503814698rem;height:1.225rem;font-style:normal;display:block; }
#XzVCzakcyZ04yITIpy7HAyqpbax3cWbJ { color:#8cc63f;display:block;width:11.8125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:2.3125rem;left:61rem;height:1.04980625rem;font-style:normal;display:block; }
#VRZ6A30Qh7eswFfcpxhNlJwTeEtvPUTW { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:4.5625038146972rem;left:30.312503814698rem; }
#IcUggX0q9aUuqwykhyJNAxpCxd8E8zTV { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:4.5625rem;left:47.4375rem; }
#IpxADuMglSSTvLSyxkfNmRArybUtZWdE { position:absolute;display:block;z-index:15033;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.49935rem;width:12.436rem;top:3.5915794372559rem;left:1.9357643127441rem;overflow:hidden;display:block; }
#oghMlQ7lHTq0QwZuKNCielC1gzzBgnVq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:3.7152786254883rem;left:60.999355316162rem; }
#oghMlQ7lHTq0QwZuKNCielC1gzzBgnVq > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#VbCZAwB4e7RVBbSsVe9D40sgMoKy5HOK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:3.7152786254883rem;left:64.905384063719rem; }
#VbCZAwB4e7RVBbSsVe9D40sgMoKy5HOK > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#pOTTmgoIabuFQ5iQRM9I9XwrV3k2Slu7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:3.7152786254883rem;left:68.672962188719rem; }
#pOTTmgoIabuFQ5iQRM9I9XwrV3k2Slu7 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no { position:relative;display:block; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no { background-color: transparent; background-image: none; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row .container > .video-iframe-container { display: none; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row > .video-iframe-container { display: none; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no { border-width: 0; border-radius: 0; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .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; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;background-image:none;font-size:0.875rem;font-family:arial;height:2.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; }#DdJuNV8no4xhkQRUWfr5WyDNF9u7Iw3t { color:#605444;display:block;width:24.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:0.63021087646487rem;left:25.312503814698rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kKecpVQmC07M7LkaNH8lPccsBGyCW9RH { display:none; }#kKecpVQmC07M7LkaNH8lPccsBGyCW9RH > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gwxumv5DsBVK6sNvIFCRqoTVCo61wBJQ { width:1.25rem;height:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cR9nrv7CZRLdRtLJeMTZlEUBW92Zeurp { top:1.875rem;left:0rem;width:12.5rem;height:;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RAeHWoJV3nMHpyaRLgLC5QdcqW13Ifl2 { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #GZrJt5SXmRMfFCAS7OM78DLuBUlIZ2TU { 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) { #bLcIbRsTS0dkGQHyRbULhhJErGGSKPuK { width:47.75rem;height:;top:11.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ufz99rev0w8LPqdVdBke1RvKmTozxbra { width:47.75rem;height:;top:17.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCR4J8KIZers5KR7sBkxgzRU6Vtwmgbf { top:3.625rem;left:0rem;width:13.5625rem;height:3.856178378428rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoEMrVIRFSDbI4myE2a2X8HItSn6P0Ai { width:17rem;height:3.4375rem;top:32.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4dGzIL38QbnQVyIbWxin2boHt5HWpmu { display:block; }
 }@media only screen and (max-width: 763px) { #W47c60McUDylxh5kDq5kCdXIWGt6t5qp { width:17rem;height:3.4375rem;top:32.875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3puO3D0EqX8UzaOUtEIJFGC6v6hwQyk { display:block; }
 }@media only screen and (max-width: 763px) { #mBTkIwr50xnHNKxCdgs9h6A2Tevxr25P { width:46.375rem;height:2.25rem;top:29.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucd6IVW6mBh3iiEVLVAI6GfDM880n4zc { display:block; }#ucd6IVW6mBh3iiEVLVAI6GfDM880n4zc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gy7NnnSySgkUuclRCzcZAy9JhGJCIoNK { width:34.0625rem;height:18.5rem;top:9.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TErITDaSERVaVTecTFklfI84cdeGLyrq { width:32.8125rem;height:13.625rem;top:30.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yc1KhLTXRXk5fa86Fvye8QGlmMWSpizN { top:21.4375rem;left:0rem;width:31.9375rem;height:29.942634365863rem;display:block; }
 }@media only screen and (max-width: 763px) { #Inx9Th5lk79H0yCQ0pTaPLres2TW7sfb { top:11.0625rem;left:27.3125rem;width:20.3125rem;height:23.240829856744rem;display:block; }
 }@media only screen and (max-width: 763px) { #cz4bfkaapKvnMSF6v3LZOxV4nSW6AvTX { width:17rem;height:3.4375rem;top:46.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPdh53FQbcJKhElTFLnseL5NLlEu4a1R { display:block; }
 }@media only screen and (max-width: 763px) { #UbJJkeNaHL830bTozca1W1Go0V95mG6s { width:19.375rem;height:4.8125rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWshA05rEtiIN0kTMIbsKVhHR4169Rbp { display:block; }
 }@media only screen and (max-width: 763px) { #k9xZMmkaH0cEdy0RT3dDXev1RcnEyCvG { display:block; }#k9xZMmkaH0cEdy0RT3dDXev1RcnEyCvG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IgLSmSKMkyqNkDdaOMlbkqf2SsbJIAFg { width:17.8125rem;height:3.4375rem;top:47.0625rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOgc7KTnKDAt9iEqtp8C1LtqSRlVHc09 { display:block; }
 }@media only screen and (max-width: 763px) { #OuJ39FC20aRQwtFUxDbuPClCvM6RQ6Fd { width:36.5625rem;height:15.5rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZutKEVdh65a82euIuhN5TF169fRySN2 { width:47.1875rem;height:6.625rem;top:1.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZgpmgAJABCdErSuTuZw5e0S19P8OB64 { width:34.125rem;height:6.8125rem;top:18.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScEaXctLdyAGLTVAPK6mnTO2STL81Alz { width:28.75rem;height:6.8125rem;top:18.3125rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPTgKuRc1xffMuhwmQvab9RbQ60ybRvy { width:36.5625rem;height:14.75rem;top:28.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iz2gqKQqFi5TluAUbt3AO2fCIqgxWqv9 { width:34.0625rem;height:6.8125rem;top:34.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E46pO87zJQypvvkh8PefOMMS8y80fhtN { width:25.625rem;height:6.8125rem;top:34.6875rem;left:6.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTNOTSbi4e6rlb1DwVRKW0VNSc1t24Ai { top:12.875rem;left:11.3125rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTxRcwAXvWBFlEBlHZU0oDAMc5Bt2THV { width:36.5625rem;height:15.4375rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDUATbCBgZstuVmUrGTxFQ0tzpn2LGSA { top:12.625rem;left:31.75rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksyTPvALOAcsO8c5oLb9A57nH1p15Ib5 { top:29.375rem;left:31.75rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4KiNfJWQE4EEXAhtoAzXxOldHXrTRUU { width:36.5625rem;height:14.6875rem;top:28.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQZJnh0CGPi0T1DQvNf5ygZa2lf4HbdM { top:29.0625rem;left:10.9375rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3Jceg7fDGbrmT62giGz3m0ooOMwiZfs { display:block; }#X3Jceg7fDGbrmT62giGz3m0ooOMwiZfs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MNbWJgJDtPsqRNux6UViRSSM094FfV1C { width:47.75rem;height:9.25rem;top:8.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVLOJoK8zlRwHys1RGwA3VMJQa0PuxEE { width:34.25rem;height:13.625rem;top:23.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeRKT0JEUuwCzwB4Av600tcFf3vvkHp8 { width:17rem;height:3.4375rem;top:41.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iy7TM6OglnRo9NC7kKcBk9nrO5886X0V { display:block; }
 }@media only screen and (max-width: 763px) { #ElTEUxk6bnD6KwXocsOMyTIFKk8BaxTq { top:26.625rem;left:13.25rem;width:18.5rem;height:21.240934544193rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNx1i1t0yro1VWULSLBZDavDt0eGoqW3 { top:18.9375rem;left:0rem;width:33.625rem;height:47.600272090037rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0BRgGO6QtT3mwTbcTXlB0VvLe6XURU2 { width:19.25rem;height:4.6875rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuFORDTDs44PtQgLTRzSn1Q6ssDS5p4Z { display:block; }
 }@media only screen and (max-width: 763px) { #Tk0TsgXOMlRTx5dckSl5VgUNwFTGZ70k { display:block; }#Tk0TsgXOMlRTx5dckSl5VgUNwFTGZ70k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLpRdiFFbeARZWJMp8vavdJqyI9TNb15 { width:17.8125rem;height:3.4375rem;top:39.875rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDPPHu5JdoDud3sZuOl3R5ktPW80Bazl { display:block; }
 }@media only screen and (max-width: 763px) { #JUTM5awA4HIEcw07gw52dEtC3w5Lv8hL { width:23.125rem;height:23.5rem;top:13.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvKurO2LdQ0qAGNHDLDlTco58claiO67 { width:42.5rem;height:6.6875rem;top:4.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkMeBLwMvCue4Og7uoETRqEL0brIHZdb { width:17rem;height:13.625rem;top:21.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qw4WkwAnMIqJqBpIQd9cCTk50BIkhiEV { top:15.0625rem;left:5.5rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsvXxdcsXyAPJWc47n6OzAZIQGS7uSiP { top:15.0625rem;left:21.375rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lldZDclkiVwnHZy1DI8oCXf4DMe7eg5z { top:15.0625rem;left:37.25rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6gqFgpHaSwAbI01XKHzq4ksrouH6H58 { width:23.125rem;height:23.5rem;top:13.5625rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Awy41vvSdT1VT8roa3sB1ZXnrM7oAu4T { width:18.75rem;height:11.9375rem;top:21.8125rem;left:13rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIqVMM1cbEJUEdfiON3uTtzzAbbFfHmO { width:23.125rem;height:23.5rem;top:13.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTD0N6vgeqWsxMIdfZe5y0NZeruyPicy { width:17rem;height:11.9375rem;top:21.8125rem;left:30.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBCbsqLR8HzUc9Zu8odWfECLvlmSyniI { display:block; }#lBCbsqLR8HzUc9Zu8odWfECLvlmSyniI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gQ0CGzsmKuoNcAXRDu4uE9UWt6S7ex39 { width:31.25rem;height:19.875rem;top:3.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeOLfVzqCBS9LpkmpOJ3JcVcTQUEHhKI { width:19.375rem;height:3.4375rem;top:26.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bClth6RexT2TSFEO4mXS5AUFsE1xmSuq { display:block; }
 }@media only screen and (max-width: 763px) { #P0H8OhVsSsc8CMpl4wwSTZuZIDcSozms { top:2.375rem;left:10.0625rem;width:37.6875rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtP3pIrpekdIkrCoi6qn1Tlx57uBz1VM { display:block; }#PtP3pIrpekdIkrCoi6qn1Tlx57uBz1VM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SxdfWVGxSbQCuVSblm7d5uO3sRTcb0Lf { width:47.75rem;height:;top:2.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruTs4WTnPGXrC3tczoCRHuKOhct2JS23 { width:47.75rem;height:;top:13.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmPI2XiPUQzLE4a41q1z9Sreh433JFH6 { width:19.375rem;height:3.4375rem;top:29rem;left:14.187501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #W20O5J0oTzAFoI9RpNTLCK55az5vvky8 { display:block; }
 }@media only screen and (max-width: 763px) { #CcLZekAvpyOTlnO7N20002tcvWlNWlVi { display:block; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #odUrysAdn55Re73CFHOzGTVvy10vsGp6 { width:29.5625rem;height:44.875rem;top:4.375rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BII9eqkRf8AQsbNtAgb3uk954aaQ8zZl { width:33.875rem;height:11.4375rem;top:8.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITK0TmEvFApaK6UynNNVyWVcP17fi19N { width:25.3125rem;height:6.0625rem;top:22.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIXOB65B9szgeogv6bweCnh2btXvQQpJ { top:32.5625rem;left:0rem;width:13.5rem;height:3.9790256414984rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1EznamEJ59exSP4kxxqElURgrkBJDMK { top:7.125rem;left:19rem;width:28.75rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy { display:block; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CqqTMIEZFhIvIigquVozwz1fUBRz3DbU { top:4.625rem;left:35.625003814698rem;width:7.5625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rG3ndJ1TZmPQ9KFfP4ATHxh7LuIeGI1q { top:4.6875rem;left:18.562503814698rem;width:12.375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzVCzakcyZ04yITIpy7HAyqpbax3cWbJ { top:2.3125rem;left:36rem;width:11.75rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRZ6A30Qh7eswFfcpxhNlJwTeEtvPUTW { top:4.5625rem;left:16.687503814698rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcUggX0q9aUuqwykhyJNAxpCxd8E8zTV { top:4.5625rem;left:33.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpxADuMglSSTvLSyxkfNmRArybUtZWdE { top:3.5625rem;left:0rem;width:12.375rem;height:3.4821852886781rem;display:block; }
 }@media only screen and (max-width: 763px) { #oghMlQ7lHTq0QwZuKNCielC1gzzBgnVq { top:3.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#oghMlQ7lHTq0QwZuKNCielC1gzzBgnVq > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #VbCZAwB4e7RVBbSsVe9D40sgMoKy5HOK { top:3.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#VbCZAwB4e7RVBbSsVe9D40sgMoKy5HOK > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #pOTTmgoIabuFQ5iQRM9I9XwrV3k2Slu7 { top:3.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#pOTTmgoIabuFQ5iQRM9I9XwrV3k2Slu7 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no { display:block; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DdJuNV8no4xhkQRUWfr5WyDNF9u7Iw3t { width:24.375rem;height:1.25rem;top:0.625rem;left:11.687501907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kKecpVQmC07M7LkaNH8lPccsBGyCW9RH { background-color:#ffffff;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;display:block; }#kKecpVQmC07M7LkaNH8lPccsBGyCW9RH > .row .container { background-color: transparent; background-image: none; }#kKecpVQmC07M7LkaNH8lPccsBGyCW9RH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKecpVQmC07M7LkaNH8lPccsBGyCW9RH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKecpVQmC07M7LkaNH8lPccsBGyCW9RH > .row .container > .video-iframe-container { display: none; }#kKecpVQmC07M7LkaNH8lPccsBGyCW9RH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKecpVQmC07M7LkaNH8lPccsBGyCW9RH > .row > .video-iframe-container { display: none; }#kKecpVQmC07M7LkaNH8lPccsBGyCW9RH > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKecpVQmC07M7LkaNH8lPccsBGyCW9RH > .row .container { border-width: 0; border-radius: 0; }#kKecpVQmC07M7LkaNH8lPccsBGyCW9RH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kKecpVQmC07M7LkaNH8lPccsBGyCW9RH > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gwxumv5DsBVK6sNvIFCRqoTVCo61wBJQ { top:0.90625rem;left:0rem;width:1.375rem;height:2rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cR9nrv7CZRLdRtLJeMTZlEUBW92Zeurp { top:1.359375rem;left:0rem;width:4.6875rem;height:1.21875rem;z-index:15002;color:#303030;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #RAeHWoJV3nMHpyaRLgLC5QdcqW13Ifl2 { top:0rem;left:0rem;width:20rem;height:3.4375rem;z-index:15003;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #GZrJt5SXmRMfFCAS7OM78DLuBUlIZ2TU { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bLcIbRsTS0dkGQHyRbULhhJErGGSKPuK { width:15.9375rem;height:5.19748125rem;top:5.0966796875rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:2rem;color:#8cc63f;display:block; }
 }@media only screen and (max-width: 763px) { #Ufz99rev0w8LPqdVdBke1RvKmTozxbra { width:16.375rem;height:6.0926625rem;top:10.9677734375rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCR4J8KIZers5KR7sBkxgzRU6Vtwmgbf { width:6.621125rem;height:1.875rem;top:1.9375rem;left:6.6884765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoEMrVIRFSDbI4myE2a2X8HItSn6P0Ai { width:8.8125rem;height:2.5rem;top:20.9375rem;left:0.75rem;font-size:0.9375rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4dGzIL38QbnQVyIbWxin2boHt5HWpmu { display:block; }
 }@media only screen and (max-width: 763px) { #W47c60McUDylxh5kDq5kCdXIWGt6t5qp { width:9.4375rem;height:2.5rem;top:20.9375rem;left:9.8125rem;font-size:0.9375rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3puO3D0EqX8UzaOUtEIJFGC6v6hwQyk { display:block; }
 }@media only screen and (max-width: 763px) { #mBTkIwr50xnHNKxCdgs9h6A2Tevxr25P { width:17.5625rem;height:0.9746125rem;top:18.798828125rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucd6IVW6mBh3iiEVLVAI6GfDM880n4zc { display:block; }#ucd6IVW6mBh3iiEVLVAI6GfDM880n4zc > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gy7NnnSySgkUuclRCzcZAy9JhGJCIoNK { width:19.874rem;height:5.12044375rem;top:4.3359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TErITDaSERVaVTecTFklfI84cdeGLyrq { width:16.375rem;height:9.74825rem;top:10.2060546875rem;left:1.7490234375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yc1KhLTXRXk5fa86Fvye8QGlmMWSpizN { width:10.625rem;height:9.9365rem;top:16.707763671875rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Inx9Th5lk79H0yCQ0pTaPLres2TW7sfb { width:7.37425rem;height:8.4375rem;top:21.998291015625rem;left:8.466796875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cz4bfkaapKvnMSF6v3LZOxV4nSW6AvTX { width:12.999rem;height:2.5rem;top:20.6435546875rem;left:3.5rem;font-size:0.9375rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPdh53FQbcJKhElTFLnseL5NLlEu4a1R { display:block; }
 }@media only screen and (max-width: 763px) { #UbJJkeNaHL830bTozca1W1Go0V95mG6s { width:20rem;height:2.75rem;top:0.9609375rem;left:0rem;font-size:0.9375rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWshA05rEtiIN0kTMIbsKVhHR4169Rbp { display:block; }
 }@media only screen and (max-width: 763px) { #k9xZMmkaH0cEdy0RT3dDXev1RcnEyCvG { display:block; }#k9xZMmkaH0cEdy0RT3dDXev1RcnEyCvG > .row .container { width:20rem;height:74.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IgLSmSKMkyqNkDdaOMlbkqf2SsbJIAFg { width:12.99925rem;height:2.5rem;top:70.72265625rem;left:3.499755859375rem;font-size:1rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOgc7KTnKDAt9iEqtp8C1LtqSRlVHc09 { display:block; }
 }@media only screen and (max-width: 763px) { #OuJ39FC20aRQwtFUxDbuPClCvM6RQ6Fd { width:18.5rem;height:15.1875rem;top:6.8125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZutKEVdh65a82euIuhN5TF169fRySN2 { width:20rem;height:5.12044375rem;top:0.99853515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZgpmgAJABCdErSuTuZw5e0S19P8OB64 { width:14.24925rem;height:9.09939375rem;top:11.702880859375rem;left:2.87353515625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScEaXctLdyAGLTVAPK6mnTO2STL81Alz { width:15.5615rem;height:8.77604375rem;top:43.790283203125rem;left:2.218017578125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPTgKuRc1xffMuhwmQvab9RbQ60ybRvy { width:18.4375rem;height:14.6875rem;top:54.410400390625rem;left:0.687255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iz2gqKQqFi5TluAUbt3AO2fCIqgxWqv9 { width:17.37425rem;height:8.77604375rem;top:27.8125rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E46pO87zJQypvvkh8PefOMMS8y80fhtN { width:14.187rem;height:8.77604375rem;top:59.400634765625rem;left:2.906494140625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTNOTSbi4e6rlb1DwVRKW0VNSc1t24Ai { width:2.4375rem;height:2.4375rem;top:7.7177734375rem;left:8.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTxRcwAXvWBFlEBlHZU0oDAMc5Bt2THV { width:18.375rem;height:15.4375rem;top:38.41552734375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDUATbCBgZstuVmUrGTxFQ0tzpn2LGSA { width:2.87475625rem;height:2.87475625rem;top:39.9755859375rem;left:8.56201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksyTPvALOAcsO8c5oLb9A57nH1p15Ib5 { width:2.87475625rem;height:2.87475625rem;top:55.479736328125rem;left:8.56201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4KiNfJWQE4EEXAhtoAzXxOldHXrTRUU { width:18.375rem;height:15.25rem;top:22.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQZJnh0CGPi0T1DQvNf5ygZa2lf4HbdM { width:2.99926875rem;height:2.99926875rem;top:23.8125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3Jceg7fDGbrmT62giGz3m0ooOMwiZfs { display:block; }#X3Jceg7fDGbrmT62giGz3m0ooOMwiZfs > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MNbWJgJDtPsqRNux6UViRSSM094FfV1C { width:18.4375rem;height:5.12044375rem;top:6.0693359375rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVLOJoK8zlRwHys1RGwA3VMJQa0PuxEE { width:20rem;height:9.74825rem;top:12.3583984375rem;left:-0.0625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeRKT0JEUuwCzwB4Av600tcFf3vvkHp8 { width:12.9980625rem;height:2.5rem;top:23.443603515625rem;left:3.499755859375rem;font-size:0.9375rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iy7TM6OglnRo9NC7kKcBk9nrO5886X0V { display:block; }
 }@media only screen and (max-width: 763px) { #ElTEUxk6bnD6KwXocsOMyTIFKk8BaxTq { width:18.5rem;height:21.241063732356rem;top:47.930919921875rem;left:-1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NNx1i1t0yro1VWULSLBZDavDt0eGoqW3 { width:20rem;height:28.312083475576rem;top:28.258068359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #k0BRgGO6QtT3mwTbcTXlB0VvLe6XURU2 { width:19.9375rem;height:2.6875rem;top:1.319580078125rem;left:0.0634765625rem;font-size:0.9375rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuFORDTDs44PtQgLTRzSn1Q6ssDS5p4Z { display:block; }
 }@media only screen and (max-width: 763px) { #Tk0TsgXOMlRTx5dckSl5VgUNwFTGZ70k { display:block; }#Tk0TsgXOMlRTx5dckSl5VgUNwFTGZ70k > .row .container { width:20rem;height:65rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLpRdiFFbeARZWJMp8vavdJqyI9TNb15 { width:13.125rem;height:2.5rem;top:60.660400390625rem;left:3.4375rem;font-size:1rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDPPHu5JdoDud3sZuOl3R5ktPW80Bazl { display:block; }
 }@media only screen and (max-width: 763px) { #JUTM5awA4HIEcw07gw52dEtC3w5Lv8hL { width:20rem;height:16.25rem;top:8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvKurO2LdQ0qAGNHDLDlTco58claiO67 { width:20rem;height:5.12044375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkMeBLwMvCue4Og7uoETRqEL0brIHZdb { width:17.4365rem;height:8.77604375rem;top:13.936767578125rem;left:1.280517578125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qw4WkwAnMIqJqBpIQd9cCTk50BIkhiEV { width:3.686525rem;height:3.686525rem;top:8.8125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsvXxdcsXyAPJWc47n6OzAZIQGS7uSiP { width:3.5620125rem;height:3.5620125rem;top:43.4765625rem;left:8.218994140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lldZDclkiVwnHZy1DI8oCXf4DMe7eg5z { width:3.62426875rem;height:3.62426875rem;top:26.356201171875rem;left:8.187255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6gqFgpHaSwAbI01XKHzq4ksrouH6H58 { width:20rem;height:16.125rem;top:25.242919921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Awy41vvSdT1VT8roa3sB1ZXnrM7oAu4T { width:18.75rem;height:8.77604375rem;top:30.845947265625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIqVMM1cbEJUEdfiON3uTtzzAbbFfHmO { width:20rem;height:17rem;top:42.098388671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTD0N6vgeqWsxMIdfZe5y0NZeruyPicy { width:16.9983125rem;height:8.77604375rem;top:48.597412109375rem;left:1.500244140625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBCbsqLR8HzUc9Zu8odWfECLvlmSyniI { display:block; }#lBCbsqLR8HzUc9Zu8odWfECLvlmSyniI > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gQ0CGzsmKuoNcAXRDu4uE9UWt6S7ex39 { width:18.999rem;height:5.12044375rem;top:1.5625rem;left:0.499267578125rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeOLfVzqCBS9LpkmpOJ3JcVcTQUEHhKI { width:14.1845625rem;height:2.5rem;top:8.466796875rem;left:2.906494140625rem;font-size:0.9375rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bClth6RexT2TSFEO4mXS5AUFsE1xmSuq { display:block; }
 }@media only screen and (max-width: 763px) { #P0H8OhVsSsc8CMpl4wwSTZuZIDcSozms { width:18.2495rem;height:13.6865rem;top:13.028564453125rem;left:0.8740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtP3pIrpekdIkrCoi6qn1Tlx57uBz1VM { display:block; }#PtP3pIrpekdIkrCoi6qn1Tlx57uBz1VM > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SxdfWVGxSbQCuVSblm7d5uO3sRTcb0Lf { width:14.624rem;height:5.12044375rem;top:1.25rem;left:2.686767578125rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruTs4WTnPGXrC3tczoCRHuKOhct2JS23 { width:20rem;height:9.74825rem;top:7.469482421875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmPI2XiPUQzLE4a41q1z9Sreh433JFH6 { width:14.87425rem;height:2.5rem;top:18.3837890625rem;left:2.56103515625rem;font-size:1rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#1d2540;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W20O5J0oTzAFoI9RpNTLCK55az5vvky8 { display:block; }
 }@media only screen and (max-width: 763px) { #CcLZekAvpyOTlnO7N20002tcvWlNWlVi { display:block; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container { width:20rem;height:54.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #odUrysAdn55Re73CFHOzGTVvy10vsGp6 { width:20rem;height:37.6875rem;top:15.9375rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #BII9eqkRf8AQsbNtAgb3uk954aaQ8zZl { width:20rem;height:6.09375rem;top:3.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITK0TmEvFApaK6UynNNVyWVcP17fi19N { width:20rem;height:3.65625rem;top:10.5615234375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIXOB65B9szgeogv6bweCnh2btXvQQpJ { width:6.6875rem;height:1.9375rem;top:0.69921875rem;left:6.65625rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #X1EznamEJ59exSP4kxxqElURgrkBJDMK { width:20rem;height:19.125rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy { display:block; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CqqTMIEZFhIvIigquVozwz1fUBRz3DbU { width:9.7473125rem;height:1.3997375rem;top:10.625rem;left:4.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rG3ndJ1TZmPQ9KFfP4ATHxh7LuIeGI1q { width:11.370875rem;height:1.3997375rem;top:8.1875rem;left:4.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XzVCzakcyZ04yITIpy7HAyqpbax3cWbJ { width:20rem;height:1.3125rem;top:1.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VRZ6A30Qh7eswFfcpxhNlJwTeEtvPUTW { width:1.5625rem;height:1.5625rem;top:8.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcUggX0q9aUuqwykhyJNAxpCxd8E8zTV { width:1.5625rem;height:1.5625rem;top:10.5625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpxADuMglSSTvLSyxkfNmRArybUtZWdE { width:12.371125rem;height:3.4775375rem;top:3.8125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oghMlQ7lHTq0QwZuKNCielC1gzzBgnVq { display:flex;width:3.125rem;height:3.125rem;top:14.125rem;left:3.8125rem; }
#oghMlQ7lHTq0QwZuKNCielC1gzzBgnVq > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #VbCZAwB4e7RVBbSsVe9D40sgMoKy5HOK { display:flex;width:3.125rem;height:3.125rem;top:14.125rem;left:8.3125rem; }
#VbCZAwB4e7RVBbSsVe9D40sgMoKy5HOK > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #pOTTmgoIabuFQ5iQRM9I9XwrV3k2Slu7 { display:flex;width:3.125rem;height:3.125rem;top:14.125rem;left:13.125rem; }
#pOTTmgoIabuFQ5iQRM9I9XwrV3k2Slu7 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no { display:none; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row .container { width:20rem;height:5.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DdJuNV8no4xhkQRUWfr5WyDNF9u7Iw3t { width:20rem;height:auto;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }