.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:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#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; }#c9sJH0n2f5LfoxuF2VxUz7zsPrTNqAPt { 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:15.5rem;height:2.625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.1484375rem;left:46.99609375rem;display:block; }
#CBTBDurt8gGgBM0VhXtIcaUTd9gI0V9L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:9.9345703125rem;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; }
#cpuu0LzigZIDFmPQ7kIHqQ4pvznS14Ks .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; }
#cpuu0LzigZIDFmPQ7kIHqQ4pvznS14Ks .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; }
#cpuu0LzigZIDFmPQ7kIHqQ4pvznS14Ks .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; }
#cpuu0LzigZIDFmPQ7kIHqQ4pvznS14Ks { 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:11.25rem;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:25.6728515625rem;z-index:15026; }
#cpuu0LzigZIDFmPQ7kIHqQ4pvznS14Ks #M6yaAFTH0ETnC00kD5xSL1QxpauaVBEl { display:flex;position:relative;top:0rem;left:0rem; }
#cpuu0LzigZIDFmPQ7kIHqQ4pvznS14Ks #zlu6gQfTZFOmuqtlaGIkkniVFowXUlJM { width:auto; }
#cpuu0LzigZIDFmPQ7kIHqQ4pvznS14Ks #BCm4rL9TdBUAIwc88Pbf4xkLRm6n8vcx {  }
#cpuu0LzigZIDFmPQ7kIHqQ4pvznS14Ks #Cw6NRlz6hm735TVbcqN7NqfcEdCsBSmO { display:flex;position:relative;top:0rem;left:0rem; }
#cpuu0LzigZIDFmPQ7kIHqQ4pvznS14Ks #TpMLobTeN11zfcyThzrgRngrQGFgMM0W {  }
#cpuu0LzigZIDFmPQ7kIHqQ4pvznS14Ks #tK32l0qEMUGyWTFneFuiUNXmmC5B9Xyw {  }
#cpuu0LzigZIDFmPQ7kIHqQ4pvznS14Ks #HUG5PsQK6BNE6wGx3ETyC49Xu3K0KQLs { display:flex;position:relative;top:0rem;left:0rem; }
#cpuu0LzigZIDFmPQ7kIHqQ4pvznS14Ks #cPegSskRHhfaloRORcuXXoxcBCS2uOFZ {  }
#cpuu0LzigZIDFmPQ7kIHqQ4pvznS14Ks #Mc7T9KiXAE8qIUlNV3UMMTxvV4MrV7Su {  }
#cpuu0LzigZIDFmPQ7kIHqQ4pvznS14Ks #PRWuSSZrlf7FIiVTv7y86hLwTZtS0pV9 { display:flex;position:relative;top:0rem;left:0rem; }
#cpuu0LzigZIDFmPQ7kIHqQ4pvznS14Ks #fu0WdVRZsLei2ezcHRLhSoSuVahciOF7 {  }
#cpuu0LzigZIDFmPQ7kIHqQ4pvznS14Ks #WlS7OEXpsHl3NGwzUtye3gRKlkHE8mIa {  }
#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:59.8125rem;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:4.8125rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wI4mS0mXMbt1GCgUoAK5xhg44ZTrMuFI { box-sizing:content-box;height:12.1875rem;width:12.1875rem;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:14994;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:53.5625rem;left:62.8125rem;display:block; }
#b9l9u5TRUCZnLGPvUryVtrAGb6U5ITQd { color:rgba(var(--color-tertiary-0),1);display:block;width:52.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:9.125rem;left:12.28125rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#b9l9u5TRUCZnLGPvUryVtrAGb6U5ITQd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#b9l9u5TRUCZnLGPvUryVtrAGb6U5ITQd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5dc1f9d6e3006ed1106416ba99c15913601e564d.svg); }
#Ud4OJqLKTqNgkIGmQ8i8ypQanwTz2DCm { position:absolute;display:block;z-index:15025;height:6.7480625rem;width:9.9353125rem;top:17.9833984375rem;left:32.53173828125rem;display:none; }
#uh16WWR2kE2NrecLTCsGCnRvEeHKM90s { position:absolute;display:block;z-index:14993;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:28.125rem;width:46.9375rem;top:18.7333984375rem;left:13.96875rem;overflow:hidden;display:block; }
#WUBo6lt1Pu5ZFUTiJP6rVcdT0Mp4kygx { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:11.375rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qqa5uy7fPJ9nEIVxSnLhigTeNN4WqET2 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:14.03125rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rCdfX8BbSQEwbPwKvWO7vK5VMSVxhbL2 { color:rgba(var(--color-tertiary-0),1);display:block;width:56.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:43.9375rem;left:10.125rem;height:4.0625rem;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:50.9375rem;left:27.125rem;display:block; }
#N9x00MdxrcWVvyA8gQMd4o0HqcKD00dk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WBKvm4OftoJ9EC89KwEXMiz0sLMhaMLK { 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:15030;line-height:1.3;letter-spacing:0;top:18.3125rem;left:0rem;height:2.4375rem;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:49.375rem;left:22.3125rem; }
#bAGd5KHh7J9f2nhytNLJmMLtCoiflsbU { 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:11.625rem;width:11.625rem;top:29.125rem;left:20.375rem;overflow:hidden;display:block; }
#MoI5zd3tf0yR0n9gTiZnuIylXxB8y5m2 { 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:10.3125rem;width:10.3125rem;top:20.5rem;left:39.25rem;overflow:hidden;display:block; }
#dRCpecKDAS0Ps6WHaT7xW0BN5ndFTHD0 { border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);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; }#dRCpecKDAS0Ps6WHaT7xW0BN5ndFTHD0 > .row .container { background-color: transparent; background-image: none; }#dRCpecKDAS0Ps6WHaT7xW0BN5ndFTHD0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dRCpecKDAS0Ps6WHaT7xW0BN5ndFTHD0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dRCpecKDAS0Ps6WHaT7xW0BN5ndFTHD0 > .row .container > .video-iframe-container { display: none; }#dRCpecKDAS0Ps6WHaT7xW0BN5ndFTHD0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dRCpecKDAS0Ps6WHaT7xW0BN5ndFTHD0 > .row > .video-iframe-container { display: none; }#dRCpecKDAS0Ps6WHaT7xW0BN5ndFTHD0 > .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); }#dRCpecKDAS0Ps6WHaT7xW0BN5ndFTHD0 > .row .container { border-width: 0; border-radius: 0; }#dRCpecKDAS0Ps6WHaT7xW0BN5ndFTHD0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dRCpecKDAS0Ps6WHaT7xW0BN5ndFTHD0 > .row .container { font-size:0.875rem;font-family:arial;height:99.25rem;width:75rem;position:relative;display:block; }#o1qvnS8wCPK9w7GPfP1ZiM1vfrnA8TAM { box-sizing:content-box;height:0.125rem;width:37.5rem;position:absolute;display:block;z-index:14998;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:5rem;left:18.375rem;display:block; }
#MJHzc4dNAzK9D2ZooEsoK5doA1I3MteK { 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:15022;background-color:rgba(var(--color-secondary-2),0.54);background-image:none;top:4.4375rem;left:55.125rem;display:block; }
#AX1WmIFzP7kS0dWCOHfItppq7snsQfzz { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:3.0380859375rem;left:0rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JeV5GNvxm9iss322MFcHf63M00IDcbeX { 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:15009;line-height:1.3;letter-spacing:0;top:5.6875rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZWPuicp9ai5ITVXbhyO5KMzHMIA16xzT { color:rgba(var(--color-tertiary-0),1);display:block;width:56.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:10.453125rem;left:9.28125rem;height:29.32566875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h0yKPbK7r03mkivrMx8mTXnxKk55x47p { 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:15010;line-height:1.3;letter-spacing:0;top:44.6875rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gKqwpWRRgW32O8PEQuCcB0msxsQlSn0K { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:49.47607421875rem;left:0rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ilhryXT6DILkuPSGrTCnmXv6O7mKhleo { color:rgba(var(--color-tertiary-0),1);display:block;width:33.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:55.1875rem;left:22.25rem;height:7.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TfQMgCUAstfqZ0g1zv2T9RvFJggiy9hq { color:rgba(var(--color-tertiary-0),1);display:block;width:56.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:71.3125rem;left:9.3125rem;height:12.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oRb8I02Igzn3prdLOlCmwzGTRkLGBahz { box-sizing:content-box;height:10.1875rem;width:40.125rem;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:53.75rem;left:17.4375rem;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; }
#Kewy1aTcemgyt8bXQLczHQf5pTSMMEky { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:68.375rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KctzH3qx23aSMLJzSRXJyyURno6G98qu { 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:15024;background-color:rgba(var(--color-secondary-2),0.54);background-image:none;top:43.5rem;left:55rem;display:block; }
#fzFhOfecfokD3arKL8TA4hfOq7cag56y { box-sizing:content-box;height:0.125rem;width:37.5rem;position:absolute;display:block;z-index:15000;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:44.0625rem;left:18rem;display:block; }
#atm2D5EfLpJqDNPO6g1d6O0xuyKMuEI9 { position:absolute;display:block;z-index:15034;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.375rem;width:14.375rem;top:29.1875rem;left:18.375rem;overflow:hidden;display:block; }
#P7LBXTa0oeehKlvLED4TH0AItbWfLP5B { position:absolute;display:block;z-index:15035;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.1875rem;width:12.1875rem;top:65rem;left:53.59375rem;overflow:hidden;display:block; }
#xAHtQbxINpe3p1d8fCRMx1wgiT00CSPB { position:absolute;display:block;z-index:15036;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.1875rem;width:12.1875rem;top:81.5625rem;left:7.34375rem;overflow:hidden;display:block; }
#stGm3MaKvxyLSADzAI8EXvZDHVETE8Pn { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15034;line-height:1.5;letter-spacing:0;top:86.8125rem;left:0rem;height:3.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WB8HpQkpAwJmDCBF3TRqelPnHvWH0bEa { box-sizing:content-box;height:7.75rem;width:41.5rem;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:84.71875rem;left:16.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; }
#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:55rem;width:75rem;position:relative;display:block; }#i5JL77E0T5XrhM1vNwmWKTgeT1TEpwiv { color:rgba(var(--color-secondary-2),1);display:block;width:38.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:15.375rem;left:34.625rem;height:2rem;font-style:normal;display:block; }
#VCEvWCqLTyRGm9IzcrS4NUrXp2TlTQtR { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;top:17.625rem;left:34.625rem;height:3.19921875rem;font-style:normal;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; }
#u7DsIhTxyKQGg2TTdPB7E8bIysbQIhtg { box-sizing:content-box;height:31.25rem;width:0.0625rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:16.6875rem;left:33.6875rem;display:block; }
#AngoltvTz9wEzvZpVoXVJr9ECdHOuVWQ { box-sizing:content-box;height:1rem;width:1rem;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:15018;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:15.875rem;left:33.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#MpFOmsQcuxCbSRwN6vS7abBtACXymiGV { color:rgba(var(--color-secondary-2),1);display:block;width:19.625rem;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:22.375rem;left:34.625rem;height:2rem;font-style:normal;display:block; }
#cdBzRIrWA7MUtlgTEU5lbaT8XJaAAOHh { box-sizing:content-box;height:1rem;width:1rem;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:15019;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:22.875rem;left:33.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Pk59ryvEZk7OkPTaiSNFFBn3mST5pw37 { box-sizing:content-box;height:1rem;width:1rem;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:15020;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:47rem;left:33.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#sb2so4BgAIyKHJouC72mf6TgoQcTkNNV { position:absolute;display:block;z-index:14998;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:19.5625rem;width:29.625rem;top:21.15625rem;left:1.1875rem;overflow:hidden;display:block; }
#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.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TERIVR14H0EGqsnMscJkGlT4J4C5J3u4 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;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:24.4375rem;left:34.625rem;height:3.199225rem;font-style:normal;display:block; }
#mtK5OMhihfOTe6qByEm40HfnB7wxTZBo { box-sizing:content-box;height:1rem;width:1rem;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:15020;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:30.4375rem;left:33.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ewN6ZvQIDhLv4uqWXDZ2ai8Oe9vh7XBl { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;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:32.125rem;left:34.625rem;height:3.199225rem;font-style:normal;display:block; }
#yF8EGVZiGebikN5QmTQswoE6DS0Q1Bdu { color:rgba(var(--color-secondary-2),1);display:block;width:19.625rem;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:30.0625rem;left:34.625rem;height:2rem;font-style:normal;display:block; }
#RlhgX2vVQBsMGcDf0LT81x3fP0GzrKJT { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15024;line-height:1.6;letter-spacing:0;top:40.125rem;left:34.6875rem;height:3.199225rem;font-style:normal;display:block; }
#suBhsTT5cPv6P9Rks5QXQkNd9rw9rZTn { color:rgba(var(--color-secondary-2),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:38.0625rem;left:34.6875rem;height:2rem;font-style:normal;display:block; }
#cTsOeoIhpC3nInUNViyE3foeIUMTIsIO { box-sizing:content-box;height:1rem;width:1rem;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:15023;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:38.5rem;left:33.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#V2B0kt2TcIM7G74gV0JEOPu6UEIpgyfe { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;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:48.375rem;left:34.625rem;height:3.199225rem;font-style:normal;display:block; }
#yEWUXDG4x9yD6giMgk7HD4vc8C4MnSD9 { color:rgba(var(--color-secondary-2),1);display:block;width:19.625rem;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:46.3125rem;left:34.625rem;height:2rem;font-style:normal;display:block; }
#RPUhpS6Wolwdcc9TWQqldLxX0ibiwC0w { box-sizing:content-box;height:12.75rem;width:12.75rem;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:14995;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:33.625rem;left:0rem;display:block; }
#gETmuSTORJiA2Dmr3tcmEuGtUEC6t3sP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.6);background-image:url("https://images.assets-landingi.com/uc/c479e826-1f10-4874-817c-ac021f31cec4/Projektbeznazwy20250425T141538220.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gETmuSTORJiA2Dmr3tcmEuGtUEC6t3sP.adaptive-delivery-prevent-bg, #gETmuSTORJiA2Dmr3tcmEuGtUEC6t3sP.lazyload, #gETmuSTORJiA2Dmr3tcmEuGtUEC6t3sP.lazyloading { background-image: none; }#gETmuSTORJiA2Dmr3tcmEuGtUEC6t3sP > .row .container { background-color: transparent; background-image: none; }#gETmuSTORJiA2Dmr3tcmEuGtUEC6t3sP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gETmuSTORJiA2Dmr3tcmEuGtUEC6t3sP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gETmuSTORJiA2Dmr3tcmEuGtUEC6t3sP > .row .container > .video-iframe-container { display: none; }#gETmuSTORJiA2Dmr3tcmEuGtUEC6t3sP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gETmuSTORJiA2Dmr3tcmEuGtUEC6t3sP > .row > .video-iframe-container { display: none; }#gETmuSTORJiA2Dmr3tcmEuGtUEC6t3sP > .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); }#gETmuSTORJiA2Dmr3tcmEuGtUEC6t3sP > .row .container { border-width: 0; border-radius: 0; }#gETmuSTORJiA2Dmr3tcmEuGtUEC6t3sP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gETmuSTORJiA2Dmr3tcmEuGtUEC6t3sP > .row .container { font-size:0.875rem;font-family:arial;height:54.75rem;width:75rem;position:relative;display:block; }#qAgkH9OBr5Btrbh0Uh0lqMHrMoAwhrUv { color:rgba(var(--color-secondary-2),1);display:block;width:48.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:4.125rem;left:0rem;height:6.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#chzXqPS6NMAv4yqDiTcRMB0h793HADtp { color:rgba(var(--color-tertiary-0),1);display:block;width:40.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15017;line-height:1.7;letter-spacing:0;top:13.125rem;left:0rem;height:10.09278125rem;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; }
#Kk6E2z8eX6a73I4GTHl87dfeoWgH8dmS { 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:15022;background-color:rgba(var(--color-secondary-2),0.54);background-image:none;top:11rem;left:0rem;display:block; }
#FTUJstzpwNzO2hnWOWmdEafxDq5WE5py { box-sizing:content-box;height:0.0625rem;width:25rem;position:absolute;display:block;z-index:14998;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:11.625rem;left:0.625rem;display:block; }
#FIElwEqylF9osDS0v2nh7oIR3KfszUuS { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15018;line-height:1.7;letter-spacing:0;top:24.1875rem;left:0rem;height:2.125rem;font-style:normal;display:block; }#FIElwEqylF9osDS0v2nh7oIR3KfszUuS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FIElwEqylF9osDS0v2nh7oIR3KfszUuS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_093027414c3f8649798c90e8e1c9a15c27a7af4b.svg); }
#VDnIKcR8O3BFB6nwQvIPWOHDeOnFHC5S { color:rgba(var(--color-tertiary-0),1);display:block;width:40.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15018;line-height:1.7;letter-spacing:0;top:27.5rem;left:0rem;height:12.1113375rem;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; }
#HlZ9lU1pG2wKp2NT7ZaCMNPVlwEffHHz { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:41.1875rem;left:0rem;height:2.125rem;font-style:normal;display:block; }#HlZ9lU1pG2wKp2NT7ZaCMNPVlwEffHHz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HlZ9lU1pG2wKp2NT7ZaCMNPVlwEffHHz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_093027414c3f8649798c90e8e1c9a15c27a7af4b.svg); }
#wrStMsJIgJM8XecI04ZAo2ThI9VbuiHd { 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:15041;text-align:center;text-align-last:center;top:46.1875rem;left:11rem;display:block; }
#km3b6VSIrhdcfU3kzuGJTdIbPVM6xkKm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KcnLWWANJVCZPZ9uoEHEeIHNTFNLVZWh { 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:15044;opacity:1;top:44.625rem;left:6.1875rem; }
#nvP7iVGAJum1cpPNzXLXmxzNZsFsnEWC { 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; }#nvP7iVGAJum1cpPNzXLXmxzNZsFsnEWC > .row .container { background-color: transparent; background-image: none; }#nvP7iVGAJum1cpPNzXLXmxzNZsFsnEWC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvP7iVGAJum1cpPNzXLXmxzNZsFsnEWC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvP7iVGAJum1cpPNzXLXmxzNZsFsnEWC > .row .container > .video-iframe-container { display: none; }#nvP7iVGAJum1cpPNzXLXmxzNZsFsnEWC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvP7iVGAJum1cpPNzXLXmxzNZsFsnEWC > .row > .video-iframe-container { display: none; }#nvP7iVGAJum1cpPNzXLXmxzNZsFsnEWC > .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); }#nvP7iVGAJum1cpPNzXLXmxzNZsFsnEWC > .row .container { border-width: 0; border-radius: 0; }#nvP7iVGAJum1cpPNzXLXmxzNZsFsnEWC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nvP7iVGAJum1cpPNzXLXmxzNZsFsnEWC > .row .container { font-size:0.875rem;font-family:arial;height:53.625rem;width:75rem;position:relative;display:block; }#d7pR3P0ZOta7wTVwx166X72R8OyG0tMS { color:rgba(var(--color-primary-4),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:3.6875rem;left:0rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bSZLfwKbU2LHDhbeK8OToA6ZJO7tsV9F { box-sizing:content-box;height:0.125rem;width:37.5rem;position:absolute;display:block;z-index:15003;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.625rem;left:18.375rem;display:block; }
#PnoQnV5GRnrpM7s24vP2ndTnhO9SqyMd { 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:15014;line-height:1.3;letter-spacing:0;top:6.3125rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nAzProMLmN29LU8BTeqFICEL07P96E0y { 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:15027;background-color:rgba(var(--color-secondary-2),0.54);background-image:none;top:5.0625rem;left:55.25rem;display:block; }
#f0UCEQTA4NC3d810KVMHDkrLuFGQ3Dps { box-sizing:content-box;height:19.5625rem;width:31.25rem;position:absolute;display:block;z-index:14999;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:18.3125rem;left:4.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; }
#T4bfX7mt8xlFOX6tkobQM4xHSo4Hh2Od { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15035;line-height:1.5;letter-spacing:0;top:15.125rem;left:13.6875rem;height:2.34375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UmGUkTN4wfcCv9PPCr9XxKp1rgG2fQ9x { box-sizing:content-box;height:25rem;width:0.0625rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:15.3125rem;left:37.5rem;display:block; }
#OH6TvJ3t2IcVTGwoTv2UAi67WcTcDwzd { color:rgba(var(--color-primary-4),1);display:block;width:31.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:19.4375rem;left:4.8125rem;height:1.54345625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tR7NlVKWcSFSuVzgN4fbyyOAb4QWI2dW { color:rgba(var(--color-primary-4),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.7;letter-spacing:0;top:21.4375rem;left:6.0625rem;height:;font-style:normal;display:block; }#tR7NlVKWcSFSuVzgN4fbyyOAb4QWI2dW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tR7NlVKWcSFSuVzgN4fbyyOAb4QWI2dW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_093027414c3f8649798c90e8e1c9a15c27a7af4b.svg); }
#zlKwDNhXUzQ79Id0ZhX8Qt3R3I8uG9WG { box-sizing:content-box;height:19.5625rem;width:31.25rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),0.64);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.375rem;left:38.9375rem;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; }
#ZnaPmahMPTDohvoHPivuKK8TNXThTMzi { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.7;letter-spacing:0;top:21.5rem;left:40.1875rem;height:;font-style:normal;display:block; }#ZnaPmahMPTDohvoHPivuKK8TNXThTMzi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZnaPmahMPTDohvoHPivuKK8TNXThTMzi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_093027414c3f8649798c90e8e1c9a15c27a7af4b.svg); }
#Sw4CxlDVWNT2JzbWTsNKzTlv3OOE6zBA { color:rgba(var(--color-tertiary-0),1);display:block;width:31.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:19.5rem;left:38.9375rem;height:1.54345625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bMpkJegpzFbZionk9ERPBKPS8T0mKmOP { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;top:15.1875rem;left:47.8125rem;height:2.34375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ktT23mutkJ9knJDCHF9d5w77G3ZiaTvO { color:rgba(var(--color-primary-4),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15020;line-height:1.7;letter-spacing:0;top:41.8125rem;left:23.125rem;height:8.5rem;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;text-align:center;text-align-last:center;display:block; }
#ldcsHSRNTFR7FAI0yKnhrayEu17uB4to { position:absolute;display:block;z-index:15042;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:10.0625rem;width:10.0625rem;top:9.4375rem;left:2.6875rem;overflow:hidden;display:block; }
#B3JaI50q5oBMnT7BExLIIryh2t6PDTlO { 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:10.0625rem;width:10.0625rem;top:8.3125rem;left:58.9375rem;overflow:hidden;display:block; }
#TLDp2JU4AyuqLukrkVZP7n0Q8ZLVzWtx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3e3e3;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; }#TLDp2JU4AyuqLukrkVZP7n0Q8ZLVzWtx.adaptive-delivery-prevent-bg, #TLDp2JU4AyuqLukrkVZP7n0Q8ZLVzWtx.lazyload, #TLDp2JU4AyuqLukrkVZP7n0Q8ZLVzWtx.lazyloading { background-image: none; }#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:78.75rem;width:75rem;position:relative;display:block; }#w7ytv6eomSwuePe4hdtoTAI1sQGDTf6e { position:absolute;display:block;z-index:15047;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:38.6875rem;width:38.6875rem;top:40.0625rem;left:34.25rem;overflow:hidden;display:block; }
#FeqBVwkGvGALIAvmJFBOJHh3BAm9BqdC { color:rgba(var(--color-tertiary-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: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.89892578125rem;left:17.8125rem;display:block; }
#lQZKgVkoO5r2TaXlUuCo12OnMESyAyoE { color:rgba(var(--color-primary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:10.5625rem;left:0rem;height:7.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wtEDzrC5RJKyOkEwyUVu2OXVcCtrXKCy { color:rgba(var(--color-primary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:18.75rem;left:0rem;height:1.78125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K2tRaZggIhyETfbES7sPoJDHlJEe1bot { color:rgba(var(--color-primary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:21.375rem;left:0rem;height:23.15625rem;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: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:46rem;left:6.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; }
#KFCPTLy3TxABtSHg5orGTRF17zo2rRyf { color:rgba(var(--color-secondary-2),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;top:47rem;left:7.3125rem;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-secondary-0),1);background-image:none;color:rgba(var(--color-primary-2),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-secondary-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:19.3125rem;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:53.13232421875rem;left:11.12548828125rem;z-index:15027; }
#f3Dw3hKWaWWZNZxOL8BzFl4ynGRRrwLi #zkJoA95orDcTHxXbwc523obui48H2M1B { display:flex;position:relative;top:0rem;left:0rem; }
#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:65.80859375rem;left:7.3125rem; }
#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:67.75rem;left:11.65625rem;display:block; }
#PB7PHPNbnFsgvvfCzv2J1ucqmWBtKWSS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MngHVNnGPSdDz4MpPTbATPSGymiD3ywS { color:rgba(var(--color-tertiary-0),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:60.81494140625rem;left:3.75rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NmSo4lP4N69fMpqT8WEoaXiSU3ONQ6F7 { color:rgba(var(--color-secondary-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:62.82421875rem;left:5rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SfUcdewdVCrI8Hn2gC2TL1dsGOAybbqb { color:rgba(var(--color-tertiary-0),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:51.75rem;left:6.4375rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zZKdy1GcH9pmu47o0HTUziO8iXZNe3vE { color:rgba(var(--color-tertiary-0),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:60.8154296875rem;left:15.59375rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q9dBDnMU8Lv5MZpATKw5GHumdqzikweo { color:rgba(var(--color-secondary-1),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:62.21484375rem;left:18.375rem;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-2),0.17);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:59.80859375rem;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; }
#yvJWRBuTGRtW4EkdKgVn3shweeQpKwfF { color:rgba(var(--color-tertiary-0),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:72.6904296875rem;left:10.5625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;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; }
@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) { #c9sJH0n2f5LfoxuF2VxUz7zsPrTNqAPt { width:15.5rem;height:2.625rem;top:0.125rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBTBDurt8gGgBM0VhXtIcaUTd9gI0V9L { display:block; }
 }@media only screen and (max-width: 763px) { #oD3JnJgoAmTsveerHmCAp4mO6TNZoPMk { top:0.5625rem;left:0rem;width:22.1875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpuu0LzigZIDFmPQ7kIHqQ4pvznS14Ks .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cpuu0LzigZIDFmPQ7kIHqQ4pvznS14Ks .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; }
#cpuu0LzigZIDFmPQ7kIHqQ4pvznS14Ks .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; }
#cpuu0LzigZIDFmPQ7kIHqQ4pvznS14Ks { display:flex;width:18rem;height:5.0625rem;top:0rem;left:12.0478515625rem; }
 }@media only screen and (max-width: 763px) { #cpuu0LzigZIDFmPQ7kIHqQ4pvznS14Ks #M6yaAFTH0ETnC00kD5xSL1QxpauaVBEl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cpuu0LzigZIDFmPQ7kIHqQ4pvznS14Ks #zlu6gQfTZFOmuqtlaGIkkniVFowXUlJM {  }
 }@media only screen and (max-width: 763px) { #cpuu0LzigZIDFmPQ7kIHqQ4pvznS14Ks #BCm4rL9TdBUAIwc88Pbf4xkLRm6n8vcx {  }
 }@media only screen and (max-width: 763px) { #cpuu0LzigZIDFmPQ7kIHqQ4pvznS14Ks #Cw6NRlz6hm735TVbcqN7NqfcEdCsBSmO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cpuu0LzigZIDFmPQ7kIHqQ4pvznS14Ks #TpMLobTeN11zfcyThzrgRngrQGFgMM0W {  }
 }@media only screen and (max-width: 763px) { #cpuu0LzigZIDFmPQ7kIHqQ4pvznS14Ks #tK32l0qEMUGyWTFneFuiUNXmmC5B9Xyw {  }
 }@media only screen and (max-width: 763px) { #cpuu0LzigZIDFmPQ7kIHqQ4pvznS14Ks #HUG5PsQK6BNE6wGx3ETyC49Xu3K0KQLs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cpuu0LzigZIDFmPQ7kIHqQ4pvznS14Ks #cPegSskRHhfaloRORcuXXoxcBCS2uOFZ {  }
 }@media only screen and (max-width: 763px) { #cpuu0LzigZIDFmPQ7kIHqQ4pvznS14Ks #Mc7T9KiXAE8qIUlNV3UMMTxvV4MrV7Su {  }
 }@media only screen and (max-width: 763px) { #cpuu0LzigZIDFmPQ7kIHqQ4pvznS14Ks #PRWuSSZrlf7FIiVTv7y86hLwTZtS0pV9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cpuu0LzigZIDFmPQ7kIHqQ4pvznS14Ks #fu0WdVRZsLei2ezcHRLhSoSuVahciOF7 {  }
 }@media only screen and (max-width: 763px) { #cpuu0LzigZIDFmPQ7kIHqQ4pvznS14Ks #WlS7OEXpsHl3NGwzUtye3gRKlkHE8mIa {  }
 }@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:4.8125rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wI4mS0mXMbt1GCgUoAK5xhg44ZTrMuFI { top:53.5625rem;left:35.5625rem;width:12.1875rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9l9u5TRUCZnLGPvUryVtrAGb6U5ITQd { top:9.125rem;left:0rem;width:47.75rem;height:2rem;font-size:1.0625rem;display:block; }#b9l9u5TRUCZnLGPvUryVtrAGb6U5ITQd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5dc1f9d6e3006ed1106416ba99c15913601e564d.svg); }
 }@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) { #uh16WWR2kE2NrecLTCsGCnRvEeHKM90s { top:18.6875rem;left:0.34375rem;width:46.9375rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUBo6lt1Pu5ZFUTiJP6rVcdT0Mp4kygx { top:11.375rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qqa5uy7fPJ9nEIVxSnLhigTeNN4WqET2 { top:14rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCdfX8BbSQEwbPwKvWO7vK5VMSVxhbL2 { top:43.9375rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #omGrcX0TmPOKJpZOy3IVZdlD7tmFxlTc { width:20.9375rem;height:4rem;top:50.9375rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9x00MdxrcWVvyA8gQMd4o0HqcKD00dk { display:block; }
 }@media only screen and (max-width: 763px) { #WBKvm4OftoJ9EC89KwEXMiz0sLMhaMLK { top:18.3125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gV40uzUH6Z1gzJw5XTuhm22gd2Xx0BsX { top:49.375rem;left:8.6875rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAGd5KHh7J9f2nhytNLJmMLtCoiflsbU { top:29.125rem;left:6.75rem;width:11.625rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoI5zd3tf0yR0n9gTiZnuIylXxB8y5m2 { top:20.5rem;left:25.625rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRCpecKDAS0Ps6WHaT7xW0BN5ndFTHD0 { display:block; }#dRCpecKDAS0Ps6WHaT7xW0BN5ndFTHD0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o1qvnS8wCPK9w7GPfP1ZiM1vfrnA8TAM { width:37.5rem;height:0.125rem;top:5rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJHzc4dNAzK9D2ZooEsoK5doA1I3MteK { top:4.4375rem;left:41.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AX1WmIFzP7kS0dWCOHfItppq7snsQfzz { top:3rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeV5GNvxm9iss322MFcHf63M00IDcbeX { top:5.6875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWPuicp9ai5ITVXbhyO5KMzHMIA16xzT { top:10.4375rem;left:0rem;width:47.75rem;height:29.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0yKPbK7r03mkivrMx8mTXnxKk55x47p { top:44.6875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKqwpWRRgW32O8PEQuCcB0msxsQlSn0K { top:49.4375rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilhryXT6DILkuPSGrTCnmXv6O7mKhleo { top:55.1875rem;left:8.625rem;width:33.1875rem;height:7.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfQMgCUAstfqZ0g1zv2T9RvFJggiy9hq { top:71.3125rem;left:0rem;width:47.75rem;height:12.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRb8I02Igzn3prdLOlCmwzGTRkLGBahz { top:53.75rem;left:3.8125rem;width:40.125rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kewy1aTcemgyt8bXQLczHQf5pTSMMEky { top:68.375rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KctzH3qx23aSMLJzSRXJyyURno6G98qu { top:43.5rem;left:41.375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzFhOfecfokD3arKL8TA4hfOq7cag56y { width:37.5rem;height:0.125rem;top:44.0625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #atm2D5EfLpJqDNPO6g1d6O0xuyKMuEI9 { top:29.1875rem;left:4.75rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7LBXTa0oeehKlvLED4TH0AItbWfLP5B { top:65rem;left:35.5625rem;width:12.1875rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAHtQbxINpe3p1d8fCRMx1wgiT00CSPB { top:81.5625rem;left:0rem;width:12.1875rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #stGm3MaKvxyLSADzAI8EXvZDHVETE8Pn { top:86.8125rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WB8HpQkpAwJmDCBF3TRqelPnHvWH0bEa { top:84.6875rem;left:3.125rem;width:41.5rem;height:7.75rem;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) { #i5JL77E0T5XrhM1vNwmWKTgeT1TEpwiv { top:15.375rem;left:9.6875rem;width:38.0625rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCEvWCqLTyRGm9IzcrS4NUrXp2TlTQtR { top:17.625rem;left:10.25rem;width:37.5rem;height:3.1875rem;font-size:0.9375rem;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) { #u7DsIhTxyKQGg2TTdPB7E8bIysbQIhtg { top:16.6875rem;left:20.0625rem;width:0.0625rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AngoltvTz9wEzvZpVoXVJr9ECdHOuVWQ { top:15.875rem;left:19.5625rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpFOmsQcuxCbSRwN6vS7abBtACXymiGV { top:22.375rem;left:21rem;width:19.625rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdBzRIrWA7MUtlgTEU5lbaT8XJaAAOHh { top:22.875rem;left:19.625rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pk59ryvEZk7OkPTaiSNFFBn3mST5pw37 { top:47rem;left:19.625rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sb2so4BgAIyKHJouC72mf6TgoQcTkNNV { top:21.125rem;left:0rem;width:29.625rem;height:19.5625rem;display:block; }
 }@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:2.1875rem;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:24.4375rem;left:10.25rem;width:37.5rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtK5OMhihfOTe6qByEm40HfnB7wxTZBo { top:30.4375rem;left:19.625rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewN6ZvQIDhLv4uqWXDZ2ai8Oe9vh7XBl { top:32.125rem;left:10.25rem;width:37.5rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yF8EGVZiGebikN5QmTQswoE6DS0Q1Bdu { top:30.0625rem;left:21rem;width:19.625rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlhgX2vVQBsMGcDf0LT81x3fP0GzrKJT { top:40.125rem;left:10.25rem;width:37.5rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #suBhsTT5cPv6P9Rks5QXQkNd9rw9rZTn { top:38.0625rem;left:21.0625rem;width:19.625rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTsOeoIhpC3nInUNViyE3foeIUMTIsIO { top:38.5rem;left:19.6875rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2B0kt2TcIM7G74gV0JEOPu6UEIpgyfe { top:48.375rem;left:10.25rem;width:37.5rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEWUXDG4x9yD6giMgk7HD4vc8C4MnSD9 { top:46.3125rem;left:21rem;width:19.625rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPUhpS6Wolwdcc9TWQqldLxX0ibiwC0w { top:33.625rem;left:0rem;width:12.75rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gETmuSTORJiA2Dmr3tcmEuGtUEC6t3sP { display:block; }#gETmuSTORJiA2Dmr3tcmEuGtUEC6t3sP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qAgkH9OBr5Btrbh0Uh0lqMHrMoAwhrUv { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #chzXqPS6NMAv4yqDiTcRMB0h793HADtp { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kk6E2z8eX6a73I4GTHl87dfeoWgH8dmS { top:11rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTUJstzpwNzO2hnWOWmdEafxDq5WE5py { width:25rem;height:0.0625rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIElwEqylF9osDS0v2nh7oIR3KfszUuS { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }#FIElwEqylF9osDS0v2nh7oIR3KfszUuS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_093027414c3f8649798c90e8e1c9a15c27a7af4b.svg); }
 }@media only screen and (max-width: 763px) { #VDnIKcR8O3BFB6nwQvIPWOHDeOnFHC5S { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlZ9lU1pG2wKp2NT7ZaCMNPVlwEffHHz { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }#HlZ9lU1pG2wKp2NT7ZaCMNPVlwEffHHz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_093027414c3f8649798c90e8e1c9a15c27a7af4b.svg); }
 }@media only screen and (max-width: 763px) { #wrStMsJIgJM8XecI04ZAo2ThI9VbuiHd { width:20.9375rem;height:4rem;top:46.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #km3b6VSIrhdcfU3kzuGJTdIbPVM6xkKm { display:block; }
 }@media only screen and (max-width: 763px) { #KcnLWWANJVCZPZ9uoEHEeIHNTFNLVZWh { top:44.625rem;left:0rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvP7iVGAJum1cpPNzXLXmxzNZsFsnEWC { display:block; }#nvP7iVGAJum1cpPNzXLXmxzNZsFsnEWC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d7pR3P0ZOta7wTVwx166X72R8OyG0tMS { top:3.6875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSZLfwKbU2LHDhbeK8OToA6ZJO7tsV9F { width:37.5rem;height:0.125rem;top:5.625rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnoQnV5GRnrpM7s24vP2ndTnhO9SqyMd { top:6.3125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAzProMLmN29LU8BTeqFICEL07P96E0y { top:5.0625rem;left:41.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0UCEQTA4NC3d810KVMHDkrLuFGQ3Dps { top:18.3125rem;left:0rem;width:31.25rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4bfX7mt8xlFOX6tkobQM4xHSo4Hh2Od { top:15.125rem;left:0.0625rem;width:13.5625rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmGUkTN4wfcCv9PPCr9XxKp1rgG2fQ9x { top:15.3125rem;left:23.875rem;width:0.0625rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OH6TvJ3t2IcVTGwoTv2UAi67WcTcDwzd { top:19.4375rem;left:0rem;width:31.1875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tR7NlVKWcSFSuVzgN4fbyyOAb4QWI2dW { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }#tR7NlVKWcSFSuVzgN4fbyyOAb4QWI2dW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_093027414c3f8649798c90e8e1c9a15c27a7af4b.svg); }
 }@media only screen and (max-width: 763px) { #zlKwDNhXUzQ79Id0ZhX8Qt3R3I8uG9WG { top:18.375rem;left:16.5rem;width:31.25rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnaPmahMPTDohvoHPivuKK8TNXThTMzi { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }#ZnaPmahMPTDohvoHPivuKK8TNXThTMzi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_093027414c3f8649798c90e8e1c9a15c27a7af4b.svg); }
 }@media only screen and (max-width: 763px) { #Sw4CxlDVWNT2JzbWTsNKzTlv3OOE6zBA { top:19.5rem;left:16.5625rem;width:31.1875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMpkJegpzFbZionk9ERPBKPS8T0mKmOP { top:15.1875rem;left:34.1875rem;width:13.5625rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktT23mutkJ9knJDCHF9d5w77G3ZiaTvO { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldcsHSRNTFR7FAI0yKnhrayEu17uB4to { top:9.4375rem;left:0rem;width:10.0625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3JaI50q5oBMnT7BExLIIryh2t6PDTlO { top:8.3125rem;left:37.6875rem;width:10.0625rem;height:10.0625rem;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) { #w7ytv6eomSwuePe4hdtoTAI1sQGDTf6e { top:40.0625rem;left:9.0625rem;width:38.6875rem;height:38.6875rem;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:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8ruTS9K0v6Wo1MV2KDPrVAg2RcflXTR { top:4.875rem;left:4.1875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQZKgVkoO5r2TaXlUuCo12OnMESyAyoE { top:10.5625rem;left:0rem;width:47.75rem;height:7.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtEDzrC5RJKyOkEwyUVu2OXVcCtrXKCy { top:18.75rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2tRaZggIhyETfbES7sPoJDHlJEe1bot { top:21.375rem;left:0rem;width:47.75rem;height:23.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBWDroBZz3789WyToROmAlpysx0bgzz6 { top:46rem;left:0rem;width:31.25rem;height:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFCPTLy3TxABtSHg5orGTRF17zo2rRyf { top:47rem;left:0rem;width:29.6875rem;height:4.0625rem;font-size:1.5625rem;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:18rem;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; }
 }@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:65.75rem;left:0rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUe5UTpxCwpCpyndEBccLdrN6CDyCnnm { width:20.9375rem;height:4rem;top:67.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PB7PHPNbnFsgvvfCzv2J1ucqmWBtKWSS { display:block; }
 }@media only screen and (max-width: 763px) { #MngHVNnGPSdDz4MpPTbATPSGymiD3ywS { top:60.8125rem;left:0rem;width:23.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmSo4lP4N69fMpqT8WEoaXiSU3ONQ6F7 { top:62.8125rem;left:0rem;width:20.625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfUcdewdVCrI8Hn2gC2TL1dsGOAybbqb { top:51.75rem;left:0rem;width:31.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZKdy1GcH9pmu47o0HTUziO8iXZNe3vE { top:60.8125rem;left:1.96875rem;width:23.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9dBDnMU8Lv5MZpATKw5GHumdqzikweo { top:62.1875rem;left:4.75rem;width:17.5625rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXzGtQ3Z4Zep0i7gSiuyS5QuDk45weB8 { top:59.75rem;left:7.5rem;width:11.875rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvJWRBuTGRtW4EkdKgVn3shweeQpKwfF { top:72.6875rem;left:0rem;width:23.125rem;height:1.1875rem;font-size:0.9375rem;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) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MIAKLP5ODDKad6wL8IGdNOOBHuRs0ay8 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#MIAKLP5ODDKad6wL8IGdNOOBHuRs0ay8 > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c9sJH0n2f5LfoxuF2VxUz7zsPrTNqAPt { width:8.875rem;height:2.3125rem;top:0.9306640625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBTBDurt8gGgBM0VhXtIcaUTd9gI0V9L { display:block; }
 }@media only screen and (max-width: 763px) { #oD3JnJgoAmTsveerHmCAp4mO6TNZoPMk { 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) { #cpuu0LzigZIDFmPQ7kIHqQ4pvznS14Ks .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; }
#cpuu0LzigZIDFmPQ7kIHqQ4pvznS14Ks .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; }
#cpuu0LzigZIDFmPQ7kIHqQ4pvznS14Ks .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; }
#cpuu0LzigZIDFmPQ7kIHqQ4pvznS14Ks { display:flex;width:6.75rem;height:1.875rem;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) { #cpuu0LzigZIDFmPQ7kIHqQ4pvznS14Ks #M6yaAFTH0ETnC00kD5xSL1QxpauaVBEl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cpuu0LzigZIDFmPQ7kIHqQ4pvznS14Ks #zlu6gQfTZFOmuqtlaGIkkniVFowXUlJM {  }
 }@media only screen and (max-width: 763px) { #cpuu0LzigZIDFmPQ7kIHqQ4pvznS14Ks #BCm4rL9TdBUAIwc88Pbf4xkLRm6n8vcx {  }
 }@media only screen and (max-width: 763px) { #cpuu0LzigZIDFmPQ7kIHqQ4pvznS14Ks #Cw6NRlz6hm735TVbcqN7NqfcEdCsBSmO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cpuu0LzigZIDFmPQ7kIHqQ4pvznS14Ks #TpMLobTeN11zfcyThzrgRngrQGFgMM0W {  }
 }@media only screen and (max-width: 763px) { #cpuu0LzigZIDFmPQ7kIHqQ4pvznS14Ks #tK32l0qEMUGyWTFneFuiUNXmmC5B9Xyw {  }
 }@media only screen and (max-width: 763px) { #cpuu0LzigZIDFmPQ7kIHqQ4pvznS14Ks #HUG5PsQK6BNE6wGx3ETyC49Xu3K0KQLs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cpuu0LzigZIDFmPQ7kIHqQ4pvznS14Ks #cPegSskRHhfaloRORcuXXoxcBCS2uOFZ {  }
 }@media only screen and (max-width: 763px) { #cpuu0LzigZIDFmPQ7kIHqQ4pvznS14Ks #Mc7T9KiXAE8qIUlNV3UMMTxvV4MrV7Su {  }
 }@media only screen and (max-width: 763px) { #cpuu0LzigZIDFmPQ7kIHqQ4pvznS14Ks #PRWuSSZrlf7FIiVTv7y86hLwTZtS0pV9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cpuu0LzigZIDFmPQ7kIHqQ4pvznS14Ks #fu0WdVRZsLei2ezcHRLhSoSuVahciOF7 {  }
 }@media only screen and (max-width: 763px) { #cpuu0LzigZIDFmPQ7kIHqQ4pvznS14Ks #WlS7OEXpsHl3NGwzUtye3gRKlkHE8mIa {  }
 }@media only screen and (max-width: 763px) { #uMT565uBkGtETABEyHb1UZJbWTepFHZV { display:block; }#uMT565uBkGtETABEyHb1UZJbWTepFHZV > .row .container { width:20rem;height:53.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hFucdS6RSv5CpeF6essCVAyCHOgStb88 { width:20rem;height:3.0869125rem;top:4.9375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wI4mS0mXMbt1GCgUoAK5xhg44ZTrMuFI { width:9.8730625rem;height:9.8730625rem;top:54.10791015625rem;left:5.06298828125rem;display:none; }
 }@media only screen and (max-width: 763px) { #b9l9u5TRUCZnLGPvUryVtrAGb6U5ITQd { width:20rem;height:2.76171875rem;top:8.5859375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }#b9l9u5TRUCZnLGPvUryVtrAGb6U5ITQd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5dc1f9d6e3006ed1106416ba99c15913601e564d.svg); }
 }@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) { #uh16WWR2kE2NrecLTCsGCnRvEeHKM90s { width:20rem;height:11.984021304927rem;top:37.0283203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUBo6lt1Pu5ZFUTiJP6rVcdT0Mp4kygx { width:20rem;height:4.0625rem;top:12.1533203125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Qqa5uy7fPJ9nEIVxSnLhigTeNN4WqET2 { width:20rem;height:7.1484375rem;top:16.77880625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rCdfX8BbSQEwbPwKvWO7vK5VMSVxhbL2 { width:20rem;height:8.125rem;top:27.2470703125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #omGrcX0TmPOKJpZOy3IVZdlD7tmFxlTc { width:15.8125rem;height:4rem;top:48.232421875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9x00MdxrcWVvyA8gQMd4o0HqcKD00dk { display:block; }
 }@media only screen and (max-width: 763px) { #WBKvm4OftoJ9EC89KwEXMiz0sLMhaMLK { width:20rem;height:1.7871125rem;top:24.4970703125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gV40uzUH6Z1gzJw5XTuhm22gd2Xx0BsX { display:flex;width:2.8125rem;height:2.8125rem;top:47.85791015625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bAGd5KHh7J9f2nhytNLJmMLtCoiflsbU { width:5.4375rem;height:5.4375rem;top:42.794921875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoI5zd3tf0yR0n9gTiZnuIylXxB8y5m2 { width:4.3125rem;height:4.3125rem;top:37.0283203125rem;left:10.685546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRCpecKDAS0Ps6WHaT7xW0BN5ndFTHD0 { display:block; }#dRCpecKDAS0Ps6WHaT7xW0BN5ndFTHD0 > .row .container { width:20rem;height:137.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o1qvnS8wCPK9w7GPfP1ZiM1vfrnA8TAM { width:12.5rem;height:0.0625rem;top:5.42480625rem;left:3.75rem;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) { #MJHzc4dNAzK9D2ZooEsoK5doA1I3MteK { width:1.25rem;height:1.25rem;top:4.8310546875rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #AX1WmIFzP7kS0dWCOHfItppq7snsQfzz { width:20rem;height:2.5996125rem;top:2.29345703125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#0b2328;display:block; }
 }@media only screen and (max-width: 763px) { #JeV5GNvxm9iss322MFcHf63M00IDcbeX { width:20rem;height:3.57421875rem;top:6.7373046875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#0b2328;display:block; }
 }@media only screen and (max-width: 763px) { #ZWPuicp9ai5ITVXbhyO5KMzHMIA16xzT { width:20rem;height:38.66409375rem;top:12.53515625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #h0yKPbK7r03mkivrMx8mTXnxKk55x47p { width:20rem;height:1.7871125rem;top:61.9375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#0b2328;display:block; }
 }@media only screen and (max-width: 763px) { #gKqwpWRRgW32O8PEQuCcB0msxsQlSn0K { width:20rem;height:4.14258125rem;top:65.82568359375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ilhryXT6DILkuPSGrTCnmXv6O7mKhleo { width:17.625rem;height:12.75rem;top:73rem;left:1.1875rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TfQMgCUAstfqZ0g1zv2T9RvFJggiy9hq { width:20rem;height:19.125rem;top:94.125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oRb8I02Igzn3prdLOlCmwzGTRkLGBahz { width:20rem;height:15.25rem;top:71.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kewy1aTcemgyt8bXQLczHQf5pTSMMEky { width:20rem;height:4.0625rem;top:88.8125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#f5ae84;display:block; }
 }@media only screen and (max-width: 763px) { #KctzH3qx23aSMLJzSRXJyyURno6G98qu { width:1.25rem;height:1.25rem;top:60rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzFhOfecfokD3arKL8TA4hfOq7cag56y { width:19rem;height:0.125rem;top:60.5625rem;left:0.5rem;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) { #atm2D5EfLpJqDNPO6g1d6O0xuyKMuEI9 { width:9.375rem;height:9.375rem;top:51.19921875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7LBXTa0oeehKlvLED4TH0AItbWfLP5B { width:9.375rem;height:9.375rem;top:112rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAHtQbxINpe3p1d8fCRMx1wgiT00CSPB { width:9.375rem;height:9.375rem;top:126.3359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #stGm3MaKvxyLSADzAI8EXvZDHVETE8Pn { width:17.8125rem;height:5.5234375rem;top:120.8125rem;left:1.125rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WB8HpQkpAwJmDCBF3TRqelPnHvWH0bEa { width:20rem;height:7.75rem;top:119.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUh2vVuUlXi7ImzeQXQc7b0ebu7QCFkw { display:block; }#bUh2vVuUlXi7ImzeQXQc7b0ebu7QCFkw > .row .container { width:20rem;height:91.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5JL77E0T5XrhM1vNwmWKTgeT1TEpwiv { width:18.1875rem;height:3.5996125rem;top:23.749025rem;left:0.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VCEvWCqLTyRGm9IzcrS4NUrXp2TlTQtR { width:18.1875rem;height:4.5rem;top:28.5986375rem;left:0.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QJJ64TRqISQPrc6dCEc6Rr4dqAViXipr { width:18.1875rem;height:4.5rem;top:15.749025rem;left:0.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u7DsIhTxyKQGg2TTdPB7E8bIysbQIhtg { width:18.125rem;height:0.0625rem;top:81.20411875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AngoltvTz9wEzvZpVoXVJr9ECdHOuVWQ { width:1rem;height:1rem;top:21.499025rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpFOmsQcuxCbSRwN6vS7abBtACXymiGV { width:18.1875rem;height:1.79980625rem;top:51.0547rem;left:0.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cdBzRIrWA7MUtlgTEU5lbaT8XJaAAOHh { width:1rem;height:1rem;top:48.8047rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pk59ryvEZk7OkPTaiSNFFBn3mST5pw37 { width:1rem;height:1rem;top:78.95411875rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sb2so4BgAIyKHJouC72mf6TgoQcTkNNV { width:20rem;height:13.2060625rem;top:34.3486375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9x3C6zueSL2rr5Hod5uW5VRQc13ia90 { width:20rem;height:0.125rem;top:7.92480625rem;left:0rem;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:20rem;height:5.19921875rem;top:9.29980625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lgHmn2F6IekcxM6QzCNDZMR2wwqGvAqU { width:1.25rem;height:1.25rem;top:5.42480625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvNXVkRuFWSwSbsaSEkIsJiRQ1GzaONq { width:20rem;height:2.92480625rem;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) { #TERIVR14H0EGqsnMscJkGlT4J4C5J3u4 { width:20rem;height:3rem;top:54.10450625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mtK5OMhihfOTe6qByEm40HfnB7wxTZBo { width:1rem;height:1rem;top:58.35450625rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewN6ZvQIDhLv4uqWXDZ2ai8Oe9vh7XBl { width:20rem;height:3rem;top:63.6543125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yF8EGVZiGebikN5QmTQswoE6DS0Q1Bdu { width:19.625rem;height:1.79980625rem;top:60.60450625rem;left:0.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RlhgX2vVQBsMGcDf0LT81x3fP0GzrKJT { width:20rem;height:4.5rem;top:73.20411875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #suBhsTT5cPv6P9Rks5QXQkNd9rw9rZTn { width:19.625rem;height:1.79980625rem;top:70.1543125rem;left:0.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cTsOeoIhpC3nInUNViyE3foeIUMTIsIO { width:1rem;height:1rem;top:67.9043125rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2B0kt2TcIM7G74gV0JEOPu6UEIpgyfe { width:20rem;height:4.5rem;top:85.566425rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yEWUXDG4x9yD6giMgk7HD4vc8C4MnSD9 { width:19.625rem;height:1.79980625rem;top:82.51661875rem;left:0.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RPUhpS6Wolwdcc9TWQqldLxX0ibiwC0w { width:12.75rem;height:12.75rem;top:63.6543125rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gETmuSTORJiA2Dmr3tcmEuGtUEC6t3sP { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c479e826-1f10-4874-817c-ac021f31cec4/Projektbeznazwy20250425T141538220.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#gETmuSTORJiA2Dmr3tcmEuGtUEC6t3sP.adaptive-delivery-prevent-bg, #gETmuSTORJiA2Dmr3tcmEuGtUEC6t3sP.lazyload, #gETmuSTORJiA2Dmr3tcmEuGtUEC6t3sP.lazyloading { background-image: none; }#gETmuSTORJiA2Dmr3tcmEuGtUEC6t3sP > .row .container { background-color: transparent; background-image: none; }#gETmuSTORJiA2Dmr3tcmEuGtUEC6t3sP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gETmuSTORJiA2Dmr3tcmEuGtUEC6t3sP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gETmuSTORJiA2Dmr3tcmEuGtUEC6t3sP > .row .container > .video-iframe-container { display: none; }#gETmuSTORJiA2Dmr3tcmEuGtUEC6t3sP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gETmuSTORJiA2Dmr3tcmEuGtUEC6t3sP > .row > .video-iframe-container { display: none; }#gETmuSTORJiA2Dmr3tcmEuGtUEC6t3sP > .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); }#gETmuSTORJiA2Dmr3tcmEuGtUEC6t3sP > .row .container { width:20rem;height:69.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qAgkH9OBr5Btrbh0Uh0lqMHrMoAwhrUv { width:17.5rem;height:8.75rem;top:1.25rem;left:1.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #chzXqPS6NMAv4yqDiTcRMB0h793HADtp { width:17.5rem;height:10.5rem;top:15.0625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Kk6E2z8eX6a73I4GTHl87dfeoWgH8dmS { width:1.25rem;height:1.25rem;top:11.25rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTUJstzpwNzO2hnWOWmdEafxDq5WE5py { width:12.5rem;height:0.0625rem;top:13.75rem;left:3.75rem;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) { #FIElwEqylF9osDS0v2nh7oIR3KfszUuS { width:20rem;height:1.875rem;top:26.8125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }#FIElwEqylF9osDS0v2nh7oIR3KfszUuS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_093027414c3f8649798c90e8e1c9a15c27a7af4b.svg); }
 }@media only screen and (max-width: 763px) { #VDnIKcR8O3BFB6nwQvIPWOHDeOnFHC5S { width:20rem;height:23.15625rem;top:29.9375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #HlZ9lU1pG2wKp2NT7ZaCMNPVlwEffHHz { width:20rem;height:3.375rem;top:54.34375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }#HlZ9lU1pG2wKp2NT7ZaCMNPVlwEffHHz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_093027414c3f8649798c90e8e1c9a15c27a7af4b.svg); }
 }@media only screen and (max-width: 763px) { #wrStMsJIgJM8XecI04ZAo2ThI9VbuiHd { width:18.875rem;height:4rem;top:64.15625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #km3b6VSIrhdcfU3kzuGJTdIbPVM6xkKm { display:block; }
 }@media only screen and (max-width: 763px) { #KcnLWWANJVCZPZ9uoEHEeIHNTFNLVZWh { display:flex;width:3.9375rem;height:3.9375rem;top:58.96875rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #nvP7iVGAJum1cpPNzXLXmxzNZsFsnEWC { display:block; }#nvP7iVGAJum1cpPNzXLXmxzNZsFsnEWC > .row .container { width:20rem;height:175.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d7pR3P0ZOta7wTVwx166X72R8OyG0tMS { width:20rem;height:1.4624rem;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) { #bSZLfwKbU2LHDhbeK8OToA6ZJO7tsV9F { width:20rem;height:0.125rem;top:3.9619125rem;left:0rem;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) { #PnoQnV5GRnrpM7s24vP2ndTnhO9SqyMd { width:20rem;height:7.7988125rem;top:7.8369125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#0b2328;display:block; }
 }@media only screen and (max-width: 763px) { #nAzProMLmN29LU8BTeqFICEL07P96E0y { width:1.25rem;height:1.25rem;top:5.3369125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0UCEQTA4NC3d810KVMHDkrLuFGQ3Dps { width:20rem;height:19.5625rem;top:35.385225rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4bfX7mt8xlFOX6tkobQM4xHSo4Hh2Od { width:13.5625rem;height:2.34375rem;top:28.197725rem;left:3.1875rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UmGUkTN4wfcCv9PPCr9XxKp1rgG2fQ9x { width:0.0625rem;height:25rem;top:56.197725rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OH6TvJ3t2IcVTGwoTv2UAi67WcTcDwzd { width:20rem;height:1.54345625rem;top:36.510225rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tR7NlVKWcSFSuVzgN4fbyyOAb4QWI2dW { width:20rem;height:17.5rem;top:93.760225rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }#tR7NlVKWcSFSuVzgN4fbyyOAb4QWI2dW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_093027414c3f8649798c90e8e1c9a15c27a7af4b.svg); }
 }@media only screen and (max-width: 763px) { #zlKwDNhXUzQ79Id0ZhX8Qt3R3I8uG9WG { width:20rem;height:19.5625rem;top:117.197725rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnaPmahMPTDohvoHPivuKK8TNXThTMzi { width:20rem;height:19.09375rem;top:138.010225rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }#ZnaPmahMPTDohvoHPivuKK8TNXThTMzi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_093027414c3f8649798c90e8e1c9a15c27a7af4b.svg); }
 }@media only screen and (max-width: 763px) { #Sw4CxlDVWNT2JzbWTsNKzTlv3OOE6zBA { width:20rem;height:1.54345625rem;top:118.322725rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bMpkJegpzFbZionk9ERPBKPS8T0mKmOP { width:13.5625rem;height:2.34375rem;top:31.791475rem;left:3.1875rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ktT23mutkJ9knJDCHF9d5w77G3ZiaTvO { width:20rem;height:11.25rem;top:163.322725rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ldcsHSRNTFR7FAI0yKnhrayEu17uB4to { width:10.0625rem;height:10.0625rem;top:16.885225rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3JaI50q5oBMnT7BExLIIryh2t6PDTlO { width:10.0625rem;height:10.0625rem;top:82.447725rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLDp2JU4AyuqLukrkVZP7n0Q8ZLVzWtx { background-color:#e3e3e3;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:auto !important;display:block; }#TLDp2JU4AyuqLukrkVZP7n0Q8ZLVzWtx.adaptive-delivery-prevent-bg, #TLDp2JU4AyuqLukrkVZP7n0Q8ZLVzWtx.lazyload, #TLDp2JU4AyuqLukrkVZP7n0Q8ZLVzWtx.lazyloading { background-image: none; }#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:128.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w7ytv6eomSwuePe4hdtoTAI1sQGDTf6e { width:20rem;height:20rem;top:107.02878125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeqBVwkGvGALIAvmJFBOJHh3BAm9BqdC { width:20rem;height:1.4624rem;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) { #pUH9DDtKeUR5OsNn1QHClFUlvP24zslZ { width:20rem;height:0.125rem;top:6.4619125rem;left:0rem;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:7.7988125rem;top:7.8369125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #R8ruTS9K0v6Wo1MV2KDPrVAg2RcflXTR { width:1.25rem;height:1.25rem;top:3.9619125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQZKgVkoO5r2TaXlUuCo12OnMESyAyoE { width:20rem;height:12.46875rem;top:16.885225rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wtEDzrC5RJKyOkEwyUVu2OXVcCtrXKCy { width:20rem;height:1.78125rem;top:30.603975rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #K2tRaZggIhyETfbES7sPoJDHlJEe1bot { width:20rem;height:37.40625rem;top:33.635225rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UBWDroBZz3789WyToROmAlpysx0bgzz6 { width:20rem;height:29.3125rem;top:76.46628125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFCPTLy3TxABtSHg5orGTRF17zo2rRyf { width:20rem;height:6.09375rem;top:77.46628125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#ffffff;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:18rem;height:5.0625rem;top:83.59860546875rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #f3Dw3hKWaWWZNZxOL8BzFl4ynGRRrwLi #zkJoA95orDcTHxXbwc523obui48H2M1B { display:flex;position:relative;top:0rem;left:0rem; }
 }@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:3.9375rem;height:3.9375rem;top:96.274875rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #xUe5UTpxCwpCpyndEBccLdrN6CDyCnnm { width:18.875rem;height:4rem;top:98.21628125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PB7PHPNbnFsgvvfCzv2J1ucqmWBtKWSS { display:block; }
 }@media only screen and (max-width: 763px) { #MngHVNnGPSdDz4MpPTbATPSGymiD3ywS { width:20rem;height:1.4624rem;top:91.28122265625rem;left:-2.75rem;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:93.2905rem;left:-1.5rem;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.92480625rem;top:72.291475rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zZKdy1GcH9pmu47o0HTUziO8iXZNe3vE { width:20rem;height:1.4624rem;top:91.2817109375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #q9dBDnMU8Lv5MZpATKw5GHumdqzikweo { width:17.5625rem;height:2.5996125rem;top:92.681125rem;left:2.4375rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZXzGtQ3Z4Zep0i7gSiuyS5QuDk45weB8 { width:11.875rem;height:6.25rem;top:90.274875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvJWRBuTGRtW4EkdKgVn3shweeQpKwfF { width:20rem;height:1.21875rem;top:103.1567109375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;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; }
 }