.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:230,246,232;--color-primary-1:173,224,178;--color-primary-2:91,193,101;--color-primary-3:46,97,51;--color-primary-4:14,29,15;--color-secondary-0:222,223,222;--color-secondary-1:146,147,145;--color-secondary-2:37,39,34;--color-secondary-3:19,20,17;--color-secondary-4:6,6,5;--color-tertiary-0:255,255,255;--color-tertiary-1:253,253,254;--color-tertiary-2:248,249,250;--color-tertiary-3:124,125,125;--color-tertiary-4:25,25,25;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@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); }#ANa1xUMyXn8oMGoq2ncROLSw30ITTgob { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:auto;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; }#ANa1xUMyXn8oMGoq2ncROLSw30ITTgob > .row .container { background-color: transparent; background-image: none; }#ANa1xUMyXn8oMGoq2ncROLSw30ITTgob::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ANa1xUMyXn8oMGoq2ncROLSw30ITTgob > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ANa1xUMyXn8oMGoq2ncROLSw30ITTgob > .row .container > .video-iframe-container { display: none; }#ANa1xUMyXn8oMGoq2ncROLSw30ITTgob > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ANa1xUMyXn8oMGoq2ncROLSw30ITTgob > .row > .video-iframe-container { display: none; }#ANa1xUMyXn8oMGoq2ncROLSw30ITTgob > .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); }#ANa1xUMyXn8oMGoq2ncROLSw30ITTgob > .row .container { border-width: 0; border-radius: 0; }#ANa1xUMyXn8oMGoq2ncROLSw30ITTgob > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ANa1xUMyXn8oMGoq2ncROLSw30ITTgob > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;overflow:visible;position:relative;display:block; }#tAy21BJcRdWLt9a18gnDp4yMUk3Dk7nh { color:#255dbe;display:block;width:10.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6687498092651rem;left:61.875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#LldhH0p38d6TOWF1bRGptiyiDd4kLmeW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#LldhH0p38d6TOWF1bRGptiyiDd4kLmeW > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#So2O1tIvzicu1LhELLVNzgWJB2t3Mppo { color:#255dbe;display:block;width:10.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6687498092651rem;left:61.875rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ohEVF4hT0HdVksU800sTUi01AJRqo4DX { color:#272727;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.21875rem;left:60.78125rem;height:1.3rem;text-align:center;text-align-last:center;display:none; }
#Uk8VZs6EaabogK0TJGAKsLlKso7mznTT { color:rgba(var(--color-primary-2),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:2.51220703125rem;left:57.4375rem;height:2.4746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X2fcCSlWJtDvh3RXfIa2Lkq8unOCDaKP { position:absolute;display:block;z-index:15076;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.1875rem;width:5rem;top:2rem;left:50rem;overflow:hidden;display:block; }
#dcZT4XAIxz2MoMwcGdbdcC1CNs9xTZUV { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:4.6875rem;left:50rem;height:0.875rem;font-style:normal;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;display:block; }
#ws9ggVuKsvel3e1E5Q1TPTg18TC9y7Ir { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:11.1875rem;top:2.5rem;left:0rem;overflow:hidden;display:block; }
#Be9GVmII8psqsTgT2932eqDpFpTIlP9h { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:5.75rem;top:2.0625rem;left:39.25rem;overflow:hidden;display:block; }
#BcGkQwG5okxXDJKMF2COsJzETbKt0Zcb { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:4.5rem;left:39.625rem;height:0.875rem;font-style:normal;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;display:block; }
#yymqsR9v2TxdoAsxdXAViZiG0HugSl0x { box-sizing:content-box;height:5rem;width:0.0625rem;position:absolute;display:block;z-index:15074;background-color:rgba(116,116,116,0.1);background-image:none;top:1.25rem;left:47.375rem;display:block; }
#lG54ipnfa5N42a32P6KyAGMyG5Byx8ke { box-sizing:content-box;height:5rem;width:0.0625rem;position:absolute;display:block;z-index:15075;background-color:rgba(116,116,116,0.1);background-image:none;top:1.25rem;left:36.1875rem;display:block; }
#QhxSzJGDwTHZ2x1PV2ogtvOboC7VOyas { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:4.375rem;top:2rem;left:29.5rem;overflow:hidden;display:block; }
#XJPJD3c8z38A3SuM1UIczu3TpxdZnXSm { 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.5rem;width:5.875rem;top:2.5rem;left:16.625rem;overflow:hidden;display:block; }
#cFS3QrhPWvVWUH8O0cwgl6qEPSlsXfhZ { box-sizing:content-box;height:5rem;width:0.0625rem;position:absolute;display:block;z-index:15076;background-color:rgba(116,116,116,0.1);background-image:none;top:1.25rem;left:26.1875rem;display:block; }
#F0vy6ICaZSfdRB1Uz0kwfUoxScsATuVC { box-sizing:content-box;height:5rem;width:0.0625rem;position:absolute;display:block;z-index:15076;background-color:rgba(116,116,116,0.1);background-image:none;top:1.25rem;left:26.1875rem;display:block; }
#KZDv4fy70Z72uqqTTzpatqWtGRWmiAy7 { box-sizing:content-box;height:5rem;width:0.0625rem;position:absolute;display:block;z-index:15078;background-color:rgba(116,116,116,0.1);background-image:none;top:1.25rem;left:13.6875rem;display:block; }
#fJvi1m5Gf8c145KNNBCfnIZLdsCxHeoL { box-sizing:content-box;height:5rem;width:0.0625rem;position:absolute;display:block;z-index:15078;background-color:rgba(116,116,116,0.1);background-image:none;top:1.25rem;left:13.6875rem;display:block; }
#ztiHs0z8Xg1EECSIlH9aMrEdMF4RaV2A { position:relative;display:none; }#ztiHs0z8Xg1EECSIlH9aMrEdMF4RaV2A { border-width: 0; border-radius: 0; }#ztiHs0z8Xg1EECSIlH9aMrEdMF4RaV2A > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ztiHs0z8Xg1EECSIlH9aMrEdMF4RaV2A > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#AH7z4n9Hevzunn0W9ASFf683rbQEsW2L { color:rgba(var(--color-tertiary-0),1);display:block;width:35.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:10rem;left:1.25rem;height:10.2368125rem;font-style:normal;display:none; }
#TAFU4N3F6nUQXHN47crekGZluNBNwXLz { 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:1.9375rem;width:6.6875rem;top:6.3125rem;left:1.25rem;overflow:hidden;display:none; }
#WtHN9FHb8ZBT9qWe2cR1gsU54NSegzBy { 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:1.9375rem;width:6.6875rem;top:6.3125rem;left:1.25rem;overflow:hidden;display:none; }
#FmNGCuEb54LHX8SP3BwBre0iMKpDvuOX { color:rgba(var(--color-tertiary-0),1);display:block;width:35.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:10rem;left:1.25rem;height:10.2368125rem;font-style:normal;display:none; }
#r173IkIHQgiv7T0LWDNeamav3IJeAI6b { background-color:rgba(4,19,4,0.49);background-image:url("https://images.assets-landingi.com/uc/454ee108-c090-45dc-9a9a-f02269eaeffa/evrepair1.png");background-position:center right !important;background-repeat: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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#r173IkIHQgiv7T0LWDNeamav3IJeAI6b.adaptive-delivery-prevent-bg, #r173IkIHQgiv7T0LWDNeamav3IJeAI6b.lazyload, #r173IkIHQgiv7T0LWDNeamav3IJeAI6b.lazyloading { background-image: none; }#r173IkIHQgiv7T0LWDNeamav3IJeAI6b > .row .container { background-color: transparent; background-image: none; }#r173IkIHQgiv7T0LWDNeamav3IJeAI6b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r173IkIHQgiv7T0LWDNeamav3IJeAI6b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r173IkIHQgiv7T0LWDNeamav3IJeAI6b > .row .container > .video-iframe-container { display: none; }#r173IkIHQgiv7T0LWDNeamav3IJeAI6b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r173IkIHQgiv7T0LWDNeamav3IJeAI6b > .row > .video-iframe-container { display: none; }#r173IkIHQgiv7T0LWDNeamav3IJeAI6b > .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); }#r173IkIHQgiv7T0LWDNeamav3IJeAI6b > .row .container { border-width: 0; border-radius: 0; }#r173IkIHQgiv7T0LWDNeamav3IJeAI6b > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#r173IkIHQgiv7T0LWDNeamav3IJeAI6b > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;overflow:visible;position:relative;display:block; }#ELxQH4p9Mr4BNFUnfSeZPTAB8i1CzqZG { color:rgba(var(--color-tertiary-0),1);display:block;width:32.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:6.375rem;left:8.5625rem;height:2.0625rem;font-style:normal;display:block; }
#UCMmwZROv3cGW6MXVknNra7hu0DTQ3vB { color:rgba(var(--color-tertiary-0),1);display:block;width:35.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:10rem;left:1.25rem;height:4.3872rem;font-style:normal;display:block; }
#OUWDdtTMIc11sJgmr10Vi4c5Wo2DBFGO { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.5rem;width:20rem;top:36.25rem;left:0rem;overflow:hidden;display:none; }
#zbRZhdX3Xnn2RBcugFtqOLJ50t9fSJJX { box-sizing:content-box;height:12.5rem;width:20rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:36.25rem;left:18.75rem;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.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#rx5W8Qwk1sbL6BpIi2luJkDfUczcuOBT { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:37.5rem;left:21.25rem;height:0;font-style:normal;display:none; }
#u9yFiI0g5JwbNo3ULn2Kn6wfyBRzTl3r { 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:1.25rem;width:1.25rem;top:46.25rem;left:21.25rem;overflow:hidden;display:none; }
#Qs4KN6mFUKHFt8hsFprlp3VEdwBy19Ho { color:rgba(var(--color-tertiary-4),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15023;line-height:1.7;letter-spacing:0;top:46.25rem;left:23.125rem;height:0;font-style:normal;display:none; }
#AisQTQWbmR4h5x4BJSPsKnDdC3OMGuhB { 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: none;height:1.25rem;width:1.25rem;top:46.25rem;left:36.25rem;overflow:hidden;display:none; }
#x1cDAgLTy5HyEXmF6KeRtMEcoMsw2d8T { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:4.9375rem;top:3.125rem;left:19.75rem;overflow:hidden;display:block; }
#kFKLT5eG5EhrNM3EQCI2pXxQik1SRSLC { color:rgba(var(--color-tertiary-0),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:3.125rem;left:12.875rem;height:1.2246125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D8sE57qNTQhFAddIIfqamTnk5N9Jkwa9 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:5.8125rem;top:3.3125rem;left:6.625rem;overflow:hidden;display:block; }
#iO1aSTWKxkTQV5H73rfuByDSQOrxh3at { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:3.125rem;left:2.5rem;height:1.22504375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#a3RPDIu9s7FM2fm9vZxBoUmOm6ACrr40 { box-sizing:content-box;height:2.5rem;width:25rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0.1);background-image:none;top:2.5rem;left:1.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#yKllo7xEP6O1539oQNqQonZFBr9fa0wm { box-sizing:content-box;height:26.25rem;width:25rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.5rem;left:48.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#nxkBXA8Vs0N6Bun41ZZyEJefsMUNaMgN { position:absolute;display:block;z-index:15014;height:16.4375rem;width:22.25rem;top:3.75rem;left:50rem;display:block; }
#SNrur1mQfeO4bv6TRH8olnLabOAd4dNO { box-sizing:content-box;height:8.75rem;width:35rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:20rem;left:1.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#HwKSxuCF8FtUyog1owhtdHwby5yEwqgk { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15012;line-height:1.7;letter-spacing:0;top:26.1875rem;left:4.375rem;height:1.2749rem;font-style:normal;display:block; }
#Po5kOewpoXp46TovnhpynUMZzErsBhI1 { position:absolute;display:block;z-index:15017;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:1.25rem;width:1.25rem;top:26.1875rem;left:33.75rem;overflow:hidden;display:block; }
#Pb0eZd1Ze2hTzmq45dgN4KM7OZrg3Pxg { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:21.1875rem;left:2.5rem;height:3.8994125rem;font-style:normal;display:block; }
#gcX9fJ2aCacZTIVLDLa3QNRrB4WkbkvK { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:26.1875rem;left:2.5rem;overflow:hidden;display:block; }
#q7qTcL1Hlc5D3ACxuhQVq6u9RhD7qAhU { color:rgba(var(--color-tertiary-4),0.2);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15013;line-height:1.7;letter-spacing:0;top:26.1875rem;left:19.6875rem;height:1.2749rem;font-style:normal;display:block; }
#Q4y9HOA7LwDeL4De4D0wNa36zEACkWnB { 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:1.9375rem;width:6.6875rem;top:6.3125rem;left:1.25rem;overflow:hidden;display:block; }
#T3xM07F3h9FnUzAXiI7I64xgTUtvaSWf { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:1.25rem;left:0rem;display:none; }
#hW6L4amO5n2eZ0tIrHtwVTcxTOtbcAqL { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.1875rem;top:3.75rem;left:0rem;display:none; }
#KCnCFKGcT0Gws56UWuSUZCQmqygVqaEL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(114,114,114,0.12);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:none; }#KCnCFKGcT0Gws56UWuSUZCQmqygVqaEL > .row .container { border-width: 0; border-radius: 0; }#KCnCFKGcT0Gws56UWuSUZCQmqygVqaEL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KCnCFKGcT0Gws56UWuSUZCQmqygVqaEL > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:none; }#Q6Quwt0yBLowcAsn1JRXQaqSi6zyXzn4 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:5.375rem;top:1rem;left:27.8125rem;overflow:hidden;display:block; }
#ucxhC918H1UR3soRJeiJKqfTNRsg0U81 { 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.1875rem;width:3.9375rem;top:1.1875rem;left:35.25rem;overflow:hidden;display:block; }
#teiSPNxaTFT4aR21Nkspt6k5CrMcnm2N { 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.25rem;width:4.6875rem;top:1.25rem;left:41.5625rem;overflow:hidden;display:block; }
#cndrZwC1ckTRTVSs2yzn7MT52APfiK79 { 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:2.375rem;width:4.125rem;top:1.0625rem;left:48.25rem;overflow:hidden;display:block; }
#pRJbzRTRuuKawnX1bTDyEIBQy7Gs7KD4 { 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:2rem;width:5.875rem;top:1.34375rem;left:31.5rem;overflow:hidden;display:none; }
#p93UvNcRefFXWzhvTOe4f0Dk12LnNFBu { 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:3.125rem;width:3.125rem;top:0.6875rem;left:22.6875rem;overflow:hidden;display:block; }
#wLbqIkPRfCaxgvaZy6ICJvPxbtGp1qQc { position:relative;display:block; }#wLbqIkPRfCaxgvaZy6ICJvPxbtGp1qQc { background-color: transparent; background-image: none; }#wLbqIkPRfCaxgvaZy6ICJvPxbtGp1qQc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLbqIkPRfCaxgvaZy6ICJvPxbtGp1qQc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLbqIkPRfCaxgvaZy6ICJvPxbtGp1qQc > .row .container > .video-iframe-container { display: none; }#wLbqIkPRfCaxgvaZy6ICJvPxbtGp1qQc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLbqIkPRfCaxgvaZy6ICJvPxbtGp1qQc > .row > .video-iframe-container { display: none; }#wLbqIkPRfCaxgvaZy6ICJvPxbtGp1qQc > .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); }#wLbqIkPRfCaxgvaZy6ICJvPxbtGp1qQc { border-width: 0; border-radius: 0; }#wLbqIkPRfCaxgvaZy6ICJvPxbtGp1qQc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wLbqIkPRfCaxgvaZy6ICJvPxbtGp1qQc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mBLaN11eAdNgPdnsfpZvDRghPVQoTCyM { box-sizing:content-box;height:36.25rem;width:34.9375rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5rem;left:1.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#TNgpUwfv9QxytKTWx4Adn4iFxFQR81FF { box-sizing:content-box;height:36.25rem;width:34.9375rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5rem;left:38.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#yRCxhU7FkfxfyKsVyLiPtdzcrhOMeJiZ { position:absolute;display:block;z-index:15007;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.375rem;width:14.4375rem;top:13.75rem;left:11.25rem;overflow:hidden;display:block; }
#AV1ZcWxOFG9nUVdgbgcclFtohNW34I5G { position:absolute;display:block;z-index:15008;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:15rem;width:10.375rem;top:13.0625rem;left:50.8125rem;overflow:hidden;display:block; }
#AlB5PdGXrE9TMzmkIWzbg4BWMusAlOIL { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:5rem;left:5rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SCWySBzx0qdlM8DC9AVStzlBQHm9RPeh { color:rgba(var(--color-tertiary-4),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:8.125rem;left:7.5rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xTBPKQq7pb7a7tQZEK4SJ9h4ETmlL3Fv { color:rgba(var(--color-primary-4),1);display:block;width:27.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:5.38720703125rem;left:42.5rem;height:2.11248125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x7F81xlofJk7rHgfeKdyUzPTp5Pw0tMh { color:rgba(var(--color-tertiary-4),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:8.125rem;left:45rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P9yf1lRV8QLOEg8vlCKxR6UwIPJlwLUT { color:rgba(var(--color-tertiary-0),1);display:block;width:30.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:35.625rem;left:3.46875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uc6BA9Bh2M9rOaFe12p1kUJkfJ7i0xsw { color:rgba(var(--color-tertiary-0),1);display:block;width:30.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:35.625rem;left:40.71875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PfK7ZOaMglDHAL4HOF2P8zB61Blw3iS1 { background-color:rgba(var(--color-tertiary-2),1);background-image:none;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.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-4),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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:2.5rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:30rem;left:10rem;display:block; }
#RgzEOvzWzup1z7JAIMPueJah4L3HMzSe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#scxdFMcKFWiUMD212NJJb27LuC6kR2bA { background-color:rgba(var(--color-tertiary-2),1);background-image:none;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.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-4),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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:30rem;left:47.5rem;display:block; }
#zEXQT2aFy4lrZszcw9GyRN0kovQ0Wl5q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gcubSvUcVuxbNcmguBHZOyZdTe76iZG8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),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; }#gcubSvUcVuxbNcmguBHZOyZdTe76iZG8 > .row .container { background-color: transparent; background-image: none; }#gcubSvUcVuxbNcmguBHZOyZdTe76iZG8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcubSvUcVuxbNcmguBHZOyZdTe76iZG8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcubSvUcVuxbNcmguBHZOyZdTe76iZG8 > .row .container > .video-iframe-container { display: none; }#gcubSvUcVuxbNcmguBHZOyZdTe76iZG8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcubSvUcVuxbNcmguBHZOyZdTe76iZG8 > .row > .video-iframe-container { display: none; }#gcubSvUcVuxbNcmguBHZOyZdTe76iZG8 > .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); }#gcubSvUcVuxbNcmguBHZOyZdTe76iZG8 > .row .container { border-width: 0; border-radius: 0; }#gcubSvUcVuxbNcmguBHZOyZdTe76iZG8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gcubSvUcVuxbNcmguBHZOyZdTe76iZG8 > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;position:relative;display:block; }#cEA3rxzx8WasgyWPQkOJ148qN99ishSa { box-sizing:content-box;height:15rem;width:20rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:18.8125rem;left:1.25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#Mh8IRVXuGZ45H7Vi1eTUPPWrGWPIJteE { position:absolute;display:block;z-index:15007;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:1.25rem;width:1.25rem;top:31.3125rem;left:2.5rem;overflow:hidden;display:block; }
#GirszTDnkUy8tJEEssc91zI9Kgqv6NcP { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:31.3125rem;left:4.375rem;height:1.2749rem;font-style:normal;display:block; }
#qGcOaefuGXAKsT7v2WJphZd4SI41QAAP { box-sizing:content-box;height:15rem;width:20rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:18.8125rem;left:27.5rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#aDuBR6Lf0PuuOVLqFMCsQCaJX7LnCGa5 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:21.3125rem;left:28.75rem;height:7.7988125rem;font-style:normal;display:block; }
#nXcRwaIdUwLsbst3R9xJRpA90Ur3VilW { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:31.25rem;left:28.75rem;overflow:hidden;display:block; }
#whZWyksyJDHXtJ1GhFH9y1wUKOGSky0N { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15012;line-height:1.7;letter-spacing:0;top:31.3125rem;left:30.625rem;height:1.2749rem;font-style:normal;display:block; }
#cMO4DzrGEP78PZKJN0dMpVhZ9HNUJVeg { box-sizing:content-box;height:14.875rem;width:20rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:18.8125rem;left:53.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#ESeFd7HwTF8Elc3vQ4kS4XURUhUwwTk3 { position:absolute;display:block;z-index:15019;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:1.25rem;width:1.25rem;top:31.3125rem;left:55rem;overflow:hidden;display:block; }
#Jsaxf53GJNgKiDKWGresJm1XwToW2QUf { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15018;line-height:1.7;letter-spacing:0;top:31.3125rem;left:56.875rem;height:1.2749rem;font-style:normal;display:block; }
#T7X6TOzFT1tQCIPC1gIt04pvh8r4hNCk { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:21.3125rem;left:55rem;height:7.7988125rem;font-style:normal;display:block; }
#q52Jw6tHRBhEM36ttQcTCMbbecyF8oOt { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:21.3125rem;left:2.5rem;height:9.098625rem;font-style:normal;display:block; }
#hoiUPIzyOPv4HBJitk942WvppOOuCz1H { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:31.3125rem;left:18.75rem;overflow:hidden;display:block; }
#Uv3HKcxofyvhPGSdTmy1sEAZcO3No6nc { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:31.3125rem;left:45rem;overflow:hidden;display:block; }
#Ss26g16T6hwRUdqoRhsO1aIZy5haqBdm { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:31.3125rem;left:71.25rem;overflow:hidden;display:block; }
#uq5NLc726PXINCJLsZ3s0191RQDZzmky { color:rgba(var(--color-tertiary-0),1);display:block;width:51.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15085;line-height:1.3;letter-spacing:0;top:2.5rem;left:1.25rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HZWn9bI0V6VUlCyFN4M2R98ehQJQ4lQg { color:#ffffff;display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:2.5;letter-spacing:0;top:36.3125rem;left:18.75rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GC7MNpQsSUqqOQRBPqSrX3LOepq53mJC { background-color:rgba(var(--color-primary-2),1);background-image:none;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;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:2.5rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:36.375rem;left:1.25rem;display:block; }
#kVTKz7kC2HTWLlG1xA3yiHnFKRFv4Ui2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WDBK4EvUplAL1MbWFcvomhd2T6f9FmTJ { box-sizing:content-box;height:12.5rem;width:20rem;position:absolute;display:block;z-index:15087;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/280b974d-1247-46d5-ae90-8f2e00798dcb/8.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.5rem;left:1.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#WDBK4EvUplAL1MbWFcvomhd2T6f9FmTJ.adaptive-delivery-prevent-bg, #WDBK4EvUplAL1MbWFcvomhd2T6f9FmTJ.lazyload, #WDBK4EvUplAL1MbWFcvomhd2T6f9FmTJ.lazyloading { background-image: none; }
#LRFkmATOyJ0UZJn3SHORU1EdpsCdbF3s { box-sizing:content-box;height:12.5rem;width:20rem;position:absolute;display:block;z-index:15088;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/8f12273d-3c0d-4f99-902b-a1bc4ff4a640/20.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.5rem;left:27.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#LRFkmATOyJ0UZJn3SHORU1EdpsCdbF3s.adaptive-delivery-prevent-bg, #LRFkmATOyJ0UZJn3SHORU1EdpsCdbF3s.lazyload, #LRFkmATOyJ0UZJn3SHORU1EdpsCdbF3s.lazyloading { background-image: none; }
#p4sR92xGB2Xkfd23WblyRGgpVpUO6pNe { box-sizing:content-box;height:12.5rem;width:20rem;position:absolute;display:block;z-index:15089;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/a88a137c-b20c-4eac-8bed-1ad547b58a6a/21.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.5rem;left:53.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#p4sR92xGB2Xkfd23WblyRGgpVpUO6pNe.adaptive-delivery-prevent-bg, #p4sR92xGB2Xkfd23WblyRGgpVpUO6pNe.lazyload, #p4sR92xGB2Xkfd23WblyRGgpVpUO6pNe.lazyloading { background-image: none; }
#OQ1yP4BOxr5AW2EwJF3NghNtgPzRCefz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/25e74c87-94c2-44b3-9d1f-553ed65b94ff/ohme.jpeg");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; }#OQ1yP4BOxr5AW2EwJF3NghNtgPzRCefz.adaptive-delivery-prevent-bg, #OQ1yP4BOxr5AW2EwJF3NghNtgPzRCefz.lazyload, #OQ1yP4BOxr5AW2EwJF3NghNtgPzRCefz.lazyloading { background-image: none; }#OQ1yP4BOxr5AW2EwJF3NghNtgPzRCefz > .row .container { background-color: transparent; background-image: none; }#OQ1yP4BOxr5AW2EwJF3NghNtgPzRCefz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.19); }#OQ1yP4BOxr5AW2EwJF3NghNtgPzRCefz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQ1yP4BOxr5AW2EwJF3NghNtgPzRCefz > .row .container > .video-iframe-container { display: none; }#OQ1yP4BOxr5AW2EwJF3NghNtgPzRCefz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.19); }#OQ1yP4BOxr5AW2EwJF3NghNtgPzRCefz > .row > .video-iframe-container { display: none; }#OQ1yP4BOxr5AW2EwJF3NghNtgPzRCefz > .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); }#OQ1yP4BOxr5AW2EwJF3NghNtgPzRCefz > .row .container { border-width: 0; border-radius: 0; }#OQ1yP4BOxr5AW2EwJF3NghNtgPzRCefz::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; }#OQ1yP4BOxr5AW2EwJF3NghNtgPzRCefz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OQ1yP4BOxr5AW2EwJF3NghNtgPzRCefz > .row .container { font-size:0.875rem;font-family:arial;height:26.3125rem;width:75rem;position:relative;display:block; }#Xh81wK1AK5CRwHrr8aaRz2JhtL2wZ7OM { box-sizing:content-box;height:21.25rem;width:46.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),0.9);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5rem;left:27.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#wlVMI8PXmi7oyOTQfgEqSuFJNEHvNLiI { box-sizing:content-box;height:2.5rem;width:13.75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),0.1);background-image:none;top:5rem;left:30rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#J2DbphcgnOxZ7GN5LHWkn8BkTdgi7VQK { color:rgba(var(--color-tertiary-0),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:5.63720703125rem;left:30.9375rem;height:1.2246125rem;font-style:normal;display:block; }#J2DbphcgnOxZ7GN5LHWkn8BkTdgi7VQK li:not(:first-child){ padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#J2DbphcgnOxZ7GN5LHWkn8BkTdgi7VQK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_df75f24fc9e25e2693567924b2ba2018.svg); }
#I9GEJfqw34u7WWnxsZLmEcgbIE04ldAA { color:rgba(var(--color-tertiary-0),1);display:block;width:32.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:8.875rem;left:30rem;height:1.7871125rem;font-style:normal;display:block; }
#Nm2VZOnLvMrrRkd184STGiETNBfzNZce { color:rgba(var(--color-tertiary-0),1);display:block;width:35.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:12.4375rem;left:30rem;height:4.38720625rem;font-style:normal;display:block; }
#qC89EMT5TRfsse8QcrEN7XgciZRsN5m0 { background-color:rgba(var(--color-primary-2),1);background-image:none;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;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:2.5rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:18.75rem;left:30rem;display:block; }
#dZx5nvtF8uHM4zq6Lc3cQCthPhTK9FBs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HG8pocoKka9zeeFlpLUNEXQmNv2Oz96U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#HG8pocoKka9zeeFlpLUNEXQmNv2Oz96U > .row .container { background-color: transparent; background-image: none; }#HG8pocoKka9zeeFlpLUNEXQmNv2Oz96U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HG8pocoKka9zeeFlpLUNEXQmNv2Oz96U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HG8pocoKka9zeeFlpLUNEXQmNv2Oz96U > .row .container > .video-iframe-container { display: none; }#HG8pocoKka9zeeFlpLUNEXQmNv2Oz96U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HG8pocoKka9zeeFlpLUNEXQmNv2Oz96U > .row > .video-iframe-container { display: none; }#HG8pocoKka9zeeFlpLUNEXQmNv2Oz96U > .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); }#HG8pocoKka9zeeFlpLUNEXQmNv2Oz96U > .row .container { border-width: 0; border-radius: 0; }#HG8pocoKka9zeeFlpLUNEXQmNv2Oz96U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HG8pocoKka9zeeFlpLUNEXQmNv2Oz96U > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:75rem;position:relative;display:block; }#OABB7ibQUoTEbaBvlqRNzTehHakaMNge { box-sizing:content-box;height:30rem;width:31.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/9772b683-c1df-43b0-849b-2552affe4ad6/ohmecharger.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5rem;left:42.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#OABB7ibQUoTEbaBvlqRNzTehHakaMNge.adaptive-delivery-prevent-bg, #OABB7ibQUoTEbaBvlqRNzTehHakaMNge.lazyload, #OABB7ibQUoTEbaBvlqRNzTehHakaMNge.lazyloading { background-image: none; }
#KfkzTt2OhmgJru4G2Zk9TlRye79gGT07 { color:rgba(var(--color-primary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:2.4375rem;left:1.25rem;height:4.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M4lgs9CnWgi3KCE0uLCcXzeO96qB4Qs8 { color:rgba(var(--color-primary-4),1);display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:7.4375rem;left:1.25rem;height:18.1972875rem;font-style:normal;display:block; }
#CFKk2Qdr0decnn8hO2rmTGvEFB7y6bXo { color:rgba(var(--color-primary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:2.5;letter-spacing:0;top:29.9375rem;left:18.75rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#duZZCXOPMT3N1udN5QJqICGSuCU9TbUT { background-color:rgba(var(--color-primary-2),1);background-image:none;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;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:29.9375rem;left:1.25rem;display:block; }
#vNe7KbnWsHnH0rlVP8iUW4FekKP4iQt2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lHtpplD4WEq1OHBTC7vt7kyuc16JmRST { 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; }#lHtpplD4WEq1OHBTC7vt7kyuc16JmRST > .row .container { background-color: transparent; background-image: none; }#lHtpplD4WEq1OHBTC7vt7kyuc16JmRST::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHtpplD4WEq1OHBTC7vt7kyuc16JmRST > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHtpplD4WEq1OHBTC7vt7kyuc16JmRST > .row .container > .video-iframe-container { display: none; }#lHtpplD4WEq1OHBTC7vt7kyuc16JmRST > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHtpplD4WEq1OHBTC7vt7kyuc16JmRST > .row > .video-iframe-container { display: none; }#lHtpplD4WEq1OHBTC7vt7kyuc16JmRST > .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); }#lHtpplD4WEq1OHBTC7vt7kyuc16JmRST > .row .container { border-width: 0; border-radius: 0; }#lHtpplD4WEq1OHBTC7vt7kyuc16JmRST > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lHtpplD4WEq1OHBTC7vt7kyuc16JmRST > .row .container { font-size:0.875rem;font-family:arial;height:22.5rem;width:75rem;position:relative;display:block; }#wwFQplFH6R85nvd4nFTRSsCdsKiTBnRT { color:rgba(var(--color-secondary-3),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:2.5rem;left:1.375rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SuMhibFoX5V7rknxbCuIXaZFKGg5VElI { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15087;background-color:rgba(var(--color-secondary-0),0.45);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.5rem;left:1.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#xlNcoZ2fOxBRixfLDOpbKfibvIxklbz2 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:8.4375rem;left:2.1875rem; }
#lOTbeEMDLI2LmzMZDTcLSb8oziwciRiM { box-sizing:content-box;height:0.0625rem;width:17.5rem;position:absolute;display:block;z-index:15074;background-color:rgba(0,0,0,0.2);background-image:none;top:9.375rem;left:6.6875rem;display:block; }
#VcaAZ2kH34fdzfS8L0HCG5FQCly5Ma1R { color:#000000;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15090;line-height:1.3;letter-spacing:0;top:13.75rem;left:1.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dpxnc3Kw6lgbCLQROVyVWVUVJ9fZo7FP { color:rgba(0,0,0,0.9);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15091;line-height:1.3;letter-spacing:0;top:16.625rem;left:1.25rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#liTC7BIFDUPIQKgs2JZyoCLPWaMStJwK { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15089;background-color:rgba(var(--color-secondary-0),0.45);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.5rem;left:26.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#s0uPNiEHMcTxwFqAtdVQ7vg4bcfiETIq { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15090;opacity:1;top:8.4375rem;left:27.1875rem; }
#DM39BTW89IMGSXk1etlrOGq1uHz1NXKE { color:#000000;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15093;line-height:1.3;letter-spacing:0;top:16.625rem;left:26.25rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tLsTylBwC3wkvabQLI1EWFFxoPBmTGi0 { color:#000000;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15092;line-height:1.3;letter-spacing:0;top:13.75rem;left:26.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vU7mp6oAaqL8T5SMdSlfX3QBsIMLr0gm { color:#000000;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15098;line-height:1.3;letter-spacing:0;top:16.625rem;left:51.25rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ll7OPAtqHRT7J5PTFcFTn6AZKbFfWpmF { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15097;line-height:1.3;letter-spacing:0;top:13.75rem;left:51.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZnfXlDw9W3H4xGX7vEVN9ouWnuZrK2Ja { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15094;background-color:rgba(var(--color-secondary-0),0.45);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.5rem;left:51.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#yespxRiicSwDc0BsoZlTwvHhOw18ApNv { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15095;opacity:1;top:8.4375rem;left:52.1875rem; }
#QRFkAlHwyK1TSghBncBMgWelvfb0Gf7S { box-sizing:content-box;height:0.0625rem;width:17.5rem;position:absolute;display:block;z-index:15079;background-color:rgba(0,0,0,0.2);background-image:none;top:9.375rem;left:31.625rem;display:block; }
#tHBMXlKh5oMBIHtW4bIbyoS3blAnBeAp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#tHBMXlKh5oMBIHtW4bIbyoS3blAnBeAp > .row .container { background-color: transparent; background-image: none; }#tHBMXlKh5oMBIHtW4bIbyoS3blAnBeAp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tHBMXlKh5oMBIHtW4bIbyoS3blAnBeAp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tHBMXlKh5oMBIHtW4bIbyoS3blAnBeAp > .row .container > .video-iframe-container { display: none; }#tHBMXlKh5oMBIHtW4bIbyoS3blAnBeAp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tHBMXlKh5oMBIHtW4bIbyoS3blAnBeAp > .row > .video-iframe-container { display: none; }#tHBMXlKh5oMBIHtW4bIbyoS3blAnBeAp > .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); }#tHBMXlKh5oMBIHtW4bIbyoS3blAnBeAp > .row .container { border-width: 0; border-radius: 0; }#tHBMXlKh5oMBIHtW4bIbyoS3blAnBeAp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tHBMXlKh5oMBIHtW4bIbyoS3blAnBeAp > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#KBsTrlWLcknBoQuS7vtLSpVloNTcPm4z { color:rgba(var(--color-primary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:2.4375rem;left:1.25rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aoXKLy1kXuWlVCf2xJhxHrUx0m7rTVZn { box-sizing:content-box;height:20rem;width:32.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:8.6875rem;left:1.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#rskZq5q3wKsOucb9I3ZnAiQWgAkSG1uz { color:#1e1d1d;display:block;width:30.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15088;line-height:1.1;letter-spacing:0;top:5.625rem;left:1.25rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ceTy87xIG8SImkiiLVJr0qLz38S30p6k { color:#1e1d1d;display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15089;line-height:1.5;letter-spacing:0;top:9.9375rem;left:2.5rem;height:17.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#ceTy87xIG8SImkiiLVJr0qLz38S30p6k li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ceTy87xIG8SImkiiLVJr0qLz38S30p6k li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aee079b6fa236e49ebf79e08aa3415dc8520b5fe.svg); }
#R3Ehz9rROwxp18LPxx9PwCPgmVm5P6km { box-sizing:content-box;height:12.5rem;width:31.25rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:21.1875rem;left:42.5rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;display:block; }
#IpeDqX8SJJXSmyeu84F7DZeVftMT8fQ7 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15029;line-height:1.4;letter-spacing:0;top:22.4375rem;left:43.75rem;height:6.99950625rem;font-style:normal;display:block; }
#NqX0hmS11T59i29X7QcAHQTv4X4iCzCI { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:2.5;letter-spacing:0;top:29.9375rem;left:18.75rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xlxTfgFbMbo68taMi64tvAULGKGoiTsx { background-color:rgba(var(--color-primary-2),1);background-image:none;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;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(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:2.5625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:29.9375rem;left:1.25rem;display:block; }
#LsGeHInM2rmXhtDkAWaFuTe2OAxmV4sn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uysvBszeNeDl1rUHaqVrV9DD9dbve9wt { position:absolute;display:block;z-index:15027;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:1.25rem;width:1.25rem;top:31.1875rem;left:43.75rem;overflow:hidden;display:block; }
#gdflt61qTbHh2L5k28BDhUlSACXSE0IN { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15026;line-height:1.7;letter-spacing:0;top:31.1875rem;left:45.625rem;height:1.2749rem;font-style:normal;display:block; }
#VZTlUT9gEZ1B0L4MDDb2NHvt5p76ybce { color:rgba(var(--color-tertiary-4),0.2);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15027;line-height:1.7;letter-spacing:0;top:31.1875rem;left:60.9375rem;height:1.2749rem;font-style:normal;display:block; }
#fKsz1DQSAJQApiHiUimsagfMmMdq8IQT { position:absolute;display:block;z-index:15031;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:1.25rem;width:1.25rem;top:31.1875rem;left:71.25rem;overflow:hidden;display:block; }
#eoEKJqmlzHX00ll52Ff1dzhaDETMtPXV { box-sizing:content-box;height:18.75rem;width:31.25rem;position:absolute;display:block;z-index:15090;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/0d5e212d-e6c6-45c2-9052-93691242c7d6/15.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.4375rem;left:42.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:block; }#eoEKJqmlzHX00ll52Ff1dzhaDETMtPXV.adaptive-delivery-prevent-bg, #eoEKJqmlzHX00ll52Ff1dzhaDETMtPXV.lazyload, #eoEKJqmlzHX00ll52Ff1dzhaDETMtPXV.lazyloading { background-image: none; }
#domKXUP7tnxUARIzzX8bbcm8xqwbnOtl { 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; }#domKXUP7tnxUARIzzX8bbcm8xqwbnOtl > .row .container { background-color: transparent; background-image: none; }#domKXUP7tnxUARIzzX8bbcm8xqwbnOtl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#domKXUP7tnxUARIzzX8bbcm8xqwbnOtl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#domKXUP7tnxUARIzzX8bbcm8xqwbnOtl > .row .container > .video-iframe-container { display: none; }#domKXUP7tnxUARIzzX8bbcm8xqwbnOtl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#domKXUP7tnxUARIzzX8bbcm8xqwbnOtl > .row > .video-iframe-container { display: none; }#domKXUP7tnxUARIzzX8bbcm8xqwbnOtl > .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); }#domKXUP7tnxUARIzzX8bbcm8xqwbnOtl > .row .container { border-width: 0; border-radius: 0; }#domKXUP7tnxUARIzzX8bbcm8xqwbnOtl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#domKXUP7tnxUARIzzX8bbcm8xqwbnOtl > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:75rem;position:relative;display:block; }#ZNTzEPJ8qutU2PudED2FFaW1PSPfy9PL { color:rgba(var(--color-primary-4),1);display:block;width:51.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:2.4375rem;left:1.25rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q7v0hfm7XHL2yVm8P73AxQ73gl72HkKd { color:rgba(var(--color-primary-4),1);display:block;width:40.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15087;line-height:1.3;letter-spacing:0;top:6.1875rem;left:1.25rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RxTDctEMiFha8de7GJnutyeIcN2Rh2Jw { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15088;line-height:1.3;letter-spacing:0;top:12.5625rem;left:1.25rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sNILTRBU95Aq4WUVOi8SRRlTFwkH0oTX { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15089;line-height:1.3;letter-spacing:0;top:14.4375rem;left:1.25rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d58zqDMWkkrqplfwJKhdLOCO9O2WTKto { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15091;line-height:1.3;letter-spacing:0;top:23.1875rem;left:1.25rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mvpDxP68pOhC0TPlC1SFesvKJsc1FfIE { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15090;line-height:1.3;letter-spacing:0;top:21.3125rem;left:1.25rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UKEU9ziEhxONmAVu4mdsO3TM140PThFV { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15097;line-height:1.3;letter-spacing:0;top:23.0625rem;left:40rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VrZDBBKDt24brW8tT0EqHP5IV8g98vrm { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15096;line-height:1.3;letter-spacing:0;top:21.1875rem;left:40rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DipCh20dbn7rWLP4K5G7lTRIt1Ml98Vg { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15095;line-height:1.3;letter-spacing:0;top:14.3125rem;left:40rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PZOTh6L5J5X7SrQZ7wKkDqD63p5aBSTA { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15094;line-height:1.3;letter-spacing:0;top:12.4375rem;left:40rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A4P9INK8ltE2s66ICFDBZ2VtFPXbKI6u { box-sizing:content-box;height:0.0625rem;width:32.5rem;position:absolute;display:block;z-index:15075;background-color:rgba(0,0,0,0.1);background-image:none;top:20.0625rem;left:1.25rem;display:block; }
#gFPHttFpQFt12tqV6qhEvBbrQT3hkNlt { box-sizing:content-box;height:0.0625rem;width:32.5rem;position:absolute;display:block;z-index:15076;background-color:rgba(0,0,0,0.1);background-image:none;top:19.9375rem;left:40rem;display:block; }
#gQTkUzJteadVb885RbTfkLF4v38IIQF1 { box-sizing:content-box;height:0.0625rem;width:32.5rem;position:absolute;display:block;z-index:15076;background-color:rgba(0,0,0,0.1);background-image:none;top:11.3125rem;left:1.25rem;display:block; }
#TUUSQrbOWWTkbqRurRwNDIiTz3mkfPLR { box-sizing:content-box;height:0.0625rem;width:32.5rem;position:absolute;display:block;z-index:15077;background-color:rgba(0,0,0,0.1);background-image:none;top:11.1875rem;left:40rem;display:block; }
#tKC2sm7DH38qbqMAp5L7yMFrmidboDg3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#tKC2sm7DH38qbqMAp5L7yMFrmidboDg3 > .row .container { background-color: transparent; background-image: none; }#tKC2sm7DH38qbqMAp5L7yMFrmidboDg3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tKC2sm7DH38qbqMAp5L7yMFrmidboDg3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tKC2sm7DH38qbqMAp5L7yMFrmidboDg3 > .row .container > .video-iframe-container { display: none; }#tKC2sm7DH38qbqMAp5L7yMFrmidboDg3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tKC2sm7DH38qbqMAp5L7yMFrmidboDg3 > .row > .video-iframe-container { display: none; }#tKC2sm7DH38qbqMAp5L7yMFrmidboDg3 > .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); }#tKC2sm7DH38qbqMAp5L7yMFrmidboDg3 > .row .container { border-width: 0; border-radius: 0; }#tKC2sm7DH38qbqMAp5L7yMFrmidboDg3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tKC2sm7DH38qbqMAp5L7yMFrmidboDg3 > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#dNkwdAIVCadkWLaEaWtqoIduoRTTZlc0 { box-sizing:content-box;height:20rem;width:72.5rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/78cfe0a8-3303-49d4-a0db-234f211cdbc9/evchargerrepair7.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.375rem;left:1.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#dNkwdAIVCadkWLaEaWtqoIduoRTTZlc0.adaptive-delivery-prevent-bg, #dNkwdAIVCadkWLaEaWtqoIduoRTTZlc0.lazyload, #dNkwdAIVCadkWLaEaWtqoIduoRTTZlc0.lazyloading { background-image: none; }
#dNkwdAIVCadkWLaEaWtqoIduoRTTZlc0::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }#dNkwdAIVCadkWLaEaWtqoIduoRTTZlc0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.73); }#ZmNgO5zLd5fqcXqhKsTxa6wuqzHBgqkK { color:#ffffff;display:block;width:50.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15090;line-height:1.3;letter-spacing:0;top:6.6875rem;left:12.3125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EahxkPJwGlbbQToTTGu6TuhwAXu30fEA { color:#ffffff;display:block;width:38.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15090;line-height:1.3;letter-spacing:0;top:9.875rem;left:18.75rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZLRCxrW7BvqtJe1gHlDQyfmqCirOhEpT { background-color:rgba(var(--color-primary-2),1);background-image:none;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;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:2.5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:13.625rem;left:25rem;display:block; }
#cJBXCX3VHOoAmB03WETSO64TXIBPvwcc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kl216PqmC56P7RgqPlk0vq5I08whmgVM { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:17.125rem;left:28.75rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jkf8iS5LlibFEaDM0wQU8Qbq2r3ciIsT { 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; }#Jkf8iS5LlibFEaDM0wQU8Qbq2r3ciIsT > .row .container { background-color: transparent; background-image: none; }#Jkf8iS5LlibFEaDM0wQU8Qbq2r3ciIsT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jkf8iS5LlibFEaDM0wQU8Qbq2r3ciIsT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jkf8iS5LlibFEaDM0wQU8Qbq2r3ciIsT > .row .container > .video-iframe-container { display: none; }#Jkf8iS5LlibFEaDM0wQU8Qbq2r3ciIsT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jkf8iS5LlibFEaDM0wQU8Qbq2r3ciIsT > .row > .video-iframe-container { display: none; }#Jkf8iS5LlibFEaDM0wQU8Qbq2r3ciIsT > .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); }#Jkf8iS5LlibFEaDM0wQU8Qbq2r3ciIsT > .row .container { border-width: 0; border-radius: 0; }#Jkf8iS5LlibFEaDM0wQU8Qbq2r3ciIsT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jkf8iS5LlibFEaDM0wQU8Qbq2r3ciIsT > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:75rem;position:relative;display:block; }#lk4OTiwpJxLczyIEVMpHnRIMCxhlTl58 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:12.5625rem;left:1.25rem;height:1.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NWxW87M6NxVT6bvnQf9Jd2e7Flsa6Xv3 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:12.625rem;left:49.6875rem;height:1.22504375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f3NxLO1IRTgEemI3sMTx7xkMdPTir7U7 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:12.625rem;left:57.1875rem;height:1.22504375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bPw52cbhnMNFfS4Cr2h6fltU9lM3trvy { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:12.625rem;left:67.1875rem;height:1.22504375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RPaNoNMNNBbVTSUXuqIa84QM5vOHcDka { position:absolute;display:block;z-index:15078;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.0625rem;width:6.125rem;top:1.1875rem;left:1.25rem;overflow:hidden;display:block; }
#eJcwGDlAa6WCINJTA2Mmk4XL3KGwMZz0 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:5.0625rem;left:1.25rem;height:5.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bfmPiN5u7PtavbugTp25hcFpz36nptvg { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:2.5625rem;left:28.75rem;height:7.43653125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o07xWzDoWTvaoHgS5H1GuOam1iuTEo8w { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:2.5rem;left:58.75rem;height:1.48763125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#dtWZTTphUoZpTwIaZuUnrHlxyDOHUw8T { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:10.5625rem;top:4rem;left:63.25rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ANa1xUMyXn8oMGoq2ncROLSw30ITTgob { display:block; }#ANa1xUMyXn8oMGoq2ncROLSw30ITTgob > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tAy21BJcRdWLt9a18gnDp4yMUk3Dk7nh { width:10.3125rem;height:1.75rem;top:2.625rem;left:37.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LldhH0p38d6TOWF1bRGptiyiDd4kLmeW { width:3.125rem;height:3.125rem;display:none; }
#LldhH0p38d6TOWF1bRGptiyiDd4kLmeW > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #So2O1tIvzicu1LhELLVNzgWJB2t3Mppo { width:10.3125rem;height:1.75rem;top:2.625rem;left:37.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ohEVF4hT0HdVksU800sTUi01AJRqo4DX { width:12.5rem;height:1.25rem;top:1.1875rem;left:35.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uk8VZs6EaabogK0TJGAKsLlKso7mznTT { top:2.5rem;left:31.4375rem;width:16.3125rem;height:2.4375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2fcCSlWJtDvh3RXfIa2Lkq8unOCDaKP { top:2rem;left:36.375rem;width:5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcZT4XAIxz2MoMwcGdbdcC1CNs9xTZUV { top:4.6875rem;left:36.375rem;width:4.5625rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ws9ggVuKsvel3e1E5Q1TPTg18TC9y7Ir { width:11.1875rem;height:3.1875rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be9GVmII8psqsTgT2932eqDpFpTIlP9h { top:2.0625rem;left:25.625rem;width:5.75rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcGkQwG5okxXDJKMF2COsJzETbKt0Zcb { top:4.5rem;left:26rem;width:4.5625rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yymqsR9v2TxdoAsxdXAViZiG0HugSl0x { top:1.25rem;left:33.75rem;width:0.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lG54ipnfa5N42a32P6KyAGMyG5Byx8ke { top:1.25rem;left:22.5625rem;width:0.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhxSzJGDwTHZ2x1PV2ogtvOboC7VOyas { width:4.375rem;height:3.3125rem;top:2rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJPJD3c8z38A3SuM1UIczu3TpxdZnXSm { width:5.875rem;height:2.5rem;top:2.5rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFS3QrhPWvVWUH8O0cwgl6qEPSlsXfhZ { top:1.25rem;left:12.5625rem;width:0.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0vy6ICaZSfdRB1Uz0kwfUoxScsATuVC { top:1.25rem;left:12.5625rem;width:0.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZDv4fy70Z72uqqTTzpatqWtGRWmiAy7 { top:1.25rem;left:0.0625rem;width:0.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJvi1m5Gf8c145KNNBCfnIZLdsCxHeoL { top:1.25rem;left:0.0625rem;width:0.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztiHs0z8Xg1EECSIlH9aMrEdMF4RaV2A { display:none; }#ztiHs0z8Xg1EECSIlH9aMrEdMF4RaV2A > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AH7z4n9Hevzunn0W9ASFf683rbQEsW2L { top:10rem;left:0rem;width:35.5rem;height:10.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TAFU4N3F6nUQXHN47crekGZluNBNwXLz { width:6.6875rem;height:1.9375rem;top:6.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WtHN9FHb8ZBT9qWe2cR1gsU54NSegzBy { width:6.6875rem;height:1.9375rem;top:6.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FmNGCuEb54LHX8SP3BwBre0iMKpDvuOX { top:10rem;left:0rem;width:35.5rem;height:10.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #r173IkIHQgiv7T0LWDNeamav3IJeAI6b { display:block; }#r173IkIHQgiv7T0LWDNeamav3IJeAI6b > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ELxQH4p9Mr4BNFUnfSeZPTAB8i1CzqZG { top:6.375rem;left:0rem;width:32.4375rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCMmwZROv3cGW6MXVknNra7hu0DTQ3vB { top:10rem;left:0rem;width:35.5rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUWDdtTMIc11sJgmr10Vi4c5Wo2DBFGO { top:36.25rem;left:0rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbRZhdX3Xnn2RBcugFtqOLJ50t9fSJJX { top:36.25rem;left:5.125rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rx5W8Qwk1sbL6BpIi2luJkDfUczcuOBT { top:37.5rem;left:7.625rem;width:16.1875rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9yFiI0g5JwbNo3ULn2Kn6wfyBRzTl3r { top:46.25rem;left:7.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qs4KN6mFUKHFt8hsFprlp3VEdwBy19Ho { top:46.25rem;left:9.5rem;width:11rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AisQTQWbmR4h5x4BJSPsKnDdC3OMGuhB { top:46.25rem;left:22.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1cDAgLTy5HyEXmF6KeRtMEcoMsw2d8T { width:4.9375rem;height:1.1875rem;top:3.125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFKLT5eG5EhrNM3EQCI2pXxQik1SRSLC { width:6.8125rem;height:;top:3.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8sE57qNTQhFAddIIfqamTnk5N9Jkwa9 { width:5.8125rem;height:0.875rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iO1aSTWKxkTQV5H73rfuByDSQOrxh3at { width:4.5rem;height:1.1875rem;top:3.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3RPDIu9s7FM2fm9vZxBoUmOm6ACrr40 { top:2.5rem;left:0rem;width:25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKllo7xEP6O1539oQNqQonZFBr9fa0wm { top:2.5rem;left:22.75rem;width:25rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxkBXA8Vs0N6Bun41ZZyEJefsMUNaMgN { top:3.75rem;left:25.5rem;width:22.25rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNrur1mQfeO4bv6TRH8olnLabOAd4dNO { top:20rem;left:0rem;width:35rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwKSxuCF8FtUyog1owhtdHwby5yEwqgk { top:26.1875rem;left:0rem;width:10.6875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Po5kOewpoXp46TovnhpynUMZzErsBhI1 { top:26.1875rem;left:20.125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb0eZd1Ze2hTzmq45dgN4KM7OZrg3Pxg { top:21.1875rem;left:0rem;width:32.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcX9fJ2aCacZTIVLDLa3QNRrB4WkbkvK { top:26.1875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7qTcL1Hlc5D3ACxuhQVq6u9RhD7qAhU { top:26.1875rem;left:6.0625rem;width:10.625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4y9HOA7LwDeL4De4D0wNa36zEACkWnB { width:6.6875rem;height:1.9375rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3xM07F3h9FnUzAXiI7I64xgTUtvaSWf { top:1.25rem;left:0rem;width:16.25rem;height:;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hW6L4amO5n2eZ0tIrHtwVTcxTOtbcAqL { top:3.75rem;left:0rem;width:20rem;height:5.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KCnCFKGcT0Gws56UWuSUZCQmqygVqaEL { display:none; }#KCnCFKGcT0Gws56UWuSUZCQmqygVqaEL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Q6Quwt0yBLowcAsn1JRXQaqSi6zyXzn4 { width:5.375rem;height:2.5625rem;top:1rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucxhC918H1UR3soRJeiJKqfTNRsg0U81 { width:3.9375rem;height:2.1875rem;top:1.1875rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #teiSPNxaTFT4aR21Nkspt6k5CrMcnm2N { width:4.6875rem;height:2.25rem;top:1.25rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cndrZwC1ckTRTVSs2yzn7MT52APfiK79 { width:4.125rem;height:2.375rem;top:1.0625rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRJbzRTRuuKawnX1bTDyEIBQy7Gs7KD4 { width:5.875rem;height:2rem;top:1.3125rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p93UvNcRefFXWzhvTOe4f0Dk12LnNFBu { width:3.125rem;height:3.125rem;top:0.6875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLbqIkPRfCaxgvaZy6ICJvPxbtGp1qQc { display:block; }#wLbqIkPRfCaxgvaZy6ICJvPxbtGp1qQc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mBLaN11eAdNgPdnsfpZvDRghPVQoTCyM { top:2.5rem;left:0rem;width:34.9375rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNgpUwfv9QxytKTWx4Adn4iFxFQR81FF { top:2.5rem;left:12.8125rem;width:34.9375rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRCxhU7FkfxfyKsVyLiPtdzcrhOMeJiZ { top:13.75rem;left:4.4375rem;width:14.4375rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV1ZcWxOFG9nUVdgbgcclFtohNW34I5G { top:13.0625rem;left:30.375rem;width:10.375rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlB5PdGXrE9TMzmkIWzbg4BWMusAlOIL { top:5rem;left:0rem;width:27.5rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCWySBzx0qdlM8DC9AVStzlBQHm9RPeh { top:8.125rem;left:0.6875rem;width:21.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTBPKQq7pb7a7tQZEK4SJ9h4ETmlL3Fv { top:5.375rem;left:20.25rem;width:27.5rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7F81xlofJk7rHgfeKdyUzPTp5Pw0tMh { top:8.125rem;left:24.5625rem;width:21.375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9yf1lRV8QLOEg8vlCKxR6UwIPJlwLUT { top:35.625rem;left:0rem;width:30.5625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uc6BA9Bh2M9rOaFe12p1kUJkfJ7i0xsw { top:35.625rem;left:17.1875rem;width:30.5625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfK7ZOaMglDHAL4HOF2P8zB61Blw3iS1 { width:16.4375rem;height:2.5rem;top:30rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgzEOvzWzup1z7JAIMPueJah4L3HMzSe { display:block; }
 }@media only screen and (max-width: 763px) { #scxdFMcKFWiUMD212NJJb27LuC6kR2bA { width:16.25rem;height:2.5rem;top:30rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEXQT2aFy4lrZszcw9GyRN0kovQ0Wl5q { display:block; }
 }@media only screen and (max-width: 763px) { #gcubSvUcVuxbNcmguBHZOyZdTe76iZG8 { display:block; }#gcubSvUcVuxbNcmguBHZOyZdTe76iZG8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cEA3rxzx8WasgyWPQkOJ148qN99ishSa { top:18.8125rem;left:0rem;width:20rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mh8IRVXuGZ45H7Vi1eTUPPWrGWPIJteE { top:31.3125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GirszTDnkUy8tJEEssc91zI9Kgqv6NcP { top:31.3125rem;left:0rem;width:14.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGcOaefuGXAKsT7v2WJphZd4SI41QAAP { top:18.8125rem;left:11.75rem;width:20rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDuBR6Lf0PuuOVLqFMCsQCaJX7LnCGa5 { top:21.3125rem;left:14.25rem;width:17.5rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXcRwaIdUwLsbst3R9xJRpA90Ur3VilW { top:31.25rem;left:15.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #whZWyksyJDHXtJ1GhFH9y1wUKOGSky0N { top:31.3125rem;left:16.9375rem;width:14.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMO4DzrGEP78PZKJN0dMpVhZ9HNUJVeg { top:18.8125rem;left:27.625rem;width:20rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESeFd7HwTF8Elc3vQ4kS4XURUhUwwTk3 { top:31.3125rem;left:32.1875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jsaxf53GJNgKiDKWGresJm1XwToW2QUf { top:31.3125rem;left:33.125rem;width:14.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7X6TOzFT1tQCIPC1gIt04pvh8r4hNCk { top:21.3125rem;left:30.125rem;width:17.5rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q52Jw6tHRBhEM36ttQcTCMbbecyF8oOt { top:21.3125rem;left:0rem;width:17.5rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoiUPIzyOPv4HBJitk942WvppOOuCz1H { top:31.3125rem;left:14.1875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uv3HKcxofyvhPGSdTmy1sEAZcO3No6nc { top:31.3125rem;left:30.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ss26g16T6hwRUdqoRhsO1aIZy5haqBdm { top:31.3125rem;left:46.375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uq5NLc726PXINCJLsZ3s0191RQDZzmky { top:2.5rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZWn9bI0V6VUlCyFN4M2R98ehQJQ4lQg { top:36.3125rem;left:0.75rem;width:15.125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GC7MNpQsSUqqOQRBPqSrX3LOepq53mJC { width:16.4375rem;height:2.5rem;top:36.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVTKz7kC2HTWLlG1xA3yiHnFKRFv4Ui2 { display:block; }
 }@media only screen and (max-width: 763px) { #WDBK4EvUplAL1MbWFcvomhd2T6f9FmTJ { top:7.5rem;left:0rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRFkmATOyJ0UZJn3SHORU1EdpsCdbF3s { top:7.5rem;left:11.75rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4sR92xGB2Xkfd23WblyRGgpVpUO6pNe { top:7.5rem;left:27.625rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQ1yP4BOxr5AW2EwJF3NghNtgPzRCefz { display:block; }#OQ1yP4BOxr5AW2EwJF3NghNtgPzRCefz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xh81wK1AK5CRwHrr8aaRz2JhtL2wZ7OM { top:2.5rem;left:1.5rem;width:46.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlVMI8PXmi7oyOTQfgEqSuFJNEHvNLiI { top:5rem;left:16.375rem;width:13.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2DbphcgnOxZ7GN5LHWkn8BkTdgi7VQK { width:11.75rem;height:1.25rem;top:5.625rem;left:17.3125rem;font-size:0.875rem;display:block; }#J2DbphcgnOxZ7GN5LHWkn8BkTdgi7VQK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_df75f24fc9e25e2693567924b2ba2018.svg); }
 }@media only screen and (max-width: 763px) { #I9GEJfqw34u7WWnxsZLmEcgbIE04ldAA { top:8.875rem;left:15.3125rem;width:32.4375rem;height:1.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm2VZOnLvMrrRkd184STGiETNBfzNZce { top:12.4375rem;left:12.25rem;width:35.5rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qC89EMT5TRfsse8QcrEN7XgciZRsN5m0 { width:16.4375rem;height:2.5rem;top:18.75rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZx5nvtF8uHM4zq6Lc3cQCthPhTK9FBs { display:block; }
 }@media only screen and (max-width: 763px) { #HG8pocoKka9zeeFlpLUNEXQmNv2Oz96U { display:block; }#HG8pocoKka9zeeFlpLUNEXQmNv2Oz96U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OABB7ibQUoTEbaBvlqRNzTehHakaMNge { top:2.5rem;left:16.5rem;width:31.25rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfkzTt2OhmgJru4G2Zk9TlRye79gGT07 { top:2.4375rem;left:0rem;width:33.75rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4lgs9CnWgi3KCE0uLCcXzeO96qB4Qs8 { top:7.4375rem;left:0rem;width:30.5rem;height:18.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFKk2Qdr0decnn8hO2rmTGvEFB7y6bXo { top:29.9375rem;left:5.125rem;width:15.125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #duZZCXOPMT3N1udN5QJqICGSuCU9TbUT { width:16.25rem;height:2.5rem;top:29.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNe7KbnWsHnH0rlVP8iUW4FekKP4iQt2 { display:block; }
 }@media only screen and (max-width: 763px) { #lHtpplD4WEq1OHBTC7vt7kyuc16JmRST { display:block; }#lHtpplD4WEq1OHBTC7vt7kyuc16JmRST > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wwFQplFH6R85nvd4nFTRSsCdsKiTBnRT { top:2.5rem;left:0rem;width:37.5rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuMhibFoX5V7rknxbCuIXaZFKGg5VElI { top:7.5rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlNcoZ2fOxBRixfLDOpbKfibvIxklbz2 { top:8.4375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOTbeEMDLI2LmzMZDTcLSb8oziwciRiM { top:9.375rem;left:0rem;width:17.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcaAZ2kH34fdzfS8L0HCG5FQCly5Ma1R { top:13.75rem;left:0rem;width:17.125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpxnc3Kw6lgbCLQROVyVWVUVJ9fZo7FP { top:16.625rem;left:0rem;width:17.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #liTC7BIFDUPIQKgs2JZyoCLPWaMStJwK { top:7.5rem;left:12.625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0uPNiEHMcTxwFqAtdVQ7vg4bcfiETIq { top:8.4375rem;left:13.5625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DM39BTW89IMGSXk1etlrOGq1uHz1NXKE { top:16.625rem;left:12.625rem;width:17.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLsTylBwC3wkvabQLI1EWFFxoPBmTGi0 { top:13.75rem;left:12.625rem;width:17.125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vU7mp6oAaqL8T5SMdSlfX3QBsIMLr0gm { top:16.625rem;left:30.25rem;width:17.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ll7OPAtqHRT7J5PTFcFTn6AZKbFfWpmF { top:13.75rem;left:28.1875rem;width:19.5625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnfXlDw9W3H4xGX7vEVN9ouWnuZrK2Ja { top:7.5rem;left:37.625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yespxRiicSwDc0BsoZlTwvHhOw18ApNv { top:8.4375rem;left:38.5625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRFkAlHwyK1TSghBncBMgWelvfb0Gf7S { top:9.375rem;left:18rem;width:17.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHBMXlKh5oMBIHtW4bIbyoS3blAnBeAp { display:block; }#tHBMXlKh5oMBIHtW4bIbyoS3blAnBeAp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KBsTrlWLcknBoQuS7vtLSpVloNTcPm4z { top:2.4375rem;left:0rem;width:32.5625rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoXKLy1kXuWlVCf2xJhxHrUx0m7rTVZn { top:8.6875rem;left:0rem;width:32.5rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #rskZq5q3wKsOucb9I3ZnAiQWgAkSG1uz { top:5.625rem;left:0rem;width:30.125rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceTy87xIG8SImkiiLVJr0qLz38S30p6k { top:9.9375rem;left:0rem;width:27.6875rem;height:17.4375rem;font-size:1rem;display:block; }#ceTy87xIG8SImkiiLVJr0qLz38S30p6k li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aee079b6fa236e49ebf79e08aa3415dc8520b5fe.svg); }
 }@media only screen and (max-width: 763px) { #R3Ehz9rROwxp18LPxx9PwCPgmVm5P6km { top:21.1875rem;left:16.5rem;width:31.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpeDqX8SJJXSmyeu84F7DZeVftMT8fQ7 { top:22.4375rem;left:18.9375rem;width:28.8125rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqX0hmS11T59i29X7QcAHQTv4X4iCzCI { top:29.9375rem;left:8.75rem;width:15.125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlxTfgFbMbo68taMi64tvAULGKGoiTsx { width:16.4375rem;height:2.5625rem;top:29.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsGeHInM2rmXhtDkAWaFuTe2OAxmV4sn { display:block; }
 }@media only screen and (max-width: 763px) { #uysvBszeNeDl1rUHaqVrV9DD9dbve9wt { top:31.1875rem;left:23.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdflt61qTbHh2L5k28BDhUlSACXSE0IN { top:31.1875rem;left:25.1875rem;width:10.6875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZTlUT9gEZ1B0L4MDDb2NHvt5p76ybce { top:31.1875rem;left:37.125rem;width:10.625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKsz1DQSAJQApiHiUimsagfMmMdq8IQT { top:31.1875rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoEKJqmlzHX00ll52Ff1dzhaDETMtPXV { top:2.4375rem;left:16.5rem;width:31.25rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #domKXUP7tnxUARIzzX8bbcm8xqwbnOtl { display:block; }#domKXUP7tnxUARIzzX8bbcm8xqwbnOtl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZNTzEPJ8qutU2PudED2FFaW1PSPfy9PL { top:2.4375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7v0hfm7XHL2yVm8P73AxQ73gl72HkKd { top:6.1875rem;left:0rem;width:40.0625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxTDctEMiFha8de7GJnutyeIcN2Rh2Jw { top:12.5625rem;left:0rem;width:32.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNILTRBU95Aq4WUVOi8SRRlTFwkH0oTX { top:14.4375rem;left:0rem;width:32.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d58zqDMWkkrqplfwJKhdLOCO9O2WTKto { top:23.1875rem;left:0rem;width:32.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvpDxP68pOhC0TPlC1SFesvKJsc1FfIE { top:21.3125rem;left:0rem;width:32.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKEU9ziEhxONmAVu4mdsO3TM140PThFV { top:23.0625rem;left:15.25rem;width:32.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrZDBBKDt24brW8tT0EqHP5IV8g98vrm { top:21.1875rem;left:15.25rem;width:32.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DipCh20dbn7rWLP4K5G7lTRIt1Ml98Vg { top:14.3125rem;left:15.25rem;width:32.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZOTh6L5J5X7SrQZ7wKkDqD63p5aBSTA { top:12.4375rem;left:15.25rem;width:32.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4P9INK8ltE2s66ICFDBZ2VtFPXbKI6u { top:20.0625rem;left:0rem;width:32.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFPHttFpQFt12tqV6qhEvBbrQT3hkNlt { top:19.9375rem;left:15.25rem;width:32.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQTkUzJteadVb885RbTfkLF4v38IIQF1 { top:11.3125rem;left:0rem;width:32.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUUSQrbOWWTkbqRurRwNDIiTz3mkfPLR { top:11.1875rem;left:15.25rem;width:32.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKC2sm7DH38qbqMAp5L7yMFrmidboDg3 { display:block; }#tKC2sm7DH38qbqMAp5L7yMFrmidboDg3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dNkwdAIVCadkWLaEaWtqoIduoRTTZlc0 { top:2.375rem;left:0rem;width:47.75rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmNgO5zLd5fqcXqhKsTxa6wuqzHBgqkK { top:6.6875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EahxkPJwGlbbQToTTGu6TuhwAXu30fEA { top:9.875rem;left:5.125rem;width:38.4375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLRCxrW7BvqtJe1gHlDQyfmqCirOhEpT { width:25rem;height:2.5rem;top:13.625rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJBXCX3VHOoAmB03WETSO64TXIBPvwcc { display:block; }
 }@media only screen and (max-width: 763px) { #kl216PqmC56P7RgqPlk0vq5I08whmgVM { top:17.125rem;left:15.125rem;width:17.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jkf8iS5LlibFEaDM0wQU8Qbq2r3ciIsT { display:block; }#Jkf8iS5LlibFEaDM0wQU8Qbq2r3ciIsT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lk4OTiwpJxLczyIEVMpHnRIMCxhlTl58 { top:12.5625rem;left:0rem;width:22.5rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWxW87M6NxVT6bvnQf9Jd2e7Flsa6Xv3 { top:12.625rem;left:36.0625rem;width:8.5rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3NxLO1IRTgEemI3sMTx7xkMdPTir7U7 { top:12.625rem;left:37.125rem;width:10.625rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPw52cbhnMNFfS4Cr2h6fltU9lM3trvy { top:12.625rem;left:41.1875rem;width:6.5625rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPaNoNMNNBbVTSUXuqIa84QM5vOHcDka { top:1.1875rem;left:0rem;width:6.125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJcwGDlAa6WCINJTA2Mmk4XL3KGwMZz0 { top:5.0625rem;left:0rem;width:20rem;height:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfmPiN5u7PtavbugTp25hcFpz36nptvg { top:2.5625rem;left:15.125rem;width:20.5625rem;height:7.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o07xWzDoWTvaoHgS5H1GuOam1iuTEo8w { top:2.5rem;left:32.75rem;width:15rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtWZTTphUoZpTwIaZuUnrHlxyDOHUw8T { top:4rem;left:37.1875rem;width:10.5625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ANa1xUMyXn8oMGoq2ncROLSw30ITTgob { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#ANa1xUMyXn8oMGoq2ncROLSw30ITTgob > .row .container { background-color: transparent; background-image: none; }#ANa1xUMyXn8oMGoq2ncROLSw30ITTgob::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ANa1xUMyXn8oMGoq2ncROLSw30ITTgob > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ANa1xUMyXn8oMGoq2ncROLSw30ITTgob > .row .container > .video-iframe-container { display: none; }#ANa1xUMyXn8oMGoq2ncROLSw30ITTgob > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ANa1xUMyXn8oMGoq2ncROLSw30ITTgob > .row > .video-iframe-container { display: none; }#ANa1xUMyXn8oMGoq2ncROLSw30ITTgob > .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); }#ANa1xUMyXn8oMGoq2ncROLSw30ITTgob > .row .container { border-width: 0; border-radius: 0; }#ANa1xUMyXn8oMGoq2ncROLSw30ITTgob > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ANa1xUMyXn8oMGoq2ncROLSw30ITTgob > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tAy21BJcRdWLt9a18gnDp4yMUk3Dk7nh { width:10.3125rem;height:0;top:9.13671875rem;left:4.84375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #LldhH0p38d6TOWF1bRGptiyiDd4kLmeW { display:flex;top:0.75rem;left:16.875rem;width:3.125rem;height:3.125rem;z-index:15003;display:none; }
#LldhH0p38d6TOWF1bRGptiyiDd4kLmeW > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #So2O1tIvzicu1LhELLVNzgWJB2t3Mppo { width:10.3125rem;height:0;top:13.375rem;left:4.875rem;font-size:1.375rem;z-index:15001;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ohEVF4hT0HdVksU800sTUi01AJRqo4DX { width:12.5rem;height:0;top:14.0625rem;left:3.75rem;font-size:1rem;z-index:15002;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Uk8VZs6EaabogK0TJGAKsLlKso7mznTT { width:13.625rem;height:0;top:10.625rem;left:3.1875rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #X2fcCSlWJtDvh3RXfIa2Lkq8unOCDaKP { width:5rem;height:2.1875rem;top:1.375rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcZT4XAIxz2MoMwcGdbdcC1CNs9xTZUV { width:4.5625rem;height:0.875rem;top:4.0625rem;left:12.5rem;font-size:0.625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ws9ggVuKsvel3e1E5Q1TPTg18TC9y7Ir { width:9.75rem;height:2.6875rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be9GVmII8psqsTgT2932eqDpFpTIlP9h { width:5.75rem;height:2.3125rem;top:5.75rem;left:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #BcGkQwG5okxXDJKMF2COsJzETbKt0Zcb { width:4.5625rem;height:0;top:8.25rem;left:2.375rem;font-size:0.625rem;text-align:left;text-align-last:left;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #yymqsR9v2TxdoAsxdXAViZiG0HugSl0x { width:0.0625rem;height:5rem;top:1.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lG54ipnfa5N42a32P6KyAGMyG5Byx8ke { width:0.0625rem;height:5rem;top:1.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QhxSzJGDwTHZ2x1PV2ogtvOboC7VOyas { width:4.375rem;height:3.3125rem;top:0.96875rem;left:13.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XJPJD3c8z38A3SuM1UIczu3TpxdZnXSm { width:5.875rem;height:2.5rem;top:2.5rem;left:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cFS3QrhPWvVWUH8O0cwgl6qEPSlsXfhZ { width:0.0625rem;height:5rem;top:1.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #F0vy6ICaZSfdRB1Uz0kwfUoxScsATuVC { width:0.0625rem;height:5rem;top:1.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KZDv4fy70Z72uqqTTzpatqWtGRWmiAy7 { width:0.0625rem;height:5rem;top:1.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fJvi1m5Gf8c145KNNBCfnIZLdsCxHeoL { width:0.0625rem;height:5rem;top:1.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ztiHs0z8Xg1EECSIlH9aMrEdMF4RaV2A { background-color:rgba(var(--color-primary-4),0.7);background-image:url("https://images.assets-landingi.com/uc/da0b592d-02f7-4f59-b0cf-8a7d1eef3b10/EdengroupxOhme1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ztiHs0z8Xg1EECSIlH9aMrEdMF4RaV2A.adaptive-delivery-prevent-bg, #ztiHs0z8Xg1EECSIlH9aMrEdMF4RaV2A.lazyload, #ztiHs0z8Xg1EECSIlH9aMrEdMF4RaV2A.lazyloading { background-image: none; }#ztiHs0z8Xg1EECSIlH9aMrEdMF4RaV2A > .row .container { background-color: transparent; background-image: none; }#ztiHs0z8Xg1EECSIlH9aMrEdMF4RaV2A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztiHs0z8Xg1EECSIlH9aMrEdMF4RaV2A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztiHs0z8Xg1EECSIlH9aMrEdMF4RaV2A > .row .container > .video-iframe-container { display: none; }#ztiHs0z8Xg1EECSIlH9aMrEdMF4RaV2A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztiHs0z8Xg1EECSIlH9aMrEdMF4RaV2A > .row > .video-iframe-container { display: none; }#ztiHs0z8Xg1EECSIlH9aMrEdMF4RaV2A > .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); }#ztiHs0z8Xg1EECSIlH9aMrEdMF4RaV2A > .row .container { border-width: 0; border-radius: 0; }#ztiHs0z8Xg1EECSIlH9aMrEdMF4RaV2A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ztiHs0z8Xg1EECSIlH9aMrEdMF4RaV2A > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AH7z4n9Hevzunn0W9ASFf683rbQEsW2L { width:20rem;height:0;top:6.6875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;color:rgba(var(--color-tertiary-2),1);z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #TAFU4N3F6nUQXHN47crekGZluNBNwXLz { width:5.9375rem;height:1.8125rem;top:6.5rem;left:9.1875rem;overflow:hidden;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #WtHN9FHb8ZBT9qWe2cR1gsU54NSegzBy { width:5.9375rem;height:1.8125rem;top:7.875rem;left:7rem;overflow:hidden;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #FmNGCuEb54LHX8SP3BwBre0iMKpDvuOX { width:20rem;height:0;top:4.6875rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;color:rgba(var(--color-secondary-2),1);z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #r173IkIHQgiv7T0LWDNeamav3IJeAI6b { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/604e6926-fb9e-4cb1-b1c6-721c531d02e7/electricalgrid.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#r173IkIHQgiv7T0LWDNeamav3IJeAI6b.adaptive-delivery-prevent-bg, #r173IkIHQgiv7T0LWDNeamav3IJeAI6b.lazyload, #r173IkIHQgiv7T0LWDNeamav3IJeAI6b.lazyloading { background-image: none; }#r173IkIHQgiv7T0LWDNeamav3IJeAI6b > .row .container { background-color: transparent; background-image: none; }#r173IkIHQgiv7T0LWDNeamav3IJeAI6b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#r173IkIHQgiv7T0LWDNeamav3IJeAI6b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r173IkIHQgiv7T0LWDNeamav3IJeAI6b > .row .container > .video-iframe-container { display: none; }#r173IkIHQgiv7T0LWDNeamav3IJeAI6b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#r173IkIHQgiv7T0LWDNeamav3IJeAI6b > .row > .video-iframe-container { display: none; }#r173IkIHQgiv7T0LWDNeamav3IJeAI6b > .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); }#r173IkIHQgiv7T0LWDNeamav3IJeAI6b > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ELxQH4p9Mr4BNFUnfSeZPTAB8i1CzqZG { width:12.5rem;height:0;top:4.3125rem;left:3.75rem;font-size:1.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:rgba(var(--color-secondary-2),1);display:none; }
 }@media only screen and (max-width: 763px) { #UCMmwZROv3cGW6MXVknNra7hu0DTQ3vB { width:20rem;height:0;top:8.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;color:rgba(var(--color-secondary-2),1);display:none; }
 }@media only screen and (max-width: 763px) { #OUWDdtTMIc11sJgmr10Vi4c5Wo2DBFGO { width:20rem;height:12.5rem;top:62.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zbRZhdX3Xnn2RBcugFtqOLJ50t9fSJJX { width:20rem;height:12.5rem;top:76.3125rem;left:0rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #rx5W8Qwk1sbL6BpIi2luJkDfUczcuOBT { width:16.1875rem;height:0;top:77.5625rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #u9yFiI0g5JwbNo3ULn2Kn6wfyBRzTl3r { width:1.25rem;height:1.25rem;top:72.5625rem;left:18.75rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #Qs4KN6mFUKHFt8hsFprlp3VEdwBy19Ho { width:11rem;height:0;top:86.3125rem;left:4.375rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #AisQTQWbmR4h5x4BJSPsKnDdC3OMGuhB { width:1.25rem;height:1.25rem;top:86.3125rem;left:17.5rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #x1cDAgLTy5HyEXmF6KeRtMEcoMsw2d8T { width:4.9375rem;height:1.1875rem;top:30.0625rem;left:10.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kFKLT5eG5EhrNM3EQCI2pXxQik1SRSLC { width:6.8125rem;height:0;top:30.0625rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #D8sE57qNTQhFAddIIfqamTnk5N9Jkwa9 { width:5.8125rem;height:0.875rem;top:3.3125rem;left:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iO1aSTWKxkTQV5H73rfuByDSQOrxh3at { width:4.5rem;height:0;top:1.5625rem;left:3.875rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #a3RPDIu9s7FM2fm9vZxBoUmOm6ACrr40 { width:20rem;height:2.5rem;top:2.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yKllo7xEP6O1539oQNqQonZFBr9fa0wm { width:20rem;height:31.25rem;top:21.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nxkBXA8Vs0N6Bun41ZZyEJefsMUNaMgN { width:20rem;height:16.4375rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNrur1mQfeO4bv6TRH8olnLabOAd4dNO { width:20rem;height:12.5rem;top:35rem;left:0rem;z-index:15010;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),0.1);border-left:0.0625rem solid rgba(var(--color-secondary-2),0.1);border-right:0.0625rem solid rgba(var(--color-secondary-2),0.1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),0.1);display:block; }
 }@media only screen and (max-width: 763px) { #HwKSxuCF8FtUyog1owhtdHwby5yEwqgk { width:10.6875rem;height:1.2749rem;top:45rem;left:3.125rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #Po5kOewpoXp46TovnhpynUMZzErsBhI1 { width:1.25rem;height:1.25rem;top:45rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb0eZd1Ze2hTzmq45dgN4KM7OZrg3Pxg { width:17.5625rem;height:7.7988125rem;top:36.25rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15012;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gcX9fJ2aCacZTIVLDLa3QNRrB4WkbkvK { width:1.25rem;height:1.25rem;top:45rem;left:1.25rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #q7qTcL1Hlc5D3ACxuhQVq6u9RhD7qAhU { width:10.625rem;height:0;top:66.2255859375rem;left:9.375rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #Q4y9HOA7LwDeL4De4D0wNa36zEACkWnB { width:5.9375rem;height:1.8125rem;top:1.9375rem;left:7.03125rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #T3xM07F3h9FnUzAXiI7I64xgTUtvaSWf { top:1.25rem;left:0rem;width:20rem;height:1.625rem;z-index:15027;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hW6L4amO5n2eZ0tIrHtwVTcxTOtbcAqL { top:3.75rem;left:0rem;width:20rem;height:5.19921875rem;z-index:15028;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KCnCFKGcT0Gws56UWuSUZCQmqygVqaEL { display:block; }#KCnCFKGcT0Gws56UWuSUZCQmqygVqaEL > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q6Quwt0yBLowcAsn1JRXQaqSi6zyXzn4 { width:3.875rem;height:1.8125rem;top:1.59375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucxhC918H1UR3soRJeiJKqfTNRsg0U81 { width:3.5rem;height:2.1875rem;top:1.40625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #teiSPNxaTFT4aR21Nkspt6k5CrMcnm2N { width:4.1875rem;height:2.1875rem;top:5.5625rem;left:8.71875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cndrZwC1ckTRTVSs2yzn7MT52APfiK79 { width:3.3125rem;height:2.1875rem;top:1.40625rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRJbzRTRuuKawnX1bTDyEIBQy7Gs7KD4 { width:5.875rem;height:2rem;top:9.3125rem;left:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #p93UvNcRefFXWzhvTOe4f0Dk12LnNFBu { width:2.9375rem;height:2.9375rem;top:5.1875rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wLbqIkPRfCaxgvaZy6ICJvPxbtGp1qQc { display:block; }#wLbqIkPRfCaxgvaZy6ICJvPxbtGp1qQc > .row .container { width:20rem;height:80.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mBLaN11eAdNgPdnsfpZvDRghPVQoTCyM { width:20rem;height:36.25rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNgpUwfv9QxytKTWx4Adn4iFxFQR81FF { width:20rem;height:37.5rem;top:40rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRCxhU7FkfxfyKsVyLiPtdzcrhOMeJiZ { width:14.4375rem;height:12.375rem;top:15rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV1ZcWxOFG9nUVdgbgcclFtohNW34I5G { width:10.375rem;height:15rem;top:51.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlB5PdGXrE9TMzmkIWzbg4BWMusAlOIL { width:20rem;height:1.86865rem;top:5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCWySBzx0qdlM8DC9AVStzlBQHm9RPeh { width:17.5rem;height:3.8994125rem;top:8.125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTBPKQq7pb7a7tQZEK4SJ9h4ETmlL3Fv { width:20rem;height:1.86865rem;top:42.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7F81xlofJk7rHgfeKdyUzPTp5Pw0tMh { width:17.5rem;height:3.8994125rem;top:45rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9yf1lRV8QLOEg8vlCKxR6UwIPJlwLUT { width:12.5rem;height:2.2744125rem;top:33.75rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uc6BA9Bh2M9rOaFe12p1kUJkfJ7i0xsw { width:12.5rem;height:2.2744125rem;top:72.5rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfK7ZOaMglDHAL4HOF2P8zB61Blw3iS1 { width:15rem;height:2.5rem;top:30rem;left:2.5rem;color:rgba(var(--color-secondary-3),1);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RgzEOvzWzup1z7JAIMPueJah4L3HMzSe { display:block; }
 }@media only screen and (max-width: 763px) { #scxdFMcKFWiUMD212NJJb27LuC6kR2bA { width:15rem;height:2.5rem;top:68.75rem;left:2.5rem;color:rgba(var(--color-secondary-3),1);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zEXQT2aFy4lrZszcw9GyRN0kovQ0Wl5q { display:block; }
 }@media only screen and (max-width: 763px) { #gcubSvUcVuxbNcmguBHZOyZdTe76iZG8 { display:block; }#gcubSvUcVuxbNcmguBHZOyZdTe76iZG8 > .row .container { width:20rem;height:101.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cEA3rxzx8WasgyWPQkOJ148qN99ishSa { width:20rem;height:15rem;top:21.1875rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #Mh8IRVXuGZ45H7Vi1eTUPPWrGWPIJteE { width:1.25rem;height:1.25rem;top:33.6875rem;left:1.25rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #GirszTDnkUy8tJEEssc91zI9Kgqv6NcP { width:11.1875rem;height:1.2749rem;top:33.6875rem;left:3.125rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #qGcOaefuGXAKsT7v2WJphZd4SI41QAAP { width:20rem;height:13.75rem;top:49.9375rem;left:0rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #aDuBR6Lf0PuuOVLqFMCsQCaJX7LnCGa5 { width:17.5rem;height:7.7988125rem;top:51.1875rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #nXcRwaIdUwLsbst3R9xJRpA90Ur3VilW { width:1.25rem;height:1.25rem;top:61.1875rem;left:1.25rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #whZWyksyJDHXtJ1GhFH9y1wUKOGSky0N { width:10.8125rem;height:1.2749rem;top:61.1875rem;left:3.125rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #cMO4DzrGEP78PZKJN0dMpVhZ9HNUJVeg { width:20rem;height:13.75rem;top:77.4375rem;left:0rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #ESeFd7HwTF8Elc3vQ4kS4XURUhUwwTk3 { width:1.25rem;height:1.25rem;top:88.625rem;left:1.25rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #Jsaxf53GJNgKiDKWGresJm1XwToW2QUf { width:10.75rem;height:1.2749rem;top:88.625rem;left:3rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #T7X6TOzFT1tQCIPC1gIt04pvh8r4hNCk { width:17.5rem;height:7.7988125rem;top:78.6875rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #q52Jw6tHRBhEM36ttQcTCMbbecyF8oOt { width:17.5rem;height:9.098625rem;top:22.4375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #hoiUPIzyOPv4HBJitk942WvppOOuCz1H { width:1.25rem;height:1.25rem;top:33.6875rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uv3HKcxofyvhPGSdTmy1sEAZcO3No6nc { width:1.25rem;height:1.25rem;top:61.1875rem;left:17.5rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #Ss26g16T6hwRUdqoRhsO1aIZy5haqBdm { width:1.25rem;height:1.25rem;top:88.6875rem;left:17.5rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #uq5NLc726PXINCJLsZ3s0191RQDZzmky { width:17.625rem;height:3.73730625rem;top:2.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZWn9bI0V6VUlCyFN4M2R98ehQJQ4lQg { width:20rem;height:1.29980625rem;top:96.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GC7MNpQsSUqqOQRBPqSrX3LOepq53mJC { width:20rem;height:2.5rem;top:93.6875rem;left:0rem;color:#ffffff;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kVTKz7kC2HTWLlG1xA3yiHnFKRFv4Ui2 { display:block; }
 }@media only screen and (max-width: 763px) { #WDBK4EvUplAL1MbWFcvomhd2T6f9FmTJ { width:20rem;height:12.5rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRFkmATOyJ0UZJn3SHORU1EdpsCdbF3s { width:20rem;height:12.5rem;top:37.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4sR92xGB2Xkfd23WblyRGgpVpUO6pNe { width:20rem;height:12.5rem;top:64.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQ1yP4BOxr5AW2EwJF3NghNtgPzRCefz { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9772b683-c1df-43b0-849b-2552affe4ad6/ohmecharger.webp");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OQ1yP4BOxr5AW2EwJF3NghNtgPzRCefz.adaptive-delivery-prevent-bg, #OQ1yP4BOxr5AW2EwJF3NghNtgPzRCefz.lazyload, #OQ1yP4BOxr5AW2EwJF3NghNtgPzRCefz.lazyloading { background-image: none; }#OQ1yP4BOxr5AW2EwJF3NghNtgPzRCefz > .row .container { background-color: transparent; background-image: none; }#OQ1yP4BOxr5AW2EwJF3NghNtgPzRCefz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.5); }#OQ1yP4BOxr5AW2EwJF3NghNtgPzRCefz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQ1yP4BOxr5AW2EwJF3NghNtgPzRCefz > .row .container > .video-iframe-container { display: none; }#OQ1yP4BOxr5AW2EwJF3NghNtgPzRCefz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.5); }#OQ1yP4BOxr5AW2EwJF3NghNtgPzRCefz > .row > .video-iframe-container { display: none; }#OQ1yP4BOxr5AW2EwJF3NghNtgPzRCefz > .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); }#OQ1yP4BOxr5AW2EwJF3NghNtgPzRCefz > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xh81wK1AK5CRwHrr8aaRz2JhtL2wZ7OM { width:20rem;height:23.75rem;top:1.25rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #wlVMI8PXmi7oyOTQfgEqSuFJNEHvNLiI { width:15rem;height:2.5rem;top:3.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2DbphcgnOxZ7GN5LHWkn8BkTdgi7VQK { width:11.25rem;height:1.13720625rem;top:4.38720703125rem;left:4.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }#J2DbphcgnOxZ7GN5LHWkn8BkTdgi7VQK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_df75f24fc9e25e2693567924b2ba2018.svg); }
 }@media only screen and (max-width: 763px) { #I9GEJfqw34u7WWnxsZLmEcgbIE04ldAA { width:17.5rem;height:3.1621125rem;top:7.4375rem;left:1.25rem;font-size:1.4375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Nm2VZOnLvMrrRkd184STGiETNBfzNZce { width:17.5rem;height:6.499rem;top:11.5634765625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qC89EMT5TRfsse8QcrEN7XgciZRsN5m0 { width:17.5rem;height:2.5rem;top:19.9375rem;left:1.25rem;color:#ffffff;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dZx5nvtF8uHM4zq6Lc3cQCthPhTK9FBs { display:block; }
 }@media only screen and (max-width: 763px) { #HG8pocoKka9zeeFlpLUNEXQmNv2Oz96U { display:block; }#HG8pocoKka9zeeFlpLUNEXQmNv2Oz96U > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OABB7ibQUoTEbaBvlqRNzTehHakaMNge { width:20rem;height:12.5rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfkzTt2OhmgJru4G2Zk9TlRye79gGT07 { width:20rem;height:3.73730625rem;top:16.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4lgs9CnWgi3KCE0uLCcXzeO96qB4Qs8 { width:20rem;height:19.49709375rem;top:21.1875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #CFKk2Qdr0decnn8hO2rmTGvEFB7y6bXo { width:20rem;height:1.29980625rem;top:46.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #duZZCXOPMT3N1udN5QJqICGSuCU9TbUT { width:20rem;height:2.5rem;top:43.6875rem;left:0rem;color:#ffffff;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vNe7KbnWsHnH0rlVP8iUW4FekKP4iQt2 { display:block; }
 }@media only screen and (max-width: 763px) { #lHtpplD4WEq1OHBTC7vt7kyuc16JmRST { display:block; }#lHtpplD4WEq1OHBTC7vt7kyuc16JmRST > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wwFQplFH6R85nvd4nFTRSsCdsKiTBnRT { width:20rem;height:3.73730625rem;top:2.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuMhibFoX5V7rknxbCuIXaZFKGg5VElI { width:3.75rem;height:3.75rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlNcoZ2fOxBRixfLDOpbKfibvIxklbz2 { display:flex;width:1.875rem;height:1.875rem;top:9.3125rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #lOTbeEMDLI2LmzMZDTcLSb8oziwciRiM { width:0.0625rem;height:5rem;top:22.8125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcaAZ2kH34fdzfS8L0HCG5FQCly5Ma1R { width:13.875rem;height:1.29980625rem;top:8.375rem;left:4.9375rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dpxnc3Kw6lgbCLQROVyVWVUVJ9fZo7FP { width:15.0625rem;height:3.8994125rem;top:10.25rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #liTC7BIFDUPIQKgs2JZyoCLPWaMStJwK { width:3.75rem;height:3.75rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0uPNiEHMcTxwFqAtdVQ7vg4bcfiETIq { display:flex;width:1.875rem;height:1.875rem;top:19.3125rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #DM39BTW89IMGSXk1etlrOGq1uHz1NXKE { width:15.0625rem;height:3.8994125rem;top:20.25rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLsTylBwC3wkvabQLI1EWFFxoPBmTGi0 { width:15rem;height:1.29980625rem;top:18.375rem;left:5rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vU7mp6oAaqL8T5SMdSlfX3QBsIMLr0gm { width:15rem;height:3.8994125rem;top:30.25rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ll7OPAtqHRT7J5PTFcFTn6AZKbFfWpmF { width:15.0625rem;height:1.29980625rem;top:28.375rem;left:4.9375rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZnfXlDw9W3H4xGX7vEVN9ouWnuZrK2Ja { width:3.75rem;height:3.75rem;top:28.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yespxRiicSwDc0BsoZlTwvHhOw18ApNv { display:flex;width:1.875rem;height:1.875rem;top:29.3125rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #QRFkAlHwyK1TSghBncBMgWelvfb0Gf7S { width:0.0625rem;height:4.375rem;top:12.6875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHBMXlKh5oMBIHtW4bIbyoS3blAnBeAp { display:block; }#tHBMXlKh5oMBIHtW4bIbyoS3blAnBeAp > .row .container { width:20rem;height:57.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KBsTrlWLcknBoQuS7vtLSpVloNTcPm4z { width:20rem;height:1.86865rem;top:2.5rem;left:0rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aoXKLy1kXuWlVCf2xJhxHrUx0m7rTVZn { width:20rem;height:27.5rem;top:19.875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rskZq5q3wKsOucb9I3ZnAiQWgAkSG1uz { width:18.8125rem;height:1.19970625rem;top:4.9375rem;left:0rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ceTy87xIG8SImkiiLVJr0qLz38S30p6k { width:17.5rem;height:23.4375rem;top:21.125rem;left:1.25rem;font-size:1rem;display:block; }#ceTy87xIG8SImkiiLVJr0qLz38S30p6k li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aee079b6fa236e49ebf79e08aa3415dc8520b5fe.svg); }
 }@media only screen and (max-width: 763px) { #R3Ehz9rROwxp18LPxx9PwCPgmVm5P6km { width:20rem;height:12.5rem;top:21.1875rem;left:0rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #IpeDqX8SJJXSmyeu84F7DZeVftMT8fQ7 { width:20rem;height:auto;top:22.4375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #NqX0hmS11T59i29X7QcAHQTv4X4iCzCI { width:13.8125rem;height:1.29980625rem;top:53rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xlxTfgFbMbo68taMi64tvAULGKGoiTsx { width:20rem;height:2.5625rem;top:49.9375rem;left:0rem;color:#ffffff;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LsGeHInM2rmXhtDkAWaFuTe2OAxmV4sn { display:block; }
 }@media only screen and (max-width: 763px) { #uysvBszeNeDl1rUHaqVrV9DD9dbve9wt { width:1.25rem;height:1.25rem;top:22.5625rem;left:9.375rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #gdflt61qTbHh2L5k28BDhUlSACXSE0IN { width:10.6875rem;height:1.2749rem;top:22.5625rem;left:4.625rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #VZTlUT9gEZ1B0L4MDDb2NHvt5p76ybce { width:10.625rem;height:auto;top:31.1875rem;left:4.6875rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #fKsz1DQSAJQApiHiUimsagfMmMdq8IQT { width:1.25rem;height:1.25rem;top:22.5625rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eoEKJqmlzHX00ll52Ff1dzhaDETMtPXV { width:20rem;height:12.5625rem;top:7.4375rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #domKXUP7tnxUARIzzX8bbcm8xqwbnOtl { display:block; }#domKXUP7tnxUARIzzX8bbcm8xqwbnOtl > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZNTzEPJ8qutU2PudED2FFaW1PSPfy9PL { width:20rem;height:3.73730625rem;top:2.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7v0hfm7XHL2yVm8P73AxQ73gl72HkKd { width:20rem;height:2.5996125rem;top:6.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxTDctEMiFha8de7GJnutyeIcN2Rh2Jw { width:20rem;height:1.29980625rem;top:12.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNILTRBU95Aq4WUVOi8SRRlTFwkH0oTX { width:20rem;height:5.19921875rem;top:14.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d58zqDMWkkrqplfwJKhdLOCO9O2WTKto { width:20rem;height:6.499rem;top:26.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvpDxP68pOhC0TPlC1SFesvKJsc1FfIE { width:20rem;height:2.5996125rem;top:22.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKEU9ziEhxONmAVu4mdsO3TM140PThFV { width:20rem;height:5.19921875rem;top:47.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrZDBBKDt24brW8tT0EqHP5IV8g98vrm { width:20rem;height:1.3808625rem;top:44.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DipCh20dbn7rWLP4K5G7lTRIt1Ml98Vg { width:20rem;height:5.19921875rem;top:36.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZOTh6L5J5X7SrQZ7wKkDqD63p5aBSTA { width:20rem;height:1.3808625rem;top:34.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4P9INK8ltE2s66ICFDBZ2VtFPXbKI6u { width:20rem;height:0.0625rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFPHttFpQFt12tqV6qhEvBbrQT3hkNlt { width:20rem;height:0.0625rem;top:33.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQTkUzJteadVb885RbTfkLF4v38IIQF1 { width:20rem;height:0.0625rem;top:21.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUUSQrbOWWTkbqRurRwNDIiTz3mkfPLR { width:20rem;height:0.0625rem;top:43.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKC2sm7DH38qbqMAp5L7yMFrmidboDg3 { display:block; }#tKC2sm7DH38qbqMAp5L7yMFrmidboDg3 > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dNkwdAIVCadkWLaEaWtqoIduoRTTZlc0 { width:20rem;height:20.0625rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmNgO5zLd5fqcXqhKsTxa6wuqzHBgqkK { width:17.5rem;height:3.73730625rem;top:5rem;left:1.25rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EahxkPJwGlbbQToTTGu6TuhwAXu30fEA { width:17.4375rem;height:2.5996125rem;top:9.9375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZLRCxrW7BvqtJe1gHlDQyfmqCirOhEpT { width:17.5rem;height:2.5rem;top:14.9375rem;left:1.25rem;color:#ffffff;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #cJBXCX3VHOoAmB03WETSO64TXIBPvwcc { display:block; }
 }@media only screen and (max-width: 763px) { #kl216PqmC56P7RgqPlk0vq5I08whmgVM { width:17.5rem;height:1.29980625rem;top:18.0625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Jkf8iS5LlibFEaDM0wQU8Qbq2r3ciIsT { background-color:#f5f5f5;background-image:none;display:block; }#Jkf8iS5LlibFEaDM0wQU8Qbq2r3ciIsT > .row .container { background-color: transparent; background-image: none; }#Jkf8iS5LlibFEaDM0wQU8Qbq2r3ciIsT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jkf8iS5LlibFEaDM0wQU8Qbq2r3ciIsT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jkf8iS5LlibFEaDM0wQU8Qbq2r3ciIsT > .row .container > .video-iframe-container { display: none; }#Jkf8iS5LlibFEaDM0wQU8Qbq2r3ciIsT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jkf8iS5LlibFEaDM0wQU8Qbq2r3ciIsT > .row > .video-iframe-container { display: none; }#Jkf8iS5LlibFEaDM0wQU8Qbq2r3ciIsT > .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); }#Jkf8iS5LlibFEaDM0wQU8Qbq2r3ciIsT > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lk4OTiwpJxLczyIEVMpHnRIMCxhlTl58 { width:20rem;height:1.13720625rem;top:27.375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#2f353c;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #NWxW87M6NxVT6bvnQf9Jd2e7Flsa6Xv3 { width:5.125rem;height:0.9624rem;top:29.0625rem;left:1.25rem;font-size:0.6875rem;text-align:left;text-align-last:left;color:#2f353c;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #f3NxLO1IRTgEemI3sMTx7xkMdPTir7U7 { width:6.5rem;height:0.9624rem;top:29.0625rem;left:6.5625rem;font-size:0.6875rem;text-align:center;text-align-last:center;color:#2f353c;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #bPw52cbhnMNFfS4Cr2h6fltU9lM3trvy { width:5rem;height:0.9624rem;top:29.0625rem;left:13.75rem;font-size:0.6875rem;text-align:right;text-align-last:right;color:#2f353c;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #RPaNoNMNNBbVTSUXuqIa84QM5vOHcDka { width:7.375rem;height:3.6875rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eJcwGDlAa6WCINJTA2Mmk4XL3KGwMZz0 { width:20rem;height:4.4619125rem;top:6.1875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #bfmPiN5u7PtavbugTp25hcFpz36nptvg { width:20rem;height:7.43653125rem;top:12.375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #o07xWzDoWTvaoHgS5H1GuOam1iuTEo8w { width:15rem;height:1.2246125rem;top:22.39990234375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;font-family:"open sans";line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #dtWZTTphUoZpTwIaZuUnrHlxyDOHUw8T { width:10.5625rem;height:1.6875rem;top:24rem;left:0rem;display:block; }
 }