.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#0e0d0d;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
 #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 *:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="text"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="email"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="tel"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 textarea:focus-visible { outline: 2px solid rgba(232,72,19,1); } #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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#3e789d;background-image:url("https://images.assets-landingi.com/PSqLc0Iu/AdobeStock_207935723_Kopia_1_.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:70.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#q9hPeWQVbOfJe72BNSaIWZmGaNo7cw6V { position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.85);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e2e4ec;border-left:0.125rem solid #e2e4ec;border-right:0.125rem solid #e2e4ec;border-bottom:0.125rem solid #e2e4ec;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.1875rem rgba(226,228,236,0.1) ;height:43.3125rem;width:32.1875rem;top:2.4375rem;left:36.75rem;display:block; }
#Crl0ic3BzuoMPhB0cDH7PW0qX5NtCsJ8 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:9.9375rem;top:2.75rem;left:13.9375rem;overflow:hidden;display:block; }
#E7qCMoUWWS8DXzAX8bcyp0PeXCZKWAyZ { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e2e4ec;border-left:0.125rem solid #e2e4ec;border-right:0.125rem solid #e2e4ec;border-bottom:0.125rem solid #e2e4ec;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.1875rem rgba(226,228,236,0.1) ;height:0;width:0;top:29.0625rem;left:30.3125rem;display:block; }
#dpfJJcCmdNAUHD4OmgRnoU0czpVVJI7Q { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:"still type";font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.9375rem;left:39.375rem;height:2.2744125rem;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; }
#g8dGQH97mn51rXqMfeATgZReCSnDkrqI { background-color:#f96915;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.25rem 0.1875rem 0.5rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"still type";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:11.1875rem;height:3.0625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:40.375rem;left:55.3125rem;display:block; }
#km9dH9fmQh2IuKxFOlZzfx9Z57ZVDNWn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Iq1uTKQzrTtA2cMDPzz75L7y7qDpb1a2 { position:absolute;display:block;z-index:15014;background-color:rgba(255,255,255,0.87);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.4375rem;width:23.75rem;top:24.625rem;left:6.5rem;display:block; }
#R2mPX26817M3UyRRv2BeOcnSx4CD0EFz { color:#ffffff;display:block;width:23.8125rem;position:absolute;font-family:"still type";font-size:1.1875rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:25.25rem;left:7.6875rem;height:1.42480625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#xVDgTLSUmgCDMnvdVAxZ6E7N1mbpaZWh { color:#000000;display:block;width:23.375rem;position:absolute;font-family:"still type";font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:27.8125rem;left:39.375rem;height:9.66601875rem;display:block; }
#lV5rRcO3UDwbAd3xSCdEuEN2N3Euk9KS { box-sizing:content-box;color:#0e9ae5;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#nmfxIZz9O598b5pRoOL3xHpg92vHnTmn .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; }
#nmfxIZz9O598b5pRoOL3xHpg92vHnTmn .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;color:#f96915;padding-top:0.60875rem;padding-right:0.545625rem;padding-bottom:0.60875rem;padding-left:0.545625rem;display:block;align-items:center;width:3.27375rem;min-width:3.27375rem;height:3.27125rem;position:relative;font-family:"still type";font-size:2.435625rem;font-weight:700;line-height:52.34px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nmfxIZz9O598b5pRoOL3xHpg92vHnTmn .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.380625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.365rem;height:1.293125rem;position:relative;font-family:"still type";font-size:0.91375rem;font-weight:400;line-height:20.69px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#nmfxIZz9O598b5pRoOL3xHpg92vHnTmn { 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(0,0,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:21.4375rem;height:6.1625rem;padding-top:0.76125rem;padding-right:0.78rem;padding-bottom:0.76125rem;padding-left:0.78rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:26.25rem;left:7rem;z-index:15017; }
#nmfxIZz9O598b5pRoOL3xHpg92vHnTmn #LHMngR6z7gfrqJUqBWBGXhBzZvT8ISh9 { display:flex;position:relative;top:0rem;left:0rem; }
#nmfxIZz9O598b5pRoOL3xHpg92vHnTmn #hg83bGlFvAx8Pcwcaa1SkqV3JH2eQkri { width:auto; }
#nmfxIZz9O598b5pRoOL3xHpg92vHnTmn #cTs8IrTc6n8PCqrKcKInyWDMD1UQ1MnL {  }
#nmfxIZz9O598b5pRoOL3xHpg92vHnTmn #Gph83vz0EzG5I0uMKR4lta44c1IVaUxu { display:flex;position:relative;top:0rem;left:0rem; }
#nmfxIZz9O598b5pRoOL3xHpg92vHnTmn #oo2dKwcFLFRJNMG5X9xBtdbsriBpPW6I {  }
#nmfxIZz9O598b5pRoOL3xHpg92vHnTmn #kQin8btMg43ACXHeVEeTpxAxB7feWCm9 {  }
#nmfxIZz9O598b5pRoOL3xHpg92vHnTmn #NZ4iKpLO0LgOkI9vsHqlUNRNh2GVWn5h { display:flex;position:relative;top:0rem;left:0rem; }
#nmfxIZz9O598b5pRoOL3xHpg92vHnTmn #DXmsee9wi7MeK8xC4mpa19PeCv6UiWDT {  }
#nmfxIZz9O598b5pRoOL3xHpg92vHnTmn #JVuTkrVrPRKhvTiWLCEU3zgKlpOkKQAg {  }
#nmfxIZz9O598b5pRoOL3xHpg92vHnTmn #SfvVrJDTiCd9I1HpCzcHfoTb4Hy48MkH { display:flex;position:relative;top:0rem;left:0rem; }
#nmfxIZz9O598b5pRoOL3xHpg92vHnTmn #z1S9lNx7UuBy1ZHhlbKnAb1elAslONlh {  }
#nmfxIZz9O598b5pRoOL3xHpg92vHnTmn #trwQIOJXtTP7aFgrbnO0rg0yJc0f38rf {  }
#z5uZNXsRnZJhM8S68gnEBIME5TJOgxEf { box-sizing:content-box;height:4.0625rem;width:0.0625rem;position:absolute;display:block;z-index:15018;background-color:#f96915;background-image:none;top:27.1875rem;left:12.8125rem;display:block; }
#L6bqzdDIbyXfCMbGu5NfK4b4Zs8wCpDk { box-sizing:content-box;height:4.0625rem;width:0.0625rem;position:absolute;display:block;z-index:15019;background-color:#f96915;background-image:none;top:27.1875rem;left:18.4375rem;display:block; }
#Laqz6CsrfChlDWET7fPZTgPFr90eJWKE { box-sizing:content-box;height:4.0625rem;width:0.0625rem;position:absolute;display:block;z-index:15020;background-color:#f96915;background-image:none;top:27.1875rem;left:24.3125rem;display:block; }
#tPTlCozt4StrKdvB2eeT91nbTAa05a9K { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.25rem 0.1875rem 0.5rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#f96915;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"still type";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:11.6875rem;height:3rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:40.375rem;left:39.125rem;display:block; }
#VaNWElW8xaLPSngNCTXw20VZPq4hgaEC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K7eEBoCyupXFcJBlHWS35nB3z0r8CFyo { color:#000000;display:block;width:27.3125rem;position:absolute;font-family:"still type";font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:8.75rem;left:39.375rem;height:18.19725625rem;display:block; }
#Q4oZVrOxXWb21sC3onJLkrZE2Hd13moZ { position:absolute;display:block;z-index:15023;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.1875rem;width:20.6875rem;top:7.125rem;left:8.9375rem;overflow:hidden;display:block; }
#ppT7Vq8v5rcersoKz7t06JSCQHbtmX1X { position:absolute;display:block;z-index:14999;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:30rem;width:75rem;top:40.8125rem;left:0rem;overflow:hidden;display:block; }
#fR9qODRzOACc7PKlNMkCtd9B2BDIftme { position:absolute;display:block;z-index:15024;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:3.75rem;width:16.25rem;top:32.4375rem;left:45.0625rem;overflow:hidden;display:block; }
#ZX66fvGPlfkH3OZ2eDXEaWLtUUMqg4r7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/uc/051e666e-1aa2-43dc-a14e-2f698cf93cf8/240717_STILL_Automation_Keyvisual_Ebenen_RGB16_41.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZX66fvGPlfkH3OZ2eDXEaWLtUUMqg4r7.adaptive-delivery-prevent-bg, #ZX66fvGPlfkH3OZ2eDXEaWLtUUMqg4r7.lazyload, #ZX66fvGPlfkH3OZ2eDXEaWLtUUMqg4r7.lazyloading { background-image: none; }#ZX66fvGPlfkH3OZ2eDXEaWLtUUMqg4r7 > .row .container { background-color: transparent; background-image: none; }#ZX66fvGPlfkH3OZ2eDXEaWLtUUMqg4r7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZX66fvGPlfkH3OZ2eDXEaWLtUUMqg4r7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZX66fvGPlfkH3OZ2eDXEaWLtUUMqg4r7 > .row .container > .video-iframe-container { display: none; }#ZX66fvGPlfkH3OZ2eDXEaWLtUUMqg4r7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZX66fvGPlfkH3OZ2eDXEaWLtUUMqg4r7 > .row > .video-iframe-container { display: none; }#ZX66fvGPlfkH3OZ2eDXEaWLtUUMqg4r7 > .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); }#ZX66fvGPlfkH3OZ2eDXEaWLtUUMqg4r7 > .row .container { border-width: 0; border-radius: 0; }#ZX66fvGPlfkH3OZ2eDXEaWLtUUMqg4r7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZX66fvGPlfkH3OZ2eDXEaWLtUUMqg4r7 > .row .container { font-size:0.875rem;font-family:arial;height:52.125rem;width:75rem;position:relative;display:block; }#XUp7Z6oWuFla4x3S1R4KyNuyiWG7kWwV { color:#ffffff;display:block;width:44.3125rem;position:absolute;font-family:"still type";font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.1;letter-spacing:0;top:13.9375rem;left:15.25rem;height:34.03226875rem;display:block; }
#SGZD2WzhM4FdlltmV6mUlbgKmgComMFN { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e2e4ec;border-left:0.125rem solid #e2e4ec;border-right:0.125rem solid #e2e4ec;border-bottom:0.125rem solid #e2e4ec;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.1875rem rgba(226,228,236,0.1) ;height:88.125rem;width:28.125rem;top:10.46875rem;left:37.8125rem;display:none; }
#VuFbTRvRSeFDbzTNM1TPtBTzKztCnvwi { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e2e4ec;border-left:0.125rem solid #e2e4ec;border-right:0.125rem solid #e2e4ec;border-bottom:0.125rem solid #e2e4ec;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.1875rem rgba(226,228,236,0.1) ;height:88.125rem;width:28.125rem;top:10.46875rem;left:37.8125rem;display:none; }
#adwOJGrGkV3W2Q313u5yBb8ZXuKpCXBB { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e2e4ec;border-left:0.125rem solid #e2e4ec;border-right:0.125rem solid #e2e4ec;border-bottom:0.125rem solid #e2e4ec;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.1875rem rgba(226,228,236,0.1) ;height:88.125rem;width:28.125rem;top:10.46875rem;left:37.8125rem;display:none; }
#aCxqBPTcaJz24389GrIrVT3VhRZ4FQe2 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e2e4ec;border-left:0.125rem solid #e2e4ec;border-right:0.125rem solid #e2e4ec;border-bottom:0.125rem solid #e2e4ec;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.1875rem rgba(226,228,236,0.1) ;height:88.125rem;width:28.125rem;top:10.46875rem;left:37.8125rem;display:none; }
#JSTtbqi7RaIcdPuQroQ0UnKhUODMW5G8 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e2e4ec;border-left:0.125rem solid #e2e4ec;border-right:0.125rem solid #e2e4ec;border-bottom:0.125rem solid #e2e4ec;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.1875rem rgba(226,228,236,0.1) ;height:88.125rem;width:28.125rem;top:10.46875rem;left:37.8125rem;display:none; }
#LybBr2TysMywpmi1DL5wx6eGqTsH5MNq { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#BtV6pqc8JAI1ahbkMCIc9n4C2WH3Z8lw { color:#ffffff;display:block;width:19.625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:7.4375rem;left:13.875rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Qh8bdl5O9WZQOGADwvL8UWyBTTb6fzfu { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.25rem 0.1875rem 0.5rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#3e789d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:17.875rem;left:13.625rem;display:none; }
#kNAuT1x16WfwPKqqB0o3PTmsEFZtmIrd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GVpR3SrIGRVXbzaMOMzlWA23Vtb8ZEvc { 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:21.125rem;width:21.25rem;top:7.125rem;left:42.75rem;overflow:hidden;display:none; }
#A2pCTgse3ZfW4GHqJWUqgvPfUMZBqT0x { 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:21.125rem;width:21.25rem;top:7.125rem;left:42.75rem;overflow:hidden;display:none; }
#CpsqJ9mhswCiGm6b9JHda4iLIKmH3HA6 { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0.86);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.1875rem rgba(226,228,236,0.1) ;height:46.625rem;width:48.75rem;top:3rem;left:12.8125rem;display:block; }
#NbHfcHGemDH18uUi0BJz8p6fI3ThuD00 { color:#ffffff;display:block;width:21rem;position:absolute;font-family:"still type";font-size:2rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:4.796875rem;left:15.375rem;height:2.6621125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nwtesvP6CRICUu4dWUd3iGRDLrzsNKeJ { color:#ffffff;display:block;width:43.0625rem;position:absolute;font-family:"still type";font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.1;letter-spacing:0;top:8.8125rem;left:15.25rem;height:2.5371125rem;display:block; }
#hTgbLSp0itUDrE9DonLLe7BURZpDsL92 { position:relative;display:block; }#hTgbLSp0itUDrE9DonLLe7BURZpDsL92 { background-color: transparent; background-image: none; }#hTgbLSp0itUDrE9DonLLe7BURZpDsL92::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTgbLSp0itUDrE9DonLLe7BURZpDsL92 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.86); }#hTgbLSp0itUDrE9DonLLe7BURZpDsL92 > .row .container > .video-iframe-container { display: block; }#hTgbLSp0itUDrE9DonLLe7BURZpDsL92 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTgbLSp0itUDrE9DonLLe7BURZpDsL92 > .row > .video-iframe-container { display: none; }#hTgbLSp0itUDrE9DonLLe7BURZpDsL92 > .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.86); }#hTgbLSp0itUDrE9DonLLe7BURZpDsL92 { border-width: 0; border-radius: 0; }#hTgbLSp0itUDrE9DonLLe7BURZpDsL92 > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hTgbLSp0itUDrE9DonLLe7BURZpDsL92 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hTgbLSp0itUDrE9DonLLe7BURZpDsL92 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:43.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#kJqNXEiWLcut2XTtTQyHXb0fRaoWxSTo { color:#f96915;display:block;width:41.5625rem;position:absolute;font-family:"still type";font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.7998046875rem;left:0rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xEAohIBDN9QOOn2P0UCN6rGQ7NZ9bkK3 { 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:10.8125rem;width:18.25rem;top:11.8125rem;left:52.65625rem;overflow:hidden;display:block; }
#xTcnvNTwhvdO7AO3wRIQKIrxhXfDn84f { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:9.9375rem;top:7.3125rem;left:56.8125rem;overflow:hidden;display:block; }
#AMzCU4cLtMirUqFtFFxkOvInmKb3Fd1k { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.125rem;width:42.6875rem;top:24.875rem;left:32.3125rem;overflow:hidden;display:block; }
#ik9T6dh9Gtho4tkrZ6BPtpfkczKVp0lC { box-sizing:content-box;height:12.5rem;width:75rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #000000);background-size:auto !important;top:30.75rem;left:0rem;display:block; }
#ESyWMCBXNDT40Gn6zMUxBT9uZdlxoxMO { box-sizing:content-box;height:14.375rem;width:25.4375rem;position:absolute;display:block;z-index:15007;background-color:#f96915;background-image:none;top:8.5625rem;left:5.96875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#NU6QO5GE3tnwqwuzfKvhJ35ocbw0Oa6g { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:12.2353515625rem;left:7.0625rem;height:3.736325rem;display:block; }
#rz6yo4XITVZB658tlMq1TLsLGToKuRiD { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:11.9541015625rem;left:7.03125rem;height:6.824225rem;display:block; }
