.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid #145923;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:"open sans";height:7.5rem;width:60rem;position:relative;display:block; }#E6T9BcybHHgAcJkQggIu7x2r1wcRTNrJ { 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:7.124625rem;width:7.124625rem;top:0.1861572265625rem;left:1.312255859375rem;overflow:hidden;display:block; }
#uEzhTQRL3TaQuzRRicg2lBIMkmuJR1iF { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #139a57, #145923);background-image: -moz-linear-gradient(180deg, #139a57, #145923);background-image: -ms-linear-gradient(180deg, #139a57, #145923);background-image: -o-linear-gradient(180deg, #139a57, #145923);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#139a57', endColorstr='#145923' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#139a57', endColorstr='#145923' );";background-image: linear-gradient(180deg, #139a57, #145923);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.1875rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.875rem;left:23.875rem;display:block; }
#ZIenJGf5C0rvJSD6S4GQRHstNpooWfda { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gZaz5OItmUDDOT5Ac1FKrRrrgVm83nJh { 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.125rem solid #145923;border-left:0.125rem solid #145923;border-right:0.125rem solid #145923;border-bottom:0.125rem solid #145923;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#145923;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.875rem;left:42.625rem;display:block; }
#CZvlJQ1lbLlDk2FWOJm7Shuy4TaPIiN7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lzTa7b16AOHd0vH5qDTOSBBwlDc8MvWm.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ec1c24;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; } #lzTa7b16AOHd0vH5qDTOSBBwlDc8MvWm.widget-smartsection *:focus-visible, #lzTa7b16AOHd0vH5qDTOSBBwlDc8MvWm.widget-smartsection input[type="text"]:focus-visible, #lzTa7b16AOHd0vH5qDTOSBBwlDc8MvWm.widget-smartsection input[type="email"]:focus-visible, #lzTa7b16AOHd0vH5qDTOSBBwlDc8MvWm.widget-smartsection input[type="tel"]:focus-visible, #lzTa7b16AOHd0vH5qDTOSBBwlDc8MvWm.widget-smartsection textarea:focus-visible { outline: none; } #nxRCLDEpBmMuUAdhIhEbgwzmS2G3FZcW > .row .container { background-color: transparent; background-image: none; }#nxRCLDEpBmMuUAdhIhEbgwzmS2G3FZcW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxRCLDEpBmMuUAdhIhEbgwzmS2G3FZcW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxRCLDEpBmMuUAdhIhEbgwzmS2G3FZcW > .row .container > .video-iframe-container { display: none; }#nxRCLDEpBmMuUAdhIhEbgwzmS2G3FZcW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxRCLDEpBmMuUAdhIhEbgwzmS2G3FZcW > .row > .video-iframe-container { display: none; }#nxRCLDEpBmMuUAdhIhEbgwzmS2G3FZcW > .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); }#nxRCLDEpBmMuUAdhIhEbgwzmS2G3FZcW > .row .container { border-width: 0; border-radius: 0; }#nxRCLDEpBmMuUAdhIhEbgwzmS2G3FZcW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nxRCLDEpBmMuUAdhIhEbgwzmS2G3FZcW > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:60rem;position:relative;display:block; }#KXHNiSuol5I4xUKc7bonl9O70XTAwQ8h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d7af1145-bd73-43fa-b0e0-0e360ab4c450/resized.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KXHNiSuol5I4xUKc7bonl9O70XTAwQ8h.adaptive-delivery-prevent-bg, #KXHNiSuol5I4xUKc7bonl9O70XTAwQ8h.lazyload, #KXHNiSuol5I4xUKc7bonl9O70XTAwQ8h.lazyloading { background-image: none; }#KXHNiSuol5I4xUKc7bonl9O70XTAwQ8h > .row .container { background-color: transparent; background-image: none; }#KXHNiSuol5I4xUKc7bonl9O70XTAwQ8h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.37); }#KXHNiSuol5I4xUKc7bonl9O70XTAwQ8h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KXHNiSuol5I4xUKc7bonl9O70XTAwQ8h > .row .container > .video-iframe-container { display: none; }#KXHNiSuol5I4xUKc7bonl9O70XTAwQ8h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.37); }#KXHNiSuol5I4xUKc7bonl9O70XTAwQ8h > .row > .video-iframe-container { display: none; }#KXHNiSuol5I4xUKc7bonl9O70XTAwQ8h > .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); }#KXHNiSuol5I4xUKc7bonl9O70XTAwQ8h > .row .container { border-width: 0; border-radius: 0; }#KXHNiSuol5I4xUKc7bonl9O70XTAwQ8h::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; }#KXHNiSuol5I4xUKc7bonl9O70XTAwQ8h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KXHNiSuol5I4xUKc7bonl9O70XTAwQ8h > .row .container { font-size:0.875rem;font-family:arial;height:70.25rem;width:60rem;position:relative;display:block; }#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE .widget-form-header {  }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.9375rem;font-weight:700;color:#d92228;width:20.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.1875rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.9375rem;overflow:hidden;font-family:lato;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;line-height:1.5; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE .widget-input-text {padding-top: 0; padding-bottom: 0;}#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.1875rem;box-sizing:border-box;height:6.4375rem;color:#161616;font-size:0.9375rem;overflow:hidden;font-family:lato;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;line-height:1.5; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.1875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE .widget-input-select {padding-top: 0; padding-bottom: 0;}#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE .widget-input-button { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #139a57, #145923);background-image: -moz-linear-gradient(top, #139a57, #145923);background-image: -ms-linear-gradient(top, #139a57, #145923);background-image: -o-linear-gradient(top, #139a57, #145923);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#139a57', endColorstr='#145923' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#139a57', endColorstr='#145923' );";background-image: linear-gradient(to bottom, #139a57, #145923);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.3125rem;font-weight:700;color:#f2f9ff;width:20.1875rem;height:3.4375rem;font-family:lato;overflow:hidden;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0);font-style:normal; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:#161616;vertical-align:top;width:18.9375rem;overflow:hidden;font-style:normal; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.625rem;vertical-align:middle;font-family:lato;font-size:0.9375rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.7; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE .widget-container:first-of-type{padding-top:0;}#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE .widget-container:last-of-type{padding-bottom:0;}#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.1875rem;height:auto;border-top:0.125rem solid #145923;border-left:0.125rem solid #145923;border-right:0.125rem solid #145923;border-bottom:0.125rem solid #145923;left:37.061462402344rem;top:1.5583333969116rem;z-index:15007;position:absolute;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.1875rem; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:1.625rem;line-height:1.3;font-weight:700;color:#145923;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE {display:block;}#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.1875rem;height:auto;border-top:0.125rem solid #145923;border-left:0.125rem solid #145923;border-right:0.125rem solid #145923;border-bottom:0.125rem solid #145923;left:37.061462402344rem;top:1.5583333969116rem;z-index:15007;position:absolute;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #ixbhmmMkexcANG1Tys34aFtJb4knKs16 { position:relative;display:block;z-index:15000; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #nO87tuemlU0EzOX5VfQxOG2T7o7nZ6en { position:relative;display:block;z-index:15000; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #orECX4uuCIGmfU2JiqOhz1a9NeLrrbm8 { position:relative; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #VGaC1dcaBnFZoFrOggQ4k4B5C4HXTuiF { position:relative;z-index:2; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #e1yu97B01F7ZuiwiUDztxCvZRLe2T5cW { position:relative; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #gdVbt9EdP1mmX9LaJEhJz1Win7PC2fc9 { position:relative; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #TGD88L2Tez0omyWD9VPMek7tPpPBAF91 { position:relative;display:block; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #U0Pa1T9aGHg7DzsTQEXHdel8ONQxwvbJ { position:relative; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #guilIxPGz5uDC6vMWXbcKtg0O0JKlmtT { position:relative; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #aMe4DCHw0wm6Gq5GUp04FqGmZm8p81yv { position:relative;display:block; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #IOMvF29cKWt36MwiBNJP0OgwpuvySU3K { position:relative; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #gly8RmTrgXkHk4xJbSE8KulUipA2RfuZ { position:relative; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #xkR5ABJ4293iwXzqfMpOALTZXzmIJ7Qy { position:relative;display:block; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #Z1m4CFf6Q5RW0gHnxg90yUQuUkAXxU8c { position:relative; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #xxEOTVGNnRT6VmmLOzUIwbA386Lr7Gt0 { position:relative; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #iZHTfRNcMufHN1iU7T6vsbflI9ylmWzs { position:relative;display:block; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #sntpCmuEEiJUeEeUchzlqbTCBWDTrRoi { position:relative; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #FJJul2ZJ9VShHU5ET0bzP1CN3B0ZkWQZ { position:relative; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #n7qDI8Ko4ErP7UX3WvMaDBbW6u5NDcyl { position:relative;z-index:2; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #MakdUzODHJF8HNbkNVOcu9QnCyQoW5ie { position:relative; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #BrCdpmJHI9B3ticSHkplyGJsaxTsm76Z { position:relative; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #vLHXmPaqImPtUEs5F3rW0VmasEehiUpo { position:relative;display:block; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #kkKyRO5JK0TENb8TaWDRDxcpfQIJ0COD { position:relative; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #nJ7Da8cGZqQ3Anyv1stT12SQrZvCO16z { position:relative; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #wp9d7brnGfK1ObzfkEUEcZATANObkzMd { position:relative;display:block; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #eaiTkhA6wFMgWJTR5sJwqZQGH0riZWhO { position:relative; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #m4oranTPIAHKs6SXZpBagu1EDGIFHXIH { position:relative; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #TeQAKThMNcIa3i3rtIW8GSDVIL0cThle { position:relative;display:block; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #Fs6dGTVuPkdZ6ZtFmhO1n1vBfpt3d0Mm { position:relative; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #cTiNIGpxV8KeG86IVOATFKeugicq2DTE { position:relative; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #cTiNIGpxV8KeG86IVOATFKeugicq2DTE .container-column{width:100%;}#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #GgBS1WFMJ7XW4cFH0UNu7b4o1rm9kmFR { position:relative;display:block; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #XG6BwnBc9IzoaZxyb16eEKKT1zsCBW7i { position:relative;z-index:2; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #HgsTI8cZpDXVAvQJMPwdoi11mUQf9Xmd { position:relative; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #E5y3533F4umptIGzdU3iMSKGxmm8b0ee { position:relative;z-index:2; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #yroQXBgQorrTu2b1ezXBwUXotewB08sV { position:relative; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #BlUkWqV1WLrhL9FlKmpciRd75CDqwlfZ { position:relative; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #vEnVzIAyZmVU3KcgyrZHgqUcT9nfGvX3 { position:relative;display:block; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #oqmsmgDMFVwbO0TSxxNFiv3tGFAnXViz { position:relative; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #ZAhZbvNevqw0eMTXPJKiTvGShClGHi3c { position:relative; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #zdkoHdTXW1IBJ5bochz7tF5Sd2rfbg9B { position:relative;display:block; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #sOGtnrIOzATfJJE1Gf65SuCwIqQCtQ9h { position:relative; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #geBbphLyJoKMEQJdU2ilA8kHLxOcxGLw { position:relative; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #dglZpmhOSOlVh0tSBhrbSzSzhiWySZhf { position:relative; }
#TZhiKEzrXOsDumDheQnuJQTpH6TKZH1U { color:#d22c36;display:block;width:23.9375rem;position:absolute;font-family:poppins;font-size:8.8125rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0rem 0.0625rem #ffffff;top:31.0625rem;left:4.5rem;height:10.575rem;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;font-style:normal;display:block; }
#CugSqS53RkrlTt85yXizUsCvUzpUyTaD { color:#ffffff;display:block;width:20.25rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:40.875rem;left:6.375rem;height:2.84375rem;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;font-style:normal;display:block; }
#kML6nytHR873BU9ec0MfE0dWmMbaohpb { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:37rem;left:25.125rem;height:2.84375rem;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;font-style:normal;display:block; }
#n2xkCTTW5yg0JciyWEvS63GFPKcsgThi { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:29.375rem;left:13.125rem;height:2.84375rem;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;font-style:normal;display:block; }
#ogKLpLeCi12STtAH8r6yWTfq0LiX59Fh { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:none;top:27.875rem;left:7.125rem;display:block; }
#NcKqSDPB55MiQHNAJcpKZcWcZomhON1Q { color:#ffffff;display:block;width:31.625rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10.9375rem;left:0.6875rem;height:16.25rem;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;font-style:normal;display:block; }
#LW54VsCaqL2q1IRkBtZRcpf8EqDqTPCM { color:#d22c36;display:block;width:27.0625rem;position:absolute;font-family:poppins;font-size:4.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0rem 0.0625rem #ffffff;top:5.5625rem;left:2.75rem;height:5.76875rem;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;font-style:normal;display:block; }
#ivJxvivyGDCA2MTNHpWee2qMrWmFxyLf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d7af1145-bd73-43fa-b0e0-0e360ab4c450/resized.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ivJxvivyGDCA2MTNHpWee2qMrWmFxyLf.adaptive-delivery-prevent-bg, #ivJxvivyGDCA2MTNHpWee2qMrWmFxyLf.lazyload, #ivJxvivyGDCA2MTNHpWee2qMrWmFxyLf.lazyloading { background-image: none; }#ivJxvivyGDCA2MTNHpWee2qMrWmFxyLf > .row .container { border-width: 0; border-radius: 0; }#ivJxvivyGDCA2MTNHpWee2qMrWmFxyLf::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; }#ivJxvivyGDCA2MTNHpWee2qMrWmFxyLf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ivJxvivyGDCA2MTNHpWee2qMrWmFxyLf > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:60rem;position:relative;display:none; }#tRxMuB9lChEnlWJxzgAz7IJz0XeuFQxi { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.99);top:2.9375rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ylvJOs3k6slAIDBcOwaxpoB3C6fa62Da { color:#ffffff;display:block;width:40.6875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem #000000;top:7rem;left:9.625rem;height:5.361325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tDoUlNgAdQJ8BRuk5zeyh6kgQtw9uv0S { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #139a57, #145923);background-image: -moz-linear-gradient(180deg, #139a57, #145923);background-image: -ms-linear-gradient(180deg, #139a57, #145923);background-image: -o-linear-gradient(180deg, #139a57, #145923);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#139a57', endColorstr='#145923' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#139a57', endColorstr='#145923' );";background-image: linear-gradient(180deg, #139a57, #145923);background-size:auto !important;border-top:0.3125rem dotted #ffffff;border-left:0.3125rem dotted #ffffff;border-right:0.3125rem dotted #ffffff;border-bottom:0.3125rem dotted #ffffff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:19.9375rem;width:28.75rem;top:13.75rem;left:15.375rem;display:block; }
#RD6sTWOEK2LCX3LTtvUbJR6GV1h0aQPT { color:#014a7c;display:block;width:23.0625rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:15.6875rem;left:18.5rem;height:3.736325rem;text-align:center;text-align-last:center;display:block; }
#uweMTwDQe402cWlITtXo6xupE2MaNtrp .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#uweMTwDQe402cWlITtXo6xupE2MaNtrp .widget-text.counter-number { border-top:0.1875rem solid #139a57;border-left:0.1875rem solid #139a57;border-right:0.1875rem solid #139a57;border-bottom:0.1875rem solid #139a57;background-color:#ffffff;background-image:none;color:#139a57;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:arial;font-size:2rem;font-weight:400;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-style:normal; }
#uweMTwDQe402cWlITtXo6xupE2MaNtrp .widget-text.counter-label { background-color:;background-image:none;color:#139a57;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:arial;font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#uweMTwDQe402cWlITtXo6xupE2MaNtrp { border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:19.5rem;height:5.4375rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:21.3125rem;left:19.6875rem;z-index:15006; }
#uweMTwDQe402cWlITtXo6xupE2MaNtrp #ZRlgUDVkOOxAsOAOEsBIyp4MQzMvyWoP { display:flex;position:relative;top:0rem;left:0rem; }
#uweMTwDQe402cWlITtXo6xupE2MaNtrp #Fnd0abenRBQ13F8e1XXvt1KNRB7Zs78q { width:auto; }
#uweMTwDQe402cWlITtXo6xupE2MaNtrp #teo9tzKi0f08TKzlTGivCF9vNvlwL8Lq {  }
#uweMTwDQe402cWlITtXo6xupE2MaNtrp #R1KpKHMRys7hCGBsn9bdq912ugx4Kcul { display:flex;position:relative;top:0rem;left:0rem; }
#uweMTwDQe402cWlITtXo6xupE2MaNtrp #KgdT2qKaOtfQirM9lG2T1atqBNcfPRkC {  }
#uweMTwDQe402cWlITtXo6xupE2MaNtrp #PqGAqQqnxxTZP0aIaLfvpH8krwAXF2xy {  }
#uweMTwDQe402cWlITtXo6xupE2MaNtrp #vBmVsrt4WgLLKOvO2vA9d7XaR3TS81cH { display:flex;position:relative;top:0rem;left:0rem; }
#uweMTwDQe402cWlITtXo6xupE2MaNtrp #WeJ0lWRdTHuvgS5a2ocPCyAiGkIGSmQR {  }
#uweMTwDQe402cWlITtXo6xupE2MaNtrp #qTHsnZuIPKb7czv8snZLItEofK0uTX1D {  }
#uweMTwDQe402cWlITtXo6xupE2MaNtrp #MivNU5Ll3iOTqqyRpD7JwrFM4TMBzPMw { display:flex;position:relative;top:0rem;left:0rem; }
#uweMTwDQe402cWlITtXo6xupE2MaNtrp #iQVaCyGaEI6byw4PRm4QnVwHUkILr9XQ {  }
#uweMTwDQe402cWlITtXo6xupE2MaNtrp #TsFyg65NHl6CQsxN9BRTeq4Ky5rR3UoK {  }
#hXaaEB65yk959VoXW6acp6Eo4gCgfnLe { 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.125rem solid #145923;border-left:0.125rem solid #145923;border-right:0.125rem solid #145923;border-bottom:0.125rem solid #145923;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#145923;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.6181875rem;height:3.3681625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:29.0625rem;left:20.1904296875rem;display:block; }
#Q3V3vgIKgOCAIunuDaiHlyGkIRRQq9ET { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NMqeQcGWlAhgE0nbABJUNPWHF2ggRTWN { box-sizing:content-box;height:5.125rem;width:28.5625rem;position:absolute;display:block;z-index:15009;background-color:#d92228;background-image:none;top:14.9921875rem;left:15.71875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#MKSM8B2p01qqSNAXhK269kWDdC3GD1ST { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#MKSM8B2p01qqSNAXhK269kWDdC3GD1ST > .row .container { background-color: transparent; background-image: none; }#MKSM8B2p01qqSNAXhK269kWDdC3GD1ST::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MKSM8B2p01qqSNAXhK269kWDdC3GD1ST > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MKSM8B2p01qqSNAXhK269kWDdC3GD1ST > .row .container > .video-iframe-container { display: none; }#MKSM8B2p01qqSNAXhK269kWDdC3GD1ST > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MKSM8B2p01qqSNAXhK269kWDdC3GD1ST > .row > .video-iframe-container { display: none; }#MKSM8B2p01qqSNAXhK269kWDdC3GD1ST > .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); }#MKSM8B2p01qqSNAXhK269kWDdC3GD1ST > .row .container { border-width: 0; border-radius: 0; }#MKSM8B2p01qqSNAXhK269kWDdC3GD1ST > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MKSM8B2p01qqSNAXhK269kWDdC3GD1ST > .row .container { font-size:0.875rem;font-family:arial;height:21.0625rem;width:60rem;position:relative;display:block; }#OE13IU6lN5xiaGFUHfH4OK1508ITHidJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:13.4375rem;width:20.1875rem;top:2.4267578125rem;left:4.625rem;overflow:hidden;display:block; }
#OF0PTpfXExKyySbmiQ5lHDwJXnz2MTJs { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:13.4375rem;width:20.1875rem;top:2.4270858764649rem;left:34.875rem;overflow:hidden;display:block; }
#V65nOVhXMuAuu7LFyidFwRDlouDAaXF5 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:16.666667938233rem;left:8.75rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#EucNgobv4xl4N5oeLvcG6TssMpEa10oe { color:#000000;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:16.625rem;left:38.75rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#sKiZdGalhq0TGlqUKOEQExQmR4ygfTs5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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:none; }#sKiZdGalhq0TGlqUKOEQExQmR4ygfTs5 > .row .container { border-width: 0; border-radius: 0; }#sKiZdGalhq0TGlqUKOEQExQmR4ygfTs5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sKiZdGalhq0TGlqUKOEQExQmR4ygfTs5 > .row .container { font-size:0.875rem;font-family:arial;height:27.625rem;width:60rem;position:relative;display:none; }#ORPTJgNVpCLqvaXcpv52oKpSAO7MoVME { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:13.4375rem;width:20.1875rem;top:11.6875rem;left:4.90625rem;overflow:hidden;display:block; }
#aCT4LMZkK0mgRaaB5Tw3gRyw1hzPyHEJ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:13.4375rem;width:20.1875rem;top:11.6875rem;left:34.90625rem;overflow:hidden;display:block; }
#DVhTnW3gVdiUuvqJJJoyz7rq8oTekB2l { color:#000000;display:block;width:24.75rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:5.0625rem;left:2.625rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#S31sCNCE7HorG97Rd6AshMkVF8a6gaDK { color:#000000;display:block;width:28.4375rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:5.0625rem;left:30.78125rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#qFD12N0s8BkAk05BldOydcnTAwOXFpi0 { color:#000000;display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QBTceK2Qt4CdPRmreeyHwEJfVBLTnv6P { color:#d22c36;display:block;width:21.375rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:7.01171875rem;left:4.3125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#V8Iy9MTUZAUdT8Bc8H3oSE0IVlRKTb3u { color:#d22c36;display:block;width:21.75rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.01171875rem;left:34.125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#scIOLEorJJubkWONVPCiMA2kuJT8DLbK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#139a57;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:none; }#scIOLEorJJubkWONVPCiMA2kuJT8DLbK > .row .container { border-width: 0; border-radius: 0; }#scIOLEorJJubkWONVPCiMA2kuJT8DLbK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#scIOLEorJJubkWONVPCiMA2kuJT8DLbK > .row .container { font-size:0.875rem;font-family:arial;height:22.125rem;width:60rem;position:relative;display:none; }#bCppvlXFcEgHgNooIqh58zgTtQtCKIba { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:13.4375rem;width:20.1875rem;top:6.75rem;left:4.9375rem;overflow:hidden;display:block; }
#oooWq4pR3WftLkZDOeEs8btpcwewnNAN { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:13.4375rem;width:20.1875rem;top:6.75rem;left:34.9375rem;overflow:hidden;display:block; }
#H7A9aRZ0ysr7eSNNADSahpZPH0k2HW55 { color:#ffffff;display:block;width:21.375rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:4.25rem;left:4.3125rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#haaPRUKT93gx9rfsW7WQqs6OBWwoM2oX { color:#ffffff;display:block;width:21.375rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:4.25rem;left:34.3125rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#ZXlTOoBHT7Gr7qPRWHJZ8CyQ4qGX1BSu { color:#ffffff;display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1.23828125rem;left:0rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#u6mgnKcBZlpk8ZlzDod5QcpuIDiKEu3M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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:none; }#u6mgnKcBZlpk8ZlzDod5QcpuIDiKEu3M > .row .container { border-width: 0; border-radius: 0; }#u6mgnKcBZlpk8ZlzDod5QcpuIDiKEu3M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u6mgnKcBZlpk8ZlzDod5QcpuIDiKEu3M > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:60rem;position:relative;display:none; }#GtAhwW28lDNWB27GbvZcghHdsvC4ufkg { 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:3.375rem;width:10.25rem;top:1.125rem;left:2.375rem;overflow:hidden;display:block; }
#ht5e2xD91L3mJuGGGOoNA1r6apUCRP2o { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:11.5625rem;top:1.6875rem;left:16.71875rem;overflow:hidden;display:block; }
#FZyJ3UmatBhdG5OU0Zlp3C7xerZFmw1b { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:9.4375rem;top:0.3125rem;left:32.8125rem;overflow:hidden;display:block; }
#JbBLcMgTpflG9p4UxIfiVCEFppfpU1Nl { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:10.625rem;top:0.84375rem;left:47.1875rem;overflow:hidden;display:block; }
#HhLZyzRoTCWrk2wT4k7fpTb3ECPOfzzx { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:10.5625rem;top:5.0625rem;left:2.25rem;overflow:hidden;display:block; }
#uPwoyXRLdQdRdX9TRm1Ty1riAddJoxg0 { 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:2.0625rem;width:10.5625rem;top:5.0625rem;left:17.21875rem;overflow:hidden;display:block; }
#Gtn2Tz2Kgml3QmI0yGIJAtqGwlWKTvBa { 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:2.0625rem;width:10.5625rem;top:5.125rem;left:32.3125rem;overflow:hidden;display:block; }
#Xxe5oNEFVsdTuWgRzLknl0QcsoHlXEvM { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:10.5625rem;top:5.0625rem;left:47.21875rem;overflow:hidden;display:block; }
#Ha4bS1ptDClqAyoN4sP4myqNhmr1QTHq { color:#032842;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:7.5625rem;left:1.25rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#Dsipo182pMCfKUCE5c3f1SqiTzkwsw7K { color:#032842;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:7.5625rem;left:16.25rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#wq0pGVrz9Irpy6O9SwICUsoAG8JOWNro { color:#032842;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:7.5rem;left:31.25rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#oSsy1GG0p18S3Qe59vVatDtgq9iyKK8T { color:#032842;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:7.5625rem;left:46.25rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#Sxgpvl8K0WaVyPIKSGotRXHkukcyphas { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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:none; }#Sxgpvl8K0WaVyPIKSGotRXHkukcyphas > .row .container { border-width: 0; border-radius: 0; }#Sxgpvl8K0WaVyPIKSGotRXHkukcyphas > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sxgpvl8K0WaVyPIKSGotRXHkukcyphas > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:60rem;position:relative;display:none; }#MOaUXdrka7lJA62EBfuSSS7XU4ikVSQ2 { position:absolute;display:block;z-index:15009;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.375rem;width:10.25rem;top:1.75rem;left:4.875rem;overflow:hidden;display:block; }
#APeSXrv2hrXTxgaZeHKnhAJUUThLhWfq { 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:2.25rem;width:11.5625rem;top:2.3125rem;left:24.21875rem;overflow:hidden;display:block; }
#qxdaZAmIXXpAfPyslkTUlSKstX2L8Uby { 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:2.0625rem;width:10.5625rem;top:5.4375rem;left:4.71875rem;overflow:hidden;display:block; }
#RihrRCOSKxBKsraxk65UtB9y2id12TI3 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:10.5625rem;top:5.4375rem;left:24.71875rem;overflow:hidden;display:block; }
#GQTRU10O4XZTZcn9x1t8wDE7Q7sa9pA4 { color:#032842;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:7.8125rem;left:43.75rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#AGAyGZXOPNU6vZiir29na6ZnbTDflUag { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:10.5625rem;top:5.4375rem;left:44.71875rem;overflow:hidden;display:block; }
#dKWnhRfCDHnmZThJ70EX3xo1r6lu75KH { 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:4.5625rem;width:9.4375rem;top:0.625rem;left:45.28125rem;overflow:hidden;display:block; }
#eP6wESfkLKp9Txir2DdA2wKsbGWhcXdm { color:#032842;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:7.8125rem;left:3.75rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#t9nLBT98SrQDtzqL0WyTM5rPQnaOsO0m { color:#032842;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:7.9375rem;left:23.75rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#zp8nETDEfBAMbzBDyn36PN0Wgcd5U4qo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d92228;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; }#zp8nETDEfBAMbzBDyn36PN0Wgcd5U4qo > .row .container { background-color: transparent; background-image: none; }#zp8nETDEfBAMbzBDyn36PN0Wgcd5U4qo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zp8nETDEfBAMbzBDyn36PN0Wgcd5U4qo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zp8nETDEfBAMbzBDyn36PN0Wgcd5U4qo > .row .container > .video-iframe-container { display: none; }#zp8nETDEfBAMbzBDyn36PN0Wgcd5U4qo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zp8nETDEfBAMbzBDyn36PN0Wgcd5U4qo > .row > .video-iframe-container { display: none; }#zp8nETDEfBAMbzBDyn36PN0Wgcd5U4qo > .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); }#zp8nETDEfBAMbzBDyn36PN0Wgcd5U4qo > .row .container { border-width: 0; border-radius: 0; }#zp8nETDEfBAMbzBDyn36PN0Wgcd5U4qo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zp8nETDEfBAMbzBDyn36PN0Wgcd5U4qo > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:60rem;position:relative;display:block; }#G4HNmBDZXDAzsy27MRlVoMTdG3D1VZMc { color:#ffffff;display:block;width:40.625rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:0.6866455078125rem;left:9.6875rem;height:4.3875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BuOzvgZdoTC7CMEAHqGTaVBpKzJqT0TK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#BuOzvgZdoTC7CMEAHqGTaVBpKzJqT0TK > .row .container { background-color: transparent; background-image: none; }#BuOzvgZdoTC7CMEAHqGTaVBpKzJqT0TK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BuOzvgZdoTC7CMEAHqGTaVBpKzJqT0TK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BuOzvgZdoTC7CMEAHqGTaVBpKzJqT0TK > .row .container > .video-iframe-container { display: none; }#BuOzvgZdoTC7CMEAHqGTaVBpKzJqT0TK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BuOzvgZdoTC7CMEAHqGTaVBpKzJqT0TK > .row > .video-iframe-container { display: none; }#BuOzvgZdoTC7CMEAHqGTaVBpKzJqT0TK > .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); }#BuOzvgZdoTC7CMEAHqGTaVBpKzJqT0TK > .row .container { border-width: 0; border-radius: 0; }#BuOzvgZdoTC7CMEAHqGTaVBpKzJqT0TK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BuOzvgZdoTC7CMEAHqGTaVBpKzJqT0TK > .row .container { font-size:0.875rem;font-family:arial;height:9.8125rem;width:60rem;position:relative;display:block; }#Pg0EAW4GwfxcI721AInOhm7fc58vkQqo { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:10.25rem;top:1.4375rem;left:14.8125rem;overflow:hidden;display:block; }
#ppJTclwnx7htVBxRe90D049PPvoW5zUe { 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:2.0625rem;width:10.5625rem;top:4.8125rem;left:14.6875rem;overflow:hidden;display:block; }
#ggTgMAhFyLM8TvZI9oTqRVIvOCpPCKVm { color:#032842;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:6.875rem;left:13.6875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#JKdlACKmrhJXzow3d2beSxx0sZgmhUMw { 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:2.25rem;width:11.5625rem;top:1.6875rem;left:34.3125rem;overflow:hidden;display:block; }
#qqi7b4w5DGnaDH2sxH6RtMJPPeEubUCw { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:10.5625rem;top:4.5rem;left:34.8125rem;overflow:hidden;display:block; }
#zpy9MGfbsvGO0Eg8mxzJ2HIlvwIrmdLk { color:#032842;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:6.5625rem;left:33.875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#B1ron2nVubuz5InEAtrNJT7J0Hfa6NRK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d92228;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; }#B1ron2nVubuz5InEAtrNJT7J0Hfa6NRK > .row .container { background-color: transparent; background-image: none; }#B1ron2nVubuz5InEAtrNJT7J0Hfa6NRK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1ron2nVubuz5InEAtrNJT7J0Hfa6NRK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1ron2nVubuz5InEAtrNJT7J0Hfa6NRK > .row .container > .video-iframe-container { display: none; }#B1ron2nVubuz5InEAtrNJT7J0Hfa6NRK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1ron2nVubuz5InEAtrNJT7J0Hfa6NRK > .row > .video-iframe-container { display: none; }#B1ron2nVubuz5InEAtrNJT7J0Hfa6NRK > .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); }#B1ron2nVubuz5InEAtrNJT7J0Hfa6NRK > .row .container { border-width: 0; border-radius: 0; }#B1ron2nVubuz5InEAtrNJT7J0Hfa6NRK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B1ron2nVubuz5InEAtrNJT7J0Hfa6NRK > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:60rem;position:relative;display:block; }#QHyAnt0iORXgXilldVqgwLs4UJSwDyG7 { color:#ffffff;display:block;width:47.4375rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:0.5625rem;left:6.28125rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RfnxdDRHkTRmZSJELQMlr2EEMTgI9RiP { position:relative;display:block; }#RfnxdDRHkTRmZSJELQMlr2EEMTgI9RiP { background-color: transparent; background-image: none; }#RfnxdDRHkTRmZSJELQMlr2EEMTgI9RiP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RfnxdDRHkTRmZSJELQMlr2EEMTgI9RiP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RfnxdDRHkTRmZSJELQMlr2EEMTgI9RiP > .row .container > .video-iframe-container { display: none; }#RfnxdDRHkTRmZSJELQMlr2EEMTgI9RiP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RfnxdDRHkTRmZSJELQMlr2EEMTgI9RiP > .row > .video-iframe-container { display: none; }#RfnxdDRHkTRmZSJELQMlr2EEMTgI9RiP > .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); }#RfnxdDRHkTRmZSJELQMlr2EEMTgI9RiP { border-width: 0; border-radius: 0; }#RfnxdDRHkTRmZSJELQMlr2EEMTgI9RiP > .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; }#RfnxdDRHkTRmZSJELQMlr2EEMTgI9RiP > .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:13.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vvq5qvArUMg3MTWQFK3n7EmshiE9vvTS { position:absolute;display:block;z-index:15017;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:8.875rem;width:13.375rem;top:3.9375rem;left:0.75rem;overflow:hidden;display:block; }
#SaWseRtgqMLXek6qhQA1xxlmDD1ECTJP { color:#ffffff;display:block;width:7.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.375rem;left:3.8125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BASVzu7IQF0CpQRv7nLwR7BupJeOhfGD { position:absolute;display:block;z-index:15018;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:8.875rem;width:13.375rem;top:3.9375rem;left:15.75rem;overflow:hidden;display:block; }
#UV2XKMyhR3tGmAAzJIWi0bGSLl54JKeV { color:#ffffff;display:block;width:7.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:1.375rem;left:18.8125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pF1EnhAlpgidtJwsN0F3tiiCrTMi1V3i { color:#ffffff;display:block;width:11.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.375rem;left:31.6875rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e1lBmkpRE1dFm1tva4kid4oIuKL3lwR8 { position:absolute;display:block;z-index:15020;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:8.9375rem;width:13.375rem;top:3.90625rem;left:30.8125rem;overflow:hidden;display:block; }
#c4aiVkb3zJTBy4lvl6r9qQ6Bsa9ohQK2 { color:#ffffff;display:block;width:11.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:1.375rem;left:46.6875rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nc8WQSvcRB0cmTHVepvmcoIFyWwvKtF5 { position:absolute;display:block;z-index:15019;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:8.875rem;width:13.375rem;top:3.9375rem;left:45.8125rem;overflow:hidden;display:block; }
#gzTId7cKSnSfaAqT2So0F3OE3xK49l6V { box-sizing:content-box;height:1.875rem;width:13.375rem;position:absolute;display:block;z-index:15010;background-color:#d22c36;background-image:none;top:1.125rem;left:0.75rem;display:block; }
#LTTT5Wkp7OCXsEglSO8zdSLT76VLRB62 { box-sizing:content-box;height:1.875rem;width:13.375rem;position:absolute;display:block;z-index:15011;background-color:#d22c36;background-image:none;top:1.125rem;left:15.75rem;display:block; }
#gfcQin6s3KkRrQg0XyXI3SkytphanKWV { box-sizing:content-box;height:1.875rem;width:13.375rem;position:absolute;display:block;z-index:15012;background-color:#d22c36;background-image:none;top:1.125rem;left:30.75rem;display:block; }
#SsetIK1alFGDo8MrbmeNRuCh0wgpSGTg { box-sizing:content-box;height:1.875rem;width:13.375rem;position:absolute;display:block;z-index:15013;background-color:#d22c36;background-image:none;top:1.125rem;left:45.75rem;display:block; }
#lezzhi6T3Lox3tD0lCrxA0kQ8JqQvDMT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/fQTtGE3k/Christmas_Light_Installation_2_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#lezzhi6T3Lox3tD0lCrxA0kQ8JqQvDMT.adaptive-delivery-prevent-bg, #lezzhi6T3Lox3tD0lCrxA0kQ8JqQvDMT.lazyload, #lezzhi6T3Lox3tD0lCrxA0kQ8JqQvDMT.lazyloading { background-image: none; }#lezzhi6T3Lox3tD0lCrxA0kQ8JqQvDMT > .row .container { border-width: 0; border-radius: 0; }#lezzhi6T3Lox3tD0lCrxA0kQ8JqQvDMT::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; }#lezzhi6T3Lox3tD0lCrxA0kQ8JqQvDMT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lezzhi6T3Lox3tD0lCrxA0kQ8JqQvDMT > .row .container { font-size:0.875rem;font-family:arial;height:69.5rem;width:60rem;position:relative;display:none; }#wPmHGOPLXDuLlwwF9taUHsaHkmbFSwP5 { color:#d92228;display:block;width:28.625rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.3125rem;left:0rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#a8s4RtzzUENsyFpZQfSMvFDxHOBTlmfA { color:#000000;display:block;width:28.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:4.4375rem;left:0rem;height:4rem;display:block; }
#b1mctybCxeWnOW1Qfkh1Qk2rl0n3z6dA { color:#4bcc6f;display:block;width:19.3125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:12.625rem;left:0rem;height:1.95rem;font-style:normal;display:block; }
#OhiHeN3dLDg8xTPvT2KydFyTGEaJeAMo { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #139a57, #145923);background-image: -moz-linear-gradient(180deg, #139a57, #145923);background-image: -ms-linear-gradient(180deg, #139a57, #145923);background-image: -o-linear-gradient(180deg, #139a57, #145923);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#139a57', endColorstr='#145923' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#139a57', endColorstr='#145923' );";background-image: linear-gradient(180deg, #139a57, #145923);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:54.75rem;left:5.1875rem;display:block; }
#Zxh0BSiAAkNIbLBaRiR5syyT5RXPsLPo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n1BTm8Hf67tyu19cECoTnH3KBcPiTT06 { color:#145923;display:block;width:26.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:15.3125rem;left:0rem;height:10.625rem;display:block; }#n1BTm8Hf67tyu19cECoTnH3KBcPiTT06 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#n1BTm8Hf67tyu19cECoTnH3KBcPiTT06 li:before{  }
#GyDGW24ud2QwJB49TKq5QqZNE7Eg1LV8 { position:absolute;display:block;z-index:15001;background-color:#d92228;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:25.125rem;top:9.0625rem;left:0rem;display:block; }
#gdRpLSftpXWnu1H4GqohSu7R7wx2OOFn { color:#ffffff;display:block;width:25.0625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:9.625rem;left:0.375rem;height:1.625rem;display:block; }
#gxPZch7f7mHG3ZhDA6q6OC13UTK1kU1i { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:14.125rem;top:43rem;left:16.5625rem;overflow:hidden;display:block; }
#wLGB7rrRVyezSJe6A4M87gxPgAaRhVL2 { 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:8.4375rem;width:12.6875rem;top:43rem;left:2.28125rem;overflow:hidden;display:block; }
#CNw9znJWAVyUcn2s2ECzqmaZ16yT80CK { color:#191919;display:block;width:11.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:41.0625rem;left:2.875rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xVzUSRpv4vTlHimZHKAvVn3TrZKkpDy4 { color:#191919;display:block;width:11.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:41.0625rem;left:17.9375rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fTURJ4didhRD5eX1BuQe1DLyu0W4J6K8 { position:absolute;display:block;z-index:15009;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:8.875rem;width:13.375rem;top:31.1875rem;left:1.875rem;overflow:hidden;display:block; }
#T2rqIQ8v7zit4Demf1skuvuCdz1vK0uM { 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:8.875rem;width:13.375rem;top:31.1875rem;left:16.9375rem;overflow:hidden;display:block; }
#UM9D9lofPvGKuuezAffEZf8oZCEN5pnK { color:#191919;display:block;width:7.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:29.1875rem;left:5rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w6uQ76UEeGVJX8rlw1a8EATICTCzpmtT { color:#191919;display:block;width:7.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:29.1875rem;left:20.0625rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IrmvmwOrqA1oCoWwQLeMyyZHXNlDu2kx { position:relative;display:block; }#IrmvmwOrqA1oCoWwQLeMyyZHXNlDu2kx { background-color: transparent; background-image: none; }#IrmvmwOrqA1oCoWwQLeMyyZHXNlDu2kx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IrmvmwOrqA1oCoWwQLeMyyZHXNlDu2kx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IrmvmwOrqA1oCoWwQLeMyyZHXNlDu2kx > .row .container > .video-iframe-container { display: none; }#IrmvmwOrqA1oCoWwQLeMyyZHXNlDu2kx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IrmvmwOrqA1oCoWwQLeMyyZHXNlDu2kx > .row > .video-iframe-container { display: none; }#IrmvmwOrqA1oCoWwQLeMyyZHXNlDu2kx > .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); }#IrmvmwOrqA1oCoWwQLeMyyZHXNlDu2kx { border-width: 0; border-radius: 0; }#IrmvmwOrqA1oCoWwQLeMyyZHXNlDu2kx > .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; }#IrmvmwOrqA1oCoWwQLeMyyZHXNlDu2kx > .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:46.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lSXSTTyXpV92BNlVUu0TraghdT7PxMXM { 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:4.5625rem;width:4.5625rem;top:2.5625rem;left:2.1875rem;overflow:hidden;display:block; }
#Hq8xihxGbFIdwZ47Z44CJP1sLvAlSlIS { color:#d92228;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.4375rem;left:8.75rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OTSVDW3fxIPSnMNQB335SLPgQlLbuyu1 { color:#6a6b70;display:block;width:48.6875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:4.75rem;left:8.75rem;height:1.70010625rem;text-align:left;text-align-last:left;display:block; }
#HJZudZXSTW3LveUVhcWBQXHIQQ8TGdiP { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5625rem;top:9.875rem;left:2.1875rem;overflow:hidden;display:block; }
#vdAT74PaTUctc2DeWVWWkhVJGv7ifTJI { color:#d92228;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.625rem;left:8.75rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mcXBU0obME1TeJhAa9exloyZuqTdng0h { color:#6a6b70;display:block;width:48.0625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:12rem;left:8.75rem;height:1.70010625rem;text-align:left;text-align-last:left;display:block; }
#rKHohD1Lhs9BSIfF2tocrP6oOaXAfzfv { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5625rem;top:39.375rem;left:2.1875rem;overflow:hidden;display:block; }
#FI41vzKMnLiNS4kS1iOqA0UqfhTk35D4 { color:#d92228;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:40.125rem;left:8.75rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FoGL90T2yvBtmPNtoruKhxn2C92G4KzE { color:#6a6b70;display:block;width:46.625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:41.5rem;left:8.75rem;height:1.70010625rem;text-align:left;text-align-last:left;display:block; }
#hJmUaVHybENGnnDEriXLwxIeL53WdQDr { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5625rem;top:17.4375rem;left:2.1875rem;overflow:hidden;display:block; }
#UJrWzG6rFNRy4JamICTCeNl9L6sFMMxs { color:#d92228;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:18.25rem;left:8.75rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qqFicSvqI3hxAS32UCsXT1xdosBxKduh { color:#6a6b70;display:block;width:41.5rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:19.5625rem;left:8.75rem;height:1.70010625rem;text-align:left;text-align-last:left;display:block; }
#MV4FGkkU1TweQfQxsepttpz5mDIgMNtU { 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:4.5625rem;width:4.5625rem;top:24.375rem;left:2.1875rem;overflow:hidden;display:block; }
#Hz4TrUhiix7bzlO5S2uv41ynIXTuqq4f { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5625rem;top:31.8125rem;left:2.25rem;overflow:hidden;display:block; }
#AlHEcWC6OTnPk0XpDcc2TlvFPoHUywUE { color:#d92228;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:32.5625rem;left:8.8125rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fLwSoIB2EoUPycBdPxpQmhbsL9Tq7bTH { color:#6a6b70;display:block;width:49rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:33.9375rem;left:8.8125rem;height:1.70010625rem;text-align:left;text-align-last:left;display:block; }
#kMvCrAWw7oRlr0oURMnZ5FoRzNS7RoDK { color:#d92228;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:25.125rem;left:8.75rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mOw1WoHVvmrHlq7OJmn2lBELlrCfI7PQ { color:#6a6b70;display:block;width:45rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:26.5rem;left:8.75rem;height:1.70010625rem;text-align:left;text-align-last:left;display:block; }
#TNRzyaSilEFpWvpTgVlBTVfVT7t0hnLK { position:relative;display:block; }#TNRzyaSilEFpWvpTgVlBTVfVT7t0hnLK { background-color: transparent; background-image: none; }#TNRzyaSilEFpWvpTgVlBTVfVT7t0hnLK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNRzyaSilEFpWvpTgVlBTVfVT7t0hnLK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNRzyaSilEFpWvpTgVlBTVfVT7t0hnLK > .row .container > .video-iframe-container { display: none; }#TNRzyaSilEFpWvpTgVlBTVfVT7t0hnLK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNRzyaSilEFpWvpTgVlBTVfVT7t0hnLK > .row > .video-iframe-container { display: none; }#TNRzyaSilEFpWvpTgVlBTVfVT7t0hnLK > .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); }#TNRzyaSilEFpWvpTgVlBTVfVT7t0hnLK { border-width: 0; border-radius: 0; }#TNRzyaSilEFpWvpTgVlBTVfVT7t0hnLK > .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; }#TNRzyaSilEFpWvpTgVlBTVfVT7t0hnLK > .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:5.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#p2fk8ozvRdqDhz1dXNai4waP0JzfFMil { 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.125rem solid #145923;border-left:0.125rem solid #145923;border-right:0.125rem solid #145923;border-bottom:0.125rem solid #145923;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#145923;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:20rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.8125rem;left:30.5625rem;display:block; }
#lUxEWMUsEy7pFcu0ufpczpmRhL7NWgUI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DEV5vHNVxTqqTv7fThrT4XTR1nWXEMGI { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #139a57, #145923);background-image: -moz-linear-gradient(180deg, #139a57, #145923);background-image: -ms-linear-gradient(180deg, #139a57, #145923);background-image: -o-linear-gradient(180deg, #139a57, #145923);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#139a57', endColorstr='#145923' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#139a57', endColorstr='#145923' );";background-image: linear-gradient(180deg, #139a57, #145923);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:20rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.8125rem;left:9.4375rem;display:block; }
#kIXCTRLtkmHyqFsNfueqOdTsxggIsESc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#raqTLT0ZyZl54THUJ01tkOVuwfOnTZwL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/72944be1-963a-48e5-a594-d4168451b3fc/resized2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#raqTLT0ZyZl54THUJ01tkOVuwfOnTZwL.adaptive-delivery-prevent-bg, #raqTLT0ZyZl54THUJ01tkOVuwfOnTZwL.lazyload, #raqTLT0ZyZl54THUJ01tkOVuwfOnTZwL.lazyloading { background-image: none; }#raqTLT0ZyZl54THUJ01tkOVuwfOnTZwL > .row .container { background-color: transparent; background-image: none; }#raqTLT0ZyZl54THUJ01tkOVuwfOnTZwL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#raqTLT0ZyZl54THUJ01tkOVuwfOnTZwL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#raqTLT0ZyZl54THUJ01tkOVuwfOnTZwL > .row .container > .video-iframe-container { display: none; }#raqTLT0ZyZl54THUJ01tkOVuwfOnTZwL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#raqTLT0ZyZl54THUJ01tkOVuwfOnTZwL > .row > .video-iframe-container { display: none; }#raqTLT0ZyZl54THUJ01tkOVuwfOnTZwL > .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); }#raqTLT0ZyZl54THUJ01tkOVuwfOnTZwL > .row .container { border-width: 0; border-radius: 0; }#raqTLT0ZyZl54THUJ01tkOVuwfOnTZwL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#raqTLT0ZyZl54THUJ01tkOVuwfOnTZwL > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:60rem;position:relative;display:block; }#kbmFL2TPiGmrFddpUHBOg5TPUFSQsNsl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #139a57, #145923);background-image: -moz-linear-gradient(135deg, #139a57, #145923);background-image: -ms-linear-gradient(135deg, #139a57, #145923);background-image: -o-linear-gradient(135deg, #139a57, #145923);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#139a57', endColorstr='#145923' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#139a57', endColorstr='#145923' );";background-image: linear-gradient(135deg, #139a57, #145923);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kbmFL2TPiGmrFddpUHBOg5TPUFSQsNsl > .row .container { background-color: transparent; background-image: none; }#kbmFL2TPiGmrFddpUHBOg5TPUFSQsNsl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kbmFL2TPiGmrFddpUHBOg5TPUFSQsNsl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kbmFL2TPiGmrFddpUHBOg5TPUFSQsNsl > .row .container > .video-iframe-container { display: none; }#kbmFL2TPiGmrFddpUHBOg5TPUFSQsNsl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kbmFL2TPiGmrFddpUHBOg5TPUFSQsNsl > .row > .video-iframe-container { display: none; }#kbmFL2TPiGmrFddpUHBOg5TPUFSQsNsl > .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); }#kbmFL2TPiGmrFddpUHBOg5TPUFSQsNsl > .row .container { border-width: 0; border-radius: 0; }#kbmFL2TPiGmrFddpUHBOg5TPUFSQsNsl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kbmFL2TPiGmrFddpUHBOg5TPUFSQsNsl > .row .container { font-size:0.875rem;font-family:arial;height:30.875rem;width:60rem;position:relative;display:block; }#vFT5UxUu1ErZ50A0Zb28hul9yqvy3OF3 { color:#ffffff;display:block;width:39.0625rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.0625rem;left:10.46875rem;height:2.6001rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G7E50nqTmhkuNDDK9uqClKCvlrlP5lko { color:#ffffff;display:block;width:16.062rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:10.874633789062rem;left:2.7471923828125rem;height:11.025rem;text-align:center;text-align-last:center;display:block; }
#FT2dPa8IFtVLDdup7gIJWhazncKGrNaO { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3120125rem;width:11.62475rem;top:22.9375rem;left:4.1875rem;overflow:hidden;display:block; }
#BtwiS8bRwmgnLJIqCDiIqTThq0mSAQWy { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:26rem;left:3.75rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KpWZGioztET0sZtHyX2G6T03etN0O2if { color:#ffffff;display:block;width:18.937375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:10.8740234375rem;left:40.52978515625rem;height:11.025rem;text-align:center;text-align-last:center;display:block; }
#T0JhcFKEqIGWdacKRfEPJ34STPAD63IW { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3120125rem;width:11.62475rem;top:22.9375rem;left:44.1875rem;overflow:hidden;display:block; }
#eA2KneZ2noPTtlwEwhgH2Z1lD4Ah7Dzg { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:26rem;left:43.75rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HdHFFbvZeQZbebTODTx8cITdmnb2KWfe { color:#353535;display:block;width:16.9995rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:10.8740234375rem;left:21.4990234375rem;height:11.025rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oAQCsuP00AQ3nxqVCuazJb1Tn6g83tPb { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:11.625rem;top:22.9375rem;left:24.1875rem;overflow:hidden;display:block; }
#CpGTk5qxWZUKWxgLTZyCk6kce9nQZ73s { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:25.8125rem;left:23.75rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ntkKus8ENJDPmtC1o40W8QF8HbSB1JvW { box-sizing:content-box;color:#ffffff;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:block;z-index:15011;top:6.3125rem;left:48.5625rem;display:block; }
#TuanIHsm6Rl4KVlFfuaXpTWeGV0Biv2L { box-sizing:content-box;color:#ffffff;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:block;z-index:15012;top:6.3125rem;left:9.1875rem;display:block; }
#A6CUEwqublXt1tOQHvP4iAA2UkcJJa0p { position:relative;display:block; }#A6CUEwqublXt1tOQHvP4iAA2UkcJJa0p { background-color: transparent; background-image: none; }#A6CUEwqublXt1tOQHvP4iAA2UkcJJa0p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6CUEwqublXt1tOQHvP4iAA2UkcJJa0p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6CUEwqublXt1tOQHvP4iAA2UkcJJa0p > .row .container > .video-iframe-container { display: none; }#A6CUEwqublXt1tOQHvP4iAA2UkcJJa0p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6CUEwqublXt1tOQHvP4iAA2UkcJJa0p > .row > .video-iframe-container { display: none; }#A6CUEwqublXt1tOQHvP4iAA2UkcJJa0p > .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); }#A6CUEwqublXt1tOQHvP4iAA2UkcJJa0p { border-width: 0; border-radius: 0; }#A6CUEwqublXt1tOQHvP4iAA2UkcJJa0p > .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; }#A6CUEwqublXt1tOQHvP4iAA2UkcJJa0p > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#M4vt6ZTybhQmZ561mIhfQbRk42dq7vUi { position:absolute;display:block;z-index:15002;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:17.6875rem;width:26.5rem;top:0.5rem;left:1.65625rem;overflow:hidden;display:block; }
#w5Vfk6rEdvB8w48nboDXGvbkIIbFcTmf { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.6875rem;width:26.5625rem;top:0.5rem;left:31.6875rem;overflow:hidden;display:block; }
#KrgEU5IooaMTb63Bmc4VTrMDQaFL4QcE { position:relative;display:block; }#KrgEU5IooaMTb63Bmc4VTrMDQaFL4QcE { background-color: transparent; background-image: none; }#KrgEU5IooaMTb63Bmc4VTrMDQaFL4QcE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KrgEU5IooaMTb63Bmc4VTrMDQaFL4QcE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KrgEU5IooaMTb63Bmc4VTrMDQaFL4QcE > .row .container > .video-iframe-container { display: none; }#KrgEU5IooaMTb63Bmc4VTrMDQaFL4QcE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KrgEU5IooaMTb63Bmc4VTrMDQaFL4QcE > .row > .video-iframe-container { display: none; }#KrgEU5IooaMTb63Bmc4VTrMDQaFL4QcE > .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); }#KrgEU5IooaMTb63Bmc4VTrMDQaFL4QcE { border-width: 0; border-radius: 0; }#KrgEU5IooaMTb63Bmc4VTrMDQaFL4QcE > .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; }#KrgEU5IooaMTb63Bmc4VTrMDQaFL4QcE > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OKWfwa2p3DTCd1sd2qiyAL0S5ckyRxDW { position:absolute;display:block;z-index:15002;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:17.6875rem;width:26.5625rem;top:0.5rem;left:1.6875rem;overflow:hidden;display:block; }
#fAL6OEkwFUtMtyfswahvrdmrofK57Mfx { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.6875rem;width:26.5rem;top:0.5rem;left:31.65625rem;overflow:hidden;display:block; }
#ii6PC521GSxooxF4156Ot25fbfc0RvsC { position:relative;display:block; }#ii6PC521GSxooxF4156Ot25fbfc0RvsC { background-color: transparent; background-image: none; }#ii6PC521GSxooxF4156Ot25fbfc0RvsC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ii6PC521GSxooxF4156Ot25fbfc0RvsC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ii6PC521GSxooxF4156Ot25fbfc0RvsC > .row .container > .video-iframe-container { display: none; }#ii6PC521GSxooxF4156Ot25fbfc0RvsC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ii6PC521GSxooxF4156Ot25fbfc0RvsC > .row > .video-iframe-container { display: none; }#ii6PC521GSxooxF4156Ot25fbfc0RvsC > .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); }#ii6PC521GSxooxF4156Ot25fbfc0RvsC { border-width: 0; border-radius: 0; }#ii6PC521GSxooxF4156Ot25fbfc0RvsC > .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; }#ii6PC521GSxooxF4156Ot25fbfc0RvsC > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wAQT1RiJ7hsKwLRrUn0ul0K7TbQf2xlI { position:absolute;display:block;z-index:15002;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:17.6875rem;width:26.5625rem;top:0.5rem;left:1.6875rem;overflow:hidden;display:block; }
#SWirFscgbRaQXDtfGEgXwM3ngV0ctV7p { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.6875rem;width:26.5625rem;top:0.5rem;left:31.6875rem;overflow:hidden;display:block; }
#ou3l240IAzbOqHJkkxNp9Gdirpibv79G { position:relative;display:block; }#ou3l240IAzbOqHJkkxNp9Gdirpibv79G { background-color: transparent; background-image: none; }#ou3l240IAzbOqHJkkxNp9Gdirpibv79G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ou3l240IAzbOqHJkkxNp9Gdirpibv79G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ou3l240IAzbOqHJkkxNp9Gdirpibv79G > .row .container > .video-iframe-container { display: none; }#ou3l240IAzbOqHJkkxNp9Gdirpibv79G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ou3l240IAzbOqHJkkxNp9Gdirpibv79G > .row > .video-iframe-container { display: none; }#ou3l240IAzbOqHJkkxNp9Gdirpibv79G > .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); }#ou3l240IAzbOqHJkkxNp9Gdirpibv79G { border-width: 0; border-radius: 0; }#ou3l240IAzbOqHJkkxNp9Gdirpibv79G > .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; }#ou3l240IAzbOqHJkkxNp9Gdirpibv79G > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#z8EdOv2kIQHoxtt4yN6eRr30McvavnPg { position:absolute;display:block;z-index:15002;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:17.6875rem;width:26.5625rem;top:0.5rem;left:1.6875rem;overflow:hidden;display:block; }
#oLQV4NPvOy8Ub3ob7KJg62gddnyFvVCl { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.6875rem;width:26.5625rem;top:0.5rem;left:31.6875rem;overflow:hidden;display:block; }
#c56Z6BDCHSoL2o3h7cLowd4SUncDINoq { position:relative;display:block; }#c56Z6BDCHSoL2o3h7cLowd4SUncDINoq { background-color: transparent; background-image: none; }#c56Z6BDCHSoL2o3h7cLowd4SUncDINoq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c56Z6BDCHSoL2o3h7cLowd4SUncDINoq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c56Z6BDCHSoL2o3h7cLowd4SUncDINoq > .row .container > .video-iframe-container { display: none; }#c56Z6BDCHSoL2o3h7cLowd4SUncDINoq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c56Z6BDCHSoL2o3h7cLowd4SUncDINoq > .row > .video-iframe-container { display: none; }#c56Z6BDCHSoL2o3h7cLowd4SUncDINoq > .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); }#c56Z6BDCHSoL2o3h7cLowd4SUncDINoq { border-width: 0; border-radius: 0; }#c56Z6BDCHSoL2o3h7cLowd4SUncDINoq > .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; }#c56Z6BDCHSoL2o3h7cLowd4SUncDINoq > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hU0SQWm8cp7wVZtNUMENcbmsMruUfPZx { position:absolute;display:block;z-index:15002;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:17.6875rem;width:26.5625rem;top:0.5rem;left:1.6875rem;overflow:hidden;display:block; }
#LrX3dTQa0rrsoldrqcp9nlXBabULRNUd { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.6875rem;width:26.5625rem;top:0.5rem;left:31.6875rem;overflow:hidden;display:block; }
#ZIB8TVoC1unb93rZTC79G57NrkSgavbW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d92228;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; }#ZIB8TVoC1unb93rZTC79G57NrkSgavbW > .row .container { background-color: transparent; background-image: none; }#ZIB8TVoC1unb93rZTC79G57NrkSgavbW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZIB8TVoC1unb93rZTC79G57NrkSgavbW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZIB8TVoC1unb93rZTC79G57NrkSgavbW > .row .container > .video-iframe-container { display: none; }#ZIB8TVoC1unb93rZTC79G57NrkSgavbW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZIB8TVoC1unb93rZTC79G57NrkSgavbW > .row > .video-iframe-container { display: none; }#ZIB8TVoC1unb93rZTC79G57NrkSgavbW > .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); }#ZIB8TVoC1unb93rZTC79G57NrkSgavbW > .row .container { border-width: 0; border-radius: 0; }#ZIB8TVoC1unb93rZTC79G57NrkSgavbW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZIB8TVoC1unb93rZTC79G57NrkSgavbW > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:60rem;position:relative;display:block; }#U7qPOZsTbt3RtvxUmnIsKENb0ck4KbVJ { color:#ffffff;display:block;width:39.0625rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:700;z-index:15000;line-height:1.8;letter-spacing:0;top:1.875rem;left:10.46875rem;height:2.3625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fQrF11czSfA5LA9NSRuIUzcEXiKI4o0v { color:#ffffff;display:block;width:39.0625rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:700;z-index:15001;line-height:1.8;letter-spacing:0;top:4.875rem;left:10.46875rem;height:2.3625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iyHyWQAuQwOQsmuRCx2zvcOU95fW0QWh { 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.125rem solid #145923;border-left:0.125rem solid #145923;border-right:0.125rem solid #145923;border-bottom:0.125rem solid #145923;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#145923;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:8.9375rem;left:32.1875rem;display:block; }
#rNVlpflc14Z9pca8XDIpfsbLlbOODFTC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N6whJb84FbbLBBkGHnfLtPSKQGxr2zrJ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #139a57, #145923);background-image: -moz-linear-gradient(180deg, #139a57, #145923);background-image: -ms-linear-gradient(180deg, #139a57, #145923);background-image: -o-linear-gradient(180deg, #139a57, #145923);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#139a57', endColorstr='#145923' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#139a57', endColorstr='#145923' );";background-image: linear-gradient(180deg, #139a57, #145923);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:8.9375rem;left:7.8125rem;display:block; }
#M739dnZ6b7TVMVNzVeZTLFqU3i8PayQS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E3pV0V5G22xqEaBK0ONd1vxXt8GPK0ty { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#333333;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; }#E3pV0V5G22xqEaBK0ONd1vxXt8GPK0ty > .row .container { background-color: transparent; background-image: none; }#E3pV0V5G22xqEaBK0ONd1vxXt8GPK0ty::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E3pV0V5G22xqEaBK0ONd1vxXt8GPK0ty > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E3pV0V5G22xqEaBK0ONd1vxXt8GPK0ty > .row .container > .video-iframe-container { display: none; }#E3pV0V5G22xqEaBK0ONd1vxXt8GPK0ty > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E3pV0V5G22xqEaBK0ONd1vxXt8GPK0ty > .row > .video-iframe-container { display: none; }#E3pV0V5G22xqEaBK0ONd1vxXt8GPK0ty > .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); }#E3pV0V5G22xqEaBK0ONd1vxXt8GPK0ty > .row .container { border-width: 0; border-radius: 0; }#E3pV0V5G22xqEaBK0ONd1vxXt8GPK0ty > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E3pV0V5G22xqEaBK0ONd1vxXt8GPK0ty > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:60rem;position:relative;display:block; }#vwqWWG5OmIrexboP3ZPgo5fV7K4ZFT9B { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.0625rem;left:0rem;height:5.2rem;text-align:center;text-align-last:center;display:block; }
#Lvuw7qngZFCHQyIUoqGuCHHyBUTG3ZaB { position:relative;display:none; }#Lvuw7qngZFCHQyIUoqGuCHHyBUTG3ZaB { border-width: 0; border-radius: 0; }#Lvuw7qngZFCHQyIUoqGuCHHyBUTG3ZaB > .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; }#Lvuw7qngZFCHQyIUoqGuCHHyBUTG3ZaB > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#BuU1A6FdxK3elsc4aUO3xKk5Bc8EhSey { background-color:#d92228;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22rem;height:4.0625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.5625rem;left:36.75rem;display:none; }
#lNtXSFcDiqCi8S8cBlbPN86Wx1iCecqk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uqtwVhwNHugXKeT53MebEvTbbHkyF2hK { 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.125rem solid #d92228;border-left:0.125rem solid #d92228;border-right:0.125rem solid #d92228;border-bottom:0.125rem solid #d92228;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:#d92228;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22rem;height:4.0625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:6.875rem;left:36.75rem;display:none; }
#Xy7F8UhMJlRfJAXyqkIrqgL0GlUF7mP5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E6T9BcybHHgAcJkQggIu7x2r1wcRTNrJ { top:0.125rem;left:0rem;width:7.0625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEzhTQRL3TaQuzRRicg2lBIMkmuJR1iF { width:18.1875rem;height:3.75rem;top:1.875rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIenJGf5C0rvJSD6S4GQRHstNpooWfda { display:block; }
 }@media only screen and (max-width: 763px) { #gZaz5OItmUDDOT5Ac1FKrRrrgVm83nJh { width:17.375rem;height:3.75rem;top:1.875rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZvlJQ1lbLlDk2FWOJm7Shuy4TaPIiN7 { display:block; }
 }@media only screen and (max-width: 763px) { #lzTa7b16AOHd0vH5qDTOSBBwlDc8MvWm.widget-smartsection { display:block; } #lzTa7b16AOHd0vH5qDTOSBBwlDc8MvWm.widget-smartsection *:focus-visible, #lzTa7b16AOHd0vH5qDTOSBBwlDc8MvWm.widget-smartsection input[type="text"]:focus-visible, #lzTa7b16AOHd0vH5qDTOSBBwlDc8MvWm.widget-smartsection input[type="email"]:focus-visible, #lzTa7b16AOHd0vH5qDTOSBBwlDc8MvWm.widget-smartsection input[type="tel"]:focus-visible, #lzTa7b16AOHd0vH5qDTOSBBwlDc8MvWm.widget-smartsection textarea:focus-visible { outline: none; } #nxRCLDEpBmMuUAdhIhEbgwzmS2G3FZcW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KXHNiSuol5I4xUKc7bonl9O70XTAwQ8h { display:block; }#KXHNiSuol5I4xUKc7bonl9O70XTAwQ8h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE .widget-regular-label { width:20.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE .widget-input-text { width:20.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE .widget-input-text {padding-top: 0; padding-bottom: 0;}#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE .widget-textarea { width:20.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE .widget-input-select { width:20.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE .widget-input-select {padding-top: 0; padding-bottom: 0;}#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE .widget-input-button { width:20.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE .widget-checkbox-label { width:19rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE  { width:20.1875rem;height:auto;top:1.5625rem;left:24.8125rem; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE .radio-container { width:20.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE {display:block;}#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE { width:20.1875rem;height:auto;top:1.5625rem;left:24.8125rem; }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #ixbhmmMkexcANG1Tys34aFtJb4knKs16 {  }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #nO87tuemlU0EzOX5VfQxOG2T7o7nZ6en {  }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #orECX4uuCIGmfU2JiqOhz1a9NeLrrbm8 {  }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #VGaC1dcaBnFZoFrOggQ4k4B5C4HXTuiF {  }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #e1yu97B01F7ZuiwiUDztxCvZRLe2T5cW {  }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #gdVbt9EdP1mmX9LaJEhJz1Win7PC2fc9 {  }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #TGD88L2Tez0omyWD9VPMek7tPpPBAF91 { display:block; }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #U0Pa1T9aGHg7DzsTQEXHdel8ONQxwvbJ {  }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #guilIxPGz5uDC6vMWXbcKtg0O0JKlmtT {  }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #aMe4DCHw0wm6Gq5GUp04FqGmZm8p81yv { display:block; }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #IOMvF29cKWt36MwiBNJP0OgwpuvySU3K {  }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #gly8RmTrgXkHk4xJbSE8KulUipA2RfuZ {  }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #xkR5ABJ4293iwXzqfMpOALTZXzmIJ7Qy { display:block; }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #Z1m4CFf6Q5RW0gHnxg90yUQuUkAXxU8c {  }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #xxEOTVGNnRT6VmmLOzUIwbA386Lr7Gt0 {  }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #iZHTfRNcMufHN1iU7T6vsbflI9ylmWzs { display:block; }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #sntpCmuEEiJUeEeUchzlqbTCBWDTrRoi {  }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #FJJul2ZJ9VShHU5ET0bzP1CN3B0ZkWQZ {  }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #n7qDI8Ko4ErP7UX3WvMaDBbW6u5NDcyl {  }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #MakdUzODHJF8HNbkNVOcu9QnCyQoW5ie {  }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #BrCdpmJHI9B3ticSHkplyGJsaxTsm76Z {  }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #vLHXmPaqImPtUEs5F3rW0VmasEehiUpo { display:block; }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #kkKyRO5JK0TENb8TaWDRDxcpfQIJ0COD {  }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #nJ7Da8cGZqQ3Anyv1stT12SQrZvCO16z {  }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #wp9d7brnGfK1ObzfkEUEcZATANObkzMd { display:block; }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #eaiTkhA6wFMgWJTR5sJwqZQGH0riZWhO {  }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #m4oranTPIAHKs6SXZpBagu1EDGIFHXIH {  }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #TeQAKThMNcIa3i3rtIW8GSDVIL0cThle { display:block; }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #Fs6dGTVuPkdZ6ZtFmhO1n1vBfpt3d0Mm {  }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #cTiNIGpxV8KeG86IVOATFKeugicq2DTE {  }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #cTiNIGpxV8KeG86IVOATFKeugicq2DTE .container-column{width:50%;} }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #GgBS1WFMJ7XW4cFH0UNu7b4o1rm9kmFR { display:block; }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #XG6BwnBc9IzoaZxyb16eEKKT1zsCBW7i {  }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #HgsTI8cZpDXVAvQJMPwdoi11mUQf9Xmd {  }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #E5y3533F4umptIGzdU3iMSKGxmm8b0ee {  }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #yroQXBgQorrTu2b1ezXBwUXotewB08sV {  }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #BlUkWqV1WLrhL9FlKmpciRd75CDqwlfZ {  }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #vEnVzIAyZmVU3KcgyrZHgqUcT9nfGvX3 {  }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #oqmsmgDMFVwbO0TSxxNFiv3tGFAnXViz {  }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #ZAhZbvNevqw0eMTXPJKiTvGShClGHi3c {  }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #zdkoHdTXW1IBJ5bochz7tF5Sd2rfbg9B { display:block; }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #sOGtnrIOzATfJJE1Gf65SuCwIqQCtQ9h {  }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #geBbphLyJoKMEQJdU2ilA8kHLxOcxGLw {  }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #dglZpmhOSOlVh0tSBhrbSzSzhiWySZhf {  }
 }@media only screen and (max-width: 763px) { #TZhiKEzrXOsDumDheQnuJQTpH6TKZH1U { top:31.0625rem;left:0rem;width:23.9375rem;height:10.5625rem;font-size:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CugSqS53RkrlTt85yXizUsCvUzpUyTaD { top:40.875rem;left:0.25rem;width:20.25rem;height:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kML6nytHR873BU9ec0MfE0dWmMbaohpb { top:37rem;left:19rem;width:6.6875rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2xkCTTW5yg0JciyWEvS63GFPKcsgThi { top:29.375rem;left:7rem;width:6.6875rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogKLpLeCi12STtAH8r6yWTfq0LiX59Fh { top:27.875rem;left:1rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcKqSDPB55MiQHNAJcpKZcWcZomhON1Q { top:10.9375rem;left:0rem;width:31.625rem;height:16.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LW54VsCaqL2q1IRkBtZRcpf8EqDqTPCM { top:5.5625rem;left:0rem;width:27.0625rem;height:5.75rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivJxvivyGDCA2MTNHpWee2qMrWmFxyLf { display:block; }#ivJxvivyGDCA2MTNHpWee2qMrWmFxyLf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tRxMuB9lChEnlWJxzgAz7IJz0XeuFQxi { top:2.9375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylvJOs3k6slAIDBcOwaxpoB3C6fa62Da { top:7rem;left:3.5rem;width:40.6875rem;height:5.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDoUlNgAdQJ8BRuk5zeyh6kgQtw9uv0S { top:13.75rem;left:9.25rem;width:28.75rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RD6sTWOEK2LCX3LTtvUbJR6GV1h0aQPT { top:15.6875rem;left:12.375rem;width:23.0625rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uweMTwDQe402cWlITtXo6xupE2MaNtrp .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uweMTwDQe402cWlITtXo6xupE2MaNtrp .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#uweMTwDQe402cWlITtXo6xupE2MaNtrp .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#uweMTwDQe402cWlITtXo6xupE2MaNtrp { width:19.5rem;height:5.4375rem;display:flex;top:22.9375rem;left:14.561256408691rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #uweMTwDQe402cWlITtXo6xupE2MaNtrp #ZRlgUDVkOOxAsOAOEsBIyp4MQzMvyWoP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uweMTwDQe402cWlITtXo6xupE2MaNtrp #Fnd0abenRBQ13F8e1XXvt1KNRB7Zs78q {  }
 }@media only screen and (max-width: 763px) { #uweMTwDQe402cWlITtXo6xupE2MaNtrp #teo9tzKi0f08TKzlTGivCF9vNvlwL8Lq {  }
 }@media only screen and (max-width: 763px) { #uweMTwDQe402cWlITtXo6xupE2MaNtrp #R1KpKHMRys7hCGBsn9bdq912ugx4Kcul { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uweMTwDQe402cWlITtXo6xupE2MaNtrp #KgdT2qKaOtfQirM9lG2T1atqBNcfPRkC {  }
 }@media only screen and (max-width: 763px) { #uweMTwDQe402cWlITtXo6xupE2MaNtrp #PqGAqQqnxxTZP0aIaLfvpH8krwAXF2xy {  }
 }@media only screen and (max-width: 763px) { #uweMTwDQe402cWlITtXo6xupE2MaNtrp #vBmVsrt4WgLLKOvO2vA9d7XaR3TS81cH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uweMTwDQe402cWlITtXo6xupE2MaNtrp #WeJ0lWRdTHuvgS5a2ocPCyAiGkIGSmQR {  }
 }@media only screen and (max-width: 763px) { #uweMTwDQe402cWlITtXo6xupE2MaNtrp #qTHsnZuIPKb7czv8snZLItEofK0uTX1D {  }
 }@media only screen and (max-width: 763px) { #uweMTwDQe402cWlITtXo6xupE2MaNtrp #MivNU5Ll3iOTqqyRpD7JwrFM4TMBzPMw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uweMTwDQe402cWlITtXo6xupE2MaNtrp #iQVaCyGaEI6byw4PRm4QnVwHUkILr9XQ {  }
 }@media only screen and (max-width: 763px) { #uweMTwDQe402cWlITtXo6xupE2MaNtrp #TsFyg65NHl6CQsxN9BRTeq4Ky5rR3UoK {  }
 }@media only screen and (max-width: 763px) { #hXaaEB65yk959VoXW6acp6Eo4gCgfnLe { width:19.5625rem;height:3.3125rem;top:29.0625rem;left:14.0654296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3V3vgIKgOCAIunuDaiHlyGkIRRQq9ET { display:block; }
 }@media only screen and (max-width: 763px) { #NMqeQcGWlAhgE0nbABJUNPWHF2ggRTWN { top:14.9375rem;left:9.59375rem;width:28.5625rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKSM8B2p01qqSNAXhK269kWDdC3GD1ST { display:block; }#MKSM8B2p01qqSNAXhK269kWDdC3GD1ST > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OE13IU6lN5xiaGFUHfH4OK1508ITHidJ { top:2.375rem;left:1.5625rem;width:20.1875rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OF0PTpfXExKyySbmiQ5lHDwJXnz2MTJs { top:2.375rem;left:25.6875rem;width:20.1875rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V65nOVhXMuAuu7LFyidFwRDlouDAaXF5 { top:16.625rem;left:5.6875rem;width:12.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EucNgobv4xl4N5oeLvcG6TssMpEa10oe { top:16.625rem;left:29.5625rem;width:12.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKiZdGalhq0TGlqUKOEQExQmR4ygfTs5 { display:block; }#sKiZdGalhq0TGlqUKOEQExQmR4ygfTs5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ORPTJgNVpCLqvaXcpv52oKpSAO7MoVME { top:11.6875rem;left:1.84375rem;width:20.1875rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCT4LMZkK0mgRaaB5Tw3gRyw1hzPyHEJ { top:11.6875rem;left:25.71875rem;width:20.1875rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVhTnW3gVdiUuvqJJJoyz7rq8oTekB2l { top:5.0625rem;left:0rem;width:24.75rem;height:1.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S31sCNCE7HorG97Rd6AshMkVF8a6gaDK { top:5.0625rem;left:19.3125rem;width:28.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFD12N0s8BkAk05BldOydcnTAwOXFpi0 { top:1.5rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBTceK2Qt4CdPRmreeyHwEJfVBLTnv6P { top:7rem;left:1.25rem;width:21.375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8Iy9MTUZAUdT8Bc8H3oSE0IVlRKTb3u { top:7rem;left:24.9375rem;width:21.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #scIOLEorJJubkWONVPCiMA2kuJT8DLbK { display:block; }#scIOLEorJJubkWONVPCiMA2kuJT8DLbK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bCppvlXFcEgHgNooIqh58zgTtQtCKIba { top:6.75rem;left:1.875rem;width:20.1875rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oooWq4pR3WftLkZDOeEs8btpcwewnNAN { top:6.75rem;left:25.75rem;width:20.1875rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7A9aRZ0ysr7eSNNADSahpZPH0k2HW55 { top:4.25rem;left:1.25rem;width:21.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #haaPRUKT93gx9rfsW7WQqs6OBWwoM2oX { top:4.25rem;left:25.125rem;width:21.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXlTOoBHT7Gr7qPRWHJZ8CyQ4qGX1BSu { top:1.1875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6mgnKcBZlpk8ZlzDod5QcpuIDiKEu3M { display:block; }#u6mgnKcBZlpk8ZlzDod5QcpuIDiKEu3M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GtAhwW28lDNWB27GbvZcghHdsvC4ufkg { top:1.125rem;left:0.84375rem;width:10.25rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ht5e2xD91L3mJuGGGOoNA1r6apUCRP2o { top:1.6875rem;left:12.125rem;width:11.5625rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZyJ3UmatBhdG5OU0Zlp3C7xerZFmw1b { top:0.3125rem;left:25.15625rem;width:9.4375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbBLcMgTpflG9p4UxIfiVCEFppfpU1Nl { top:0.8125rem;left:36.46875rem;width:10.625rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhLZyzRoTCWrk2wT4k7fpTb3ECPOfzzx { top:5.0625rem;left:0.71875rem;width:10.5625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPwoyXRLdQdRdX9TRm1Ty1riAddJoxg0 { top:5.0625rem;left:12.625rem;width:10.5625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gtn2Tz2Kgml3QmI0yGIJAtqGwlWKTvBa { top:5.125rem;left:24.65625rem;width:10.5625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xxe5oNEFVsdTuWgRzLknl0QcsoHlXEvM { top:5.0625rem;left:36.5rem;width:10.5625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ha4bS1ptDClqAyoN4sP4myqNhmr1QTHq { top:7.5625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dsipo182pMCfKUCE5c3f1SqiTzkwsw7K { top:7.5625rem;left:11.375rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wq0pGVrz9Irpy6O9SwICUsoAG8JOWNro { top:7.5rem;left:23.3125rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSsy1GG0p18S3Qe59vVatDtgq9iyKK8T { top:7.5625rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sxgpvl8K0WaVyPIKSGotRXHkukcyphas { display:block; }#Sxgpvl8K0WaVyPIKSGotRXHkukcyphas > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MOaUXdrka7lJA62EBfuSSS7XU4ikVSQ2 { top:1.75rem;left:2.8125rem;width:10.25rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #APeSXrv2hrXTxgaZeHKnhAJUUThLhWfq { top:2.3125rem;left:18.03125rem;width:11.5625rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxdaZAmIXXpAfPyslkTUlSKstX2L8Uby { top:5.4375rem;left:2.65625rem;width:10.5625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RihrRCOSKxBKsraxk65UtB9y2id12TI3 { top:5.4375rem;left:18.53125rem;width:10.5625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQTRU10O4XZTZcn9x1t8wDE7Q7sa9pA4 { top:7.8125rem;left:33.4375rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGAyGZXOPNU6vZiir29na6ZnbTDflUag { top:5.4375rem;left:34.40625rem;width:10.5625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKWnhRfCDHnmZThJ70EX3xo1r6lu75KH { top:0.625rem;left:34.96875rem;width:9.4375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eP6wESfkLKp9Txir2DdA2wKsbGWhcXdm { top:7.8125rem;left:1.6875rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9nLBT98SrQDtzqL0WyTM5rPQnaOsO0m { top:7.9375rem;left:17.5625rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zp8nETDEfBAMbzBDyn36PN0Wgcd5U4qo { display:block; }#zp8nETDEfBAMbzBDyn36PN0Wgcd5U4qo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G4HNmBDZXDAzsy27MRlVoMTdG3D1VZMc { top:0.625rem;left:3.5625rem;width:40.625rem;height:4.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuOzvgZdoTC7CMEAHqGTaVBpKzJqT0TK { display:block; }#BuOzvgZdoTC7CMEAHqGTaVBpKzJqT0TK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pg0EAW4GwfxcI721AInOhm7fc58vkQqo { top:1.4375rem;left:11.75rem;width:10.25rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppJTclwnx7htVBxRe90D049PPvoW5zUe { top:4.8125rem;left:11.625rem;width:10.5625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggTgMAhFyLM8TvZI9oTqRVIvOCpPCKVm { top:6.875rem;left:10.624633789062rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKdlACKmrhJXzow3d2beSxx0sZgmhUMw { top:1.6875rem;left:25.125rem;width:11.5625rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqi7b4w5DGnaDH2sxH6RtMJPPeEubUCw { top:4.5rem;left:25.625rem;width:10.5625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpy9MGfbsvGO0Eg8mxzJ2HIlvwIrmdLk { top:6.5625rem;left:24.68701171875rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1ron2nVubuz5InEAtrNJT7J0Hfa6NRK { display:block; }#B1ron2nVubuz5InEAtrNJT7J0Hfa6NRK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QHyAnt0iORXgXilldVqgwLs4UJSwDyG7 { top:0.5625rem;left:0.15625rem;width:47.4375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfnxdDRHkTRmZSJELQMlr2EEMTgI9RiP { display:block; }#RfnxdDRHkTRmZSJELQMlr2EEMTgI9RiP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vvq5qvArUMg3MTWQFK3n7EmshiE9vvTS { top:3.9375rem;left:0rem;width:13.375rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaWseRtgqMLXek6qhQA1xxlmDD1ECTJP { top:1.375rem;left:2.28125rem;width:7.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BASVzu7IQF0CpQRv7nLwR7BupJeOhfGD { top:3.9375rem;left:10.5rem;width:13.375rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV2XKMyhR3tGmAAzJIWi0bGSLl54JKeV { top:1.375rem;left:14.21875rem;width:7.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pF1EnhAlpgidtJwsN0F3tiiCrTMi1V3i { top:1.375rem;left:24.03125rem;width:11.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1lBmkpRE1dFm1tva4kid4oIuKL3lwR8 { top:3.875rem;left:22.4375rem;width:13.375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4aiVkb3zJTBy4lvl6r9qQ6Bsa9ohQK2 { top:1.375rem;left:35.96875rem;width:11.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc8WQSvcRB0cmTHVepvmcoIFyWwvKtF5 { top:3.9375rem;left:34.375rem;width:13.375rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzTId7cKSnSfaAqT2So0F3OE3xK49l6V { top:1.125rem;left:0rem;width:13.375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTTT5Wkp7OCXsEglSO8zdSLT76VLRB62 { top:1.125rem;left:10.5rem;width:13.375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfcQin6s3KkRrQg0XyXI3SkytphanKWV { top:1.125rem;left:22.4375rem;width:13.375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsetIK1alFGDo8MrbmeNRuCh0wgpSGTg { top:1.125rem;left:34.375rem;width:13.375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lezzhi6T3Lox3tD0lCrxA0kQ8JqQvDMT { display:block; }#lezzhi6T3Lox3tD0lCrxA0kQ8JqQvDMT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wPmHGOPLXDuLlwwF9taUHsaHkmbFSwP5 { top:1.3125rem;left:0rem;width:28.625rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8s4RtzzUENsyFpZQfSMvFDxHOBTlmfA { top:4.375rem;left:0rem;width:28.4375rem;height:3.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1mctybCxeWnOW1Qfkh1Qk2rl0n3z6dA { top:12.625rem;left:0rem;width:19.3125rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhiHeN3dLDg8xTPvT2KydFyTGEaJeAMo { width:20rem;height:3.75rem;top:54.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zxh0BSiAAkNIbLBaRiR5syyT5RXPsLPo { display:block; }
 }@media only screen and (max-width: 763px) { #n1BTm8Hf67tyu19cECoTnH3KBcPiTT06 { top:15.3125rem;left:0rem;width:26.625rem;height:;font-size:1.125rem;display:block; }#n1BTm8Hf67tyu19cECoTnH3KBcPiTT06 li:before{  }
 }@media only screen and (max-width: 763px) { #GyDGW24ud2QwJB49TKq5QqZNE7Eg1LV8 { top:9.0625rem;left:0rem;width:25.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdRpLSftpXWnu1H4GqohSu7R7wx2OOFn { top:9.625rem;left:0rem;width:25rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxPZch7f7mHG3ZhDA6q6OC13UTK1kU1i { top:43rem;left:10.4375rem;width:14.125rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLGB7rrRVyezSJe6A4M87gxPgAaRhVL2 { top:43rem;left:0rem;width:12.6875rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNw9znJWAVyUcn2s2ECzqmaZ16yT80CK { top:41.0625rem;left:0rem;width:11.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVzUSRpv4vTlHimZHKAvVn3TrZKkpDy4 { top:41.0625rem;left:11.8125rem;width:11.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTURJ4didhRD5eX1BuQe1DLyu0W4J6K8 { top:31.1875rem;left:0rem;width:13.375rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2rqIQ8v7zit4Demf1skuvuCdz1vK0uM { top:31.1875rem;left:10.8125rem;width:13.375rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UM9D9lofPvGKuuezAffEZf8oZCEN5pnK { top:29.1875rem;left:0rem;width:7.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6uQ76UEeGVJX8rlw1a8EATICTCzpmtT { top:29.1875rem;left:13.9375rem;width:7.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrmvmwOrqA1oCoWwQLeMyyZHXNlDu2kx { display:block; }#IrmvmwOrqA1oCoWwQLeMyyZHXNlDu2kx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lSXSTTyXpV92BNlVUu0TraghdT7PxMXM { top:2.5625rem;left:0rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hq8xihxGbFIdwZ47Z44CJP1sLvAlSlIS { top:3.4375rem;left:2.625rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTSVDW3fxIPSnMNQB335SLPgQlLbuyu1 { top:4.75rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJZudZXSTW3LveUVhcWBQXHIQQ8TGdiP { top:9.875rem;left:0rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdAT74PaTUctc2DeWVWWkhVJGv7ifTJI { top:10.625rem;left:2.625rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcXBU0obME1TeJhAa9exloyZuqTdng0h { top:12rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKHohD1Lhs9BSIfF2tocrP6oOaXAfzfv { top:39.375rem;left:0rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FI41vzKMnLiNS4kS1iOqA0UqfhTk35D4 { top:40.125rem;left:2.625rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoGL90T2yvBtmPNtoruKhxn2C92G4KzE { top:41.5rem;left:1.125rem;width:46.625rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJmUaVHybENGnnDEriXLwxIeL53WdQDr { top:17.4375rem;left:0rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJrWzG6rFNRy4JamICTCeNl9L6sFMMxs { top:18.25rem;left:2.625rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqFicSvqI3hxAS32UCsXT1xdosBxKduh { top:19.5625rem;left:2.625rem;width:41.5rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MV4FGkkU1TweQfQxsepttpz5mDIgMNtU { top:24.375rem;left:0rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hz4TrUhiix7bzlO5S2uv41ynIXTuqq4f { top:31.8125rem;left:0rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlHEcWC6OTnPk0XpDcc2TlvFPoHUywUE { top:32.5625rem;left:2.6875rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLwSoIB2EoUPycBdPxpQmhbsL9Tq7bTH { top:33.9375rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMvCrAWw7oRlr0oURMnZ5FoRzNS7RoDK { top:25.125rem;left:2.625rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOw1WoHVvmrHlq7OJmn2lBELlrCfI7PQ { top:26.5rem;left:2.625rem;width:45rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNRzyaSilEFpWvpTgVlBTVfVT7t0hnLK { display:block; }#TNRzyaSilEFpWvpTgVlBTVfVT7t0hnLK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p2fk8ozvRdqDhz1dXNai4waP0JzfFMil { width:20rem;height:3.75rem;top:0.8125rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUxEWMUsEy7pFcu0ufpczpmRhL7NWgUI { display:block; }
 }@media only screen and (max-width: 763px) { #DEV5vHNVxTqqTv7fThrT4XTR1nWXEMGI { width:20rem;height:3.75rem;top:0.8125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIXCTRLtkmHyqFsNfueqOdTsxggIsESc { display:block; }
 }@media only screen and (max-width: 763px) { #raqTLT0ZyZl54THUJ01tkOVuwfOnTZwL { display:block; }#raqTLT0ZyZl54THUJ01tkOVuwfOnTZwL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kbmFL2TPiGmrFddpUHBOg5TPUFSQsNsl { display:block; }#kbmFL2TPiGmrFddpUHBOg5TPUFSQsNsl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vFT5UxUu1ErZ50A0Zb28hul9yqvy3OF3 { top:2.0625rem;left:0rem;width:39.0625rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7E50nqTmhkuNDDK9uqClKCvlrlP5lko { top:10.8125rem;left:0rem;width:16rem;height:11rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT2dPa8IFtVLDdup7gIJWhazncKGrNaO { top:22.9375rem;left:2.125rem;width:11.5625rem;height:2.2996317797157rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtwiS8bRwmgnLJIqCDiIqTThq0mSAQWy { top:26rem;left:1.6875rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpWZGioztET0sZtHyX2G6T03etN0O2if { top:10.8125rem;left:28.6875rem;width:18.875rem;height:11rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0JhcFKEqIGWdacKRfEPJ34STPAD63IW { top:22.9375rem;left:33.875rem;width:11.5625rem;height:2.2996317797157rem;display:block; }
 }@media only screen and (max-width: 763px) { #eA2KneZ2noPTtlwEwhgH2Z1lD4Ah7Dzg { top:26rem;left:33.4375rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdHFFbvZeQZbebTODTx8cITdmnb2KWfe { top:10.8125rem;left:14.75rem;width:16.9375rem;height:11rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAQCsuP00AQ3nxqVCuazJb1Tn6g83tPb { top:22.9375rem;left:18rem;width:11.5625rem;height:2.2996317797157rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpGTk5qxWZUKWxgLTZyCk6kce9nQZ73s { top:25.8125rem;left:17.5625rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntkKus8ENJDPmtC1o40W8QF8HbSB1JvW { top:6.3125rem;left:38.25rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuanIHsm6Rl4KVlFfuaXpTWeGV0Biv2L { top:6.3125rem;left:7.125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6CUEwqublXt1tOQHvP4iAA2UkcJJa0p { display:block; }#A6CUEwqublXt1tOQHvP4iAA2UkcJJa0p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M4vt6ZTybhQmZ561mIhfQbRk42dq7vUi { top:0.5rem;left:0rem;width:26.5rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5Vfk6rEdvB8w48nboDXGvbkIIbFcTmf { top:0.5rem;left:21.125rem;width:26.5625rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrgEU5IooaMTb63Bmc4VTrMDQaFL4QcE { display:block; }#KrgEU5IooaMTb63Bmc4VTrMDQaFL4QcE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OKWfwa2p3DTCd1sd2qiyAL0S5ckyRxDW { top:0.5rem;left:0rem;width:26.5625rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAL6OEkwFUtMtyfswahvrdmrofK57Mfx { top:0.5rem;left:21.0625rem;width:26.5rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ii6PC521GSxooxF4156Ot25fbfc0RvsC { display:block; }#ii6PC521GSxooxF4156Ot25fbfc0RvsC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wAQT1RiJ7hsKwLRrUn0ul0K7TbQf2xlI { top:0.5rem;left:0rem;width:26.5625rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWirFscgbRaQXDtfGEgXwM3ngV0ctV7p { top:0.5rem;left:21.125rem;width:26.5625rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ou3l240IAzbOqHJkkxNp9Gdirpibv79G { display:block; }#ou3l240IAzbOqHJkkxNp9Gdirpibv79G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z8EdOv2kIQHoxtt4yN6eRr30McvavnPg { top:0.5rem;left:0rem;width:26.5625rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLQV4NPvOy8Ub3ob7KJg62gddnyFvVCl { top:0.5rem;left:21.125rem;width:26.5625rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c56Z6BDCHSoL2o3h7cLowd4SUncDINoq { display:block; }#c56Z6BDCHSoL2o3h7cLowd4SUncDINoq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hU0SQWm8cp7wVZtNUMENcbmsMruUfPZx { top:0.5rem;left:0rem;width:26.5625rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrX3dTQa0rrsoldrqcp9nlXBabULRNUd { top:0.5rem;left:21.125rem;width:26.5625rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIB8TVoC1unb93rZTC79G57NrkSgavbW { display:block; }#ZIB8TVoC1unb93rZTC79G57NrkSgavbW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U7qPOZsTbt3RtvxUmnIsKENb0ck4KbVJ { top:1.875rem;left:4.34375rem;width:39.0625rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQrF11czSfA5LA9NSRuIUzcEXiKI4o0v { top:4.875rem;left:4.34375rem;width:39.0625rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyHyWQAuQwOQsmuRCx2zvcOU95fW0QWh { width:20rem;height:3.75rem;top:8.9375rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNVlpflc14Z9pca8XDIpfsbLlbOODFTC { display:block; }
 }@media only screen and (max-width: 763px) { #N6whJb84FbbLBBkGHnfLtPSKQGxr2zrJ { width:20rem;height:3.75rem;top:8.9375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M739dnZ6b7TVMVNzVeZTLFqU3i8PayQS { display:block; }
 }@media only screen and (max-width: 763px) { #E3pV0V5G22xqEaBK0ONd1vxXt8GPK0ty { display:block; }#E3pV0V5G22xqEaBK0ONd1vxXt8GPK0ty > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vwqWWG5OmIrexboP3ZPgo5fV7K4ZFT9B { top:1rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lvuw7qngZFCHQyIUoqGuCHHyBUTG3ZaB { display:none; }#Lvuw7qngZFCHQyIUoqGuCHHyBUTG3ZaB > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BuU1A6FdxK3elsc4aUO3xKk5Bc8EhSey { width:22rem;height:4.0625rem;top:1.5625rem;left:25.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lNtXSFcDiqCi8S8cBlbPN86Wx1iCecqk { display:block; }
 }@media only screen and (max-width: 763px) { #uqtwVhwNHugXKeT53MebEvTbbHkyF2hK { width:22rem;height:4.0625rem;top:6.875rem;left:25.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xy7F8UhMJlRfJAXyqkIrqgL0GlUF7mP5 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;z-index:auto;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E6T9BcybHHgAcJkQggIu7x2r1wcRTNrJ { width:7.374875rem;height:7.374875rem;top:0rem;left:6.31103515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEzhTQRL3TaQuzRRicg2lBIMkmuJR1iF { width:20rem;height:4.0625rem;top:10.0625rem;left:0.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZIenJGf5C0rvJSD6S4GQRHstNpooWfda { display:block; }
 }@media only screen and (max-width: 763px) { #gZaz5OItmUDDOT5Ac1FKrRrrgVm83nJh { width:17.375rem;height:3.75rem;top:8.75rem;left:1.3125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CZvlJQ1lbLlDk2FWOJm7Shuy4TaPIiN7 { display:block; }
 }@media only screen and (max-width: 763px) { #lzTa7b16AOHd0vH5qDTOSBBwlDc8MvWm.widget-smartsection { display:block; } #lzTa7b16AOHd0vH5qDTOSBBwlDc8MvWm.widget-smartsection *:focus-visible, #lzTa7b16AOHd0vH5qDTOSBBwlDc8MvWm.widget-smartsection input[type="text"]:focus-visible, #lzTa7b16AOHd0vH5qDTOSBBwlDc8MvWm.widget-smartsection input[type="email"]:focus-visible, #lzTa7b16AOHd0vH5qDTOSBBwlDc8MvWm.widget-smartsection input[type="tel"]:focus-visible, #lzTa7b16AOHd0vH5qDTOSBBwlDc8MvWm.widget-smartsection textarea:focus-visible { outline: none; } #nxRCLDEpBmMuUAdhIhEbgwzmS2G3FZcW > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KXHNiSuol5I4xUKc7bonl9O70XTAwQ8h { background-color:transparent;background-image:url("https://images.assets-landingi.com/Hya5Up40/Christmas_Lights_Example_1024x576.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#KXHNiSuol5I4xUKc7bonl9O70XTAwQ8h.adaptive-delivery-prevent-bg, #KXHNiSuol5I4xUKc7bonl9O70XTAwQ8h.lazyload, #KXHNiSuol5I4xUKc7bonl9O70XTAwQ8h.lazyloading { background-image: none; }#KXHNiSuol5I4xUKc7bonl9O70XTAwQ8h > .row .container { background-color: transparent; background-image: none; }#KXHNiSuol5I4xUKc7bonl9O70XTAwQ8h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(53,53,53,0.49); }#KXHNiSuol5I4xUKc7bonl9O70XTAwQ8h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KXHNiSuol5I4xUKc7bonl9O70XTAwQ8h > .row .container > .video-iframe-container { display: none; }#KXHNiSuol5I4xUKc7bonl9O70XTAwQ8h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(53,53,53,0.49); }#KXHNiSuol5I4xUKc7bonl9O70XTAwQ8h > .row > .video-iframe-container { display: none; }#KXHNiSuol5I4xUKc7bonl9O70XTAwQ8h > .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); }#KXHNiSuol5I4xUKc7bonl9O70XTAwQ8h > .row .container { width:20rem;height:87.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE .widget-regular-label { width:17.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE .widget-input-text { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE .widget-input-text {padding-top: 0; padding-bottom: 0;}#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE .widget-textarea { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE .widget-input-select { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE .widget-input-select {padding-top: 0; padding-bottom: 0;}#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE .widget-input-button { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE  { width:17.25rem;height:auto;top:19.5rem;left:0rem; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE .radio-container { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE {display:block;}#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE { width:17.25rem;height:auto;top:19.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #ixbhmmMkexcANG1Tys34aFtJb4knKs16 {  }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #nO87tuemlU0EzOX5VfQxOG2T7o7nZ6en {  }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #orECX4uuCIGmfU2JiqOhz1a9NeLrrbm8 {  }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #VGaC1dcaBnFZoFrOggQ4k4B5C4HXTuiF {  }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #e1yu97B01F7ZuiwiUDztxCvZRLe2T5cW {  }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #gdVbt9EdP1mmX9LaJEhJz1Win7PC2fc9 {  }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #TGD88L2Tez0omyWD9VPMek7tPpPBAF91 { display:block; }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #U0Pa1T9aGHg7DzsTQEXHdel8ONQxwvbJ {  }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #guilIxPGz5uDC6vMWXbcKtg0O0JKlmtT {  }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #aMe4DCHw0wm6Gq5GUp04FqGmZm8p81yv { display:block; }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #IOMvF29cKWt36MwiBNJP0OgwpuvySU3K {  }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #gly8RmTrgXkHk4xJbSE8KulUipA2RfuZ {  }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #xkR5ABJ4293iwXzqfMpOALTZXzmIJ7Qy { display:block; }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #Z1m4CFf6Q5RW0gHnxg90yUQuUkAXxU8c {  }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #xxEOTVGNnRT6VmmLOzUIwbA386Lr7Gt0 {  }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #iZHTfRNcMufHN1iU7T6vsbflI9ylmWzs { display:block; }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #sntpCmuEEiJUeEeUchzlqbTCBWDTrRoi {  }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #FJJul2ZJ9VShHU5ET0bzP1CN3B0ZkWQZ {  }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #n7qDI8Ko4ErP7UX3WvMaDBbW6u5NDcyl {  }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #MakdUzODHJF8HNbkNVOcu9QnCyQoW5ie {  }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #BrCdpmJHI9B3ticSHkplyGJsaxTsm76Z {  }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #vLHXmPaqImPtUEs5F3rW0VmasEehiUpo { display:block; }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #kkKyRO5JK0TENb8TaWDRDxcpfQIJ0COD {  }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #nJ7Da8cGZqQ3Anyv1stT12SQrZvCO16z {  }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #wp9d7brnGfK1ObzfkEUEcZATANObkzMd { display:block; }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #eaiTkhA6wFMgWJTR5sJwqZQGH0riZWhO {  }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #m4oranTPIAHKs6SXZpBagu1EDGIFHXIH {  }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #TeQAKThMNcIa3i3rtIW8GSDVIL0cThle { display:block; }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #Fs6dGTVuPkdZ6ZtFmhO1n1vBfpt3d0Mm {  }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #cTiNIGpxV8KeG86IVOATFKeugicq2DTE {  }
#XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #cTiNIGpxV8KeG86IVOATFKeugicq2DTE .container-column{width:100%;} }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #GgBS1WFMJ7XW4cFH0UNu7b4o1rm9kmFR { display:block; }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #XG6BwnBc9IzoaZxyb16eEKKT1zsCBW7i {  }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #HgsTI8cZpDXVAvQJMPwdoi11mUQf9Xmd {  }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #E5y3533F4umptIGzdU3iMSKGxmm8b0ee {  }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #yroQXBgQorrTu2b1ezXBwUXotewB08sV {  }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #BlUkWqV1WLrhL9FlKmpciRd75CDqwlfZ {  }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #vEnVzIAyZmVU3KcgyrZHgqUcT9nfGvX3 {  }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #oqmsmgDMFVwbO0TSxxNFiv3tGFAnXViz {  }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #ZAhZbvNevqw0eMTXPJKiTvGShClGHi3c {  }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #zdkoHdTXW1IBJ5bochz7tF5Sd2rfbg9B { display:block; }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #sOGtnrIOzATfJJE1Gf65SuCwIqQCtQ9h {  }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #geBbphLyJoKMEQJdU2ilA8kHLxOcxGLw {  }
 }@media only screen and (max-width: 763px) { #XpiVVXJgZf4VWGqbSoWnJ3zDoTwtD7qE #dglZpmhOSOlVh0tSBhrbSzSzhiWySZhf {  }
 }@media only screen and (max-width: 763px) { #TZhiKEzrXOsDumDheQnuJQTpH6TKZH1U { width:10.4375rem;height:5.17516875rem;top:11.44921875rem;left:4.78125rem;font-size:4.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CugSqS53RkrlTt85yXizUsCvUzpUyTaD { width:20rem;height:1.625rem;top:16.810546875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kML6nytHR873BU9ec0MfE0dWmMbaohpb { width:3.9375rem;height:2.6001rem;top:14.0859375rem;left:15.21875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n2xkCTTW5yg0JciyWEvS63GFPKcsgThi { width:5.5rem;height:2.6001rem;top:10.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ogKLpLeCi12STtAH8r6yWTfq0LiX59Fh { width:12.5rem;height:0.3125rem;top:10.25rem;left:3.75rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #NcKqSDPB55MiQHNAJcpKZcWcZomhON1Q { width:19.875rem;height:6.09375rem;top:4.1875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LW54VsCaqL2q1IRkBtZRcpf8EqDqTPCM { width:20rem;height:3.08715625rem;top:1.375rem;left:0rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ivJxvivyGDCA2MTNHpWee2qMrWmFxyLf { background-color:transparent;background-image:url("https://images.assets-landingi.com/Hya5Up40/Christmas_Lights_Example_1024x576.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#ivJxvivyGDCA2MTNHpWee2qMrWmFxyLf.adaptive-delivery-prevent-bg, #ivJxvivyGDCA2MTNHpWee2qMrWmFxyLf.lazyload, #ivJxvivyGDCA2MTNHpWee2qMrWmFxyLf.lazyloading { background-image: none; }#ivJxvivyGDCA2MTNHpWee2qMrWmFxyLf > .row .container { width:20rem;height:43.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tRxMuB9lChEnlWJxzgAz7IJz0XeuFQxi { width:20rem;height:6.3375rem;top:1.625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ylvJOs3k6slAIDBcOwaxpoB3C6fa62Da { width:20rem;height:9.75rem;top:8.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tDoUlNgAdQJ8BRuk5zeyh6kgQtw9uv0S { width:19.375rem;height:19.5rem;top:20.187321662903rem;left:0rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RD6sTWOEK2LCX3LTtvUbJR6GV1h0aQPT { width:17.1875rem;height:4.875rem;top:21.4375rem;left:1.40625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uweMTwDQe402cWlITtXo6xupE2MaNtrp .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#uweMTwDQe402cWlITtXo6xupE2MaNtrp .widget-text.counter-number { padding-top:0.401875rem;padding-right:0.349375rem;padding-bottom:0.401875rem;padding-left:0.349375rem;width:2.09625rem;min-width:2.09625rem;height:2.160625rem;font-size:1.608125rem;line-height:34.57px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.150625rem solid #139a57;border-right:0.149375rem solid #139a57;border-bottom:0.150625rem solid #139a57;border-left:0.149375rem solid #139a57; }
#uweMTwDQe402cWlITtXo6xupE2MaNtrp .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.25125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.795625rem;height:0.85375rem;font-size:0.603125rem;line-height:13.66px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#uweMTwDQe402cWlITtXo6xupE2MaNtrp { width:16.3739375rem;height:4.36979375rem;display:flex;top:28.311459541321rem;left:1.4281250238419rem;z-index:15005;padding-top:0.05rem;padding-right:0.05rem;padding-bottom:0.05rem;padding-left:0.05rem;border-top:0.401875rem solid #ffffff;border-left:0.399375rem solid #ffffff;border-right:0.399375rem solid #ffffff;border-bottom:0.401875rem solid #ffffff; }
 }@media only screen and (max-width: 763px) { #uweMTwDQe402cWlITtXo6xupE2MaNtrp #ZRlgUDVkOOxAsOAOEsBIyp4MQzMvyWoP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uweMTwDQe402cWlITtXo6xupE2MaNtrp #Fnd0abenRBQ13F8e1XXvt1KNRB7Zs78q {  }
 }@media only screen and (max-width: 763px) { #uweMTwDQe402cWlITtXo6xupE2MaNtrp #teo9tzKi0f08TKzlTGivCF9vNvlwL8Lq {  }
 }@media only screen and (max-width: 763px) { #uweMTwDQe402cWlITtXo6xupE2MaNtrp #R1KpKHMRys7hCGBsn9bdq912ugx4Kcul { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uweMTwDQe402cWlITtXo6xupE2MaNtrp #KgdT2qKaOtfQirM9lG2T1atqBNcfPRkC {  }
 }@media only screen and (max-width: 763px) { #uweMTwDQe402cWlITtXo6xupE2MaNtrp #PqGAqQqnxxTZP0aIaLfvpH8krwAXF2xy {  }
 }@media only screen and (max-width: 763px) { #uweMTwDQe402cWlITtXo6xupE2MaNtrp #vBmVsrt4WgLLKOvO2vA9d7XaR3TS81cH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uweMTwDQe402cWlITtXo6xupE2MaNtrp #WeJ0lWRdTHuvgS5a2ocPCyAiGkIGSmQR {  }
 }@media only screen and (max-width: 763px) { #uweMTwDQe402cWlITtXo6xupE2MaNtrp #qTHsnZuIPKb7czv8snZLItEofK0uTX1D {  }
 }@media only screen and (max-width: 763px) { #uweMTwDQe402cWlITtXo6xupE2MaNtrp #MivNU5Ll3iOTqqyRpD7JwrFM4TMBzPMw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uweMTwDQe402cWlITtXo6xupE2MaNtrp #iQVaCyGaEI6byw4PRm4QnVwHUkILr9XQ {  }
 }@media only screen and (max-width: 763px) { #uweMTwDQe402cWlITtXo6xupE2MaNtrp #TsFyg65NHl6CQsxN9BRTeq4Ky5rR3UoK {  }
 }@media only screen and (max-width: 763px) { #hXaaEB65yk959VoXW6acp6Eo4gCgfnLe { width:18.75rem;height:3.5rem;top:35.458982467651rem;left:0.62411218881607rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3V3vgIKgOCAIunuDaiHlyGkIRRQq9ET { display:block; }
 }@media only screen and (max-width: 763px) { #NMqeQcGWlAhgE0nbABJUNPWHF2ggRTWN { width:19.25rem;height:5.125rem;top:21.405210494995rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKSM8B2p01qqSNAXhK269kWDdC3GD1ST { display:block; }#MKSM8B2p01qqSNAXhK269kWDdC3GD1ST > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OE13IU6lN5xiaGFUHfH4OK1508ITHidJ { width:19.5rem;height:13rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OF0PTpfXExKyySbmiQ5lHDwJXnz2MTJs { width:20rem;height:13.3125rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V65nOVhXMuAuu7LFyidFwRDlouDAaXF5 { width:12.5rem;height:2.275rem;top:1.25rem;left:3.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EucNgobv4xl4N5oeLvcG6TssMpEa10oe { width:12.5rem;height:2.275rem;top:18.4375rem;left:3.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKiZdGalhq0TGlqUKOEQExQmR4ygfTs5 { display:none; }#sKiZdGalhq0TGlqUKOEQExQmR4ygfTs5 > .row .container { width:20rem;height:56.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ORPTJgNVpCLqvaXcpv52oKpSAO7MoVME { width:20rem;height:13.3125rem;top:19.8076171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCT4LMZkK0mgRaaB5Tw3gRyw1hzPyHEJ { width:20rem;height:13.3125rem;top:42.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVhTnW3gVdiUuvqJJJoyz7rq8oTekB2l { width:18.8125rem;height:2.275rem;top:12.223958492279rem;left:0.59375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S31sCNCE7HorG97Rd6AshMkVF8a6gaDK { width:12.5rem;height:2.275rem;top:34.75rem;left:3.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qFD12N0s8BkAk05BldOydcnTAwOXFpi0 { width:20rem;height:9.1rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QBTceK2Qt4CdPRmreeyHwEJfVBLTnv6P { width:20rem;height:3.25rem;top:15.120125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V8Iy9MTUZAUdT8Bc8H3oSE0IVlRKTb3u { width:20rem;height:3.25rem;top:37.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #scIOLEorJJubkWONVPCiMA2kuJT8DLbK { display:none; }#scIOLEorJJubkWONVPCiMA2kuJT8DLbK > .row .container { width:20rem;height:41.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bCppvlXFcEgHgNooIqh58zgTtQtCKIba { width:19.5rem;height:13rem;top:9.59765625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oooWq4pR3WftLkZDOeEs8btpcwewnNAN { width:20rem;height:13.3125rem;top:27.046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7A9aRZ0ysr7eSNNADSahpZPH0k2HW55 { width:20rem;height:1.94921875rem;top:7.3984375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #haaPRUKT93gx9rfsW7WQqs6OBWwoM2oX { width:20rem;height:1.94921875rem;top:24.84765625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZXlTOoBHT7Gr7qPRWHJZ8CyQ4qGX1BSu { width:20rem;height:5.84765625rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u6mgnKcBZlpk8ZlzDod5QcpuIDiKEu3M { display:none; }#u6mgnKcBZlpk8ZlzDod5QcpuIDiKEu3M > .row .container { width:20rem;height:20.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GtAhwW28lDNWB27GbvZcghHdsvC4ufkg { width:9.0625rem;height:2.875rem;top:2.125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ht5e2xD91L3mJuGGGOoNA1r6apUCRP2o { width:9.0625rem;height:1.75rem;top:2.6875rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZyJ3UmatBhdG5OU0Zlp3C7xerZFmw1b { width:8.3125rem;height:3.875rem;top:10.125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbBLcMgTpflG9p4UxIfiVCEFppfpU1Nl { width:9.625rem;height:3.25rem;top:10.4375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhLZyzRoTCWrk2wT4k7fpTb3ECPOfzzx { width:9.4375rem;height:1.6875rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPwoyXRLdQdRdX9TRm1Ty1riAddJoxg0 { width:9.4375rem;height:1.8125rem;top:5.5rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gtn2Tz2Kgml3QmI0yGIJAtqGwlWKTvBa { width:9.4375rem;height:1.8125rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xxe5oNEFVsdTuWgRzLknl0QcsoHlXEvM { width:9.4375rem;height:1.8125rem;top:14.5625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ha4bS1ptDClqAyoN4sP4myqNhmr1QTHq { width:9.375rem;height:1.1375rem;top:7.9375rem;left:0.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Dsipo182pMCfKUCE5c3f1SqiTzkwsw7K { width:9.1875rem;height:1.1375rem;top:7.9375rem;left:10.6875rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #wq0pGVrz9Irpy6O9SwICUsoAG8JOWNro { width:8.75rem;height:1.1375rem;top:17.25rem;left:0.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oSsy1GG0p18S3Qe59vVatDtgq9iyKK8T { width:8.75rem;height:1.1375rem;top:17.25rem;left:10.84375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Sxgpvl8K0WaVyPIKSGotRXHkukcyphas { display:none; }#Sxgpvl8K0WaVyPIKSGotRXHkukcyphas > .row .container { width:20rem;height:15.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MOaUXdrka7lJA62EBfuSSS7XU4ikVSQ2 { width:8.25rem;height:2.5rem;top:0.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #APeSXrv2hrXTxgaZeHKnhAJUUThLhWfq { width:10.0625rem;height:1.875rem;top:1rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxdaZAmIXXpAfPyslkTUlSKstX2L8Uby { width:8.9375rem;height:1.5625rem;top:3.4375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RihrRCOSKxBKsraxk65UtB9y2id12TI3 { width:9.0625rem;height:1.6875rem;top:3.3125rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQTRU10O4XZTZcn9x1t8wDE7Q7sa9pA4 { width:12.5rem;height:1.1375rem;top:13.375rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AGAyGZXOPNU6vZiir29na6ZnbTDflUag { width:10.5625rem;height:2.0625rem;top:11.3125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKWnhRfCDHnmZThJ70EX3xo1r6lu75KH { width:9.4375rem;height:4.5625rem;top:6.75rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eP6wESfkLKp9Txir2DdA2wKsbGWhcXdm { width:10.5rem;height:1.1375rem;top:5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t9nLBT98SrQDtzqL0WyTM5rPQnaOsO0m { width:10rem;height:1.1375rem;top:5rem;left:10rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zp8nETDEfBAMbzBDyn36PN0Wgcd5U4qo { display:block; }#zp8nETDEfBAMbzBDyn36PN0Wgcd5U4qo > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G4HNmBDZXDAzsy27MRlVoMTdG3D1VZMc { width:20rem;height:13.0005rem;top:0.4742431640625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuOzvgZdoTC7CMEAHqGTaVBpKzJqT0TK { display:block; }#BuOzvgZdoTC7CMEAHqGTaVBpKzJqT0TK > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pg0EAW4GwfxcI721AInOhm7fc58vkQqo { width:8.5rem;height:2.8125rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppJTclwnx7htVBxRe90D049PPvoW5zUe { width:8.9375rem;height:1.6875rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggTgMAhFyLM8TvZI9oTqRVIvOCpPCKVm { width:9.375rem;height:1.13769375rem;top:6.3125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JKdlACKmrhJXzow3d2beSxx0sZgmhUMw { width:9.625rem;height:1.875rem;top:2.28125rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqi7b4w5DGnaDH2sxH6RtMJPPeEubUCw { width:8.9375rem;height:1.6875rem;top:4.625rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpy9MGfbsvGO0Eg8mxzJ2HIlvwIrmdLk { width:9.375rem;height:1.13769375rem;top:6.3125rem;left:10.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B1ron2nVubuz5InEAtrNJT7J0Hfa6NRK { display:block; }#B1ron2nVubuz5InEAtrNJT7J0Hfa6NRK > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QHyAnt0iORXgXilldVqgwLs4UJSwDyG7 { width:20rem;height:2.6001rem;top:0.94921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfnxdDRHkTRmZSJELQMlr2EEMTgI9RiP { display:block; }#RfnxdDRHkTRmZSJELQMlr2EEMTgI9RiP > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vvq5qvArUMg3MTWQFK3n7EmshiE9vvTS { width:13.375rem;height:8.875rem;top:3.8125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaWseRtgqMLXek6qhQA1xxlmDD1ECTJP { width:7.3125rem;height:1.4619125rem;top:1.45703125rem;left:6.34375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BASVzu7IQF0CpQRv7nLwR7BupJeOhfGD { width:13.375rem;height:8.875rem;top:16.1875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV2XKMyhR3tGmAAzJIWi0bGSLl54JKeV { width:7.3125rem;height:1.4619125rem;top:13.9375rem;left:6.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pF1EnhAlpgidtJwsN0F3tiiCrTMi1V3i { width:11.5rem;height:1.4619125rem;top:26.25rem;left:4.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e1lBmkpRE1dFm1tva4kid4oIuKL3lwR8 { width:13.375rem;height:8.9375rem;top:28.5625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4aiVkb3zJTBy4lvl6r9qQ6Bsa9ohQK2 { width:11.5rem;height:1.4619125rem;top:38.75rem;left:4.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nc8WQSvcRB0cmTHVepvmcoIFyWwvKtF5 { width:13.375rem;height:8.875rem;top:41.1875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzTId7cKSnSfaAqT2So0F3OE3xK49l6V { width:13.375rem;height:1.875rem;top:1.25rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTTT5Wkp7OCXsEglSO8zdSLT76VLRB62 { width:13.375rem;height:1.875rem;top:13.75rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfcQin6s3KkRrQg0XyXI3SkytphanKWV { width:13.375rem;height:1.875rem;top:26.0625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsetIK1alFGDo8MrbmeNRuCh0wgpSGTg { width:13.375rem;height:1.875rem;top:38.5625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lezzhi6T3Lox3tD0lCrxA0kQ8JqQvDMT { display:none; }#lezzhi6T3Lox3tD0lCrxA0kQ8JqQvDMT > .row .container { width:20rem;height:170.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wPmHGOPLXDuLlwwF9taUHsaHkmbFSwP5 { width:20rem;height:1.7875rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a8s4RtzzUENsyFpZQfSMvFDxHOBTlmfA { width:20rem;height:4.72265625rem;top:4.3333333730697rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #b1mctybCxeWnOW1Qfkh1Qk2rl0n3z6dA { width:20rem;height:1.70625rem;top:16.061789512634rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OhiHeN3dLDg8xTPvT2KydFyTGEaJeAMo { width:20rem;height:4.0625rem;top:83.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zxh0BSiAAkNIbLBaRiR5syyT5RXPsLPo { display:block; }
 }@media only screen and (max-width: 763px) { #n1BTm8Hf67tyu19cECoTnH3KBcPiTT06 { width:20rem;height:11.375rem;top:18.3125rem;left:0rem;font-size:1.125rem;display:block; }#n1BTm8Hf67tyu19cECoTnH3KBcPiTT06 li:before{  }
 }@media only screen and (max-width: 763px) { #GyDGW24ud2QwJB49TKq5QqZNE7Eg1LV8 { width:20rem;height:4.75rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdRpLSftpXWnu1H4GqohSu7R7wx2OOFn { width:17.4369375rem;height:3.25rem;top:10.748400688171rem;left:1.2801845669746rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gxPZch7f7mHG3ZhDA6q6OC13UTK1kU1i { width:15.625rem;height:9.375rem;top:72.4375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLGB7rrRVyezSJe6A4M87gxPgAaRhVL2 { width:15.5rem;height:10.3125rem;top:59.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNw9znJWAVyUcn2s2ECzqmaZ16yT80CK { width:11.5rem;height:1.4625rem;top:57.5rem;left:4.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xVzUSRpv4vTlHimZHKAvVn3TrZKkpDy4 { width:11.5rem;height:1.4625rem;top:70.6875rem;left:4.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fTURJ4didhRD5eX1BuQe1DLyu0W4J6K8 { width:15.625rem;height:10.375rem;top:32.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2rqIQ8v7zit4Demf1skuvuCdz1vK0uM { width:15.625rem;height:10.375rem;top:45.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UM9D9lofPvGKuuezAffEZf8oZCEN5pnK { width:7.3125rem;height:1.4625rem;top:31.25rem;left:5.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w6uQ76UEeGVJX8rlw1a8EATICTCzpmtT { width:7.3125rem;height:1.4625rem;top:43.9375rem;left:6.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IrmvmwOrqA1oCoWwQLeMyyZHXNlDu2kx { display:block; }#IrmvmwOrqA1oCoWwQLeMyyZHXNlDu2kx > .row .container { width:20rem;height:68.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lSXSTTyXpV92BNlVUu0TraghdT7PxMXM { width:4.5625rem;height:4.5625rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hq8xihxGbFIdwZ47Z44CJP1sLvAlSlIS { width:13.75rem;height:1.38139375rem;top:2.0625rem;left:6.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OTSVDW3fxIPSnMNQB335SLPgQlLbuyu1 { width:13.75rem;height:6.7993125rem;top:4.125rem;left:6.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HJZudZXSTW3LveUVhcWBQXHIQQ8TGdiP { width:4.5625rem;height:4.5625rem;top:16.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdAT74PaTUctc2DeWVWWkhVJGv7ifTJI { width:13.75rem;height:1.38139375rem;top:15.25rem;left:6.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mcXBU0obME1TeJhAa9exloyZuqTdng0h { width:13.75rem;height:6.7993125rem;top:16.5625rem;left:6.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rKHohD1Lhs9BSIfF2tocrP6oOaXAfzfv { width:4.5625rem;height:4.5625rem;top:61.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FI41vzKMnLiNS4kS1iOqA0UqfhTk35D4 { width:13.75rem;height:1.38139375rem;top:59.6875rem;left:6.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FoGL90T2yvBtmPNtoruKhxn2C92G4KzE { width:13.75rem;height:5.0994875rem;top:61.0625rem;left:6.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hJmUaVHybENGnnDEriXLwxIeL53WdQDr { width:4.5625rem;height:4.5625rem;top:26.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJrWzG6rFNRy4JamICTCeNl9L6sFMMxs { width:13.75rem;height:1.38139375rem;top:26.3125rem;left:6.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qqFicSvqI3hxAS32UCsXT1xdosBxKduh { width:13.75rem;height:5.0994875rem;top:27.6875rem;left:6.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MV4FGkkU1TweQfQxsepttpz5mDIgMNtU { width:4.5625rem;height:4.5625rem;top:38.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hz4TrUhiix7bzlO5S2uv41ynIXTuqq4f { width:4.5625rem;height:4.5625rem;top:49.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlHEcWC6OTnPk0XpDcc2TlvFPoHUywUE { width:13.75rem;height:1.38139375rem;top:47.875rem;left:6.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fLwSoIB2EoUPycBdPxpQmhbsL9Tq7bTH { width:13.75rem;height:6.7993125rem;top:49.25rem;left:6.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kMvCrAWw7oRlr0oURMnZ5FoRzNS7RoDK { width:13.75rem;height:1.38139375rem;top:36.6875rem;left:6.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mOw1WoHVvmrHlq7OJmn2lBELlrCfI7PQ { width:13.75rem;height:6.7993125rem;top:38.0625rem;left:6.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TNRzyaSilEFpWvpTgVlBTVfVT7t0hnLK { display:block; }#TNRzyaSilEFpWvpTgVlBTVfVT7t0hnLK > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p2fk8ozvRdqDhz1dXNai4waP0JzfFMil { width:20rem;height:3.75rem;top:5.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUxEWMUsEy7pFcu0ufpczpmRhL7NWgUI { display:block; }
 }@media only screen and (max-width: 763px) { #DEV5vHNVxTqqTv7fThrT4XTR1nWXEMGI { width:20rem;height:3.75rem;top:0.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIXCTRLtkmHyqFsNfueqOdTsxggIsESc { display:block; }
 }@media only screen and (max-width: 763px) { #raqTLT0ZyZl54THUJ01tkOVuwfOnTZwL { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/72944be1-963a-48e5-a594-d4168451b3fc/resized2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#raqTLT0ZyZl54THUJ01tkOVuwfOnTZwL.adaptive-delivery-prevent-bg, #raqTLT0ZyZl54THUJ01tkOVuwfOnTZwL.lazyload, #raqTLT0ZyZl54THUJ01tkOVuwfOnTZwL.lazyloading { background-image: none; }#raqTLT0ZyZl54THUJ01tkOVuwfOnTZwL > .row .container { background-color: transparent; background-image: none; }#raqTLT0ZyZl54THUJ01tkOVuwfOnTZwL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#raqTLT0ZyZl54THUJ01tkOVuwfOnTZwL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#raqTLT0ZyZl54THUJ01tkOVuwfOnTZwL > .row .container > .video-iframe-container { display: none; }#raqTLT0ZyZl54THUJ01tkOVuwfOnTZwL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#raqTLT0ZyZl54THUJ01tkOVuwfOnTZwL > .row > .video-iframe-container { display: none; }#raqTLT0ZyZl54THUJ01tkOVuwfOnTZwL > .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); }#raqTLT0ZyZl54THUJ01tkOVuwfOnTZwL > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kbmFL2TPiGmrFddpUHBOg5TPUFSQsNsl { display:block; }#kbmFL2TPiGmrFddpUHBOg5TPUFSQsNsl > .row .container { width:20rem;height:65.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vFT5UxUu1ErZ50A0Zb28hul9yqvy3OF3 { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G7E50nqTmhkuNDDK9uqClKCvlrlP5lko { width:20rem;height:9.44825rem;top:8.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FT2dPa8IFtVLDdup7gIJWhazncKGrNaO { width:11.375rem;height:2.25rem;top:19.0625rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtwiS8bRwmgnLJIqCDiIqTThq0mSAQWy { width:12.5rem;height:1.70593125rem;top:21.5625rem;left:3.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KpWZGioztET0sZtHyX2G6T03etN0O2if { width:20rem;height:11.0229375rem;top:47.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T0JhcFKEqIGWdacKRfEPJ34STPAD63IW { width:11.375rem;height:2.1875rem;top:59.0625rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eA2KneZ2noPTtlwEwhgH2Z1lD4Ah7Dzg { width:12.5rem;height:1.70593125rem;top:61.875rem;left:3.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HdHFFbvZeQZbebTODTx8cITdmnb2KWfe { width:18.49975rem;height:11.8090625rem;top:25.5810546875rem;left:0.74951171875rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #oAQCsuP00AQ3nxqVCuazJb1Tn6g83tPb { width:11.3745rem;height:2.24975625rem;top:37.35107421875rem;left:4.3121337890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpGTk5qxWZUKWxgLTZyCk6kce9nQZ73s { width:12.5rem;height:1.70593125rem;top:39.749267578125rem;left:3.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ntkKus8ENJDPmtC1o40W8QF8HbSB1JvW { width:3.125rem;height:3.125rem;top:42.9375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuanIHsm6Rl4KVlFfuaXpTWeGV0Biv2L { width:3.125rem;height:3.125rem;top:4.6240234375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6CUEwqublXt1tOQHvP4iAA2UkcJJa0p { display:block; }#A6CUEwqublXt1tOQHvP4iAA2UkcJJa0p > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M4vt6ZTybhQmZ561mIhfQbRk42dq7vUi { width:19.8748125rem;height:13.2493125rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5Vfk6rEdvB8w48nboDXGvbkIIbFcTmf { width:20rem;height:13.25rem;top:15.7493125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrgEU5IooaMTb63Bmc4VTrMDQaFL4QcE { display:block; }#KrgEU5IooaMTb63Bmc4VTrMDQaFL4QcE > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OKWfwa2p3DTCd1sd2qiyAL0S5ckyRxDW { width:20rem;height:13.3123125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAL6OEkwFUtMtyfswahvrdmrofK57Mfx { width:20rem;height:13.3125rem;top:15.8114375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ii6PC521GSxooxF4156Ot25fbfc0RvsC { display:block; }#ii6PC521GSxooxF4156Ot25fbfc0RvsC > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wAQT1RiJ7hsKwLRrUn0ul0K7TbQf2xlI { width:20rem;height:13.3123125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWirFscgbRaQXDtfGEgXwM3ngV0ctV7p { width:20rem;height:13.3123125rem;top:15.8114375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ou3l240IAzbOqHJkkxNp9Gdirpibv79G { display:block; }#ou3l240IAzbOqHJkkxNp9Gdirpibv79G > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z8EdOv2kIQHoxtt4yN6eRr30McvavnPg { width:19.8748125rem;height:13.2493125rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLQV4NPvOy8Ub3ob7KJg62gddnyFvVCl { width:20rem;height:13.3123125rem;top:15.7493125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c56Z6BDCHSoL2o3h7cLowd4SUncDINoq { display:block; }#c56Z6BDCHSoL2o3h7cLowd4SUncDINoq > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hU0SQWm8cp7wVZtNUMENcbmsMruUfPZx { width:20rem;height:13.3123125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrX3dTQa0rrsoldrqcp9nlXBabULRNUd { width:20rem;height:13.3123125rem;top:15.8114375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIB8TVoC1unb93rZTC79G57NrkSgavbW { display:block; }#ZIB8TVoC1unb93rZTC79G57NrkSgavbW > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U7qPOZsTbt3RtvxUmnIsKENb0ck4KbVJ { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fQrF11czSfA5LA9NSRuIUzcEXiKI4o0v { width:20rem;height:2.99926875rem;top:5.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #iyHyWQAuQwOQsmuRCx2zvcOU95fW0QWh { width:20rem;height:4.0625rem;top:14.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNVlpflc14Z9pca8XDIpfsbLlbOODFTC { display:block; }
 }@media only screen and (max-width: 763px) { #N6whJb84FbbLBBkGHnfLtPSKQGxr2zrJ { width:20rem;height:3.75rem;top:9.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M739dnZ6b7TVMVNzVeZTLFqU3i8PayQS { display:block; }
 }@media only screen and (max-width: 763px) { #E3pV0V5G22xqEaBK0ONd1vxXt8GPK0ty { display:block; }#E3pV0V5G22xqEaBK0ONd1vxXt8GPK0ty > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vwqWWG5OmIrexboP3ZPgo5fV7K4ZFT9B { width:20rem;height:4.550775rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lvuw7qngZFCHQyIUoqGuCHHyBUTG3ZaB { 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;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#Lvuw7qngZFCHQyIUoqGuCHHyBUTG3ZaB > .row .container { background-color: transparent; background-image: none; }#Lvuw7qngZFCHQyIUoqGuCHHyBUTG3ZaB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lvuw7qngZFCHQyIUoqGuCHHyBUTG3ZaB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lvuw7qngZFCHQyIUoqGuCHHyBUTG3ZaB > .row .container > .video-iframe-container { display: none; }#Lvuw7qngZFCHQyIUoqGuCHHyBUTG3ZaB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lvuw7qngZFCHQyIUoqGuCHHyBUTG3ZaB > .row > .video-iframe-container { display: none; }#Lvuw7qngZFCHQyIUoqGuCHHyBUTG3ZaB > .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); }#Lvuw7qngZFCHQyIUoqGuCHHyBUTG3ZaB > .row .container { border-width: 0; border-radius: 0; }#Lvuw7qngZFCHQyIUoqGuCHHyBUTG3ZaB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lvuw7qngZFCHQyIUoqGuCHHyBUTG3ZaB > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BuU1A6FdxK3elsc4aUO3xKk5Bc8EhSey { width:20rem;height:3.125rem;top:0.3125rem;left:0rem;font-size:1.3125rem;z-index:15007;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #139a57, #145923);background-image: -moz-linear-gradient(180deg, #139a57, #145923);background-image: -ms-linear-gradient(180deg, #139a57, #145923);background-image: -o-linear-gradient(180deg, #139a57, #145923);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#139a57', endColorstr='#145923' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#139a57', endColorstr='#145923' );";background-image: linear-gradient(180deg, #139a57, #145923);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #lNtXSFcDiqCi8S8cBlbPN86Wx1iCecqk { display:block; }
 }@media only screen and (max-width: 763px) { #uqtwVhwNHugXKeT53MebEvTbbHkyF2hK { width:20rem;height:3.125rem;top:3.75rem;left:0rem;font-size:1.3125rem;z-index:15009;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.125rem solid #145923;border-left:0.125rem solid #145923;border-right:0.125rem solid #145923;border-bottom:0.125rem solid #145923;color:#145923;display:block; }
 }@media only screen and (max-width: 763px) { #Xy7F8UhMJlRfJAXyqkIrqgL0GlUF7mP5 { display:block; }
 }