.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;
}
html,
body {
  font-size: 16px;
}
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;
}
@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:transparent;background-image:none;position:relative;display:block; }
#RfCF86mC6czgNBqhP42hQ4K3wMdwNSNI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RfCF86mC6czgNBqhP42hQ4K3wMdwNSNI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RfCF86mC6czgNBqhP42hQ4K3wMdwNSNI > .row > .video-iframe-container { display: none; }#RfCF86mC6czgNBqhP42hQ4K3wMdwNSNI > .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); }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/eec7ea56-4ba1-4d92-bb8f-6a98339d67ac/20211127_171648copy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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;z-index:auto;display:block; }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP.adaptive-delivery-prevent-bg, #umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP.lazyload, #umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP.lazyloading { background-image: none; }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP > .row .container { background-color: transparent; background-image: none; }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(106,191,75,0.83); }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP > .row .container > .video-iframe-container { display: none; }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(106,191,75,0.83); }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP > .row > .video-iframe-container { display: none; }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP > .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); }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP > .row .container { border-width: 0; border-radius: 0; }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP::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; }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP > .row .container { font-size:0.875rem;font-family:arial;height:49.75rem;width:60rem;position:relative;display:block; }#iBuBxsf3IGBUurUTHVSHaoRu2ZlEHxG1 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #070002;top:35.0625rem;left:0rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oaGS1FTftvVukLyTHiEIogtx2PPuXp47 { display:block;width:52.8125rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.0625rem 0.125rem #070002;top:22.1875rem;left:3.59375rem;height:10.2363125rem;text-align:center;text-align-last:center;color:#ffffff;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; }
#aQqnlkJpiIB4lPtX81wSOMusgyFmHqqu { background-color:#c82027;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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:38.8125rem;left:15.3125rem;display:block; }
#IovxitIQ7fMNUTr9a8r5lZsJTTHDzHQ2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#abgD0r9yl0QmxZ8XXAtkrtM5XwkVdTrE { background-color:#064b9e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:38.8125rem;left:32.125rem;display:block; }
#qtiyKZ0Eo64B4pfOlHdcP7JSywJ8OTzI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QsG10oITpt0PZpUnbeV3N9mzTH2VntB7 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13rem;width:60rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:5.5rem;left:0rem;overflow:hidden;display:block; }
#r4nLDFD7ivbq9dRQ5niwAOHXSesNEoiM { color:#ffffff;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.0625rem 0.1875rem #313131;top:44.1875rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#WZpmMKRsFBQJbP4BQW9oLKE25pUOx4Bs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WZpmMKRsFBQJbP4BQW9oLKE25pUOx4Bs > .row .container { background-color: transparent; background-image: none; }#WZpmMKRsFBQJbP4BQW9oLKE25pUOx4Bs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZpmMKRsFBQJbP4BQW9oLKE25pUOx4Bs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZpmMKRsFBQJbP4BQW9oLKE25pUOx4Bs > .row .container > .video-iframe-container { display: none; }#WZpmMKRsFBQJbP4BQW9oLKE25pUOx4Bs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZpmMKRsFBQJbP4BQW9oLKE25pUOx4Bs > .row > .video-iframe-container { display: none; }#WZpmMKRsFBQJbP4BQW9oLKE25pUOx4Bs > .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); }#WZpmMKRsFBQJbP4BQW9oLKE25pUOx4Bs > .row .container { border-width: 0; border-radius: 0; }#WZpmMKRsFBQJbP4BQW9oLKE25pUOx4Bs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WZpmMKRsFBQJbP4BQW9oLKE25pUOx4Bs > .row .container { font-size:0.875rem;font-family:arial;height:41.0625rem;width:60rem;position:relative;display:block; }#s24ycW4QnRdCu1aslm9a4ZELvkw0gN7Z { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:13.5rem;top:14.8125rem;left:0rem;display:block; }
#Z3WSlTpgPesT091fcRDC91tCvufLkTyi { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:20.6875rem;left:0.375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DDod6p6JUZV6A1IkGB8J5iuJzQxEXUX9 { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:24.3125rem;left:1.125rem;height:5.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wwyOSeIe06F4OSs9vCPiX1oRuHU18A4i { color:#000000;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.5625rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gwq5eQXboCRzGebzF9dOVkCnV0PiU9JT { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;top:17.0625rem;left:5.6875rem; }
#tuhPdVIib9wzG6fUIT65CTp6TUKKqy5e { position:absolute;display:block;z-index:15026;background-color:#13d41a;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:0.56241125rem;width:1.06223125rem;top:19rem;left:5.6875rem;display:block; }
#kgTJfkOakxFoRXqs0VSZQTNwWC56Tq8r { position:absolute;display:block;z-index:15007;background-color:#13d41a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.37473125rem;width:1.37473125rem;top:17.5625rem;left:7.5rem;display:block; }
#TeO2TmvQRkTlJI69pZJGZKdk1PlzxNR2 { position:absolute;display:block;z-index:15003;background-color:#232020;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.5625rem;top:31.0625rem;left:0.1875rem;display:block; }
#WUSGRNXtN0KnyhFXpUvScRHTHD4bpIX8 { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:13.5rem;top:14.8125rem;left:15.5625rem;display:block; }
#vR5ewX36s4xdaD6dDU0wkKT6HFcnatBF { position:absolute;display:block;z-index:15010;background-color:#232020;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.5625rem;top:31.0625rem;left:15.75rem;display:block; }
#KbH32oVQzisMoIhWL2lP43VszKKm2MHi { color:#333333;display:block;width:12.1249375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:24.3125rem;left:16.4375rem;height:5.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wp4tw9kETPu7f70Ftw1z6rUtXxLw9qkq { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:20.75rem;left:15.9375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FCQyGC5knzf3U0aDFMVEChQfTeFluCdJ { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;top:17.0625rem;left:21.25rem; }
#aPGbpJuDVOTu57oNCGPSNWuMtVVXKUBr { position:absolute;display:block;z-index:15033;background-color:#13d41a;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:0.5625rem;width:1.0625rem;top:19.0625rem;left:21.25rem;display:block; }
#AzanAEV5y30C6PifCcBKm86ZtsG8QqLs { position:absolute;display:block;z-index:15014;background-color:#13d41a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.375rem;width:1.375rem;top:17.5625rem;left:23.0625rem;display:block; }
#TDVBxmTE2VdnTMBIh8wqVhdBkM24Q5w5 { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:13.5rem;top:14.8125rem;left:45.625rem;display:block; }
#r0gZFUInffk3cyG98K2tTTEOU1fdbnB2 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;top:17.0625rem;left:51.3125rem; }
#Lqu5UoVTifKOTgdZIEoqtAn58VNZIIQ0 { position:absolute;display:block;z-index:15021;background-color:#13d41a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.375rem;width:1.375rem;top:17.5625rem;left:53.125rem;display:block; }
#BbUriHRQ6RQRhP1VMahQ6wM4Z8Rhcu1X { position:absolute;display:block;z-index:15040;background-color:#13d41a;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:0.5625rem;width:1.0625rem;top:19rem;left:51.3125rem;display:block; }
#Q5tTIpn5SgnBVrZwQfETmRTpxl80Rac3 { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:13.5rem;top:14.8125rem;left:30.5625rem;display:block; }
#hUmP2zD5DZXRNgDZgDowZ8T4NcJBqsop { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:20.6875rem;left:46rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JuuIx8Jf4MMD4N8A9MugGldNMCZoclcd { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:20.6875rem;left:30.9375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ptJGwoNK42bvDW2Ha50T39oypOT1nZAU { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;top:17.0625rem;left:35.75rem; }
#bNTIFwP0z9LdemfCV4qAMQEU3SfQ24li { position:absolute;display:block;z-index:15047;background-color:#13d41a;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:0.5625rem;width:1.0625rem;top:19.3125rem;left:35.75rem;display:block; }
#JOeNazkRqOA2auTHBJG1LnavSeP4RDMT { position:absolute;display:block;z-index:15028;background-color:#13d41a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.375rem;width:1.375rem;top:17.5625rem;left:37.5625rem;display:block; }
#eK6bB2J94eQrHVcs9ph1RNEWraI8Zhdp { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:24.3125rem;left:46.75rem;height:5.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CltOyI1qXTlJmBMi1siCqIEB3lZLRqxP { position:absolute;display:block;z-index:15017;background-color:#232020;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.5625rem;top:31.0625rem;left:45.8125rem;display:block; }
#U0P2A6ZySEKILZfgT7ElBzMsfsgaHqFv { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:13.5rem;top:7.625rem;left:45.5625rem;display:none; }
#ZQTRLRswn0v42rJSnZibqJNadPctU19D { position:absolute;display:block;z-index:15047;background-color:#ff5335;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:0.5625rem;width:1.0625rem;top:11.8125rem;left:51.25rem;display:none; }
#Rag7apfq3iNQsLB41ERgZXm12JEgbc2O { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:13.5rem;left:45.9375rem;height:3.2492875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TkNgaAhdqt7ndTvxCe8xEVEo3m99xKb2 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;top:9.8125rem;left:51.25rem;display:none; }
#TFQ1TQIWeqXbiWUa127xxTP5iK4Tq8WK { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:17.125rem;left:46.6875rem;height:5.59836875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#IXQxIsx7IUZcHabRG6zKd9Nx33BgVTUv { position:absolute;display:block;z-index:15028;background-color:#ff5335;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.375rem;width:1.375rem;top:10.375rem;left:53.0625rem;display:none; }
#suNuKGN6Vh5A0TORw86vtvHoQln3RdE3 { position:absolute;display:block;z-index:15024;background-color:#66a8ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.5625rem;top:23.875rem;left:45.75rem;display:none; }
#pDlXKHPPQ1rzBr7y5UUamy3DNPW56elC { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:13.5rem;top:7.625rem;left:45.5625rem;display:none; }
#uGWSozgb5WzlUiRJzFvJnQ2TGg2sniwb { position:absolute;display:block;z-index:15047;background-color:#ff5335;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:0.5625rem;width:1.0625rem;top:11.8125rem;left:51.25rem;display:none; }
#TH7OxMxQtkc4wUNvJSGznOeXzGUotT2k { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:13.5rem;left:45.9375rem;height:3.2492875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mGLi4gihatg9EqPzWqMVNTIqFv5EkT4K { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;top:9.8125rem;left:51.25rem;display:none; }
#mJbKwG38VTP9u8fGXhiPwTHOXUocSzW0 { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:17.125rem;left:46.6875rem;height:5.59836875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#hT54xqmRl1vlwdxJ8KoZm9NcaEfl9T9D { position:absolute;display:block;z-index:15028;background-color:#ff5335;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.375rem;width:1.375rem;top:10.375rem;left:53.0625rem;display:none; }
#zuXwTZUq0A7ae2suTWMv66D4VBTBhsX4 { position:absolute;display:block;z-index:15024;background-color:#66a8ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.5625rem;top:23.875rem;left:45.75rem;display:none; }
#UApqDvRNpDG0sz9KSZyaUkPmNvXy5RN7 { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:13.5rem;top:7.625rem;left:45.5625rem;display:none; }
#INATVEJeyTJLzzxMwqXgd5Gd677Q3exw { position:absolute;display:block;z-index:15047;background-color:#ff5335;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:0.5625rem;width:1.0625rem;top:11.8125rem;left:51.25rem;display:none; }
#n23BXcHN8Wks8XUTt4854JgcPGtePNOs { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:13.5rem;left:45.9375rem;height:3.2492875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JioAmHOyqD9gmzid6JST7326FuB4ymZb { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;top:9.8125rem;left:51.25rem;display:none; }
#ICSnOCff6wwoqlM1NZiW3oWoh0pHOzwA { position:absolute;display:block;z-index:15028;background-color:#ff5335;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.375rem;width:1.375rem;top:10.375rem;left:53.0625rem;display:none; }
#o9FmKONDJSNEgppimsHXrhF3BKGgM1ct { position:absolute;display:block;z-index:15024;background-color:#66a8ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.5625rem;top:23.875rem;left:45.75rem;display:none; }
#rBDvbX01d7NNXviRUHH3UmCNh5ayBEOz { color:#000000;display:block;width:46.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:8.125rem;left:7rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A7xTCywapNJpUTXHCF6Ozwq6KnlpdLB6 { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:24.3125rem;left:31.6875rem;height:5.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cKGHdPwkoz5eVTBwxLww5KkvQWkLxW9o { position:absolute;display:block;z-index:15024;background-color:#232020;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.5625rem;top:31.0625rem;left:30.6875rem;display:block; }
#XAG62eZcZg7iCJr6KBp8xCRVKLiONSNG { background-color:#c82027;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #070002;border-left:0.0625rem solid #070002;border-right:0.0625rem solid #070002;border-bottom:0.0625rem solid #070002;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6180555rem;height:2.86783675rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:33.9375rem;left:20.1875rem;display:block; }
#isyF0hwROtGQLiMB8GiKwnsSMJLHqnxp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EmmDzaH35gX0kBQrmC8JiNRs48W8TnAv { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(106,191,75,0.94);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; }#EmmDzaH35gX0kBQrmC8JiNRs48W8TnAv > .row .container { background-color: transparent; background-image: none; }#EmmDzaH35gX0kBQrmC8JiNRs48W8TnAv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmmDzaH35gX0kBQrmC8JiNRs48W8TnAv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmmDzaH35gX0kBQrmC8JiNRs48W8TnAv > .row .container > .video-iframe-container { display: none; }#EmmDzaH35gX0kBQrmC8JiNRs48W8TnAv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmmDzaH35gX0kBQrmC8JiNRs48W8TnAv > .row > .video-iframe-container { display: none; }#EmmDzaH35gX0kBQrmC8JiNRs48W8TnAv > .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); }#EmmDzaH35gX0kBQrmC8JiNRs48W8TnAv > .row .container { border-width: 0; border-radius: 0; }#EmmDzaH35gX0kBQrmC8JiNRs48W8TnAv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EmmDzaH35gX0kBQrmC8JiNRs48W8TnAv > .row .container { font-size:0.875rem;font-family:arial;height:57.8125rem;width:60rem;position:relative;display:block; }#zivhzOlhLvwIDILqiC3epDbtvXi8wAd7 { display:block;width:28.6875rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:5.2421875rem;left:31.3125rem;height:6.375rem;text-align:left;text-align-last:left;color:#ffffff;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; }
#DohVVPBRGSMOtQpDU9OlM47aJrLpv1Tf { color:#ffffff;display:block;width:28.125rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #070002;top:13.171875rem;left:31.59375rem;height:33.84375rem;display:block; }
#wZMNPwxWZduBzpOLsFic550KUlD227SF { box-sizing:content-box;height:21.875rem;width:28.75rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/32b683f7-dd11-4968-973f-67d57b98c74a/unnamed19copy.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:6.1796875rem;left:0rem;display:block; }#wZMNPwxWZduBzpOLsFic550KUlD227SF.adaptive-delivery-prevent-bg, #wZMNPwxWZduBzpOLsFic550KUlD227SF.lazyload, #wZMNPwxWZduBzpOLsFic550KUlD227SF.lazyloading { background-image: none; }
#rbe8UMf5rgZWgkZpeVo2MylmlCbomx8p { background-color:#064b9e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #070002;border-left:0.0625rem solid #070002;border-right:0.0625rem solid #070002;border-bottom:0.0625rem solid #070002;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.4785rem;height:2.7275375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:50.8955078125rem;left:31.5rem;display:block; }
#O9KJewbsM0XKbQTU2ehORwrwJ5uPAqn4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jmk4LB3gTJK7g7wytsDVuCgrK84iWDFk { box-sizing:content-box;height:21.875rem;width:28.75rem;position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4fc1303a-4f74-4fcb-a930-4490876b4d82/20231207_174403copy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:30.248046875rem;left:0rem;display:block; }#Jmk4LB3gTJK7g7wytsDVuCgrK84iWDFk.adaptive-delivery-prevent-bg, #Jmk4LB3gTJK7g7wytsDVuCgrK84iWDFk.lazyload, #Jmk4LB3gTJK7g7wytsDVuCgrK84iWDFk.lazyloading { background-image: none; }
#ctSWdQI7E7MXwFl1UsVXfc4GSqS9sHo3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/3clRIjdr/1000_F_182366847_GsTu5BiwW1IZHiO5T6fVqdckMX4jK8yR_removebg_preview.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;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; }#ctSWdQI7E7MXwFl1UsVXfc4GSqS9sHo3.adaptive-delivery-prevent-bg, #ctSWdQI7E7MXwFl1UsVXfc4GSqS9sHo3.lazyload, #ctSWdQI7E7MXwFl1UsVXfc4GSqS9sHo3.lazyloading { background-image: none; }#ctSWdQI7E7MXwFl1UsVXfc4GSqS9sHo3 > .row .container { background-color: transparent; background-image: none; }#ctSWdQI7E7MXwFl1UsVXfc4GSqS9sHo3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ctSWdQI7E7MXwFl1UsVXfc4GSqS9sHo3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ctSWdQI7E7MXwFl1UsVXfc4GSqS9sHo3 > .row .container > .video-iframe-container { display: none; }#ctSWdQI7E7MXwFl1UsVXfc4GSqS9sHo3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ctSWdQI7E7MXwFl1UsVXfc4GSqS9sHo3 > .row > .video-iframe-container { display: none; }#ctSWdQI7E7MXwFl1UsVXfc4GSqS9sHo3 > .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); }#ctSWdQI7E7MXwFl1UsVXfc4GSqS9sHo3 > .row .container { border-width: 0; border-radius: 0; }#ctSWdQI7E7MXwFl1UsVXfc4GSqS9sHo3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ctSWdQI7E7MXwFl1UsVXfc4GSqS9sHo3 > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:60rem;position:relative;display:block; }#bwQUJotX8elMUN5a2stOeKuVpC2XTOqE { 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:11.3125rem;width:60rem;display:none; }
#Wfh7LAUG9Egp9h8PrP3h0dlZMnkFkg7T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f4f8;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; }#Wfh7LAUG9Egp9h8PrP3h0dlZMnkFkg7T > .row .container { background-color: transparent; background-image: none; }#Wfh7LAUG9Egp9h8PrP3h0dlZMnkFkg7T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wfh7LAUG9Egp9h8PrP3h0dlZMnkFkg7T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wfh7LAUG9Egp9h8PrP3h0dlZMnkFkg7T > .row .container > .video-iframe-container { display: none; }#Wfh7LAUG9Egp9h8PrP3h0dlZMnkFkg7T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wfh7LAUG9Egp9h8PrP3h0dlZMnkFkg7T > .row > .video-iframe-container { display: none; }#Wfh7LAUG9Egp9h8PrP3h0dlZMnkFkg7T > .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); }#Wfh7LAUG9Egp9h8PrP3h0dlZMnkFkg7T > .row .container { border-width: 0; border-radius: 0; }#Wfh7LAUG9Egp9h8PrP3h0dlZMnkFkg7T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wfh7LAUG9Egp9h8PrP3h0dlZMnkFkg7T > .row .container { font-size:0.875rem;font-family:arial;height:58.0625rem;width:60rem;position:relative;display:block; }#vuiTag8KMEnraB2E3w3CpIWNg4tlgGnz { color:#070002;display:block;width:30.249rem;position:absolute;font-family:poppins;font-size:2.4375rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:4.21875rem;left:0rem;height:7.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lL1UoTr5z9D6mQBpJ0Q9zB4cVsHalriT { color:#070002;display:block;width:27.1875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:12.2490234375rem;left:0rem;height:41.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T0hBDdAzEzExuNnK5HTGclTkPCLc2Rkw { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/36cb14f0-5441-41a2-b4d4-77ba5fb769f1/IMG_3907copy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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: 0rem 0rem 0.4375rem rgba(0,0,0,0.21) ;height:20.25rem;width:26rem;top:26.1875rem;left:34rem;display:block; }#T0hBDdAzEzExuNnK5HTGclTkPCLc2Rkw.adaptive-delivery-prevent-bg, #T0hBDdAzEzExuNnK5HTGclTkPCLc2Rkw.lazyload, #T0hBDdAzEzExuNnK5HTGclTkPCLc2Rkw.lazyloading { background-image: none; }
#x0ifP0KNfm7FTTWtzIGqFcZP6RCZ8kFH { background-color:#1a3a6b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #070002;border-left:0.0625rem solid #070002;border-right:0.0625rem solid #070002;border-bottom:0.0625rem solid #070002;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.235375rem;height:2.984375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:48.25rem;left:39.8818359375rem;display:block; }
#VBufVTFINRwGeEWJgArXX7glb1FoGE6n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nN6BWbaAfzk9aMUG6137vwK04uAz7R6f { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:25rem;top:52.9052734375rem;left:34.5rem;overflow:hidden;display:block; }
#IinmMtgwyIcXJ6hCy2O2mo2PZRmPOGb9 { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/343256c4-103c-4f54-93fe-c4845ea7ba0e/20231111_170549copy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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: 0rem 0rem 0.4375rem rgba(0,0,0,0.21) ;height:20.25rem;width:26rem;top:4.21875rem;left:34rem;display:block; }#IinmMtgwyIcXJ6hCy2O2mo2PZRmPOGb9.adaptive-delivery-prevent-bg, #IinmMtgwyIcXJ6hCy2O2mo2PZRmPOGb9.lazyload, #IinmMtgwyIcXJ6hCy2O2mo2PZRmPOGb9.lazyloading { background-image: none; }
#MnHqpEiZ6HMPXhFyFI0dPlL7suXgbn3P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f22b2075-5b24-43f8-863a-2a9a3e5d0e83/20231114_173142copy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#MnHqpEiZ6HMPXhFyFI0dPlL7suXgbn3P.adaptive-delivery-prevent-bg, #MnHqpEiZ6HMPXhFyFI0dPlL7suXgbn3P.lazyload, #MnHqpEiZ6HMPXhFyFI0dPlL7suXgbn3P.lazyloading { background-image: none; }#MnHqpEiZ6HMPXhFyFI0dPlL7suXgbn3P > .row .container { background-color: transparent; background-image: none; }#MnHqpEiZ6HMPXhFyFI0dPlL7suXgbn3P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,26,37,0.72); }#MnHqpEiZ6HMPXhFyFI0dPlL7suXgbn3P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnHqpEiZ6HMPXhFyFI0dPlL7suXgbn3P > .row .container > .video-iframe-container { display: none; }#MnHqpEiZ6HMPXhFyFI0dPlL7suXgbn3P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,26,37,0.72); }#MnHqpEiZ6HMPXhFyFI0dPlL7suXgbn3P > .row > .video-iframe-container { display: none; }#MnHqpEiZ6HMPXhFyFI0dPlL7suXgbn3P > .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); }#MnHqpEiZ6HMPXhFyFI0dPlL7suXgbn3P > .row .container { border-width: 0; border-radius: 0; }#MnHqpEiZ6HMPXhFyFI0dPlL7suXgbn3P::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; }#MnHqpEiZ6HMPXhFyFI0dPlL7suXgbn3P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MnHqpEiZ6HMPXhFyFI0dPlL7suXgbn3P > .row .container { font-size:0.875rem;font-family:arial;height:47.25rem;width:60rem;position:relative;display:block; }#SkkCufLXSn9JRQVLBJCp7KpACNt1ba64 { position:absolute;display:block;z-index:15009;height:11.25rem;width:57.25rem;top:13.3125rem;left:1.375rem;display:block; }
#gOD2yme4ZIXGgEJ5SBzkisTmKlhimGQN { display:block;width:28.375rem;position:absolute;font-family:arial;font-size:2.4375rem;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:4.6875rem;left:1.375rem;height:5.361325rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
#WKcOhTpRtsUnTnRwnX4VXleMwkIfdBU0 { display:block;width:28.375rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:2.75rem;left:1.375rem;height:1.23751875rem;text-align:left;text-align-last:left;color:#ffffff;font-style:normal;display:block; }
#DkfVk4vcCakOUi6Ak94ZJh8MMmTKqM79 { color:#ffffff;display:block;width:58.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:40.125rem;left:0.96875rem;height:5.0625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#Sgb98Ou3hwf7k5O58sSDXOJWOsDTFZ22 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f4f8;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; }#Sgb98Ou3hwf7k5O58sSDXOJWOsDTFZ22 > .row .container { background-color: transparent; background-image: none; }#Sgb98Ou3hwf7k5O58sSDXOJWOsDTFZ22::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sgb98Ou3hwf7k5O58sSDXOJWOsDTFZ22 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sgb98Ou3hwf7k5O58sSDXOJWOsDTFZ22 > .row .container > .video-iframe-container { display: none; }#Sgb98Ou3hwf7k5O58sSDXOJWOsDTFZ22 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sgb98Ou3hwf7k5O58sSDXOJWOsDTFZ22 > .row > .video-iframe-container { display: none; }#Sgb98Ou3hwf7k5O58sSDXOJWOsDTFZ22 > .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); }#Sgb98Ou3hwf7k5O58sSDXOJWOsDTFZ22 > .row .container { border-width: 0; border-radius: 0; }#Sgb98Ou3hwf7k5O58sSDXOJWOsDTFZ22 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sgb98Ou3hwf7k5O58sSDXOJWOsDTFZ22 > .row .container { font-size:0.875rem;font-family:arial;height:40.5625rem;width:60rem;position:relative;display:block; }#y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #ffffff, #008d3e);background-image: -moz-linear-gradient(top, #ffffff, #008d3e);background-image: -ms-linear-gradient(top, #ffffff, #008d3e);background-image: -o-linear-gradient(top, #ffffff, #008d3e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#008d3e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#008d3e' );";background-image: linear-gradient(to bottom, #ffffff, #008d3e);background-size:contain !important;color:#070002;padding-top:0.975625rem;padding-right:0.86125rem;padding-bottom:0.975625rem;padding-left:0.86125rem;display:block;align-items:center;width:5.165625rem;min-width:5.165625rem;height:5.243125rem;position:relative;font-family:"open sans";font-size:3.9025rem;font-weight:700;line-height:83.89px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.61rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:6.8875rem;height:2.0725rem;position:relative;font-family:"open sans";font-size:1.463125rem;font-weight:400;line-height:33.16px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:32.874875rem;height:9.6875rem;padding-top:1.219375rem;padding-right:1.23rem;padding-bottom:1.219375rem;padding-left:1.23rem;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:17.7490234375rem;left:12.331817626953rem;z-index:5000; }
#y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #yxcihu0TW2IeEolB7TuqVygfbJOW59ZV { display:flex;position:relative;top:0rem;left:0rem; }
#y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #aqqFK808dRN438Gn0fgsGWscibDxK3kx { width:auto; }
#y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #gR4AP2GgOv1Q9gOJEfauqFVAkae7WDRK {  }
#y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #ZfFZkwPxEVRaMGnizMNh3irlGKl6PzOX { display:flex;position:relative;top:0rem;left:0rem; }
#y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #BHmJPMQ24gpl3rGVNEHVSFyg6bk4lt4t {  }
#y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #R47M2Isbh3AX2VTDlno6RSBHOdnF9xzS {  }
#y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #kZNnCT3lKp1BqnASz3v6Dn19ZKcoImld { display:flex;position:relative;top:0rem;left:0rem; }
#y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #I3DoDfhR7X3zPLsnrcMUmapTcQeSgwUZ {  }
#y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #RnxmzEfldvUvHV9wQvr8OqXHuTs1TWBR {  }
#y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #AIwDo4hnPltpJBmb7LR9FWpL8eniSCTG { display:flex;position:relative;top:0rem;left:0rem; }
#y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #WTCfJyIoJWZV2VxcGZgULlq8zeRg0qNP {  }
#y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #yWXxuP9I0Aa8xA3vccCwOihyHwOwhROX {  }
#T8rUmteQiim2UBRRx6zUMpHGKFdPTQOR { color:#ed1720;display:block;width:60rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.4370651245117rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#q1LcZEtPpQ1vF5KT6pWGJEbpzmWw9NBB { color:#000000;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:7.7490234375rem;left:0rem;height:8.4375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#VpeF5p65MzTP0k0kCNuRiCucGFwdKpvI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:32.6875rem;left:18.6875rem; }
#rcyxEgoAHAsemWaE6EaGqh4u63GMpry2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:32.6875rem;left:38.25rem; }
#KFJbE8qNONfb98xRPzAXnufRwQgba769 { background-color:#c82027;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #070002;border-left:0.0625rem solid #070002;border-right:0.0625rem solid #070002;border-bottom:0.0625rem solid #070002;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:32.6875rem;left:22.9375rem;display:block; }
#zBzPUJn67bo7hQ9a4sN7bi7ttfHTwCiK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wHnpFNEG9lZCD8d4lHCX97r4Ro0bFErB { color:#00944c;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:37.0625rem;left:0rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#bTUK1JoA2qTdcMGTJd4CbPBdKLqTTECd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bTUK1JoA2qTdcMGTJd4CbPBdKLqTTECd > .row .container { background-color: transparent; background-image: none; }#bTUK1JoA2qTdcMGTJd4CbPBdKLqTTECd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTUK1JoA2qTdcMGTJd4CbPBdKLqTTECd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTUK1JoA2qTdcMGTJd4CbPBdKLqTTECd > .row .container > .video-iframe-container { display: none; }#bTUK1JoA2qTdcMGTJd4CbPBdKLqTTECd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTUK1JoA2qTdcMGTJd4CbPBdKLqTTECd > .row > .video-iframe-container { display: none; }#bTUK1JoA2qTdcMGTJd4CbPBdKLqTTECd > .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); }#bTUK1JoA2qTdcMGTJd4CbPBdKLqTTECd > .row .container { border-width: 0; border-radius: 0; }#bTUK1JoA2qTdcMGTJd4CbPBdKLqTTECd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bTUK1JoA2qTdcMGTJd4CbPBdKLqTTECd > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:60rem;position:relative;display:block; }#So3MRk32TCHxJNLBNCoJ8xkJhGqWNZnx { 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:10.25rem;width:50.5rem;top:2rem;left:4.75rem;overflow:hidden;display:block; }
#ZiO9bEpeVL6nq3EJTAavi0HGhdkfToKx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZiO9bEpeVL6nq3EJTAavi0HGhdkfToKx > .row .container { background-color: transparent; background-image: none; }#ZiO9bEpeVL6nq3EJTAavi0HGhdkfToKx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZiO9bEpeVL6nq3EJTAavi0HGhdkfToKx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZiO9bEpeVL6nq3EJTAavi0HGhdkfToKx > .row .container > .video-iframe-container { display: none; }#ZiO9bEpeVL6nq3EJTAavi0HGhdkfToKx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZiO9bEpeVL6nq3EJTAavi0HGhdkfToKx > .row > .video-iframe-container { display: none; }#ZiO9bEpeVL6nq3EJTAavi0HGhdkfToKx > .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); }#ZiO9bEpeVL6nq3EJTAavi0HGhdkfToKx > .row .container { border-width: 0; border-radius: 0; }#ZiO9bEpeVL6nq3EJTAavi0HGhdkfToKx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZiO9bEpeVL6nq3EJTAavi0HGhdkfToKx > .row .container { font-size:0.875rem;font-family:arial;height:54.4375rem;width:60rem;position:relative;display:block; }#iTLsfqVFoqB6LrAxVgd4m8y3TiHglD4n { color:#070002;display:block;width:13.0625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:22rem;left:1.8125rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ateg6p2xZszd0pbvo7mV3DZ4Howr3wMR { color:#070002;display:block;width:13.0615rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:32.5rem;left:1.8125rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TS3nOU8bi1iZVpu2LdidhazJIaGE9iG8 { color:#070002;display:block;width:58.125rem;position:absolute;font-family:poppins;font-size:3.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:1.8125rem;left:0.9375rem;height:4.7119125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PVW7bNbpGl4dTl9diDNTKHKSu78mDBeT { color:#070002;display:block;width:13.0610625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:10.3125rem;left:1.8125rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mNZANwUWc5d4Lxx8T9AFGOxZlNzv1o4V { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#yO4wOSotFmJs9BAB3aQ8kr9lTB8k4FXM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#UdNc7o4kgcyP9FyAgLqdtO3Wi7bgAAC3 { color:#070002;display:block;width:30.12425rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15028;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:9.1875rem;left:28.0625rem;height:9.375rem;display:block; }
#i9tlIw26Rg3c5S1TW4PDD7mfC5aXiPoi { color:#070002;display:block;width:30.1245rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15029;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:20.9375rem;left:28.125rem;height:7.03125rem;display:block; }
#aXLri1rctyVsS6cTV2Zy9nXfVVyFHnxa { color:#070002;display:block;width:30.1245rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15030;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:31.4375rem;left:28.125rem;height:7.03125rem;display:block; }
#Ztts9O7DaUvuCs4HibRvSrvq9JThdFZZ { color:#070002;display:block;width:13.0610625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:44.25rem;left:1.8125rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TFm12SXNTyeIyE5Nx1ypaWxIQJQcQEtR { color:#070002;display:block;width:30.1245rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15031;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:43.1875rem;left:28.125rem;height:7.03125rem;display:block; }
#uIzqZa1FN7XWT7EXViFoot8h8Rsz5zDR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#VST4PlbTpTrtQJyHHK0FEbzNxwz1FJnT { 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:74.375rem;width:60rem;display:none; }
#s7s3zX8qsUwBJucDKPX8nzAsbFoCvFND { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c82027;background-image:url("https://images.assets-landingi.com/AKecebds/08.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#s7s3zX8qsUwBJucDKPX8nzAsbFoCvFND.adaptive-delivery-prevent-bg, #s7s3zX8qsUwBJucDKPX8nzAsbFoCvFND.lazyload, #s7s3zX8qsUwBJucDKPX8nzAsbFoCvFND.lazyloading { background-image: none; }#s7s3zX8qsUwBJucDKPX8nzAsbFoCvFND > .row .container { background-color: transparent; background-image: none; }#s7s3zX8qsUwBJucDKPX8nzAsbFoCvFND::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7s3zX8qsUwBJucDKPX8nzAsbFoCvFND > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7s3zX8qsUwBJucDKPX8nzAsbFoCvFND > .row .container > .video-iframe-container { display: none; }#s7s3zX8qsUwBJucDKPX8nzAsbFoCvFND > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7s3zX8qsUwBJucDKPX8nzAsbFoCvFND > .row > .video-iframe-container { display: none; }#s7s3zX8qsUwBJucDKPX8nzAsbFoCvFND > .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); }#s7s3zX8qsUwBJucDKPX8nzAsbFoCvFND > .row .container { border-width: 0; border-radius: 0; }#s7s3zX8qsUwBJucDKPX8nzAsbFoCvFND > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s7s3zX8qsUwBJucDKPX8nzAsbFoCvFND > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:60rem;position:relative;display:block; }#RsovqFMtN5kVvaqk2fHLft11GgpZiAL9 { color:#ffffff;display:block;width:38.4995rem;position:absolute;font-family:poppins;font-size:2.3125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.4169921875rem;left:10.7490234375rem;height:6.011725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top; }
#gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:poppins; }
#gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.9375rem;height:auto;line-height:1.5;overflow:hidden;font-family:poppins; }
#gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e .accordion-trigger.adaptive-delivery-prevent-bg, #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e .accordion-trigger.lazyload, #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e .accordion-trigger.lazyloading { background-image: none; }
#gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e { box-sizing:content-box;height:auto;width:57.1230625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15021;background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:8.25rem;left:0.18798828125rem; }
#gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #WoFT9a4xrVGQe3i3CLTTQrT9WEpEw0cZ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #cHcEZlWFHJ6VzTJ8vJJg3QtmV6gU9gVC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #zo3MTJw0KvNKDC6Xx76nabsTgayy7UCw { display:block;position:relative; }
#gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #ZriqIJMUNaKeosDki2qy0icUvIzBR8LZ {  }
#gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #dFi9RQ1z1UuwIFrEsZVUEyWvOhHNKdIS {  }
#gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #su5LfJAbDvRkTCOWsgiO5bvMpT7tZZnE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #ROSNNA0p3GexAoBqA6vviSPBWUCZIwLA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #z0FKPzIRDTvIoX2awSbgqDZqMarwUQZQ { display:block;position:relative; }
#gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #MvEev45JILM0KQpCndAESWUC7KGJaOXi {  }
#gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #wTrViPOB0P5PA5UW4DvH9F7C9mqHyU6z { display:none; }
#gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #EyTlCJ0y0eBtcRXmmhrkLU4OHNWDZ9RS { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #ykb8SdkiOvPpHsT1d1kekHB3uOSw9H8h { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #ifozhsRuZ6wSgxmpX8CsmIttsl5n0eke { display:block;position:relative; }
#gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #PhbVZT2R9TEOkZUoSv7vmEQR1RGtAU4Z {  }
#gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #xphaHacGzyuQii5u6WTCUU0P9Cmkymb1 { display:none; }
#gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #oMP0PKKOpvbGuF3MeU8oSNf2HMpzHvTb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #sPv0XBbD4On4A7OJCdaCUAIXVowh18H4 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #n2kpoBqyrTbMdxZkZo1UyBGhNRAcHWBk { display:block;position:relative; }
#gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #MXl4KIo91m7aH2seI7EhxGZFnNhTPJ4a {  }
#gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #OIcc8PZIFNJEszB3EoFdoPCSeO8t6S1T { display:none; }
#Lbu9OGlzBz1iFxuGuefmrVh4LL7UhEWz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Lbu9OGlzBz1iFxuGuefmrVh4LL7UhEWz > .row .container { background-color: transparent; background-image: none; }#Lbu9OGlzBz1iFxuGuefmrVh4LL7UhEWz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lbu9OGlzBz1iFxuGuefmrVh4LL7UhEWz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lbu9OGlzBz1iFxuGuefmrVh4LL7UhEWz > .row .container > .video-iframe-container { display: none; }#Lbu9OGlzBz1iFxuGuefmrVh4LL7UhEWz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lbu9OGlzBz1iFxuGuefmrVh4LL7UhEWz > .row > .video-iframe-container { display: none; }#Lbu9OGlzBz1iFxuGuefmrVh4LL7UhEWz > .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); }#Lbu9OGlzBz1iFxuGuefmrVh4LL7UhEWz > .row .container { border-width: 0; border-radius: 0; }#Lbu9OGlzBz1iFxuGuefmrVh4LL7UhEWz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lbu9OGlzBz1iFxuGuefmrVh4LL7UhEWz > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:60rem;position:relative;display:block; }#vmc0B21Q5KtyNpT6fKD5cANuRPNtHySc { color:#000000;display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.3125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0.87158203125rem;left:0rem;height:3.0058625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sUHDMMC14NJvt1FCCNyCAiPLHVkELv8I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sUHDMMC14NJvt1FCCNyCAiPLHVkELv8I > .row .container { background-color: transparent; background-image: none; }#sUHDMMC14NJvt1FCCNyCAiPLHVkELv8I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUHDMMC14NJvt1FCCNyCAiPLHVkELv8I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUHDMMC14NJvt1FCCNyCAiPLHVkELv8I > .row .container > .video-iframe-container { display: none; }#sUHDMMC14NJvt1FCCNyCAiPLHVkELv8I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUHDMMC14NJvt1FCCNyCAiPLHVkELv8I > .row > .video-iframe-container { display: none; }#sUHDMMC14NJvt1FCCNyCAiPLHVkELv8I > .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); }#sUHDMMC14NJvt1FCCNyCAiPLHVkELv8I > .row .container { border-width: 0; border-radius: 0; }#sUHDMMC14NJvt1FCCNyCAiPLHVkELv8I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sUHDMMC14NJvt1FCCNyCAiPLHVkELv8I > .row .container { font-size:0.875rem;font-family:arial;height:24.125rem;width:60rem;position:relative;display:block; }#RL8ro6syEPOsbpINaBEscxTP432kaLAk { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/eec7ea56-4ba1-4d92-bb8f-6a98339d67ac/20211127_171648copy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.3125rem solid #000000;border-left:0.3125rem solid #000000;border-right:0.3125rem solid #000000;border-bottom:0.3125rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:21rem;width:28.125rem;top:1.25rem;left:0.625rem;display:block; }#RL8ro6syEPOsbpINaBEscxTP432kaLAk.adaptive-delivery-prevent-bg, #RL8ro6syEPOsbpINaBEscxTP432kaLAk.lazyload, #RL8ro6syEPOsbpINaBEscxTP432kaLAk.lazyloading { background-image: none; }
#xuharTEIBKMq568WlHEk5Z2HpA68zQOF { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/58289e33-0bdd-4c1a-9125-81862297d2d3/unnamed17copy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.3125rem solid #000000;border-left:0.3125rem solid #000000;border-right:0.3125rem solid #000000;border-bottom:0.3125rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:21rem;width:28.125rem;top:1.25rem;left:30.625rem;display:block; }#xuharTEIBKMq568WlHEk5Z2HpA68zQOF.adaptive-delivery-prevent-bg, #xuharTEIBKMq568WlHEk5Z2HpA68zQOF.lazyload, #xuharTEIBKMq568WlHEk5Z2HpA68zQOF.lazyloading { background-image: none; }
#T031UdeWRUP9oOPNlJfTCTCQkU8sWSVu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T031UdeWRUP9oOPNlJfTCTCQkU8sWSVu > .row .container { background-color: transparent; background-image: none; }#T031UdeWRUP9oOPNlJfTCTCQkU8sWSVu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T031UdeWRUP9oOPNlJfTCTCQkU8sWSVu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T031UdeWRUP9oOPNlJfTCTCQkU8sWSVu > .row .container > .video-iframe-container { display: none; }#T031UdeWRUP9oOPNlJfTCTCQkU8sWSVu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T031UdeWRUP9oOPNlJfTCTCQkU8sWSVu > .row > .video-iframe-container { display: none; }#T031UdeWRUP9oOPNlJfTCTCQkU8sWSVu > .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); }#T031UdeWRUP9oOPNlJfTCTCQkU8sWSVu > .row .container { border-width: 0; border-radius: 0; }#T031UdeWRUP9oOPNlJfTCTCQkU8sWSVu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T031UdeWRUP9oOPNlJfTCTCQkU8sWSVu > .row .container { font-size:0.875rem;font-family:arial;height:24.125rem;width:60rem;position:relative;display:block; }#pEcKT0ep03VTm4xp4U2xbHlbqfugnn6d { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1e049e18-decc-4e02-b524-15fab015c243/20201119_181345copy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.3125rem solid #000000;border-left:0.3125rem solid #000000;border-right:0.3125rem solid #000000;border-bottom:0.3125rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:21rem;width:28.125rem;top:1.25rem;left:30.625rem;display:block; }#pEcKT0ep03VTm4xp4U2xbHlbqfugnn6d.adaptive-delivery-prevent-bg, #pEcKT0ep03VTm4xp4U2xbHlbqfugnn6d.lazyload, #pEcKT0ep03VTm4xp4U2xbHlbqfugnn6d.lazyloading { background-image: none; }
#OXndngyX1zNkOo8d6mOsLJr0ZwAuFauW { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8c064baf-f33a-41f1-a12c-f75930c1c133/attv2nQ2iTqnUgNtxtjdwVSFmugCdWGKn67noKfsYTqDGk.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.3125rem solid #000000;border-left:0.3125rem solid #000000;border-right:0.3125rem solid #000000;border-bottom:0.3125rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:21rem;width:28.125rem;top:1.25rem;left:0.625rem;display:block; }#OXndngyX1zNkOo8d6mOsLJr0ZwAuFauW.adaptive-delivery-prevent-bg, #OXndngyX1zNkOo8d6mOsLJr0ZwAuFauW.lazyload, #OXndngyX1zNkOo8d6mOsLJr0ZwAuFauW.lazyloading { background-image: none; }
#TAC98EKMB1m3MwmQRJeEze8xr0Qh2xf6 { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1e049e18-decc-4e02-b524-15fab015c243/20201119_181345copy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.3125rem solid #000000;border-left:0.3125rem solid #000000;border-right:0.3125rem solid #000000;border-bottom:0.3125rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:21rem;width:28.125rem;top:1.25rem;left:30.625rem;display:none; }#TAC98EKMB1m3MwmQRJeEze8xr0Qh2xf6.adaptive-delivery-prevent-bg, #TAC98EKMB1m3MwmQRJeEze8xr0Qh2xf6.lazyload, #TAC98EKMB1m3MwmQRJeEze8xr0Qh2xf6.lazyloading { background-image: none; }
#GmlEoWlgeAfJ3777yI2i2hZFU6QWem9L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GmlEoWlgeAfJ3777yI2i2hZFU6QWem9L > .row .container { background-color: transparent; background-image: none; }#GmlEoWlgeAfJ3777yI2i2hZFU6QWem9L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GmlEoWlgeAfJ3777yI2i2hZFU6QWem9L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GmlEoWlgeAfJ3777yI2i2hZFU6QWem9L > .row .container > .video-iframe-container { display: none; }#GmlEoWlgeAfJ3777yI2i2hZFU6QWem9L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GmlEoWlgeAfJ3777yI2i2hZFU6QWem9L > .row > .video-iframe-container { display: none; }#GmlEoWlgeAfJ3777yI2i2hZFU6QWem9L > .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); }#GmlEoWlgeAfJ3777yI2i2hZFU6QWem9L > .row .container { border-width: 0; border-radius: 0; }#GmlEoWlgeAfJ3777yI2i2hZFU6QWem9L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GmlEoWlgeAfJ3777yI2i2hZFU6QWem9L > .row .container { font-size:0.875rem;font-family:arial;height:23.3125rem;width:60rem;position:relative;display:block; }#lbEtQwJW920sLcv8oeoICTGw4ZBw5qEG { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ced999b0-f188-4ac4-bb1c-ecdad8dc0b80/20231115_172030copy.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.3125rem solid #000000;border-left:0.3125rem solid #000000;border-right:0.3125rem solid #000000;border-bottom:0.3125rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:21rem;width:28.125rem;top:0.84375rem;left:0.625rem;display:block; }#lbEtQwJW920sLcv8oeoICTGw4ZBw5qEG.adaptive-delivery-prevent-bg, #lbEtQwJW920sLcv8oeoICTGw4ZBw5qEG.lazyload, #lbEtQwJW920sLcv8oeoICTGw4ZBw5qEG.lazyloading { background-image: none; }
#st5URq0P2b5yKCokLLRboqHGJM3NOfTe { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cbfb999e-7dcf-48a0-b85c-c2f0a20f9289/20231114_173110.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.3125rem solid #000000;border-left:0.3125rem solid #000000;border-right:0.3125rem solid #000000;border-bottom:0.3125rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:21rem;width:28.125rem;top:0.84375rem;left:30.625rem;display:block; }#st5URq0P2b5yKCokLLRboqHGJM3NOfTe.adaptive-delivery-prevent-bg, #st5URq0P2b5yKCokLLRboqHGJM3NOfTe.lazyload, #st5URq0P2b5yKCokLLRboqHGJM3NOfTe.lazyloading { background-image: none; }
#EoHTuGlsThR0EU2ULIoh9SVkkssLaz7H { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8fed7bf1-ef04-4941-a0a2-22f0feca3fcf/469670468_122189611034084672_2348479529425989727_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.3125rem solid #000000;border-left:0.3125rem solid #000000;border-right:0.3125rem solid #000000;border-bottom:0.3125rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:21rem;width:28.125rem;top:0.84375rem;left:30.625rem;display:none; }#EoHTuGlsThR0EU2ULIoh9SVkkssLaz7H.adaptive-delivery-prevent-bg, #EoHTuGlsThR0EU2ULIoh9SVkkssLaz7H.lazyload, #EoHTuGlsThR0EU2ULIoh9SVkkssLaz7H.lazyloading { background-image: none; }
#p0vVPbORRwbVkWwPQWrIix2aJTczQpqS { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cbfb999e-7dcf-48a0-b85c-c2f0a20f9289/20231114_173110.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.3125rem solid #000000;border-left:0.3125rem solid #000000;border-right:0.3125rem solid #000000;border-bottom:0.3125rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:21rem;width:28.125rem;top:0.84375rem;left:30.625rem;display:none; }#p0vVPbORRwbVkWwPQWrIix2aJTczQpqS.adaptive-delivery-prevent-bg, #p0vVPbORRwbVkWwPQWrIix2aJTczQpqS.lazyload, #p0vVPbORRwbVkWwPQWrIix2aJTczQpqS.lazyloading { background-image: none; }
#PU6lEEmFHLiBtuFnqOTxftla6iBUz7nB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PU6lEEmFHLiBtuFnqOTxftla6iBUz7nB > .row .container { background-color: transparent; background-image: none; }#PU6lEEmFHLiBtuFnqOTxftla6iBUz7nB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PU6lEEmFHLiBtuFnqOTxftla6iBUz7nB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PU6lEEmFHLiBtuFnqOTxftla6iBUz7nB > .row .container > .video-iframe-container { display: none; }#PU6lEEmFHLiBtuFnqOTxftla6iBUz7nB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PU6lEEmFHLiBtuFnqOTxftla6iBUz7nB > .row > .video-iframe-container { display: none; }#PU6lEEmFHLiBtuFnqOTxftla6iBUz7nB > .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); }#PU6lEEmFHLiBtuFnqOTxftla6iBUz7nB > .row .container { border-width: 0; border-radius: 0; }#PU6lEEmFHLiBtuFnqOTxftla6iBUz7nB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PU6lEEmFHLiBtuFnqOTxftla6iBUz7nB > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:60rem;position:relative;display:block; }#KfdvDapJ0rafVJTtccO99FlThGziU049 { background-color:#c82027;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #070002;border-left:0.0625rem solid #070002;border-right:0.0625rem solid #070002;border-bottom:0.0625rem solid #070002;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.8125rem;left:22.8125rem;display:block; }
#Zw0twXgMHBIO00TBKxcmVuKTynmfMqZ0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5da6f215-e5e3-4ff4-bca7-5414a915dac4/20221119_172536copy.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:block; }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb.adaptive-delivery-prevent-bg, #QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb.lazyload, #QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb.lazyloading { background-image: none; }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb > .row .container { background-color: transparent; background-image: none; }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(106,191,75,0.83); }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb > .row .container > .video-iframe-container { display: none; }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(106,191,75,0.83); }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb > .row > .video-iframe-container { display: none; }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb > .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); }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb > .row .container { border-width: 0; border-radius: 0; }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb::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; }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb > .row .container { font-size:0.875rem;font-family:arial;height:25.25rem;width:60rem;position:relative;display:block; }#vq7UlmHpelZnzTIMoMlX8s8fxWk68Gil { display:block;width:21.6230625rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:5.25rem;left:38.375rem;height:6.173825rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#EnFqRBK3OENW3mkITz8r4xLqrsSkGhTu { position:absolute;display:block;z-index:15007;height:19.25rem;width:34.5rem;top:5.25rem;left:1.4375rem;display:block; }
#xxGGVShTyIIwbTk0uPHTuT9FsdpERzoJ { color:#ffffff;display:block;width:21.3105625rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #070002;top:18.375rem;left:38.6875rem;height:1.70605625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Mw4yXNp7886Iut5agDkr2AxtKlHhdnJZ { color:#ffffff;display:block;width:21.3105625rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #070002;top:13.3125rem;left:38.6875rem;height:3.4121125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yklB3vCzrbJKWhnn7g0Jmoo9MAKh4ETt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#yklB3vCzrbJKWhnn7g0Jmoo9MAKh4ETt > .row .container { background-color: transparent; background-image: none; }#yklB3vCzrbJKWhnn7g0Jmoo9MAKh4ETt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yklB3vCzrbJKWhnn7g0Jmoo9MAKh4ETt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yklB3vCzrbJKWhnn7g0Jmoo9MAKh4ETt > .row .container > .video-iframe-container { display: none; }#yklB3vCzrbJKWhnn7g0Jmoo9MAKh4ETt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yklB3vCzrbJKWhnn7g0Jmoo9MAKh4ETt > .row > .video-iframe-container { display: none; }#yklB3vCzrbJKWhnn7g0Jmoo9MAKh4ETt > .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); }#yklB3vCzrbJKWhnn7g0Jmoo9MAKh4ETt > .row .container { border-width: 0; border-radius: 0; }#yklB3vCzrbJKWhnn7g0Jmoo9MAKh4ETt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yklB3vCzrbJKWhnn7g0Jmoo9MAKh4ETt > .row .container { font-size:0.875rem;font-family:arial;height:2.9375rem;width:60rem;position:relative;display:block; }#acKZsBcpH1X2SSAMgtPgE8MWbleN9AaT { background-color:#c82027;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:raleway;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:2.3125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.28125rem;left:50.125rem;display:block; }
#HNrCzk8Tk523nQQbxCd2BUldlmEg6V5P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mKdO4zrx9lPqv1xV7g3LxvsneWtrohND { background-color:#064b9e;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:2.3125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.3125rem;left:40.375rem;display:block; }
#aVllFTPeAAMTJH0czvMG9J7b8zffspm8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Uu4mzec81dvTwcepUsT9oormQThT0bC0 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:0.375rem;left:0rem;overflow:hidden;display:block; }
#vh4XEpua8QJOL7kV6snMnvbCIeZTn9Ac { 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:2.1875rem;width:2.1875rem;top:0.375rem;left:2.875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP { display:block; }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iBuBxsf3IGBUurUTHVSHaoRu2ZlEHxG1 { top:35.0625rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaGS1FTftvVukLyTHiEIogtx2PPuXp47 { width:21.875rem;height:5rem;top:5.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQqnlkJpiIB4lPtX81wSOMusgyFmHqqu { width:14.375rem;height:3.125rem;top:38.8125rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IovxitIQ7fMNUTr9a8r5lZsJTTHDzHQ2 { display:block; }
 }@media only screen and (max-width: 763px) { #abgD0r9yl0QmxZ8XXAtkrtM5XwkVdTrE { width:14.375rem;height:3.125rem;top:38.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtiyKZ0Eo64B4pfOlHdcP7JSywJ8OTzI { display:block; }
 }@media only screen and (max-width: 763px) { #QsG10oITpt0PZpUnbeV3N9mzTH2VntB7 { width:6.375rem;height:1.25rem;top:5.5625rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4nLDFD7ivbq9dRQ5niwAOHXSesNEoiM { top:44.1875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZpmMKRsFBQJbP4BQW9oLKE25pUOx4Bs { display:block; }#WZpmMKRsFBQJbP4BQW9oLKE25pUOx4Bs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s24ycW4QnRdCu1aslm9a4ZELvkw0gN7Z { width:13.5rem;height:15.9375rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3WSlTpgPesT091fcRDC91tCvufLkTyi { width:13.125rem;height:3.25rem;top:20.6875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDod6p6JUZV6A1IkGB8J5iuJzQxEXUX9 { width:11.625rem;height:5.5625rem;top:24.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwyOSeIe06F4OSs9vCPiX1oRuHU18A4i { width:47.75rem;height:2.4375rem;top:4.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gwq5eQXboCRzGebzF9dOVkCnV0PiU9JT { width:2.5rem;height:2.5rem;top:17.0625rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuhPdVIib9wzG6fUIT65CTp6TUKKqy5e { width:1rem;height:0.5rem;top:19rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgTJfkOakxFoRXqs0VSZQTNwWC56Tq8r { width:1.3125rem;height:1.3125rem;top:17.5625rem;left:5.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeO2TmvQRkTlJI69pZJGZKdk1PlzxNR2 { width:13.5625rem;height:0.125rem;top:31.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUSGRNXtN0KnyhFXpUvScRHTHD4bpIX8 { width:13.5rem;height:15.9375rem;top:14.8125rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #vR5ewX36s4xdaD6dDU0wkKT6HFcnatBF { width:13.5625rem;height:0.125rem;top:31.0625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbH32oVQzisMoIhWL2lP43VszKKm2MHi { width:12.0625rem;height:5.5625rem;top:24.3125rem;left:11.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wp4tw9kETPu7f70Ftw1z6rUtXxLw9qkq { width:13.125rem;height:3.25rem;top:20.75rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCQyGC5knzf3U0aDFMVEChQfTeFluCdJ { width:2.5rem;height:2.5rem;top:17.0625rem;left:16.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPGbpJuDVOTu57oNCGPSNWuMtVVXKUBr { width:1.0625rem;height:0.5625rem;top:19.0625rem;left:16.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzanAEV5y30C6PifCcBKm86ZtsG8QqLs { width:1.375rem;height:1.375rem;top:17.5625rem;left:18.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDVBxmTE2VdnTMBIh8wqVhdBkM24Q5w5 { width:13.5rem;height:15.9375rem;top:14.8125rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0gZFUInffk3cyG98K2tTTEOU1fdbnB2 { width:2.5rem;height:2.5rem;top:17.0625rem;left:40.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lqu5UoVTifKOTgdZIEoqtAn58VNZIIQ0 { width:1.375rem;height:1.375rem;top:17.5625rem;left:42.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbUriHRQ6RQRhP1VMahQ6wM4Z8Rhcu1X { width:1.0625rem;height:0.5625rem;top:19rem;left:40.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5tTIpn5SgnBVrZwQfETmRTpxl80Rac3 { width:13.5rem;height:15.9375rem;top:14.8125rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUmP2zD5DZXRNgDZgDowZ8T4NcJBqsop { width:13.125rem;height:3.25rem;top:20.6875rem;left:34.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuuIx8Jf4MMD4N8A9MugGldNMCZoclcd { width:13.125rem;height:3.25rem;top:20.6875rem;left:22.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptJGwoNK42bvDW2Ha50T39oypOT1nZAU { width:2.5rem;height:2.5rem;top:17.0625rem;left:28.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNTIFwP0z9LdemfCV4qAMQEU3SfQ24li { width:1.0625rem;height:0.5625rem;top:19.3125rem;left:28.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOeNazkRqOA2auTHBJG1LnavSeP4RDMT { width:1.375rem;height:1.375rem;top:17.5625rem;left:29.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eK6bB2J94eQrHVcs9ph1RNEWraI8Zhdp { width:11.625rem;height:5.5625rem;top:24.3125rem;left:36.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CltOyI1qXTlJmBMi1siCqIEB3lZLRqxP { width:13.5625rem;height:0.125rem;top:31.0625rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0P2A6ZySEKILZfgT7ElBzMsfsgaHqFv { width:13.5rem;height:15.9375rem;top:7.625rem;left:33.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZQTRLRswn0v42rJSnZibqJNadPctU19D { width:1.0625rem;height:0.5625rem;top:11.8125rem;left:40.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rag7apfq3iNQsLB41ERgZXm12JEgbc2O { width:13.125rem;height:3.875rem;top:54.625rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TkNgaAhdqt7ndTvxCe8xEVEo3m99xKb2 { width:2.5rem;height:2.5rem;top:9.8125rem;left:40.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TFQ1TQIWeqXbiWUa127xxTP5iK4Tq8WK { width:14.875rem;height:6.75rem;top:59.0625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IXQxIsx7IUZcHabRG6zKd9Nx33BgVTUv { width:1.375rem;height:1.375rem;top:10.375rem;left:42.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #suNuKGN6Vh5A0TORw86vtvHoQln3RdE3 { width:13.5625rem;height:0.125rem;top:23.875rem;left:34.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pDlXKHPPQ1rzBr7y5UUamy3DNPW56elC { width:13.5rem;height:15.9375rem;top:7.625rem;left:33.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uGWSozgb5WzlUiRJzFvJnQ2TGg2sniwb { width:1.0625rem;height:0.5625rem;top:11.8125rem;left:40.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TH7OxMxQtkc4wUNvJSGznOeXzGUotT2k { width:13.125rem;height:3.875rem;top:33.8125rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #mGLi4gihatg9EqPzWqMVNTIqFv5EkT4K { width:2.5rem;height:2.5rem;top:9.8125rem;left:40.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mJbKwG38VTP9u8fGXhiPwTHOXUocSzW0 { width:14.875rem;height:6.75rem;top:38.1875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hT54xqmRl1vlwdxJ8KoZm9NcaEfl9T9D { width:1.375rem;height:1.375rem;top:10.375rem;left:42.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zuXwTZUq0A7ae2suTWMv66D4VBTBhsX4 { width:13.5625rem;height:0.125rem;top:23.875rem;left:34.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UApqDvRNpDG0sz9KSZyaUkPmNvXy5RN7 { width:13.5rem;height:15.9375rem;top:7.625rem;left:33.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #INATVEJeyTJLzzxMwqXgd5Gd677Q3exw { width:1.0625rem;height:0.5625rem;top:11.8125rem;left:40.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #n23BXcHN8Wks8XUTt4854JgcPGtePNOs { width:13.125rem;height:3.875rem;top:13.125rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JioAmHOyqD9gmzid6JST7326FuB4ymZb { width:2.5rem;height:2.5rem;top:9.8125rem;left:40.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ICSnOCff6wwoqlM1NZiW3oWoh0pHOzwA { width:1.375rem;height:1.375rem;top:10.375rem;left:42.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #o9FmKONDJSNEgppimsHXrhF3BKGgM1ct { width:13.5625rem;height:0.125rem;top:23.875rem;left:34.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rBDvbX01d7NNXviRUHH3UmCNh5ayBEOz { width:46.0625rem;height:3.375rem;top:8.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7xTCywapNJpUTXHCF6Ozwq6KnlpdLB6 { width:11.625rem;height:5.5625rem;top:24.3125rem;left:24.03125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKGHdPwkoz5eVTBwxLww5KkvQWkLxW9o { width:13.5625rem;height:0.125rem;top:31.0625rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAG62eZcZg7iCJr6KBp8xCRVKLiONSNG { width:19.5625rem;height:2.8125rem;top:33.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #isyF0hwROtGQLiMB8GiKwnsSMJLHqnxp { display:block; }
 }@media only screen and (max-width: 763px) { #EmmDzaH35gX0kBQrmC8JiNRs48W8TnAv { display:block; }#EmmDzaH35gX0kBQrmC8JiNRs48W8TnAv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zivhzOlhLvwIDILqiC3epDbtvXi8wAd7 { width:28.6875rem;height:6.375rem;top:5.1875rem;left:19.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DohVVPBRGSMOtQpDU9OlM47aJrLpv1Tf { top:13.125rem;left:19.625rem;width:28.125rem;height:33.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZMNPwxWZduBzpOLsFic550KUlD227SF { top:6.125rem;left:0rem;width:28.75rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbe8UMf5rgZWgkZpeVo2MylmlCbomx8p { width:19.4375rem;height:2.6875rem;top:50.875rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9KJewbsM0XKbQTU2ehORwrwJ5uPAqn4 { display:block; }
 }@media only screen and (max-width: 763px) { #Jmk4LB3gTJK7g7wytsDVuCgrK84iWDFk { top:30.1875rem;left:0rem;width:28.75rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctSWdQI7E7MXwFl1UsVXfc4GSqS9sHo3 { display:block; }#ctSWdQI7E7MXwFl1UsVXfc4GSqS9sHo3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bwQUJotX8elMUN5a2stOeKuVpC2XTOqE { width:47.75rem;height:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wfh7LAUG9Egp9h8PrP3h0dlZMnkFkg7T { display:block; }#Wfh7LAUG9Egp9h8PrP3h0dlZMnkFkg7T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vuiTag8KMEnraB2E3w3CpIWNg4tlgGnz { width:30.1875rem;height:7.3125rem;top:4.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lL1UoTr5z9D6mQBpJ0Q9zB4cVsHalriT { width:27.1875rem;height:41.4375rem;top:12.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0hBDdAzEzExuNnK5HTGclTkPCLc2Rkw { width:26rem;height:20.25rem;top:26.1875rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0ifP0KNfm7FTTWtzIGqFcZP6RCZ8kFH { width:14.1875rem;height:2.9375rem;top:48.25rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBufVTFINRwGeEWJgArXX7glb1FoGE6n { display:block; }
 }@media only screen and (max-width: 763px) { #nN6BWbaAfzk9aMUG6137vwK04uAz7R6f { top:52.875rem;left:22.75rem;width:25rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IinmMtgwyIcXJ6hCy2O2mo2PZRmPOGb9 { width:26rem;height:20.25rem;top:4.1875rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnHqpEiZ6HMPXhFyFI0dPlL7suXgbn3P { display:block; }#MnHqpEiZ6HMPXhFyFI0dPlL7suXgbn3P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SkkCufLXSn9JRQVLBJCp7KpACNt1ba64 { top:13.3125rem;left:0rem;width:47.75rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOD2yme4ZIXGgEJ5SBzkisTmKlhimGQN { width:21.875rem;height:5rem;top:5.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKcOhTpRtsUnTnRwnX4VXleMwkIfdBU0 { width:21.875rem;height:5rem;top:5.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkfVk4vcCakOUi6Ak94ZJh8MMmTKqM79 { top:40.125rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sgb98Ou3hwf7k5O58sSDXOJWOsDTFZ22 { display:block; }#Sgb98Ou3hwf7k5O58sSDXOJWOsDTFZ22 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI .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; }
#y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI .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; }
#y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI { display:flex;width:18rem;height:5.0625rem;top:5.875rem;left:21.15625rem; }
 }@media only screen and (max-width: 763px) { #y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #yxcihu0TW2IeEolB7TuqVygfbJOW59ZV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #aqqFK808dRN438Gn0fgsGWscibDxK3kx {  }
 }@media only screen and (max-width: 763px) { #y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #gR4AP2GgOv1Q9gOJEfauqFVAkae7WDRK {  }
 }@media only screen and (max-width: 763px) { #y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #ZfFZkwPxEVRaMGnizMNh3irlGKl6PzOX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #BHmJPMQ24gpl3rGVNEHVSFyg6bk4lt4t {  }
 }@media only screen and (max-width: 763px) { #y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #R47M2Isbh3AX2VTDlno6RSBHOdnF9xzS {  }
 }@media only screen and (max-width: 763px) { #y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #kZNnCT3lKp1BqnASz3v6Dn19ZKcoImld { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #I3DoDfhR7X3zPLsnrcMUmapTcQeSgwUZ {  }
 }@media only screen and (max-width: 763px) { #y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #RnxmzEfldvUvHV9wQvr8OqXHuTs1TWBR {  }
 }@media only screen and (max-width: 763px) { #y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #AIwDo4hnPltpJBmb7LR9FWpL8eniSCTG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #WTCfJyIoJWZV2VxcGZgULlq8zeRg0qNP {  }
 }@media only screen and (max-width: 763px) { #y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #yWXxuP9I0Aa8xA3vccCwOihyHwOwhROX {  }
 }@media only screen and (max-width: 763px) { #T8rUmteQiim2UBRRx6zUMpHGKFdPTQOR { top:2.375rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1LcZEtPpQ1vF5KT6pWGJEbpzmWw9NBB { top:7.6875rem;left:0rem;width:47.75rem;height:8.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpeF5p65MzTP0k0kCNuRiCucGFwdKpvI { top:32.6875rem;left:12.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcyxEgoAHAsemWaE6EaGqh4u63GMpry2 { top:32.6875rem;left:32.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFJbE8qNONfb98xRPzAXnufRwQgba769 { width:14.375rem;height:3.125rem;top:32.6875rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBzPUJn67bo7hQ9a4sN7bi7ttfHTwCiK { display:block; }
 }@media only screen and (max-width: 763px) { #wHnpFNEG9lZCD8d4lHCX97r4Ro0bFErB { top:37.0625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTUK1JoA2qTdcMGTJd4CbPBdKLqTTECd { display:block; }#bTUK1JoA2qTdcMGTJd4CbPBdKLqTTECd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #So3MRk32TCHxJNLBNCoJ8xkJhGqWNZnx { top:2rem;left:0rem;width:47.75rem;height:9.6918316831683rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiO9bEpeVL6nq3EJTAavi0HGhdkfToKx { display:block; }#ZiO9bEpeVL6nq3EJTAavi0HGhdkfToKx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTLsfqVFoqB6LrAxVgd4m8y3TiHglD4n { top:22rem;left:0rem;width:13.0625rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ateg6p2xZszd0pbvo7mV3DZ4Howr3wMR { top:32.5rem;left:0rem;width:13rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS3nOU8bi1iZVpu2LdidhazJIaGE9iG8 { top:1.8125rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVW7bNbpGl4dTl9diDNTKHKSu78mDBeT { top:10.3125rem;left:0rem;width:13rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNZANwUWc5d4Lxx8T9AFGOxZlNzv1o4V { display:none; }
 }@media only screen and (max-width: 763px) { #yO4wOSotFmJs9BAB3aQ8kr9lTB8k4FXM { display:none; }
 }@media only screen and (max-width: 763px) { #UdNc7o4kgcyP9FyAgLqdtO3Wi7bgAAC3 { top:9.1875rem;left:17.6875rem;width:30.0625rem;height:9.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9tlIw26Rg3c5S1TW4PDD7mfC5aXiPoi { top:20.9375rem;left:17.6875rem;width:30.0625rem;height:7rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXLri1rctyVsS6cTV2Zy9nXfVVyFHnxa { top:31.4375rem;left:17.6875rem;width:30.0625rem;height:7rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ztts9O7DaUvuCs4HibRvSrvq9JThdFZZ { top:44.25rem;left:0rem;width:13rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFm12SXNTyeIyE5Nx1ypaWxIQJQcQEtR { top:43.1875rem;left:17.6875rem;width:30.0625rem;height:7rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIzqZa1FN7XWT7EXViFoot8h8Rsz5zDR { display:none; }
 }@media only screen and (max-width: 763px) { #VST4PlbTpTrtQJyHHK0FEbzNxwz1FJnT { width:47.75rem;height:59.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #s7s3zX8qsUwBJucDKPX8nzAsbFoCvFND { display:block; }#s7s3zX8qsUwBJucDKPX8nzAsbFoCvFND > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RsovqFMtN5kVvaqk2fHLft11GgpZiAL9 { width:38.4375rem;height:6rem;top:1.375rem;left:4.6240234375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e { display:flex;height:auto;width:45.25rem;top:20.1875rem;left:0rem; }
#gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #WoFT9a4xrVGQe3i3CLTTQrT9WEpEw0cZ {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #cHcEZlWFHJ6VzTJ8vJJg3QtmV6gU9gVC {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #zo3MTJw0KvNKDC6Xx76nabsTgayy7UCw {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #ZriqIJMUNaKeosDki2qy0icUvIzBR8LZ {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #dFi9RQ1z1UuwIFrEsZVUEyWvOhHNKdIS {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #su5LfJAbDvRkTCOWsgiO5bvMpT7tZZnE {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #ROSNNA0p3GexAoBqA6vviSPBWUCZIwLA {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #z0FKPzIRDTvIoX2awSbgqDZqMarwUQZQ {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #MvEev45JILM0KQpCndAESWUC7KGJaOXi {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #wTrViPOB0P5PA5UW4DvH9F7C9mqHyU6z {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #EyTlCJ0y0eBtcRXmmhrkLU4OHNWDZ9RS {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #ykb8SdkiOvPpHsT1d1kekHB3uOSw9H8h {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #ifozhsRuZ6wSgxmpX8CsmIttsl5n0eke {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #PhbVZT2R9TEOkZUoSv7vmEQR1RGtAU4Z {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #xphaHacGzyuQii5u6WTCUU0P9Cmkymb1 {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #oMP0PKKOpvbGuF3MeU8oSNf2HMpzHvTb {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #sPv0XBbD4On4A7OJCdaCUAIXVowh18H4 {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #n2kpoBqyrTbMdxZkZo1UyBGhNRAcHWBk {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #MXl4KIo91m7aH2seI7EhxGZFnNhTPJ4a {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #OIcc8PZIFNJEszB3EoFdoPCSeO8t6S1T {  }
 }@media only screen and (max-width: 763px) { #Lbu9OGlzBz1iFxuGuefmrVh4LL7UhEWz { display:block; }#Lbu9OGlzBz1iFxuGuefmrVh4LL7UhEWz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vmc0B21Q5KtyNpT6fKD5cANuRPNtHySc { top:0.8125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUHDMMC14NJvt1FCCNyCAiPLHVkELv8I { display:block; }#sUHDMMC14NJvt1FCCNyCAiPLHVkELv8I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RL8ro6syEPOsbpINaBEscxTP432kaLAk { top:1.25rem;left:0rem;width:28.125rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuharTEIBKMq568WlHEk5Z2HpA68zQOF { top:1.25rem;left:19rem;width:28.125rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #T031UdeWRUP9oOPNlJfTCTCQkU8sWSVu { display:block; }#T031UdeWRUP9oOPNlJfTCTCQkU8sWSVu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pEcKT0ep03VTm4xp4U2xbHlbqfugnn6d { top:1.25rem;left:19rem;width:28.125rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXndngyX1zNkOo8d6mOsLJr0ZwAuFauW { top:1.25rem;left:0rem;width:28.125rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAC98EKMB1m3MwmQRJeEze8xr0Qh2xf6 { top:1.25rem;left:19rem;width:28.125rem;height:21rem;display:none; }
 }@media only screen and (max-width: 763px) { #GmlEoWlgeAfJ3777yI2i2hZFU6QWem9L { display:block; }#GmlEoWlgeAfJ3777yI2i2hZFU6QWem9L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lbEtQwJW920sLcv8oeoICTGw4ZBw5qEG { top:0.8125rem;left:0rem;width:28.125rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #st5URq0P2b5yKCokLLRboqHGJM3NOfTe { top:0.8125rem;left:19rem;width:28.125rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoHTuGlsThR0EU2ULIoh9SVkkssLaz7H { top:0.8125rem;left:19rem;width:28.125rem;height:21rem;display:none; }
 }@media only screen and (max-width: 763px) { #p0vVPbORRwbVkWwPQWrIix2aJTczQpqS { top:0.8125rem;left:19rem;width:28.125rem;height:21rem;display:none; }
 }@media only screen and (max-width: 763px) { #PU6lEEmFHLiBtuFnqOTxftla6iBUz7nB { display:block; }#PU6lEEmFHLiBtuFnqOTxftla6iBUz7nB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KfdvDapJ0rafVJTtccO99FlThGziU049 { width:14.375rem;height:3.125rem;top:0.8125rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zw0twXgMHBIO00TBKxcmVuKTynmfMqZ0 { display:block; }
 }@media only screen and (max-width: 763px) { #QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb { display:block; }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vq7UlmHpelZnzTIMoMlX8s8fxWk68Gil { width:21.5625rem;height:6.125rem;top:5.25rem;left:26.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnFqRBK3OENW3mkITz8r4xLqrsSkGhTu { top:5.25rem;left:0rem;width:34.5rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxGGVShTyIIwbTk0uPHTuT9FsdpERzoJ { top:18.375rem;left:26.5rem;width:21.25rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mw4yXNp7886Iut5agDkr2AxtKlHhdnJZ { top:13.3125rem;left:26.5rem;width:21.25rem;height:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yklB3vCzrbJKWhnn7g0Jmoo9MAKh4ETt { display:block; }#yklB3vCzrbJKWhnn7g0Jmoo9MAKh4ETt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #acKZsBcpH1X2SSAMgtPgE8MWbleN9AaT { width:9.1875rem;height:2.3125rem;top:0.25rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNrCzk8Tk523nQQbxCd2BUldlmEg6V5P { display:block; }
 }@media only screen and (max-width: 763px) { #mKdO4zrx9lPqv1xV7g3LxvsneWtrohND { width:9.1875rem;height:2.3125rem;top:0.3125rem;left:34.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #aVllFTPeAAMTJH0czvMG9J7b8zffspm8 { display:block; }
 }@media only screen and (max-width: 763px) { #Uu4mzec81dvTwcepUsT9oormQThT0bC0 { top:0.375rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vh4XEpua8QJOL7kV6snMnvbCIeZTn9Ac { top:0.375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;display:block; }
#RfCF86mC6czgNBqhP42hQ4K3wMdwNSNI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RfCF86mC6czgNBqhP42hQ4K3wMdwNSNI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RfCF86mC6czgNBqhP42hQ4K3wMdwNSNI > .row > .video-iframe-container { display: none; }#RfCF86mC6czgNBqhP42hQ4K3wMdwNSNI > .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); } }@media only screen and (max-width: 763px) { #umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP { position:relative;z-index:auto;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/67adfdf5-12e2-4628-b1f2-84b80eca5e20/20231115_172131copy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP.adaptive-delivery-prevent-bg, #umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP.lazyload, #umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP.lazyloading { background-image: none; }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP > .row .container { background-color: transparent; background-image: none; }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(106,191,75,0.81); }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP > .row .container > .video-iframe-container { display: none; }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(106,191,75,0.81); }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP > .row > .video-iframe-container { display: none; }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP > .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); }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP > .row .container { width:20rem;height:40.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iBuBxsf3IGBUurUTHVSHaoRu2ZlEHxG1 { width:14.5rem;height:3rem;top:23.1875rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #oaGS1FTftvVukLyTHiEIogtx2PPuXp47 { width:19.1855625rem;height:10.9668125rem;top:10.4404296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQqnlkJpiIB4lPtX81wSOMusgyFmHqqu { width:13.125rem;height:2.5rem;top:31.25rem;left:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IovxitIQ7fMNUTr9a8r5lZsJTTHDzHQ2 { display:block; }
 }@media only screen and (max-width: 763px) { #abgD0r9yl0QmxZ8XXAtkrtM5XwkVdTrE { width:13.1875rem;height:2.5rem;top:28.0625rem;left:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtiyKZ0Eo64B4pfOlHdcP7JSywJ8OTzI { display:block; }
 }@media only screen and (max-width: 763px) { #QsG10oITpt0PZpUnbeV3N9mzTH2VntB7 { width:19.9375rem;height:4.875rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4nLDFD7ivbq9dRQ5niwAOHXSesNEoiM { width:12.1875rem;height:2.923825rem;top:35.3984375rem;left:3.90625rem;font-size:1.125rem;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #WZpmMKRsFBQJbP4BQW9oLKE25pUOx4Bs { display:block; }#WZpmMKRsFBQJbP4BQW9oLKE25pUOx4Bs { border-width: 0; border-radius: 0; }#WZpmMKRsFBQJbP4BQW9oLKE25pUOx4Bs > .row .container { width:20rem;height:105.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s24ycW4QnRdCu1aslm9a4ZELvkw0gN7Z { width:16.5625rem;height:18.75rem;top:6.4240055084231rem;left:1.1101739406586rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z3WSlTpgPesT091fcRDC91tCvufLkTyi { width:13.125rem;height:0;top:12.92480625rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DDod6p6JUZV6A1IkGB8J5iuJzQxEXUX9 { width:13.125rem;height:6.796875rem;top:31.7734375rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15080;display:block; }
 }@media only screen and (max-width: 763px) { #wwyOSeIe06F4OSs9vCPiX1oRuHU18A4i { width:19rem;height:7.875rem;top:1.3125rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Gwq5eQXboCRzGebzF9dOVkCnV0PiU9JT { width:2.5rem;height:2.5rem;top:9.23730625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tuhPdVIib9wzG6fUIT65CTp6TUKKqy5e { width:1.0625rem;height:0.5625rem;top:11.23730625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kgTJfkOakxFoRXqs0VSZQTNwWC56Tq8r { width:1.1875rem;height:1.1875rem;top:9.79980625rem;left:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TeO2TmvQRkTlJI69pZJGZKdk1PlzxNR2 { width:14.0625rem;height:0.125rem;top:22.6123046875rem;left:2.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WUSGRNXtN0KnyhFXpUvScRHTHD4bpIX8 { width:16.5625rem;height:18.75rem;top:26.361862182618rem;left:1.548295378685rem;display:none; }
 }@media only screen and (max-width: 763px) { #vR5ewX36s4xdaD6dDU0wkKT6HFcnatBF { width:13.5625rem;height:0.125rem;top:41.5498046875rem;left:3.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KbH32oVQzisMoIhWL2lP43VszKKm2MHi { width:11.625rem;height:0;top:34.79980625rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wp4tw9kETPu7f70Ftw1z6rUtXxLw9qkq { width:13.125rem;height:0;top:31.17480625rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FCQyGC5knzf3U0aDFMVEChQfTeFluCdJ { width:2.5rem;height:2.5rem;top:27.48730625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aPGbpJuDVOTu57oNCGPSNWuMtVVXKUBr { width:1.0625rem;height:0.5625rem;top:29.48730625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AzanAEV5y30C6PifCcBKm86ZtsG8QqLs { width:1.375rem;height:1.375rem;top:28.04980625rem;left:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TDVBxmTE2VdnTMBIh8wqVhdBkM24Q5w5 { width:16.5625rem;height:18.75rem;top:44.4375rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #r0gZFUInffk3cyG98K2tTTEOU1fdbnB2 { width:2.5rem;height:2.5rem;top:46.625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lqu5UoVTifKOTgdZIEoqtAn58VNZIIQ0 { width:1.375rem;height:1.375rem;top:47.1875rem;left:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BbUriHRQ6RQRhP1VMahQ6wM4Z8Rhcu1X { width:1.0625rem;height:0.5625rem;top:48.625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q5tTIpn5SgnBVrZwQfETmRTpxl80Rac3 { width:16.5625rem;height:18.75rem;top:63.3125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUmP2zD5DZXRNgDZgDowZ8T4NcJBqsop { width:13.125rem;height:0;top:50.3125rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JuuIx8Jf4MMD4N8A9MugGldNMCZoclcd { width:13.125rem;height:3.8984375rem;top:69.875rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptJGwoNK42bvDW2Ha50T39oypOT1nZAU { width:3.9999125rem;height:3.9999125rem;top:65.125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNTIFwP0z9LdemfCV4qAMQEU3SfQ24li { width:1.31214375rem;height:0.625rem;top:68.5625rem;left:7.4375rem;background-color:#13d41a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #JOeNazkRqOA2auTHBJG1LnavSeP4RDMT { width:1.68723125rem;height:1.68723125rem;top:67.6875rem;left:11rem;background-color:#00ba2e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #eK6bB2J94eQrHVcs9ph1RNEWraI8Zhdp { width:11.625rem;height:0;top:53.9375rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CltOyI1qXTlJmBMi1siCqIEB3lZLRqxP { width:13.5625rem;height:0.125rem;top:60.6875rem;left:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #U0P2A6ZySEKILZfgT7ElBzMsfsgaHqFv { width:16.5625rem;height:18.75rem;top:84.625rem;left:1.5rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #ZQTRLRswn0v42rJSnZibqJNadPctU19D { width:1.31214375rem;height:0.625rem;top:89.875rem;left:7.375rem;z-index:15054;background-color:#13d41a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Rag7apfq3iNQsLB41ERgZXm12JEgbc2O { width:13.125rem;height:3.8984375rem;top:91.1875rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #TkNgaAhdqt7ndTvxCe8xEVEo3m99xKb2 { width:3.9999125rem;height:3.9999125rem;top:86.4375rem;left:7.9375rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #TFQ1TQIWeqXbiWUa127xxTP5iK4Tq8WK { width:14.9374375rem;height:6.796875rem;top:95.5625rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #IXQxIsx7IUZcHabRG6zKd9Nx33BgVTUv { width:1.68723125rem;height:1.68723125rem;top:89rem;left:10.9375rem;z-index:15035;background-color:#00ba2e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #suNuKGN6Vh5A0TORw86vtvHoQln3RdE3 { width:16.6865rem;height:0.12402375rem;top:103.5625rem;left:1.625rem;z-index:15031;background-color:#232020;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #pDlXKHPPQ1rzBr7y5UUamy3DNPW56elC { width:16.5625rem;height:18.75rem;top:41.75rem;left:1.625rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #uGWSozgb5WzlUiRJzFvJnQ2TGg2sniwb { width:1.31214375rem;height:0.625rem;top:47rem;left:7.5rem;z-index:15061;background-color:#13d41a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TH7OxMxQtkc4wUNvJSGznOeXzGUotT2k { width:13.125rem;height:3.8984375rem;top:48.3125rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #mGLi4gihatg9EqPzWqMVNTIqFv5EkT4K { width:3.9999125rem;height:3.9999125rem;top:43.5625rem;left:8.0625rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #mJbKwG38VTP9u8fGXhiPwTHOXUocSzW0 { width:14.9374375rem;height:6.796875rem;top:52.6875rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #hT54xqmRl1vlwdxJ8KoZm9NcaEfl9T9D { width:1.68723125rem;height:1.68723125rem;top:46.125rem;left:11.0625rem;z-index:15042;background-color:#00ba2e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #zuXwTZUq0A7ae2suTWMv66D4VBTBhsX4 { width:16.68725rem;height:0.12473375rem;top:60.75rem;left:1.75rem;z-index:15038;background-color:#232020;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #UApqDvRNpDG0sz9KSZyaUkPmNvXy5RN7 { width:16.5625rem;height:18.75rem;top:20.4375rem;left:1.53125rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #INATVEJeyTJLzzxMwqXgd5Gd677Q3exw { width:1.31214375rem;height:0.625rem;top:25.75rem;left:7.5rem;z-index:15068;background-color:#13d41a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #n23BXcHN8Wks8XUTt4854JgcPGtePNOs { width:13.125rem;height:3.8984375rem;top:27.0625rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #JioAmHOyqD9gmzid6JST7326FuB4ymZb { width:3.9999125rem;height:3.9999125rem;top:22.3125rem;left:8.0625rem;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #ICSnOCff6wwoqlM1NZiW3oWoh0pHOzwA { width:1.68723125rem;height:1.68723125rem;top:24.875rem;left:11.0625rem;z-index:15049;background-color:#13d41a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #o9FmKONDJSNEgppimsHXrhF3BKGgM1ct { width:16.68725rem;height:0.12473375rem;top:39.5rem;left:1.75rem;z-index:15045;background-color:#232020;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #rBDvbX01d7NNXviRUHH3UmCNh5ayBEOz { width:18.25rem;height:7.96875rem;top:10.3505859375rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-family:poppins;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #A7xTCywapNJpUTXHCF6Ozwq6KnlpdLB6 { width:14.9374375rem;height:6.796875rem;top:74.25rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKGHdPwkoz5eVTBwxLww5KkvQWkLxW9o { width:16.68725rem;height:0.12473375rem;top:82.3125rem;left:1.625rem;background-color:#232020;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #XAG62eZcZg7iCJr6KBp8xCRVKLiONSNG { width:14.375rem;height:3.125rem;top:53.9375rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #isyF0hwROtGQLiMB8GiKwnsSMJLHqnxp { display:block; }
 }@media only screen and (max-width: 763px) { #EmmDzaH35gX0kBQrmC8JiNRs48W8TnAv { background-color:rgba(106,191,75,0.94);background-image:none;display:block; }#EmmDzaH35gX0kBQrmC8JiNRs48W8TnAv > .row .container { background-color: transparent; background-image: none; }#EmmDzaH35gX0kBQrmC8JiNRs48W8TnAv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmmDzaH35gX0kBQrmC8JiNRs48W8TnAv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmmDzaH35gX0kBQrmC8JiNRs48W8TnAv > .row .container > .video-iframe-container { display: none; }#EmmDzaH35gX0kBQrmC8JiNRs48W8TnAv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmmDzaH35gX0kBQrmC8JiNRs48W8TnAv > .row > .video-iframe-container { display: none; }#EmmDzaH35gX0kBQrmC8JiNRs48W8TnAv > .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); }#EmmDzaH35gX0kBQrmC8JiNRs48W8TnAv > .row .container { width:20rem;height:92.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zivhzOlhLvwIDILqiC3epDbtvXi8wAd7 { width:19.3125rem;height:8.13575rem;top:1.623046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #DohVVPBRGSMOtQpDU9OlM47aJrLpv1Tf { width:19.375rem;height:38.25rem;top:29.1875rem;left:0.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.0625rem #070002;display:block; }
 }@media only screen and (max-width: 763px) { #wZMNPwxWZduBzpOLsFic550KUlD227SF { width:19.375rem;height:17.5rem;top:10.625rem;left:0.3125rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/32b683f7-dd11-4968-973f-67d57b98c74a/unnamed19copy.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#wZMNPwxWZduBzpOLsFic550KUlD227SF.adaptive-delivery-prevent-bg, #wZMNPwxWZduBzpOLsFic550KUlD227SF.lazyload, #wZMNPwxWZduBzpOLsFic550KUlD227SF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #rbe8UMf5rgZWgkZpeVo2MylmlCbomx8p { width:19.4296875rem;height:2.6796875rem;top:87.25rem;left:0.28515625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9KJewbsM0XKbQTU2ehORwrwJ5uPAqn4 { display:block; }
 }@media only screen and (max-width: 763px) { #Jmk4LB3gTJK7g7wytsDVuCgrK84iWDFk { width:19.375rem;height:16.875rem;top:68.875rem;left:0.3125rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4fc1303a-4f74-4fcb-a930-4490876b4d82/20231207_174403copy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Jmk4LB3gTJK7g7wytsDVuCgrK84iWDFk.adaptive-delivery-prevent-bg, #Jmk4LB3gTJK7g7wytsDVuCgrK84iWDFk.lazyload, #Jmk4LB3gTJK7g7wytsDVuCgrK84iWDFk.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ctSWdQI7E7MXwFl1UsVXfc4GSqS9sHo3 { background-color:#ffffff;background-image:none;display:block; }#ctSWdQI7E7MXwFl1UsVXfc4GSqS9sHo3 > .row .container { background-color: transparent; background-image: none; }#ctSWdQI7E7MXwFl1UsVXfc4GSqS9sHo3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ctSWdQI7E7MXwFl1UsVXfc4GSqS9sHo3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ctSWdQI7E7MXwFl1UsVXfc4GSqS9sHo3 > .row .container > .video-iframe-container { display: none; }#ctSWdQI7E7MXwFl1UsVXfc4GSqS9sHo3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ctSWdQI7E7MXwFl1UsVXfc4GSqS9sHo3 > .row > .video-iframe-container { display: none; }#ctSWdQI7E7MXwFl1UsVXfc4GSqS9sHo3 > .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); }#ctSWdQI7E7MXwFl1UsVXfc4GSqS9sHo3 > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bwQUJotX8elMUN5a2stOeKuVpC2XTOqE { top:0.49967479705811rem;left:0rem;width:20rem;height:3.75rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Wfh7LAUG9Egp9h8PrP3h0dlZMnkFkg7T { display:block; }#Wfh7LAUG9Egp9h8PrP3h0dlZMnkFkg7T > .row .container { width:20rem;height:106.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vuiTag8KMEnraB2E3w3CpIWNg4tlgGnz { width:19rem;height:4.125rem;top:1.1865234375rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lL1UoTr5z9D6mQBpJ0Q9zB4cVsHalriT { width:19.375rem;height:55.78125rem;top:22.9970703125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #T0hBDdAzEzExuNnK5HTGclTkPCLc2Rkw { width:19.375rem;height:15.9375rem;top:79.9375rem;left:0.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/36cb14f0-5441-41a2-b4d4-77ba5fb769f1/IMG_3907copy.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#T0hBDdAzEzExuNnK5HTGclTkPCLc2Rkw.adaptive-delivery-prevent-bg, #T0hBDdAzEzExuNnK5HTGclTkPCLc2Rkw.lazyload, #T0hBDdAzEzExuNnK5HTGclTkPCLc2Rkw.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #x0ifP0KNfm7FTTWtzIGqFcZP6RCZ8kFH { width:15.4921875rem;height:2.9921875rem;top:97.5rem;left:2.25390625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBufVTFINRwGeEWJgArXX7glb1FoGE6n { display:block; }
 }@media only screen and (max-width: 763px) { #nN6BWbaAfzk9aMUG6137vwK04uAz7R6f { width:20rem;height:2.84765625rem;top:101.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IinmMtgwyIcXJ6hCy2O2mo2PZRmPOGb9 { width:19.375rem;height:15.9375rem;top:6.185546875rem;left:0.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/343256c4-103c-4f54-93fe-c4845ea7ba0e/20231111_170549copy.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#IinmMtgwyIcXJ6hCy2O2mo2PZRmPOGb9.adaptive-delivery-prevent-bg, #IinmMtgwyIcXJ6hCy2O2mo2PZRmPOGb9.lazyload, #IinmMtgwyIcXJ6hCy2O2mo2PZRmPOGb9.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #MnHqpEiZ6HMPXhFyFI0dPlL7suXgbn3P { display:block; }#MnHqpEiZ6HMPXhFyFI0dPlL7suXgbn3P > .row .container { width:20rem;height:43.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SkkCufLXSn9JRQVLBJCp7KpACNt1ba64 { width:20rem;height:10.875rem;top:9.08984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOD2yme4ZIXGgEJ5SBzkisTmKlhimGQN { width:20rem;height:3.7109375rem;top:3.2373046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKcOhTpRtsUnTnRwnX4VXleMwkIfdBU0 { width:20rem;height:1.23751875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkfVk4vcCakOUi6Ak94ZJh8MMmTKqM79 { width:20rem;height:5.15625rem;top:37.21484375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sgb98Ou3hwf7k5O58sSDXOJWOsDTFZ22 { display:block; }#Sgb98Ou3hwf7k5O58sSDXOJWOsDTFZ22 > .row .container { width:20rem;height:41.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI .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; }
#y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI .widget-text.counter-number { padding-top:0.494375rem;padding-right:0.429375rem;padding-bottom:0.494375rem;padding-left:0.429375rem;width:2.57625rem;min-width:2.57625rem;height:2.65625rem;font-size:1.976875rem;line-height:42.5px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.30875rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.435625rem;height:1.05rem;font-size:0.74125rem;line-height:16.8px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI { display:flex;width:17.625rem;height:4.9375rem;top:24.624566555023rem;left:0rem;padding-top:1.205rem;padding-right:1.2075rem;padding-bottom:1.205rem;padding-left:1.2075rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #yxcihu0TW2IeEolB7TuqVygfbJOW59ZV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #aqqFK808dRN438Gn0fgsGWscibDxK3kx {  }
 }@media only screen and (max-width: 763px) { #y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #gR4AP2GgOv1Q9gOJEfauqFVAkae7WDRK {  }
 }@media only screen and (max-width: 763px) { #y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #ZfFZkwPxEVRaMGnizMNh3irlGKl6PzOX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #BHmJPMQ24gpl3rGVNEHVSFyg6bk4lt4t {  }
 }@media only screen and (max-width: 763px) { #y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #R47M2Isbh3AX2VTDlno6RSBHOdnF9xzS {  }
 }@media only screen and (max-width: 763px) { #y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #kZNnCT3lKp1BqnASz3v6Dn19ZKcoImld { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #I3DoDfhR7X3zPLsnrcMUmapTcQeSgwUZ {  }
 }@media only screen and (max-width: 763px) { #y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #RnxmzEfldvUvHV9wQvr8OqXHuTs1TWBR {  }
 }@media only screen and (max-width: 763px) { #y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #AIwDo4hnPltpJBmb7LR9FWpL8eniSCTG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #WTCfJyIoJWZV2VxcGZgULlq8zeRg0qNP {  }
 }@media only screen and (max-width: 763px) { #y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #yWXxuP9I0Aa8xA3vccCwOihyHwOwhROX {  }
 }@media only screen and (max-width: 763px) { #T8rUmteQiim2UBRRx6zUMpHGKFdPTQOR { width:20rem;height:4.875rem;top:1.1241321563721rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1LcZEtPpQ1vF5KT6pWGJEbpzmWw9NBB { width:18.2498125rem;height:16.40625rem;top:6.8809690475462rem;left:0.87456607818606rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpeF5p65MzTP0k0kCNuRiCucGFwdKpvI { display:flex;width:2rem;height:2rem;top:17.0751953125rem;left:17.1875rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rcyxEgoAHAsemWaE6EaGqh4u63GMpry2 { display:flex;width:2rem;height:2rem;top:17.0751953125rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KFJbE8qNONfb98xRPzAXnufRwQgba769 { width:14.235375rem;height:2.98535rem;top:32.748046875rem;left:2.8818359375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBzPUJn67bo7hQ9a4sN7bi7ttfHTwCiK { display:block; }
 }@media only screen and (max-width: 763px) { #wHnpFNEG9lZCD8d4lHCX97r4Ro0bFErB { width:20rem;height:3.4121125rem;top:36.982421875rem;left:0rem;font-size:1.3125rem;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #bTUK1JoA2qTdcMGTJd4CbPBdKLqTTECd { display:block; }#bTUK1JoA2qTdcMGTJd4CbPBdKLqTTECd > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #So3MRk32TCHxJNLBNCoJ8xkJhGqWNZnx { width:20rem;height:4.6875rem;top:1.0625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #ZiO9bEpeVL6nq3EJTAavi0HGhdkfToKx { background-color:#ffffff;background-image:none;display:block; }#ZiO9bEpeVL6nq3EJTAavi0HGhdkfToKx > .row .container { background-color: transparent; background-image: none; }#ZiO9bEpeVL6nq3EJTAavi0HGhdkfToKx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZiO9bEpeVL6nq3EJTAavi0HGhdkfToKx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZiO9bEpeVL6nq3EJTAavi0HGhdkfToKx > .row .container > .video-iframe-container { display: none; }#ZiO9bEpeVL6nq3EJTAavi0HGhdkfToKx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZiO9bEpeVL6nq3EJTAavi0HGhdkfToKx > .row > .video-iframe-container { display: none; }#ZiO9bEpeVL6nq3EJTAavi0HGhdkfToKx > .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); }#ZiO9bEpeVL6nq3EJTAavi0HGhdkfToKx > .row .container { width:20rem;height:82.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTLsfqVFoqB6LrAxVgd4m8y3TiHglD4n { width:10.562rem;height:3.736325rem;top:26.125rem;left:4.71875rem;font-size:1.4375rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ateg6p2xZszd0pbvo7mV3DZ4Howr3wMR { width:13.75rem;height:3.736325rem;top:44.0625rem;left:3.125rem;font-size:1.4375rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TS3nOU8bi1iZVpu2LdidhazJIaGE9iG8 { width:19.0625rem;height:4.875rem;top:0.625rem;left:0.5rem;font-size:1.875rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PVW7bNbpGl4dTl9diDNTKHKSu78mDBeT { width:13.0620625rem;height:3.736325rem;top:8.5625rem;left:3.5rem;font-size:1.4375rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mNZANwUWc5d4Lxx8T9AFGOxZlNzv1o4V { display:flex;top:38.8125rem;left:7.8125rem;width:4.375rem;height:4.375rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #yO4wOSotFmJs9BAB3aQ8kr9lTB8k4FXM { display:flex;top:21rem;left:7.8125rem;width:4.375rem;height:4.375rem;z-index:15029; }
 }@media only screen and (max-width: 763px) { #UdNc7o4kgcyP9FyAgLqdtO3Wi7bgAAC3 { width:18.125rem;height:6.75rem;top:13.0625rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #i9tlIw26Rg3c5S1TW4PDD7mfC5aXiPoi { width:18.125rem;height:6.75rem;top:30.625rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aXLri1rctyVsS6cTV2Zy9nXfVVyFHnxa { width:18.125rem;height:6.75rem;top:48.5rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Ztts9O7DaUvuCs4HibRvSrvq9JThdFZZ { width:13rem;height:3.736325rem;top:62.5rem;left:3.5rem;font-size:1.4375rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TFm12SXNTyeIyE5Nx1ypaWxIQJQcQEtR { width:19.375rem;height:5.0625rem;top:66.875rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uIzqZa1FN7XWT7EXViFoot8h8Rsz5zDR { display:flex;top:57.5625rem;left:7.8125rem;width:4.375rem;height:4.375rem;z-index:15029; }
 }@media only screen and (max-width: 763px) { #VST4PlbTpTrtQJyHHK0FEbzNxwz1FJnT { top:73.5625rem;left:6.59375rem;width:6.8125rem;height:7.8125rem;z-index:15032;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #s7s3zX8qsUwBJucDKPX8nzAsbFoCvFND { display:block; }#s7s3zX8qsUwBJucDKPX8nzAsbFoCvFND > .row .container { width:20rem;height:36.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RsovqFMtN5kVvaqk2fHLft11GgpZiAL9 { width:17.125rem;height:7.55566875rem;top:1.625rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e { display:flex;height:auto;width:17.5rem;top:9.1806640625rem;left:0rem; }
#gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #WoFT9a4xrVGQe3i3CLTTQrT9WEpEw0cZ {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #cHcEZlWFHJ6VzTJ8vJJg3QtmV6gU9gVC {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #zo3MTJw0KvNKDC6Xx76nabsTgayy7UCw {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #ZriqIJMUNaKeosDki2qy0icUvIzBR8LZ {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #dFi9RQ1z1UuwIFrEsZVUEyWvOhHNKdIS {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #su5LfJAbDvRkTCOWsgiO5bvMpT7tZZnE {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #ROSNNA0p3GexAoBqA6vviSPBWUCZIwLA {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #z0FKPzIRDTvIoX2awSbgqDZqMarwUQZQ {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #MvEev45JILM0KQpCndAESWUC7KGJaOXi {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #wTrViPOB0P5PA5UW4DvH9F7C9mqHyU6z {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #EyTlCJ0y0eBtcRXmmhrkLU4OHNWDZ9RS {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #ykb8SdkiOvPpHsT1d1kekHB3uOSw9H8h {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #ifozhsRuZ6wSgxmpX8CsmIttsl5n0eke {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #PhbVZT2R9TEOkZUoSv7vmEQR1RGtAU4Z {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #xphaHacGzyuQii5u6WTCUU0P9Cmkymb1 {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #oMP0PKKOpvbGuF3MeU8oSNf2HMpzHvTb {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #sPv0XBbD4On4A7OJCdaCUAIXVowh18H4 {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #n2kpoBqyrTbMdxZkZo1UyBGhNRAcHWBk {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #MXl4KIo91m7aH2seI7EhxGZFnNhTPJ4a {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #OIcc8PZIFNJEszB3EoFdoPCSeO8t6S1T {  }
 }@media only screen and (max-width: 763px) { #Lbu9OGlzBz1iFxuGuefmrVh4LL7UhEWz { display:block; }#Lbu9OGlzBz1iFxuGuefmrVh4LL7UhEWz > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vmc0B21Q5KtyNpT6fKD5cANuRPNtHySc { width:20rem;height:5.0371125rem;top:1.60595703125rem;left:0rem;font-size:1.9375rem;font-family:raleway;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sUHDMMC14NJvt1FCCNyCAiPLHVkELv8I { display:block; }#sUHDMMC14NJvt1FCCNyCAiPLHVkELv8I > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RL8ro6syEPOsbpINaBEscxTP432kaLAk { width:20rem;height:13.5rem;top:14.9375rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/eec7ea56-4ba1-4d92-bb8f-6a98339d67ac/20211127_171648copy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#RL8ro6syEPOsbpINaBEscxTP432kaLAk.adaptive-delivery-prevent-bg, #RL8ro6syEPOsbpINaBEscxTP432kaLAk.lazyload, #RL8ro6syEPOsbpINaBEscxTP432kaLAk.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #xuharTEIBKMq568WlHEk5Z2HpA68zQOF { width:20rem;height:13.5rem;top:0rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/58289e33-0bdd-4c1a-9125-81862297d2d3/unnamed17copy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#xuharTEIBKMq568WlHEk5Z2HpA68zQOF.adaptive-delivery-prevent-bg, #xuharTEIBKMq568WlHEk5Z2HpA68zQOF.lazyload, #xuharTEIBKMq568WlHEk5Z2HpA68zQOF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #T031UdeWRUP9oOPNlJfTCTCQkU8sWSVu { display:block; }#T031UdeWRUP9oOPNlJfTCTCQkU8sWSVu > .row .container { width:20rem;height:44.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pEcKT0ep03VTm4xp4U2xbHlbqfugnn6d { width:20rem;height:13.5rem;top:15.75rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1d16dae5-dbcf-423c-b55b-e777a5f7b560/image000000copy2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#pEcKT0ep03VTm4xp4U2xbHlbqfugnn6d.adaptive-delivery-prevent-bg, #pEcKT0ep03VTm4xp4U2xbHlbqfugnn6d.lazyload, #pEcKT0ep03VTm4xp4U2xbHlbqfugnn6d.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #OXndngyX1zNkOo8d6mOsLJr0ZwAuFauW { width:20rem;height:13.5rem;top:0.9375rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8a8fdca9-ae2f-49c2-97a9-105f309e7435/attwfs2g4nWXXA1_DlcRWpyHDyH4m5bXDM351JkV6x2f44.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#OXndngyX1zNkOo8d6mOsLJr0ZwAuFauW.adaptive-delivery-prevent-bg, #OXndngyX1zNkOo8d6mOsLJr0ZwAuFauW.lazyload, #OXndngyX1zNkOo8d6mOsLJr0ZwAuFauW.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TAC98EKMB1m3MwmQRJeEze8xr0Qh2xf6 { width:20rem;height:13.5rem;top:30.75rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/17287205-2ecc-4af4-83c6-ec73aef2133e/attBisI2KIFgt70KBdds5XECW10oRplpBO8QmetXk5FW_A.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15022;display:block; }#TAC98EKMB1m3MwmQRJeEze8xr0Qh2xf6.adaptive-delivery-prevent-bg, #TAC98EKMB1m3MwmQRJeEze8xr0Qh2xf6.lazyload, #TAC98EKMB1m3MwmQRJeEze8xr0Qh2xf6.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #GmlEoWlgeAfJ3777yI2i2hZFU6QWem9L { display:block; }#GmlEoWlgeAfJ3777yI2i2hZFU6QWem9L > .row .container { width:20rem;height:59.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lbEtQwJW920sLcv8oeoICTGw4ZBw5qEG { width:20rem;height:13.5rem;top:0.75rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a51223d3-69d6-4bcf-91de-b8c2a4838ad7/attkEodbfS8ZQEynwKuD7xcyjhEUPZKejTZdFTMpQyRdI.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#lbEtQwJW920sLcv8oeoICTGw4ZBw5qEG.adaptive-delivery-prevent-bg, #lbEtQwJW920sLcv8oeoICTGw4ZBw5qEG.lazyload, #lbEtQwJW920sLcv8oeoICTGw4ZBw5qEG.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #st5URq0P2b5yKCokLLRboqHGJM3NOfTe { width:20rem;height:13.5rem;top:15.5625rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ced999b0-f188-4ac4-bb1c-ecdad8dc0b80/20231115_172030copy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#st5URq0P2b5yKCokLLRboqHGJM3NOfTe.adaptive-delivery-prevent-bg, #st5URq0P2b5yKCokLLRboqHGJM3NOfTe.lazyload, #st5URq0P2b5yKCokLLRboqHGJM3NOfTe.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #EoHTuGlsThR0EU2ULIoh9SVkkssLaz7H { width:20rem;height:13.5rem;top:45.6875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b364cb50-8d59-4ae4-a55b-ddfcda88b2d0/unnamed8.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15021;display:block; }#EoHTuGlsThR0EU2ULIoh9SVkkssLaz7H.adaptive-delivery-prevent-bg, #EoHTuGlsThR0EU2ULIoh9SVkkssLaz7H.lazyload, #EoHTuGlsThR0EU2ULIoh9SVkkssLaz7H.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #p0vVPbORRwbVkWwPQWrIix2aJTczQpqS { width:20rem;height:13.5rem;top:30.625rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cbfb999e-7dcf-48a0-b85c-c2f0a20f9289/20231114_173110.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15021;display:block; }#p0vVPbORRwbVkWwPQWrIix2aJTczQpqS.adaptive-delivery-prevent-bg, #p0vVPbORRwbVkWwPQWrIix2aJTczQpqS.lazyload, #p0vVPbORRwbVkWwPQWrIix2aJTczQpqS.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #PU6lEEmFHLiBtuFnqOTxftla6iBUz7nB { display:block; }#PU6lEEmFHLiBtuFnqOTxftla6iBUz7nB > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KfdvDapJ0rafVJTtccO99FlThGziU049 { width:14.375rem;height:3.125rem;top:1.25rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zw0twXgMHBIO00TBKxcmVuKTynmfMqZ0 { display:block; }
 }@media only screen and (max-width: 763px) { #QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2d4348a8-2ea6-4155-bdfd-d38607def055/20231103_195117.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb.adaptive-delivery-prevent-bg, #QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb.lazyload, #QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb.lazyloading { background-image: none; }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb > .row .container { background-color: transparent; background-image: none; }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(106,191,75,0.66); }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb > .row .container > .video-iframe-container { display: none; }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(106,191,75,0.66); }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb > .row > .video-iframe-container { display: none; }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb > .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); }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb > .row .container { width:20rem;height:31.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vq7UlmHpelZnzTIMoMlX8s8fxWk68Gil { width:16.75rem;height:4.875rem;top:1.375rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.875rem;font-weight:700;font-style:normal;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #EnFqRBK3OENW3mkITz8r4xLqrsSkGhTu { width:20rem;height:15.3125rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxGGVShTyIIwbTk0uPHTuT9FsdpERzoJ { width:20rem;height:1.625rem;top:11rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #Mw4yXNp7886Iut5agDkr2AxtKlHhdnJZ { width:20rem;height:3.25rem;top:6.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #yklB3vCzrbJKWhnn7g0Jmoo9MAKh4ETt { position:relative;z-index:auto;display:block; }#yklB3vCzrbJKWhnn7g0Jmoo9MAKh4ETt > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #acKZsBcpH1X2SSAMgtPgE8MWbleN9AaT { width:8.75rem;height:2.25rem;top:3.75rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNrCzk8Tk523nQQbxCd2BUldlmEg6V5P { display:block; }
 }@media only screen and (max-width: 763px) { #mKdO4zrx9lPqv1xV7g3LxvsneWtrohND { width:8.75rem;height:2.25rem;top:3.75rem;left:0.875rem;font-size:0.9375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #aVllFTPeAAMTJH0czvMG9J7b8zffspm8 { display:block; }
 }@media only screen and (max-width: 763px) { #Uu4mzec81dvTwcepUsT9oormQThT0bC0 { width:2.4375rem;height:2.4375rem;top:0.8125rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vh4XEpua8QJOL7kV6snMnvbCIeZTn9Ac { width:2.1875rem;height:2.1875rem;top:0.8125rem;left:10.4375rem;display:block; }
 }