.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:218,222,223;--color-primary-1:133,145,148;--color-primary-2:11,35,40;--color-primary-3:6,18,20;--color-primary-4:2,5,6;--color-secondary-0:254,243,237;--color-secondary-1:250,215,194;--color-secondary-2:245,174,132;--color-secondary-3:123,87,66;--color-secondary-4:37,26,20;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIAKLP5ODDKad6wL8IGdNOOBHuRs0ay8 { border-top:0rem solid rgba(var(--color-secondary-2),1);border-left:0rem solid rgba(var(--color-secondary-2),1);border-right:0rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#MIAKLP5ODDKad6wL8IGdNOOBHuRs0ay8 > .row .container { background-color: transparent; background-image: none; }#MIAKLP5ODDKad6wL8IGdNOOBHuRs0ay8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIAKLP5ODDKad6wL8IGdNOOBHuRs0ay8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIAKLP5ODDKad6wL8IGdNOOBHuRs0ay8 > .row .container > .video-iframe-container { display: none; }#MIAKLP5ODDKad6wL8IGdNOOBHuRs0ay8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIAKLP5ODDKad6wL8IGdNOOBHuRs0ay8 > .row > .video-iframe-container { display: none; }#MIAKLP5ODDKad6wL8IGdNOOBHuRs0ay8 > .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); }#MIAKLP5ODDKad6wL8IGdNOOBHuRs0ay8 > .row .container { border-width: 0; border-radius: 0; }#MIAKLP5ODDKad6wL8IGdNOOBHuRs0ay8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MIAKLP5ODDKad6wL8IGdNOOBHuRs0ay8 > .row .container { font-size:0.875rem;font-family:arial;height:2.921875rem;width:75rem;position:relative;display:block; }#oD3JnJgoAmTsveerHmCAp4mO6TNZoPMk { color:rgba(var(--color-primary-2),1);display:block;width:22.2485625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:0.607421875rem;left:28.00048828125rem;height:1.70605625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uMT565uBkGtETABEyHb1UZJbWTepFHZV { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);background-color:#0b2328;background-image:url("https://images.assets-landingi.com/uc/4dfca9db-39e0-47bc-aac8-5dfa0f4fd6da/to13.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uMT565uBkGtETABEyHb1UZJbWTepFHZV.adaptive-delivery-prevent-bg, #uMT565uBkGtETABEyHb1UZJbWTepFHZV.lazyload, #uMT565uBkGtETABEyHb1UZJbWTepFHZV.lazyloading { background-image: none; }#uMT565uBkGtETABEyHb1UZJbWTepFHZV > .row .container { background-color: transparent; background-image: none; }#uMT565uBkGtETABEyHb1UZJbWTepFHZV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMT565uBkGtETABEyHb1UZJbWTepFHZV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMT565uBkGtETABEyHb1UZJbWTepFHZV > .row .container > .video-iframe-container { display: none; }#uMT565uBkGtETABEyHb1UZJbWTepFHZV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMT565uBkGtETABEyHb1UZJbWTepFHZV > .row > .video-iframe-container { display: none; }#uMT565uBkGtETABEyHb1UZJbWTepFHZV > .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); }#uMT565uBkGtETABEyHb1UZJbWTepFHZV > .row .container { border-width: 0; border-radius: 0; }#uMT565uBkGtETABEyHb1UZJbWTepFHZV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uMT565uBkGtETABEyHb1UZJbWTepFHZV > .row .container { font-size:0.875rem;font-family:arial;height:107rem;width:75rem;position:relative;display:block; }#hFucdS6RSv5CpeF6essCVAyCHOgStb88 { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ud4OJqLKTqNgkIGmQ8i8ypQanwTz2DCm { position:absolute;display:block;z-index:15025;height:6.7480625rem;width:9.9353125rem;top:17.9833984375rem;left:32.53173828125rem;display:none; }
#Qqa5uy7fPJ9nEIVxSnLhigTeNN4WqET2 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:6.875rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#omGrcX0TmPOKJpZOy3IVZdlD7tmFxlTc { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0b2328, #003a3a);background-image: -moz-linear-gradient(180deg, #0b2328, #003a3a);background-image: -ms-linear-gradient(180deg, #0b2328, #003a3a);background-image: -o-linear-gradient(180deg, #0b2328, #003a3a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b2328', endColorstr='#003a3a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b2328', endColorstr='#003a3a' );";background-image: linear-gradient(180deg, #0b2328, #003a3a);background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem #f5ae84 ;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9375rem;height:4rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:92.5625rem;left:27.03125rem;display:block; }
#N9x00MdxrcWVvyA8gQMd4o0HqcKD00dk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WBKvm4OftoJ9EC89KwEXMiz0sLMhaMLK { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:13.109375rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gV40uzUH6Z1gzJw5XTuhm22gd2Xx0BsX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:89.5rem;left:21.59375rem; }
#Bmpvgk6eZNS5FiAB4WXeykC8f6gkTiuJ { position:absolute;display:block;z-index:15043;border-bottom:0;border-left:0;border-right:0;border-top: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:12.375rem;width:12.375rem;top:8.75rem;left:61.625rem;overflow:hidden;display:block; }
#IcogDU71purvH6zDeuPorIM5enaMDzxB { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:17.390625rem;left:0rem;height:19.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oRb8I02Igzn3prdLOlCmwzGTRkLGBahz { box-sizing:content-box;height:25.25rem;width:40.9375rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-secondary-2),0.17);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.9375rem;left:3.8125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Uu0yUbWJUmEC1I0NZfyeRMI74JeWKqiA { color:rgba(var(--color-tertiary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15032;line-height:1.4;letter-spacing:0;top:47.1875rem;left:6.0625rem;height:5.77441875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wn7k353nsynBp19o1kQ3bN7aO3hVbOTb { color:rgba(var(--color-tertiary-0),1);display:block;width:29.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:54.4375rem;left:8.25rem;height:10.8203125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#wn7k353nsynBp19o1kQ3bN7aO3hVbOTb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wn7k353nsynBp19o1kQ3bN7aO3hVbOTb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_27f228088e202a95c57da55dfc2e946124bff4dc.svg); }
#pCW6pP9K8CT8iwRTQaIn14FNTd2ecC9o { color:#f5ae84;display:block;width:35.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15031;line-height:1.1;letter-spacing:0;top:72.625rem;left:19.9375rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T8uUJ9G1JkgTNaOs3fBsQtXO2NLLZarq { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:84.125rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D1hZfT43KAzRvKi5FApTLEF8zu73BJEi { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:87.1875rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#efmPhoh1u7QLKKDLaTTBDKqc1ydHDWTv { position:absolute;display:block;z-index:15044;border-bottom:0;border-left:0;border-right:0;border-top: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.0625rem;width:25.125rem;top:47.1875rem;left:42.125rem;display:block; }
#NNqKROJqcO02nGssdLGMUx5PtJOgB9sQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:41.0625rem;left:22.5rem; }
#cgkZ39afraumPibtTGnb6b5xSmJKmNvB { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:89.5rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lvNCSsXe0wrrNGG0l66n6MpTXHSlUJz5 { position:absolute;display:block;z-index:15045;border-bottom:0;border-left:0;border-right:0;border-top: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:12.375rem;width:12.375rem;top:84.125rem;left:9.125rem;overflow:hidden;display:block; }
#mBfgR8cERIxNAam7NXZxhH7UrLnJKDRr { box-sizing:content-box;height:27.4375rem;width:32.375rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-2),0.66);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:71.125rem;left:20.78125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#KTI4HDqHF0pegzDhEH382X4u1T5UCIMs { background-color:rgba(var(--color-tertiary-0),0.05);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.125rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:100.25rem;left:25rem;display:block; }
#dgDHUe12ArFNgPNExfDcxG8StDpl7TCT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CCulFSerbcV9ZZ0E3DQSuSnh7XC2pP37 .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; }
#CCulFSerbcV9ZZ0E3DQSuSnh7XC2pP37 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;color:rgba(var(--color-primary-2),1);padding-top:0.37375rem;padding-right:0.3875rem;padding-bottom:0.37375rem;padding-left:0.3875rem;display:block;align-items:center;width:2.3175rem;min-width:2.3175rem;height:2.01rem;position:relative;font-family:var(--headlines-font-family);font-size:1.498125rem;font-weight:700;line-height:32.16px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CCulFSerbcV9ZZ0E3DQSuSnh7XC2pP37 .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-secondary-2),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.234375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.09125rem;height:0.793125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.560625rem;font-weight:700;line-height:12.69px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#CCulFSerbcV9ZZ0E3DQSuSnh7XC2pP37 { 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:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:12.25rem;height:3.785rem;padding-top:0.4675rem;padding-right:0.55375rem;padding-bottom:0.4675rem;padding-left:0.55375rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:79.4677734375rem;left:30.8193359375rem;z-index:15028; }
#CCulFSerbcV9ZZ0E3DQSuSnh7XC2pP37 #v9oRt3T8W1zJtOzUgspvJyaqMHR4Ncgx { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#CCulFSerbcV9ZZ0E3DQSuSnh7XC2pP37 #dGka6WvhpFKFhuheI49K7sap0r7wtLPv { width:auto; }
#CCulFSerbcV9ZZ0E3DQSuSnh7XC2pP37 #JfpmJsIXxzTaJXBWSeu2awA0Hi2sAMvV {  }
#CCulFSerbcV9ZZ0E3DQSuSnh7XC2pP37 #E7kSoQZ0Jh9TmZPy5ntzxxkCCJB3Xx1S { display:flex;position:relative;top:0rem;left:0rem; }
#CCulFSerbcV9ZZ0E3DQSuSnh7XC2pP37 #yVumgtDzumkmWXz6E1053MCxKGbEE05E {  }
#CCulFSerbcV9ZZ0E3DQSuSnh7XC2pP37 #sywpPqbpynEooP3pJoXre9xTanfkDwLM {  }
#CCulFSerbcV9ZZ0E3DQSuSnh7XC2pP37 #mP6WgnvwlDQCXeFpzzcPJdU1x84ROZcu { display:flex;position:relative;top:0rem;left:0rem; }
#CCulFSerbcV9ZZ0E3DQSuSnh7XC2pP37 #NP4OucAR8dWOMEQg9Pqot9mwKSmpbUdc {  }
#CCulFSerbcV9ZZ0E3DQSuSnh7XC2pP37 #iTrsEay5ECKRTaeTGd5v1VfAcd9cuhx2 {  }
#CCulFSerbcV9ZZ0E3DQSuSnh7XC2pP37 #soTT9L7KqOFKDRMlR3fdkKkzh7dq42TG { display:flex;position:relative;top:0rem;left:0rem; }
#CCulFSerbcV9ZZ0E3DQSuSnh7XC2pP37 #yvhtz8AHrmZFVtpgoZp5AAy9LNtTh35x {  }
#CCulFSerbcV9ZZ0E3DQSuSnh7XC2pP37 #AA8HvmucE43vkBs5iAu3kO1tpCoZi2GL {  }
#KM2A4Hcb1nSzgpl3nrT2lGyTUXscm2so { color:rgba(var(--color-secondary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:77.5rem;left:0rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bUh2vVuUlXi7ImzeQXQc7b0ebu7QCFkw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bUh2vVuUlXi7ImzeQXQc7b0ebu7QCFkw > .row .container { background-color: transparent; background-image: none; }#bUh2vVuUlXi7ImzeQXQc7b0ebu7QCFkw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUh2vVuUlXi7ImzeQXQc7b0ebu7QCFkw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUh2vVuUlXi7ImzeQXQc7b0ebu7QCFkw > .row .container > .video-iframe-container { display: none; }#bUh2vVuUlXi7ImzeQXQc7b0ebu7QCFkw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUh2vVuUlXi7ImzeQXQc7b0ebu7QCFkw > .row > .video-iframe-container { display: none; }#bUh2vVuUlXi7ImzeQXQc7b0ebu7QCFkw > .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); }#bUh2vVuUlXi7ImzeQXQc7b0ebu7QCFkw > .row .container { border-width: 0; border-radius: 0; }#bUh2vVuUlXi7ImzeQXQc7b0ebu7QCFkw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bUh2vVuUlXi7ImzeQXQc7b0ebu7QCFkw > .row .container { font-size:0.875rem;font-family:arial;height:54.4375rem;width:75rem;position:relative;display:block; }#QJJ64TRqISQPrc6dCEc6Rr4dqAViXipr { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;top:11.25rem;left:0rem;height:1.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MpFOmsQcuxCbSRwN6vS7abBtACXymiGV { color:rgba(var(--color-secondary-2),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:16.375rem;left:21.875rem;height:2rem;font-style:normal;display:block; }#MpFOmsQcuxCbSRwN6vS7abBtACXymiGV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MpFOmsQcuxCbSRwN6vS7abBtACXymiGV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ca2f77b2c8d2b3f022bb5584534cd1075659c218.svg); }
#v9x3C6zueSL2rr5Hod5uW5VRQc13ia90 { box-sizing:content-box;height:0.125rem;width:37.5rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));background-size:auto !important;top:6.5625rem;left:18.375rem;display:block; }
#R1fnD2QavxMzNvxUeMy6VSS6plpbZkeg { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:7.25rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lgHmn2F6IekcxM6QzCNDZMR2wwqGvAqU { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15026;background-color:rgba(var(--color-secondary-2),0.54);background-image:none;top:6rem;left:17.6875rem;display:block; }
#zvNXVkRuFWSwSbsaSEkIsJiRQ1GzaONq { color:rgba(var(--color-secondary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:4.625rem;left:0rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TERIVR14H0EGqsnMscJkGlT4J4C5J3u4 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;top:18.1875rem;left:21.875rem;height:3.19921875rem;font-style:normal;display:block; }
#ewN6ZvQIDhLv4uqWXDZ2ai8Oe9vh7XBl { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:1.6;letter-spacing:0;top:24rem;left:21.875rem;height:3.19921875rem;font-style:normal;display:block; }
#yF8EGVZiGebikN5QmTQswoE6DS0Q1Bdu { color:rgba(var(--color-secondary-2),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:22.25rem;left:21.875rem;height:2rem;font-style:normal;display:block; }#yF8EGVZiGebikN5QmTQswoE6DS0Q1Bdu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yF8EGVZiGebikN5QmTQswoE6DS0Q1Bdu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ca2f77b2c8d2b3f022bb5584534cd1075659c218.svg); }
#V2B0kt2TcIM7G74gV0JEOPu6UEIpgyfe { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15026;line-height:1.6;letter-spacing:0;top:30.0625rem;left:21.875rem;height:3.19921875rem;font-style:normal;display:block; }
#yEWUXDG4x9yD6giMgk7HD4vc8C4MnSD9 { color:rgba(var(--color-secondary-2),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:28.3125rem;left:21.875rem;height:2rem;font-style:normal;display:block; }#yEWUXDG4x9yD6giMgk7HD4vc8C4MnSD9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yEWUXDG4x9yD6giMgk7HD4vc8C4MnSD9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ca2f77b2c8d2b3f022bb5584534cd1075659c218.svg); }
#TWFmT7zIhvzZ4cgvK7sOtPKL5AzB2miU { box-sizing:content-box;height:14.5625rem;width:40.9375rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-2),0.17);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.3125rem;left:15.8125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#gmx5uq6nnOx0TICOeKr0pgQC1Tek2Rvw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:34.6875rem;left:35.375rem; }
#dIv3f3MLAVbpDTlkz4W52on7kplx5nVb { color:rgba(var(--color-tertiary-0),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;top:38.8125rem;left:17.1875rem;height:9.4970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TLDp2JU4AyuqLukrkVZP7n0Q8ZLVzWtx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TLDp2JU4AyuqLukrkVZP7n0Q8ZLVzWtx > .row .container { background-color: transparent; background-image: none; }#TLDp2JU4AyuqLukrkVZP7n0Q8ZLVzWtx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLDp2JU4AyuqLukrkVZP7n0Q8ZLVzWtx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLDp2JU4AyuqLukrkVZP7n0Q8ZLVzWtx > .row .container > .video-iframe-container { display: none; }#TLDp2JU4AyuqLukrkVZP7n0Q8ZLVzWtx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLDp2JU4AyuqLukrkVZP7n0Q8ZLVzWtx > .row > .video-iframe-container { display: none; }#TLDp2JU4AyuqLukrkVZP7n0Q8ZLVzWtx > .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); }#TLDp2JU4AyuqLukrkVZP7n0Q8ZLVzWtx > .row .container { border-width: 0; border-radius: 0; }#TLDp2JU4AyuqLukrkVZP7n0Q8ZLVzWtx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TLDp2JU4AyuqLukrkVZP7n0Q8ZLVzWtx > .row .container { font-size:0.875rem;font-family:arial;height:75.3125rem;width:75rem;position:relative;display:block; }#FeqBVwkGvGALIAvmJFBOJHh3BAm9BqdC { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:3.4375rem;left:0rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pUH9DDtKeUR5OsNn1QHClFUlvP24zslZ { box-sizing:content-box;height:0.125rem;width:37.5rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));background-size:auto !important;top:5.375rem;left:18.375rem;display:block; }
#oexSly54GmgPKIy9u0rNMa0cU62dLP4g { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:6.0625rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R8ruTS9K0v6Wo1MV2KDPrVAg2RcflXTR { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15026;background-color:rgba(var(--color-secondary-2),0.54);background-image:none;top:4.8984375rem;left:55.3125rem;display:block; }
#lQZKgVkoO5r2TaXlUuCo12OnMESyAyoE { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:14996;line-height:1.5;letter-spacing:0;top:10.4375rem;left:0rem;height:26.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UBWDroBZz3789WyToROmAlpysx0bgzz6 { box-sizing:content-box;height:29.3125rem;width:31.25rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-1),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.875rem;left:21.75rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#KFCPTLy3TxABtSHg5orGTRF17zo2rRyf { color:rgba(var(--color-primary-0),1);display:block;width:29.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5);top:38.875rem;left:22.5625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f3Dw3hKWaWWZNZxOL8BzFl4ynGRRrwLi .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; }
#f3Dw3hKWaWWZNZxOL8BzFl4ynGRRrwLi .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;color:rgba(var(--color-primary-0),1);padding-top:0.468125rem;padding-right:0.48rem;padding-bottom:0.468125rem;padding-left:0.48rem;display:block;align-items:center;width:2.871875rem;min-width:2.871875rem;height:2.52rem;position:relative;font-family:var(--headlines-font-family);font-size:1.8775rem;font-weight:700;line-height:40.32px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#f3Dw3hKWaWWZNZxOL8BzFl4ynGRRrwLi .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-primary-2),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.29375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.830625rem;height:0.994375rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.7025rem;font-weight:700;line-height:15.91px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#f3Dw3hKWaWWZNZxOL8BzFl4ynGRRrwLi { 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:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:14.5rem;height:4.744375rem;padding-top:0.585625rem;padding-right:0.68625rem;padding-bottom:0.585625rem;padding-left:0.68625rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:45rem;left:29.1875rem;z-index:15027; }
#f3Dw3hKWaWWZNZxOL8BzFl4ynGRRrwLi #zkJoA95orDcTHxXbwc523obui48H2M1B { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#f3Dw3hKWaWWZNZxOL8BzFl4ynGRRrwLi #UCwrfgS5GiJEeKVLyZ9qIRfmIMvsrbrg { width:auto; }
#f3Dw3hKWaWWZNZxOL8BzFl4ynGRRrwLi #ZMzE8WRPl4kSz4gWq6MpicfM78EX80g5 {  }
#f3Dw3hKWaWWZNZxOL8BzFl4ynGRRrwLi #I6Z1qO0VXZLReKr3TBuT7kC14w0if6V3 { display:flex;position:relative;top:0rem;left:0rem; }
#f3Dw3hKWaWWZNZxOL8BzFl4ynGRRrwLi #gvmR6IbyVlUa4Hh3ZMsDesaL9mTI0MMI {  }
#f3Dw3hKWaWWZNZxOL8BzFl4ynGRRrwLi #VmnVKynLrMpGmlLWDWlmdbKL1XkM3odt {  }
#f3Dw3hKWaWWZNZxOL8BzFl4ynGRRrwLi #d5D1oxm6xqZw97zhr8nTCazBHBCCPxuQ { display:flex;position:relative;top:0rem;left:0rem; }
#f3Dw3hKWaWWZNZxOL8BzFl4ynGRRrwLi #ewo82xAtOyQM2eVmZL3qFyESXETgL7TM {  }
#f3Dw3hKWaWWZNZxOL8BzFl4ynGRRrwLi #pFU8SHTz5KBli7sTX3Zfn9pk6AXb3ar2 {  }
#f3Dw3hKWaWWZNZxOL8BzFl4ynGRRrwLi #QrZaI9TBIihCcITbcykHspHCP56ow22K { display:flex;position:relative;top:0rem;left:0rem; }
#f3Dw3hKWaWWZNZxOL8BzFl4ynGRRrwLi #nFTGwTJ1kWOD4fxI00JvLn3aStECOFRW {  }
#f3Dw3hKWaWWZNZxOL8BzFl4ynGRRrwLi #mmpcne604fKbUisGUb8cvVqU6HeX2ZBw {  }
#iTlCgSKZgJltZWXkPGWa0AsLl69qRGcl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:57.125rem;left:22.5625rem; }
#xUe5UTpxCwpCpyndEBccLdrN6CDyCnnm { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0b2328, #003a3a);background-image: -moz-linear-gradient(180deg, #0b2328, #003a3a);background-image: -ms-linear-gradient(180deg, #0b2328, #003a3a);background-image: -o-linear-gradient(180deg, #0b2328, #003a3a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b2328', endColorstr='#003a3a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b2328', endColorstr='#003a3a' );";background-image: linear-gradient(180deg, #0b2328, #003a3a);background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem #f5ae84 ;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9375rem;height:4rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:59.625rem;left:26.9375rem;display:block; }
#PB7PHPNbnFsgvvfCzv2J1ucqmWBtKWSS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MngHVNnGPSdDz4MpPTbATPSGymiD3ywS { color:rgba(var(--color-primary-2),1);display:block;width:23.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:52.6875rem;left:19rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NmSo4lP4N69fMpqT8WEoaXiSU3ONQ6F7 { color:rgba(var(--color-primary-3),1);display:block;width:20.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:54.6875rem;left:20.25rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SfUcdewdVCrI8Hn2gC2TL1dsGOAybbqb { color:rgba(var(--color-primary-2),1);display:block;width:31.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:43.625rem;left:21.6875rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zZKdy1GcH9pmu47o0HTUziO8iXZNe3vE { color:rgba(var(--color-primary-2),1);display:block;width:23.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:52.6875rem;left:30.875rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q9dBDnMU8Lv5MZpATKw5GHumdqzikweo { color:rgba(var(--color-primary-2),1);display:block;width:17.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:54.0625rem;left:33.625rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZXzGtQ3Z4Zep0i7gSiuyS5QuDk45weB8 { box-sizing:content-box;height:6.25rem;width:11.875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-1),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:51.6875rem;left:36.375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#yvJWRBuTGRtW4EkdKgVn3shweeQpKwfF { color:rgba(var(--color-primary-2),1);display:block;width:23.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:64.5625rem;left:25.8125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J15RzvHEofJdCSGX6ThwgCAxAqLfVGA0 { position:absolute;display:block;z-index:14997;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.8125rem;width:9.8125rem;top:16.34375rem;left:54.6875rem;overflow:hidden;display:block; }
#LvZ6RRnKGavBZGriIx9SrB9ipOuTOkrs { background-color:rgba(var(--color-primary-2),0.05);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.125rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:68.6875rem;left:24.216796875rem;display:block; }
#DmfTwllpuWUJLHTHBJL8TKuILe1lofkI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lu2dybviDUwGBbtk0bTw7qgidUgS9T5N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Lu2dybviDUwGBbtk0bTw7qgidUgS9T5N > .row .container { background-color: transparent; background-image: none; }#Lu2dybviDUwGBbtk0bTw7qgidUgS9T5N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lu2dybviDUwGBbtk0bTw7qgidUgS9T5N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lu2dybviDUwGBbtk0bTw7qgidUgS9T5N > .row .container > .video-iframe-container { display: none; }#Lu2dybviDUwGBbtk0bTw7qgidUgS9T5N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lu2dybviDUwGBbtk0bTw7qgidUgS9T5N > .row > .video-iframe-container { display: none; }#Lu2dybviDUwGBbtk0bTw7qgidUgS9T5N > .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); }#Lu2dybviDUwGBbtk0bTw7qgidUgS9T5N > .row .container { border-width: 0; border-radius: 0; }#Lu2dybviDUwGBbtk0bTw7qgidUgS9T5N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lu2dybviDUwGBbtk0bTw7qgidUgS9T5N > .row .container { font-size:0.875rem;font-family:arial;height:31.6875rem;width:75rem;position:relative;display:block; }#wavrVQSrzipZhJa3MT3C3MXb3OKTu2a7 { color:rgba(var(--color-primary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:4.125rem;left:0rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#li6leGSOn5Cy5sIwlxZHILndCMIDPnRu { box-sizing:content-box;height:0.125rem;width:37.5rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));background-size:auto !important;top:6.0625rem;left:18.375rem;display:block; }
#SBMc2kP49FHk3SyaaIVwCa9nUlzCOs9g { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:6.75rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i8W5nUuKIlrEzwIDvfPfIlTcWtDtlAGb { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15030;background-color:rgba(var(--color-secondary-2),0.54);background-image:none;top:5.5625rem;left:17.75rem;display:block; }
#OAQiOsUDnDIvL0JEnm8LZ9LDJqDZGQFr { color:rgba(var(--color-primary-0),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:14.875rem;left:0rem;height:10rem;font-style:normal;display:block; }#OAQiOsUDnDIvL0JEnm8LZ9LDJqDZGQFr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OAQiOsUDnDIvL0JEnm8LZ9LDJqDZGQFr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1f07ed34542a61fd8177f9cf2f5e15a0edff1090.svg); }
#y8RvDoeIN8z3tyMRagfqPxxODB4OeGw2 { color:rgba(var(--color-primary-0),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:14.875rem;left:19rem;height:10rem;font-style:normal;display:block; }#y8RvDoeIN8z3tyMRagfqPxxODB4OeGw2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#y8RvDoeIN8z3tyMRagfqPxxODB4OeGw2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1f07ed34542a61fd8177f9cf2f5e15a0edff1090.svg); }
#ddvVZF3QTED5d8XO1wECawk8TbRkXi7d { color:rgba(var(--color-primary-0),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:14.875rem;left:38.1875rem;height:10rem;font-style:normal;display:block; }#ddvVZF3QTED5d8XO1wECawk8TbRkXi7d li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ddvVZF3QTED5d8XO1wECawk8TbRkXi7d li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1f07ed34542a61fd8177f9cf2f5e15a0edff1090.svg); }
#iEEgovbGO9kG1TxS4uDR3gOc6azxtatX { color:rgba(var(--color-primary-0),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:14.875rem;left:57.25rem;height:8rem;font-style:normal;display:block; }#iEEgovbGO9kG1TxS4uDR3gOc6azxtatX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iEEgovbGO9kG1TxS4uDR3gOc6azxtatX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1f07ed34542a61fd8177f9cf2f5e15a0edff1090.svg); }
#ru4vk312gOtpu1wz2LqAMeC3SBlzxmTJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ru4vk312gOtpu1wz2LqAMeC3SBlzxmTJ > .row .container { background-color: transparent; background-image: none; }#ru4vk312gOtpu1wz2LqAMeC3SBlzxmTJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ru4vk312gOtpu1wz2LqAMeC3SBlzxmTJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ru4vk312gOtpu1wz2LqAMeC3SBlzxmTJ > .row .container > .video-iframe-container { display: none; }#ru4vk312gOtpu1wz2LqAMeC3SBlzxmTJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ru4vk312gOtpu1wz2LqAMeC3SBlzxmTJ > .row > .video-iframe-container { display: none; }#ru4vk312gOtpu1wz2LqAMeC3SBlzxmTJ > .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); }#ru4vk312gOtpu1wz2LqAMeC3SBlzxmTJ > .row .container { border-width: 0; border-radius: 0; }#ru4vk312gOtpu1wz2LqAMeC3SBlzxmTJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ru4vk312gOtpu1wz2LqAMeC3SBlzxmTJ > .row .container { font-size:0.875rem;font-family:arial;height:60.125rem;width:75rem;position:relative;display:block; }#L0AebbMJMVwyEDzxNQ09n7MU6K4xfGbK { box-sizing:content-box;height:31.3125rem;width:43.875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),0.17);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.8125rem;left:14.5rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#DV1nSbpIwufcd11OS2CdyM6y82AAhuko { color:rgba(var(--color-tertiary-0),1);display:block;width:38.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15037;line-height:1.5;letter-spacing:0;top:22.96875rem;left:17.34375rem;height:22.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#DV1nSbpIwufcd11OS2CdyM6y82AAhuko li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DV1nSbpIwufcd11OS2CdyM6y82AAhuko li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_27f228088e202a95c57da55dfc2e946124bff4dc.svg); }
#oGQmtzss91P63sG3ZhqCmztu4ie1WfFK { color:rgba(var(--color-tertiary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15036;line-height:1.4;letter-spacing:0;top:18.25rem;left:17.34375rem;height:3.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eTlucSbPyAfmZib6g5gFWBgF70FMiOkZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:10.375rem;left:33.75rem; }
#UCfOUFXgLIVvtdE4pTt2lQFuTt1WLxSp { color:rgba(var(--color-primary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D3q9lqJDodCshIixJ9MP23Cs3ZtH5oHh { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:rgba(var(--color-secondary-2),0.54);background-image:none;top:5.4375rem;left:17.75rem;display:block; }
#iABGG0cOO7X6ED6PWsHiQ5TG4xAwK8cw { box-sizing:content-box;height:0.125rem;width:37.5rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));background-size:auto !important;top:5.9375rem;left:18.375rem;display:block; }
#UOZGFioCfUgIJs3ZkOHS2lw02WNVEMGR { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:6.625rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t64fhRBUzcU9xw2vynvUJrPL8MBuSZks { color:rgba(var(--color-primary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15044;line-height:1.5;letter-spacing:0;top:50.625rem;left:0rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iflcS8xufJwKG9BthtP4sd9X4ZPwxhcw { position:absolute;display:block;z-index:15048;border-bottom:0;border-left:0;border-right:0;border-top: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:12.625rem;width:12.625rem;top:47.5rem;left:54rem;overflow:hidden;display:block; }
#i4ACfTrzLpD64IkvlTmTQO0ez7GoCVgQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#i4ACfTrzLpD64IkvlTmTQO0ez7GoCVgQ > .row .container { background-color: transparent; background-image: none; }#i4ACfTrzLpD64IkvlTmTQO0ez7GoCVgQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4ACfTrzLpD64IkvlTmTQO0ez7GoCVgQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4ACfTrzLpD64IkvlTmTQO0ez7GoCVgQ > .row .container > .video-iframe-container { display: none; }#i4ACfTrzLpD64IkvlTmTQO0ez7GoCVgQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4ACfTrzLpD64IkvlTmTQO0ez7GoCVgQ > .row > .video-iframe-container { display: none; }#i4ACfTrzLpD64IkvlTmTQO0ez7GoCVgQ > .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); }#i4ACfTrzLpD64IkvlTmTQO0ez7GoCVgQ > .row .container { border-width: 0; border-radius: 0; }#i4ACfTrzLpD64IkvlTmTQO0ez7GoCVgQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i4ACfTrzLpD64IkvlTmTQO0ez7GoCVgQ > .row .container { font-size:0.875rem;font-family:arial;height:55.125rem;width:75rem;position:relative;display:block; }#dtSVytaURhzDC6gQLPCXv0JdBXyFCdDh { box-sizing:content-box;height:0.125rem;width:37.5rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));background-size:auto !important;top:8.6875rem;left:18.375rem;display:block; }
#RpGTRzTO1o2qFueZHQBTqM3SXbqpONW7 { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:4.875rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wgdaISOkaDhqqTuRnudh0DlVppNL5vsg { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15026;background-color:rgba(var(--color-secondary-2),0.54);background-image:none;top:8.1875rem;left:55.3125rem;display:block; }
#TKlTFdPIyLvZT4PCfP6aho2B4TnwtqS3 { box-sizing:content-box;height:29.3125rem;width:31.25rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-1),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.0625rem;left:21.125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#pFKgWdIibhvcAuTgcrQa9HwozQTVCXmK { color:rgba(var(--color-primary-0),1);display:block;width:29.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5);top:18.0625rem;left:21.9375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lCK6WB4yFPKQBh02x54JbDxrO8qbeTlM .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; }
#lCK6WB4yFPKQBh02x54JbDxrO8qbeTlM .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;color:rgba(var(--color-primary-0),1);padding-top:0.468125rem;padding-right:0.48rem;padding-bottom:0.468125rem;padding-left:0.48rem;display:block;align-items:center;width:2.871875rem;min-width:2.871875rem;height:2.52rem;position:relative;font-family:var(--headlines-font-family);font-size:1.8775rem;font-weight:700;line-height:40.32px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lCK6WB4yFPKQBh02x54JbDxrO8qbeTlM .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-primary-2),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.29375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.830625rem;height:0.994375rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.7025rem;font-weight:700;line-height:15.91px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#lCK6WB4yFPKQBh02x54JbDxrO8qbeTlM { 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:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:14.5rem;height:4.744375rem;padding-top:0.585625rem;padding-right:0.68625rem;padding-bottom:0.585625rem;padding-left:0.68625rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:24.603515625rem;left:28.8125rem;z-index:15027; }
#lCK6WB4yFPKQBh02x54JbDxrO8qbeTlM #H5ISVKrDEZOHxnMzgJ7GT9DoFcKsu4Ka { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#lCK6WB4yFPKQBh02x54JbDxrO8qbeTlM #ZERFzhxIJ7CseHQ6Ic12F6dfE2nXoyiq { width:auto; }
#lCK6WB4yFPKQBh02x54JbDxrO8qbeTlM #SJf6fwcIys4dp0N3i7RdPLgAWPWTh9BC {  }
#lCK6WB4yFPKQBh02x54JbDxrO8qbeTlM #y6lzyHb7JqxhuVukSaVBQXpD6PW5hSnw { display:flex;position:relative;top:0rem;left:0rem; }
#lCK6WB4yFPKQBh02x54JbDxrO8qbeTlM #PfuQunZAwm1ozcssb9XuK513s7GaU5nh {  }
#lCK6WB4yFPKQBh02x54JbDxrO8qbeTlM #M9TBNxRgPnFGPOXXwyqxJ78x9d9JHyF9 {  }
#lCK6WB4yFPKQBh02x54JbDxrO8qbeTlM #ZWQH62WhOV3imO1HlFuQilh67nTwprcu { display:flex;position:relative;top:0rem;left:0rem; }
#lCK6WB4yFPKQBh02x54JbDxrO8qbeTlM #vL11uKwLWgBx796LMUg9tIO7sNT6g7aZ {  }
#lCK6WB4yFPKQBh02x54JbDxrO8qbeTlM #GktIxv0PSvlodGXBfU4I9ny4O6lGXG8x {  }
#lCK6WB4yFPKQBh02x54JbDxrO8qbeTlM #cxBQOuntnhToTJFcmyTd4F9EaLCPXooZ { display:flex;position:relative;top:0rem;left:0rem; }
#lCK6WB4yFPKQBh02x54JbDxrO8qbeTlM #tuJAR9IDvfb6k1F5ziCucTSdRZV7dEXt {  }
#lCK6WB4yFPKQBh02x54JbDxrO8qbeTlM #I6z8AcmscHOdh04tM31iFIctpBKtGEx4 {  }
#nkGwTgxzf2R4haWbwfKPwD0BVWfZOivp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:36.3125rem;left:21.9375rem; }
#zyzydgNED91sl9dyxZBfG9bHv2AMhpFI { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0b2328, #003a3a);background-image: -moz-linear-gradient(180deg, #0b2328, #003a3a);background-image: -ms-linear-gradient(180deg, #0b2328, #003a3a);background-image: -o-linear-gradient(180deg, #0b2328, #003a3a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b2328', endColorstr='#003a3a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b2328', endColorstr='#003a3a' );";background-image: linear-gradient(180deg, #0b2328, #003a3a);background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem #f5ae84 ;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9375rem;height:4rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:38.8125rem;left:26.3125rem;display:block; }
#TFN6H0x2A6tWNWohPrxQnErC1WgpG5vD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZQfV7BB5dteEqfbKm3J3t8iwgvztU6H3 { color:rgba(var(--color-primary-2),1);display:block;width:23.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:31.875rem;left:18.375rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tRA7zKKbTOyIFa9sJRn5BKCRhZgXeTgB { color:rgba(var(--color-primary-3),1);display:block;width:20.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:33.875rem;left:19.625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i1pgdPSheUm3gbwyUzshSM1lHp7LxPSH { color:rgba(var(--color-primary-2),1);display:block;width:31.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:22.8125rem;left:21.0625rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kb6LzaRcgtcMviJr7ya8qisvSag3vEtl { color:rgba(var(--color-primary-2),1);display:block;width:23.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:31.875rem;left:30.25rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TfQcX5ImpGN2EtZdIgIFu53MDoG8oSZd { color:rgba(var(--color-primary-2),1);display:block;width:17.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:33.25rem;left:33rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hJXNsOsboQ2atE7JbBtAMFiD6HT23koU { box-sizing:content-box;height:6.25rem;width:11.875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-1),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.875rem;left:35.75rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#MsOvwEETEEdFAh38V3CzByKQWLQhL2Qk { color:rgba(var(--color-primary-2),1);display:block;width:23.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:43.75rem;left:25.1875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FPsZQf2zugTnbyR5d5ikd2xaCr9aCuhf { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:10.9375rem;left:0rem;height:4.3857375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WBcwkXUNHcB7CSR8pR6roScxEiATLVAb { background-color:rgba(var(--color-primary-2),0.05);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.125rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:48.607421875rem;left:24.625rem;display:block; }
#bXadiOMVECHXvz1lFnIwlrqXvMpG4TP7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row .container { background-color: transparent; background-image: none; }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row .container > .video-iframe-container { display: none; }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row > .video-iframe-container { display: none; }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .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); }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row .container { border-width: 0; border-radius: 0; }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row .container { font-size:0.875rem;font-family:arial;height:7.625rem;width:75rem;position:relative;display:block; }#DRyHHkWEEGTG84TC62iqvQG0XP03KV4z { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:19.1875rem;top:1.375rem;left:27.84375rem;overflow:hidden;display:block; }
#pBTQhXGolNRbgwBT8WBOKJD6TWvmsob2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pBTQhXGolNRbgwBT8WBOKJD6TWvmsob2 > .row .container { background-color: transparent; background-image: none; }#pBTQhXGolNRbgwBT8WBOKJD6TWvmsob2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pBTQhXGolNRbgwBT8WBOKJD6TWvmsob2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pBTQhXGolNRbgwBT8WBOKJD6TWvmsob2 > .row .container > .video-iframe-container { display: none; }#pBTQhXGolNRbgwBT8WBOKJD6TWvmsob2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pBTQhXGolNRbgwBT8WBOKJD6TWvmsob2 > .row > .video-iframe-container { display: none; }#pBTQhXGolNRbgwBT8WBOKJD6TWvmsob2 > .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); }#pBTQhXGolNRbgwBT8WBOKJD6TWvmsob2 > .row .container { border-width: 0; border-radius: 0; }#pBTQhXGolNRbgwBT8WBOKJD6TWvmsob2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pBTQhXGolNRbgwBT8WBOKJD6TWvmsob2 > .row .container { font-size:0.875rem;font-family:arial;height:3.9375rem;width:75rem;position:relative;display:block; }#KhIBD0SJ0Qzr7Kti1msnXvvRMR7iStdu { color:rgba(var(--color-tertiary-0),1);display:block;width:52.875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:0.9375rem;left:11.0625rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DOTNpuztW2G5xLKFTIDnwC8WHMVMJnQO { border-top:0rem solid rgba(var(--color-secondary-2),1);border-left:0rem solid rgba(var(--color-secondary-2),1);border-right:0rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);background-color:rgba(var(--color-secondary-2),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#DOTNpuztW2G5xLKFTIDnwC8WHMVMJnQO > .row .container { background-color: transparent; background-image: none; }#DOTNpuztW2G5xLKFTIDnwC8WHMVMJnQO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DOTNpuztW2G5xLKFTIDnwC8WHMVMJnQO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DOTNpuztW2G5xLKFTIDnwC8WHMVMJnQO > .row .container > .video-iframe-container { display: none; }#DOTNpuztW2G5xLKFTIDnwC8WHMVMJnQO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DOTNpuztW2G5xLKFTIDnwC8WHMVMJnQO > .row > .video-iframe-container { display: none; }#DOTNpuztW2G5xLKFTIDnwC8WHMVMJnQO > .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); }#DOTNpuztW2G5xLKFTIDnwC8WHMVMJnQO > .row .container { border-width: 0; border-radius: 0; }#DOTNpuztW2G5xLKFTIDnwC8WHMVMJnQO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DOTNpuztW2G5xLKFTIDnwC8WHMVMJnQO > .row .container { font-size:0.875rem;font-family:arial;height:2.921875rem;width:75rem;position:relative;display:block; }#TG9A10fiGElTnZiPT46Elo5CoyL4zvfa { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-secondary-0),1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:2.625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.125rem;left:44.80859375rem;display:block; }
#XM5vcNyJ7V3ogdI9de7E3Qo5O7fpf8lZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NbTqMXnRVNOoPLUmeyLGW66GN8HEE1Ol { color:rgba(var(--color-primary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:0.607421875rem;left:15.6220703125rem;height:1.70605625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TJRMNsLoFDpoDawUu3og87AV8Poy28xT .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; }
#TJRMNsLoFDpoDawUu3og87AV8Poy28xT .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.2325rem;padding-right:0.2275rem;padding-bottom:0.2325rem;padding-left:0.2275rem;display:block;align-items:center;width:1.3625rem;min-width:1.3625rem;height:1.25125rem;position:relative;font-family:var(--headlines-font-family);font-size:0.931875rem;font-weight:700;line-height:20.02px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TJRMNsLoFDpoDawUu3og87AV8Poy28xT .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-primary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.145625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:1.8175rem;height:0.49375rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.34875rem;font-weight:700;line-height:7.9px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TJRMNsLoFDpoDawUu3og87AV8Poy28xT { 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:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:8.4375rem;height:2.355625rem;padding-top:0.290625rem;padding-right:0.325625rem;padding-bottom:0.290625rem;padding-left:0.325625rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:32.9541015625rem;z-index:15026; }
#TJRMNsLoFDpoDawUu3og87AV8Poy28xT #QnItTpTDTdnDazlnLR0uBWNXnG1hSyF2 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#TJRMNsLoFDpoDawUu3og87AV8Poy28xT #SWzTHNSaFSSRTJSMZurkhTbhdS5V17ou { width:auto; }
#TJRMNsLoFDpoDawUu3og87AV8Poy28xT #lS4heFyWH1G1RKxR5sDX2lmdCWt0ATDf {  }
#TJRMNsLoFDpoDawUu3og87AV8Poy28xT #y5dGUrp1FMG73efvkTlHO4BTIvIvbbAy { display:flex;position:relative;top:0rem;left:0rem; }
#TJRMNsLoFDpoDawUu3og87AV8Poy28xT #ISHTzzTC1S1WnrZpaTA983VxU7gSDefF {  }
#TJRMNsLoFDpoDawUu3og87AV8Poy28xT #lFWEymL5D2vALxHDXlB8d6GhzZmg61Jy {  }
#TJRMNsLoFDpoDawUu3og87AV8Poy28xT #OnxbvSS7ZVaqLgTU7q6azrmXZUowUqau { display:flex;position:relative;top:0rem;left:0rem; }
#TJRMNsLoFDpoDawUu3og87AV8Poy28xT #WAhoUengs1URn1ttx2rMF9Fh7WT7nf12 {  }
#TJRMNsLoFDpoDawUu3og87AV8Poy28xT #LKBza5BhD0R9T65iu9epI0vGx7IMTQyf {  }
#TJRMNsLoFDpoDawUu3og87AV8Poy28xT #SCnJCPikKW14Kush48zM0lVZF2OnEZS7 { display:flex;position:relative;top:0rem;left:0rem; }
#TJRMNsLoFDpoDawUu3og87AV8Poy28xT #iuwJopLJXdETWsco4mZsZn3SWyvr4W9c {  }
#TJRMNsLoFDpoDawUu3og87AV8Poy28xT #KWtTIuMlCcvgrKk1SNCoWLLNVhTO7rOR {  }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MIAKLP5ODDKad6wL8IGdNOOBHuRs0ay8 { display:block; }#MIAKLP5ODDKad6wL8IGdNOOBHuRs0ay8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oD3JnJgoAmTsveerHmCAp4mO6TNZoPMk { top:0.5625rem;left:14.37548828125rem;width:22.1875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMT565uBkGtETABEyHb1UZJbWTepFHZV { display:block; }#uMT565uBkGtETABEyHb1UZJbWTepFHZV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hFucdS6RSv5CpeF6essCVAyCHOgStb88 { top:2.8125rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ud4OJqLKTqNgkIGmQ8i8ypQanwTz2DCm { top:17.9375rem;left:18.90673828125rem;width:9.875rem;height:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qqa5uy7fPJ9nEIVxSnLhigTeNN4WqET2 { top:6.875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #omGrcX0TmPOKJpZOy3IVZdlD7tmFxlTc { width:20.9375rem;height:4rem;top:92.5625rem;left:13.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9x00MdxrcWVvyA8gQMd4o0HqcKD00dk { display:block; }
 }@media only screen and (max-width: 763px) { #WBKvm4OftoJ9EC89KwEXMiz0sLMhaMLK { top:13.0625rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gV40uzUH6Z1gzJw5XTuhm22gd2Xx0BsX { top:89.5rem;left:7.96875rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bmpvgk6eZNS5FiAB4WXeykC8f6gkTiuJ { top:8.75rem;left:35.375rem;width:12.375rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcogDU71purvH6zDeuPorIM5enaMDzxB { top:17.375rem;left:0rem;width:47.75rem;height:19.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRb8I02Igzn3prdLOlCmwzGTRkLGBahz { top:42.9375rem;left:0rem;width:40.9375rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uu0yUbWJUmEC1I0NZfyeRMI74JeWKqiA { top:47.1875rem;left:0rem;width:35rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wn7k353nsynBp19o1kQ3bN7aO3hVbOTb { top:54.4375rem;left:0rem;width:29.5625rem;height:10.8125rem;font-size:1rem;display:block; }#wn7k353nsynBp19o1kQ3bN7aO3hVbOTb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_27f228088e202a95c57da55dfc2e946124bff4dc.svg); }
 }@media only screen and (max-width: 763px) { #pCW6pP9K8CT8iwRTQaIn14FNTd2ecC9o { top:72.625rem;left:6.3125rem;width:35.125rem;height:4.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8uUJ9G1JkgTNaOs3fBsQtXO2NLLZarq { top:84.125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1hZfT43KAzRvKi5FApTLEF8zu73BJEi { top:87.1875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #efmPhoh1u7QLKKDLaTTBDKqc1ydHDWTv { top:47.1875rem;left:22.625rem;width:25.125rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNqKROJqcO02nGssdLGMUx5PtJOgB9sQ { top:41.0625rem;left:8.875rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgkZ39afraumPibtTGnb6b5xSmJKmNvB { top:89.5rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvNCSsXe0wrrNGG0l66n6MpTXHSlUJz5 { top:84.125rem;left:0rem;width:12.375rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBfgR8cERIxNAam7NXZxhH7UrLnJKDRr { top:71.125rem;left:7.15625rem;width:32.375rem;height:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTI4HDqHF0pegzDhEH382X4u1T5UCIMs { width:25rem;height:3.125rem;top:100.25rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgDHUe12ArFNgPNExfDcxG8StDpl7TCT { display:block; }
 }@media only screen and (max-width: 763px) { #CCulFSerbcV9ZZ0E3DQSuSnh7XC2pP37 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CCulFSerbcV9ZZ0E3DQSuSnh7XC2pP37 .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; }
#CCulFSerbcV9ZZ0E3DQSuSnh7XC2pP37 .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; }
#CCulFSerbcV9ZZ0E3DQSuSnh7XC2pP37 { display:flex;width:13.5rem;height:5.0625rem;top:53.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CCulFSerbcV9ZZ0E3DQSuSnh7XC2pP37 #v9oRt3T8W1zJtOzUgspvJyaqMHR4Ncgx { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CCulFSerbcV9ZZ0E3DQSuSnh7XC2pP37 #dGka6WvhpFKFhuheI49K7sap0r7wtLPv {  }
 }@media only screen and (max-width: 763px) { #CCulFSerbcV9ZZ0E3DQSuSnh7XC2pP37 #JfpmJsIXxzTaJXBWSeu2awA0Hi2sAMvV {  }
 }@media only screen and (max-width: 763px) { #CCulFSerbcV9ZZ0E3DQSuSnh7XC2pP37 #E7kSoQZ0Jh9TmZPy5ntzxxkCCJB3Xx1S { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CCulFSerbcV9ZZ0E3DQSuSnh7XC2pP37 #yVumgtDzumkmWXz6E1053MCxKGbEE05E {  }
 }@media only screen and (max-width: 763px) { #CCulFSerbcV9ZZ0E3DQSuSnh7XC2pP37 #sywpPqbpynEooP3pJoXre9xTanfkDwLM {  }
 }@media only screen and (max-width: 763px) { #CCulFSerbcV9ZZ0E3DQSuSnh7XC2pP37 #mP6WgnvwlDQCXeFpzzcPJdU1x84ROZcu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CCulFSerbcV9ZZ0E3DQSuSnh7XC2pP37 #NP4OucAR8dWOMEQg9Pqot9mwKSmpbUdc {  }
 }@media only screen and (max-width: 763px) { #CCulFSerbcV9ZZ0E3DQSuSnh7XC2pP37 #iTrsEay5ECKRTaeTGd5v1VfAcd9cuhx2 {  }
 }@media only screen and (max-width: 763px) { #CCulFSerbcV9ZZ0E3DQSuSnh7XC2pP37 #soTT9L7KqOFKDRMlR3fdkKkzh7dq42TG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CCulFSerbcV9ZZ0E3DQSuSnh7XC2pP37 #yvhtz8AHrmZFVtpgoZp5AAy9LNtTh35x {  }
 }@media only screen and (max-width: 763px) { #CCulFSerbcV9ZZ0E3DQSuSnh7XC2pP37 #AA8HvmucE43vkBs5iAu3kO1tpCoZi2GL {  }
 }@media only screen and (max-width: 763px) { #KM2A4Hcb1nSzgpl3nrT2lGyTUXscm2so { top:77.5rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUh2vVuUlXi7ImzeQXQc7b0ebu7QCFkw { display:block; }#bUh2vVuUlXi7ImzeQXQc7b0ebu7QCFkw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QJJ64TRqISQPrc6dCEc6Rr4dqAViXipr { top:11.25rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpFOmsQcuxCbSRwN6vS7abBtACXymiGV { top:16.375rem;left:8.25rem;width:31.25rem;height:2rem;font-size:1.125rem;display:block; }#MpFOmsQcuxCbSRwN6vS7abBtACXymiGV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ca2f77b2c8d2b3f022bb5584534cd1075659c218.svg); }
 }@media only screen and (max-width: 763px) { #v9x3C6zueSL2rr5Hod5uW5VRQc13ia90 { width:37.5rem;height:0.125rem;top:6.5625rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1fnD2QavxMzNvxUeMy6VSS6plpbZkeg { top:7.25rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgHmn2F6IekcxM6QzCNDZMR2wwqGvAqU { top:6rem;left:4.0625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvNXVkRuFWSwSbsaSEkIsJiRQ1GzaONq { top:4.625rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TERIVR14H0EGqsnMscJkGlT4J4C5J3u4 { top:18.1875rem;left:8.25rem;width:31.25rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewN6ZvQIDhLv4uqWXDZ2ai8Oe9vh7XBl { top:24rem;left:8.25rem;width:31.25rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yF8EGVZiGebikN5QmTQswoE6DS0Q1Bdu { top:22.25rem;left:8.25rem;width:31.25rem;height:2rem;font-size:1.125rem;display:block; }#yF8EGVZiGebikN5QmTQswoE6DS0Q1Bdu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ca2f77b2c8d2b3f022bb5584534cd1075659c218.svg); }
 }@media only screen and (max-width: 763px) { #V2B0kt2TcIM7G74gV0JEOPu6UEIpgyfe { top:30.0625rem;left:8.25rem;width:31.25rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEWUXDG4x9yD6giMgk7HD4vc8C4MnSD9 { top:28.3125rem;left:8.25rem;width:31.25rem;height:2rem;font-size:1.125rem;display:block; }#yEWUXDG4x9yD6giMgk7HD4vc8C4MnSD9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ca2f77b2c8d2b3f022bb5584534cd1075659c218.svg); }
 }@media only screen and (max-width: 763px) { #TWFmT7zIhvzZ4cgvK7sOtPKL5AzB2miU { top:36.3125rem;left:2.1875rem;width:40.9375rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmx5uq6nnOx0TICOeKr0pgQC1Tek2Rvw { top:34.6875rem;left:21.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIv3f3MLAVbpDTlkz4W52on7kplx5nVb { top:38.8125rem;left:3.5625rem;width:37.375rem;height:9.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLDp2JU4AyuqLukrkVZP7n0Q8ZLVzWtx { display:block; }#TLDp2JU4AyuqLukrkVZP7n0Q8ZLVzWtx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FeqBVwkGvGALIAvmJFBOJHh3BAm9BqdC { top:3.4375rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUH9DDtKeUR5OsNn1QHClFUlvP24zslZ { width:37.5rem;height:0.125rem;top:5.375rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oexSly54GmgPKIy9u0rNMa0cU62dLP4g { top:6.0625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8ruTS9K0v6Wo1MV2KDPrVAg2RcflXTR { top:4.875rem;left:41.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQZKgVkoO5r2TaXlUuCo12OnMESyAyoE { top:10.4375rem;left:0rem;width:47.75rem;height:26.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBWDroBZz3789WyToROmAlpysx0bgzz6 { top:37.875rem;left:8.125rem;width:31.25rem;height:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFCPTLy3TxABtSHg5orGTRF17zo2rRyf { top:38.875rem;left:8.9375rem;width:29.6875rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3Dw3hKWaWWZNZxOL8BzFl4ynGRRrwLi .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#f3Dw3hKWaWWZNZxOL8BzFl4ynGRRrwLi .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; }
#f3Dw3hKWaWWZNZxOL8BzFl4ynGRRrwLi .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; }
#f3Dw3hKWaWWZNZxOL8BzFl4ynGRRrwLi { display:flex;width:13.5rem;height:5.0625rem;top:53.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #f3Dw3hKWaWWZNZxOL8BzFl4ynGRRrwLi #zkJoA95orDcTHxXbwc523obui48H2M1B { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #f3Dw3hKWaWWZNZxOL8BzFl4ynGRRrwLi #UCwrfgS5GiJEeKVLyZ9qIRfmIMvsrbrg {  }
 }@media only screen and (max-width: 763px) { #f3Dw3hKWaWWZNZxOL8BzFl4ynGRRrwLi #ZMzE8WRPl4kSz4gWq6MpicfM78EX80g5 {  }
 }@media only screen and (max-width: 763px) { #f3Dw3hKWaWWZNZxOL8BzFl4ynGRRrwLi #I6Z1qO0VXZLReKr3TBuT7kC14w0if6V3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #f3Dw3hKWaWWZNZxOL8BzFl4ynGRRrwLi #gvmR6IbyVlUa4Hh3ZMsDesaL9mTI0MMI {  }
 }@media only screen and (max-width: 763px) { #f3Dw3hKWaWWZNZxOL8BzFl4ynGRRrwLi #VmnVKynLrMpGmlLWDWlmdbKL1XkM3odt {  }
 }@media only screen and (max-width: 763px) { #f3Dw3hKWaWWZNZxOL8BzFl4ynGRRrwLi #d5D1oxm6xqZw97zhr8nTCazBHBCCPxuQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #f3Dw3hKWaWWZNZxOL8BzFl4ynGRRrwLi #ewo82xAtOyQM2eVmZL3qFyESXETgL7TM {  }
 }@media only screen and (max-width: 763px) { #f3Dw3hKWaWWZNZxOL8BzFl4ynGRRrwLi #pFU8SHTz5KBli7sTX3Zfn9pk6AXb3ar2 {  }
 }@media only screen and (max-width: 763px) { #f3Dw3hKWaWWZNZxOL8BzFl4ynGRRrwLi #QrZaI9TBIihCcITbcykHspHCP56ow22K { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #f3Dw3hKWaWWZNZxOL8BzFl4ynGRRrwLi #nFTGwTJ1kWOD4fxI00JvLn3aStECOFRW {  }
 }@media only screen and (max-width: 763px) { #f3Dw3hKWaWWZNZxOL8BzFl4ynGRRrwLi #mmpcne604fKbUisGUb8cvVqU6HeX2ZBw {  }
 }@media only screen and (max-width: 763px) { #iTlCgSKZgJltZWXkPGWa0AsLl69qRGcl { top:57.125rem;left:8.9375rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUe5UTpxCwpCpyndEBccLdrN6CDyCnnm { width:20.9375rem;height:4rem;top:59.625rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PB7PHPNbnFsgvvfCzv2J1ucqmWBtKWSS { display:block; }
 }@media only screen and (max-width: 763px) { #MngHVNnGPSdDz4MpPTbATPSGymiD3ywS { top:52.6875rem;left:5.375rem;width:23.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmSo4lP4N69fMpqT8WEoaXiSU3ONQ6F7 { top:54.6875rem;left:6.625rem;width:20.625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfUcdewdVCrI8Hn2gC2TL1dsGOAybbqb { top:43.625rem;left:8.0625rem;width:31.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZKdy1GcH9pmu47o0HTUziO8iXZNe3vE { top:52.6875rem;left:17.25rem;width:23.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9dBDnMU8Lv5MZpATKw5GHumdqzikweo { top:54.0625rem;left:20rem;width:17.5625rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXzGtQ3Z4Zep0i7gSiuyS5QuDk45weB8 { top:51.6875rem;left:22.75rem;width:11.875rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvJWRBuTGRtW4EkdKgVn3shweeQpKwfF { top:64.5625rem;left:12.1875rem;width:23.125rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J15RzvHEofJdCSGX6ThwgCAxAqLfVGA0 { top:16.3125rem;left:37.9375rem;width:9.8125rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvZ6RRnKGavBZGriIx9SrB9ipOuTOkrs { width:25rem;height:3.125rem;top:68.6875rem;left:10.591796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmfTwllpuWUJLHTHBJL8TKuILe1lofkI { display:block; }
 }@media only screen and (max-width: 763px) { #Lu2dybviDUwGBbtk0bTw7qgidUgS9T5N { display:block; }#Lu2dybviDUwGBbtk0bTw7qgidUgS9T5N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wavrVQSrzipZhJa3MT3C3MXb3OKTu2a7 { top:4.125rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #li6leGSOn5Cy5sIwlxZHILndCMIDPnRu { width:37.5rem;height:0.125rem;top:6.0625rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBMc2kP49FHk3SyaaIVwCa9nUlzCOs9g { top:6.75rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8W5nUuKIlrEzwIDvfPfIlTcWtDtlAGb { top:5.5625rem;left:4.125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAQiOsUDnDIvL0JEnm8LZ9LDJqDZGQFr { top:14.875rem;left:0rem;width:17.75rem;height:10rem;font-size:1rem;display:block; }#OAQiOsUDnDIvL0JEnm8LZ9LDJqDZGQFr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1f07ed34542a61fd8177f9cf2f5e15a0edff1090.svg); }
 }@media only screen and (max-width: 763px) { #y8RvDoeIN8z3tyMRagfqPxxODB4OeGw2 { top:14.875rem;left:5.375rem;width:17.75rem;height:10rem;font-size:1rem;display:block; }#y8RvDoeIN8z3tyMRagfqPxxODB4OeGw2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1f07ed34542a61fd8177f9cf2f5e15a0edff1090.svg); }
 }@media only screen and (max-width: 763px) { #ddvVZF3QTED5d8XO1wECawk8TbRkXi7d { top:14.875rem;left:24.5625rem;width:17.75rem;height:10rem;font-size:1rem;display:block; }#ddvVZF3QTED5d8XO1wECawk8TbRkXi7d li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1f07ed34542a61fd8177f9cf2f5e15a0edff1090.svg); }
 }@media only screen and (max-width: 763px) { #iEEgovbGO9kG1TxS4uDR3gOc6azxtatX { top:14.875rem;left:30rem;width:17.75rem;height:8rem;font-size:1rem;display:block; }#iEEgovbGO9kG1TxS4uDR3gOc6azxtatX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1f07ed34542a61fd8177f9cf2f5e15a0edff1090.svg); }
 }@media only screen and (max-width: 763px) { #ru4vk312gOtpu1wz2LqAMeC3SBlzxmTJ { display:block; }#ru4vk312gOtpu1wz2LqAMeC3SBlzxmTJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L0AebbMJMVwyEDzxNQ09n7MU6K4xfGbK { top:16.8125rem;left:0.875rem;width:43.875rem;height:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DV1nSbpIwufcd11OS2CdyM6y82AAhuko { top:22.9375rem;left:3.71875rem;width:38.0625rem;height:22.9375rem;font-size:1rem;display:block; }#DV1nSbpIwufcd11OS2CdyM6y82AAhuko li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_27f228088e202a95c57da55dfc2e946124bff4dc.svg); }
 }@media only screen and (max-width: 763px) { #oGQmtzss91P63sG3ZhqCmztu4ie1WfFK { top:18.25rem;left:3.71875rem;width:35rem;height:3.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTlucSbPyAfmZib6g5gFWBgF70FMiOkZ { top:10.375rem;left:20.125rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCfOUFXgLIVvtdE4pTt2lQFuTt1WLxSp { top:4rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3q9lqJDodCshIixJ9MP23Cs3ZtH5oHh { top:5.4375rem;left:4.125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iABGG0cOO7X6ED6PWsHiQ5TG4xAwK8cw { width:37.5rem;height:0.125rem;top:5.9375rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOZGFioCfUgIJs3ZkOHS2lw02WNVEMGR { top:6.625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t64fhRBUzcU9xw2vynvUJrPL8MBuSZks { top:50.625rem;left:0rem;width:47.75rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iflcS8xufJwKG9BthtP4sd9X4ZPwxhcw { top:47.5rem;left:35.125rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4ACfTrzLpD64IkvlTmTQO0ez7GoCVgQ { display:block; }#i4ACfTrzLpD64IkvlTmTQO0ez7GoCVgQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dtSVytaURhzDC6gQLPCXv0JdBXyFCdDh { width:37.5rem;height:0.125rem;top:8.6875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpGTRzTO1o2qFueZHQBTqM3SXbqpONW7 { top:4.875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgdaISOkaDhqqTuRnudh0DlVppNL5vsg { top:8.1875rem;left:41.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKlTFdPIyLvZT4PCfP6aho2B4TnwtqS3 { top:17.0625rem;left:7.5rem;width:31.25rem;height:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFKgWdIibhvcAuTgcrQa9HwozQTVCXmK { top:18.0625rem;left:8.3125rem;width:29.6875rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCK6WB4yFPKQBh02x54JbDxrO8qbeTlM .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lCK6WB4yFPKQBh02x54JbDxrO8qbeTlM .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; }
#lCK6WB4yFPKQBh02x54JbDxrO8qbeTlM .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; }
#lCK6WB4yFPKQBh02x54JbDxrO8qbeTlM { display:flex;width:13.5rem;height:5.0625rem;top:53.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lCK6WB4yFPKQBh02x54JbDxrO8qbeTlM #H5ISVKrDEZOHxnMzgJ7GT9DoFcKsu4Ka { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lCK6WB4yFPKQBh02x54JbDxrO8qbeTlM #ZERFzhxIJ7CseHQ6Ic12F6dfE2nXoyiq {  }
 }@media only screen and (max-width: 763px) { #lCK6WB4yFPKQBh02x54JbDxrO8qbeTlM #SJf6fwcIys4dp0N3i7RdPLgAWPWTh9BC {  }
 }@media only screen and (max-width: 763px) { #lCK6WB4yFPKQBh02x54JbDxrO8qbeTlM #y6lzyHb7JqxhuVukSaVBQXpD6PW5hSnw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lCK6WB4yFPKQBh02x54JbDxrO8qbeTlM #PfuQunZAwm1ozcssb9XuK513s7GaU5nh {  }
 }@media only screen and (max-width: 763px) { #lCK6WB4yFPKQBh02x54JbDxrO8qbeTlM #M9TBNxRgPnFGPOXXwyqxJ78x9d9JHyF9 {  }
 }@media only screen and (max-width: 763px) { #lCK6WB4yFPKQBh02x54JbDxrO8qbeTlM #ZWQH62WhOV3imO1HlFuQilh67nTwprcu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lCK6WB4yFPKQBh02x54JbDxrO8qbeTlM #vL11uKwLWgBx796LMUg9tIO7sNT6g7aZ {  }
 }@media only screen and (max-width: 763px) { #lCK6WB4yFPKQBh02x54JbDxrO8qbeTlM #GktIxv0PSvlodGXBfU4I9ny4O6lGXG8x {  }
 }@media only screen and (max-width: 763px) { #lCK6WB4yFPKQBh02x54JbDxrO8qbeTlM #cxBQOuntnhToTJFcmyTd4F9EaLCPXooZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lCK6WB4yFPKQBh02x54JbDxrO8qbeTlM #tuJAR9IDvfb6k1F5ziCucTSdRZV7dEXt {  }
 }@media only screen and (max-width: 763px) { #lCK6WB4yFPKQBh02x54JbDxrO8qbeTlM #I6z8AcmscHOdh04tM31iFIctpBKtGEx4 {  }
 }@media only screen and (max-width: 763px) { #nkGwTgxzf2R4haWbwfKPwD0BVWfZOivp { top:36.3125rem;left:8.3125rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyzydgNED91sl9dyxZBfG9bHv2AMhpFI { width:20.9375rem;height:4rem;top:38.8125rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFN6H0x2A6tWNWohPrxQnErC1WgpG5vD { display:block; }
 }@media only screen and (max-width: 763px) { #ZQfV7BB5dteEqfbKm3J3t8iwgvztU6H3 { top:31.875rem;left:4.75rem;width:23.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRA7zKKbTOyIFa9sJRn5BKCRhZgXeTgB { top:33.875rem;left:6rem;width:20.625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1pgdPSheUm3gbwyUzshSM1lHp7LxPSH { top:22.8125rem;left:7.4375rem;width:31.375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kb6LzaRcgtcMviJr7ya8qisvSag3vEtl { top:31.875rem;left:16.625rem;width:23.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfQcX5ImpGN2EtZdIgIFu53MDoG8oSZd { top:33.25rem;left:19.375rem;width:17.5625rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJXNsOsboQ2atE7JbBtAMFiD6HT23koU { top:30.875rem;left:22.125rem;width:11.875rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsOvwEETEEdFAh38V3CzByKQWLQhL2Qk { top:43.75rem;left:11.5625rem;width:23.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPsZQf2zugTnbyR5d5ikd2xaCr9aCuhf { top:10.9375rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBcwkXUNHcB7CSR8pR6roScxEiATLVAb { width:25rem;height:3.125rem;top:48.5625rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXadiOMVECHXvz1lFnIwlrqXvMpG4TP7 { display:block; }
 }@media only screen and (max-width: 763px) { #TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 { display:block; }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DRyHHkWEEGTG84TC62iqvQG0XP03KV4z { top:1.375rem;left:14.21875rem;width:19.1875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBTQhXGolNRbgwBT8WBOKJD6TWvmsob2 { display:block; }#pBTQhXGolNRbgwBT8WBOKJD6TWvmsob2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KhIBD0SJ0Qzr7Kti1msnXvvRMR7iStdu { top:0.9375rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOTNpuztW2G5xLKFTIDnwC8WHMVMJnQO { display:block; }#DOTNpuztW2G5xLKFTIDnwC8WHMVMJnQO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TG9A10fiGElTnZiPT46Elo5CoyL4zvfa { width:12rem;height:2.625rem;top:0.125rem;left:31.18359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XM5vcNyJ7V3ogdI9de7E3Qo5O7fpf8lZ { display:block; }
 }@media only screen and (max-width: 763px) { #NbTqMXnRVNOoPLUmeyLGW66GN8HEE1Ol { top:0.5625rem;left:1.9970703125rem;width:15.625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJRMNsLoFDpoDawUu3og87AV8Poy28xT .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TJRMNsLoFDpoDawUu3og87AV8Poy28xT .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; }
#TJRMNsLoFDpoDawUu3og87AV8Poy28xT .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; }
#TJRMNsLoFDpoDawUu3og87AV8Poy28xT { display:flex;width:13.5rem;height:5.0625rem;top:0rem;left:12.0478515625rem; }
 }@media only screen and (max-width: 763px) { #TJRMNsLoFDpoDawUu3og87AV8Poy28xT #QnItTpTDTdnDazlnLR0uBWNXnG1hSyF2 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TJRMNsLoFDpoDawUu3og87AV8Poy28xT #SWzTHNSaFSSRTJSMZurkhTbhdS5V17ou {  }
 }@media only screen and (max-width: 763px) { #TJRMNsLoFDpoDawUu3og87AV8Poy28xT #lS4heFyWH1G1RKxR5sDX2lmdCWt0ATDf {  }
 }@media only screen and (max-width: 763px) { #TJRMNsLoFDpoDawUu3og87AV8Poy28xT #y5dGUrp1FMG73efvkTlHO4BTIvIvbbAy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TJRMNsLoFDpoDawUu3og87AV8Poy28xT #ISHTzzTC1S1WnrZpaTA983VxU7gSDefF {  }
 }@media only screen and (max-width: 763px) { #TJRMNsLoFDpoDawUu3og87AV8Poy28xT #lFWEymL5D2vALxHDXlB8d6GhzZmg61Jy {  }
 }@media only screen and (max-width: 763px) { #TJRMNsLoFDpoDawUu3og87AV8Poy28xT #OnxbvSS7ZVaqLgTU7q6azrmXZUowUqau { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TJRMNsLoFDpoDawUu3og87AV8Poy28xT #WAhoUengs1URn1ttx2rMF9Fh7WT7nf12 {  }
 }@media only screen and (max-width: 763px) { #TJRMNsLoFDpoDawUu3og87AV8Poy28xT #LKBza5BhD0R9T65iu9epI0vGx7IMTQyf {  }
 }@media only screen and (max-width: 763px) { #TJRMNsLoFDpoDawUu3og87AV8Poy28xT #SCnJCPikKW14Kush48zM0lVZF2OnEZS7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TJRMNsLoFDpoDawUu3og87AV8Poy28xT #iuwJopLJXdETWsco4mZsZn3SWyvr4W9c {  }
 }@media only screen and (max-width: 763px) { #TJRMNsLoFDpoDawUu3og87AV8Poy28xT #KWtTIuMlCcvgrKk1SNCoWLLNVhTO7rOR {  }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MIAKLP5ODDKad6wL8IGdNOOBHuRs0ay8 { position:relative;z-index:auto;display:block; }#MIAKLP5ODDKad6wL8IGdNOOBHuRs0ay8 > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oD3JnJgoAmTsveerHmCAp4mO6TNZoPMk { width:15.25rem;height:1.29980625rem;top:0.5625rem;left:2.375rem;font-size:1rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uMT565uBkGtETABEyHb1UZJbWTepFHZV { display:block; }#uMT565uBkGtETABEyHb1UZJbWTepFHZV > .row .container { width:20rem;height:120.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hFucdS6RSv5CpeF6essCVAyCHOgStb88 { width:20rem;height:1.54296875rem;top:1.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Ud4OJqLKTqNgkIGmQ8i8ypQanwTz2DCm { width:9.8730625rem;height:6.6855625rem;top:49.02880625rem;left:10.1269375rem;z-index:15027;display:none; }
 }@media only screen and (max-width: 763px) { #Qqa5uy7fPJ9nEIVxSnLhigTeNN4WqET2 { width:18.75rem;height:6.99706875rem;top:3.16796875rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #omGrcX0TmPOKJpZOy3IVZdlD7tmFxlTc { width:15.8125rem;height:4rem;top:107.482421875rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9x00MdxrcWVvyA8gQMd4o0HqcKD00dk { display:block; }
 }@media only screen and (max-width: 763px) { #WBKvm4OftoJ9EC89KwEXMiz0sLMhaMLK { width:20rem;height:3.8496125rem;top:10.978515625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#f5ae84;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #gV40uzUH6Z1gzJw5XTuhm22gd2Xx0BsX { display:flex;width:2.8125rem;height:2.8125rem;top:104.732421875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Bmpvgk6eZNS5FiAB4WXeykC8f6gkTiuJ { width:7.875rem;height:7.875rem;top:66.375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcogDU71purvH6zDeuPorIM5enaMDzxB { width:18.75rem;height:23.79001875rem;top:14.828125rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #oRb8I02Igzn3prdLOlCmwzGTRkLGBahz { width:20rem;height:21.8125rem;top:44.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uu0yUbWJUmEC1I0NZfyeRMI74JeWKqiA { width:18.75rem;height:4.72265625rem;top:45.625rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wn7k353nsynBp19o1kQ3bN7aO3hVbOTb { width:18.75rem;height:14.15725rem;top:51rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.4;display:block; }#wn7k353nsynBp19o1kQ3bN7aO3hVbOTb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_27f228088e202a95c57da55dfc2e946124bff4dc.svg); }
 }@media only screen and (max-width: 763px) { #pCW6pP9K8CT8iwRTQaIn14FNTd2ecC9o { width:20rem;height:3.298825rem;top:88.294921875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #T8uUJ9G1JkgTNaOs3fBsQtXO2NLLZarq { width:20rem;height:1.94921875rem;top:95.232421875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #D1hZfT43KAzRvKi5FApTLEF8zu73BJEi { width:20rem;height:1.625rem;top:92.919921875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #efmPhoh1u7QLKKDLaTTBDKqc1ydHDWTv { width:20rem;height:11.193375rem;top:75.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNqKROJqcO02nGssdLGMUx5PtJOgB9sQ { display:flex;width:5.375rem;height:5.375rem;top:38.6171875rem;left:7.3125rem; }
 }@media only screen and (max-width: 763px) { #cgkZ39afraumPibtTGnb6b5xSmJKmNvB { width:20rem;height:1.625rem;top:97.794921875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lvNCSsXe0wrrNGG0l66n6MpTXHSlUJz5 { width:8.0625rem;height:8.0625rem;top:99.419921875rem;left:5.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBfgR8cERIxNAam7NXZxhH7UrLnJKDRr { width:20rem;height:28rem;top:86.693359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTI4HDqHF0pegzDhEH382X4u1T5UCIMs { width:19rem;height:3.125rem;top:113.068359375rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgDHUe12ArFNgPNExfDcxG8StDpl7TCT { display:block; }
 }@media only screen and (max-width: 763px) { #CCulFSerbcV9ZZ0E3DQSuSnh7XC2pP37 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#CCulFSerbcV9ZZ0E3DQSuSnh7XC2pP37 .widget-text.counter-number { padding-top:0.318125rem;padding-right:0.28125rem;padding-bottom:0.318125rem;padding-left:0.28125rem;width:1.68625rem;min-width:1.68625rem;height:1.71rem;font-size:1.2725rem;line-height:27.36px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#CCulFSerbcV9ZZ0E3DQSuSnh7XC2pP37 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.19875rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.24875rem;height:0.67625rem;font-size:0.4775rem;line-height:10.82px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#CCulFSerbcV9ZZ0E3DQSuSnh7XC2pP37 { display:flex;width:9.75rem;height:3.22125rem;top:79.4375rem;left:9.5625rem;padding-top:0.3725rem;padding-right:0.440625rem;padding-bottom:0.3725rem;padding-left:0.440625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #CCulFSerbcV9ZZ0E3DQSuSnh7XC2pP37 #v9oRt3T8W1zJtOzUgspvJyaqMHR4Ncgx { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CCulFSerbcV9ZZ0E3DQSuSnh7XC2pP37 #dGka6WvhpFKFhuheI49K7sap0r7wtLPv {  }
 }@media only screen and (max-width: 763px) { #CCulFSerbcV9ZZ0E3DQSuSnh7XC2pP37 #JfpmJsIXxzTaJXBWSeu2awA0Hi2sAMvV {  }
 }@media only screen and (max-width: 763px) { #CCulFSerbcV9ZZ0E3DQSuSnh7XC2pP37 #E7kSoQZ0Jh9TmZPy5ntzxxkCCJB3Xx1S { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CCulFSerbcV9ZZ0E3DQSuSnh7XC2pP37 #yVumgtDzumkmWXz6E1053MCxKGbEE05E {  }
 }@media only screen and (max-width: 763px) { #CCulFSerbcV9ZZ0E3DQSuSnh7XC2pP37 #sywpPqbpynEooP3pJoXre9xTanfkDwLM {  }
 }@media only screen and (max-width: 763px) { #CCulFSerbcV9ZZ0E3DQSuSnh7XC2pP37 #mP6WgnvwlDQCXeFpzzcPJdU1x84ROZcu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CCulFSerbcV9ZZ0E3DQSuSnh7XC2pP37 #NP4OucAR8dWOMEQg9Pqot9mwKSmpbUdc {  }
 }@media only screen and (max-width: 763px) { #CCulFSerbcV9ZZ0E3DQSuSnh7XC2pP37 #iTrsEay5ECKRTaeTGd5v1VfAcd9cuhx2 {  }
 }@media only screen and (max-width: 763px) { #CCulFSerbcV9ZZ0E3DQSuSnh7XC2pP37 #soTT9L7KqOFKDRMlR3fdkKkzh7dq42TG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CCulFSerbcV9ZZ0E3DQSuSnh7XC2pP37 #yvhtz8AHrmZFVtpgoZp5AAy9LNtTh35x {  }
 }@media only screen and (max-width: 763px) { #CCulFSerbcV9ZZ0E3DQSuSnh7XC2pP37 #AA8HvmucE43vkBs5iAu3kO1tpCoZi2GL {  }
 }@media only screen and (max-width: 763px) { #KM2A4Hcb1nSzgpl3nrT2lGyTUXscm2so { width:20rem;height:1.57421875rem;top:117.443359375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bUh2vVuUlXi7ImzeQXQc7b0ebu7QCFkw { display:block; }#bUh2vVuUlXi7ImzeQXQc7b0ebu7QCFkw > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QJJ64TRqISQPrc6dCEc6Rr4dqAViXipr { width:18.1875rem;height:2.625rem;top:10.59765625rem;left:0.90625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #MpFOmsQcuxCbSRwN6vS7abBtACXymiGV { width:18.1875rem;height:3.1484375rem;top:14.78515625rem;left:0.90625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#MpFOmsQcuxCbSRwN6vS7abBtACXymiGV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ca2f77b2c8d2b3f022bb5584534cd1075659c218.svg); }
 }@media only screen and (max-width: 763px) { #v9x3C6zueSL2rr5Hod5uW5VRQc13ia90 { width:18.75rem;height:0.125rem;top:3.8984375rem;left:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #0b2328);background-image: -moz-linear-gradient(90deg, #ffffff, #0b2328);background-image: -ms-linear-gradient(90deg, #ffffff, #0b2328);background-image: -o-linear-gradient(90deg, #ffffff, #0b2328);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0b2328' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0b2328' );";background-image: linear-gradient(90deg, #ffffff, #0b2328);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #R1fnD2QavxMzNvxUeMy6VSS6plpbZkeg { width:18.75rem;height:4.19921875rem;top:6.0859375rem;left:0.625rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #lgHmn2F6IekcxM6QzCNDZMR2wwqGvAqU { width:1.25rem;height:1.25rem;top:3.3359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvNXVkRuFWSwSbsaSEkIsJiRQ1GzaONq { width:20rem;height:1.57421875rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TERIVR14H0EGqsnMscJkGlT4J4C5J3u4 { width:18.75rem;height:3.9375rem;top:18.322265625rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ewN6ZvQIDhLv4uqWXDZ2ai8Oe9vh7XBl { width:18.75rem;height:3.9375rem;top:25.947265625rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #yF8EGVZiGebikN5QmTQswoE6DS0Q1Bdu { width:18.75rem;height:1.6875rem;top:24.072265625rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }#yF8EGVZiGebikN5QmTQswoE6DS0Q1Bdu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ca2f77b2c8d2b3f022bb5584534cd1075659c218.svg); }
 }@media only screen and (max-width: 763px) { #V2B0kt2TcIM7G74gV0JEOPu6UEIpgyfe { width:18.75rem;height:2.625rem;top:33.6220703125rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #yEWUXDG4x9yD6giMgk7HD4vc8C4MnSD9 { width:18.75rem;height:1.57421875rem;top:31.4345703125rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#yEWUXDG4x9yD6giMgk7HD4vc8C4MnSD9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ca2f77b2c8d2b3f022bb5584534cd1075659c218.svg); }
 }@media only screen and (max-width: 763px) { #TWFmT7zIhvzZ4cgvK7sOtPKL5AzB2miU { width:20rem;height:14.5625rem;top:39.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmx5uq6nnOx0TICOeKr0pgQC1Tek2Rvw { display:flex;width:3.125rem;height:3.125rem;top:37.5625rem;left:9.6875rem; }
 }@media only screen and (max-width: 763px) { #dIv3f3MLAVbpDTlkz4W52on7kplx5nVb { width:18.75rem;height:10.5rem;top:41.59375rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TLDp2JU4AyuqLukrkVZP7n0Q8ZLVzWtx { background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }#TLDp2JU4AyuqLukrkVZP7n0Q8ZLVzWtx > .row .container { background-color: transparent; background-image: none; }#TLDp2JU4AyuqLukrkVZP7n0Q8ZLVzWtx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLDp2JU4AyuqLukrkVZP7n0Q8ZLVzWtx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLDp2JU4AyuqLukrkVZP7n0Q8ZLVzWtx > .row .container > .video-iframe-container { display: none; }#TLDp2JU4AyuqLukrkVZP7n0Q8ZLVzWtx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLDp2JU4AyuqLukrkVZP7n0Q8ZLVzWtx > .row > .video-iframe-container { display: none; }#TLDp2JU4AyuqLukrkVZP7n0Q8ZLVzWtx > .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); }#TLDp2JU4AyuqLukrkVZP7n0Q8ZLVzWtx > .row .container { width:20rem;height:91.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FeqBVwkGvGALIAvmJFBOJHh3BAm9BqdC { width:20rem;height:1.4619125rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#0b2328;display:block; }
 }@media only screen and (max-width: 763px) { #pUH9DDtKeUR5OsNn1QHClFUlvP24zslZ { width:18.75rem;height:0.125rem;top:3.9609375rem;left:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #0b2328);background-image: -moz-linear-gradient(90deg, #ffffff, #0b2328);background-image: -ms-linear-gradient(90deg, #ffffff, #0b2328);background-image: -o-linear-gradient(90deg, #ffffff, #0b2328);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0b2328' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0b2328' );";background-image: linear-gradient(90deg, #ffffff, #0b2328);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #oexSly54GmgPKIy9u0rNMa0cU62dLP4g { width:20rem;height:4.19921875rem;top:5.3359375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#0b2328;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #R8ruTS9K0v6Wo1MV2KDPrVAg2RcflXTR { width:1.25rem;height:1.25rem;top:3.3984375rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQZKgVkoO5r2TaXlUuCo12OnMESyAyoE { width:18.75rem;height:33.5859rem;top:10.53515625rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;color:#0b2328;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UBWDroBZz3789WyToROmAlpysx0bgzz6 { width:20rem;height:25.8125rem;top:58.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFCPTLy3TxABtSHg5orGTRF17zo2rRyf { width:18.75rem;height:5.25rem;top:59.8125rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #f3Dw3hKWaWWZNZxOL8BzFl4ynGRRrwLi .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#f3Dw3hKWaWWZNZxOL8BzFl4ynGRRrwLi .widget-text.counter-number { padding-top:0.333125rem;padding-right:0.294375rem;padding-bottom:0.333125rem;padding-left:0.294375rem;width:1.766875rem;min-width:1.766875rem;height:1.791875rem;font-size:1.333125rem;line-height:28.67px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#f3Dw3hKWaWWZNZxOL8BzFl4ynGRRrwLi .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.208125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.355625rem;height:0.708125rem;font-size:0.5rem;line-height:11.33px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#f3Dw3hKWaWWZNZxOL8BzFl4ynGRRrwLi { display:flex;width:10.0625rem;height:3.374375rem;top:54.0419921875rem;left:3.474609375rem;padding-top:0.390625rem;padding-right:0.461875rem;padding-bottom:0.390625rem;padding-left:0.461875rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #f3Dw3hKWaWWZNZxOL8BzFl4ynGRRrwLi #zkJoA95orDcTHxXbwc523obui48H2M1B { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #f3Dw3hKWaWWZNZxOL8BzFl4ynGRRrwLi #UCwrfgS5GiJEeKVLyZ9qIRfmIMvsrbrg {  }
 }@media only screen and (max-width: 763px) { #f3Dw3hKWaWWZNZxOL8BzFl4ynGRRrwLi #ZMzE8WRPl4kSz4gWq6MpicfM78EX80g5 {  }
 }@media only screen and (max-width: 763px) { #f3Dw3hKWaWWZNZxOL8BzFl4ynGRRrwLi #I6Z1qO0VXZLReKr3TBuT7kC14w0if6V3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #f3Dw3hKWaWWZNZxOL8BzFl4ynGRRrwLi #gvmR6IbyVlUa4Hh3ZMsDesaL9mTI0MMI {  }
 }@media only screen and (max-width: 763px) { #f3Dw3hKWaWWZNZxOL8BzFl4ynGRRrwLi #VmnVKynLrMpGmlLWDWlmdbKL1XkM3odt {  }
 }@media only screen and (max-width: 763px) { #f3Dw3hKWaWWZNZxOL8BzFl4ynGRRrwLi #d5D1oxm6xqZw97zhr8nTCazBHBCCPxuQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #f3Dw3hKWaWWZNZxOL8BzFl4ynGRRrwLi #ewo82xAtOyQM2eVmZL3qFyESXETgL7TM {  }
 }@media only screen and (max-width: 763px) { #f3Dw3hKWaWWZNZxOL8BzFl4ynGRRrwLi #pFU8SHTz5KBli7sTX3Zfn9pk6AXb3ar2 {  }
 }@media only screen and (max-width: 763px) { #f3Dw3hKWaWWZNZxOL8BzFl4ynGRRrwLi #QrZaI9TBIihCcITbcykHspHCP56ow22K { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #f3Dw3hKWaWWZNZxOL8BzFl4ynGRRrwLi #nFTGwTJ1kWOD4fxI00JvLn3aStECOFRW {  }
 }@media only screen and (max-width: 763px) { #f3Dw3hKWaWWZNZxOL8BzFl4ynGRRrwLi #mmpcne604fKbUisGUb8cvVqU6HeX2ZBw {  }
 }@media only screen and (max-width: 763px) { #iTlCgSKZgJltZWXkPGWa0AsLl69qRGcl { display:flex;width:2.5rem;height:2.5rem;top:81.3173828125rem;left:0.625rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #xUe5UTpxCwpCpyndEBccLdrN6CDyCnnm { width:18.875rem;height:4rem;top:77.875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PB7PHPNbnFsgvvfCzv2J1ucqmWBtKWSS { display:block; }
 }@media only screen and (max-width: 763px) { #MngHVNnGPSdDz4MpPTbATPSGymiD3ywS { width:20rem;height:1.4619125rem;top:66rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NmSo4lP4N69fMpqT8WEoaXiSU3ONQ6F7 { width:20rem;height:2.4375rem;top:67.4375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SfUcdewdVCrI8Hn2gC2TL1dsGOAybbqb { width:20rem;height:2.923825rem;top:50.494140625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #zZKdy1GcH9pmu47o0HTUziO8iXZNe3vE { width:20rem;height:1.4619125rem;top:71.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#0b2328;display:block; }
 }@media only screen and (max-width: 763px) { #q9dBDnMU8Lv5MZpATKw5GHumdqzikweo { width:17.5625rem;height:2.5996125rem;top:73.25rem;left:1.25rem;font-size:2rem;text-align:center;text-align-last:center;color:#0b2328;display:block; }
 }@media only screen and (max-width: 763px) { #ZXzGtQ3Z4Zep0i7gSiuyS5QuDk45weB8 { width:11.875rem;height:6.25rem;top:70.4375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvJWRBuTGRtW4EkdKgVn3shweeQpKwfF { width:20rem;height:0.9746125rem;top:82.75rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#0b2328;display:block; }
 }@media only screen and (max-width: 763px) { #J15RzvHEofJdCSGX6ThwgCAxAqLfVGA0 { width:5.4375rem;height:5.4375rem;top:44.119140625rem;left:7.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvZ6RRnKGavBZGriIx9SrB9ipOuTOkrs { width:19rem;height:3.125rem;top:86.0625rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmfTwllpuWUJLHTHBJL8TKuILe1lofkI { display:block; }
 }@media only screen and (max-width: 763px) { #Lu2dybviDUwGBbtk0bTw7qgidUgS9T5N { display:block; }#Lu2dybviDUwGBbtk0bTw7qgidUgS9T5N > .row .container { width:20rem;height:36.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wavrVQSrzipZhJa3MT3C3MXb3OKTu2a7 { width:20rem;height:1.4619125rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #li6leGSOn5Cy5sIwlxZHILndCMIDPnRu { width:18.75rem;height:0.125rem;top:7.66015625rem;left:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #0b2328);background-image: -moz-linear-gradient(90deg, #ffffff, #0b2328);background-image: -ms-linear-gradient(90deg, #ffffff, #0b2328);background-image: -o-linear-gradient(90deg, #ffffff, #0b2328);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0b2328' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0b2328' );";background-image: linear-gradient(90deg, #ffffff, #0b2328);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #SBMc2kP49FHk3SyaaIVwCa9nUlzCOs9g { width:20rem;height:1.94921875rem;top:3.9609375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #i8W5nUuKIlrEzwIDvfPfIlTcWtDtlAGb { width:1.25rem;height:1.25rem;top:7.09765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAQiOsUDnDIvL0JEnm8LZ9LDJqDZGQFr { width:18.75rem;height:5.59765625rem;top:10.78515625rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#OAQiOsUDnDIvL0JEnm8LZ9LDJqDZGQFr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1f07ed34542a61fd8177f9cf2f5e15a0edff1090.svg); }
 }@media only screen and (max-width: 763px) { #y8RvDoeIN8z3tyMRagfqPxxODB4OeGw2 { width:18.75rem;height:4.19824375rem;top:17.796875rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#y8RvDoeIN8z3tyMRagfqPxxODB4OeGw2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1f07ed34542a61fd8177f9cf2f5e15a0edff1090.svg); }
 }@media only screen and (max-width: 763px) { #ddvVZF3QTED5d8XO1wECawk8TbRkXi7d { width:18.75rem;height:4.19824375rem;top:23.982421875rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#ddvVZF3QTED5d8XO1wECawk8TbRkXi7d li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1f07ed34542a61fd8177f9cf2f5e15a0edff1090.svg); }
 }@media only screen and (max-width: 763px) { #iEEgovbGO9kG1TxS4uDR3gOc6azxtatX { width:18.75rem;height:4.19824375rem;top:29.931640625rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#iEEgovbGO9kG1TxS4uDR3gOc6azxtatX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1f07ed34542a61fd8177f9cf2f5e15a0edff1090.svg); }
 }@media only screen and (max-width: 763px) { #ru4vk312gOtpu1wz2LqAMeC3SBlzxmTJ { display:block; }#ru4vk312gOtpu1wz2LqAMeC3SBlzxmTJ > .row .container { width:20rem;height:71.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L0AebbMJMVwyEDzxNQ09n7MU6K4xfGbK { width:20rem;height:40.125rem;top:14.28515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DV1nSbpIwufcd11OS2CdyM6y82AAhuko { width:18.75rem;height:29.55075rem;top:22.62890625rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.4;display:block; }#DV1nSbpIwufcd11OS2CdyM6y82AAhuko li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_27f228088e202a95c57da55dfc2e946124bff4dc.svg); }
 }@media only screen and (max-width: 763px) { #oGQmtzss91P63sG3ZhqCmztu4ie1WfFK { width:18.75rem;height:5.77441875rem;top:15.59765625rem;left:0.625rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #eTlucSbPyAfmZib6g5gFWBgF70FMiOkZ { display:flex;width:5.375rem;height:5.375rem;top:10.22265625rem;left:14.625rem; }
 }@media only screen and (max-width: 763px) { #UCfOUFXgLIVvtdE4pTt2lQFuTt1WLxSp { width:20rem;height:1.4619125rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #D3q9lqJDodCshIixJ9MP23Cs3ZtH5oHh { width:1.25rem;height:1.25rem;top:3.9609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iABGG0cOO7X6ED6PWsHiQ5TG4xAwK8cw { width:18.75rem;height:0.125rem;top:4.5234375rem;left:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #0b2328);background-image: -moz-linear-gradient(90deg, #ffffff, #0b2328);background-image: -ms-linear-gradient(90deg, #ffffff, #0b2328);background-image: -o-linear-gradient(90deg, #ffffff, #0b2328);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0b2328' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0b2328' );";background-image: linear-gradient(90deg, #ffffff, #0b2328);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #UOZGFioCfUgIJs3ZkOHS2lw02WNVEMGR { width:18.75rem;height:3.8984375rem;top:6.32421875rem;left:0.625rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #t64fhRBUzcU9xw2vynvUJrPL8MBuSZks { width:18.75rem;height:6.9970625rem;top:55.62890625rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #iflcS8xufJwKG9BthtP4sd9X4ZPwxhcw { width:7.4375rem;height:7.4375rem;top:63.50390625rem;left:6.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4ACfTrzLpD64IkvlTmTQO0ez7GoCVgQ { background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }#i4ACfTrzLpD64IkvlTmTQO0ez7GoCVgQ > .row .container { background-color: transparent; background-image: none; }#i4ACfTrzLpD64IkvlTmTQO0ez7GoCVgQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4ACfTrzLpD64IkvlTmTQO0ez7GoCVgQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4ACfTrzLpD64IkvlTmTQO0ez7GoCVgQ > .row .container > .video-iframe-container { display: none; }#i4ACfTrzLpD64IkvlTmTQO0ez7GoCVgQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4ACfTrzLpD64IkvlTmTQO0ez7GoCVgQ > .row > .video-iframe-container { display: none; }#i4ACfTrzLpD64IkvlTmTQO0ez7GoCVgQ > .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); }#i4ACfTrzLpD64IkvlTmTQO0ez7GoCVgQ > .row .container { width:20rem;height:56.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dtSVytaURhzDC6gQLPCXv0JdBXyFCdDh { width:18.75rem;height:0.125rem;top:6.3984375rem;left:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #0b2328);background-image: -moz-linear-gradient(90deg, #ffffff, #0b2328);background-image: -ms-linear-gradient(90deg, #ffffff, #0b2328);background-image: -o-linear-gradient(90deg, #ffffff, #0b2328);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0b2328' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0b2328' );";background-image: linear-gradient(90deg, #ffffff, #0b2328);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #RpGTRzTO1o2qFueZHQBTqM3SXbqpONW7 { width:20rem;height:3.8984375rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #wgdaISOkaDhqqTuRnudh0DlVppNL5vsg { width:1.25rem;height:1.25rem;top:5.8359375rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKlTFdPIyLvZT4PCfP6aho2B4TnwtqS3 { width:20rem;height:33.8125rem;top:16.668rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFKgWdIibhvcAuTgcrQa9HwozQTVCXmK { width:18.75rem;height:4.875rem;top:18.10546875rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lCK6WB4yFPKQBh02x54JbDxrO8qbeTlM .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#lCK6WB4yFPKQBh02x54JbDxrO8qbeTlM .widget-text.counter-number { padding-top:0.38875rem;padding-right:0.34375rem;padding-bottom:0.38875rem;padding-left:0.34375rem;width:2.06125rem;min-width:2.06125rem;height:2.09rem;font-size:1.555625rem;line-height:33.44px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#lCK6WB4yFPKQBh02x54JbDxrO8qbeTlM .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.243125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.748125rem;height:0.82625rem;font-size:0.583125rem;line-height:13.22px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#lCK6WB4yFPKQBh02x54JbDxrO8qbeTlM { display:flex;width:11.25rem;height:3.936875rem;top:25.60546875rem;left:2.3974609375rem;padding-top:0.455625rem;padding-right:0.53875rem;padding-bottom:0.455625rem;padding-left:0.53875rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #lCK6WB4yFPKQBh02x54JbDxrO8qbeTlM #H5ISVKrDEZOHxnMzgJ7GT9DoFcKsu4Ka { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lCK6WB4yFPKQBh02x54JbDxrO8qbeTlM #ZERFzhxIJ7CseHQ6Ic12F6dfE2nXoyiq {  }
 }@media only screen and (max-width: 763px) { #lCK6WB4yFPKQBh02x54JbDxrO8qbeTlM #SJf6fwcIys4dp0N3i7RdPLgAWPWTh9BC {  }
 }@media only screen and (max-width: 763px) { #lCK6WB4yFPKQBh02x54JbDxrO8qbeTlM #y6lzyHb7JqxhuVukSaVBQXpD6PW5hSnw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lCK6WB4yFPKQBh02x54JbDxrO8qbeTlM #PfuQunZAwm1ozcssb9XuK513s7GaU5nh {  }
 }@media only screen and (max-width: 763px) { #lCK6WB4yFPKQBh02x54JbDxrO8qbeTlM #M9TBNxRgPnFGPOXXwyqxJ78x9d9JHyF9 {  }
 }@media only screen and (max-width: 763px) { #lCK6WB4yFPKQBh02x54JbDxrO8qbeTlM #ZWQH62WhOV3imO1HlFuQilh67nTwprcu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lCK6WB4yFPKQBh02x54JbDxrO8qbeTlM #vL11uKwLWgBx796LMUg9tIO7sNT6g7aZ {  }
 }@media only screen and (max-width: 763px) { #lCK6WB4yFPKQBh02x54JbDxrO8qbeTlM #GktIxv0PSvlodGXBfU4I9ny4O6lGXG8x {  }
 }@media only screen and (max-width: 763px) { #lCK6WB4yFPKQBh02x54JbDxrO8qbeTlM #cxBQOuntnhToTJFcmyTd4F9EaLCPXooZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lCK6WB4yFPKQBh02x54JbDxrO8qbeTlM #tuJAR9IDvfb6k1F5ziCucTSdRZV7dEXt {  }
 }@media only screen and (max-width: 763px) { #lCK6WB4yFPKQBh02x54JbDxrO8qbeTlM #I6z8AcmscHOdh04tM31iFIctpBKtGEx4 {  }
 }@media only screen and (max-width: 763px) { #nkGwTgxzf2R4haWbwfKPwD0BVWfZOivp { display:flex;width:2.5rem;height:2.5rem;top:39.4423828125rem;left:0.625rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #zyzydgNED91sl9dyxZBfG9bHv2AMhpFI { width:18.875rem;height:4rem;top:43.04296875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFN6H0x2A6tWNWohPrxQnErC1WgpG5vD { display:block; }
 }@media only screen and (max-width: 763px) { #ZQfV7BB5dteEqfbKm3J3t8iwgvztU6H3 { width:20rem;height:1.4619125rem;top:30.4541015625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #tRA7zKKbTOyIFa9sJRn5BKCRhZgXeTgB { width:20rem;height:2.4375rem;top:32.35546875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #i1pgdPSheUm3gbwyUzshSM1lHp7LxPSH { width:20rem;height:1.3994125rem;top:23.89453125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#000000;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #kb6LzaRcgtcMviJr7ya8qisvSag3vEtl { width:20rem;height:1.4619125rem;top:36.392578125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #TfQcX5ImpGN2EtZdIgIFu53MDoG8oSZd { width:17.5625rem;height:2.5996125rem;top:38.6298828125rem;left:1.21875rem;font-size:2rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #hJXNsOsboQ2atE7JbBtAMFiD6HT23koU { width:11.875rem;height:6.25rem;top:35.6298828125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsOvwEETEEdFAh38V3CzByKQWLQhL2Qk { width:20rem;height:1.21875rem;top:47.8555rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #FPsZQf2zugTnbyR5d5ikd2xaCr9aCuhf { width:20rem;height:6.9970625rem;top:8.3984375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#000000;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #WBcwkXUNHcB7CSR8pR6roScxEiATLVAb { width:19rem;height:3.125rem;top:51.7305rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXadiOMVECHXvz1lFnIwlrqXvMpG4TP7 { display:block; }
 }@media only screen and (max-width: 763px) { #TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 { background-color:#ffffff;background-image:none;display:block; }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row .container { background-color: transparent; background-image: none; }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row .container > .video-iframe-container { display: none; }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row > .video-iframe-container { display: none; }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .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); }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DRyHHkWEEGTG84TC62iqvQG0XP03KV4z { width:6.125rem;height:1.5rem;top:1.25rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBTQhXGolNRbgwBT8WBOKJD6TWvmsob2 { display:block; }#pBTQhXGolNRbgwBT8WBOKJD6TWvmsob2 > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KhIBD0SJ0Qzr7Kti1msnXvvRMR7iStdu { width:20rem;height:1.13769375rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #DOTNpuztW2G5xLKFTIDnwC8WHMVMJnQO { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#DOTNpuztW2G5xLKFTIDnwC8WHMVMJnQO > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TG9A10fiGElTnZiPT46Elo5CoyL4zvfa { width:8.875rem;height:2.3125rem;top:0.9306640625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XM5vcNyJ7V3ogdI9de7E3Qo5O7fpf8lZ { display:block; }
 }@media only screen and (max-width: 763px) { #NbTqMXnRVNOoPLUmeyLGW66GN8HEE1Ol { width:15.25rem;height:0;top:0.9375rem;left:0rem;font-size:1rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.3;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TJRMNsLoFDpoDawUu3og87AV8Poy28xT .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TJRMNsLoFDpoDawUu3og87AV8Poy28xT .widget-text.counter-number { padding-top:0.183125rem;padding-right:0.1625rem;padding-bottom:0.183125rem;padding-left:0.1625rem;width:0.975625rem;min-width:0.975625rem;height:0.985625rem;font-size:0.733125rem;line-height:15.77px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TJRMNsLoFDpoDawUu3og87AV8Poy28xT .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.114375rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.30125rem;height:0.389375rem;font-size:0.275rem;line-height:6.23px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TJRMNsLoFDpoDawUu3og87AV8Poy28xT { display:flex;width:6.875rem;height:1.855625rem;top:8.9746125rem;left:0.6875rem;padding-top:0.106875rem;padding-right:0.12125rem;padding-bottom:0.106875rem;padding-left:0.12125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #TJRMNsLoFDpoDawUu3og87AV8Poy28xT #QnItTpTDTdnDazlnLR0uBWNXnG1hSyF2 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TJRMNsLoFDpoDawUu3og87AV8Poy28xT #SWzTHNSaFSSRTJSMZurkhTbhdS5V17ou {  }
 }@media only screen and (max-width: 763px) { #TJRMNsLoFDpoDawUu3og87AV8Poy28xT #lS4heFyWH1G1RKxR5sDX2lmdCWt0ATDf {  }
 }@media only screen and (max-width: 763px) { #TJRMNsLoFDpoDawUu3og87AV8Poy28xT #y5dGUrp1FMG73efvkTlHO4BTIvIvbbAy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TJRMNsLoFDpoDawUu3og87AV8Poy28xT #ISHTzzTC1S1WnrZpaTA983VxU7gSDefF {  }
 }@media only screen and (max-width: 763px) { #TJRMNsLoFDpoDawUu3og87AV8Poy28xT #lFWEymL5D2vALxHDXlB8d6GhzZmg61Jy {  }
 }@media only screen and (max-width: 763px) { #TJRMNsLoFDpoDawUu3og87AV8Poy28xT #OnxbvSS7ZVaqLgTU7q6azrmXZUowUqau { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TJRMNsLoFDpoDawUu3og87AV8Poy28xT #WAhoUengs1URn1ttx2rMF9Fh7WT7nf12 {  }
 }@media only screen and (max-width: 763px) { #TJRMNsLoFDpoDawUu3og87AV8Poy28xT #LKBza5BhD0R9T65iu9epI0vGx7IMTQyf {  }
 }@media only screen and (max-width: 763px) { #TJRMNsLoFDpoDawUu3og87AV8Poy28xT #SCnJCPikKW14Kush48zM0lVZF2OnEZS7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TJRMNsLoFDpoDawUu3og87AV8Poy28xT #iuwJopLJXdETWsco4mZsZn3SWyvr4W9c {  }
 }@media only screen and (max-width: 763px) { #TJRMNsLoFDpoDawUu3og87AV8Poy28xT #KWtTIuMlCcvgrKk1SNCoWLLNVhTO7rOR {  }
 }