.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:224,248,230;--color-primary-1:163,235,181;--color-primary-2:102,222,131;--color-primary-3:37,211,102;--color-primary-4:0,200,48;--color-secondary-0:251,210,211;--color-secondary-1:244,119,124;--color-secondary-2:237,28,36;--color-secondary-3:142,17,22;--color-secondary-4:142,3,11;--color-tertiary-0:255,255,255;--color-tertiary-1:186,186,186;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"DM Serif Display";--paragraphs-font-family:"Assistant"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Co6MImBnMmOQmSy4AdnDZdK9RV1fiiZn { background-color:#6d7373;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Co6MImBnMmOQmSy4AdnDZdK9RV1fiiZn > .row .container { background-color: transparent; background-image: none; }#Co6MImBnMmOQmSy4AdnDZdK9RV1fiiZn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Co6MImBnMmOQmSy4AdnDZdK9RV1fiiZn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Co6MImBnMmOQmSy4AdnDZdK9RV1fiiZn > .row .container > .video-iframe-container { display: none; }#Co6MImBnMmOQmSy4AdnDZdK9RV1fiiZn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Co6MImBnMmOQmSy4AdnDZdK9RV1fiiZn > .row > .video-iframe-container { display: none; }#Co6MImBnMmOQmSy4AdnDZdK9RV1fiiZn > .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); }#Co6MImBnMmOQmSy4AdnDZdK9RV1fiiZn > .row .container { border-width: 0; border-radius: 0; }#Co6MImBnMmOQmSy4AdnDZdK9RV1fiiZn > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Co6MImBnMmOQmSy4AdnDZdK9RV1fiiZn > .row .container { font-size:0.875rem;font-family:arial;height:48.75rem;width:75rem;overflow:visible;position:relative;display:block; }#JHnQTTV1p5l59kPBdMyizk7x0c0Qy6zM { 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:7.5rem;width:18.5rem;top:1.412109375rem;left:0rem;overflow:hidden;display:block; }
#nJrtxNzG7l2JO2T0wM6mR7WElCcQLpAd { color:rgba(var(--color-tertiary-0),1);display:block;width:42.9375rem;position:absolute;font-family:"roboto condensed";font-size:4rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:13.36328125rem;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;display:block; }
#FqvJp1NquiFg5qziNtpZPG49aZOzfMAr { color:rgba(var(--color-tertiary-0),1);display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:27.125rem;left:0rem;height:4.375rem;font-style:normal;display:block; }
#TduFMDIO8dtytlAG1N4T9uqlc9p7sggW { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid #09699d;border-left:2.5rem solid rgba(0,0,0,0);border-right:0rem solid #09699d;border-bottom:0rem solid #09699d;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;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:asap;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.0625rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:35.6875rem;left:0rem;display:block; }
#HkGRZzI2FF4AiTXyJK8kul3L8dZpWP67 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bUIbxHpfsfJEBnz88C0rAzHq3zx8W1D0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.624025rem;width:1.624025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:36.4375rem;left:1.5rem; }
#eME8lOeKewxMTK2dR2y2zDXcIOiTuqHM { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:asap;font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:9.8740234375rem;left:0.96875rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#Ti9Cf5WwssBz6gExc3WPoKDomgw34rdO { box-sizing:content-box;height:48.75rem;width:58.1875rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2e44925d-e3c4-44a5-a1ed-a610aad08194/download20250606T154922218.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:27.5rem;display:block; }#Ti9Cf5WwssBz6gExc3WPoKDomgw34rdO.adaptive-delivery-prevent-bg, #Ti9Cf5WwssBz6gExc3WPoKDomgw34rdO.lazyload, #Ti9Cf5WwssBz6gExc3WPoKDomgw34rdO.lazyloading { background-image: none; }
#Ti9Cf5WwssBz6gExc3WPoKDomgw34rdO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.37); }#zkkTgsSQ81xVSL8RH9fPebqOFtHRzOZ1 { box-sizing:content-box;height:48.75rem;width:23.1875rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6d7373, rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(90deg, #6d7373, rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(90deg, #6d7373, rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(90deg, #6d7373, rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d7373', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d7373', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(90deg, #6d7373, rgba(var(--color-tertiary-4),0));background-size:cover !important;top:0rem;left:27.5rem;display:block; }
#kpva2kuJnshh0FoqwTKHpLpLB0QfTnz9 { box-sizing:content-box;height:42.6875rem;width:42.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:transparent;background-image:none;top:-7.1875rem;left:44.070859253499rem;border-top:0rem solid rgba(255,0,0,0.5);border-left:0.0625rem solid rgba(255,0,0,0.5);border-right:0rem solid rgba(255,0,0,0.5);border-bottom:0.1875rem solid rgba(255,0,0,0.5);display:block; }
#tdLgq62mvM6gvHQ8XbVHm8cNDxKbE6lu { box-sizing:content-box;height:28.5rem;width:28.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:transparent;background-image:none;top:7.5625rem;left:43.939762443439rem;border-top:0.0625rem solid rgba(255,0,0,0.77);border-left:0rem solid rgba(255,0,0,0.77);border-right:0.125rem solid rgba(255,0,0,0.77);border-bottom:0rem solid rgba(255,0,0,0.77);display:block; }
#K2BMERepzXaUJ5oTosfDnmcHhfbknOsZ { color:rgba(var(--color-tertiary-0),1);display:block;width:11.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:17.8994140625rem;left:5.4375rem;height:4.125rem;font-style:italic;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; }
#LPpIWRe0k9z64otNN3W6dBpbUztXy85N { color:rgba(var(--color-tertiary-0),1);display:block;width:26.0625rem;position:absolute;font-family:asap;font-size:0.6875rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:36.6875rem;left:22.8125rem;height:1.0996125rem;display:block; }#LPpIWRe0k9z64otNN3W6dBpbUztXy85N li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LPpIWRe0k9z64otNN3W6dBpbUztXy85N li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3ec6ecb8a75c1ee2df26ac016b667d0dac8ea7c6.svg); }
#gmrIrqcppiPOD58nzfcOVX4O7APDAKi5 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#iakwv3G63GgHXmTul61oTba17qsW3TBi { position:relative;display:block; }#iakwv3G63GgHXmTul61oTba17qsW3TBi { background-color: transparent; background-image: none; }#iakwv3G63GgHXmTul61oTba17qsW3TBi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iakwv3G63GgHXmTul61oTba17qsW3TBi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iakwv3G63GgHXmTul61oTba17qsW3TBi > .row .container > .video-iframe-container { display: none; }#iakwv3G63GgHXmTul61oTba17qsW3TBi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iakwv3G63GgHXmTul61oTba17qsW3TBi > .row > .video-iframe-container { display: none; }#iakwv3G63GgHXmTul61oTba17qsW3TBi > .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); }#iakwv3G63GgHXmTul61oTba17qsW3TBi { border-width: 0; border-radius: 0; }#iakwv3G63GgHXmTul61oTba17qsW3TBi > .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; }#iakwv3G63GgHXmTul61oTba17qsW3TBi > .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:14rem;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; }#NB3HwDzRd0dGFQDs5nsLKbU0pK872FmJ { box-sizing:content-box;height:10rem;width:22.75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e050b655-8ea1-49eb-a242-b5b52d21bf00/download20250606T163050887.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:-1.9375rem;left:0rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }#NB3HwDzRd0dGFQDs5nsLKbU0pK872FmJ.adaptive-delivery-prevent-bg, #NB3HwDzRd0dGFQDs5nsLKbU0pK872FmJ.lazyload, #NB3HwDzRd0dGFQDs5nsLKbU0pK872FmJ.lazyloading { background-image: none; }
#NB3HwDzRd0dGFQDs5nsLKbU0pK872FmJ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem; }#NB3HwDzRd0dGFQDs5nsLKbU0pK872FmJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.3); }#GdlTFC7VlE1FsXUsTV1bRDAJLv6G8t45 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:0.5625rem;left:1.875rem;height:;font-style:italic;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; }
#ZTkASAXhEx5EaM7PRXMIcc5LUDDHLV3N { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:1.0625rem;left:13.0625rem;height:3.1484375rem;font-style:normal;display:block; }
#dXed5tpbWZgyK8pqTUXCDxEBwTODVB6H { box-sizing:content-box;height:10rem;width:22.75rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(287deg, rgba(var(--color-secondary-4),0.52), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(287deg, rgba(var(--color-secondary-4),0.52), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(287deg, rgba(var(--color-secondary-4),0.52), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(287deg, rgba(var(--color-secondary-4),0.52), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0.52)', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0.52)', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(287deg, rgba(var(--color-secondary-4),0.52), rgba(var(--color-tertiary-4),0));background-size:cover !important;top:-1.9375rem;left:0rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#fEqC42TTsgwqrTch0vmRItvw2o3bCQyX { color:rgba(var(--color-tertiary-0),1);display:block;width:11.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:0.5625rem;left:26.9375rem;height:4.125rem;font-style:italic;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; }
#lMvCLx5Q0fATW9UJR6pUPrz2gqnHheeu { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:1.0625rem;left:32.5625rem;height:3.1484375rem;font-style:normal;display:block; }
#QCuptWoXcyoUTBKKpKg3wBCeUb31Jl2k { box-sizing:content-box;height:10rem;width:23rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e050b655-8ea1-49eb-a242-b5b52d21bf00/download20250606T163050887.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:-1.9375rem;left:25.4375rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }#QCuptWoXcyoUTBKKpKg3wBCeUb31Jl2k.adaptive-delivery-prevent-bg, #QCuptWoXcyoUTBKKpKg3wBCeUb31Jl2k.lazyload, #QCuptWoXcyoUTBKKpKg3wBCeUb31Jl2k.lazyloading { background-image: none; }
#QCuptWoXcyoUTBKKpKg3wBCeUb31Jl2k::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem; }#QCuptWoXcyoUTBKKpKg3wBCeUb31Jl2k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.3); }#Fdsz8yfx7EIbhVV8CdlvnI0yE8qU3FvN { box-sizing:content-box;height:10rem;width:23rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(104deg, rgba(var(--color-secondary-4),0.48), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(104deg, rgba(var(--color-secondary-4),0.48), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(104deg, rgba(var(--color-secondary-4),0.48), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(104deg, rgba(var(--color-secondary-4),0.48), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0.48)', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0.48)', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(104deg, rgba(var(--color-secondary-4),0.48), rgba(var(--color-tertiary-4),0));background-size:cover !important;top:-1.9375rem;left:25.4375rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#CSdlPg4rcCvTPX65X0TuPqlyA9DG5F43 { box-sizing:content-box;height:10rem;width:24.25rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e050b655-8ea1-49eb-a242-b5b52d21bf00/download20250606T163050887.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:-1.875rem;left:50.75rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }#CSdlPg4rcCvTPX65X0TuPqlyA9DG5F43.adaptive-delivery-prevent-bg, #CSdlPg4rcCvTPX65X0TuPqlyA9DG5F43.lazyload, #CSdlPg4rcCvTPX65X0TuPqlyA9DG5F43.lazyloading { background-image: none; }
#CSdlPg4rcCvTPX65X0TuPqlyA9DG5F43::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem; }#CSdlPg4rcCvTPX65X0TuPqlyA9DG5F43::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.3); }#uPq1L2LxV0KQHhzkyVm1pw52oivepkAN { box-sizing:content-box;height:10rem;width:24.25rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(340deg, rgba(var(--color-secondary-4),0.48), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(340deg, rgba(var(--color-secondary-4),0.48), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(340deg, rgba(var(--color-secondary-4),0.48), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(340deg, rgba(var(--color-secondary-4),0.48), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0.48)', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0.48)', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(340deg, rgba(var(--color-secondary-4),0.48), rgba(var(--color-tertiary-4),0));background-size:cover !important;top:-1.875rem;left:50.75rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#PBtha3QJGuCCL7Q6khUVJNnaFUfJpH2y { color:rgba(var(--color-tertiary-0),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:1.0625rem;left:62.8125rem;height:3.1484375rem;font-style:normal;display:block; }
#PKweVmuOWi5lgWm5Ftx9x5kLccTyEcoI { color:rgba(var(--color-tertiary-0),1);display:block;width:11.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:0.5625rem;left:52.625rem;height:4.125rem;font-style:italic;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; }
#erKb5p1RZbWEsOJRP6pg50XM1ZM8UcZi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.79);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; }#erKb5p1RZbWEsOJRP6pg50XM1ZM8UcZi > .row .container { background-color: transparent; background-image: none; }#erKb5p1RZbWEsOJRP6pg50XM1ZM8UcZi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#erKb5p1RZbWEsOJRP6pg50XM1ZM8UcZi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#erKb5p1RZbWEsOJRP6pg50XM1ZM8UcZi > .row .container > .video-iframe-container { display: none; }#erKb5p1RZbWEsOJRP6pg50XM1ZM8UcZi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#erKb5p1RZbWEsOJRP6pg50XM1ZM8UcZi > .row > .video-iframe-container { display: none; }#erKb5p1RZbWEsOJRP6pg50XM1ZM8UcZi > .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); }#erKb5p1RZbWEsOJRP6pg50XM1ZM8UcZi > .row .container { border-width: 0; border-radius: 0; }#erKb5p1RZbWEsOJRP6pg50XM1ZM8UcZi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#erKb5p1RZbWEsOJRP6pg50XM1ZM8UcZi > .row .container { font-size:0.875rem;font-family:arial;height:31.0625rem;width:75rem;position:relative;display:block; }#hxn23nbfkfNXyUXn4NZDD3vlz1Un5h3K { color:rgba(var(--color-tertiary-4),1);display:block;width:35.249rem;position:absolute;font-family:"roboto condensed";font-size:2.8125rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:0rem;left:0rem;height:3.09375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#QehKTRFmT9xphtLJZKFkvTxM072xkJAA { color:rgba(var(--color-tertiary-4),1);display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:5.9375rem;left:0rem;height:;font-style:normal;display:block; }#QehKTRFmT9xphtLJZKFkvTxM072xkJAA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QehKTRFmT9xphtLJZKFkvTxM072xkJAA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_18f6cfbe2da1e056f7bb57f7872ebe99083e7075.svg); }
#QHJJXJzo407Jd8EOs9CCM2s9C7dKOQk8 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:5.9375rem;left:38.875rem;height:16.3125rem;font-style:normal;display:block; }#QHJJXJzo407Jd8EOs9CCM2s9C7dKOQk8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QHJJXJzo407Jd8EOs9CCM2s9C7dKOQk8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_18f6cfbe2da1e056f7bb57f7872ebe99083e7075.svg); }
#ixwJPEfOFOEAIP3nc9qHb0ZFKxBbev35 { position:relative;display:block; }#ixwJPEfOFOEAIP3nc9qHb0ZFKxBbev35 { background-color: transparent; background-image: none; }#ixwJPEfOFOEAIP3nc9qHb0ZFKxBbev35::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixwJPEfOFOEAIP3nc9qHb0ZFKxBbev35 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixwJPEfOFOEAIP3nc9qHb0ZFKxBbev35 > .row .container > .video-iframe-container { display: none; }#ixwJPEfOFOEAIP3nc9qHb0ZFKxBbev35 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixwJPEfOFOEAIP3nc9qHb0ZFKxBbev35 > .row > .video-iframe-container { display: none; }#ixwJPEfOFOEAIP3nc9qHb0ZFKxBbev35 > .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); }#ixwJPEfOFOEAIP3nc9qHb0ZFKxBbev35 { border-width: 0; border-radius: 0; }#ixwJPEfOFOEAIP3nc9qHb0ZFKxBbev35 > .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; }#ixwJPEfOFOEAIP3nc9qHb0ZFKxBbev35 > .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:28.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; }#ysN1T6aMKpMHPlNSTrFzmN0xqQOI3z8x { box-sizing:content-box;height:21.875rem;width:23.75rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8b976cf3-4e65-48ea-bcca-f21fc134c10e/sports_and_knee_pain.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0.9375rem;left:0rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }#ysN1T6aMKpMHPlNSTrFzmN0xqQOI3z8x.adaptive-delivery-prevent-bg, #ysN1T6aMKpMHPlNSTrFzmN0xqQOI3z8x.lazyload, #ysN1T6aMKpMHPlNSTrFzmN0xqQOI3z8x.lazyloading { background-image: none; }
#ysN1T6aMKpMHPlNSTrFzmN0xqQOI3z8x::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem; }#ysN1T6aMKpMHPlNSTrFzmN0xqQOI3z8x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.3); }#vrs7Mq72UJW3p3NyoVf1AOp22y4smZtB { color:rgba(var(--color-tertiary-0),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:17.2265625rem;left:1.875rem;height:3.1484375rem;font-style:normal;display:block; }
#ep0mskSpfQNMwNX0T4uT01QN2TzyXmqA { box-sizing:content-box;height:21.875rem;width:23.75rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8d49a609-c7df-4ec7-bbaa-cff75f2d24be/iStock1310658912FrauSchmerzen.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0.9375rem;left:25.625rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }#ep0mskSpfQNMwNX0T4uT01QN2TzyXmqA.adaptive-delivery-prevent-bg, #ep0mskSpfQNMwNX0T4uT01QN2TzyXmqA.lazyload, #ep0mskSpfQNMwNX0T4uT01QN2TzyXmqA.lazyloading { background-image: none; }
#ep0mskSpfQNMwNX0T4uT01QN2TzyXmqA::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem; }#ep0mskSpfQNMwNX0T4uT01QN2TzyXmqA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.3); }#XfGuoi2MF3lKi5a005ldTa9DzG6zG0O2 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:17.25rem;left:27.5rem;height:3.1484375rem;font-style:normal;display:block; }
#T0rvoCw14ZEgZUkRI0ZoXQfiJPUQAvzg { box-sizing:content-box;height:21.875rem;width:23.75rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/643d2510-c5db-4501-a44e-94f92fdcccaf/injectionintokneejointdrug6.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0.9375rem;left:51.25rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }#T0rvoCw14ZEgZUkRI0ZoXQfiJPUQAvzg.adaptive-delivery-prevent-bg, #T0rvoCw14ZEgZUkRI0ZoXQfiJPUQAvzg.lazyload, #T0rvoCw14ZEgZUkRI0ZoXQfiJPUQAvzg.lazyloading { background-image: none; }
#T0rvoCw14ZEgZUkRI0ZoXQfiJPUQAvzg::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem; }#T0rvoCw14ZEgZUkRI0ZoXQfiJPUQAvzg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.3); }#hMaGtge8J5dbE1CnL8EW0k3AnFkfqPxZ { color:rgba(var(--color-tertiary-0),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:17.25rem;left:53.125rem;height:3.1484375rem;font-style:normal;display:block; }
#SUDdsQnyOxc7s0zIQDTbHsEFALiZpxRu { position:relative;display:block; }#SUDdsQnyOxc7s0zIQDTbHsEFALiZpxRu { background-color: transparent; background-image: none; }#SUDdsQnyOxc7s0zIQDTbHsEFALiZpxRu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUDdsQnyOxc7s0zIQDTbHsEFALiZpxRu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUDdsQnyOxc7s0zIQDTbHsEFALiZpxRu > .row .container > .video-iframe-container { display: none; }#SUDdsQnyOxc7s0zIQDTbHsEFALiZpxRu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUDdsQnyOxc7s0zIQDTbHsEFALiZpxRu > .row > .video-iframe-container { display: none; }#SUDdsQnyOxc7s0zIQDTbHsEFALiZpxRu > .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); }#SUDdsQnyOxc7s0zIQDTbHsEFALiZpxRu { border-width: 0; border-radius: 0; }#SUDdsQnyOxc7s0zIQDTbHsEFALiZpxRu > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#SUDdsQnyOxc7s0zIQDTbHsEFALiZpxRu > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(124,132,132,0.95);background-image:none;font-size:0.875rem;font-family:arial;height:19.4375rem;width:75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:block; }#eoGIpbmk5dhzcdTCkOMXR3g58WKOJMQT { box-sizing:content-box;height:25.375rem;width:25.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:transparent;background-image:none;top:-3.90625rem;left:1.736328125rem;border-top:0rem solid rgba(255,0,0,0.5);border-left:0.0625rem solid rgba(255,0,0,0.5);border-right:0rem solid rgba(255,0,0,0.5);border-bottom:0.1875rem solid rgba(255,0,0,0.5);display:block; }
#CT1gXPstROklQx73gWIehBOiZHlEhSHt { color:rgba(var(--color-tertiary-0),1);display:block;width:63.1875rem;position:absolute;font-family:"roboto condensed";font-size:3.125rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:3rem;left:4.9375rem;height:3.4375rem;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; }
#DoTqC9QatJZWE4HSCdrgXSutq58oXt7K { color:rgba(var(--color-tertiary-0),1);display:block;width:53.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:7.5rem;left:4.9375rem;height:7.5859375rem;font-style:normal;display:block; }#DoTqC9QatJZWE4HSCdrgXSutq58oXt7K li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DoTqC9QatJZWE4HSCdrgXSutq58oXt7K li:before{  }
#P9iPA0uSF7wf1seLvXyBgHPx487tln5D { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid #09699d;border-left:2.5rem solid rgba(0,0,0,0);border-right:0rem solid #09699d;border-bottom:0rem solid #09699d;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;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:asap;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:12rem;left:51.25rem;display:block; }
#zoICShNMImmPRE5SkkB7otCVd5DRBwws { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EDf3RGOuSh0BNVpiF8797chisxVM4KLS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.624025rem;width:1.624025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:12.75rem;left:52.1875rem; }
#lVWCBT7z7smTXM8gyRbdTbmLScdpf16M { position:relative;display:block; }#lVWCBT7z7smTXM8gyRbdTbmLScdpf16M { background-color: transparent; background-image: none; }#lVWCBT7z7smTXM8gyRbdTbmLScdpf16M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lVWCBT7z7smTXM8gyRbdTbmLScdpf16M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lVWCBT7z7smTXM8gyRbdTbmLScdpf16M > .row .container > .video-iframe-container { display: none; }#lVWCBT7z7smTXM8gyRbdTbmLScdpf16M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lVWCBT7z7smTXM8gyRbdTbmLScdpf16M > .row > .video-iframe-container { display: none; }#lVWCBT7z7smTXM8gyRbdTbmLScdpf16M > .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); }#lVWCBT7z7smTXM8gyRbdTbmLScdpf16M { border-width: 0; border-radius: 0; }#lVWCBT7z7smTXM8gyRbdTbmLScdpf16M > .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; }#lVWCBT7z7smTXM8gyRbdTbmLScdpf16M > .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:45.875rem;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; }#o6sdWAww5UqWVrkwEsUEQTithAaSTEvM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 2.25rem 2.0625rem 2.5625rem rgba(var(--color-tertiary-4),0.14) ;height:31.375rem;width:56.1875rem;top:5.75rem;left:0rem;display:block; }
#wco5zKZ5uo2QJ5x3EwbfpLVXHT6GbAXo { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:27.451171875rem;left:59.4375rem;height:4.72265625rem;font-style:normal;display:block; }
#DkvTT7VTDFzn2C5bOPuNNb3FkJPIdoer { position:relative;display:block; }#DkvTT7VTDFzn2C5bOPuNNb3FkJPIdoer { background-color: transparent; background-image: none; }#DkvTT7VTDFzn2C5bOPuNNb3FkJPIdoer::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DkvTT7VTDFzn2C5bOPuNNb3FkJPIdoer > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DkvTT7VTDFzn2C5bOPuNNb3FkJPIdoer > .row .container > .video-iframe-container { display: none; }#DkvTT7VTDFzn2C5bOPuNNb3FkJPIdoer > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DkvTT7VTDFzn2C5bOPuNNb3FkJPIdoer > .row > .video-iframe-container { display: none; }#DkvTT7VTDFzn2C5bOPuNNb3FkJPIdoer > .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); }#DkvTT7VTDFzn2C5bOPuNNb3FkJPIdoer { border-width: 0; border-radius: 0; }#DkvTT7VTDFzn2C5bOPuNNb3FkJPIdoer > .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; }#DkvTT7VTDFzn2C5bOPuNNb3FkJPIdoer > .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:17.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; }#P0XtAIXT374hpKWNIt0ditcxzhhd6nex { box-sizing:content-box;height:4.1875rem;width:4.125rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e050b655-8ea1-49eb-a242-b5b52d21bf00/download20250606T163050887.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:0rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }#P0XtAIXT374hpKWNIt0ditcxzhhd6nex.adaptive-delivery-prevent-bg, #P0XtAIXT374hpKWNIt0ditcxzhhd6nex.lazyload, #P0XtAIXT374hpKWNIt0ditcxzhhd6nex.lazyloading { background-image: none; }
#P0XtAIXT374hpKWNIt0ditcxzhhd6nex::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem; }#P0XtAIXT374hpKWNIt0ditcxzhhd6nex::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.3); }#JA8dd6zMquAADMv8FaHvK3yoyB92E4Ve { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:5.5rem;left:0rem;height:4.72265625rem;font-style:normal;display:block; }
#EFcHEkPwvJ0OdPw92Ez1lGPVGehyLol9 { position:absolute;display:block;z-index:15009;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:2.1875rem;top:1rem;left:0.96875rem;overflow:hidden;display:block; }
#JFIXDWgsZgoQFmS3UEqR0dVWvBQMOyO0 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:5.5rem;left:25rem;height:4.72265625rem;font-style:normal;display:block; }
#qC9BlgpNnvFEosJK7sLkLuTfn3x4b2vm { box-sizing:content-box;height:4.1875rem;width:4.125rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e050b655-8ea1-49eb-a242-b5b52d21bf00/download20250606T163050887.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:25rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }#qC9BlgpNnvFEosJK7sLkLuTfn3x4b2vm.adaptive-delivery-prevent-bg, #qC9BlgpNnvFEosJK7sLkLuTfn3x4b2vm.lazyload, #qC9BlgpNnvFEosJK7sLkLuTfn3x4b2vm.lazyloading { background-image: none; }
#qC9BlgpNnvFEosJK7sLkLuTfn3x4b2vm::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem; }#qC9BlgpNnvFEosJK7sLkLuTfn3x4b2vm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.3); }#cRw0ZN3mlH9PdrX75DC8JoppoMEQVcL9 { position:absolute;display:block;z-index:15009;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:2.1875rem;top:1rem;left:26rem;overflow:hidden;display:block; }
#W8kctPEmVrhXUXk68s2i41f7yoCqUE8n { color:rgba(var(--color-tertiary-4),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:5.5rem;left:50rem;height:3.1484375rem;font-style:normal;display:block; }
#TzGkzzt0wSrqx3OfHhDmWIBEKbbT5ugw { box-sizing:content-box;height:4.1875rem;width:4.125rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e050b655-8ea1-49eb-a242-b5b52d21bf00/download20250606T163050887.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:50rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }#TzGkzzt0wSrqx3OfHhDmWIBEKbbT5ugw.adaptive-delivery-prevent-bg, #TzGkzzt0wSrqx3OfHhDmWIBEKbbT5ugw.lazyload, #TzGkzzt0wSrqx3OfHhDmWIBEKbbT5ugw.lazyloading { background-image: none; }
#TzGkzzt0wSrqx3OfHhDmWIBEKbbT5ugw::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem; }#TzGkzzt0wSrqx3OfHhDmWIBEKbbT5ugw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.3); }#LbCXtMrBkF9kvkArTPnaPE6wGfvEkTll { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:0.96875rem;left:50.9375rem; }
#fEq2cg6RVyabF7un0WNzD9ZWT7VBP5lT { position:relative;display:block; }#fEq2cg6RVyabF7un0WNzD9ZWT7VBP5lT { background-color: transparent; background-image: none; }#fEq2cg6RVyabF7un0WNzD9ZWT7VBP5lT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fEq2cg6RVyabF7un0WNzD9ZWT7VBP5lT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fEq2cg6RVyabF7un0WNzD9ZWT7VBP5lT > .row .container > .video-iframe-container { display: none; }#fEq2cg6RVyabF7un0WNzD9ZWT7VBP5lT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fEq2cg6RVyabF7un0WNzD9ZWT7VBP5lT > .row > .video-iframe-container { display: none; }#fEq2cg6RVyabF7un0WNzD9ZWT7VBP5lT > .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); }#fEq2cg6RVyabF7un0WNzD9ZWT7VBP5lT { border-width: 0; border-radius: 0; }#fEq2cg6RVyabF7un0WNzD9ZWT7VBP5lT > .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; }#fEq2cg6RVyabF7un0WNzD9ZWT7VBP5lT > .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:block; }#q1ezPJA34QGWX4hh6FKc3O33rwvUkBZC { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ac8db3a1-0707-472f-b447-e1c81d174e41/download20250609T162416884.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:0rem;display:block; }#q1ezPJA34QGWX4hh6FKc3O33rwvUkBZC.adaptive-delivery-prevent-bg, #q1ezPJA34QGWX4hh6FKc3O33rwvUkBZC.lazyload, #q1ezPJA34QGWX4hh6FKc3O33rwvUkBZC.lazyloading { background-image: none; }
#pwM6J8IGEH0btNLgR7X4Rnv7K9owcUr6 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1ee3e4ce-6081-4eff-aa9f-ef572edf6847/download20250609T162425727.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:12.5rem;display:block; }#pwM6J8IGEH0btNLgR7X4Rnv7K9owcUr6.adaptive-delivery-prevent-bg, #pwM6J8IGEH0btNLgR7X4Rnv7K9owcUr6.lazyload, #pwM6J8IGEH0btNLgR7X4Rnv7K9owcUr6.lazyloading { background-image: none; }
#XuDpJHPL2ONlgqKvizdOfDabZg1QuMmt { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/16b42612-82db-475e-a9a6-e7ee7a666802/WhatsAppImage20250606at093858.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:25rem;display:block; }#XuDpJHPL2ONlgqKvizdOfDabZg1QuMmt.adaptive-delivery-prevent-bg, #XuDpJHPL2ONlgqKvizdOfDabZg1QuMmt.lazyload, #XuDpJHPL2ONlgqKvizdOfDabZg1QuMmt.lazyloading { background-image: none; }
#BSglVb4TCH5uRudgF5hpkF9pKNOk9s7y { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/879321a7-d10a-4f76-b626-ad8dd67b1053/download20250609T162430165.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:37.5rem;display:block; }#BSglVb4TCH5uRudgF5hpkF9pKNOk9s7y.adaptive-delivery-prevent-bg, #BSglVb4TCH5uRudgF5hpkF9pKNOk9s7y.lazyload, #BSglVb4TCH5uRudgF5hpkF9pKNOk9s7y.lazyloading { background-image: none; }
#fHFpkUSHTv4c2q5Rft644a4ZkbsHUCoN { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6d0df2db-e6ab-41d9-8432-c470739ade9b/download20250609T162421518.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:50rem;display:block; }#fHFpkUSHTv4c2q5Rft644a4ZkbsHUCoN.adaptive-delivery-prevent-bg, #fHFpkUSHTv4c2q5Rft644a4ZkbsHUCoN.lazyload, #fHFpkUSHTv4c2q5Rft644a4ZkbsHUCoN.lazyloading { background-image: none; }
#ScJp5JopwlTLOXM4WQqDM7EPGvKIrCkd { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8980b7c5-f78e-44ec-9316-bec62289d2ab/download20250609T162553194.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:62.5rem;display:block; }#ScJp5JopwlTLOXM4WQqDM7EPGvKIrCkd.adaptive-delivery-prevent-bg, #ScJp5JopwlTLOXM4WQqDM7EPGvKIrCkd.lazyload, #ScJp5JopwlTLOXM4WQqDM7EPGvKIrCkd.lazyloading { background-image: none; }
#wTNTLFXBTtcTq858OyU1TZhuPX03zfbb { 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; }#wTNTLFXBTtcTq858OyU1TZhuPX03zfbb > .row .container { background-color: transparent; background-image: none; }#wTNTLFXBTtcTq858OyU1TZhuPX03zfbb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTNTLFXBTtcTq858OyU1TZhuPX03zfbb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTNTLFXBTtcTq858OyU1TZhuPX03zfbb > .row .container > .video-iframe-container { display: none; }#wTNTLFXBTtcTq858OyU1TZhuPX03zfbb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTNTLFXBTtcTq858OyU1TZhuPX03zfbb > .row > .video-iframe-container { display: none; }#wTNTLFXBTtcTq858OyU1TZhuPX03zfbb > .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); }#wTNTLFXBTtcTq858OyU1TZhuPX03zfbb > .row .container { border-width: 0; border-radius: 0; }#wTNTLFXBTtcTq858OyU1TZhuPX03zfbb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wTNTLFXBTtcTq858OyU1TZhuPX03zfbb > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:75rem;position:relative;display:block; }#DH6bkmEfTwJCq4DlBJq8nFASBw5rUy7F { 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:43rem;width:33.5625rem;top:0rem;left:-5.5909674657534rem;overflow:hidden;display:block; }
#qgDeHV9PZtstlgZ9Lg2XoRupAo5S5SR0 { color:rgba(var(--color-tertiary-4),1);display:block;width:44.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:8.125rem;left:29.5625rem;height:23.625rem;font-style:normal;display:block; }
#FmW2oTsfH1SM9VqP2TQeVPHVdowRLaf8 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:18.75rem;top:2.25rem;left:28.125rem;overflow:hidden;display:block; }
#d0PETFcUuftZVxVqiurnEAQFBETT8mc0 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:4.9375rem;left:47.625rem;height:1.3125rem;font-style:normal;display:block; }
#XBTQ08JUBgmg3IGHDIiZSfupDqU2NqLv { box-sizing:content-box;height:6.6875rem;width:8.9375rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/4723578b-9ea9-4920-a63e-6e272d955b3d/download20250609T140107221.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:33.5rem;left:27.9716796875rem;display:block; }#XBTQ08JUBgmg3IGHDIiZSfupDqU2NqLv.adaptive-delivery-prevent-bg, #XBTQ08JUBgmg3IGHDIiZSfupDqU2NqLv.lazyload, #XBTQ08JUBgmg3IGHDIiZSfupDqU2NqLv.lazyloading { background-image: none; }
#EV7q8I8iQyvNnNyRLme7lnNSmuE8QOU6 { box-sizing:content-box;height:5.3125rem;width:7.8125rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/adfd09a4-11a9-45d0-ae35-6d8d559211df/download20250609T140111271.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:34.1875rem;left:36.0966796875rem;display:block; }#EV7q8I8iQyvNnNyRLme7lnNSmuE8QOU6.adaptive-delivery-prevent-bg, #EV7q8I8iQyvNnNyRLme7lnNSmuE8QOU6.lazyload, #EV7q8I8iQyvNnNyRLme7lnNSmuE8QOU6.lazyloading { background-image: none; }
#qvbSUo1m7zPqJBkyqzZhKQ7kMu0Ac3kw { box-sizing:content-box;height:4.5625rem;width:6.75rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a7275165-4f02-4f69-8a58-d12d0017d94f/download20250609T140119223.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:34.5625rem;left:45.0341796875rem;display:block; }#qvbSUo1m7zPqJBkyqzZhKQ7kMu0Ac3kw.adaptive-delivery-prevent-bg, #qvbSUo1m7zPqJBkyqzZhKQ7kMu0Ac3kw.lazyload, #qvbSUo1m7zPqJBkyqzZhKQ7kMu0Ac3kw.lazyloading { background-image: none; }
#iOXcIaSXoBAb1LrH0CKSoDPsqMvGZiSD { box-sizing:content-box;height:4.4375rem;width:6.375rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/36654413-de54-4ff6-9887-ee5a0f928807/download20250609T140115238.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:34.75rem;left:53.9716796875rem;display:block; }#iOXcIaSXoBAb1LrH0CKSoDPsqMvGZiSD.adaptive-delivery-prevent-bg, #iOXcIaSXoBAb1LrH0CKSoDPsqMvGZiSD.lazyload, #iOXcIaSXoBAb1LrH0CKSoDPsqMvGZiSD.lazyloading { background-image: none; }
#yxEAZAPQNtzoBf5rETk478cIo2kLTGmL { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#QqgURo3vWNVwt8LOl06SinrCTJ6wurXQ { box-sizing:content-box;height:28.1875rem;width:23.6875rem;position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/bb3e74f1-888b-4681-a2da-95ede6619fa6/staminageral20168470c9460115.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:-6.6875rem;left:55.25rem;display:none; }#QqgURo3vWNVwt8LOl06SinrCTJ6wurXQ.adaptive-delivery-prevent-bg, #QqgURo3vWNVwt8LOl06SinrCTJ6wurXQ.lazyload, #QqgURo3vWNVwt8LOl06SinrCTJ6wurXQ.lazyloading { background-image: none; }
#satq6s53BmZEmL6SW21qR0x7S3TsKoFo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1e88904c-e5bc-40da-8304-78bffed027ee/download20250609T135012432.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#satq6s53BmZEmL6SW21qR0x7S3TsKoFo.adaptive-delivery-prevent-bg, #satq6s53BmZEmL6SW21qR0x7S3TsKoFo.lazyload, #satq6s53BmZEmL6SW21qR0x7S3TsKoFo.lazyloading { background-image: none; }#satq6s53BmZEmL6SW21qR0x7S3TsKoFo > .row .container { background-color: transparent; background-image: none; }#satq6s53BmZEmL6SW21qR0x7S3TsKoFo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.83); }#satq6s53BmZEmL6SW21qR0x7S3TsKoFo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#satq6s53BmZEmL6SW21qR0x7S3TsKoFo > .row .container > .video-iframe-container { display: none; }#satq6s53BmZEmL6SW21qR0x7S3TsKoFo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.83); }#satq6s53BmZEmL6SW21qR0x7S3TsKoFo > .row > .video-iframe-container { display: none; }#satq6s53BmZEmL6SW21qR0x7S3TsKoFo > .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); }#satq6s53BmZEmL6SW21qR0x7S3TsKoFo > .row .container { border-width: 0; border-radius: 0; }#satq6s53BmZEmL6SW21qR0x7S3TsKoFo::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#satq6s53BmZEmL6SW21qR0x7S3TsKoFo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#satq6s53BmZEmL6SW21qR0x7S3TsKoFo > .row .container { font-size:0.875rem;font-family:arial;height:21.5625rem;width:75rem;position:relative;display:block; }#T08eeBtRtra0xGfxBWn6xn9pZKyQrm0S { color:rgba(var(--color-tertiary-0),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:6.84375rem;left:0rem;height:7.875rem;font-style:normal;display:block; }
#rCVwtHtQn3oUROaEwhPMXTeZVek0dD2L { box-sizing:content-box;height:28.1875rem;width:23.6875rem;position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/bb3e74f1-888b-4681-a2da-95ede6619fa6/staminageral20168470c9460115.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:-6.6875rem;left:55.25rem;display:block; }#rCVwtHtQn3oUROaEwhPMXTeZVek0dD2L.adaptive-delivery-prevent-bg, #rCVwtHtQn3oUROaEwhPMXTeZVek0dD2L.lazyload, #rCVwtHtQn3oUROaEwhPMXTeZVek0dD2L.lazyloading { background-image: none; }
#xoq3kWoWFDvJ7WegBB0Cp2MQczT9zdl5 { box-sizing:content-box;height:11.6875rem;width:16.1875rem;position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/dd70af27-a5fb-445b-894e-c362c5c74ea1/download20250609T134711992.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:48.1875rem;display:block; }#xoq3kWoWFDvJ7WegBB0Cp2MQczT9zdl5.adaptive-delivery-prevent-bg, #xoq3kWoWFDvJ7WegBB0Cp2MQczT9zdl5.lazyload, #xoq3kWoWFDvJ7WegBB0Cp2MQczT9zdl5.lazyloading { background-image: none; }
#lNTD2QcbvsKfeZseZJhoGVOTAgfaJTcu { box-sizing:content-box;height:11.6875rem;width:11rem;position:absolute;display:block;z-index:15009;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/fe9974aa-b2a9-484a-86cf-b485f0d32274/whatsappimage20250606at093354168471057be9d4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.875rem;left:48.1875rem;display:block; }#lNTD2QcbvsKfeZseZJhoGVOTAgfaJTcu.adaptive-delivery-prevent-bg, #lNTD2QcbvsKfeZseZJhoGVOTAgfaJTcu.lazyload, #lNTD2QcbvsKfeZseZJhoGVOTAgfaJTcu.lazyloading { background-image: none; }
#x3Jt1sJozBNBIuGLQaZeaV9pA4Jhzw75 { box-sizing:content-box;height:9.875rem;width:11.375rem;position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/445d2cb9-d5fb-4d97-be62-6ca284bb147b/download20250609T135306500.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:37.5rem;display:block; }#x3Jt1sJozBNBIuGLQaZeaV9pA4Jhzw75.adaptive-delivery-prevent-bg, #x3Jt1sJozBNBIuGLQaZeaV9pA4Jhzw75.lazyload, #x3Jt1sJozBNBIuGLQaZeaV9pA4Jhzw75.lazyloading { background-image: none; }
#vElJL1r846taPDQxqsU6S7sUuQMORAhy { box-sizing:content-box;height:11.6875rem;width:11.375rem;position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/23fe945b-d51d-4a17-b3ab-48ca84ece7aa/download20250609T135311177.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.875rem;left:37.5rem;display:block; }#vElJL1r846taPDQxqsU6S7sUuQMORAhy.adaptive-delivery-prevent-bg, #vElJL1r846taPDQxqsU6S7sUuQMORAhy.lazyload, #vElJL1r846taPDQxqsU6S7sUuQMORAhy.lazyloading { background-image: none; }
#vViob38y07Sc9PZEVJeL2MnrdUy3zzvV { box-sizing:content-box;height:21.5rem;width:29.25rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-4),0.43);background-image:none;top:0rem;left:37.46875rem;display:block; }
#y29mHVRlz06dNIuOvrEZJ7DLrXipxgBA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.79);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; }#y29mHVRlz06dNIuOvrEZJ7DLrXipxgBA > .row .container { background-color: transparent; background-image: none; }#y29mHVRlz06dNIuOvrEZJ7DLrXipxgBA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y29mHVRlz06dNIuOvrEZJ7DLrXipxgBA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y29mHVRlz06dNIuOvrEZJ7DLrXipxgBA > .row .container > .video-iframe-container { display: none; }#y29mHVRlz06dNIuOvrEZJ7DLrXipxgBA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y29mHVRlz06dNIuOvrEZJ7DLrXipxgBA > .row > .video-iframe-container { display: none; }#y29mHVRlz06dNIuOvrEZJ7DLrXipxgBA > .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); }#y29mHVRlz06dNIuOvrEZJ7DLrXipxgBA > .row .container { border-width: 0; border-radius: 0; }#y29mHVRlz06dNIuOvrEZJ7DLrXipxgBA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y29mHVRlz06dNIuOvrEZJ7DLrXipxgBA > .row .container { font-size:0.875rem;font-family:arial;height:12rem;width:75rem;position:relative;display:block; }#yGeat4eCFwhIvczJD3Mha6TvG8Kd4FKJ { color:rgba(var(--color-tertiary-4),1);display:block;width:35.2480625rem;position:absolute;font-family:"roboto condensed";font-size:2.8125rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:6.125rem;left:19.875rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dwCQlBQo74EOQkf2G45IWuvLuiDTfirk { position:relative;display:block; }#dwCQlBQo74EOQkf2G45IWuvLuiDTfirk { background-color: transparent; background-image: none; }#dwCQlBQo74EOQkf2G45IWuvLuiDTfirk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dwCQlBQo74EOQkf2G45IWuvLuiDTfirk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dwCQlBQo74EOQkf2G45IWuvLuiDTfirk > .row .container > .video-iframe-container { display: none; }#dwCQlBQo74EOQkf2G45IWuvLuiDTfirk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dwCQlBQo74EOQkf2G45IWuvLuiDTfirk > .row > .video-iframe-container { display: none; }#dwCQlBQo74EOQkf2G45IWuvLuiDTfirk > .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); }#dwCQlBQo74EOQkf2G45IWuvLuiDTfirk { border-width: 0; border-radius: 0; }#dwCQlBQo74EOQkf2G45IWuvLuiDTfirk > .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; }#dwCQlBQo74EOQkf2G45IWuvLuiDTfirk > .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:29.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#M62JRpdhfwwrOrwtHtS0LgPcgT3suaIT { 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:20.125rem;width:23.0625rem;top:3.8125rem;left:0rem;overflow:hidden;display:block; }
#NanU9mO1ksG8HeJSXtkVaXybqzaiFcHE { position:absolute;display:block;z-index:15001;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:20.3125rem;width:22.8125rem;top:3.71875rem;left:26.09375rem;overflow:hidden;display:block; }
#PMsoW8vFqDSJkwib35EaMB6CNud8UKEK { position:absolute;display:block;z-index:15002;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:11.0625rem;width:23.3125rem;top:3.8125rem;left:51.6875rem;overflow:hidden;display:block; }
#GhIocOtszR1lF3UBdHApNEsN0PW5zkaO { position:relative;display:block; }#GhIocOtszR1lF3UBdHApNEsN0PW5zkaO { background-color: transparent; background-image: none; }#GhIocOtszR1lF3UBdHApNEsN0PW5zkaO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GhIocOtszR1lF3UBdHApNEsN0PW5zkaO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GhIocOtszR1lF3UBdHApNEsN0PW5zkaO > .row .container > .video-iframe-container { display: none; }#GhIocOtszR1lF3UBdHApNEsN0PW5zkaO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GhIocOtszR1lF3UBdHApNEsN0PW5zkaO > .row > .video-iframe-container { display: none; }#GhIocOtszR1lF3UBdHApNEsN0PW5zkaO > .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); }#GhIocOtszR1lF3UBdHApNEsN0PW5zkaO { border-width: 0; border-radius: 0; }#GhIocOtszR1lF3UBdHApNEsN0PW5zkaO > .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; }#GhIocOtszR1lF3UBdHApNEsN0PW5zkaO > .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:19.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xMMfnB9dyJTDuHiIqBTT3s8qs4cSXaG4 { 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:12.0625rem;width:22.625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#emrHbrwh5s72b4UqrueATU7RilTHgH0k { position:absolute;display:block;z-index:15001;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:12.0625rem;width:22.8125rem;top:0rem;left:26.09375rem;overflow:hidden;display:block; }
#TQnOVEEFlOJSIwHm1pq1Kb7FCKav5uA6 { position:absolute;display:block;z-index:15002;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:13.375rem;width:23rem;top:0rem;left:52rem;overflow:hidden;display:block; }
#eUkzABgQJeF3mfulGZC4JeBIwcOWGs6T { position:relative;display:block; }#eUkzABgQJeF3mfulGZC4JeBIwcOWGs6T { background-color: transparent; background-image: none; }#eUkzABgQJeF3mfulGZC4JeBIwcOWGs6T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUkzABgQJeF3mfulGZC4JeBIwcOWGs6T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUkzABgQJeF3mfulGZC4JeBIwcOWGs6T > .row .container > .video-iframe-container { display: none; }#eUkzABgQJeF3mfulGZC4JeBIwcOWGs6T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUkzABgQJeF3mfulGZC4JeBIwcOWGs6T > .row > .video-iframe-container { display: none; }#eUkzABgQJeF3mfulGZC4JeBIwcOWGs6T > .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); }#eUkzABgQJeF3mfulGZC4JeBIwcOWGs6T { border-width: 0; border-radius: 0; }#eUkzABgQJeF3mfulGZC4JeBIwcOWGs6T > .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; }#eUkzABgQJeF3mfulGZC4JeBIwcOWGs6T > .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:23.375rem;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; }#kE7ZmxC2xGnIv870OILsqfrDxd3HDsxs { 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:11rem;width:22.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#bpKnTTTU56ipSLctPdkELTzhyzVoi1yS { position:absolute;display:block;z-index:15001;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:14.125rem;width:23.25rem;top:0rem;left:25.875rem;overflow:hidden;display:block; }
#CzI03UED6uJ3SMKFRMlziTsB9cNNnhnA { position:absolute;display:block;z-index:15002;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:11.375rem;width:22.8125rem;top:0rem;left:52.1875rem;overflow:hidden;display:block; }
#py5xNbAhOSE6Z7cAGT2xofXemKgC59KX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6d7373;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; }#py5xNbAhOSE6Z7cAGT2xofXemKgC59KX > .row .container { background-color: transparent; background-image: none; }#py5xNbAhOSE6Z7cAGT2xofXemKgC59KX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#py5xNbAhOSE6Z7cAGT2xofXemKgC59KX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#py5xNbAhOSE6Z7cAGT2xofXemKgC59KX > .row .container > .video-iframe-container { display: none; }#py5xNbAhOSE6Z7cAGT2xofXemKgC59KX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#py5xNbAhOSE6Z7cAGT2xofXemKgC59KX > .row > .video-iframe-container { display: none; }#py5xNbAhOSE6Z7cAGT2xofXemKgC59KX > .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); }#py5xNbAhOSE6Z7cAGT2xofXemKgC59KX > .row .container { border-width: 0; border-radius: 0; }#py5xNbAhOSE6Z7cAGT2xofXemKgC59KX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#py5xNbAhOSE6Z7cAGT2xofXemKgC59KX > .row .container { font-size:0.875rem;font-family:arial;height:31.1875rem;width:75rem;position:relative;display:block; }#ZIaz4fkntt6S3crdsQfGSN0QdoS7tiO8 { box-sizing:content-box;height:30.625rem;width:17.5rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-4),0);background-image:url("https://images.assets-landingi.com/uc/0f74b5f9-6fdf-44e3-8c05-a3a48099ab8f/whatsappimage20250606at09374768472b055a9f8.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:-2.125rem;left:-2.6769578313253rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }#ZIaz4fkntt6S3crdsQfGSN0QdoS7tiO8.adaptive-delivery-prevent-bg, #ZIaz4fkntt6S3crdsQfGSN0QdoS7tiO8.lazyload, #ZIaz4fkntt6S3crdsQfGSN0QdoS7tiO8.lazyloading { background-image: none; }
#Cdx4f8F7kACqC6xCstSkMeCkT4RQpAVP { box-sizing:content-box;height:15.1875rem;width:23.5rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-4),0);background-image:url("https://images.assets-landingi.com/uc/1496bf16-af7d-45f9-a8d7-4b05bb0f7791/whatsappimage20250606at093743268472b4fe2055.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:7.84375rem;left:12.125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }#Cdx4f8F7kACqC6xCstSkMeCkT4RQpAVP.adaptive-delivery-prevent-bg, #Cdx4f8F7kACqC6xCstSkMeCkT4RQpAVP.lazyload, #Cdx4f8F7kACqC6xCstSkMeCkT4RQpAVP.lazyloading { background-image: none; }
#c8bTZwMNCHZ1DEHU2zKKBLZisH9hWldZ { color:rgba(var(--color-tertiary-0),1);display:block;width:35.2480625rem;position:absolute;font-family:"roboto condensed";font-size:2.8125rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:7.5rem;left:38.5rem;height:3.09375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#x99zvG9bHoEaG2EndtmxMHD8S3Mbz9pV { color:rgba(var(--color-tertiary-0),1);display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:11.75rem;left:38.5rem;height:8.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rDSIO5dSFbrwZDxV0DAM9gwWi29EyvSH { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid #09699d;border-left:2.5rem solid rgba(0,0,0,0);border-right:0rem solid #09699d;border-bottom:0rem solid #09699d;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;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:asap;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:22.75rem;left:38.5rem;display:block; }
#dkpfvddm1ofq1tZnW60dp5C7W9dlc7Ig { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qMEHM7GpFdmnZHTZVwe9p2TnL4MBsVs7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.624025rem;width:1.624025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:23.5rem;left:40rem; }
#yKJP1RAX3PR6MZEAW0Pn6rbNbqMCs3wC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(201,209,204,0.51), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(201,209,204,0.51), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(201,209,204,0.51), #ffffff);background-image: -o-linear-gradient(180deg, rgba(201,209,204,0.51), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9d1cc82', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9d1cc82', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(201,209,204,0.51), #ffffff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yKJP1RAX3PR6MZEAW0Pn6rbNbqMCs3wC > .row .container { background-color: transparent; background-image: none; }#yKJP1RAX3PR6MZEAW0Pn6rbNbqMCs3wC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yKJP1RAX3PR6MZEAW0Pn6rbNbqMCs3wC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yKJP1RAX3PR6MZEAW0Pn6rbNbqMCs3wC > .row .container > .video-iframe-container { display: none; }#yKJP1RAX3PR6MZEAW0Pn6rbNbqMCs3wC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yKJP1RAX3PR6MZEAW0Pn6rbNbqMCs3wC > .row > .video-iframe-container { display: none; }#yKJP1RAX3PR6MZEAW0Pn6rbNbqMCs3wC > .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); }#yKJP1RAX3PR6MZEAW0Pn6rbNbqMCs3wC > .row .container { border-width: 0; border-radius: 0; }#yKJP1RAX3PR6MZEAW0Pn6rbNbqMCs3wC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yKJP1RAX3PR6MZEAW0Pn6rbNbqMCs3wC > .row .container { font-size:0.875rem;font-family:arial;height:21.5625rem;width:75rem;position:relative;display:block; }#NSfChCCzq8s8rA0f4cwAmo0rtUU9120w { color:rgba(var(--color-tertiary-4),1);display:block;width:37.6875rem;position:absolute;font-family:"roboto condensed";font-size:2.5rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:8.4375rem;left:0rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uISrTBSWqCGKJHyiMqmNTAu0q8aQsCut { color:rgba(var(--color-tertiary-4),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8.875rem;left:33.25rem;height:2.923825rem;display:block; }
#x5BI25Ne6Bdm659XoXUoczgS0PJi0gLn { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:asap;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:8.5625rem;left:63.875rem;display:block; }
#HgER0qQfa9cE9aR2Za0s7MhddmzrNTm6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NNoV2Q4GQ9MGz2ELLTwO8Wcxxyf59Pxf { position:relative;display:block; }#NNoV2Q4GQ9MGz2ELLTwO8Wcxxyf59Pxf { background-color: transparent; background-image: none; }#NNoV2Q4GQ9MGz2ELLTwO8Wcxxyf59Pxf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NNoV2Q4GQ9MGz2ELLTwO8Wcxxyf59Pxf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NNoV2Q4GQ9MGz2ELLTwO8Wcxxyf59Pxf > .row .container > .video-iframe-container { display: none; }#NNoV2Q4GQ9MGz2ELLTwO8Wcxxyf59Pxf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NNoV2Q4GQ9MGz2ELLTwO8Wcxxyf59Pxf > .row > .video-iframe-container { display: none; }#NNoV2Q4GQ9MGz2ELLTwO8Wcxxyf59Pxf > .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); }#NNoV2Q4GQ9MGz2ELLTwO8Wcxxyf59Pxf { border-width: 0; border-radius: 0; }#NNoV2Q4GQ9MGz2ELLTwO8Wcxxyf59Pxf > .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; }#NNoV2Q4GQ9MGz2ELLTwO8Wcxxyf59Pxf > .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:block; }#B3ML9rvRGgF1hsdTucPyEALXklAFkk2b { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1e117ad2-a873-4361-9e20-95e47ba565b4/whatsappimage20250606at09330316847324bd46c9.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:0rem;display:block; }#B3ML9rvRGgF1hsdTucPyEALXklAFkk2b.adaptive-delivery-prevent-bg, #B3ML9rvRGgF1hsdTucPyEALXklAFkk2b.lazyload, #B3ML9rvRGgF1hsdTucPyEALXklAFkk2b.lazyloading { background-image: none; }
#EQNVCoguMMAPspPSUNMwrqb8UsrTIpSL { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/13b3a38e-24cf-4099-807d-916040ce2ca7/whatsappimage20250606at0933036847324bd047e.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:12.5rem;display:block; }#EQNVCoguMMAPspPSUNMwrqb8UsrTIpSL.adaptive-delivery-prevent-bg, #EQNVCoguMMAPspPSUNMwrqb8UsrTIpSL.lazyload, #EQNVCoguMMAPspPSUNMwrqb8UsrTIpSL.lazyloading { background-image: none; }
#EvNXt8yRkX4RDxCvkokpRQFftWs1gTXp { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/3b6fe990-23fa-4fb8-97e8-66c0ed803dcf/whatsappimage20250606at09335568473251d6608.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:25rem;display:block; }#EvNXt8yRkX4RDxCvkokpRQFftWs1gTXp.adaptive-delivery-prevent-bg, #EvNXt8yRkX4RDxCvkokpRQFftWs1gTXp.lazyload, #EvNXt8yRkX4RDxCvkokpRQFftWs1gTXp.lazyloading { background-image: none; }
#NFBOIlS1sD6JLd4vvZAfa6A0gtX0KDDn { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e932f6c0-9dc1-4991-a613-1a5a93477149/whatsappimage20250606at0937421684732bc089b5.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:37.5rem;display:block; }#NFBOIlS1sD6JLd4vvZAfa6A0gtX0KDDn.adaptive-delivery-prevent-bg, #NFBOIlS1sD6JLd4vvZAfa6A0gtX0KDDn.lazyload, #NFBOIlS1sD6JLd4vvZAfa6A0gtX0KDDn.lazyloading { background-image: none; }
#EfMO3S4yeJ6h8hrTmUb0VZR5KwmhTa17 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5106643f-d679-4367-acff-6b664346f48d/whatsappimage20250606at09341368473257a35ce.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:50rem;display:block; }#EfMO3S4yeJ6h8hrTmUb0VZR5KwmhTa17.adaptive-delivery-prevent-bg, #EfMO3S4yeJ6h8hrTmUb0VZR5KwmhTa17.lazyload, #EfMO3S4yeJ6h8hrTmUb0VZR5KwmhTa17.lazyloading { background-image: none; }
#X0J9QRMxtXWhoDMWxedhIvbcbyngINH6 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/cc9d75e6-ac14-4496-b9c6-14debc53e375/whatsappimage20250606at0937366847325bdb064.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:62.5rem;display:block; }#X0J9QRMxtXWhoDMWxedhIvbcbyngINH6.adaptive-delivery-prevent-bg, #X0J9QRMxtXWhoDMWxedhIvbcbyngINH6.lazyload, #X0J9QRMxtXWhoDMWxedhIvbcbyngINH6.lazyloading { background-image: none; }
#l8QtQ78BS1Ta47UrWrX1TyZnL8Mluh3p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l8QtQ78BS1Ta47UrWrX1TyZnL8Mluh3p > .row .container { background-color: transparent; background-image: none; }#l8QtQ78BS1Ta47UrWrX1TyZnL8Mluh3p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l8QtQ78BS1Ta47UrWrX1TyZnL8Mluh3p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l8QtQ78BS1Ta47UrWrX1TyZnL8Mluh3p > .row .container > .video-iframe-container { display: none; }#l8QtQ78BS1Ta47UrWrX1TyZnL8Mluh3p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l8QtQ78BS1Ta47UrWrX1TyZnL8Mluh3p > .row > .video-iframe-container { display: none; }#l8QtQ78BS1Ta47UrWrX1TyZnL8Mluh3p > .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); }#l8QtQ78BS1Ta47UrWrX1TyZnL8Mluh3p > .row .container { border-width: 0; border-radius: 0; }#l8QtQ78BS1Ta47UrWrX1TyZnL8Mluh3p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l8QtQ78BS1Ta47UrWrX1TyZnL8Mluh3p > .row .container { font-size:0.875rem;font-family:arial;height:22.75rem;width:75rem;position:relative;display:block; }#DzU3hlgFbiBFSHQO7k0l4x3udPHNUdHy { position:absolute;display:block;z-index:15001;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:6rem;width:14.6875rem;top:4.0625rem;left:0rem;overflow:hidden;display:block; }
#DCFJiXbRawGHZnUz5TyOdXDPJ1bFXAsL { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:asap;font-size:0.75rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:13.1875rem;left:2.5625rem;height:0.9746125rem;display:block; }
#RbrGEFTqsNyCX1V9dTXX2D7FAL55NaVx { color:rgba(var(--color-tertiary-0),1);display:block;width:25.25rem;position:absolute;font-family:"roboto condensed";font-size:2.1875rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:5.21875rem;left:24.875rem;height:4.8125rem;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; }
#ngyLXyLQ5TrebBTd0Kkli1NXDsfObZvG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.624025rem;width:1.624025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:12.5625rem;left:30.8125rem; }
#CUAhRoyV5b2Hm0XFlxzSHONqVpgwTdfy { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid #09699d;border-left:2.5rem solid rgba(0,0,0,0);border-right:0rem solid #09699d;border-bottom:0rem solid #09699d;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;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:asap;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:3.125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:11.8125rem;left:29.3125rem;display:block; }
#tyRTsvQddwLp8ecEDEvyNCumD1zOD0eL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TSB7GPE1BlcWAwo6DocoIVJazNTsTtcI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:5.21875rem;left:71.875rem; }
#pnfBPa2uMiClLRFTZJiylhz6XSllpsOm { position:relative;display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #pnfBPa2uMiClLRFTZJiylhz6XSllpsOm > .row .container { position:relative;display:block; }#gXGbmtwxZeqGbuRNy5zoBnsCh9AkLzWS { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#gXGbmtwxZeqGbuRNy5zoBnsCh9AkLzWS { background-color: transparent; background-image: none; }#gXGbmtwxZeqGbuRNy5zoBnsCh9AkLzWS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gXGbmtwxZeqGbuRNy5zoBnsCh9AkLzWS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gXGbmtwxZeqGbuRNy5zoBnsCh9AkLzWS > .row .container > .video-iframe-container { display: none; }#gXGbmtwxZeqGbuRNy5zoBnsCh9AkLzWS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gXGbmtwxZeqGbuRNy5zoBnsCh9AkLzWS > .row > .video-iframe-container { display: none; }#gXGbmtwxZeqGbuRNy5zoBnsCh9AkLzWS > .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); }#gXGbmtwxZeqGbuRNy5zoBnsCh9AkLzWS { border-width: 0; border-radius: 0; }#gXGbmtwxZeqGbuRNy5zoBnsCh9AkLzWS > .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; }#gXGbmtwxZeqGbuRNy5zoBnsCh9AkLzWS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sVTW3vEnZ5SnQCcKnn0Xm57TbQcG6a9r { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9375rem;height:2.0625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.625rem;left:62.375rem;display:block; }
#Qvaypr0zTOJC5v3NC0nIxJflSx9EFHI1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ow54QEA5fCUEGxeDKaGZyd6l2XoaXTE7 { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:2.625rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:14999;top:0.15625rem;left:68.375rem;display:block; }
#DTKi8kMqGIlOczar9XoGILOMOCds0VTN { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;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:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#TnDvN931RnFqNIge1wrUV1g8FegoJPWP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Se667RZ1TsqA1mZxJQZ7px7kkpKtxr3t { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#dmWkDHDJXTAVl3nDxZKgh6UJukNoOl1S { 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) { #Co6MImBnMmOQmSy4AdnDZdK9RV1fiiZn { display:block; }#Co6MImBnMmOQmSy4AdnDZdK9RV1fiiZn > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JHnQTTV1p5l59kPBdMyizk7x0c0Qy6zM { width:18.5rem;height:7.5rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJrtxNzG7l2JO2T0wM6mR7WElCcQLpAd { width:42.9375rem;height:;top:13.3125rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqvJp1NquiFg5qziNtpZPG49aZOzfMAr { width:40.9375rem;height:4.375rem;top:27.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TduFMDIO8dtytlAG1N4T9uqlc9p7sggW { width:21.0625rem;height:3.125rem;top:35.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkGRZzI2FF4AiTXyJK8kul3L8dZpWP67 { display:block; }
 }@media only screen and (max-width: 763px) { #bUIbxHpfsfJEBnz88C0rAzHq3zx8W1D0 { width:1.5625rem;height:1.5625rem;top:36.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eME8lOeKewxMTK2dR2y2zDXcIOiTuqHM { width:16.5625rem;height:0.9375rem;top:9.8125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti9Cf5WwssBz6gExc3WPoKDomgw34rdO { width:47.75rem;height:48.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkkTgsSQ81xVSL8RH9fPebqOFtHRzOZ1 { width:23.1875rem;height:48.75rem;top:0rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpva2kuJnshh0FoqwTKHpLpLB0QfTnz9 { width:42.6875rem;height:42.6875rem;top:-7.1875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdLgq62mvM6gvHQ8XbVHm8cNDxKbE6lu { width:28.5rem;height:28.5rem;top:7.5625rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2BMERepzXaUJ5oTosfDnmcHhfbknOsZ { width:11.6875rem;height:4.125rem;top:17.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPpIWRe0k9z64otNN3W6dBpbUztXy85N { width:26.0625rem;height:1.0625rem;top:36.6875rem;left:9.1875rem;font-size:0.75rem;display:block; }#LPpIWRe0k9z64otNN3W6dBpbUztXy85N li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3ec6ecb8a75c1ee2df26ac016b667d0dac8ea7c6.svg); }
 }@media only screen and (max-width: 763px) { #gmrIrqcppiPOD58nzfcOVX4O7APDAKi5 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #iakwv3G63GgHXmTul61oTba17qsW3TBi { display:block; }#iakwv3G63GgHXmTul61oTba17qsW3TBi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NB3HwDzRd0dGFQDs5nsLKbU0pK872FmJ { width:22.75rem;height:10rem;top:-1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdlTFC7VlE1FsXUsTV1bRDAJLv6G8t45 { width:11.1875rem;height:;top:0.5625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTkASAXhEx5EaM7PRXMIcc5LUDDHLV3N { width:8.0625rem;height:3.125rem;top:1.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXed5tpbWZgyK8pqTUXCDxEBwTODVB6H { width:22.75rem;height:10rem;top:-1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEqC42TTsgwqrTch0vmRItvw2o3bCQyX { width:11.1875rem;height:4.125rem;top:0.5625rem;left:13.3125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMvCLx5Q0fATW9UJR6pUPrz2gqnHheeu { width:13.5rem;height:3.125rem;top:1.0625rem;left:18.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCuptWoXcyoUTBKKpKg3wBCeUb31Jl2k { width:23rem;height:10rem;top:-1.9375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fdsz8yfx7EIbhVV8CdlvnI0yE8qU3FvN { width:23rem;height:10rem;top:-1.9375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSdlPg4rcCvTPX65X0TuPqlyA9DG5F43 { width:24.25rem;height:10rem;top:-1.875rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPq1L2LxV0KQHhzkyVm1pw52oivepkAN { width:24.25rem;height:10rem;top:-1.875rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBtha3QJGuCCL7Q6khUVJNnaFUfJpH2y { width:11rem;height:3.125rem;top:1.0625rem;left:36.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKweVmuOWi5lgWm5Ftx9x5kLccTyEcoI { width:11.1875rem;height:4.125rem;top:0.5625rem;left:36.5625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #erKb5p1RZbWEsOJRP6pg50XM1ZM8UcZi { display:block; }#erKb5p1RZbWEsOJRP6pg50XM1ZM8UcZi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hxn23nbfkfNXyUXn4NZDD3vlz1Un5h3K { width:35.1875rem;height:3.0625rem;top:0rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QehKTRFmT9xphtLJZKFkvTxM072xkJAA { width:35.4375rem;height:;top:5.9375rem;left:0rem;font-size:1rem;display:block; }#QehKTRFmT9xphtLJZKFkvTxM072xkJAA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_18f6cfbe2da1e056f7bb57f7872ebe99083e7075.svg); }
 }@media only screen and (max-width: 763px) { #QHJJXJzo407Jd8EOs9CCM2s9C7dKOQk8 { width:32.625rem;height:16.3125rem;top:5.9375rem;left:15.125rem;font-size:1rem;display:block; }#QHJJXJzo407Jd8EOs9CCM2s9C7dKOQk8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_18f6cfbe2da1e056f7bb57f7872ebe99083e7075.svg); }
 }@media only screen and (max-width: 763px) { #ixwJPEfOFOEAIP3nc9qHb0ZFKxBbev35 { display:block; }#ixwJPEfOFOEAIP3nc9qHb0ZFKxBbev35 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ysN1T6aMKpMHPlNSTrFzmN0xqQOI3z8x { width:23.75rem;height:21.875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrs7Mq72UJW3p3NyoVf1AOp22y4smZtB { width:21.125rem;height:3.125rem;top:17.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ep0mskSpfQNMwNX0T4uT01QN2TzyXmqA { width:23.75rem;height:21.875rem;top:0.9375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfGuoi2MF3lKi5a005ldTa9DzG6zG0O2 { width:21.125rem;height:3.125rem;top:17.25rem;left:10.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0rvoCw14ZEgZUkRI0ZoXQfiJPUQAvzg { width:23.75rem;height:21.875rem;top:0.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMaGtge8J5dbE1CnL8EW0k3AnFkfqPxZ { width:21.125rem;height:3.125rem;top:17.25rem;left:26.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUDdsQnyOxc7s0zIQDTbHsEFALiZpxRu { display:block; }#SUDdsQnyOxc7s0zIQDTbHsEFALiZpxRu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eoGIpbmk5dhzcdTCkOMXR3g58WKOJMQT { width:25.4375rem;height:25.375rem;top:-3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT1gXPstROklQx73gWIehBOiZHlEhSHt { width:47.75rem;height:3.4375rem;top:3rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoTqC9QatJZWE4HSCdrgXSutq58oXt7K { width:47.75rem;height:;top:7.5rem;left:0rem;font-size:1.0625rem;display:block; }#DoTqC9QatJZWE4HSCdrgXSutq58oXt7K li:before{  }
 }@media only screen and (max-width: 763px) { #P9iPA0uSF7wf1seLvXyBgHPx487tln5D { width:16.375rem;height:3.125rem;top:12rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoICShNMImmPRE5SkkB7otCVd5DRBwws { display:block; }
 }@media only screen and (max-width: 763px) { #EDf3RGOuSh0BNVpiF8797chisxVM4KLS { width:1.5625rem;height:1.5625rem;top:12.75rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVWCBT7z7smTXM8gyRbdTbmLScdpf16M { display:block; }#lVWCBT7z7smTXM8gyRbdTbmLScdpf16M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o6sdWAww5UqWVrkwEsUEQTithAaSTEvM { width:47.75rem;height:26.663515016685rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wco5zKZ5uo2QJ5x3EwbfpLVXHT6GbAXo { width:15.5625rem;height:4.6875rem;top:27.4375rem;left:32.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkvTT7VTDFzn2C5bOPuNNb3FkJPIdoer { display:block; }#DkvTT7VTDFzn2C5bOPuNNb3FkJPIdoer > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P0XtAIXT374hpKWNIt0ditcxzhhd6nex { width:4.125rem;height:4.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA8dd6zMquAADMv8FaHvK3yoyB92E4Ve { width:16.5625rem;height:6.3125rem;top:5.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFcHEkPwvJ0OdPw92Ez1lGPVGehyLol9 { width:2.1875rem;height:2.1875rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFIXDWgsZgoQFmS3UEqR0dVWvBQMOyO0 { width:13.8125rem;height:4.6875rem;top:5.5rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qC9BlgpNnvFEosJK7sLkLuTfn3x4b2vm { width:4.125rem;height:4.1875rem;top:0rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRw0ZN3mlH9PdrX75DC8JoppoMEQVcL9 { width:2.1875rem;height:2.1875rem;top:1rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8kctPEmVrhXUXk68s2i41f7yoCqUE8n { width:14.125rem;height:3.125rem;top:5.5rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzGkzzt0wSrqx3OfHhDmWIBEKbbT5ugw { width:4.125rem;height:4.1875rem;top:0rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbCXtMrBkF9kvkArTPnaPE6wGfvEkTll { width:2.25rem;height:2.25rem;top:0.9375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEq2cg6RVyabF7un0WNzD9ZWT7VBP5lT { display:block; }#fEq2cg6RVyabF7un0WNzD9ZWT7VBP5lT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q1ezPJA34QGWX4hh6FKc3O33rwvUkBZC { width:12.5rem;height:12.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwM6J8IGEH0btNLgR7X4Rnv7K9owcUr6 { width:12.5rem;height:12.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuDpJHPL2ONlgqKvizdOfDabZg1QuMmt { width:12.5rem;height:12.5rem;top:0rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSglVb4TCH5uRudgF5hpkF9pKNOk9s7y { width:12.5rem;height:12.5rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHFpkUSHTv4c2q5Rft644a4ZkbsHUCoN { width:12.5rem;height:12.5rem;top:0rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScJp5JopwlTLOXM4WQqDM7EPGvKIrCkd { width:12.5rem;height:12.5rem;top:0rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTNTLFXBTtcTq858OyU1TZhuPX03zfbb { display:block; }#wTNTLFXBTtcTq858OyU1TZhuPX03zfbb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DH6bkmEfTwJCq4DlBJq8nFASBw5rUy7F { width:33.5625rem;height:43rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgDeHV9PZtstlgZ9Lg2XoRupAo5S5SR0 { width:44.625rem;height:23.625rem;top:8.125rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmW2oTsfH1SM9VqP2TQeVPHVdowRLaf8 { width:18.75rem;height:5.8125rem;top:2.25rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0PETFcUuftZVxVqiurnEAQFBETT8mc0 { width:13.8125rem;height:1.3125rem;top:4.9375rem;left:33.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBTQ08JUBgmg3IGHDIiZSfupDqU2NqLv { width:8.9375rem;height:6.6875rem;top:33.5rem;left:14.3466796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EV7q8I8iQyvNnNyRLme7lnNSmuE8QOU6 { width:7.8125rem;height:5.3125rem;top:34.1875rem;left:22.4716796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvbSUo1m7zPqJBkyqzZhKQ7kMu0Ac3kw { width:6.75rem;height:4.5625rem;top:34.5625rem;left:31.4091796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOXcIaSXoBAb1LrH0CKSoDPsqMvGZiSD { width:6.375rem;height:4.4375rem;top:34.75rem;left:40.3466796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxEAZAPQNtzoBf5rETk478cIo2kLTGmL { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QqgURo3vWNVwt8LOl06SinrCTJ6wurXQ { width:23.6875rem;height:28.1875rem;top:-6.6875rem;left:24.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #satq6s53BmZEmL6SW21qR0x7S3TsKoFo { display:block; }#satq6s53BmZEmL6SW21qR0x7S3TsKoFo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T08eeBtRtra0xGfxBWn6xn9pZKyQrm0S { width:29.6875rem;height:7.875rem;top:6.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCVwtHtQn3oUROaEwhPMXTeZVek0dD2L { width:23.6875rem;height:28.1875rem;top:-6.6875rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoq3kWoWFDvJ7WegBB0Cp2MQczT9zdl5 { width:16.1875rem;height:11.6875rem;top:0rem;left:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNTD2QcbvsKfeZseZJhoGVOTAgfaJTcu { width:11rem;height:11.6875rem;top:9.875rem;left:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3Jt1sJozBNBIuGLQaZeaV9pA4Jhzw75 { width:11.375rem;height:9.875rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vElJL1r846taPDQxqsU6S7sUuQMORAhy { width:11.375rem;height:11.6875rem;top:9.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vViob38y07Sc9PZEVJeL2MnrdUy3zzvV { width:29.25rem;height:21.5rem;top:0rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y29mHVRlz06dNIuOvrEZJ7DLrXipxgBA { display:block; }#y29mHVRlz06dNIuOvrEZJ7DLrXipxgBA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yGeat4eCFwhIvczJD3Mha6TvG8Kd4FKJ { width:35.1875rem;height:3.0625rem;top:6.125rem;left:6.25rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwCQlBQo74EOQkf2G45IWuvLuiDTfirk { display:block; }#dwCQlBQo74EOQkf2G45IWuvLuiDTfirk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M62JRpdhfwwrOrwtHtS0LgPcgT3suaIT { width:23.0625rem;height:20.125rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NanU9mO1ksG8HeJSXtkVaXybqzaiFcHE { width:22.8125rem;height:20.3125rem;top:3.6875rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMsoW8vFqDSJkwib35EaMB6CNud8UKEK { width:23.3125rem;height:11.0625rem;top:3.8125rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhIocOtszR1lF3UBdHApNEsN0PW5zkaO { display:block; }#GhIocOtszR1lF3UBdHApNEsN0PW5zkaO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xMMfnB9dyJTDuHiIqBTT3s8qs4cSXaG4 { width:22.625rem;height:12.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #emrHbrwh5s72b4UqrueATU7RilTHgH0k { width:22.8125rem;height:12.0625rem;top:0rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQnOVEEFlOJSIwHm1pq1Kb7FCKav5uA6 { width:23rem;height:13.375rem;top:0rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUkzABgQJeF3mfulGZC4JeBIwcOWGs6T { display:block; }#eUkzABgQJeF3mfulGZC4JeBIwcOWGs6T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kE7ZmxC2xGnIv870OILsqfrDxd3HDsxs { width:22.875rem;height:11rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpKnTTTU56ipSLctPdkELTzhyzVoi1yS { width:23.25rem;height:14.125rem;top:0rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzI03UED6uJ3SMKFRMlziTsB9cNNnhnA { width:22.8125rem;height:11.375rem;top:0rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #py5xNbAhOSE6Z7cAGT2xofXemKgC59KX { display:block; }#py5xNbAhOSE6Z7cAGT2xofXemKgC59KX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZIaz4fkntt6S3crdsQfGSN0QdoS7tiO8 { width:17.5rem;height:30.625rem;top:-2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cdx4f8F7kACqC6xCstSkMeCkT4RQpAVP { width:23.5rem;height:15.1875rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8bTZwMNCHZ1DEHU2zKKBLZisH9hWldZ { width:35.1875rem;height:3.0625rem;top:7.5rem;left:12.5625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x99zvG9bHoEaG2EndtmxMHD8S3Mbz9pV { width:34.9375rem;height:8.25rem;top:11.75rem;left:12.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDSIO5dSFbrwZDxV0DAM9gwWi29EyvSH { width:16.4375rem;height:3.125rem;top:22.75rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkpfvddm1ofq1tZnW60dp5C7W9dlc7Ig { display:block; }
 }@media only screen and (max-width: 763px) { #qMEHM7GpFdmnZHTZVwe9p2TnL4MBsVs7 { width:1.5625rem;height:1.5625rem;top:23.5rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKJP1RAX3PR6MZEAW0Pn6rbNbqMCs3wC { display:block; }#yKJP1RAX3PR6MZEAW0Pn6rbNbqMCs3wC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NSfChCCzq8s8rA0f4cwAmo0rtUU9120w { width:37.6875rem;height:2.5rem;top:8.4375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uISrTBSWqCGKJHyiMqmNTAu0q8aQsCut { width:21.125rem;height:2.875rem;top:8.875rem;left:19.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5BI25Ne6Bdm659XoXUoczgS0PJi0gLn { width:11.125rem;height:3.125rem;top:8.5625rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgER0qQfa9cE9aR2Za0s7MhddmzrNTm6 { display:block; }
 }@media only screen and (max-width: 763px) { #NNoV2Q4GQ9MGz2ELLTwO8Wcxxyf59Pxf { display:block; }#NNoV2Q4GQ9MGz2ELLTwO8Wcxxyf59Pxf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B3ML9rvRGgF1hsdTucPyEALXklAFkk2b { width:12.5rem;height:12.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQNVCoguMMAPspPSUNMwrqb8UsrTIpSL { width:12.5rem;height:12.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvNXt8yRkX4RDxCvkokpRQFftWs1gTXp { width:12.5rem;height:12.5rem;top:0rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFBOIlS1sD6JLd4vvZAfa6A0gtX0KDDn { width:12.5rem;height:12.5rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfMO3S4yeJ6h8hrTmUb0VZR5KwmhTa17 { width:12.5rem;height:12.5rem;top:0rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0J9QRMxtXWhoDMWxedhIvbcbyngINH6 { width:12.5rem;height:12.5rem;top:0rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8QtQ78BS1Ta47UrWrX1TyZnL8Mluh3p { display:block; }#l8QtQ78BS1Ta47UrWrX1TyZnL8Mluh3p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DzU3hlgFbiBFSHQO7k0l4x3udPHNUdHy { width:14.6875rem;height:6rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCFJiXbRawGHZnUz5TyOdXDPJ1bFXAsL { width:16.5625rem;height:0.9375rem;top:13.1875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbrGEFTqsNyCX1V9dTXX2D7FAL55NaVx { width:25.25rem;height:4.8125rem;top:5.1875rem;left:11.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngyLXyLQ5TrebBTd0Kkli1NXDsfObZvG { width:1.5625rem;height:1.5625rem;top:12.5625rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUAhRoyV5b2Hm0XFlxzSHONqVpgwTdfy { width:16.4375rem;height:3.125rem;top:11.8125rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyRTsvQddwLp8ecEDEvyNCumD1zOD0eL { display:block; }
 }@media only screen and (max-width: 763px) { #TSB7GPE1BlcWAwo6DocoIVJazNTsTtcI { width:3.125rem;height:3.125rem;top:5.1875rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnfBPa2uMiClLRFTZJiylhz6XSllpsOm { display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #pnfBPa2uMiClLRFTZJiylhz6XSllpsOm > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #gXGbmtwxZeqGbuRNy5zoBnsCh9AkLzWS { display:block; }#gXGbmtwxZeqGbuRNy5zoBnsCh9AkLzWS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sVTW3vEnZ5SnQCcKnn0Xm57TbQcG6a9r { width:7.9375rem;height:2.0625rem;top:0.625rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qvaypr0zTOJC5v3NC0nIxJflSx9EFHI1 { display:block; }
 }@media only screen and (max-width: 763px) { #ow54QEA5fCUEGxeDKaGZyd6l2XoaXTE7 { width:3.8125rem;height:3.8125rem;top:0.125rem;left:43.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTKi8kMqGIlOczar9XoGILOMOCds0VTN { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnDvN931RnFqNIge1wrUV1g8FegoJPWP { display:block; }
 }@media only screen and (max-width: 763px) { #Se667RZ1TsqA1mZxJQZ7px7kkpKtxr3t { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmWkDHDJXTAVl3nDxZKgh6UJukNoOl1S { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Co6MImBnMmOQmSy4AdnDZdK9RV1fiiZn { display:block; }#Co6MImBnMmOQmSy4AdnDZdK9RV1fiiZn > .row .container { width:20rem;height:42rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JHnQTTV1p5l59kPBdMyizk7x0c0Qy6zM { width:9.1875rem;height:3.6875rem;top:2.2119140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJrtxNzG7l2JO2T0wM6mR7WElCcQLpAd { width:20rem;height:6.8056875rem;top:9.0625rem;left:0rem;font-size:2.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FqvJp1NquiFg5qziNtpZPG49aZOzfMAr { width:18.875rem;height:4.72265625rem;top:17.5625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TduFMDIO8dtytlAG1N4T9uqlc9p7sggW { width:20rem;height:4.0625rem;top:24.6875rem;left:0rem;z-index:15015;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkGRZzI2FF4AiTXyJK8kul3L8dZpWP67 { display:block; }
 }@media only screen and (max-width: 763px) { #bUIbxHpfsfJEBnz88C0rAzHq3zx8W1D0 { display:flex;width:2.0625rem;height:2.0625rem;top:25.6875rem;left:1.3125rem;z-index:15016; }
 }@media only screen and (max-width: 763px) { #eME8lOeKewxMTK2dR2y2zDXcIOiTuqHM { width:16.5625rem;height:0.8125rem;top:5.2119140625rem;left:3.4375rem;font-size:0.625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Ti9Cf5WwssBz6gExc3WPoKDomgw34rdO { width:20rem;height:15.25rem;top:26.75rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkkTgsSQ81xVSL8RH9fPebqOFtHRzOZ1 { width:10.625rem;height:14.625rem;top:27.3720703125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpva2kuJnshh0FoqwTKHpLpLB0QfTnz9 { width:19.9375rem;height:40.125rem;top:90.94921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tdLgq62mvM6gvHQ8XbVHm8cNDxKbE6lu { width:19.9375rem;height:27.625rem;top:51.94921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #K2BMERepzXaUJ5oTosfDnmcHhfbknOsZ { width:5.4375rem;height:2.19921875rem;top:11.3125rem;left:2.6875rem;font-size:2rem;text-align:left;text-align-last:left;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; }
 }@media only screen and (max-width: 763px) { #LPpIWRe0k9z64otNN3W6dBpbUztXy85N { width:8.6875rem;height:1.798825rem;top:36.8623046875rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }#LPpIWRe0k9z64otNN3W6dBpbUztXy85N li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#LPpIWRe0k9z64otNN3W6dBpbUztXy85N li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3ec6ecb8a75c1ee2df26ac016b667d0dac8ea7c6.svg); }
 }@media only screen and (max-width: 763px) { #gmrIrqcppiPOD58nzfcOVX4O7APDAKi5 { top:26.625rem;left:10.90625rem;width:12.875rem;height:0.125rem;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ed1c24, rgba(237,28,36,0.5));background-image: -moz-linear-gradient(90deg, #ed1c24, rgba(237,28,36,0.5));background-image: -ms-linear-gradient(90deg, #ed1c24, rgba(237,28,36,0.5));background-image: -o-linear-gradient(90deg, #ed1c24, rgba(237,28,36,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1c24', endColorstr='#ed1c247f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1c24', endColorstr='#ed1c247f' );";background-image: linear-gradient(90deg, #ed1c24, rgba(237,28,36,0.5));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #iakwv3G63GgHXmTul61oTba17qsW3TBi { display:block; }#iakwv3G63GgHXmTul61oTba17qsW3TBi > .row .container { width:20rem;height:31.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NB3HwDzRd0dGFQDs5nsLKbU0pK872FmJ { width:20rem;height:6.25rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdlTFC7VlE1FsXUsTV1bRDAJLv6G8t45 { width:6.0625rem;height:2.4746125rem;top:5rem;left:1.875rem;font-size:2.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZTkASAXhEx5EaM7PRXMIcc5LUDDHLV3N { width:11.0625rem;height:2.19921875rem;top:5.1875rem;left:8.75rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #dXed5tpbWZgyK8pqTUXCDxEBwTODVB6H { width:20rem;height:6.25rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEqC42TTsgwqrTch0vmRItvw2o3bCQyX { width:6.0625rem;height:2.4746125rem;top:13.75rem;left:1.875rem;font-size:2.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lMvCLx5Q0fATW9UJR6pUPrz2gqnHheeu { width:12.75rem;height:2.19921875rem;top:13.9375rem;left:6.25rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #QCuptWoXcyoUTBKKpKg3wBCeUb31Jl2k { width:20rem;height:6.25rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fdsz8yfx7EIbhVV8CdlvnI0yE8qU3FvN { width:20rem;height:6.25rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSdlPg4rcCvTPX65X0TuPqlyA9DG5F43 { width:20rem;height:6.25rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPq1L2LxV0KQHhzkyVm1pw52oivepkAN { width:20rem;height:6.25rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBtha3QJGuCCL7Q6khUVJNnaFUfJpH2y { width:11rem;height:2.19921875rem;top:22.6875rem;left:8rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #PKweVmuOWi5lgWm5Ftx9x5kLccTyEcoI { width:6.75rem;height:2.19921875rem;top:22.5rem;left:1.875rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #erKb5p1RZbWEsOJRP6pg50XM1ZM8UcZi { display:block; }#erKb5p1RZbWEsOJRP6pg50XM1ZM8UcZi > .row .container { width:20rem;height:39rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hxn23nbfkfNXyUXn4NZDD3vlz1Un5h3K { width:20rem;height:2.19921875rem;top:0rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QehKTRFmT9xphtLJZKFkvTxM072xkJAA { width:20rem;height:18.183625rem;top:4.373046875rem;left:0rem;font-size:1rem;line-height:1.6;display:block; }#QehKTRFmT9xphtLJZKFkvTxM072xkJAA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_18f6cfbe2da1e056f7bb57f7872ebe99083e7075.svg); }
 }@media only screen and (max-width: 763px) { #QHJJXJzo407Jd8EOs9CCM2s9C7dKOQk8 { width:20rem;height:13.07225rem;top:22.869140625rem;left:0rem;font-size:1rem;line-height:1.6;display:block; }#QHJJXJzo407Jd8EOs9CCM2s9C7dKOQk8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_18f6cfbe2da1e056f7bb57f7872ebe99083e7075.svg); }
 }@media only screen and (max-width: 763px) { #ixwJPEfOFOEAIP3nc9qHb0ZFKxBbev35 { display:block; }#ixwJPEfOFOEAIP3nc9qHb0ZFKxBbev35 > .row .container { width:20rem;height:46.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ysN1T6aMKpMHPlNSTrFzmN0xqQOI3z8x { width:20rem;height:12.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrs7Mq72UJW3p3NyoVf1AOp22y4smZtB { width:13.4375rem;height:3.59765625rem;top:8.77734375rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ep0mskSpfQNMwNX0T4uT01QN2TzyXmqA { width:20rem;height:12.9375rem;top:16.0625rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8d49a609-c7df-4ec7-bbaa-cff75f2d24be/iStock1310658912FrauSchmerzen.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ep0mskSpfQNMwNX0T4uT01QN2TzyXmqA.adaptive-delivery-prevent-bg, #ep0mskSpfQNMwNX0T4uT01QN2TzyXmqA.lazyload, #ep0mskSpfQNMwNX0T4uT01QN2TzyXmqA.lazyloading { background-image: none; }
#ep0mskSpfQNMwNX0T4uT01QN2TzyXmqA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.41); } }@media only screen and (max-width: 763px) { #XfGuoi2MF3lKi5a005ldTa9DzG6zG0O2 { width:12.9375rem;height:3.59765625rem;top:23.5625rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #T0rvoCw14ZEgZUkRI0ZoXQfiJPUQAvzg { width:20rem;height:12.9375rem;top:30.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMaGtge8J5dbE1CnL8EW0k3AnFkfqPxZ { width:13.375rem;height:3.59765625rem;top:38.40234375rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SUDdsQnyOxc7s0zIQDTbHsEFALiZpxRu { display:block; }#SUDdsQnyOxc7s0zIQDTbHsEFALiZpxRu > .row .container { width:20rem;height:38.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eoGIpbmk5dhzcdTCkOMXR3g58WKOJMQT { width:15.1875rem;height:15.125rem;top:21.3125rem;left:-2.6741955445544rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT1gXPstROklQx73gWIehBOiZHlEhSHt { width:17.0625rem;height:4.3984375rem;top:2.3125rem;left:1.875rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DoTqC9QatJZWE4HSCdrgXSutq58oXt7K { width:17.3125rem;height:19.722625rem;top:7.5859375rem;left:1.71875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#DoTqC9QatJZWE4HSCdrgXSutq58oXt7K li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#DoTqC9QatJZWE4HSCdrgXSutq58oXt7K li:before{  }
 }@media only screen and (max-width: 763px) { #P9iPA0uSF7wf1seLvXyBgHPx487tln5D { width:14.125rem;height:3.125rem;top:29.4375rem;left:1.875rem;z-index:15015;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoICShNMImmPRE5SkkB7otCVd5DRBwws { display:block; }
 }@media only screen and (max-width: 763px) { #EDf3RGOuSh0BNVpiF8797chisxVM4KLS { display:flex;width:1.5625rem;height:1.5625rem;top:30.1875rem;left:2.875rem;z-index:15016; }
 }@media only screen and (max-width: 763px) { #lVWCBT7z7smTXM8gyRbdTbmLScdpf16M { display:block; }#lVWCBT7z7smTXM8gyRbdTbmLScdpf16M > .row .container { width:20rem;height:28.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o6sdWAww5UqWVrkwEsUEQTithAaSTEvM { height:11.167rem;width:20rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wco5zKZ5uo2QJ5x3EwbfpLVXHT6GbAXo { width:15.5625rem;height:4.72265625rem;top:3.8125rem;left:2.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DkvTT7VTDFzn2C5bOPuNNb3FkJPIdoer { display:block; }#DkvTT7VTDFzn2C5bOPuNNb3FkJPIdoer > .row .container { width:20rem;height:23.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P0XtAIXT374hpKWNIt0ditcxzhhd6nex { width:3.4375rem;height:3.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA8dd6zMquAADMv8FaHvK3yoyB92E4Ve { width:15.5rem;height:3.298825rem;top:0rem;left:4.5rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #EFcHEkPwvJ0OdPw92Ez1lGPVGehyLol9 { width:1.875rem;height:1.875rem;top:0.78125rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFIXDWgsZgoQFmS3UEqR0dVWvBQMOyO0 { width:15.5rem;height:3.298825rem;top:6.5625rem;left:4.5rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #qC9BlgpNnvFEosJK7sLkLuTfn3x4b2vm { width:3.4375rem;height:3.4375rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRw0ZN3mlH9PdrX75DC8JoppoMEQVcL9 { width:1.875rem;height:1.875rem;top:7.375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8kctPEmVrhXUXk68s2i41f7yoCqUE8n { width:13.625rem;height:2.19921875rem;top:13rem;left:4.5rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TzGkzzt0wSrqx3OfHhDmWIBEKbbT5ugw { width:3.4375rem;height:3.4375rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbCXtMrBkF9kvkArTPnaPE6wGfvEkTll { display:flex;width:2.0625rem;height:2.0625rem;top:13.5625rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #fEq2cg6RVyabF7un0WNzD9ZWT7VBP5lT { display:block; }#fEq2cg6RVyabF7un0WNzD9ZWT7VBP5lT > .row .container { width:20rem;height:33.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q1ezPJA34QGWX4hh6FKc3O33rwvUkBZC { width:10rem;height:10rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwM6J8IGEH0btNLgR7X4Rnv7K9owcUr6 { width:10rem;height:10rem;top:0rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuDpJHPL2ONlgqKvizdOfDabZg1QuMmt { width:10rem;height:10rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSglVb4TCH5uRudgF5hpkF9pKNOk9s7y { width:10rem;height:10rem;top:10rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHFpkUSHTv4c2q5Rft644a4ZkbsHUCoN { width:10rem;height:10rem;top:20rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScJp5JopwlTLOXM4WQqDM7EPGvKIrCkd { width:10rem;height:10rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTNTLFXBTtcTq858OyU1TZhuPX03zfbb { display:block; }#wTNTLFXBTtcTq858OyU1TZhuPX03zfbb > .row .container { width:20rem;height:97.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DH6bkmEfTwJCq4DlBJq8nFASBw5rUy7F { width:16.75rem;height:21.4375rem;top:1.25rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgDeHV9PZtstlgZ9Lg2XoRupAo5S5SR0 { width:20rem;height:35.0625rem;top:25.412109375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #FmW2oTsfH1SM9VqP2TQeVPHVdowRLaf8 { width:19rem;height:5.625rem;top:19.443359375rem;left:-1.8125rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #d0PETFcUuftZVxVqiurnEAQFBETT8mc0 { width:4.625rem;height:1.51171875rem;top:9.068359375rem;left:0rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #XBTQ08JUBgmg3IGHDIiZSfupDqU2NqLv { width:8.6875rem;height:6.6875rem;top:62.912109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EV7q8I8iQyvNnNyRLme7lnNSmuE8QOU6 { width:7.8125rem;height:5.3125rem;top:63.724609375rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvbSUo1m7zPqJBkyqzZhKQ7kMu0Ac3kw { width:6.75rem;height:4.5625rem;top:70.974609375rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOXcIaSXoBAb1LrH0CKSoDPsqMvGZiSD { width:6.375rem;height:4.4375rem;top:71.037109375rem;left:10.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxEAZAPQNtzoBf5rETk478cIo2kLTGmL { top:22.5rem;left:3.46875rem;width:18.0625rem;height:0.125rem;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ed1c24, rgba(237,28,36,0.5));background-image: -moz-linear-gradient(90deg, #ed1c24, rgba(237,28,36,0.5));background-image: -ms-linear-gradient(90deg, #ed1c24, rgba(237,28,36,0.5));background-image: -o-linear-gradient(90deg, #ed1c24, rgba(237,28,36,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1c24', endColorstr='#ed1c247f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1c24', endColorstr='#ed1c247f' );";background-image: linear-gradient(90deg, #ed1c24, rgba(237,28,36,0.5));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #QqgURo3vWNVwt8LOl06SinrCTJ6wurXQ { width:16.5625rem;height:18.0625rem;top:79.1875rem;left:1.71875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #satq6s53BmZEmL6SW21qR0x7S3TsKoFo { display:block; }#satq6s53BmZEmL6SW21qR0x7S3TsKoFo > .row .container { width:20rem;height:55.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T08eeBtRtra0xGfxBWn6xn9pZKyQrm0S { width:16.4375rem;height:4.125rem;top:2.3125rem;left:1.78125rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #rCVwtHtQn3oUROaEwhPMXTeZVek0dD2L { width:20rem;height:26.8125rem;top:4.62109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xoq3kWoWFDvJ7WegBB0Cp2MQczT9zdl5 { width:20rem;height:14.8125rem;top:9.87109375rem;left:0rem;z-index:15014;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/dd70af27-a5fb-445b-894e-c362c5c74ea1/download20250609T134711992.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xoq3kWoWFDvJ7WegBB0Cp2MQczT9zdl5.adaptive-delivery-prevent-bg, #xoq3kWoWFDvJ7WegBB0Cp2MQczT9zdl5.lazyload, #xoq3kWoWFDvJ7WegBB0Cp2MQczT9zdl5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #lNTD2QcbvsKfeZseZJhoGVOTAgfaJTcu { width:10rem;height:11.6875rem;top:39.8125rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3Jt1sJozBNBIuGLQaZeaV9pA4Jhzw75 { width:20rem;height:15.3125rem;top:24.5rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/445d2cb9-d5fb-4d97-be62-6ca284bb147b/download20250609T135306500.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#x3Jt1sJozBNBIuGLQaZeaV9pA4Jhzw75.adaptive-delivery-prevent-bg, #x3Jt1sJozBNBIuGLQaZeaV9pA4Jhzw75.lazyload, #x3Jt1sJozBNBIuGLQaZeaV9pA4Jhzw75.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #vElJL1r846taPDQxqsU6S7sUuQMORAhy { width:10rem;height:11.6875rem;top:39.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vViob38y07Sc9PZEVJeL2MnrdUy3zzvV { width:20rem;height:21.5rem;top:74.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #y29mHVRlz06dNIuOvrEZJ7DLrXipxgBA { display:block; }#y29mHVRlz06dNIuOvrEZJ7DLrXipxgBA > .row .container { width:20rem;height:10.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yGeat4eCFwhIvczJD3Mha6TvG8Kd4FKJ { width:20rem;height:4.3984375rem;top:5.17578125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwCQlBQo74EOQkf2G45IWuvLuiDTfirk { display:block; }#dwCQlBQo74EOQkf2G45IWuvLuiDTfirk > .row .container { width:20rem;height:50.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M62JRpdhfwwrOrwtHtS0LgPcgT3suaIT { width:20rem;height:17.452574525745rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NanU9mO1ksG8HeJSXtkVaXybqzaiFcHE { width:20rem;height:17.807625rem;top:20.888671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMsoW8vFqDSJkwib35EaMB6CNud8UKEK { width:20rem;height:9.49025rem;top:40.6962890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhIocOtszR1lF3UBdHApNEsN0PW5zkaO { display:block; }#GhIocOtszR1lF3UBdHApNEsN0PW5zkaO > .row .container { width:20rem;height:40.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xMMfnB9dyJTDuHiIqBTT3s8qs4cSXaG4 { width:20rem;height:10.662125rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #emrHbrwh5s72b4UqrueATU7RilTHgH0k { width:20rem;height:10.5751875rem;top:15.599609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQnOVEEFlOJSIwHm1pq1Kb7FCKav5uA6 { width:20rem;height:11.629875rem;top:28.3623046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUkzABgQJeF3mfulGZC4JeBIwcOWGs6T { display:block; }#eUkzABgQJeF3mfulGZC4JeBIwcOWGs6T > .row .container { width:20rem;height:41.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kE7ZmxC2xGnIv870OILsqfrDxd3HDsxs { width:20rem;height:9.6171875rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpKnTTTU56ipSLctPdkELTzhyzVoi1yS { width:20rem;height:12.150375rem;top:14.2421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzI03UED6uJ3SMKFRMlziTsB9cNNnhnA { width:20rem;height:9.9716875rem;top:27.9541015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #py5xNbAhOSE6Z7cAGT2xofXemKgC59KX { display:block; }#py5xNbAhOSE6Z7cAGT2xofXemKgC59KX > .row .container { width:20rem;height:52.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZIaz4fkntt6S3crdsQfGSN0QdoS7tiO8 { width:14.9375rem;height:20.125rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cdx4f8F7kACqC6xCstSkMeCkT4RQpAVP { width:15.625rem;height:10.0625rem;top:16.0859375rem;left:4.3908536585366rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8bTZwMNCHZ1DEHU2zKKBLZisH9hWldZ { width:14.3125rem;height:4.3984375rem;top:28.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #x99zvG9bHoEaG2EndtmxMHD8S3Mbz9pV { width:16.5rem;height:9rem;top:34.0234375rem;left:0rem;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #rDSIO5dSFbrwZDxV0DAM9gwWi29EyvSH { width:16.4375rem;height:3.125rem;top:44.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkpfvddm1ofq1tZnW60dp5C7W9dlc7Ig { display:block; }
 }@media only screen and (max-width: 763px) { #qMEHM7GpFdmnZHTZVwe9p2TnL4MBsVs7 { display:flex;width:1.5625rem;height:1.5625rem;top:45.6875rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #yKJP1RAX3PR6MZEAW0Pn6rbNbqMCs3wC { display:block; }#yKJP1RAX3PR6MZEAW0Pn6rbNbqMCs3wC > .row .container { width:20rem;height:25.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NSfChCCzq8s8rA0f4cwAmo0rtUU9120w { width:15.6875rem;height:4rem;top:5.3125rem;left:2.1875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uISrTBSWqCGKJHyiMqmNTAu0q8aQsCut { width:14.8125rem;height:4.38574375rem;top:10.1875rem;left:2.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x5BI25Ne6Bdm659XoXUoczgS0PJi0gLn { width:11.125rem;height:3.125rem;top:17.125rem;left:4.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgER0qQfa9cE9aR2Za0s7MhddmzrNTm6 { display:block; }
 }@media only screen and (max-width: 763px) { #NNoV2Q4GQ9MGz2ELLTwO8Wcxxyf59Pxf { display:block; }#NNoV2Q4GQ9MGz2ELLTwO8Wcxxyf59Pxf > .row .container { width:20rem;height:32.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B3ML9rvRGgF1hsdTucPyEALXklAFkk2b { width:10rem;height:10rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQNVCoguMMAPspPSUNMwrqb8UsrTIpSL { width:10rem;height:10rem;top:0rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvNXt8yRkX4RDxCvkokpRQFftWs1gTXp { width:10rem;height:10rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFBOIlS1sD6JLd4vvZAfa6A0gtX0KDDn { width:10rem;height:10rem;top:10rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfMO3S4yeJ6h8hrTmUb0VZR5KwmhTa17 { width:10rem;height:10rem;top:20rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0J9QRMxtXWhoDMWxedhIvbcbyngINH6 { width:10rem;height:10rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8QtQ78BS1Ta47UrWrX1TyZnL8Mluh3p { display:block; }#l8QtQ78BS1Ta47UrWrX1TyZnL8Mluh3p > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DzU3hlgFbiBFSHQO7k0l4x3udPHNUdHy { width:8.4375rem;height:3.5rem;top:3.9375rem;left:5.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCFJiXbRawGHZnUz5TyOdXDPJ1bFXAsL { width:16.5625rem;height:0.8125rem;top:10.0341796875rem;left:1.71875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RbrGEFTqsNyCX1V9dTXX2D7FAL55NaVx { width:19rem;height:3.4375rem;top:11.875rem;left:0.5rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ngyLXyLQ5TrebBTd0Kkli1NXDsfObZvG { display:flex;width:1.5625rem;height:1.5625rem;top:18.125rem;left:2.9375rem; }
 }@media only screen and (max-width: 763px) { #CUAhRoyV5b2Hm0XFlxzSHONqVpgwTdfy { width:16.4375rem;height:3.125rem;top:17.3125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyRTsvQddwLp8ecEDEvyNCumD1zOD0eL { display:block; }
 }@media only screen and (max-width: 763px) { #TSB7GPE1BlcWAwo6DocoIVJazNTsTtcI { display:flex;width:2.3125rem;height:2.3125rem;top:25rem;left:8.84375rem; }
 }@media only screen and (max-width: 763px) { #pnfBPa2uMiClLRFTZJiylhz6XSllpsOm { display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #pnfBPa2uMiClLRFTZJiylhz6XSllpsOm > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #gXGbmtwxZeqGbuRNy5zoBnsCh9AkLzWS { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#gXGbmtwxZeqGbuRNy5zoBnsCh9AkLzWS > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sVTW3vEnZ5SnQCcKnn0Xm57TbQcG6a9r { width:5.8125rem;height:1.8125rem;top:0.5625rem;left:10.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qvaypr0zTOJC5v3NC0nIxJflSx9EFHI1 { display:block; }
 }@media only screen and (max-width: 763px) { #ow54QEA5fCUEGxeDKaGZyd6l2XoaXTE7 { width:2.375rem;height:2.375rem;top:0.25rem;left:15.5625rem;font-size:1.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #DTKi8kMqGIlOczar9XoGILOMOCds0VTN { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnDvN931RnFqNIge1wrUV1g8FegoJPWP { display:block; }
 }@media only screen and (max-width: 763px) { #Se667RZ1TsqA1mZxJQZ7px7kkpKtxr3t { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmWkDHDJXTAVl3nDxZKgh6UJukNoOl1S { display:block; }
 }