.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:255,246,223;--color-primary-1:255,227,147;--color-primary-2:255,198,39;--color-primary-3:128,99,20;--color-primary-4:38,30,6;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@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); }#I9oiVapFExOoKbiRFsnQQ7UH6fAZMidW { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#I9oiVapFExOoKbiRFsnQQ7UH6fAZMidW > .row .container { background-color: transparent; background-image: none; }#I9oiVapFExOoKbiRFsnQQ7UH6fAZMidW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I9oiVapFExOoKbiRFsnQQ7UH6fAZMidW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I9oiVapFExOoKbiRFsnQQ7UH6fAZMidW > .row .container > .video-iframe-container { display: none; }#I9oiVapFExOoKbiRFsnQQ7UH6fAZMidW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I9oiVapFExOoKbiRFsnQQ7UH6fAZMidW > .row > .video-iframe-container { display: none; }#I9oiVapFExOoKbiRFsnQQ7UH6fAZMidW > .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); }#I9oiVapFExOoKbiRFsnQQ7UH6fAZMidW > .row .container { border-width: 0; border-radius: 0; }#I9oiVapFExOoKbiRFsnQQ7UH6fAZMidW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I9oiVapFExOoKbiRFsnQQ7UH6fAZMidW > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;overflow:visible;position:relative;display:block; }#Hctzc8hmJHqpJlvBlROAFcdNFOSpHOy2 { 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; }
#U0uvUpVBVKePmSuLfo9QfQVNy2eMWv2N { 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; }
#U0uvUpVBVKePmSuLfo9QfQVNy2eMWv2N > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#QZkTKkVTiTnwoPMMBRdPPLV9XGJBH8Eo { 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; }
#Xwt77bg992ylw00vg1TD8e0LrGl13NTs { 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; }
#wPt7Sl1mKTTgNGwvxbOrVrqFW6tzavcX { 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-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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.875rem;left:61rem;display:block; }
#k46USk9LygbS2rHihdSRVBfUf2cVdR2M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FABLoSQBM6mMqKfwTve1Gxfx3zGlp76a { color:rgba(var(--color-tertiary-4),1);display:block;width:1.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:4.625rem;left:26.9375rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#AO3b4nTwV9urQorE87ZqotnvDcQ0p6TW { box-sizing:content-box;height:4.125rem;width:8.75rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.125rem;left:49.75rem;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; }
#idxGGTaJ8HT7kOMR2aZWkfMUrRcK6GuX { color:rgba(var(--color-tertiary-4),1);display:block;width:1.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:4.6875rem;left:54.9375rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#h3aJn2ubpscDvkqvP6nStHSaX25i3i0G { box-sizing:content-box;height:4rem;width:8.75rem;position:absolute;display:block;z-index:14998;background-color:#34a853;background-image:none;top:1.3125rem;left:49.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;display:block; }
#e5ZyPIKhHDuC9G964N6xO1qOiDMRdx0p { color:rgba(var(--color-tertiary-4),1);display:block;width:4.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:2.8125rem;left:53.25rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#PgvSgTxWQpz5HHiC61ZTI7nPl41UaPzP { box-sizing:content-box;height:5rem;width:0.0625rem;position:absolute;display:block;z-index:15071;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;top:1.25rem;left:59.6875rem;display:block; }
#VQIDv4ivCk2RFwyhQDFRqUFCh43aPfcd { 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:2.5rem;width:2.5rem;top:2.8125rem;left:50.375rem;overflow:hidden;display:block; }
#JuO17HEcumZizpfJZsUsn6aOhoT8Wnom { position:absolute;display:block;z-index:15072;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:3rem;width:11.0625rem;top:2.3125rem;left:2.5rem;overflow:hidden;display:block; }
#ho5tMGn7SQtZbq7LCp2gTWOtg3TaPp6V { box-sizing:content-box;height:4.125rem;width:8.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.0625rem;left:38.75rem;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; }
#t4WD8pTybvsOcsAb2ZXK2ptSKP63Vbtd { box-sizing:content-box;height:4rem;width:8.75rem;position:absolute;display:block;z-index:15003;background-color:#1e368d;background-image:none;top:1.25rem;left:38.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;display:block; }
#rXzQ2kfNOJvNVsrVo5m3Twc4N2Ux9UcG { color:rgba(var(--color-tertiary-4),1);display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15025;line-height:1.1;letter-spacing:0;top:2.8125rem;left:41.5625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#EwlQxLOgFS8sIrw4UvPD0JCd7ZFPynqJ { 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:3.3125rem;width:3.3125rem;top:2.3125rem;left:38.875rem;overflow:hidden;display:block; }
#psMLenFOotuEJgMH7iXoVehvprErHGPB { color:rgba(var(--color-tertiary-4),1);display:block;width:1.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:4.625rem;left:43.9375rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#OnbbCdxsGiTX1rIkqcnzhgGbEBfGKStq { box-sizing:content-box;height:5rem;width:0.0625rem;position:absolute;display:block;z-index:15072;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;top:1.25rem;left:48.6875rem;display:block; }
#Kbkni8KFy3Wza2MA14LbBxerN1kvHDI2 { position:absolute;display:block;z-index:15073;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:9.375rem;top:2.75rem;left:15.8125rem;overflow:hidden;display:block; }
#drS0qoFoxIMkHLAcVwckqL8Hq6eNks5a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#drS0qoFoxIMkHLAcVwckqL8Hq6eNks5a > .row .container { background-color: transparent; background-image: none; }#drS0qoFoxIMkHLAcVwckqL8Hq6eNks5a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drS0qoFoxIMkHLAcVwckqL8Hq6eNks5a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drS0qoFoxIMkHLAcVwckqL8Hq6eNks5a > .row .container > .video-iframe-container { display: none; }#drS0qoFoxIMkHLAcVwckqL8Hq6eNks5a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drS0qoFoxIMkHLAcVwckqL8Hq6eNks5a > .row > .video-iframe-container { display: none; }#drS0qoFoxIMkHLAcVwckqL8Hq6eNks5a > .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); }#drS0qoFoxIMkHLAcVwckqL8Hq6eNks5a > .row .container { border-width: 0; border-radius: 0; }#drS0qoFoxIMkHLAcVwckqL8Hq6eNks5a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#drS0qoFoxIMkHLAcVwckqL8Hq6eNks5a > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#k9WVyLTcg4nMvUo4JNliKO4IUJMTGdDt { color:rgba(var(--color-tertiary-4),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:0.681640625rem;left:5rem;height:1.13725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L0LpK2dzhiQPz2ma1NDSP07hZATo197H { color:rgba(var(--color-tertiary-4),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:0.681640625rem;left:22.9375rem;height:1.13725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZiisgIM337rTtndDsAyuvTdnsvXJrgUh { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:0.681640625rem;left:40.78125rem;height:1.13725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AgJQlX3ma7Qf00QeCskXSmDdT8slMInX { color:rgba(var(--color-tertiary-4),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:0.681640625rem;left:61.46875rem;height:1.13725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DSoD5kQf9PPPQyxOnRnrNXQVJd1hTJqZ { position:relative;display:none; }#DSoD5kQf9PPPQyxOnRnrNXQVJd1hTJqZ { border-width: 0; border-radius: 0; }#DSoD5kQf9PPPQyxOnRnrNXQVJd1hTJqZ > .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; }#DSoD5kQf9PPPQyxOnRnrNXQVJd1hTJqZ > .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; }#lPtkbvm2bf19FV4pIAXesTbiIIEybng8 { background-color:rgba(4,19,4,0.49);background-image:url("https://images.assets-landingi.com/uc/b9390aae-aa32-4f7e-bf0d-69fe6991258f/vaillant2.png");background-position:top left !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; }#lPtkbvm2bf19FV4pIAXesTbiIIEybng8.adaptive-delivery-prevent-bg, #lPtkbvm2bf19FV4pIAXesTbiIIEybng8.lazyload, #lPtkbvm2bf19FV4pIAXesTbiIIEybng8.lazyloading { background-image: none; }#lPtkbvm2bf19FV4pIAXesTbiIIEybng8 > .row .container { background-color: transparent; background-image: none; }#lPtkbvm2bf19FV4pIAXesTbiIIEybng8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lPtkbvm2bf19FV4pIAXesTbiIIEybng8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lPtkbvm2bf19FV4pIAXesTbiIIEybng8 > .row .container > .video-iframe-container { display: none; }#lPtkbvm2bf19FV4pIAXesTbiIIEybng8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lPtkbvm2bf19FV4pIAXesTbiIIEybng8 > .row > .video-iframe-container { display: none; }#lPtkbvm2bf19FV4pIAXesTbiIIEybng8 > .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); }#lPtkbvm2bf19FV4pIAXesTbiIIEybng8 > .row .container { border-width: 0; border-radius: 0; }#lPtkbvm2bf19FV4pIAXesTbiIIEybng8 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#lPtkbvm2bf19FV4pIAXesTbiIIEybng8 > .row .container { font-size:0.875rem;font-family:arial;height:60rem;width:75rem;overflow:visible;position:relative;display:block; }#xo9FW5pidwBFI6AQFXlBE51KoxRrK5NT { color:#ffffff;display:block;width:72.5rem;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.25rem;left:1.1875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tUUxTUpgB58rvrz9Gwyc5J3EuMSK8E09 { color:rgba(var(--color-tertiary-0),1);display:block;width:50.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:9.3125rem;left:12.5rem;height:2.59765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QLTErkE0GfHaJ6gfiEDikdbFJ8t6lz40 { 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; }
#VOvUwd2K19gXG6GTssTOm2XpLpGaSG2V { 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; }
#CXFdDAxCDSW4OKIl1WdKsAXMuR4yPSI6 { 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; }
#ZOJ1o5SzRhmZngEfafBVNAhi7TswgTrG { 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; }
#y5TlIIJ7kNk5uuUyuskbZGpmGT1eGstC { 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; }
#NOOwJ43yvTKATmmK8CchhHw5ZEPiTaB7 { 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; }
#voWNUKlezQdQEdrEk9esaGJBZhOqTVAe { position:absolute;display:block;z-index:15014;height:31.25rem;width:51.25rem;top:15rem;left:12.5625rem;display:block; }
#hitliLIWbVN5MO7VZ2eXH14WnZVakkxp { box-sizing:content-box;height:7.5rem;width:51.25rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:48.75rem;left:12.5rem;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; }
#a1EgXtSMLRKNQit1f202hKCEBcfGDnbl { 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:53.75rem;left:15.625rem;height:1.2749rem;font-style:normal;display:block; }
#fFKUEBXkzq419IJp0wR0fxiI81ks5o0f { 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:53.75rem;left:61.25rem;overflow:hidden;display:block; }
#Tf7GwoqiATt5UeasKmQd8qdN4DIaIRTS { color:rgba(var(--color-tertiary-4),1);display:block;width:48.8125rem;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:49.9375rem;left:13.75rem;height:2.59765625rem;font-style:normal;display:block; }
#CUe44pRBePfmIFl3bTopflto6zXpOr0e { 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:53.75rem;left:13.75rem;overflow:hidden;display:block; }
#hSFEmyl5hkOsVTaIrMTTI55ZoVZgkR84 { 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:53.75rem;left:30.9375rem;height:1.2749rem;font-style:normal;display:block; }
#M8N0NcgydJ5InhBIFo9vo6J7yQPhSQ4X { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:2.5rem;left:0rem;display:none; }
#JpkrWlPageo4x1661bvn2JMoinOq7TPl { 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:6.4375rem;top:6.875rem;left:0rem;display:none; }
#lmzpwKalAn8H00DLKLO3w8RZD0uET64S { box-sizing:content-box;height:2.5rem;width:21rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),0.1);background-image:none;top:2.5rem;left:27.625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#oomQqFvvqieKWzxUXFCPslrQlsTeT9JQ { color:rgba(var(--color-primary-2),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:3.25rem;left:28.875rem;height:1.13725rem;font-style:normal;display:block; }#oomQqFvvqieKWzxUXFCPslrQlsTeT9JQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oomQqFvvqieKWzxUXFCPslrQlsTeT9JQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4e7803f72d99b08c7d6052e6d7fcb0521f3f9748.svg); }
#uSFkqtvZAsZr0PrED0eMsqzatxklwhuU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#uSFkqtvZAsZr0PrED0eMsqzatxklwhuU > .row .container { background-color: transparent; background-image: none; }#uSFkqtvZAsZr0PrED0eMsqzatxklwhuU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSFkqtvZAsZr0PrED0eMsqzatxklwhuU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSFkqtvZAsZr0PrED0eMsqzatxklwhuU > .row .container > .video-iframe-container { display: none; }#uSFkqtvZAsZr0PrED0eMsqzatxklwhuU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSFkqtvZAsZr0PrED0eMsqzatxklwhuU > .row > .video-iframe-container { display: none; }#uSFkqtvZAsZr0PrED0eMsqzatxklwhuU > .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); }#uSFkqtvZAsZr0PrED0eMsqzatxklwhuU > .row .container { border-width: 0; border-radius: 0; }#uSFkqtvZAsZr0PrED0eMsqzatxklwhuU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uSFkqtvZAsZr0PrED0eMsqzatxklwhuU > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#lfhDS1HR63dwcCCAZhOxpSr0rwKVQlkE { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:4.1875rem;width:8.625rem;top:1.625rem;left:22.8125rem;overflow:hidden;display:block; }
#WJmlTd1qt3sDblwc96EU9u95BwATKtfb { position:absolute;display:block;z-index:15068;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;box-shadow: none;height:5rem;width:7.5625rem;top:1.125rem;left:12.5rem;overflow:hidden;display:block; }
#fF4TWnmAkdAtwLe5nDEfkpPvA7nE7NlT { position:absolute;display:block;z-index:15069;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;box-shadow: none;height:3.1875rem;width:9.9375rem;top:1.9375rem;left:33.6875rem;overflow:hidden;display:block; }
#nDETqCqxK9VWrqPTTzyQW19fGGngMpTG { position:absolute;display:block;z-index:15070;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;box-shadow: none;height:3.3125rem;width:10rem;top:1.9375rem;left:45.8125rem;overflow:hidden;display:block; }
#SEm65l5SEyPFqZd1p6mL4eaninnepTAx { position:absolute;display:block;z-index:15071;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;box-shadow: none;height:4.25rem;width:8.0625rem;top:1.625rem;left:57.5rem;overflow:hidden;display:block; }
#QLB9MkcrghWdC5Q2rMeAkxfJL8wTF7ve { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#QLB9MkcrghWdC5Q2rMeAkxfJL8wTF7ve > .row .container { background-color: transparent; background-image: none; }#QLB9MkcrghWdC5Q2rMeAkxfJL8wTF7ve::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLB9MkcrghWdC5Q2rMeAkxfJL8wTF7ve > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLB9MkcrghWdC5Q2rMeAkxfJL8wTF7ve > .row .container > .video-iframe-container { display: none; }#QLB9MkcrghWdC5Q2rMeAkxfJL8wTF7ve > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLB9MkcrghWdC5Q2rMeAkxfJL8wTF7ve > .row > .video-iframe-container { display: none; }#QLB9MkcrghWdC5Q2rMeAkxfJL8wTF7ve > .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); }#QLB9MkcrghWdC5Q2rMeAkxfJL8wTF7ve > .row .container { border-width: 0; border-radius: 0; }#QLB9MkcrghWdC5Q2rMeAkxfJL8wTF7ve > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QLB9MkcrghWdC5Q2rMeAkxfJL8wTF7ve > .row .container { font-size:0.875rem;font-family:arial;height:55rem;width:75rem;position:relative;display:block; }#q7t1RfqMqFbUVmVk3SBkNrT9ACllViRc { color:#0b0b0b;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:3.21240234375rem;left:18.75rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vc6zUF74p6zv3AA6B7xr8mpKeoPHWgMy { color:#1e1d1d;display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15089;line-height:1.1;letter-spacing:0;top:6.25rem;left:25rem;height:2.47336875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vncW1biMiSaa3W7wXeCVMiRdOKVTJ6Xn { box-sizing:content-box;height:28.75rem;width:16.25rem;position:absolute;display:block;z-index:15090;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.75rem;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; }
#sggq5gahD1bOtg5WPdiKcQZMdw4bIgwT { color:#0b0b0b;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15091;line-height:1.3;letter-spacing:0;top:28.75rem;left:38.75rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C30b7dureJ8hldci007p0W26wdabRCWx { color:#0b0b0b;display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15093;line-height:1.3;letter-spacing:0;top:31.25rem;left:40rem;height:2.2745rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rMcsy4dehGZ1cL5lXB1dOUt7JU2E2g4f { position:absolute;display:block;z-index:15094;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:8.8125rem;top:15rem;left:42.4375rem;overflow:hidden;display:block; }
#ykxPwRxikNGda97UK0OqI7fAFAFri4fE { color:#0b0b0b;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15092;line-height:1.3;letter-spacing:0;top:37.375rem;left:38.75rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HGFQfcHReiQvtSDe3T28eORyzBKft3ln { color:#0b0b0b;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15093;line-height:1.3;letter-spacing:0;top:36.25rem;left:38.75rem;height:0.9747875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JXNwttuy8puZlpbfsfowzfDHTZli3M5p { color:#0b0b0b;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15094;line-height:1.3;letter-spacing:0;top:38.875rem;left:38.75rem;height:0.9747875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qXFBOOEIvgIRH1qJ9B9vr11C1zKo1Obi { box-sizing:content-box;height:28.75rem;width:16.25rem;position:absolute;display:block;z-index:15098;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.8125rem;left:57.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; }
#Tq5lXXC71dLqTzeh2KTdegbEq1AGcTFI { position:absolute;display:block;z-index:15102;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:9.6875rem;top:16.3125rem;left:60.625rem;overflow:hidden;display:block; }
#P52F95x153KyRbpJpolCBut1PTSCMzxa { color:#0b0b0b;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15099;line-height:1.3;letter-spacing:0;top:28.8125rem;left:57.5rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QlJo9XJneNyXH7gPxZqkHxmNczCzv02a { color:#0b0b0b;display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15101;line-height:1.3;letter-spacing:0;top:31.5625rem;left:58.75rem;height:1.13725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GvuJBXMuHVHcdStv96gATmw7qDMfRraC { color:#0b0b0b;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15101;line-height:1.3;letter-spacing:0;top:36.3125rem;left:57.5rem;height:0.9747875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B6c8J5dKe9w7iXH9fMGOz6SxK12cZ99Z { color:#0b0b0b;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15100;line-height:1.3;letter-spacing:0;top:37.4375rem;left:57.5rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aJZsNk2ohpWT6XuacGFC9G9sVCV8dRSf { color:#0b0b0b;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15102;line-height:1.3;letter-spacing:0;top:38.9375rem;left:57.5rem;height:0.9747875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lALdN9h51QKsXLti8TQipw9AIZBxWBXd { box-sizing:content-box;height:28.75rem;width:16.25rem;position:absolute;display:block;z-index:15106;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.75rem;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; }
#dPWbHc4p8laDtBC665spLGgagiUEUnGK { position:absolute;display:block;z-index:15110;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6875rem;width:11.1875rem;top:16.25rem;left:3.125rem;overflow:hidden;display:block; }
#uBVhxRsdJAbhUNgIWC1s2C8SE2ePw3gP { color:#0b0b0b;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15107;line-height:1.3;letter-spacing:0;top:28.5625rem;left:1.25rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VuNWBSSxE3IFLy6JaW5tnhMthRn7Hlcq { color:#0b0b0b;display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15109;line-height:1.3;letter-spacing:0;top:31.25rem;left:2.5rem;height:1.13725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aR3UmUTVLaTxJsNKXN0VTxtZiSJPCh2t { color:#0b0b0b;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15109;line-height:1.3;letter-spacing:0;top:36.25rem;left:1.25rem;height:0.9747875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fv4bPTfk9Sq8d1oTSBFcgTZlcnlTZiOs { color:#0b0b0b;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15108;line-height:1.3;letter-spacing:0;top:37.375rem;left:1.25rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SAzswqwKqI0KFuyJ56QUolxmQfVbyfgL { color:#0b0b0b;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15110;line-height:1.3;letter-spacing:0;top:38.875rem;left:1.25rem;height:0.9747875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B1Noiuz2udNq8Fiee3iGkH9u8BM73GDh { box-sizing:content-box;height:28.75rem;width:16.25rem;position:absolute;display:block;z-index:15114;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-2),0.7);border-left:0.125rem solid rgba(var(--color-primary-2),0.7);border-right:0.125rem solid rgba(var(--color-primary-2),0.7);border-bottom:0.125rem solid rgba(var(--color-primary-2),0.7);top:13.8125rem;left:20rem;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; }
#uKyQtzgJfl3pHd271574nFvHwAW8M86o { position:absolute;display:block;z-index:15118;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13rem;width:7.75rem;top:15.0625rem;left:24.75rem;overflow:hidden;display:block; }
#PJzwnzrrOm6tXPq7rN2IDBItAHNDcww3 { color:#0b0b0b;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15115;line-height:1.3;letter-spacing:0;top:28.8125rem;left:20rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N46gz5goD2CroaEco68gaUlQeMTxI34k { color:#0b0b0b;display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15117;line-height:1.3;letter-spacing:0;top:31.3125rem;left:21.25rem;height:2.2745rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OJlryGZtZVSt0Tx7QWq2gvvVdK4EDMdc { color:#0b0b0b;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15117;line-height:1.3;letter-spacing:0;top:36.3125rem;left:20rem;height:0.9747875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i6KSaJbIM7rvZ1s6lnGvJICu2qPHUZAu { color:#0b0b0b;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15116;line-height:1.3;letter-spacing:0;top:37.3125rem;left:20rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o0E83WDmFbxiZNBF5HRty9qcD21fWmZb { color:#0b0b0b;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15118;line-height:1.3;letter-spacing:0;top:38.8125rem;left:20rem;height:0.9747875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xSko0irT5Zw32HypiifQk9TSi7MmVhOU { box-sizing:content-box;height:2.5rem;width:7.9375rem;position:absolute;display:block;z-index:15119;background-color:#000000;background-image:none;top:12.5rem;left:24.125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#SLf28UOmSaI2Grt8KNy7W1OV7NTDT0qz { color:rgba(var(--color-primary-2),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15119;line-height:1.4;letter-spacing:0;top:13.25rem;left:24.875rem;height:1.13725rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#NGeKdosTUxU1DuyBpRWh9mfto8Ww5q7v { color:#1e1d1d;display:block;width:41.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15090;line-height:1.1;letter-spacing:0;top:45rem;left:16.5625rem;height:0.9624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mq3WKXZ4wP2TiHSmx3IHk8XwWDu21RaQ { 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:#000000;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:15015;text-align:center;text-align-last:center;top:47.5rem;left:25rem;display:block; }
#ZC4VODtIOMVzZrNViEtRB0e8iNu0brTM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IRqcR3ssqhOaAK7l0AbzCaZ6IaCMrddm { color:#000000;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:50.875rem;left:25.0625rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UukxNGoT7MwcO3rJao9MSlV8H6UwuH6P { position:relative;display:block; }#UukxNGoT7MwcO3rJao9MSlV8H6UwuH6P { background-color: transparent; background-image: none; }#UukxNGoT7MwcO3rJao9MSlV8H6UwuH6P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UukxNGoT7MwcO3rJao9MSlV8H6UwuH6P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UukxNGoT7MwcO3rJao9MSlV8H6UwuH6P > .row .container > .video-iframe-container { display: none; }#UukxNGoT7MwcO3rJao9MSlV8H6UwuH6P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UukxNGoT7MwcO3rJao9MSlV8H6UwuH6P > .row > .video-iframe-container { display: none; }#UukxNGoT7MwcO3rJao9MSlV8H6UwuH6P > .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); }#UukxNGoT7MwcO3rJao9MSlV8H6UwuH6P { border-width: 0; border-radius: 0; }#UukxNGoT7MwcO3rJao9MSlV8H6UwuH6P > .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; }#UukxNGoT7MwcO3rJao9MSlV8H6UwuH6P > .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:48.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:block; }#c3dfw5NrepmnzJWFsisxAOG0GTGs3FCN { color:#000000;display:block;width:37.6875rem;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:6.39990234375rem;left:20rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JpKmNkLTzo4TPOOMdiKuyQxwi9AFqVMz { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10rem;width:10rem;top:14.4375rem;left:38.0625rem;display:block; }
#VwZbzoGgE3JBAduGUaIJnEcQ499kN4WD { box-sizing:content-box;height:10rem;width:10rem;position:absolute;display:block;z-index:15090;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #000000);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.4375rem;left:26.8125rem;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; }
#zaGRTNzbc5FJW6NKPN0QQw2yXqVAiwRT { color:rgba(var(--color-primary-2),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15093;line-height:1.7;letter-spacing:0;height:1.2749rem;top:21.9375rem;left:5rem;text-align:center;text-align-last:center;display:block; }
#CbdDMTEO4ULteCmR3rPNcu3tcfXh8ixO { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10rem;width:10rem;top:14.4375rem;left:26.8125rem;display:block; }
#pXOOcKVHZzVX2qMf6P90EGLLpS3kh4Lb { box-sizing:content-box;height:10rem;width:10rem;position:absolute;display:block;z-index:15092;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #000000);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.4375rem;left:60.5625rem;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; }
#gRsv1E98QBnMeJPuxoKU6gskaBQpi29v { color:rgba(var(--color-primary-2),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15095;line-height:1.7;letter-spacing:0;height:1.2749rem;top:21.9375rem;left:27.5rem;text-align:center;text-align-last:center;display:block; }
#iQxmPGJkHdwcy54eI02AiVJtbqmmTUz3 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10rem;width:10rem;top:14.4375rem;left:4.3125rem;display:block; }
#wEkckmDlfJ0Z289m0E7wv89xsPk0I41F { box-sizing:content-box;height:10rem;width:10rem;position:absolute;display:block;z-index:15091;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #000000);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.4375rem;left:49.3125rem;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; }
#sSh4hkoFs8q0xxyJioUNhh23HONoE915 { color:rgba(var(--color-primary-2),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15094;line-height:1.7;letter-spacing:0;height:1.2749rem;top:21.9375rem;left:17.5rem;text-align:center;text-align-last:center;display:block; }
#zTvrRVMBxpksVGwTCsJpMcg4e1QJGTRM { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10rem;width:10rem;top:14.4375rem;left:49.3125rem;display:block; }
#Tazb7gKDoGQUQboVOaVeCh50IF6hobTD { box-sizing:content-box;height:10rem;width:10rem;position:absolute;display:block;z-index:15089;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #000000);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.4375rem;left:15.5625rem;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; }
#y26bLZ23VEFeZzLTDbFDx1bF05D0K7eO { color:rgba(var(--color-primary-2),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15096;line-height:1.7;letter-spacing:0;height:1.2749rem;top:21.9375rem;left:50rem;text-align:center;text-align-last:center;display:block; }
#r5bagVtKXfOn3zLuXSBkT1TppSoiivpb { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10rem;width:10rem;top:14.4375rem;left:15.5625rem;display:block; }
#iAZQg65hLfIUfmNuoVqXhmCMacxDHpbO { box-sizing:content-box;height:10rem;width:10rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #000000);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.4375rem;left:38.125rem;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; }
#V56if0mALlE2CopGFBipdi1mSeUGhwMg { color:rgba(var(--color-primary-2),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15097;line-height:1.7;letter-spacing:0;height:1.2749rem;top:21.9375rem;left:61.25rem;text-align:center;text-align-last:center;display:block; }
#TJRAzwfhhBwud7FO7a9Z4VXA4WyAhTue { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10rem;width:10rem;top:14.4375rem;left:60.5625rem;display:block; }
#z3rkNhRkX8gTa3ISEC9MvFohHynesKGi { box-sizing:content-box;height:10rem;width:10rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #000000);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.4375rem;left:4.3125rem;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; }
#Ba15cbOmwIXM3zgVTznTuqmP9UqGO2Td { color:rgba(var(--color-primary-2),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.7;letter-spacing:0;height:1.2749rem;top:21.9375rem;left:38.75rem;text-align:center;text-align-last:center;display:block; }
#Tmy3hsXN82Nx6FUOLokCAuRzIxEGBxAT { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10rem;width:10rem;top:25.6875rem;left:4.375rem;display:block; }
#HNxvkx7A2f82P5z2kp9b81u5mg91J4KD { box-sizing:content-box;height:10rem;width:10rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #000000);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.6875rem;left:4.375rem;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; }
#EdhTPRIy81GSXnsGVA5mmNttZXgDpeuT { color:rgba(var(--color-primary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.7;letter-spacing:0;height:1.2749rem;top:33.1875rem;left:5rem;text-align:center;text-align-last:center;display:block; }
#sSmqea7MVncQt6PPdot3fPAuzbirkywS { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10rem;width:10rem;top:25.6875rem;left:15.625rem;display:block; }
#uWspZg7DAUVpXwso3oTaZHNAilkBTHGd { box-sizing:content-box;height:10rem;width:10rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #000000);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.6875rem;left:15.625rem;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; }
#hKoXxFOwgBuZcnlLIxKq1Bdn9DWC6JQE { color:rgba(var(--color-primary-2),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.7;letter-spacing:0;height:1.2749rem;top:33.1875rem;left:16.25rem;text-align:center;text-align-last:center;display:block; }
#bQyo4kuPRqnuZeMdrd3wiB5nvE0fWk7m { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10rem;width:10rem;top:25.6875rem;left:26.875rem;display:block; }
#tHv4NGXwpvlfQPAtbEsOahg9ySkZnI7b { box-sizing:content-box;height:10rem;width:10rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #000000);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.6875rem;left:26.875rem;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; }
#DFTAqxMNKLPP0AQR1f36VGAfZKZ2erp2 { color:rgba(var(--color-primary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.7;letter-spacing:0;height:1.2749rem;top:33.1875rem;left:27.5rem;text-align:center;text-align-last:center;display:block; }
#hIyMqBKCsEZxvbQF4157Zr0hUPFGFy4p { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10rem;width:10rem;top:25.6875rem;left:38.0625rem;display:block; }
#mOG1FFbakxettDsKOesOboBJiUOFcdUu { box-sizing:content-box;height:10rem;width:10rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #000000);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.6875rem;left:38.0625rem;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; }
#ZU5hefZpTtfC1UDpbZTG2IhNW0nLwqKS { color:rgba(var(--color-primary-2),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.7;letter-spacing:0;height:1.2749rem;top:33.1875rem;left:38.75rem;text-align:center;text-align-last:center;display:block; }
#bHCv5VvNEBnlTJu9L4RILPwgREn7DTzw { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10rem;width:10rem;top:25.6875rem;left:49.375rem;display:block; }
#PKvSWLO1ab8gf0Gd552seV4pvrLWm1ZZ { box-sizing:content-box;height:10rem;width:10rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #000000);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.6875rem;left:49.4375rem;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; }
#nt7g90O1bnJmRRVLVeA76gJFPckRRdi3 { color:rgba(var(--color-primary-2),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.7;letter-spacing:0;height:1.2749rem;top:33.1875rem;left:50rem;text-align:center;text-align-last:center;display:block; }
#kMTXn5RtKxee6UTEgb4bRfsr0ss7RDd0 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10rem;width:10rem;top:25.6875rem;left:60.6875rem;display:block; }
#FPFC6Vg9kUz8ApCT3vceV4nnuShH77BB { box-sizing:content-box;height:10rem;width:10rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #000000);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.6875rem;left:60.6875rem;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; }
#MTEddz57FmZ2eXFi7nhABJpcx8vMTrvX { color:rgba(var(--color-primary-2),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.7;letter-spacing:0;height:1.2749rem;top:33.1875rem;left:61.25rem;text-align:center;text-align-last:center;display:block; }
#LLD8C0bbHEqeozKwbJFIKlxTdzsbAn0o { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10rem;width:10rem;top:36.9375rem;left:4.375rem;display:block; }
#wusHN4WR05EdcnUMoXKVTEPwHi89QJiU { box-sizing:content-box;height:10rem;width:10rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #000000);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.9375rem;left:4.375rem;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; }
#AOC7ZzA4NKbPA7z9huRgVdympAmF6EJN { color:rgba(var(--color-primary-2),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.7;letter-spacing:0;height:1.2749rem;top:44.4375rem;left:5rem;text-align:center;text-align-last:center;display:block; }
#M7ZZL0HDJ21xQTNiFxPrAi9cR5Dva5Bv { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10rem;width:10rem;top:36.9375rem;left:15.625rem;display:block; }
#psuww6E6P5TzUxH3ug54hKwHKMKSd7v3 { box-sizing:content-box;height:10rem;width:10rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #000000);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.9375rem;left:15.5625rem;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; }
#cFniL0Ol2T1xXU625na6fcJXG9e2QXk5 { color:rgba(var(--color-primary-2),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.7;letter-spacing:0;height:1.2749rem;top:44.4375rem;left:16.25rem;text-align:center;text-align-last:center;display:block; }
#DB5M3CgJyNrxorNuL2VMiFWFmWBHZC2h { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10rem;width:10rem;top:36.875rem;left:26.875rem;display:block; }
#ptS2dVnmzMtDydOgXpq9w9pP5GXlveuJ { box-sizing:content-box;height:10rem;width:10rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #000000);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.875rem;left:26.875rem;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; }
#mOhSf4IGiKmSA8kO3l6dXM0WhEKCfrO4 { color:rgba(var(--color-primary-2),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.7;letter-spacing:0;height:1.2749rem;top:44.4375rem;left:27.5rem;text-align:center;text-align-last:center;display:block; }
#hC74V0T1lqNO9Mbip130psmzcdm4eQRg { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10rem;width:10rem;top:36.875rem;left:38.125rem;display:block; }
#q6HrO5BtFPRLrsiHVJvVtwlaPWW4u8Ih { box-sizing:content-box;height:10rem;width:10rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #000000);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.9375rem;left:38.125rem;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; }
#RXMmyPCuF4byTRBddaN9x5AcKXiedKAX { color:rgba(var(--color-primary-2),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.7;letter-spacing:0;height:1.2749rem;top:44.4375rem;left:38.75rem;text-align:center;text-align-last:center;display:block; }
#hSIcMVtBeFtLqzCQC03Eb1pQmpFhKGR1 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10rem;width:10rem;top:36.9375rem;left:49.4375rem;display:block; }
#mUsg6Q0c37iBzaZoCqvbpQbfAE5PgguC { box-sizing:content-box;height:10rem;width:10rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #000000);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.9375rem;left:49.4375rem;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; }
#Xc3CxdvmFKvF8aFowiRNMTFqCQh8D0el { color:rgba(var(--color-primary-2),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.7;letter-spacing:0;height:1.2749rem;top:44.4375rem;left:50rem;text-align:center;text-align-last:center;display:block; }
#ddnWBahts7ttL1na88OqvqkZPlpx9sQZ { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10rem;width:10rem;top:36.9375rem;left:60.625rem;display:block; }
#NidlNV3oZcOK0ts7a0vCekV5RhL7SIvm { box-sizing:content-box;height:10rem;width:10rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #000000);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.9375rem;left:60.625rem;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; }
#Te2zneKEAwo4ETJ6yHSUTJZldTiD8qli { color:rgba(var(--color-primary-2),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.7;letter-spacing:0;height:1.2749rem;top:44.4375rem;left:61.25rem;text-align:center;text-align-last:center;display:block; }
#pcOLliz0pGoRolQJOmC9fPFxaBL3q7KF { color:#000000;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:4.46240234375rem;left:25rem;height:1.22514375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FL9McwuxwrOgG8EveXVyNSvz4H76uHC6 { color:#1e1d1d;display:block;width:25.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:9.4375rem;left:25rem;height:2.47336875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LyMyXxGSLqHOLyVfEtQOtiolqTMHTTQa { 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; }#LyMyXxGSLqHOLyVfEtQOtiolqTMHTTQa > .row .container { background-color: transparent; background-image: none; }#LyMyXxGSLqHOLyVfEtQOtiolqTMHTTQa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LyMyXxGSLqHOLyVfEtQOtiolqTMHTTQa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LyMyXxGSLqHOLyVfEtQOtiolqTMHTTQa > .row .container > .video-iframe-container { display: none; }#LyMyXxGSLqHOLyVfEtQOtiolqTMHTTQa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LyMyXxGSLqHOLyVfEtQOtiolqTMHTTQa > .row > .video-iframe-container { display: none; }#LyMyXxGSLqHOLyVfEtQOtiolqTMHTTQa > .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); }#LyMyXxGSLqHOLyVfEtQOtiolqTMHTTQa > .row .container { border-width: 0; border-radius: 0; }#LyMyXxGSLqHOLyVfEtQOtiolqTMHTTQa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LyMyXxGSLqHOLyVfEtQOtiolqTMHTTQa > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#EoikhxgsOIwHIdMatT6XH5bB20vT6Qiy { 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/d551312c-09ea-4e7e-9800-1d1ab41a4987/vaillant.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; }#EoikhxgsOIwHIdMatT6XH5bB20vT6Qiy.adaptive-delivery-prevent-bg, #EoikhxgsOIwHIdMatT6XH5bB20vT6Qiy.lazyload, #EoikhxgsOIwHIdMatT6XH5bB20vT6Qiy.lazyloading { background-image: none; }
#EoikhxgsOIwHIdMatT6XH5bB20vT6Qiy::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; }#EoikhxgsOIwHIdMatT6XH5bB20vT6Qiy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.73); }#goBrvquvOI9g4JZcWFGV6AlHBUTKSukF { color:#ffffff;display:block;width:50.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15090;line-height:1.3;letter-spacing:0;top:6.6875rem;left:12.3125rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mQT3TIKdx18k1UeMDnEi55cTkI4utsLZ { 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.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tHTsIzPgz6TKXoea4XUb99hrBsD9Ona5 { 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:#000000;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; }
#oCTFuolcnWozcwbiMKWZE5T9Vuo0rii2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#epH99QMEio3LL83WW61Q7Ds3TyMMxMTE { 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.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OiMPuZzwUzcSb2uHC1nE7dD5fKZuDb1D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OiMPuZzwUzcSb2uHC1nE7dD5fKZuDb1D > .row .container { background-color: transparent; background-image: none; }#OiMPuZzwUzcSb2uHC1nE7dD5fKZuDb1D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OiMPuZzwUzcSb2uHC1nE7dD5fKZuDb1D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OiMPuZzwUzcSb2uHC1nE7dD5fKZuDb1D > .row .container > .video-iframe-container { display: none; }#OiMPuZzwUzcSb2uHC1nE7dD5fKZuDb1D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OiMPuZzwUzcSb2uHC1nE7dD5fKZuDb1D > .row > .video-iframe-container { display: none; }#OiMPuZzwUzcSb2uHC1nE7dD5fKZuDb1D > .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); }#OiMPuZzwUzcSb2uHC1nE7dD5fKZuDb1D > .row .container { border-width: 0; border-radius: 0; }#OiMPuZzwUzcSb2uHC1nE7dD5fKZuDb1D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OiMPuZzwUzcSb2uHC1nE7dD5fKZuDb1D > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;position:relative;display:block; }#a2P31D4t7E7IO1sGX6Uv8IeCmpEOhPUD { 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; }
#QEHHNFzEg6mUvDTyXxykGrBpTPlTDzJu { 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; }
#qay8cBTmhm6ey5IZxOWuxNlZVWENrZfv { 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; }
#NWMlxpphGQAZa7TkzIpQwTtNK1S6CevK { 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; }
#TeqdPcwBRpThaEomPxeziUIuKUrlQ6G6 { 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.793rem;font-style:normal;display:block; }
#sHeXQTXRlg7yNmkpv7nutBDrEhl1fSWp { 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; }
#FJ1HiNbU2c0ySCI6CVmy46c49SRwByyz { 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; }
#Z0GgVVcSFAThuSeKWWkTW9ciPCs9FQKv { 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; }
#LqPzD9a7J9WiyIF406z1TTVzRHPT5RT2 { 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; }
#HgKCu3P0PMrDtr2AuGc1B2Tu1B7pvJnL { 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; }
#m3TKVXZi8GHWNfBdR17vqoc2kKOKavQB { 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:6.494125rem;font-style:normal;display:block; }
#NiMkL0bEg4sml0Np8NXL9zT8qVcaKZnF { 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:7.793rem;font-style:normal;display:block; }
#Ftf3wGwTa029sW8JlGIlTI5vs4Mh0AK1 { 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; }
#CFWOHNMUwiM1owCdmAkIr3TxmS4QHdLN { 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; }
#JvaQmcvrWn3ddLNDRWXSABeQlTlP2fMD { 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; }
#NM1JTM3ppynFLFpxTC2KmPqgNcQDmEpc { 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; }
#esAMkJfUydp2ZzfxWyvDNuLdisb0y1wK { 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.4991125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qlsUFKwdltTu0w3rGaTZGtRH8RTQ5zkS { 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-primary-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:15020;text-align:center;text-align-last:center;top:36.375rem;left:1.25rem;display:block; }
#LBbeJSlQouS4fMSXpVopTKVQQ1rWZKOc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EAAlRAr8w5TvfGCJMB4Kzw1Uh3pOeSul { 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/14c62859-537d-4167-8e24-39d31fe24075/vaillantlifestyle5.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; }#EAAlRAr8w5TvfGCJMB4Kzw1Uh3pOeSul.adaptive-delivery-prevent-bg, #EAAlRAr8w5TvfGCJMB4Kzw1Uh3pOeSul.lazyload, #EAAlRAr8w5TvfGCJMB4Kzw1Uh3pOeSul.lazyloading { background-image: none; }
#FmJHqaadFySJHyqUzDKDfucmlroThsrR { 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/8684bd36-a1d7-4930-b4cf-29c34169a9ae/vaillantlifestyle2.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; }#FmJHqaadFySJHyqUzDKDfucmlroThsrR.adaptive-delivery-prevent-bg, #FmJHqaadFySJHyqUzDKDfucmlroThsrR.lazyload, #FmJHqaadFySJHyqUzDKDfucmlroThsrR.lazyloading { background-image: none; }
#dnpnCyqu5LLVr6IMw4A8hcFyS4GENLRq { 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/1219e18b-cd73-490e-84ba-6235b39c698f/vaillantlifestyle3.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: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; }#dnpnCyqu5LLVr6IMw4A8hcFyS4GENLRq.adaptive-delivery-prevent-bg, #dnpnCyqu5LLVr6IMw4A8hcFyS4GENLRq.lazyload, #dnpnCyqu5LLVr6IMw4A8hcFyS4GENLRq.lazyloading { background-image: none; }
#DSTtS92Kf20ekPJdxRmn42DUk1x2G4ew { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),0.5);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; }#DSTtS92Kf20ekPJdxRmn42DUk1x2G4ew > .row .container { background-color: transparent; background-image: none; }#DSTtS92Kf20ekPJdxRmn42DUk1x2G4ew::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DSTtS92Kf20ekPJdxRmn42DUk1x2G4ew > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DSTtS92Kf20ekPJdxRmn42DUk1x2G4ew > .row .container > .video-iframe-container { display: none; }#DSTtS92Kf20ekPJdxRmn42DUk1x2G4ew > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DSTtS92Kf20ekPJdxRmn42DUk1x2G4ew > .row > .video-iframe-container { display: none; }#DSTtS92Kf20ekPJdxRmn42DUk1x2G4ew > .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); }#DSTtS92Kf20ekPJdxRmn42DUk1x2G4ew > .row .container { border-width: 0; border-radius: 0; }#DSTtS92Kf20ekPJdxRmn42DUk1x2G4ew > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DSTtS92Kf20ekPJdxRmn42DUk1x2G4ew > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#SUhPZM8z6sta1Xne8uITdMF5E9voS2UP { color:rgba(var(--color-primary-4),1);display:block;width:32.5625rem;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; }
#z86g4MrrnDdxy1wxmI6hsGpOEetM7HRD { 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; }
#TFmPwSXZhgz8dgKPkCntgVLQghMiUZD5 { 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; }
#NqPoUDh9TBO8uUMJrgW46f9hXPJ7ZfU4 { 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.431625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#NqPoUDh9TBO8uUMJrgW46f9hXPJ7ZfU4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NqPoUDh9TBO8uUMJrgW46f9hXPJ7ZfU4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_76b7ab5c8fa8fa889b004c90996d80cf84bbe083.svg); }
#z54tTDVG1bUumKnhtBmoLQV28LTuTLNs { 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; }
#fmdDCVHe7T5pIf9ZWPXqkEMtGhsSygZS { 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.99574375rem;font-style:normal;display:block; }
#BJXKfDApZHlG8MNKGJ6H31LZ26sMXlTn { 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.4991125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QlMF7Regus0NrSbbH4MKxFFl6aRw2IMr { 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:#000000;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:15016;text-align:center;text-align-last:center;top:29.9375rem;left:1.25rem;display:block; }
#zkhKmTKbsDnPCIDIEA64r1ORCBzXmzIE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rX0LZvEoWKqJSm5DydcUJge6vXwmrakc { 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; }
#Ww3I36i2nvTI0tOKe2R5JhwJRQrzspu4 { 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; }
#RX0hsJt83ydOoXPQ785bX5B6vyh5K3um { 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; }
#W9kvMv0h8y4CWt8GWMxEmsXkZlmuBHVd { 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; }
#kcGmZrNyzedQDy9EQTG2ABaCEVV1KGWE { 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/197166bf-a926-435a-a836-71d5355affa2/PlumbingHeatingEngineers.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; }#kcGmZrNyzedQDy9EQTG2ABaCEVV1KGWE.adaptive-delivery-prevent-bg, #kcGmZrNyzedQDy9EQTG2ABaCEVV1KGWE.lazyload, #kcGmZrNyzedQDy9EQTG2ABaCEVV1KGWE.lazyloading { background-image: none; }
#fwlJtC5cENmzJAotnuA1UqOKgFl3O5yC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5a22f747-8778-427e-9b9e-1bd0f0353d86/vaillant.jpg");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; }#fwlJtC5cENmzJAotnuA1UqOKgFl3O5yC.adaptive-delivery-prevent-bg, #fwlJtC5cENmzJAotnuA1UqOKgFl3O5yC.lazyload, #fwlJtC5cENmzJAotnuA1UqOKgFl3O5yC.lazyloading { background-image: none; }#fwlJtC5cENmzJAotnuA1UqOKgFl3O5yC > .row .container { background-color: transparent; background-image: none; }#fwlJtC5cENmzJAotnuA1UqOKgFl3O5yC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.19); }#fwlJtC5cENmzJAotnuA1UqOKgFl3O5yC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwlJtC5cENmzJAotnuA1UqOKgFl3O5yC > .row .container > .video-iframe-container { display: none; }#fwlJtC5cENmzJAotnuA1UqOKgFl3O5yC > .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); }#fwlJtC5cENmzJAotnuA1UqOKgFl3O5yC > .row > .video-iframe-container { display: none; }#fwlJtC5cENmzJAotnuA1UqOKgFl3O5yC > .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); }#fwlJtC5cENmzJAotnuA1UqOKgFl3O5yC > .row .container { border-width: 0; border-radius: 0; }#fwlJtC5cENmzJAotnuA1UqOKgFl3O5yC::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; }#fwlJtC5cENmzJAotnuA1UqOKgFl3O5yC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwlJtC5cENmzJAotnuA1UqOKgFl3O5yC > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#y8VuwMuXHXrBbshiSlQsS1iLLzBIF8Ow { box-sizing:content-box;height:21.25rem;width:46.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0.8);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; }
#GtolMSlmh02SUmslTxt3uwaclLVU4TGU { color:rgba(var(--color-tertiary-0),1);display:block;width:37.6875rem;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:13.875rem;left:3.75rem;height:1.7871125rem;font-style:normal;display:block; }
#Ax5Bx2aOmN1e7aU5b66JNcV0CdhDUH4r { 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:17.4375rem;left:3.75rem;height:4.38720625rem;font-style:normal;display:block; }
#xwSHMHcSWfcO4m5Q4Pyyv2HXrU8zyAuh { 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-primary-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:15021;text-align:center;text-align-last:center;top:23.75rem;left:3.75rem;display:block; }
#zzCSRFF13oyXtyu6IXQ85sUi4hvl0SDA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZASaaM8nWKXwvyM8UAXdCLCITnZnbesz { box-sizing:content-box;height:2.5rem;width:10.625rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),0.1);background-image:none;top:9.4375rem;left:3.75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #34a853;border-left:0.0625rem solid #34a853;border-right:0.0625rem solid #34a853;border-bottom:0.0625rem solid #34a853;display:block; }
#zOVo6ZD2SJTPWRkAA7dGStCK8IDJTMFo { color:#34a853;display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:10.1875rem;left:5rem;height:1.13725rem;font-style:normal;display:block; }#zOVo6ZD2SJTPWRkAA7dGStCK8IDJTMFo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zOVo6ZD2SJTPWRkAA7dGStCK8IDJTMFo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_15ad091bd59752c896e20a6a0862fb8dc763515e.svg); }
#qOS7sJNuoNn8TJrrxDMyqKKqPQktEVwP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qOS7sJNuoNn8TJrrxDMyqKKqPQktEVwP > .row .container { background-color: transparent; background-image: none; }#qOS7sJNuoNn8TJrrxDMyqKKqPQktEVwP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOS7sJNuoNn8TJrrxDMyqKKqPQktEVwP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOS7sJNuoNn8TJrrxDMyqKKqPQktEVwP > .row .container > .video-iframe-container { display: none; }#qOS7sJNuoNn8TJrrxDMyqKKqPQktEVwP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOS7sJNuoNn8TJrrxDMyqKKqPQktEVwP > .row > .video-iframe-container { display: none; }#qOS7sJNuoNn8TJrrxDMyqKKqPQktEVwP > .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); }#qOS7sJNuoNn8TJrrxDMyqKKqPQktEVwP > .row .container { border-width: 0; border-radius: 0; }#qOS7sJNuoNn8TJrrxDMyqKKqPQktEVwP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qOS7sJNuoNn8TJrrxDMyqKKqPQktEVwP > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:75rem;position:relative;display:block; }#nnOl6gIPoLkT4iqOJZICH6EJhTBhtRki { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:6.125rem;left:27.5rem;height:10.41548125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kNrNuTPZ0pwxybkzk6F6y3bT4ZvB2mzb { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:6.1875rem;left:2.625rem;height:8.9275625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EIQvTZ15uIK6GrwKMLWSNWeN0UM8BDn1 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:2.4375rem;left:58.25rem;height:1.487925rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#HXg4KfUEHDvgMiHaSkKrMA66JAUuT8mR { 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.5rem;width:15rem;top:4.9375rem;left:57.5rem;overflow:hidden;display:block; }
#UeXuT9916zxgviIKi54GlcUTTnMqAqIr { position:absolute;display:block;z-index:15073;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:3rem;width:10.6875rem;top:2.4375rem;left:2.625rem;overflow:hidden;display:block; }
#h839BV2RysUhbVrZE4HEgT8ZXD1RkpXC { 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; }#h839BV2RysUhbVrZE4HEgT8ZXD1RkpXC > .row .container { background-color: transparent; background-image: none; }#h839BV2RysUhbVrZE4HEgT8ZXD1RkpXC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h839BV2RysUhbVrZE4HEgT8ZXD1RkpXC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h839BV2RysUhbVrZE4HEgT8ZXD1RkpXC > .row .container > .video-iframe-container { display: none; }#h839BV2RysUhbVrZE4HEgT8ZXD1RkpXC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h839BV2RysUhbVrZE4HEgT8ZXD1RkpXC > .row > .video-iframe-container { display: none; }#h839BV2RysUhbVrZE4HEgT8ZXD1RkpXC > .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); }#h839BV2RysUhbVrZE4HEgT8ZXD1RkpXC > .row .container { border-width: 0; border-radius: 0; }#h839BV2RysUhbVrZE4HEgT8ZXD1RkpXC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h839BV2RysUhbVrZE4HEgT8ZXD1RkpXC > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#lMon3W60kLdDUI5dZuvKK4EUTyX3Psfl { color:rgba(var(--color-tertiary-4),1);display:block;width:20.4375rem;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:0.5625rem;left:2.5rem;height:1.22514375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BZeFTDPxZWdVuX90weEUvUixLT0IcLEK { color:rgba(var(--color-tertiary-4),1);display:block;width:5.6875rem;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:0.625rem;left:50.5625rem;height:1.22514375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CdKnfhyZ5xLvKi6lJ7x55A5U4XTRNq6N { color:rgba(var(--color-tertiary-4),1);display:block;width:8.1875rem;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:0.625rem;left:57.375rem;height:1.22514375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eRfeD3IZcvMmPzb3JWMnukHrSZVB9nPf { color:rgba(var(--color-tertiary-4),1);display:block;width:6.1875rem;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:0.625rem;left:66.4375rem;height:1.22514375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #I9oiVapFExOoKbiRFsnQQ7UH6fAZMidW { display:block; }#I9oiVapFExOoKbiRFsnQQ7UH6fAZMidW > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hctzc8hmJHqpJlvBlROAFcdNFOSpHOy2 { 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) { #U0uvUpVBVKePmSuLfo9QfQVNy2eMWv2N { width:3.125rem;height:3.125rem;display:none; }
#U0uvUpVBVKePmSuLfo9QfQVNy2eMWv2N > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #QZkTKkVTiTnwoPMMBRdPPLV9XGJBH8Eo { 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) { #Xwt77bg992ylw00vg1TD8e0LrGl13NTs { width:12.5rem;height:1.25rem;top:1.1875rem;left:35.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wPt7Sl1mKTTgNGwvxbOrVrqFW6tzavcX { width:11.5rem;height:3.75rem;top:1.875rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k46USk9LygbS2rHihdSRVBfUf2cVdR2M { display:block; }
 }@media only screen and (max-width: 763px) { #FABLoSQBM6mMqKfwTve1Gxfx3zGlp76a { width:1.5625rem;height:0;top:4.625rem;left:13.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AO3b4nTwV9urQorE87ZqotnvDcQ0p6TW { top:2.125rem;left:36.125rem;width:8.75rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #idxGGTaJ8HT7kOMR2aZWkfMUrRcK6GuX { width:1.5625rem;height:0;top:4.6875rem;left:41.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3aJn2ubpscDvkqvP6nStHSaX25i3i0G { top:1.3125rem;left:36.125rem;width:8.75rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5ZyPIKhHDuC9G964N6xO1qOiDMRdx0p { width:4.8125rem;height:;top:2.8125rem;left:39.625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgvSgTxWQpz5HHiC61ZTI7nPl41UaPzP { top:1.25rem;left:46.0625rem;width:0.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQIDv4ivCk2RFwyhQDFRqUFCh43aPfcd { top:2.8125rem;left:36.75rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuO17HEcumZizpfJZsUsn6aOhoT8Wnom { top:2.3125rem;left:0rem;width:11.0625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ho5tMGn7SQtZbq7LCp2gTWOtg3TaPp6V { top:2.0625rem;left:25.125rem;width:8.75rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4WD8pTybvsOcsAb2ZXK2ptSKP63Vbtd { top:1.25rem;left:25.125rem;width:8.75rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXzQ2kfNOJvNVsrVo5m3Twc4N2Ux9UcG { width:5.5625rem;height:;top:2.8125rem;left:27.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwlQxLOgFS8sIrw4UvPD0JCd7ZFPynqJ { top:2.3125rem;left:25.25rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #psMLenFOotuEJgMH7iXoVehvprErHGPB { width:1.5625rem;height:0;top:4.625rem;left:30.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnbbCdxsGiTX1rIkqcnzhgGbEBfGKStq { top:1.25rem;left:35.0625rem;width:0.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kbkni8KFy3Wza2MA14LbBxerN1kvHDI2 { top:2.75rem;left:2.1875rem;width:9.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #drS0qoFoxIMkHLAcVwckqL8Hq6eNks5a { display:block; }#drS0qoFoxIMkHLAcVwckqL8Hq6eNks5a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k9WVyLTcg4nMvUo4JNliKO4IUJMTGdDt { top:0.625rem;left:1.59375rem;width:8.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0LpK2dzhiQPz2ma1NDSP07hZATo197H { top:0.625rem;left:12.71875rem;width:10.375rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiisgIM337rTtndDsAyuvTdnsvXJrgUh { top:0.625rem;left:23.625rem;width:12.1875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgJQlX3ma7Qf00QeCskXSmDdT8slMInX { top:0.625rem;left:37.625rem;width:8.3125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSoD5kQf9PPPQyxOnRnrNXQVJd1hTJqZ { display:none; }#DSoD5kQf9PPPQyxOnRnrNXQVJd1hTJqZ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lPtkbvm2bf19FV4pIAXesTbiIIEybng8 { display:block; }#lPtkbvm2bf19FV4pIAXesTbiIIEybng8 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xo9FW5pidwBFI6AQFXlBE51KoxRrK5NT { top:6.25rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUUxTUpgB58rvrz9Gwyc5J3EuMSK8E09 { top:9.3125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLTErkE0GfHaJ6gfiEDikdbFJ8t6lz40 { top:36.25rem;left:0rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOvUwd2K19gXG6GTssTOm2XpLpGaSG2V { top:36.25rem;left:5.125rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXFdDAxCDSW4OKIl1WdKsAXMuR4yPSI6 { top:37.5rem;left:7.625rem;width:16.1875rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOJ1o5SzRhmZngEfafBVNAhi7TswgTrG { top:46.25rem;left:7.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5TlIIJ7kNk5uuUyuskbZGpmGT1eGstC { top:46.25rem;left:9.5rem;width:11rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOOwJ43yvTKATmmK8CchhHw5ZEPiTaB7 { top:46.25rem;left:22.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #voWNUKlezQdQEdrEk9esaGJBZhOqTVAe { top:15rem;left:0rem;width:47.75rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hitliLIWbVN5MO7VZ2eXH14WnZVakkxp { top:48.75rem;left:0rem;width:47.75rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1EgXtSMLRKNQit1f202hKCEBcfGDnbl { top:53.75rem;left:2rem;width:10.6875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFKUEBXkzq419IJp0wR0fxiI81ks5o0f { top:53.75rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf7GwoqiATt5UeasKmQd8qdN4DIaIRTS { top:49.9375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUe44pRBePfmIFl3bTopflto6zXpOr0e { top:53.75rem;left:0.125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSFEmyl5hkOsVTaIrMTTI55ZoVZgkR84 { top:53.75rem;left:17.3125rem;width:10.625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8N0NcgydJ5InhBIFo9vo6J7yQPhSQ4X { top:2.5rem;left:0rem;width:20rem;height:;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JpkrWlPageo4x1661bvn2JMoinOq7TPl { top:6.875rem;left:0rem;width:20rem;height:6.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lmzpwKalAn8H00DLKLO3w8RZD0uET64S { top:2.5rem;left:14rem;width:21rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oomQqFvvqieKWzxUXFCPslrQlsTeT9JQ { width:18.5rem;height:1.125rem;top:3.25rem;left:15.25rem;font-size:0.8125rem;display:block; }#oomQqFvvqieKWzxUXFCPslrQlsTeT9JQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4e7803f72d99b08c7d6052e6d7fcb0521f3f9748.svg); }
 }@media only screen and (max-width: 763px) { #uSFkqtvZAsZr0PrED0eMsqzatxklwhuU { display:block; }#uSFkqtvZAsZr0PrED0eMsqzatxklwhuU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lfhDS1HR63dwcCCAZhOxpSr0rwKVQlkE { width:8.625rem;height:4.1875rem;top:1.625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJmlTd1qt3sDblwc96EU9u95BwATKtfb { width:7.5625rem;height:5rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fF4TWnmAkdAtwLe5nDEfkpPvA7nE7NlT { width:9.9375rem;height:3.1875rem;top:1.9375rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDETqCqxK9VWrqPTTzyQW19fGGngMpTG { width:10rem;height:3.3125rem;top:1.9375rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEm65l5SEyPFqZd1p6mL4eaninnepTAx { width:8.0625rem;height:4.25rem;top:1.625rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLB9MkcrghWdC5Q2rMeAkxfJL8wTF7ve { display:block; }#QLB9MkcrghWdC5Q2rMeAkxfJL8wTF7ve > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q7t1RfqMqFbUVmVk3SBkNrT9ACllViRc { top:3.1875rem;left:0rem;width:37.5rem;height:1.75rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vc6zUF74p6zv3AA6B7xr8mpKeoPHWgMy { top:6.25rem;left:0rem;width:25.125rem;height:2.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vncW1biMiSaa3W7wXeCVMiRdOKVTJ6Xn { top:13.75rem;left:19.5625rem;width:16.25rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sggq5gahD1bOtg5WPdiKcQZMdw4bIgwT { top:28.75rem;left:19.5625rem;width:16.25rem;height:1.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #C30b7dureJ8hldci007p0W26wdabRCWx { top:31.25rem;left:22rem;width:13.8125rem;height:2.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rMcsy4dehGZ1cL5lXB1dOUt7JU2E2g4f { top:15rem;left:25.40625rem;width:8.8125rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykxPwRxikNGda97UK0OqI7fAFAFri4fE { top:37.375rem;left:19.5625rem;width:16.25rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HGFQfcHReiQvtSDe3T28eORyzBKft3ln { top:36.25rem;left:19.5625rem;width:16.25rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JXNwttuy8puZlpbfsfowzfDHTZli3M5p { top:38.875rem;left:19.5625rem;width:16.25rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qXFBOOEIvgIRH1qJ9B9vr11C1zKo1Obi { top:13.8125rem;left:31.5rem;width:16.25rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq5lXXC71dLqTzeh2KTdegbEq1AGcTFI { top:16.3125rem;left:36.78125rem;width:9.6875rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P52F95x153KyRbpJpolCBut1PTSCMzxa { top:28.8125rem;left:31.5rem;width:16.25rem;height:1.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QlJo9XJneNyXH7gPxZqkHxmNczCzv02a { top:31.5625rem;left:33.9375rem;width:13.8125rem;height:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GvuJBXMuHVHcdStv96gATmw7qDMfRraC { top:36.3125rem;left:31.5rem;width:16.25rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #B6c8J5dKe9w7iXH9fMGOz6SxK12cZ99Z { top:37.4375rem;left:31.5rem;width:16.25rem;height:;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aJZsNk2ohpWT6XuacGFC9G9sVCV8dRSf { top:38.9375rem;left:31.5rem;width:16.25rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lALdN9h51QKsXLti8TQipw9AIZBxWBXd { top:13.75rem;left:0rem;width:16.25rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPWbHc4p8laDtBC665spLGgagiUEUnGK { top:16.25rem;left:0rem;width:11.1875rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBVhxRsdJAbhUNgIWC1s2C8SE2ePw3gP { top:28.5625rem;left:0rem;width:16.25rem;height:1.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VuNWBSSxE3IFLy6JaW5tnhMthRn7Hlcq { top:31.25rem;left:0rem;width:13.8125rem;height:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aR3UmUTVLaTxJsNKXN0VTxtZiSJPCh2t { top:36.25rem;left:0rem;width:16.25rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fv4bPTfk9Sq8d1oTSBFcgTZlcnlTZiOs { top:37.375rem;left:0rem;width:16.25rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SAzswqwKqI0KFuyJ56QUolxmQfVbyfgL { top:38.875rem;left:0rem;width:16.25rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #B1Noiuz2udNq8Fiee3iGkH9u8BM73GDh { top:13.8125rem;left:7.375rem;width:16.25rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKyQtzgJfl3pHd271574nFvHwAW8M86o { top:15.0625rem;left:14.53125rem;width:7.75rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJzwnzrrOm6tXPq7rN2IDBItAHNDcww3 { top:28.8125rem;left:7.625rem;width:16.25rem;height:1.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #N46gz5goD2CroaEco68gaUlQeMTxI34k { top:31.3125rem;left:10.0625rem;width:13.8125rem;height:2.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OJlryGZtZVSt0Tx7QWq2gvvVdK4EDMdc { top:36.3125rem;left:7.625rem;width:16.25rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #i6KSaJbIM7rvZ1s6lnGvJICu2qPHUZAu { top:37.3125rem;left:7.625rem;width:16.25rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #o0E83WDmFbxiZNBF5HRty9qcD21fWmZb { top:38.8125rem;left:7.625rem;width:16.25rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xSko0irT5Zw32HypiifQk9TSi7MmVhOU { top:12.5rem;left:13.90625rem;width:7.9375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLf28UOmSaI2Grt8KNy7W1OV7NTDT0qz { width:6.4375rem;height:1.125rem;top:13.25rem;left:14.65625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGeKdosTUxU1DuyBpRWh9mfto8Ww5q7v { top:45rem;left:0rem;width:41.875rem;height:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mq3WKXZ4wP2TiHSmx3IHk8XwWDu21RaQ { width:25rem;height:2.5rem;top:47.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZC4VODtIOMVzZrNViEtRB0e8iNu0brTM { display:block; }
 }@media only screen and (max-width: 763px) { #IRqcR3ssqhOaAK7l0AbzCaZ6IaCMrddm { top:50.875rem;left:0rem;width:25rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UukxNGoT7MwcO3rJao9MSlV8H6UwuH6P { display:block; }#UukxNGoT7MwcO3rJao9MSlV8H6UwuH6P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c3dfw5NrepmnzJWFsisxAOG0GTGs3FCN { top:6.375rem;left:0rem;width:37.6875rem;height:;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JpKmNkLTzo4TPOOMdiKuyQxwi9AFqVMz { width:10rem;height:10rem;top:14.4375rem;left:21.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VwZbzoGgE3JBAduGUaIJnEcQ499kN4WD { top:14.4375rem;left:15.875rem;width:10rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #zaGRTNzbc5FJW6NKPN0QQw2yXqVAiwRT { top:21.9375rem;left:0.4375rem;width:8.75rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CbdDMTEO4ULteCmR3rPNcu3tcfXh8ixO { width:10rem;height:10rem;top:14.4375rem;left:15.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pXOOcKVHZzVX2qMf6P90EGLLpS3kh4Lb { top:14.4375rem;left:37.625rem;width:10rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #gRsv1E98QBnMeJPuxoKU6gskaBQpi29v { top:21.9375rem;left:15.875rem;width:8.6875rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #iQxmPGJkHdwcy54eI02AiVJtbqmmTUz3 { width:10rem;height:10rem;top:14.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wEkckmDlfJ0Z289m0E7wv89xsPk0I41F { top:14.4375rem;left:21.75rem;width:10rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #sSh4hkoFs8q0xxyJioUNhh23HONoE915 { top:21.9375rem;left:9.625rem;width:6.25rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zTvrRVMBxpksVGwTCsJpMcg4e1QJGTRM { width:10rem;height:10rem;top:14.4375rem;left:21.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tazb7gKDoGQUQboVOaVeCh50IF6hobTD { top:14.4375rem;left:5.875rem;width:10rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #y26bLZ23VEFeZzLTDbFDx1bF05D0K7eO { top:21.9375rem;left:31.75rem;width:8.75rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #r5bagVtKXfOn3zLuXSBkT1TppSoiivpb { width:10rem;height:10rem;top:14.4375rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iAZQg65hLfIUfmNuoVqXhmCMacxDHpbO { top:14.4375rem;left:21.75rem;width:10rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #V56if0mALlE2CopGFBipdi1mSeUGhwMg { top:21.9375rem;left:38.4375rem;width:8.75rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TJRAzwfhhBwud7FO7a9Z4VXA4WyAhTue { width:10rem;height:10rem;top:14.4375rem;left:37.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #z3rkNhRkX8gTa3ISEC9MvFohHynesKGi { top:14.4375rem;left:0rem;width:10rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ba15cbOmwIXM3zgVTznTuqmP9UqGO2Td { top:21.9375rem;left:23rem;width:8.75rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tmy3hsXN82Nx6FUOLokCAuRzIxEGBxAT { width:10rem;height:10rem;top:25.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HNxvkx7A2f82P5z2kp9b81u5mg91J4KD { top:25.6875rem;left:0rem;width:10rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #EdhTPRIy81GSXnsGVA5mmNttZXgDpeuT { top:33.1875rem;left:0.4375rem;width:8.8125rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sSmqea7MVncQt6PPdot3fPAuzbirkywS { width:10rem;height:10rem;top:25.6875rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uWspZg7DAUVpXwso3oTaZHNAilkBTHGd { top:25.6875rem;left:5.875rem;width:10rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #hKoXxFOwgBuZcnlLIxKq1Bdn9DWC6JQE { top:33.1875rem;left:7.1875rem;width:8.6875rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bQyo4kuPRqnuZeMdrd3wiB5nvE0fWk7m { width:10rem;height:10rem;top:25.6875rem;left:15.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tHv4NGXwpvlfQPAtbEsOahg9ySkZnI7b { top:25.6875rem;left:15.875rem;width:10rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #DFTAqxMNKLPP0AQR1f36VGAfZKZ2erp2 { top:33.1875rem;left:15.875rem;width:8.8125rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hIyMqBKCsEZxvbQF4157Zr0hUPFGFy4p { width:10rem;height:10rem;top:25.6875rem;left:21.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mOG1FFbakxettDsKOesOboBJiUOFcdUu { top:25.6875rem;left:21.75rem;width:10rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZU5hefZpTtfC1UDpbZTG2IhNW0nLwqKS { top:33.1875rem;left:23rem;width:8.75rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bHCv5VvNEBnlTJu9L4RILPwgREn7DTzw { width:10rem;height:10rem;top:25.6875rem;left:21.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PKvSWLO1ab8gf0Gd552seV4pvrLWm1ZZ { top:25.6875rem;left:21.75rem;width:10rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #nt7g90O1bnJmRRVLVeA76gJFPckRRdi3 { top:33.1875rem;left:31.75rem;width:8.75rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kMTXn5RtKxee6UTEgb4bRfsr0ss7RDd0 { width:10rem;height:10rem;top:25.6875rem;left:37.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FPFC6Vg9kUz8ApCT3vceV4nnuShH77BB { top:25.6875rem;left:37.625rem;width:10rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #MTEddz57FmZ2eXFi7nhABJpcx8vMTrvX { top:33.1875rem;left:38.4375rem;width:8.75rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LLD8C0bbHEqeozKwbJFIKlxTdzsbAn0o { width:10rem;height:10rem;top:36.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wusHN4WR05EdcnUMoXKVTEPwHi89QJiU { top:36.9375rem;left:0rem;width:10rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #AOC7ZzA4NKbPA7z9huRgVdympAmF6EJN { top:44.4375rem;left:0.4375rem;width:8.75rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #M7ZZL0HDJ21xQTNiFxPrAi9cR5Dva5Bv { width:10rem;height:10rem;top:36.9375rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #psuww6E6P5TzUxH3ug54hKwHKMKSd7v3 { top:36.9375rem;left:5.875rem;width:10rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #cFniL0Ol2T1xXU625na6fcJXG9e2QXk5 { top:44.4375rem;left:7.125rem;width:8.75rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DB5M3CgJyNrxorNuL2VMiFWFmWBHZC2h { width:10rem;height:10rem;top:36.875rem;left:15.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ptS2dVnmzMtDydOgXpq9w9pP5GXlveuJ { top:36.875rem;left:15.875rem;width:10rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #mOhSf4IGiKmSA8kO3l6dXM0WhEKCfrO4 { top:44.4375rem;left:15.875rem;width:8.75rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hC74V0T1lqNO9Mbip130psmzcdm4eQRg { width:10rem;height:10rem;top:36.875rem;left:21.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #q6HrO5BtFPRLrsiHVJvVtwlaPWW4u8Ih { top:36.9375rem;left:21.75rem;width:10rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #RXMmyPCuF4byTRBddaN9x5AcKXiedKAX { top:44.4375rem;left:23rem;width:8.75rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hSIcMVtBeFtLqzCQC03Eb1pQmpFhKGR1 { width:10rem;height:10rem;top:36.9375rem;left:21.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mUsg6Q0c37iBzaZoCqvbpQbfAE5PgguC { top:36.9375rem;left:21.75rem;width:10rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xc3CxdvmFKvF8aFowiRNMTFqCQh8D0el { top:44.4375rem;left:31.75rem;width:8.75rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ddnWBahts7ttL1na88OqvqkZPlpx9sQZ { width:10rem;height:10rem;top:36.9375rem;left:37.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NidlNV3oZcOK0ts7a0vCekV5RhL7SIvm { top:36.9375rem;left:37.625rem;width:10rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #Te2zneKEAwo4ETJ6yHSUTJZldTiD8qli { top:44.4375rem;left:38.4375rem;width:8.75rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pcOLliz0pGoRolQJOmC9fPFxaBL3q7KF { top:4.4375rem;left:0rem;width:25rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FL9McwuxwrOgG8EveXVyNSvz4H76uHC6 { top:9.4375rem;left:1.625rem;width:25.125rem;height:2.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LyMyXxGSLqHOLyVfEtQOtiolqTMHTTQa { display:block; }#LyMyXxGSLqHOLyVfEtQOtiolqTMHTTQa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EoikhxgsOIwHIdMatT6XH5bB20vT6Qiy { top:2.375rem;left:0rem;width:47.75rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #goBrvquvOI9g4JZcWFGV6AlHBUTKSukF { top:6.6875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQT3TIKdx18k1UeMDnEi55cTkI4utsLZ { top:9.875rem;left:5.125rem;width:38.4375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHTsIzPgz6TKXoea4XUb99hrBsD9Ona5 { width:25rem;height:2.5rem;top:13.625rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCTFuolcnWozcwbiMKWZE5T9Vuo0rii2 { display:block; }
 }@media only screen and (max-width: 763px) { #epH99QMEio3LL83WW61Q7Ds3TyMMxMTE { top:17.125rem;left:15.125rem;width:17.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiMPuZzwUzcSb2uHC1nE7dD5fKZuDb1D { display:block; }#OiMPuZzwUzcSb2uHC1nE7dD5fKZuDb1D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a2P31D4t7E7IO1sGX6Uv8IeCmpEOhPUD { top:18.8125rem;left:0rem;width:20rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEHHNFzEg6mUvDTyXxykGrBpTPlTDzJu { top:31.3125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qay8cBTmhm6ey5IZxOWuxNlZVWENrZfv { top:31.3125rem;left:0rem;width:14.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWMlxpphGQAZa7TkzIpQwTtNK1S6CevK { top:18.8125rem;left:11.75rem;width:20rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeqdPcwBRpThaEomPxeziUIuKUrlQ6G6 { top:21.3125rem;left:14.25rem;width:17.5rem;height:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHeXQTXRlg7yNmkpv7nutBDrEhl1fSWp { top:31.25rem;left:15.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJ1HiNbU2c0ySCI6CVmy46c49SRwByyz { 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) { #Z0GgVVcSFAThuSeKWWkTW9ciPCs9FQKv { top:18.8125rem;left:27.625rem;width:20rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqPzD9a7J9WiyIF406z1TTVzRHPT5RT2 { top:31.3125rem;left:32.1875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgKCu3P0PMrDtr2AuGc1B2Tu1B7pvJnL { 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) { #m3TKVXZi8GHWNfBdR17vqoc2kKOKavQB { top:21.3125rem;left:30.125rem;width:17.5rem;height:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiMkL0bEg4sml0Np8NXL9zT8qVcaKZnF { top:21.3125rem;left:0rem;width:17.5rem;height:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ftf3wGwTa029sW8JlGIlTI5vs4Mh0AK1 { top:31.3125rem;left:14.1875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFWOHNMUwiM1owCdmAkIr3TxmS4QHdLN { top:31.3125rem;left:30.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvaQmcvrWn3ddLNDRWXSABeQlTlP2fMD { top:31.3125rem;left:46.375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NM1JTM3ppynFLFpxTC2KmPqgNcQDmEpc { top:2.5rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #esAMkJfUydp2ZzfxWyvDNuLdisb0y1wK { top:36.3125rem;left:0.75rem;width:15.125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlsUFKwdltTu0w3rGaTZGtRH8RTQ5zkS { width:16.25rem;height:2.5rem;top:36.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBbeJSlQouS4fMSXpVopTKVQQ1rWZKOc { display:block; }
 }@media only screen and (max-width: 763px) { #EAAlRAr8w5TvfGCJMB4Kzw1Uh3pOeSul { top:7.5rem;left:0rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmJHqaadFySJHyqUzDKDfucmlroThsrR { top:7.5rem;left:11.75rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnpnCyqu5LLVr6IMw4A8hcFyS4GENLRq { top:7.5rem;left:27.625rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSTtS92Kf20ekPJdxRmn42DUk1x2G4ew { display:block; }#DSTtS92Kf20ekPJdxRmn42DUk1x2G4ew > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SUhPZM8z6sta1Xne8uITdMF5E9voS2UP { top:2.4375rem;left:0rem;width:32.5625rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z86g4MrrnDdxy1wxmI6hsGpOEetM7HRD { top:8.6875rem;left:0rem;width:32.5rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFmPwSXZhgz8dgKPkCntgVLQghMiUZD5 { top:5.625rem;left:0rem;width:30.125rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqPoUDh9TBO8uUMJrgW46f9hXPJ7ZfU4 { top:9.9375rem;left:0rem;width:27.6875rem;height:;font-size:1rem;display:block; }#NqPoUDh9TBO8uUMJrgW46f9hXPJ7ZfU4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_76b7ab5c8fa8fa889b004c90996d80cf84bbe083.svg); }
 }@media only screen and (max-width: 763px) { #z54tTDVG1bUumKnhtBmoLQV28LTuTLNs { top:21.1875rem;left:16.5rem;width:31.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmdDCVHe7T5pIf9ZWPXqkEMtGhsSygZS { top:22.4375rem;left:18.9375rem;width:28.8125rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJXKfDApZHlG8MNKGJ6H31LZ26sMXlTn { top:29.9375rem;left:8.75rem;width:15.125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlMF7Regus0NrSbbH4MKxFFl6aRw2IMr { width:16.25rem;height:2.5rem;top:29.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkhKmTKbsDnPCIDIEA64r1ORCBzXmzIE { display:block; }
 }@media only screen and (max-width: 763px) { #rX0LZvEoWKqJSm5DydcUJge6vXwmrakc { top:31.1875rem;left:23.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ww3I36i2nvTI0tOKe2R5JhwJRQrzspu4 { 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) { #RX0hsJt83ydOoXPQ785bX5B6vyh5K3um { 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) { #W9kvMv0h8y4CWt8GWMxEmsXkZlmuBHVd { top:31.1875rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcGmZrNyzedQDy9EQTG2ABaCEVV1KGWE { top:2.4375rem;left:16.5rem;width:31.25rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwlJtC5cENmzJAotnuA1UqOKgFl3O5yC { display:block; }#fwlJtC5cENmzJAotnuA1UqOKgFl3O5yC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y8VuwMuXHXrBbshiSlQsS1iLLzBIF8Ow { top:7.5rem;left:0rem;width:46.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtolMSlmh02SUmslTxt3uwaclLVU4TGU { top:13.875rem;left:0rem;width:37.6875rem;height:1.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ax5Bx2aOmN1e7aU5b66JNcV0CdhDUH4r { top:17.4375rem;left:0rem;width:35.5rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwSHMHcSWfcO4m5Q4Pyyv2HXrU8zyAuh { width:16.25rem;height:2.5rem;top:23.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzCSRFF13oyXtyu6IXQ85sUi4hvl0SDA { display:block; }
 }@media only screen and (max-width: 763px) { #ZASaaM8nWKXwvyM8UAXdCLCITnZnbesz { top:9.4375rem;left:0rem;width:10.625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOVo6ZD2SJTPWRkAA7dGStCK8IDJTMFo { width:8.5625rem;height:1.125rem;top:10.1875rem;left:0rem;font-size:0.8125rem;display:block; }#zOVo6ZD2SJTPWRkAA7dGStCK8IDJTMFo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_15ad091bd59752c896e20a6a0862fb8dc763515e.svg); }
 }@media only screen and (max-width: 763px) { #qOS7sJNuoNn8TJrrxDMyqKKqPQktEVwP { display:block; }#qOS7sJNuoNn8TJrrxDMyqKKqPQktEVwP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nnOl6gIPoLkT4iqOJZICH6EJhTBhtRki { top:6.0625rem;left:13.874998092651rem;width:20.5rem;height:10.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNrNuTPZ0pwxybkzk6F6y3bT4ZvB2mzb { top:6.1875rem;left:0rem;width:20rem;height:7.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIQvTZ15uIK6GrwKMLWSNWeN0UM8BDn1 { top:2.4375rem;left:33.5rem;width:14.25rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXg4KfUEHDvgMiHaSkKrMA66JAUuT8mR { top:4.9375rem;left:32.75rem;width:15rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeXuT9916zxgviIKi54GlcUTTnMqAqIr { top:2.4375rem;left:0rem;width:10.6875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #h839BV2RysUhbVrZE4HEgT8ZXD1RkpXC { display:block; }#h839BV2RysUhbVrZE4HEgT8ZXD1RkpXC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lMon3W60kLdDUI5dZuvKK4EUTyX3Psfl { top:0.5625rem;left:0rem;width:20.4375rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZeFTDPxZWdVuX90weEUvUixLT0IcLEK { top:0.625rem;left:36.9375rem;width:5.6875rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdKnfhyZ5xLvKi6lJ7x55A5U4XTRNq6N { top:0.625rem;left:39.5625rem;width:8.1875rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRfeD3IZcvMmPzb3JWMnukHrSZVB9nPf { top:0.625rem;left:39.1875rem;width:6.1875rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #I9oiVapFExOoKbiRFsnQQ7UH6fAZMidW { background-color:#000000;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;display:block; }#I9oiVapFExOoKbiRFsnQQ7UH6fAZMidW > .row .container { background-color: transparent; background-image: none; }#I9oiVapFExOoKbiRFsnQQ7UH6fAZMidW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I9oiVapFExOoKbiRFsnQQ7UH6fAZMidW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I9oiVapFExOoKbiRFsnQQ7UH6fAZMidW > .row .container > .video-iframe-container { display: none; }#I9oiVapFExOoKbiRFsnQQ7UH6fAZMidW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I9oiVapFExOoKbiRFsnQQ7UH6fAZMidW > .row > .video-iframe-container { display: none; }#I9oiVapFExOoKbiRFsnQQ7UH6fAZMidW > .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); }#I9oiVapFExOoKbiRFsnQQ7UH6fAZMidW > .row .container { border-width: 0; border-radius: 0; }#I9oiVapFExOoKbiRFsnQQ7UH6fAZMidW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I9oiVapFExOoKbiRFsnQQ7UH6fAZMidW > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hctzc8hmJHqpJlvBlROAFcdNFOSpHOy2 { 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) { #U0uvUpVBVKePmSuLfo9QfQVNy2eMWv2N { display:flex;top:0.75rem;left:16.875rem;width:3.125rem;height:3.125rem;z-index:15003;display:none; }
#U0uvUpVBVKePmSuLfo9QfQVNy2eMWv2N > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #QZkTKkVTiTnwoPMMBRdPPLV9XGJBH8Eo { 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) { #Xwt77bg992ylw00vg1TD8e0LrGl13NTs { 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) { #wPt7Sl1mKTTgNGwvxbOrVrqFW6tzavcX { width:7.75rem;height:2.5625rem;top:11.25rem;left:4.75rem;color:#ffffff;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #k46USk9LygbS2rHihdSRVBfUf2cVdR2M { display:block; }
 }@media only screen and (max-width: 763px) { #FABLoSQBM6mMqKfwTve1Gxfx3zGlp76a { width:7.5rem;height:0;top:5.6875rem;left:11.40625rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #AO3b4nTwV9urQorE87ZqotnvDcQ0p6TW { width:7.5rem;height:2.5625rem;top:5.625rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #idxGGTaJ8HT7kOMR2aZWkfMUrRcK6GuX { width:1.5625rem;height:0;top:15.88671875rem;left:9.8125rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #h3aJn2ubpscDvkqvP6nStHSaX25i3i0G { width:7.5rem;height:1.25rem;top:5rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #e5ZyPIKhHDuC9G964N6xO1qOiDMRdx0p { width:5rem;height:0;top:6.25rem;left:3.8125rem;font-size:0.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #PgvSgTxWQpz5HHiC61ZTI7nPl41UaPzP { width:0.0625rem;height:5rem;top:6.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VQIDv4ivCk2RFwyhQDFRqUFCh43aPfcd { width:1.25rem;height:1.25rem;top:6.25rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JuO17HEcumZizpfJZsUsn6aOhoT8Wnom { width:7.375rem;height:2rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ho5tMGn7SQtZbq7LCp2gTWOtg3TaPp6V { width:7.5rem;height:2.6875rem;top:5.625rem;left:10.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #t4WD8pTybvsOcsAb2ZXK2ptSKP63Vbtd { width:7.5rem;height:1.25rem;top:5rem;left:10.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rXzQ2kfNOJvNVsrVo5m3Twc4N2Ux9UcG { width:5.5625rem;height:0;top:6.25rem;left:12.5rem;font-size:0.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #EwlQxLOgFS8sIrw4UvPD0JCd7ZFPynqJ { width:1.875rem;height:1.875rem;top:5.9375rem;left:11rem;display:none; }
 }@media only screen and (max-width: 763px) { #psMLenFOotuEJgMH7iXoVehvprErHGPB { width:1.5625rem;height:0;top:10.6875rem;left:10.8125rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #OnbbCdxsGiTX1rIkqcnzhgGbEBfGKStq { width:0.0625rem;height:5rem;top:1.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kbkni8KFy3Wza2MA14LbBxerN1kvHDI2 { width:7.1875rem;height:1.75rem;top:1.25rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #drS0qoFoxIMkHLAcVwckqL8Hq6eNks5a { display:block; }#drS0qoFoxIMkHLAcVwckqL8Hq6eNks5a > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k9WVyLTcg4nMvUo4JNliKO4IUJMTGdDt { width:6.9375rem;height:0;top:12.3505859375rem;left:7.5rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #L0LpK2dzhiQPz2ma1NDSP07hZATo197H { width:10.0625rem;height:1.05025rem;top:0.625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ZiisgIM337rTtndDsAyuvTdnsvXJrgUh { width:11.9375rem;height:0;top:13.8496125rem;left:4rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #AgJQlX3ma7Qf00QeCskXSmDdT8slMInX { width:10.625rem;height:1.05025rem;top:0.625rem;left:9.375rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #DSoD5kQf9PPPQyxOnRnrNXQVJd1hTJqZ { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/5a22f747-8778-427e-9b9e-1bd0f0353d86/vaillant.jpg");background-position:top 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; }#DSoD5kQf9PPPQyxOnRnrNXQVJd1hTJqZ.adaptive-delivery-prevent-bg, #DSoD5kQf9PPPQyxOnRnrNXQVJd1hTJqZ.lazyload, #DSoD5kQf9PPPQyxOnRnrNXQVJd1hTJqZ.lazyloading { background-image: none; }#DSoD5kQf9PPPQyxOnRnrNXQVJd1hTJqZ > .row .container { background-color: transparent; background-image: none; }#DSoD5kQf9PPPQyxOnRnrNXQVJd1hTJqZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DSoD5kQf9PPPQyxOnRnrNXQVJd1hTJqZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DSoD5kQf9PPPQyxOnRnrNXQVJd1hTJqZ > .row .container > .video-iframe-container { display: none; }#DSoD5kQf9PPPQyxOnRnrNXQVJd1hTJqZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DSoD5kQf9PPPQyxOnRnrNXQVJd1hTJqZ > .row > .video-iframe-container { display: none; }#DSoD5kQf9PPPQyxOnRnrNXQVJd1hTJqZ > .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); }#DSoD5kQf9PPPQyxOnRnrNXQVJd1hTJqZ > .row .container { border-width: 0; border-radius: 0; }#DSoD5kQf9PPPQyxOnRnrNXQVJd1hTJqZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DSoD5kQf9PPPQyxOnRnrNXQVJd1hTJqZ > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lPtkbvm2bf19FV4pIAXesTbiIIEybng8 { 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; }#lPtkbvm2bf19FV4pIAXesTbiIIEybng8.adaptive-delivery-prevent-bg, #lPtkbvm2bf19FV4pIAXesTbiIIEybng8.lazyload, #lPtkbvm2bf19FV4pIAXesTbiIIEybng8.lazyloading { background-image: none; }#lPtkbvm2bf19FV4pIAXesTbiIIEybng8 > .row .container { background-color: transparent; background-image: none; }#lPtkbvm2bf19FV4pIAXesTbiIIEybng8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#lPtkbvm2bf19FV4pIAXesTbiIIEybng8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lPtkbvm2bf19FV4pIAXesTbiIIEybng8 > .row .container > .video-iframe-container { display: none; }#lPtkbvm2bf19FV4pIAXesTbiIIEybng8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#lPtkbvm2bf19FV4pIAXesTbiIIEybng8 > .row > .video-iframe-container { display: none; }#lPtkbvm2bf19FV4pIAXesTbiIIEybng8 > .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); }#lPtkbvm2bf19FV4pIAXesTbiIIEybng8 > .row .container { width:20rem;height:70rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xo9FW5pidwBFI6AQFXlBE51KoxRrK5NT { 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) { #tUUxTUpgB58rvrz9Gwyc5J3EuMSK8E09 { 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) { #QLTErkE0GfHaJ6gfiEDikdbFJ8t6lz40 { width:20rem;height:12.5rem;top:62.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VOvUwd2K19gXG6GTssTOm2XpLpGaSG2V { width:20rem;height:12.5rem;top:76.3125rem;left:0rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #CXFdDAxCDSW4OKIl1WdKsAXMuR4yPSI6 { 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) { #ZOJ1o5SzRhmZngEfafBVNAhi7TswgTrG { width:1.25rem;height:1.25rem;top:72.5625rem;left:18.75rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #y5TlIIJ7kNk5uuUyuskbZGpmGT1eGstC { 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) { #NOOwJ43yvTKATmmK8CchhHw5ZEPiTaB7 { width:1.25rem;height:1.25rem;top:86.3125rem;left:17.5rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #voWNUKlezQdQEdrEk9esaGJBZhOqTVAe { width:20rem;height:16.4375rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hitliLIWbVN5MO7VZ2eXH14WnZVakkxp { width:20rem;height:8.75rem;top:58.75rem;left:-0.125rem;z-index:15010;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-4),0.14);border-left:0.0625rem solid rgba(var(--color-primary-4),0.14);border-right:0.0625rem solid rgba(var(--color-primary-4),0.14);border-bottom:0.0625rem solid rgba(var(--color-primary-4),0.14);display:block; }
 }@media only screen and (max-width: 763px) { #a1EgXtSMLRKNQit1f202hKCEBcfGDnbl { width:10.6875rem;height:1.2749rem;top:65rem;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) { #fFKUEBXkzq419IJp0wR0fxiI81ks5o0f { width:1.25rem;height:1.25rem;top:65rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf7GwoqiATt5UeasKmQd8qdN4DIaIRTS { width:17.5625rem;height:4.2223rem;top:60rem;left:1.125rem;font-size:0.8125rem;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) { #CUe44pRBePfmIFl3bTopflto6zXpOr0e { width:1.25rem;height:1.25rem;top:65rem;left:1.25rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #hSFEmyl5hkOsVTaIrMTTI55ZoVZgkR84 { 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) { #M8N0NcgydJ5InhBIFo9vo6J7yQPhSQ4X { top:2.5rem;left:0rem;width:20rem;height:;z-index:15027;font-size:1.4375rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #JpkrWlPageo4x1661bvn2JMoinOq7TPl { top:6.875rem;left:0rem;width:20rem;height:6.494125rem;z-index:15028;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lmzpwKalAn8H00DLKLO3w8RZD0uET64S { width:19.875rem;height:2.5rem;top:2.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oomQqFvvqieKWzxUXFCPslrQlsTeT9JQ { width:18.5rem;height:auto;top:3.25rem;left:0.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }#oomQqFvvqieKWzxUXFCPslrQlsTeT9JQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4e7803f72d99b08c7d6052e6d7fcb0521f3f9748.svg); }
 }@media only screen and (max-width: 763px) { #uSFkqtvZAsZr0PrED0eMsqzatxklwhuU { display:block; }#uSFkqtvZAsZr0PrED0eMsqzatxklwhuU > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lfhDS1HR63dwcCCAZhOxpSr0rwKVQlkE { width:7.5625rem;height:3.6875rem;top:2rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJmlTd1qt3sDblwc96EU9u95BwATKtfb { width:4.25rem;height:2.8125rem;top:17.5rem;left:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #fF4TWnmAkdAtwLe5nDEfkpPvA7nE7NlT { width:10.125rem;height:3.3125rem;top:8.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDETqCqxK9VWrqPTTzyQW19fGGngMpTG { width:9.25rem;height:3.125rem;top:2.625rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEm65l5SEyPFqZd1p6mL4eaninnepTAx { width:6.75rem;height:3.5rem;top:8.25rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLB9MkcrghWdC5Q2rMeAkxfJL8wTF7ve { display:block; }#QLB9MkcrghWdC5Q2rMeAkxfJL8wTF7ve > .row .container { width:20rem;height:73.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q7t1RfqMqFbUVmVk3SBkNrT9ACllViRc { width:20rem;height:1.7871125rem;top:2.5rem;left:0rem;font-size:1.625rem;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:#000000;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #Vc6zUF74p6zv3AA6B7xr8mpKeoPHWgMy { width:20rem;height:3.5981875rem;top:5rem;left:0rem;font-size:1rem;line-height:1.2;z-index:15089;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vncW1biMiSaa3W7wXeCVMiRdOKVTJ6Xn { width:8.75rem;height:22.5rem;top:36.25rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #sggq5gahD1bOtg5WPdiKcQZMdw4bIgwT { width:8.8125rem;height:1.21875rem;top:47.5625rem;left:0rem;font-size:0.9375rem;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:#000000;z-index:15120;display:block; }
 }@media only screen and (max-width: 763px) { #C30b7dureJ8hldci007p0W26wdabRCWx { width:7.5625rem;height:1.949575rem;top:49.375rem;left:0.5625rem;font-size:0.75rem;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:#000000;z-index:15121;display:block; }
 }@media only screen and (max-width: 763px) { #rMcsy4dehGZ1cL5lXB1dOUt7JU2E2g4f { width:5.8125rem;height:8.9375rem;top:37.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykxPwRxikNGda97UK0OqI7fAFAFri4fE { width:8.75rem;height:1.13725rem;top:53.75rem;left:0rem;font-size:0.875rem;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:#000000;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #HGFQfcHReiQvtSDe3T28eORyzBKft3ln { width:8.8125rem;height:0.9747875rem;top:52.5rem;left:0rem;font-size:0.75rem;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:#000000;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #JXNwttuy8puZlpbfsfowzfDHTZli3M5p { width:8.75rem;height:0.9747875rem;top:55rem;left:0rem;font-size:0.75rem;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:#000000;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #qXFBOOEIvgIRH1qJ9B9vr11C1zKo1Obi { width:8.75rem;height:22.5rem;top:36.25rem;left:11.1875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Tq5lXXC71dLqTzeh2KTdegbEq1AGcTFI { width:6.3125rem;height:7.75rem;top:38.75rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P52F95x153KyRbpJpolCBut1PTSCMzxa { width:8.75rem;height:1.21875rem;top:47.5625rem;left:11.25rem;font-size:0.9375rem;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:#000000;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #QlJo9XJneNyXH7gPxZqkHxmNczCzv02a { width:8.75rem;height:0.9747875rem;top:49.4375rem;left:11.25rem;font-size:0.75rem;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:#000000;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #GvuJBXMuHVHcdStv96gATmw7qDMfRraC { width:8.75rem;height:0.9747875rem;top:51.9375rem;left:11.25rem;font-size:0.75rem;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:#000000;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #B6c8J5dKe9w7iXH9fMGOz6SxK12cZ99Z { width:8.6875rem;height:1.21875rem;top:53.0625rem;left:11.25rem;font-size:0.9375rem;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:#000000;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #aJZsNk2ohpWT6XuacGFC9G9sVCV8dRSf { width:8.75rem;height:0.9747875rem;top:54.6875rem;left:11.25rem;font-size:0.75rem;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:#000000;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #lALdN9h51QKsXLti8TQipw9AIZBxWBXd { width:8.75rem;height:22.5rem;top:11.25rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #dPWbHc4p8laDtBC665spLGgagiUEUnGK { width:7rem;height:7.9375rem;top:13.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBVhxRsdJAbhUNgIWC1s2C8SE2ePw3gP { width:8.75rem;height:1.21875rem;top:21.25rem;left:0rem;font-size:0.9375rem;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:#000000;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #VuNWBSSxE3IFLy6JaW5tnhMthRn7Hlcq { width:7.625rem;height:1.949575rem;top:23.125rem;left:0.5625rem;font-size:0.75rem;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:#000000;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #aR3UmUTVLaTxJsNKXN0VTxtZiSJPCh2t { width:8.75rem;height:0.9747875rem;top:26.875rem;left:0rem;font-size:0.75rem;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:#000000;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #fv4bPTfk9Sq8d1oTSBFcgTZlcnlTZiOs { width:8.75rem;height:1.13725rem;top:28rem;left:0rem;font-size:0.875rem;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:#000000;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #SAzswqwKqI0KFuyJ56QUolxmQfVbyfgL { width:8.75rem;height:0.9747875rem;top:29.375rem;left:0rem;font-size:0.75rem;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:#000000;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #B1Noiuz2udNq8Fiee3iGkH9u8BM73GDh { width:8.75rem;height:22.5rem;top:11.25rem;left:11rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #uKyQtzgJfl3pHd271574nFvHwAW8M86o { width:5.8125rem;height:9.75rem;top:12.75rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJzwnzrrOm6tXPq7rN2IDBItAHNDcww3 { width:8.8125rem;height:1.21875rem;top:22.5625rem;left:11.1875rem;font-size:0.9375rem;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:#000000;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #N46gz5goD2CroaEco68gaUlQeMTxI34k { width:7.5625rem;height:1.949575rem;top:24.375rem;left:11.8125rem;font-size:0.75rem;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:#000000;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #OJlryGZtZVSt0Tx7QWq2gvvVdK4EDMdc { width:8.8125rem;height:0.9747875rem;top:27.5rem;left:11.1875rem;font-size:0.75rem;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:#000000;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #i6KSaJbIM7rvZ1s6lnGvJICu2qPHUZAu { width:8.75rem;height:1.13725rem;top:28.5rem;left:11.125rem;font-size:0.875rem;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:#000000;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #o0E83WDmFbxiZNBF5HRty9qcD21fWmZb { width:8.75rem;height:0.9747875rem;top:30rem;left:11.25rem;font-size:0.75rem;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:#000000;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #xSko0irT5Zw32HypiifQk9TSi7MmVhOU { width:6.25rem;height:2.5rem;top:10rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLf28UOmSaI2Grt8KNy7W1OV7NTDT0qz { width:6.25rem;height:0.9747875rem;top:10.75rem;left:12.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NGeKdosTUxU1DuyBpRWh9mfto8Ww5q7v { width:16.3125rem;height:3.15074375rem;top:61.25rem;left:1.875rem;font-size:0.875rem;line-height:1.2;z-index:15089;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mq3WKXZ4wP2TiHSmx3IHk8XwWDu21RaQ { width:20rem;height:2.5rem;top:66.25rem;left:0rem;color:#000000;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZC4VODtIOMVzZrNViEtRB0e8iNu0brTM { display:block; }
 }@media only screen and (max-width: 763px) { #IRqcR3ssqhOaAK7l0AbzCaZ6IaCMrddm { width:20rem;height:1.05615rem;top:70rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #UukxNGoT7MwcO3rJao9MSlV8H6UwuH6P { display:block; }#UukxNGoT7MwcO3rJao9MSlV8H6UwuH6P { background-color: transparent; background-image: none; }#UukxNGoT7MwcO3rJao9MSlV8H6UwuH6P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UukxNGoT7MwcO3rJao9MSlV8H6UwuH6P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UukxNGoT7MwcO3rJao9MSlV8H6UwuH6P > .row .container > .video-iframe-container { display: none; }#UukxNGoT7MwcO3rJao9MSlV8H6UwuH6P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UukxNGoT7MwcO3rJao9MSlV8H6UwuH6P > .row > .video-iframe-container { display: none; }#UukxNGoT7MwcO3rJao9MSlV8H6UwuH6P > .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); }#UukxNGoT7MwcO3rJao9MSlV8H6UwuH6P > .row .container { width:20rem;height:56.25rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c3dfw5NrepmnzJWFsisxAOG0GTGs3FCN { width:20rem;height:3.1605125rem;top:3.75rem;left:0rem;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:#000000;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #JpKmNkLTzo4TPOOMdiKuyQxwi9AFqVMz { top:14.375rem;left:0rem;width:6.25rem;height:6.25rem;z-index:14965;overflow:hidden;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; }
 }@media only screen and (max-width: 763px) { #VwZbzoGgE3JBAduGUaIJnEcQ499kN4WD { top:14.375rem;left:0rem;width:6.25rem;height:6.25rem;z-index:14966;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #zaGRTNzbc5FJW6NKPN0QQw2yXqVAiwRT { top:19.1875rem;left:0rem;width:6.3125rem;height:1.0625rem;z-index:15006;font-size:0.625rem;color:rgba(var(--color-primary-2),0.61);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CbdDMTEO4ULteCmR3rPNcu3tcfXh8ixO { top:14.375rem;left:13.6875rem;width:6.25rem;height:6.25rem;z-index:14961;overflow:hidden;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; }
 }@media only screen and (max-width: 763px) { #pXOOcKVHZzVX2qMf6P90EGLLpS3kh4Lb { top:14.375rem;left:13.6875rem;width:6.25rem;height:6.25rem;z-index:14962;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #gRsv1E98QBnMeJPuxoKU6gskaBQpi29v { top:19.1875rem;left:13.6875rem;width:6.3125rem;height:1.0625rem;z-index:15009;font-size:0.625rem;color:rgba(var(--color-primary-2),0.61);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iQxmPGJkHdwcy54eI02AiVJtbqmmTUz3 { top:14.375rem;left:6.875rem;width:6.25rem;height:6.25rem;z-index:14963;overflow:hidden;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; }
 }@media only screen and (max-width: 763px) { #wEkckmDlfJ0Z289m0E7wv89xsPk0I41F { top:14.375rem;left:6.875rem;width:6.25rem;height:6.25rem;z-index:14964;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #sSh4hkoFs8q0xxyJioUNhh23HONoE915 { top:19.1875rem;left:6.8125rem;width:6.3125rem;height:1.0625rem;z-index:15012;font-size:0.625rem;color:rgba(var(--color-primary-2),0.61);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zTvrRVMBxpksVGwTCsJpMcg4e1QJGTRM { top:21.25rem;left:0rem;width:6.25rem;height:6.25rem;z-index:14959;overflow:hidden;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; }
 }@media only screen and (max-width: 763px) { #Tazb7gKDoGQUQboVOaVeCh50IF6hobTD { top:21.25rem;left:0rem;width:6.25rem;height:6.25rem;z-index:14960;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #y26bLZ23VEFeZzLTDbFDx1bF05D0K7eO { top:26.0625rem;left:0rem;width:6.3125rem;height:1.0625rem;z-index:15009;font-size:0.625rem;color:rgba(var(--color-primary-2),0.61);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r5bagVtKXfOn3zLuXSBkT1TppSoiivpb { top:21.25rem;left:6.875rem;width:6.25rem;height:6.25rem;z-index:14957;overflow:hidden;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; }
 }@media only screen and (max-width: 763px) { #iAZQg65hLfIUfmNuoVqXhmCMacxDHpbO { top:21.25rem;left:6.875rem;width:6.25rem;height:6.25rem;z-index:14958;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #V56if0mALlE2CopGFBipdi1mSeUGhwMg { top:26.0625rem;left:6.875rem;width:6.3125rem;height:1.0625rem;z-index:15012;font-size:0.625rem;color:rgba(var(--color-primary-2),0.61);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TJRAzwfhhBwud7FO7a9Z4VXA4WyAhTue { top:21.25rem;left:13.75rem;width:6.25rem;height:6.25rem;z-index:14955;overflow:hidden;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; }
 }@media only screen and (max-width: 763px) { #z3rkNhRkX8gTa3ISEC9MvFohHynesKGi { top:21.25rem;left:13.75rem;width:6.25rem;height:6.25rem;z-index:14956;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Ba15cbOmwIXM3zgVTznTuqmP9UqGO2Td { top:26.0625rem;left:13.6875rem;width:6.3125rem;height:1.0625rem;z-index:15015;font-size:0.625rem;color:rgba(var(--color-primary-2),0.61);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tmy3hsXN82Nx6FUOLokCAuRzIxEGBxAT { top:28.125rem;left:0rem;width:6.25rem;height:6.25rem;z-index:14953;overflow:hidden;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; }
 }@media only screen and (max-width: 763px) { #HNxvkx7A2f82P5z2kp9b81u5mg91J4KD { top:28.125rem;left:0rem;width:6.25rem;height:6.25rem;z-index:14954;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #EdhTPRIy81GSXnsGVA5mmNttZXgDpeuT { top:33.125rem;left:0rem;width:6.3125rem;height:1.0625rem;z-index:15012;font-size:0.625rem;color:rgba(var(--color-primary-2),0.61);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sSmqea7MVncQt6PPdot3fPAuzbirkywS { top:28.125rem;left:6.8125rem;width:6.25rem;height:6.25rem;z-index:14951;overflow:hidden;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; }
 }@media only screen and (max-width: 763px) { #uWspZg7DAUVpXwso3oTaZHNAilkBTHGd { top:28.125rem;left:6.8125rem;width:6.25rem;height:6.25rem;z-index:14952;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #hKoXxFOwgBuZcnlLIxKq1Bdn9DWC6JQE { top:33.125rem;left:6.875rem;width:6.3125rem;height:1.0625rem;z-index:15015;font-size:0.625rem;color:rgba(var(--color-primary-2),0.61);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bQyo4kuPRqnuZeMdrd3wiB5nvE0fWk7m { top:28.125rem;left:13.75rem;width:6.25rem;height:6.25rem;z-index:14949;overflow:hidden;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; }
 }@media only screen and (max-width: 763px) { #tHv4NGXwpvlfQPAtbEsOahg9ySkZnI7b { top:28.125rem;left:13.75rem;width:6.25rem;height:6.25rem;z-index:14950;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #DFTAqxMNKLPP0AQR1f36VGAfZKZ2erp2 { top:33.125rem;left:13.6875rem;width:6.3125rem;height:1.0625rem;z-index:15018;font-size:0.625rem;color:rgba(var(--color-primary-2),0.61);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hIyMqBKCsEZxvbQF4157Zr0hUPFGFy4p { top:35rem;left:0rem;width:6.25rem;height:6.25rem;z-index:14947;overflow:hidden;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; }
 }@media only screen and (max-width: 763px) { #mOG1FFbakxettDsKOesOboBJiUOFcdUu { top:35rem;left:0rem;width:6.25rem;height:6.25rem;z-index:14948;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ZU5hefZpTtfC1UDpbZTG2IhNW0nLwqKS { top:39.8125rem;left:0rem;width:6.3125rem;height:1.0625rem;z-index:15015;font-size:0.625rem;color:rgba(var(--color-primary-2),0.61);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bHCv5VvNEBnlTJu9L4RILPwgREn7DTzw { top:35.0625rem;left:6.875rem;width:6.25rem;height:6.25rem;z-index:14945;overflow:hidden;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; }
 }@media only screen and (max-width: 763px) { #PKvSWLO1ab8gf0Gd552seV4pvrLWm1ZZ { top:35.0625rem;left:6.875rem;width:6.25rem;height:6.25rem;z-index:14946;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #nt7g90O1bnJmRRVLVeA76gJFPckRRdi3 { top:39.8125rem;left:6.875rem;width:6.3125rem;height:1.0625rem;z-index:15018;font-size:0.625rem;color:rgba(var(--color-primary-2),0.61);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kMTXn5RtKxee6UTEgb4bRfsr0ss7RDd0 { top:35.0625rem;left:13.75rem;width:6.25rem;height:6.25rem;z-index:14943;overflow:hidden;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; }
 }@media only screen and (max-width: 763px) { #FPFC6Vg9kUz8ApCT3vceV4nnuShH77BB { top:35.0625rem;left:13.75rem;width:6.25rem;height:6.25rem;z-index:14944;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #MTEddz57FmZ2eXFi7nhABJpcx8vMTrvX { top:39.8125rem;left:13.6875rem;width:6.3125rem;height:1.0625rem;z-index:15021;font-size:0.625rem;color:rgba(var(--color-primary-2),0.61);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LLD8C0bbHEqeozKwbJFIKlxTdzsbAn0o { top:41.875rem;left:0rem;width:6.25rem;height:6.25rem;z-index:14941;overflow:hidden;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; }
 }@media only screen and (max-width: 763px) { #wusHN4WR05EdcnUMoXKVTEPwHi89QJiU { top:41.875rem;left:0rem;width:6.25rem;height:6.25rem;z-index:14942;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #AOC7ZzA4NKbPA7z9huRgVdympAmF6EJN { top:46.875rem;left:0rem;width:6.3125rem;height:1.0625rem;z-index:15018;font-size:0.625rem;color:rgba(var(--color-primary-2),0.61);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M7ZZL0HDJ21xQTNiFxPrAi9cR5Dva5Bv { top:41.875rem;left:6.875rem;width:6.25rem;height:6.25rem;z-index:14939;overflow:hidden;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; }
 }@media only screen and (max-width: 763px) { #psuww6E6P5TzUxH3ug54hKwHKMKSd7v3 { top:41.875rem;left:6.875rem;width:6.25rem;height:6.25rem;z-index:14940;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #cFniL0Ol2T1xXU625na6fcJXG9e2QXk5 { top:46.875rem;left:6.875rem;width:6.3125rem;height:1.0625rem;z-index:15021;font-size:0.625rem;color:rgba(var(--color-primary-2),0.61);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DB5M3CgJyNrxorNuL2VMiFWFmWBHZC2h { top:41.875rem;left:13.75rem;width:6.25rem;height:6.25rem;z-index:14937;overflow:hidden;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; }
 }@media only screen and (max-width: 763px) { #ptS2dVnmzMtDydOgXpq9w9pP5GXlveuJ { top:41.875rem;left:13.75rem;width:6.25rem;height:6.25rem;z-index:14938;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #mOhSf4IGiKmSA8kO3l6dXM0WhEKCfrO4 { top:46.875rem;left:13.6875rem;width:6.3125rem;height:1.0625rem;z-index:15024;font-size:0.625rem;color:rgba(var(--color-primary-2),0.61);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hC74V0T1lqNO9Mbip130psmzcdm4eQRg { top:48.75rem;left:0rem;width:6.25rem;height:6.25rem;z-index:14935;overflow:hidden;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; }
 }@media only screen and (max-width: 763px) { #q6HrO5BtFPRLrsiHVJvVtwlaPWW4u8Ih { top:48.75rem;left:0rem;width:6.25rem;height:6.25rem;z-index:14936;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #RXMmyPCuF4byTRBddaN9x5AcKXiedKAX { top:53.625rem;left:0rem;width:6.3125rem;height:1.0625rem;z-index:15021;font-size:0.625rem;color:rgba(var(--color-primary-2),0.61);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hSIcMVtBeFtLqzCQC03Eb1pQmpFhKGR1 { top:48.75rem;left:6.875rem;width:6.25rem;height:6.25rem;z-index:14933;overflow:hidden;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; }
 }@media only screen and (max-width: 763px) { #mUsg6Q0c37iBzaZoCqvbpQbfAE5PgguC { top:48.75rem;left:6.875rem;width:6.25rem;height:6.25rem;z-index:14934;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Xc3CxdvmFKvF8aFowiRNMTFqCQh8D0el { top:53.625rem;left:6.875rem;width:6.3125rem;height:1.0625rem;z-index:15024;font-size:0.625rem;color:rgba(var(--color-primary-2),0.61);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ddnWBahts7ttL1na88OqvqkZPlpx9sQZ { top:48.75rem;left:13.75rem;width:6.25rem;height:6.25rem;z-index:14931;overflow:hidden;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; }
 }@media only screen and (max-width: 763px) { #NidlNV3oZcOK0ts7a0vCekV5RhL7SIvm { top:48.75rem;left:13.75rem;width:6.25rem;height:6.25rem;z-index:14932;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0000007f' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Te2zneKEAwo4ETJ6yHSUTJZldTiD8qli { top:53.5625rem;left:13.6875rem;width:6.3125rem;height:1.0625rem;z-index:15027;font-size:0.625rem;color:rgba(var(--color-primary-2),0.61);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pcOLliz0pGoRolQJOmC9fPFxaBL3q7KF { width:20rem;height:0.875rem;top:2.5rem;left:0rem;font-size:0.625rem;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:#000000;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #FL9McwuxwrOgG8EveXVyNSvz4H76uHC6 { width:20rem;height:3.5981875rem;top:8.125rem;left:0rem;font-size:1rem;line-height:1.2;z-index:15089;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LyMyXxGSLqHOLyVfEtQOtiolqTMHTTQa { display:block; }#LyMyXxGSLqHOLyVfEtQOtiolqTMHTTQa > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EoikhxgsOIwHIdMatT6XH5bB20vT6Qiy { width:20rem;height:20.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #goBrvquvOI9g4JZcWFGV6AlHBUTKSukF { width:17.5rem;height:3.73579375rem;top:2.5rem;left:1.25rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mQT3TIKdx18k1UeMDnEi55cTkI4utsLZ { width:17.4375rem;height:3.8964875rem;top:7.4375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tHTsIzPgz6TKXoea4XUb99hrBsD9Ona5 { width:17.5rem;height:2.5rem;top:12.4375rem;left:1.25rem;color:#000000;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #oCTFuolcnWozcwbiMKWZE5T9Vuo0rii2 { display:block; }
 }@media only screen and (max-width: 763px) { #epH99QMEio3LL83WW61Q7Ds3TyMMxMTE { width:17.5rem;height:1.298825rem;top:15.5625rem;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) { #OiMPuZzwUzcSb2uHC1nE7dD5fKZuDb1D { display:block; }#OiMPuZzwUzcSb2uHC1nE7dD5fKZuDb1D > .row .container { width:20rem;height:90rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a2P31D4t7E7IO1sGX6Uv8IeCmpEOhPUD { width:20rem;height:11.25rem;top:21.1875rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #QEHHNFzEg6mUvDTyXxykGrBpTPlTDzJu { width:1.25rem;height:1.25rem;top:30rem;left:1.25rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #qay8cBTmhm6ey5IZxOWuxNlZVWENrZfv { width:11.1875rem;height:1.2749rem;top:30rem;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) { #NWMlxpphGQAZa7TkzIpQwTtNK1S6CevK { width:20rem;height:11.25rem;top:46.25rem;left:0rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #TeqdPcwBRpThaEomPxeziUIuKUrlQ6G6 { width:17.5rem;height:6.8235rem;top:47.5rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #sHeXQTXRlg7yNmkpv7nutBDrEhl1fSWp { width:1.25rem;height:1.25rem;top:55rem;left:1.25rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #FJ1HiNbU2c0ySCI6CVmy46c49SRwByyz { width:10.8125rem;height:1.2749rem;top:55rem;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) { #Z0GgVVcSFAThuSeKWWkTW9ciPCs9FQKv { width:20rem;height:10rem;top:71.25rem;left:0rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #LqPzD9a7J9WiyIF406z1TTVzRHPT5RT2 { width:1.25rem;height:1.25rem;top:78.6875rem;left:1.25rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #HgKCu3P0PMrDtr2AuGc1B2Tu1B7pvJnL { width:10.75rem;height:1.2749rem;top:78.6875rem;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) { #m3TKVXZi8GHWNfBdR17vqoc2kKOKavQB { width:17.5rem;height:4.54900625rem;top:72.5rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #NiMkL0bEg4sml0Np8NXL9zT8qVcaKZnF { width:17.5rem;height:6.8235rem;top:22.4375rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #Ftf3wGwTa029sW8JlGIlTI5vs4Mh0AK1 { width:1.25rem;height:1.25rem;top:30rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFWOHNMUwiM1owCdmAkIr3TxmS4QHdLN { width:1.25rem;height:1.25rem;top:55rem;left:17.5rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #JvaQmcvrWn3ddLNDRWXSABeQlTlP2fMD { width:1.25rem;height:1.25rem;top:78.75rem;left:17.5rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #NM1JTM3ppynFLFpxTC2KmPqgNcQDmEpc { width:20rem;height:3.73579375rem;top:2.5rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #esAMkJfUydp2ZzfxWyvDNuLdisb0y1wK { width:20rem;height:1.298825rem;top:85.5625rem;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) { #qlsUFKwdltTu0w3rGaTZGtRH8RTQ5zkS { width:20rem;height:2.5rem;top:82.5rem;left:0rem;color:#000000;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LBbeJSlQouS4fMSXpVopTKVQQ1rWZKOc { display:block; }
 }@media only screen and (max-width: 763px) { #EAAlRAr8w5TvfGCJMB4Kzw1Uh3pOeSul { width:20rem;height:12.5rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmJHqaadFySJHyqUzDKDfucmlroThsrR { width:20rem;height:12.5rem;top:33.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnpnCyqu5LLVr6IMw4A8hcFyS4GENLRq { width:20rem;height:12.5rem;top:58.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSTtS92Kf20ekPJdxRmn42DUk1x2G4ew { display:block; }#DSTtS92Kf20ekPJdxRmn42DUk1x2G4ew > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SUhPZM8z6sta1Xne8uITdMF5E9voS2UP { 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) { #z86g4MrrnDdxy1wxmI6hsGpOEetM7HRD { width:20rem;height:26.25rem;top:20rem;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) { #TFmPwSXZhgz8dgKPkCntgVLQghMiUZD5 { width:20rem;height:1.19970625rem;top:4.9375rem;left:0rem;font-size:1rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NqPoUDh9TBO8uUMJrgW46f9hXPJ7ZfU4 { width:17.5rem;height:23.4295rem;top:21.125rem;left:1.25rem;font-size:1rem;display:block; }#NqPoUDh9TBO8uUMJrgW46f9hXPJ7ZfU4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_76b7ab5c8fa8fa889b004c90996d80cf84bbe083.svg); }
 }@media only screen and (max-width: 763px) { #z54tTDVG1bUumKnhtBmoLQV28LTuTLNs { width:20rem;height:12.5rem;top:21.1875rem;left:0rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #fmdDCVHe7T5pIf9ZWPXqkEMtGhsSygZS { 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) { #BJXKfDApZHlG8MNKGJ6H31LZ26sMXlTn { width:13.8125rem;height:1.298825rem;top:50.5625rem;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) { #QlMF7Regus0NrSbbH4MKxFFl6aRw2IMr { width:20rem;height:2.5625rem;top:47.5rem;left:0rem;color:#000000;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zkhKmTKbsDnPCIDIEA64r1ORCBzXmzIE { display:block; }
 }@media only screen and (max-width: 763px) { #rX0LZvEoWKqJSm5DydcUJge6vXwmrakc { width:1.25rem;height:1.25rem;top:22.5625rem;left:9.375rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #Ww3I36i2nvTI0tOKe2R5JhwJRQrzspu4 { 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) { #RX0hsJt83ydOoXPQ785bX5B6vyh5K3um { 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) { #W9kvMv0h8y4CWt8GWMxEmsXkZlmuBHVd { width:1.25rem;height:1.25rem;top:22.5625rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kcGmZrNyzedQDy9EQTG2ABaCEVV1KGWE { 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) { #fwlJtC5cENmzJAotnuA1UqOKgFl3O5yC { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d551312c-09ea-4e7e-9800-1d1ab41a4987/vaillant.webp");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fwlJtC5cENmzJAotnuA1UqOKgFl3O5yC.adaptive-delivery-prevent-bg, #fwlJtC5cENmzJAotnuA1UqOKgFl3O5yC.lazyload, #fwlJtC5cENmzJAotnuA1UqOKgFl3O5yC.lazyloading { background-image: none; }#fwlJtC5cENmzJAotnuA1UqOKgFl3O5yC > .row .container { background-color: transparent; background-image: none; }#fwlJtC5cENmzJAotnuA1UqOKgFl3O5yC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.5); }#fwlJtC5cENmzJAotnuA1UqOKgFl3O5yC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwlJtC5cENmzJAotnuA1UqOKgFl3O5yC > .row .container > .video-iframe-container { display: none; }#fwlJtC5cENmzJAotnuA1UqOKgFl3O5yC > .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); }#fwlJtC5cENmzJAotnuA1UqOKgFl3O5yC > .row > .video-iframe-container { display: none; }#fwlJtC5cENmzJAotnuA1UqOKgFl3O5yC > .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); }#fwlJtC5cENmzJAotnuA1UqOKgFl3O5yC > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y8VuwMuXHXrBbshiSlQsS1iLLzBIF8Ow { width:20rem;height:20rem;top:1.25rem;left:0rem;z-index:15000;background-color:rgba(var(--color-primary-4),0.9);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #GtolMSlmh02SUmslTxt3uwaclLVU4TGU { width:17.5rem;height:3.1605125rem;top:3.75rem;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) { #Ax5Bx2aOmN1e7aU5b66JNcV0CdhDUH4r { width:17.5rem;height:6.494125rem;top:8.0009765625rem;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) { #xwSHMHcSWfcO4m5Q4Pyyv2HXrU8zyAuh { width:17.5rem;height:2.5rem;top:16.25rem;left:1.25rem;color:#000000;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zzCSRFF13oyXtyu6IXQ85sUi4hvl0SDA { display:block; }
 }@media only screen and (max-width: 763px) { #ZASaaM8nWKXwvyM8UAXdCLCITnZnbesz { width:10.625rem;height:2.5rem;top:9.4375rem;left:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zOVo6ZD2SJTPWRkAA7dGStCK8IDJTMFo { width:8.5625rem;height:auto;top:10.1875rem;left:5.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }#zOVo6ZD2SJTPWRkAA7dGStCK8IDJTMFo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_15ad091bd59752c896e20a6a0862fb8dc763515e.svg); }
 }@media only screen and (max-width: 763px) { #qOS7sJNuoNn8TJrrxDMyqKKqPQktEVwP { background-color:#000000;background-image:none;display:block; }#qOS7sJNuoNn8TJrrxDMyqKKqPQktEVwP > .row .container { background-color: transparent; background-image: none; }#qOS7sJNuoNn8TJrrxDMyqKKqPQktEVwP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOS7sJNuoNn8TJrrxDMyqKKqPQktEVwP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOS7sJNuoNn8TJrrxDMyqKKqPQktEVwP > .row .container > .video-iframe-container { display: none; }#qOS7sJNuoNn8TJrrxDMyqKKqPQktEVwP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOS7sJNuoNn8TJrrxDMyqKKqPQktEVwP > .row > .video-iframe-container { display: none; }#qOS7sJNuoNn8TJrrxDMyqKKqPQktEVwP > .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); }#qOS7sJNuoNn8TJrrxDMyqKKqPQktEVwP > .row .container { width:20rem;height:28.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nnOl6gIPoLkT4iqOJZICH6EJhTBhtRki { width:17.5625rem;height:10.41548125rem;top:13.625rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #kNrNuTPZ0pwxybkzk6F6y3bT4ZvB2mzb { width:17.5625rem;height:8.283rem;top:3.625rem;left:1.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #EIQvTZ15uIK6GrwKMLWSNWeN0UM8BDn1 { width:15.5625rem;height:1.487925rem;top:23.38720703125rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #HXg4KfUEHDvgMiHaSkKrMA66JAUuT8mR { width:15rem;height:2.5rem;top:25.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeXuT9916zxgviIKi54GlcUTTnMqAqIr { width:5.5625rem;height:1.5625rem;top:1.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h839BV2RysUhbVrZE4HEgT8ZXD1RkpXC { background-color:#000000;background-image:none;display:block; }#h839BV2RysUhbVrZE4HEgT8ZXD1RkpXC > .row .container { background-color: transparent; background-image: none; }#h839BV2RysUhbVrZE4HEgT8ZXD1RkpXC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h839BV2RysUhbVrZE4HEgT8ZXD1RkpXC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h839BV2RysUhbVrZE4HEgT8ZXD1RkpXC > .row .container > .video-iframe-container { display: none; }#h839BV2RysUhbVrZE4HEgT8ZXD1RkpXC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h839BV2RysUhbVrZE4HEgT8ZXD1RkpXC > .row > .video-iframe-container { display: none; }#h839BV2RysUhbVrZE4HEgT8ZXD1RkpXC > .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); }#h839BV2RysUhbVrZE4HEgT8ZXD1RkpXC > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lMon3W60kLdDUI5dZuvKK4EUTyX3Psfl { width:17.8125rem;height:1.13725rem;top:1.25rem;left:1.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#ffffff;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #BZeFTDPxZWdVuX90weEUvUixLT0IcLEK { width:5.125rem;height:0.96146875rem;top:2.75rem;left:1.25rem;font-size:0.6875rem;text-align:left;text-align-last:left;color:#ffffff;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #CdKnfhyZ5xLvKi6lJ7x55A5U4XTRNq6N { width:6.5rem;height:0.96146875rem;top:2.75rem;left:6.5625rem;font-size:0.6875rem;text-align:center;text-align-last:center;color:#ffffff;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #eRfeD3IZcvMmPzb3JWMnukHrSZVB9nPf { width:5rem;height:0.96146875rem;top:2.75rem;left:13.75rem;font-size:0.6875rem;text-align:right;text-align-last:right;color:#ffffff;font-family:"open sans";display:block; }
 }