.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:251,222,230;--color-primary-1:244,157,179;--color-primary-2:236,91,129;--color-primary-3:255,46,109;--color-primary-4:220,44,90;--color-secondary-0:224,246,225;--color-secondary-1:163,229,166;--color-secondary-2:102,212,106;--color-secondary-3:77,175,80;--color-secondary-4:0,183,6;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:79,79,79;--color-tertiary-4:0,0,0;--headlines-font-family:"Howdybun";--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; }
#QpkH6g1X9kUEG0tO8U5qf7ZzDarp7sGT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpkH6g1X9kUEG0tO8U5qf7ZzDarp7sGT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpkH6g1X9kUEG0tO8U5qf7ZzDarp7sGT > .row > .video-iframe-container { display: none; }#QpkH6g1X9kUEG0tO8U5qf7ZzDarp7sGT > .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); }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax { 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; }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .row .container { background-color: transparent; background-image: none; }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .row .container > .video-iframe-container { display: none; }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .row > .video-iframe-container { display: none; }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .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); }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .row .container { border-width: 0; border-radius: 0; }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;position:relative;display:block; }#Hv5PMEexuMmuPfuNTN5Dd2XLhH69OBCL { background-color:transparent;background-image: -webkit-linear-gradient(270deg, #e03271, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(270deg, #e03271, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(270deg, #e03271, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(270deg, #e03271, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e03271', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e03271', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(270deg, #e03271, rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5625rem;height:3.3125rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:1.25rem;left:57.4375rem;display:none; }
#PHR4BU8ZK9pde41yN19MEHGt6JGdfvAy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mF7WyoObTqdEK9OJ7eO9oTXRaa24nsIN { color:rgba(var(--color-tertiary-4),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:2.390625rem;left:17.726875305176rem;height:1.03125rem;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; }
#Tf15ncba9qUipAM2GXQyrcu7rdNFvaKL { color:rgba(var(--color-tertiary-4),1);display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:2.375rem;left:27.6875rem;height:1.03125rem;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; }
#vmw7o1Qv4lDECWxeVmLzbgID9hoL29ZA { color:rgba(var(--color-tertiary-4),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:2.375rem;left:43.1875rem;height:1.03125rem;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; }
#JO9Lm8NgbWIz3bdNkO7OfqKvnJZoTCNf { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:5.1875rem;top:0.84375rem;left:5.4762496948242rem;overflow:hidden;display:block; }
#hIWqP64J82Zvmtzl9hPcXl73kLwyfPp3 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:2.375rem;left:35rem;height:1.03125rem;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; }
#iWeyPFkqiuWsvvsPVJruP52MJqKAi7bc { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:5rem;top:0.5rem;left:0rem;overflow:hidden;display:block; }
#gDgR5EPFVkBQV7nZJbMfKG4MJW2xD7Z4 { position:absolute;display:block;z-index:15048;height:3.75rem;width:20rem;top:0.21875rem;left:55rem;display:block; }
#kOnXHzPGWs9A7SAphP4vIkoepiGFKlDT { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #e03271, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, #e03271, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, #e03271, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, #e03271, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e03271', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e03271', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, #e03271, rgba(var(--color-primary-3),1));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kOnXHzPGWs9A7SAphP4vIkoepiGFKlDT > .row .container { background-color: transparent; background-image: none; }#kOnXHzPGWs9A7SAphP4vIkoepiGFKlDT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOnXHzPGWs9A7SAphP4vIkoepiGFKlDT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOnXHzPGWs9A7SAphP4vIkoepiGFKlDT > .row .container > .video-iframe-container { display: none; }#kOnXHzPGWs9A7SAphP4vIkoepiGFKlDT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOnXHzPGWs9A7SAphP4vIkoepiGFKlDT > .row > .video-iframe-container { display: none; }#kOnXHzPGWs9A7SAphP4vIkoepiGFKlDT > .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); }#kOnXHzPGWs9A7SAphP4vIkoepiGFKlDT > .row .container { border-width: 0; border-radius: 0; }#kOnXHzPGWs9A7SAphP4vIkoepiGFKlDT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kOnXHzPGWs9A7SAphP4vIkoepiGFKlDT > .row .container { width:75rem;height:67.8125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#cQvGWIFEBNdykdNB1xFNqnVsxT6DiTMv { background-color:transparent;background-image: -webkit-linear-gradient(270deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(270deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(270deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(270deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(270deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.0625rem;height:4.9375rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:54.25rem;left:0rem;display:none; }
#wa8P3IwqaMzF4HsqWB8pbTU9Ms4Cy4zA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eyecZJHK2gMnEucTDzaVOAk71B2JqCbR { color:rgba(var(--color-tertiary-0),1);display:block;width:40.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:13.75rem;left:0rem;height:8.8rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#yvg4Vc0IhsayPMILlWHXODxTDEbNpDLZ { color:rgba(var(--color-tertiary-0),1);display:block;width:39.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:23.5rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ZWCgzXRBH245d9TgSLPJ6mGcwz3d3EFB { color:rgba(var(--color-tertiary-4),1);display:block;width:26.1875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:59.75rem;left:0rem;height:2.34375rem;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; }
#huiCBRZUCvEJs3rsppVdpBlzgFiTlvt1 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:44.125rem;left:0rem;height:7.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#SRp1GzGyZIlvzEZIh1bRxMA4tMFSsGCa { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:50.125rem;width:28.125rem;top:11rem;left:45.125rem;display:block; }
#syO2bxonvnuLI7MsThyHQxUBZrmWKXHC { box-sizing:content-box;height:51.9375rem;width:29.625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.125rem;left:44.375rem;display:block; }
#buG6rC9GWDf5Pg973bfqs8bTSOXaDiTD { box-sizing:content-box;height:51.9375rem;width:29.625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),0.59);background-image:none;top:11.25rem;left:45rem;display:block; }
#EHGcMVLK7az9iizDym2XL0OVXMu0U5SD { color:rgba(var(--color-tertiary-0),1);display:block;width:35.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:31.0625rem;left:0rem;height:11.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#y7M7eXnVhz25WdtfItnXaewwXBFQ5I3Z { color:rgba(var(--color-tertiary-0),1);display:block;width:2.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:12.1875rem;left:9.75rem;height:4.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ciP5QcT2HBcVsygvbvQPHnTEAF7HcWV2 { color:rgba(var(--color-tertiary-0),1);display:block;width:2.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.5rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:16.58749961853rem;left:33.539379119873rem;height:8.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TSQkTAWNr3Tx0BWCCOu060rXPXDXqOHs { position:absolute;display:block;z-index:15045;height:3.75rem;width:20rem;top:54.1875rem;left:3.09375rem;display:block; }
#WykEzTG3P48eBRnab5RzprRvehbwhpgA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WykEzTG3P48eBRnab5RzprRvehbwhpgA > .row .container { background-color: transparent; background-image: none; }#WykEzTG3P48eBRnab5RzprRvehbwhpgA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WykEzTG3P48eBRnab5RzprRvehbwhpgA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WykEzTG3P48eBRnab5RzprRvehbwhpgA > .row .container > .video-iframe-container { display: none; }#WykEzTG3P48eBRnab5RzprRvehbwhpgA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WykEzTG3P48eBRnab5RzprRvehbwhpgA > .row > .video-iframe-container { display: none; }#WykEzTG3P48eBRnab5RzprRvehbwhpgA > .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); }#WykEzTG3P48eBRnab5RzprRvehbwhpgA > .row .container { border-width: 0; border-radius: 0; }#WykEzTG3P48eBRnab5RzprRvehbwhpgA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WykEzTG3P48eBRnab5RzprRvehbwhpgA > .row .container { font-size:0.875rem;font-family:arial;height:69.125rem;width:75rem;position:relative;display:block; }#WVZ8yyWIXMBsqtSQK4Vs3t2uxI9hDZnq { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:7.875rem;left:0rem;height:8.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MnyOMuluJ9gPGreuBVnPU9v0MWU34Aqz { 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; }
#sgx26kmdkJMIP1y23q1kkk1nOpM6KBmR { box-sizing:content-box;height:42.0625rem;width:54.875rem;position:absolute;display:block;z-index:14998;background-color:#f8f8f8;background-image:none;top:19.75rem;left:19.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#nDoXfTJZbGErMHAbLyX8dKfqaWFzIG6T { box-sizing:content-box;height:41.75rem;width:46rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/0560c955-ffce-4595-ade7-e9947de23f15/WhatsAppImage20250717at181059.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:19.75rem;left:0.4375rem;border-top-right-radius:3.125rem;border-bottom-right-radius:0rem;border-bottom-left-radius:3.125rem;border-top-left-radius:0rem;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);display:block; }#nDoXfTJZbGErMHAbLyX8dKfqaWFzIG6T.adaptive-delivery-prevent-bg, #nDoXfTJZbGErMHAbLyX8dKfqaWFzIG6T.lazyload, #nDoXfTJZbGErMHAbLyX8dKfqaWFzIG6T.lazyloading { background-image: none; }
#JhkpXlXuKC47JuO5Nomhihm6hDB10Os0 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:24.6875rem;left:49.062503814698rem;height:10.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#JhkpXlXuKC47JuO5Nomhihm6hDB10Os0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JhkpXlXuKC47JuO5Nomhihm6hDB10Os0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cda4879f1419609a03cc77599cc87b0c5f67192b.svg); }
#TsZLJkhAieEDTGcTM3Wf9xQKFgCa7pka { background-color:transparent;background-image: -webkit-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:4rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:36.500007629394rem;left:50.562503814698rem;display:none; }
#BImFv5XRN4dpwRdkJ2H7XgIb5KWmwpFm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yslr4xZeQsqwkRqbEKIFbrBc4EhxOlV2 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:43rem;left:48.875rem;height:2.0625rem;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; }
#LvSd67lBQ1quQCJyvNtWMWi7Bm0udtW5 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:45.6875rem;left:48.875rem;height:14.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#LvSd67lBQ1quQCJyvNtWMWi7Bm0udtW5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LvSd67lBQ1quQCJyvNtWMWi7Bm0udtW5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cda4879f1419609a03cc77599cc87b0c5f67192b.svg); }
#dQUHFVwBnWWdc8KGPsLzcuxAIwt4ftl2 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:22.125rem;left:49.062503814698rem;height:2.0625rem;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; }
#J97arx0QAmFlzvOV7DcvyLOzwgIKvMik { color:rgba(var(--color-tertiary-0),1);display:block;width:3.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:400;z-index:15014;line-height:1;letter-spacing:0;top:10.9375rem;left:48.75rem;height:3.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xNez6yNhBSQMdRUNE9hJb2CRT4SeSEg2 { position:absolute;display:block;z-index:15047;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:4.625rem;width:4.625rem;top:21.625rem;left:41.25rem;overflow:hidden;display:block; }
#b8EA38tT4mOvGwDcvTMg67hW280t2Jsf { position:absolute;display:block;z-index:15048;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:4.625rem;width:4.625rem;top:56.0625rem;left:1.375rem;overflow:hidden;display:block; }
#OA7aDS7UlcltLDAMGxr78Gy1sILBHlkq { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:1.25rem;top:36.656248569489rem;left:48.874378204346rem;overflow:hidden;display:block; }
#A6os9ipV8fiJWwTFA9eIJIdUCFn8UgGI { box-sizing:content-box;height:5.8125rem;width:54.125rem;position:absolute;display:block;z-index:14999;background-color:#f8f8f8;background-image:none;top:63.25rem;left:0.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:0rem;display:block; }
#FvVOXZSTzbtCOWRDpvVEBTMT7NOw7gdm { background-color:transparent;background-image: -webkit-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:4rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:64.125rem;left:1.5rem;display:none; }
#zrvzB2CSrLufADIEK5G19atImT9sFlfd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gnxtUxIae0kUOxAwetXukR1h9z78tZ2b { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:64.5rem;left:31.1875rem;height:1.71875rem;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; }
#Hiqb8NsyXmThAI5U6T609tPw4CcsdQw7 { color:rgba(var(--color-tertiary-4),1);display:block;width:2rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15023;line-height:1.1;letter-spacing:0;top:64.3125rem;left:34.125rem;height:1.71875rem;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; }
#SgevwyZO16SXMXlBz4eQQSVHOFnKEr9O { color:rgba(var(--color-tertiary-0),1);display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:66.3125rem;left:31.1875rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ZCc5WOeoZT7aqkcCMxBX2wgGDDI283FF { box-sizing:content-box;height:5.625rem;width:24.0625rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6a8d16b7-6b34-490d-94a2-f1f3f3933775/Maskgroup2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:63.25rem;left:50.0625rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);display:block; }#ZCc5WOeoZT7aqkcCMxBX2wgGDDI283FF.adaptive-delivery-prevent-bg, #ZCc5WOeoZT7aqkcCMxBX2wgGDDI283FF.lazyload, #ZCc5WOeoZT7aqkcCMxBX2wgGDDI283FF.lazyloading { background-image: none; }
#ZTe4KkyuXUgL6h7FFevtNKnWsCT2pQDB { position:absolute;display:block;z-index:15050;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:4rem;width:7.9375rem;top:64.15625rem;left:22.28125rem;overflow:hidden;display:block; }
#QTRmb7p9L1QTrbwQ7XoHfUhFtB5dVl6r { color:rgba(var(--color-tertiary-0),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:45.6875rem;left:48.875rem;height:14.1875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#QTRmb7p9L1QTrbwQ7XoHfUhFtB5dVl6r li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QTRmb7p9L1QTrbwQ7XoHfUhFtB5dVl6r li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cda4879f1419609a03cc77599cc87b0c5f67192b.svg); }
#UlebeXmMR5hMgBHnFLu8SKCL0VLu83z0 { position:absolute;display:block;z-index:15046;height:3.75rem;width:20rem;top:36.625rem;left:51.5625rem;display:block; }
#Eg9HprsT0no15nIS4JUeyRlXlETqv4vS { position:absolute;display:block;z-index:15047;height:3.75rem;width:20rem;top:64.28125rem;left:1.375rem;display:block; }
#CCHVe1FCNIfcHhQV4ZPESWr3u3fLKSJh { position:relative;display:block; }#CCHVe1FCNIfcHhQV4ZPESWr3u3fLKSJh { background-color: transparent; background-image: none; }#CCHVe1FCNIfcHhQV4ZPESWr3u3fLKSJh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CCHVe1FCNIfcHhQV4ZPESWr3u3fLKSJh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CCHVe1FCNIfcHhQV4ZPESWr3u3fLKSJh > .row .container > .video-iframe-container { display: none; }#CCHVe1FCNIfcHhQV4ZPESWr3u3fLKSJh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CCHVe1FCNIfcHhQV4ZPESWr3u3fLKSJh > .row > .video-iframe-container { display: none; }#CCHVe1FCNIfcHhQV4ZPESWr3u3fLKSJh > .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); }#CCHVe1FCNIfcHhQV4ZPESWr3u3fLKSJh { border-width: 0; border-radius: 0; }#CCHVe1FCNIfcHhQV4ZPESWr3u3fLKSJh > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CCHVe1FCNIfcHhQV4ZPESWr3u3fLKSJh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#R3kqPqIN1bLE2n9efMzAOxF36B7CWkT5 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:7.638748168945rem;left:0rem;height:4.35rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SO50vWENC8nZreMzEKQWCBVv4cnu7LPr { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:11.987497329712rem;left:0rem;height:2.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#cssnusqBc5TP5rb1cTJgXgZODkECilb7 { position:relative;display:block; }#cssnusqBc5TP5rb1cTJgXgZODkECilb7 { background-color: transparent; background-image: none; }#cssnusqBc5TP5rb1cTJgXgZODkECilb7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cssnusqBc5TP5rb1cTJgXgZODkECilb7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cssnusqBc5TP5rb1cTJgXgZODkECilb7 > .row .container > .video-iframe-container { display: none; }#cssnusqBc5TP5rb1cTJgXgZODkECilb7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cssnusqBc5TP5rb1cTJgXgZODkECilb7 > .row > .video-iframe-container { display: none; }#cssnusqBc5TP5rb1cTJgXgZODkECilb7 > .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); }#cssnusqBc5TP5rb1cTJgXgZODkECilb7 { border-width: 0; border-radius: 0; }#cssnusqBc5TP5rb1cTJgXgZODkECilb7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cssnusqBc5TP5rb1cTJgXgZODkECilb7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NLqBcBtH99bPdQ1mVVISRC17ypnu6TXD { position:absolute;display:block;z-index:15000;height:21.75rem;width:74.375rem;top:2.1393737792969rem;left:0.3118782043457rem;display:block; }
#DleOiIpeTIG0xX5SKFmMQEAy0KAu65U0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DleOiIpeTIG0xX5SKFmMQEAy0KAu65U0 > .row .container { background-color: transparent; background-image: none; }#DleOiIpeTIG0xX5SKFmMQEAy0KAu65U0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DleOiIpeTIG0xX5SKFmMQEAy0KAu65U0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DleOiIpeTIG0xX5SKFmMQEAy0KAu65U0 > .row .container > .video-iframe-container { display: none; }#DleOiIpeTIG0xX5SKFmMQEAy0KAu65U0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DleOiIpeTIG0xX5SKFmMQEAy0KAu65U0 > .row > .video-iframe-container { display: none; }#DleOiIpeTIG0xX5SKFmMQEAy0KAu65U0 > .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); }#DleOiIpeTIG0xX5SKFmMQEAy0KAu65U0 > .row .container { border-width: 0; border-radius: 0; }#DleOiIpeTIG0xX5SKFmMQEAy0KAu65U0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DleOiIpeTIG0xX5SKFmMQEAy0KAu65U0 > .row .container { font-size:0.875rem;font-family:arial;height:70.5625rem;width:75rem;position:relative;display:block; }#pcXEf6VNNBTXxB4PMZr4Xd9qk3FyH3px { 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; }
#BAsOb3sT0CNd25Dpal3bidBwquwopN3m { box-sizing:content-box;height:16rem;width:17.8125rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/207deead-3f25-44ac-b67a-61eb2e6264f1/IMG_99131.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0.75rem;left:0.5rem;border-top-right-radius:3.125rem;border-bottom-right-radius:0rem;border-bottom-left-radius:3.125rem;border-top-left-radius:0rem;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);display:block; }#BAsOb3sT0CNd25Dpal3bidBwquwopN3m.adaptive-delivery-prevent-bg, #BAsOb3sT0CNd25Dpal3bidBwquwopN3m.lazyload, #BAsOb3sT0CNd25Dpal3bidBwquwopN3m.lazyloading { background-image: none; }
#iN0vwBNT25IKwgvW8zeUMsFTTG5nKPTE { box-sizing:content-box;height:16rem;width:17.8125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b85b8a17-c3a0-4b5a-915c-2ff940f20bd6/IMG_99101.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0.75rem;left:56.5625rem;border-top-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);display:block; }#iN0vwBNT25IKwgvW8zeUMsFTTG5nKPTE.adaptive-delivery-prevent-bg, #iN0vwBNT25IKwgvW8zeUMsFTTG5nKPTE.lazyload, #iN0vwBNT25IKwgvW8zeUMsFTTG5nKPTE.lazyloading { background-image: none; }
#rBiffWrCLXuKuhUMwrpkedtN9E3MhxWG { box-sizing:content-box;height:16rem;width:17.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/68df5c66-3a4d-4c57-bcae-6538fca4d17b/IMG_99041.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0.75rem;left:19.1875rem;border-top-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);display:block; }#rBiffWrCLXuKuhUMwrpkedtN9E3MhxWG.adaptive-delivery-prevent-bg, #rBiffWrCLXuKuhUMwrpkedtN9E3MhxWG.lazyload, #rBiffWrCLXuKuhUMwrpkedtN9E3MhxWG.lazyloading { background-image: none; }
#JEz2A3VfuT0SOw9R53S6RHEHWgRt3l4U { box-sizing:content-box;height:16rem;width:17.8125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8ff1ec8d-f3d3-4560-9b98-df082d8aa616/a6360e458411428b9e18c694e67417171.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0.75rem;left:37.875rem;border-top-right-radius:3.125rem;border-bottom-right-radius:0rem;border-bottom-left-radius:3.125rem;border-top-left-radius:0rem;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);display:block; }#JEz2A3VfuT0SOw9R53S6RHEHWgRt3l4U.adaptive-delivery-prevent-bg, #JEz2A3VfuT0SOw9R53S6RHEHWgRt3l4U.lazyload, #JEz2A3VfuT0SOw9R53S6RHEHWgRt3l4U.lazyloading { background-image: none; }
#bbhw67vwoD9iWc5TSf779MPfKnvZDdw6 { box-sizing:content-box;height:16rem;width:17.8125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e5f99f1c-6d73-44ed-af3f-b05c378e7a1a/d288fb341c1a4dc99dba655eecd803c91.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:17.6875rem;left:0.5rem;border-top-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);display:block; }#bbhw67vwoD9iWc5TSf779MPfKnvZDdw6.adaptive-delivery-prevent-bg, #bbhw67vwoD9iWc5TSf779MPfKnvZDdw6.lazyload, #bbhw67vwoD9iWc5TSf779MPfKnvZDdw6.lazyloading { background-image: none; }
#lMIkAq8MSW05zfspq0LtHvM2XUW8OVfy { box-sizing:content-box;height:16rem;width:17.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/f3ddb66d-d70c-405b-9abb-3c93492e250e/94279a12f3ca4459bf3e83b352cb6eac1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:17.6875rem;left:19.1875rem;border-top-right-radius:3.125rem;border-bottom-right-radius:0rem;border-bottom-left-radius:3.125rem;border-top-left-radius:0rem;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);display:block; }#lMIkAq8MSW05zfspq0LtHvM2XUW8OVfy.adaptive-delivery-prevent-bg, #lMIkAq8MSW05zfspq0LtHvM2XUW8OVfy.lazyload, #lMIkAq8MSW05zfspq0LtHvM2XUW8OVfy.lazyloading { background-image: none; }
#JTB2zHxVaKyIgCWe31OoC6GHPqx34kRv { box-sizing:content-box;height:16rem;width:17.8125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/111bde85-50a2-47bd-9fd3-c42114af0ab7/IMG_99271.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:51.625rem;left:56.5625rem;border-top-right-radius:3.125rem;border-bottom-right-radius:0rem;border-bottom-left-radius:3.125rem;border-top-left-radius:0rem;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);display:block; }#JTB2zHxVaKyIgCWe31OoC6GHPqx34kRv.adaptive-delivery-prevent-bg, #JTB2zHxVaKyIgCWe31OoC6GHPqx34kRv.lazyload, #JTB2zHxVaKyIgCWe31OoC6GHPqx34kRv.lazyloading { background-image: none; }
#VTo97wwld3oQSGSge9pnZ6MyCCZeb8it { box-sizing:content-box;height:16rem;width:17.8125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7713f85f-d109-4825-990e-5fa9265841ba/711bec87a7324b5fbceddca85052e2fb1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:51.625rem;left:37.8125rem;border-top-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);display:block; }#VTo97wwld3oQSGSge9pnZ6MyCCZeb8it.adaptive-delivery-prevent-bg, #VTo97wwld3oQSGSge9pnZ6MyCCZeb8it.lazyload, #VTo97wwld3oQSGSge9pnZ6MyCCZeb8it.lazyloading { background-image: none; }
#aPXpwhqXfoGCOWU3gP83yo3vyR8vSUtr { box-sizing:content-box;height:16rem;width:17.8125rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7083b40a-ec25-48a7-9df7-43fb8ba09bfb/3272f827cce94d69b16be6a3643f04a81.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:34.6875rem;left:56.5625rem;border-top-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);display:block; }#aPXpwhqXfoGCOWU3gP83yo3vyR8vSUtr.adaptive-delivery-prevent-bg, #aPXpwhqXfoGCOWU3gP83yo3vyR8vSUtr.lazyload, #aPXpwhqXfoGCOWU3gP83yo3vyR8vSUtr.lazyloading { background-image: none; }
#f0cBqJT5llETGnbAIAbtruOHA61fK93L { box-sizing:content-box;height:16rem;width:17.8125rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3dc35492-906f-4110-9816-8bc685e5cefd/WhatsAppImage20250204at1849061.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:34.6875rem;left:37.8125rem;border-top-right-radius:3.125rem;border-bottom-right-radius:0rem;border-bottom-left-radius:3.125rem;border-top-left-radius:0rem;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);display:block; }#f0cBqJT5llETGnbAIAbtruOHA61fK93L.adaptive-delivery-prevent-bg, #f0cBqJT5llETGnbAIAbtruOHA61fK93L.lazyload, #f0cBqJT5llETGnbAIAbtruOHA61fK93L.lazyloading { background-image: none; }
#ArF50KmGqogphuBR3iJm4EA9s5wRBS5H { box-sizing:content-box;height:16rem;width:17.8125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/eb4226ff-5b60-4469-ad8c-58e303540b95/d72ed9fdb030422ebc2016c97cd7c8fb.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:34.6875rem;left:19.125rem;border-top-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);display:block; }#ArF50KmGqogphuBR3iJm4EA9s5wRBS5H.adaptive-delivery-prevent-bg, #ArF50KmGqogphuBR3iJm4EA9s5wRBS5H.lazyload, #ArF50KmGqogphuBR3iJm4EA9s5wRBS5H.lazyloading { background-image: none; }
#KQRMtTllWJuLnRch3nwUZgfTvD3PwzAW { box-sizing:content-box;height:16rem;width:17.8125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/66a43874-02c4-4cb0-b36c-f57742427606/fdf8784e90e942309d84f17398d9474e11.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:34.6875rem;left:0.5rem;border-top-right-radius:3.125rem;border-bottom-right-radius:0rem;border-bottom-left-radius:3.125rem;border-top-left-radius:0rem;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);display:block; }#KQRMtTllWJuLnRch3nwUZgfTvD3PwzAW.adaptive-delivery-prevent-bg, #KQRMtTllWJuLnRch3nwUZgfTvD3PwzAW.lazyload, #KQRMtTllWJuLnRch3nwUZgfTvD3PwzAW.lazyloading { background-image: none; }
#Fl2Ndiqnat1cyuHwmlkfdaoHSu1hu7tl { box-sizing:content-box;height:16rem;width:36.625rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ecee7f35-bdf0-4e98-b364-ebfd85a1cfdf/002fdac304b54893ba3c3f0573bbdeb61.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:51.625rem;left:0.5rem;border-top-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);display:block; }#Fl2Ndiqnat1cyuHwmlkfdaoHSu1hu7tl.adaptive-delivery-prevent-bg, #Fl2Ndiqnat1cyuHwmlkfdaoHSu1hu7tl.lazyload, #Fl2Ndiqnat1cyuHwmlkfdaoHSu1hu7tl.lazyloading { background-image: none; }
#REwJsWH1d5ehzKrzyhxQFr8dMTD8zibO { box-sizing:content-box;height:16rem;width:36.625rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6a8d16b7-6b34-490d-94a2-f1f3f3933775/Maskgroup2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:17.6875rem;left:37.875rem;border-top-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);display:block; }#REwJsWH1d5ehzKrzyhxQFr8dMTD8zibO.adaptive-delivery-prevent-bg, #REwJsWH1d5ehzKrzyhxQFr8dMTD8zibO.lazyload, #REwJsWH1d5ehzKrzyhxQFr8dMTD8zibO.lazyloading { background-image: none; }
#yPy4pbPeJvIrqCP5ls6Im8u2LAQA9Iue { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yPy4pbPeJvIrqCP5ls6Im8u2LAQA9Iue > .row .container { background-color: transparent; background-image: none; }#yPy4pbPeJvIrqCP5ls6Im8u2LAQA9Iue::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPy4pbPeJvIrqCP5ls6Im8u2LAQA9Iue > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPy4pbPeJvIrqCP5ls6Im8u2LAQA9Iue > .row .container > .video-iframe-container { display: none; }#yPy4pbPeJvIrqCP5ls6Im8u2LAQA9Iue > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPy4pbPeJvIrqCP5ls6Im8u2LAQA9Iue > .row > .video-iframe-container { display: none; }#yPy4pbPeJvIrqCP5ls6Im8u2LAQA9Iue > .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); }#yPy4pbPeJvIrqCP5ls6Im8u2LAQA9Iue > .row .container { border-width: 0; border-radius: 0; }#yPy4pbPeJvIrqCP5ls6Im8u2LAQA9Iue > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yPy4pbPeJvIrqCP5ls6Im8u2LAQA9Iue > .row .container { font-size:0.875rem;font-family:arial;height:17.8125rem;width:75rem;position:relative;display:block; }#KZNxLkI5mn84vS5cpVToTiHyCo8cpTd8 { position:absolute;display:block;z-index:15050;height:23.6875rem;width:46.875rem;top:2.5712509155274rem;left:1.5625rem;display:none; }
#PfZsgHQ8EwJ4PPC2DD0JtoLUWFZVusq9 { position:absolute;display:block;z-index:15018;height:11.8125rem;width:75rem;top:0rem;left:0rem;display:block; }
#IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC > .row .container { background-color: transparent; background-image: none; }#IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC > .row .container > .video-iframe-container { display: none; }#IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC > .row > .video-iframe-container { display: none; }#IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC > .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); }#IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC > .row .container { border-width: 0; border-radius: 0; }#IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC > .row .container { font-size:0.875rem;font-family:arial;height:34.75rem;width:75rem;position:relative;display:block; }#ILhCbyz909T0JdD3sE346U9KLIqEceWT { 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; }
#fMSOwiXZHqL2PFlneUsMcS9hdlA2owBt { color:#36c4b2;display:block;width:18.375rem;position:absolute;font-family:azosans;font-size:1rem;font-weight:400;z-index:15035;line-height:1.4;letter-spacing:0;top:16.064998626709rem;left:52.686878204346rem;height:5.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dfusH0Voo0gyiHIoQ9LbV07UntW57nAv { color:rgba(var(--color-tertiary-3),1);display:block;width:19.5rem;position:absolute;font-family:azosans;font-size:1rem;font-weight:400;z-index:15037;line-height:1.4;letter-spacing:0;top:6.1875rem;left:52.687503814698rem;height:8.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#STNycFX2VbVcMcS4u0AE1LNPSpOl8mkr { 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:16.313751220703rem;left:50.811878204346rem; }
#M33NKMwVd4GtegFbip1SEyKeBgRHZkXD { 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:6.1875rem;left:50.562503814698rem; }
#FkRyXVPiXkRlck70RzghWXRgOuNclI2d { position:absolute;display:block;z-index:15050;height:23.6875rem;width:46.875rem;top:5.5625rem;left:1.5625rem;display:block; }
#f7wQHOSFVOIKOShA3AJzPxhUOuv4Po7t { 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:23.5625rem;left:50.875003814698rem; }
#tf8RaSUgE0za2x7NEn6CpKMceTy3Thqx { color:#36c4b2;display:block;width:15.875rem;position:absolute;font-family:azosans;font-size:1rem;font-weight:400;z-index:15037;line-height:1.4;letter-spacing:0;top:23.0625rem;left:52.750003814698rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b99c1wlPFBnBs0qJZiRiLNiL8fG2vqxi { position:absolute;display:block;z-index:15050;height:23.6875rem;width:46.875rem;top:2.5712509155274rem;left:1.5625rem;display:none; }
#Qo4TqDTMyPoql6PV0KWXLMtvkaDq9DzJ { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:26.977500915528rem;left:50.856878204346rem; }
#Qo4TqDTMyPoql6PV0KWXLMtvkaDq9DzJ > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#SWEDwp3AMiQZwMDeeaSvVyhlxKIiuxcu { color:#36c4b2;display:block;width:17.3125rem;position:absolute;font-family:azosans;font-size:1rem;font-weight:400;z-index:15038;line-height:1.6;letter-spacing:0;top:26.864376068115rem;left:52.686252593994rem;height:1.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .row .container { background-color: transparent; background-image: none; }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .row .container > .video-iframe-container { display: none; }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .row > .video-iframe-container { display: none; }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .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); }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .row .container { border-width: 0; border-radius: 0; }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#uflM6XmQ1qFWaPOTV7iQNy3qT689vhFO { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:1.0500030517578rem;left:0rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN { position:relative;display:none; }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN { border-width: 0; border-radius: 0; }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#uP0BLS4LQ7zWEqOCtr7mmFFShZt3N4zg { background-color:transparent;background-image: -webkit-linear-gradient(270deg, #ff853c, #ff5400);background-image: -moz-linear-gradient(270deg, #ff853c, #ff5400);background-image: -ms-linear-gradient(270deg, #ff853c, #ff5400);background-image: -o-linear-gradient(270deg, #ff853c, #ff5400);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff853c', endColorstr='#ff5400' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff853c', endColorstr='#ff5400' );";background-image: linear-gradient(270deg, #ff853c, #ff5400);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.1875rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:51.0625rem;left:30.5625rem;display:none; }
#CEJtpX3AX1CLvWZXuNGv08TrA1ThwDht { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lmWTWiEebwiTqZwTObss8ovDK1J1aMax { display:block; }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hv5PMEexuMmuPfuNTN5Dd2XLhH69OBCL { width:17.5625rem;height:3.3125rem;top:1.25rem;left:30.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PHR4BU8ZK9pde41yN19MEHGt6JGdfvAy { display:block; }
 }@media only screen and (max-width: 763px) { #mF7WyoObTqdEK9OJ7eO9oTXRaa24nsIN { width:9.875rem;height:1.0625rem;top:2.375rem;left:4.1018753051758rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf15ncba9qUipAM2GXQyrcu7rdNFvaKL { width:7.3125rem;height:1rem;top:2.375rem;left:14.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmw7o1Qv4lDECWxeVmLzbgID9hoL29ZA { width:8.1875rem;height:1rem;top:2.375rem;left:29.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JO9Lm8NgbWIz3bdNkO7OfqKvnJZoTCNf { width:5.1875rem;height:4.125rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIWqP64J82Zvmtzl9hPcXl73kLwyfPp3 { width:8.1875rem;height:1rem;top:2.375rem;left:21.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWeyPFkqiuWsvvsPVJruP52MJqKAi7bc { width:5rem;height:4.8125rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDgR5EPFVkBQV7nZJbMfKG4MJW2xD7Z4 { width:20rem;height:3.75rem;top:0.1875rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOnXHzPGWs9A7SAphP4vIkoepiGFKlDT { display:block; }#kOnXHzPGWs9A7SAphP4vIkoepiGFKlDT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cQvGWIFEBNdykdNB1xFNqnVsxT6DiTMv { width:26.0625rem;height:4.9375rem;top:54.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wa8P3IwqaMzF4HsqWB8pbTU9Ms4Cy4zA { display:block; }
 }@media only screen and (max-width: 763px) { #eyecZJHK2gMnEucTDzaVOAk71B2JqCbR { width:40.5rem;height:;top:13.75rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvg4Vc0IhsayPMILlWHXODxTDEbNpDLZ { width:39.5rem;height:;top:23.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWCgzXRBH245d9TgSLPJ6mGcwz3d3EFB { width:26.1875rem;height:2.3125rem;top:59.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #huiCBRZUCvEJs3rsppVdpBlzgFiTlvt1 { width:34.625rem;height:7.5rem;top:44.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRp1GzGyZIlvzEZIh1bRxMA4tMFSsGCa { width:28.125rem;height:50.125rem;top:11rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #syO2bxonvnuLI7MsThyHQxUBZrmWKXHC { width:29.625rem;height:51.9375rem;top:10.125rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #buG6rC9GWDf5Pg973bfqs8bTSOXaDiTD { width:29.625rem;height:51.9375rem;top:11.25rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHGcMVLK7az9iizDym2XL0OVXMu0U5SD { width:35.9375rem;height:11.25rem;top:31.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7M7eXnVhz25WdtfItnXaewwXBFQ5I3Z { width:2.125rem;height:4.375rem;top:12.1875rem;left:0rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciP5QcT2HBcVsygvbvQPHnTEAF7HcWV2 { width:2.125rem;height:8.25rem;top:16.5625rem;left:19.914379119873rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSQkTAWNr3Tx0BWCCOu060rXPXDXqOHs { width:20rem;height:3.75rem;top:54.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WykEzTG3P48eBRnab5RzprRvehbwhpgA { display:block; }#WykEzTG3P48eBRnab5RzprRvehbwhpgA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WVZ8yyWIXMBsqtSQK4Vs3t2uxI9hDZnq { top:7.875rem;left:0rem;width:47.75rem;height:8.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnyOMuluJ9gPGreuBVnPU9v0MWU34Aqz { width:19.375rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sgx26kmdkJMIP1y23q1kkk1nOpM6KBmR { width:47.75rem;height:42.0625rem;top:19.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDoXfTJZbGErMHAbLyX8dKfqaWFzIG6T { width:46rem;height:41.75rem;top:19.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhkpXlXuKC47JuO5Nomhihm6hDB10Os0 { width:24.3125rem;height:;top:24.6875rem;left:23.4375rem;font-size:0.875rem;display:block; }#JhkpXlXuKC47JuO5Nomhihm6hDB10Os0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cda4879f1419609a03cc77599cc87b0c5f67192b.svg); }
 }@media only screen and (max-width: 763px) { #TsZLJkhAieEDTGcTM3Wf9xQKFgCa7pka { width:14.25rem;height:4rem;top:36.5rem;left:31.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BImFv5XRN4dpwRdkJ2H7XgIb5KWmwpFm { display:block; }
 }@media only screen and (max-width: 763px) { #yslr4xZeQsqwkRqbEKIFbrBc4EhxOlV2 { width:21.875rem;height:2.0625rem;top:43rem;left:25.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvSd67lBQ1quQCJyvNtWMWi7Bm0udtW5 { width:25.375rem;height:;top:45.6875rem;left:22.375rem;font-size:0.875rem;display:block; }#LvSd67lBQ1quQCJyvNtWMWi7Bm0udtW5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cda4879f1419609a03cc77599cc87b0c5f67192b.svg); }
 }@media only screen and (max-width: 763px) { #dQUHFVwBnWWdc8KGPsLzcuxAIwt4ftl2 { width:21.875rem;height:2.0625rem;top:22.125rem;left:25.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J97arx0QAmFlzvOV7DcvyLOzwgIKvMik { top:10.9375rem;left:35.125rem;width:3.9375rem;height:3.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNez6yNhBSQMdRUNE9hJb2CRT4SeSEg2 { width:4.625rem;height:4.625rem;top:21.625rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8EA38tT4mOvGwDcvTMg67hW280t2Jsf { width:4.625rem;height:4.625rem;top:56.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OA7aDS7UlcltLDAMGxr78Gy1sILBHlkq { width:1.25rem;height:3.6875rem;top:36.625rem;left:35.249378204346rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6os9ipV8fiJWwTFA9eIJIdUCFn8UgGI { width:47.75rem;height:5.8125rem;top:63.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvVOXZSTzbtCOWRDpvVEBTMT7NOw7gdm { width:16.0625rem;height:4rem;top:64.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zrvzB2CSrLufADIEK5G19atImT9sFlfd { display:block; }
 }@media only screen and (max-width: 763px) { #gnxtUxIae0kUOxAwetXukR1h9z78tZ2b { width:21.875rem;height:1.6875rem;top:64.5rem;left:17.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hiqb8NsyXmThAI5U6T609tPw4CcsdQw7 { width:2rem;height:1.6875rem;top:64.3125rem;left:20.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgevwyZO16SXMXlBz4eQQSVHOFnKEr9O { width:24.75rem;height:1.5rem;top:66.3125rem;left:17.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCc5WOeoZT7aqkcCMxBX2wgGDDI283FF { width:24.0625rem;height:5.625rem;top:63.25rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTe4KkyuXUgL6h7FFevtNKnWsCT2pQDB { width:7.9375rem;height:4rem;top:64.125rem;left:8.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTRmb7p9L1QTrbwQ7XoHfUhFtB5dVl6r { width:18.25rem;height:;top:58.375rem;left:0rem;font-size:0.875rem;display:none; }#QTRmb7p9L1QTrbwQ7XoHfUhFtB5dVl6r li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cda4879f1419609a03cc77599cc87b0c5f67192b.svg); }
 }@media only screen and (max-width: 763px) { #UlebeXmMR5hMgBHnFLu8SKCL0VLu83z0 { width:20rem;height:3.75rem;top:36.625rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eg9HprsT0no15nIS4JUeyRlXlETqv4vS { width:20rem;height:3.75rem;top:64.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCHVe1FCNIfcHhQV4ZPESWr3u3fLKSJh { display:block; }#CCHVe1FCNIfcHhQV4ZPESWr3u3fLKSJh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R3kqPqIN1bLE2n9efMzAOxF36B7CWkT5 { top:7.625rem;left:0rem;width:47.75rem;height:4.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SO50vWENC8nZreMzEKQWCBVv4cnu7LPr { width:47.75rem;height:1.625rem;top:11.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cssnusqBc5TP5rb1cTJgXgZODkECilb7 { display:block; }#cssnusqBc5TP5rb1cTJgXgZODkECilb7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NLqBcBtH99bPdQ1mVVISRC17ypnu6TXD { width:47.75rem;height:21.75rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DleOiIpeTIG0xX5SKFmMQEAy0KAu65U0 { display:block; }#DleOiIpeTIG0xX5SKFmMQEAy0KAu65U0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pcXEf6VNNBTXxB4PMZr4Xd9qk3FyH3px { width:19.375rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BAsOb3sT0CNd25Dpal3bidBwquwopN3m { width:17.8125rem;height:16rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iN0vwBNT25IKwgvW8zeUMsFTTG5nKPTE { width:17.8125rem;height:16rem;top:0.75rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBiffWrCLXuKuhUMwrpkedtN9E3MhxWG { width:17.8125rem;height:16rem;top:0.75rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEz2A3VfuT0SOw9R53S6RHEHWgRt3l4U { width:17.8125rem;height:16rem;top:0.75rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbhw67vwoD9iWc5TSf779MPfKnvZDdw6 { width:17.8125rem;height:16rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMIkAq8MSW05zfspq0LtHvM2XUW8OVfy { width:17.8125rem;height:16rem;top:17.6875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTB2zHxVaKyIgCWe31OoC6GHPqx34kRv { width:17.8125rem;height:16rem;top:51.625rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTo97wwld3oQSGSge9pnZ6MyCCZeb8it { width:17.8125rem;height:16rem;top:51.625rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPXpwhqXfoGCOWU3gP83yo3vyR8vSUtr { width:17.8125rem;height:16rem;top:34.6875rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0cBqJT5llETGnbAIAbtruOHA61fK93L { width:17.8125rem;height:16rem;top:34.6875rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArF50KmGqogphuBR3iJm4EA9s5wRBS5H { width:17.8125rem;height:16rem;top:34.6875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQRMtTllWJuLnRch3nwUZgfTvD3PwzAW { width:17.8125rem;height:16rem;top:34.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fl2Ndiqnat1cyuHwmlkfdaoHSu1hu7tl { width:36.625rem;height:16rem;top:51.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #REwJsWH1d5ehzKrzyhxQFr8dMTD8zibO { width:36.625rem;height:16rem;top:17.6875rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPy4pbPeJvIrqCP5ls6Im8u2LAQA9Iue { display:block; }#yPy4pbPeJvIrqCP5ls6Im8u2LAQA9Iue > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KZNxLkI5mn84vS5cpVToTiHyCo8cpTd8 { width:46.875rem;height:23.6875rem;top:2.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PfZsgHQ8EwJ4PPC2DD0JtoLUWFZVusq9 { width:47.75rem;height:11.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC { display:block; }#IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ILhCbyz909T0JdD3sE346U9KLIqEceWT { width:47.75rem;height:28.75rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMSOwiXZHqL2PFlneUsMcS9hdlA2owBt { width:18.375rem;height:5.5625rem;top:16.0625rem;left:29.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfusH0Voo0gyiHIoQ9LbV07UntW57nAv { width:19.5rem;height:8.375rem;top:6.1875rem;left:28.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #STNycFX2VbVcMcS4u0AE1LNPSpOl8mkr { width:1.25rem;height:1.25rem;top:16.3125rem;left:37.186878204346rem;display:block; }
 }@media only screen and (max-width: 763px) { #M33NKMwVd4GtegFbip1SEyKeBgRHZkXD { width:1.75rem;height:1.75rem;top:6.1875rem;left:36.937503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkRyXVPiXkRlck70RzghWXRgOuNclI2d { width:46.875rem;height:23.6875rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7wQHOSFVOIKOShA3AJzPxhUOuv4Po7t { width:1.25rem;height:1.25rem;top:23.5625rem;left:37.250003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #tf8RaSUgE0za2x7NEn6CpKMceTy3Thqx { width:15.875rem;height:2.75rem;top:23.0625rem;left:31.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b99c1wlPFBnBs0qJZiRiLNiL8fG2vqxi { width:46.875rem;height:23.6875rem;top:2.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qo4TqDTMyPoql6PV0KWXLMtvkaDq9DzJ { width:1.375rem;height:1.375rem;top:26.9375rem;left:37.231878204346rem;display:block; }
#Qo4TqDTMyPoql6PV0KWXLMtvkaDq9DzJ > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #SWEDwp3AMiQZwMDeeaSvVyhlxKIiuxcu { width:17.3125rem;height:1.5625rem;top:26.8125rem;left:30.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 { display:block; }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uflM6XmQ1qFWaPOTV7iQNy3qT689vhFO { width:47.75rem;height:1.25rem;top:1rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN { display:none; }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uP0BLS4LQ7zWEqOCtr7mmFFShZt3N4zg { width:13.875rem;height:3.1875rem;top:51.0625rem;left:16.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CEJtpX3AX1CLvWZXuNGv08TrA1ThwDht { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lmWTWiEebwiTqZwTObss8ovDK1J1aMax { position:relative;z-index:auto;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .row .container { background-color: transparent; background-image: none; }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .row .container > .video-iframe-container { display: none; }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .row > .video-iframe-container { display: none; }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .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); }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .row .container { border-width: 0; border-radius: 0; }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .row .container { width:20rem;height:7.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hv5PMEexuMmuPfuNTN5Dd2XLhH69OBCL { width:15.625rem;height:3.4375rem;top:4.8125rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PHR4BU8ZK9pde41yN19MEHGt6JGdfvAy { display:block; }
 }@media only screen and (max-width: 763px) { #mF7WyoObTqdEK9OJ7eO9oTXRaa24nsIN { width:6.25rem;height:0;top:9.5rem;left:6.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #Tf15ncba9qUipAM2GXQyrcu7rdNFvaKL { width:6.25rem;height:0;top:11.78125rem;left:6.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #vmw7o1Qv4lDECWxeVmLzbgID9hoL29ZA { width:8.1875rem;height:0;top:18.625rem;left:5.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #JO9Lm8NgbWIz3bdNkO7OfqKvnJZoTCNf { width:6rem;height:4.8125rem;top:0.9375rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIWqP64J82Zvmtzl9hPcXl73kLwyfPp3 { width:8.1875rem;height:auto;top:2.375rem;left:5.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #iWeyPFkqiuWsvvsPVJruP52MJqKAi7bc { width:5rem;height:4.8125rem;top:0.9375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDgR5EPFVkBQV7nZJbMfKG4MJW2xD7Z4 { width:20rem;height:3.75rem;top:7rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kOnXHzPGWs9A7SAphP4vIkoepiGFKlDT { background-color:transparent;background-image: -webkit-linear-gradient(top, #e03271, #ff2e6d);background-image: -moz-linear-gradient(top, #e03271, #ff2e6d);background-image: -ms-linear-gradient(top, #e03271, #ff2e6d);background-image: -o-linear-gradient(top, #e03271, #ff2e6d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e03271', endColorstr='#ff2e6d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e03271', endColorstr='#ff2e6d' );";background-image: linear-gradient(to bottom, #e03271, #ff2e6d);background-size:initial !important;display:block; }#kOnXHzPGWs9A7SAphP4vIkoepiGFKlDT > .row .container { background-color: transparent; background-image: none; }#kOnXHzPGWs9A7SAphP4vIkoepiGFKlDT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOnXHzPGWs9A7SAphP4vIkoepiGFKlDT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOnXHzPGWs9A7SAphP4vIkoepiGFKlDT > .row .container > .video-iframe-container { display: none; }#kOnXHzPGWs9A7SAphP4vIkoepiGFKlDT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOnXHzPGWs9A7SAphP4vIkoepiGFKlDT > .row > .video-iframe-container { display: none; }#kOnXHzPGWs9A7SAphP4vIkoepiGFKlDT > .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); }#kOnXHzPGWs9A7SAphP4vIkoepiGFKlDT > .row .container { width:20rem;height:76.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cQvGWIFEBNdykdNB1xFNqnVsxT6DiTMv { width:20rem;height:4.0625rem;top:56.125623703003rem;left:0rem;font-size:1.375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wa8P3IwqaMzF4HsqWB8pbTU9Ms4Cy4zA { display:block; }
 }@media only screen and (max-width: 763px) { #eyecZJHK2gMnEucTDzaVOAk71B2JqCbR { width:20rem;height:8.86875rem;top:3.625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.6875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #yvg4Vc0IhsayPMILlWHXODxTDEbNpDLZ { width:19.0625rem;height:4.95rem;top:13.625rem;left:0.46875rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZWCgzXRBH245d9TgSLPJ6mGcwz3d3EFB { width:20rem;height:0;top:17.114999771118rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #huiCBRZUCvEJs3rsppVdpBlzgFiTlvt1 { width:20rem;height:0;top:76.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.1875rem;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #SRp1GzGyZIlvzEZIh1bRxMA4tMFSsGCa { width:20rem;height:35.644375rem;top:20.481248855591rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #syO2bxonvnuLI7MsThyHQxUBZrmWKXHC { width:20rem;height:51.9375rem;top:31.1375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #buG6rC9GWDf5Pg973bfqs8bTSOXaDiTD { width:20rem;height:51.9375rem;top:84.325000762938rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EHGcMVLK7az9iizDym2XL0OVXMu0U5SD { width:20rem;height:13.89375rem;top:57.999998480081rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #y7M7eXnVhz25WdtfItnXaewwXBFQ5I3Z { width:2.125rem;height:4.5375rem;top:2.2062501907349rem;left:6.3124996423719rem;text-align:center;text-align-last:center;font-size:4.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ciP5QcT2HBcVsygvbvQPHnTEAF7HcWV2 { width:2.125rem;height:4.5375rem;top:8.65625rem;left:12.375000119209rem;text-align:center;text-align-last:center;font-size:4.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TSQkTAWNr3Tx0BWCCOu060rXPXDXqOHs { width:20rem;height:3.75rem;top:56.643749237061rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WykEzTG3P48eBRnab5RzprRvehbwhpgA { background-color:rgba(255,255,255,0.9);background-image:none;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; }#WykEzTG3P48eBRnab5RzprRvehbwhpgA > .row .container { background-color: transparent; background-image: none; }#WykEzTG3P48eBRnab5RzprRvehbwhpgA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WykEzTG3P48eBRnab5RzprRvehbwhpgA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WykEzTG3P48eBRnab5RzprRvehbwhpgA > .row .container > .video-iframe-container { display: none; }#WykEzTG3P48eBRnab5RzprRvehbwhpgA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WykEzTG3P48eBRnab5RzprRvehbwhpgA > .row > .video-iframe-container { display: none; }#WykEzTG3P48eBRnab5RzprRvehbwhpgA > .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); }#WykEzTG3P48eBRnab5RzprRvehbwhpgA > .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; }#WykEzTG3P48eBRnab5RzprRvehbwhpgA > .row .container { width:20rem;height:89.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WVZ8yyWIXMBsqtSQK4Vs3t2uxI9hDZnq { width:20rem;height:7.7rem;top:4.9375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #MnyOMuluJ9gPGreuBVnPU9v0MWU34Aqz { 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) { #sgx26kmdkJMIP1y23q1kkk1nOpM6KBmR { width:20rem;height:39.9375rem;top:31.249374389649rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #nDoXfTJZbGErMHAbLyX8dKfqaWFzIG6T { width:19.75rem;height:21.8125rem;top:14.874374389649rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhkpXlXuKC47JuO5Nomhihm6hDB10Os0 { width:18.25rem;height:8.3875rem;top:41.437498092651rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.3;display:block; }#JhkpXlXuKC47JuO5Nomhihm6hDB10Os0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cda4879f1419609a03cc77599cc87b0c5f67192b.svg); }
 }@media only screen and (max-width: 763px) { #TsZLJkhAieEDTGcTM3Wf9xQKFgCa7pka { width:16rem;height:3.1875rem;top:50.312498092651rem;left:1.3749998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #BImFv5XRN4dpwRdkJ2H7XgIb5KWmwpFm { display:block; }
 }@media only screen and (max-width: 763px) { #yslr4xZeQsqwkRqbEKIFbrBc4EhxOlV2 { width:20rem;height:1.71875rem;top:55.749998092651rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #LvSd67lBQ1quQCJyvNtWMWi7Bm0udtW5 { width:18.25rem;height:0;top:58.249998092651rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:none; }#LvSd67lBQ1quQCJyvNtWMWi7Bm0udtW5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cda4879f1419609a03cc77599cc87b0c5f67192b.svg); }
 }@media only screen and (max-width: 763px) { #dQUHFVwBnWWdc8KGPsLzcuxAIwt4ftl2 { width:20rem;height:1.71875rem;top:38.874998569489rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #J97arx0QAmFlzvOV7DcvyLOzwgIKvMik { width:3.9375rem;height:1.925rem;top:9.9362564086912rem;left:5.3118749856949rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #xNez6yNhBSQMdRUNE9hJb2CRT4SeSEg2 { width:3.1875rem;height:3.1875rem;top:14.011873245239rem;left:16.811875462532rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8EA38tT4mOvGwDcvTMg67hW280t2Jsf { width:4.625rem;height:4.625rem;top:33.289373755455rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OA7aDS7UlcltLDAMGxr78Gy1sILBHlkq { width:1rem;height:3.125rem;top:34.839062690735rem;left:18.175000727177rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6os9ipV8fiJWwTFA9eIJIdUCFn8UgGI { width:20rem;height:10.5625rem;top:75.3749961853rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #FvVOXZSTzbtCOWRDpvVEBTMT7NOw7gdm { width:14.25rem;height:2.8125rem;top:84.374221801756rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrvzB2CSrLufADIEK5G19atImT9sFlfd { display:block; }
 }@media only screen and (max-width: 763px) { #gnxtUxIae0kUOxAwetXukR1h9z78tZ2b { width:20rem;height:1.71875rem;top:80.4999961853rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Hiqb8NsyXmThAI5U6T609tPw4CcsdQw7 { width:2rem;height:1.71875rem;top:80.8749961853rem;left:13.687500119209rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #SgevwyZO16SXMXlBz4eQQSVHOFnKEr9O { width:20rem;height:0.89375rem;top:82.3124961853rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ZCc5WOeoZT7aqkcCMxBX2wgGDDI283FF { width:19.8125rem;height:6.125rem;top:73.1249961853rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTe4KkyuXUgL6h7FFevtNKnWsCT2pQDB { width:5.5625rem;height:2.8125rem;top:84.374221801756rem;left:14.437500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTRmb7p9L1QTrbwQ7XoHfUhFtB5dVl6r { width:18.25rem;height:12.425rem;top:58.413747787476rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.3;z-index:15012;display:block; }#QTRmb7p9L1QTrbwQ7XoHfUhFtB5dVl6r li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cda4879f1419609a03cc77599cc87b0c5f67192b.svg); }
 }@media only screen and (max-width: 763px) { #UlebeXmMR5hMgBHnFLu8SKCL0VLu83z0 { width:20rem;height:3.75rem;top:50.061719894409rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eg9HprsT0no15nIS4JUeyRlXlETqv4vS { width:20rem;height:3.75rem;top:85.936717987062rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CCHVe1FCNIfcHhQV4ZPESWr3u3fLKSJh { display:block; }#CCHVe1FCNIfcHhQV4ZPESWr3u3fLKSJh > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R3kqPqIN1bLE2n9efMzAOxF36B7CWkT5 { width:20rem;height:3.85rem;top:4.1681251525879rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #SO50vWENC8nZreMzEKQWCBVv4cnu7LPr { width:20rem;height:1.03125rem;top:8.5806250572206rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #cssnusqBc5TP5rb1cTJgXgZODkECilb7 { display:block; }#cssnusqBc5TP5rb1cTJgXgZODkECilb7 > .row .container { width:20rem;height:95.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NLqBcBtH99bPdQ1mVVISRC17ypnu6TXD { width:20rem;height:21.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DleOiIpeTIG0xX5SKFmMQEAy0KAu65U0 { background-color:rgba(255,255,255,0.9);background-image:none;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; }#DleOiIpeTIG0xX5SKFmMQEAy0KAu65U0 > .row .container { background-color: transparent; background-image: none; }#DleOiIpeTIG0xX5SKFmMQEAy0KAu65U0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DleOiIpeTIG0xX5SKFmMQEAy0KAu65U0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DleOiIpeTIG0xX5SKFmMQEAy0KAu65U0 > .row .container > .video-iframe-container { display: none; }#DleOiIpeTIG0xX5SKFmMQEAy0KAu65U0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DleOiIpeTIG0xX5SKFmMQEAy0KAu65U0 > .row > .video-iframe-container { display: none; }#DleOiIpeTIG0xX5SKFmMQEAy0KAu65U0 > .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); }#DleOiIpeTIG0xX5SKFmMQEAy0KAu65U0 > .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; }#DleOiIpeTIG0xX5SKFmMQEAy0KAu65U0 > .row .container { width:20rem;height:75.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pcXEf6VNNBTXxB4PMZr4Xd9qk3FyH3px { 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) { #BAsOb3sT0CNd25Dpal3bidBwquwopN3m { width:9.6875rem;height:8.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iN0vwBNT25IKwgvW8zeUMsFTTG5nKPTE { width:9.6875rem;height:8.6875rem;top:9.25rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBiffWrCLXuKuhUMwrpkedtN9E3MhxWG { width:9.6875rem;height:8.6875rem;top:0rem;left:10.071874737739rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEz2A3VfuT0SOw9R53S6RHEHWgRt3l4U { width:9.6875rem;height:8.6875rem;top:9.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbhw67vwoD9iWc5TSf779MPfKnvZDdw6 { width:9.6875rem;height:8.6875rem;top:18.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMIkAq8MSW05zfspq0LtHvM2XUW8OVfy { width:9.6875rem;height:8.6875rem;top:18.5rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTB2zHxVaKyIgCWe31OoC6GHPqx34kRv { width:9.6875rem;height:8.6875rem;top:64.6875rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTo97wwld3oQSGSge9pnZ6MyCCZeb8it { width:9.6875rem;height:8.6875rem;top:64.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPXpwhqXfoGCOWU3gP83yo3vyR8vSUtr { width:9.6875rem;height:8.6875rem;top:46.1875rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0cBqJT5llETGnbAIAbtruOHA61fK93L { width:9.6875rem;height:8.6875rem;top:46.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArF50KmGqogphuBR3iJm4EA9s5wRBS5H { width:9.6875rem;height:8.6875rem;top:36.9375rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQRMtTllWJuLnRch3nwUZgfTvD3PwzAW { width:9.6875rem;height:8.6875rem;top:36.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fl2Ndiqnat1cyuHwmlkfdaoHSu1hu7tl { width:19.8125rem;height:8.75rem;top:55.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #REwJsWH1d5ehzKrzyhxQFr8dMTD8zibO { width:19.875rem;height:8.6875rem;top:27.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPy4pbPeJvIrqCP5ls6Im8u2LAQA9Iue { display:block; }#yPy4pbPeJvIrqCP5ls6Im8u2LAQA9Iue > .row .container { width:20rem;height:44.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KZNxLkI5mn84vS5cpVToTiHyCo8cpTd8 { width:20rem;height:20rem;top:28.75rem;left:0rem;z-index:15051;display:none; }
 }@media only screen and (max-width: 763px) { #PfZsgHQ8EwJ4PPC2DD0JtoLUWFZVusq9 { width:20rem;height:20.4375rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC { display:block; }#IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC > .row .container { width:20rem;height:53.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ILhCbyz909T0JdD3sE346U9KLIqEceWT { width:20rem;height:38.3125rem;top:2.6237487792969rem;left:0rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #fMSOwiXZHqL2PFlneUsMcS9hdlA2owBt { width:16.375rem;height:5.25rem;top:5.125rem;left:2.5624998807907rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfusH0Voo0gyiHIoQ9LbV07UntW57nAv { width:16.5rem;height:9.1875rem;top:11.875rem;left:2.4999998807907rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STNycFX2VbVcMcS4u0AE1LNPSpOl8mkr { width:1.25rem;height:1.25rem;top:7rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M33NKMwVd4GtegFbip1SEyKeBgRHZkXD { 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) { #FkRyXVPiXkRlck70RzghWXRgOuNclI2d { width:20rem;height:23.6875rem;top:67.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #f7wQHOSFVOIKOShA3AJzPxhUOuv4Po7t { width:1.25rem;height:1.25rem;top:24.375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tf8RaSUgE0za2x7NEn6CpKMceTy3Thqx { width:16.375rem;height:2.8rem;top:22.5rem;left:2.3743749856949rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b99c1wlPFBnBs0qJZiRiLNiL8fG2vqxi { width:20rem;height:20rem;top:29.6875rem;left:0rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #Qo4TqDTMyPoql6PV0KWXLMtvkaDq9DzJ { display:flex;width:1.4375rem;height:1.4375rem;top:26.4375rem;left:1rem; }
#Qo4TqDTMyPoql6PV0KWXLMtvkaDq9DzJ > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #SWEDwp3AMiQZwMDeeaSvVyhlxKIiuxcu { width:13rem;height:1.6rem;top:26.375rem;left:2.5624998807907rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 { display:block; }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uflM6XmQ1qFWaPOTV7iQNy3qT689vhFO { width:20rem;height:0.89375rem;top:0.864372253418rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN > .row .container { background-color: transparent; background-image: none; }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN > .row .container > .video-iframe-container { display: none; }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN > .row > .video-iframe-container { display: none; }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN > .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); }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN > .row .container { border-width: 0; border-radius: 0; }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uP0BLS4LQ7zWEqOCtr7mmFFShZt3N4zg { width:20rem;height:4.25rem;top:0rem;left:0rem;z-index:15046;font-size:1.25rem;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #00a906, #4daf50);background-image: -moz-linear-gradient(270deg, #00a906, #4daf50);background-image: -ms-linear-gradient(270deg, #00a906, #4daf50);background-image: -o-linear-gradient(270deg, #00a906, #4daf50);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a906', endColorstr='#4daf50' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a906', endColorstr='#4daf50' );";background-image: linear-gradient(270deg, #00a906, #4daf50);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #CEJtpX3AX1CLvWZXuNGv08TrA1ThwDht { display:block; }
 }