.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row .container { background-color: transparent; background-image: none; }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row .container > .video-iframe-container { display: none; }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row > .video-iframe-container { display: none; }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .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); }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row .container { border-width: 0; border-radius: 0; }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#i5RJHS7kLIE3lFZdHOX0OgiBgyQn6FZM { color:#ed1720;display:block;width:16.8105625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.76953125rem;left:9.6240234375rem;height:1.4619125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#DBgNdNp494Qb1gCIKdQGmON0R10tgKTg { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:8.9375rem;top:0.125rem;left:0rem;overflow:hidden;display:block; }
#sGcAQJm332rzyuBTSOx35y8IDGmMqOGk { background-color:#141535;background-image:none;border-top:0.1875rem solid #13d41a;border-left:0.1875rem solid #13d41a;border-right:0.1875rem solid #13d41a;border-bottom:0.1875rem solid #13d41a;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.0625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1rem;left:46.125rem;display:block; }
#sgpa3XtnO6ITvIG8no7vJl0U5aEDBKwX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uamnvJVBd89zpgucm6LdJHT7S05SnpJ2 { background-color:#ed1720;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.0625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0.96875rem;left:31.75rem;display:block; }
#z7MRIyw92DnJqC4SCBZG5DfO56DBUcqA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ITsQZvzEruET7KTM0dPEllZUnnC4Bdqe { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:0rem;left:5.3125rem;overflow:hidden;display:block; }
#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cb11a371-5edf-4393-bf2c-3b8aef84a2dd/482220495_662294842980255_7914287538909976649_n.jpg");background-position:center left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v.adaptive-delivery-prevent-bg, #FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v.lazyload, #FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v.lazyloading { background-image: none; }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .row .container { background-color: transparent; background-image: none; }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,55,243,0.8); }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .row .container > .video-iframe-container { display: none; }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,55,243,0.8); }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .row > .video-iframe-container { display: none; }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .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); }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .row .container { border-width: 0; border-radius: 0; }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .row .container { width:60rem;height:42.6875rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#y6wUPfP2WC6xcMcJ4QmlpwGvRncRMLdx { color:#ffffff;display:block;width:31.6855625rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:15.3125rem;left:0rem;height:9.8994375rem;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; }
#Vd5b0woCSw49wch0U7poluBQzRDfdbnN { color:#ffffff;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:27rem;left:2.25rem;height:6.5rem;font-style:normal;display:block; }
#SIAL3rEnmUAgKR1wLELPnMzCxPNinTQB { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.5rem solid #ed1720;border-left:0.5rem solid #ed1720;border-right:0.5rem solid #ed1720;border-bottom:0.5rem solid #ed1720;border-top-left-radius:22.5rem;border-top-right-radius:22.5rem;border-bottom-left-radius:22.5rem;border-bottom-right-radius:22.5rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.13) ;height:28.5625rem;width:28.75rem;top:10.6875rem;left:30.25rem;display:block; }
#CVvgecHHT5KpFH6oq6bJeDhAqcwB1nKP { color:#141535;display:block;width:26.6875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:26.0625rem;left:31.6875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KX5VnpdEKUz5MZTc81gALRBkkGCdeTED { color:#333333;display:block;width:23.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:28.625rem;left:32.75rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qDi0s0pC0QxBR2zLgvP4vG5lhFJSJU35 { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:7.75rem;top:13.65625rem;left:0rem;display:block; }
#Qy2BkiTDUm38ewWrSr8Hpgt2Qr3075Jh { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:16.5rem;top:15.3125rem;left:36.875rem;overflow:hidden;display:block; }
#FhUvyegfGiSWZUqwZqXH8OfLTsdCmmJ9 { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:10.6875rem;width:10.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;top:7.2685546875rem;left:16.90625rem;display:none; }
#ZRMKhz4yVwuXxP5Z8PJpqQK1xglw5sAX { background-color:#13d41a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #232020;border-left:0.0625rem solid #232020;border-right:0.0625rem solid #232020;border-bottom:0.0625rem solid #232020;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:3.4375rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:31.71875rem;left:37.28125rem;display:block; }
#pMpQ2X2n8gKy677eE8ciWBugOp9Upog3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Cs5ThNPm7eeLLC4fcgKgUd9A3OJqnz3E { position:absolute;display:block;z-index:15041;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:9rem;width:16.6875rem;top:7.78125rem;left:37.28125rem;overflow:hidden;display:block; }
#IOB09XnnAPQXJTPzqmF9RqinS3RWhJJl { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(255,255,255,0.94);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IOB09XnnAPQXJTPzqmF9RqinS3RWhJJl > .row .container { background-color: transparent; background-image: none; }#IOB09XnnAPQXJTPzqmF9RqinS3RWhJJl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOB09XnnAPQXJTPzqmF9RqinS3RWhJJl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOB09XnnAPQXJTPzqmF9RqinS3RWhJJl > .row .container > .video-iframe-container { display: none; }#IOB09XnnAPQXJTPzqmF9RqinS3RWhJJl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOB09XnnAPQXJTPzqmF9RqinS3RWhJJl > .row > .video-iframe-container { display: none; }#IOB09XnnAPQXJTPzqmF9RqinS3RWhJJl > .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); }#IOB09XnnAPQXJTPzqmF9RqinS3RWhJJl > .row .container { border-width: 0; border-radius: 0; }#IOB09XnnAPQXJTPzqmF9RqinS3RWhJJl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IOB09XnnAPQXJTPzqmF9RqinS3RWhJJl > .row .container { font-size:0.875rem;font-family:arial;height:61.75rem;width:60rem;position:relative;display:block; }#chSHpTTgBVyLLwCTscEJy2ai2PmF5sJt { border-bottom:0.0625rem solid rgba(52,52,52,0.2);border-left:0.0625rem solid rgba(52,52,52,0.2);border-right:0.0625rem solid rgba(52,52,52,0.2);border-top:0.0625rem solid rgba(52,52,52,0.2);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ed1720;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:17.375rem;width:26.25rem;position:absolute;display:block;z-index:15000;top:13.9375rem;left:0rem;display:block; }
#TkC31ThbME2An9czvFLai862kMK36lV9 { border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/51e7f0b0-73aa-49f7-b476-2b1faf28c1d3/484920161_668873985655674_1036043822632134261_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:9.0625rem;width:9.0625rem;position:absolute;display:block;z-index:15001;top:9.25rem;left:8.375rem;display:block; }#TkC31ThbME2An9czvFLai862kMK36lV9.adaptive-delivery-prevent-bg, #TkC31ThbME2An9czvFLai862kMK36lV9.lazyload, #TkC31ThbME2An9czvFLai862kMK36lV9.lazyloading { background-image: none; }
#yxlWOmT9V58lZLRMt8UqHSPmyAiHBMz8 { display:block;width:23.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:22.1875rem;left:1.3125rem;height:8.3965rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zbeTnSC0Gv3vl2ysRBqRfTMvqav4enGQ { display:block;width:25rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:19.8125rem;left:0.6875rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#hraMETCyzteNseEVyInSh8sSl2zTiER4 { border-bottom:0.0625rem solid rgba(52,52,52,0.2);border-left:0.0625rem solid rgba(52,52,52,0.2);border-right:0.0625rem solid rgba(52,52,52,0.2);border-top:0.0625rem solid rgba(52,52,52,0.2);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ed1720;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:17.375rem;width:26.25rem;position:absolute;display:block;z-index:15004;top:13.9375rem;left:33.625rem;display:block; }
#wkJnhsQ72R30wt51DkcbzriwVZkcDHqR { border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/434c5f33-5256-40bf-b258-cf0f64fce26d/Image_fx52.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:9.0625rem;width:9.0625rem;position:absolute;display:block;z-index:15005;top:9.25rem;left:42rem;display:block; }#wkJnhsQ72R30wt51DkcbzriwVZkcDHqR.adaptive-delivery-prevent-bg, #wkJnhsQ72R30wt51DkcbzriwVZkcDHqR.lazyload, #wkJnhsQ72R30wt51DkcbzriwVZkcDHqR.lazyloading { background-image: none; }
#T2lGLOK5sQUNFwyr5ZT3lOqcXmDIZS6T { display:block;width:23.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:22.1875rem;left:35.0625rem;height:8.3965rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Eaam9pS3TDKLJP1IPpKSnLeeIDzFsddJ { display:block;width:25rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:19.8125rem;left:33.625rem;height:1.78755625rem;font-style:normal;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#D0uRPcen0uQ2PpvpFommbOTgtSEb6pff { display:block;width:60rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.8117008209229rem;left:0rem;height:;text-align:center;text-align-last:center;color:#ed1720;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; }
#EDedwnGsFWlFWrAEcmGNGFOT4oGQUT9t { background-color:#141535;background-image:none;border-top:0.25rem solid #ed1720;border-left:0.25rem solid #ed1720;border-right:0.25rem solid #ed1720;border-bottom:0.25rem solid #ed1720;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.7324375rem;height:3.732425rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:56.873046875rem;left:20.6328125rem;display:block; }
#Lg4qeSVWizdPgbadMBsX8tqBZfNCvO8w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BxZErS6mUPDiMROeiWZ7ObmfE54mTvrT { border-bottom:0.0625rem solid rgba(52,52,52,0.2);border-left:0.0625rem solid rgba(52,52,52,0.2);border-right:0.0625rem solid rgba(52,52,52,0.2);border-top:0.0625rem solid rgba(52,52,52,0.2);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ed1720;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:17.375rem;width:26.25rem;position:absolute;display:block;z-index:15001;top:37.5rem;left:16.8125rem;display:block; }
#l3eyFRCnQq2pztQUPJTcicBZiD9syzQ8 { display:block;width:23.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:45.625rem;left:18.125rem;height:8.3965rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o1B7V9Uyuc5RsoDsLRTsTLyZt8cQt4ZI { display:block;width:25rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:43rem;left:17.5rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#PMha5PreIFWi8CI7SaT04P6251ekUum6 { border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:rgba(252,229,61,0.16);background-image:url("https://images.assets-landingi.com/uc/44652fe2-7d49-41c4-a0fb-b82f9faa28d2/485095149_669127652296974_5619789849208974855_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:9.0625rem;width:9.0625rem;position:absolute;display:block;z-index:15002;top:32.4375rem;left:25.21875rem;display:block; }#PMha5PreIFWi8CI7SaT04P6251ekUum6.adaptive-delivery-prevent-bg, #PMha5PreIFWi8CI7SaT04P6251ekUum6.lazyload, #PMha5PreIFWi8CI7SaT04P6251ekUum6.lazyloading { background-image: none; }
#gTO2hQBsDiFvrVhQxdcmdaEP3a0TiH0R { 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; }#gTO2hQBsDiFvrVhQxdcmdaEP3a0TiH0R > .row .container { background-color: transparent; background-image: none; }#gTO2hQBsDiFvrVhQxdcmdaEP3a0TiH0R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTO2hQBsDiFvrVhQxdcmdaEP3a0TiH0R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTO2hQBsDiFvrVhQxdcmdaEP3a0TiH0R > .row .container > .video-iframe-container { display: none; }#gTO2hQBsDiFvrVhQxdcmdaEP3a0TiH0R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTO2hQBsDiFvrVhQxdcmdaEP3a0TiH0R > .row > .video-iframe-container { display: none; }#gTO2hQBsDiFvrVhQxdcmdaEP3a0TiH0R > .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); }#gTO2hQBsDiFvrVhQxdcmdaEP3a0TiH0R > .row .container { border-width: 0; border-radius: 0; }#gTO2hQBsDiFvrVhQxdcmdaEP3a0TiH0R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gTO2hQBsDiFvrVhQxdcmdaEP3a0TiH0R > .row .container { font-size:0.875rem;font-family:arial;height:31rem;width:60rem;position:relative;display:block; }#IB9oHNFpi0IofWf620hKrT2kpd7mTTFL { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:13.5rem;top:12.625rem;left:0rem;display:block; }
#vS6wH2sXpfZ4MiISsTzHUg3FTwvX7tBR { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:18.5rem;left:0.375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#httxRKyoSXyyOFfHAdgwdBXJ6Gr8fxkw { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:22.125rem;left:1.125rem;height:5.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#faqeznfgUP2gqWxnlaR3ynrtiHsirhHr { color:#000000;display:block;width:60rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vAoGAr8OUTLlhFbPh4FiZEFo2TaMB6Kx { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;top:14.875rem;left:5.6875rem; }
#fLUsL7zw2g28wDuCcdvKui5J0PNv199q { position:absolute;display:block;z-index:15026;background-color:#13d41a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.56241125rem;width:1.06223125rem;top:16.8125rem;left:5.6875rem;display:block; }
#JL8ab0hIgBLTJGysOSknCaKfM7eJE21v { position:absolute;display:block;z-index:15007;background-color:#13d41a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.37473125rem;width:1.37473125rem;top:15.375rem;left:7.5rem;display:block; }
#vWbXb2bFT9B4kwr3NhIQJLma4N88zsEz { position:absolute;display:block;z-index:15003;background-color:#232020;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.5625rem;top:28.875rem;left:0.1875rem;display:block; }
#pv8itrqeRXBlMOcrIer0udbTDHIgoH7u { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:13.5rem;top:12.625rem;left:15.5625rem;display:block; }
#DSikzxqAtsbpFB45tPeGMSvvqoWATFDy { position:absolute;display:block;z-index:15010;background-color:#232020;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.5625rem;top:28.875rem;left:15.75rem;display:block; }
#CXh4CM8vkD4PiVH01dmriqwtyTUUVown { color:#333333;display:block;width:12.1249375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:22.125rem;left:16.4375rem;height:5.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xE6X04MbP9J2AzfIc52yKB1FeewaWEsS { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:18.5625rem;left:15.9375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JKJ5kh9rzOIklgKTc7aTwDN3mMGidH7C { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;top:14.875rem;left:21.25rem; }
#Rp1AKcN3LaT7cFuD0ESZtcLC5QvwJR4K { position:absolute;display:block;z-index:15033;background-color:#13d41a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:1.0625rem;top:16.875rem;left:21.25rem;display:block; }
#pfy1zErFrKuzmFiFZIT5rtK2GB1lSkwv { position:absolute;display:block;z-index:15014;background-color:#13d41a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.375rem;width:1.375rem;top:15.375rem;left:23.0625rem;display:block; }
#HMqPABZr5TRTJOOqwmS6a85dTUBsrzpR { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:13.5rem;top:12.625rem;left:45.625rem;display:block; }
#DRHTFKgnN57FrN4C21a964bnhw5n2KPf { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;top:14.875rem;left:51.3125rem; }
#FqBl2CryTx9GK3G1gfxHZoa5qepdZ23F { position:absolute;display:block;z-index:15021;background-color:#13d41a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.375rem;width:1.375rem;top:15.375rem;left:53.125rem;display:block; }
#mTeqT53KAM3LeTAMgOd4hq59hU3nzPvz { position:absolute;display:block;z-index:15040;background-color:#13d41a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:1.0625rem;top:16.8125rem;left:51.3125rem;display:block; }
#XtS7yxSoQpnFgqwuhV1dLUsyQGvd0s4H { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:13.5rem;top:12.625rem;left:30.5625rem;display:block; }
#uwRZSJRqoXUQh3zgvoLRkto4FA886moJ { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:18.5rem;left:46rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ai7wxHKHwPDpSgrFvBgN85r4SNmIZbRM { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:18.5rem;left:30.9375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lqLsR2Ig3wG6DF4TM9uPo3CvuyECrH11 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;top:14.875rem;left:35.75rem; }
#LonMOtbaXlrrF0KbkUCTIob82X55alMv { position:absolute;display:block;z-index:15047;background-color:#13d41a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:1.0625rem;top:17.125rem;left:35.75rem;display:block; }
#XQWmX4b9uzXcN6PaXxmFEh2UMegctQey { position:absolute;display:block;z-index:15028;background-color:#13d41a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.375rem;width:1.375rem;top:15.375rem;left:37.5625rem;display:block; }
#oVFF1R6hVRvWVzEBTimwTQGwsIAN2T9c { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:22.125rem;left:46.75rem;height:5.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Unb2WSog8ESTheDerC2y5EGn5ZlSX73r { position:absolute;display:block;z-index:15017;background-color:#232020;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.5625rem;top:28.875rem;left:45.8125rem;display:block; }
#Td3y5QRsM9axWmDtHzQZhPL1mV5Xc5Rr { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:13.5rem;top:7.625rem;left:45.5625rem;display:none; }
#oIalAM6gnB6aeubOk6zSlndpTFbgCHw1 { position:absolute;display:block;z-index:15047;background-color:#ff5335;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:1.0625rem;top:11.8125rem;left:51.25rem;display:none; }
#qGin2ZCqzMA7LhkyvmUqGcPu3PKy13Ef { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:13.5rem;left:45.9375rem;height:3.2492875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#BRnzfKzwaMQhQ06MRExNTW38vzTJcMO6 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;top:9.8125rem;left:51.25rem;display:none; }
#qWCZZDa9sFpDI3PoyMKzCQ3l4lyNoJbH { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:17.125rem;left:46.6875rem;height:5.59836875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#WJPzNWEO7zXPQ7P3uJe0O9r0RIrvOWoz { position:absolute;display:block;z-index:15028;background-color:#ff5335;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.375rem;width:1.375rem;top:10.375rem;left:53.0625rem;display:none; }
#TJ2WLhOS5ZH4ZkO0CsqJos88MAsXR05f { position:absolute;display:block;z-index:15024;background-color:#66a8ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.5625rem;top:23.875rem;left:45.75rem;display:none; }
#B3D04sifFABaDpF0vX43cWl65GqDcG7F { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:13.5rem;top:7.625rem;left:45.5625rem;display:none; }
#GlhUtlUPMZ6dWtvEJXTk7oZUwiihKpUw { position:absolute;display:block;z-index:15047;background-color:#ff5335;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:1.0625rem;top:11.8125rem;left:51.25rem;display:none; }
#KzrdcpCrQTyzmHrWZr3gbrZa4NhhQcKq { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:13.5rem;left:45.9375rem;height:3.2492875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#kx2eMI9fH8cMQ717oxW5Fz8ZDiF8ITkh { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;top:9.8125rem;left:51.25rem;display:none; }
#S53nzHkyguTO44OOQsTn6HgH6D7QQBg5 { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:17.125rem;left:46.6875rem;height:5.59836875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#cG5iZiCTwn4XQFuzJA4V4tbAAmvsB81u { position:absolute;display:block;z-index:15028;background-color:#ff5335;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.375rem;width:1.375rem;top:10.375rem;left:53.0625rem;display:none; }
#zLuhOfwC4Dnxo7tAmz8bbJM6Ee0A7HXS { position:absolute;display:block;z-index:15024;background-color:#66a8ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.5625rem;top:23.875rem;left:45.75rem;display:none; }
#KZ2TmdExSQduedTQyQztL4PVIkoT2XMQ { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:13.5rem;top:7.625rem;left:45.5625rem;display:none; }
#l9EiTdpZm045umc4Cukwyhx5nJ7TkPHV { position:absolute;display:block;z-index:15047;background-color:#ff5335;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:1.0625rem;top:11.8125rem;left:51.25rem;display:none; }
#fZFPST6kc7XB9XokExCwliz4nmO2X1G5 { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:13.5rem;left:45.9375rem;height:3.2492875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#lICPsr023d1LlnTrwtKTxJGCNkPskSGW { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;top:9.8125rem;left:51.25rem;display:none; }
#mW5iX9d8fe7spFGX24cOLLaCxVoZJVf6 { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:17.125rem;left:46.6875rem;height:5.59836875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#mliGpMA5CkIMufiX4u2xm5eLaByTAemQ { position:absolute;display:block;z-index:15028;background-color:#ff5335;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.375rem;width:1.375rem;top:10.375rem;left:53.0625rem;display:none; }
#doMdgsQrx7hCpyRTJFRGo33NG6g7cIQw { position:absolute;display:block;z-index:15024;background-color:#66a8ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.5625rem;top:23.875rem;left:45.75rem;display:none; }
#nI2qO8uMxaWZxH9MRAQZ9C97ZT25skWJ { color:#000000;display:block;width:49.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:5.7373046875rem;left:5.6875rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xf7Z5hwwtX31gTn7vTT4I7XXsSUCaUJI { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:22.125rem;left:31.6875rem;height:5.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Dr5DpZTu0FfJZ5NOtTaEemCt5aUzUyUO { position:absolute;display:block;z-index:15024;background-color:#232020;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.5625rem;top:28.875rem;left:30.71875rem;display:block; }
#e1Ekv8y3ZpnwLc103bd0TloPxGaNuEPL { 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; }#e1Ekv8y3ZpnwLc103bd0TloPxGaNuEPL > .row .container { background-color: transparent; background-image: none; }#e1Ekv8y3ZpnwLc103bd0TloPxGaNuEPL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1Ekv8y3ZpnwLc103bd0TloPxGaNuEPL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1Ekv8y3ZpnwLc103bd0TloPxGaNuEPL > .row .container > .video-iframe-container { display: none; }#e1Ekv8y3ZpnwLc103bd0TloPxGaNuEPL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1Ekv8y3ZpnwLc103bd0TloPxGaNuEPL > .row > .video-iframe-container { display: none; }#e1Ekv8y3ZpnwLc103bd0TloPxGaNuEPL > .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); }#e1Ekv8y3ZpnwLc103bd0TloPxGaNuEPL > .row .container { border-width: 0; border-radius: 0; }#e1Ekv8y3ZpnwLc103bd0TloPxGaNuEPL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e1Ekv8y3ZpnwLc103bd0TloPxGaNuEPL > .row .container { font-size:0.875rem;font-family:arial;height:26.375rem;width:60rem;position:relative;display:block; }#FwaR9SypF7o3T4HlhXZTreaFqBOew9ke .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; }
#FwaR9SypF7o3T4HlhXZTreaFqBOew9ke .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #ffffff, #008d3e);background-image: -moz-linear-gradient(top, #ffffff, #008d3e);background-image: -ms-linear-gradient(top, #ffffff, #008d3e);background-image: -o-linear-gradient(top, #ffffff, #008d3e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#008d3e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#008d3e' );";background-image: linear-gradient(to bottom, #ffffff, #008d3e);background-size:contain !important;color:#070002;padding-top:0.708125rem;padding-right:0.628125rem;padding-bottom:0.708125rem;padding-left:0.628125rem;display:block;align-items:center;width:3.766875rem;min-width:3.766875rem;height:3.805rem;position:relative;font-family:"open sans";font-size:2.831875rem;font-weight:700;line-height:60.88px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FwaR9SypF7o3T4HlhXZTreaFqBOew9ke .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.4425rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.0225rem;height:1.504375rem;position:relative;font-family:"open sans";font-size:1.061875rem;font-weight:400;line-height:24.07px;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; }
#FwaR9SypF7o3T4HlhXZTreaFqBOew9ke { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:24.0625rem;height:7.168125rem;padding-top:0.885rem;padding-right:0.896875rem;padding-bottom:0.885rem;padding-left:0.896875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:4.375rem;left:17.0625rem;z-index:5000; }
#FwaR9SypF7o3T4HlhXZTreaFqBOew9ke #THQTSrKzQyDVo8dJrurfCeZGDTIrro1S { display:flex;position:relative;top:0rem;left:0rem; }
#FwaR9SypF7o3T4HlhXZTreaFqBOew9ke #OHMykkOq74QZ3pQgIF5vVu1bmSsJkIrA { width:auto; }
#FwaR9SypF7o3T4HlhXZTreaFqBOew9ke #TrDWeq6erHsFfV1sAGwWxTTpQONXPGHy {  }
#FwaR9SypF7o3T4HlhXZTreaFqBOew9ke #CKts49CTPcUxLXC3A9oTr4o91ckiDaFx { display:flex;position:relative;top:0rem;left:0rem; }
#FwaR9SypF7o3T4HlhXZTreaFqBOew9ke #vwPuUhPO9nwNmFGhLL6gcqxAhSKT60lf {  }
#FwaR9SypF7o3T4HlhXZTreaFqBOew9ke #vz9TXeab4z9NTlHOggTUHsNzEx8FfPBk {  }
#FwaR9SypF7o3T4HlhXZTreaFqBOew9ke #rZtRiWbOshRcn63XpAEWWbSSpkFmSHQr { display:flex;position:relative;top:0rem;left:0rem; }
#FwaR9SypF7o3T4HlhXZTreaFqBOew9ke #Ncz4QUEKfgHToVUWbTqHVyGUpIEmSqeC {  }
#FwaR9SypF7o3T4HlhXZTreaFqBOew9ke #Cktt6JcF2RVDcS6rKNnTitdfhBJDdudL {  }
#FwaR9SypF7o3T4HlhXZTreaFqBOew9ke #pkMygh3LfJF3MSduDJXcNztr5I0J4Zrs { display:flex;position:relative;top:0rem;left:0rem; }
#FwaR9SypF7o3T4HlhXZTreaFqBOew9ke #EgJPTChDThCkD0Jpx1HIguOvLCWn4y7I {  }
#FwaR9SypF7o3T4HlhXZTreaFqBOew9ke #vHNTOwy8sfelfLfuvR4591qwkMNA0QtG {  }
#FNWlFtSVtPzOOJl0qlhdib3G8IxU08ii { color:#ed1720;display:block;width:60rem;position:absolute;font-family:poppins;font-size:2.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.375rem;left:0rem;height:3.16861875rem;text-align:center;text-align-last:center;display:block; }
#UPnfxMltEdND96ZzFNtAGIIEJmqR4Ada { color:#000000;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:14.20703125rem;left:0rem;height:2.51855625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#eDCNu4pu2imNJdTFsDCDDTPqGBnHEtLm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:19.625rem;left:17.0625rem; }
#BcJxLxM8rwnwRl6QTUkGHpdD8NhovVTi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:19.625rem;left:39.8125rem; }
#Lic0lOR9ecbSHKeUc5aaiQNiZd8W5TKu { background-color:#13d41a;background-image:none;border-top:0.125rem solid #13d41a;border-left:0.125rem solid #13d41a;border-right:0.125rem solid #13d41a;border-bottom:0.125rem solid #13d41a;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:2.9375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:19.6875rem;left:22.5rem;display:block; }
#F2FyS85zfGKV6fwdJgsItNTu4PQTLs6Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ERhTnOkUDRSxh5IVUaAZwkBcaEI2knBD { color:#000000;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:16.7255859375rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a7f896c1-9028-45f9-9945-21b2015ec32f/485162496_669127795630293_1298410084846890930_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG.adaptive-delivery-prevent-bg, #rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG.lazyload, #rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG.lazyloading { background-image: none; }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .row .container { background-color: transparent; background-image: none; }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.59); }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .row .container > .video-iframe-container { display: none; }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.59); }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .row > .video-iframe-container { display: none; }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .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); }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .row .container { border-width: 0; border-radius: 0; }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .row .container { font-size:0.875rem;font-family:arial;height:39.9375rem;width:60rem;position:relative;display:block; }#PiAiE4ykJqH0RPoiOVH3MFKdeGIruU5e { position:absolute;display:block;z-index:15009;height:11.25rem;width:57.25rem;top:13.3125rem;left:1.375rem;display:block; }
#Sq1yCkuUg8HtHVaAbxbqMUICbIPohtEK { display:block;width:28.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:2.75rem;left:1.375rem;height:1.23730625rem;text-align:left;text-align-last:left;color:#ffffff;font-style:normal;display:block; }
#XVogEu937uioXMRMZkw35esbK4IahoBf { color:#ffffff;display:block;width:34.125rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:4.6875rem;left:1.375rem;height:5.5234375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(237,23,32,0.94);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row .container { background-color: transparent; background-image: none; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row .container > .video-iframe-container { display: none; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row > .video-iframe-container { display: none; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .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); }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row .container { border-width: 0; border-radius: 0; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row .container { font-size:0.875rem;font-family:arial;height:61.8125rem;width:60rem;position:relative;display:block; }#haFOcEdC2KK7KUaGg9Lb87uvlUVOn16y { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:7.75rem;top:3.4375rem;left:34.6875rem;display:block; }
#rvJH5TFcrmQWvHqQTI1xA65kR82vDkt8 { color:#ffffff;display:block;width:25.3125rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.125rem;left:34.6875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WoCpgTURytgZ9w5caftXJdQl7vOHrSk5 { color:#ffffff;display:block;width:25.4365rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:10.4833984375rem;left:34.5634765625rem;height:28.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Jwy8UKeHykpQStUNlnkikLG2Jq4CFA2Z { position:absolute;display:block;z-index:15012;border-top:0.125rem solid #01b830;border-left:0.125rem solid #01b830;border-right:0.125rem solid #01b830;border-bottom:0.125rem solid #01b830;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.1875rem 0.9375rem rgba(0,0,0,0.2) ;height:22.1875rem;width:29.5625rem;top:32.1083984375rem;left:0rem;overflow:hidden;display:block; }
#Z4a6ihbZ28L9NyFmNKpKV7ETJN0SvBuC { position:absolute;display:block;z-index:15013;border-top:0.125rem solid #01b830;border-left:0.125rem solid #01b830;border-right:0.125rem solid #01b830;border-bottom:0.125rem solid #01b830;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.1875rem 0.9375rem rgba(0,0,0,0.2) ;height:22.1875rem;width:29.5625rem;top:7.0478515625rem;left:0rem;overflow:hidden;display:block; }
#g09McViFsRFvezBhQNpuVAfH04GazIPs { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #01b830;border-left:0.1875rem solid #01b830;border-right:0.1875rem solid #01b830;border-bottom:0.1875rem solid #01b830;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#232020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.78225rem;height:2.96875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:55.623046875rem;left:34.6875rem;display:block; }
#xT8MQuGlZsgJ21ccT3mpa8TExW8gbP3N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m506ZLsEp4Wt1qtPCgoIERh6Bvee6z1r { background-color:#141535;background-image:none;border-top:0.25rem solid #e77181;border-left:0.25rem solid #e77181;border-right:0.25rem solid #e77181;border-bottom:0.25rem solid #e77181;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.73258rem;height:3.73259875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:33.623045921326rem;left:20.593481063842rem;display:none; }
#TEpHLDt89NpBw5112TMMsIIUoMZl3VPS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#whbZu8LDNStMt0mztySkh2DTFTmm5iiU { color:#ffffff;display:block;width:25.4355625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:40.4833984375rem;left:34.5634765625rem;height:8.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#whbZu8LDNStMt0mztySkh2DTFTmm5iiU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#whbZu8LDNStMt0mztySkh2DTFTmm5iiU li:before{  }
#IF8S75ZdF7T6x7SwBx0KK6XNp65miTqb { color:#ffffff;display:block;width:25.4355625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:50.5615234375rem;left:34.5634765625rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x { 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; }#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x > .row .container { background-color: transparent; background-image: none; }#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x > .row .container > .video-iframe-container { display: none; }#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x > .row > .video-iframe-container { display: none; }#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x > .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); }#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x > .row .container { border-width: 0; border-radius: 0; }#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x > .row .container { font-size:0.875rem;font-family:arial;height:69.5rem;width:60rem;position:relative;display:block; }#X1fshgXUt24fMUcNvH8CitCovQzOg9ls { 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:25rem;width:31.25rem;top:36.2607421875rem;left:28.75rem;overflow:hidden;display:block; }
#BDSgPHmKVnR1hrtZXQhoPk2UhMh018cn { color:#ed1720;display:block;width:26.25rem;position:absolute;font-family:poppins;font-size:2.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.9374084472656rem;left:33.749998092651rem;height:6.01171875rem;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; }
#tOwDcqgcyuPVe4QSmeK6IUGKh7IA3e3n { position:absolute;display:block;z-index:15004;background-color:#ed1720;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.24902375rem;width:4.6875rem;top:7.9482421875rem;left:33.7490234375rem;display:block; }
#VnvHB3zI54u6enLat4d6ESII6vH7ayEi { color:#284d42;display:block;width:24.8105625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.09765625rem;left:33.7490234375rem;height:16.89743125rem;display:block; }
#FywTWS0bXrTTwOtC2QRhzhbVShJG94GE { background-color:#141535;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #ed1720;border-left:0.25rem solid #ed1720;border-right:0.25rem solid #ed1720;border-bottom:0.25rem solid #ed1720;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.625rem;height:3.5625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:63.2490234375rem;left:21.8740234375rem;display:block; }
#FPiIlWdamTxP8es9nB0NtRNwFWI2fnLa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oOpRzwFcKlzOzbaIwhw8sFUZGuqftpie { background-color:#e77181;background-image:none;border-top:0.125rem solid #e77181;border-left:0.125rem solid #e77181;border-right:0.125rem solid #e77181;border-bottom:0.125rem solid #e77181;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.7724775rem;height:2.96014rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:32.0625rem;left:23.125rem;display:none; }
#U3699DhDPXqAWaehvNNIhRNT7EpZPTU4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JmCk1OT2HDfInzbZnpfZTlkwXvWgyG0D { color:#284d42;display:block;width:24.8105625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:42.09765625rem;left:1.875rem;height:18.19724375rem;display:block; }
#nPoumIXOU56sr6zmFXtblkLEzcyuLa52 { color:#ed1720;display:block;width:26.25rem;position:absolute;font-family:poppins;font-size:2.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:34.087890625rem;left:1.875rem;height:6.01171875rem;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; }
#iO9HcLT4Nb4HN2D0sHHFLeKwgTxhRDNE { position:absolute;display:block;z-index:15005;background-color:#ed1720;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.6875rem;top:39.912109375rem;left:1.875rem;display:block; }
#BwIGTc3d5Q2vzULBrqKvQEW0xUFPXp2W { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:31.3125rem;top:4.6640625rem;left:0rem;overflow:hidden;display:block; }
#rF1VZnbtT73A8964gKfGO7POadVWXxrl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(19,212,26,0.72);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; }#rF1VZnbtT73A8964gKfGO7POadVWXxrl > .row .container { background-color: transparent; background-image: none; }#rF1VZnbtT73A8964gKfGO7POadVWXxrl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rF1VZnbtT73A8964gKfGO7POadVWXxrl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rF1VZnbtT73A8964gKfGO7POadVWXxrl > .row .container > .video-iframe-container { display: none; }#rF1VZnbtT73A8964gKfGO7POadVWXxrl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rF1VZnbtT73A8964gKfGO7POadVWXxrl > .row > .video-iframe-container { display: none; }#rF1VZnbtT73A8964gKfGO7POadVWXxrl > .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); }#rF1VZnbtT73A8964gKfGO7POadVWXxrl > .row .container { border-width: 0; border-radius: 0; }#rF1VZnbtT73A8964gKfGO7POadVWXxrl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rF1VZnbtT73A8964gKfGO7POadVWXxrl > .row .container { font-size:0.875rem;font-family:arial;height:38.3125rem;width:60rem;position:relative;display:block; }#LwGHQnT4gZdRdduTp0NS6mOKmzTMWKse { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:46rem;top:28.25rem;left:6.25rem;display:block; }
#m2IqstKzCx5cayAieiVJetZgNwIO5rqn { position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:1.5625rem;width:1.5625rem;top:27.3125rem;left:5.9375rem;display:block; }
#dEyQcsQBq40KBsf3cHJ2277DcXwlIBr9 { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:2.3125rem;width:2.3125rem;top:27.3125rem;left:51.3125rem;display:block; }
#lGxJz1wvSwd1ZzRpCocgOnHUkFK3NTfr { color:#141535;display:block;width:9.375rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:31.3125rem;left:25.0625rem;height:3.736325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XoatDiqHJSfdhG7ZRTQ97sqz1eLqXzyG { color:#141535;display:block;width:11.4999375rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:31.3125rem;left:46.6875rem;height:3.736325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XiwMQ4OqlMq1S1frUdJ282EHLuMKNRqt { color:#ffffff;display:block;width:59.125rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:13.6875rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WOFKMNEhNXCu0GFUyb92SGAwN4rToR13 { color:#141535;display:block;width:13.0624375rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:31.3125rem;left:1.8125rem;height:3.736325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qi5ZVtCdwnH4AcuBnBH7S3Sq9uBih73O { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:2.3117875rem;width:2.3117875rem;top:27.25rem;left:28.5625rem;display:block; }
#QuBZviPAAkiVga395eWrCuyeKNTHSAQm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.125rem;width:6.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:19.6875rem;left:5.3125rem; }
#TiE2ynTaDl2PQggyWwcDB34gLg2wRzk8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.124825rem;width:6.124825rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:19.6875rem;left:26.6875rem; }
#ZJKkqBU6vca4T3Rgeha6cgnswRF6Plao { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.124825rem;width:6.124825rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:19.6875rem;left:49.375rem; }
#fJpmXF6CkaCVwGUxNiSLTDX60xHmrMnl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#pSlsNiCbNLZb2G7qEVkytCLCVJVT8Zc6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#ksF4sf9qQl7qwtRECbx21rVtGslOwOwJ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:16.625rem;top:0.9375rem;left:21.6875rem;overflow:hidden;display:block; }
#wqxlCOAJibAlU5dF8kdhHNmN7SQySc9a { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.625rem;top:10.25rem;left:27.1875rem;overflow:hidden;display:block; }
#nFGGc7xBEmSTynX7xNqrikO8sp9tBJx2 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:0.9375rem;left:31.5rem;overflow:hidden;display:block; }
#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB { 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; }#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB > .row .container { background-color: transparent; background-image: none; }#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB > .row .container > .video-iframe-container { display: none; }#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB > .row > .video-iframe-container { display: none; }#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB > .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); }#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB > .row .container { border-width: 0; border-radius: 0; }#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB > .row .container { font-size:0.875rem;font-family:arial;height:80.9375rem;width:60rem;position:relative;display:block; }#VCfo69LuFnI5KXIgzpMoNe2PNzgt4cWt { color:#ed1720;display:block;width:60rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.75rem;left:0rem;height:3.0872375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tzQv7vTVvNk7f3RMDX2tIFShhwn3G6om { color:#232b3e;display:block;width:29.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:6.5rem;left:15.125rem;height:2.92448125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XbswxoBSFG89brSeRdVAKgudLuMIxSlP { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ed447968-34da-4ff7-a7fa-2722b9d2f163/481902689_662106082999131_3962414923331303578_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;height:20.6875rem;width:26.625rem;top:12.0625rem;left:2.4375rem;display:block; }#XbswxoBSFG89brSeRdVAKgudLuMIxSlP.adaptive-delivery-prevent-bg, #XbswxoBSFG89brSeRdVAKgudLuMIxSlP.lazyload, #XbswxoBSFG89brSeRdVAKgudLuMIxSlP.lazyloading { background-image: none; }
#rI3l0RdbgQyyrIncyCUPkTKTP0U11Qrf { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/222bea05-70c6-4c1b-b7f2-3e2a439a5b8b/481981198_662294522980287_2457794579667150932_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;height:20.6875rem;width:26.625rem;top:12.0625rem;left:30.9375rem;display:block; }#rI3l0RdbgQyyrIncyCUPkTKTP0U11Qrf.adaptive-delivery-prevent-bg, #rI3l0RdbgQyyrIncyCUPkTKTP0U11Qrf.lazyload, #rI3l0RdbgQyyrIncyCUPkTKTP0U11Qrf.lazyloading { background-image: none; }
#mp66BRDCXWTMs9wiQcLiqDV5b6VK9IBX { position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/80d7cbc6-47a1-4c82-9314-dd5d88682fbe/481980859_662294762980263_5914186012558906256_n.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;height:20.6875rem;width:26.625rem;top:34.375rem;left:30.9375rem;display:block; }#mp66BRDCXWTMs9wiQcLiqDV5b6VK9IBX.adaptive-delivery-prevent-bg, #mp66BRDCXWTMs9wiQcLiqDV5b6VK9IBX.lazyload, #mp66BRDCXWTMs9wiQcLiqDV5b6VK9IBX.lazyloading { background-image: none; }
#GkOyeg3RtnHx8Im59kxxOTTs1kkkGCsb { position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/11328cec-accc-46d8-9efd-ccf44654b61a/483369197_662164276326645_2943475014893944293_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;height:20.6875rem;width:26.625rem;top:34.375rem;left:2.4375rem;display:block; }#GkOyeg3RtnHx8Im59kxxOTTs1kkkGCsb.adaptive-delivery-prevent-bg, #GkOyeg3RtnHx8Im59kxxOTTs1kkkGCsb.lazyload, #GkOyeg3RtnHx8Im59kxxOTTs1kkkGCsb.lazyloading { background-image: none; }
#EqG51fvWywSePH2wJ3V0af5485x09Lf6 { position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/10ef5622-6fa9-4f71-9621-592dba6c5673/484563074_669127485630324_1848626446222031407_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;height:20.6875rem;width:26.625rem;top:56.9375rem;left:30.9375rem;display:block; }#EqG51fvWywSePH2wJ3V0af5485x09Lf6.adaptive-delivery-prevent-bg, #EqG51fvWywSePH2wJ3V0af5485x09Lf6.lazyload, #EqG51fvWywSePH2wJ3V0af5485x09Lf6.lazyloading { background-image: none; }
#Ja1gUqFi6dblBkcvHiusEFfpJpKSfvFW { position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8445b1ac-fa3f-48b6-a8f5-c3ebc3a301ce/485052560_669127492296990_154616097696536417_n.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;height:20.6875rem;width:26.625rem;top:56.9375rem;left:2.4375rem;display:block; }#Ja1gUqFi6dblBkcvHiusEFfpJpKSfvFW.adaptive-delivery-prevent-bg, #Ja1gUqFi6dblBkcvHiusEFfpJpKSfvFW.lazyload, #Ja1gUqFi6dblBkcvHiusEFfpJpKSfvFW.lazyloading { background-image: none; }
#tMP1THU4wSiUoJxzX2fGLXbgGEKTTD2W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ed1720;background-image:url("https://images.assets-landingi.com/AKecebds/08.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tMP1THU4wSiUoJxzX2fGLXbgGEKTTD2W.adaptive-delivery-prevent-bg, #tMP1THU4wSiUoJxzX2fGLXbgGEKTTD2W.lazyload, #tMP1THU4wSiUoJxzX2fGLXbgGEKTTD2W.lazyloading { background-image: none; }#tMP1THU4wSiUoJxzX2fGLXbgGEKTTD2W > .row .container { background-color: transparent; background-image: none; }#tMP1THU4wSiUoJxzX2fGLXbgGEKTTD2W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMP1THU4wSiUoJxzX2fGLXbgGEKTTD2W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMP1THU4wSiUoJxzX2fGLXbgGEKTTD2W > .row .container > .video-iframe-container { display: none; }#tMP1THU4wSiUoJxzX2fGLXbgGEKTTD2W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMP1THU4wSiUoJxzX2fGLXbgGEKTTD2W > .row > .video-iframe-container { display: none; }#tMP1THU4wSiUoJxzX2fGLXbgGEKTTD2W > .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); }#tMP1THU4wSiUoJxzX2fGLXbgGEKTTD2W > .row .container { border-width: 0; border-radius: 0; }#tMP1THU4wSiUoJxzX2fGLXbgGEKTTD2W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tMP1THU4wSiUoJxzX2fGLXbgGEKTTD2W > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:60rem;position:relative;display:block; }#iXVmuCRGMtg5TQuIwQnL4BwGd4CTOZCg { color:#070002;display:block;width:38.499625rem;position:absolute;font-family:poppins;font-size:2.3125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.7924361228943rem;left:10.562410354614rem;height:6.011725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:poppins; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.9375rem;height:auto;line-height:1.5;overflow:hidden;font-family:poppins; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 .accordion-trigger.adaptive-delivery-prevent-bg, #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 .accordion-trigger.lazyload, #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 .accordion-trigger.lazyloading { background-image: none; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 { box-sizing:content-box;height:auto;width:57.1230625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15021;background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:8.1875rem;left:0.4375rem; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #WoFT9a4xrVGQe3i3CLTTQrT9WEpEw0cZ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #cHcEZlWFHJ6VzTJ8vJJg3QtmV6gU9gVC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #zo3MTJw0KvNKDC6Xx76nabsTgayy7UCw { display:block;position:relative; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #ZriqIJMUNaKeosDki2qy0icUvIzBR8LZ {  }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #dFi9RQ1z1UuwIFrEsZVUEyWvOhHNKdIS {  }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #su5LfJAbDvRkTCOWsgiO5bvMpT7tZZnE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #ROSNNA0p3GexAoBqA6vviSPBWUCZIwLA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #z0FKPzIRDTvIoX2awSbgqDZqMarwUQZQ { display:block;position:relative; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #MvEev45JILM0KQpCndAESWUC7KGJaOXi {  }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #wTrViPOB0P5PA5UW4DvH9F7C9mqHyU6z { display:none; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #Vy3eCfirBJpGsz7nTOLe5OKCdt5sRV8k { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #E8zKTh8G6TOob3s9eHcJ4P5XbS9Ixvoh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #po71mliXukKPqmAbBg5B671B0A9msemS { display:block;position:relative; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #xk6mcJfQ9Jbo6VTKrbX1bhCdm2ColeOX {  }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #cAh0dwecxrONic0kIxy03565CQexySni { display:none; }
#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/476cb4b9-45af-4a49-a2d4-6e70f0ab9a68/80291F4B4318494992C9E6203D1361D5.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA.adaptive-delivery-prevent-bg, #B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA.lazyload, #B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA.lazyloading { background-image: none; }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .row .container { background-color: transparent; background-image: none; }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .row .container > .video-iframe-container { display: none; }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .row > .video-iframe-container { display: none; }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .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); }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .row .container { border-width: 0; border-radius: 0; }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .row .container { font-size:0.875rem;font-family:arial;height:32.4375rem;width:60rem;position:relative;display:block; }#dIc825iqpGXrtove54uK7uQVxAz3XX4v { color:#000000;display:block;width:22rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:7.375rem;left:35.71875rem;height:3.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CxMuutiPeSHRfxemfJRRiLrwPlLrt04V { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:29.4375rem;width:25.4375rem;top:1.0625rem;left:34rem;display:block; }
#h4TGLgKvSFoCApt0GmZL8BXTmIrTJpHh { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:27.1875rem;left:35.9375rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FuXLuby5WISFLGV1lSdw5ruVdr96cLZM { color:#000000;display:block;width:24.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15014;line-height:.5;letter-spacing:0;top:12.2763671875rem;left:33.71875rem;height:12.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }#FuXLuby5WISFLGV1lSdw5ruVdr96cLZM li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#FuXLuby5WISFLGV1lSdw5ruVdr96cLZM li:before{  }
#hDIVazNhOXlIfbmmxvBhcUCbChQbweGX { box-sizing:content-box;color:#5d92ff;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:1.75rem;left:44.6875rem; }
#GqgoBIv9iXgz1MOZq69NVWM5f8BiCuku { position:absolute;display:block;z-index:15009;height:29.4375rem;width:31.25rem;top:1.15625rem;left:0.99964332580569rem;display:block; }
#LWRIPhmfqAx9FaFHWLF95qT5TpN79AfT { position:absolute;display:block;z-index:15010;height:29.4375rem;width:31.25rem;top:1.5rem;left:2.8125rem;display:none; }
#anAvlqHanXM9SsdlivCkvu4WRkfHumMX { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX > .row .container { background-color: transparent; background-image: none; }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX > .row .container > .video-iframe-container { display: none; }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX > .row > .video-iframe-container { display: none; }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX > .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); }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX > .row .container { border-width: 0; border-radius: 0; }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX > .row .container { font-size:0.875rem;font-family:"open sans";height:4.375rem;width:60rem;position:relative;display:block; }#J4KEd0TQOgsJtqqV0odesVSeVMG3kpw0 { background-color:#0fbc0a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.0625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:0.65625rem;left:45rem;display:block; }
#FNTTQsWXkU4F0FAbtHknipFHo1tpv5bl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ryVRnaRApm8LO2yGoeavgPQxzocup3sp { background-color:#141535;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #13d41a;border-left:0.25rem solid #13d41a;border-right:0.25rem solid #13d41a;border-bottom:0.25rem solid #13d41a;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.0625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0.65607452392575rem;left:30.499376296997rem;display:block; }
#dQ6QSrTbnkBiCT5Pgwt4BM0rpExxcGPQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OQ1oIBkNTdruFEk3RvrvgJC2dATIR1iX { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:1.03125rem;left:3.6875rem;overflow:hidden;display:block; }
#Aw7npFfPq7IdRCuUMnonb1pvoRGKUSJK { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:2.4375rem;width:2.4375rem;top:1.09375rem;left:0.8125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LR0FWTih0gzD6c325F3cZaoNgFyunoZz { display:block; }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5RJHS7kLIE3lFZdHOX0OgiBgyQn6FZM { top:1.75rem;left:3.4990234375rem;width:16.75rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBgNdNp494Qb1gCIKdQGmON0R10tgKTg { top:0.125rem;left:0rem;width:8.9375rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGcAQJm332rzyuBTSOx35y8IDGmMqOGk { width:13.875rem;height:3.0625rem;top:1rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgpa3XtnO6ITvIG8no7vJl0U5aEDBKwX { display:block; }
 }@media only screen and (max-width: 763px) { #uamnvJVBd89zpgucm6LdJHT7S05SnpJ2 { width:13.875rem;height:3.0625rem;top:0.9375rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7MRIyw92DnJqC4SCBZG5DfO56DBUcqA { display:block; }
 }@media only screen and (max-width: 763px) { #ITsQZvzEruET7KTM0dPEllZUnnC4Bdqe { top:0rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v { display:block; }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6wUPfP2WC6xcMcJ4QmlpwGvRncRMLdx { width:31.625rem;height:9.875rem;top:15.3125rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vd5b0woCSw49wch0U7poluBQzRDfdbnN { width:25rem;height:6.5rem;top:27rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIAL3rEnmUAgKR1wLELPnMzCxPNinTQB { width:28.75rem;height:28.5625rem;top:10.6875rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVvgecHHT5KpFH6oq6bJeDhAqcwB1nKP { width:26.6875rem;height:2.5625rem;top:26.0625rem;left:21.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KX5VnpdEKUz5MZTc81gALRBkkGCdeTED { width:23.5rem;height:1.25rem;top:28.625rem;left:24.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDi0s0pC0QxBR2zLgvP4vG5lhFJSJU35 { width:7.75rem;height:0.125rem;top:13.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qy2BkiTDUm38ewWrSr8Hpgt2Qr3075Jh { top:15.3125rem;left:30.75rem;width:16.5rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhUvyegfGiSWZUqwZqXH8OfLTsdCmmJ9 { width:10.6875rem;height:10.6875rem;top:7.25rem;left:10.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRMKhz4yVwuXxP5Z8PJpqQK1xglw5sAX { width:15.6875rem;height:3.4375rem;top:31.6875rem;left:31.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMpQ2X2n8gKy677eE8ciWBugOp9Upog3 { display:block; }
 }@media only screen and (max-width: 763px) { #Cs5ThNPm7eeLLC4fcgKgUd9A3OJqnz3E { top:7.75rem;left:31.0625rem;width:16.6875rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOB09XnnAPQXJTPzqmF9RqinS3RWhJJl { display:block; }#IOB09XnnAPQXJTPzqmF9RqinS3RWhJJl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #chSHpTTgBVyLLwCTscEJy2ai2PmF5sJt { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkC31ThbME2An9czvFLai862kMK36lV9 { width:9.0625rem;height:9.0625rem;top:0rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxlWOmT9V58lZLRMt8UqHSPmyAiHBMz8 { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbeTnSC0Gv3vl2ysRBqRfTMvqav4enGQ { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hraMETCyzteNseEVyInSh8sSl2zTiER4 { width:23.125rem;height:15.625rem;top:4.6875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkJnhsQ72R30wt51DkcbzriwVZkcDHqR { width:9.0625rem;height:9.0625rem;top:0rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2lGLOK5sQUNFwyr5ZT3lOqcXmDIZS6T { width:21.875rem;height:5.75rem;top:10.125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eaam9pS3TDKLJP1IPpKSnLeeIDzFsddJ { width:21.875rem;height:1.9375rem;top:16.6875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0uRPcen0uQ2PpvpFommbOTgtSEb6pff { width:47.75rem;height:;top:3.75rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDedwnGsFWlFWrAEcmGNGFOT4oGQUT9t { width:18.6875rem;height:3.6875rem;top:56.8125rem;left:14.5078125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lg4qeSVWizdPgbadMBsX8tqBZfNCvO8w { display:block; }
 }@media only screen and (max-width: 763px) { #BxZErS6mUPDiMROeiWZ7ObmfE54mTvrT { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3eyFRCnQq2pztQUPJTcicBZiD9syzQ8 { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1B7V9Uyuc5RsoDsLRTsTLyZt8cQt4ZI { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMha5PreIFWi8CI7SaT04P6251ekUum6 { width:9.0625rem;height:9.0625rem;top:0rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTO2hQBsDiFvrVhQxdcmdaEP3a0TiH0R { display:block; }#gTO2hQBsDiFvrVhQxdcmdaEP3a0TiH0R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IB9oHNFpi0IofWf620hKrT2kpd7mTTFL { width:13.4375rem;height:15.9375rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vS6wH2sXpfZ4MiISsTzHUg3FTwvX7tBR { width:13.125rem;height:3.1875rem;top:18.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #httxRKyoSXyyOFfHAdgwdBXJ6Gr8fxkw { width:11.625rem;height:5.5625rem;top:22.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #faqeznfgUP2gqWxnlaR3ynrtiHsirhHr { width:47.75rem;height:2.875rem;top:2.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAoGAr8OUTLlhFbPh4FiZEFo2TaMB6Kx { width:2.5rem;height:2.5rem;top:14.875rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLUsL7zw2g28wDuCcdvKui5J0PNv199q { width:1rem;height:0.5rem;top:16.8125rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JL8ab0hIgBLTJGysOSknCaKfM7eJE21v { width:1.3125rem;height:1.3125rem;top:15.375rem;left:5.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWbXb2bFT9B4kwr3NhIQJLma4N88zsEz { width:13.5rem;height:0.0625rem;top:28.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pv8itrqeRXBlMOcrIer0udbTDHIgoH7u { width:13.4375rem;height:15.9375rem;top:12.625rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSikzxqAtsbpFB45tPeGMSvvqoWATFDy { width:13.5rem;height:0.0625rem;top:28.875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXh4CM8vkD4PiVH01dmriqwtyTUUVown { width:12.0625rem;height:5.5625rem;top:22.125rem;left:11.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xE6X04MbP9J2AzfIc52yKB1FeewaWEsS { width:13.125rem;height:3.1875rem;top:18.5625rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKJ5kh9rzOIklgKTc7aTwDN3mMGidH7C { width:2.5rem;height:2.5rem;top:14.875rem;left:16.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rp1AKcN3LaT7cFuD0ESZtcLC5QvwJR4K { width:1rem;height:0.5rem;top:16.875rem;left:16.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfy1zErFrKuzmFiFZIT5rtK2GB1lSkwv { width:1.3125rem;height:1.3125rem;top:15.375rem;left:18.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMqPABZr5TRTJOOqwmS6a85dTUBsrzpR { width:13.5rem;height:15.9375rem;top:12.625rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRHTFKgnN57FrN4C21a964bnhw5n2KPf { width:2.5rem;height:2.5rem;top:14.875rem;left:40.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqBl2CryTx9GK3G1gfxHZoa5qepdZ23F { width:1.375rem;height:1.375rem;top:15.375rem;left:42.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTeqT53KAM3LeTAMgOd4hq59hU3nzPvz { width:1.0625rem;height:0.5625rem;top:16.8125rem;left:40.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtS7yxSoQpnFgqwuhV1dLUsyQGvd0s4H { width:13.5rem;height:15.9375rem;top:12.625rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwRZSJRqoXUQh3zgvoLRkto4FA886moJ { width:13.125rem;height:3.25rem;top:18.5rem;left:34.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ai7wxHKHwPDpSgrFvBgN85r4SNmIZbRM { width:13.125rem;height:3.25rem;top:18.5rem;left:22.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqLsR2Ig3wG6DF4TM9uPo3CvuyECrH11 { width:2.5rem;height:2.5rem;top:14.875rem;left:28.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LonMOtbaXlrrF0KbkUCTIob82X55alMv { width:1.0625rem;height:0.5625rem;top:17.125rem;left:28.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQWmX4b9uzXcN6PaXxmFEh2UMegctQey { width:1.375rem;height:1.375rem;top:15.375rem;left:29.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVFF1R6hVRvWVzEBTimwTQGwsIAN2T9c { width:11.625rem;height:5.5625rem;top:22.125rem;left:36.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Unb2WSog8ESTheDerC2y5EGn5ZlSX73r { width:13.5625rem;height:0.125rem;top:28.875rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td3y5QRsM9axWmDtHzQZhPL1mV5Xc5Rr { width:13.5rem;height:15.9375rem;top:7.625rem;left:33.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oIalAM6gnB6aeubOk6zSlndpTFbgCHw1 { width:1.0625rem;height:0.5625rem;top:11.8125rem;left:40.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qGin2ZCqzMA7LhkyvmUqGcPu3PKy13Ef { width:13.125rem;height:3.875rem;top:54.625rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BRnzfKzwaMQhQ06MRExNTW38vzTJcMO6 { width:2.5rem;height:2.5rem;top:9.8125rem;left:40.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qWCZZDa9sFpDI3PoyMKzCQ3l4lyNoJbH { width:14.875rem;height:6.75rem;top:59.0625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WJPzNWEO7zXPQ7P3uJe0O9r0RIrvOWoz { width:1.375rem;height:1.375rem;top:10.375rem;left:42.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TJ2WLhOS5ZH4ZkO0CsqJos88MAsXR05f { width:13.5625rem;height:0.125rem;top:23.875rem;left:34.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #B3D04sifFABaDpF0vX43cWl65GqDcG7F { width:13.5rem;height:15.9375rem;top:7.625rem;left:33.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GlhUtlUPMZ6dWtvEJXTk7oZUwiihKpUw { width:1.0625rem;height:0.5625rem;top:11.8125rem;left:40.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KzrdcpCrQTyzmHrWZr3gbrZa4NhhQcKq { width:13.125rem;height:3.875rem;top:33.8125rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kx2eMI9fH8cMQ717oxW5Fz8ZDiF8ITkh { width:2.5rem;height:2.5rem;top:9.8125rem;left:40.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #S53nzHkyguTO44OOQsTn6HgH6D7QQBg5 { width:14.875rem;height:6.75rem;top:38.1875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cG5iZiCTwn4XQFuzJA4V4tbAAmvsB81u { width:1.375rem;height:1.375rem;top:10.375rem;left:42.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zLuhOfwC4Dnxo7tAmz8bbJM6Ee0A7HXS { width:13.5625rem;height:0.125rem;top:23.875rem;left:34.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KZ2TmdExSQduedTQyQztL4PVIkoT2XMQ { width:13.5rem;height:15.9375rem;top:7.625rem;left:33.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #l9EiTdpZm045umc4Cukwyhx5nJ7TkPHV { width:1.0625rem;height:0.5625rem;top:11.8125rem;left:40.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fZFPST6kc7XB9XokExCwliz4nmO2X1G5 { width:13.125rem;height:3.875rem;top:13.125rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lICPsr023d1LlnTrwtKTxJGCNkPskSGW { width:2.5rem;height:2.5rem;top:9.8125rem;left:40.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mW5iX9d8fe7spFGX24cOLLaCxVoZJVf6 { width:14.875rem;height:6.75rem;top:30.125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mliGpMA5CkIMufiX4u2xm5eLaByTAemQ { width:1.375rem;height:1.375rem;top:10.375rem;left:42.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #doMdgsQrx7hCpyRTJFRGo33NG6g7cIQw { width:13.5625rem;height:0.125rem;top:23.875rem;left:34.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nI2qO8uMxaWZxH9MRAQZ9C97ZT25skWJ { width:47.75rem;height:3.875rem;top:5.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xf7Z5hwwtX31gTn7vTT4I7XXsSUCaUJI { width:11.625rem;height:5.5625rem;top:22.125rem;left:24.03125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dr5DpZTu0FfJZ5NOtTaEemCt5aUzUyUO { width:13.5625rem;height:0.125rem;top:28.875rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1Ekv8y3ZpnwLc103bd0TloPxGaNuEPL { display:block; }#e1Ekv8y3ZpnwLc103bd0TloPxGaNuEPL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FwaR9SypF7o3T4HlhXZTreaFqBOew9ke .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FwaR9SypF7o3T4HlhXZTreaFqBOew9ke .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; }
#FwaR9SypF7o3T4HlhXZTreaFqBOew9ke .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; }
#FwaR9SypF7o3T4HlhXZTreaFqBOew9ke { display:flex;width:18rem;height:5.0625rem;top:5.875rem;left:21.15625rem; }
 }@media only screen and (max-width: 763px) { #FwaR9SypF7o3T4HlhXZTreaFqBOew9ke #THQTSrKzQyDVo8dJrurfCeZGDTIrro1S { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FwaR9SypF7o3T4HlhXZTreaFqBOew9ke #OHMykkOq74QZ3pQgIF5vVu1bmSsJkIrA {  }
 }@media only screen and (max-width: 763px) { #FwaR9SypF7o3T4HlhXZTreaFqBOew9ke #TrDWeq6erHsFfV1sAGwWxTTpQONXPGHy {  }
 }@media only screen and (max-width: 763px) { #FwaR9SypF7o3T4HlhXZTreaFqBOew9ke #CKts49CTPcUxLXC3A9oTr4o91ckiDaFx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FwaR9SypF7o3T4HlhXZTreaFqBOew9ke #vwPuUhPO9nwNmFGhLL6gcqxAhSKT60lf {  }
 }@media only screen and (max-width: 763px) { #FwaR9SypF7o3T4HlhXZTreaFqBOew9ke #vz9TXeab4z9NTlHOggTUHsNzEx8FfPBk {  }
 }@media only screen and (max-width: 763px) { #FwaR9SypF7o3T4HlhXZTreaFqBOew9ke #rZtRiWbOshRcn63XpAEWWbSSpkFmSHQr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FwaR9SypF7o3T4HlhXZTreaFqBOew9ke #Ncz4QUEKfgHToVUWbTqHVyGUpIEmSqeC {  }
 }@media only screen and (max-width: 763px) { #FwaR9SypF7o3T4HlhXZTreaFqBOew9ke #Cktt6JcF2RVDcS6rKNnTitdfhBJDdudL {  }
 }@media only screen and (max-width: 763px) { #FwaR9SypF7o3T4HlhXZTreaFqBOew9ke #pkMygh3LfJF3MSduDJXcNztr5I0J4Zrs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FwaR9SypF7o3T4HlhXZTreaFqBOew9ke #EgJPTChDThCkD0Jpx1HIguOvLCWn4y7I {  }
 }@media only screen and (max-width: 763px) { #FwaR9SypF7o3T4HlhXZTreaFqBOew9ke #vHNTOwy8sfelfLfuvR4591qwkMNA0QtG {  }
 }@media only screen and (max-width: 763px) { #FNWlFtSVtPzOOJl0qlhdib3G8IxU08ii { top:1.375rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPnfxMltEdND96ZzFNtAGIIEJmqR4Ada { top:14.1875rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDCNu4pu2imNJdTFsDCDDTPqGBnHEtLm { top:19.625rem;left:10.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcJxLxM8rwnwRl6QTUkGHpdD8NhovVTi { top:19.625rem;left:33.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lic0lOR9ecbSHKeUc5aaiQNiZd8W5TKu { width:15rem;height:2.9375rem;top:19.6875rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2FyS85zfGKV6fwdJgsItNTu4PQTLs6Q { display:block; }
 }@media only screen and (max-width: 763px) { #ERhTnOkUDRSxh5IVUaAZwkBcaEI2knBD { top:16.6875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG { display:block; }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PiAiE4ykJqH0RPoiOVH3MFKdeGIruU5e { top:13.3125rem;left:0rem;width:47.75rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq1yCkuUg8HtHVaAbxbqMUICbIPohtEK { width:21.875rem;height:5rem;top:5.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVogEu937uioXMRMZkw35esbK4IahoBf { width:34.125rem;height:5.5rem;top:4.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 { display:block; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #haFOcEdC2KK7KUaGg9Lb87uvlUVOn16y { width:7.75rem;height:0.125rem;top:3.4375rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvJH5TFcrmQWvHqQTI1xA65kR82vDkt8 { width:25.3125rem;height:;top:4.125rem;left:22.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoCpgTURytgZ9w5caftXJdQl7vOHrSk5 { width:25.375rem;height:28.5rem;top:10.4375rem;left:22.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jwy8UKeHykpQStUNlnkikLG2Jq4CFA2Z { width:29.5625rem;height:22.1875rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4a6ihbZ28L9NyFmNKpKV7ETJN0SvBuC { width:29.5625rem;height:22.1875rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g09McViFsRFvezBhQNpuVAfH04GazIPs { width:13.75rem;height:2.9375rem;top:55.5625rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT8MQuGlZsgJ21ccT3mpa8TExW8gbP3N { display:block; }
 }@media only screen and (max-width: 763px) { #m506ZLsEp4Wt1qtPCgoIERh6Bvee6z1r { width:18.6875rem;height:3.6875rem;top:33.5625rem;left:14.468481063842rem;display:none; }
 }@media only screen and (max-width: 763px) { #TEpHLDt89NpBw5112TMMsIIUoMZl3VPS { display:block; }
 }@media only screen and (max-width: 763px) { #whbZu8LDNStMt0mztySkh2DTFTmm5iiU { width:25.375rem;height:8.125rem;top:40.4375rem;left:22.375rem;font-size:1rem;display:block; }#whbZu8LDNStMt0mztySkh2DTFTmm5iiU li:before{  }
 }@media only screen and (max-width: 763px) { #IF8S75ZdF7T6x7SwBx0KK6XNp65miTqb { width:25.375rem;height:3rem;top:50.5rem;left:22.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x { display:block; }#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X1fshgXUt24fMUcNvH8CitCovQzOg9ls { top:36.25rem;left:0rem;width:31.25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDSgPHmKVnR1hrtZXQhoPk2UhMh018cn { top:1.875rem;left:21.5rem;width:26.25rem;height:;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOwDcqgcyuPVe4QSmeK6IUGKh7IA3e3n { top:7.9375rem;left:24.5615234375rem;width:4.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnvHB3zI54u6enLat4d6ESII6vH7ayEi { top:11.0625rem;left:23rem;width:24.75rem;height:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FywTWS0bXrTTwOtC2QRhzhbVShJG94GE { width:16.625rem;height:3.5625rem;top:63.1875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPiIlWdamTxP8es9nB0NtRNwFWI2fnLa { display:block; }
 }@media only screen and (max-width: 763px) { #oOpRzwFcKlzOzbaIwhw8sFUZGuqftpie { width:13.625rem;height:2.8125rem;top:32.0625rem;left:10.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #U3699DhDPXqAWaehvNNIhRNT7EpZPTU4 { display:block; }
 }@media only screen and (max-width: 763px) { #JmCk1OT2HDfInzbZnpfZTlkwXvWgyG0D { top:42.0625rem;left:0rem;width:24.75rem;height:18.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPoumIXOU56sr6zmFXtblkLEzcyuLa52 { top:34.0625rem;left:0rem;width:26.25rem;height:6rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iO9HcLT4Nb4HN2D0sHHFLeKwgTxhRDNE { top:39.875rem;left:0rem;width:4.6875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwIGTc3d5Q2vzULBrqKvQEW0xUFPXp2W { top:4.625rem;left:0rem;width:31.3125rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rF1VZnbtT73A8964gKfGO7POadVWXxrl { display:block; }#rF1VZnbtT73A8964gKfGO7POadVWXxrl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LwGHQnT4gZdRdduTp0NS6mOKmzTMWKse { top:28.25rem;left:0.125rem;width:46rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2IqstKzCx5cayAieiVJetZgNwIO5rqn { top:27.3125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEyQcsQBq40KBsf3cHJ2277DcXwlIBr9 { top:27.3125rem;left:45.1875rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGxJz1wvSwd1ZzRpCocgOnHUkFK3NTfr { top:31.3125rem;left:18.9375rem;width:9.375rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoatDiqHJSfdhG7ZRTQ97sqz1eLqXzyG { top:31.3125rem;left:36.3125rem;width:11.4375rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiwMQ4OqlMq1S1frUdJ282EHLuMKNRqt { top:13.6875rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOFKMNEhNXCu0GFUyb92SGAwN4rToR13 { top:31.3125rem;left:0rem;width:13rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qi5ZVtCdwnH4AcuBnBH7S3Sq9uBih73O { top:27.25rem;left:22.4375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuBZviPAAkiVga395eWrCuyeKNTHSAQm { top:19.6875rem;left:0rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiE2ynTaDl2PQggyWwcDB34gLg2wRzk8 { top:19.6875rem;left:20.5625rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJKkqBU6vca4T3Rgeha6cgnswRF6Plao { top:19.6875rem;left:41.6875rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJpmXF6CkaCVwGUxNiSLTDX60xHmrMnl { display:none; }
 }@media only screen and (max-width: 763px) { #pSlsNiCbNLZb2G7qEVkytCLCVJVT8Zc6 { display:none; }
 }@media only screen and (max-width: 763px) { #ksF4sf9qQl7qwtRECbx21rVtGslOwOwJ { top:0.9375rem;left:15.5625rem;width:16.625rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqxlCOAJibAlU5dF8kdhHNmN7SQySc9a { top:10.25rem;left:21.0625rem;width:5.625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFGGc7xBEmSTynX7xNqrikO8sp9tBJx2 { top:0.9375rem;left:25.375rem;width:2.875rem;height:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB { display:block; }#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VCfo69LuFnI5KXIgzpMoNe2PNzgt4cWt { width:47.75rem;height:3.0625rem;top:2.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzQv7vTVvNk7f3RMDX2tIFShhwn3G6om { width:29.75rem;height:2.875rem;top:6.5rem;left:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbswxoBSFG89brSeRdVAKgudLuMIxSlP { top:12.0625rem;left:0rem;width:26.5625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rI3l0RdbgQyyrIncyCUPkTKTP0U11Qrf { top:12.0625rem;left:21.1875rem;width:26.5625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp66BRDCXWTMs9wiQcLiqDV5b6VK9IBX { top:34.375rem;left:21.1875rem;width:26.5625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkOyeg3RtnHx8Im59kxxOTTs1kkkGCsb { top:34.375rem;left:0rem;width:26.5625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqG51fvWywSePH2wJ3V0af5485x09Lf6 { top:56.9375rem;left:21.1875rem;width:26.5625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ja1gUqFi6dblBkcvHiusEFfpJpKSfvFW { top:56.9375rem;left:0rem;width:26.5625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMP1THU4wSiUoJxzX2fGLXbgGEKTTD2W { display:block; }#tMP1THU4wSiUoJxzX2fGLXbgGEKTTD2W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iXVmuCRGMtg5TQuIwQnL4BwGd4CTOZCg { width:38.4375rem;height:6rem;top:1.75rem;left:4.4374103546142rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 { display:flex;height:auto;width:45.25rem;top:20.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #WoFT9a4xrVGQe3i3CLTTQrT9WEpEw0cZ {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #cHcEZlWFHJ6VzTJ8vJJg3QtmV6gU9gVC {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #zo3MTJw0KvNKDC6Xx76nabsTgayy7UCw {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #ZriqIJMUNaKeosDki2qy0icUvIzBR8LZ {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #dFi9RQ1z1UuwIFrEsZVUEyWvOhHNKdIS {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #su5LfJAbDvRkTCOWsgiO5bvMpT7tZZnE {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #ROSNNA0p3GexAoBqA6vviSPBWUCZIwLA {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #z0FKPzIRDTvIoX2awSbgqDZqMarwUQZQ {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #MvEev45JILM0KQpCndAESWUC7KGJaOXi {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #wTrViPOB0P5PA5UW4DvH9F7C9mqHyU6z {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #Vy3eCfirBJpGsz7nTOLe5OKCdt5sRV8k {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #E8zKTh8G6TOob3s9eHcJ4P5XbS9Ixvoh {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #po71mliXukKPqmAbBg5B671B0A9msemS {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #xk6mcJfQ9Jbo6VTKrbX1bhCdm2ColeOX {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #cAh0dwecxrONic0kIxy03565CQexySni {  }
 }@media only screen and (max-width: 763px) { #B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA { display:block; }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dIc825iqpGXrtove54uK7uQVxAz3XX4v { width:22rem;height:3.25rem;top:7.375rem;left:25.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxMuutiPeSHRfxemfJRRiLrwPlLrt04V { width:25.4375rem;height:29.4375rem;top:1.0625rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4TGLgKvSFoCApt0GmZL8BXTmIrTJpHh { width:21.5625rem;height:1.375rem;top:27.1875rem;left:26.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuXLuby5WISFLGV1lSdw5ruVdr96cLZM { width:24.0625rem;height:12.5625rem;top:12.25rem;left:23.6875rem;font-size:1.125rem;display:block; }#FuXLuby5WISFLGV1lSdw5ruVdr96cLZM li:before{  }
 }@media only screen and (max-width: 763px) { #hDIVazNhOXlIfbmmxvBhcUCbChQbweGX { top:1.75rem;left:38.5625rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqgoBIv9iXgz1MOZq69NVWM5f8BiCuku { top:1.125rem;left:0rem;width:31.25rem;height:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWRIPhmfqAx9FaFHWLF95qT5TpN79AfT { top:1.5rem;left:0rem;width:31.25rem;height:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #anAvlqHanXM9SsdlivCkvu4WRkfHumMX { display:block; }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J4KEd0TQOgsJtqqV0odesVSeVMG3kpw0 { width:13.875rem;height:3.0625rem;top:0.625rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNTTQsWXkU4F0FAbtHknipFHo1tpv5bl { display:block; }
 }@media only screen and (max-width: 763px) { #ryVRnaRApm8LO2yGoeavgPQxzocup3sp { width:13.875rem;height:3.0625rem;top:0.625rem;left:24.374376296997rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQ6QSrTbnkBiCT5Pgwt4BM0rpExxcGPQ { display:block; }
 }@media only screen and (max-width: 763px) { #OQ1oIBkNTdruFEk3RvrvgJC2dATIR1iX { top:1rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aw7npFfPq7IdRCuUMnonb1pvoRGKUSJK { top:1.0625rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LR0FWTih0gzD6c325F3cZaoNgFyunoZz { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;border-top:0.25rem dotted #ed1720;border-left:0.25rem dotted #ed1720;border-right:0.25rem dotted #ed1720;border-bottom:0.25rem dotted #ed1720;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;background-color:#ffffff;background-image:none;display:block; }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row .container { background-color: transparent; background-image: none; }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row .container > .video-iframe-container { display: none; }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row > .video-iframe-container { display: none; }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .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); }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row .container { border-width: 0; border-radius: 0; }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row > .video-iframe-container { border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem; }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row .container { width:20rem;height:14.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5RJHS7kLIE3lFZdHOX0OgiBgyQn6FZM { width:13.5rem;height:0;top:5.12109375rem;left:3.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #DBgNdNp494Qb1gCIKdQGmON0R10tgKTg { width:12.625rem;height:7.0625rem;top:0.625rem;left:3.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sGcAQJm332rzyuBTSOx35y8IDGmMqOGk { width:11.6875rem;height:2.4375rem;top:11.4375rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgpa3XtnO6ITvIG8no7vJl0U5aEDBKwX { display:block; }
 }@media only screen and (max-width: 763px) { #uamnvJVBd89zpgucm6LdJHT7S05SnpJ2 { width:11.6875rem;height:2.4375rem;top:8.1875rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7MRIyw92DnJqC4SCBZG5DfO56DBUcqA { display:block; }
 }@media only screen and (max-width: 763px) { #ITsQZvzEruET7KTM0dPEllZUnnC4Bdqe { width:2.8125rem;height:2.8125rem;top:0.375rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8883a7ca-699a-4f6a-bc7f-3ff4721a4b07/PinkysLightingMediaStatus11.jpg");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v.adaptive-delivery-prevent-bg, #FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v.lazyload, #FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v.lazyloading { background-image: none; }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .row .container { background-color: transparent; background-image: none; }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #13d41a; }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .row .container > .video-iframe-container { display: none; }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #13d41a; }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .row > .video-iframe-container { display: none; }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .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); }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .row .container { width:20rem;height:46.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6wUPfP2WC6xcMcJ4QmlpwGvRncRMLdx { width:20rem;height:7.19825rem;top:16.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:700;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Vd5b0woCSw49wch0U7poluBQzRDfdbnN { width:20rem;height:3.65625rem;top:41.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIAL3rEnmUAgKR1wLELPnMzCxPNinTQB { width:19.75rem;height:15.8125rem;top:24.0625rem;left:-0.375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #CVvgecHHT5KpFH6oq6bJeDhAqcwB1nKP { width:14.125rem;height:4.19921875rem;top:28.5625rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KX5VnpdEKUz5MZTc81gALRBkkGCdeTED { width:19.75rem;height:1.21875rem;top:32.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDi0s0pC0QxBR2zLgvP4vG5lhFJSJU35 { width:7.75rem;height:0.125rem;top:11.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qy2BkiTDUm38ewWrSr8Hpgt2Qr3075Jh { width:16.5rem;height:9.25rem;top:15.3125rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FhUvyegfGiSWZUqwZqXH8OfLTsdCmmJ9 { width:3.875rem;height:3.875rem;top:24.75rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRMKhz4yVwuXxP5Z8PJpqQK1xglw5sAX { width:17.5rem;height:3.4375rem;top:35.1875rem;left:1.25rem;background-color:#ed1720;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #pMpQ2X2n8gKy677eE8ciWBugOp9Upog3 { display:block; }
 }@media only screen and (max-width: 763px) { #Cs5ThNPm7eeLLC4fcgKgUd9A3OJqnz3E { width:10.1875rem;height:4.625rem;top:16.1875rem;left:5.28125rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #IOB09XnnAPQXJTPzqmF9RqinS3RWhJJl { background-color:rgba(255,255,255,0.94);background-image:none;display:block; }#IOB09XnnAPQXJTPzqmF9RqinS3RWhJJl > .row .container { background-color: transparent; background-image: none; }#IOB09XnnAPQXJTPzqmF9RqinS3RWhJJl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOB09XnnAPQXJTPzqmF9RqinS3RWhJJl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOB09XnnAPQXJTPzqmF9RqinS3RWhJJl > .row .container > .video-iframe-container { display: none; }#IOB09XnnAPQXJTPzqmF9RqinS3RWhJJl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOB09XnnAPQXJTPzqmF9RqinS3RWhJJl > .row > .video-iframe-container { display: none; }#IOB09XnnAPQXJTPzqmF9RqinS3RWhJJl > .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); }#IOB09XnnAPQXJTPzqmF9RqinS3RWhJJl > .row .container { width:20rem;height:79.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #chSHpTTgBVyLLwCTscEJy2ai2PmF5sJt { width:18.75rem;height:16.8125rem;top:11.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkC31ThbME2An9czvFLai862kMK36lV9 { width:6.25rem;height:6.25rem;top:7.625rem;left:6.6875rem;z-index:15008;border-top:0.25rem solid #13d41a;border-left:0.25rem solid #13d41a;border-right:0.25rem solid #13d41a;border-bottom:0.25rem solid #13d41a;display:block; }
 }@media only screen and (max-width: 763px) { #yxlWOmT9V58lZLRMt8UqHSPmyAiHBMz8 { width:17.5rem;height:10.5rem;top:17.6875rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zbeTnSC0Gv3vl2ysRBqRfTMvqav4enGQ { width:17.5rem;height:3.57421875rem;top:14.125rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hraMETCyzteNseEVyInSh8sSl2zTiER4 { width:18.875rem;height:16.8125rem;top:33rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkJnhsQ72R30wt51DkcbzriwVZkcDHqR { width:6.25rem;height:6.25rem;top:29.3125rem;left:6.6875rem;border-top:0.25rem solid #13d41a;border-left:0.25rem solid #13d41a;border-right:0.25rem solid #13d41a;border-bottom:0.25rem solid #13d41a;display:block; }
 }@media only screen and (max-width: 763px) { #T2lGLOK5sQUNFwyr5ZT3lOqcXmDIZS6T { width:17.5rem;height:9.1875rem;top:39.625rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Eaam9pS3TDKLJP1IPpKSnLeeIDzFsddJ { width:18.4375rem;height:3.57421875rem;top:36rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0uRPcen0uQ2PpvpFommbOTgtSEb6pff { width:20rem;height:5.19921875rem;top:1.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDedwnGsFWlFWrAEcmGNGFOT4oGQUT9t { width:16.027375rem;height:3.08984375rem;top:74.8125rem;left:1.9853515625rem;font-size:1.4375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #Lg4qeSVWizdPgbadMBsX8tqBZfNCvO8w { display:block; }
 }@media only screen and (max-width: 763px) { #BxZErS6mUPDiMROeiWZ7ObmfE54mTvrT { width:19.875rem;height:17.375rem;top:55.52734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3eyFRCnQq2pztQUPJTcicBZiD9syzQ8 { width:19.75rem;height:9.1875rem;top:63.27734375rem;left:0.125rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #o1B7V9Uyuc5RsoDsLRTsTLyZt8cQt4ZI { width:20rem;height:3.57421875rem;top:59.15234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMha5PreIFWi8CI7SaT04P6251ekUum6 { width:6.25rem;height:6.25rem;top:52.40234375rem;left:6.625rem;z-index:15008;border-top:0.25rem solid #13d41a;border-left:0.25rem solid #13d41a;border-right:0.25rem solid #13d41a;border-bottom:0.25rem solid #13d41a;display:block; }
 }@media only screen and (max-width: 763px) { #gTO2hQBsDiFvrVhQxdcmdaEP3a0TiH0R { display:block; }#gTO2hQBsDiFvrVhQxdcmdaEP3a0TiH0R { border-width: 0; border-radius: 0; }#gTO2hQBsDiFvrVhQxdcmdaEP3a0TiH0R > .row .container { width:20rem;height:103rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IB9oHNFpi0IofWf620hKrT2kpd7mTTFL { width:16.5625rem;height:18.75rem;top:6.4240055084231rem;left:1.1101739406586rem;display:none; }
 }@media only screen and (max-width: 763px) { #vS6wH2sXpfZ4MiISsTzHUg3FTwvX7tBR { width:13.125rem;height:0;top:12.92480625rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #httxRKyoSXyyOFfHAdgwdBXJ6Gr8fxkw { width:13.125rem;height:0;top:16.237125396729rem;left:3.4374998807907rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #faqeznfgUP2gqWxnlaR3ynrtiHsirhHr { width:15.6875rem;height:6.82325rem;top:0rem;left:2.15625rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAoGAr8OUTLlhFbPh4FiZEFo2TaMB6Kx { width:2.5rem;height:2.5rem;top:9.23730625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fLUsL7zw2g28wDuCcdvKui5J0PNv199q { width:1.0625rem;height:0.5625rem;top:11.23730625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JL8ab0hIgBLTJGysOSknCaKfM7eJE21v { width:1.1875rem;height:1.1875rem;top:9.79980625rem;left:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vWbXb2bFT9B4kwr3NhIQJLma4N88zsEz { width:14.0625rem;height:0.125rem;top:22.6123046875rem;left:2.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pv8itrqeRXBlMOcrIer0udbTDHIgoH7u { width:16.5625rem;height:18.75rem;top:26.361862182618rem;left:1.548295378685rem;display:none; }
 }@media only screen and (max-width: 763px) { #DSikzxqAtsbpFB45tPeGMSvvqoWATFDy { width:13.5625rem;height:0.125rem;top:41.5498046875rem;left:3.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CXh4CM8vkD4PiVH01dmriqwtyTUUVown { width:11.625rem;height:0;top:34.79980625rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xE6X04MbP9J2AzfIc52yKB1FeewaWEsS { width:13.125rem;height:0;top:31.17480625rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JKJ5kh9rzOIklgKTc7aTwDN3mMGidH7C { width:2.5rem;height:2.5rem;top:27.48730625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rp1AKcN3LaT7cFuD0ESZtcLC5QvwJR4K { width:1.0625rem;height:0.5625rem;top:29.48730625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pfy1zErFrKuzmFiFZIT5rtK2GB1lSkwv { width:1.375rem;height:1.375rem;top:28.04980625rem;left:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HMqPABZr5TRTJOOqwmS6a85dTUBsrzpR { width:16.5625rem;height:18.75rem;top:44.4375rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DRHTFKgnN57FrN4C21a964bnhw5n2KPf { width:2.5rem;height:2.5rem;top:46.625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FqBl2CryTx9GK3G1gfxHZoa5qepdZ23F { width:1.375rem;height:1.375rem;top:47.1875rem;left:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mTeqT53KAM3LeTAMgOd4hq59hU3nzPvz { width:1.0625rem;height:0.5625rem;top:48.625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XtS7yxSoQpnFgqwuhV1dLUsyQGvd0s4H { width:16.5625rem;height:18.75rem;top:60.75rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwRZSJRqoXUQh3zgvoLRkto4FA886moJ { width:13.125rem;height:0;top:50.3125rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ai7wxHKHwPDpSgrFvBgN85r4SNmIZbRM { width:13.125rem;height:3.8984375rem;top:67.3125rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqLsR2Ig3wG6DF4TM9uPo3CvuyECrH11 { width:3.9999125rem;height:3.9999125rem;top:62.5625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LonMOtbaXlrrF0KbkUCTIob82X55alMv { width:1.31214375rem;height:0.625rem;top:66rem;left:7.5rem;background-color:#13d41a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #XQWmX4b9uzXcN6PaXxmFEh2UMegctQey { width:1.68723125rem;height:1.68723125rem;top:65.125rem;left:11.0625rem;background-color:#00ba2e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #oVFF1R6hVRvWVzEBTimwTQGwsIAN2T9c { width:11.625rem;height:0;top:53.9375rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Unb2WSog8ESTheDerC2y5EGn5ZlSX73r { width:13.5625rem;height:0.125rem;top:60.6875rem;left:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Td3y5QRsM9axWmDtHzQZhPL1mV5Xc5Rr { width:16.5625rem;height:18.75rem;top:81.9375rem;left:1.5625rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #oIalAM6gnB6aeubOk6zSlndpTFbgCHw1 { width:1.31214375rem;height:0.625rem;top:87.1875rem;left:7.4375rem;z-index:15054;background-color:#13d41a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #qGin2ZCqzMA7LhkyvmUqGcPu3PKy13Ef { width:13.125rem;height:3.8984375rem;top:88.5rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #BRnzfKzwaMQhQ06MRExNTW38vzTJcMO6 { width:3.9999125rem;height:3.9999125rem;top:83.75rem;left:8rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #qWCZZDa9sFpDI3PoyMKzCQ3l4lyNoJbH { width:14.9374375rem;height:6.796875rem;top:92.875rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #WJPzNWEO7zXPQ7P3uJe0O9r0RIrvOWoz { width:1.68723125rem;height:1.68723125rem;top:86.3125rem;left:11rem;z-index:15035;background-color:#00ba2e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TJ2WLhOS5ZH4ZkO0CsqJos88MAsXR05f { width:16.6865rem;height:0.12402375rem;top:101.0009765625rem;left:1.7177734375rem;z-index:15031;background-color:#232020;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #B3D04sifFABaDpF0vX43cWl65GqDcG7F { width:16.5625rem;height:18.75rem;top:39.9375rem;left:1.6875rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #GlhUtlUPMZ6dWtvEJXTk7oZUwiihKpUw { width:1.31214375rem;height:0.625rem;top:45.1875rem;left:7.5625rem;z-index:15061;background-color:#13d41a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #KzrdcpCrQTyzmHrWZr3gbrZa4NhhQcKq { width:13.125rem;height:3.8984375rem;top:46.5rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #kx2eMI9fH8cMQ717oxW5Fz8ZDiF8ITkh { width:3.9999125rem;height:3.9999125rem;top:41.75rem;left:8.125rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #S53nzHkyguTO44OOQsTn6HgH6D7QQBg5 { width:14.9374375rem;height:6.796875rem;top:50.875rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #cG5iZiCTwn4XQFuzJA4V4tbAAmvsB81u { width:1.68723125rem;height:1.68723125rem;top:44.3125rem;left:11.125rem;z-index:15042;background-color:#00ba2e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #zLuhOfwC4Dnxo7tAmz8bbJM6Ee0A7HXS { width:16.68725rem;height:0.12473375rem;top:58.9375rem;left:1.8125rem;z-index:15038;background-color:#232020;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #KZ2TmdExSQduedTQyQztL4PVIkoT2XMQ { width:16.5625rem;height:18.75rem;top:19.1875rem;left:1.6875rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #l9EiTdpZm045umc4Cukwyhx5nJ7TkPHV { width:1.31214375rem;height:0.625rem;top:24.4375rem;left:7.5625rem;z-index:15068;background-color:#13d41a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #fZFPST6kc7XB9XokExCwliz4nmO2X1G5 { width:13.125rem;height:3.89915rem;top:25.75rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #lICPsr023d1LlnTrwtKTxJGCNkPskSGW { width:3.9999125rem;height:3.9999125rem;top:21rem;left:8.125rem;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #mW5iX9d8fe7spFGX24cOLLaCxVoZJVf6 { width:14.9374375rem;height:6.796875rem;top:30.125rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #mliGpMA5CkIMufiX4u2xm5eLaByTAemQ { width:1.68723125rem;height:1.68723125rem;top:23.5625rem;left:11.125rem;z-index:15049;background-color:#13d41a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #doMdgsQrx7hCpyRTJFRGo33NG6g7cIQw { width:16.68725rem;height:0.12473375rem;top:38.1875rem;left:1.8125rem;z-index:15045;background-color:#232020;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #nI2qO8uMxaWZxH9MRAQZ9C97ZT25skWJ { width:20rem;height:9.75rem;top:7.4365234375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #xf7Z5hwwtX31gTn7vTT4I7XXsSUCaUJI { width:14.9374375rem;height:6.796875rem;top:71.6875rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dr5DpZTu0FfJZ5NOtTaEemCt5aUzUyUO { width:16.68725rem;height:0.12473375rem;top:79.75rem;left:1.6875rem;background-color:#232020;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #e1Ekv8y3ZpnwLc103bd0TloPxGaNuEPL { display:block; }#e1Ekv8y3ZpnwLc103bd0TloPxGaNuEPL > .row .container { width:20rem;height:31.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FwaR9SypF7o3T4HlhXZTreaFqBOew9ke .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FwaR9SypF7o3T4HlhXZTreaFqBOew9ke .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; }
#FwaR9SypF7o3T4HlhXZTreaFqBOew9ke .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; }
#FwaR9SypF7o3T4HlhXZTreaFqBOew9ke { display:flex;width:18rem;height:5.0625rem;top:13.25rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #FwaR9SypF7o3T4HlhXZTreaFqBOew9ke #THQTSrKzQyDVo8dJrurfCeZGDTIrro1S { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FwaR9SypF7o3T4HlhXZTreaFqBOew9ke #OHMykkOq74QZ3pQgIF5vVu1bmSsJkIrA {  }
 }@media only screen and (max-width: 763px) { #FwaR9SypF7o3T4HlhXZTreaFqBOew9ke #TrDWeq6erHsFfV1sAGwWxTTpQONXPGHy {  }
 }@media only screen and (max-width: 763px) { #FwaR9SypF7o3T4HlhXZTreaFqBOew9ke #CKts49CTPcUxLXC3A9oTr4o91ckiDaFx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FwaR9SypF7o3T4HlhXZTreaFqBOew9ke #vwPuUhPO9nwNmFGhLL6gcqxAhSKT60lf {  }
 }@media only screen and (max-width: 763px) { #FwaR9SypF7o3T4HlhXZTreaFqBOew9ke #vz9TXeab4z9NTlHOggTUHsNzEx8FfPBk {  }
 }@media only screen and (max-width: 763px) { #FwaR9SypF7o3T4HlhXZTreaFqBOew9ke #rZtRiWbOshRcn63XpAEWWbSSpkFmSHQr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FwaR9SypF7o3T4HlhXZTreaFqBOew9ke #Ncz4QUEKfgHToVUWbTqHVyGUpIEmSqeC {  }
 }@media only screen and (max-width: 763px) { #FwaR9SypF7o3T4HlhXZTreaFqBOew9ke #Cktt6JcF2RVDcS6rKNnTitdfhBJDdudL {  }
 }@media only screen and (max-width: 763px) { #FwaR9SypF7o3T4HlhXZTreaFqBOew9ke #pkMygh3LfJF3MSduDJXcNztr5I0J4Zrs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FwaR9SypF7o3T4HlhXZTreaFqBOew9ke #EgJPTChDThCkD0Jpx1HIguOvLCWn4y7I {  }
 }@media only screen and (max-width: 763px) { #FwaR9SypF7o3T4HlhXZTreaFqBOew9ke #vHNTOwy8sfelfLfuvR4591qwkMNA0QtG {  }
 }@media only screen and (max-width: 763px) { #FNWlFtSVtPzOOJl0qlhdib3G8IxU08ii { width:20rem;height:4.875rem;top:8.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPnfxMltEdND96ZzFNtAGIIEJmqR4Ada { width:18.25rem;height:6.5800625rem;top:1.0185546875rem;left:0.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDCNu4pu2imNJdTFsDCDDTPqGBnHEtLm { display:flex;width:2rem;height:2rem;top:17.0751953125rem;left:17.1875rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BcJxLxM8rwnwRl6QTUkGHpdD8NhovVTi { display:flex;width:2rem;height:2rem;top:17.0751953125rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lic0lOR9ecbSHKeUc5aaiQNiZd8W5TKu { width:16.209rem;height:3.2724625rem;top:25.25rem;left:1.89453125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2FyS85zfGKV6fwdJgsItNTu4PQTLs6Q { display:block; }
 }@media only screen and (max-width: 763px) { #ERhTnOkUDRSxh5IVUaAZwkBcaEI2knBD { width:20rem;height:2.923825rem;top:21.3349609375rem;left:0rem;font-size:1.125rem;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4f5fae89-3e26-4f50-aa63-8ef14cfd8370/PinkysLightingMediaStatus13.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG.adaptive-delivery-prevent-bg, #rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG.lazyload, #rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG.lazyloading { background-image: none; }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .row .container { background-color: transparent; background-image: none; }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.54); }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .row .container > .video-iframe-container { display: none; }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.54); }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .row > .video-iframe-container { display: none; }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .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); }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .row .container { width:20rem;height:36.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PiAiE4ykJqH0RPoiOVH3MFKdeGIruU5e { width:20rem;height:10.875rem;top:9.04980625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq1yCkuUg8HtHVaAbxbqMUICbIPohtEK { width:20rem;height:1.23730625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVogEu937uioXMRMZkw35esbK4IahoBf { width:20rem;height:4.0625rem;top:3.73730625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7228adf7-3a31-4265-a11e-e6861e8ce3f3/glenncarstenspetersP1qyEf1g0HUphoto1497091071254cc9b2ba7c48a.preview.enhance_100.mirror.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4.adaptive-delivery-prevent-bg, #w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4.lazyload, #w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4.lazyloading { background-image: none; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row .container { background-color: transparent; background-image: none; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ed1720; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row .container > .video-iframe-container { display: none; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ed1720; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row > .video-iframe-container { display: none; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .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); }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row .container { width:20rem;height:88.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #haFOcEdC2KK7KUaGg9Lb87uvlUVOn16y { width:4.6875rem;height:0.25rem;top:5.4736328125rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvJH5TFcrmQWvHqQTI1xA65kR82vDkt8 { width:20rem;height:4.2246125rem;top:1.2495555877686rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoCpgTURytgZ9w5caftXJdQl7vOHrSk5 { width:20rem;height:29.53125rem;top:23.5615234375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #Jwy8UKeHykpQStUNlnkikLG2Jq4CFA2Z { width:18.75rem;height:14.5625rem;top:7.435546875rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4a6ihbZ28L9NyFmNKpKV7ETJN0SvBuC { width:18.75rem;height:14.5625rem;top:63.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g09McViFsRFvezBhQNpuVAfH04GazIPs { width:13.75rem;height:2.9375rem;top:55.5625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xT8MQuGlZsgJ21ccT3mpa8TExW8gbP3N { display:block; }
 }@media only screen and (max-width: 763px) { #m506ZLsEp4Wt1qtPCgoIERh6Bvee6z1r { width:16.027375rem;height:3.08984375rem;top:83.1875rem;left:1.9853515625rem;font-size:1.4375rem;z-index:15012;border-top:0.25rem solid #13d41a;border-left:0.25rem solid #13d41a;border-right:0.25rem solid #13d41a;border-bottom:0.25rem solid #13d41a;display:block; }
 }@media only screen and (max-width: 763px) { #TEpHLDt89NpBw5112TMMsIIUoMZl3VPS { display:block; }
 }@media only screen and (max-width: 763px) { #whbZu8LDNStMt0mztySkh2DTFTmm5iiU { width:20rem;height:7.65625rem;top:54.048828125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-family:poppins;display:block; }#whbZu8LDNStMt0mztySkh2DTFTmm5iiU li:before{  }
 }@media only screen and (max-width: 763px) { #IF8S75ZdF7T6x7SwBx0KK6XNp65miTqb { width:16.875rem;height:2.8125rem;top:79.4541015625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x { display:block; }#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x > .row .container { width:20rem;height:95.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X1fshgXUt24fMUcNvH8CitCovQzOg9ls { width:18.9375rem;height:15.0625rem;top:53.2490234375rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDSgPHmKVnR1hrtZXQhoPk2UhMh018cn { width:18.499625rem;height:7.5556875rem;top:0.75rem;left:0.75rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tOwDcqgcyuPVe4QSmeK6IUGKh7IA3e3n { width:4.6875rem;height:0.24991125rem;top:8.5625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnvHB3zI54u6enLat4d6ESII6vH7ayEi { width:17.9980625rem;height:18.28125rem;top:26.0478515625rem;left:1rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FywTWS0bXrTTwOtC2QRhzhbVShJG94GE { width:16.625rem;height:3.5625rem;top:63.1875rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FPiIlWdamTxP8es9nB0NtRNwFWI2fnLa { display:block; }
 }@media only screen and (max-width: 763px) { #oOpRzwFcKlzOzbaIwhw8sFUZGuqftpie { width:16.1055rem;height:3.169925rem;top:89.8916015625rem;left:1.9462890625rem;font-size:1.4375rem;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ed1720;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #U3699DhDPXqAWaehvNNIhRNT7EpZPTU4 { display:block; }
 }@media only screen and (max-width: 763px) { #JmCk1OT2HDfInzbZnpfZTlkwXvWgyG0D { width:20rem;height:19.5rem;top:69.0361328125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nPoumIXOU56sr6zmFXtblkLEzcyuLa52 { width:20rem;height:5.0371125rem;top:46.4990234375rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iO9HcLT4Nb4HN2D0sHHFLeKwgTxhRDNE { width:4.6875rem;height:0.25rem;top:51.5361328125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwIGTc3d5Q2vzULBrqKvQEW0xUFPXp2W { width:18.9375rem;height:15.0625rem;top:9.7861328125rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rF1VZnbtT73A8964gKfGO7POadVWXxrl { background-color:rgba(19,212,26,0.66);background-image:none;display:block; }#rF1VZnbtT73A8964gKfGO7POadVWXxrl > .row .container { background-color: transparent; background-image: none; }#rF1VZnbtT73A8964gKfGO7POadVWXxrl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rF1VZnbtT73A8964gKfGO7POadVWXxrl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rF1VZnbtT73A8964gKfGO7POadVWXxrl > .row .container > .video-iframe-container { display: none; }#rF1VZnbtT73A8964gKfGO7POadVWXxrl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rF1VZnbtT73A8964gKfGO7POadVWXxrl > .row > .video-iframe-container { display: none; }#rF1VZnbtT73A8964gKfGO7POadVWXxrl > .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); }#rF1VZnbtT73A8964gKfGO7POadVWXxrl > .row .container { width:20rem;height:61.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LwGHQnT4gZdRdduTp0NS6mOKmzTMWKse { width:0.3125rem;height:30.9375rem;top:18.6875rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #m2IqstKzCx5cayAieiVJetZgNwIO5rqn { width:1.25rem;height:1.25rem;top:17.6875rem;left:9rem;border-top:0.3125rem solid #ff0000;border-left:0.3125rem solid #ff0000;border-right:0.3125rem solid #ff0000;border-bottom:0.3125rem solid #ff0000;display:none; }
 }@media only screen and (max-width: 763px) { #dEyQcsQBq40KBsf3cHJ2277DcXwlIBr9 { width:1.625rem;height:1.625rem;top:37.1875rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lGxJz1wvSwd1ZzRpCocgOnHUkFK3NTfr { width:10.5624375rem;height:3.736325rem;top:41.75rem;left:4.6875rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XoatDiqHJSfdhG7ZRTQ97sqz1eLqXzyG { width:13.75rem;height:3.736325rem;top:56.375rem;left:3.125rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XiwMQ4OqlMq1S1frUdJ282EHLuMKNRqt { width:19.0625rem;height:4.875rem;top:12.875rem;left:0.46875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WOFKMNEhNXCu0GFUyb92SGAwN4rToR13 { width:13.0624375rem;height:3.736325rem;top:25.3125rem;left:3.4375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qi5ZVtCdwnH4AcuBnBH7S3Sq9uBih73O { width:2.3125rem;height:2.3125rem;top:48.1875rem;left:8.75rem;background-color:#00ff31;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #QuBZviPAAkiVga395eWrCuyeKNTHSAQm { display:flex;width:6.124825rem;height:6.124825rem;top:19.125rem;left:6.9375rem; }
 }@media only screen and (max-width: 763px) { #TiE2ynTaDl2PQggyWwcDB34gLg2wRzk8 { display:flex;width:6.124825rem;height:6.124825rem;top:35.5rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #ZJKkqBU6vca4T3Rgeha6cgnswRF6Plao { display:flex;width:6.125rem;height:6.125rem;top:50.25rem;left:6.9375rem; }
 }@media only screen and (max-width: 763px) { #fJpmXF6CkaCVwGUxNiSLTDX60xHmrMnl { display:flex;top:44.4375rem;left:7.8125rem;width:4.375rem;height:4.375rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #pSlsNiCbNLZb2G7qEVkytCLCVJVT8Zc6 { display:flex;top:30.3125rem;left:7.8125rem;width:4.375rem;height:4.375rem;z-index:15029; }
 }@media only screen and (max-width: 763px) { #ksF4sf9qQl7qwtRECbx21rVtGslOwOwJ { width:12.625rem;height:7.0625rem;top:1.75rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqxlCOAJibAlU5dF8kdhHNmN7SQySc9a { width:5.625rem;height:2.875rem;top:8.8125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFGGc7xBEmSTynX7xNqrikO8sp9tBJx2 { width:2.6875rem;height:2.6875rem;top:1.4375rem;left:11.0625rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB { display:block; }#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB > .row .container { width:20rem;height:149.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VCfo69LuFnI5KXIgzpMoNe2PNzgt4cWt { width:20rem;height:6.5800625rem;top:1.1806640625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzQv7vTVvNk7f3RMDX2tIFShhwn3G6om { width:19.1875rem;height:3.65625rem;top:8.2607421875rem;left:0.40625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbswxoBSFG89brSeRdVAKgudLuMIxSlP { width:20rem;height:20.6875rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rI3l0RdbgQyyrIncyCUPkTKTP0U11Qrf { width:20rem;height:20.6875rem;top:36rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp66BRDCXWTMs9wiQcLiqDV5b6VK9IBX { width:20rem;height:20.6875rem;top:81.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkOyeg3RtnHx8Im59kxxOTTs1kkkGCsb { width:20rem;height:20.6875rem;top:58.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqG51fvWywSePH2wJ3V0af5485x09Lf6 { width:20rem;height:20.6875rem;top:126.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ja1gUqFi6dblBkcvHiusEFfpJpKSfvFW { width:20rem;height:20.6875rem;top:104.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMP1THU4wSiUoJxzX2fGLXbgGEKTTD2W { display:block; }#tMP1THU4wSiUoJxzX2fGLXbgGEKTTD2W > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iXVmuCRGMtg5TQuIwQnL4BwGd4CTOZCg { width:15.125rem;height:10.07424375rem;top:1.25rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 { display:flex;height:auto;width:17.5rem;top:11.32421875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #WoFT9a4xrVGQe3i3CLTTQrT9WEpEw0cZ {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #cHcEZlWFHJ6VzTJ8vJJg3QtmV6gU9gVC {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #zo3MTJw0KvNKDC6Xx76nabsTgayy7UCw {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #ZriqIJMUNaKeosDki2qy0icUvIzBR8LZ {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #dFi9RQ1z1UuwIFrEsZVUEyWvOhHNKdIS {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #su5LfJAbDvRkTCOWsgiO5bvMpT7tZZnE {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #ROSNNA0p3GexAoBqA6vviSPBWUCZIwLA {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #z0FKPzIRDTvIoX2awSbgqDZqMarwUQZQ {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #MvEev45JILM0KQpCndAESWUC7KGJaOXi {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #wTrViPOB0P5PA5UW4DvH9F7C9mqHyU6z {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #Vy3eCfirBJpGsz7nTOLe5OKCdt5sRV8k {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #E8zKTh8G6TOob3s9eHcJ4P5XbS9Ixvoh {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #po71mliXukKPqmAbBg5B671B0A9msemS {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #xk6mcJfQ9Jbo6VTKrbX1bhCdm2ColeOX {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #cAh0dwecxrONic0kIxy03565CQexySni {  }
 }@media only screen and (max-width: 763px) { #B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA { display:block; }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .row .container { width:20rem;height:35.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dIc825iqpGXrtove54uK7uQVxAz3XX4v { width:16.25rem;height:4.94824375rem;top:24.875265836716rem;left:1.8749998807907rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CxMuutiPeSHRfxemfJRRiLrwPlLrt04V { width:18.75rem;height:14.0625rem;top:20rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4TGLgKvSFoCApt0GmZL8BXTmIrTJpHh { width:17.6865rem;height:1.375rem;top:30.623046875rem;left:1.1552734375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuXLuby5WISFLGV1lSdw5ruVdr96cLZM { width:15.0625rem;height:0;top:29.96875rem;left:2.46875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:none; }#FuXLuby5WISFLGV1lSdw5ruVdr96cLZM li:before{  }
 }@media only screen and (max-width: 763px) { #hDIVazNhOXlIfbmmxvBhcUCbChQbweGX { width:4.0625rem;height:4.0625rem;top:20.812776565552rem;left:7.9687494039538rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqgoBIv9iXgz1MOZq69NVWM5f8BiCuku { width:20rem;height:17.5rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LWRIPhmfqAx9FaFHWLF95qT5TpN79AfT { width:20rem;height:17.5rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #anAvlqHanXM9SsdlivCkvu4WRkfHumMX { position:relative;z-index:auto;display:block; }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J4KEd0TQOgsJtqqV0odesVSeVMG3kpw0 { width:13.7724775rem;height:2.96014rem;top:6rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNTTQsWXkU4F0FAbtHknipFHo1tpv5bl { display:block; }
 }@media only screen and (max-width: 763px) { #ryVRnaRApm8LO2yGoeavgPQxzocup3sp { width:13.875rem;height:3.0625rem;top:9.9375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQ6QSrTbnkBiCT5Pgwt4BM0rpExxcGPQ { display:block; }
 }@media only screen and (max-width: 763px) { #OQ1oIBkNTdruFEk3RvrvgJC2dATIR1iX { width:2.625rem;height:2.625rem;top:1.5rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aw7npFfPq7IdRCuUMnonb1pvoRGKUSJK { width:2.75rem;height:2.75rem;top:1.5625rem;left:7.125rem;display:block; }
 }