.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;
}
:root { --color-primary-0:224,233,248;--color-primary-1:154,174,203;--color-primary-2:87,120,169;--color-primary-3:45,86,147;--color-primary-4:17,24,34;--color-secondary-0:252,241,217;--color-secondary-1:246,210,128;--color-secondary-2:236,164,0;--color-secondary-3:118,82,0;--color-secondary-4:35,25,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"poppins"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP { position:relative;display:block; }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP { background-color: transparent; background-image: none; }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .row .container > .video-iframe-container { display: none; }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .row > .video-iframe-container { display: none; }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .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); }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP { border-width: 0; border-radius: 0; }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cTJXE0QWufMJXxN6mo4tFulCTVaVRrDV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:14.9375rem;top:0.6875rem;left:0rem;overflow:hidden;display:block; }
#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { background-color: transparent; background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .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); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { border-width: 0; border-radius: 0; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { font-size:0.875rem;font-family:arial;height:47.4375rem;width:75rem;position:relative;display:block; }#HK15TT0nqnGPkVSF1HMGsgLoig7yn1FZ { box-sizing:content-box;height:9rem;width:36.6875rem;position:absolute;display:block;z-index:15000;background-color:#408800;background-image:none;top:3.4375rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#tTTKe6mXLTppw1oek78wMo194J5USIXb { color:rgba(var(--color-tertiary-0),1);display:block;width:34.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.875rem;left:1.3125rem;height:6.3369375rem;text-align:left;text-align-last:left;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; }
#B2uRdxgnb4aZmxrm7y2ItmIFFikFWmdT { box-sizing:content-box;height:32.1875rem;width:36.6875rem;position:absolute;display:block;z-index:15002;background-color:rgba(64,136,0,0.1);background-image:none;top:13.375rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;display:block; }
#abuykx8UBTSHnorreVo4ccvNRqJMHlLy { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.3125rem;width:30.125rem;top:0rem;left:41.7734375rem;overflow:hidden;display:block; }
#EhZB2QyVbwm93P7U7lGVVe4xEMzczwK9 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:15rem;left:1.125rem;height:17.951175rem;display:block; }
#dNdDFXF4sLvUGfTBIrPUlEue0K4ivSxT { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:34.75rem;left:1.125rem;height:1.29980625rem;display:block; }
#arIoQT9Xv2G2EM65EFdZ6gqRSOqqn2Qm { background-color:#ad1b7e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.75rem;height:4.375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:38.1875rem;left:1.3125rem;display:block; }
#IVhCZF6bbzqhhCXqDHdNHySehxih5LmF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KouSUgzKfMTcvmzsX1B9AeVC8FCZTBxF { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:39.5625rem;left:18.3125rem;overflow:hidden;display:block; }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc .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; }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#408800;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.78875rem;padding-right:0.76875rem;padding-bottom:0.78875rem;padding-left:0.76875rem;display:block;align-items:center;width:4.605rem;min-width:4.605rem;height:4.235625rem;position:relative;font-family:var(--headlines-font-family);font-size:3.1575rem;font-weight:700;line-height:67.77px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.494375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:6.14375rem;height:1.670625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.18375rem;font-weight:400;line-height:26.73px;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; }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#408800;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:28.5625rem;height:7.978125rem;padding-top:0.809375rem;padding-right:0.829375rem;padding-bottom:0.809375rem;padding-left:0.829375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:21.4375rem;left:41.7255859375rem;z-index:15020; }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #uZn9wwGhcCLCykFrCxa1wtSEcJot9mvf { display:flex;position:relative;top:0rem;left:0rem; }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #lWp3OtVV8JHx5g8CLkXTF3B0cTONQK5b { width:auto; }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #TaJGkgMy7QpiDSBaQQkPhBzVpLPlX8ge {  }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #hFEoL6SqDIq9ZcEs0yeuIQBMOEOyE4B5 { display:flex;position:relative;top:0rem;left:0rem; }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #gao1RdmRwkhAsPiH958zB1ExRQuUnTE0 {  }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #DZXIzUE1bmvZaTG2Rgrh4yegr6PZXStS {  }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #wrPCEFtLmbZlBJu2SMoQLgmuAS6HOdT4 { display:flex;position:relative;top:0rem;left:0rem; }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #e4LU18uFDW2HTQU70DpbzvIKLCChQlJo {  }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #C6iN0CRT7iMIbTddRpAnywN0O5nxPguh {  }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #fc1Ey7Xr5TZ6iaWdIMbkDSWnrBtNtoMs { display:flex;position:relative;top:0rem;left:0rem; }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #HehyDTfRetTARF5TOKPCXhoZxJltOTzl {  }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #wMleT4O2TFzTbgsnWImQy9ysAuXsQoKm {  }
#A7pzrbGmxG8QGiTZzteHzKJv05kx4IPT { box-sizing:content-box;height:6.25rem;width:0.125rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:22.75rem;left:49.34375rem;display:block; }
#V4JBhELURNwrFPhBDX9JvLC7ITToX5LR { box-sizing:content-box;height:6.25rem;width:0.125rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:22.75rem;left:57.154296875rem;display:block; }
#B3tL8Kq6O6aKP1IFJmFvT8A8sHdsQadS { box-sizing:content-box;height:6.25rem;width:0.125rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:22.75rem;left:64.59375rem;display:block; }
#gooAqW2K8qqJJNslDxloRAk87t17iiaT { position:relative;display:block; }#gooAqW2K8qqJJNslDxloRAk87t17iiaT { background-color: transparent; background-image: none; }#gooAqW2K8qqJJNslDxloRAk87t17iiaT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gooAqW2K8qqJJNslDxloRAk87t17iiaT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gooAqW2K8qqJJNslDxloRAk87t17iiaT > .row .container > .video-iframe-container { display: none; }#gooAqW2K8qqJJNslDxloRAk87t17iiaT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gooAqW2K8qqJJNslDxloRAk87t17iiaT > .row > .video-iframe-container { display: none; }#gooAqW2K8qqJJNslDxloRAk87t17iiaT > .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); }#gooAqW2K8qqJJNslDxloRAk87t17iiaT { border-width: 0; border-radius: 0; }#gooAqW2K8qqJJNslDxloRAk87t17iiaT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gooAqW2K8qqJJNslDxloRAk87t17iiaT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:24.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#c7u4VwGIBty2ggRVBlRHoni1b1kNJycO { color:rgba(var(--color-tertiary-4),1);display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:2.4375rem;left:0rem;height:11.6347625rem;display:block; }
#CCV1ExBxT28c1Z2rXDg2SxEmKGXaDRSK { box-sizing:content-box;height:20.1875rem;width:36.875rem;position:absolute;display:block;z-index:15001;background-color:#ad1b7e;background-image:none;top:1.71875rem;left:38.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#dI6xVH5JTCNK6AXDw3z2qeSpsGBRLZKD { color:rgba(var(--color-tertiary-0),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.0625rem;left:39.8125rem;height:1.625rem;font-style:normal;display:block; }
#t108plWTUdUpO45MTdS5FT8RDG6iC4Pz { color:rgba(var(--color-tertiary-0),1);display:block;width:33.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:5.25rem;left:39.8125rem;height:15.5625rem;font-style:normal;overflow:hidden;display:block; }#t108plWTUdUpO45MTdS5FT8RDG6iC4Pz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#t108plWTUdUpO45MTdS5FT8RDG6iC4Pz li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4e2651b7-c275-489f-abf5-0035500464fe/li.png); }
#kWDF8lnti7ipGCZ1dtKp2hqqg0fQsyeV { position:relative;display:block; }#kWDF8lnti7ipGCZ1dtKp2hqqg0fQsyeV { background-color: transparent; background-image: none; }#kWDF8lnti7ipGCZ1dtKp2hqqg0fQsyeV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWDF8lnti7ipGCZ1dtKp2hqqg0fQsyeV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWDF8lnti7ipGCZ1dtKp2hqqg0fQsyeV > .row .container > .video-iframe-container { display: none; }#kWDF8lnti7ipGCZ1dtKp2hqqg0fQsyeV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWDF8lnti7ipGCZ1dtKp2hqqg0fQsyeV > .row > .video-iframe-container { display: none; }#kWDF8lnti7ipGCZ1dtKp2hqqg0fQsyeV > .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); }#kWDF8lnti7ipGCZ1dtKp2hqqg0fQsyeV { border-width: 0; border-radius: 0; }#kWDF8lnti7ipGCZ1dtKp2hqqg0fQsyeV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kWDF8lnti7ipGCZ1dtKp2hqqg0fQsyeV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TCi3l54azwzIsQNCzvxKQlPnOWZdT5Ah { color:rgba(var(--color-tertiary-4),1);display:block;width:34.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.98828125rem;left:20.03125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SyTFIylNBHEJ4yDiTCGteDwIerssNByA { position:relative;display:block; }#SyTFIylNBHEJ4yDiTCGteDwIerssNByA { background-color: transparent; background-image: none; }#SyTFIylNBHEJ4yDiTCGteDwIerssNByA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyTFIylNBHEJ4yDiTCGteDwIerssNByA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyTFIylNBHEJ4yDiTCGteDwIerssNByA > .row .container > .video-iframe-container { display: none; }#SyTFIylNBHEJ4yDiTCGteDwIerssNByA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyTFIylNBHEJ4yDiTCGteDwIerssNByA > .row > .video-iframe-container { display: none; }#SyTFIylNBHEJ4yDiTCGteDwIerssNByA > .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); }#SyTFIylNBHEJ4yDiTCGteDwIerssNByA { border-width: 0; border-radius: 0; }#SyTFIylNBHEJ4yDiTCGteDwIerssNByA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#SyTFIylNBHEJ4yDiTCGteDwIerssNByA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:16.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Vzgo2xaG7dtR9kQEHhMUy9QkiQDlXpNM { box-sizing:content-box;height:3.375rem;width:5.0625rem;position:absolute;display:block;z-index:15000;background-color:#408800;background-image:none;top:1.25rem;left:9.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#skeZGz7xp1JbqpMQaRnLR9vGmnTydVI1 { color:#d6f8b9;display:block;width:2.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8125rem;left:11.1875rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VR0hpeQiJ6C1ioACrvPicwZJhQ14QTFR { box-sizing:content-box;height:5rem;width:49.5625rem;position:absolute;display:block;z-index:15002;background-color:#408800;background-image:none;top:1.25rem;left:15.5615234375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#UAplya111m3Hg4EAmCBOXzLLiCcPtphM { color:rgba(var(--color-tertiary-4),1);display:block;width:49.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.1245670318604rem;left:16.780599594116rem;height:3.25rem;font-style:normal;display:block; }
#cx5qPakzkQHfuCU9BtBrzTq9A3hZoCZ0 { box-sizing:content-box;height:8.625rem;width:49.5625rem;position:absolute;display:block;z-index:15004;background-color:rgba(64,136,0,0.1);background-image:none;top:6.875rem;left:15.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#u4eAr2MrHEedJMRCkOvnTHek9rKpakuK { color:rgba(var(--color-tertiary-4),1);display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.75rem;left:16.75rem;height:1.29980625rem;display:block; }
#M2oA6hgPx55Tul6wSMLx6CapD6qp0KKC { color:rgba(var(--color-tertiary-4),1);display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:9.875rem;left:16.7177734375rem;height:4.2119125rem;display:block; }#M2oA6hgPx55Tul6wSMLx6CapD6qp0KKC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#M2oA6hgPx55Tul6wSMLx6CapD6qp0KKC li:before{  }
#AQIrlm1khPDRJ7cX8XdDlFrbWt5CdTJZ { position:relative;display:block; }#AQIrlm1khPDRJ7cX8XdDlFrbWt5CdTJZ { background-color: transparent; background-image: none; }#AQIrlm1khPDRJ7cX8XdDlFrbWt5CdTJZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQIrlm1khPDRJ7cX8XdDlFrbWt5CdTJZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQIrlm1khPDRJ7cX8XdDlFrbWt5CdTJZ > .row .container > .video-iframe-container { display: none; }#AQIrlm1khPDRJ7cX8XdDlFrbWt5CdTJZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQIrlm1khPDRJ7cX8XdDlFrbWt5CdTJZ > .row > .video-iframe-container { display: none; }#AQIrlm1khPDRJ7cX8XdDlFrbWt5CdTJZ > .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); }#AQIrlm1khPDRJ7cX8XdDlFrbWt5CdTJZ { border-width: 0; border-radius: 0; }#AQIrlm1khPDRJ7cX8XdDlFrbWt5CdTJZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#AQIrlm1khPDRJ7cX8XdDlFrbWt5CdTJZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HLCqRpuqy3NTDFvqN1CT7iwUGkSIhMaG { box-sizing:content-box;height:3.375rem;width:5.0625rem;position:absolute;display:block;z-index:15000;background-color:#408800;background-image:none;top:1.25rem;left:9.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#U1xBJoEbgxzv4LVPPO44x91hXMS0TZS7 { color:#d6f8b9;display:block;width:2.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8125rem;left:11.1875rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VamJw2ItfU44JDqfSbxpanR6tiGlP9fb { box-sizing:content-box;height:5rem;width:49.5625rem;position:absolute;display:block;z-index:15002;background-color:#408800;background-image:none;top:1.25rem;left:15.562067031861rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#QXcc91i5vELGQD6EqXaiUE82rzTtP8FD { color:rgba(var(--color-tertiary-4),1);display:block;width:48.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.1245651245117rem;left:16.780599594116rem;height:3.25rem;font-style:normal;display:block; }
#NXC1e8LhVQCeZveaL88hDSqRHLqfttMe { box-sizing:content-box;height:11.125rem;width:49.5625rem;position:absolute;display:block;z-index:15004;background-color:rgba(64,136,0,0.1);background-image:none;top:7rem;left:15.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Cf0JLXNEvdXviSKglZ6DhuI4Ro62dawO { color:rgba(var(--color-tertiary-4),1);display:block;width:40.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.8125rem;left:16.6875rem;height:2.5996125rem;display:block; }
#KTEVJ4Jy3WdxcCLhAySh9KJSrTqtZy3s { color:rgba(var(--color-tertiary-4),1);display:block;width:46.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:11.51171875rem;left:16.7802734375rem;height:5.19921875rem;display:block; }#KTEVJ4Jy3WdxcCLhAySh9KJSrTqtZy3s li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KTEVJ4Jy3WdxcCLhAySh9KJSrTqtZy3s li:before{  }
#nQ5PnkF1v7sRUcFRIIftq9KiqhX3vXGw { position:relative;display:block; }#nQ5PnkF1v7sRUcFRIIftq9KiqhX3vXGw { background-color: transparent; background-image: none; }#nQ5PnkF1v7sRUcFRIIftq9KiqhX3vXGw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQ5PnkF1v7sRUcFRIIftq9KiqhX3vXGw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQ5PnkF1v7sRUcFRIIftq9KiqhX3vXGw > .row .container > .video-iframe-container { display: none; }#nQ5PnkF1v7sRUcFRIIftq9KiqhX3vXGw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQ5PnkF1v7sRUcFRIIftq9KiqhX3vXGw > .row > .video-iframe-container { display: none; }#nQ5PnkF1v7sRUcFRIIftq9KiqhX3vXGw > .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); }#nQ5PnkF1v7sRUcFRIIftq9KiqhX3vXGw { border-width: 0; border-radius: 0; }#nQ5PnkF1v7sRUcFRIIftq9KiqhX3vXGw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nQ5PnkF1v7sRUcFRIIftq9KiqhX3vXGw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:17.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XI1m6z88eSkoEydZ5xfywh3e0ZA4dg7M { box-sizing:content-box;height:3.375rem;width:5.0625rem;position:absolute;display:block;z-index:15000;background-color:#408800;background-image:none;top:1.25rem;left:9.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#ZA5Ivo5BCCTVXIf7OezPqICignbWrlIA { color:#d6f8b9;display:block;width:2.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8125rem;left:11.1875rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yQhuqCGWf5oyEb9Go6fTVtTFBrEINkTD { box-sizing:content-box;height:5rem;width:49.5625rem;position:absolute;display:block;z-index:15002;background-color:#408800;background-image:none;top:1.25rem;left:15.562067031861rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#B1CB9uiEp9yk0f8tCMKAvsPKbyfrFZu1 { color:rgba(var(--color-tertiary-4),1);display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.1245651245117rem;left:16.780599594116rem;height:3.25rem;font-style:normal;display:block; }
#myIgx7m2i09v672ZvWnlFekc5pO66Fkt { box-sizing:content-box;height:10.25rem;width:49.5625rem;position:absolute;display:block;z-index:15004;background-color:rgba(64,136,0,0.1);background-image:none;top:7rem;left:15.6875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Rx6v73nnRKnJ5C0iTRhWaBPrZJhHmmxt { color:rgba(var(--color-tertiary-4),1);display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.8125rem;left:16.75rem;height:3.89941875rem;display:block; }
#tzZzTnlWlAc9hOrP48O8hwimLwSyysAn { color:rgba(var(--color-tertiary-4),1);display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:12.625rem;left:16.7490234375rem;height:2.5996125rem;display:block; }#tzZzTnlWlAc9hOrP48O8hwimLwSyysAn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tzZzTnlWlAc9hOrP48O8hwimLwSyysAn li:before{  }
#PmImoaKPvOHSfwpSUdD0TPz51lORxNvm { position:relative;display:block; }#PmImoaKPvOHSfwpSUdD0TPz51lORxNvm { background-color: transparent; background-image: none; }#PmImoaKPvOHSfwpSUdD0TPz51lORxNvm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PmImoaKPvOHSfwpSUdD0TPz51lORxNvm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PmImoaKPvOHSfwpSUdD0TPz51lORxNvm > .row .container > .video-iframe-container { display: none; }#PmImoaKPvOHSfwpSUdD0TPz51lORxNvm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PmImoaKPvOHSfwpSUdD0TPz51lORxNvm > .row > .video-iframe-container { display: none; }#PmImoaKPvOHSfwpSUdD0TPz51lORxNvm > .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); }#PmImoaKPvOHSfwpSUdD0TPz51lORxNvm { border-width: 0; border-radius: 0; }#PmImoaKPvOHSfwpSUdD0TPz51lORxNvm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PmImoaKPvOHSfwpSUdD0TPz51lORxNvm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:16.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SIFCKTrf1a0KnwJ0vopNUPxWCaJB7vUn { box-sizing:content-box;height:3.375rem;width:5.0625rem;position:absolute;display:block;z-index:15000;background-color:#408800;background-image:none;top:1.25rem;left:9.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#lxO3KCBvnz9FJ7lKB1lZmTKLBhElMmcL { color:#d6f8b9;display:block;width:2.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8125rem;left:11.1875rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F56xp11LA7CPIz0mMmqI2nZe5BE7sTEi { box-sizing:content-box;height:3.375rem;width:49.5625rem;position:absolute;display:block;z-index:15002;background-color:#408800;background-image:none;top:1.25rem;left:15.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#sFZZ26RZ6oPeE7Dbd4fbJxI3gly00VwE { color:rgba(var(--color-tertiary-4),1);display:block;width:48rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.1240234375rem;left:16.7802734375rem;height:1.625rem;font-style:normal;display:block; }
#hWQKHB8PUHddWJC1IaOJPpO0IbCAcUk8 { box-sizing:content-box;height:9.9375rem;width:49.5625rem;position:absolute;display:block;z-index:15004;background-color:rgba(64,136,0,0.1);background-image:none;top:5.4990234375rem;left:15.5615234375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#QBPN2tlbUIsADXn40H50iUQrLRPFCaMU { color:rgba(var(--color-tertiary-4),1);display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.5498046875rem;left:16.71875rem;height:3.89941875rem;display:block; }
#v6iB2F1xITTk8GvJetMSt8T78qNadWzR { color:rgba(var(--color-tertiary-4),1);display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:11.125rem;left:16.71875rem;height:2.5996125rem;display:block; }#v6iB2F1xITTk8GvJetMSt8T78qNadWzR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#v6iB2F1xITTk8GvJetMSt8T78qNadWzR li:before{  }
#tAlh4ELiT4aFRgkyIT1AlVXfC42lVheN { position:relative;display:block; }#tAlh4ELiT4aFRgkyIT1AlVXfC42lVheN { background-color: transparent; background-image: none; }#tAlh4ELiT4aFRgkyIT1AlVXfC42lVheN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tAlh4ELiT4aFRgkyIT1AlVXfC42lVheN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tAlh4ELiT4aFRgkyIT1AlVXfC42lVheN > .row .container > .video-iframe-container { display: none; }#tAlh4ELiT4aFRgkyIT1AlVXfC42lVheN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tAlh4ELiT4aFRgkyIT1AlVXfC42lVheN > .row > .video-iframe-container { display: none; }#tAlh4ELiT4aFRgkyIT1AlVXfC42lVheN > .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); }#tAlh4ELiT4aFRgkyIT1AlVXfC42lVheN { border-width: 0; border-radius: 0; }#tAlh4ELiT4aFRgkyIT1AlVXfC42lVheN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tAlh4ELiT4aFRgkyIT1AlVXfC42lVheN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qgToNz9XhcKzqKbEy4sQIgeS8nmDLlOe { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:2.96875rem;left:45.25rem;overflow:hidden;display:block; }
#Fym2ctA2PcIUHPgelXNulqaakEObWcL9 { background-color:#ad1b7e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.25rem;height:4.375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.75rem;left:28.6875rem;display:block; }
#oyBvNUFXTRxtmZwSoX9DshC22PrxSu7R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n7RH81pq0Gx3TVzCu6ntMwBDIcEvp2HQ { position:relative;display:block; }#n7RH81pq0Gx3TVzCu6ntMwBDIcEvp2HQ { background-color: transparent; background-image: none; }#n7RH81pq0Gx3TVzCu6ntMwBDIcEvp2HQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n7RH81pq0Gx3TVzCu6ntMwBDIcEvp2HQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n7RH81pq0Gx3TVzCu6ntMwBDIcEvp2HQ > .row .container > .video-iframe-container { display: none; }#n7RH81pq0Gx3TVzCu6ntMwBDIcEvp2HQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n7RH81pq0Gx3TVzCu6ntMwBDIcEvp2HQ > .row > .video-iframe-container { display: none; }#n7RH81pq0Gx3TVzCu6ntMwBDIcEvp2HQ > .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); }#n7RH81pq0Gx3TVzCu6ntMwBDIcEvp2HQ { border-width: 0; border-radius: 0; }#n7RH81pq0Gx3TVzCu6ntMwBDIcEvp2HQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#n7RH81pq0Gx3TVzCu6ntMwBDIcEvp2HQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:16.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#W6t5FhECCAWZZrlQQOwVvUsxryxaPqaI { box-sizing:content-box;height:3.375rem;width:5.0625rem;position:absolute;display:block;z-index:15000;background-color:#408800;background-image:none;top:1.25rem;left:9.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#ND2eCoZt1cRdHxIVhxOWoCE1GLq6yWIM { color:#d6f8b9;display:block;width:2.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8125rem;left:11.1875rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yWpNP7kRhsbDukQzXMSvQCD2r4pxwPBT { box-sizing:content-box;height:5rem;width:49.5625rem;position:absolute;display:block;z-index:15002;background-color:#408800;background-image:none;top:1.25rem;left:15.5615234375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Pht2HU1LnicHToE67xhFVP5pv16QteST { color:rgba(var(--color-tertiary-4),1);display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.1245651245117rem;left:16.780599594116rem;height:3.25rem;font-style:normal;display:block; }
#KCay9k5faAyPEDLeMqp7ZCyudUCsd6Ih { box-sizing:content-box;height:9.3125rem;width:49.5625rem;position:absolute;display:block;z-index:15004;background-color:rgba(64,136,0,0.1);background-image:none;top:6.9375rem;left:15.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#tfV6cJ42rZ6qd8DWbw5P0WHGDO4kibFI { color:rgba(var(--color-tertiary-4),1);display:block;width:47.249rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.8125rem;left:17rem;height:5.19921875rem;display:block; }
#GFQaBZMbN2096hC0aq7qS1Pae5N8KNPO { color:rgba(var(--color-tertiary-4),1);display:block;width:47.2480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.6875rem;left:17.0302734375rem;height:1.29980625rem;display:block; }#GFQaBZMbN2096hC0aq7qS1Pae5N8KNPO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GFQaBZMbN2096hC0aq7qS1Pae5N8KNPO li:before{  }
#MXOZMudrlaMJnP6uFOZ5pgIFEzu3bgSb { position:relative;display:block; }#MXOZMudrlaMJnP6uFOZ5pgIFEzu3bgSb { background-color: transparent; background-image: none; }#MXOZMudrlaMJnP6uFOZ5pgIFEzu3bgSb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXOZMudrlaMJnP6uFOZ5pgIFEzu3bgSb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXOZMudrlaMJnP6uFOZ5pgIFEzu3bgSb > .row .container > .video-iframe-container { display: none; }#MXOZMudrlaMJnP6uFOZ5pgIFEzu3bgSb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXOZMudrlaMJnP6uFOZ5pgIFEzu3bgSb > .row > .video-iframe-container { display: none; }#MXOZMudrlaMJnP6uFOZ5pgIFEzu3bgSb > .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); }#MXOZMudrlaMJnP6uFOZ5pgIFEzu3bgSb { border-width: 0; border-radius: 0; }#MXOZMudrlaMJnP6uFOZ5pgIFEzu3bgSb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MXOZMudrlaMJnP6uFOZ5pgIFEzu3bgSb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:16.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xvxgnsgqfWnl78HhkQmngFoWI5KuRRuv { box-sizing:content-box;height:3.375rem;width:5.0625rem;position:absolute;display:block;z-index:15000;background-color:#408800;background-image:none;top:1.25rem;left:9.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#MH37VpiBNfUh37Q2BUzBW57T97dvBg9a { color:#d6f8b9;display:block;width:2.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8125rem;left:11.1875rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IbBrtZLbGnbrl8EMmI2sfcgKQQZVwziW { box-sizing:content-box;height:3.375rem;width:49.5625rem;position:absolute;display:block;z-index:15002;background-color:#408800;background-image:none;top:1.25rem;left:15.5615234375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#ZwlIO0DgCAkD6SPxoME46l7EMNqsgWkx { color:rgba(var(--color-tertiary-4),1);display:block;width:47.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.1245651245117rem;left:16.780599594116rem;height:1.625rem;font-style:normal;display:block; }
#UDh1VEVd6MMyFucE0WVmG5T4JxtrSHKB { box-sizing:content-box;height:9.8125rem;width:49.5625rem;position:absolute;display:block;z-index:15004;background-color:rgba(64,136,0,0.1);background-image:none;top:5.75rem;left:15.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#h8Jb87DvDc6v5gb7ru5q9kgqMIXD3UHe { color:rgba(var(--color-tertiary-4),1);display:block;width:47.249rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.42578125rem;left:17.029296875rem;height:3.89941875rem;display:block; }
#aC3LS4tCbh0IEkdutlyTR0Lu1ebt7VIC { color:rgba(var(--color-tertiary-4),1);display:block;width:47.2480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:11rem;left:17.0302734375rem;height:2.9121125rem;display:block; }#aC3LS4tCbh0IEkdutlyTR0Lu1ebt7VIC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aC3LS4tCbh0IEkdutlyTR0Lu1ebt7VIC li:before{  }
#DpvK7X71q6CcgnG0uPdfsuH6MR90gO3c { position:relative;display:block; }#DpvK7X71q6CcgnG0uPdfsuH6MR90gO3c { background-color: transparent; background-image: none; }#DpvK7X71q6CcgnG0uPdfsuH6MR90gO3c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DpvK7X71q6CcgnG0uPdfsuH6MR90gO3c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DpvK7X71q6CcgnG0uPdfsuH6MR90gO3c > .row .container > .video-iframe-container { display: none; }#DpvK7X71q6CcgnG0uPdfsuH6MR90gO3c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DpvK7X71q6CcgnG0uPdfsuH6MR90gO3c > .row > .video-iframe-container { display: none; }#DpvK7X71q6CcgnG0uPdfsuH6MR90gO3c > .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); }#DpvK7X71q6CcgnG0uPdfsuH6MR90gO3c { border-width: 0; border-radius: 0; }#DpvK7X71q6CcgnG0uPdfsuH6MR90gO3c > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DpvK7X71q6CcgnG0uPdfsuH6MR90gO3c > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:16.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zCt0PAcvFIo9Ihk8ndtyFRd9oQL3lt53 { box-sizing:content-box;height:3.375rem;width:5.0625rem;position:absolute;display:block;z-index:15000;background-color:#408800;background-image:none;top:1.25rem;left:9.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#u3kxK6QIVZoTwPZi8SfDCV63FQRFdyud { color:#d6f8b9;display:block;width:2.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8125rem;left:11.1875rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vfPcysATVG8sUafxXcXa9aRXboTJfF5r { box-sizing:content-box;height:3.375rem;width:49.5625rem;position:absolute;display:block;z-index:15002;background-color:#408800;background-image:none;top:1.25rem;left:15.5615234375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#MllC7cSzyo1TyVOR64G6LXFrShgN2ME2 { color:rgba(var(--color-tertiary-4),1);display:block;width:47.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.1245651245117rem;left:16.780599594116rem;height:1.625rem;font-style:normal;display:block; }
#SioZOJ6XbUUMl6scFvImhKTz9skxbxVN { box-sizing:content-box;height:8.25rem;width:49.5625rem;position:absolute;display:block;z-index:15004;background-color:rgba(64,136,0,0.1);background-image:none;top:5.75rem;left:15.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#ffT6P82ezooPAxuWkLxPwaPHhmE23mzK { color:rgba(var(--color-tertiary-4),1);display:block;width:47.2491875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.5187511444094rem;left:16.716406822204rem;height:3.89941875rem;display:block; }
#TKMJ2E3wNoPKQZWPJwqKUeMSU4xuJWwT { color:rgba(var(--color-tertiary-4),1);display:block;width:47.249rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:11.4755859375rem;left:16.7177734375rem;height:1.29980625rem;display:block; }#TKMJ2E3wNoPKQZWPJwqKUeMSU4xuJWwT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TKMJ2E3wNoPKQZWPJwqKUeMSU4xuJWwT li:before{  }
#X393F3PrzVAUmSfRyXKV4O2vnA0t3ZNs { position:relative;display:block; }#X393F3PrzVAUmSfRyXKV4O2vnA0t3ZNs { background-color: transparent; background-image: none; }#X393F3PrzVAUmSfRyXKV4O2vnA0t3ZNs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X393F3PrzVAUmSfRyXKV4O2vnA0t3ZNs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X393F3PrzVAUmSfRyXKV4O2vnA0t3ZNs > .row .container > .video-iframe-container { display: none; }#X393F3PrzVAUmSfRyXKV4O2vnA0t3ZNs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X393F3PrzVAUmSfRyXKV4O2vnA0t3ZNs > .row > .video-iframe-container { display: none; }#X393F3PrzVAUmSfRyXKV4O2vnA0t3ZNs > .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); }#X393F3PrzVAUmSfRyXKV4O2vnA0t3ZNs { border-width: 0; border-radius: 0; }#X393F3PrzVAUmSfRyXKV4O2vnA0t3ZNs > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#X393F3PrzVAUmSfRyXKV4O2vnA0t3ZNs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#di8HbeKoHDyQhEsiXdKBNqFZr3b73Zs1 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:2.375rem;left:45.0625rem;overflow:hidden;display:block; }
#fbxtpIuJWsNJSFtMmQChsxfTiNxkKoOp { background-color:#ad1b7e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.25rem;height:4.375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1rem;left:28.625rem;display:block; }
#WHDL3C457kstd7gPErJFdK86NtOB3wAZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zDgho5ckTmT9m8Zqa7wTGNVwAnTSXUCH { 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; }#zDgho5ckTmT9m8Zqa7wTGNVwAnTSXUCH > .row .container { background-color: transparent; background-image: none; }#zDgho5ckTmT9m8Zqa7wTGNVwAnTSXUCH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zDgho5ckTmT9m8Zqa7wTGNVwAnTSXUCH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zDgho5ckTmT9m8Zqa7wTGNVwAnTSXUCH > .row .container > .video-iframe-container { display: none; }#zDgho5ckTmT9m8Zqa7wTGNVwAnTSXUCH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zDgho5ckTmT9m8Zqa7wTGNVwAnTSXUCH > .row > .video-iframe-container { display: none; }#zDgho5ckTmT9m8Zqa7wTGNVwAnTSXUCH > .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); }#zDgho5ckTmT9m8Zqa7wTGNVwAnTSXUCH > .row .container { border-width: 0; border-radius: 0; }#zDgho5ckTmT9m8Zqa7wTGNVwAnTSXUCH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zDgho5ckTmT9m8Zqa7wTGNVwAnTSXUCH > .row .container { font-size:0.875rem;font-family:arial;height:50.1875rem;width:75rem;position:relative;display:block; }#ECmlM0qSU94WH6h6yHmd4n6fAXiKkFTx { position:absolute;z-index:15011;top:6.8125rem;left:18.375rem;width:38.25rem;height:37.8125rem;display:block; }
#aAURydyhKqx0mUwwUUINdXaIQVLOnDL2 { position:absolute;display:block;z-index:15000;background-color:#408800;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-secondary-4),0.25) ;height:46rem;width:42.3125rem;top:1.1875rem;left:16.375rem;display:block; }
#BTCPBVZuBT1bzGPH9Z5EMI3Dv99yT3ED { color:#ffffff;display:block;width:39.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.9375rem;left:17.875rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb { 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; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { background-color: transparent; background-image: none; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container > .video-iframe-container { display: none; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row > .video-iframe-container { display: none; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .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); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { border-width: 0; border-radius: 0; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { font-size:0.875rem;font-family:arial;height:15.5rem;width:75rem;position:relative;display:block; }#rZH3BGAdZspSgMmha7CpGTn3gqlk2fUZ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:14.6875rem;top:1.5rem;left:30.15625rem;overflow:hidden;display:block; }
#IcIWgMeT8GANosXeELFB2GgTrFGwq3fm { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:7.076171875rem;left:0rem;height:5.847675rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP { display:block; }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cTJXE0QWufMJXxN6mo4tFulCTVaVRrDV { width:14.9375rem;height:4.8125rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS { background-color:#ffffff;background-image:none;display:block; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { background-color: transparent; background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .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); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { width:47.75rem;height:67.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HK15TT0nqnGPkVSF1HMGsgLoig7yn1FZ { width:36.6875rem;height:8.8125rem;top:0.625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tTTKe6mXLTppw1oek78wMo194J5USIXb { width:34.25rem;height:6.09375rem;top:1.984375rem;left:6.75rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #B2uRdxgnb4aZmxrm7y2ItmIFFikFWmdT { width:36.6875rem;height:25.1875rem;top:11.1875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #abuykx8UBTSHnorreVo4ccvNRqJMHlLy { width:20.1875rem;height:14.25rem;top:42.5625rem;left:13.5rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #EhZB2QyVbwm93P7U7lGVVe4xEMzczwK9 { width:33.6875rem;height:20.4667875rem;top:11.875rem;left:7.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #dNdDFXF4sLvUGfTBIrPUlEue0K4ivSxT { width:34.5rem;height:1.29980625rem;top:33.75rem;left:6.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #arIoQT9Xv2G2EM65EFdZ6gqRSOqqn2Qm { width:31.375rem;height:3.3125rem;top:37.9375rem;left:8.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IVhCZF6bbzqhhCXqDHdNHySehxih5LmF { display:block; }
 }@media only screen and (max-width: 1199px) { #KouSUgzKfMTcvmzsX1B9AeVC8FCZTBxF { width:1.25rem;height:1.25rem;top:27.9375rem;left:36.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc .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; }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc .widget-text.counter-number { padding-top:0.73125rem;padding-right:0.654375rem;padding-bottom:0.73125rem;padding-left:0.654375rem;width:3.928125rem;min-width:3.928125rem;height:3.9275rem;font-size:2.923125rem;line-height:62.84px;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; }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.45625rem;margin-right:0;margin-bottom:0;margin-left:0;width:5.238125rem;height:1.5525rem;font-size:1.09625rem;line-height:24.84px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc { display:flex;width:24.9375rem;height:7.39875rem;top:56.25rem;left:11.4375rem;padding-top:0.734375rem;padding-right:0.745rem;padding-bottom:0.734375rem;padding-left:0.745rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 1199px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #uZn9wwGhcCLCykFrCxa1wtSEcJot9mvf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #lWp3OtVV8JHx5g8CLkXTF3B0cTONQK5b {  }
 }@media only screen and (max-width: 1199px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #TaJGkgMy7QpiDSBaQQkPhBzVpLPlX8ge {  }
 }@media only screen and (max-width: 1199px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #hFEoL6SqDIq9ZcEs0yeuIQBMOEOyE4B5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #gao1RdmRwkhAsPiH958zB1ExRQuUnTE0 {  }
 }@media only screen and (max-width: 1199px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #DZXIzUE1bmvZaTG2Rgrh4yegr6PZXStS {  }
 }@media only screen and (max-width: 1199px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #wrPCEFtLmbZlBJu2SMoQLgmuAS6HOdT4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #e4LU18uFDW2HTQU70DpbzvIKLCChQlJo {  }
 }@media only screen and (max-width: 1199px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #C6iN0CRT7iMIbTddRpAnywN0O5nxPguh {  }
 }@media only screen and (max-width: 1199px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #fc1Ey7Xr5TZ6iaWdIMbkDSWnrBtNtoMs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #HehyDTfRetTARF5TOKPCXhoZxJltOTzl {  }
 }@media only screen and (max-width: 1199px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #wMleT4O2TFzTbgsnWImQy9ysAuXsQoKm {  }
 }@media only screen and (max-width: 1199px) { #A7pzrbGmxG8QGiTZzteHzKJv05kx4IPT { width:0.125rem;height:6.25rem;top:22.75rem;left:35.71875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #V4JBhELURNwrFPhBDX9JvLC7ITToX5LR { width:0.125rem;height:6.25rem;top:22.75rem;left:43.529296875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #B3tL8Kq6O6aKP1IFJmFvT8A8sHdsQadS { width:0.125rem;height:6.25rem;top:22.75rem;left:47.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #gooAqW2K8qqJJNslDxloRAk87t17iiaT { display:block; }#gooAqW2K8qqJJNslDxloRAk87t17iiaT > .row .container { width:47.75rem;height:33rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #c7u4VwGIBty2ggRVBlRHoni1b1kNJycO { width:46.25rem;height:9.97265625rem;top:0.6875rem;left:0.74921876192094rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CCV1ExBxT28c1Z2rXDg2SxEmKGXaDRSK { width:46.1875rem;height:19.5625rem;top:11.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dI6xVH5JTCNK6AXDw3z2qeSpsGBRLZKD { width:15.8125rem;height:1.625rem;top:12.75rem;left:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t108plWTUdUpO45MTdS5FT8RDG6iC4Pz { width:42.625rem;height:13.9375rem;top:15rem;left:2.5625rem;font-size:1.25rem;display:block; }#t108plWTUdUpO45MTdS5FT8RDG6iC4Pz li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4e2651b7-c275-489f-abf5-0035500464fe/li.png); }
 }@media only screen and (max-width: 1199px) { #kWDF8lnti7ipGCZ1dtKp2hqqg0fQsyeV { display:block; }#kWDF8lnti7ipGCZ1dtKp2hqqg0fQsyeV > .row .container { width:47.75rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TCi3l54azwzIsQNCzvxKQlPnOWZdT5Ah { width:34.9375rem;height:1.95rem;top:1.462890625rem;left:6.40625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SyTFIylNBHEJ4yDiTCGteDwIerssNByA { display:block; }#SyTFIylNBHEJ4yDiTCGteDwIerssNByA > .row .container { width:47.75rem;height:17.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Vzgo2xaG7dtR9kQEHhMUy9QkiQDlXpNM { width:5.0625rem;height:3.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #skeZGz7xp1JbqpMQaRnLR9vGmnTydVI1 { width:2.375rem;height:2.275rem;top:1.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VR0hpeQiJ6C1ioACrvPicwZJhQ14QTFR { width:47.75rem;height:5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UAplya111m3Hg4EAmCBOXzLLiCcPtphM { width:46.749125rem;height:3.25rem;top:2.0312519073486rem;left:0.49913191795349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cx5qPakzkQHfuCU9BtBrzTq9A3hZoCZ0 { width:47.75rem;height:11.5rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u4eAr2MrHEedJMRCkOvnTHek9rKpakuK { width:47.1875rem;height:1.29980625rem;top:7rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M2oA6hgPx55Tul6wSMLx6CapD6qp0KKC { width:47.1875rem;height:4.2119125rem;top:9.625rem;left:0.625rem;font-size:1rem;display:block; }#M2oA6hgPx55Tul6wSMLx6CapD6qp0KKC li:before{  }
 }@media only screen and (max-width: 1199px) { #AQIrlm1khPDRJ7cX8XdDlFrbWt5CdTJZ { display:block; }#AQIrlm1khPDRJ7cX8XdDlFrbWt5CdTJZ > .row .container { width:47.75rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HLCqRpuqy3NTDFvqN1CT7iwUGkSIhMaG { width:5.0625rem;height:3.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U1xBJoEbgxzv4LVPPO44x91hXMS0TZS7 { width:2.375rem;height:2.275rem;top:1.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VamJw2ItfU44JDqfSbxpanR6tiGlP9fb { width:47.75rem;height:5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QXcc91i5vELGQD6EqXaiUE82rzTtP8FD { width:46.75rem;height:3.25rem;top:2.060546875rem;left:0.49913191795349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NXC1e8LhVQCeZveaL88hDSqRHLqfttMe { width:47.75rem;height:9.75rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Cf0JLXNEvdXviSKglZ6DhuI4Ro62dawO { width:47.1875rem;height:1.29980625rem;top:7.099609375rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KTEVJ4Jy3WdxcCLhAySh9KJSrTqtZy3s { width:47.1875rem;height:5.19921875rem;top:8.9375rem;left:0.5625rem;font-size:1rem;display:block; }#KTEVJ4Jy3WdxcCLhAySh9KJSrTqtZy3s li:before{  }
 }@media only screen and (max-width: 1199px) { #nQ5PnkF1v7sRUcFRIIftq9KiqhX3vXGw { display:block; }#nQ5PnkF1v7sRUcFRIIftq9KiqhX3vXGw > .row .container { width:47.75rem;height:16.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XI1m6z88eSkoEydZ5xfywh3e0ZA4dg7M { width:5.0625rem;height:3.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZA5Ivo5BCCTVXIf7OezPqICignbWrlIA { width:2.375rem;height:2.275rem;top:1.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yQhuqCGWf5oyEb9Go6fTVtTFBrEINkTD { width:47.75rem;height:5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B1CB9uiEp9yk0f8tCMKAvsPKbyfrFZu1 { width:46.75rem;height:3.25rem;top:2.0941848754883rem;left:0.49913191795349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #myIgx7m2i09v672ZvWnlFekc5pO66Fkt { width:47.75rem;height:10.0625rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rx6v73nnRKnJ5C0iTRhWaBPrZJhHmmxt { width:47.1875rem;height:3.89941875rem;top:7.2744140625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tzZzTnlWlAc9hOrP48O8hwimLwSyysAn { width:47.1875rem;height:2.5996125rem;top:11.6875rem;left:0.5625rem;font-size:1rem;display:block; }#tzZzTnlWlAc9hOrP48O8hwimLwSyysAn li:before{  }
 }@media only screen and (max-width: 1199px) { #PmImoaKPvOHSfwpSUdD0TPz51lORxNvm { display:block; }#PmImoaKPvOHSfwpSUdD0TPz51lORxNvm > .row .container { width:47.75rem;height:17.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SIFCKTrf1a0KnwJ0vopNUPxWCaJB7vUn { width:5.0625rem;height:3.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lxO3KCBvnz9FJ7lKB1lZmTKLBhElMmcL { width:2.375rem;height:2.275rem;top:1.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F56xp11LA7CPIz0mMmqI2nZe5BE7sTEi { width:47.75rem;height:4.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sFZZ26RZ6oPeE7Dbd4fbJxI3gly00VwE { width:46.875rem;height:1.625rem;top:2.7373046875rem;left:0.9052734375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hWQKHB8PUHddWJC1IaOJPpO0IbCAcUk8 { width:47.75rem;height:10.25rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QBPN2tlbUIsADXn40H50iUQrLRPFCaMU { width:47.25rem;height:3.89941875rem;top:7.1875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v6iB2F1xITTk8GvJetMSt8T78qNadWzR { width:47.25rem;height:2.5996125rem;top:11.6875rem;left:0.625rem;font-size:1rem;display:block; }#v6iB2F1xITTk8GvJetMSt8T78qNadWzR li:before{  }
 }@media only screen and (max-width: 1199px) { #tAlh4ELiT4aFRgkyIT1AlVXfC42lVheN { display:block; }#tAlh4ELiT4aFRgkyIT1AlVXfC42lVheN > .row .container { width:47.75rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qgToNz9XhcKzqKbEy4sQIgeS8nmDLlOe { width:1.25rem;height:1.25rem;top:27.9375rem;left:36.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Fym2ctA2PcIUHPgelXNulqaakEObWcL9 { width:18.2498125rem;height:3.31163125rem;top:1.6243476867676rem;left:14.749349355698rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oyBvNUFXTRxtmZwSoX9DshC22PrxSu7R { display:block; }
 }@media only screen and (max-width: 1199px) { #n7RH81pq0Gx3TVzCu6ntMwBDIcEvp2HQ { display:block; }#n7RH81pq0Gx3TVzCu6ntMwBDIcEvp2HQ > .row .container { width:47.75rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #W6t5FhECCAWZZrlQQOwVvUsxryxaPqaI { width:5.0625rem;height:3.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ND2eCoZt1cRdHxIVhxOWoCE1GLq6yWIM { width:2.375rem;height:2.275rem;top:1.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yWpNP7kRhsbDukQzXMSvQCD2r4pxwPBT { width:47.75rem;height:5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Pht2HU1LnicHToE67xhFVP5pv16QteST { width:46.75rem;height:3.25rem;top:2.0605354309082rem;left:0.49913191795349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KCay9k5faAyPEDLeMqp7ZCyudUCsd6Ih { width:47.75rem;height:9.125rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tfV6cJ42rZ6qd8DWbw5P0WHGDO4kibFI { width:47.1875rem;height:5.19921875rem;top:7.1875rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GFQaBZMbN2096hC0aq7qS1Pae5N8KNPO { width:47.1875rem;height:1.29980625rem;top:12.875rem;left:0.5625rem;font-size:1rem;display:block; }#GFQaBZMbN2096hC0aq7qS1Pae5N8KNPO li:before{  }
 }@media only screen and (max-width: 1199px) { #MXOZMudrlaMJnP6uFOZ5pgIFEzu3bgSb { display:block; }#MXOZMudrlaMJnP6uFOZ5pgIFEzu3bgSb > .row .container { width:47.75rem;height:13.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xvxgnsgqfWnl78HhkQmngFoWI5KuRRuv { width:5.0625rem;height:3.375rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MH37VpiBNfUh37Q2BUzBW57T97dvBg9a { width:2.375rem;height:2.275rem;top:0.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IbBrtZLbGnbrl8EMmI2sfcgKQQZVwziW { width:47.75rem;height:3.375rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZwlIO0DgCAkD6SPxoME46l7EMNqsgWkx { width:46.75rem;height:1.625rem;top:1.0304870605469rem;left:0.49843746423721rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UDh1VEVd6MMyFucE0WVmG5T4JxtrSHKB { width:47.75rem;height:9.5rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h8Jb87DvDc6v5gb7ru5q9kgqMIXD3UHe { width:47.1875rem;height:3.89941875rem;top:4.5625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aC3LS4tCbh0IEkdutlyTR0Lu1ebt7VIC { width:47.1875rem;height:2.9121125rem;top:9rem;left:0.625rem;font-size:1rem;display:block; }#aC3LS4tCbh0IEkdutlyTR0Lu1ebt7VIC li:before{  }
 }@media only screen and (max-width: 1199px) { #DpvK7X71q6CcgnG0uPdfsuH6MR90gO3c { display:block; }#DpvK7X71q6CcgnG0uPdfsuH6MR90gO3c > .row .container { width:47.75rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zCt0PAcvFIo9Ihk8ndtyFRd9oQL3lt53 { width:5.0625rem;height:3.375rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u3kxK6QIVZoTwPZi8SfDCV63FQRFdyud { width:2.375rem;height:2.275rem;top:1.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vfPcysATVG8sUafxXcXa9aRXboTJfF5r { width:47.75rem;height:3.375rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MllC7cSzyo1TyVOR64G6LXFrShgN2ME2 { width:46.75rem;height:1.625rem;top:1.7484436035156rem;left:0.49999994039536rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SioZOJ6XbUUMl6scFvImhKTz9skxbxVN { width:47.75rem;height:8.6875rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ffT6P82ezooPAxuWkLxPwaPHhmE23mzK { width:47.1875rem;height:3.89941875rem;top:5.455078125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TKMJ2E3wNoPKQZWPJwqKUeMSU4xuJWwT { width:47.1875rem;height:1.29980625rem;top:9.880859375rem;left:0.625rem;font-size:1rem;display:block; }#TKMJ2E3wNoPKQZWPJwqKUeMSU4xuJWwT li:before{  }
 }@media only screen and (max-width: 1199px) { #X393F3PrzVAUmSfRyXKV4O2vnA0t3ZNs { display:block; }#X393F3PrzVAUmSfRyXKV4O2vnA0t3ZNs > .row .container { width:47.75rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #di8HbeKoHDyQhEsiXdKBNqFZr3b73Zs1 { width:1.25rem;height:1.25rem;top:27.9375rem;left:36.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #fbxtpIuJWsNJSFtMmQChsxfTiNxkKoOp { width:18.25rem;height:3.3125rem;top:0.59376716613769rem;left:14.750000536442rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WHDL3C457kstd7gPErJFdK86NtOB3wAZ { display:block; }
 }@media only screen and (max-width: 1199px) { #zDgho5ckTmT9m8Zqa7wTGNVwAnTSXUCH { display:block; }#zDgho5ckTmT9m8Zqa7wTGNVwAnTSXUCH > .row .container { width:47.75rem;height:48.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ECmlM0qSU94WH6h6yHmd4n6fAXiKkFTx { width:38.875rem;height:38.375rem;top:5.5rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aAURydyhKqx0mUwwUUINdXaIQVLOnDL2 { width:42.3125rem;height:44.375rem;top:1.25rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BTCPBVZuBT1bzGPH9Z5EMI3Dv99yT3ED { width:47.75rem;height:2.11230625rem;top:2.4375rem;left:0rem;font-size:1.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb { display:block; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { width:47.75rem;height:13.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rZH3BGAdZspSgMmha7CpGTn3gqlk2fUZ { width:11.25rem;height:3.5625rem;top:1.09375rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IcIWgMeT8GANosXeELFB2GgTrFGwq3fm { width:47.75rem;height:5.847675rem;top:5.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP { display:block; }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .row .container { width:20rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTJXE0QWufMJXxN6mo4tFulCTVaVRrDV { width:9.0625rem;height:3rem;top:1.28125rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS { background-color:#ffffff;background-image:none;display:block; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { background-color: transparent; background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .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); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { width:20rem;height:74.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HK15TT0nqnGPkVSF1HMGsgLoig7yn1FZ { width:20rem;height:12.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTTKe6mXLTppw1oek78wMo194J5USIXb { width:20rem;height:10.5615rem;top:2.609375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B2uRdxgnb4aZmxrm7y2ItmIFFikFWmdT { width:20rem;height:33.375rem;top:14.4199375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #abuykx8UBTSHnorreVo4ccvNRqJMHlLy { width:16.6875rem;height:11.8125rem;top:62.6875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhZB2QyVbwm93P7U7lGVVe4xEMzczwK9 { width:20rem;height:27.29586875rem;top:15.1074375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dNdDFXF4sLvUGfTBIrPUlEue0K4ivSxT { width:18.25rem;height:2.5996125rem;top:43.982421875rem;left:0.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #arIoQT9Xv2G2EM65EFdZ6gqRSOqqn2Qm { width:18.9980625rem;height:3.75rem;top:49.875rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVhCZF6bbzqhhCXqDHdNHySehxih5LmF { display:block; }
 }@media only screen and (max-width: 763px) { #KouSUgzKfMTcvmzsX1B9AeVC8FCZTBxF { width:0.9375rem;height:0.9375rem;top:31.1699375rem;left:19.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc .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; }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc .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; }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc { display:flex;width:18rem;height:5.0625rem;top:54.875rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #uZn9wwGhcCLCykFrCxa1wtSEcJot9mvf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #lWp3OtVV8JHx5g8CLkXTF3B0cTONQK5b {  }
 }@media only screen and (max-width: 763px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #TaJGkgMy7QpiDSBaQQkPhBzVpLPlX8ge {  }
 }@media only screen and (max-width: 763px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #hFEoL6SqDIq9ZcEs0yeuIQBMOEOyE4B5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #gao1RdmRwkhAsPiH958zB1ExRQuUnTE0 {  }
 }@media only screen and (max-width: 763px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #DZXIzUE1bmvZaTG2Rgrh4yegr6PZXStS {  }
 }@media only screen and (max-width: 763px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #wrPCEFtLmbZlBJu2SMoQLgmuAS6HOdT4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #e4LU18uFDW2HTQU70DpbzvIKLCChQlJo {  }
 }@media only screen and (max-width: 763px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #C6iN0CRT7iMIbTddRpAnywN0O5nxPguh {  }
 }@media only screen and (max-width: 763px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #fc1Ey7Xr5TZ6iaWdIMbkDSWnrBtNtoMs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #HehyDTfRetTARF5TOKPCXhoZxJltOTzl {  }
 }@media only screen and (max-width: 763px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #wMleT4O2TFzTbgsnWImQy9ysAuXsQoKm {  }
 }@media only screen and (max-width: 763px) { #A7pzrbGmxG8QGiTZzteHzKJv05kx4IPT { width:0.125rem;height:6.25rem;top:25.9824375rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #V4JBhELURNwrFPhBDX9JvLC7ITToX5LR { width:0.125rem;height:6.25rem;top:25.9824375rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #B3tL8Kq6O6aKP1IFJmFvT8A8sHdsQadS { width:0.125rem;height:6.25rem;top:22.75rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gooAqW2K8qqJJNslDxloRAk87t17iiaT { display:block; }#gooAqW2K8qqJJNslDxloRAk87t17iiaT > .row .container { width:20rem;height:43.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c7u4VwGIBty2ggRVBlRHoni1b1kNJycO { width:20rem;height:17.31640625rem;top:0.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CCV1ExBxT28c1Z2rXDg2SxEmKGXaDRSK { width:20rem;height:30.0625rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dI6xVH5JTCNK6AXDw3z2qeSpsGBRLZKD { width:15.8125rem;height:1.625rem;top:12.1875rem;left:1.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t108plWTUdUpO45MTdS5FT8RDG6iC4Pz { width:19.0625rem;height:22.5390625rem;top:14.5625rem;left:0.5rem;font-size:1.1875rem;display:block; }#t108plWTUdUpO45MTdS5FT8RDG6iC4Pz li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4e2651b7-c275-489f-abf5-0035500464fe/li.png); }
 }@media only screen and (max-width: 763px) { #kWDF8lnti7ipGCZ1dtKp2hqqg0fQsyeV { display:block; }#kWDF8lnti7ipGCZ1dtKp2hqqg0fQsyeV > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCi3l54azwzIsQNCzvxKQlPnOWZdT5Ah { width:18.75rem;height:2.275rem;top:1.05078125rem;left:0.625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SyTFIylNBHEJ4yDiTCGteDwIerssNByA { display:block; }#SyTFIylNBHEJ4yDiTCGteDwIerssNByA > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vzgo2xaG7dtR9kQEHhMUy9QkiQDlXpNM { width:5.0625rem;height:3.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #skeZGz7xp1JbqpMQaRnLR9vGmnTydVI1 { width:2.375rem;height:2.2744125rem;top:1.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VR0hpeQiJ6C1ioACrvPicwZJhQ14QTFR { width:20rem;height:8.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAplya111m3Hg4EAmCBOXzLLiCcPtphM { width:18.75rem;height:6.5rem;top:2.03125rem;left:0.4990234375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cx5qPakzkQHfuCU9BtBrzTq9A3hZoCZ0 { width:20rem;height:15rem;top:9.78125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4eAr2MrHEedJMRCkOvnTHek9rKpakuK { width:18.9365rem;height:2.5996125rem;top:10.84375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2oA6hgPx55Tul6wSMLx6CapD6qp0KKC { width:19.125rem;height:9.411125rem;top:13.84375rem;left:0.625rem;font-size:1rem;display:block; }#M2oA6hgPx55Tul6wSMLx6CapD6qp0KKC li:before{  }
 }@media only screen and (max-width: 763px) { #AQIrlm1khPDRJ7cX8XdDlFrbWt5CdTJZ { display:block; }#AQIrlm1khPDRJ7cX8XdDlFrbWt5CdTJZ > .row .container { width:20rem;height:31.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HLCqRpuqy3NTDFvqN1CT7iwUGkSIhMaG { width:5.0625rem;height:3.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1xBJoEbgxzv4LVPPO44x91hXMS0TZS7 { width:2.375rem;height:2.275rem;top:1.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VamJw2ItfU44JDqfSbxpanR6tiGlP9fb { width:20rem;height:7.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXcc91i5vELGQD6EqXaiUE82rzTtP8FD { width:18.75rem;height:6.5rem;top:1.8125rem;left:0.62421876192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXC1e8LhVQCeZveaL88hDSqRHLqfttMe { width:20rem;height:21.1875rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cf0JLXNEvdXviSKglZ6DhuI4Ro62dawO { width:18.9359375rem;height:3.8994125rem;top:9.1875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTEVJ4Jy3WdxcCLhAySh9KJSrTqtZy3s { width:19.3125rem;height:12.9980625rem;top:14.5625rem;left:0.625rem;font-size:1rem;display:block; }#KTEVJ4Jy3WdxcCLhAySh9KJSrTqtZy3s li:before{  }
 }@media only screen and (max-width: 763px) { #nQ5PnkF1v7sRUcFRIIftq9KiqhX3vXGw { display:block; }#nQ5PnkF1v7sRUcFRIIftq9KiqhX3vXGw > .row .container { width:20rem;height:26.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XI1m6z88eSkoEydZ5xfywh3e0ZA4dg7M { width:5.0625rem;height:3.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZA5Ivo5BCCTVXIf7OezPqICignbWrlIA { width:2.375rem;height:2.275rem;top:1.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQhuqCGWf5oyEb9Go6fTVtTFBrEINkTD { width:20rem;height:7.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1CB9uiEp9yk0f8tCMKAvsPKbyfrFZu1 { width:18.75rem;height:6.5rem;top:1.9375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #myIgx7m2i09v672ZvWnlFekc5pO66Fkt { width:20rem;height:15rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rx6v73nnRKnJ5C0iTRhWaBPrZJhHmmxt { width:18.9375rem;height:7.79880625rem;top:9.875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzZzTnlWlAc9hOrP48O8hwimLwSyysAn { width:19.4375rem;height:5.19921875rem;top:18.1875rem;left:0.625rem;font-size:1rem;display:block; }#tzZzTnlWlAc9hOrP48O8hwimLwSyysAn li:before{  }
 }@media only screen and (max-width: 763px) { #PmImoaKPvOHSfwpSUdD0TPz51lORxNvm { display:block; }#PmImoaKPvOHSfwpSUdD0TPz51lORxNvm > .row .container { width:20rem;height:27.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SIFCKTrf1a0KnwJ0vopNUPxWCaJB7vUn { width:5.0625rem;height:3.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxO3KCBvnz9FJ7lKB1lZmTKLBhElMmcL { width:2.375rem;height:2.275rem;top:1.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F56xp11LA7CPIz0mMmqI2nZe5BE7sTEi { width:20rem;height:6.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFZZ26RZ6oPeE7Dbd4fbJxI3gly00VwE { width:18.75rem;height:4.875rem;top:1.9375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWQKHB8PUHddWJC1IaOJPpO0IbCAcUk8 { width:20rem;height:18.375rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBPN2tlbUIsADXn40H50iUQrLRPFCaMU { width:18.9375rem;height:7.79880625rem;top:8.9375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6iB2F1xITTk8GvJetMSt8T78qNadWzR { width:18.6875rem;height:7.7988125rem;top:17.4375rem;left:0.625rem;font-size:1rem;display:block; }#v6iB2F1xITTk8GvJetMSt8T78qNadWzR li:before{  }
 }@media only screen and (max-width: 763px) { #tAlh4ELiT4aFRgkyIT1AlVXfC42lVheN { display:block; }#tAlh4ELiT4aFRgkyIT1AlVXfC42lVheN > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qgToNz9XhcKzqKbEy4sQIgeS8nmDLlOe { width:1.6875rem;height:1.6875rem;top:3.125rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fym2ctA2PcIUHPgelXNulqaakEObWcL9 { width:17.6875rem;height:4.375rem;top:1.25rem;left:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyBvNUFXTRxtmZwSoX9DshC22PrxSu7R { display:block; }
 }@media only screen and (max-width: 763px) { #n7RH81pq0Gx3TVzCu6ntMwBDIcEvp2HQ { display:block; }#n7RH81pq0Gx3TVzCu6ntMwBDIcEvp2HQ > .row .container { width:20rem;height:25.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W6t5FhECCAWZZrlQQOwVvUsxryxaPqaI { width:5.0625rem;height:3.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND2eCoZt1cRdHxIVhxOWoCE1GLq6yWIM { width:2.375rem;height:2.275rem;top:1.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWpNP7kRhsbDukQzXMSvQCD2r4pxwPBT { width:20rem;height:7.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pht2HU1LnicHToE67xhFVP5pv16QteST { width:18.75rem;height:6.5rem;top:1.9375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCay9k5faAyPEDLeMqp7ZCyudUCsd6Ih { width:20rem;height:15.75rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfV6cJ42rZ6qd8DWbw5P0WHGDO4kibFI { width:18.9365rem;height:9.09861875rem;top:9.8125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFQaBZMbN2096hC0aq7qS1Pae5N8KNPO { width:18.375rem;height:2.5996125rem;top:19.9375rem;left:0.625rem;font-size:1rem;display:block; }#GFQaBZMbN2096hC0aq7qS1Pae5N8KNPO li:before{  }
 }@media only screen and (max-width: 763px) { #MXOZMudrlaMJnP6uFOZ5pgIFEzu3bgSb { display:block; }#MXOZMudrlaMJnP6uFOZ5pgIFEzu3bgSb > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xvxgnsgqfWnl78HhkQmngFoWI5KuRRuv { width:5.0625rem;height:3.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MH37VpiBNfUh37Q2BUzBW57T97dvBg9a { width:2.375rem;height:2.275rem;top:1.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbBrtZLbGnbrl8EMmI2sfcgKQQZVwziW { width:20rem;height:4.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwlIO0DgCAkD6SPxoME46l7EMNqsgWkx { width:18.75rem;height:3.25rem;top:1.9375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDh1VEVd6MMyFucE0WVmG5T4JxtrSHKB { width:20rem;height:15.25rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8Jb87DvDc6v5gb7ru5q9kgqMIXD3UHe { width:18.9355625rem;height:6.499025rem;top:7.25rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aC3LS4tCbh0IEkdutlyTR0Lu1ebt7VIC { width:20rem;height:5.51171875rem;top:14.375rem;left:0.625rem;font-size:1rem;display:block; }#aC3LS4tCbh0IEkdutlyTR0Lu1ebt7VIC li:before{  }
 }@media only screen and (max-width: 763px) { #DpvK7X71q6CcgnG0uPdfsuH6MR90gO3c { display:block; }#DpvK7X71q6CcgnG0uPdfsuH6MR90gO3c > .row .container { width:20rem;height:21.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zCt0PAcvFIo9Ihk8ndtyFRd9oQL3lt53 { width:5.0625rem;height:3.375rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3kxK6QIVZoTwPZi8SfDCV63FQRFdyud { width:2.375rem;height:2.275rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfPcysATVG8sUafxXcXa9aRXboTJfF5r { width:20rem;height:5.9375rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MllC7cSzyo1TyVOR64G6LXFrShgN2ME2 { width:18.75rem;height:3.25rem;top:1.375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SioZOJ6XbUUMl6scFvImhKTz9skxbxVN { width:20rem;height:13.625rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffT6P82ezooPAxuWkLxPwaPHhmE23mzK { width:18.9355625rem;height:6.499025rem;top:8.1875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKMJ2E3wNoPKQZWPJwqKUeMSU4xuJWwT { width:18.9375rem;height:2.5996125rem;top:15.6875rem;left:0.625rem;font-size:1rem;display:block; }#TKMJ2E3wNoPKQZWPJwqKUeMSU4xuJWwT li:before{  }
 }@media only screen and (max-width: 763px) { #X393F3PrzVAUmSfRyXKV4O2vnA0t3ZNs { display:block; }#X393F3PrzVAUmSfRyXKV4O2vnA0t3ZNs > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #di8HbeKoHDyQhEsiXdKBNqFZr3b73Zs1 { width:1.6875rem;height:1.6875rem;top:2.375rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fbxtpIuJWsNJSFtMmQChsxfTiNxkKoOp { width:17.686625rem;height:4.375rem;top:1.125rem;left:1.1566841006279rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHDL3C457kstd7gPErJFdK86NtOB3wAZ { display:block; }
 }@media only screen and (max-width: 763px) { #zDgho5ckTmT9m8Zqa7wTGNVwAnTSXUCH { display:block; }#zDgho5ckTmT9m8Zqa7wTGNVwAnTSXUCH > .row .container { width:20rem;height:59.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ECmlM0qSU94WH6h6yHmd4n6fAXiKkFTx { width:18.75rem;height:43.5625rem;top:4.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAURydyhKqx0mUwwUUINdXaIQVLOnDL2 { width:20rem;height:56.5rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTCPBVZuBT1bzGPH9Z5EMI3Dv99yT3ED { width:20rem;height:2.11230625rem;top:1.75rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb { display:block; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rZH3BGAdZspSgMmha7CpGTn3gqlk2fUZ { width:6.625rem;height:2.1875rem;top:1.248046875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcIWgMeT8GANosXeELFB2GgTrFGwq3fm { width:20rem;height:10.72070625rem;top:4.4835052490234rem;left:0rem;font-size:0.75rem;display:block; }
 }