.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:217,244,247;--color-primary-1:130,218,230;--color-primary-2:4,180,204;--color-primary-3:2,90,102;--color-primary-4:1,27,31;--color-secondary-0:239,223,234;--color-secondary-1:201,148,185;--color-secondary-2:146,41,115;--color-secondary-3:73,21,58;--color-secondary-4:22,6,17;--color-tertiary-0:255,255,255;--color-tertiary-1:190,190,190;--color-tertiary-2:39,39,39;--color-tertiary-3:20,20,20;--color-tertiary-4:4,4,4;--headlines-font-family:"Rubik";--paragraphs-font-family:"Rubik"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .row > .video-iframe-container { display: none; }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .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); }#emKKgTTrwhgiwIAp807IztSXkqbHs4Tw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#emKKgTTrwhgiwIAp807IztSXkqbHs4Tw > .row .container { background-color: transparent; background-image: none; }#emKKgTTrwhgiwIAp807IztSXkqbHs4Tw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emKKgTTrwhgiwIAp807IztSXkqbHs4Tw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emKKgTTrwhgiwIAp807IztSXkqbHs4Tw > .row .container > .video-iframe-container { display: none; }#emKKgTTrwhgiwIAp807IztSXkqbHs4Tw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emKKgTTrwhgiwIAp807IztSXkqbHs4Tw > .row > .video-iframe-container { display: none; }#emKKgTTrwhgiwIAp807IztSXkqbHs4Tw > .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); }#emKKgTTrwhgiwIAp807IztSXkqbHs4Tw > .row .container { border-width: 0; border-radius: 0; }#emKKgTTrwhgiwIAp807IztSXkqbHs4Tw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#emKKgTTrwhgiwIAp807IztSXkqbHs4Tw > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;position:relative;display:block; }#cxBqDqOt7EiaSMcIc5J5TBZa97lJlkOc { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:3.1875rem;left:59.5625rem;height:2.13125rem;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; }
#cwUnzETp44ou4nZhfhTThqNTygdxvSbc { display:block;width:11rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2rem;left:59.5625rem;height:1.21875rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;display:block; }
#IvdiB5woDoJzdTW92KhtfUlaEuWpiLae { position:absolute;display:block;z-index:15070;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:15.625rem;top:2.03125rem;left:0rem;overflow:hidden;display:block; }
#huU6RU4c2r0CKTexRqnccUi3DixJL2mL { position:absolute;display:block;z-index:15093;height:4.5rem;width:20rem;top:0rem;left:38.536720275879rem;display:block; }
#L3RCRSRKsaQagFm9Xa4rMMt9ffJmADIA { background-color:rgba(232,235,237,0.82);background-image:url("https://images.assets-landingi.com/uc/a708f5ba-49fc-4d69-b08f-78046d416b3b/bg34.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#L3RCRSRKsaQagFm9Xa4rMMt9ffJmADIA.adaptive-delivery-prevent-bg, #L3RCRSRKsaQagFm9Xa4rMMt9ffJmADIA.lazyload, #L3RCRSRKsaQagFm9Xa4rMMt9ffJmADIA.lazyloading { background-image: none; }#L3RCRSRKsaQagFm9Xa4rMMt9ffJmADIA > .row .container { background-color: transparent; background-image: none; }#L3RCRSRKsaQagFm9Xa4rMMt9ffJmADIA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L3RCRSRKsaQagFm9Xa4rMMt9ffJmADIA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L3RCRSRKsaQagFm9Xa4rMMt9ffJmADIA > .row .container > .video-iframe-container { display: none; }#L3RCRSRKsaQagFm9Xa4rMMt9ffJmADIA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L3RCRSRKsaQagFm9Xa4rMMt9ffJmADIA > .row > .video-iframe-container { display: none; }#L3RCRSRKsaQagFm9Xa4rMMt9ffJmADIA > .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); }#L3RCRSRKsaQagFm9Xa4rMMt9ffJmADIA > .row .container { border-width: 0; border-radius: 0; }#L3RCRSRKsaQagFm9Xa4rMMt9ffJmADIA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L3RCRSRKsaQagFm9Xa4rMMt9ffJmADIA > .row .container { width:75rem;height:59.4375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#w7Rmfk5m2qiLlq7Ix17sk3ErG6uOW5qr { display:block;width:37.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.6875rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:11.624465942382rem;left:0rem;height:0;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;display:none; }
#oL04pxgu9r7VxWJHJfzclxA5ucNNf6Bg { display:block;width:39.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:32.5625rem;left:0rem;height:8.04375rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;display:block; }
#SagrVxODoDC3T9rV2flmVrzcTk9Pu2iN { box-sizing:content-box;height:4.375rem;width:21.3125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:52.125rem;left:44.25rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#EGmMQgwzTBn3fhigbvvGtvpTtezBT4ix { position:absolute;display:block;z-index:15088;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:6.75rem;top:53.125rem;left:57.625rem;overflow:hidden;display:block; }
#FMaGxiLP17xHTzeuQh0WrT50uxLnFTc4 { color:#36c4b2;display:block;width:8.8125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15056;line-height:1.2;letter-spacing:0;top:54.1875rem;left:48.625rem;height:1.05rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nfxN9PCh0VR2C6urMVkESZwgCCAAfVes { color:#36c4b2;display:block;width:10.125rem;position:absolute;font-family:poppins;font-size:0.5625rem;font-weight:400;z-index:15055;line-height:1.2;letter-spacing:0;top:53.4375rem;left:48.625rem;height:0.675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d4V3gh06mqmw7d5CT3OLH0RUae4BH8XO { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:1.8125rem;width:2.375rem;top:53.4375rem;left:45.5rem;overflow:hidden;display:block; }
#K5TdyGCwTr4vxKnyKTyCGIE39eV2eHun { box-sizing:content-box;height:2.5rem;width:2.5rem;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:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:53.0625rem;left:45.4375rem;display:block; }
#S5owK9P35m3ok6DrrGzmn2FtzI1MtSuF { display:block;width:45.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.6875rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:19.936719894409rem;left:0rem;height:11.0625rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;display:block; }
#nzuk9nPXCELRM07u6Th6xti687Hg1kaD { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:47.125rem;width:26.375rem;top:12.3125rem;left:41.6875rem;overflow:hidden;display:block; }
#QSRITpUq0RvGWu7EpoZLEq6DyfpLMuxG { position:absolute;display:block;z-index:15089;height:4.5rem;width:20rem;top:43.125rem;left:0rem;display:block; }
#TD1GXSeIR0PJPA5HBUbH4NAcrMqoMrSU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f9fa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TD1GXSeIR0PJPA5HBUbH4NAcrMqoMrSU > .row .container { background-color: transparent; background-image: none; }#TD1GXSeIR0PJPA5HBUbH4NAcrMqoMrSU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD1GXSeIR0PJPA5HBUbH4NAcrMqoMrSU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD1GXSeIR0PJPA5HBUbH4NAcrMqoMrSU > .row .container > .video-iframe-container { display: none; }#TD1GXSeIR0PJPA5HBUbH4NAcrMqoMrSU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD1GXSeIR0PJPA5HBUbH4NAcrMqoMrSU > .row > .video-iframe-container { display: none; }#TD1GXSeIR0PJPA5HBUbH4NAcrMqoMrSU > .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); }#TD1GXSeIR0PJPA5HBUbH4NAcrMqoMrSU > .row .container { border-width: 0; border-radius: 0; }#TD1GXSeIR0PJPA5HBUbH4NAcrMqoMrSU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TD1GXSeIR0PJPA5HBUbH4NAcrMqoMrSU > .row .container { font-size:0.875rem;font-family:arial;height:66rem;width:75rem;position:relative;display:block; }#wMnyDeLgN2H43xQlEPLEn8mDoFb9fycl { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:7.4375rem;left:0rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vfQS2V2keL4q5Z33lIFg05WV35XdofXf { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:19.375rem;display:none; }
#U9GCKcmg66JKuEcrcCzQl6RAPGg9u446 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:10.5625rem;left:0rem;height:1.4rem;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; }
#ybz3eFIuLciL5wH4o6HJwOqEyTTzcEfR { box-sizing:content-box;height:43.25rem;width:41.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:13.8125rem;left:0rem;display:block; }
#v9ggeGUTL1yIzA8Ho220CTeH9EQIU6QL { box-sizing:content-box;height:43.25rem;width:33.75rem;position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c7d634b5-0225-48b2-a33b-9509451ae57d/Designsemnome20250421T110734086.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.8125rem;left:41.25rem;display:block; }#v9ggeGUTL1yIzA8Ho220CTeH9EQIU6QL.adaptive-delivery-prevent-bg, #v9ggeGUTL1yIzA8Ho220CTeH9EQIU6QL.lazyload, #v9ggeGUTL1yIzA8Ho220CTeH9EQIU6QL.lazyloading { background-image: none; }
#ldTCi8XPbrsGEnrQmcErU7xPuTeNyKKo { color:rgba(var(--color-tertiary-0),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:16rem;left:1.25rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PcRPPXRkBIPJ2ivsXlbzT6zf6cvl4Ezf { color:rgba(var(--color-tertiary-2),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:17.75rem;left:1.25rem;height:35.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#PcRPPXRkBIPJ2ivsXlbzT6zf6cvl4Ezf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PcRPPXRkBIPJ2ivsXlbzT6zf6cvl4Ezf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
#UM3PidJIwXtFXiK2DEqmClym50EpHcVG { color:rgba(var(--color-tertiary-0),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:15.9375rem;left:23.25rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xgXMRTJmcmrtgG7ARxLFdBPHqDz85Xne { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:17.6875rem;left:23.25rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#xgXMRTJmcmrtgG7ARxLFdBPHqDz85Xne li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xgXMRTJmcmrtgG7ARxLFdBPHqDz85Xne li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
#RBAas8AtHzrSA64SFwkqVwoT5E8CHpif { color:rgba(var(--color-tertiary-0),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:35.3125rem;left:23.25rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ttd3nrgnDPkiQE54WDXEiX2brDLttdZC { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:37.0625rem;left:23.25rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#Ttd3nrgnDPkiQE54WDXEiX2brDLttdZC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ttd3nrgnDPkiQE54WDXEiX2brDLttdZC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
#GFkbGtRz0rRqNbTFgubgGzv5eqIgRHZb { color:rgba(var(--color-tertiary-0),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:48.75rem;left:23.25rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bEqbZ17HMzcNUI69F77tyWuWKxt7HCes { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:50.5rem;left:23.25rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#bEqbZ17HMzcNUI69F77tyWuWKxt7HCes li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bEqbZ17HMzcNUI69F77tyWuWKxt7HCes li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
#D1vXOncwsoiTX444xKM04b66BJsQZgoT { position:absolute;display:block;z-index:15032;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.1) ;height:37.5rem;width:0.0625rem;top:16.25rem;left:21rem;display:block; }
#HhUb4DQQR4cwTFXEGb15XSC0x8XRor0v { position:absolute;display:block;z-index:15090;height:4.5rem;width:20rem;top:53.9375rem;left:27.5rem;display:block; }
#gwuAJlSJx6bbVQ0HkKLXTcoWEyE3J8Gr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f9fa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gwuAJlSJx6bbVQ0HkKLXTcoWEyE3J8Gr > .row .container { background-color: transparent; background-image: none; }#gwuAJlSJx6bbVQ0HkKLXTcoWEyE3J8Gr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwuAJlSJx6bbVQ0HkKLXTcoWEyE3J8Gr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwuAJlSJx6bbVQ0HkKLXTcoWEyE3J8Gr > .row .container > .video-iframe-container { display: none; }#gwuAJlSJx6bbVQ0HkKLXTcoWEyE3J8Gr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwuAJlSJx6bbVQ0HkKLXTcoWEyE3J8Gr > .row > .video-iframe-container { display: none; }#gwuAJlSJx6bbVQ0HkKLXTcoWEyE3J8Gr > .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); }#gwuAJlSJx6bbVQ0HkKLXTcoWEyE3J8Gr > .row .container { border-width: 0; border-radius: 0; }#gwuAJlSJx6bbVQ0HkKLXTcoWEyE3J8Gr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gwuAJlSJx6bbVQ0HkKLXTcoWEyE3J8Gr > .row .container { font-size:0.875rem;font-family:arial;height:61.625rem;width:75rem;position:relative;display:block; }#FwlsyTogSmk0LVrWSqTpOotdoWq69Rtc { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:4.3125rem;left:0rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GV1TtQWi1vNVBLGrt0sBfM6KTaqm4hRN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:19.375rem;display:none; }
#peChnx5Jv7xw8hTyIPdZvvdwWt2TVmMJ { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:7.4375rem;left:0rem;height:1.4rem;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; }
#JTG6lqLiFtcCTEg8hsauTPlHAQnpHEJg { box-sizing:content-box;height:45.625rem;width:43.3125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.6875rem;left:31.6875rem;display:block; }
#CANdkqtgQd07hU5x7kBpfxPLTldtGrba { box-sizing:content-box;height:45.625rem;width:31.9375rem;position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ace20ab2-c100-41cd-8e5a-87e0826c514e/Designsemnome20250421T101133964.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.6875rem;left:0rem;display:block; }#CANdkqtgQd07hU5x7kBpfxPLTldtGrba.adaptive-delivery-prevent-bg, #CANdkqtgQd07hU5x7kBpfxPLTldtGrba.lazyload, #CANdkqtgQd07hU5x7kBpfxPLTldtGrba.lazyloading { background-image: none; }
#impJ2toa6Hp2RlPkmdwTRc94fo5QQil3 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:12.875rem;left:33.5625rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nnUOuTorbQCgvHx38pBiSUf6mVyQyQeF { color:rgba(var(--color-tertiary-0),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:12.8125rem;left:54.6875rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vUPHHfhlwzKCmmVImdQgIDqC64EEhJks { color:rgba(var(--color-tertiary-0),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:27.25rem;left:54.6875rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ay4H8SzoI2C6RpVhzuX2WTiVtERqrMWF { color:rgba(var(--color-tertiary-0),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:40.625rem;left:54.6875rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s1zuLtUdEDszrXXW2S1B4F2fKDTaoVhn { position:absolute;display:block;z-index:15032;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.1) ;height:37.5rem;width:0.0625rem;top:13.125rem;left:53.1875rem;display:block; }
#cnxDslzfvPuWcC0xGu0zyP9PeKbEVQxO { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:14.66250038147rem;left:33.562503814698rem;height:14.74375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#cnxDslzfvPuWcC0xGu0zyP9PeKbEVQxO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cnxDslzfvPuWcC0xGu0zyP9PeKbEVQxO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
#qiX7iktJ9waFkZ4LfqQnZOW6U2rhMKZp { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:14.662500143051rem;left:54.6875rem;height:10.6375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#qiX7iktJ9waFkZ4LfqQnZOW6U2rhMKZp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qiX7iktJ9waFkZ4LfqQnZOW6U2rhMKZp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
#OF8vq4Z1KXDFX7bi5BBofrQ4iPA4tkcH { color:rgba(var(--color-tertiary-0),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:31.3125rem;left:33.5625rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H2WOMXSsXGNTwNlh1gCKbKA0KUOr2FRT { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:33.1000020504rem;left:33.562503814698rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#H2WOMXSsXGNTwNlh1gCKbKA0KUOr2FRT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#H2WOMXSsXGNTwNlh1gCKbKA0KUOr2FRT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
#B9hMmxqtXs31VW3Npf6W1atPbwffvoyD { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:29.037495613098rem;left:54.6875rem;height:9.26875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#B9hMmxqtXs31VW3Npf6W1atPbwffvoyD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#B9hMmxqtXs31VW3Npf6W1atPbwffvoyD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
#J3mrGA3DkTmlTsaqDCzL2JutahZode73 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:47.4375rem;left:33.5625rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HUTm1qkyyr8CUX03XHClzJsOQzf554sf { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:49.1875rem;left:33.5625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#HUTm1qkyyr8CUX03XHClzJsOQzf554sf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HUTm1qkyyr8CUX03XHClzJsOQzf554sf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
#ggvON349Qrh8PgdZ0OzhMRZz5tAXG9IO { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:42.412501573563rem;left:54.6875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#ggvON349Qrh8PgdZ0OzhMRZz5tAXG9IO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ggvON349Qrh8PgdZ0OzhMRZz5tAXG9IO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
#dwZy8ntsZM5og0Z5a7cEOufLTN0lVIWJ { position:absolute;display:block;z-index:15091;height:4.5rem;width:20rem;top:53.5rem;left:27.5rem;display:block; }
#pQKPTT3WKWIRy0n1udSxQ2b01B2NavEp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f9fa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pQKPTT3WKWIRy0n1udSxQ2b01B2NavEp > .row .container { background-color: transparent; background-image: none; }#pQKPTT3WKWIRy0n1udSxQ2b01B2NavEp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQKPTT3WKWIRy0n1udSxQ2b01B2NavEp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQKPTT3WKWIRy0n1udSxQ2b01B2NavEp > .row .container > .video-iframe-container { display: none; }#pQKPTT3WKWIRy0n1udSxQ2b01B2NavEp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQKPTT3WKWIRy0n1udSxQ2b01B2NavEp > .row > .video-iframe-container { display: none; }#pQKPTT3WKWIRy0n1udSxQ2b01B2NavEp > .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); }#pQKPTT3WKWIRy0n1udSxQ2b01B2NavEp > .row .container { border-width: 0; border-radius: 0; }#pQKPTT3WKWIRy0n1udSxQ2b01B2NavEp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pQKPTT3WKWIRy0n1udSxQ2b01B2NavEp > .row .container { font-size:0.875rem;font-family:arial;height:45.875rem;width:75rem;position:relative;display:block; }#g1JA9ioTp9fD2HzLapwyHByJT2vdMcEJ { position:absolute;display:block;z-index:15050;height:23.6875rem;width:46.875rem;top:2.5712509155274rem;left:1.5625rem;display:none; }
#vbpCcrOKmiyIGt3uumRZoZuvOqWJZdRf { color:rgba(var(--color-tertiary-0),1);display:block;width:36.9375rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:400;z-index:15053;line-height:1.2;letter-spacing:0;top:11.0625rem;left:4.375rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tuDbDKrO75WZOevOUxX53WLeECKxemT8 { color:#232323;display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15072;line-height:1.5;letter-spacing:0;top:17.75rem;left:4.375rem;height:11.25rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#S6J6RUGA7H9G8C1Q3DirsOKhOU3iBCnc { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:45.4375rem;width:25.5rem;top:0.4375rem;left:44.28125rem;overflow:hidden;display:block; }
#Dfk1vEIoPIbJ4NVyz6fFe6dEAGAdy2nw { box-sizing:content-box;height:4.375rem;width:21.6875rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:38.9375rem;left:46.1875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#kwI0zwieHPtvctEEd33hOxxnWy9WmNyC { position:absolute;display:block;z-index:15094;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:6.75rem;top:39.9375rem;left:60.1875rem;overflow:hidden;display:block; }
#pO12pOZv8ry9RPwvpIE5n4vnCQxEb9k0 { color:#36c4b2;display:block;width:10.125rem;position:absolute;font-family:poppins;font-size:0.5625rem;font-weight:400;z-index:15061;line-height:1.2;letter-spacing:0;top:40.25rem;left:50.5625rem;height:0.675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dDxucQGhOOfyLhqITUM9afc7gg9ZgfXs { color:#36c4b2;display:block;width:9.375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15062;line-height:1.2;letter-spacing:0;top:41rem;left:50.5625rem;height:1.05rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LtMeiRnJnFGMrrLmIXKUilBIwJd3Nr0o { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:1.8125rem;width:2.375rem;top:40.25rem;left:47.4375rem;overflow:hidden;display:block; }
#VJbamZNGEabZ4ngWN6mKeIrryJgLX6Xx { box-sizing:content-box;height:2.5rem;width:2.5rem;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:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.875rem;left:47.375rem;display:block; }
#vo1a5o5OATIlOIIU1E6xPb2dUN4Or31G { position:absolute;display:block;z-index:15092;height:4.5rem;width:20rem;top:31.0625rem;left:4.375rem;display:block; }
#yIC4FR2crUEMAEnKplwnMgeMzCJ7xp1Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yIC4FR2crUEMAEnKplwnMgeMzCJ7xp1Q > .row .container { background-color: transparent; background-image: none; }#yIC4FR2crUEMAEnKplwnMgeMzCJ7xp1Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yIC4FR2crUEMAEnKplwnMgeMzCJ7xp1Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yIC4FR2crUEMAEnKplwnMgeMzCJ7xp1Q > .row .container > .video-iframe-container { display: none; }#yIC4FR2crUEMAEnKplwnMgeMzCJ7xp1Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yIC4FR2crUEMAEnKplwnMgeMzCJ7xp1Q > .row > .video-iframe-container { display: none; }#yIC4FR2crUEMAEnKplwnMgeMzCJ7xp1Q > .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); }#yIC4FR2crUEMAEnKplwnMgeMzCJ7xp1Q > .row .container { border-width: 0; border-radius: 0; }#yIC4FR2crUEMAEnKplwnMgeMzCJ7xp1Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yIC4FR2crUEMAEnKplwnMgeMzCJ7xp1Q > .row .container { font-size:0.875rem;font-family:arial;height:34.75rem;width:75rem;position:relative;display:block; }#KESdUiTybJOrVHn0bOKnEJNxVLKCR4x7 { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:28.75rem;width:75rem;top:3rem;left:0rem;display:block; }
#kRHVzBxJ3OIkBpXmOr3qBkOGZrcHt44F { color:#36c4b2;display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15035;line-height:1.4;letter-spacing:0;top:14.5rem;left:52.6875rem;height:4.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sF2HLTGIXtlKf1xxc4CPONhyXxSJIqDE { color:rgba(var(--color-tertiary-2),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15037;line-height:1.4;letter-spacing:0;top:7.125rem;left:52.6875rem;height:4.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SbuFHZUI5Lm1QWI5VageIAEKw8t85VLc { 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:15048;top:15rem;left:50.8125rem; }
#FCW2HOgahJStqwvfiHITq8ep3STHDXgu { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;top:7.125rem;left:50.5625rem; }
#qTIiBZ09hZZLS7UiMpNsgVrJn4IxbBMi { position:absolute;display:block;z-index:15050;height:23.6875rem;width:46.875rem;top:5.5625rem;left:1.5625rem;display:block; }
#qfRPeerlAIpoJTCUEEnnAPFRwRqH4IoQ { 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:15050;top:22.5625rem;left:50.875rem; }
#FQ2QILfnzVwHxxz6sBDNki1NJKF2S72v { color:#36c4b2;display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15037;line-height:1.4;letter-spacing:0;top:22.0625rem;left:52.75rem;height:5.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#REFvsRkbtMpZeqVF5aDV9FeAyRtN93Wa { position:absolute;display:block;z-index:15050;height:23.6875rem;width:46.875rem;top:2.5712509155274rem;left:1.5625rem;display:none; }
#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row .container { background-color: transparent; background-image: none; }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row .container > .video-iframe-container { display: none; }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row > .video-iframe-container { display: none; }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .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); }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row .container { border-width: 0; border-radius: 0; }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row .container { font-size:0.875rem;font-family:arial;height:3rem;width:75rem;position:relative;display:block; }#so6u2FXu3OrbLu5mSSKVVOO6AQTDif1H { display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:0.890625rem;left:0rem;height:1.21875rem;font-style:normal;color:rgba(var(--color-tertiary-2),1);text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #emKKgTTrwhgiwIAp807IztSXkqbHs4Tw { display:block; }#emKKgTTrwhgiwIAp807IztSXkqbHs4Tw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cxBqDqOt7EiaSMcIc5J5TBZa97lJlkOc { width:15.4375rem;height:2.125rem;top:3.1875rem;left:32.3125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwUnzETp44ou4nZhfhTThqNTygdxvSbc { width:12.5rem;height:2rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvdiB5woDoJzdTW92KhtfUlaEuWpiLae { width:15.625rem;height:3.3125rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #huU6RU4c2r0CKTexRqnccUi3DixJL2mL { width:20rem;height:4.5rem;top:0rem;left:24.911720275879rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3RCRSRKsaQagFm9Xa4rMMt9ffJmADIA { display:block; }#L3RCRSRKsaQagFm9Xa4rMMt9ffJmADIA > .row .container { width:47.75rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w7Rmfk5m2qiLlq7Ix17sk3ErG6uOW5qr { width:12.5rem;height:2rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oL04pxgu9r7VxWJHJfzclxA5ucNNf6Bg { width:12.5rem;height:2rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SagrVxODoDC3T9rV2flmVrzcTk9Pu2iN { width:21.3125rem;height:4.375rem;top:52.125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGmMQgwzTBn3fhigbvvGtvpTtezBT4ix { width:6.75rem;height:2.4375rem;top:53.125rem;left:41rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMaGxiLP17xHTzeuQh0WrT50uxLnFTc4 { width:8.8125rem;height:1rem;top:54.1875rem;left:35rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfxN9PCh0VR2C6urMVkESZwgCCAAfVes { width:10.125rem;height:0.625rem;top:53.4375rem;left:35rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4V3gh06mqmw7d5CT3OLH0RUae4BH8XO { width:2.375rem;height:1.8125rem;top:53.4375rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5TdyGCwTr4vxKnyKTyCGIE39eV2eHun { width:2.5rem;height:2.5rem;top:53.0625rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5owK9P35m3ok6DrrGzmn2FtzI1MtSuF { width:12.5rem;height:2rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzuk9nPXCELRM07u6Th6xti687Hg1kaD { width:26.375rem;height:47.125rem;top:12.3125rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSRITpUq0RvGWu7EpoZLEq6DyfpLMuxG { width:20rem;height:4.5rem;top:43.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD1GXSeIR0PJPA5HBUbH4NAcrMqoMrSU { display:block; }#TD1GXSeIR0PJPA5HBUbH4NAcrMqoMrSU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wMnyDeLgN2H43xQlEPLEn8mDoFb9fycl { top:7.4375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfQS2V2keL4q5Z33lIFg05WV35XdofXf { width:19.375rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #U9GCKcmg66JKuEcrcCzQl6RAPGg9u446 { width:47.75rem;height:1.375rem;top:10.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybz3eFIuLciL5wH4o6HJwOqEyTTzcEfR { width:41.375rem;height:43.25rem;top:13.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9ggeGUTL1yIzA8Ho220CTeH9EQIU6QL { width:33.75rem;height:43.25rem;top:13.8125rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldTCi8XPbrsGEnrQmcErU7xPuTeNyKKo { top:16rem;left:0rem;width:18.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcRPPXRkBIPJ2ivsXlbzT6zf6cvl4Ezf { width:18.25rem;height:;top:17.6875rem;left:0rem;font-size:0.875rem;display:block; }#PcRPPXRkBIPJ2ivsXlbzT6zf6cvl4Ezf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #UM3PidJIwXtFXiK2DEqmClym50EpHcVG { top:15.9375rem;left:9.625rem;width:18.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgXMRTJmcmrtgG7ARxLFdBPHqDz85Xne { width:15.25rem;height:;top:17.625rem;left:9.625rem;font-size:0.875rem;display:block; }#xgXMRTJmcmrtgG7ARxLFdBPHqDz85Xne li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #RBAas8AtHzrSA64SFwkqVwoT5E8CHpif { top:35.3125rem;left:9.625rem;width:18.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ttd3nrgnDPkiQE54WDXEiX2brDLttdZC { width:16.875rem;height:;top:37.0625rem;left:9.625rem;font-size:0.875rem;display:block; }#Ttd3nrgnDPkiQE54WDXEiX2brDLttdZC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #GFkbGtRz0rRqNbTFgubgGzv5eqIgRHZb { top:48.75rem;left:9.625rem;width:18.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEqbZ17HMzcNUI69F77tyWuWKxt7HCes { width:15.25rem;height:;top:50.5rem;left:9.625rem;font-size:0.875rem;display:block; }#bEqbZ17HMzcNUI69F77tyWuWKxt7HCes li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #D1vXOncwsoiTX444xKM04b66BJsQZgoT { width:0.0625rem;height:37.5rem;top:16.25rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhUb4DQQR4cwTFXEGb15XSC0x8XRor0v { width:20rem;height:4.5rem;top:53.9375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwuAJlSJx6bbVQ0HkKLXTcoWEyE3J8Gr { display:block; }#gwuAJlSJx6bbVQ0HkKLXTcoWEyE3J8Gr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FwlsyTogSmk0LVrWSqTpOotdoWq69Rtc { top:4.3125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GV1TtQWi1vNVBLGrt0sBfM6KTaqm4hRN { width:19.375rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #peChnx5Jv7xw8hTyIPdZvvdwWt2TVmMJ { width:47.75rem;height:1.375rem;top:7.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTG6lqLiFtcCTEg8hsauTPlHAQnpHEJg { width:43.3125rem;height:45.625rem;top:10.6875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CANdkqtgQd07hU5x7kBpfxPLTldtGrba { width:31.9375rem;height:45.625rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #impJ2toa6Hp2RlPkmdwTRc94fo5QQil3 { top:12.875rem;left:19.9375rem;width:18.25rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnUOuTorbQCgvHx38pBiSUf6mVyQyQeF { top:12.8125rem;left:29.4375rem;width:18.3125rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUPHHfhlwzKCmmVImdQgIDqC64EEhJks { top:27.25rem;left:29.5rem;width:18.25rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ay4H8SzoI2C6RpVhzuX2WTiVtERqrMWF { top:40.625rem;left:28.3125rem;width:19.4375rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1zuLtUdEDszrXXW2S1B4F2fKDTaoVhn { width:0.0625rem;height:37.5rem;top:13.125rem;left:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnxDslzfvPuWcC0xGu0zyP9PeKbEVQxO { width:17.5rem;height:;top:14.625rem;left:19.937503814698rem;font-size:0.8125rem;display:block; }#cnxDslzfvPuWcC0xGu0zyP9PeKbEVQxO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #qiX7iktJ9waFkZ4LfqQnZOW6U2rhMKZp { width:17.5rem;height:;top:14.625rem;left:30.25rem;font-size:0.8125rem;display:block; }#qiX7iktJ9waFkZ4LfqQnZOW6U2rhMKZp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #OF8vq4Z1KXDFX7bi5BBofrQ4iPA4tkcH { top:31.3125rem;left:19.9375rem;width:18.25rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2WOMXSsXGNTwNlh1gCKbKA0KUOr2FRT { width:17.0625rem;height:;top:33.0625rem;left:19.937503814698rem;font-size:0.8125rem;display:block; }#H2WOMXSsXGNTwNlh1gCKbKA0KUOr2FRT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #B9hMmxqtXs31VW3Npf6W1atPbwffvoyD { width:17.5rem;height:;top:29rem;left:30.25rem;font-size:0.8125rem;display:block; }#B9hMmxqtXs31VW3Npf6W1atPbwffvoyD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #J3mrGA3DkTmlTsaqDCzL2JutahZode73 { top:47.4375rem;left:19.9375rem;width:18.6875rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUTm1qkyyr8CUX03XHClzJsOQzf554sf { width:16.875rem;height:;top:49.1875rem;left:19.937503814698rem;font-size:0.875rem;display:block; }#HUTm1qkyyr8CUX03XHClzJsOQzf554sf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #ggvON349Qrh8PgdZ0OzhMRZz5tAXG9IO { width:17.5rem;height:;top:42.375rem;left:30.25rem;font-size:0.8125rem;display:block; }#ggvON349Qrh8PgdZ0OzhMRZz5tAXG9IO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #dwZy8ntsZM5og0Z5a7cEOufLTN0lVIWJ { width:20rem;height:4.5rem;top:53.5rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQKPTT3WKWIRy0n1udSxQ2b01B2NavEp { display:block; }#pQKPTT3WKWIRy0n1udSxQ2b01B2NavEp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g1JA9ioTp9fD2HzLapwyHByJT2vdMcEJ { width:46.875rem;height:23.6875rem;top:2.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vbpCcrOKmiyIGt3uumRZoZuvOqWJZdRf { top:11.0625rem;left:0rem;width:36.9375rem;height:6rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuDbDKrO75WZOevOUxX53WLeECKxemT8 { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6J6RUGA7H9G8C1Q3DirsOKhOU3iBCnc { width:25.5rem;height:45.4375rem;top:0.4375rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dfk1vEIoPIbJ4NVyz6fFe6dEAGAdy2nw { width:21.6875rem;height:4.375rem;top:38.9375rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwI0zwieHPtvctEEd33hOxxnWy9WmNyC { width:6.75rem;height:2.4375rem;top:39.9375rem;left:41rem;display:block; }
 }@media only screen and (max-width: 763px) { #pO12pOZv8ry9RPwvpIE5n4vnCQxEb9k0 { width:10.125rem;height:0.625rem;top:40.25rem;left:36.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDxucQGhOOfyLhqITUM9afc7gg9ZgfXs { width:9.375rem;height:1rem;top:41rem;left:36.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtMeiRnJnFGMrrLmIXKUilBIwJd3Nr0o { width:2.375rem;height:1.8125rem;top:40.25rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJbamZNGEabZ4ngWN6mKeIrryJgLX6Xx { width:2.5rem;height:2.5rem;top:39.875rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vo1a5o5OATIlOIIU1E6xPb2dUN4Or31G { width:20rem;height:4.5rem;top:31.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIC4FR2crUEMAEnKplwnMgeMzCJ7xp1Q { display:block; }#yIC4FR2crUEMAEnKplwnMgeMzCJ7xp1Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KESdUiTybJOrVHn0bOKnEJNxVLKCR4x7 { width:47.75rem;height:28.75rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRHVzBxJ3OIkBpXmOr3qBkOGZrcHt44F { width:18.375rem;height:4.1875rem;top:14.5rem;left:29.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sF2HLTGIXtlKf1xxc4CPONhyXxSJIqDE { width:17.125rem;height:4.1875rem;top:7.125rem;left:30.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbuFHZUI5Lm1QWI5VageIAEKw8t85VLc { width:1.25rem;height:1.25rem;top:15rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCW2HOgahJStqwvfiHITq8ep3STHDXgu { width:1.75rem;height:1.75rem;top:7.125rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTIiBZ09hZZLS7UiMpNsgVrJn4IxbBMi { width:46.875rem;height:23.6875rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfRPeerlAIpoJTCUEEnnAPFRwRqH4IoQ { width:1.25rem;height:1.25rem;top:22.5625rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQ2QILfnzVwHxxz6sBDNki1NJKF2S72v { width:19.0625rem;height:5.5625rem;top:22.0625rem;left:28.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #REFvsRkbtMpZeqVF5aDV9FeAyRtN93Wa { width:46.875rem;height:23.6875rem;top:2.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OlairzgUKM9xFlyIkh15ODAT5sKVISWJ { display:block; }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #so6u2FXu3OrbLu5mSSKVVOO6AQTDif1H { width:22.5rem;height:2.8125rem;top:4.3125rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .row > .video-iframe-container { display: none; }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .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); } }@media only screen and (max-width: 763px) { #emKKgTTrwhgiwIAp807IztSXkqbHs4Tw { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#emKKgTTrwhgiwIAp807IztSXkqbHs4Tw > .row .container { background-color: transparent; background-image: none; }#emKKgTTrwhgiwIAp807IztSXkqbHs4Tw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emKKgTTrwhgiwIAp807IztSXkqbHs4Tw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emKKgTTrwhgiwIAp807IztSXkqbHs4Tw > .row .container > .video-iframe-container { display: none; }#emKKgTTrwhgiwIAp807IztSXkqbHs4Tw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emKKgTTrwhgiwIAp807IztSXkqbHs4Tw > .row > .video-iframe-container { display: none; }#emKKgTTrwhgiwIAp807IztSXkqbHs4Tw > .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); }#emKKgTTrwhgiwIAp807IztSXkqbHs4Tw > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cxBqDqOt7EiaSMcIc5J5TBZa97lJlkOc { width:12.1875rem;height:0;top:20.90625rem;left:3.875rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #cwUnzETp44ou4nZhfhTThqNTygdxvSbc { width:11rem;height:0;top:10.25rem;left:4.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #IvdiB5woDoJzdTW92KhtfUlaEuWpiLae { width:14.5rem;height:3.125rem;top:0.59375rem;left:2.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #huU6RU4c2r0CKTexRqnccUi3DixJL2mL { width:20rem;height:4.5rem;top:4.15625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #L3RCRSRKsaQagFm9Xa4rMMt9ffJmADIA { background-color:#e8ebed;background-image:url("https://images.assets-landingi.com/uc/e4d6dd76-6a85-427a-b10c-a8bdb70ac2cd/radiopar3.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#L3RCRSRKsaQagFm9Xa4rMMt9ffJmADIA.adaptive-delivery-prevent-bg, #L3RCRSRKsaQagFm9Xa4rMMt9ffJmADIA.lazyload, #L3RCRSRKsaQagFm9Xa4rMMt9ffJmADIA.lazyloading { background-image: none; }#L3RCRSRKsaQagFm9Xa4rMMt9ffJmADIA > .row .container { background-color: transparent; background-image: none; }#L3RCRSRKsaQagFm9Xa4rMMt9ffJmADIA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L3RCRSRKsaQagFm9Xa4rMMt9ffJmADIA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L3RCRSRKsaQagFm9Xa4rMMt9ffJmADIA > .row .container > .video-iframe-container { display: none; }#L3RCRSRKsaQagFm9Xa4rMMt9ffJmADIA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L3RCRSRKsaQagFm9Xa4rMMt9ffJmADIA > .row > .video-iframe-container { display: none; }#L3RCRSRKsaQagFm9Xa4rMMt9ffJmADIA > .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); }#L3RCRSRKsaQagFm9Xa4rMMt9ffJmADIA > .row .container { border-width: 0; border-radius: 0; }#L3RCRSRKsaQagFm9Xa4rMMt9ffJmADIA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L3RCRSRKsaQagFm9Xa4rMMt9ffJmADIA > .row .container { width:20rem;height:54.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w7Rmfk5m2qiLlq7Ix17sk3ErG6uOW5qr { width:20rem;height:10.5rem;top:3.9375rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #oL04pxgu9r7VxWJHJfzclxA5ucNNf6Bg { width:18.5625rem;height:3.65625rem;top:15.1875rem;left:0.71874994039537rem;font-size:0.9375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SagrVxODoDC3T9rV2flmVrzcTk9Pu2iN { width:17.5rem;height:3.1875rem;top:27.9375rem;left:1.2500000596046rem;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; }
 }@media only screen and (max-width: 763px) { #EGmMQgwzTBn3fhigbvvGtvpTtezBT4ix { width:5.1875rem;height:1.8125rem;top:28.625rem;left:13.000000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMaGxiLP17xHTzeuQh0WrT50uxLnFTc4 { width:7.75rem;height:0.975rem;top:29.3125rem;left:4.7500000596046rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfxN9PCh0VR2C6urMVkESZwgCCAAfVes { width:7.5rem;height:0.6rem;top:28.8125rem;left:4.7500000596046rem;text-align:left;text-align-last:left;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4V3gh06mqmw7d5CT3OLH0RUae4BH8XO { width:2.375rem;height:1.8125rem;top:28.625rem;left:2.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5TdyGCwTr4vxKnyKTyCGIE39eV2eHun { width:2.5rem;height:2.5rem;top:28.25rem;left:1.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5owK9P35m3ok6DrrGzmn2FtzI1MtSuF { width:20rem;height:0;top:16.437501430511rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #nzuk9nPXCELRM07u6Th6xti687Hg1kaD { width:13.6875rem;height:24.5625rem;top:34.5625rem;left:5.0312501192093rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #QSRITpUq0RvGWu7EpoZLEq6DyfpLMuxG { width:20rem;height:4.5rem;top:20.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD1GXSeIR0PJPA5HBUbH4NAcrMqoMrSU { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/abb1b157-2f73-4407-a786-b88f8bab71ec/04BG.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#TD1GXSeIR0PJPA5HBUbH4NAcrMqoMrSU.adaptive-delivery-prevent-bg, #TD1GXSeIR0PJPA5HBUbH4NAcrMqoMrSU.lazyload, #TD1GXSeIR0PJPA5HBUbH4NAcrMqoMrSU.lazyloading { background-image: none; }#TD1GXSeIR0PJPA5HBUbH4NAcrMqoMrSU > .row .container { background-color: transparent; background-image: none; }#TD1GXSeIR0PJPA5HBUbH4NAcrMqoMrSU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(246,250,255,0.9); }#TD1GXSeIR0PJPA5HBUbH4NAcrMqoMrSU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD1GXSeIR0PJPA5HBUbH4NAcrMqoMrSU > .row .container > .video-iframe-container { display: none; }#TD1GXSeIR0PJPA5HBUbH4NAcrMqoMrSU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(246,250,255,0.9); }#TD1GXSeIR0PJPA5HBUbH4NAcrMqoMrSU > .row > .video-iframe-container { display: none; }#TD1GXSeIR0PJPA5HBUbH4NAcrMqoMrSU > .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); }#TD1GXSeIR0PJPA5HBUbH4NAcrMqoMrSU::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#TD1GXSeIR0PJPA5HBUbH4NAcrMqoMrSU > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#TD1GXSeIR0PJPA5HBUbH4NAcrMqoMrSU > .row .container { width:20rem;height:109.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wMnyDeLgN2H43xQlEPLEn8mDoFb9fycl { width:20rem;height:1.99375rem;top:5.1875rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #vfQS2V2keL4q5Z33lIFg05WV35XdofXf { top:100.7373046875rem;left:0.625rem;width:19.375rem;height:2.1875rem;z-index:15077;overflow:hidden;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #U9GCKcmg66JKuEcrcCzQl6RAPGg9u446 { width:19.0625rem;height:2.475rem;top:7.5625rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ybz3eFIuLciL5wH4o6HJwOqEyTTzcEfR { width:20rem;height:79.8125rem;top:25.175001144409rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9ggeGUTL1yIzA8Ho220CTeH9EQIU6QL { width:20rem;height:13.6875rem;top:11.487503051757rem;left:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c7d634b5-0225-48b2-a33b-9509451ae57d/Designsemnome20250421T110734086.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#v9ggeGUTL1yIzA8Ho220CTeH9EQIU6QL.adaptive-delivery-prevent-bg, #v9ggeGUTL1yIzA8Ho220CTeH9EQIU6QL.lazyload, #v9ggeGUTL1yIzA8Ho220CTeH9EQIU6QL.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ldTCi8XPbrsGEnrQmcErU7xPuTeNyKKo { width:18.25rem;height:1.7875rem;top:27.0625rem;left:0.875rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PcRPPXRkBIPJ2ivsXlbzT6zf6cvl4Ezf { width:18.25rem;height:33.75rem;top:28.8125rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }#PcRPPXRkBIPJ2ivsXlbzT6zf6cvl4Ezf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #UM3PidJIwXtFXiK2DEqmClym50EpHcVG { width:18.25rem;height:1.7875rem;top:64.4375rem;left:0.875rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xgXMRTJmcmrtgG7ARxLFdBPHqDz85Xne { width:15.25rem;height:14.675rem;top:66.25rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }#xgXMRTJmcmrtgG7ARxLFdBPHqDz85Xne li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #RBAas8AtHzrSA64SFwkqVwoT5E8CHpif { width:18.25rem;height:1.7875rem;top:82.800005197525rem;left:0.875rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ttd3nrgnDPkiQE54WDXEiX2brDLttdZC { width:16.875rem;height:9.225rem;top:84.58698272705rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }#Ttd3nrgnDPkiQE54WDXEiX2brDLttdZC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #GFkbGtRz0rRqNbTFgubgGzv5eqIgRHZb { width:18.25rem;height:1.7875rem;top:95.686471939087rem;left:0.875rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bEqbZ17HMzcNUI69F77tyWuWKxt7HCes { width:15.25rem;height:1.05rem;top:97.473443031312rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }#bEqbZ17HMzcNUI69F77tyWuWKxt7HCes li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #D1vXOncwsoiTX444xKM04b66BJsQZgoT { width:0.0625rem;height:37.5rem;top:69.750007629394rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HhUb4DQQR4cwTFXEGb15XSC0x8XRor0v { width:20rem;height:4.5rem;top:101.04999923706rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwuAJlSJx6bbVQ0HkKLXTcoWEyE3J8Gr { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/abb1b157-2f73-4407-a786-b88f8bab71ec/04BG.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#gwuAJlSJx6bbVQ0HkKLXTcoWEyE3J8Gr.adaptive-delivery-prevent-bg, #gwuAJlSJx6bbVQ0HkKLXTcoWEyE3J8Gr.lazyload, #gwuAJlSJx6bbVQ0HkKLXTcoWEyE3J8Gr.lazyloading { background-image: none; }#gwuAJlSJx6bbVQ0HkKLXTcoWEyE3J8Gr > .row .container { background-color: transparent; background-image: none; }#gwuAJlSJx6bbVQ0HkKLXTcoWEyE3J8Gr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(246,250,255,0.9); }#gwuAJlSJx6bbVQ0HkKLXTcoWEyE3J8Gr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwuAJlSJx6bbVQ0HkKLXTcoWEyE3J8Gr > .row .container > .video-iframe-container { display: none; }#gwuAJlSJx6bbVQ0HkKLXTcoWEyE3J8Gr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(246,250,255,0.9); }#gwuAJlSJx6bbVQ0HkKLXTcoWEyE3J8Gr > .row > .video-iframe-container { display: none; }#gwuAJlSJx6bbVQ0HkKLXTcoWEyE3J8Gr > .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); }#gwuAJlSJx6bbVQ0HkKLXTcoWEyE3J8Gr::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#gwuAJlSJx6bbVQ0HkKLXTcoWEyE3J8Gr > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#gwuAJlSJx6bbVQ0HkKLXTcoWEyE3J8Gr > .row .container { width:20rem;height:116.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FwlsyTogSmk0LVrWSqTpOotdoWq69Rtc { width:20rem;height:3.9875rem;top:3.8125rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #GV1TtQWi1vNVBLGrt0sBfM6KTaqm4hRN { top:100.7373046875rem;left:0.625rem;width:19.375rem;height:2.1875rem;z-index:15077;overflow:hidden;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #peChnx5Jv7xw8hTyIPdZvvdwWt2TVmMJ { width:20rem;height:2.475rem;top:7.9875011444094rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #JTG6lqLiFtcCTEg8hsauTPlHAQnpHEJg { width:20rem;height:82.5rem;top:26.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CANdkqtgQd07hU5x7kBpfxPLTldtGrba { width:20rem;height:13.6875rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #impJ2toa6Hp2RlPkmdwTRc94fo5QQil3 { width:18.25rem;height:1.625rem;top:28.0625rem;left:0.875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nnUOuTorbQCgvHx38pBiSUf6mVyQyQeF { width:18.3125rem;height:1.625rem;top:45.5625rem;left:0.875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vUPHHfhlwzKCmmVImdQgIDqC64EEhJks { width:18.25rem;height:1.625rem;top:59.25rem;left:0.875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ay4H8SzoI2C6RpVhzuX2WTiVtERqrMWF { width:17.6875rem;height:1.625rem;top:87.1875rem;left:0.875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s1zuLtUdEDszrXXW2S1B4F2fKDTaoVhn { width:0.0625rem;height:37.5rem;top:116.625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cnxDslzfvPuWcC0xGu0zyP9PeKbEVQxO { width:17.5rem;height:13.85rem;top:29.875rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.2;display:block; }#cnxDslzfvPuWcC0xGu0zyP9PeKbEVQxO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #qiX7iktJ9waFkZ4LfqQnZOW6U2rhMKZp { width:17.5rem;height:9.9875rem;top:47.375rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.2;display:block; }#qiX7iktJ9waFkZ4LfqQnZOW6U2rhMKZp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #OF8vq4Z1KXDFX7bi5BBofrQ4iPA4tkcH { width:18.25rem;height:1.625rem;top:74.8125rem;left:0.875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H2WOMXSsXGNTwNlh1gCKbKA0KUOr2FRT { width:17.0625rem;height:11.9375rem;top:61rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.2;display:block; }#H2WOMXSsXGNTwNlh1gCKbKA0KUOr2FRT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #B9hMmxqtXs31VW3Npf6W1atPbwffvoyD { width:17.5rem;height:8.7rem;top:76.625rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.2;display:block; }#B9hMmxqtXs31VW3Npf6W1atPbwffvoyD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #J3mrGA3DkTmlTsaqDCzL2JutahZode73 { width:17.5rem;height:1.625rem;top:98.125rem;left:0.875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HUTm1qkyyr8CUX03XHClzJsOQzf554sf { width:16.875rem;height:2.4125rem;top:99.75rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }#HUTm1qkyyr8CUX03XHClzJsOQzf554sf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #ggvON349Qrh8PgdZ0OzhMRZz5tAXG9IO { width:17.5rem;height:7.4125rem;top:88.8125rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.2;display:block; }#ggvON349Qrh8PgdZ0OzhMRZz5tAXG9IO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d36fdb70d4360b6334be13887a2834f325e6aac1.svg); }
 }@media only screen and (max-width: 763px) { #dwZy8ntsZM5og0Z5a7cEOufLTN0lVIWJ { width:20rem;height:4.5rem;top:104.73670959472rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQKPTT3WKWIRy0n1udSxQ2b01B2NavEp { background-color:#f6faff;background-image:none;display:block; }#pQKPTT3WKWIRy0n1udSxQ2b01B2NavEp > .row .container { background-color: transparent; background-image: none; }#pQKPTT3WKWIRy0n1udSxQ2b01B2NavEp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQKPTT3WKWIRy0n1udSxQ2b01B2NavEp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQKPTT3WKWIRy0n1udSxQ2b01B2NavEp > .row .container > .video-iframe-container { display: none; }#pQKPTT3WKWIRy0n1udSxQ2b01B2NavEp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQKPTT3WKWIRy0n1udSxQ2b01B2NavEp > .row > .video-iframe-container { display: none; }#pQKPTT3WKWIRy0n1udSxQ2b01B2NavEp > .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); }#pQKPTT3WKWIRy0n1udSxQ2b01B2NavEp > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g1JA9ioTp9fD2HzLapwyHByJT2vdMcEJ { width:20rem;height:20rem;top:28.75rem;left:0rem;z-index:15051;display:none; }
 }@media only screen and (max-width: 763px) { #vbpCcrOKmiyIGt3uumRZoZuvOqWJZdRf { width:20rem;height:3.15rem;top:3.75rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tuDbDKrO75WZOevOUxX53WLeECKxemT8 { width:20rem;height:6.825rem;top:7.4999904632569rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.75rem;z-index:14998;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #S6J6RUGA7H9G8C1Q3DirsOKhOU3iBCnc { width:20rem;height:35.637rem;top:13.5rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #Dfk1vEIoPIbJ4NVyz6fFe6dEAGAdy2nw { width:20rem;height:4.375rem;top:44.75rem;left:0rem;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; }
 }@media only screen and (max-width: 763px) { #kwI0zwieHPtvctEEd33hOxxnWy9WmNyC { width:5.625rem;height:2rem;top:46rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pO12pOZv8ry9RPwvpIE5n4vnCQxEb9k0 { width:10.125rem;height:0.675rem;top:46.0625rem;left:4.375rem;text-align:left;text-align-last:left;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDxucQGhOOfyLhqITUM9afc7gg9ZgfXs { width:10.25rem;height:1.05rem;top:46.8125rem;left:4.375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtMeiRnJnFGMrrLmIXKUilBIwJd3Nr0o { width:2.375rem;height:1.8125rem;top:46.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJbamZNGEabZ4ngWN6mKeIrryJgLX6Xx { width:2.5rem;height:2.5rem;top:45.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vo1a5o5OATIlOIIU1E6xPb2dUN4Or31G { width:20rem;height:4.5rem;top:50.38675rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIC4FR2crUEMAEnKplwnMgeMzCJ7xp1Q { display:block; }#yIC4FR2crUEMAEnKplwnMgeMzCJ7xp1Q > .row .container { width:20rem;height:55.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KESdUiTybJOrVHn0bOKnEJNxVLKCR4x7 { width:20rem;height:38.3125rem;top:4.4993743896484rem;left:0rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #kRHVzBxJ3OIkBpXmOr3qBkOGZrcHt44F { width:16.375rem;height:3.9375rem;top:7rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sF2HLTGIXtlKf1xxc4CPONhyXxSJIqDE { width:16.5rem;height:3.9375rem;top:13.75rem;left:2.5rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbuFHZUI5Lm1QWI5VageIAEKw8t85VLc { width:1.25rem;height:1.25rem;top:7rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCW2HOgahJStqwvfiHITq8ep3STHDXgu { width:1.5625rem;height:1.5625rem;top:13.75rem;left:0.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTIiBZ09hZZLS7UiMpNsgVrJn4IxbBMi { width:20rem;height:23.6875rem;top:67.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qfRPeerlAIpoJTCUEEnnAPFRwRqH4IoQ { width:1.25rem;height:1.25rem;top:20rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQ2QILfnzVwHxxz6sBDNki1NJKF2S72v { width:16.375rem;height:7rem;top:20rem;left:2.375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #REFvsRkbtMpZeqVF5aDV9FeAyRtN93Wa { width:20rem;height:20rem;top:31.5625rem;left:0rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #OlairzgUKM9xFlyIkh15ODAT5sKVISWJ { display:block; }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #so6u2FXu3OrbLu5mSSKVVOO6AQTDif1H { width:16.9375rem;height:1.95rem;top:0.58750152587891rem;left:1.5312500596046rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }