.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:250,233,224;--color-primary-1:241,188,162;--color-primary-2:231,143,100;--color-primary-3:224,94,61;--color-primary-4:46,29,20;--color-secondary-0:231,239,255;--color-secondary-1:174,201,255;--color-secondary-2:93,146,255;--color-secondary-3:47,73,128;--color-secondary-4:14,22,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:119,119,119;--color-tertiary-4:0,0,0;--headlines-font-family:Poppins;--paragraphs-font-family:dm 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); }#brwl7W7LGaFW5IO24eD0COqHtVXGSzoT { position:relative;display:none; }#brwl7W7LGaFW5IO24eD0COqHtVXGSzoT { border-width: 0; border-radius: 0; }#brwl7W7LGaFW5IO24eD0COqHtVXGSzoT > .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; }#brwl7W7LGaFW5IO24eD0COqHtVXGSzoT > .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:6.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#oTOHxTRnOp3aETUfhsnvWHURVCNouKl9 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:7.4375rem;top:0.90625rem;left:0rem;overflow:hidden;display:block; }
#dJmqbQzTE59n9TFa9hSVQqxI80nvaweo { 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; }
#N5SDrnnh8dNqGyT9R2ZgLBH7UuMydBad { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:2.375rem;left:31.5625rem;height:1.4619125rem;text-align:center;text-align-last:center;display:none; }
#UKScu20X2gaXcq8vhNvnybTl9tEdqE0s { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:2.375rem;left:31.5625rem;height:1.4619125rem;text-align:center;text-align-last:center;display:none; }
#KLsCmbKuX8WcgrlT80Oc1EVFdufUyoOc { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:2.375rem;left:19.125rem;height:1.4619125rem;text-align:center;text-align-last:center;display:none; }
#pnFR9zmokUV3R0N7EvkQf5Gzdlz2nUI0 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:2.375rem;left:19.125rem;height:1.4619125rem;text-align:center;text-align-last:center;display:none; }
#WzKiCl0xT73HC92e9veu2lHEv0JPqygK { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:2.375rem;left:19.125rem;height:1.4619125rem;text-align:center;text-align-last:center;display:none; }
#chAUIiLyVaWH6vxEqWtIPzU3xg5ZUCdd { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:2.375rem;left:19.125rem;height:1.4619125rem;text-align:center;text-align-last:center;display:none; }
#thBMTvcbOGelgNihIQtnBn7SVx0RZdAB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/620a2895-742d-4153-8658-52847225af3e/WhatsAppImage20240924at141618.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#thBMTvcbOGelgNihIQtnBn7SVx0RZdAB.adaptive-delivery-prevent-bg, #thBMTvcbOGelgNihIQtnBn7SVx0RZdAB.lazyload, #thBMTvcbOGelgNihIQtnBn7SVx0RZdAB.lazyloading { background-image: none; }#thBMTvcbOGelgNihIQtnBn7SVx0RZdAB > .row .container { background-color: transparent; background-image: none; }#thBMTvcbOGelgNihIQtnBn7SVx0RZdAB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.76); }#thBMTvcbOGelgNihIQtnBn7SVx0RZdAB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thBMTvcbOGelgNihIQtnBn7SVx0RZdAB > .row .container > .video-iframe-container { display: none; }#thBMTvcbOGelgNihIQtnBn7SVx0RZdAB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.76); }#thBMTvcbOGelgNihIQtnBn7SVx0RZdAB > .row > .video-iframe-container { display: none; }#thBMTvcbOGelgNihIQtnBn7SVx0RZdAB > .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); }#thBMTvcbOGelgNihIQtnBn7SVx0RZdAB > .row .container { border-width: 0; border-radius: 0; }#thBMTvcbOGelgNihIQtnBn7SVx0RZdAB::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; }#thBMTvcbOGelgNihIQtnBn7SVx0RZdAB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#thBMTvcbOGelgNihIQtnBn7SVx0RZdAB > .row .container { font-size:0.875rem;font-family:arial;height:44.0625rem;width:75rem;position:relative;display:block; }#at3eb2nunFNak8aOwFS3Q2tOwZEDaAQd { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:2.8125rem;left:59.9375rem; }
#MtHUHThPxkckR2F65XTNc2bea21mEaMC { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.03125rem;left:59.3125rem;display:block; }
#NximvK00k0OEQcRLLigWiV6M5HJBIF1m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R0Bp942aNxk4c55sT2GI4kKWTl8kF6fN { color:rgba(var(--color-tertiary-0),1);display:block;width:41.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.75rem;left:15.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#SAWl3KtOQiZHgTe7JxTATuyO2xlZCRsV { color:rgba(var(--color-tertiary-0),1);display:block;width:41rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:11.9375rem;left:15.84375rem;height:5.84765rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M8qtPFnFMy7BoK7R2LFtmKciUTbE9Os6 { color:rgba(var(--color-tertiary-0),1);display:block;width:52.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:21.3125rem;left:11.125rem;height:4.72265625rem;text-align:center;text-align-last:center;display:block; }
#EzaOp61llhLzUDK7RcGG3Pq8fr8hGQkX { box-sizing:content-box;height:0.125rem;width:40.1875rem;position:absolute;display:block;z-index:15015;background-color:#868686;background-image:none;top:29.5rem;left:16.25rem;display:block; }
#mQB34bR9wFEm484hLCuLbp9PF0JQQNKp { color:rgba(var(--color-tertiary-0),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:31.625rem;left:26.1875rem;height:1.7871125rem;font-style:normal;display:block; }
#qbLTw7ydaKE0ZyF1sQO2f1tWndbwxxUM { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:35.875rem;left:16.5rem; }
#l9puP6TMvIkAELOvCswUT6e5NAamQvAQ { 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; }
#rSAhJnryev9LLQiOG4xREQemobCXN9Se { 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:1rem;width:19.125rem;top:18.375rem;left:27.9375rem;overflow:hidden;display:block; }
#RaorshDtlUpIzo5xL7TwnHGwHE7Q0cQD { position:absolute;display:block;z-index:15020;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.625rem;width:10.5rem;top:1.5625rem;left:0rem;overflow:hidden;display:block; }
#JOkl12akUsTOsSEVgLF6fQNHOTBceBTO { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:35.3125rem;left:38.75rem;display:block; }
#zZN2IQiWaqUKI9bJhURlQgF7zPr3kfqo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nFkvnBmdLoG0AyEkCZX16pKbKXC6MmCe { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:35.3125rem;left:16.25rem;display:block; }
#Rdo8hBI23Up9JvdZZZAsi1RshQUo8Vk4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ekda4GbxbwInp2MBowrDHBhlF2LTk0wU { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:3rem;left:42.0625rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#RzVp3WgokJEImuCcJR6fU4oOTgKMaTBA { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.4375rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:3rem;left:34.4375rem;display:block; }
#TxGHRl100pNwb63cxiEiDmDh41yIZRRF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OMwcWSsqaM6tIc2wK4Qvsn3oK6n6rGQm { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.4375rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:3rem;left:51.125rem;display:block; }
#rVtoG9XX2WE4zJSlR64KLCWWmsFBOV4J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VboN4CHrS8D37PnmvSkHGuMkDiWgbHgx { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.5rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:2.5rem;left:26.25rem;display:block; }
#od60T6TDJviMW1EP5MdSL3k7FM6LpNhG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KTuTWcTzTAOHWzl8XR6ApyTcxTg7mssc { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4375rem;height:2.5rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:2.5rem;left:18.75rem;display:block; }
#PUw76wU9ZK9nQ9T6MLLOM10aUqFMMLoR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qVDAgXFTdMM8VkKvTMrC16lJUDn4qRM0 { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4375rem;height:2.5rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:2.5rem;left:12.3125rem;display:block; }
#QmyGt1TgXF2uEUCu6IZWobmJofK2FUOK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N5svc2mV6r2VTsOXXPOSS49ev292GWT5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !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; }#N5svc2mV6r2VTsOXXPOSS49ev292GWT5 > .row .container { background-color: transparent; background-image: none; }#N5svc2mV6r2VTsOXXPOSS49ev292GWT5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N5svc2mV6r2VTsOXXPOSS49ev292GWT5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N5svc2mV6r2VTsOXXPOSS49ev292GWT5 > .row .container > .video-iframe-container { display: none; }#N5svc2mV6r2VTsOXXPOSS49ev292GWT5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N5svc2mV6r2VTsOXXPOSS49ev292GWT5 > .row > .video-iframe-container { display: none; }#N5svc2mV6r2VTsOXXPOSS49ev292GWT5 > .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); }#N5svc2mV6r2VTsOXXPOSS49ev292GWT5 > .row .container { border-width: 0; border-radius: 0; }#N5svc2mV6r2VTsOXXPOSS49ev292GWT5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N5svc2mV6r2VTsOXXPOSS49ev292GWT5 > .row .container { font-size:0.875rem;font-family:arial;height:15.875rem;width:75rem;position:relative;display:block; }#GOxUrHMGz1QVvSTy3VC5LDkpwkUNqasp { position:absolute;display:block;z-index:15000;height:12.4375rem;width:75rem;top:0.9375rem;left:1.03125rem;display:block; }
#NQiTfiUTx7MKdtgAWmHVymz53x8nTwzh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2c2834;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; }#NQiTfiUTx7MKdtgAWmHVymz53x8nTwzh > .row .container { background-color: transparent; background-image: none; }#NQiTfiUTx7MKdtgAWmHVymz53x8nTwzh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQiTfiUTx7MKdtgAWmHVymz53x8nTwzh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQiTfiUTx7MKdtgAWmHVymz53x8nTwzh > .row .container > .video-iframe-container { display: none; }#NQiTfiUTx7MKdtgAWmHVymz53x8nTwzh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQiTfiUTx7MKdtgAWmHVymz53x8nTwzh > .row > .video-iframe-container { display: none; }#NQiTfiUTx7MKdtgAWmHVymz53x8nTwzh > .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); }#NQiTfiUTx7MKdtgAWmHVymz53x8nTwzh > .row .container { border-width: 0; border-radius: 0; }#NQiTfiUTx7MKdtgAWmHVymz53x8nTwzh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NQiTfiUTx7MKdtgAWmHVymz53x8nTwzh > .row .container { font-size:0.875rem;font-family:arial;height:59.5rem;width:75rem;position:relative;display:block; }#n13gg2wC05oTDtidciVNEc2hfvSgufZE { color:rgba(var(--color-tertiary-0),1);display:block;width:40.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:3.787109375rem;left:0rem;height:3.0249rem;font-style:normal;display:block; }
#T7PPz2TRKuFZXN4XAykThk2kPl9RXNOF { box-sizing:content-box;height:0.1875rem;width:5.625rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-3),1);background-image:none;top:8.130859375rem;left:0rem;display:block; }
#gwJhTemxKqwOwaGXTGwouW1Ldvs9kiqW { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:51.818359375rem;left:29.71875rem;display:block; }
#nDubKE046QKIsTpThdDPl5ZzkRW3Ce73 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qzDO3TiONUhl5IK23fGT5eTVprSSbdWy { box-sizing:content-box;height:18.375rem;width:17.5rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:30.3125rem;left:52.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; }
#nWZEJLBI3FuvPVV5K4Wnxe1Xv4dIpGlT { box-sizing:content-box;height:12.6875rem;width:17.5rem;position:absolute;display:block;z-index:15040;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/GD7jTpef/entretien_chauffage.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:30.3125rem;left:52.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; }#nWZEJLBI3FuvPVV5K4Wnxe1Xv4dIpGlT.adaptive-delivery-prevent-bg, #nWZEJLBI3FuvPVV5K4Wnxe1Xv4dIpGlT.lazyload, #nWZEJLBI3FuvPVV5K4Wnxe1Xv4dIpGlT.lazyloading { background-image: none; }
#TTCSsuqXUTVtdxHPGoXKvb59Ha1TvTPK { box-sizing:content-box;height:12.6875rem;width:17.5rem;position:absolute;display:block;z-index:15038;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/96437312-2358-4db7-b08f-4cca3e780c2f/Capturedecran20241022a114402.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:30.3125rem;left:29.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; }#TTCSsuqXUTVtdxHPGoXKvb59Ha1TvTPK.adaptive-delivery-prevent-bg, #TTCSsuqXUTVtdxHPGoXKvb59Ha1TvTPK.lazyload, #TTCSsuqXUTVtdxHPGoXKvb59Ha1TvTPK.lazyloading { background-image: none; }
#S1ChxCcKzC9b2oieEmPPyc82b5iTVOIZ { box-sizing:content-box;height:18.375rem;width:17.5rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:30.3125rem;left:29.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; }
#pUgHwtcra8t59ZJZnrIMVK07cGMhiZCH { box-sizing:content-box;height:12.6875rem;width:17.5rem;position:absolute;display:block;z-index:15036;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/E3xPZAB5/chauffagiste.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:30.3125rem;left:5.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; }#pUgHwtcra8t59ZJZnrIMVK07cGMhiZCH.adaptive-delivery-prevent-bg, #pUgHwtcra8t59ZJZnrIMVK07cGMhiZCH.lazyload, #pUgHwtcra8t59ZJZnrIMVK07cGMhiZCH.lazyloading { background-image: none; }
#pcyLNXZdHBM864SMVEaI8gcbyZSrzQAs { box-sizing:content-box;height:18.375rem;width:17.5rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.875rem;left:5.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; }
#uvh4Okm9TyRLus4g9mZd01dQpNhaIS88 { box-sizing:content-box;height:18.375rem;width:17.5rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.875rem;left:29.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; }
#H1T4Lgs5VwIsb0rZZT0PgKPn7cNsqG9F { box-sizing:content-box;height:18.375rem;width:17.5rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.875rem;left:52.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; }
#dVPrThpprWmAHXqxTUzpwVe8EB8cpA8f { box-sizing:content-box;height:18.375rem;width:17.5rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:30.3125rem;left:5.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; }
#LDJ3rT7kivfk1bKP6Rzwtq9cGy8O58cd { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15043;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:14.96875rem;left:6.125rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d8Ry5f39OwxRnO4irCRTwWzTpM2Ha4tb { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15046;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:14.96875rem;left:29.8125rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p5k3pNvz32iyWaynpy2xuyfTutFF7MtH { color:#1e3d98;display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15045;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:14.96875rem;left:53.5625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sOd7xqDgAN2FGsQ00EKyk8IswNkU8oUT { box-sizing:content-box;height:12.6875rem;width:17.5rem;position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e524371f-7926-466d-9917-d7f0c438a08e/Capturedecran20241022a114341.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.875rem;left:5.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; }#sOd7xqDgAN2FGsQ00EKyk8IswNkU8oUT.adaptive-delivery-prevent-bg, #sOd7xqDgAN2FGsQ00EKyk8IswNkU8oUT.lazyload, #sOd7xqDgAN2FGsQ00EKyk8IswNkU8oUT.lazyloading { background-image: none; }
#aXaVcIvtuTcdPp1DkfdKNKUpJ7pp0Rh7 { box-sizing:content-box;height:12.6875rem;width:17.5rem;position:absolute;display:block;z-index:15030;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/hwEjbVSe/installation_chauffage.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.875rem;left:29.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; }#aXaVcIvtuTcdPp1DkfdKNKUpJ7pp0Rh7.adaptive-delivery-prevent-bg, #aXaVcIvtuTcdPp1DkfdKNKUpJ7pp0Rh7.lazyload, #aXaVcIvtuTcdPp1DkfdKNKUpJ7pp0Rh7.lazyloading { background-image: none; }
#Nt2wAvw50w39hdlFeht3NElPQGV2AUaR { box-sizing:content-box;height:12.6875rem;width:17.5rem;position:absolute;display:block;z-index:15032;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3c49d00c-50b0-4884-b63d-ada17f4f25bb/Capturedecran20241022a114330.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.875rem;left:52.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; }#Nt2wAvw50w39hdlFeht3NElPQGV2AUaR.adaptive-delivery-prevent-bg, #Nt2wAvw50w39hdlFeht3NElPQGV2AUaR.lazyload, #Nt2wAvw50w39hdlFeht3NElPQGV2AUaR.lazyloading { background-image: none; }
#Ss5ZAq429Jov6wyA4CiqwqdG6IedpUtV { color:#2c2834;display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:25.3125rem;left:6.125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X2hAV7WUCaxIpAx0TpsRyrPD7ZsLLXEC { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15044;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:34.40625rem;left:6.125rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wpn9WT5FP6f5rM7JSW7vkntv4S4OnSeG { color:#cf0200;display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15047;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:34.40625rem;left:29.96875rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gboltLU5RhZnSAeS2zQNOzob1t2rpTMb { color:#1e3d98;display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15046;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:33.65625rem;left:53.5625rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#klCgwhwSPN6PXRhmZuxD8zAR1eiTHur9 { color:#2c2834;display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:25.3125rem;left:30.125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X95SuiXNa3AB7DreCZIcg2BTZmJ5g4xv { color:#2c2834;display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.2;letter-spacing:0;top:25.3125rem;left:53.5625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H6mgPaGklaNsp4fm8zu88RhLLGgMTsUy { color:#2c2834;display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.2;letter-spacing:0;top:45.1875rem;left:53.5625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rdgwuAQRL4tN3pvkGBTG6dbT8n4MvAbE { color:#2c2834;display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.2;letter-spacing:0;top:45.1875rem;left:30.125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hNF11LKP2PB7CG5ILgdcBWyTgvLDOtTR { color:#2c2834;display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15032;line-height:1.2;letter-spacing:0;top:45.1875rem;left:6.125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nh9Mh9wsVipIhqktTx6F2Eiet8smrQy3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;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; }#Nh9Mh9wsVipIhqktTx6F2Eiet8smrQy3 > .row .container { background-color: transparent; background-image: none; }#Nh9Mh9wsVipIhqktTx6F2Eiet8smrQy3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nh9Mh9wsVipIhqktTx6F2Eiet8smrQy3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nh9Mh9wsVipIhqktTx6F2Eiet8smrQy3 > .row .container > .video-iframe-container { display: none; }#Nh9Mh9wsVipIhqktTx6F2Eiet8smrQy3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nh9Mh9wsVipIhqktTx6F2Eiet8smrQy3 > .row > .video-iframe-container { display: none; }#Nh9Mh9wsVipIhqktTx6F2Eiet8smrQy3 > .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); }#Nh9Mh9wsVipIhqktTx6F2Eiet8smrQy3 > .row .container { border-width: 0; border-radius: 0; }#Nh9Mh9wsVipIhqktTx6F2Eiet8smrQy3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nh9Mh9wsVipIhqktTx6F2Eiet8smrQy3 > .row .container { font-size:0.875rem;font-family:arial;height:29rem;width:75rem;position:relative;display:block; }#c7b1cxVRaOhP0ff8bOtI2UJlncNPMpgT { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:9.763671875rem;left:32.625rem;display:block; }
#gPOm1BhhmBhOE05pOHcT2z1kLsJSeuK3 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a2b7841c-8e83-4e49-ba1e-5f2feaec3c75/WhatsAppImage20221128at114346.jpeg");background-position:center right !important;background-repeat: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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.5rem rgba(var(--color-tertiary-4),0.25) ;height:12.875rem;width:56.9375rem;top:12.1875rem;left:9.03125rem;display:block; }#gPOm1BhhmBhOE05pOHcT2z1kLsJSeuK3.adaptive-delivery-prevent-bg, #gPOm1BhhmBhOE05pOHcT2z1kLsJSeuK3.lazyload, #gPOm1BhhmBhOE05pOHcT2z1kLsJSeuK3.lazyloading { background-image: none; }
#lgKNzrlcFSGgSMKIOVBuEGFy891NkzTz { color:#2c2834;display:block;width:57.25rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:2.3254623413086rem;left:8.75rem;height:6.875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#k9TX1IolHa1GB2t7C6kfHZeBABh7WzWI { z-index:;position:relative;display:block; }#k9TX1IolHa1GB2t7C6kfHZeBABh7WzWI { background-color: transparent; background-image: none; }#k9TX1IolHa1GB2t7C6kfHZeBABh7WzWI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9TX1IolHa1GB2t7C6kfHZeBABh7WzWI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9TX1IolHa1GB2t7C6kfHZeBABh7WzWI > .row .container > .video-iframe-container { display: none; }#k9TX1IolHa1GB2t7C6kfHZeBABh7WzWI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9TX1IolHa1GB2t7C6kfHZeBABh7WzWI > .row > .video-iframe-container { display: none; }#k9TX1IolHa1GB2t7C6kfHZeBABh7WzWI > .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); }#k9TX1IolHa1GB2t7C6kfHZeBABh7WzWI { border-width: 0; border-radius: 0; }#k9TX1IolHa1GB2t7C6kfHZeBABh7WzWI > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:50.1875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#DcyMyPPAMNnZp5gdaLxsZ3JMClf4Wnu1 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:7.125rem;left:0rem;height:1.4624rem;font-style:normal;display:block; }
#ZsZBaS4XK2wbfwzmmWda0skSLD4NdClG { color:#2c2834;display:block;width:34.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:9.6875rem;left:0rem;height:5.5rem;font-style:normal;display:block; }
#lie5382Tr1PTNI1zqDhDfhrcLlxOMTu2 { box-sizing:content-box;height:0.1875rem;width:5.625rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-3),1);background-image:none;top:17.5rem;left:0rem;display:block; }
#Z6lzuAgcCRXyixTDrdWuFqx4VLzRPhqn { color:rgba(var(--color-tertiary-3),1);display:block;width:39rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:19.9375rem;left:0rem;height:15.74221875rem;text-align:justify;text-align-last:initial;display:block; }
#Cy9zsqcxz6OhECuWngtPC2sJm30iwuiI { box-sizing:content-box;height:38.75rem;width:33.625rem;position:absolute;display:block;z-index:15031;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/620a2895-742d-4153-8658-52847225af3e/WhatsAppImage20240924at141618.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5.875rem;left:41.375rem;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; }#Cy9zsqcxz6OhECuWngtPC2sJm30iwuiI.adaptive-delivery-prevent-bg, #Cy9zsqcxz6OhECuWngtPC2sJm30iwuiI.lazyload, #Cy9zsqcxz6OhECuWngtPC2sJm30iwuiI.lazyloading { background-image: none; }
#FGTQh3scpaKnDmGK3Q89dOmPTJiwaQ7E { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15027;background-color:#2c2834;background-image:none;top:4.875rem;left:40.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; }
#ZOTWepbFqENS5oHsBFxIvDfBFFHnblgr { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:40.6875rem;left:0rem;display:block; }
#ND4rOe8C7bKiAuAPtTUBWSaZUzlGXthg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DOfLu4lCX9DLf0JNeSqEiNLV8iFaaGyf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;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; }#DOfLu4lCX9DLf0JNeSqEiNLV8iFaaGyf > .row .container { background-color: transparent; background-image: none; }#DOfLu4lCX9DLf0JNeSqEiNLV8iFaaGyf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DOfLu4lCX9DLf0JNeSqEiNLV8iFaaGyf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DOfLu4lCX9DLf0JNeSqEiNLV8iFaaGyf > .row .container > .video-iframe-container { display: none; }#DOfLu4lCX9DLf0JNeSqEiNLV8iFaaGyf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DOfLu4lCX9DLf0JNeSqEiNLV8iFaaGyf > .row > .video-iframe-container { display: none; }#DOfLu4lCX9DLf0JNeSqEiNLV8iFaaGyf > .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); }#DOfLu4lCX9DLf0JNeSqEiNLV8iFaaGyf > .row .container { border-width: 0; border-radius: 0; }#DOfLu4lCX9DLf0JNeSqEiNLV8iFaaGyf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DOfLu4lCX9DLf0JNeSqEiNLV8iFaaGyf > .row .container { font-size:0.875rem;font-family:arial;height:48rem;width:75rem;position:relative;display:block; }#b5cQpcRJ8h5m6sdiC2Q9cfQvdLMoZzys { color:#2c2834;display:block;width:40.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:3.625rem;left:17.34375rem;height:3.0249rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S4Wa9osnPqHWmnDBxxxzOHFlh6h76s2M { box-sizing:content-box;height:0.1875rem;width:5.625rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-3),1);background-image:none;top:7.625rem;left:34.6875rem;display:block; }
#A2e4n5KgawZsWWKBdWdmvL1NkUhIW64B { position:absolute;display:block;z-index:15031;height:21.75rem;width:75rem;top:11.5rem;left:0rem;display:block; }
#FE0hzTS21kACEx9xu0KfvXRl5TTdPZbB { z-index:;position:relative;display:block; }#FE0hzTS21kACEx9xu0KfvXRl5TTdPZbB { background-color: transparent; background-image: none; }#FE0hzTS21kACEx9xu0KfvXRl5TTdPZbB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FE0hzTS21kACEx9xu0KfvXRl5TTdPZbB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FE0hzTS21kACEx9xu0KfvXRl5TTdPZbB > .row .container > .video-iframe-container { display: none; }#FE0hzTS21kACEx9xu0KfvXRl5TTdPZbB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FE0hzTS21kACEx9xu0KfvXRl5TTdPZbB > .row > .video-iframe-container { display: none; }#FE0hzTS21kACEx9xu0KfvXRl5TTdPZbB > .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); }#FE0hzTS21kACEx9xu0KfvXRl5TTdPZbB { border-width: 0; border-radius: 0; }#FE0hzTS21kACEx9xu0KfvXRl5TTdPZbB > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:50.1875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#a1dIuPTcoM6uWmfFFLGtT3fzxiO4KMb0 { color:#2c2834;display:block;width:34.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:9.375rem;left:0rem;height:;font-style:normal;display:block; }
#RtGBshypAkCt7ysyDTpXXOEyb5JHOvxU { box-sizing:content-box;height:0.1875rem;width:5.625rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-3),1);background-image:none;top:15.75rem;left:0rem;display:block; }
#GdDi0CeOOwdk9hcxmDWhtcAiCO4BeLvz { color:rgba(var(--color-tertiary-3),1);display:block;width:39rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:17.375rem;left:0rem;height:17.31640625rem;text-align:justify;text-align-last:initial;display:block; }
#xaOwAbyeJr7ClazyaGasg28QO26DFfzP { box-sizing:content-box;height:38.75rem;width:33.625rem;position:absolute;display:block;z-index:15031;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/oP24AXWZ/chauffagiste_installation.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5.875rem;left:41.375rem;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; }#xaOwAbyeJr7ClazyaGasg28QO26DFfzP.adaptive-delivery-prevent-bg, #xaOwAbyeJr7ClazyaGasg28QO26DFfzP.lazyload, #xaOwAbyeJr7ClazyaGasg28QO26DFfzP.lazyloading { background-image: none; }
#vr93837KZ1FCh5c6mTzDUXsrXlPPtD80 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15027;background-color:#2c2834;background-image:none;top:4.875rem;left:40.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; }
#V9xHuVnd5G2zmZls4Ii0dhFfCcCnAB9F { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:41.8125rem;left:0rem;display:block; }
#O9rwAsE2PPcANdW5Avqxg1ET9q70eDPP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OkZ2Na6SftylVvezKNPF8gPEboekZdft { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:5.7021484375rem;left:0rem;height:2.923825rem;font-style:normal;display:block; }
#a0y3mMXggz2sebOEvOB9nf8JNSISgWyz { z-index:;position:relative;display:block; }#a0y3mMXggz2sebOEvOB9nf8JNSISgWyz { background-color: transparent; background-image: none; }#a0y3mMXggz2sebOEvOB9nf8JNSISgWyz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0y3mMXggz2sebOEvOB9nf8JNSISgWyz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0y3mMXggz2sebOEvOB9nf8JNSISgWyz > .row .container > .video-iframe-container { display: none; }#a0y3mMXggz2sebOEvOB9nf8JNSISgWyz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0y3mMXggz2sebOEvOB9nf8JNSISgWyz > .row > .video-iframe-container { display: none; }#a0y3mMXggz2sebOEvOB9nf8JNSISgWyz > .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); }#a0y3mMXggz2sebOEvOB9nf8JNSISgWyz { border-width: 0; border-radius: 0; }#a0y3mMXggz2sebOEvOB9nf8JNSISgWyz > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:50.1875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#TXTsHEdJWtUnxMHBb2pmWzPCloIkCA8L { color:#2c2834;display:block;width:38.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:9.125rem;left:36rem;height:8.25rem;font-style:normal;display:block; }
#KLvxxsrgTyH1K4cn0rJBmpXQf4S6eoAy { box-sizing:content-box;height:0.1875rem;width:5.625rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-3),1);background-image:none;top:16.125rem;left:36rem;display:block; }
#Co7qaMkEK6UBm8eDJzuCPQpXE5PgbUdp { color:rgba(var(--color-tertiary-3),1);display:block;width:39rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:18.6875rem;left:36rem;height:15.74221875rem;text-align:justify;text-align-last:initial;display:block; }
#eJ9bQTmAl470WTCVAJFJo19vKlDrsSF3 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:39.875rem;left:59.4375rem;display:block; }
#VUOWwMl97V5bzzW2iM3817elpVa8zPSf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F7CVXalo5Qd93oVasAW6r9Lcdgg9PG1g { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15029;background-color:#2c2834;background-image:none;top:3.5rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Sbly6sJehqdWhkvJFzrhoJEyqwhzButp { box-sizing:content-box;height:38.75rem;width:33.625rem;position:absolute;display:block;z-index:15033;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/hwEjbVSe/installation_chauffage.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.5rem;left:1.0625rem;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; }#Sbly6sJehqdWhkvJFzrhoJEyqwhzButp.adaptive-delivery-prevent-bg, #Sbly6sJehqdWhkvJFzrhoJEyqwhzButp.lazyload, #Sbly6sJehqdWhkvJFzrhoJEyqwhzButp.lazyloading { background-image: none; }
#RrgEps0WUIiD97u22XeJ9ZSdW1udBuJe { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:5.25rem;left:36rem;height:1.4619125rem;font-style:normal;display:block; }
#ElkOr413VqkGOXTmlOR5xHLwxQ8EMvm1 { z-index:;position:relative;display:block; }#ElkOr413VqkGOXTmlOR5xHLwxQ8EMvm1 { background-color: transparent; background-image: none; }#ElkOr413VqkGOXTmlOR5xHLwxQ8EMvm1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ElkOr413VqkGOXTmlOR5xHLwxQ8EMvm1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ElkOr413VqkGOXTmlOR5xHLwxQ8EMvm1 > .row .container > .video-iframe-container { display: none; }#ElkOr413VqkGOXTmlOR5xHLwxQ8EMvm1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ElkOr413VqkGOXTmlOR5xHLwxQ8EMvm1 > .row > .video-iframe-container { display: none; }#ElkOr413VqkGOXTmlOR5xHLwxQ8EMvm1 > .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); }#ElkOr413VqkGOXTmlOR5xHLwxQ8EMvm1 { border-width: 0; border-radius: 0; }#ElkOr413VqkGOXTmlOR5xHLwxQ8EMvm1 > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:50.1875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#fvZ6kRTqZ1Wo5rszJsoKVTocgunem8GE { color:#2c2834;display:block;width:34.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:9.6875rem;left:0rem;height:5.5rem;font-style:normal;display:block; }
#rETPFMc9n2xLrvN4uiXvDK7fK8ku4NhV { box-sizing:content-box;height:0.1875rem;width:5.625rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-3),1);background-image:none;top:16.1875rem;left:0rem;display:block; }
#W2onBSXGAm1tKod9z6pw29SZQtH7sTHP { color:rgba(var(--color-tertiary-3),1);display:block;width:39rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:17.375rem;left:1.375rem;height:22.03909375rem;text-align:justify;text-align-last:initial;display:block; }
#dx1UZPGwuEMMbTQTdy5BXXB61pUpIoEB { box-sizing:content-box;height:38.75rem;width:33.625rem;position:absolute;display:block;z-index:15031;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3c49d00c-50b0-4884-b63d-ada17f4f25bb/Capturedecran20241022a114330.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5.875rem;left:41.375rem;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; }#dx1UZPGwuEMMbTQTdy5BXXB61pUpIoEB.adaptive-delivery-prevent-bg, #dx1UZPGwuEMMbTQTdy5BXXB61pUpIoEB.lazyload, #dx1UZPGwuEMMbTQTdy5BXXB61pUpIoEB.lazyloading { background-image: none; }
#FBvaABC1hAd0CNU9Myxd327XiLc1qdgs { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15027;background-color:#2c2834;background-image:none;top:4.875rem;left:40.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; }
#nIzPrwkE1PsPDKO0iBGO07aoVU6PkR7K { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:45.5rem;left:0rem;display:block; }
#nJsOHvTDwOapKEoc4QBUtTBabHPtHyvt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ESET8xoL1wy7BhRO9N2UrUTKBqKxLl97 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:5.875rem;left:0rem;height:1.4624rem;font-style:normal;display:block; }
#svJJaKHkRGB74gzPFSqH19C48ozzKoTX { z-index:;position:relative;display:block; }#svJJaKHkRGB74gzPFSqH19C48ozzKoTX { background-color: transparent; background-image: none; }#svJJaKHkRGB74gzPFSqH19C48ozzKoTX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#svJJaKHkRGB74gzPFSqH19C48ozzKoTX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#svJJaKHkRGB74gzPFSqH19C48ozzKoTX > .row .container > .video-iframe-container { display: none; }#svJJaKHkRGB74gzPFSqH19C48ozzKoTX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#svJJaKHkRGB74gzPFSqH19C48ozzKoTX > .row > .video-iframe-container { display: none; }#svJJaKHkRGB74gzPFSqH19C48ozzKoTX > .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); }#svJJaKHkRGB74gzPFSqH19C48ozzKoTX { border-width: 0; border-radius: 0; }#svJJaKHkRGB74gzPFSqH19C48ozzKoTX > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:50.1875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#a7szi9RlQ9EVnLvS47CqMx3RHqsUxMEX { color:#2c2834;display:block;width:34.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:8.4375rem;left:35.375rem;height:5.5rem;font-style:normal;display:block; }
#mzMoHTwDgOIgDqIEOztaAFXeUpi9n3WT { box-sizing:content-box;height:0.1875rem;width:5.625rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-3),1);background-image:none;top:14.75rem;left:35.375rem;display:block; }
#aeNNEVERucfrH0oHxVTwMVuTqXrQTl3x { color:rgba(var(--color-tertiary-3),1);display:block;width:39rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:16rem;left:35.375rem;height:22.03909375rem;text-align:justify;text-align-last:initial;display:block; }
#N8USbpTm6o1bvlX4Q2mnWfH5heAM0zDZ { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:42.1875rem;left:59.4375rem;display:block; }
#tK295ooye4kTQpOQwUrcNuKnLbhJkr2G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cudmF02gcOFqtFeT1xiopMbOHh1FWiP4 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15029;background-color:#2c2834;background-image:none;top:3.5rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Z3ZuaJbkO2iVEdMZHGJpEJPJrmHuIZAn { box-sizing:content-box;height:38.75rem;width:33.625rem;position:absolute;display:block;z-index:15033;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/E3xPZAB5/chauffagiste.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.5rem;left:1.0625rem;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; }#Z3ZuaJbkO2iVEdMZHGJpEJPJrmHuIZAn.adaptive-delivery-prevent-bg, #Z3ZuaJbkO2iVEdMZHGJpEJPJrmHuIZAn.lazyload, #Z3ZuaJbkO2iVEdMZHGJpEJPJrmHuIZAn.lazyloading { background-image: none; }
#wK0pvTdnyhJwXqUahWK8oLWsMdAnCdqq { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:4.5625rem;left:35.375rem;height:1.4619125rem;font-style:normal;display:block; }
#dM1hImuyVFW5p8ATeJGuhPlqcodoy8Jc { z-index:;position:relative;display:block; }#dM1hImuyVFW5p8ATeJGuhPlqcodoy8Jc { background-color: transparent; background-image: none; }#dM1hImuyVFW5p8ATeJGuhPlqcodoy8Jc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dM1hImuyVFW5p8ATeJGuhPlqcodoy8Jc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dM1hImuyVFW5p8ATeJGuhPlqcodoy8Jc > .row .container > .video-iframe-container { display: none; }#dM1hImuyVFW5p8ATeJGuhPlqcodoy8Jc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dM1hImuyVFW5p8ATeJGuhPlqcodoy8Jc > .row > .video-iframe-container { display: none; }#dM1hImuyVFW5p8ATeJGuhPlqcodoy8Jc > .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); }#dM1hImuyVFW5p8ATeJGuhPlqcodoy8Jc { border-width: 0; border-radius: 0; }#dM1hImuyVFW5p8ATeJGuhPlqcodoy8Jc > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:50.1875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#S05mzDdDVodAFtXE5ZoSTzLnuvuduALt { color:#2c2834;display:block;width:36.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:9.6875rem;left:0rem;height:8.25rem;font-style:normal;display:block; }
#ECtWqZTXCsp7rvSPmgBneSpvrJBgNtUE { box-sizing:content-box;height:0.1875rem;width:5.625rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-3),1);background-image:none;top:16.375rem;left:0rem;display:block; }
#iKkJirHA3mWHCa34e3OVEE7ZCkb1V6yu { color:rgba(var(--color-tertiary-3),1);display:block;width:39rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:18.125rem;left:0rem;height:17.31640625rem;text-align:justify;text-align-last:initial;display:block; }
#aAZqQy7NTceepG56lM9bFCk2cXOcC2No { box-sizing:content-box;height:38.75rem;width:33.625rem;position:absolute;display:block;z-index:15031;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/96437312-2358-4db7-b08f-4cca3e780c2f/Capturedecran20241022a114402.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5.875rem;left:41.375rem;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; }#aAZqQy7NTceepG56lM9bFCk2cXOcC2No.adaptive-delivery-prevent-bg, #aAZqQy7NTceepG56lM9bFCk2cXOcC2No.lazyload, #aAZqQy7NTceepG56lM9bFCk2cXOcC2No.lazyloading { background-image: none; }
#JDPOxHwSHRMmvrK26xgiVkR3dOP3xKNS { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15027;background-color:#2c2834;background-image:none;top:4.875rem;left:40.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; }
#gpz7DNJoIUfumO4dte58IKyQWAf6NlN4 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:41.25rem;left:0rem;display:block; }
#UknJJbEiik6gxARWmheN6cpSVzxlxuiw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e1J7mnagS8mSyzSNU5gSqac1G7kImzy5 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:5.875rem;left:0rem;height:1.4624rem;font-style:normal;display:block; }
#DovQ9x5FzMLZeZCFeadWX99JTbQG5NX5 { z-index:;position:relative;display:block; }#DovQ9x5FzMLZeZCFeadWX99JTbQG5NX5 { background-color: transparent; background-image: none; }#DovQ9x5FzMLZeZCFeadWX99JTbQG5NX5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DovQ9x5FzMLZeZCFeadWX99JTbQG5NX5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DovQ9x5FzMLZeZCFeadWX99JTbQG5NX5 > .row .container > .video-iframe-container { display: none; }#DovQ9x5FzMLZeZCFeadWX99JTbQG5NX5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DovQ9x5FzMLZeZCFeadWX99JTbQG5NX5 > .row > .video-iframe-container { display: none; }#DovQ9x5FzMLZeZCFeadWX99JTbQG5NX5 > .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); }#DovQ9x5FzMLZeZCFeadWX99JTbQG5NX5 { border-width: 0; border-radius: 0; }#DovQ9x5FzMLZeZCFeadWX99JTbQG5NX5 > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:50.1875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#PT4igABxaUSrsPlEpbfE3e3815T743fK { color:#2c2834;display:block;width:39rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:6.6875rem;left:36rem;height:8.25rem;font-style:normal;display:block; }
#Pmcf195HGtdkKZSXuDqHCuOscLu9NgDy { box-sizing:content-box;height:0.1875rem;width:5.625rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-3),1);background-image:none;top:14.9375rem;left:36rem;display:block; }
#qDrvvLV5XZ175Ge8gzTTxKQmEpkcTfQV { color:rgba(var(--color-tertiary-3),1);display:block;width:39rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:16.5390625rem;left:36rem;height:26.76175rem;text-align:justify;text-align-last:initial;display:block; }
#uAtiSckkd40bXEvU7QJHE53Ja3r2udJn { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:44.8125rem;left:59.4375rem;display:block; }
#kJHBiXqbn3pwbSiImmAyg4O3QvX6e2fz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TKR4yzlzxaDe8C4HOwO0vxuT7HbPgoVQ { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15029;background-color:#2c2834;background-image:none;top:3.5rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#W8DHETPTaivVZ4JI1p3nEpH58yheiBIl { box-sizing:content-box;height:38.75rem;width:33.625rem;position:absolute;display:block;z-index:15033;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/GD7jTpef/entretien_chauffage.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.5rem;left:1.0625rem;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; }#W8DHETPTaivVZ4JI1p3nEpH58yheiBIl.adaptive-delivery-prevent-bg, #W8DHETPTaivVZ4JI1p3nEpH58yheiBIl.lazyload, #W8DHETPTaivVZ4JI1p3nEpH58yheiBIl.lazyloading { background-image: none; }
#bEVGmoJSVWPPk1cuw6g79v7DPaP9LMGD { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:4.5rem;left:36rem;height:1.4624rem;font-style:normal;display:block; }
#wP3UuOHvzKiRQNdZGgNZvC8nxpTCslIE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(44,40,52,0.99);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; }#wP3UuOHvzKiRQNdZGgNZvC8nxpTCslIE > .row .container { background-color: transparent; background-image: none; }#wP3UuOHvzKiRQNdZGgNZvC8nxpTCslIE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wP3UuOHvzKiRQNdZGgNZvC8nxpTCslIE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wP3UuOHvzKiRQNdZGgNZvC8nxpTCslIE > .row .container > .video-iframe-container { display: none; }#wP3UuOHvzKiRQNdZGgNZvC8nxpTCslIE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wP3UuOHvzKiRQNdZGgNZvC8nxpTCslIE > .row > .video-iframe-container { display: none; }#wP3UuOHvzKiRQNdZGgNZvC8nxpTCslIE > .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); }#wP3UuOHvzKiRQNdZGgNZvC8nxpTCslIE > .row .container { border-width: 0; border-radius: 0; }#wP3UuOHvzKiRQNdZGgNZvC8nxpTCslIE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wP3UuOHvzKiRQNdZGgNZvC8nxpTCslIE > .row .container { font-size:0.875rem;font-family:arial;height:25.9375rem;width:75rem;position:relative;display:block; }#Vq2CqmeWO27q0FV5EVGBu2S4qOG1yuVH { color:rgba(var(--color-tertiary-0),1);display:block;width:30.0625rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.875rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KFJAthB2w4S0po9T7TZzBiV32hymOw0c { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5rem;width:30.125rem;top:1.96875rem;left:33.6875rem;overflow:hidden;display:block; }
#gzTm5exnODbb5cQ4FS10rU2Vp97RToxC { color:rgba(var(--color-tertiary-0),1);display:block;width:28.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:10.3125rem;left:0.875rem;height:6.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dZvFsDGQ5ydf86X0G1vaM3UaWDTsGFot { box-sizing:content-box;height:0.1875rem;width:5.625rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-3),1);background-image:none;top:7.4375rem;left:12.21875rem;display:block; }
#X2C2NDemWq5sOeZOTBbswLWvmpnWSoss { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f6f8;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; }#X2C2NDemWq5sOeZOTBbswLWvmpnWSoss > .row .container { background-color: transparent; background-image: none; }#X2C2NDemWq5sOeZOTBbswLWvmpnWSoss::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2C2NDemWq5sOeZOTBbswLWvmpnWSoss > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2C2NDemWq5sOeZOTBbswLWvmpnWSoss > .row .container > .video-iframe-container { display: none; }#X2C2NDemWq5sOeZOTBbswLWvmpnWSoss > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2C2NDemWq5sOeZOTBbswLWvmpnWSoss > .row > .video-iframe-container { display: none; }#X2C2NDemWq5sOeZOTBbswLWvmpnWSoss > .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); }#X2C2NDemWq5sOeZOTBbswLWvmpnWSoss > .row .container { border-width: 0; border-radius: 0; }#X2C2NDemWq5sOeZOTBbswLWvmpnWSoss > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X2C2NDemWq5sOeZOTBbswLWvmpnWSoss > .row .container { font-size:0.875rem;font-family:arial;height:38.875rem;width:75rem;position:relative;display:block; }#HJM2QRmqTZf6EZhqQ5fyhE75WSbJbTbZ { position:absolute;display:block;z-index:15000;height:21.75rem;width:59.9375rem;top:7.3125rem;left:7.5625rem;display:block; }
#LnV2S6RW97SoSzbAngq6hgTMQ8Tmd8LM { color:#2c2834;display:block;width:46.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:1.4375rem;left:14.25rem;height:2.76269375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VJQToeFqgt324AfyHbhpfCEQRwhT5OqU { box-sizing:content-box;height:0.1875rem;width:16.5rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-primary-3),1);background-image:none;top:5.0625rem;left:29.25rem;display:block; }
#i1MN3vRrkQdsITNFgZFTIeMnk3x08Xo3 { position:relative;display:none; }#i1MN3vRrkQdsITNFgZFTIeMnk3x08Xo3 { border-width: 0; border-radius: 0; }#i1MN3vRrkQdsITNFgZFTIeMnk3x08Xo3 > .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; }#i1MN3vRrkQdsITNFgZFTIeMnk3x08Xo3 > .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:54.3125rem;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; }#DD5txK09dol9PSSeyAZqqhXVz8NRFAHN { color:#2c2834;display:block;width:40.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:3.625rem;left:17.34375rem;height:3.0249rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N4SS3JtNNSTNA8ATW0TOlw6sQCtPnOlk { box-sizing:content-box;height:0.1875rem;width:5.625rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-3),1);background-image:none;top:7.4375rem;left:34.6875rem;display:block; }
#MHPafZZnv7Wzdqlq1LPDQxfkynXibmd1 { position:absolute;display:block;z-index:15031;height:21.75rem;width:75rem;top:9.875rem;left:0rem;display:block; }
#JuVwTsreVHz31tPeEBJWuFp3gg3AXED7 { background-color:#f7f7f7;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#JuVwTsreVHz31tPeEBJWuFp3gg3AXED7 > .row .container { background-color: transparent; background-image: none; }#JuVwTsreVHz31tPeEBJWuFp3gg3AXED7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuVwTsreVHz31tPeEBJWuFp3gg3AXED7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuVwTsreVHz31tPeEBJWuFp3gg3AXED7 > .row .container > .video-iframe-container { display: none; }#JuVwTsreVHz31tPeEBJWuFp3gg3AXED7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuVwTsreVHz31tPeEBJWuFp3gg3AXED7 > .row > .video-iframe-container { display: none; }#JuVwTsreVHz31tPeEBJWuFp3gg3AXED7 > .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); }#JuVwTsreVHz31tPeEBJWuFp3gg3AXED7 > .row .container { border-width: 0; border-radius: 0; }#JuVwTsreVHz31tPeEBJWuFp3gg3AXED7 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#JuVwTsreVHz31tPeEBJWuFp3gg3AXED7 > .row .container { font-size:0.875rem;font-family:arial;height:36.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#nCDz52L1PFOK6Hik7XfytUu2DOXC3yKl { color:#2c2834;display:block;width:38.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:9.125rem;left:36rem;height:6.048825rem;font-style:normal;display:block; }
#CGtpdk51NVFDmERnEV6VyJOl9ZlznKH0 { box-sizing:content-box;height:0.1875rem;width:5.625rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-3),1);background-image:none;top:16.9375rem;left:36rem;display:block; }
#KRkCk1fBs1dFgGzeTpPgX5NMqRVcuxVe { color:rgba(var(--color-tertiary-3),1);display:block;width:39rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:19.375rem;left:36rem;height:1.57470625rem;display:block; }
#JEpPVgMDyeh8ix7lDoA9EXIVuK2TK6Lc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:15.6875rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:23.9375rem;left:36.75rem;display:block; }
#TSylbSgsbKww9LbQCOiv9TIBnQ3AsHFz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sN6ln692TNrkH3uahQsEUQrS0dWzLram { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:24.5rem;left:36.75rem; }
#UrkBUX9askIVgrh9HT7xFLRI4ZWo9iK5 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15022;background-color:#2c2834;background-image:none;top:4.6875rem;left:20.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; }
#DE25fRRmi0lQHDgf3bJUTRhPT6bVw1GM { position:absolute;display:block;z-index:15030;height:25.1875rem;width:32.25rem;top:5.5625rem;left:0rem;display:block; }
#cJxD5LxUJmMnNIRihW8pTUvOlfwRAP0f { 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; }#cJxD5LxUJmMnNIRihW8pTUvOlfwRAP0f > .row .container { background-color: transparent; background-image: none; }#cJxD5LxUJmMnNIRihW8pTUvOlfwRAP0f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cJxD5LxUJmMnNIRihW8pTUvOlfwRAP0f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cJxD5LxUJmMnNIRihW8pTUvOlfwRAP0f > .row .container > .video-iframe-container { display: none; }#cJxD5LxUJmMnNIRihW8pTUvOlfwRAP0f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cJxD5LxUJmMnNIRihW8pTUvOlfwRAP0f > .row > .video-iframe-container { display: none; }#cJxD5LxUJmMnNIRihW8pTUvOlfwRAP0f > .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); }#cJxD5LxUJmMnNIRihW8pTUvOlfwRAP0f > .row .container { border-width: 0; border-radius: 0; }#cJxD5LxUJmMnNIRihW8pTUvOlfwRAP0f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cJxD5LxUJmMnNIRihW8pTUvOlfwRAP0f > .row .container { font-size:0.875rem;font-family:arial;height:32.1875rem;width:75rem;position:relative;display:block; }#GDaKwqqE5rcCPbPidaUOwv3V5wJI6yiH { color:#2c2834;display:block;width:38.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:3.875rem;left:18.1875rem;height:3.0249rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lMFM4GhwwKRgWkEDk1ZMHD6gT2KL9Oiv { box-sizing:content-box;height:12.375rem;width:17.5rem;position:absolute;display:block;z-index:15016;background-color:#fffafb;background-image:none;top:10.3125rem;left:0rem;border-top:0.0625rem solid #eeeeee;border-left:0.0625rem solid #eeeeee;border-right:0.0625rem solid #eeeeee;border-bottom:0.0625rem solid #eeeeee;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.09) ;display:block; }
#qT5l97h9aG0DpW1hBsuUycgU99ZHMUOw { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:11.9375rem;left:6.625rem; }
#PEOpHtb2uB3d9nTooF60EyrfllWu9TkV { color:#2c2834;display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:17.0625rem;left:1.9375rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hZ91pWXsnnsgeibCvTkf0LLP4mT39o9r { color:rgba(var(--color-tertiary-3),1);display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.4;letter-spacing:0;top:19.625rem;left:2.5rem;height:1.4003875rem;text-align:center;text-align-last:center;display:block; }
#G8ZuRto9Pgey5EIMTwCHFBgSfOF4zJhC { box-sizing:content-box;height:12.375rem;width:17.5rem;position:absolute;display:block;z-index:15020;background-color:#fffafb;background-image:none;top:10.375rem;left:19.125rem;border-top:0.0625rem solid #eeeeee;border-left:0.0625rem solid #eeeeee;border-right:0.0625rem solid #eeeeee;border-bottom:0.0625rem solid #eeeeee;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.09) ;display:block; }
#eBNw7mqOKsJvAMfDzbCHHrvefMDmLs9b { color:#2c2834;display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:17.125rem;left:21.0625rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T6QkwmeTpuQkCGVzGFiS12GsAOLcKMXS { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:12rem;left:25.75rem; }
#ft2zZl6nlicthbpH3w7JFqaU7CvStJgh { box-sizing:content-box;height:12.375rem;width:17.5rem;position:absolute;display:block;z-index:15024;background-color:#fffafb;background-image:none;top:10.3125rem;left:38.25rem;border-top:0.0625rem solid #eeeeee;border-left:0.0625rem solid #eeeeee;border-right:0.0625rem solid #eeeeee;border-bottom:0.0625rem solid #eeeeee;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.09) ;display:block; }
#gc9xTiefs4SIilnabRptRIbZwO8rpPOu { color:rgba(var(--color-tertiary-3),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.4;letter-spacing:0;top:19.625rem;left:39.250000953674rem;height:2.798825rem;text-align:center;text-align-last:center;display:block; }
#umsbtIyvglLI38660Scx5Zzh3CnmS1WO { color:#2c2834;display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:17.0625rem;left:40.1875rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tnC7ALtWbwwsVx5Hv7T2U7C181EE9iar { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:11.9375rem;left:44.875rem; }
#s98vXwENnivciHGMzSbxkSdWNTrD3rvp { box-sizing:content-box;height:12.375rem;width:17.5rem;position:absolute;display:block;z-index:15028;background-color:#fffafb;background-image:none;top:10.3125rem;left:57.375rem;border-top:0.0625rem solid #eeeeee;border-left:0.0625rem solid #eeeeee;border-right:0.0625rem solid #eeeeee;border-bottom:0.0625rem solid #eeeeee;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.09) ;display:block; }
#T96KT4DTQAyrx2Fx4cuwTROPtOXVBhh2 { color:rgba(var(--color-tertiary-3),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15038;line-height:1.4;letter-spacing:0;top:19.3125rem;left:59.09375rem;height:4.1953125rem;text-align:center;text-align-last:center;display:block; }
#zPlSElM2ZliRbFRL3xclc1rlhMQVliLh { color:#2c2834;display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:17.0625rem;left:59.3125rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qg16SIFsIfXqtiURm536ggf7lzGzp6Bz { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:11.9375rem;left:64rem; }
#gFCn6LPlwEXltmepwAiFaNsfSyOVgIBQ { color:rgba(var(--color-tertiary-3),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15035;line-height:1.4;letter-spacing:0;top:20.16796875rem;left:19.998046875rem;height:1.3984375rem;text-align:center;text-align-last:center;display:block; }
#X8zTyT4nTHsmBuqyCFqP74bNpb2KuvdL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2c2834;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; }#X8zTyT4nTHsmBuqyCFqP74bNpb2KuvdL > .row .container { background-color: transparent; background-image: none; }#X8zTyT4nTHsmBuqyCFqP74bNpb2KuvdL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X8zTyT4nTHsmBuqyCFqP74bNpb2KuvdL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X8zTyT4nTHsmBuqyCFqP74bNpb2KuvdL > .row .container > .video-iframe-container { display: none; }#X8zTyT4nTHsmBuqyCFqP74bNpb2KuvdL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X8zTyT4nTHsmBuqyCFqP74bNpb2KuvdL > .row > .video-iframe-container { display: none; }#X8zTyT4nTHsmBuqyCFqP74bNpb2KuvdL > .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); }#X8zTyT4nTHsmBuqyCFqP74bNpb2KuvdL > .row .container { border-width: 0; border-radius: 0; }#X8zTyT4nTHsmBuqyCFqP74bNpb2KuvdL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X8zTyT4nTHsmBuqyCFqP74bNpb2KuvdL > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#yIJPnZVVCUTwPAATrb3FGUarevR1d5yM { color:rgba(var(--color-tertiary-0),1);display:block;width:45.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.755859375rem;left:29.1875rem;height:1.29980625rem;display:block; }
#fBldw2ciODTz82FmBfZUrSOHNAG1LuSB { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:9.625rem;top:2.09375rem;left:0rem;overflow:hidden;display:block; }
#oxRgpnPJBHk4dmkPcwCofIs6qEbdX4tr { background-color:rgba(var(--color-secondary-2),0);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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:1.6875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.09375rem;left:37.90625rem;display:block; }
#FSo339xTpA2NBuFX7uvvKAFJWD4rvgTw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bHzcXwn2EOg7xIErQgmxqacvErSLfgXC { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#bHzcXwn2EOg7xIErQgmxqacvErSLfgXC { background-color: transparent; background-image: none; }#bHzcXwn2EOg7xIErQgmxqacvErSLfgXC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bHzcXwn2EOg7xIErQgmxqacvErSLfgXC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bHzcXwn2EOg7xIErQgmxqacvErSLfgXC > .row .container > .video-iframe-container { display: none; }#bHzcXwn2EOg7xIErQgmxqacvErSLfgXC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bHzcXwn2EOg7xIErQgmxqacvErSLfgXC > .row > .video-iframe-container { display: none; }#bHzcXwn2EOg7xIErQgmxqacvErSLfgXC > .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); }#bHzcXwn2EOg7xIErQgmxqacvErSLfgXC { border-width: 0; border-radius: 0; }#bHzcXwn2EOg7xIErQgmxqacvErSLfgXC > .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; }#bHzcXwn2EOg7xIErQgmxqacvErSLfgXC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:4.0625rem;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; }#eTaLDq8QcpRGgTIxiXKBWhV22Rx08xyg { box-sizing:content-box;color:#5d92ff;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0rem;left:71.875rem;display:none; }
#eTaLDq8QcpRGgTIxiXKBWhV22Rx08xyg > img { max-width: 100%;max-height:100%; width:3.4375rem; height:3.4375rem; }#ZRRPivlxZ7nb9U8fcr9lHL9b5dwcNeuP { z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #fd00ff, #ff004c);background-image: -moz-linear-gradient(178deg, #fd00ff, #ff004c);background-image: -ms-linear-gradient(178deg, #fd00ff, #ff004c);background-image: -o-linear-gradient(178deg, #fd00ff, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd00ff', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd00ff', endColorstr='#ff004c' );";background-image: linear-gradient(178deg, #fd00ff, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#vCZODIkAU4gWIQS058VEQyV32zABmg2P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #brwl7W7LGaFW5IO24eD0COqHtVXGSzoT { display:block; }#brwl7W7LGaFW5IO24eD0COqHtVXGSzoT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTOHxTRnOp3aETUfhsnvWHURVCNouKl9 { top:0.875rem;left:0rem;width:7.4375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJmqbQzTE59n9TFa9hSVQqxI80nvaweo { display:none; }
 }@media only screen and (max-width: 763px) { #N5SDrnnh8dNqGyT9R2ZgLBH7UuMydBad { top:16.1875rem;left:0rem;width:9.0625rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UKScu20X2gaXcq8vhNvnybTl9tEdqE0s { top:2.375rem;left:17.9375rem;width:9.0625rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KLsCmbKuX8WcgrlT80Oc1EVFdufUyoOc { top:12.1875rem;left:0rem;width:6.4375rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pnFR9zmokUV3R0N7EvkQf5Gzdlz2nUI0 { top:10.125rem;left:0rem;width:6.4375rem;height:2.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WzKiCl0xT73HC92e9veu2lHEv0JPqygK { top:7.9375rem;left:0rem;width:6.4375rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #chAUIiLyVaWH6vxEqWtIPzU3xg5ZUCdd { top:5.0625rem;left:0rem;width:4rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #thBMTvcbOGelgNihIQtnBn7SVx0RZdAB { display:block; }#thBMTvcbOGelgNihIQtnBn7SVx0RZdAB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #at3eb2nunFNak8aOwFS3Q2tOwZEDaAQd { top:2.8125rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtHUHThPxkckR2F65XTNc2bea21mEaMC { width:15.6875rem;height:3.4375rem;top:2rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NximvK00k0OEQcRLLigWiV6M5HJBIF1m { display:block; }
 }@media only screen and (max-width: 763px) { #R0Bp942aNxk4c55sT2GI4kKWTl8kF6fN { top:11.75rem;left:2rem;width:41.4375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAWl3KtOQiZHgTe7JxTATuyO2xlZCRsV { top:11.9375rem;left:2.21875rem;width:41rem;height:5.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8qtPFnFMy7BoK7R2LFtmKciUTbE9Os6 { top:21.3125rem;left:0rem;width:47.75rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzaOp61llhLzUDK7RcGG3Pq8fr8hGQkX { top:29.5rem;left:2.625rem;width:40.1875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQB34bR9wFEm484hLCuLbp9PF0JQQNKp { top:31.625rem;left:12.5625rem;width:20.3125rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbLTw7ydaKE0ZyF1sQO2f1tWndbwxxUM { top:35.875rem;left:2.875rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9puP6TMvIkAELOvCswUT6e5NAamQvAQ { display:none; }
 }@media only screen and (max-width: 763px) { #rSAhJnryev9LLQiOG4xREQemobCXN9Se { top:18.375rem;left:14.3125rem;width:19.125rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaorshDtlUpIzo5xL7TwnHGwHE7Q0cQD { top:1.5625rem;left:0rem;width:10.5rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOkl12akUsTOsSEVgLF6fQNHOTBceBTO { width:15.5625rem;height:3.4375rem;top:35.3125rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZN2IQiWaqUKI9bJhURlQgF7zPr3kfqo { display:block; }
 }@media only screen and (max-width: 763px) { #nFkvnBmdLoG0AyEkCZX16pKbKXC6MmCe { width:15.6875rem;height:3.4375rem;top:35.3125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rdo8hBI23Up9JvdZZZAsi1RshQUo8Vk4 { display:block; }
 }@media only screen and (max-width: 763px) { #ekda4GbxbwInp2MBowrDHBhlF2LTk0wU { top:3rem;left:28.4375rem;width:9.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzVp3WgokJEImuCcJR6fU4oOTgKMaTBA { width:7.5rem;height:1.4375rem;top:3rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxGHRl100pNwb63cxiEiDmDh41yIZRRF { display:block; }
 }@media only screen and (max-width: 763px) { #OMwcWSsqaM6tIc2wK4Qvsn3oK6n6rGQm { width:7.5rem;height:1.4375rem;top:3rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVtoG9XX2WE4zJSlR64KLCWWmsFBOV4J { display:block; }
 }@media only screen and (max-width: 763px) { #VboN4CHrS8D37PnmvSkHGuMkDiWgbHgx { width:7.5rem;height:2.5rem;top:2.5rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #od60T6TDJviMW1EP5MdSL3k7FM6LpNhG { display:block; }
 }@media only screen and (max-width: 763px) { #KTuTWcTzTAOHWzl8XR6ApyTcxTg7mssc { width:6.4375rem;height:2.5rem;top:2.5rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUw76wU9ZK9nQ9T6MLLOM10aUqFMMLoR { display:block; }
 }@media only screen and (max-width: 763px) { #qVDAgXFTdMM8VkKvTMrC16lJUDn4qRM0 { width:6.4375rem;height:2.5rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmyGt1TgXF2uEUCu6IZWobmJofK2FUOK { display:block; }
 }@media only screen and (max-width: 763px) { #N5svc2mV6r2VTsOXXPOSS49ev292GWT5 { display:block; }#N5svc2mV6r2VTsOXXPOSS49ev292GWT5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOxUrHMGz1QVvSTy3VC5LDkpwkUNqasp { top:0.9375rem;left:0rem;width:47.75rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQiTfiUTx7MKdtgAWmHVymz53x8nTwzh { display:block; }#NQiTfiUTx7MKdtgAWmHVymz53x8nTwzh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n13gg2wC05oTDtidciVNEc2hfvSgufZE { top:3.75rem;left:0rem;width:40.3125rem;height:3rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7PPz2TRKuFZXN4XAykThk2kPl9RXNOF { top:8.125rem;left:0rem;width:5.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwJhTemxKqwOwaGXTGwouW1Ldvs9kiqW { width:15.5625rem;height:3.4375rem;top:51.8125rem;left:16.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDubKE046QKIsTpThdDPl5ZzkRW3Ce73 { display:block; }
 }@media only screen and (max-width: 763px) { #qzDO3TiONUhl5IK23fGT5eTVprSSbdWy { top:30.3125rem;left:30.25rem;width:17.5rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWZEJLBI3FuvPVV5K4Wnxe1Xv4dIpGlT { top:30.3125rem;left:30.25rem;width:17.5rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTCSsuqXUTVtdxHPGoXKvb59Ha1TvTPK { top:30.3125rem;left:15.4375rem;width:17.5rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1ChxCcKzC9b2oieEmPPyc82b5iTVOIZ { top:30.3125rem;left:15.4375rem;width:17.5rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUgHwtcra8t59ZJZnrIMVK07cGMhiZCH { top:30.3125rem;left:0rem;width:17.5rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcyLNXZdHBM864SMVEaI8gcbyZSrzQAs { top:10.875rem;left:0rem;width:17.5rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvh4Okm9TyRLus4g9mZd01dQpNhaIS88 { top:10.875rem;left:15.4375rem;width:17.5rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1T4Lgs5VwIsb0rZZT0PgKPn7cNsqG9F { top:10.875rem;left:30.25rem;width:17.5rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVPrThpprWmAHXqxTUzpwVe8EB8cpA8f { top:30.3125rem;left:0rem;width:17.5rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDJ3rT7kivfk1bKP6Rzwtq9cGy8O58cd { top:14.9375rem;left:0rem;width:15.375rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8Ry5f39OwxRnO4irCRTwWzTpM2Ha4tb { top:14.9375rem;left:16.1875rem;width:15.375rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5k3pNvz32iyWaynpy2xuyfTutFF7MtH { top:14.9375rem;left:32.375rem;width:15.375rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOd7xqDgAN2FGsQ00EKyk8IswNkU8oUT { top:10.875rem;left:0rem;width:17.5rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXaVcIvtuTcdPp1DkfdKNKUpJ7pp0Rh7 { top:10.875rem;left:15.4375rem;width:17.5rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nt2wAvw50w39hdlFeht3NElPQGV2AUaR { top:10.875rem;left:30.25rem;width:17.5rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ss5ZAq429Jov6wyA4CiqwqdG6IedpUtV { top:25.3125rem;left:0rem;width:15.375rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2hAV7WUCaxIpAx0TpsRyrPD7ZsLLXEC { top:34.375rem;left:0rem;width:15.375rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wpn9WT5FP6f5rM7JSW7vkntv4S4OnSeG { top:34.375rem;left:16.34375rem;width:15.375rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gboltLU5RhZnSAeS2zQNOzob1t2rpTMb { top:33.625rem;left:32.375rem;width:15.375rem;height:6rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #klCgwhwSPN6PXRhmZuxD8zAR1eiTHur9 { top:25.3125rem;left:16.5rem;width:15.375rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X95SuiXNa3AB7DreCZIcg2BTZmJ5g4xv { top:25.3125rem;left:32.375rem;width:15.375rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6mgPaGklaNsp4fm8zu88RhLLGgMTsUy { top:45.1875rem;left:32.375rem;width:15.375rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdgwuAQRL4tN3pvkGBTG6dbT8n4MvAbE { top:45.1875rem;left:16.5rem;width:15.375rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNF11LKP2PB7CG5ILgdcBWyTgvLDOtTR { top:45.1875rem;left:0rem;width:15.375rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nh9Mh9wsVipIhqktTx6F2Eiet8smrQy3 { display:block; }#Nh9Mh9wsVipIhqktTx6F2Eiet8smrQy3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c7b1cxVRaOhP0ff8bOtI2UJlncNPMpgT { top:9.75rem;left:19rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPOm1BhhmBhOE05pOHcT2z1kLsJSeuK3 { width:47.75rem;height:12.875rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgKNzrlcFSGgSMKIOVBuEGFy891NkzTz { width:47.75rem;height:6.875rem;top:2.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9TX1IolHa1GB2t7C6kfHZeBABh7WzWI { display:block; }#k9TX1IolHa1GB2t7C6kfHZeBABh7WzWI > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DcyMyPPAMNnZp5gdaLxsZ3JMClf4Wnu1 { top:7.125rem;left:0rem;width:29.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsZBaS4XK2wbfwzmmWda0skSLD4NdClG { top:9.6875rem;left:0rem;width:34.4375rem;height:5.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lie5382Tr1PTNI1zqDhDfhrcLlxOMTu2 { top:17.5rem;left:0rem;width:5.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6lzuAgcCRXyixTDrdWuFqx4VLzRPhqn { top:19.9375rem;left:0rem;width:39rem;height:18.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cy9zsqcxz6OhECuWngtPC2sJm30iwuiI { top:5.875rem;left:14.125rem;width:33.625rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGTQh3scpaKnDmGK3Q89dOmPTJiwaQ7E { top:4.875rem;left:26.6875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOTWepbFqENS5oHsBFxIvDfBFFHnblgr { width:15.5625rem;height:3.4375rem;top:40.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND4rOe8C7bKiAuAPtTUBWSaZUzlGXthg { display:block; }
 }@media only screen and (max-width: 763px) { #DOfLu4lCX9DLf0JNeSqEiNLV8iFaaGyf { display:block; }#DOfLu4lCX9DLf0JNeSqEiNLV8iFaaGyf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5cQpcRJ8h5m6sdiC2Q9cfQvdLMoZzys { top:3.625rem;left:3.71875rem;width:40.3125rem;height:3rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4Wa9osnPqHWmnDBxxxzOHFlh6h76s2M { top:7.625rem;left:21.0625rem;width:5.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2e4n5KgawZsWWKBdWdmvL1NkUhIW64B { top:11.5rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FE0hzTS21kACEx9xu0KfvXRl5TTdPZbB { display:block; }#FE0hzTS21kACEx9xu0KfvXRl5TTdPZbB > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a1dIuPTcoM6uWmfFFLGtT3fzxiO4KMb0 { top:9.375rem;left:0rem;width:34.4375rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtGBshypAkCt7ysyDTpXXOEyb5JHOvxU { top:15.75rem;left:0rem;width:5.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdDi0CeOOwdk9hcxmDWhtcAiCO4BeLvz { top:17.375rem;left:0rem;width:39rem;height:20.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaOwAbyeJr7ClazyaGasg28QO26DFfzP { top:5.875rem;left:14.125rem;width:33.625rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vr93837KZ1FCh5c6mTzDUXsrXlPPtD80 { top:4.875rem;left:26.6875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9xHuVnd5G2zmZls4Ii0dhFfCcCnAB9F { width:15.5625rem;height:3.4375rem;top:41.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9rwAsE2PPcANdW5Avqxg1ET9q70eDPP { display:block; }
 }@media only screen and (max-width: 763px) { #OkZ2Na6SftylVvezKNPF8gPEboekZdft { top:5.6875rem;left:0rem;width:32.5625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0y3mMXggz2sebOEvOB9nf8JNSISgWyz { display:block; }#a0y3mMXggz2sebOEvOB9nf8JNSISgWyz > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TXTsHEdJWtUnxMHBb2pmWzPCloIkCA8L { top:9.125rem;left:9.25rem;width:38.5rem;height:5.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLvxxsrgTyH1K4cn0rJBmpXQf4S6eoAy { top:16.125rem;left:22.375rem;width:5.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Co7qaMkEK6UBm8eDJzuCPQpXE5PgbUdp { top:18.6875rem;left:8.75rem;width:39rem;height:17.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJ9bQTmAl470WTCVAJFJo19vKlDrsSF3 { width:15.5625rem;height:3.4375rem;top:39.875rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUOWwMl97V5bzzW2iM3817elpVa8zPSf { display:block; }
 }@media only screen and (max-width: 763px) { #F7CVXalo5Qd93oVasAW6r9Lcdgg9PG1g { top:3.5rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sbly6sJehqdWhkvJFzrhoJEyqwhzButp { top:4.5rem;left:0rem;width:33.625rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrgEps0WUIiD97u22XeJ9ZSdW1udBuJe { top:5.25rem;left:15.1875rem;width:32.5625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElkOr413VqkGOXTmlOR5xHLwxQ8EMvm1 { display:block; }#ElkOr413VqkGOXTmlOR5xHLwxQ8EMvm1 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fvZ6kRTqZ1Wo5rszJsoKVTocgunem8GE { top:9.6875rem;left:0rem;width:34.4375rem;height:5.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rETPFMc9n2xLrvN4uiXvDK7fK8ku4NhV { top:16.1875rem;left:0rem;width:5.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2onBSXGAm1tKod9z6pw29SZQtH7sTHP { top:17.375rem;left:0rem;width:39rem;height:26.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dx1UZPGwuEMMbTQTdy5BXXB61pUpIoEB { top:5.875rem;left:14.125rem;width:33.625rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBvaABC1hAd0CNU9Myxd327XiLc1qdgs { top:4.875rem;left:26.6875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIzPrwkE1PsPDKO0iBGO07aoVU6PkR7K { width:15.5625rem;height:3.4375rem;top:45.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJsOHvTDwOapKEoc4QBUtTBabHPtHyvt { display:block; }
 }@media only screen and (max-width: 763px) { #ESET8xoL1wy7BhRO9N2UrUTKBqKxLl97 { top:5.875rem;left:0rem;width:33.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #svJJaKHkRGB74gzPFSqH19C48ozzKoTX { display:block; }#svJJaKHkRGB74gzPFSqH19C48ozzKoTX > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a7szi9RlQ9EVnLvS47CqMx3RHqsUxMEX { top:8.4375rem;left:13.3125rem;width:34.4375rem;height:5.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzMoHTwDgOIgDqIEOztaAFXeUpi9n3WT { top:14.75rem;left:21.75rem;width:5.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeNNEVERucfrH0oHxVTwMVuTqXrQTl3x { top:16rem;left:8.75rem;width:39rem;height:25.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8USbpTm6o1bvlX4Q2mnWfH5heAM0zDZ { width:15.5625rem;height:3.4375rem;top:42.1875rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tK295ooye4kTQpOQwUrcNuKnLbhJkr2G { display:block; }
 }@media only screen and (max-width: 763px) { #cudmF02gcOFqtFeT1xiopMbOHh1FWiP4 { top:3.5rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3ZuaJbkO2iVEdMZHGJpEJPJrmHuIZAn { top:4.5rem;left:0rem;width:33.625rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wK0pvTdnyhJwXqUahWK8oLWsMdAnCdqq { top:4.5625rem;left:15.1875rem;width:32.5625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dM1hImuyVFW5p8ATeJGuhPlqcodoy8Jc { display:block; }#dM1hImuyVFW5p8ATeJGuhPlqcodoy8Jc > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S05mzDdDVodAFtXE5ZoSTzLnuvuduALt { top:9.6875rem;left:0rem;width:36.1875rem;height:8.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECtWqZTXCsp7rvSPmgBneSpvrJBgNtUE { top:16.375rem;left:0rem;width:5.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKkJirHA3mWHCa34e3OVEE7ZCkb1V6yu { top:18.125rem;left:0rem;width:39rem;height:20.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAZqQy7NTceepG56lM9bFCk2cXOcC2No { top:5.875rem;left:14.125rem;width:33.625rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDPOxHwSHRMmvrK26xgiVkR3dOP3xKNS { top:4.875rem;left:26.6875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpz7DNJoIUfumO4dte58IKyQWAf6NlN4 { width:15.5625rem;height:3.4375rem;top:41.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UknJJbEiik6gxARWmheN6cpSVzxlxuiw { display:block; }
 }@media only screen and (max-width: 763px) { #e1J7mnagS8mSyzSNU5gSqac1G7kImzy5 { top:5.875rem;left:0rem;width:33.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DovQ9x5FzMLZeZCFeadWX99JTbQG5NX5 { display:block; }#DovQ9x5FzMLZeZCFeadWX99JTbQG5NX5 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PT4igABxaUSrsPlEpbfE3e3815T743fK { top:6.6875rem;left:8.75rem;width:39rem;height:8.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pmcf195HGtdkKZSXuDqHCuOscLu9NgDy { top:14.9375rem;left:22.375rem;width:5.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDrvvLV5XZ175Ge8gzTTxKQmEpkcTfQV { top:16.5rem;left:8.75rem;width:39rem;height:28.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAtiSckkd40bXEvU7QJHE53Ja3r2udJn { width:15.5625rem;height:3.4375rem;top:44.8125rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJHBiXqbn3pwbSiImmAyg4O3QvX6e2fz { display:block; }
 }@media only screen and (max-width: 763px) { #TKR4yzlzxaDe8C4HOwO0vxuT7HbPgoVQ { top:3.5rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8DHETPTaivVZ4JI1p3nEpH58yheiBIl { top:4.5rem;left:0rem;width:33.625rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEVGmoJSVWPPk1cuw6g79v7DPaP9LMGD { top:4.5rem;left:15.1875rem;width:32.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wP3UuOHvzKiRQNdZGgNZvC8nxpTCslIE { display:block; }#wP3UuOHvzKiRQNdZGgNZvC8nxpTCslIE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vq2CqmeWO27q0FV5EVGBu2S4qOG1yuVH { width:30.0625rem;height:2.4375rem;top:3.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFJAthB2w4S0po9T7TZzBiV32hymOw0c { top:1.9375rem;left:0.6875rem;width:30.125rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzTm5exnODbb5cQ4FS10rU2Vp97RToxC { width:28.3125rem;height:8.4375rem;top:10.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZvFsDGQ5ydf86X0G1vaM3UaWDTsGFot { top:7.4375rem;left:6.3125rem;width:5.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2C2NDemWq5sOeZOTBbswLWvmpnWSoss { display:block; }#X2C2NDemWq5sOeZOTBbswLWvmpnWSoss > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HJM2QRmqTZf6EZhqQ5fyhE75WSbJbTbZ { top:7.3125rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnV2S6RW97SoSzbAngq6hgTMQ8Tmd8LM { width:46.4375rem;height:;top:1.4375rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJQToeFqgt324AfyHbhpfCEQRwhT5OqU { top:5.0625rem;left:15.625rem;width:16.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1MN3vRrkQdsITNFgZFTIeMnk3x08Xo3 { display:block; }#i1MN3vRrkQdsITNFgZFTIeMnk3x08Xo3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DD5txK09dol9PSSeyAZqqhXVz8NRFAHN { top:3.625rem;left:3.71875rem;width:40.3125rem;height:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4SS3JtNNSTNA8ATW0TOlw6sQCtPnOlk { top:7.4375rem;left:21.0625rem;width:5.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHPafZZnv7Wzdqlq1LPDQxfkynXibmd1 { top:9.875rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuVwTsreVHz31tPeEBJWuFp3gg3AXED7 { display:block; }#JuVwTsreVHz31tPeEBJWuFp3gg3AXED7 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nCDz52L1PFOK6Hik7XfytUu2DOXC3yKl { top:9.125rem;left:9.125rem;width:38.625rem;height:6rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGtpdk51NVFDmERnEV6VyJOl9ZlznKH0 { top:16.9375rem;left:22.375rem;width:5.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRkCk1fBs1dFgGzeTpPgX5NMqRVcuxVe { top:19.375rem;left:8.75rem;width:39rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEpPVgMDyeh8ix7lDoA9EXIVuK2TK6Lc { width:15.6875rem;height:3.4375rem;top:23.9375rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSylbSgsbKww9LbQCOiv9TIBnQ3AsHFz { display:block; }
 }@media only screen and (max-width: 763px) { #sN6ln692TNrkH3uahQsEUQrS0dWzLram { top:24.5rem;left:23.125rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrkBUX9askIVgrh9HT7xFLRI4ZWo9iK5 { top:4.6875rem;left:7.0625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DE25fRRmi0lQHDgf3bJUTRhPT6bVw1GM { top:5.5625rem;left:0rem;width:32.25rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJxD5LxUJmMnNIRihW8pTUvOlfwRAP0f { display:block; }#cJxD5LxUJmMnNIRihW8pTUvOlfwRAP0f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GDaKwqqE5rcCPbPidaUOwv3V5wJI6yiH { top:3.875rem;left:4.5625rem;width:38.625rem;height:3rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMFM4GhwwKRgWkEDk1ZMHD6gT2KL9Oiv { top:10.3125rem;left:0rem;width:17.5rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT5l97h9aG0DpW1hBsuUycgU99ZHMUOw { top:11.9375rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEOpHtb2uB3d9nTooF60EyrfllWu9TkV { top:17.0625rem;left:0rem;width:13.8125rem;height:1.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZ91pWXsnnsgeibCvTkf0LLP4mT39o9r { top:19.625rem;left:0rem;width:12.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8ZuRto9Pgey5EIMTwCHFBgSfOF4zJhC { top:10.375rem;left:5.5rem;width:17.5rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBNw7mqOKsJvAMfDzbCHHrvefMDmLs9b { top:17.125rem;left:7.4375rem;width:13.8125rem;height:1.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6QkwmeTpuQkCGVzGFiS12GsAOLcKMXS { top:12rem;left:12.125rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ft2zZl6nlicthbpH3w7JFqaU7CvStJgh { top:10.3125rem;left:24.625rem;width:17.5rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gc9xTiefs4SIilnabRptRIbZwO8rpPOu { top:19.625rem;left:25.625rem;width:15.9375rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #umsbtIyvglLI38660Scx5Zzh3CnmS1WO { top:17.0625rem;left:26.5625rem;width:13.8125rem;height:1.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnC7ALtWbwwsVx5Hv7T2U7C181EE9iar { top:11.9375rem;left:31.25rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s98vXwENnivciHGMzSbxkSdWNTrD3rvp { top:10.3125rem;left:30.125rem;width:17.5rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T96KT4DTQAyrx2Fx4cuwTROPtOXVBhh2 { top:19.3125rem;left:33.5625rem;width:14.1875rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPlSElM2ZliRbFRL3xclc1rlhMQVliLh { top:17.0625rem;left:33.9375rem;width:13.8125rem;height:1.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qg16SIFsIfXqtiURm536ggf7lzGzp6Bz { top:11.9375rem;left:43.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFCn6LPlwEXltmepwAiFaNsfSyOVgIBQ { top:20.125rem;left:6.373046875rem;width:15.9375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8zTyT4nTHsmBuqyCFqP74bNpb2KuvdL { display:block; }#X8zTyT4nTHsmBuqyCFqP74bNpb2KuvdL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yIJPnZVVCUTwPAATrb3FGUarevR1d5yM { top:4.75rem;left:1.9375rem;width:45.8125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBldw2ciODTz82FmBfZUrSOHNAG1LuSB { top:2.0625rem;left:0rem;width:9.625rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxRgpnPJBHk4dmkPcwCofIs6qEbdX4tr { width:9.0625rem;height:1.6875rem;top:2.0625rem;left:24.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSo339xTpA2NBuFX7uvvKAFJWD4rvgTw { display:block; }
 }@media only screen and (max-width: 763px) { #bHzcXwn2EOg7xIErQgmxqacvErSLfgXC { display:block; }#bHzcXwn2EOg7xIErQgmxqacvErSLfgXC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTaLDq8QcpRGgTIxiXKBWhV22Rx08xyg { top:0rem;left:44.3125rem;width:3.4375rem;height:3.4375rem;display:block; }
#eTaLDq8QcpRGgTIxiXKBWhV22Rx08xyg > img { max-width: 100%;max-height:100%; width:3.4375rem; height:3.4375rem; } }@media only screen and (max-width: 763px) { #ZRRPivlxZ7nb9U8fcr9lHL9b5dwcNeuP { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #vCZODIkAU4gWIQS058VEQyV32zABmg2P { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #brwl7W7LGaFW5IO24eD0COqHtVXGSzoT { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:#2c2834;background-image:none;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; }#brwl7W7LGaFW5IO24eD0COqHtVXGSzoT > .row .container { background-color: transparent; background-image: none; }#brwl7W7LGaFW5IO24eD0COqHtVXGSzoT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brwl7W7LGaFW5IO24eD0COqHtVXGSzoT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brwl7W7LGaFW5IO24eD0COqHtVXGSzoT > .row .container > .video-iframe-container { display: none; }#brwl7W7LGaFW5IO24eD0COqHtVXGSzoT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brwl7W7LGaFW5IO24eD0COqHtVXGSzoT > .row > .video-iframe-container { display: none; }#brwl7W7LGaFW5IO24eD0COqHtVXGSzoT > .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); }#brwl7W7LGaFW5IO24eD0COqHtVXGSzoT > .row .container { border-width: 0; border-radius: 0; }#brwl7W7LGaFW5IO24eD0COqHtVXGSzoT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#brwl7W7LGaFW5IO24eD0COqHtVXGSzoT > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTOHxTRnOp3aETUfhsnvWHURVCNouKl9 { width:6.6875rem;height:2.3125rem;top:1.75rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dJmqbQzTE59n9TFa9hSVQqxI80nvaweo { display:flex;top:1.8125rem;left:17.8125rem;width:2.1875rem;height:2.1875rem;z-index:15022;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #N5SDrnnh8dNqGyT9R2ZgLBH7UuMydBad { width:4.625rem;height:1.29980625rem;top:6.6123046875rem;left:14.5625rem;font-size:1rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #UKScu20X2gaXcq8vhNvnybTl9tEdqE0s { width:6.6875rem;height:1.29980625rem;top:6.6123046875rem;left:6.65625rem;font-size:1rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #KLsCmbKuX8WcgrlT80Oc1EVFdufUyoOc { width:5.3125rem;height:1.29980625rem;top:6.6748046875rem;left:0.6875rem;font-size:1rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #pnFR9zmokUV3R0N7EvkQf5Gzdlz2nUI0 { width:6.25rem;height:1.29980625rem;top:5.0625rem;left:13.75rem;font-size:1rem;z-index:15051;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WzKiCl0xT73HC92e9veu2lHEv0JPqygK { width:5.0625rem;height:1.29980625rem;top:5.0625rem;left:7.46875rem;font-size:1rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #chAUIiLyVaWH6vxEqWtIPzU3xg5ZUCdd { width:4.0625rem;height:1.29980625rem;top:5.0625rem;left:1.3125rem;font-size:1rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #thBMTvcbOGelgNihIQtnBn7SVx0RZdAB { display:block; }#thBMTvcbOGelgNihIQtnBn7SVx0RZdAB > .row .container { width:20rem;height:51.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #at3eb2nunFNak8aOwFS3Q2tOwZEDaAQd { display:flex;width:3.25rem;height:3.25rem;top:3.875rem;left:16.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MtHUHThPxkckR2F65XTNc2bea21mEaMC { width:15.6875rem;height:3.4375rem;top:17.1875rem;left:2.15625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NximvK00k0OEQcRLLigWiV6M5HJBIF1m { display:block; }
 }@media only screen and (max-width: 763px) { #R0Bp942aNxk4c55sT2GI4kKWTl8kF6fN { width:20rem;height:0.9746125rem;top:3.5rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SAWl3KtOQiZHgTe7JxTATuyO2xlZCRsV { width:20rem;height:6.29883125rem;top:9.013671875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8qtPFnFMy7BoK7R2LFtmKciUTbE9Os6 { width:20rem;height:15.7421875rem;top:16.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzaOp61llhLzUDK7RcGG3Pq8fr8hGQkX { width:20rem;height:0.125rem;top:33.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQB34bR9wFEm484hLCuLbp9PF0JQQNKp { width:20rem;height:1.6499rem;top:35.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qbLTw7ydaKE0ZyF1sQO2f1tWndbwxxUM { display:flex;width:2.3125rem;height:2.3125rem;top:44.5rem;left:2.9375rem; }
 }@media only screen and (max-width: 763px) { #l9puP6TMvIkAELOvCswUT6e5NAamQvAQ { display:flex;top:37.4375rem;left:0rem;width:2.1875rem;height:2.1875rem;z-index:14999;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #rSAhJnryev9LLQiOG4xREQemobCXN9Se { width:10.875rem;height:0.75rem;top:15.3115234375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaorshDtlUpIzo5xL7TwnHGwHE7Q0cQD { width:6.625rem;height:2.25rem;top:74.6875rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JOkl12akUsTOsSEVgLF6fQNHOTBceBTO { width:15.5625rem;height:3.4375rem;top:39.125rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZN2IQiWaqUKI9bJhURlQgF7zPr3kfqo { display:block; }
 }@media only screen and (max-width: 763px) { #nFkvnBmdLoG0AyEkCZX16pKbKXC6MmCe { width:15.6875rem;height:3.4375rem;top:43.9375rem;left:2.1875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #Rdo8hBI23Up9JvdZZZAsi1RshQUo8Vk4 { display:block; }
 }@media only screen and (max-width: 763px) { #ekda4GbxbwInp2MBowrDHBhlF2LTk0wU { width:9.0625rem;height:auto;top:3rem;left:5.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RzVp3WgokJEImuCcJR6fU4oOTgKMaTBA { width:7.5rem;height:1.4375rem;top:3rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TxGHRl100pNwb63cxiEiDmDh41yIZRRF { display:block; }
 }@media only screen and (max-width: 763px) { #OMwcWSsqaM6tIc2wK4Qvsn3oK6n6rGQm { width:7.5rem;height:1.4375rem;top:3rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rVtoG9XX2WE4zJSlR64KLCWWmsFBOV4J { display:block; }
 }@media only screen and (max-width: 763px) { #VboN4CHrS8D37PnmvSkHGuMkDiWgbHgx { width:7.5rem;height:2.5rem;top:2.5rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #od60T6TDJviMW1EP5MdSL3k7FM6LpNhG { display:block; }
 }@media only screen and (max-width: 763px) { #KTuTWcTzTAOHWzl8XR6ApyTcxTg7mssc { width:6.4375rem;height:2.5rem;top:2.5rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PUw76wU9ZK9nQ9T6MLLOM10aUqFMMLoR { display:block; }
 }@media only screen and (max-width: 763px) { #qVDAgXFTdMM8VkKvTMrC16lJUDn4qRM0 { width:6.4375rem;height:2.5rem;top:2.5rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QmyGt1TgXF2uEUCu6IZWobmJofK2FUOK { display:block; }
 }@media only screen and (max-width: 763px) { #N5svc2mV6r2VTsOXXPOSS49ev292GWT5 { display:block; }#N5svc2mV6r2VTsOXXPOSS49ev292GWT5 > .row .container { width:20rem;height:59.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOxUrHMGz1QVvSTy3VC5LDkpwkUNqasp { width:20rem;height:12.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQiTfiUTx7MKdtgAWmHVymz53x8nTwzh { display:block; }#NQiTfiUTx7MKdtgAWmHVymz53x8nTwzh > .row .container { width:20rem;height:134.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n13gg2wC05oTDtidciVNEc2hfvSgufZE { width:20rem;height:4.673825rem;top:2.4755859375rem;left:0rem;font-size:2.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #T7PPz2TRKuFZXN4XAykThk2kPl9RXNOF { width:5.625rem;height:0.1875rem;top:7.712890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwJhTemxKqwOwaGXTGwouW1Ldvs9kiqW { width:15.5625rem;height:3.4375rem;top:126.5625rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDubKE046QKIsTpThdDPl5ZzkRW3Ce73 { display:block; }
 }@media only screen and (max-width: 763px) { #qzDO3TiONUhl5IK23fGT5eTVprSSbdWy { width:20rem;height:17.9375rem;top:106.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWZEJLBI3FuvPVV5K4Wnxe1Xv4dIpGlT { width:20rem;height:12.6875rem;top:106.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTCSsuqXUTVtdxHPGoXKvb59Ha1TvTPK { width:20rem;height:12.6875rem;top:87.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1ChxCcKzC9b2oieEmPPyc82b5iTVOIZ { width:20rem;height:17.9375rem;top:87.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUgHwtcra8t59ZJZnrIMVK07cGMhiZCH { width:20rem;height:12.6875rem;top:68.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcyLNXZdHBM864SMVEaI8gcbyZSrzQAs { width:20rem;height:17.9375rem;top:11.25rem;left:-0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvh4Okm9TyRLus4g9mZd01dQpNhaIS88 { width:20rem;height:17.9375rem;top:30.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1T4Lgs5VwIsb0rZZT0PgKPn7cNsqG9F { width:20rem;height:17.9375rem;top:49.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVPrThpprWmAHXqxTUzpwVe8EB8cpA8f { width:20rem;height:17.9375rem;top:68.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDJ3rT7kivfk1bKP6Rzwtq9cGy8O58cd { width:17.5625rem;height:3rem;top:16.0625rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8Ry5f39OwxRnO4irCRTwWzTpM2Ha4tb { width:17.5625rem;height:4.5rem;top:34.3125rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5k3pNvz32iyWaynpy2xuyfTutFF7MtH { width:17.5625rem;height:3rem;top:54.125rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOd7xqDgAN2FGsQ00EKyk8IswNkU8oUT { width:20rem;height:12.6875rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXaVcIvtuTcdPp1DkfdKNKUpJ7pp0Rh7 { width:20rem;height:12.6875rem;top:30.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nt2wAvw50w39hdlFeht3NElPQGV2AUaR { width:20rem;height:12.6875rem;top:49.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ss5ZAq429Jov6wyA4CiqwqdG6IedpUtV { width:15.375rem;height:1.5rem;top:25.6875rem;left:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2hAV7WUCaxIpAx0TpsRyrPD7ZsLLXEC { width:15.375rem;height:4.5rem;top:72.25rem;left:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wpn9WT5FP6f5rM7JSW7vkntv4S4OnSeG { width:15.375rem;height:4.5rem;top:91.1875rem;left:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gboltLU5RhZnSAeS2zQNOzob1t2rpTMb { width:15.375rem;height:6rem;top:109.5625rem;left:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #klCgwhwSPN6PXRhmZuxD8zAR1eiTHur9 { width:15.375rem;height:1.5rem;top:44.4375rem;left:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X95SuiXNa3AB7DreCZIcg2BTZmJ5g4xv { width:15.375rem;height:1.5rem;top:63.625rem;left:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6mgPaGklaNsp4fm8zu88RhLLGgMTsUy { width:15.375rem;height:1.5rem;top:120.625rem;left:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdgwuAQRL4tN3pvkGBTG6dbT8n4MvAbE { width:15.375rem;height:1.5rem;top:101.4375rem;left:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNF11LKP2PB7CG5ILgdcBWyTgvLDOtTR { width:15.375rem;height:1.5rem;top:82.8125rem;left:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nh9Mh9wsVipIhqktTx6F2Eiet8smrQy3 { display:block; }#Nh9Mh9wsVipIhqktTx6F2Eiet8smrQy3 > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c7b1cxVRaOhP0ff8bOtI2UJlncNPMpgT { width:12.5rem;height:0.12402375rem;top:7.40625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPOm1BhhmBhOE05pOHcT2z1kLsJSeuK3 { width:20rem;height:5.9375rem;top:9.03125rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a2b7841c-8e83-4e49-ba1e-5f2feaec3c75/WhatsAppImage20221128at114346.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#gPOm1BhhmBhOE05pOHcT2z1kLsJSeuK3.adaptive-delivery-prevent-bg, #gPOm1BhhmBhOE05pOHcT2z1kLsJSeuK3.lazyload, #gPOm1BhhmBhOE05pOHcT2z1kLsJSeuK3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #lgKNzrlcFSGgSMKIOVBuEGFy891NkzTz { width:20rem;height:5.15625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9TX1IolHa1GB2t7C6kfHZeBABh7WzWI { display:block; }#k9TX1IolHa1GB2t7C6kfHZeBABh7WzWI > .row .container { width:20rem;height:68.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DcyMyPPAMNnZp5gdaLxsZ3JMClf4Wnu1 { width:12.5rem;height:4.38574375rem;top:21.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsZBaS4XK2wbfwzmmWda0skSLD4NdClG { width:20rem;height:4.125rem;top:16rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lie5382Tr1PTNI1zqDhDfhrcLlxOMTu2 { width:5.625rem;height:0.1875rem;top:21.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6lzuAgcCRXyixTDrdWuFqx4VLzRPhqn { width:20rem;height:34.63284375rem;top:27.125rem;left:0rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Cy9zsqcxz6OhECuWngtPC2sJm30iwuiI { width:19.5rem;height:12.3125rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGTQh3scpaKnDmGK3Q89dOmPTJiwaQ7E { width:8.125rem;height:6.6875rem;top:2.625rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOTWepbFqENS5oHsBFxIvDfBFFHnblgr { width:15.5625rem;height:3.4375rem;top:62.8125rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND4rOe8C7bKiAuAPtTUBWSaZUzlGXthg { display:block; }
 }@media only screen and (max-width: 763px) { #DOfLu4lCX9DLf0JNeSqEiNLV8iFaaGyf { display:block; }#DOfLu4lCX9DLf0JNeSqEiNLV8iFaaGyf > .row .container { width:20rem;height:32.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5cQpcRJ8h5m6sdiC2Q9cfQvdLMoZzys { width:20rem;height:2.3378875rem;top:2.5rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4Wa9osnPqHWmnDBxxxzOHFlh6h76s2M { width:5.625rem;height:0.1875rem;top:6.05859375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2e4n5KgawZsWWKBdWdmvL1NkUhIW64B { width:20rem;height:21.75rem;top:7.80859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FE0hzTS21kACEx9xu0KfvXRl5TTdPZbB { display:block; }#FE0hzTS21kACEx9xu0KfvXRl5TTdPZbB > .row .container { width:20rem;height:78.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a1dIuPTcoM6uWmfFFLGtT3fzxiO4KMb0 { width:20rem;height:6.1875rem;top:16.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtGBshypAkCt7ysyDTpXXOEyb5JHOvxU { width:5.625rem;height:0.1875rem;top:24.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdDi0CeOOwdk9hcxmDWhtcAiCO4BeLvz { width:20rem;height:36.20709375rem;top:32.4375rem;left:0rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #xaOwAbyeJr7ClazyaGasg28QO26DFfzP { width:19.5rem;height:12.3125rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vr93837KZ1FCh5c6mTzDUXsrXlPPtD80 { width:8.125rem;height:6.6875rem;top:2.625rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9xHuVnd5G2zmZls4Ii0dhFfCcCnAB9F { width:15.5625rem;height:3.4375rem;top:69.84423828125rem;left:2.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9rwAsE2PPcANdW5Avqxg1ET9q70eDPP { display:block; }
 }@media only screen and (max-width: 763px) { #OkZ2Na6SftylVvezKNPF8gPEboekZdft { width:20rem;height:4.38574375rem;top:26.17578125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0y3mMXggz2sebOEvOB9nf8JNSISgWyz { display:block; }#a0y3mMXggz2sebOEvOB9nf8JNSISgWyz > .row .container { width:20rem;height:69.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TXTsHEdJWtUnxMHBb2pmWzPCloIkCA8L { width:20rem;height:6.1875rem;top:14.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLvxxsrgTyH1K4cn0rJBmpXQf4S6eoAy { width:5.625rem;height:0.1875rem;top:22.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Co7qaMkEK6UBm8eDJzuCPQpXE5PgbUdp { width:20rem;height:34.63278125rem;top:28.125rem;left:0rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #eJ9bQTmAl470WTCVAJFJo19vKlDrsSF3 { width:15.5625rem;height:3.4375rem;top:64.59423828125rem;left:2.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUOWwMl97V5bzzW2iM3817elpVa8zPSf { display:block; }
 }@media only screen and (max-width: 763px) { #F7CVXalo5Qd93oVasAW6r9Lcdgg9PG1g { width:12.5rem;height:12.5rem;top:0.56884765625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sbly6sJehqdWhkvJFzrhoJEyqwhzButp { width:19.5rem;height:12.3125rem;top:1.06884765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrgEps0WUIiD97u22XeJ9ZSdW1udBuJe { width:20rem;height:2.923825rem;top:23.38134765625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElkOr413VqkGOXTmlOR5xHLwxQ8EMvm1 { display:block; }#ElkOr413VqkGOXTmlOR5xHLwxQ8EMvm1 > .row .container { width:20rem;height:89.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fvZ6kRTqZ1Wo5rszJsoKVTocgunem8GE { width:20rem;height:6.1875rem;top:16.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rETPFMc9n2xLrvN4uiXvDK7fK8ku4NhV { width:5.625rem;height:0.1875rem;top:23.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2onBSXGAm1tKod9z6pw29SZQtH7sTHP { width:20rem;height:51.94921875rem;top:30rem;left:0rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #dx1UZPGwuEMMbTQTdy5BXXB61pUpIoEB { width:19.5rem;height:12.3125rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBvaABC1hAd0CNU9Myxd327XiLc1qdgs { width:8.125rem;height:6.6875rem;top:2.625rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIzPrwkE1PsPDKO0iBGO07aoVU6PkR7K { width:15.5625rem;height:3.4375rem;top:83.71923828125rem;left:2.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJsOHvTDwOapKEoc4QBUtTBabHPtHyvt { display:block; }
 }@media only screen and (max-width: 763px) { #ESET8xoL1wy7BhRO9N2UrUTKBqKxLl97 { width:20rem;height:2.923825rem;top:24.57421875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #svJJaKHkRGB74gzPFSqH19C48ozzKoTX { display:block; }#svJJaKHkRGB74gzPFSqH19C48ozzKoTX > .row .container { width:20rem;height:83.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a7szi9RlQ9EVnLvS47CqMx3RHqsUxMEX { width:20rem;height:6.1875rem;top:14.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzMoHTwDgOIgDqIEOztaAFXeUpi9n3WT { width:5.625rem;height:0.1875rem;top:22.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeNNEVERucfrH0oHxVTwMVuTqXrQTl3x { width:20rem;height:48.80078125rem;top:27.625rem;left:0rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #N8USbpTm6o1bvlX4Q2mnWfH5heAM0zDZ { width:15.5625rem;height:3.4375rem;top:78rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tK295ooye4kTQpOQwUrcNuKnLbhJkr2G { display:block; }
 }@media only screen and (max-width: 763px) { #cudmF02gcOFqtFeT1xiopMbOHh1FWiP4 { width:12.5rem;height:12.5rem;top:0.55029296875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3ZuaJbkO2iVEdMZHGJpEJPJrmHuIZAn { width:19.5rem;height:12.3125rem;top:1.17529296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wK0pvTdnyhJwXqUahWK8oLWsMdAnCdqq { width:20rem;height:2.923825rem;top:23.67529296875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dM1hImuyVFW5p8ATeJGuhPlqcodoy8Jc { display:block; }#dM1hImuyVFW5p8ATeJGuhPlqcodoy8Jc > .row .container { width:20rem;height:74.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S05mzDdDVodAFtXE5ZoSTzLnuvuduALt { width:20rem;height:8.25rem;top:16.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECtWqZTXCsp7rvSPmgBneSpvrJBgNtUE { width:5.625rem;height:0.1875rem;top:25.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKkJirHA3mWHCa34e3OVEE7ZCkb1V6yu { width:20rem;height:36.20709375rem;top:31.6875rem;left:0rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #aAZqQy7NTceepG56lM9bFCk2cXOcC2No { width:19.5rem;height:12.3125rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDPOxHwSHRMmvrK26xgiVkR3dOP3xKNS { width:8.125rem;height:6.6875rem;top:2.625rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpz7DNJoIUfumO4dte58IKyQWAf6NlN4 { width:15.5625rem;height:3.4375rem;top:69.0625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UknJJbEiik6gxARWmheN6cpSVzxlxuiw { display:block; }
 }@media only screen and (max-width: 763px) { #e1J7mnagS8mSyzSNU5gSqac1G7kImzy5 { width:20rem;height:2.923825rem;top:26.88720703125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DovQ9x5FzMLZeZCFeadWX99JTbQG5NX5 { display:block; }#DovQ9x5FzMLZeZCFeadWX99JTbQG5NX5 > .row .container { width:20rem;height:85.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PT4igABxaUSrsPlEpbfE3e3815T743fK { width:20rem;height:8.25rem;top:15.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pmcf195HGtdkKZSXuDqHCuOscLu9NgDy { width:5.625rem;height:0.1875rem;top:24.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDrvvLV5XZ175Ge8gzTTxKQmEpkcTfQV { width:20rem;height:48.8008125rem;top:30.8125rem;left:0rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #uAtiSckkd40bXEvU7QJHE53Ja3r2udJn { width:15.5625rem;height:3.4375rem;top:79.6279296875rem;left:2.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJHBiXqbn3pwbSiImmAyg4O3QvX6e2fz { display:block; }
 }@media only screen and (max-width: 763px) { #TKR4yzlzxaDe8C4HOwO0vxuT7HbPgoVQ { width:12.5rem;height:12.5rem;top:0.61279296875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8DHETPTaivVZ4JI1p3nEpH58yheiBIl { width:19.5rem;height:12.3125rem;top:1.55029296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEVGmoJSVWPPk1cuw6g79v7DPaP9LMGD { width:20rem;height:2.923825rem;top:26.61279296875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wP3UuOHvzKiRQNdZGgNZvC8nxpTCslIE { display:block; }#wP3UuOHvzKiRQNdZGgNZvC8nxpTCslIE > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vq2CqmeWO27q0FV5EVGBu2S4qOG1yuVH { width:17.9375rem;height:2.4375rem;top:1.36328125rem;left:1.03125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KFJAthB2w4S0po9T7TZzBiV32hymOw0c { width:18.75rem;height:13.375rem;top:18.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzTm5exnODbb5cQ4FS10rU2Vp97RToxC { width:20rem;height:9.5625rem;top:5.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZvFsDGQ5ydf86X0G1vaM3UaWDTsGFot { width:5.625rem;height:0.1875rem;top:4.3125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2C2NDemWq5sOeZOTBbswLWvmpnWSoss { display:block; }#X2C2NDemWq5sOeZOTBbswLWvmpnWSoss > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HJM2QRmqTZf6EZhqQ5fyhE75WSbJbTbZ { width:20rem;height:21.75rem;top:4.662109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnV2S6RW97SoSzbAngq6hgTMQ8Tmd8LM { width:20rem;height:2.4375rem;top:1.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;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:#2c2834;display:block; }
 }@media only screen and (max-width: 763px) { #VJQToeFqgt324AfyHbhpfCEQRwhT5OqU { width:16.5rem;height:0.1875rem;top:4rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1MN3vRrkQdsITNFgZFTIeMnk3x08Xo3 { display:none; }#i1MN3vRrkQdsITNFgZFTIeMnk3x08Xo3 > .row .container { width:20rem;height:89.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DD5txK09dol9PSSeyAZqqhXVz8NRFAHN { width:20rem;height:4.125rem;top:2.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4SS3JtNNSTNA8ATW0TOlw6sQCtPnOlk { width:5.625rem;height:0.1875rem;top:7.68359375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHPafZZnv7Wzdqlq1LPDQxfkynXibmd1 { width:20rem;height:21.75rem;top:9.74609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuVwTsreVHz31tPeEBJWuFp3gg3AXED7 { display:block; }#JuVwTsreVHz31tPeEBJWuFp3gg3AXED7 > .row .container { width:20rem;height:48.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nCDz52L1PFOK6Hik7XfytUu2DOXC3yKl { width:20rem;height:7.01075rem;top:2.1875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGtpdk51NVFDmERnEV6VyJOl9ZlznKH0 { width:5.625rem;height:0.1875rem;top:10.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRkCk1fBs1dFgGzeTpPgX5NMqRVcuxVe { width:20rem;height:4.72265625rem;top:11.8125rem;left:0rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #JEpPVgMDyeh8ix7lDoA9EXIVuK2TK6Lc { width:15.6875rem;height:3.4375rem;top:17.3125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSylbSgsbKww9LbQCOiv9TIBnQ3AsHFz { display:block; }
 }@media only screen and (max-width: 763px) { #sN6ln692TNrkH3uahQsEUQrS0dWzLram { display:flex;width:2.3125rem;height:2.3125rem;top:17.875rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #UrkBUX9askIVgrh9HT7xFLRI4ZWo9iK5 { width:8.125rem;height:6.6875rem;top:2.5rem;left:11.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DE25fRRmi0lQHDgf3bJUTRhPT6bVw1GM { width:20rem;height:25.1875rem;top:21.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJxD5LxUJmMnNIRihW8pTUvOlfwRAP0f { display:block; }#cJxD5LxUJmMnNIRihW8pTUvOlfwRAP0f > .row .container { width:20rem;height:62.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GDaKwqqE5rcCPbPidaUOwv3V5wJI6yiH { width:20rem;height:2.20019375rem;top:2.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMFM4GhwwKRgWkEDk1ZMHD6gT2KL9Oiv { width:17.5rem;height:12.375rem;top:6.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT5l97h9aG0DpW1hBsuUycgU99ZHMUOw { display:flex;width:4.375rem;height:4.375rem;top:8rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #PEOpHtb2uB3d9nTooF60EyrfllWu9TkV { width:13.8125rem;height:1.7871125rem;top:13.125rem;left:3.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZ91pWXsnnsgeibCvTkf0LLP4mT39o9r { width:12.6875rem;height:1.4003875rem;top:15.6875rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8ZuRto9Pgey5EIMTwCHFBgSfOF4zJhC { width:17.5rem;height:12.375rem;top:19.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBNw7mqOKsJvAMfDzbCHHrvefMDmLs9b { width:13.8125rem;height:1.7871125rem;top:26.25rem;left:3.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6QkwmeTpuQkCGVzGFiS12GsAOLcKMXS { display:flex;width:4.375rem;height:4.375rem;top:21.125rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #ft2zZl6nlicthbpH3w7JFqaU7CvStJgh { width:17.5rem;height:12.375rem;top:32.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gc9xTiefs4SIilnabRptRIbZwO8rpPOu { width:16.5rem;height:2.798825rem;top:41.9375rem;left:1.6875002980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #umsbtIyvglLI38660Scx5Zzh3CnmS1WO { width:13.8125rem;height:1.7871125rem;top:39.375rem;left:3.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnC7ALtWbwwsVx5Hv7T2U7C181EE9iar { display:flex;width:4.375rem;height:4.375rem;top:34.25rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #s98vXwENnivciHGMzSbxkSdWNTrD3rvp { width:17.5rem;height:12.375rem;top:45.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T96KT4DTQAyrx2Fx4cuwTROPtOXVBhh2 { width:14.1875rem;height:4.1982375rem;top:54.75rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPlSElM2ZliRbFRL3xclc1rlhMQVliLh { width:13.8125rem;height:1.7871125rem;top:52.5rem;left:3.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qg16SIFsIfXqtiURm536ggf7lzGzp6Bz { display:flex;width:4.375rem;height:4.375rem;top:47.375rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #gFCn6LPlwEXltmepwAiFaNsfSyOVgIBQ { width:15.9375rem;height:1.3994125rem;top:29.13671875rem;left:2.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8zTyT4nTHsmBuqyCFqP74bNpb2KuvdL { display:block; }#X8zTyT4nTHsmBuqyCFqP74bNpb2KuvdL > .row .container { width:20rem;height:11.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yIJPnZVVCUTwPAATrb3FGUarevR1d5yM { width:20rem;height:2.2744125rem;top:5.11328125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fBldw2ciODTz82FmBfZUrSOHNAG1LuSB { width:5.9375rem;height:2.0625rem;top:1.32421875rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxRgpnPJBHk4dmkPcwCofIs6qEbdX4tr { width:9.0625rem;height:1.6875rem;top:1.51171875rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSo339xTpA2NBuFX7uvvKAFJWD4rvgTw { display:block; }
 }@media only screen and (max-width: 763px) { #bHzcXwn2EOg7xIErQgmxqacvErSLfgXC { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#bHzcXwn2EOg7xIErQgmxqacvErSLfgXC > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTaLDq8QcpRGgTIxiXKBWhV22Rx08xyg { display:flex;width:3.75rem;height:3.75rem;top:0rem;left:16.25rem;font-size:2.625rem;display:none; }
#eTaLDq8QcpRGgTIxiXKBWhV22Rx08xyg > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@media only screen and (max-width: 763px) { #ZRRPivlxZ7nb9U8fcr9lHL9b5dwcNeuP { top:0.78125rem;left:3.71875rem;z-index:15048;width:12.5625rem;height:3.375rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #e05e3d, #e03d3d);background-image: -moz-linear-gradient(178deg, #e05e3d, #e03d3d);background-image: -ms-linear-gradient(178deg, #e05e3d, #e03d3d);background-image: -o-linear-gradient(178deg, #e05e3d, #e03d3d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e05e3d', endColorstr='#e03d3d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e05e3d', endColorstr='#e03d3d' );";background-image: linear-gradient(178deg, #e05e3d, #e03d3d);background-size:auto !important;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCZODIkAU4gWIQS058VEQyV32zABmg2P { display:block; }
 }