.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#f4f1ef;background-image:none;position:relative;display:block; }
#CIHkrPssn18284qDO14tndE8OghgxDyy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIHkrPssn18284qDO14tndE8OghgxDyy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIHkrPssn18284qDO14tndE8OghgxDyy > .row > .video-iframe-container { display: none; }#CIHkrPssn18284qDO14tndE8OghgxDyy > .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); }#Z6W8MNcmRpk4qVEZclioyODvLniWOVGV { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d505ecab-d717-4ac0-a7b1-6366c6c7f635/pod24.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#Z6W8MNcmRpk4qVEZclioyODvLniWOVGV.adaptive-delivery-prevent-bg, #Z6W8MNcmRpk4qVEZclioyODvLniWOVGV.lazyload, #Z6W8MNcmRpk4qVEZclioyODvLniWOVGV.lazyloading { background-image: none; }#Z6W8MNcmRpk4qVEZclioyODvLniWOVGV > .row .container { background-color: transparent; background-image: none; }#Z6W8MNcmRpk4qVEZclioyODvLniWOVGV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6W8MNcmRpk4qVEZclioyODvLniWOVGV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6W8MNcmRpk4qVEZclioyODvLniWOVGV > .row .container > .video-iframe-container { display: none; }#Z6W8MNcmRpk4qVEZclioyODvLniWOVGV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6W8MNcmRpk4qVEZclioyODvLniWOVGV > .row > .video-iframe-container { display: none; }#Z6W8MNcmRpk4qVEZclioyODvLniWOVGV > .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); }#Z6W8MNcmRpk4qVEZclioyODvLniWOVGV > .row .container { border-width: 0; border-radius: 0; }#Z6W8MNcmRpk4qVEZclioyODvLniWOVGV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z6W8MNcmRpk4qVEZclioyODvLniWOVGV > .row .container { width:60rem;height:64.6875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#bHLgPk4rHNvFrEmSe7KUzaRo3PCG00Cf { color:#ff0000;display:block;width:60rem;position:absolute;font-family:signika;font-size:2.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:60.875rem;left:0rem;height:3.8183625rem;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;text-align:center;text-align-last:center;display:block; }
#yTrZi3LPXgZshVwMFTsqPzT6WooALxrk { 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; }#yTrZi3LPXgZshVwMFTsqPzT6WooALxrk > .row .container { background-color: transparent; background-image: none; }#yTrZi3LPXgZshVwMFTsqPzT6WooALxrk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTrZi3LPXgZshVwMFTsqPzT6WooALxrk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTrZi3LPXgZshVwMFTsqPzT6WooALxrk > .row .container > .video-iframe-container { display: none; }#yTrZi3LPXgZshVwMFTsqPzT6WooALxrk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTrZi3LPXgZshVwMFTsqPzT6WooALxrk > .row > .video-iframe-container { display: none; }#yTrZi3LPXgZshVwMFTsqPzT6WooALxrk > .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); }#yTrZi3LPXgZshVwMFTsqPzT6WooALxrk > .row .container { border-width: 0; border-radius: 0; }#yTrZi3LPXgZshVwMFTsqPzT6WooALxrk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yTrZi3LPXgZshVwMFTsqPzT6WooALxrk > .row .container { font-size:0.875rem;font-family:"open sans";height:8.0625rem;width:60rem;position:relative;display:block; }#UFCWiRyFlrBCSIK15wFTSrePiafpe644 .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; }
#UFCWiRyFlrBCSIK15wFTSrePiafpe644 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ff0000;background-image:none;color:#ffffff;padding-top:0.584375rem;padding-right:0.51875rem;padding-bottom:0.584375rem;padding-left:0.51875rem;display:block;align-items:center;width:3.110625rem;min-width:3.110625rem;height:3.1425rem;position:relative;font-family:"open sans";font-size:2.338125rem;font-weight:700;line-height:50.28px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UFCWiRyFlrBCSIK15wFTSrePiafpe644 .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.365625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.1475rem;height:1.2425rem;position:relative;font-family:"open sans";font-size:0.876875rem;font-weight:400;line-height:19.88px;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; }
#UFCWiRyFlrBCSIK15wFTSrePiafpe644 { 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:20.5625rem;height:5.919375rem;padding-top:0.730625rem;padding-right:0.740625rem;padding-bottom:0.730625rem;padding-left:0.740625rem;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:0.6201171875rem;left:18.9775390625rem;z-index:5000; }
#UFCWiRyFlrBCSIK15wFTSrePiafpe644 #DPOyZV2VcJ01aBwhFWoc8HP3blrT6DNQ { display:flex;position:relative;top:0rem;left:0rem; }
#UFCWiRyFlrBCSIK15wFTSrePiafpe644 #mDhfRWLgCPmsEB4wJRdz4H1oOvac7vzB { width:auto; }
#UFCWiRyFlrBCSIK15wFTSrePiafpe644 #ml01myxJD01K9SwfA65MD6H2SLlg8CBt {  }
#UFCWiRyFlrBCSIK15wFTSrePiafpe644 #mxO4UI1hhuq96IJWhTcvLHCmnzmWm2WM { display:flex;position:relative;top:0rem;left:0rem; }
#UFCWiRyFlrBCSIK15wFTSrePiafpe644 #s2awU1478hV8RPnNTviUTqhyKKWRIJN1 {  }
#UFCWiRyFlrBCSIK15wFTSrePiafpe644 #adR2srUr4zFBGZVkx2l6Hp3CiZKbNESE {  }
#UFCWiRyFlrBCSIK15wFTSrePiafpe644 #tgEwBFm8FOEOwTZDJaPAo2cDtD7Ui3yM { display:flex;position:relative;top:0rem;left:0rem; }
#UFCWiRyFlrBCSIK15wFTSrePiafpe644 #w5VI5518tTJiOoU4wxODekLuwvcgfsxF {  }
#UFCWiRyFlrBCSIK15wFTSrePiafpe644 #wgTq9A0El8Feus0Lmhnh6WmmafcD9GPW {  }
#UFCWiRyFlrBCSIK15wFTSrePiafpe644 #eZsRFGkxecbSbRwWk5iOOqe1gfrKGW0b { display:flex;position:relative;top:0rem;left:0rem; }
#UFCWiRyFlrBCSIK15wFTSrePiafpe644 #AJf0mtm2KqAOPDL6oQSOpwlcrd2pFcKl {  }
#UFCWiRyFlrBCSIK15wFTSrePiafpe644 #TVpKca319mBo3BBb3GVrBiHcOwCeFF2u {  }
#VFvzacezi9wa7qxg1FKUZUTCTO6G5C79 { background-color:transparent;background-image: -webkit-linear-gradient(top, #000000, #070707);background-image: -moz-linear-gradient(top, #000000, #070707);background-image: -ms-linear-gradient(top, #000000, #070707);background-image: -o-linear-gradient(top, #000000, #070707);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#070707' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#070707' );";background-image: linear-gradient(to bottom, #000000, #070707);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; }#VFvzacezi9wa7qxg1FKUZUTCTO6G5C79 > .row .container { background-color: transparent; background-image: none; }#VFvzacezi9wa7qxg1FKUZUTCTO6G5C79::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFvzacezi9wa7qxg1FKUZUTCTO6G5C79 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFvzacezi9wa7qxg1FKUZUTCTO6G5C79 > .row .container > .video-iframe-container { display: none; }#VFvzacezi9wa7qxg1FKUZUTCTO6G5C79 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFvzacezi9wa7qxg1FKUZUTCTO6G5C79 > .row > .video-iframe-container { display: none; }#VFvzacezi9wa7qxg1FKUZUTCTO6G5C79 > .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); }#VFvzacezi9wa7qxg1FKUZUTCTO6G5C79 > .row .container { border-width: 0; border-radius: 0; }#VFvzacezi9wa7qxg1FKUZUTCTO6G5C79 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VFvzacezi9wa7qxg1FKUZUTCTO6G5C79 > .row .container { width:60rem;height:51.25rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#TBamKB5NrKPTT2Fu6LvcKBC1kMl6pH9T { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.5rem;width:60rem;top:0.25rem;left:0rem;overflow:hidden;display:block; }
#iVJ85ZOeZd1hfTTz8KsuFD4giRoNFVsl { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:26.1875rem;width:47.3125rem;top:2.59375rem;left:5.625rem;display:block; }
#lKXTZIlCFDHpC11sSyrsyeMqCEAyTaWr { color:#ff0000;display:block;width:18.625rem;position:absolute;font-family:"open sans";font-size:4.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:33.75rem;left:20rem;height:5.8496125rem;text-align:center;text-align-last:center;display:block; }
#ryI12IhNI4g0omzpgXhkgAygGAgspvMO { background-color:#35ff43;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;box-sizing:border-box;color:#020000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:signika;font-size:4.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:7.1875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:39.5625rem;left:17.6875rem;display:block; }
#opPyTMdvqLxf7SKa5yCuu7i7l60FMO0c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EHJSoSeEMIT7xUd7zqGI8DJ2LBvPTqe9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7ff;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; }#EHJSoSeEMIT7xUd7zqGI8DJ2LBvPTqe9 > .row .container { background-color: transparent; background-image: none; }#EHJSoSeEMIT7xUd7zqGI8DJ2LBvPTqe9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHJSoSeEMIT7xUd7zqGI8DJ2LBvPTqe9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHJSoSeEMIT7xUd7zqGI8DJ2LBvPTqe9 > .row .container > .video-iframe-container { display: none; }#EHJSoSeEMIT7xUd7zqGI8DJ2LBvPTqe9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHJSoSeEMIT7xUd7zqGI8DJ2LBvPTqe9 > .row > .video-iframe-container { display: none; }#EHJSoSeEMIT7xUd7zqGI8DJ2LBvPTqe9 > .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); }#EHJSoSeEMIT7xUd7zqGI8DJ2LBvPTqe9 > .row .container { border-width: 0; border-radius: 0; }#EHJSoSeEMIT7xUd7zqGI8DJ2LBvPTqe9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EHJSoSeEMIT7xUd7zqGI8DJ2LBvPTqe9 > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:60rem;position:relative;display:block; }#fMfpf3UBElovZuHpBmFiZF0lMknAKrJz { color:#78a721;display:block;width:60rem;position:absolute;font-family:signika;font-size:4.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0rem;left:2.25rem;height:10.724625rem;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;text-align:center;text-align-last:center;display:block; }
#SNhJhR8hahPun48EBC9rcJEugRPdtMDg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#020000;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; }#SNhJhR8hahPun48EBC9rcJEugRPdtMDg > .row .container { background-color: transparent; background-image: none; }#SNhJhR8hahPun48EBC9rcJEugRPdtMDg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNhJhR8hahPun48EBC9rcJEugRPdtMDg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNhJhR8hahPun48EBC9rcJEugRPdtMDg > .row .container > .video-iframe-container { display: none; }#SNhJhR8hahPun48EBC9rcJEugRPdtMDg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNhJhR8hahPun48EBC9rcJEugRPdtMDg > .row > .video-iframe-container { display: none; }#SNhJhR8hahPun48EBC9rcJEugRPdtMDg > .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); }#SNhJhR8hahPun48EBC9rcJEugRPdtMDg > .row .container { border-width: 0; border-radius: 0; }#SNhJhR8hahPun48EBC9rcJEugRPdtMDg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SNhJhR8hahPun48EBC9rcJEugRPdtMDg > .row .container { font-size:0.875rem;font-family:arial;height:53.375rem;width:60rem;position:relative;display:block; }#yZaDhEH5FlWDa3O0P84KbnfRgamQtriC { position:absolute;display:block;z-index:15005;background-color:#78a721;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:27.75rem;width:60rem;top:8.3125rem;left:-0.0625rem;display:block; }
#k8fNGqL6BukgSPtC06MkcerLZ4TNzKCZ { color:#ffffff;display:block;width:58.375rem;position:absolute;font-family:dosis;font-size:1.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:17.0625rem;left:0.5625rem;height:19.5rem;text-align:center;text-align-last:center;display:block; }
#U3RwCJlwEOrPxonIVIWhnqGNNBluLn0x { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1eac609d-af21-44b9-a323-12062aeed309/MQTBADGE.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.35) ;height:12.5rem;width:12.5rem;top:1.9375rem;left:23.25rem;display:block; }#U3RwCJlwEOrPxonIVIWhnqGNNBluLn0x.adaptive-delivery-prevent-bg, #U3RwCJlwEOrPxonIVIWhnqGNNBluLn0x.lazyload, #U3RwCJlwEOrPxonIVIWhnqGNNBluLn0x.lazyloading { background-image: none; }
#UspuF9ATL4w0x3ETxuRTpl9x1XPQHQxy { color:#ff0000;display:block;width:18.625rem;position:absolute;font-family:"open sans";font-size:4.5rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:36.12451171875rem;left:20rem;height:5.8496125rem;text-align:center;text-align-last:center;display:block; }
#KZKSJQuR7bM3GMAlvZqTu1n1ul0vgtov { background-color:#35ff43;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;box-sizing:border-box;color:#020000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:signika;font-size:4.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:7.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:41.974609375rem;left:18.375rem;display:block; }
#SatlOREmhaszEwTIehbDqPk0iQp7rREZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QJQVCMthTLdKdW4kJUD63rqNC4OtWAdN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f1ef;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; }#QJQVCMthTLdKdW4kJUD63rqNC4OtWAdN > .row .container { background-color: transparent; background-image: none; }#QJQVCMthTLdKdW4kJUD63rqNC4OtWAdN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJQVCMthTLdKdW4kJUD63rqNC4OtWAdN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJQVCMthTLdKdW4kJUD63rqNC4OtWAdN > .row .container > .video-iframe-container { display: none; }#QJQVCMthTLdKdW4kJUD63rqNC4OtWAdN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJQVCMthTLdKdW4kJUD63rqNC4OtWAdN > .row > .video-iframe-container { display: none; }#QJQVCMthTLdKdW4kJUD63rqNC4OtWAdN > .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); }#QJQVCMthTLdKdW4kJUD63rqNC4OtWAdN > .row .container { border-width: 0; border-radius: 0; }#QJQVCMthTLdKdW4kJUD63rqNC4OtWAdN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QJQVCMthTLdKdW4kJUD63rqNC4OtWAdN > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:60rem;position:relative;display:block; }#MGQWvETAaI9elAH4QKETpUkqy2sHmff2 { color:#78a721;display:block;width:60rem;position:absolute;font-family:signika;font-size:3.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0.396484375rem;left:2.25rem;height:4.95605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bz9VhzMQ33IAZm7O65AETIF7PFGZZQIC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#bz9VhzMQ33IAZm7O65AETIF7PFGZZQIC > .row .container { background-color: transparent; background-image: none; }#bz9VhzMQ33IAZm7O65AETIF7PFGZZQIC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bz9VhzMQ33IAZm7O65AETIF7PFGZZQIC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bz9VhzMQ33IAZm7O65AETIF7PFGZZQIC > .row .container > .video-iframe-container { display: none; }#bz9VhzMQ33IAZm7O65AETIF7PFGZZQIC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bz9VhzMQ33IAZm7O65AETIF7PFGZZQIC > .row > .video-iframe-container { display: none; }#bz9VhzMQ33IAZm7O65AETIF7PFGZZQIC > .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); }#bz9VhzMQ33IAZm7O65AETIF7PFGZZQIC > .row .container { border-width: 0; border-radius: 0; }#bz9VhzMQ33IAZm7O65AETIF7PFGZZQIC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bz9VhzMQ33IAZm7O65AETIF7PFGZZQIC > .row .container { font-size:0.875rem;font-family:arial;height:54.875rem;width:60rem;position:relative;display:block; }#cb4tCKReZnKTuJR2rWHlTfu2oUODfBqp { position:absolute;display:block;z-index:15010;background-color:#78a721;background-image:none;border-top:0.5rem solid #fffdfd;border-left:0.5rem solid #fffdfd;border-right:0.5rem solid #fffdfd;border-bottom:0.5rem solid #fffdfd;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.35) ;height:7.5rem;width:7.5rem;top:11.1875rem;left:0rem;display:block; }
#NbvQRTGC0J0X7T1CNaKbNG5JO4kcV93h { color:#78a721;display:block;width:22.0625rem;position:absolute;font-family:signika;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.0625rem;left:9.75rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Hz8RTA4BQL7dat1vxl8kEv3JdT8rPWoE { color:#ffffff;display:block;width:21.0625rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.9609375rem;left:9.75rem;height:5.8496125rem;text-align:left;text-align-last:left;display:block; }
#Tk4ZRkhT5aRdRPWF5MKsdTgW1KfNRPm8 { position:absolute;display:block;z-index:15013;background-color:#78a721;background-image:none;border-top:0.5rem solid #f7f7ff;border-left:0.5rem solid #f7f7ff;border-right:0.5rem solid #f7f7ff;border-bottom:0.5rem solid #f7f7ff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.35) ;height:7.5rem;width:7.5rem;top:11.1875rem;left:31.5rem;display:block; }
#ayTKLgaaTTvEbck2BldsD58AZVXaW5N1 { position:absolute;display:block;z-index:15019;background-color:#78a721;background-image:none;border-top:0.5rem solid #f7f7ff;border-left:0.5rem solid #f7f7ff;border-right:0.5rem solid #f7f7ff;border-bottom:0.5rem solid #f7f7ff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.35) ;height:7.5rem;width:7.5rem;top:23.82421875rem;left:30.8125rem;display:block; }
#Hna3Ngkgc0f8H0vSwAPuJTW4ibw0ETJU { position:absolute;display:block;z-index:15016;background-color:#78a721;background-image:none;border-top:0.5rem solid #f7f7ff;border-left:0.5rem solid #f7f7ff;border-right:0.5rem solid #f7f7ff;border-bottom:0.5rem solid #f7f7ff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.35) ;height:7.5rem;width:7.5rem;top:24.4375rem;left:0rem;display:block; }
#X6Ff7CZsATGHUPXG9DGDhTPhVBHhEIxz { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:15.9609375rem;left:41.25rem;height:5.8496125rem;text-align:left;text-align-last:left;display:block; }
#OJwEvCIlzg7kK0llnwyhTif9KFr2T8PX { color:#78a721;display:block;width:18.75rem;position:absolute;font-family:signika;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:12.0625rem;left:41.25rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eA9zQNF2qyAVQTgl9FlGiU7g9RHuLvKa { color:#78a721;display:block;width:18.75rem;position:absolute;font-family:signika;font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:24.625rem;left:9.75rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nKdDR3TVkcqxX3JhKIBdIkhz3AEfNqDe { color:#78a721;display:block;width:18.75rem;position:absolute;font-family:signika;font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:24.744140625rem;left:41.25rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#obJB3beccqETabxdpqs447N20O6cnWTa { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:28.52392578125rem;left:41.25rem;height:5.8496125rem;text-align:left;text-align-last:left;display:block; }
#tCi5IUsOmTZGTLPHtqFF1tbE7Pi1dslc { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:28.52392578125rem;left:9.75rem;height:5.8496125rem;text-align:left;text-align-last:left;display:block; }
#zcyingnSFbEl3blJo5ZeceWaq9ReaLCN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:12.34375rem;left:1.15625rem; }
#ayRcnPd5Z3SDAT33yJHLQFM2CfhUHOG2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.8125rem;width:5.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:12.53125rem;left:32.84375rem; }
#m6O5FXWouhyC0V89TZ8nnO4269SToUOs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5rem;width:5.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:25.9375rem;left:1.5rem; }
#DlpZwMRzggOqwJXS548lQId2P2o5Vk3b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.625rem;width:6.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:24.76171875rem;left:31.8125rem; }
#ba1T3wMXyZeaDT3R0fTJvNbmM53K1u5a { background-color:#35ff43;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;box-sizing:border-box;color:#020000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:signika;font-size:4.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5625rem;height:5.25rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:42.3125rem;left:19.75rem;display:block; }
#HxI5eLQrmfS4AWbbUaB1WeBgcFuFmHTT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r1qRgx2hy4Ds4uPqgrmyHVTrmqFQVmwK { color:#f4f1ef;display:block;width:32rem;position:absolute;font-family:signika;font-size:2.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:38.5rem;left:14rem;height:3.8183625rem;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;text-align:center;text-align-last:center;display:block; }
#TqAT5fusJEezdiodLwVzHZNT9NlAhqWz { color:#35ff43;display:block;width:36.3125rem;position:absolute;font-family:signika;font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:48.375rem;left:11.875rem;height:3.25rem;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;text-align:center;text-align-last:center;display:block; }
#ge9pxfh0ACskp2RvVvywVzZJ2ROBK5tZ { color:#ffffff;display:block;width:58.6875rem;position:absolute;font-family:dosis;font-size:1.8125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.0234375rem;left:0.71875rem;height:9.423825rem;text-align:center;text-align-last:center;display:block; }
#SDS6KNloXptiZLfwOEvPuqbwNT8KHhAB { 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; }#SDS6KNloXptiZLfwOEvPuqbwNT8KHhAB > .row .container { background-color: transparent; background-image: none; }#SDS6KNloXptiZLfwOEvPuqbwNT8KHhAB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDS6KNloXptiZLfwOEvPuqbwNT8KHhAB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDS6KNloXptiZLfwOEvPuqbwNT8KHhAB > .row .container > .video-iframe-container { display: none; }#SDS6KNloXptiZLfwOEvPuqbwNT8KHhAB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDS6KNloXptiZLfwOEvPuqbwNT8KHhAB > .row > .video-iframe-container { display: none; }#SDS6KNloXptiZLfwOEvPuqbwNT8KHhAB > .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); }#SDS6KNloXptiZLfwOEvPuqbwNT8KHhAB > .row .container { border-width: 0; border-radius: 0; }#SDS6KNloXptiZLfwOEvPuqbwNT8KHhAB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SDS6KNloXptiZLfwOEvPuqbwNT8KHhAB > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:60rem;position:relative;display:block; }#bndMu2026JrMNTcwBSTOt0KXErCfkH5f { color:#78a721;display:block;width:59.1875rem;position:absolute;font-family:signika;font-size:4.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0rem;left:2.65625rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d5SsUcpBp3la0RfxrN8TF18QLNLhgucH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#d5SsUcpBp3la0RfxrN8TF18QLNLhgucH > .row .container { background-color: transparent; background-image: none; }#d5SsUcpBp3la0RfxrN8TF18QLNLhgucH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5SsUcpBp3la0RfxrN8TF18QLNLhgucH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5SsUcpBp3la0RfxrN8TF18QLNLhgucH > .row .container > .video-iframe-container { display: none; }#d5SsUcpBp3la0RfxrN8TF18QLNLhgucH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5SsUcpBp3la0RfxrN8TF18QLNLhgucH > .row > .video-iframe-container { display: none; }#d5SsUcpBp3la0RfxrN8TF18QLNLhgucH > .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); }#d5SsUcpBp3la0RfxrN8TF18QLNLhgucH > .row .container { border-width: 0; border-radius: 0; }#d5SsUcpBp3la0RfxrN8TF18QLNLhgucH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d5SsUcpBp3la0RfxrN8TF18QLNLhgucH > .row .container { font-size:0.875rem;font-family:arial;height:39.75rem;width:60rem;position:relative;display:block; }#I6GlbPySp6BRIQQnrb4azKdT0Ga3bGst { color:#ffffff;display:block;width:59.375rem;position:absolute;font-family:dosis;font-size:1.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:0.875rem;left:2.5625rem;height:24.375rem;text-align:left;text-align-last:left;display:block; }
#T0VeA9GxJZpc27XdPTfvAy5ofbn5E0Ea { background-color:#35ff43;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;box-sizing:border-box;color:#020000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:signika;font-size:4.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5625rem;height:5.25rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:26.9375rem;left:19.125rem;display:block; }
#T7rbcpHnJTmt0A1520zo1cZ2TsiMGdwK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T0g1AP2u3iopHtqDxgkJ2eA54dPpvCo3 { color:#35ff43;display:block;width:36.3125rem;position:absolute;font-family:signika;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:32.9375rem;left:11.25rem;height:3.25rem;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;text-align:center;text-align-last:center;display:block; }
#nhalbq3TkRWD4c09JOVeXvNkdQK7lqSq { 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; }#nhalbq3TkRWD4c09JOVeXvNkdQK7lqSq > .row .container { background-color: transparent; background-image: none; }#nhalbq3TkRWD4c09JOVeXvNkdQK7lqSq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhalbq3TkRWD4c09JOVeXvNkdQK7lqSq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhalbq3TkRWD4c09JOVeXvNkdQK7lqSq > .row .container > .video-iframe-container { display: none; }#nhalbq3TkRWD4c09JOVeXvNkdQK7lqSq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhalbq3TkRWD4c09JOVeXvNkdQK7lqSq > .row > .video-iframe-container { display: none; }#nhalbq3TkRWD4c09JOVeXvNkdQK7lqSq > .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); }#nhalbq3TkRWD4c09JOVeXvNkdQK7lqSq > .row .container { border-width: 0; border-radius: 0; }#nhalbq3TkRWD4c09JOVeXvNkdQK7lqSq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nhalbq3TkRWD4c09JOVeXvNkdQK7lqSq > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:60rem;position:relative;display:block; }#oiCDCTIy9TvmrNi52XxLpRMctKS8xTTQ { color:#78a721;display:block;width:59.1875rem;position:absolute;font-family:signika;font-size:4.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QOrlldI90hr1hWDDCkT0quybUdXQidoz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#78a721;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; }#QOrlldI90hr1hWDDCkT0quybUdXQidoz > .row .container { background-color: transparent; background-image: none; }#QOrlldI90hr1hWDDCkT0quybUdXQidoz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOrlldI90hr1hWDDCkT0quybUdXQidoz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOrlldI90hr1hWDDCkT0quybUdXQidoz > .row .container > .video-iframe-container { display: none; }#QOrlldI90hr1hWDDCkT0quybUdXQidoz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOrlldI90hr1hWDDCkT0quybUdXQidoz > .row > .video-iframe-container { display: none; }#QOrlldI90hr1hWDDCkT0quybUdXQidoz > .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); }#QOrlldI90hr1hWDDCkT0quybUdXQidoz > .row .container { border-width: 0; border-radius: 0; }#QOrlldI90hr1hWDDCkT0quybUdXQidoz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QOrlldI90hr1hWDDCkT0quybUdXQidoz > .row .container { font-size:0.875rem;font-family:arial;height:29.4375rem;width:60rem;position:relative;display:block; }#Rh94CprUONRedyMpOh5no2tAdIxIoXaZ { color:#ffffff;display:block;width:59.375rem;position:absolute;font-family:dosis;font-size:1.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:0.96875rem;left:0.625rem;height:31.6875rem;text-align:left;text-align-last:left;display:block; }
#hVlBrrAP3FU6i4OaVPSqr5VuFkFA5ZTc { 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; }#hVlBrrAP3FU6i4OaVPSqr5VuFkFA5ZTc > .row .container { background-color: transparent; background-image: none; }#hVlBrrAP3FU6i4OaVPSqr5VuFkFA5ZTc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVlBrrAP3FU6i4OaVPSqr5VuFkFA5ZTc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVlBrrAP3FU6i4OaVPSqr5VuFkFA5ZTc > .row .container > .video-iframe-container { display: none; }#hVlBrrAP3FU6i4OaVPSqr5VuFkFA5ZTc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVlBrrAP3FU6i4OaVPSqr5VuFkFA5ZTc > .row > .video-iframe-container { display: none; }#hVlBrrAP3FU6i4OaVPSqr5VuFkFA5ZTc > .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); }#hVlBrrAP3FU6i4OaVPSqr5VuFkFA5ZTc > .row .container { border-width: 0; border-radius: 0; }#hVlBrrAP3FU6i4OaVPSqr5VuFkFA5ZTc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hVlBrrAP3FU6i4OaVPSqr5VuFkFA5ZTc > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:60rem;position:relative;display:block; }#sOScMvB6iJB7Uo6TeP0l6o4PpABhQ3p7 { color:#78a721;display:block;width:59.1875rem;position:absolute;font-family:signika;font-size:4.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.625rem;left:2.71875rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#czbz5cTgt92SdCoW71u9Anv0pd3L4sBV { 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; }#czbz5cTgt92SdCoW71u9Anv0pd3L4sBV > .row .container { background-color: transparent; background-image: none; }#czbz5cTgt92SdCoW71u9Anv0pd3L4sBV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czbz5cTgt92SdCoW71u9Anv0pd3L4sBV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czbz5cTgt92SdCoW71u9Anv0pd3L4sBV > .row .container > .video-iframe-container { display: none; }#czbz5cTgt92SdCoW71u9Anv0pd3L4sBV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czbz5cTgt92SdCoW71u9Anv0pd3L4sBV > .row > .video-iframe-container { display: none; }#czbz5cTgt92SdCoW71u9Anv0pd3L4sBV > .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); }#czbz5cTgt92SdCoW71u9Anv0pd3L4sBV > .row .container { border-width: 0; border-radius: 0; }#czbz5cTgt92SdCoW71u9Anv0pd3L4sBV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#czbz5cTgt92SdCoW71u9Anv0pd3L4sBV > .row .container { font-size:0.875rem;font-family:arial;height:24rem;width:60rem;position:relative;display:block; }#OD2TgZwvcUoINLSWH2C4USJDN5HVpsah { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.6875rem;width:36rem;top:0rem;left:13.088216957606rem;overflow:hidden;display:block; }
#k0CCkv2hQz7nsIBAi2cC9QTUFAuyvzWI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1e1e1e, #070707);background-image: -moz-linear-gradient(180deg, #1e1e1e, #070707);background-image: -ms-linear-gradient(180deg, #1e1e1e, #070707);background-image: -o-linear-gradient(180deg, #1e1e1e, #070707);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#070707' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#070707' );";background-image: linear-gradient(180deg, #1e1e1e, #070707);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k0CCkv2hQz7nsIBAi2cC9QTUFAuyvzWI > .row .container { background-color: transparent; background-image: none; }#k0CCkv2hQz7nsIBAi2cC9QTUFAuyvzWI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0CCkv2hQz7nsIBAi2cC9QTUFAuyvzWI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0CCkv2hQz7nsIBAi2cC9QTUFAuyvzWI > .row .container > .video-iframe-container { display: none; }#k0CCkv2hQz7nsIBAi2cC9QTUFAuyvzWI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0CCkv2hQz7nsIBAi2cC9QTUFAuyvzWI > .row > .video-iframe-container { display: none; }#k0CCkv2hQz7nsIBAi2cC9QTUFAuyvzWI > .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); }#k0CCkv2hQz7nsIBAi2cC9QTUFAuyvzWI > .row .container { border-width: 0; border-radius: 0; }#k0CCkv2hQz7nsIBAi2cC9QTUFAuyvzWI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k0CCkv2hQz7nsIBAi2cC9QTUFAuyvzWI > .row .container { font-size:0.875rem;font-family:arial;height:46.4375rem;width:60rem;position:relative;display:block; }#DHWUFGoF9wL2kCSEocNBwVsp4RrOzECB { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:9.875rem;width:17.75rem;top:17.46875rem;left:2.3125rem;display:block; }
#gOASV0qDEsk9izdisPnvTx6UFlJST2Tb { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.0625rem;width:19.875rem;top:16.875rem;left:20rem;display:block; }
#UmIGUwRiomKgCOZs31k8OnRI30XMxinI { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.9375rem;width:21.375rem;top:16.15625rem;left:40.59375rem;display:block; }
#qRgTnm8TzZxG8tEOuJ6V17Nhb3MfVV23 { color:#78a721;display:block;width:17.75rem;position:absolute;font-family:"pt sans narrow";font-size:1.5rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:2.14990234375rem;left:1.4375rem;height:13.6479375rem;text-align:center;text-align-last:center;display:block; }
#PR92Zvgw0t74f95gZ4kL67GmmnwuodLu { color:#eeeeee;display:block;width:18.9375rem;position:absolute;font-family:"pt sans narrow";font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:2.36376953125rem;left:20.40625rem;height:13.6479375rem;text-align:center;text-align-last:center;display:block; }
#GciAtSzHrM7kFUuyVXV1hPZyw9o1pD07 { color:#ffffff;display:block;width:19.5625rem;position:absolute;font-family:"pt sans narrow";font-size:1.5rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:2.30126953125rem;left:40.3125rem;height:11.69825rem;text-align:center;text-align-last:center;display:block; }
#k5kpfPGWSny5AIF01Qc7GRPt1XFhQFaB { background-color:#35ff43;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;box-sizing:border-box;color:#020000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:signika;font-size:4.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5625rem;height:5.25rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:36.16162109375rem;left:19.15625rem;display:block; }
#pVGnfOF6TSoQiFKn4yB4kVH6fBJLVEln { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uQAwsZCFRWmglSnDP5mFit4enIwNOOtz { color:#ffffff;display:block;width:35.8125rem;position:absolute;font-family:signika;font-size:2.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:31.5927734375rem;left:12.09375rem;height:3.8183625rem;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;text-align:center;text-align-last:center;display:block; }
#HW9SKFcyiMscJ0Z4pDrfa0Ra3EcFlR6o { 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; }#HW9SKFcyiMscJ0Z4pDrfa0Ra3EcFlR6o > .row .container { background-color: transparent; background-image: none; }#HW9SKFcyiMscJ0Z4pDrfa0Ra3EcFlR6o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HW9SKFcyiMscJ0Z4pDrfa0Ra3EcFlR6o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HW9SKFcyiMscJ0Z4pDrfa0Ra3EcFlR6o > .row .container > .video-iframe-container { display: none; }#HW9SKFcyiMscJ0Z4pDrfa0Ra3EcFlR6o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HW9SKFcyiMscJ0Z4pDrfa0Ra3EcFlR6o > .row > .video-iframe-container { display: none; }#HW9SKFcyiMscJ0Z4pDrfa0Ra3EcFlR6o > .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); }#HW9SKFcyiMscJ0Z4pDrfa0Ra3EcFlR6o > .row .container { border-width: 0; border-radius: 0; }#HW9SKFcyiMscJ0Z4pDrfa0Ra3EcFlR6o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HW9SKFcyiMscJ0Z4pDrfa0Ra3EcFlR6o > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:60rem;position:relative;display:block; }#WQTQyo8JJl5Uhz7m0STBAURzy7mFi99c { color:#78a721;display:block;width:59.1875rem;position:absolute;font-family:signika;font-size:4.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0rem;left:0.40625rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rIMt5ameA6e4pxezGcn10f5Sdlxxr3T0 { 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; }#rIMt5ameA6e4pxezGcn10f5Sdlxxr3T0 > .row .container { background-color: transparent; background-image: none; }#rIMt5ameA6e4pxezGcn10f5Sdlxxr3T0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rIMt5ameA6e4pxezGcn10f5Sdlxxr3T0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rIMt5ameA6e4pxezGcn10f5Sdlxxr3T0 > .row .container > .video-iframe-container { display: none; }#rIMt5ameA6e4pxezGcn10f5Sdlxxr3T0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rIMt5ameA6e4pxezGcn10f5Sdlxxr3T0 > .row > .video-iframe-container { display: none; }#rIMt5ameA6e4pxezGcn10f5Sdlxxr3T0 > .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); }#rIMt5ameA6e4pxezGcn10f5Sdlxxr3T0 > .row .container { border-width: 0; border-radius: 0; }#rIMt5ameA6e4pxezGcn10f5Sdlxxr3T0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rIMt5ameA6e4pxezGcn10f5Sdlxxr3T0 > .row .container { font-size:0.875rem;font-family:arial;height:39.5625rem;width:60rem;position:relative;display:block; }#Pim3n9FJTRKL7Nl9gXrGbxhfT4KkKpgJ { color:#ffffff;display:block;width:59.375rem;position:absolute;font-family:dosis;font-size:1.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:0rem;left:2.25rem;height:36.5625rem;text-align:left;text-align-last:left;display:block; }
#DEOa0QJDSTITS8nxZmdHCgh5I1lx9LhT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#070707;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; }#DEOa0QJDSTITS8nxZmdHCgh5I1lx9LhT > .row .container { background-color: transparent; background-image: none; }#DEOa0QJDSTITS8nxZmdHCgh5I1lx9LhT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DEOa0QJDSTITS8nxZmdHCgh5I1lx9LhT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DEOa0QJDSTITS8nxZmdHCgh5I1lx9LhT > .row .container > .video-iframe-container { display: none; }#DEOa0QJDSTITS8nxZmdHCgh5I1lx9LhT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DEOa0QJDSTITS8nxZmdHCgh5I1lx9LhT > .row > .video-iframe-container { display: none; }#DEOa0QJDSTITS8nxZmdHCgh5I1lx9LhT > .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); }#DEOa0QJDSTITS8nxZmdHCgh5I1lx9LhT > .row .container { border-width: 0; border-radius: 0; }#DEOa0QJDSTITS8nxZmdHCgh5I1lx9LhT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DEOa0QJDSTITS8nxZmdHCgh5I1lx9LhT > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:60rem;position:relative;display:block; }#XiH6wZcg2qVaERgqOHJXHl1ETfaAMx2B { color:#78a721;display:block;width:60rem;position:absolute;font-family:signika;font-size:4.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.375rem;left:0rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pymZGwMFGyn6nZD681XR7Lo4xEzMGseT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #78a721, #f7f9fd);background-image: -moz-linear-gradient(180deg, #78a721, #f7f9fd);background-image: -ms-linear-gradient(180deg, #78a721, #f7f9fd);background-image: -o-linear-gradient(180deg, #78a721, #f7f9fd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#78a721', endColorstr='#f7f9fd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#78a721', endColorstr='#f7f9fd' );";background-image: linear-gradient(180deg, #78a721, #f7f9fd);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pymZGwMFGyn6nZD681XR7Lo4xEzMGseT > .row .container { background-color: transparent; background-image: none; }#pymZGwMFGyn6nZD681XR7Lo4xEzMGseT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pymZGwMFGyn6nZD681XR7Lo4xEzMGseT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pymZGwMFGyn6nZD681XR7Lo4xEzMGseT > .row .container > .video-iframe-container { display: none; }#pymZGwMFGyn6nZD681XR7Lo4xEzMGseT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pymZGwMFGyn6nZD681XR7Lo4xEzMGseT > .row > .video-iframe-container { display: none; }#pymZGwMFGyn6nZD681XR7Lo4xEzMGseT > .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); }#pymZGwMFGyn6nZD681XR7Lo4xEzMGseT > .row .container { border-width: 0; border-radius: 0; }#pymZGwMFGyn6nZD681XR7Lo4xEzMGseT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pymZGwMFGyn6nZD681XR7Lo4xEzMGseT > .row .container { font-size:0.875rem;font-family:arial;height:57.375rem;width:60rem;position:relative;display:block; }#nXKh7sCTAFUN6OLf9xCZVxyI7RVmT4uv { 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:14.125rem;width:15.6875rem;top:-0.0625rem;left:55.813696990424rem;overflow:hidden;display:block; }
#pJ2DlcL5sOkNb7oEOAW1wKi9Qhl8rEZ2 { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.9375rem;left:0.78125rem;height:24.6962625rem;display:block; }
#gPWmb7fs4n7FbOAXHN8Rp0nTruLp7KUQ { color:#020000;display:block;width:12.625rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.125rem;left:0rem;height:11.699225rem;text-align:center;text-align-last:center;display:block; }
#aRtPRFpZ0TyraQx4k2ECTwz16D3BKuSo { color:#000000;display:block;width:23.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.5rem;left:25.75rem;height:20.7968625rem;display:block; }
#AxoCbEggUcvvEO3wp3eP69PIeuNZgmNh { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:15.625rem;left:50.6875rem;height:25.99605625rem;display:block; }
#Sq21yZqHfPcbc64DHAPz5vlROTr6htB1 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:14rem;top:0.25rem;left:30.5rem;overflow:hidden;display:block; }
#CeyANx0AuqJwyscobr9dCZXsvD6ogGuL { color:#eeeeee;display:block;width:40.3125rem;position:absolute;font-family:"open sans";font-size:2.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.25rem;left:17.34375rem;height:3.5625rem;display:none; }
#Z3a1TyXxWl9xJpO2RCq4iv7NwQgIyNLD { color:#eeeeee;display:block;width:40.3125rem;position:absolute;font-family:"open sans";font-size:2.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.25rem;left:17.34375rem;height:3.5625rem;display:none; }
#OuOcniP578cnzkugSTOgp56RnTJ4SdQf { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:7.8125rem;top:0rem;left:14.63671875rem;overflow:hidden;display:block; }
#ZUFCZwxvGzQZkw6zR7u8Geut2QUhvPup { background-color:#35ff43;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;box-sizing:border-box;color:#020000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:signika;font-size:4.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:39.125rem;height:5.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:48.912109375rem;left:10.4375rem;display:block; }
#hKoCpsVi0yBCzwMowGetn1K8r4bILnPr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EkluaGRxnCCE5wCi4iUg642s0OS7H7LS { color:#000000;display:block;width:60rem;position:absolute;font-family:signika;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:45.724609375rem;left:0rem;height:3.25rem;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;text-align:center;text-align-last:center;display:block; }
#xnOVeoZOM9Rf3dJotFqrHIwuAkdtlbB6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#070707;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; }#xnOVeoZOM9Rf3dJotFqrHIwuAkdtlbB6 > .row .container { background-color: transparent; background-image: none; }#xnOVeoZOM9Rf3dJotFqrHIwuAkdtlbB6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnOVeoZOM9Rf3dJotFqrHIwuAkdtlbB6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnOVeoZOM9Rf3dJotFqrHIwuAkdtlbB6 > .row .container > .video-iframe-container { display: none; }#xnOVeoZOM9Rf3dJotFqrHIwuAkdtlbB6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnOVeoZOM9Rf3dJotFqrHIwuAkdtlbB6 > .row > .video-iframe-container { display: none; }#xnOVeoZOM9Rf3dJotFqrHIwuAkdtlbB6 > .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); }#xnOVeoZOM9Rf3dJotFqrHIwuAkdtlbB6 > .row .container { border-width: 0; border-radius: 0; }#xnOVeoZOM9Rf3dJotFqrHIwuAkdtlbB6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xnOVeoZOM9Rf3dJotFqrHIwuAkdtlbB6 > .row .container { font-size:0.875rem;font-family:arial;height:18.1875rem;width:60rem;position:relative;display:block; }#uhlatLRKc2ILlyRT1GV4Mv0gRyvtOqWK { color:#a2c73b;display:block;width:27.5625rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.0625rem;left:2.25rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#yZf3RTxwIzP2rgQHXbiWRN9i6H4f7W0q { color:#a2c73b;display:block;width:31.5rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.0625rem;left:30.375rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#vuTqkSIMNkXKUlRAf2uR0Xnh91WS0o5U { color:#a2c73b;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:7.03125rem;left:7.90625rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#AoMRl8kHOTohOVV0yoyR5qu9NgMOFIxc { color:#a2c73b;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:7.03125rem;left:36.875rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#ROBTilBnkhzTfZlK4qhdDSnQEnPE9HKJ { color:#a2c73b;display:block;width:23.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:9.46875rem;left:34.40625rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#HzuhCKAtrnDrTRSxnGbpXkEQEOMfcTsu { box-sizing:content-box;color:#a2c73b;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:12.625rem;left:42.1875rem;display:block; }
#Ev8LUXVEUWV2tfTdZwJibyQX96yNMT0g { box-sizing:content-box;color:#a2c73b;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:12.625rem;left:44.6875rem;display:block; }
#nv3eG1Z1mJk8QTVInWGx3G2FeCp9yN2X { box-sizing:content-box;color:#a2c73b;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:12.625rem;left:47.3125rem;display:block; }
#BZZ2CG95OHI7ydzSs0blL0paMwTzyzwO { box-sizing:content-box;color:#a2c73b;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:12.625rem;left:39.5625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Z6W8MNcmRpk4qVEZclioyODvLniWOVGV { display:block; }#Z6W8MNcmRpk4qVEZclioyODvLniWOVGV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bHLgPk4rHNvFrEmSe7KUzaRo3PCG00Cf { width:47.75rem;height:3.8125rem;top:60.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTrZi3LPXgZshVwMFTsqPzT6WooALxrk { display:block; }#yTrZi3LPXgZshVwMFTsqPzT6WooALxrk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UFCWiRyFlrBCSIK15wFTSrePiafpe644 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UFCWiRyFlrBCSIK15wFTSrePiafpe644 .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; }
#UFCWiRyFlrBCSIK15wFTSrePiafpe644 .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; }
#UFCWiRyFlrBCSIK15wFTSrePiafpe644 { display:flex;width:18rem;height:5.0625rem;top:0rem;left:12.4462890625rem; }
 }@media only screen and (max-width: 763px) { #UFCWiRyFlrBCSIK15wFTSrePiafpe644 #DPOyZV2VcJ01aBwhFWoc8HP3blrT6DNQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UFCWiRyFlrBCSIK15wFTSrePiafpe644 #mDhfRWLgCPmsEB4wJRdz4H1oOvac7vzB {  }
 }@media only screen and (max-width: 763px) { #UFCWiRyFlrBCSIK15wFTSrePiafpe644 #ml01myxJD01K9SwfA65MD6H2SLlg8CBt {  }
 }@media only screen and (max-width: 763px) { #UFCWiRyFlrBCSIK15wFTSrePiafpe644 #mxO4UI1hhuq96IJWhTcvLHCmnzmWm2WM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UFCWiRyFlrBCSIK15wFTSrePiafpe644 #s2awU1478hV8RPnNTviUTqhyKKWRIJN1 {  }
 }@media only screen and (max-width: 763px) { #UFCWiRyFlrBCSIK15wFTSrePiafpe644 #adR2srUr4zFBGZVkx2l6Hp3CiZKbNESE {  }
 }@media only screen and (max-width: 763px) { #UFCWiRyFlrBCSIK15wFTSrePiafpe644 #tgEwBFm8FOEOwTZDJaPAo2cDtD7Ui3yM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UFCWiRyFlrBCSIK15wFTSrePiafpe644 #w5VI5518tTJiOoU4wxODekLuwvcgfsxF {  }
 }@media only screen and (max-width: 763px) { #UFCWiRyFlrBCSIK15wFTSrePiafpe644 #wgTq9A0El8Feus0Lmhnh6WmmafcD9GPW {  }
 }@media only screen and (max-width: 763px) { #UFCWiRyFlrBCSIK15wFTSrePiafpe644 #eZsRFGkxecbSbRwWk5iOOqe1gfrKGW0b { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UFCWiRyFlrBCSIK15wFTSrePiafpe644 #AJf0mtm2KqAOPDL6oQSOpwlcrd2pFcKl {  }
 }@media only screen and (max-width: 763px) { #UFCWiRyFlrBCSIK15wFTSrePiafpe644 #TVpKca319mBo3BBb3GVrBiHcOwCeFF2u {  }
 }@media only screen and (max-width: 763px) { #VFvzacezi9wa7qxg1FKUZUTCTO6G5C79 { display:block; }#VFvzacezi9wa7qxg1FKUZUTCTO6G5C79 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBamKB5NrKPTT2Fu6LvcKBC1kMl6pH9T { width:47.75rem;height:26.660416666667rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVJ85ZOeZd1hfTTz8KsuFD4giRoNFVsl { width:47.3125rem;height:26.1875rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKXTZIlCFDHpC11sSyrsyeMqCEAyTaWr { top:33.75rem;left:13.875rem;width:18.625rem;height:5.8125rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryI12IhNI4g0omzpgXhkgAygGAgspvMO { width:23.25rem;height:7.1875rem;top:39.5625rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #opPyTMdvqLxf7SKa5yCuu7i7l60FMO0c { display:block; }
 }@media only screen and (max-width: 763px) { #EHJSoSeEMIT7xUd7zqGI8DJ2LBvPTqe9 { display:block; }#EHJSoSeEMIT7xUd7zqGI8DJ2LBvPTqe9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fMfpf3UBElovZuHpBmFiZF0lMknAKrJz { width:47.75rem;height:10.6875rem;top:0rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNhJhR8hahPun48EBC9rcJEugRPdtMDg { display:block; }#SNhJhR8hahPun48EBC9rcJEugRPdtMDg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yZaDhEH5FlWDa3O0P84KbnfRgamQtriC { width:47.75rem;height:27.75rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8fNGqL6BukgSPtC06MkcerLZ4TNzKCZ { width:47.75rem;height:17.0625rem;top:17.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3RwCJlwEOrPxonIVIWhnqGNNBluLn0x { width:12.5rem;height:12.5rem;top:1.9375rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UspuF9ATL4w0x3ETxuRTpl9x1XPQHQxy { top:36.0625rem;left:13.125rem;width:18.625rem;height:5.8125rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZKSJQuR7bM3GMAlvZqTu1n1ul0vgtov { width:23.25rem;height:7.1875rem;top:41.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SatlOREmhaszEwTIehbDqPk0iQp7rREZ { display:block; }
 }@media only screen and (max-width: 763px) { #QJQVCMthTLdKdW4kJUD63rqNC4OtWAdN { display:block; }#QJQVCMthTLdKdW4kJUD63rqNC4OtWAdN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MGQWvETAaI9elAH4QKETpUkqy2sHmff2 { width:47.75rem;height:4.9375rem;top:0.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bz9VhzMQ33IAZm7O65AETIF7PFGZZQIC { display:block; }#bz9VhzMQ33IAZm7O65AETIF7PFGZZQIC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cb4tCKReZnKTuJR2rWHlTfu2oUODfBqp { width:7.5rem;height:7.5rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbvQRTGC0J0X7T1CNaKbNG5JO4kcV93h { width:22.0625rem;height:3.875rem;top:12.0625rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hz8RTA4BQL7dat1vxl8kEv3JdT8rPWoE { width:21.0625rem;height:4.375rem;top:15.9375rem;left:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk4ZRkhT5aRdRPWF5MKsdTgW1KfNRPm8 { width:7.5rem;height:7.5rem;top:11.1875rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayTKLgaaTTvEbck2BldsD58AZVXaW5N1 { width:7.5rem;height:7.5rem;top:23.8125rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hna3Ngkgc0f8H0vSwAPuJTW4ibw0ETJU { width:7.5rem;height:7.5rem;top:24.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6Ff7CZsATGHUPXG9DGDhTPhVBHhEIxz { width:18.75rem;height:4.375rem;top:15.9375rem;left:29rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJwEvCIlzg7kK0llnwyhTif9KFr2T8PX { width:18.75rem;height:3.875rem;top:12.0625rem;left:29rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eA9zQNF2qyAVQTgl9FlGiU7g9RHuLvKa { width:18.75rem;height:3.875rem;top:24.625rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKdDR3TVkcqxX3JhKIBdIkhz3AEfNqDe { width:18.75rem;height:3.875rem;top:24.6875rem;left:29rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #obJB3beccqETabxdpqs447N20O6cnWTa { width:18.75rem;height:5.8125rem;top:28.5rem;left:29rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCi5IUsOmTZGTLPHtqFF1tbE7Pi1dslc { width:18.75rem;height:5.8125rem;top:28.5rem;left:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcyingnSFbEl3blJo5ZeceWaq9ReaLCN { top:12.3125rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayRcnPd5Z3SDAT33yJHLQFM2CfhUHOG2 { top:12.5rem;left:26.71875rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6O5FXWouhyC0V89TZ8nnO4269SToUOs { top:25.9375rem;left:0rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlpZwMRzggOqwJXS548lQId2P2o5Vk3b { top:24.75rem;left:25.6875rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba1T3wMXyZeaDT3R0fTJvNbmM53K1u5a { width:20.5625rem;height:5.25rem;top:42.3125rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxI5eLQrmfS4AWbbUaB1WeBgcFuFmHTT { display:block; }
 }@media only screen and (max-width: 763px) { #r1qRgx2hy4Ds4uPqgrmyHVTrmqFQVmwK { width:32rem;height:3.8125rem;top:38.5rem;left:7.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqAT5fusJEezdiodLwVzHZNT9NlAhqWz { width:36.3125rem;height:3.25rem;top:48.375rem;left:5.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ge9pxfh0ACskp2RvVvywVzZJ2ROBK5tZ { width:47.75rem;height:7.0625rem;top:1rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDS6KNloXptiZLfwOEvPuqbwNT8KHhAB { display:block; }#SDS6KNloXptiZLfwOEvPuqbwNT8KHhAB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bndMu2026JrMNTcwBSTOt0KXErCfkH5f { top:0rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5SsUcpBp3la0RfxrN8TF18QLNLhgucH { display:block; }#d5SsUcpBp3la0RfxrN8TF18QLNLhgucH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I6GlbPySp6BRIQQnrb4azKdT0Ga3bGst { width:47.75rem;height:21.9375rem;top:0.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0VeA9GxJZpc27XdPTfvAy5ofbn5E0Ea { width:20.5625rem;height:5.25rem;top:26.9375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7rbcpHnJTmt0A1520zo1cZ2TsiMGdwK { display:block; }
 }@media only screen and (max-width: 763px) { #T0g1AP2u3iopHtqDxgkJ2eA54dPpvCo3 { width:36.3125rem;height:3.25rem;top:32.9375rem;left:5.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhalbq3TkRWD4c09JOVeXvNkdQK7lqSq { display:block; }#nhalbq3TkRWD4c09JOVeXvNkdQK7lqSq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oiCDCTIy9TvmrNi52XxLpRMctKS8xTTQ { top:0rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOrlldI90hr1hWDDCkT0quybUdXQidoz { display:block; }#QOrlldI90hr1hWDDCkT0quybUdXQidoz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rh94CprUONRedyMpOh5no2tAdIxIoXaZ { width:47.75rem;height:24.375rem;top:0.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVlBrrAP3FU6i4OaVPSqr5VuFkFA5ZTc { display:block; }#hVlBrrAP3FU6i4OaVPSqr5VuFkFA5ZTc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sOScMvB6iJB7Uo6TeP0l6o4PpABhQ3p7 { top:0.625rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #czbz5cTgt92SdCoW71u9Anv0pd3L4sBV { display:block; }#czbz5cTgt92SdCoW71u9Anv0pd3L4sBV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OD2TgZwvcUoINLSWH2C4USJDN5HVpsah { top:0rem;left:6.9632169576063rem;width:36rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0CCkv2hQz7nsIBAi2cC9QTUFAuyvzWI { display:block; }#k0CCkv2hQz7nsIBAi2cC9QTUFAuyvzWI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DHWUFGoF9wL2kCSEocNBwVsp4RrOzECB { top:17.4375rem;left:0rem;width:17.75rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOASV0qDEsk9izdisPnvTx6UFlJST2Tb { top:16.875rem;left:11.875rem;width:19.875rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmIGUwRiomKgCOZs31k8OnRI30XMxinI { top:16.125rem;left:26.25rem;width:21.375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRgTnm8TzZxG8tEOuJ6V17Nhb3MfVV23 { top:2.125rem;left:0rem;width:17.75rem;height:13.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PR92Zvgw0t74f95gZ4kL67GmmnwuodLu { top:2.3125rem;left:12.8125rem;width:18.9375rem;height:13.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GciAtSzHrM7kFUuyVXV1hPZyw9o1pD07 { top:2.25rem;left:28.0625rem;width:19.5625rem;height:11.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5kpfPGWSny5AIF01Qc7GRPt1XFhQFaB { width:20.5625rem;height:5.25rem;top:36.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVGnfOF6TSoQiFKn4yB4kVH6fBJLVEln { display:block; }
 }@media only screen and (max-width: 763px) { #uQAwsZCFRWmglSnDP5mFit4enIwNOOtz { width:35.8125rem;height:3.8125rem;top:31.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HW9SKFcyiMscJ0Z4pDrfa0Ra3EcFlR6o { display:block; }#HW9SKFcyiMscJ0Z4pDrfa0Ra3EcFlR6o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WQTQyo8JJl5Uhz7m0STBAURzy7mFi99c { top:0rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIMt5ameA6e4pxezGcn10f5Sdlxxr3T0 { display:block; }#rIMt5ameA6e4pxezGcn10f5Sdlxxr3T0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pim3n9FJTRKL7Nl9gXrGbxhfT4KkKpgJ { width:47.75rem;height:36.5625rem;top:0rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEOa0QJDSTITS8nxZmdHCgh5I1lx9LhT { display:block; }#DEOa0QJDSTITS8nxZmdHCgh5I1lx9LhT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XiH6wZcg2qVaERgqOHJXHl1ETfaAMx2B { top:0.375rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pymZGwMFGyn6nZD681XR7Lo4xEzMGseT { display:block; }#pymZGwMFGyn6nZD681XR7Lo4xEzMGseT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nXKh7sCTAFUN6OLf9xCZVxyI7RVmT4uv { top:-0.0625rem;left:32.0625rem;width:15.6875rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJ2DlcL5sOkNb7oEOAW1wKi9Qhl8rEZ2 { top:11.9375rem;left:0rem;width:23.3125rem;height:26.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPWmb7fs4n7FbOAXHN8Rp0nTruLp7KUQ { top:1.125rem;left:0rem;width:12.625rem;height:8.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRtPRFpZ0TyraQx4k2ECTwz16D3BKuSo { top:13.5rem;left:8.1875rem;width:23.5625rem;height:23.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxoCbEggUcvvEO3wp3eP69PIeuNZgmNh { top:15.625rem;left:24.3125rem;width:23.3125rem;height:27.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq21yZqHfPcbc64DHAPz5vlROTr6htB1 { top:0.25rem;left:16.8125rem;width:14rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeyANx0AuqJwyscobr9dCZXsvD6ogGuL { top:57.875rem;left:0rem;width:20rem;height:2.25rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z3a1TyXxWl9xJpO2RCq4iv7NwQgIyNLD { top:111.5625rem;left:0rem;width:20rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OuOcniP578cnzkugSTOgp56RnTJ4SdQf { top:0rem;left:8.0625rem;width:7.8125rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUFCZwxvGzQZkw6zR7u8Geut2QUhvPup { width:39.125rem;height:5.1875rem;top:48.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKoCpsVi0yBCzwMowGetn1K8r4bILnPr { display:block; }
 }@media only screen and (max-width: 763px) { #EkluaGRxnCCE5wCi4iUg642s0OS7H7LS { width:47.75rem;height:3.25rem;top:45.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnOVeoZOM9Rf3dJotFqrHIwuAkdtlbB6 { display:block; }#xnOVeoZOM9Rf3dJotFqrHIwuAkdtlbB6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uhlatLRKc2ILlyRT1GV4Mv0gRyvtOqWK { top:3.0625rem;left:0rem;width:27.5625rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZf3RTxwIzP2rgQHXbiWRN9i6H4f7W0q { top:3.0625rem;left:16.25rem;width:31.5rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuTqkSIMNkXKUlRAf2uR0Xnh91WS0o5U { top:7rem;left:4.84375rem;width:16.25rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoMRl8kHOTohOVV0yoyR5qu9NgMOFIxc { top:7rem;left:27.6875rem;width:16.25rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROBTilBnkhzTfZlK4qhdDSnQEnPE9HKJ { top:9.4375rem;left:24.3125rem;width:23.4375rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzuhCKAtrnDrTRSxnGbpXkEQEOMfcTsu { top:12.625rem;left:33rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ev8LUXVEUWV2tfTdZwJibyQX96yNMT0g { top:12.625rem;left:35.5rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nv3eG1Z1mJk8QTVInWGx3G2FeCp9yN2X { top:12.625rem;left:38.125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZZ2CG95OHI7ydzSs0blL0paMwTzyzwO { top:12.625rem;left:30.375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Z6W8MNcmRpk4qVEZclioyODvLniWOVGV { background-color:#0e67df;background-image:url("https://images.assets-landingi.com/uc/1eac609d-af21-44b9-a323-12062aeed309/MQTBADGE.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#Z6W8MNcmRpk4qVEZclioyODvLniWOVGV.adaptive-delivery-prevent-bg, #Z6W8MNcmRpk4qVEZclioyODvLniWOVGV.lazyload, #Z6W8MNcmRpk4qVEZclioyODvLniWOVGV.lazyloading { background-image: none; }#Z6W8MNcmRpk4qVEZclioyODvLniWOVGV > .row .container { background-color: transparent; background-image: none; }#Z6W8MNcmRpk4qVEZclioyODvLniWOVGV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6W8MNcmRpk4qVEZclioyODvLniWOVGV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6W8MNcmRpk4qVEZclioyODvLniWOVGV > .row .container > .video-iframe-container { display: none; }#Z6W8MNcmRpk4qVEZclioyODvLniWOVGV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6W8MNcmRpk4qVEZclioyODvLniWOVGV > .row > .video-iframe-container { display: none; }#Z6W8MNcmRpk4qVEZclioyODvLniWOVGV > .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); }#Z6W8MNcmRpk4qVEZclioyODvLniWOVGV > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bHLgPk4rHNvFrEmSe7KUzaRo3PCG00Cf { width:20rem;height:1.51220625rem;top:25.67578125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #yTrZi3LPXgZshVwMFTsqPzT6WooALxrk { display:block; }#yTrZi3LPXgZshVwMFTsqPzT6WooALxrk > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UFCWiRyFlrBCSIK15wFTSrePiafpe644 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UFCWiRyFlrBCSIK15wFTSrePiafpe644 .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; }
#UFCWiRyFlrBCSIK15wFTSrePiafpe644 .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; }
#UFCWiRyFlrBCSIK15wFTSrePiafpe644 { display:flex;width:18rem;height:5.0625rem;top:0rem;left:0.2587890625rem; }
 }@media only screen and (max-width: 763px) { #UFCWiRyFlrBCSIK15wFTSrePiafpe644 #DPOyZV2VcJ01aBwhFWoc8HP3blrT6DNQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UFCWiRyFlrBCSIK15wFTSrePiafpe644 #mDhfRWLgCPmsEB4wJRdz4H1oOvac7vzB {  }
 }@media only screen and (max-width: 763px) { #UFCWiRyFlrBCSIK15wFTSrePiafpe644 #ml01myxJD01K9SwfA65MD6H2SLlg8CBt {  }
 }@media only screen and (max-width: 763px) { #UFCWiRyFlrBCSIK15wFTSrePiafpe644 #mxO4UI1hhuq96IJWhTcvLHCmnzmWm2WM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UFCWiRyFlrBCSIK15wFTSrePiafpe644 #s2awU1478hV8RPnNTviUTqhyKKWRIJN1 {  }
 }@media only screen and (max-width: 763px) { #UFCWiRyFlrBCSIK15wFTSrePiafpe644 #adR2srUr4zFBGZVkx2l6Hp3CiZKbNESE {  }
 }@media only screen and (max-width: 763px) { #UFCWiRyFlrBCSIK15wFTSrePiafpe644 #tgEwBFm8FOEOwTZDJaPAo2cDtD7Ui3yM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UFCWiRyFlrBCSIK15wFTSrePiafpe644 #w5VI5518tTJiOoU4wxODekLuwvcgfsxF {  }
 }@media only screen and (max-width: 763px) { #UFCWiRyFlrBCSIK15wFTSrePiafpe644 #wgTq9A0El8Feus0Lmhnh6WmmafcD9GPW {  }
 }@media only screen and (max-width: 763px) { #UFCWiRyFlrBCSIK15wFTSrePiafpe644 #eZsRFGkxecbSbRwWk5iOOqe1gfrKGW0b { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UFCWiRyFlrBCSIK15wFTSrePiafpe644 #AJf0mtm2KqAOPDL6oQSOpwlcrd2pFcKl {  }
 }@media only screen and (max-width: 763px) { #UFCWiRyFlrBCSIK15wFTSrePiafpe644 #TVpKca319mBo3BBb3GVrBiHcOwCeFF2u {  }
 }@media only screen and (max-width: 763px) { #VFvzacezi9wa7qxg1FKUZUTCTO6G5C79 { display:block; }#VFvzacezi9wa7qxg1FKUZUTCTO6G5C79 > .row .container { width:20rem;height:23.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBamKB5NrKPTT2Fu6LvcKBC1kMl6pH9T { width:20rem;height:12.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVJ85ZOeZd1hfTTz8KsuFD4giRoNFVsl { height:9.3125rem;width:17.125rem;top:2.40625rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKXTZIlCFDHpC11sSyrsyeMqCEAyTaWr { width:20rem;height:2.5996125rem;top:14.25rem;left:0rem;font-size:2rem;color:#de001e;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ryI12IhNI4g0omzpgXhkgAygGAgspvMO { width:9.875rem;height:3.375rem;top:16.875rem;left:5.0625rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #opPyTMdvqLxf7SKa5yCuu7i7l60FMO0c { display:block; }
 }@media only screen and (max-width: 763px) { #EHJSoSeEMIT7xUd7zqGI8DJ2LBvPTqe9 { display:block; }#EHJSoSeEMIT7xUd7zqGI8DJ2LBvPTqe9 > .row .container { width:20rem;height:4.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fMfpf3UBElovZuHpBmFiZF0lMknAKrJz { width:20rem;height:3.8496125rem;top:0.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #SNhJhR8hahPun48EBC9rcJEugRPdtMDg { display:block; }#SNhJhR8hahPun48EBC9rcJEugRPdtMDg > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yZaDhEH5FlWDa3O0P84KbnfRgamQtriC { width:19.9375rem;height:23.875rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8fNGqL6BukgSPtC06MkcerLZ4TNzKCZ { width:19.375rem;height:19.5rem;top:9rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3RwCJlwEOrPxonIVIWhnqGNNBluLn0x { width:6.625rem;height:6.625rem;top:1.375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UspuF9ATL4w0x3ETxuRTpl9x1XPQHQxy { width:18.625rem;height:2.5996125rem;top:30.771484375rem;left:0.6875rem;font-size:2rem;color:#de001e;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KZKSJQuR7bM3GMAlvZqTu1n1ul0vgtov { width:11.25rem;height:3.0625rem;top:33.37109375rem;left:4.375rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SatlOREmhaszEwTIehbDqPk0iQp7rREZ { display:block; }
 }@media only screen and (max-width: 763px) { #QJQVCMthTLdKdW4kJUD63rqNC4OtWAdN { background-color:#fffdfd;background-image:none;display:block; }#QJQVCMthTLdKdW4kJUD63rqNC4OtWAdN > .row .container { background-color: transparent; background-image: none; }#QJQVCMthTLdKdW4kJUD63rqNC4OtWAdN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJQVCMthTLdKdW4kJUD63rqNC4OtWAdN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJQVCMthTLdKdW4kJUD63rqNC4OtWAdN > .row .container > .video-iframe-container { display: none; }#QJQVCMthTLdKdW4kJUD63rqNC4OtWAdN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJQVCMthTLdKdW4kJUD63rqNC4OtWAdN > .row > .video-iframe-container { display: none; }#QJQVCMthTLdKdW4kJUD63rqNC4OtWAdN > .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); }#QJQVCMthTLdKdW4kJUD63rqNC4OtWAdN > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MGQWvETAaI9elAH4QKETpUkqy2sHmff2 { width:20rem;height:4.875rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bz9VhzMQ33IAZm7O65AETIF7PFGZZQIC { display:block; }#bz9VhzMQ33IAZm7O65AETIF7PFGZZQIC > .row .container { width:20rem;height:93.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cb4tCKReZnKTuJR2rWHlTfu2oUODfBqp { width:4.1875rem;height:4.1875rem;top:11.5rem;left:7.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbvQRTGC0J0X7T1CNaKbNG5JO4kcV93h { width:18.75rem;height:3.25rem;top:17.3974609375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hz8RTA4BQL7dat1vxl8kEv3JdT8rPWoE { width:18.75rem;height:6.5rem;top:20.6474609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk4ZRkhT5aRdRPWF5MKsdTgW1KfNRPm8 { width:4.5rem;height:4.5rem;top:29.48388671875rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayTKLgaaTTvEbck2BldsD58AZVXaW5N1 { width:4.1875rem;height:4.1875rem;top:65.06298828125rem;left:7.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hna3Ngkgc0f8H0vSwAPuJTW4ibw0ETJU { width:4.5625rem;height:4.5625rem;top:47.4765625rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6Ff7CZsATGHUPXG9DGDhTPhVBHhEIxz { width:19.875rem;height:6.5rem;top:38.76513671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJwEvCIlzg7kK0llnwyhTif9KFr2T8PX { width:16.1875rem;height:3.25rem;top:35.51513671875rem;left:2rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eA9zQNF2qyAVQTgl9FlGiU7g9RHuLvKa { width:17.125rem;height:3.25rem;top:53.2890625rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKdDR3TVkcqxX3JhKIBdIkhz3AEfNqDe { width:16.0625rem;height:3.25rem;top:70.68798828125rem;left:1.96875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #obJB3beccqETabxdpqs447N20O6cnWTa { width:19.9375rem;height:6.5rem;top:73.87548828125rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCi5IUsOmTZGTLPHtqFF1tbE7Pi1dslc { width:19.625rem;height:6.5rem;top:56.5390625rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcyingnSFbEl3blJo5ZeceWaq9ReaLCN { display:flex;width:3.625rem;height:3.625rem;top:12.28125rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #ayRcnPd5Z3SDAT33yJHLQFM2CfhUHOG2 { display:flex;width:4.1875rem;height:4.1875rem;top:30.14013671875rem;left:7.90625rem; }
 }@media only screen and (max-width: 763px) { #m6O5FXWouhyC0V89TZ8nnO4269SToUOs { display:flex;width:3.875rem;height:3.875rem;top:48.1640625rem;left:8.09375rem; }
 }@media only screen and (max-width: 763px) { #DlpZwMRzggOqwJXS548lQId2P2o5Vk3b { display:flex;width:3.8125rem;height:3.8125rem;top:65.75048828125rem;left:8.09375rem; }
 }@media only screen and (max-width: 763px) { #ba1T3wMXyZeaDT3R0fTJvNbmM53K1u5a { width:10.3125rem;height:2.5rem;top:85.33642578125rem;left:4.84375rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxI5eLQrmfS4AWbbUaB1WeBgcFuFmHTT { display:block; }
 }@media only screen and (max-width: 763px) { #r1qRgx2hy4Ds4uPqgrmyHVTrmqFQVmwK { width:20rem;height:1.375rem;top:83.38720703125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TqAT5fusJEezdiodLwVzHZNT9NlAhqWz { width:20rem;height:1.375rem;top:88.39892578125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ge9pxfh0ACskp2RvVvywVzZJ2ROBK5tZ { width:20rem;height:8.125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDS6KNloXptiZLfwOEvPuqbwNT8KHhAB { display:block; }#SDS6KNloXptiZLfwOEvPuqbwNT8KHhAB > .row .container { width:20rem;height:2.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bndMu2026JrMNTcwBSTOt0KXErCfkH5f { width:20rem;height:2.68115rem;top:0.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5SsUcpBp3la0RfxrN8TF18QLNLhgucH { display:block; }#d5SsUcpBp3la0RfxrN8TF18QLNLhgucH > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I6GlbPySp6BRIQQnrb4azKdT0Ga3bGst { width:20rem;height:22.75rem;top:1.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0VeA9GxJZpc27XdPTfvAy5ofbn5E0Ea { width:11rem;height:2.8125rem;top:26.875rem;left:4.5rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7rbcpHnJTmt0A1520zo1cZ2TsiMGdwK { display:block; }
 }@media only screen and (max-width: 763px) { #T0g1AP2u3iopHtqDxgkJ2eA54dPpvCo3 { width:20rem;height:1.375rem;top:30.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #nhalbq3TkRWD4c09JOVeXvNkdQK7lqSq { display:block; }#nhalbq3TkRWD4c09JOVeXvNkdQK7lqSq > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oiCDCTIy9TvmrNi52XxLpRMctKS8xTTQ { width:20rem;height:2.4375rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOrlldI90hr1hWDDCkT0quybUdXQidoz { display:block; }#QOrlldI90hr1hWDDCkT0quybUdXQidoz > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rh94CprUONRedyMpOh5no2tAdIxIoXaZ { width:20rem;height:27.625rem;top:0.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVlBrrAP3FU6i4OaVPSqr5VuFkFA5ZTc { background-color:#fffdfd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hVlBrrAP3FU6i4OaVPSqr5VuFkFA5ZTc > .row .container { background-color: transparent; background-image: none; }#hVlBrrAP3FU6i4OaVPSqr5VuFkFA5ZTc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVlBrrAP3FU6i4OaVPSqr5VuFkFA5ZTc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVlBrrAP3FU6i4OaVPSqr5VuFkFA5ZTc > .row .container > .video-iframe-container { display: none; }#hVlBrrAP3FU6i4OaVPSqr5VuFkFA5ZTc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVlBrrAP3FU6i4OaVPSqr5VuFkFA5ZTc > .row > .video-iframe-container { display: none; }#hVlBrrAP3FU6i4OaVPSqr5VuFkFA5ZTc > .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); }#hVlBrrAP3FU6i4OaVPSqr5VuFkFA5ZTc > .row .container { border-width: 0; border-radius: 0; }#hVlBrrAP3FU6i4OaVPSqr5VuFkFA5ZTc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hVlBrrAP3FU6i4OaVPSqr5VuFkFA5ZTc > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sOScMvB6iJB7Uo6TeP0l6o4PpABhQ3p7 { width:20rem;height:2.4375rem;top:0.3623046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #czbz5cTgt92SdCoW71u9Anv0pd3L4sBV { display:block; }#czbz5cTgt92SdCoW71u9Anv0pd3L4sBV > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OD2TgZwvcUoINLSWH2C4USJDN5HVpsah { width:19.8125rem;height:13.1875rem;top:0.1875rem;left:0.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0CCkv2hQz7nsIBAi2cC9QTUFAuyvzWI { background-color:#070707;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k0CCkv2hQz7nsIBAi2cC9QTUFAuyvzWI > .row .container { background-color: transparent; background-image: none; }#k0CCkv2hQz7nsIBAi2cC9QTUFAuyvzWI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0CCkv2hQz7nsIBAi2cC9QTUFAuyvzWI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0CCkv2hQz7nsIBAi2cC9QTUFAuyvzWI > .row .container > .video-iframe-container { display: none; }#k0CCkv2hQz7nsIBAi2cC9QTUFAuyvzWI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0CCkv2hQz7nsIBAi2cC9QTUFAuyvzWI > .row > .video-iframe-container { display: none; }#k0CCkv2hQz7nsIBAi2cC9QTUFAuyvzWI > .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); }#k0CCkv2hQz7nsIBAi2cC9QTUFAuyvzWI > .row .container { border-width: 0; border-radius: 0; }#k0CCkv2hQz7nsIBAi2cC9QTUFAuyvzWI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k0CCkv2hQz7nsIBAi2cC9QTUFAuyvzWI > .row .container { width:20rem;height:76.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DHWUFGoF9wL2kCSEocNBwVsp4RrOzECB { height:11.168rem;width:20rem;top:9.40478515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOASV0qDEsk9izdisPnvTx6UFlJST2Tb { height:11.168rem;width:20rem;top:31.359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmIGUwRiomKgCOZs31k8OnRI30XMxinI { height:11.168rem;width:20rem;top:53.6142578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRgTnm8TzZxG8tEOuJ6V17Nhb3MfVV23 { width:20rem;height:8.125rem;top:0.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PR92Zvgw0t74f95gZ4kL67GmmnwuodLu { width:20rem;height:8.125rem;top:22.5849609375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GciAtSzHrM7kFUuyVXV1hPZyw9o1pD07 { width:20rem;height:8.125rem;top:44.77734375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k5kpfPGWSny5AIF01Qc7GRPt1XFhQFaB { width:12.25rem;height:3rem;top:70.77734375rem;left:3.875rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVGnfOF6TSoQiFKn4yB4kVH6fBJLVEln { display:block; }
 }@media only screen and (max-width: 763px) { #uQAwsZCFRWmglSnDP5mFit4enIwNOOtz { width:20rem;height:1.71875rem;top:68.5107421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #HW9SKFcyiMscJ0Z4pDrfa0Ra3EcFlR6o { display:block; }#HW9SKFcyiMscJ0Z4pDrfa0Ra3EcFlR6o > .row .container { width:20rem;height:3.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WQTQyo8JJl5Uhz7m0STBAURzy7mFi99c { width:20rem;height:2.4375rem;top:0.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIMt5ameA6e4pxezGcn10f5Sdlxxr3T0 { display:block; }#rIMt5ameA6e4pxezGcn10f5Sdlxxr3T0 > .row .container { width:20rem;height:39rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pim3n9FJTRKL7Nl9gXrGbxhfT4KkKpgJ { width:20rem;height:35.75rem;top:0.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEOa0QJDSTITS8nxZmdHCgh5I1lx9LhT { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #070707, #070707);background-image: -moz-linear-gradient(180deg, #070707, #070707);background-image: -ms-linear-gradient(180deg, #070707, #070707);background-image: -o-linear-gradient(180deg, #070707, #070707);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#070707', endColorstr='#070707' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#070707', endColorstr='#070707' );";background-image: linear-gradient(180deg, #070707, #070707);background-size:auto !important;display:block; }#DEOa0QJDSTITS8nxZmdHCgh5I1lx9LhT > .row .container { background-color: transparent; background-image: none; }#DEOa0QJDSTITS8nxZmdHCgh5I1lx9LhT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DEOa0QJDSTITS8nxZmdHCgh5I1lx9LhT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DEOa0QJDSTITS8nxZmdHCgh5I1lx9LhT > .row .container > .video-iframe-container { display: none; }#DEOa0QJDSTITS8nxZmdHCgh5I1lx9LhT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DEOa0QJDSTITS8nxZmdHCgh5I1lx9LhT > .row > .video-iframe-container { display: none; }#DEOa0QJDSTITS8nxZmdHCgh5I1lx9LhT > .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); }#DEOa0QJDSTITS8nxZmdHCgh5I1lx9LhT > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XiH6wZcg2qVaERgqOHJXHl1ETfaAMx2B { width:20rem;height:2.2749rem;top:0.9375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;color:#78a721;display:block; }
 }@media only screen and (max-width: 763px) { #pymZGwMFGyn6nZD681XR7Lo4xEzMGseT { background-color:rgba(120,167,33,0.38);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pymZGwMFGyn6nZD681XR7Lo4xEzMGseT > .row .container { background-color: transparent; background-image: none; }#pymZGwMFGyn6nZD681XR7Lo4xEzMGseT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pymZGwMFGyn6nZD681XR7Lo4xEzMGseT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pymZGwMFGyn6nZD681XR7Lo4xEzMGseT > .row .container > .video-iframe-container { display: none; }#pymZGwMFGyn6nZD681XR7Lo4xEzMGseT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pymZGwMFGyn6nZD681XR7Lo4xEzMGseT > .row > .video-iframe-container { display: none; }#pymZGwMFGyn6nZD681XR7Lo4xEzMGseT > .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); }#pymZGwMFGyn6nZD681XR7Lo4xEzMGseT > .row .container { border-width: 0; border-radius: 0; }#pymZGwMFGyn6nZD681XR7Lo4xEzMGseT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pymZGwMFGyn6nZD681XR7Lo4xEzMGseT > .row .container { width:20rem;height:229.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nXKh7sCTAFUN6OLf9xCZVxyI7RVmT4uv { width:20rem;height:17.9375rem;top:145.95458984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJ2DlcL5sOkNb7oEOAW1wKi9Qhl8rEZ2 { width:20rem;height:50.375rem;top:24.16650390625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#2d2929;display:block; }
 }@media only screen and (max-width: 763px) { #gPWmb7fs4n7FbOAXHN8Rp0nTruLp7KUQ { width:19.875rem;height:7.7988375rem;top:0.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRtPRFpZ0TyraQx4k2ECTwz16D3BKuSo { width:20rem;height:43.875rem;top:97.07275390625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#2d2929;display:block; }
 }@media only screen and (max-width: 763px) { #AxoCbEggUcvvEO3wp3eP69PIeuNZgmNh { width:20rem;height:52rem;top:164.54296875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#2d2929;display:block; }
 }@media only screen and (max-width: 763px) { #Sq21yZqHfPcbc64DHAPz5vlROTr6htB1 { width:20rem;height:17rem;top:79.35400390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeyANx0AuqJwyscobr9dCZXsvD6ogGuL { width:20rem;height:2.2749rem;top:77.07958984375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:14999;color:#2d2929;display:block; }
 }@media only screen and (max-width: 763px) { #Z3a1TyXxWl9xJpO2RCq4iv7NwQgIyNLD { width:20rem;height:2.03125rem;top:143.92333984375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15010;color:#2d2929;display:block; }
 }@media only screen and (max-width: 763px) { #OuOcniP578cnzkugSTOgp56RnTJ4SdQf { width:9.75rem;height:13.875rem;top:9.67333984375rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUFCZwxvGzQZkw6zR7u8Geut2QUhvPup { width:19rem;height:2.9375rem;top:224.0625rem;left:0.5rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKoCpsVi0yBCzwMowGetn1K8r4bILnPr { display:block; }
 }@media only screen and (max-width: 763px) { #EkluaGRxnCCE5wCi4iUg642s0OS7H7LS { width:20rem;height:3.1621125rem;top:220.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #xnOVeoZOM9Rf3dJotFqrHIwuAkdtlbB6 { display:block; }#xnOVeoZOM9Rf3dJotFqrHIwuAkdtlbB6 > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uhlatLRKc2ILlyRT1GV4Mv0gRyvtOqWK { width:20rem;height:1.7871125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#78a721;display:block; }
 }@media only screen and (max-width: 763px) { #yZf3RTxwIzP2rgQHXbiWRN9i6H4f7W0q { width:20rem;height:1.7871125rem;top:6.83691875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#78a721;display:block; }
 }@media only screen and (max-width: 763px) { #vuTqkSIMNkXKUlRAf2uR0Xnh91WS0o5U { width:16.25rem;height:1.29980625rem;top:4.2871125rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;color:#78a721;display:block; }
 }@media only screen and (max-width: 763px) { #AoMRl8kHOTohOVV0yoyR5qu9NgMOFIxc { width:16.25rem;height:1.29980625rem;top:9.87403125rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;color:#78a721;display:block; }
 }@media only screen and (max-width: 763px) { #ROBTilBnkhzTfZlK4qhdDSnQEnPE9HKJ { width:16.375rem;height:1.29980625rem;top:12.4238375rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1rem;color:#78a721;display:block; }
 }@media only screen and (max-width: 763px) { #HzuhCKAtrnDrTRSxnGbpXkEQEOMfcTsu { width:3.125rem;height:3.125rem;top:14.6875rem;left:7.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ev8LUXVEUWV2tfTdZwJibyQX96yNMT0g { width:3.125rem;height:3.125rem;top:14.6875rem;left:10.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nv3eG1Z1mJk8QTVInWGx3G2FeCp9yN2X { width:3.125rem;height:3.125rem;top:14.6875rem;left:13.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZZ2CG95OHI7ydzSs0blL0paMwTzyzwO { width:3.125rem;height:3.125rem;top:14.6875rem;left:3.625rem;font-size:2.1875rem;display:block; }
 }