.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:225,236,224;--color-primary-1:155,193,151;--color-primary-2:55,131,47;--color-primary-3:28,66,24;--color-primary-4:8,20,7;--color-secondary-0:229,231,228;--color-secondary-1:169,174,164;--color-secondary-2:82,93,73;--color-secondary-3:41,47,37;--color-secondary-4:12,14,11;--color-tertiary-0:255,255,255;--color-tertiary-1:212,211,211;--color-tertiary-2:111,108,108;--color-tertiary-3:56,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Georgia";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/57bb1811-e584-4173-8646-8b8261c4e630/task_01khbd6k7tfanbwbz2kk5hbgg11770983230_img_0.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC.adaptive-delivery-prevent-bg, #TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC.lazyload, #TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC.lazyloading { background-image: none; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container { background-color: transparent; background-image: none; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container > .video-iframe-container { display: none; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row > .video-iframe-container { display: none; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .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); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container { border-width: 0; border-radius: 0; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container { font-size:0.875rem;font-family:arial;height:44.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#KVZpLHRSklSmZKsoMa526T6bT1Ksz223 { box-sizing:content-box;height:36.0625rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-1),0.66);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.96875rem;left:0rem;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;display:block; }
#xoBtg87BSxkHfR6FGZhdJyxnZLvhDqV5 { box-sizing:content-box;height:4.375rem;width:32.875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.96875rem;left:40.875rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#aZIBmbImoxBTwnc9npETNqAqvdMwAc6e { color:rgba(var(--color-tertiary-0),1);display:block;width:39rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.99);top:10.1875rem;left:3.9375rem;height:13.0488125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GVzAWAIRXJW5SoC1hGRhaimFB2wC8NAC { color:rgba(var(--color-tertiary-0),1);display:block;width:35.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(var(--color-primary-4),1);top:23.9375rem;left:3.9375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bZkrOAWMXv8k0PLTkaKeGdqOWImph0Rz { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:9rem;height:2.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:3.6875rem;left:42.9375rem;display:block; }
#wLDMhK6zb0GpFohVF6ButSQQV2rqyPqR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#idAoKZfiuBuqvcGggdLn6J2RIVeGfzvE { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:8.875rem;height:2.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:4.09375rem;left:51.9375rem;display:block; }
#qfEk32qtlAn2br49q7IA0PhS4yBbfVCT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wVcwAgPa1wTmG2FD13K7EReJhhFKwMI9 { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:9rem;height:2.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:3.6875rem;left:38.5625rem;display:none; }
#TBf6fwLTn9dnrU187NQwffAKBPR9piUm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tESPFFfmgqSeMn49L1kNtrQ94U62ZelO { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:8.875rem;height:2.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:4.09375rem;left:49.09375rem;display:none; }
#ZQVNXTEtLhDJChcS5KWlUTEw5Ppo2aEL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VuP53ouk5wV5zPfC8o0bzVIVl2yM15DS { z-index:15004;top:31.6875rem;left:3.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #69cc12, #02ab84);background-image: -moz-linear-gradient(173deg, #69cc12, #02ab84);background-image: -ms-linear-gradient(173deg, #69cc12, #02ab84);background-image: -o-linear-gradient(173deg, #69cc12, #02ab84);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#69cc12', endColorstr='#02ab84' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#69cc12', endColorstr='#02ab84' );";background-image: linear-gradient(173deg, #69cc12, #02ab84);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(16,26,7,0.61) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#IlVQQhMKDcVgqGUyO3CDsRdI9OQbfHxP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XGg86vTmCm6bo0T0UGdqdp68y9HRa2Sr { z-index:15004;top:31.84375rem;left:19.5rem;background-color:transparent;background-image:none;border-top:0.125rem solid #69cc12;border-left:0.125rem solid #69cc12;border-right:0.125rem solid #69cc12;border-bottom:0.125rem solid #69cc12;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(0,0,0,0.48) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kd5u40rgrCSIEE7utaJh8FUaEfIB2fA6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G0gAdMVcsTEOG3W3imIL9zwmkWdXBtGP { position:absolute;display:block;z-index:15007;border-top:0.375rem solid #4bbe49;border-left:0.375rem solid #4bbe49;border-right:0.375rem solid #4bbe49;border-bottom:0.375rem solid #4bbe49;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.65) ;height:27.5625rem;width:18.375rem;top:8.3125rem;left:46.8125rem;overflow:hidden;display:block; }
#qpLHPlnAzuup0hndSDMek1GicgzwGRHA { z-index:15007;top:34.21875rem;left:46rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #69cc12, #02ab84);background-image: -moz-linear-gradient(173deg, #69cc12, #02ab84);background-image: -ms-linear-gradient(173deg, #69cc12, #02ab84);background-image: -o-linear-gradient(173deg, #69cc12, #02ab84);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#69cc12', endColorstr='#02ab84' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#69cc12', endColorstr='#02ab84' );";background-image: linear-gradient(173deg, #69cc12, #02ab84);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(16,26,7,0.21) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:1.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#dI2cbXxS7it02SKztsNlcr3wSXFOvAv4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KyxVz1VtDMNtL3lS6oVKSm6TIkKWcXiX { z-index:15008;top:3.59375rem;left:61.7607421875rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #69cc12, #02ab84);background-image: -moz-linear-gradient(173deg, #69cc12, #02ab84);background-image: -ms-linear-gradient(173deg, #69cc12, #02ab84);background-image: -o-linear-gradient(173deg, #69cc12, #02ab84);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#69cc12', endColorstr='#02ab84' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#69cc12', endColorstr='#02ab84' );";background-image: linear-gradient(173deg, #69cc12, #02ab84);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(16,26,7,0.21) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.375rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kQM3v0zfic6v4kVZAGgvsio9V5619mpE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bURQwJR3qHBzhSfTEpnHwTTI2VaJKCKG { position:absolute;display:block;z-index:15052;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.4375rem;width:8.9375rem;top:3.4375rem;left:3.9375rem;overflow:hidden;display:block; }
#apOwG5JDWutnI8VNM6euP3RylMO0t6a8 { position:relative;display:block; }#apOwG5JDWutnI8VNM6euP3RylMO0t6a8 { background-color: transparent; background-image: none; }#apOwG5JDWutnI8VNM6euP3RylMO0t6a8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#apOwG5JDWutnI8VNM6euP3RylMO0t6a8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#apOwG5JDWutnI8VNM6euP3RylMO0t6a8 > .row .container > .video-iframe-container { display: none; }#apOwG5JDWutnI8VNM6euP3RylMO0t6a8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#apOwG5JDWutnI8VNM6euP3RylMO0t6a8 > .row > .video-iframe-container { display: none; }#apOwG5JDWutnI8VNM6euP3RylMO0t6a8 > .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); }#apOwG5JDWutnI8VNM6euP3RylMO0t6a8 { border-width: 0; border-radius: 0; }#apOwG5JDWutnI8VNM6euP3RylMO0t6a8 > .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; }#apOwG5JDWutnI8VNM6euP3RylMO0t6a8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:30.5625rem;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; }#C7kIEEoumVOegTyKZ86E5robp7IaZSDf { box-sizing:content-box;height:19.5rem;width:24.8125rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;top:2.375rem;left:2.1875rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#x8rKL7ul0OSUUkk41sLLTfXbhbyXDZT0 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15019;line-height:1;letter-spacing:0;top:4.0625rem;left:3.875rem;height:3rem;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; }
#z36kEGC5u88xSvtAHUhPywCM7AwHeDRi { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:11rem;width:16.5625rem;top:2.375rem;left:29.625rem;overflow:hidden;display:block; }
#Qdq54IuW7Hlst475F2aWANBwNZzn3GSy { box-sizing:content-box;height:17.3125rem;width:35.9375rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;top:4.0625rem;left:31.25rem;border-top-left-radius:7.5rem;border-top-right-radius:7.5rem;border-bottom-left-radius:7.5rem;border-bottom-right-radius:7.5rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#XExWicwHKclC8yX23FASAEWkNSOridZz { color:#000000;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15029;line-height:1.7;letter-spacing:0;top:9rem;left:3.875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#XExWicwHKclC8yX23FASAEWkNSOridZz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XExWicwHKclC8yX23FASAEWkNSOridZz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1f4016be71e0233bf64bc5a62339fc98.svg); }
#ueVSawT7WTRZkNZM4SZMNXy39FI2r7fQ { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:13.8125rem;width:19.125rem;top:3.4375rem;left:53.8125rem;overflow:hidden;display:block; }
#ymz8gkKHEp3ZGJrf16oCJ5F4OgzZnBHK { z-index:15037;top:12.75rem;left:31.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #37832f, #69cc12);background-image: -moz-linear-gradient(173deg, #37832f, #69cc12);background-image: -ms-linear-gradient(173deg, #37832f, #69cc12);background-image: -o-linear-gradient(173deg, #37832f, #69cc12);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37832f', endColorstr='#69cc12' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37832f', endColorstr='#69cc12' );";background-image: linear-gradient(173deg, #37832f, #69cc12);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(16,26,7,0.21) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:1.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#JhOs0HMVWbmuyNGWEFkct9bPRTyBOrRq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JircHIr8Az8XVu0CkbNXicuPDGPNUQh4 { z-index:15039;top:16.5rem;left:57.40625rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #37832f, #69cc12);background-image: -moz-linear-gradient(173deg, #37832f, #69cc12);background-image: -ms-linear-gradient(173deg, #37832f, #69cc12);background-image: -o-linear-gradient(173deg, #37832f, #69cc12);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37832f', endColorstr='#69cc12' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37832f', endColorstr='#69cc12' );";background-image: linear-gradient(173deg, #37832f, #69cc12);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(16,26,7,0.21) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:1.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zxVZvcRKxiRfVs1vkQdJwXsyShKqNzzu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PaVHOxATiw3KqQSL1XaKbq442rLcMCNn { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:10.9375rem;width:14rem;top:17.25rem;left:38.658203125rem;overflow:hidden;display:block; }
#iBGNiVW69p2hEq0RQxi9ER2usnrQrpD3 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15036;line-height:1.5;letter-spacing:0;top:17.1875rem;left:3.875rem;height:3.9375rem;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; }
#D8fT1JWGiUFGElk9RzfuPoMrzFL1LdHh { z-index:15038;top:27.4375rem;left:40.033203125rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #37832f, #69cc12);background-image: -moz-linear-gradient(173deg, #37832f, #69cc12);background-image: -ms-linear-gradient(173deg, #37832f, #69cc12);background-image: -o-linear-gradient(173deg, #37832f, #69cc12);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37832f', endColorstr='#69cc12' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37832f', endColorstr='#69cc12' );";background-image: linear-gradient(173deg, #37832f, #69cc12);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(16,26,7,0.21) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:1.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TJbzZ6VE0MrlRcdXC0NRR7sDV6TaCfPg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UxAhZa4PdC4gvRflG6KT8zWO6qVySDLv { position:relative;display:block; }#UxAhZa4PdC4gvRflG6KT8zWO6qVySDLv { background-color: transparent; background-image: none; }#UxAhZa4PdC4gvRflG6KT8zWO6qVySDLv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UxAhZa4PdC4gvRflG6KT8zWO6qVySDLv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UxAhZa4PdC4gvRflG6KT8zWO6qVySDLv > .row .container > .video-iframe-container { display: none; }#UxAhZa4PdC4gvRflG6KT8zWO6qVySDLv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UxAhZa4PdC4gvRflG6KT8zWO6qVySDLv > .row > .video-iframe-container { display: none; }#UxAhZa4PdC4gvRflG6KT8zWO6qVySDLv > .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); }#UxAhZa4PdC4gvRflG6KT8zWO6qVySDLv { border-width: 0; border-radius: 0; }#UxAhZa4PdC4gvRflG6KT8zWO6qVySDLv > .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; }#UxAhZa4PdC4gvRflG6KT8zWO6qVySDLv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:87.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; }#ouGsHs14KXTP5IEQ3ON8OvqDxxZQTPvI { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:19.3125rem;width:45.0625rem;top:11.75rem;left:19.4375rem;display:block; }
#TgT5rkZVAE6XSekpplJ1IpDA0IS7034Z { color:#000000;display:block;width:32rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:13.1875rem;left:29.3125rem;height:2.4375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#oZEaubfGsa5KHR5rmPbTQBsXQzBlqTRD { color:#000000;display:block;width:13.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15018;line-height:1.7;letter-spacing:0;top:16.6875rem;left:46.3125rem;height:;font-style:normal;text-align:right;text-align-last:right;display:block; }#oZEaubfGsa5KHR5rmPbTQBsXQzBlqTRD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oZEaubfGsa5KHR5rmPbTQBsXQzBlqTRD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ea5bb37141a22db14f444978e1cd03f4.svg); }
#dqC8qU1TclHL4Fqoqwvu5x1IgSJJVrXD { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.63) ;height:15.125rem;width:25.4375rem;top:13.5rem;left:14.9375rem;overflow:hidden;display:block; }
#hHJ3SNw4704nItZwA5sdTkyorzZPsOgG { color:#000000;display:block;width:32.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:16.75rem;left:21.375rem;height:2.5996125rem;font-style:normal;display:block; }
#qSa7mgCyxNoH6mRGQ9zc9i41rrtbo5tA { color:#000000;display:block;width:68.5625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.0625rem;left:4.4375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hGppyZefgoJmu19Htf0woBH7hflPbSKI { color:#000000;display:block;width:69.125rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.8125rem;left:4.15625rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NtWOmrnTMmhaZMVuBCqshxI0mc2vLVl2 { color:#000000;display:block;width:68.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:8.25rem;left:4.5rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oN3d4IFTTOhDfTyzTr7e8BUVfdKgOLsf { box-sizing:content-box;height:1.625rem;width:15.9375rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-1),0.49);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.6875rem;left:45.3125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#VKWZu6Ex8ii3KzBqvEqv9FBSsFErIArN { box-sizing:content-box;height:1.625rem;width:15.9375rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-1),0.49);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.75rem;left:45.3125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#wqydwTmU4teqLW9EbpMXTXtiDGZLm8U2 { box-sizing:content-box;height:1.625rem;width:15.9375rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-1),0.49);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.8125rem;left:45.3125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#HrEbg1Gsd7VkchN8ZclkZHmc4rJHPJzr { z-index:15049;top:24.3125rem;left:48.875rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #69cc12, #02ab84);background-image: -moz-linear-gradient(173deg, #69cc12, #02ab84);background-image: -ms-linear-gradient(173deg, #69cc12, #02ab84);background-image: -o-linear-gradient(173deg, #69cc12, #02ab84);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#69cc12', endColorstr='#02ab84' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#69cc12', endColorstr='#02ab84' );";background-image: linear-gradient(173deg, #69cc12, #02ab84);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(16,26,7,0.21) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TiqVri9zUQIiNQ276Jrs3gMl6gRTg6PB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eNBIP78aqBDJgsfOMNRu475Xb7OqHS0n { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:19.3125rem;width:44.9375rem;top:33.125rem;left:15.3125rem;display:block; }
#Om8PhPU04bLm3xhpZNaT97OuRGHcixHd { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.63) ;height:15.6875rem;width:20.9375rem;top:34.9375rem;left:43.625rem;overflow:hidden;display:block; }
#n2wfNcFkJu5JnucNur9LqyFF3uT11hgT { color:#000000;display:block;width:13.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15026;line-height:1.7;letter-spacing:0;top:38.1875rem;left:19.625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#n2wfNcFkJu5JnucNur9LqyFF3uT11hgT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#n2wfNcFkJu5JnucNur9LqyFF3uT11hgT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ea5bb37141a22db14f444978e1cd03f4.svg); }
#oeecyk8baQuvvrwGtqQt9dAsBBWKESBQ { box-sizing:content-box;height:1.625rem;width:15.9375rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-1),0.49);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.1875rem;left:18.625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#gSD9aH9oWLdLzD66qUztGBJfOHZ9Ms5s { box-sizing:content-box;height:1.625rem;width:15.9375rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-1),0.49);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.25rem;left:18.625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#KM6hSBSl3wOeUPcSNJRQLMwzpqIIA564 { box-sizing:content-box;height:1.625rem;width:15.9375rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-1),0.49);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.3125rem;left:18.625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#m6A2xocXlNZPb3UNZ2mqX8TxGUQ9obvD { z-index:15057;top:45.5rem;left:18.625rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #69cc12, #02ab84);background-image: -moz-linear-gradient(173deg, #69cc12, #02ab84);background-image: -ms-linear-gradient(173deg, #69cc12, #02ab84);background-image: -o-linear-gradient(173deg, #69cc12, #02ab84);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#69cc12', endColorstr='#02ab84' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#69cc12', endColorstr='#02ab84' );";background-image: linear-gradient(173deg, #69cc12, #02ab84);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(16,26,7,0.21) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bpvFt3eFR6sOZP76UsWTx7XMkBU9fCW4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NpheqP9535v26k16Jm7NJOxDAuTZrMCg { color:#000000;display:block;width:32rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:34.5rem;left:18.625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LJPNTbNrQMTDR5P2ud2eFDwVpOiwmQqH { position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:19.6875rem;width:46.125rem;top:56.9375rem;left:17.3125rem;display:block; }
#qdA3u10sgOMiaQfVqOyG9yoNxVoObKCZ { color:#000000;display:block;width:32rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:58.53125rem;left:29.3125rem;height:4.875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#aUGnwXZ51kEqLTRiFw6ceU3lwqg3mK2v { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.63) ;height:14.8125rem;width:27.875rem;top:59.21875rem;left:13.8125rem;overflow:hidden;display:block; }
#p2H29ZQWd71TiSIrmImQITlOkdAtuLJF { color:#000000;display:block;width:32.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:61.9375rem;left:24.3125rem;height:2.5996125rem;font-style:normal;display:block; }
#VtT8KRySvr0KSygiuzH3CFWfAIow8frc { color:#000000;display:block;width:13.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15027;line-height:1.7;letter-spacing:0;top:62.625rem;left:46.4375rem;height:;font-style:normal;text-align:right;text-align-last:right;display:block; }#VtT8KRySvr0KSygiuzH3CFWfAIow8frc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VtT8KRySvr0KSygiuzH3CFWfAIow8frc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ea5bb37141a22db14f444978e1cd03f4.svg); }
#p1LGXpZZFwm6HCL57T50D5ZUpa6hZKZ1 { box-sizing:content-box;height:1.625rem;width:15.9375rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-1),0.49);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:62.625rem;left:45.4375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#UCxu8tJULp8qq0EasMFBLvlnTxKTouWB { box-sizing:content-box;height:1.625rem;width:15.9375rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-1),0.49);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:64.6875rem;left:45.4375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#IWTk9tWMM3irKJ7b5fPXMRfNDSKh2Qxs { box-sizing:content-box;height:1.625rem;width:15.9375rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-1),0.49);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:66.75rem;left:45.4375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#sw15N8uVfIcgsIdt9XnCN5AdnkAqsn7N { z-index:15058;top:70.90625rem;left:49rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #69cc12, #02ab84);background-image: -moz-linear-gradient(173deg, #69cc12, #02ab84);background-image: -ms-linear-gradient(173deg, #69cc12, #02ab84);background-image: -o-linear-gradient(173deg, #69cc12, #02ab84);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#69cc12', endColorstr='#02ab84' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#69cc12', endColorstr='#02ab84' );";background-image: linear-gradient(173deg, #69cc12, #02ab84);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(16,26,7,0.21) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yaOFHc0nnm9onX88LDzWNlRWQfJTeBJ0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fCRuBU4RVlAmFhN1MWWJPQe6dPKTo8Mt { z-index:;position:relative;display:block; }#fCRuBU4RVlAmFhN1MWWJPQe6dPKTo8Mt { background-color: transparent; background-image: none; }#fCRuBU4RVlAmFhN1MWWJPQe6dPKTo8Mt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fCRuBU4RVlAmFhN1MWWJPQe6dPKTo8Mt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fCRuBU4RVlAmFhN1MWWJPQe6dPKTo8Mt > .row .container > .video-iframe-container { display: none; }#fCRuBU4RVlAmFhN1MWWJPQe6dPKTo8Mt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fCRuBU4RVlAmFhN1MWWJPQe6dPKTo8Mt > .row > .video-iframe-container { display: none; }#fCRuBU4RVlAmFhN1MWWJPQe6dPKTo8Mt > .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); }#fCRuBU4RVlAmFhN1MWWJPQe6dPKTo8Mt { border-width: 0; border-radius: 0; }#fCRuBU4RVlAmFhN1MWWJPQe6dPKTo8Mt > .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:46.1875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#po60aXOcG1JzdfrpkuBVUs8J84MZ27XG { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:6.375rem;left:0rem;height:;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; }
#ix51R8LdmTXGKvOnV06m6Qu0QH934a5q { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:11.8125rem;width:22.625rem;top:29.75rem;left:27.8125rem;overflow:hidden;display:block; }
#QSpqIhQAySUq75DznsKqaxSOcX0HRp0N { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:29.625rem;width:19.625rem;top:11.875rem;left:6.5rem;overflow:hidden;display:block; }
#U4xzLUNUoU689HNUSLJeoq34GhCbCO2y { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:12.4375rem;width:16.75rem;top:11.875rem;left:51.75rem;overflow:hidden;display:block; }
#s7Q1hh6T3WzreMVQ5sWA2X7OXF0JW2hA { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:16.5625rem;width:10.9375rem;top:11.9375rem;left:39.6875rem;overflow:hidden;display:block; }
#ETTdP4mCadb73b2C3NMftExlxVTw4k7R { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:16.5625rem;width:10.9375rem;top:11.875rem;left:27.8125rem;overflow:hidden;display:block; }
#ACutMNIvkIVpiILw7dRsyITmfIw1ecCJ { box-sizing:content-box;height:0.0625rem;width:25rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;top:3.8125rem;left:25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#hFRpADav2gm9V7PTE2S7tEu0TrtqUT97 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:3.25rem;left:23.875rem; }
#ttGyWTxXBCJywlSU3QIz1M8vp0r4vXds { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:3.25rem;left:49.875rem; }
#Iegp10p1fTS1mHTpGCdcpxy32MSGDITX { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:16.375rem;width:10.875rem;top:25.0625rem;left:51.75rem;overflow:hidden;display:block; }
#SsIxsJQQsafM7qghI0xT0ekuGWeQQ8lg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/87dc82d8-cd14-41c0-b139-501a5fed2d9f/gazonsynhetiquenatura40piscine.crop_1916x1147_0,0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#SsIxsJQQsafM7qghI0xT0ekuGWeQQ8lg.adaptive-delivery-prevent-bg, #SsIxsJQQsafM7qghI0xT0ekuGWeQQ8lg.lazyload, #SsIxsJQQsafM7qghI0xT0ekuGWeQQ8lg.lazyloading { background-image: none; }#SsIxsJQQsafM7qghI0xT0ekuGWeQQ8lg > .row .container { background-color: transparent; background-image: none; }#SsIxsJQQsafM7qghI0xT0ekuGWeQQ8lg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SsIxsJQQsafM7qghI0xT0ekuGWeQQ8lg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SsIxsJQQsafM7qghI0xT0ekuGWeQQ8lg > .row .container > .video-iframe-container { display: none; }#SsIxsJQQsafM7qghI0xT0ekuGWeQQ8lg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SsIxsJQQsafM7qghI0xT0ekuGWeQQ8lg > .row > .video-iframe-container { display: none; }#SsIxsJQQsafM7qghI0xT0ekuGWeQQ8lg > .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); }#SsIxsJQQsafM7qghI0xT0ekuGWeQQ8lg > .row .container { border-width: 0; border-radius: 0; }#SsIxsJQQsafM7qghI0xT0ekuGWeQQ8lg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SsIxsJQQsafM7qghI0xT0ekuGWeQQ8lg > .row .container { font-size:0.875rem;font-family:arial;height:43.6875rem;width:75rem;position:relative;display:block; }#HAFwc6MGfE7H1RLvrHPy6H2GKlS7lM0I { box-sizing:content-box;height:36.0625rem;width:75rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-1),0.77);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.8125rem;left:0rem;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;display:block; }
#AP21uTGVg5lsDJtR6t0qGzb3rvnX2gi4 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:7.15625rem;left:0rem;height:2.92480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#izbtP6wV2RiPFI89TKU8wpcMoFbfAHHc { box-sizing:content-box;height:2.9375rem;width:2.9375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.125rem;left:2.375rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#rEoKskurT9lUSorMzJuSUGHlwqLwdS6e { box-sizing:content-box;height:2.9375rem;width:2.9375rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.375rem;left:2.375rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#V70R3BFJ3Zr4bJl6O2XfgtFKhWWTQ6ls { box-sizing:content-box;height:2.9375rem;width:2.9375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.25rem;left:2.375rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#F6HkszUNrlcEuzEyVmMUW12ukMJaoAhm { box-sizing:content-box;height:2.9375rem;width:2.9375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.625rem;left:2.375rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#hRSFuILSnDLgQsJsP9Hqc2TfN1GxCsTo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15010;opacity:1;top:22.9375rem;left:2.6875rem; }
#g9XlayKBhFwLLTp2zR56EAJhWeJ9UUEU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:12.5rem;left:2.75rem; }
#xAb7VowT7aZNN3f07HC1feTA7Ka1QCd7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:17.71875rem;left:2.71875rem; }
#B6RdWnIS82v0TLbBifTG0ell29pq0z3K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:28.625rem;left:2.75rem; }
#f9GBdd2EN8733WP7CQalIsqCbiKn6PCB { color:rgba(var(--color-tertiary-0),1);display:block;width:35.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(var(--color-primary-4),1);top:11.84375rem;left:6.4375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wmEER8i4VhII6ANd7lfsO70QBlPZ7IET { color:rgba(var(--color-tertiary-0),1);display:block;width:35.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(var(--color-primary-4),1);top:17.09375rem;left:6.4375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sHqTbUW5dwzxMuqqxCc8Frw1BkXb6VM6 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(var(--color-primary-4),1);top:22.34375rem;left:6.5rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#apTS4x5tyiWNe1kBIMt3xnTQeuZI5ufa { color:rgba(var(--color-tertiary-0),1);display:block;width:35.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(var(--color-primary-4),1);top:27.96875rem;left:6.5rem;height:3.5996125rem;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; }
#ZbRXNLGLCXfMoMzXTEXprMmR5rGrKG2V { position:absolute;display:block;z-index:15008;border-top:0.375rem solid #4bbe49;border-left:0.375rem solid #4bbe49;border-right:0.375rem solid #4bbe49;border-bottom:0.375rem solid #4bbe49;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.65) ;height:22.9375rem;width:30.5625rem;top:12.5rem;left:42.125rem;overflow:hidden;display:block; }
#tRsQE9hv0ROX9bR0ttpFef52Q7AXpNAS { z-index:15005;top:33.8125rem;left:8.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #02ab84, #69cc12);background-image: -moz-linear-gradient(173deg, #02ab84, #69cc12);background-image: -ms-linear-gradient(173deg, #02ab84, #69cc12);background-image: -o-linear-gradient(173deg, #02ab84, #69cc12);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#02ab84', endColorstr='#69cc12' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#02ab84', endColorstr='#69cc12' );";background-image: linear-gradient(173deg, #02ab84, #69cc12);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(16,26,7,0.21) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.65);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#X5wXgVTHu8evJOtMqBX6TFyh03ElfN8D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TrwQTtlHJ8qzCkNmElthgQm7uSA8V86b { z-index:15005;top:33.96875rem;left:24.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #69cc12;border-left:0.125rem solid #69cc12;border-right:0.125rem solid #69cc12;border-bottom:0.125rem solid #69cc12;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(17,18,17,0.2) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#pZBBaagEGWcrKSP7BvbfDPbR9HOnPNH7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eNs68KpGmeE4tA8HVlRX9i9dl7eJUx3t { z-index:15008;top:33.8125rem;left:40.5625rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #69cc12, #02ab84);background-image: -moz-linear-gradient(173deg, #69cc12, #02ab84);background-image: -ms-linear-gradient(173deg, #69cc12, #02ab84);background-image: -o-linear-gradient(173deg, #69cc12, #02ab84);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#69cc12', endColorstr='#02ab84' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#69cc12', endColorstr='#02ab84' );";background-image: linear-gradient(173deg, #69cc12, #02ab84);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(16,26,7,0.21) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:1.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Cz0LdeKtxOFtZZUTFa67ObWKlqhUqJfl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hieCe8x0MD4oqeW8NBTP4OwiPKzUyiA0 { z-index:;position:relative;display:block; }#hieCe8x0MD4oqeW8NBTP4OwiPKzUyiA0 { background-color: transparent; background-image: none; }#hieCe8x0MD4oqeW8NBTP4OwiPKzUyiA0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hieCe8x0MD4oqeW8NBTP4OwiPKzUyiA0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hieCe8x0MD4oqeW8NBTP4OwiPKzUyiA0 > .row .container > .video-iframe-container { display: none; }#hieCe8x0MD4oqeW8NBTP4OwiPKzUyiA0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hieCe8x0MD4oqeW8NBTP4OwiPKzUyiA0 > .row > .video-iframe-container { display: none; }#hieCe8x0MD4oqeW8NBTP4OwiPKzUyiA0 > .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); }#hieCe8x0MD4oqeW8NBTP4OwiPKzUyiA0 { border-width: 0; border-radius: 0; }#hieCe8x0MD4oqeW8NBTP4OwiPKzUyiA0 > .row .container { background-color:rgba(var(--color-primary-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:39.6875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#hHKQapeto4RRw3DRivZT4UNHExBxZ80C { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:6.75rem;left:0rem;height:;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; }
#DGy1uNL7wStvWETQ0smcKtUG0oskImTN { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:10.75rem;left:0rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CVsIAvaRmf7JtSAs5V19eOmB7K6vSMa2 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:23.0625rem;left:0.6875rem;height:;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; }
#QA6bHJ7uZSzOftz9VEFvA0HbDyVC1NWI { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:23.0625rem;left:19.75rem;height:;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; }
#v5Kx1TTMnCPGpMH8aCT6vLE09eftrQTT { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:23.0625rem;left:38.875rem;height:;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; }
#aW5A7D2oa13HXydhVpADFp1Jy3iu77JR { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:27.9375rem;left:0.6875rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tsnEO5vnbCD9fbwO7vsc40rtJSet6iEn { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:28.125rem;left:19.75rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gn6O6TgrMK6qGPFvoINMIFisN3MiU4WG { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:28.125rem;left:38.875rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u2f6bDQu6IM9SHfbfUDUXvQQeMDHy6QW { box-sizing:content-box;height:14.375rem;width:17.5rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:19rem;left:0rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#UThcMratuPNCkureTcoKC6trQLaE4zTn { box-sizing:content-box;height:14.375rem;width:17.5rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;top:19.1875rem;left:19.0625rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#HG81q54JCT5o8nqbCNav61xLV7KpHn0N { box-sizing:content-box;height:14.375rem;width:17.5rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;top:19.1875rem;left:38.1875rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#D2rN3rvruWOm7TpCm2TIyl7fJRheTxGR { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:25.875rem;left:27.25rem; }
#VSFtMLEDKvJBObTOZzsTv1ma717AFUlg { box-sizing:content-box;height:0.0625rem;width:15rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;top:26.5rem;left:1.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#UTF7dyzu3lBifnQnyZw9BBCSbh6iTnyZ { box-sizing:content-box;height:0.0625rem;width:15rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;top:26.5rem;left:20.375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#cOay8nNme9aoZFF6isGasMcuyKrZSUOE { box-sizing:content-box;height:0.0625rem;width:15rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:26.5rem;left:39.5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#LW1dlkP7K7XtbTtomzM4GUdNEI8ARQWB { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:16.5rem;left:6rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#vKP0Dvbq13yWEmC3XIw890GAu7pNWXOO { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;top:16.6875rem;left:25.0625rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#oDi6rENk6X60DmdcUwa7MWXX0C8uwNfy { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;top:16.6875rem;left:44.1875rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#cPHUe63nrKEztPMwsf3KPgakAThRq1ST { color:rgba(var(--color-tertiary-0),1);display:block;width:5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:17.8125rem;left:6rem;height:2.375rem;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; }
#CU5ye9t76vXssJGscI1B37hk9AznRFVk { color:rgba(var(--color-tertiary-0),1);display:block;width:5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:18rem;left:25.0625rem;height:2.375rem;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; }
#dQe9pKl4brsM3KhLrxaaAko0J8kgcuKF { color:rgba(var(--color-tertiary-0),1);display:block;width:5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:17.8125rem;left:44.1875rem;height:2.375rem;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; }
#DTs4KwMo1PzuVGtJcgisSX1PmK9Bg8Vm { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:23.0625rem;left:58.0625rem;height:;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; }
#StZEnWoRTJHElRBGiXzrQGukwaFXn70W { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:28.125rem;left:58.0625rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Vu5rocQ92S4KxssNBmWVG7cPHgqTP9hQ { box-sizing:content-box;height:14.375rem;width:17.5rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;top:19.1875rem;left:57.375rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#szFlK92TMwoP3mRLreisC6B3vNuW03PN { box-sizing:content-box;height:0.0625rem;width:15rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:26.5rem;left:58.6875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#sTUycx9WBkQFot5pwI1ZBdhoJetMuv7r { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;top:16.6875rem;left:63.375rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#kauPKiPltz2JibTeULlSCRvx6ct3NfuW { color:rgba(var(--color-tertiary-0),1);display:block;width:5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:18rem;left:63.375rem;height:2.375rem;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; }
#tt07BwNxsngdwhQXTUa3FTNQgb4TWon6 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:18rem;left:2.6875rem; }
#cwWSpxFcdWwJyPydhK9DhhaQOfTh7AlT { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:22.4375rem;left:55.125rem; }
#XuwMkBUb8FhRpsoVAlFL1CpLOVyDTIkg { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:32.5rem;left:70.125rem; }
#N6F2nKgaqxiU7hrCEQ6Im7DzwTpkfsv0 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;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; }#N6F2nKgaqxiU7hrCEQ6Im7DzwTpkfsv0 > .row .container { background-color: transparent; background-image: none; }#N6F2nKgaqxiU7hrCEQ6Im7DzwTpkfsv0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6F2nKgaqxiU7hrCEQ6Im7DzwTpkfsv0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6F2nKgaqxiU7hrCEQ6Im7DzwTpkfsv0 > .row .container > .video-iframe-container { display: none; }#N6F2nKgaqxiU7hrCEQ6Im7DzwTpkfsv0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6F2nKgaqxiU7hrCEQ6Im7DzwTpkfsv0 > .row > .video-iframe-container { display: none; }#N6F2nKgaqxiU7hrCEQ6Im7DzwTpkfsv0 > .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); }#N6F2nKgaqxiU7hrCEQ6Im7DzwTpkfsv0 > .row .container { border-width: 0; border-radius: 0; }#N6F2nKgaqxiU7hrCEQ6Im7DzwTpkfsv0 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#N6F2nKgaqxiU7hrCEQ6Im7DzwTpkfsv0 > .row .container { font-size:0.875rem;font-family:arial;height:44.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#itJhRfGIBfopZUHVTs0x9CqLOWntg1Zp { color:rgba(var(--color-tertiary-4),1);display:block;width:54.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:5.75rem;left:10.21875rem;height:3rem;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; }
#Qv3ElnKIw2v9k3bDS5PltdTgFTnBZDQc { color:rgba(var(--color-tertiary-4),1);display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:9.5625rem;left:12.5rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MXEDyekVy1bABacubcIZTXB3nRIXpQwq { box-sizing:content-box;height:17.0625rem;width:23.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:15.125rem;left:0rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#dt3dkER6HAlUwzayOv3OtltsbXhtSliI { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:19.3125rem;left:2rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pvdNF4y5kPDTcAWoWQqbpgfZR6iyy7mg { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:28.875rem;left:6.6875rem;height:1.3125rem;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; }
#iDURnZoGkEiZMgXrxJdG3Fve4cpbEzJb { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:26.6875rem;left:6.6875rem; }
#QmHvceQv2GWN9vSrx3CDEXo2EDNaOzBh { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:26.6875rem;left:8.375rem; }
#GT0GsX5yZnReQC9UZkkHR3OcSptXsK40 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:26.6875rem;left:10.0625rem; }
#ozxmLbiSSVIonIVS2f7KcdAErz0hJT02 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:26.6875rem;left:11.6875rem; }
#vUnoUF5q3Nr17lxnh3wzqezoMfaLDMbP { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:26.6875rem;left:13.375rem; }
#NLFoBD3bMGRlyqUARwKO0uHSF5TzSVwB { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:17.0625rem;left:1.875rem;height:1.5rem;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; }
#gyy6vFmWD9cXibUK8p1XNbTXqSuPkQ0b { box-sizing:content-box;height:17.0625rem;width:23.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:15.1875rem;left:25.5625rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#n9bVngFGsmKD6psTvb0r1TWXwDOMPmc6 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:19.375rem;left:27.5625rem;height:6.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wmfuWJThhT7SB4FHK68xZyztvdlc7Bq4 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:17.125rem;left:27.4375rem;height:1.5rem;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; }
#EVnFBlMs5pJTa7RPqsPu1pJldGNGSTHx { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:28.9375rem;left:32.25rem;height:1.3125rem;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; }
#Zh8Q7TwNgHVs3XR2LuTD2vaMTLGqvNXF { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:26.75rem;left:32.25rem; }
#IaOVNi5ITJUFHcdWKodHr4dqfpc1C5oZ { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:26.75rem;left:33.9375rem; }
#Dfxp28mWnnsc9t2I6tLfcweBRBybPsdg { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:26.75rem;left:35.625rem; }
#mPNq5W6IXQqlzicglr23WwwLhgC7O0Jw { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:26.75rem;left:37.25rem; }
#XsuQJ9QIgZExMWOGqUlpt9Eeb4A1C8Ig { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:26.75rem;left:38.9375rem; }
#Itl9aQxMg3UsRCKGmVpvyXT9dDvBdp8a { box-sizing:content-box;height:17.0625rem;width:23.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:15.1875rem;left:51.125rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#bkXWrTr1SKASkgcg36TrKs26kF1ITL2G { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:19.375rem;left:53.125rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XAnmWgKDm842RZnvy1rpBasSDEqv23vF { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:17.125rem;left:53rem;height:1.5rem;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; }
#yfOm0VkgFqizb5wSCybpiHCMQ4tRlHJI { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:28.9375rem;left:57.8125rem;height:1.3125rem;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; }
#axz6H13THTW4AKKh5diGwfzJxhqDF5aO { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:26.75rem;left:59.5rem; }
#L7CUkuP4emmL7aZERbZNeeOu3dbDSnu5 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:26.75rem;left:61.1875rem; }
#h2u3BFAIgDvFbD4XL8UAWpWTd2nIIMmm { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:26.75rem;left:62.8125rem; }
#uJN1QAJ89OIh7TFqhDqZGQ4nNHJ8QNmd { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:26.75rem;left:64.5rem; }
#icQtrD4txapoBy0539J1vb1hXb2ke6Mi { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:26.75rem;left:57.8125rem; }
#a2dhPAmQfruh3GLHHmgtUGaAA73zTg7r { color:rgba(var(--color-tertiary-4),1);display:block;width:2.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15021;line-height:.6;letter-spacing:0;top:28.125rem;left:2.6875rem;height:0.9375rem;display:block; }
#C47DIZcIJkqTfF9nxTe0WPcoqJWAbo2n { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15020;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.875rem;left:2rem;display:block; }
#pFF4QrOcX61LLMLCyV22wbbesJUHG94u { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15022;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.875rem;left:27.5625rem;display:block; }
#afTPCXQh0584TDBTGhZc5p7I9NBumcu2 { color:rgba(var(--color-tertiary-4),1);display:block;width:2.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15023;line-height:.6;letter-spacing:0;top:28.125rem;left:28.25rem;height:0.9375rem;display:block; }
#lN2vciqnuZVS6A28hkrIrDT4SzbABMmQ { color:rgba(var(--color-tertiary-4),1);display:block;width:2.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15025;line-height:.6;letter-spacing:0;top:28.125rem;left:53.8125rem;height:0.9375rem;display:block; }
#wTasrlrfTyXOrfAmEv2nmpp4Pc8evEdm { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15024;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.875rem;left:53.125rem;display:block; }
#xUx3H4k0fbyFAKZr5x4UEBwGM0h5SMZ3 { z-index:15005;top:36.5625rem;left:28.21875rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #69cc12, #02ab84);background-image: -moz-linear-gradient(173deg, #69cc12, #02ab84);background-image: -ms-linear-gradient(173deg, #69cc12, #02ab84);background-image: -o-linear-gradient(173deg, #69cc12, #02ab84);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#69cc12', endColorstr='#02ab84' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#69cc12', endColorstr='#02ab84' );";background-image: linear-gradient(173deg, #69cc12, #02ab84);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(16,26,7,0.66) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5rem;height:5.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#eu4KvVrwrZVp1BEaKQMmMSOW0aV0W0lw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nVlAvbOCg3FuvDTArbwXgyc3xM8xb0Wt { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/1e26de3a-0500-4e11-8c6d-449322af2c54/tempImageGbx3hq.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nVlAvbOCg3FuvDTArbwXgyc3xM8xb0Wt.adaptive-delivery-prevent-bg, #nVlAvbOCg3FuvDTArbwXgyc3xM8xb0Wt.lazyload, #nVlAvbOCg3FuvDTArbwXgyc3xM8xb0Wt.lazyloading { background-image: none; }#nVlAvbOCg3FuvDTArbwXgyc3xM8xb0Wt > .row .container { background-color: transparent; background-image: none; }#nVlAvbOCg3FuvDTArbwXgyc3xM8xb0Wt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nVlAvbOCg3FuvDTArbwXgyc3xM8xb0Wt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nVlAvbOCg3FuvDTArbwXgyc3xM8xb0Wt > .row .container > .video-iframe-container { display: none; }#nVlAvbOCg3FuvDTArbwXgyc3xM8xb0Wt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nVlAvbOCg3FuvDTArbwXgyc3xM8xb0Wt > .row > .video-iframe-container { display: none; }#nVlAvbOCg3FuvDTArbwXgyc3xM8xb0Wt > .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); }#nVlAvbOCg3FuvDTArbwXgyc3xM8xb0Wt > .row .container { border-width: 0; border-radius: 0; }#nVlAvbOCg3FuvDTArbwXgyc3xM8xb0Wt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nVlAvbOCg3FuvDTArbwXgyc3xM8xb0Wt > .row .container { font-size:0.875rem;font-family:arial;height:42.25rem;width:75rem;overflow:visible;position:relative;display:block; }#Ut6obgiysI4aw3bl3EG6631uLs34CTu2 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.85);top:4.0625rem;left:4.0625rem;height:3.5996125rem;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; }
#zASeATvSLIBKktD7729eTzKPPC9rv8mW { color:rgba(var(--color-tertiary-0),1);display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:7.5625rem;left:5.4375rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 .accordion-element-container { border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0) ; }
#cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);height:auto; }
#cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);line-height:1.5;overflow:hidden;height:auto; }
#cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_7ac14add1bd2588b0441e8b41acb59ad8ec0af60.svg");background-size:contain !important; }#cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 .accordion-trigger.adaptive-delivery-prevent-bg, #cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 .accordion-trigger.lazyload, #cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 .accordion-trigger.lazyloading { background-image: none; }
#cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 { box-sizing:content-box;height:auto;width:47.1875rem;position:absolute;display:flex;flex-direction:column;gap:1.25rem;z-index:15000;background-color:rgba(var(--color-primary-1),0);background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:13.1875rem;left:14.84375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7) ;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem; }
#cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #kaPQEpITBTTazWbi2doiwUWuhUznxhJW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #E5Hpkm3QgTfZbiIvNJfB5MLfveH97JO5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #TPZm5ZKTkEUDnxCiKnN5CdCZ9WqwO1pL { display:block;position:relative; }
#cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #OtcJ69kCATVGKcGUpt5iGPfm0lhkUsZs {  }
#cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #L10L5LgFHWAPVOkFrneZLJTn2k1AsZfb {  }
#cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #TzxB1uhhKhRpukZIRVnedPQ3UwsNXt1X { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #T8sAeOG2t5FHmpsq2mpM4wnUQ7WR29IH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #Hup6UqiVU3hZrJIG9VIl4pa6uTTuGOt0 { display:block;position:relative; }
#cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #Jo6fuSJruo5qVtw8TV2Npb4MRlALn9ln {  }
#cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #DGLk5LtW9dyKueTGBBd5c0GHZTdovhTS { display:none; }
#cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #yTZoSbom62Ok7GcSeAG03ns5TqnCh0t3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #vvTTAHHFTudHmpIwX0J7ncF6fHLJEkCb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #a2sZ8f0PShV2zDTuTzSQzRbMwigSxDlE { display:block;position:relative; }
#cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #LscdpPrS1gmnySDhCxNQpp6wa8UModyg {  }
#cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #t10kCL5xicfb2aPOowA6xxmUPwel6PBd { display:none; }
#cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #kUCiTTLJ5TTDEyiOzvrDtJ16RZJmZWcX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #J0RAeElttd8kD9cyVTDMhevEAVb6DnBu { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #G8IruV0v22NEUel5cW0c4oHiHPMXqAHa { display:block;position:relative; }
#cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #ENupa9ckbMLWyTL6xGvNrZv3sLSK9Hfn {  }
#cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #PFDxzUp8IZ8Sayl54yE14Z52RCiT33ng { display:none; }
#cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #sC7p8pT1JAHtVCVfMC4s4Qw1t8ltnncq { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #V65yxAkCuD9tUyHCQ9p1MJc8ZzKSbDb1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #nRLmoCmevyaRGbLPlkDetwAJvm7Ig1ku { display:block;position:relative; }
#cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #G4UK3wH9zTcmbB4fn3RhsvK8gW0Sria9 {  }
#cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #e7Qi6HN6cCLCnfVul0EhMZ6RnUKenGgZ { display:none; }
#qeX8uK3h2FUDv1uHxfnWufJxzI2eGR1v { box-sizing:content-box;height:9.9375rem;width:73.125rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-1),0.77);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.875rem;left:1.875rem;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;display:block; }
#PnAq3fh23H5aCHCQtNLWVBBqrUKzoU2Z { background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/0e1e43b0-b91f-4176-b1b6-acaf384f7c27/hero3.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#PnAq3fh23H5aCHCQtNLWVBBqrUKzoU2Z.adaptive-delivery-prevent-bg, #PnAq3fh23H5aCHCQtNLWVBBqrUKzoU2Z.lazyload, #PnAq3fh23H5aCHCQtNLWVBBqrUKzoU2Z.lazyloading { background-image: none; }#PnAq3fh23H5aCHCQtNLWVBBqrUKzoU2Z > .row .container { background-color: transparent; background-image: none; }#PnAq3fh23H5aCHCQtNLWVBBqrUKzoU2Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PnAq3fh23H5aCHCQtNLWVBBqrUKzoU2Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PnAq3fh23H5aCHCQtNLWVBBqrUKzoU2Z > .row .container > .video-iframe-container { display: none; }#PnAq3fh23H5aCHCQtNLWVBBqrUKzoU2Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PnAq3fh23H5aCHCQtNLWVBBqrUKzoU2Z > .row > .video-iframe-container { display: none; }#PnAq3fh23H5aCHCQtNLWVBBqrUKzoU2Z > .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); }#PnAq3fh23H5aCHCQtNLWVBBqrUKzoU2Z > .row .container { border-width: 0; border-radius: 0; }#PnAq3fh23H5aCHCQtNLWVBBqrUKzoU2Z > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PnAq3fh23H5aCHCQtNLWVBBqrUKzoU2Z > .row .container { font-size:0.875rem;font-family:arial;height:60.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#s88m06ekd93OnWI4DUruuaB202OPPVlf { color:rgba(var(--color-primary-4),1);display:block;width:35.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.375rem;font-weight:700;z-index:15086;line-height:.9;letter-spacing:0;top:8.1875rem;left:39.0625rem;height:9.6748125rem;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; }
#EMpQaRtlof2XdmeITx5ZlUBbetcF8QCf { box-sizing:content-box;height:49.5rem;width:35.375rem;position:absolute;display:block;z-index:15087;background-color:rgba(var(--color-primary-1),1);background-image:none;top:3.4375rem;left:2.6875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:15.625rem;display:block; }
#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb .widget-form-header {  }
#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:27.5625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb .widget-input-text { border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.5625rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--headlines-font-family);vertical-align:top; }
#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb .widget-input-text {padding-top: 0; padding-bottom: 0;}#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb .widget-textarea { border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.5625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--headlines-font-family);vertical-align:top; }
#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--headlines-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb .widget-input-select {padding-top: 0; padding-bottom: 0;}#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb .widget-input-button { border-top-left-radius:5.5rem;border-top-right-radius:5.5rem;border-bottom-left-radius:5.5rem;border-bottom-right-radius:5.5rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:11.0625rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:16.5rem;height:3.5rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:26.3125rem;overflow:hidden;font-style:normal;float:none; }
#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb .widget-container:first-of-type{padding-top:0;}#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb .widget-container:last-of-type{padding-bottom:0;}#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15088;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.4375rem;left:4.75rem; }
#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.5625rem;display:block;vertical-align:top; }
#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb .widget-info-text { display:block;height:auto;font-family:var(--headlines-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb {display:block;}#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15088;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.4375rem;left:4.75rem; }
#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #XIKEGQcUz7pfC1BHhdIbMdzl9qcZyzrP { position:relative; }
#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #taVKF4MHyVPgtFtqc4TPoV990phX4InK { position:relative;display:block; }
#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #CGy0hTqCaX2Cb2SUrdtDaNd0C3ZqD5T0 { position:relative; }
#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #UpLfnaB712JfwmbDAv37iiOlGlfuHLGf { position:relative; }
#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #ZVrxmfdyA1d6kTnPTuia5zzoD3Rmhep6 { position:relative;display:block; }
#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #u1BI8aO33nosJTnK9R4rlNv13BvWrGFC { position:relative; }
#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #Q2hX73WbXfgyexALaIEf8bqc4AOkVRue { position:relative; }
#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #PpEy393DqV0Po7tH4MrOzQgQ1S0Xi8pV { position:relative;display:block; }
#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #BODrIatTZXooUaO3blHC1Eoukv7yAiHU { position:relative; }
#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #W2lTzBDsFusycgufMtwOoTdddXx0IuDh { position:relative; }
#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #oCaA68plLTSRihV45lSR8Z5vaG0SzSAq { position:relative;display:block; }
#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #FUS8ghnKsMUdu8GxI2c996JGgeKH31mW { position:relative; }
#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #NIgv6ZD4sEnE3xKCrvHTDNBnXJKSUyx5 { position:relative; }
#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #Oz21TPRFEi0OMNPTkE0ztGLLtsFxnVEe { position:relative;display:block; }
#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #FfIDOHuBXH8smNtrHcOkKpeKzgUPwMEk { position:relative; }
#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #QybT6E57ET7BvTEok1ScCn3IOlhv7G74 { position:relative; }
#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #a4z3typbcXmNNmBZekcdB34ztBGbnRTG { position:relative;display:block; }
#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #yt6GmQz7aAJFVrgUTaSOBXeh5A08TFuQ { position:relative; }
#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #siXDUtIh4rQbuKh1fPsA9u3lN3RmCHM1 { position:relative; }
#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #szvO9EdJg2TILakazV5W7BVvPDG7JXpx { position:relative;display:block; }
#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #odhBanDiyk1qEwAKEBhxAoC8Tm9tBSwo { position:relative; }
#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #DZK6LUDTNu7X4e9wTXKv13WNWTTuCgCJ { position:relative; }
#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #cu6hp7p7J1aBknCuKFZ3RZH3TvJq6iA0 { position:relative;display:block; }
#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #lZDymaUT9KMUAuRz8XS5H4SqtOTrItSV { position:relative; }
#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #XEJIobExzdG8r0vMR8Iuwhy8Tln5QVXs { position:relative; }
#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #Z8ublNAp5SOJhq1I9JSlhV2fbxowl99M { position:relative; }
#T8QT3za4h3dfvuh4w3MmMsTQhqQleTkv { color:rgba(var(--color-tertiary-4),1);display:block;width:33.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:20.3125rem;left:40.3125rem;height:2.79980625rem;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; }
#LamVU2OMQ4Rfbp35tyyGM4360ywXBDKp { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15027;line-height:1.7;letter-spacing:0;top:25.25rem;left:40.3125rem;height:5.72411875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#LamVU2OMQ4Rfbp35tyyGM4360ywXBDKp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LamVU2OMQ4Rfbp35tyyGM4360ywXBDKp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e61837c54aba9d749849905e277b9d51.svg); }
#NK1mNT6FRpMEPxIXPb6ammUb3xFgq1eO { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/87dc82d8-cd14-41c0-b139-501a5fed2d9f/gazonsynhetiquenatura40piscine.crop_1916x1147_0,0.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#NK1mNT6FRpMEPxIXPb6ammUb3xFgq1eO.adaptive-delivery-prevent-bg, #NK1mNT6FRpMEPxIXPb6ammUb3xFgq1eO.lazyload, #NK1mNT6FRpMEPxIXPb6ammUb3xFgq1eO.lazyloading { background-image: none; }#NK1mNT6FRpMEPxIXPb6ammUb3xFgq1eO > .row .container { background-color: transparent; background-image: none; }#NK1mNT6FRpMEPxIXPb6ammUb3xFgq1eO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NK1mNT6FRpMEPxIXPb6ammUb3xFgq1eO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NK1mNT6FRpMEPxIXPb6ammUb3xFgq1eO > .row .container > .video-iframe-container { display: none; }#NK1mNT6FRpMEPxIXPb6ammUb3xFgq1eO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NK1mNT6FRpMEPxIXPb6ammUb3xFgq1eO > .row > .video-iframe-container { display: none; }#NK1mNT6FRpMEPxIXPb6ammUb3xFgq1eO > .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); }#NK1mNT6FRpMEPxIXPb6ammUb3xFgq1eO > .row .container { border-width: 0; border-radius: 0; }#NK1mNT6FRpMEPxIXPb6ammUb3xFgq1eO > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#NK1mNT6FRpMEPxIXPb6ammUb3xFgq1eO > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:75rem;overflow:visible;position:relative;display:block; }#bxii5vOfvSf0LVo6Zx2WCygP8MTSbCHz { color:rgba(var(--color-tertiary-0),1);display:block;width:38rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:9.1875rem;left:37rem;height:4.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#FsEXH9RghwLx78wCFhccZ5KB827GTEUk { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:5.8125rem;left:3.0625rem; }
#gBrVaVmLZkQk0y0TyAMEiW4TdFWib8Bp { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:10.3125rem;left:3rem; }
#WKicNMaKIH0xTh8a20gvAIoMw6wT47qE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:14.625rem;left:2.75rem; }
#a4hJTvSSPVZ1MzkQpaKBuVlGST8XOoEJ { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:6.1875rem;left:7rem;height:1.6875rem;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; }
#KKmSlIi7XsQQlAeX2ySo256n6WbCu01C { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-1),0.86);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:0rem;box-shadow: none;height:17.8125rem;width:73.4375rem;top:2.75rem;left:0rem;display:block; }
#By6waFRckAI3MsSmKT5sFM0dgmm8xK2T { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:10.75rem;left:7rem;height:1.6875rem;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; }
#MZqRTsO7ZEicEuMvTPfy0kAWKrxQ7B1V { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:15.375rem;left:7rem;height:1.6875rem;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; }
#fsGXINVE9qTUlugoVXz9OF3DKB0FUTBA { color:rgba(var(--color-tertiary-3),1);display:block;width:31rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:18.75rem;left:22rem;height:0.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dWORv1t8NFaIULPxpZsAlzwkFlwhcal6 { position:absolute;display:block;z-index:15053;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:5.375rem;width:13.75rem;top:8.875rem;left:58.1875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC { display:block; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KVZpLHRSklSmZKsoMa526T6bT1Ksz223 { width:47.75rem;height:36.0625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoBtg87BSxkHfR6FGZhdJyxnZLvhDqV5 { width:32.875rem;height:4.375rem;top:2.9375rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZIBmbImoxBTwnc9npETNqAqvdMwAc6e { width:39rem;height:;top:10.1875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVzAWAIRXJW5SoC1hGRhaimFB2wC8NAC { width:35.6875rem;height:;top:23.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZkrOAWMXv8k0PLTkaKeGdqOWImph0Rz { width:9rem;height:2.9375rem;top:3.6875rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLDMhK6zb0GpFohVF6ButSQQV2rqyPqR { display:block; }
 }@media only screen and (max-width: 763px) { #idAoKZfiuBuqvcGggdLn6J2RIVeGfzvE { width:8.875rem;height:2.125rem;top:4.0625rem;left:38.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfEk32qtlAn2br49q7IA0PhS4yBbfVCT { display:block; }
 }@media only screen and (max-width: 763px) { #wVcwAgPa1wTmG2FD13K7EReJhhFKwMI9 { width:9rem;height:2.9375rem;top:3.6875rem;left:24.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TBf6fwLTn9dnrU187NQwffAKBPR9piUm { display:block; }
 }@media only screen and (max-width: 763px) { #tESPFFfmgqSeMn49L1kNtrQ94U62ZelO { width:8.875rem;height:2.125rem;top:4.0625rem;left:35.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZQVNXTEtLhDJChcS5KWlUTEw5Ppo2aEL { display:block; }
 }@media only screen and (max-width: 763px) { #VuP53ouk5wV5zPfC8o0bzVIVl2yM15DS { top:31.6875rem;left:0rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlVQQhMKDcVgqGUyO3CDsRdI9OQbfHxP { display:block; }
 }@media only screen and (max-width: 763px) { #XGg86vTmCm6bo0T0UGdqdp68y9HRa2Sr { top:31.8125rem;left:5.875rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kd5u40rgrCSIEE7utaJh8FUaEfIB2fA6 { display:block; }
 }@media only screen and (max-width: 763px) { #G0gAdMVcsTEOG3W3imIL9zwmkWdXBtGP { top:8.3125rem;left:28.625rem;width:18.375rem;height:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpLHPlnAzuup0hndSDMek1GicgzwGRHA { top:34.1875rem;left:31.5rem;width:16.25rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dI2cbXxS7it02SKztsNlcr3wSXFOvAv4 { display:block; }
 }@media only screen and (max-width: 763px) { #KyxVz1VtDMNtL3lS6oVKSm6TIkKWcXiX { top:3.5625rem;left:36.375rem;width:11.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQM3v0zfic6v4kVZAGgvsio9V5619mpE { display:block; }
 }@media only screen and (max-width: 763px) { #bURQwJR3qHBzhSfTEpnHwTTI2VaJKCKG { top:3.4375rem;left:0rem;width:8.9375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #apOwG5JDWutnI8VNM6euP3RylMO0t6a8 { display:block; }#apOwG5JDWutnI8VNM6euP3RylMO0t6a8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C7kIEEoumVOegTyKZ86E5robp7IaZSDf { top:2.375rem;left:0rem;width:24.8125rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8rKL7ul0OSUUkk41sLLTfXbhbyXDZT0 { top:4.0625rem;left:0rem;width:33.75rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #z36kEGC5u88xSvtAHUhPywCM7AwHeDRi { top:2.375rem;left:16rem;width:16.5625rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qdq54IuW7Hlst475F2aWANBwNZzn3GSy { top:4.0625rem;left:11.6875rem;width:35.9375rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XExWicwHKclC8yX23FASAEWkNSOridZz { top:9rem;left:0rem;width:17.5rem;height:;font-size:1rem;display:block; }#XExWicwHKclC8yX23FASAEWkNSOridZz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1f4016be71e0233bf64bc5a62339fc98.svg); }
 }@media only screen and (max-width: 763px) { #ueVSawT7WTRZkNZM4SZMNXy39FI2r7fQ { top:3.4375rem;left:28.625rem;width:19.125rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymz8gkKHEp3ZGJrf16oCJ5F4OgzZnBHK { top:12.75rem;left:18.3125rem;width:11.9375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhOs0HMVWbmuyNGWEFkct9bPRTyBOrRq { display:block; }
 }@media only screen and (max-width: 763px) { #JircHIr8Az8XVu0CkbNXicuPDGPNUQh4 { top:16.5rem;left:35.8125rem;width:11.9375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxVZvcRKxiRfVs1vkQdJwXsyShKqNzzu { display:block; }
 }@media only screen and (max-width: 763px) { #PaVHOxATiw3KqQSL1XaKbq442rLcMCNn { top:17.25rem;left:25.033203125rem;width:14rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBGNiVW69p2hEq0RQxi9ER2usnrQrpD3 { top:17.1875rem;left:0rem;width:19.375rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8fT1JWGiUFGElk9RzfuPoMrzFL1LdHh { top:27.4375rem;left:26.408203125rem;width:11.9375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJbzZ6VE0MrlRcdXC0NRR7sDV6TaCfPg { display:block; }
 }@media only screen and (max-width: 763px) { #UxAhZa4PdC4gvRflG6KT8zWO6qVySDLv { display:block; }#UxAhZa4PdC4gvRflG6KT8zWO6qVySDLv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ouGsHs14KXTP5IEQ3ON8OvqDxxZQTPvI { top:11.75rem;left:2.6875rem;width:45.0625rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgT5rkZVAE6XSekpplJ1IpDA0IS7034Z { top:13.1875rem;left:15.6875rem;width:32rem;height:2.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZEaubfGsa5KHR5rmPbTQBsXQzBlqTRD { top:16.6875rem;left:32.6875rem;width:13.8125rem;height:;font-size:1rem;display:block; }#oZEaubfGsa5KHR5rmPbTQBsXQzBlqTRD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ea5bb37141a22db14f444978e1cd03f4.svg); }
 }@media only screen and (max-width: 763px) { #dqC8qU1TclHL4Fqoqwvu5x1IgSJJVrXD { top:13.5rem;left:1.3125rem;width:25.4375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHJ3SNw4704nItZwA5sdTkyorzZPsOgG { top:16.75rem;left:7.75rem;width:32.0625rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSa7mgCyxNoH6mRGQ9zc9i41rrtbo5tA { top:3.0625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGppyZefgoJmu19Htf0woBH7hflPbSKI { top:4.8125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtWOmrnTMmhaZMVuBCqshxI0mc2vLVl2 { top:8.25rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oN3d4IFTTOhDfTyzTr7e8BUVfdKgOLsf { top:16.6875rem;left:31.6875rem;width:15.9375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKWZu6Ex8ii3KzBqvEqv9FBSsFErIArN { top:18.75rem;left:31.6875rem;width:15.9375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqydwTmU4teqLW9EbpMXTXtiDGZLm8U2 { top:20.8125rem;left:31.6875rem;width:15.9375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrEbg1Gsd7VkchN8ZclkZHmc4rJHPJzr { top:24.3125rem;left:35.25rem;width:12.375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiqVri9zUQIiNQ276Jrs3gMl6gRTg6PB { display:block; }
 }@media only screen and (max-width: 763px) { #eNBIP78aqBDJgsfOMNRu475Xb7OqHS0n { top:33.125rem;left:1.6875rem;width:44.9375rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Om8PhPU04bLm3xhpZNaT97OuRGHcixHd { top:34.9375rem;left:26.8125rem;width:20.9375rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2wfNcFkJu5JnucNur9LqyFF3uT11hgT { top:38.1875rem;left:6rem;width:13.8125rem;height:;font-size:1rem;display:block; }#n2wfNcFkJu5JnucNur9LqyFF3uT11hgT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ea5bb37141a22db14f444978e1cd03f4.svg); }
 }@media only screen and (max-width: 763px) { #oeecyk8baQuvvrwGtqQt9dAsBBWKESBQ { top:38.1875rem;left:5rem;width:15.9375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSD9aH9oWLdLzD66qUztGBJfOHZ9Ms5s { top:40.25rem;left:5rem;width:15.9375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KM6hSBSl3wOeUPcSNJRQLMwzpqIIA564 { top:42.3125rem;left:5rem;width:15.9375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6A2xocXlNZPb3UNZ2mqX8TxGUQ9obvD { top:45.5rem;left:5rem;width:12.375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpvFt3eFR6sOZP76UsWTx7XMkBU9fCW4 { display:block; }
 }@media only screen and (max-width: 763px) { #NpheqP9535v26k16Jm7NJOxDAuTZrMCg { top:34.5rem;left:5rem;width:32rem;height:2.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJPNTbNrQMTDR5P2ud2eFDwVpOiwmQqH { top:56.9375rem;left:1.625rem;width:46.125rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdA3u10sgOMiaQfVqOyG9yoNxVoObKCZ { top:58.5rem;left:15.6875rem;width:32rem;height:4.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUGnwXZ51kEqLTRiFw6ceU3lwqg3mK2v { top:59.1875rem;left:0.1875rem;width:27.875rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2H29ZQWd71TiSIrmImQITlOkdAtuLJF { top:61.9375rem;left:10.6875rem;width:32.0625rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtT8KRySvr0KSygiuzH3CFWfAIow8frc { top:62.625rem;left:32.8125rem;width:13.8125rem;height:;font-size:1rem;display:block; }#VtT8KRySvr0KSygiuzH3CFWfAIow8frc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ea5bb37141a22db14f444978e1cd03f4.svg); }
 }@media only screen and (max-width: 763px) { #p1LGXpZZFwm6HCL57T50D5ZUpa6hZKZ1 { top:62.625rem;left:31.8125rem;width:15.9375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCxu8tJULp8qq0EasMFBLvlnTxKTouWB { top:64.6875rem;left:31.8125rem;width:15.9375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWTk9tWMM3irKJ7b5fPXMRfNDSKh2Qxs { top:66.75rem;left:31.8125rem;width:15.9375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sw15N8uVfIcgsIdt9XnCN5AdnkAqsn7N { top:70.875rem;left:35.375rem;width:12.375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaOFHc0nnm9onX88LDzWNlRWQfJTeBJ0 { display:block; }
 }@media only screen and (max-width: 763px) { #fCRuBU4RVlAmFhN1MWWJPQe6dPKTo8Mt { display:block; }#fCRuBU4RVlAmFhN1MWWJPQe6dPKTo8Mt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #po60aXOcG1JzdfrpkuBVUs8J84MZ27XG { top:6.375rem;left:0rem;width:47.75rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ix51R8LdmTXGKvOnV06m6Qu0QH934a5q { top:29.75rem;left:14.1875rem;width:22.625rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSpqIhQAySUq75DznsKqaxSOcX0HRp0N { top:11.875rem;left:0rem;width:19.625rem;height:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4xzLUNUoU689HNUSLJeoq34GhCbCO2y { top:11.875rem;left:31rem;width:16.75rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7Q1hh6T3WzreMVQ5sWA2X7OXF0JW2hA { top:11.9375rem;left:26.0625rem;width:10.9375rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETTdP4mCadb73b2C3NMftExlxVTw4k7R { top:11.875rem;left:14.1875rem;width:10.9375rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACutMNIvkIVpiILw7dRsyITmfIw1ecCJ { top:3.8125rem;left:11.375rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFRpADav2gm9V7PTE2S7tEu0TrtqUT97 { top:3.25rem;left:10.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttGyWTxXBCJywlSU3QIz1M8vp0r4vXds { top:3.25rem;left:36.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iegp10p1fTS1mHTpGCdcpxy32MSGDITX { top:25.0625rem;left:36.8125rem;width:10.875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsIxsJQQsafM7qghI0xT0ekuGWeQQ8lg { display:block; }#SsIxsJQQsafM7qghI0xT0ekuGWeQQ8lg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HAFwc6MGfE7H1RLvrHPy6H2GKlS7lM0I { width:47.75rem;height:36.0625rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AP21uTGVg5lsDJtR6t0qGzb3rvnX2gi4 { width:47.75rem;height:2.875rem;top:7.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #izbtP6wV2RiPFI89TKU8wpcMoFbfAHHc { top:12.125rem;left:0rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEoKskurT9lUSorMzJuSUGHlwqLwdS6e { top:17.375rem;left:0rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V70R3BFJ3Zr4bJl6O2XfgtFKhWWTQ6ls { top:28.25rem;left:0rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6HkszUNrlcEuzEyVmMUW12ukMJaoAhm { top:22.625rem;left:0rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRSFuILSnDLgQsJsP9Hqc2TfN1GxCsTo { top:22.9375rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9XlayKBhFwLLTp2zR56EAJhWeJ9UUEU { top:12.5rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAb7VowT7aZNN3f07HC1feTA7Ka1QCd7 { top:17.6875rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6RdWnIS82v0TLbBifTG0ell29pq0z3K { top:28.625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9GBdd2EN8733WP7CQalIsqCbiKn6PCB { width:35.6875rem;height:;top:11.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmEER8i4VhII6ANd7lfsO70QBlPZ7IET { width:35.6875rem;height:;top:17.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHqTbUW5dwzxMuqqxCc8Frw1BkXb6VM6 { width:35.6875rem;height:;top:22.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #apTS4x5tyiWNe1kBIMt3xnTQeuZI5ufa { width:35.6875rem;height:;top:27.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbRXNLGLCXfMoMzXTEXprMmR5rGrKG2V { top:12.5rem;left:16.4375rem;width:30.5625rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRsQE9hv0ROX9bR0ttpFef52Q7AXpNAS { top:33.8125rem;left:0rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5wXgVTHu8evJOtMqBX6TFyh03ElfN8D { display:block; }
 }@media only screen and (max-width: 763px) { #TrwQTtlHJ8qzCkNmElthgQm7uSA8V86b { top:33.9375rem;left:10.5625rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZBBaagEGWcrKSP7BvbfDPbR9HOnPNH7 { display:block; }
 }@media only screen and (max-width: 763px) { #eNs68KpGmeE4tA8HVlRX9i9dl7eJUx3t { top:33.8125rem;left:26.9375rem;width:11.9375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cz0LdeKtxOFtZZUTFa67ObWKlqhUqJfl { display:block; }
 }@media only screen and (max-width: 763px) { #hieCe8x0MD4oqeW8NBTP4OwiPKzUyiA0 { display:block; }#hieCe8x0MD4oqeW8NBTP4OwiPKzUyiA0 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hHKQapeto4RRw3DRivZT4UNHExBxZ80C { top:6.75rem;left:0rem;width:47.75rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGy1uNL7wStvWETQ0smcKtUG0oskImTN { top:10.75rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVsIAvaRmf7JtSAs5V19eOmB7K6vSMa2 { top:23.0625rem;left:0rem;width:16.25rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA6bHJ7uZSzOftz9VEFvA0HbDyVC1NWI { top:23.0625rem;left:6.125rem;width:16.25rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5Kx1TTMnCPGpMH8aCT6vLE09eftrQTT { top:23.0625rem;left:25.25rem;width:16.25rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aW5A7D2oa13HXydhVpADFp1Jy3iu77JR { top:27.9375rem;left:0rem;width:16.25rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsnEO5vnbCD9fbwO7vsc40rtJSet6iEn { top:28.125rem;left:6.125rem;width:16.25rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gn6O6TgrMK6qGPFvoINMIFisN3MiU4WG { top:28.125rem;left:25.25rem;width:16.25rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2f6bDQu6IM9SHfbfUDUXvQQeMDHy6QW { top:19rem;left:0rem;width:17.5rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UThcMratuPNCkureTcoKC6trQLaE4zTn { top:19.1875rem;left:5.4375rem;width:17.5rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HG81q54JCT5o8nqbCNav61xLV7KpHn0N { top:19.1875rem;left:24.5625rem;width:17.5rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2rN3rvruWOm7TpCm2TIyl7fJRheTxGR { top:25.875rem;left:13.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSFtMLEDKvJBObTOZzsTv1ma717AFUlg { top:26.5rem;left:0rem;width:15rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTF7dyzu3lBifnQnyZw9BBCSbh6iTnyZ { top:26.5rem;left:6.75rem;width:15rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOay8nNme9aoZFF6isGasMcuyKrZSUOE { top:26.5rem;left:25.875rem;width:15rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LW1dlkP7K7XtbTtomzM4GUdNEI8ARQWB { top:16.5rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKP0Dvbq13yWEmC3XIw890GAu7pNWXOO { top:16.6875rem;left:11.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDi6rENk6X60DmdcUwa7MWXX0C8uwNfy { top:16.6875rem;left:30.5625rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPHUe63nrKEztPMwsf3KPgakAThRq1ST { top:17.8125rem;left:0rem;width:5rem;height:2.375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CU5ye9t76vXssJGscI1B37hk9AznRFVk { top:18rem;left:11.4375rem;width:5rem;height:2.375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQe9pKl4brsM3KhLrxaaAko0J8kgcuKF { top:17.8125rem;left:30.5625rem;width:5rem;height:2.375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTs4KwMo1PzuVGtJcgisSX1PmK9Bg8Vm { top:23.0625rem;left:31.5rem;width:16.25rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #StZEnWoRTJHElRBGiXzrQGukwaFXn70W { top:28.125rem;left:31.5rem;width:16.25rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vu5rocQ92S4KxssNBmWVG7cPHgqTP9hQ { top:19.1875rem;left:30.125rem;width:17.5rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #szFlK92TMwoP3mRLreisC6B3vNuW03PN { top:26.5rem;left:32.75rem;width:15rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTUycx9WBkQFot5pwI1ZBdhoJetMuv7r { top:16.6875rem;left:42.75rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kauPKiPltz2JibTeULlSCRvx6ct3NfuW { top:18rem;left:42.75rem;width:5rem;height:2.375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tt07BwNxsngdwhQXTUa3FTNQgb4TWon6 { top:18rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwWSpxFcdWwJyPydhK9DhhaQOfTh7AlT { top:22.4375rem;left:41.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuwMkBUb8FhRpsoVAlFL1CpLOVyDTIkg { top:32.5rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6F2nKgaqxiU7hrCEQ6Im7DzwTpkfsv0 { display:block; }#N6F2nKgaqxiU7hrCEQ6Im7DzwTpkfsv0 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #itJhRfGIBfopZUHVTs0x9CqLOWntg1Zp { top:5.75rem;left:0rem;width:47.75rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qv3ElnKIw2v9k3bDS5PltdTgFTnBZDQc { top:9.5625rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXEDyekVy1bABacubcIZTXB3nRIXpQwq { top:15.125rem;left:0rem;width:23.75rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dt3dkER6HAlUwzayOv3OtltsbXhtSliI { top:19.3125rem;left:0rem;width:19.875rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvdNF4y5kPDTcAWoWQqbpgfZR6iyy7mg { top:28.875rem;left:0rem;width:14.375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDURnZoGkEiZMgXrxJdG3Fve4cpbEzJb { top:26.6875rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmHvceQv2GWN9vSrx3CDEXo2EDNaOzBh { top:26.6875rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT0GsX5yZnReQC9UZkkHR3OcSptXsK40 { top:26.6875rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozxmLbiSSVIonIVS2f7KcdAErz0hJT02 { top:26.6875rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUnoUF5q3Nr17lxnh3wzqezoMfaLDMbP { top:26.6875rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLFoBD3bMGRlyqUARwKO0uHSF5TzSVwB { top:17.0625rem;left:0rem;width:19.875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyy6vFmWD9cXibUK8p1XNbTXqSuPkQ0b { top:15.1875rem;left:11.9375rem;width:23.75rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9bVngFGsmKD6psTvb0r1TWXwDOMPmc6 { top:19.375rem;left:13.9375rem;width:19.875rem;height:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmfuWJThhT7SB4FHK68xZyztvdlc7Bq4 { top:17.125rem;left:13.8125rem;width:19.875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVnFBlMs5pJTa7RPqsPu1pJldGNGSTHx { top:28.9375rem;left:18.625rem;width:14.375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zh8Q7TwNgHVs3XR2LuTD2vaMTLGqvNXF { top:26.75rem;left:18.625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaOVNi5ITJUFHcdWKodHr4dqfpc1C5oZ { top:26.75rem;left:20.3125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dfxp28mWnnsc9t2I6tLfcweBRBybPsdg { top:26.75rem;left:22rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPNq5W6IXQqlzicglr23WwwLhgC7O0Jw { top:26.75rem;left:23.625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsuQJ9QIgZExMWOGqUlpt9Eeb4A1C8Ig { top:26.75rem;left:25.3125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Itl9aQxMg3UsRCKGmVpvyXT9dDvBdp8a { top:15.1875rem;left:23.875rem;width:23.75rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkXWrTr1SKASkgcg36TrKs26kF1ITL2G { top:19.375rem;left:27.875rem;width:19.875rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAnmWgKDm842RZnvy1rpBasSDEqv23vF { top:17.125rem;left:27.875rem;width:19.875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfOm0VkgFqizb5wSCybpiHCMQ4tRlHJI { top:28.9375rem;left:33.375rem;width:14.375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #axz6H13THTW4AKKh5diGwfzJxhqDF5aO { top:26.75rem;left:45.875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7CUkuP4emmL7aZERbZNeeOu3dbDSnu5 { top:26.75rem;left:46.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2u3BFAIgDvFbD4XL8UAWpWTd2nIIMmm { top:26.75rem;left:46.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJN1QAJ89OIh7TFqhDqZGQ4nNHJ8QNmd { top:26.75rem;left:46.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #icQtrD4txapoBy0539J1vb1hXb2ke6Mi { top:26.75rem;left:44.1875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2dhPAmQfruh3GLHHmgtUGaAA73zTg7r { top:28.125rem;left:0rem;width:2.25rem;height:0.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C47DIZcIJkqTfF9nxTe0WPcoqJWAbo2n { top:26.875rem;left:0rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFF4QrOcX61LLMLCyV22wbbesJUHG94u { top:26.875rem;left:13.9375rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #afTPCXQh0584TDBTGhZc5p7I9NBumcu2 { top:28.125rem;left:14.625rem;width:2.25rem;height:0.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lN2vciqnuZVS6A28hkrIrDT4SzbABMmQ { top:28.125rem;left:40.1875rem;width:2.25rem;height:0.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTasrlrfTyXOrfAmEv2nmpp4Pc8evEdm { top:26.875rem;left:39.5rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUx3H4k0fbyFAKZr5x4UEBwGM0h5SMZ3 { top:36.5625rem;left:14.59375rem;width:19.5rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eu4KvVrwrZVp1BEaKQMmMSOW0aV0W0lw { display:block; }
 }@media only screen and (max-width: 763px) { #nVlAvbOCg3FuvDTArbwXgyc3xM8xb0Wt { display:block; }#nVlAvbOCg3FuvDTArbwXgyc3xM8xb0Wt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ut6obgiysI4aw3bl3EG6631uLs34CTu2 { top:4.0625rem;left:0rem;width:29.6875rem;height:3.5625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #zASeATvSLIBKktD7729eTzKPPC9rv8mW { top:7.5625rem;left:0rem;width:29.0625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 { display:flex;height:auto;width:27.8125rem;top:6.0625rem;left:7.0625rem; }
#cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #kaPQEpITBTTazWbi2doiwUWuhUznxhJW {  }
 }@media only screen and (max-width: 763px) { #cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #E5Hpkm3QgTfZbiIvNJfB5MLfveH97JO5 {  }
 }@media only screen and (max-width: 763px) { #cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #TPZm5ZKTkEUDnxCiKnN5CdCZ9WqwO1pL {  }
 }@media only screen and (max-width: 763px) { #cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #OtcJ69kCATVGKcGUpt5iGPfm0lhkUsZs {  }
 }@media only screen and (max-width: 763px) { #cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #L10L5LgFHWAPVOkFrneZLJTn2k1AsZfb {  }
 }@media only screen and (max-width: 763px) { #cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #TzxB1uhhKhRpukZIRVnedPQ3UwsNXt1X {  }
 }@media only screen and (max-width: 763px) { #cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #T8sAeOG2t5FHmpsq2mpM4wnUQ7WR29IH {  }
 }@media only screen and (max-width: 763px) { #cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #Hup6UqiVU3hZrJIG9VIl4pa6uTTuGOt0 {  }
 }@media only screen and (max-width: 763px) { #cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #Jo6fuSJruo5qVtw8TV2Npb4MRlALn9ln {  }
 }@media only screen and (max-width: 763px) { #cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #DGLk5LtW9dyKueTGBBd5c0GHZTdovhTS {  }
 }@media only screen and (max-width: 763px) { #cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #yTZoSbom62Ok7GcSeAG03ns5TqnCh0t3 {  }
 }@media only screen and (max-width: 763px) { #cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #vvTTAHHFTudHmpIwX0J7ncF6fHLJEkCb {  }
 }@media only screen and (max-width: 763px) { #cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #a2sZ8f0PShV2zDTuTzSQzRbMwigSxDlE {  }
 }@media only screen and (max-width: 763px) { #cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #LscdpPrS1gmnySDhCxNQpp6wa8UModyg {  }
 }@media only screen and (max-width: 763px) { #cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #t10kCL5xicfb2aPOowA6xxmUPwel6PBd {  }
 }@media only screen and (max-width: 763px) { #cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #kUCiTTLJ5TTDEyiOzvrDtJ16RZJmZWcX {  }
 }@media only screen and (max-width: 763px) { #cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #J0RAeElttd8kD9cyVTDMhevEAVb6DnBu {  }
 }@media only screen and (max-width: 763px) { #cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #G8IruV0v22NEUel5cW0c4oHiHPMXqAHa {  }
 }@media only screen and (max-width: 763px) { #cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #ENupa9ckbMLWyTL6xGvNrZv3sLSK9Hfn {  }
 }@media only screen and (max-width: 763px) { #cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #PFDxzUp8IZ8Sayl54yE14Z52RCiT33ng {  }
 }@media only screen and (max-width: 763px) { #cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #sC7p8pT1JAHtVCVfMC4s4Qw1t8ltnncq {  }
 }@media only screen and (max-width: 763px) { #cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #V65yxAkCuD9tUyHCQ9p1MJc8ZzKSbDb1 {  }
 }@media only screen and (max-width: 763px) { #cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #nRLmoCmevyaRGbLPlkDetwAJvm7Ig1ku {  }
 }@media only screen and (max-width: 763px) { #cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #G4UK3wH9zTcmbB4fn3RhsvK8gW0Sria9 {  }
 }@media only screen and (max-width: 763px) { #cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #e7Qi6HN6cCLCnfVul0EhMZ6RnUKenGgZ {  }
 }@media only screen and (max-width: 763px) { #qeX8uK3h2FUDv1uHxfnWufJxzI2eGR1v { width:47.75rem;height:9.9375rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnAq3fh23H5aCHCQtNLWVBBqrUKzoU2Z { display:block; }#PnAq3fh23H5aCHCQtNLWVBBqrUKzoU2Z > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s88m06ekd93OnWI4DUruuaB202OPPVlf { top:8.1875rem;left:11.8125rem;width:35.9375rem;height:9.625rem;font-size:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMpQaRtlof2XdmeITx5ZlUBbetcF8QCf { top:3.4375rem;left:0rem;width:35.375rem;height:49.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb .widget-regular-label { width:27.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb .widget-input-text { width:27.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb .widget-input-text {padding-top: 0; padding-bottom: 0;}#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb .widget-textarea { width:27.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb .widget-input-select { width:27.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb .widget-input-select {padding-top: 0; padding-bottom: 0;}#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb .widget-input-button { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb .widget-checkbox-label { width:26.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb  { width:27.5625rem;height:auto;top:3.4375rem;left:0rem; }
#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb .radio-container { width:27.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb {display:block;}#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb { width:27.5625rem;height:auto;top:3.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #XIKEGQcUz7pfC1BHhdIbMdzl9qcZyzrP {  }
 }@media only screen and (max-width: 763px) { #QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #taVKF4MHyVPgtFtqc4TPoV990phX4InK {  }
 }@media only screen and (max-width: 763px) { #QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #CGy0hTqCaX2Cb2SUrdtDaNd0C3ZqD5T0 {  }
 }@media only screen and (max-width: 763px) { #QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #UpLfnaB712JfwmbDAv37iiOlGlfuHLGf {  }
 }@media only screen and (max-width: 763px) { #QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #ZVrxmfdyA1d6kTnPTuia5zzoD3Rmhep6 {  }
 }@media only screen and (max-width: 763px) { #QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #u1BI8aO33nosJTnK9R4rlNv13BvWrGFC {  }
 }@media only screen and (max-width: 763px) { #QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #Q2hX73WbXfgyexALaIEf8bqc4AOkVRue {  }
 }@media only screen and (max-width: 763px) { #QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #PpEy393DqV0Po7tH4MrOzQgQ1S0Xi8pV {  }
 }@media only screen and (max-width: 763px) { #QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #BODrIatTZXooUaO3blHC1Eoukv7yAiHU {  }
 }@media only screen and (max-width: 763px) { #QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #W2lTzBDsFusycgufMtwOoTdddXx0IuDh {  }
 }@media only screen and (max-width: 763px) { #QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #oCaA68plLTSRihV45lSR8Z5vaG0SzSAq {  }
 }@media only screen and (max-width: 763px) { #QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #FUS8ghnKsMUdu8GxI2c996JGgeKH31mW {  }
 }@media only screen and (max-width: 763px) { #QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #NIgv6ZD4sEnE3xKCrvHTDNBnXJKSUyx5 {  }
 }@media only screen and (max-width: 763px) { #QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #Oz21TPRFEi0OMNPTkE0ztGLLtsFxnVEe {  }
 }@media only screen and (max-width: 763px) { #QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #FfIDOHuBXH8smNtrHcOkKpeKzgUPwMEk {  }
 }@media only screen and (max-width: 763px) { #QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #QybT6E57ET7BvTEok1ScCn3IOlhv7G74 {  }
 }@media only screen and (max-width: 763px) { #QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #a4z3typbcXmNNmBZekcdB34ztBGbnRTG {  }
 }@media only screen and (max-width: 763px) { #QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #yt6GmQz7aAJFVrgUTaSOBXeh5A08TFuQ {  }
 }@media only screen and (max-width: 763px) { #QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #siXDUtIh4rQbuKh1fPsA9u3lN3RmCHM1 {  }
 }@media only screen and (max-width: 763px) { #QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #szvO9EdJg2TILakazV5W7BVvPDG7JXpx {  }
 }@media only screen and (max-width: 763px) { #QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #odhBanDiyk1qEwAKEBhxAoC8Tm9tBSwo {  }
 }@media only screen and (max-width: 763px) { #QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #DZK6LUDTNu7X4e9wTXKv13WNWTTuCgCJ {  }
 }@media only screen and (max-width: 763px) { #QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #cu6hp7p7J1aBknCuKFZ3RZH3TvJq6iA0 {  }
 }@media only screen and (max-width: 763px) { #QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #lZDymaUT9KMUAuRz8XS5H4SqtOTrItSV {  }
 }@media only screen and (max-width: 763px) { #QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #XEJIobExzdG8r0vMR8Iuwhy8Tln5QVXs {  }
 }@media only screen and (max-width: 763px) { #QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #Z8ublNAp5SOJhq1I9JSlhV2fbxowl99M {  }
 }@media only screen and (max-width: 763px) { #T8QT3za4h3dfvuh4w3MmMsTQhqQleTkv { top:20.3125rem;left:14.25rem;width:33.5rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LamVU2OMQ4Rfbp35tyyGM4360ywXBDKp { top:25.25rem;left:26.6875rem;width:17.8125rem;height:5.6875rem;font-size:1rem;display:block; }#LamVU2OMQ4Rfbp35tyyGM4360ywXBDKp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e61837c54aba9d749849905e277b9d51.svg); }
 }@media only screen and (max-width: 763px) { #NK1mNT6FRpMEPxIXPb6ammUb3xFgq1eO { display:block; }#NK1mNT6FRpMEPxIXPb6ammUb3xFgq1eO > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bxii5vOfvSf0LVo6Zx2WCygP8MTSbCHz { top:9.1875rem;left:9.75rem;width:38rem;height:4.75rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsEXH9RghwLx78wCFhccZ5KB827GTEUk { top:5.8125rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBrVaVmLZkQk0y0TyAMEiW4TdFWib8Bp { top:10.3125rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKicNMaKIH0xTh8a20gvAIoMw6wT47qE { top:14.625rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4hJTvSSPVZ1MzkQpaKBuVlGST8XOoEJ { top:6.1875rem;left:0rem;width:25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKmSlIi7XsQQlAeX2ySo256n6WbCu01C { top:2.75rem;left:0rem;width:47.75rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #By6waFRckAI3MsSmKT5sFM0dgmm8xK2T { top:10.75rem;left:0rem;width:25rem;height:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZqRTsO7ZEicEuMvTPfy0kAWKrxQ7B1V { top:15.375rem;left:0rem;width:25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsGXINVE9qTUlugoVXz9OF3DKB0FUTBA { top:18.75rem;left:8.375rem;width:31rem;height:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWORv1t8NFaIULPxpZsAlzwkFlwhcal6 { top:8.875rem;left:34rem;width:13.75rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/f1bdf4a8-cb49-4b78-a610-a4b5848010f7/AINSTA.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC.adaptive-delivery-prevent-bg, #TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC.lazyload, #TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC.lazyloading { background-image: none; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container { background-color: transparent; background-image: none; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container > .video-iframe-container { display: none; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row > .video-iframe-container { display: none; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .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); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container { border-width: 0; border-radius: 0; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container { width:20rem;height:66.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KVZpLHRSklSmZKsoMa526T6bT1Ksz223 { width:20rem;height:33.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoBtg87BSxkHfR6FGZhdJyxnZLvhDqV5 { width:19.0625rem;height:3.5rem;top:5.75rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZIBmbImoxBTwnc9npETNqAqvdMwAc6e { width:20rem;height:auto;top:10.1875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GVzAWAIRXJW5SoC1hGRhaimFB2wC8NAC { width:18.5rem;height:4.5rem;top:17.71875rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bZkrOAWMXv8k0PLTkaKeGdqOWImph0Rz { width:9rem;height:2.9375rem;top:2.96875rem;left:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wLDMhK6zb0GpFohVF6ButSQQV2rqyPqR { display:block; }
 }@media only screen and (max-width: 763px) { #idAoKZfiuBuqvcGggdLn6J2RIVeGfzvE { width:8.875rem;height:2.125rem;top:3.375rem;left:11.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qfEk32qtlAn2br49q7IA0PhS4yBbfVCT { display:block; }
 }@media only screen and (max-width: 763px) { #wVcwAgPa1wTmG2FD13K7EReJhhFKwMI9 { width:4.25rem;height:2.9375rem;top:6.03125rem;left:1.0625rem;z-index:15006;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBf6fwLTn9dnrU187NQwffAKBPR9piUm { display:block; }
 }@media only screen and (max-width: 763px) { #tESPFFfmgqSeMn49L1kNtrQ94U62ZelO { width:4.375rem;height:2.125rem;top:6.4375rem;left:5rem;z-index:15007;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQVNXTEtLhDJChcS5KWlUTEw5Ppo2aEL { display:block; }
 }@media only screen and (max-width: 763px) { #VuP53ouk5wV5zPfC8o0bzVIVl2yM15DS { top:24.875rem;left:2.96875rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlVQQhMKDcVgqGUyO3CDsRdI9OQbfHxP { display:block; }
 }@media only screen and (max-width: 763px) { #XGg86vTmCm6bo0T0UGdqdp68y9HRa2Sr { top:29.71875rem;left:3.75rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kd5u40rgrCSIEE7utaJh8FUaEfIB2fA6 { display:block; }
 }@media only screen and (max-width: 763px) { #G0gAdMVcsTEOG3W3imIL9zwmkWdXBtGP { width:9.5625rem;height:14.375rem;top:36.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpLHPlnAzuup0hndSDMek1GicgzwGRHA { top:58.25rem;left:0.84375rem;width:11.9375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dI2cbXxS7it02SKztsNlcr3wSXFOvAv4 { display:block; }
 }@media only screen and (max-width: 763px) { #KyxVz1VtDMNtL3lS6oVKSm6TIkKWcXiX { top:6.375rem;left:10.09375rem;width:8.4375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQM3v0zfic6v4kVZAGgvsio9V5619mpE { display:block; }
 }@media only screen and (max-width: 763px) { #bURQwJR3qHBzhSfTEpnHwTTI2VaJKCKG { width:8.9375rem;height:3.4375rem;top:62.201171875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #apOwG5JDWutnI8VNM6euP3RylMO0t6a8 { display:block; }#apOwG5JDWutnI8VNM6euP3RylMO0t6a8 > .row .container { width:20rem;height:70.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C7kIEEoumVOegTyKZ86E5robp7IaZSDf { width:19.875rem;height:64.75rem;top:1.0625rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #x8rKL7ul0OSUUkk41sLLTfXbhbyXDZT0 { width:20rem;height:2rem;top:2.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z36kEGC5u88xSvtAHUhPywCM7AwHeDRi { width:16.5625rem;height:11rem;top:27.5rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qdq54IuW7Hlst475F2aWANBwNZzn3GSy { width:13.75rem;height:34.25rem;top:15.375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XExWicwHKclC8yX23FASAEWkNSOridZz { width:17.5rem;height:5.3125rem;top:5.75rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#XExWicwHKclC8yX23FASAEWkNSOridZz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1f4016be71e0233bf64bc5a62339fc98.svg); }
 }@media only screen and (max-width: 763px) { #ueVSawT7WTRZkNZM4SZMNXy39FI2r7fQ { width:19.125rem;height:13.8125rem;top:41.375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymz8gkKHEp3ZGJrf16oCJ5F4OgzZnBHK { top:38rem;left:4.03125rem;width:11.9375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhOs0HMVWbmuyNGWEFkct9bPRTyBOrRq { display:block; }
 }@media only screen and (max-width: 763px) { #JircHIr8Az8XVu0CkbNXicuPDGPNUQh4 { top:54.5625rem;left:4.03125rem;width:11.9375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxVZvcRKxiRfVs1vkQdJwXsyShKqNzzu { display:block; }
 }@media only screen and (max-width: 763px) { #PaVHOxATiw3KqQSL1XaKbq442rLcMCNn { width:14rem;height:10.9375rem;top:13.0625rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBGNiVW69p2hEq0RQxi9ER2usnrQrpD3 { width:16.1875rem;height:5.25rem;top:58.8125rem;left:1.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8fT1JWGiUFGElk9RzfuPoMrzFL1LdHh { top:23.375rem;left:4.03125rem;width:11.9375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJbzZ6VE0MrlRcdXC0NRR7sDV6TaCfPg { display:block; }
 }@media only screen and (max-width: 763px) { #UxAhZa4PdC4gvRflG6KT8zWO6qVySDLv { display:block; }#UxAhZa4PdC4gvRflG6KT8zWO6qVySDLv { background-color: transparent; background-image: none; }#UxAhZa4PdC4gvRflG6KT8zWO6qVySDLv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UxAhZa4PdC4gvRflG6KT8zWO6qVySDLv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UxAhZa4PdC4gvRflG6KT8zWO6qVySDLv > .row .container > .video-iframe-container { display: none; }#UxAhZa4PdC4gvRflG6KT8zWO6qVySDLv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UxAhZa4PdC4gvRflG6KT8zWO6qVySDLv > .row > .video-iframe-container { display: none; }#UxAhZa4PdC4gvRflG6KT8zWO6qVySDLv > .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); }#UxAhZa4PdC4gvRflG6KT8zWO6qVySDLv > .row .container { width:20rem;height:74.125rem;background-color:#f8f9fc;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ouGsHs14KXTP5IEQ3ON8OvqDxxZQTPvI { width:20rem;height:16.75rem;top:12.53125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgT5rkZVAE6XSekpplJ1IpDA0IS7034Z { width:8.5625rem;height:1.5rem;top:13.53125rem;left:10.9375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oZEaubfGsa5KHR5rmPbTQBsXQzBlqTRD { width:14rem;height:5.3125rem;top:19.4375rem;left:3.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#oZEaubfGsa5KHR5rmPbTQBsXQzBlqTRD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ea5bb37141a22db14f444978e1cd03f4.svg); }
 }@media only screen and (max-width: 763px) { #dqC8qU1TclHL4Fqoqwvu5x1IgSJJVrXD { width:10.375rem;height:6.1875rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHJ3SNw4704nItZwA5sdTkyorzZPsOgG { width:17rem;height:4.75rem;top:16.0947265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qSa7mgCyxNoH6mRGQ9zc9i41rrtbo5tA { width:20rem;height:1.25rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGppyZefgoJmu19Htf0woBH7hflPbSKI { width:20rem;height:2.5625rem;top:4.3388671875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtWOmrnTMmhaZMVuBCqshxI0mc2vLVl2 { width:20rem;height:2.5rem;top:7.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oN3d4IFTTOhDfTyzTr7e8BUVfdKgOLsf { width:15.9375rem;height:1.625rem;top:19.4375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKWZu6Ex8ii3KzBqvEqv9FBSsFErIArN { width:15.9375rem;height:1.625rem;top:21.3125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqydwTmU4teqLW9EbpMXTXtiDGZLm8U2 { width:15.9375rem;height:1.625rem;top:23.1875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrEbg1Gsd7VkchN8ZclkZHmc4rJHPJzr { top:26.5625rem;left:3.8125rem;width:12.375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiqVri9zUQIiNQ276Jrs3gMl6gRTg6PB { display:block; }
 }@media only screen and (max-width: 763px) { #eNBIP78aqBDJgsfOMNRu475Xb7OqHS0n { width:20rem;height:17.8125rem;top:32rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Om8PhPU04bLm3xhpZNaT97OuRGHcixHd { width:8.625rem;height:6.4375rem;top:30.96875rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2wfNcFkJu5JnucNur9LqyFF3uT11hgT { width:13.8125rem;height:5.3125rem;top:39.53125rem;left:3.09375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#n2wfNcFkJu5JnucNur9LqyFF3uT11hgT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ea5bb37141a22db14f444978e1cd03f4.svg); }
 }@media only screen and (max-width: 763px) { #oeecyk8baQuvvrwGtqQt9dAsBBWKESBQ { width:15.9375rem;height:1.625rem;top:39.53125rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSD9aH9oWLdLzD66qUztGBJfOHZ9Ms5s { width:15.9375rem;height:1.625rem;top:41.375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KM6hSBSl3wOeUPcSNJRQLMwzpqIIA564 { width:15.9375rem;height:1.625rem;top:43.28125rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6A2xocXlNZPb3UNZ2mqX8TxGUQ9obvD { top:47rem;left:3.8125rem;width:12.375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpvFt3eFR6sOZP76UsWTx7XMkBU9fCW4 { display:block; }
 }@media only screen and (max-width: 763px) { #NpheqP9535v26k16Jm7NJOxDAuTZrMCg { width:7.1875rem;height:3rem;top:33.4375rem;left:0.9375rem;font-size:1.1875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #LJPNTbNrQMTDR5P2ud2eFDwVpOiwmQqH { width:20rem;height:15.8125rem;top:53.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdA3u10sgOMiaQfVqOyG9yoNxVoObKCZ { width:7.3125rem;height:4.5rem;top:54.375rem;left:11.5625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aUGnwXZ51kEqLTRiFw6ceU3lwqg3mK2v { width:10.6875rem;height:5.625rem;top:52.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2H29ZQWd71TiSIrmImQITlOkdAtuLJF { width:20rem;height:4.75rem;top:58.8125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VtT8KRySvr0KSygiuzH3CFWfAIow8frc { width:13.8125rem;height:5.3125rem;top:59.75rem;left:4.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#VtT8KRySvr0KSygiuzH3CFWfAIow8frc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ea5bb37141a22db14f444978e1cd03f4.svg); }
 }@media only screen and (max-width: 763px) { #p1LGXpZZFwm6HCL57T50D5ZUpa6hZKZ1 { width:15.9375rem;height:1.625rem;top:59.5rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCxu8tJULp8qq0EasMFBLvlnTxKTouWB { width:15.9375rem;height:1.625rem;top:61.5625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWTk9tWMM3irKJ7b5fPXMRfNDSKh2Qxs { width:15.9375rem;height:1.625rem;top:63.625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sw15N8uVfIcgsIdt9XnCN5AdnkAqsn7N { top:67.8125rem;left:3.8125rem;width:12.375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaOFHc0nnm9onX88LDzWNlRWQfJTeBJ0 { display:block; }
 }@media only screen and (max-width: 763px) { #fCRuBU4RVlAmFhN1MWWJPQe6dPKTo8Mt { display:block; }#fCRuBU4RVlAmFhN1MWWJPQe6dPKTo8Mt > .row .container { width:20rem;height:69.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #po60aXOcG1JzdfrpkuBVUs8J84MZ27XG { width:20rem;height:2rem;top:4.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ix51R8LdmTXGKvOnV06m6Qu0QH934a5q { width:20rem;height:10.5625rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSpqIhQAySUq75DznsKqaxSOcX0HRp0N { width:9.375rem;height:14.0625rem;top:20.375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4xzLUNUoU689HNUSLJeoq34GhCbCO2y { width:20rem;height:14.875rem;top:36.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7Q1hh6T3WzreMVQ5sWA2X7OXF0JW2hA { width:9.5625rem;height:14.375rem;top:52.375rem;left:10.334641255606rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETTdP4mCadb73b2C3NMftExlxVTw4k7R { width:9.5625rem;height:14.4375rem;top:20.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACutMNIvkIVpiILw7dRsyITmfIw1ecCJ { width:18.75rem;height:0.0625rem;top:2.5rem;left:0.625rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #hFRpADav2gm9V7PTE2S7tEu0TrtqUT97 { display:flex;width:1.25rem;height:1.25rem;top:1.90625rem;left:0rem;z-index:15009; }
 }@media only screen and (max-width: 763px) { #ttGyWTxXBCJywlSU3QIz1M8vp0r4vXds { display:flex;width:1.25rem;height:1.25rem;top:1.90625rem;left:18.75rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #Iegp10p1fTS1mHTpGCdcpxy32MSGDITX { width:9.6875rem;height:14.625rem;top:52.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsIxsJQQsafM7qghI0xT0ekuGWeQQ8lg { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/87dc82d8-cd14-41c0-b139-501a5fed2d9f/gazonsynhetiquenatura40piscine.crop_1916x1147_0,0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SsIxsJQQsafM7qghI0xT0ekuGWeQQ8lg.adaptive-delivery-prevent-bg, #SsIxsJQQsafM7qghI0xT0ekuGWeQQ8lg.lazyload, #SsIxsJQQsafM7qghI0xT0ekuGWeQQ8lg.lazyloading { background-image: none; }#SsIxsJQQsafM7qghI0xT0ekuGWeQQ8lg > .row .container { background-color: transparent; background-image: none; }#SsIxsJQQsafM7qghI0xT0ekuGWeQQ8lg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SsIxsJQQsafM7qghI0xT0ekuGWeQQ8lg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SsIxsJQQsafM7qghI0xT0ekuGWeQQ8lg > .row .container > .video-iframe-container { display: none; }#SsIxsJQQsafM7qghI0xT0ekuGWeQQ8lg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SsIxsJQQsafM7qghI0xT0ekuGWeQQ8lg > .row > .video-iframe-container { display: none; }#SsIxsJQQsafM7qghI0xT0ekuGWeQQ8lg > .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); }#SsIxsJQQsafM7qghI0xT0ekuGWeQQ8lg > .row .container { border-width: 0; border-radius: 0; }#SsIxsJQQsafM7qghI0xT0ekuGWeQQ8lg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SsIxsJQQsafM7qghI0xT0ekuGWeQQ8lg > .row .container { width:20rem;height:79.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HAFwc6MGfE7H1RLvrHPy6H2GKlS7lM0I { width:20rem;height:69.3125rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AP21uTGVg5lsDJtR6t0qGzb3rvnX2gi4 { width:20rem;height:4.5rem;top:7.15625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #izbtP6wV2RiPFI89TKU8wpcMoFbfAHHc { width:2.9375rem;height:2.9375rem;top:14.375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEoKskurT9lUSorMzJuSUGHlwqLwdS6e { width:2.9375rem;height:2.9375rem;top:21.8125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V70R3BFJ3Zr4bJl6O2XfgtFKhWWTQ6ls { width:2.9375rem;height:2.9375rem;top:36rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6HkszUNrlcEuzEyVmMUW12ukMJaoAhm { width:2.9375rem;height:2.9375rem;top:29.125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRSFuILSnDLgQsJsP9Hqc2TfN1GxCsTo { display:flex;width:2.3125rem;height:2.3125rem;top:29.4375rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #g9XlayKBhFwLLTp2zR56EAJhWeJ9UUEU { display:flex;width:2.1875rem;height:2.1875rem;top:14.75rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #xAb7VowT7aZNN3f07HC1feTA7Ka1QCd7 { display:flex;width:2.25rem;height:2.25rem;top:22.1875rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #B6RdWnIS82v0TLbBifTG0ell29pq0z3K { display:flex;width:2.1875rem;height:2.1875rem;top:36.375rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #f9GBdd2EN8733WP7CQalIsqCbiKn6PCB { width:14.6875rem;height:6rem;top:14.375rem;left:5.3125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #wmEER8i4VhII6ANd7lfsO70QBlPZ7IET { width:13.5rem;height:6rem;top:21.8125rem;left:5.5rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #sHqTbUW5dwzxMuqqxCc8Frw1BkXb6VM6 { width:12.1875rem;height:6rem;top:28.8125rem;left:5.5rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #apTS4x5tyiWNe1kBIMt3xnTQeuZI5ufa { width:13.875rem;height:6rem;top:36rem;left:5.3125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ZbRXNLGLCXfMoMzXTEXprMmR5rGrKG2V { width:19.25rem;height:14.447265625rem;top:55.4951171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRsQE9hv0ROX9bR0ttpFef52Q7AXpNAS { top:43.625rem;left:2.96875rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5wXgVTHu8evJOtMqBX6TFyh03ElfN8D { display:block; }
 }@media only screen and (max-width: 763px) { #TrwQTtlHJ8qzCkNmElthgQm7uSA8V86b { top:49.28125rem;left:3.75rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZBBaagEGWcrKSP7BvbfDPbR9HOnPNH7 { display:block; }
 }@media only screen and (max-width: 763px) { #eNs68KpGmeE4tA8HVlRX9i9dl7eJUx3t { top:75.375rem;left:4rem;width:11.9375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cz0LdeKtxOFtZZUTFa67ObWKlqhUqJfl { display:block; }
 }@media only screen and (max-width: 763px) { #hieCe8x0MD4oqeW8NBTP4OwiPKzUyiA0 { display:block; }#hieCe8x0MD4oqeW8NBTP4OwiPKzUyiA0 > .row .container { width:20rem;height:100.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hHKQapeto4RRw3DRivZT4UNHExBxZ80C { width:20rem;height:2rem;top:1.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DGy1uNL7wStvWETQ0smcKtUG0oskImTN { width:20rem;height:1.5rem;top:6.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CVsIAvaRmf7JtSAs5V19eOmB7K6vSMa2 { width:20rem;height:1.625rem;top:60.9375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QA6bHJ7uZSzOftz9VEFvA0HbDyVC1NWI { width:20rem;height:1.625rem;top:40.75rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v5Kx1TTMnCPGpMH8aCT6vLE09eftrQTT { width:20rem;height:1.625rem;top:20.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aW5A7D2oa13HXydhVpADFp1Jy3iu77JR { width:18.75rem;height:3rem;top:24.75rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tsnEO5vnbCD9fbwO7vsc40rtJSet6iEn { width:18.75rem;height:3rem;top:45.25rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gn6O6TgrMK6qGPFvoINMIFisN3MiU4WG { width:18.75rem;height:3rem;top:65.4375rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u2f6bDQu6IM9SHfbfUDUXvQQeMDHy6QW { width:19.875rem;height:14.375rem;top:16.3125rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #UThcMratuPNCkureTcoKC6trQLaE4zTn { width:19.875rem;height:14.375rem;top:36.8125rem;left:0rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #HG81q54JCT5o8nqbCNav61xLV7KpHn0N { width:19.875rem;height:14.375rem;top:57rem;left:0rem;z-index:14984;display:block; }
 }@media only screen and (max-width: 763px) { #D2rN3rvruWOm7TpCm2TIyl7fJRheTxGR { display:flex;width:1.25rem;height:1.25rem;top:43.1875rem;left:9.375rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #VSFtMLEDKvJBObTOZzsTv1ma717AFUlg { width:18.125rem;height:0.0625rem;top:23.3125rem;left:0.9375rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #UTF7dyzu3lBifnQnyZw9BBCSbh6iTnyZ { width:18.125rem;height:0.0625rem;top:43.8125rem;left:0.9375rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #cOay8nNme9aoZFF6isGasMcuyKrZSUOE { width:18.125rem;height:0.0625rem;top:64rem;left:0.9375rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #LW1dlkP7K7XtbTtomzM4GUdNEI8ARQWB { width:5.6875rem;height:5.625rem;top:13.5625rem;left:7.1875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #vKP0Dvbq13yWEmC3XIw890GAu7pNWXOO { width:5.6875rem;height:5.625rem;top:33.9375rem;left:7.1875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #oDi6rENk6X60DmdcUwa7MWXX0C8uwNfy { width:5.6875rem;height:5.625rem;top:54.4375rem;left:7.1875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #cPHUe63nrKEztPMwsf3KPgakAThRq1ST { width:5.6875rem;height:2rem;top:15.4375rem;left:7.1875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CU5ye9t76vXssJGscI1B37hk9AznRFVk { width:5.6875rem;height:2rem;top:35.75rem;left:7.1875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dQe9pKl4brsM3KhLrxaaAko0J8kgcuKF { width:5.6875rem;height:2rem;top:56.25rem;left:7.1875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DTs4KwMo1PzuVGtJcgisSX1PmK9Bg8Vm { width:20rem;height:1.625rem;top:81.625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #StZEnWoRTJHElRBGiXzrQGukwaFXn70W { width:18.75rem;height:3rem;top:86.0625rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vu5rocQ92S4KxssNBmWVG7cPHgqTP9hQ { width:19.875rem;height:14.375rem;top:77.625rem;left:0rem;z-index:14984;display:block; }
 }@media only screen and (max-width: 763px) { #szFlK92TMwoP3mRLreisC6B3vNuW03PN { width:18.125rem;height:0.0625rem;top:84.84375rem;left:0.9375rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #sTUycx9WBkQFot5pwI1ZBdhoJetMuv7r { width:5.6875rem;height:5.625rem;top:75.0625rem;left:7.1875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #kauPKiPltz2JibTeULlSCRvx6ct3NfuW { width:5.6875rem;height:2rem;top:76.875rem;left:7.1875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tt07BwNxsngdwhQXTUa3FTNQgb4TWon6 { display:flex;width:1.25rem;height:1.25rem;top:91.5rem;left:14.8125rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #cwWSpxFcdWwJyPydhK9DhhaQOfTh7AlT { display:flex;width:1.25rem;height:1.25rem;top:63.625rem;left:5.375rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #XuwMkBUb8FhRpsoVAlFL1CpLOVyDTIkg { display:flex;width:1.25rem;height:1.25rem;top:29.625rem;left:17.3125rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #N6F2nKgaqxiU7hrCEQ6Im7DzwTpkfsv0 { display:block; }#N6F2nKgaqxiU7hrCEQ6Im7DzwTpkfsv0 > .row .container { width:20rem;height:81.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #itJhRfGIBfopZUHVTs0x9CqLOWntg1Zp { width:20rem;height:4rem;top:4.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qv3ElnKIw2v9k3bDS5PltdTgFTnBZDQc { width:20rem;height:3rem;top:11.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MXEDyekVy1bABacubcIZTXB3nRIXpQwq { width:19.875rem;height:16.5625rem;top:20rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #dt3dkER6HAlUwzayOv3OtltsbXhtSliI { width:17.5rem;height:6.5625rem;top:23.875rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvdNF4y5kPDTcAWoWQqbpgfZR6iyy7mg { width:11.5rem;height:1.3125rem;top:33.4375rem;left:6.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDURnZoGkEiZMgXrxJdG3Fve4cpbEzJb { display:flex;width:1.5rem;height:1.5rem;top:31.25rem;left:6.0625rem; }
 }@media only screen and (max-width: 763px) { #QmHvceQv2GWN9vSrx3CDEXo2EDNaOzBh { display:flex;width:1.5rem;height:1.5rem;top:31.25rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #GT0GsX5yZnReQC9UZkkHR3OcSptXsK40 { display:flex;width:1.5rem;height:1.5rem;top:31.25rem;left:9.4375rem; }
 }@media only screen and (max-width: 763px) { #ozxmLbiSSVIonIVS2f7KcdAErz0hJT02 { display:flex;width:1.5rem;height:1.5rem;top:31.25rem;left:11.0625rem; }
 }@media only screen and (max-width: 763px) { #vUnoUF5q3Nr17lxnh3wzqezoMfaLDMbP { display:flex;width:1.5rem;height:1.5rem;top:31.25rem;left:12.75rem; }
 }@media only screen and (max-width: 763px) { #NLFoBD3bMGRlyqUARwKO0uHSF5TzSVwB { width:17.5rem;height:1.5rem;top:21.625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyy6vFmWD9cXibUK8p1XNbTXqSuPkQ0b { width:19.875rem;height:16.5625rem;top:38.5625rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #n9bVngFGsmKD6psTvb0r1TWXwDOMPmc6 { width:17.5rem;height:7.875rem;top:42.4375rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmfuWJThhT7SB4FHK68xZyztvdlc7Bq4 { width:17.5rem;height:1.5rem;top:40.1875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVnFBlMs5pJTa7RPqsPu1pJldGNGSTHx { width:11.5rem;height:1.3125rem;top:52.9375rem;left:6.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zh8Q7TwNgHVs3XR2LuTD2vaMTLGqvNXF { display:flex;width:1.5rem;height:1.5rem;top:50.9375rem;left:5.9375rem; }
 }@media only screen and (max-width: 763px) { #IaOVNi5ITJUFHcdWKodHr4dqfpc1C5oZ { display:flex;width:1.5rem;height:1.5rem;top:50.9375rem;left:7.625rem; }
 }@media only screen and (max-width: 763px) { #Dfxp28mWnnsc9t2I6tLfcweBRBybPsdg { display:flex;width:1.5rem;height:1.5rem;top:50.9375rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #mPNq5W6IXQqlzicglr23WwwLhgC7O0Jw { display:flex;width:1.5rem;height:1.5rem;top:50.9375rem;left:10.9375rem; }
 }@media only screen and (max-width: 763px) { #XsuQJ9QIgZExMWOGqUlpt9Eeb4A1C8Ig { display:flex;width:1.5rem;height:1.5rem;top:50.9375rem;left:12.625rem; }
 }@media only screen and (max-width: 763px) { #Itl9aQxMg3UsRCKGmVpvyXT9dDvBdp8a { width:19.875rem;height:16.5625rem;top:57.125rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #bkXWrTr1SKASkgcg36TrKs26kF1ITL2G { width:17.5rem;height:3.9375rem;top:61rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAnmWgKDm842RZnvy1rpBasSDEqv23vF { width:17.5rem;height:1.5rem;top:58.75rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfOm0VkgFqizb5wSCybpiHCMQ4tRlHJI { width:11.5rem;height:1.3125rem;top:70.5625rem;left:6.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #axz6H13THTW4AKKh5diGwfzJxhqDF5aO { display:flex;width:1.5rem;height:1.5rem;top:68.375rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #L7CUkuP4emmL7aZERbZNeeOu3dbDSnu5 { display:flex;width:1.5rem;height:1.5rem;top:68.375rem;left:9.4375rem; }
 }@media only screen and (max-width: 763px) { #h2u3BFAIgDvFbD4XL8UAWpWTd2nIIMmm { display:flex;width:1.5rem;height:1.5rem;top:68.375rem;left:11.0625rem; }
 }@media only screen and (max-width: 763px) { #uJN1QAJ89OIh7TFqhDqZGQ4nNHJ8QNmd { display:flex;width:1.5rem;height:1.5rem;top:68.375rem;left:12.75rem; }
 }@media only screen and (max-width: 763px) { #icQtrD4txapoBy0539J1vb1hXb2ke6Mi { display:flex;width:1.5rem;height:1.5rem;top:68.375rem;left:6.0625rem; }
 }@media only screen and (max-width: 763px) { #a2dhPAmQfruh3GLHHmgtUGaAA73zTg7r { width:2.25rem;height:0.9375rem;top:32.6875rem;left:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C47DIZcIJkqTfF9nxTe0WPcoqJWAbo2n { width:3.375rem;height:3.375rem;top:31.4375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFF4QrOcX61LLMLCyV22wbbesJUHG94u { width:3.375rem;height:3.375rem;top:68.5625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #afTPCXQh0584TDBTGhZc5p7I9NBumcu2 { width:2.25rem;height:0.9375rem;top:52.25rem;left:2.0625rem;font-size:1.5625rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #lN2vciqnuZVS6A28hkrIrDT4SzbABMmQ { width:2.25rem;height:0.9375rem;top:69.75rem;left:2.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTasrlrfTyXOrfAmEv2nmpp4Pc8evEdm { width:3.375rem;height:3.375rem;top:50.9375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUx3H4k0fbyFAKZr5x4UEBwGM0h5SMZ3 { top:75.0625rem;left:0.25rem;width:19.5rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eu4KvVrwrZVp1BEaKQMmMSOW0aV0W0lw { display:block; }
 }@media only screen and (max-width: 763px) { #nVlAvbOCg3FuvDTArbwXgyc3xM8xb0Wt { display:block; }#nVlAvbOCg3FuvDTArbwXgyc3xM8xb0Wt > .row .container { width:20rem;height:52.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ut6obgiysI4aw3bl3EG6631uLs34CTu2 { width:17.5rem;height:4.75rem;top:3.6875rem;left:1.25rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zASeATvSLIBKktD7729eTzKPPC9rv8mW { width:17.5rem;height:1.5rem;top:9.25rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 { display:flex;height:auto;width:20rem;top:14.4375rem;left:0rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #kaPQEpITBTTazWbi2doiwUWuhUznxhJW {  }
 }@media only screen and (max-width: 763px) { #cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #E5Hpkm3QgTfZbiIvNJfB5MLfveH97JO5 {  }
 }@media only screen and (max-width: 763px) { #cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #TPZm5ZKTkEUDnxCiKnN5CdCZ9WqwO1pL {  }
 }@media only screen and (max-width: 763px) { #cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #OtcJ69kCATVGKcGUpt5iGPfm0lhkUsZs {  }
 }@media only screen and (max-width: 763px) { #cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #L10L5LgFHWAPVOkFrneZLJTn2k1AsZfb {  }
 }@media only screen and (max-width: 763px) { #cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #TzxB1uhhKhRpukZIRVnedPQ3UwsNXt1X {  }
 }@media only screen and (max-width: 763px) { #cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #T8sAeOG2t5FHmpsq2mpM4wnUQ7WR29IH {  }
 }@media only screen and (max-width: 763px) { #cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #Hup6UqiVU3hZrJIG9VIl4pa6uTTuGOt0 {  }
 }@media only screen and (max-width: 763px) { #cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #Jo6fuSJruo5qVtw8TV2Npb4MRlALn9ln {  }
 }@media only screen and (max-width: 763px) { #cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #DGLk5LtW9dyKueTGBBd5c0GHZTdovhTS {  }
 }@media only screen and (max-width: 763px) { #cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #yTZoSbom62Ok7GcSeAG03ns5TqnCh0t3 {  }
 }@media only screen and (max-width: 763px) { #cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #vvTTAHHFTudHmpIwX0J7ncF6fHLJEkCb {  }
 }@media only screen and (max-width: 763px) { #cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #a2sZ8f0PShV2zDTuTzSQzRbMwigSxDlE {  }
 }@media only screen and (max-width: 763px) { #cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #LscdpPrS1gmnySDhCxNQpp6wa8UModyg {  }
 }@media only screen and (max-width: 763px) { #cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #t10kCL5xicfb2aPOowA6xxmUPwel6PBd {  }
 }@media only screen and (max-width: 763px) { #cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #kUCiTTLJ5TTDEyiOzvrDtJ16RZJmZWcX {  }
 }@media only screen and (max-width: 763px) { #cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #J0RAeElttd8kD9cyVTDMhevEAVb6DnBu {  }
 }@media only screen and (max-width: 763px) { #cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #G8IruV0v22NEUel5cW0c4oHiHPMXqAHa {  }
 }@media only screen and (max-width: 763px) { #cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #ENupa9ckbMLWyTL6xGvNrZv3sLSK9Hfn {  }
 }@media only screen and (max-width: 763px) { #cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #PFDxzUp8IZ8Sayl54yE14Z52RCiT33ng {  }
 }@media only screen and (max-width: 763px) { #cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #sC7p8pT1JAHtVCVfMC4s4Qw1t8ltnncq {  }
 }@media only screen and (max-width: 763px) { #cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #V65yxAkCuD9tUyHCQ9p1MJc8ZzKSbDb1 {  }
 }@media only screen and (max-width: 763px) { #cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #nRLmoCmevyaRGbLPlkDetwAJvm7Ig1ku {  }
 }@media only screen and (max-width: 763px) { #cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #G4UK3wH9zTcmbB4fn3RhsvK8gW0Sria9 {  }
 }@media only screen and (max-width: 763px) { #cmK8z1esBuBC3XyySCCZlpZTQm1lw8K4 #e7Qi6HN6cCLCnfVul0EhMZ6RnUKenGgZ {  }
 }@media only screen and (max-width: 763px) { #qeX8uK3h2FUDv1uHxfnWufJxzI2eGR1v { width:20rem;height:9.6875rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnAq3fh23H5aCHCQtNLWVBBqrUKzoU2Z { display:block; }#PnAq3fh23H5aCHCQtNLWVBBqrUKzoU2Z > .row .container { width:20rem;height:71.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s88m06ekd93OnWI4DUruuaB202OPPVlf { width:20rem;height:4.625rem;top:2.25rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EMpQaRtlof2XdmeITx5ZlUBbetcF8QCf { width:20rem;height:47.75rem;top:20.125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:9.375rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb .widget-input-text {padding-top: 0; padding-bottom: 0;}#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb .widget-input-select {padding-top: 0; padding-bottom: 0;}#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb .widget-input-button { width:10.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb  { width:17.5rem;height:auto;top:19.875rem;left:0rem; }
#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb {display:block;}#QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb { width:17.5rem;height:auto;top:19.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #XIKEGQcUz7pfC1BHhdIbMdzl9qcZyzrP {  }
 }@media only screen and (max-width: 763px) { #QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #taVKF4MHyVPgtFtqc4TPoV990phX4InK {  }
 }@media only screen and (max-width: 763px) { #QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #CGy0hTqCaX2Cb2SUrdtDaNd0C3ZqD5T0 {  }
 }@media only screen and (max-width: 763px) { #QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #UpLfnaB712JfwmbDAv37iiOlGlfuHLGf {  }
 }@media only screen and (max-width: 763px) { #QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #ZVrxmfdyA1d6kTnPTuia5zzoD3Rmhep6 {  }
 }@media only screen and (max-width: 763px) { #QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #u1BI8aO33nosJTnK9R4rlNv13BvWrGFC {  }
 }@media only screen and (max-width: 763px) { #QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #Q2hX73WbXfgyexALaIEf8bqc4AOkVRue {  }
 }@media only screen and (max-width: 763px) { #QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #PpEy393DqV0Po7tH4MrOzQgQ1S0Xi8pV {  }
 }@media only screen and (max-width: 763px) { #QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #BODrIatTZXooUaO3blHC1Eoukv7yAiHU {  }
 }@media only screen and (max-width: 763px) { #QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #W2lTzBDsFusycgufMtwOoTdddXx0IuDh {  }
 }@media only screen and (max-width: 763px) { #QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #oCaA68plLTSRihV45lSR8Z5vaG0SzSAq {  }
 }@media only screen and (max-width: 763px) { #QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #FUS8ghnKsMUdu8GxI2c996JGgeKH31mW {  }
 }@media only screen and (max-width: 763px) { #QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #NIgv6ZD4sEnE3xKCrvHTDNBnXJKSUyx5 {  }
 }@media only screen and (max-width: 763px) { #QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #Oz21TPRFEi0OMNPTkE0ztGLLtsFxnVEe {  }
 }@media only screen and (max-width: 763px) { #QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #FfIDOHuBXH8smNtrHcOkKpeKzgUPwMEk {  }
 }@media only screen and (max-width: 763px) { #QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #QybT6E57ET7BvTEok1ScCn3IOlhv7G74 {  }
 }@media only screen and (max-width: 763px) { #QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #a4z3typbcXmNNmBZekcdB34ztBGbnRTG {  }
 }@media only screen and (max-width: 763px) { #QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #yt6GmQz7aAJFVrgUTaSOBXeh5A08TFuQ {  }
 }@media only screen and (max-width: 763px) { #QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #siXDUtIh4rQbuKh1fPsA9u3lN3RmCHM1 {  }
 }@media only screen and (max-width: 763px) { #QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #szvO9EdJg2TILakazV5W7BVvPDG7JXpx {  }
 }@media only screen and (max-width: 763px) { #QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #odhBanDiyk1qEwAKEBhxAoC8Tm9tBSwo {  }
 }@media only screen and (max-width: 763px) { #QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #DZK6LUDTNu7X4e9wTXKv13WNWTTuCgCJ {  }
 }@media only screen and (max-width: 763px) { #QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #cu6hp7p7J1aBknCuKFZ3RZH3TvJq6iA0 {  }
 }@media only screen and (max-width: 763px) { #QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #lZDymaUT9KMUAuRz8XS5H4SqtOTrItSV {  }
 }@media only screen and (max-width: 763px) { #QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #XEJIobExzdG8r0vMR8Iuwhy8Tln5QVXs {  }
 }@media only screen and (max-width: 763px) { #QJpZ1tQiHqZg3GmhTLchXmoMTrzZvEeb #Z8ublNAp5SOJhq1I9JSlhV2fbxowl99M {  }
 }@media only screen and (max-width: 763px) { #T8QT3za4h3dfvuh4w3MmMsTQhqQleTkv { width:20rem;height:4.125rem;top:7.6259765625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #LamVU2OMQ4Rfbp35tyyGM4360ywXBDKp { width:17.8125rem;height:5.3125rem;top:13.0634765625rem;left:1.09375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#LamVU2OMQ4Rfbp35tyyGM4360ywXBDKp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e61837c54aba9d749849905e277b9d51.svg); }
 }@media only screen and (max-width: 763px) { #NK1mNT6FRpMEPxIXPb6ammUb3xFgq1eO { display:block; }#NK1mNT6FRpMEPxIXPb6ammUb3xFgq1eO > .row .container { width:20rem;height:33.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bxii5vOfvSf0LVo6Zx2WCygP8MTSbCHz { width:20rem;height:3.0625rem;top:1.9375rem;left:0rem;font-size:2.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FsEXH9RghwLx78wCFhccZ5KB827GTEUk { display:flex;width:2.375rem;height:2.375rem;top:7.5rem;left:1.3125rem;font-size:1.625rem; }
 }@media only screen and (max-width: 763px) { #gBrVaVmLZkQk0y0TyAMEiW4TdFWib8Bp { display:flex;width:2.1875rem;height:2.1875rem;top:11.96875rem;left:1.40625rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #WKicNMaKIH0xTh8a20gvAIoMw6wT47qE { display:flex;width:2.5rem;height:2.5rem;top:15.5625rem;left:1.25rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #a4hJTvSSPVZ1MzkQpaKBuVlGST8XOoEJ { width:13.75rem;height:1.5rem;top:7.9375rem;left:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKmSlIi7XsQQlAeX2ySo256n6WbCu01C { width:20rem;height:28.125rem;top:1.875rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #By6waFRckAI3MsSmKT5sFM0dgmm8xK2T { width:5.6875rem;height:1.125rem;top:12.5rem;left:5.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZqRTsO7ZEicEuMvTPfy0kAWKrxQ7B1V { width:13.75rem;height:3rem;top:15.3125rem;left:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsGXINVE9qTUlugoVXz9OF3DKB0FUTBA { width:20rem;height:0.9375rem;top:28rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dWORv1t8NFaIULPxpZsAlzwkFlwhcal6 { width:13.75rem;height:5.375rem;top:21.9375rem;left:3.125rem;display:block; }
 }