.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:214,252,253;--color-primary-1:133,245,250;--color-primary-2:51,238,246;--color-primary-3:0,234,244;--color-primary-4:0,44,46;--color-secondary-0:255,255,255;--color-secondary-1:248,248,248;--color-secondary-2:223,223,223;--color-secondary-3:42,42,42;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Work Sans";--paragraphs-font-family:"Work Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFW3FsE2KPll7KVg84u7za4AgJJomfNV { position:relative;display:none; }#XFW3FsE2KPll7KVg84u7za4AgJJomfNV { border-width: 0; border-radius: 0; }#XFW3FsE2KPll7KVg84u7za4AgJJomfNV > .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; }#XFW3FsE2KPll7KVg84u7za4AgJJomfNV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-4),1);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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:47.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#nEOxMiGwhqVJFUQbhF5Rzmh347P6SMrr { 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:8rem;width:14.5625rem;top:5.5625rem;left:0rem;overflow:hidden;display:block; }
#sO20btbNyzS9PhXOBmysZ2fqMFa3l27E { color:rgba(var(--color-tertiary-0),1);display:block;width:39.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:15.6875rem;left:0.125rem;height:6rem;font-style:normal;display:block; }
#ApOyBJAfX0U4U1suJXS9ViN4Wu6Duzna { color:rgba(var(--color-tertiary-0),1);display:block;width:36.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:23.749114990234rem;left:0.12478256225586rem;height:8.75rem;font-style:normal;display:block; }
#WEPVOZb6JvnmLM5RB9OsKF9SDuIEcJ9K { background-color:#00efca;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,239,202,0.65) ;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:35.4375rem;left:0rem;display:block; }
#JpT9GByTHBdaE1id4tpXIwi7zRNTCwAy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qfSeOPhQ2Af9pRt9Ng1g8CxsCGFZWHx1 { box-sizing:content-box;height:34.25rem;width:32.3125rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6eb7287a-3e48-48c1-bf5c-c291113c4b2b/capa.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5.5625rem;left:42.687500953674rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }#qfSeOPhQ2Af9pRt9Ng1g8CxsCGFZWHx1.adaptive-delivery-prevent-bg, #qfSeOPhQ2Af9pRt9Ng1g8CxsCGFZWHx1.lazyload, #qfSeOPhQ2Af9pRt9Ng1g8CxsCGFZWHx1.lazyloading { background-image: none; }
#S2sJFSRTan5r6In1bwv0F7cTC3t6Db8f { box-sizing:content-box;height:34.25rem;width:32.125rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:6.5625rem;left:43.979165077209rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;border-top:0.125rem solid #ebfd13;border-left:0.125rem solid #ebfd13;border-right:0.125rem solid #ebfd13;border-bottom:0.125rem solid #ebfd13;display:block; }
#wk1zRflQZ7FQcN7h809klofoIy4Lq4rK { 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:8rem;width:14.5625rem;top:3.5625rem;left:0rem;overflow:hidden;display:none; }
#x1JfdVt1IdbHCnrWzOdFbNf8LzekFEUn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),0.8);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:none; }#x1JfdVt1IdbHCnrWzOdFbNf8LzekFEUn > .row .container { border-width: 0; border-radius: 0; }#x1JfdVt1IdbHCnrWzOdFbNf8LzekFEUn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x1JfdVt1IdbHCnrWzOdFbNf8LzekFEUn > .row .container { font-size:0.875rem;font-family:arial;height:42.1875rem;width:75rem;position:relative;display:none; }#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb .widget-form-header {  }
#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb .widget-input-text {padding-top: 0; padding-bottom: 0;}#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden; }
#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb .widget-input-select {padding-top: 0; padding-bottom: 0;}#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb .widget-input-button { border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;background-color:#62fa45;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.1875rem;margin-bottom:0.25rem;margin-left:0.1875rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#1a1a1a;width:17.125rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:16.0625rem;overflow:hidden;font-style:normal; }
#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb .widget-container { padding-top:0.5625rem;padding-right:0;padding-bottom:0.5625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb .widget-container:first-of-type{padding-top:0;}#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb .widget-container:last-of-type{padding-bottom:0;}#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;position:absolute;top:6.5rem;left:13.4375rem; }
#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb {display:block;}#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;position:absolute;top:6.5rem;left:13.4375rem; }
#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb #VqhFzxmx3OhDErgZMXZ339HRLEngA05N { position:relative; }
#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb #iV9dXWwGVbiO7GUzrvoJpshJ9qyTl2CI { position:relative;display:block; }
#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb #xcdGEs2zMRHNshmqsl3U0xaqAwmuULAX { position:relative; }
#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb #Vks3n2rNy6KJCJ8mRf54bSRgzvko8FVW { position:relative; }
#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb #g5pGk479KTJ297eU1X9RWIxEecHwVgTI { position:relative;display:block; }
#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb #O0H9CwgbITVN7Ts9E6Ep8ww1XuQf0eDw { position:relative; }
#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb #AyBvanAUQtEonIRMsWsv3s0LTZ6GGGCK { position:relative; }
#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb #OwyGRXV3BC2WPKwPW4Qk3fWiR5voQp6B { position:relative;display:block; }
#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb #FMyUT717bZWV5EsxUMEFHkeGVW5wQLDf { position:relative; }
#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb #tcihPZHakJlqA7F68xREKpq5h3PZracH { position:relative; }
#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb #ox8rtnlIetZgRUodWGEcwyI5ca5U78ak { position:relative;display:block; }
#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb #J5pQaxkv4lhShO8JZGcMgRm383UVIfB1 { position:relative; }
#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb #dRV8qhNKdT3QEN01JDxE34u38cQsDeDa { position:relative; }
#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb #bTfzwpZsqTx5h6IIDhG1AaagH66TvuCI { position:relative;z-index:2; }
#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb #u48aSsMswka2BkW6UceMX2pfMkDcSb0X { position:relative; }
#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb #mpHLThpzxPV7505UDO0mdOSFmKoVNXWT { position:relative; }
#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb #KZTIzWn9ME0QuMni2dKEoe9fmWrndbu8 { position:relative;z-index:2; }
#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb #GWVxb5d9p95m8S0qmRVNgnBcOu4bg4Ok { position:relative; }
#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb #Fl8mhnLoIlxT6MoOTcxfA0JKyc4InA4x { position:relative; }
#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb #WJi9XEi0gD0ZWnfRfTX1KRqbFauXFkmv { position:relative; }
#MPX9o9mHXSdvWEu9yvaPN5RVxKNsPdWW { color:rgba(var(--color-tertiary-4),1);display:block;width:20.749rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:2.3746757507324rem;left:13.062336921692rem;height:2.5317375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e5ICCTKZqITthT3Bn0Z6gVaA0yOscLlb { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:14.6875rem;left:38.0625rem;height:6.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aTTU8ccDTJy5zpo9lqnDIvxkKbonEE3i { background-color:transparent;background-image:none;border-top:0.125rem solid #00caab;border-left:0.125rem solid #00caab;border-right:0.125rem solid #00caab;border-bottom:0.125rem solid #00caab;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.91666625rem;height:3.66666625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:23.125rem;left:38.0625rem;display:block; }
#povlPBoT7vTFpz8mko0dp2FUJI81zALT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y7yEJBLLmRbBOUbkqQiu4Adp3McmdTHg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#y7yEJBLLmRbBOUbkqQiu4Adp3McmdTHg > .row .container { background-color: transparent; background-image: none; }#y7yEJBLLmRbBOUbkqQiu4Adp3McmdTHg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7yEJBLLmRbBOUbkqQiu4Adp3McmdTHg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7yEJBLLmRbBOUbkqQiu4Adp3McmdTHg > .row .container > .video-iframe-container { display: none; }#y7yEJBLLmRbBOUbkqQiu4Adp3McmdTHg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7yEJBLLmRbBOUbkqQiu4Adp3McmdTHg > .row > .video-iframe-container { display: none; }#y7yEJBLLmRbBOUbkqQiu4Adp3McmdTHg > .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); }#y7yEJBLLmRbBOUbkqQiu4Adp3McmdTHg > .row .container { border-width: 0; border-radius: 0; }#y7yEJBLLmRbBOUbkqQiu4Adp3McmdTHg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y7yEJBLLmRbBOUbkqQiu4Adp3McmdTHg > .row .container { font-size:0.875rem;font-family:arial;height:31.375rem;width:75rem;position:relative;display:block; }#b8QQgIH7i94Vqgw5agVZDhioFxxy8n4F { color:rgba(var(--color-tertiary-4),1);display:block;width:28.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:5.3740234375rem;left:23.1875rem;height:4.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TrGe4wX8C0KqQTNRq9eTR20cKebfi0MO { color:rgba(var(--color-tertiary-4),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:10.0615234375rem;left:26.65625rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hF0EqU5fp9pEcLTT0kBbxQNiJQLE4tsi { background-color:transparent;background-image:none;border-top:0.125rem solid #00caab;border-left:0.125rem solid #00caab;border-right:0.125rem solid #00caab;border-bottom:0.3125rem solid #00caab;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.9375rem;height:4.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:16.6875rem;left:38.625rem;display:block; }
#TcvtquFDTKcPTDt3M9ObNCi1H5FNVN6D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nnerG8XT6zNmNqVyvxr5h90g15wqnT1z { background-color:#00efca;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #05c7a9;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.9375rem;height:4.25rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:16.625rem;left:12.5rem;display:block; }
#gEUm0NNQabqF8gqSzRWuyv7OWbFRgeOl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rhCFwsnJ63gT6ErK9TCSMVoO8TWhvXV5 { box-sizing:content-box;height:29.4375rem;width:74.4375rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/34f25108-9334-4ebe-a278-471a3e580739/download20250131T145915421.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0rem;left:0rem;display:block; }#rhCFwsnJ63gT6ErK9TCSMVoO8TWhvXV5.adaptive-delivery-prevent-bg, #rhCFwsnJ63gT6ErK9TCSMVoO8TWhvXV5.lazyload, #rhCFwsnJ63gT6ErK9TCSMVoO8TWhvXV5.lazyloading { background-image: none; }
#rhCFwsnJ63gT6ErK9TCSMVoO8TWhvXV5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.74); }#khBmfczg9C1JIF8uWr1gc9GG4IE1bVyz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(237,237,237,0.8);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; }#khBmfczg9C1JIF8uWr1gc9GG4IE1bVyz > .row .container { background-color: transparent; background-image: none; }#khBmfczg9C1JIF8uWr1gc9GG4IE1bVyz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khBmfczg9C1JIF8uWr1gc9GG4IE1bVyz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khBmfczg9C1JIF8uWr1gc9GG4IE1bVyz > .row .container > .video-iframe-container { display: none; }#khBmfczg9C1JIF8uWr1gc9GG4IE1bVyz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khBmfczg9C1JIF8uWr1gc9GG4IE1bVyz > .row > .video-iframe-container { display: none; }#khBmfczg9C1JIF8uWr1gc9GG4IE1bVyz > .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); }#khBmfczg9C1JIF8uWr1gc9GG4IE1bVyz > .row .container { border-width: 0; border-radius: 0; }#khBmfczg9C1JIF8uWr1gc9GG4IE1bVyz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#khBmfczg9C1JIF8uWr1gc9GG4IE1bVyz > .row .container { font-size:0.875rem;font-family:arial;height:37.5625rem;width:75rem;position:relative;display:block; }#xUdnsNW9nx6gbQOJcQR6HWkvJXTrVylc { color:rgba(var(--color-tertiary-4),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:7.1875rem;left:9.5rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vrnvef0TVo0dvetThn7zNt5gdH2nTvh7 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:7.1875rem;left:27.0625rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BZEaTsP9nWH4ya4kiPHCpfMMwGfRPBQT { color:rgba(var(--color-tertiary-4),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:7.1875rem;left:39.5rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MXhUGgap9Ooh87bxKM51fVTNB493FzGe { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:7.1875rem;left:53.375rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oZ1CX0I9c0VaBzUiUtKHCho5I6SH7dvD { box-sizing:content-box;height:15.125rem;width:62.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:-0.8125rem;left:6.2500009536744rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#zcgIKX2ThyVnEBLvgqvbvXCZXJw7CaWD { color:#454545;display:block;width:3.5rem;position:absolute;font-family:"font awesome 2022";font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:2.5rem;left:14.6875rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VqdIKgSUdyJAQJsf6bdiynRMIlUOKEdB { color:#454545;display:block;width:3.5rem;position:absolute;font-family:"font awesome 2022";font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:2.5rem;left:30.125rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uxwSArNKPR3CFbl3DhOkkTz8ffAmSP9y { color:#454545;display:block;width:3.5rem;position:absolute;font-family:"font awesome 2022";font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:2.5rem;left:42.75rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FsFgPH4MBp0UIGnX5Neym4pTrFCqyCB2 { color:#454545;display:block;width:3.5rem;position:absolute;font-family:"font awesome 2022";font-size:2.8125rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:2.5rem;left:57.6875rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TtxZWSREy6Fyi5MwHISRt5T0bgpLKrLv { color:rgba(var(--color-tertiary-4),1);display:block;width:60.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:17.1875rem;left:7.1875rem;height:3.00021875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HXPkCTmQgtuVIZzrDxVunqJUa5HuaIA9 { color:rgba(var(--color-tertiary-4),1);display:block;width:63.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:22.25rem;left:5.75rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iEbKZounCPFCcE4486y97a2M5iB3n6rD { background-color:#00efca;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(0,239,202,0.65) ;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:28.750000953674rem;left:27.750000953674rem;display:block; }
#pXuFPg4Etbo2LRbRQ1GkvGyBEclb0twp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X1uTD3EQZmKeA0U2vKoZJtKu17TsLClS { 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; }#X1uTD3EQZmKeA0U2vKoZJtKu17TsLClS > .row .container { background-color: transparent; background-image: none; }#X1uTD3EQZmKeA0U2vKoZJtKu17TsLClS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X1uTD3EQZmKeA0U2vKoZJtKu17TsLClS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X1uTD3EQZmKeA0U2vKoZJtKu17TsLClS > .row .container > .video-iframe-container { display: none; }#X1uTD3EQZmKeA0U2vKoZJtKu17TsLClS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X1uTD3EQZmKeA0U2vKoZJtKu17TsLClS > .row > .video-iframe-container { display: none; }#X1uTD3EQZmKeA0U2vKoZJtKu17TsLClS > .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); }#X1uTD3EQZmKeA0U2vKoZJtKu17TsLClS > .row .container { border-width: 0; border-radius: 0; }#X1uTD3EQZmKeA0U2vKoZJtKu17TsLClS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X1uTD3EQZmKeA0U2vKoZJtKu17TsLClS > .row .container { font-size:0.875rem;font-family:arial;height:43.8125rem;width:75rem;position:relative;display:block; }#eU90bnFTgM6PclTOuTqMaHSewm17f2wN { color:rgba(var(--color-tertiary-0),1);display:block;width:32.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:10.6875rem;left:32.5rem;height:3.00021875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uTASIHeyVon2DCmwB4TM6XIRp1xsQufJ { color:rgba(var(--color-tertiary-0),1);display:block;width:35.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:15.8125rem;left:32.5rem;height:14rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v5C9VGRxWvHo4EZb929vQ2lVfMGZs9qN { color:#454545;display:block;width:10.31175rem;position:absolute;font-family:"font awesome 2022";font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:32.9375rem;left:32.4375rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sTLFu3UhaQpwA2g7m2hZw7hPaB26C3pl { box-sizing:content-box;height:31.875rem;width:28.625rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5f1db362-1d62-43d0-b13e-7ea75029229a/2.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:6rem;left:0rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }#sTLFu3UhaQpwA2g7m2hZw7hPaB26C3pl.adaptive-delivery-prevent-bg, #sTLFu3UhaQpwA2g7m2hZw7hPaB26C3pl.lazyload, #sTLFu3UhaQpwA2g7m2hZw7hPaB26C3pl.lazyloading { background-image: none; }
#gQiK4H02e2f1tTg0TW3OCB57vRcLPt2V { box-sizing:content-box;height:31.625rem;width:27.625rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:7.1875rem;left:1.625rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;border-top:0.125rem solid #ebfd13;border-left:0.125rem solid #ebfd13;border-right:0.125rem solid #ebfd13;border-bottom:0.125rem solid #ebfd13;display:block; }
#r29sGUCZiGxPE5Zwuw8wJPEKKDIgCrM5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#r29sGUCZiGxPE5Zwuw8wJPEKKDIgCrM5 > .row .container { background-color: transparent; background-image: none; }#r29sGUCZiGxPE5Zwuw8wJPEKKDIgCrM5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r29sGUCZiGxPE5Zwuw8wJPEKKDIgCrM5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r29sGUCZiGxPE5Zwuw8wJPEKKDIgCrM5 > .row .container > .video-iframe-container { display: none; }#r29sGUCZiGxPE5Zwuw8wJPEKKDIgCrM5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r29sGUCZiGxPE5Zwuw8wJPEKKDIgCrM5 > .row > .video-iframe-container { display: none; }#r29sGUCZiGxPE5Zwuw8wJPEKKDIgCrM5 > .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); }#r29sGUCZiGxPE5Zwuw8wJPEKKDIgCrM5 > .row .container { border-width: 0; border-radius: 0; }#r29sGUCZiGxPE5Zwuw8wJPEKKDIgCrM5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r29sGUCZiGxPE5Zwuw8wJPEKKDIgCrM5 > .row .container { font-size:0.875rem;font-family:arial;height:34.4375rem;width:75rem;position:relative;display:block; }#TIaetyNffpJ1WLtWCKJz022Rzb7JlZlp { color:rgba(var(--color-tertiary-4),1);display:block;width:50.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:3.8125rem;left:12.156250953674rem;height:3.00021875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sCcJnJMLARlyfPKcvZRxnvTMS81hbtiX { box-sizing:content-box;height:8.8125rem;width:8.8125rem;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:15005;background-color:transparent;background-image:none;top:11rem;left:14.375rem;border-top:0.625rem solid rgba(var(--color-primary-3),1);border-left:0.625rem solid rgba(var(--color-primary-3),1);border-right:0.625rem solid rgba(var(--color-primary-3),1);border-bottom:0.625rem solid rgba(var(--color-primary-3),1);display:block; }
#c5KQz0FhyLnTFm1Ak4aCco6KQsTqQUZV { color:rgba(var(--color-tertiary-4),1);display:block;width:3rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:13.75rem;left:17.875rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NXwhUokXztf5Sy5LdoSsEmxeyFtskMHz { color:rgba(var(--color-tertiary-4),1);display:block;width:3rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:13.75rem;left:36.625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QelNyzVVVBZTOC42WUg7hi1W7qxNn9FL { color:rgba(var(--color-tertiary-4),1);display:block;width:3rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:13.75rem;left:55.375rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E1mw9QqvlV96Waksaq9tAeoRH28KLa84 { box-sizing:content-box;height:0.625rem;width:9.1875rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);background-image:none;top:15.6875rem;left:24.25rem;display:block; }
#dTE85EKHZDdzE33ba39IVaL3CsfaRbKS { box-sizing:content-box;height:0.6875rem;width:9.0625rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-3),1);background-image:none;top:15.6875rem;left:42.9375rem;display:block; }
#BBGVWGd1vTBPtQBTuCMlWfOJkA7yxRke { box-sizing:content-box;height:8.8125rem;width:8.8125rem;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:15003;background-color:transparent;background-image:none;top:11rem;left:33.125rem;border-top:0.625rem solid rgba(var(--color-primary-3),1);border-left:0.625rem solid rgba(var(--color-primary-3),1);border-right:0.625rem solid rgba(var(--color-primary-3),1);border-bottom:0.625rem solid rgba(var(--color-primary-3),1);display:block; }
#RnyQ2MZAGKzEsUFLcvA4kbPuBKyL1eFc { box-sizing:content-box;height:8.8125rem;width:8.8125rem;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:15002;background-color:transparent;background-image:none;top:11rem;left:51.875rem;border-top:0.625rem solid rgba(var(--color-primary-3),1);border-left:0.625rem solid rgba(var(--color-primary-3),1);border-right:0.625rem solid rgba(var(--color-primary-3),1);border-bottom:0.625rem solid rgba(var(--color-primary-3),1);display:block; }
#qcrWciHymbtOrtdPtqkXv6tTRSNWh8yF { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:22.9375rem;left:13.343750953674rem;height:6.7480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UlQuczG3STUuN43pxptE1AhIVhV4fnmb { color:rgba(var(--color-tertiary-4),1);display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:22.9375rem;left:34.468750953674rem;height:1.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OuHnIcaWRmD6cVDRvJJo1uh2pmrKSMyP { color:rgba(var(--color-tertiary-4),1);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:22.9375rem;left:51.031250953674rem;height:4.04883125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ivnS0tpiz9Gh10hrx7xKlcQW9z6rFhov { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(20deg, rgba(var(--color-secondary-3),1), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(20deg, rgba(var(--color-secondary-3),1), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(20deg, rgba(var(--color-secondary-3),1), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(20deg, rgba(var(--color-secondary-3),1), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(20deg, rgba(var(--color-secondary-3),1), rgba(var(--color-tertiary-4),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ivnS0tpiz9Gh10hrx7xKlcQW9z6rFhov > .row .container { background-color: transparent; background-image: none; }#ivnS0tpiz9Gh10hrx7xKlcQW9z6rFhov::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ivnS0tpiz9Gh10hrx7xKlcQW9z6rFhov > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ivnS0tpiz9Gh10hrx7xKlcQW9z6rFhov > .row .container > .video-iframe-container { display: none; }#ivnS0tpiz9Gh10hrx7xKlcQW9z6rFhov > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ivnS0tpiz9Gh10hrx7xKlcQW9z6rFhov > .row > .video-iframe-container { display: none; }#ivnS0tpiz9Gh10hrx7xKlcQW9z6rFhov > .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); }#ivnS0tpiz9Gh10hrx7xKlcQW9z6rFhov > .row .container { border-width: 0; border-radius: 0; }#ivnS0tpiz9Gh10hrx7xKlcQW9z6rFhov > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ivnS0tpiz9Gh10hrx7xKlcQW9z6rFhov > .row .container { font-size:0.875rem;font-family:arial;height:42.625rem;width:75rem;position:relative;display:block; }#CiNVBbOrpT7c91DlflgIFELeZspraKlE { color:rgba(var(--color-tertiary-0),1);display:block;width:28.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:5.875rem;left:4.5937509536743rem;height:1.7246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zsiVHIyFaaSHMHsNUi21ZH2o928rsLuB .accordion-element-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;vertical-align:top; }
#zsiVHIyFaaSHMHsNUi21ZH2o928rsLuB .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#zsiVHIyFaaSHMHsNUi21ZH2o928rsLuB .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:var(--paragraphs-font-family); }
#zsiVHIyFaaSHMHsNUi21ZH2o928rsLuB .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);line-height:1.4;overflow:hidden;height:auto; }
#zsiVHIyFaaSHMHsNUi21ZH2o928rsLuB .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#zsiVHIyFaaSHMHsNUi21ZH2o928rsLuB .accordion-trigger.adaptive-delivery-prevent-bg, #zsiVHIyFaaSHMHsNUi21ZH2o928rsLuB .accordion-trigger.lazyload, #zsiVHIyFaaSHMHsNUi21ZH2o928rsLuB .accordion-trigger.lazyloading { background-image: none; }
#zsiVHIyFaaSHMHsNUi21ZH2o928rsLuB { box-sizing:content-box;height:auto;width:26.5625rem;position:absolute;display:flex;flex-direction:column;gap:1.25rem;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:9.375rem;left:4.5937509536743rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem; }
#zsiVHIyFaaSHMHsNUi21ZH2o928rsLuB #z9r3NpWUmyttSit3igUuIInwSTq45pGG { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#zsiVHIyFaaSHMHsNUi21ZH2o928rsLuB #F3FBPBzi1exOXx5ptsHSlPPIMAEsKCHi { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#zsiVHIyFaaSHMHsNUi21ZH2o928rsLuB #b6nTGqKlGUaWmrbbkHHoFbO5rfaaV2tW { display:block;position:relative; }
#zsiVHIyFaaSHMHsNUi21ZH2o928rsLuB #JDsaT4U6evVLLzFRnPyQmLebDNOgr0JX {  }
#zsiVHIyFaaSHMHsNUi21ZH2o928rsLuB #LqIR5nVkqxgWHnrqPBxoq4T5PwRmG4M4 {  }
#zsiVHIyFaaSHMHsNUi21ZH2o928rsLuB #CmRQ7cb5iEQkqkuaeXVcuiGWmy9nZZEc { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#zsiVHIyFaaSHMHsNUi21ZH2o928rsLuB #f4EVHTwzJ2CFJQdONJEa7xyvb61FPlOq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#zsiVHIyFaaSHMHsNUi21ZH2o928rsLuB #NxI1Bgd7SqLv9mpMGsm52Fpxduug2m4B { display:block;position:relative; }
#zsiVHIyFaaSHMHsNUi21ZH2o928rsLuB #U3BA30hDJTpvevnPs7tTvFkGfa5oUs1T {  }
#zsiVHIyFaaSHMHsNUi21ZH2o928rsLuB #cnOA94TrBxHE4VopWdRhd7t27ltbaFd3 { display:none; }
#zsiVHIyFaaSHMHsNUi21ZH2o928rsLuB #iGMXnOKCN8mEAhAdQmeEWGAavF3q1gqD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#zsiVHIyFaaSHMHsNUi21ZH2o928rsLuB #qEPHmihzoZTFMUIvWS0RWxJ5Tzi5ZmuO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#zsiVHIyFaaSHMHsNUi21ZH2o928rsLuB #yB4SqwekWUWUiZdh9tpzB1bxHCePu3QQ { display:block;position:relative; }
#zsiVHIyFaaSHMHsNUi21ZH2o928rsLuB #bMzcpA5Mbu48VesMERLWdHGI6mCRP5LE {  }
#zsiVHIyFaaSHMHsNUi21ZH2o928rsLuB #I7S0Rnc566M0TIx9XRtZCEC0Prva5dwq { display:none; }
#PJToD0eNGDJA76oyADstqxou6vsT0A73 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:5.875rem;left:36.125000953674rem;height:1.7246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RNLTDGKCpS3MBziPLnd80SzdBEQPWGiy .accordion-element-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;vertical-align:top; }
#RNLTDGKCpS3MBziPLnd80SzdBEQPWGiy .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#RNLTDGKCpS3MBziPLnd80SzdBEQPWGiy .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:var(--paragraphs-font-family); }
#RNLTDGKCpS3MBziPLnd80SzdBEQPWGiy .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);line-height:1.4;overflow:hidden;height:auto; }
#RNLTDGKCpS3MBziPLnd80SzdBEQPWGiy .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#RNLTDGKCpS3MBziPLnd80SzdBEQPWGiy .accordion-trigger.adaptive-delivery-prevent-bg, #RNLTDGKCpS3MBziPLnd80SzdBEQPWGiy .accordion-trigger.lazyload, #RNLTDGKCpS3MBziPLnd80SzdBEQPWGiy .accordion-trigger.lazyloading { background-image: none; }
#RNLTDGKCpS3MBziPLnd80SzdBEQPWGiy { box-sizing:content-box;height:auto;width:31.3748125rem;position:absolute;display:flex;flex-direction:column;gap:1.25rem;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:9.60000038147rem;left:36.125000953674rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem; }
#RNLTDGKCpS3MBziPLnd80SzdBEQPWGiy #P39NZwBlmwLZn9Co01XOogLceV9XUCKI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#RNLTDGKCpS3MBziPLnd80SzdBEQPWGiy #atAKveJaA6rZypvfBy6mNHafOWqIEfJ5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#RNLTDGKCpS3MBziPLnd80SzdBEQPWGiy #CAPR3gO3MIqvitclrszfCHgvwugEA54w { display:block;position:relative; }
#RNLTDGKCpS3MBziPLnd80SzdBEQPWGiy #BT0JSMh3ReDonDWuEbEmLAueNRQFIwgb {  }
#RNLTDGKCpS3MBziPLnd80SzdBEQPWGiy #WlRxiKgONyC3sLfT7Ph4cvtyPiPN95Vo {  }
#RNLTDGKCpS3MBziPLnd80SzdBEQPWGiy #IW00eye5qDerISxsh2bueJz2w4koQ89K { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#RNLTDGKCpS3MBziPLnd80SzdBEQPWGiy #qdMCiX5TG7rP76hmNntPEbM9xUidBHNb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#RNLTDGKCpS3MBziPLnd80SzdBEQPWGiy #xi7VCA19R6sic8y62F8TLeiqeEENFLNa { display:block;position:relative; }
#RNLTDGKCpS3MBziPLnd80SzdBEQPWGiy #BMp2dN1fA0u67nxcP1v1botzZagZXN9i {  }
#RNLTDGKCpS3MBziPLnd80SzdBEQPWGiy #LoQilchdAD5bFsLVJVlNDxI2wKgZIkHR { display:none; }
#RNLTDGKCpS3MBziPLnd80SzdBEQPWGiy #TqG9zHsdAo1HH3MPOT3KfG1BHyTklqCz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#RNLTDGKCpS3MBziPLnd80SzdBEQPWGiy #egqAA2S78SI5aF7eoONp8ytuMp5TGqUc { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#RNLTDGKCpS3MBziPLnd80SzdBEQPWGiy #V7h1MpIqZCW2dDtRrB58oZNLoLJCG65p { display:block;position:relative; }
#RNLTDGKCpS3MBziPLnd80SzdBEQPWGiy #TEcUlQgw2XmfKPUh3Su6xhaXnICWqPKx {  }
#RNLTDGKCpS3MBziPLnd80SzdBEQPWGiy #UWIke98d6I3TiLITTRhUDTrkAWBuac5V { display:none; }
#ECVSkUlJGJfpViUwoTMAzdAXBQwElMWS { background-color:rgba(var(--color-tertiary-4),1);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; }#ECVSkUlJGJfpViUwoTMAzdAXBQwElMWS > .row .container { background-color: transparent; background-image: none; }#ECVSkUlJGJfpViUwoTMAzdAXBQwElMWS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ECVSkUlJGJfpViUwoTMAzdAXBQwElMWS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ECVSkUlJGJfpViUwoTMAzdAXBQwElMWS > .row .container > .video-iframe-container { display: none; }#ECVSkUlJGJfpViUwoTMAzdAXBQwElMWS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ECVSkUlJGJfpViUwoTMAzdAXBQwElMWS > .row > .video-iframe-container { display: none; }#ECVSkUlJGJfpViUwoTMAzdAXBQwElMWS > .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); }#ECVSkUlJGJfpViUwoTMAzdAXBQwElMWS > .row .container { border-width: 0; border-radius: 0; }#ECVSkUlJGJfpViUwoTMAzdAXBQwElMWS > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ECVSkUlJGJfpViUwoTMAzdAXBQwElMWS > .row .container { font-size:0.875rem;font-family:arial;height:69.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk .accordion-element-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #400854; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.125rem;font-family:var(--paragraphs-font-family);font-style:normal;color:rgba(var(--color-tertiary-0),1);height:auto; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);font-weight:300;font-style:normal;color:rgba(var(--color-tertiary-0),1);height:auto;line-height:1.5;overflow:hidden; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk .accordion-trigger { width:0.625rem;min-width:0.625rem;height:0.625rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_b9f7d8199802708a5a823cdad6669b0c97e6bc3e.svg");background-size:contain !important; }#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk .accordion-trigger.adaptive-delivery-prevent-bg, #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk .accordion-trigger.lazyload, #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk .accordion-trigger.lazyloading { background-image: none; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk { box-sizing:content-box;height:auto;width:39.3115rem;position:absolute;display:flex;flex-direction:column;gap:0;z-index:15008;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:9.25rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #nWvzpOfMqu0ga6Ba1ExImXe8mDboTVH1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #ufEN988CT2s8MX0QwXcXTJCwLhZT3Jpz { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #Cah9sqM05HaHM0upKHfIyXOyZsWV9wcA { display:block;position:relative; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #vez0n63yFgX4wGDK0LlK4k1A98GIBsnb {  }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #Izma0Qw2lU3aVGX3tPhdTH5MwuQZgxb3 {  }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #n4idQ3eMkkX7Fmvxfn0MxuD0FMdT0a9n { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #AAflsolcludTOHLGWuU4ehN1hFxDUVIy { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #d4CF8C6JUHu1VrGACKTh5bnf6i1fHLDr { display:block;position:relative; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #wNAwnKGszkunaHtp3xEksA4eciBo2B01 {  }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #m6OOJ6PTgV7epFssTZg59e9krmsSDMV5 { display:none; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #o3KUweFgVP3EMAJL9ELHqE3XdtHpRq6L { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #uLTEZWiZbXJAwqPxRBq8oh1qsGvr3WmT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #TWzZ9lSPIGQJ3qkDNNC4Umdfyx1Aewdl { display:block;position:relative; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #hrao1mvbnepEDweFSJ3ap4Kmmr3cdciF {  }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #g2Rg0e8of1A6LwDdudo8IkttgfEmy5yG { display:none; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #VTs9wrFPsy5kr91pTcXQExvDxl5yQR1E { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #z3MuZDBbKuC9Gb5HqKTA9zXwBo6fJ5GI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #PIgs2i1geDRXWoVrU87sJzAfVztr8u7U { display:block;position:relative; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #hToidFuuiEKWiJlCc2drgIpIr3OrhAiO {  }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #MQmMkUmI5pRTUuOIQeoSxdHdwdoqoP2M { display:none; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #ATBqoXWfzuTTv9aEvRI1AhnMO1OtMB9P { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #GN564BMbgqhhu8Hf1Av5q7ZkaLuumSwc { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #pfGE3lPpQSSWLR0AVR97pVToIBwHvlfb { display:block;position:relative; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #RdRL9s9bUck6Ku8docZW2J1atTGA12wy {  }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #xQru1T2qR7AFTUcueDIHLJBRg6eO2Grr { display:none; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #GNwN2kmZle05yyi151GnlZk1WvmHfAXa { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #A6duNumS3hfLTMKeugVGq3mxJb4TZmnk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #W5UOn4EuGDoxL4ley77Le3T7hOfTHkpW { display:block;position:relative; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #RoWefPzElWEcybmCsXvstLTJQTqSoDmK {  }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #Gtz9zyDC7dZ0azMsCuc1mQZ7zuL5HoBP { display:none; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #e9ivnsRdxb3WklW3bTGoCOZQkRpmwmgv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #EM46ob2hfENvxXnQIvEZbBsgXUOVBKTp { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #U3mMzP2DAGKTMA740K34amTQnQkWSwOW { display:block;position:relative; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #tZeJ3THzRezZnOzkh1q4UcJnWfFZyRBB {  }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #L3CklFSpVxQ5XAlEDzlFKSG0WESdfZnO { display:none; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #qcfqLDVKylQ2yUsQ2iTUrpOfJOWw3w89 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #hDtiacJtm1CU4TXBPlDfP4ImprcoyE26 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #kGZuWFIQ7vtc9sg8dneD89kKWP37ipCx { display:block;position:relative; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #IOwDQ8NbTuEXhTnsIl0EqBQhPiAhWgo5 {  }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #Ru1oDTRbe7UZcizBTwihB78paDOGAn0m { display:none; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #yMT7vFlknhOT1ff9BoThSrQHeJ1dsM73 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #JxZeoiMVvl1p4Xk5H7SaGbsOWNaADTwc { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #kVtcK7ZtXski497ek1mflPUM37N6XB1g { display:block;position:relative; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #T3aoGWyEekGEUkcVSqBKP22svnbMSNuy {  }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #DDWfihO1CSsGluEAz02SuGflP618KmIT { display:none; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #Wps9frZBGv8fiKnZf4TmPt4GEbGxeDr2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #LKIUcG0yGTVtcEzELTT2FPieMzn9TlVa { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #RBTaoPi38SSqfpXWsH5NClWI2TKCTlTh { display:block;position:relative; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #O1fdhywVLLTrucuu8NU8SZ6iIhzadyy5 {  }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #vN3GypNyVg7p7kgiuKzzQTWqk4zifexE { display:none; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #oz4spy854h8BvtGX9Kqkbmep1UtURUoV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #sAFFt1QgJ8l3OV3GOthPPieVIqgGa0nT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #nGpeGOCraL4K14ddQN7e6kIBR7vzad5J { display:block;position:relative; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #mrgOFbxxF20smwGynlEdUVk04GWGAmtc {  }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #oGXu29O1KCgSVJewSFPvut4QhA5CD7XJ { display:none; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #C3sreRfVnqr36voqfD0HlM4zMsusP1Ol { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #uon97gO7CAmRuxHIL9no1XJNHQ9yCoP3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #OMEO63TJ3m8Oh52lMKkAPWCKNkSfECSD { display:block;position:relative; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #kxzKGguyvJrXIxLJnz9pECbHiwy5fu3H {  }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #T0nd2zSqDQ7Zu025DRVt9Tbe8UqyqveA { display:none; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #ScWB6CfXiDerTW0o9qCqK3Kvv63TFB6w { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #ppHvTwSEOdbO1TEGcCDwN2rkESrklJ8D { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #paK8CEqP2JcqapbNHbwiSEMqRGTfXDTU { display:block;position:relative; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #yub7U15VTs2HDvad7l7HOCdZuiu75NPm {  }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #NEASHGStH45iMBzrH9MaaWJSiHnLBaf4 { display:none; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #LFCFR2MqVvbtMUSoHTMSDJwxrabTounr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #wPKK9SVKLvxMyB9maTSeFSRQOBRJe6uP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #GRH2HtSWm4xALh3XqTdQ2GLwWJWQEqtT { display:block;position:relative; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #EisGiARK1QDAyA16dJanTaxnozoTomia {  }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #pAqeZWWubTxc1G0TqHs4HPmVmQVod1yD { display:none; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #qBf7XPh4qS1cK3g4m9Hdod0s4eqphDmf { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #gFixI9h8BZ1ahEqzg0ARAxy54XukzZTr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #TvNVSGTA0kfTZudcpGMa3rcyTz0m75FZ { display:block;position:relative; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #C7SJuffykEPaaVMTDC5iT8Z2JnyaQoz2 {  }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #KXuBUUoUkoCK2b9TB6n8TG23ScTX0cx6 { display:none; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #IZSnKWaADSnxiHX5uh32hCL18Eai9twT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #D7cBKPhJU3mEeTiBkTydmoxtyBwio4nM { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #Tm8EndhEIPrcVCBwwk1fnQMZmxreDIbg { display:block;position:relative; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #zqTUEOVauv2qNWtXr3xqXi1pMW9hVdcz {  }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #cAi0XfCft6HrKD92tq1TBZQ87NnaTcCv { display:none; }
#Fr8GVbi41NxdsqzUh7CJBN5Ld5x2gmtd { box-sizing:content-box;height:44.25rem;width:31.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),0.07);background-image:url("https://images.assets-landingi.com/uc/fedb935e-8103-4a8a-a5b7-8234aeb46dd7/download20240927T144539725.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5.6875rem;left:43.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#Fr8GVbi41NxdsqzUh7CJBN5Ld5x2gmtd.adaptive-delivery-prevent-bg, #Fr8GVbi41NxdsqzUh7CJBN5Ld5x2gmtd.lazyload, #Fr8GVbi41NxdsqzUh7CJBN5Ld5x2gmtd.lazyloading { background-image: none; }
#L598lzWbUQWtBNuLr6N7utZEdKlEiTJt { color:rgba(var(--color-tertiary-0),1);display:block;width:28.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15002;line-height:1;letter-spacing:0;top:5.6875rem;left:0rem;height:2.1875rem;font-style:normal;display:block; }
#VzGGWCKsvWOgNKBPQBV3dhJg5ZpfXgek { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(20deg, rgba(var(--color-secondary-3),1), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(20deg, rgba(var(--color-secondary-3),1), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(20deg, rgba(var(--color-secondary-3),1), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(20deg, rgba(var(--color-secondary-3),1), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(20deg, rgba(var(--color-secondary-3),1), rgba(var(--color-tertiary-4),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VzGGWCKsvWOgNKBPQBV3dhJg5ZpfXgek > .row .container { background-color: transparent; background-image: none; }#VzGGWCKsvWOgNKBPQBV3dhJg5ZpfXgek::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzGGWCKsvWOgNKBPQBV3dhJg5ZpfXgek > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzGGWCKsvWOgNKBPQBV3dhJg5ZpfXgek > .row .container > .video-iframe-container { display: none; }#VzGGWCKsvWOgNKBPQBV3dhJg5ZpfXgek > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzGGWCKsvWOgNKBPQBV3dhJg5ZpfXgek > .row > .video-iframe-container { display: none; }#VzGGWCKsvWOgNKBPQBV3dhJg5ZpfXgek > .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); }#VzGGWCKsvWOgNKBPQBV3dhJg5ZpfXgek > .row .container { border-width: 0; border-radius: 0; }#VzGGWCKsvWOgNKBPQBV3dhJg5ZpfXgek > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VzGGWCKsvWOgNKBPQBV3dhJg5ZpfXgek > .row .container { font-size:0.875rem;font-family:arial;height:53.8125rem;width:75rem;position:relative;display:block; }#LvwcU1h31nFuHxbnT9OT2s4eR1MwAQE3 { color:rgba(var(--color-tertiary-0),1);display:block;width:54.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:4.6875rem;left:10.656250953674rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IDfV2f4z9wur7EUC170wM5xGqZvLnmkU { box-sizing:content-box;height:17.5rem;width:28.125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-4),1);background-image:none;top:10.5rem;left:8.9375009536744rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#qvWOH8SfNextK1sQzbUKNrZhBbihnV6n { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:19rem;left:10.500000953674rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PyCsLTkPMoTy1xLeHpucdkqGbsE7lPua { color:#00d7e0;display:block;width:3.625rem;position:absolute;font-family:"font awesome 2022";font-size:2.8125rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:14.5rem;left:21.187500953674rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eIz3DN70We8RdRRWChrbpVTfTlB2sz5g { box-sizing:content-box;height:17.5rem;width:28.125rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-4),1);background-image:none;top:10.5rem;left:38.000000953674rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#aIPXfTqvGsVEb0N7un1PZv9Mkod6sT8v { color:rgba(var(--color-tertiary-0),1);display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:19.1875rem;left:39.0625rem;height:4.78125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nQTrXyeltinoVFXzvKPAcRogflPFgQt6 { color:#00ec8f;display:block;width:3.625rem;position:absolute;font-family:"font awesome 2022";font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:14.5625rem;left:50.25rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XqfssA3b0S94HcaT0nDWrlAWBZX0mzfx { box-sizing:content-box;height:17.5rem;width:28.125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-4),1);background-image:none;top:28.749999046326rem;left:8.9375009536744rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#mrukLlmdz66rdqToz87TLmRJiNdXAgPV { color:#ffff00;display:block;width:3.625rem;position:absolute;font-family:"font awesome 2022";font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:31.875rem;left:21.1875rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#doSdMy0o1TGghhvZOU3xqKVJRfqz9RJh { color:rgba(var(--color-tertiary-0),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:36.4375rem;left:12.375rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zvA3SbAMwQlwdQaprMHSFWngxHJhafvQ { box-sizing:content-box;height:17.5rem;width:28.125rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-4),1);background-image:none;top:28.812499046326rem;left:38.000000953674rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#X1vun4QLwmVFTnLrEiNH5dKC8EQBHsyo { color:rgba(var(--color-tertiary-0),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:36.374999046326rem;left:39.562500953674rem;height:4.78125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yuRBulN7GbqJSVbQS6xXKh2g1PUk2Htb { color:#00d7e0;display:block;width:3.625rem;position:absolute;font-family:"font awesome 2022";font-size:2.8125rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:31.874999046326rem;left:50.250000953674rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C2DHsBkM4yoHshJIFEvH9EzqtMGBPsKV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/350bf329-8a3a-4dec-b8ad-6abec6d0a9b2/fundo.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; }#C2DHsBkM4yoHshJIFEvH9EzqtMGBPsKV.adaptive-delivery-prevent-bg, #C2DHsBkM4yoHshJIFEvH9EzqtMGBPsKV.lazyload, #C2DHsBkM4yoHshJIFEvH9EzqtMGBPsKV.lazyloading { background-image: none; }#C2DHsBkM4yoHshJIFEvH9EzqtMGBPsKV > .row .container { background-color: transparent; background-image: none; }#C2DHsBkM4yoHshJIFEvH9EzqtMGBPsKV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.5); }#C2DHsBkM4yoHshJIFEvH9EzqtMGBPsKV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C2DHsBkM4yoHshJIFEvH9EzqtMGBPsKV > .row .container > .video-iframe-container { display: none; }#C2DHsBkM4yoHshJIFEvH9EzqtMGBPsKV > .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.5); }#C2DHsBkM4yoHshJIFEvH9EzqtMGBPsKV > .row > .video-iframe-container { display: none; }#C2DHsBkM4yoHshJIFEvH9EzqtMGBPsKV > .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); }#C2DHsBkM4yoHshJIFEvH9EzqtMGBPsKV > .row .container { border-width: 0; border-radius: 0; }#C2DHsBkM4yoHshJIFEvH9EzqtMGBPsKV::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; }#C2DHsBkM4yoHshJIFEvH9EzqtMGBPsKV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C2DHsBkM4yoHshJIFEvH9EzqtMGBPsKV > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:75rem;position:relative;display:block; }#s54fGNvAS9CE3mV4wiVBZTh4xNcGG1tG { color:rgba(var(--color-tertiary-0),1);display:block;width:50.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:13.75rem;left:5.0625rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#axxQ4O6zsoUwHF4pcJ3GHzm2xItzwlLO { color:#454545;display:block;width:10.3125rem;position:absolute;font-family:"font awesome 2022";font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:8.1875rem;left:5.75rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Fbxkx8tDkXTieadUibMaTnykCTLzDZBM { color:rgba(var(--color-tertiary-0),1);display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:17.9375rem;left:5.0625rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bsUzfPpEd7CLhOatD7CuJUv5PbwgpgTQ { background-color:#00efca;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,239,202,0.65) ;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:25.03125rem;left:5.0625009536743rem;display:block; }
#JTbNZpxQpWJPxTBJ21o1yKDS6LdWmMA9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mQ9h8QxuWyzWChGlrTTQvO849XimtN3i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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:none; }#mQ9h8QxuWyzWChGlrTTQvO849XimtN3i > .row .container { border-width: 0; border-radius: 0; }#mQ9h8QxuWyzWChGlrTTQvO849XimtN3i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mQ9h8QxuWyzWChGlrTTQvO849XimtN3i > .row .container { font-size:0.875rem;font-family:arial;height:61.0625rem;width:75rem;position:relative;display:none; }#eKN9UyHG7lR79lWsXcOEHxrrFSCNsI6Z { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:9.4375rem;left:5.1250009536743rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hAe91xNocviKkN8ku2CCPI9OBIxxKRxR .accordion-element-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;vertical-align:top; }
#hAe91xNocviKkN8ku2CCPI9OBIxxKRxR .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#hAe91xNocviKkN8ku2CCPI9OBIxxKRxR .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:var(--paragraphs-font-family);color:#2e2e2e; }
#hAe91xNocviKkN8ku2CCPI9OBIxxKRxR .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);line-height:1.4;overflow:hidden;height:auto; }
#hAe91xNocviKkN8ku2CCPI9OBIxxKRxR .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#hAe91xNocviKkN8ku2CCPI9OBIxxKRxR .accordion-trigger.adaptive-delivery-prevent-bg, #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR .accordion-trigger.lazyload, #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR .accordion-trigger.lazyloading { background-image: none; }
#hAe91xNocviKkN8ku2CCPI9OBIxxKRxR { box-sizing:content-box;height:auto;width:54.625rem;position:absolute;display:flex;flex-direction:column;gap:1.25rem;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:15.768750190735rem;left:5.1250009536743rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-secondary-4),0.1) ; }
#hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #WGDOE2CFfNtopxaCEntqJTTDbUSKX0E5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #qGz856nh89hkTKQy1pTwuI3xxI9kms7l { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #QfmObelGdg9tlO8qes30CrEk6hfSKftL { display:block;position:relative; }
#hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #OWozOUxpW1ARvNXe36gsvfnvU8HDXbpq {  }
#hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #zCQcBemAqwAJJ35RdlBoFMIKcQJc9QT1 {  }
#hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #cL0tW2ITAhgCbgFzT2EGB0hckNeoaTw3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #ubUcckwTn5SVq066FCDqIE0f8cPDsOcl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #QaLGzP81ISODT9u1XDxz5ue7NJHGVlfl { display:block;position:relative; }
#hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #oFg2n3etumVml9bSieHCOTcHzmNCwM7W {  }
#hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #xgUrgvKoLDWP8k342TctMHFk9fgap9WH { display:none; }
#hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #TLiAQ5Q8eSrT2xiZ9pAv0xiwkz6zyB8p { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #JbUKwmFJRL3wERV4Q9gPUmr8mU1QqJih { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #ZRT76ngoU4bbH9iVpTQtHVXTNBDm9ArI { display:block;position:relative; }
#hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #BvK4TVfgV1NhaGkuL2tRMUJCVtVLp0Ua {  }
#hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #X7BR0oXQpnCKMiQKw6P0Xp7TPE3cSDAG { display:none; }
#hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #OAmoGIrnmCEd1CAqPmTCqNZboKBMdEPK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #BKunGvgehN1rOFziTnbfoAQB14RSSm5O { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #XP5bweRT1Luur7VtfevFU8FQo8TIp9eq { display:block;position:relative; }
#hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #o3srlH937DarEDggdIhzkzw4BkMr1gbu {  }
#hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #wX8OmlfA3cQuBTzbIuIJdTdzhGbUiCBW { display:none; }
#hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #u71pEV0t3gi1CvM9z5SJskmiPFNFTWZc { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #Ab7Lx06bLRSrKNwe4TaseLQ4RXg9GUNA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #cy0cXlV6yQwv3LwhK81Xpou2O23WcNaM { display:block;position:relative; }
#hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #dLqMJ9FM6Wydl9AseR82NF0TUilsUtAL {  }
#hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #enMk2hK6bedS2F4Il8N5By0JSTJFHEqP { display:none; }
#hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #lsgrcN6SlTPt6vqI2PCUvlSv02Cshu5f { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #tADU3WaSspNvxdAh4FmrRfZU2GI2PGMS { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #LcgXCVkTiTnFo5Tpuxm3LCC78311hTQ1 { display:block;position:relative; }
#hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #N4zT1pWaRKyf25GecLWkwPnyewWxHJZ5 {  }
#hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #lfsQDs3ynXDFVFn44mNAeFtKJc8vHETD { display:none; }
#hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #pmHLnCQNQKuf3m0h5rB5tuZw78wQapUI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #wiJUxnFdBycRVne7iFyTRsp1LkmdibJ4 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #QX7tG6on6IH5AVCPbOcI9LewmkevqBRC { display:block;position:relative; }
#hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #gurRPKd8114W48DxeifNRP1FSgoH2DkF {  }
#hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #MBSbyf4TaLgsaecGooMgEAMQ6m8eoJkT { display:none; }
#hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #S3KgzmwX4VNc4gGLx9dR46erMwacbRgl { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #eTQBfvuWkLlWxRUpeCzmUITT4Xy2WFTL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #FQSrxltHO0c1BiSKTS7C0vlW2SslimDu { display:block;position:relative; }
#hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #M4zGHRrMNDAUiPkN9LbQ7RLtqXbc7vgU {  }
#hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #mmxhwmn6slsIqoUyoSfLwHyp0658OgSS { display:none; }
#NU9uVTOlqlmLZTpv1MPVtKq5PUNALpVO { position:absolute;display:block;z-index:15005;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:16.125rem;width:14.375rem;top:2.875rem;left:0rem;overflow:hidden;display:block; }
#zU8ZTCVXtO3IT0AFDzWt6OGImqrWdXJl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#zU8ZTCVXtO3IT0AFDzWt6OGImqrWdXJl > .row .container { background-color: transparent; background-image: none; }#zU8ZTCVXtO3IT0AFDzWt6OGImqrWdXJl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zU8ZTCVXtO3IT0AFDzWt6OGImqrWdXJl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zU8ZTCVXtO3IT0AFDzWt6OGImqrWdXJl > .row .container > .video-iframe-container { display: none; }#zU8ZTCVXtO3IT0AFDzWt6OGImqrWdXJl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zU8ZTCVXtO3IT0AFDzWt6OGImqrWdXJl > .row > .video-iframe-container { display: none; }#zU8ZTCVXtO3IT0AFDzWt6OGImqrWdXJl > .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); }#zU8ZTCVXtO3IT0AFDzWt6OGImqrWdXJl > .row .container { border-width: 0; border-radius: 0; }#zU8ZTCVXtO3IT0AFDzWt6OGImqrWdXJl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zU8ZTCVXtO3IT0AFDzWt6OGImqrWdXJl > .row .container { font-size:0.875rem;font-family:arial;height:36.4375rem;width:75rem;position:relative;display:block; }#QaTMXvaVF7Za3EHfp6DWOmO1wwIUi0B2 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:4.6248474121094rem;left:3.6873369216919rem;height:7.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zxSNEVbVLQwhJ8IARq4H9Zu4OFimc9g6 { box-sizing:content-box;height:26.1875rem;width:37.75rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b33b860a-c7d8-434f-9868-0a96d3a9c91c/mulher.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.4375rem;left:30.375rem;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; }#zxSNEVbVLQwhJ8IARq4H9Zu4OFimc9g6.adaptive-delivery-prevent-bg, #zxSNEVbVLQwhJ8IARq4H9Zu4OFimc9g6.lazyload, #zxSNEVbVLQwhJ8IARq4H9Zu4OFimc9g6.lazyloading { background-image: none; }
#vWvvNa6CaDmqFrTN0bbP9aITtd4DDuhn { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:13.937164306641rem;left:3.6873369216919rem;height:8.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CEQUi8tCZEe0Fc0gh1ahGNBhRFucD2Zr { background-color:#00efca;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(0,239,202,0.65) ;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:24.6875rem;left:3.6875rem;display:block; }
#iizc1RhFlyzIb6Z9V2l0TNWL5CF8ED57 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lLQV4buTkW9E0g4DfLwn8KfLSOQRuuW7 { 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; }#lLQV4buTkW9E0g4DfLwn8KfLSOQRuuW7 > .row .container { background-color: transparent; background-image: none; }#lLQV4buTkW9E0g4DfLwn8KfLSOQRuuW7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLQV4buTkW9E0g4DfLwn8KfLSOQRuuW7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLQV4buTkW9E0g4DfLwn8KfLSOQRuuW7 > .row .container > .video-iframe-container { display: none; }#lLQV4buTkW9E0g4DfLwn8KfLSOQRuuW7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLQV4buTkW9E0g4DfLwn8KfLSOQRuuW7 > .row > .video-iframe-container { display: none; }#lLQV4buTkW9E0g4DfLwn8KfLSOQRuuW7 > .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); }#lLQV4buTkW9E0g4DfLwn8KfLSOQRuuW7 > .row .container { border-width: 0; border-radius: 0; }#lLQV4buTkW9E0g4DfLwn8KfLSOQRuuW7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lLQV4buTkW9E0g4DfLwn8KfLSOQRuuW7 > .row .container { font-size:0.875rem;font-family:arial;height:54.3125rem;width:75rem;position:relative;display:block; }#Qbz5tMFVNpWTbro5cNmKqqTWwXdvmGry { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:8.11993598938rem;left:0rem;height:7.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z3ZZ1g62ib8TE2FhB6SU1kuSmUUZzgZI { color:rgba(var(--color-tertiary-0),1);display:block;width:14.2496875rem;position:absolute;font-family:"font awesome brands";font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:4.5618000030517rem;left:0rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#myX4HhhF5ngTgh8t9UcVsacnKlxTSMnH { color:rgba(var(--color-tertiary-0),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.9;letter-spacing:0;top:4.5625rem;left:23.3125rem;height:5.34375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sqLMKSMyo31uq9bwRC5RKrtHsPfJs1m6 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.9;letter-spacing:0;top:11.75rem;left:23.3125rem;height:1.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Sk43wACBdWmLxM75qQF7bwD9aDX2Gu2u { color:rgba(var(--color-tertiary-0),1);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.9;letter-spacing:0;top:11.75rem;left:47rem;height:1.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zMQbVDU8nZEP0MMhT06PbdQHp5lbi1hS { color:rgba(var(--color-tertiary-0),1);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.9;letter-spacing:0;top:14.375rem;left:23.3125rem;height:1.781325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VEaCzBHQRONNK0Z6zltOTIbzgR1NXgan { color:rgba(var(--color-tertiary-0),1);display:block;width:28.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.9;letter-spacing:0;top:14.375rem;left:47rem;height:1.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lklV64ssJcNTvkx4nLBhkuGkGdgglxKg { box-sizing:content-box;height:25.1245rem;width:75rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/c450dc97-f829-40eb-af8d-69635a95b8ad/logos2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:25.0849609375rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#lklV64ssJcNTvkx4nLBhkuGkGdgglxKg.adaptive-delivery-prevent-bg, #lklV64ssJcNTvkx4nLBhkuGkGdgglxKg.lazyload, #lklV64ssJcNTvkx4nLBhkuGkGdgglxKg.lazyloading { background-image: none; }
#xPK0UQS1RZTDiZnR38e66dDh7oGf0UTH { color:rgba(var(--color-tertiary-0),1);display:block;width:28.0615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.9;letter-spacing:0;top:17.405192375183rem;left:46.938070297241rem;height:1.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IUwXeUv8vvma3xJGn9yXaqnqPaITUxmD { color:rgba(var(--color-tertiary-0),1);display:block;width:28.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.9;letter-spacing:0;top:20.404296875rem;left:46.9384765625rem;height:1.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XFW3FsE2KPll7KVg84u7za4AgJJomfNV { display:none; }#XFW3FsE2KPll7KVg84u7za4AgJJomfNV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nEOxMiGwhqVJFUQbhF5Rzmh347P6SMrr { width:14.5625rem;height:8rem;top:5.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sO20btbNyzS9PhXOBmysZ2fqMFa3l27E { width:39.5rem;height:6rem;top:15.6875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApOyBJAfX0U4U1suJXS9ViN4Wu6Duzna { width:36.375rem;height:10.5rem;top:23.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEPVOZb6JvnmLM5RB9OsKF9SDuIEcJ9K { width:17.5rem;height:3.75rem;top:35.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpT9GByTHBdaE1id4tpXIwi7zRNTCwAy { display:block; }
 }@media only screen and (max-width: 763px) { #qfSeOPhQ2Af9pRt9Ng1g8CxsCGFZWHx1 { width:32.3125rem;height:34.25rem;top:5.5625rem;left:15.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #S2sJFSRTan5r6In1bwv0F7cTC3t6Db8f { width:32.125rem;height:34.25rem;top:6.5625rem;left:15.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wk1zRflQZ7FQcN7h809klofoIy4Lq4rK { width:14.5625rem;height:8rem;top:3.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #x1JfdVt1IdbHCnrWzOdFbNf8LzekFEUn { display:block; }#x1JfdVt1IdbHCnrWzOdFbNf8LzekFEUn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb .widget-input-text {padding-top: 0; padding-bottom: 0;}#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb .widget-input-select {padding-top: 0; padding-bottom: 0;}#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb .widget-input-button { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.1875rem; }
#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb  { width:17.5rem;height:27.75rem;top:6.5rem;left:0rem; }
#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb {display:block;}#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb { width:17.5rem;height:27.75rem;top:6.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb #VqhFzxmx3OhDErgZMXZ339HRLEngA05N {  }
 }@media only screen and (max-width: 763px) { #TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb #iV9dXWwGVbiO7GUzrvoJpshJ9qyTl2CI {  }
 }@media only screen and (max-width: 763px) { #TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb #xcdGEs2zMRHNshmqsl3U0xaqAwmuULAX {  }
 }@media only screen and (max-width: 763px) { #TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb #Vks3n2rNy6KJCJ8mRf54bSRgzvko8FVW {  }
 }@media only screen and (max-width: 763px) { #TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb #g5pGk479KTJ297eU1X9RWIxEecHwVgTI {  }
 }@media only screen and (max-width: 763px) { #TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb #O0H9CwgbITVN7Ts9E6Ep8ww1XuQf0eDw {  }
 }@media only screen and (max-width: 763px) { #TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb #AyBvanAUQtEonIRMsWsv3s0LTZ6GGGCK {  }
 }@media only screen and (max-width: 763px) { #TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb #OwyGRXV3BC2WPKwPW4Qk3fWiR5voQp6B {  }
 }@media only screen and (max-width: 763px) { #TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb #FMyUT717bZWV5EsxUMEFHkeGVW5wQLDf {  }
 }@media only screen and (max-width: 763px) { #TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb #tcihPZHakJlqA7F68xREKpq5h3PZracH {  }
 }@media only screen and (max-width: 763px) { #TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb #ox8rtnlIetZgRUodWGEcwyI5ca5U78ak {  }
 }@media only screen and (max-width: 763px) { #TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb #J5pQaxkv4lhShO8JZGcMgRm383UVIfB1 {  }
 }@media only screen and (max-width: 763px) { #TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb #dRV8qhNKdT3QEN01JDxE34u38cQsDeDa {  }
 }@media only screen and (max-width: 763px) { #TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb #bTfzwpZsqTx5h6IIDhG1AaagH66TvuCI {  }
 }@media only screen and (max-width: 763px) { #TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb #u48aSsMswka2BkW6UceMX2pfMkDcSb0X {  }
 }@media only screen and (max-width: 763px) { #TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb #mpHLThpzxPV7505UDO0mdOSFmKoVNXWT {  }
 }@media only screen and (max-width: 763px) { #TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb #KZTIzWn9ME0QuMni2dKEoe9fmWrndbu8 {  }
 }@media only screen and (max-width: 763px) { #TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb #GWVxb5d9p95m8S0qmRVNgnBcOu4bg4Ok {  }
 }@media only screen and (max-width: 763px) { #TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb #Fl8mhnLoIlxT6MoOTcxfA0JKyc4InA4x {  }
 }@media only screen and (max-width: 763px) { #TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb #WJi9XEi0gD0ZWnfRfTX1KRqbFauXFkmv {  }
 }@media only screen and (max-width: 763px) { #MPX9o9mHXSdvWEu9yvaPN5RVxKNsPdWW { width:20.6875rem;height:2.5rem;top:2.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5ICCTKZqITthT3Bn0Z6gVaA0yOscLlb { width:19.5rem;height:6.0625rem;top:14.6875rem;left:24.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTTU8ccDTJy5zpo9lqnDIvxkKbonEE3i { width:23.8125rem;height:3.5625rem;top:23.125rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #povlPBoT7vTFpz8mko0dp2FUJI81zALT { display:block; }
 }@media only screen and (max-width: 763px) { #y7yEJBLLmRbBOUbkqQiu4Adp3McmdTHg { display:block; }#y7yEJBLLmRbBOUbkqQiu4Adp3McmdTHg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b8QQgIH7i94Vqgw5agVZDhioFxxy8n4F { width:28.625rem;height:4.6875rem;top:5.3125rem;left:9.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrGe4wX8C0KqQTNRq9eTR20cKebfi0MO { width:21.6875rem;height:3.375rem;top:10rem;left:13.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hF0EqU5fp9pEcLTT0kBbxQNiJQLE4tsi { width:23.9375rem;height:4.125rem;top:16.6875rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcvtquFDTKcPTDt3M9ObNCi1H5FNVN6D { display:block; }
 }@media only screen and (max-width: 763px) { #nnerG8XT6zNmNqVyvxr5h90g15wqnT1z { width:23.9375rem;height:4.25rem;top:16.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEUm0NNQabqF8gqSzRWuyv7OWbFRgeOl { display:block; }
 }@media only screen and (max-width: 763px) { #rhCFwsnJ63gT6ErK9TCSMVoO8TWhvXV5 { width:47.75rem;height:29.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #khBmfczg9C1JIF8uWr1gc9GG4IE1bVyz { display:block; }#khBmfczg9C1JIF8uWr1gc9GG4IE1bVyz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xUdnsNW9nx6gbQOJcQR6HWkvJXTrVylc { width:13.875rem;height:3.125rem;top:7.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vrnvef0TVo0dvetThn7zNt5gdH2nTvh7 { width:9.5625rem;height:3.125rem;top:7.1875rem;left:13.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZEaTsP9nWH4ya4kiPHCpfMMwGfRPBQT { width:10rem;height:3.125rem;top:7.1875rem;left:25.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXhUGgap9Ooh87bxKM51fVTNB493FzGe { width:12.125rem;height:3.125rem;top:7.1875rem;left:35.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZ1CX0I9c0VaBzUiUtKHCho5I6SH7dvD { width:47.75rem;height:15.125rem;top:-0.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zcgIKX2ThyVnEBLvgqvbvXCZXJw7CaWD { width:3.5rem;height:3.375rem;top:2.5rem;left:1.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqdIKgSUdyJAQJsf6bdiynRMIlUOKEdB { width:3.5rem;height:3.375rem;top:2.5rem;left:16.5rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxwSArNKPR3CFbl3DhOkkTz8ffAmSP9y { width:3.5rem;height:3.375rem;top:2.5rem;left:29.125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsFgPH4MBp0UIGnX5Neym4pTrFCqyCB2 { width:3.5rem;height:3.375rem;top:2.5rem;left:44.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtxZWSREy6Fyi5MwHISRt5T0bgpLKrLv { width:47.75rem;height:3rem;top:17.1875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXPkCTmQgtuVIZzrDxVunqJUa5HuaIA9 { width:47.75rem;height:3.5rem;top:22.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEbKZounCPFCcE4486y97a2M5iB3n6rD { width:19.5rem;height:3.75rem;top:28.75rem;left:14.125000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXuFPg4Etbo2LRbRQ1GkvGyBEclb0twp { display:block; }
 }@media only screen and (max-width: 763px) { #X1uTD3EQZmKeA0U2vKoZJtKu17TsLClS { display:block; }#X1uTD3EQZmKeA0U2vKoZJtKu17TsLClS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eU90bnFTgM6PclTOuTqMaHSewm17f2wN { width:32.5625rem;height:3rem;top:10.6875rem;left:15.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTASIHeyVon2DCmwB4TM6XIRp1xsQufJ { width:35.9375rem;height:14rem;top:15.8125rem;left:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5C9VGRxWvHo4EZb929vQ2lVfMGZs9qN { width:10.25rem;height:2.5625rem;top:32.9375rem;left:18.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTLFu3UhaQpwA2g7m2hZw7hPaB26C3pl { width:28.625rem;height:31.875rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQiK4H02e2f1tTg0TW3OCB57vRcLPt2V { width:27.625rem;height:31.625rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r29sGUCZiGxPE5Zwuw8wJPEKKDIgCrM5 { display:block; }#r29sGUCZiGxPE5Zwuw8wJPEKKDIgCrM5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIaetyNffpJ1WLtWCKJz022Rzb7JlZlp { width:47.75rem;height:3rem;top:3.8125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCcJnJMLARlyfPKcvZRxnvTMS81hbtiX { width:8.8125rem;height:8.8125rem;top:11rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5KQz0FhyLnTFm1Ak4aCco6KQsTqQUZV { width:3rem;height:4.5rem;top:13.75rem;left:4.25rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXwhUokXztf5Sy5LdoSsEmxeyFtskMHz { width:3rem;height:4.5rem;top:13.75rem;left:23rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QelNyzVVVBZTOC42WUg7hi1W7qxNn9FL { width:3rem;height:4.5rem;top:13.75rem;left:41.75rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1mw9QqvlV96Waksaq9tAeoRH28KLa84 { width:9.1875rem;height:0.625rem;top:15.6875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTE85EKHZDdzE33ba39IVaL3CsfaRbKS { width:9.0625rem;height:0.6875rem;top:15.6875rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBGVWGd1vTBPtQBTuCMlWfOJkA7yxRke { width:8.8125rem;height:8.8125rem;top:11rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnyQ2MZAGKzEsUFLcvA4kbPuBKyL1eFc { width:8.8125rem;height:8.8125rem;top:11rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcrWciHymbtOrtdPtqkXv6tTRSNWh8yF { width:12.125rem;height:6.75rem;top:22.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlQuczG3STUuN43pxptE1AhIVhV4fnmb { width:7.3125rem;height:1.3125rem;top:22.9375rem;left:20.843750953674rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuHnIcaWRmD6cVDRvJJo1uh2pmrKSMyP { width:11.6875rem;height:5.375rem;top:22.9375rem;left:36.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivnS0tpiz9Gh10hrx7xKlcQW9z6rFhov { display:block; }#ivnS0tpiz9Gh10hrx7xKlcQW9z6rFhov > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CiNVBbOrpT7c91DlflgIFELeZspraKlE { width:28.8125rem;height:1.6875rem;top:5.8125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsiVHIyFaaSHMHsNUi21ZH2o928rsLuB .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zsiVHIyFaaSHMHsNUi21ZH2o928rsLuB { display:flex;height:auto;width:27.8125rem;top:13.8125rem;left:4.1927080154419rem; }
 }@media only screen and (max-width: 763px) { #zsiVHIyFaaSHMHsNUi21ZH2o928rsLuB #z9r3NpWUmyttSit3igUuIInwSTq45pGG {  }
 }@media only screen and (max-width: 763px) { #zsiVHIyFaaSHMHsNUi21ZH2o928rsLuB #F3FBPBzi1exOXx5ptsHSlPPIMAEsKCHi {  }
 }@media only screen and (max-width: 763px) { #zsiVHIyFaaSHMHsNUi21ZH2o928rsLuB #b6nTGqKlGUaWmrbbkHHoFbO5rfaaV2tW {  }
 }@media only screen and (max-width: 763px) { #zsiVHIyFaaSHMHsNUi21ZH2o928rsLuB #JDsaT4U6evVLLzFRnPyQmLebDNOgr0JX {  }
 }@media only screen and (max-width: 763px) { #zsiVHIyFaaSHMHsNUi21ZH2o928rsLuB #LqIR5nVkqxgWHnrqPBxoq4T5PwRmG4M4 {  }
 }@media only screen and (max-width: 763px) { #zsiVHIyFaaSHMHsNUi21ZH2o928rsLuB #CmRQ7cb5iEQkqkuaeXVcuiGWmy9nZZEc {  }
 }@media only screen and (max-width: 763px) { #zsiVHIyFaaSHMHsNUi21ZH2o928rsLuB #f4EVHTwzJ2CFJQdONJEa7xyvb61FPlOq {  }
 }@media only screen and (max-width: 763px) { #zsiVHIyFaaSHMHsNUi21ZH2o928rsLuB #NxI1Bgd7SqLv9mpMGsm52Fpxduug2m4B {  }
 }@media only screen and (max-width: 763px) { #zsiVHIyFaaSHMHsNUi21ZH2o928rsLuB #U3BA30hDJTpvevnPs7tTvFkGfa5oUs1T {  }
 }@media only screen and (max-width: 763px) { #zsiVHIyFaaSHMHsNUi21ZH2o928rsLuB #cnOA94TrBxHE4VopWdRhd7t27ltbaFd3 {  }
 }@media only screen and (max-width: 763px) { #zsiVHIyFaaSHMHsNUi21ZH2o928rsLuB #iGMXnOKCN8mEAhAdQmeEWGAavF3q1gqD {  }
 }@media only screen and (max-width: 763px) { #zsiVHIyFaaSHMHsNUi21ZH2o928rsLuB #qEPHmihzoZTFMUIvWS0RWxJ5Tzi5ZmuO {  }
 }@media only screen and (max-width: 763px) { #zsiVHIyFaaSHMHsNUi21ZH2o928rsLuB #yB4SqwekWUWUiZdh9tpzB1bxHCePu3QQ {  }
 }@media only screen and (max-width: 763px) { #zsiVHIyFaaSHMHsNUi21ZH2o928rsLuB #bMzcpA5Mbu48VesMERLWdHGI6mCRP5LE {  }
 }@media only screen and (max-width: 763px) { #zsiVHIyFaaSHMHsNUi21ZH2o928rsLuB #I7S0Rnc566M0TIx9XRtZCEC0Prva5dwq {  }
 }@media only screen and (max-width: 763px) { #PJToD0eNGDJA76oyADstqxou6vsT0A73 { width:31.8125rem;height:1.6875rem;top:5.8125rem;left:15.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNLTDGKCpS3MBziPLnd80SzdBEQPWGiy .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RNLTDGKCpS3MBziPLnd80SzdBEQPWGiy { display:flex;height:auto;width:27.8125rem;top:13.8125rem;left:4.1927080154419rem; }
 }@media only screen and (max-width: 763px) { #RNLTDGKCpS3MBziPLnd80SzdBEQPWGiy #P39NZwBlmwLZn9Co01XOogLceV9XUCKI {  }
 }@media only screen and (max-width: 763px) { #RNLTDGKCpS3MBziPLnd80SzdBEQPWGiy #atAKveJaA6rZypvfBy6mNHafOWqIEfJ5 {  }
 }@media only screen and (max-width: 763px) { #RNLTDGKCpS3MBziPLnd80SzdBEQPWGiy #CAPR3gO3MIqvitclrszfCHgvwugEA54w {  }
 }@media only screen and (max-width: 763px) { #RNLTDGKCpS3MBziPLnd80SzdBEQPWGiy #BT0JSMh3ReDonDWuEbEmLAueNRQFIwgb {  }
 }@media only screen and (max-width: 763px) { #RNLTDGKCpS3MBziPLnd80SzdBEQPWGiy #WlRxiKgONyC3sLfT7Ph4cvtyPiPN95Vo {  }
 }@media only screen and (max-width: 763px) { #RNLTDGKCpS3MBziPLnd80SzdBEQPWGiy #IW00eye5qDerISxsh2bueJz2w4koQ89K {  }
 }@media only screen and (max-width: 763px) { #RNLTDGKCpS3MBziPLnd80SzdBEQPWGiy #qdMCiX5TG7rP76hmNntPEbM9xUidBHNb {  }
 }@media only screen and (max-width: 763px) { #RNLTDGKCpS3MBziPLnd80SzdBEQPWGiy #xi7VCA19R6sic8y62F8TLeiqeEENFLNa {  }
 }@media only screen and (max-width: 763px) { #RNLTDGKCpS3MBziPLnd80SzdBEQPWGiy #BMp2dN1fA0u67nxcP1v1botzZagZXN9i {  }
 }@media only screen and (max-width: 763px) { #RNLTDGKCpS3MBziPLnd80SzdBEQPWGiy #LoQilchdAD5bFsLVJVlNDxI2wKgZIkHR {  }
 }@media only screen and (max-width: 763px) { #RNLTDGKCpS3MBziPLnd80SzdBEQPWGiy #TqG9zHsdAo1HH3MPOT3KfG1BHyTklqCz {  }
 }@media only screen and (max-width: 763px) { #RNLTDGKCpS3MBziPLnd80SzdBEQPWGiy #egqAA2S78SI5aF7eoONp8ytuMp5TGqUc {  }
 }@media only screen and (max-width: 763px) { #RNLTDGKCpS3MBziPLnd80SzdBEQPWGiy #V7h1MpIqZCW2dDtRrB58oZNLoLJCG65p {  }
 }@media only screen and (max-width: 763px) { #RNLTDGKCpS3MBziPLnd80SzdBEQPWGiy #TEcUlQgw2XmfKPUh3Su6xhaXnICWqPKx {  }
 }@media only screen and (max-width: 763px) { #RNLTDGKCpS3MBziPLnd80SzdBEQPWGiy #UWIke98d6I3TiLITTRhUDTrkAWBuac5V {  }
 }@media only screen and (max-width: 763px) { #ECVSkUlJGJfpViUwoTMAzdAXBQwElMWS { display:block; }#ECVSkUlJGJfpViUwoTMAzdAXBQwElMWS > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk { display:flex;height:auto;width:27.8125rem;top:12.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #nWvzpOfMqu0ga6Ba1ExImXe8mDboTVH1 {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #ufEN988CT2s8MX0QwXcXTJCwLhZT3Jpz {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #Cah9sqM05HaHM0upKHfIyXOyZsWV9wcA {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #vez0n63yFgX4wGDK0LlK4k1A98GIBsnb {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #Izma0Qw2lU3aVGX3tPhdTH5MwuQZgxb3 {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #n4idQ3eMkkX7Fmvxfn0MxuD0FMdT0a9n {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #AAflsolcludTOHLGWuU4ehN1hFxDUVIy {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #d4CF8C6JUHu1VrGACKTh5bnf6i1fHLDr {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #wNAwnKGszkunaHtp3xEksA4eciBo2B01 {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #m6OOJ6PTgV7epFssTZg59e9krmsSDMV5 {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #o3KUweFgVP3EMAJL9ELHqE3XdtHpRq6L {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #uLTEZWiZbXJAwqPxRBq8oh1qsGvr3WmT {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #TWzZ9lSPIGQJ3qkDNNC4Umdfyx1Aewdl {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #hrao1mvbnepEDweFSJ3ap4Kmmr3cdciF {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #g2Rg0e8of1A6LwDdudo8IkttgfEmy5yG {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #VTs9wrFPsy5kr91pTcXQExvDxl5yQR1E {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #z3MuZDBbKuC9Gb5HqKTA9zXwBo6fJ5GI {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #PIgs2i1geDRXWoVrU87sJzAfVztr8u7U {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #hToidFuuiEKWiJlCc2drgIpIr3OrhAiO {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #MQmMkUmI5pRTUuOIQeoSxdHdwdoqoP2M {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #ATBqoXWfzuTTv9aEvRI1AhnMO1OtMB9P {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #GN564BMbgqhhu8Hf1Av5q7ZkaLuumSwc {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #pfGE3lPpQSSWLR0AVR97pVToIBwHvlfb {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #RdRL9s9bUck6Ku8docZW2J1atTGA12wy {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #xQru1T2qR7AFTUcueDIHLJBRg6eO2Grr {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #GNwN2kmZle05yyi151GnlZk1WvmHfAXa {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #A6duNumS3hfLTMKeugVGq3mxJb4TZmnk {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #W5UOn4EuGDoxL4ley77Le3T7hOfTHkpW {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #RoWefPzElWEcybmCsXvstLTJQTqSoDmK {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #Gtz9zyDC7dZ0azMsCuc1mQZ7zuL5HoBP {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #e9ivnsRdxb3WklW3bTGoCOZQkRpmwmgv {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #EM46ob2hfENvxXnQIvEZbBsgXUOVBKTp {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #U3mMzP2DAGKTMA740K34amTQnQkWSwOW {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #tZeJ3THzRezZnOzkh1q4UcJnWfFZyRBB {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #L3CklFSpVxQ5XAlEDzlFKSG0WESdfZnO {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #qcfqLDVKylQ2yUsQ2iTUrpOfJOWw3w89 {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #hDtiacJtm1CU4TXBPlDfP4ImprcoyE26 {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #kGZuWFIQ7vtc9sg8dneD89kKWP37ipCx {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #IOwDQ8NbTuEXhTnsIl0EqBQhPiAhWgo5 {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #Ru1oDTRbe7UZcizBTwihB78paDOGAn0m {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #yMT7vFlknhOT1ff9BoThSrQHeJ1dsM73 {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #JxZeoiMVvl1p4Xk5H7SaGbsOWNaADTwc {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #kVtcK7ZtXski497ek1mflPUM37N6XB1g {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #T3aoGWyEekGEUkcVSqBKP22svnbMSNuy {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #DDWfihO1CSsGluEAz02SuGflP618KmIT {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #Wps9frZBGv8fiKnZf4TmPt4GEbGxeDr2 {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #LKIUcG0yGTVtcEzELTT2FPieMzn9TlVa {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #RBTaoPi38SSqfpXWsH5NClWI2TKCTlTh {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #O1fdhywVLLTrucuu8NU8SZ6iIhzadyy5 {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #vN3GypNyVg7p7kgiuKzzQTWqk4zifexE {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #oz4spy854h8BvtGX9Kqkbmep1UtURUoV {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #sAFFt1QgJ8l3OV3GOthPPieVIqgGa0nT {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #nGpeGOCraL4K14ddQN7e6kIBR7vzad5J {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #mrgOFbxxF20smwGynlEdUVk04GWGAmtc {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #oGXu29O1KCgSVJewSFPvut4QhA5CD7XJ {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #C3sreRfVnqr36voqfD0HlM4zMsusP1Ol {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #uon97gO7CAmRuxHIL9no1XJNHQ9yCoP3 {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #OMEO63TJ3m8Oh52lMKkAPWCKNkSfECSD {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #kxzKGguyvJrXIxLJnz9pECbHiwy5fu3H {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #T0nd2zSqDQ7Zu025DRVt9Tbe8UqyqveA {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #ScWB6CfXiDerTW0o9qCqK3Kvv63TFB6w {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #ppHvTwSEOdbO1TEGcCDwN2rkESrklJ8D {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #paK8CEqP2JcqapbNHbwiSEMqRGTfXDTU {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #yub7U15VTs2HDvad7l7HOCdZuiu75NPm {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #NEASHGStH45iMBzrH9MaaWJSiHnLBaf4 {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #LFCFR2MqVvbtMUSoHTMSDJwxrabTounr {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #wPKK9SVKLvxMyB9maTSeFSRQOBRJe6uP {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #GRH2HtSWm4xALh3XqTdQ2GLwWJWQEqtT {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #EisGiARK1QDAyA16dJanTaxnozoTomia {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #pAqeZWWubTxc1G0TqHs4HPmVmQVod1yD {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #qBf7XPh4qS1cK3g4m9Hdod0s4eqphDmf {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #gFixI9h8BZ1ahEqzg0ARAxy54XukzZTr {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #TvNVSGTA0kfTZudcpGMa3rcyTz0m75FZ {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #C7SJuffykEPaaVMTDC5iT8Z2JnyaQoz2 {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #KXuBUUoUkoCK2b9TB6n8TG23ScTX0cx6 {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #IZSnKWaADSnxiHX5uh32hCL18Eai9twT {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #D7cBKPhJU3mEeTiBkTydmoxtyBwio4nM {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #Tm8EndhEIPrcVCBwwk1fnQMZmxreDIbg {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #zqTUEOVauv2qNWtXr3xqXi1pMW9hVdcz {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #cAi0XfCft6HrKD92tq1TBZQ87NnaTcCv {  }
 }@media only screen and (max-width: 763px) { #Fr8GVbi41NxdsqzUh7CJBN5Ld5x2gmtd { width:31.25rem;height:44.1875rem;top:5.6875rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L598lzWbUQWtBNuLr6N7utZEdKlEiTJt { width:28.4375rem;height:2.1875rem;top:5.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzGGWCKsvWOgNKBPQBV3dhJg5ZpfXgek { display:block; }#VzGGWCKsvWOgNKBPQBV3dhJg5ZpfXgek > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LvwcU1h31nFuHxbnT9OT2s4eR1MwAQE3 { width:47.75rem;height:2.625rem;top:4.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDfV2f4z9wur7EUC170wM5xGqZvLnmkU { width:28.125rem;height:17.5rem;top:10.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvWOH8SfNextK1sQzbUKNrZhBbihnV6n { width:25rem;height:5.0625rem;top:19rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyCsLTkPMoTy1xLeHpucdkqGbsE7lPua { width:3.625rem;height:3.375rem;top:14.5rem;left:7.5625009536744rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIz3DN70We8RdRRWChrbpVTfTlB2sz5g { width:28.125rem;height:17.5rem;top:10.5rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIPXfTqvGsVEb0N7un1PZv9Mkod6sT8v { width:26rem;height:4.75rem;top:19.1875rem;left:21.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQTrXyeltinoVFXzvKPAcRogflPFgQt6 { width:3.625rem;height:3.375rem;top:14.5625rem;left:36.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqfssA3b0S94HcaT0nDWrlAWBZX0mzfx { width:28.125rem;height:17.5rem;top:28.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrukLlmdz66rdqToz87TLmRJiNdXAgPV { width:3.625rem;height:3.375rem;top:31.875rem;left:7.5625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #doSdMy0o1TGghhvZOU3xqKVJRfqz9RJh { width:21.25rem;height:5.0625rem;top:36.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvA3SbAMwQlwdQaprMHSFWngxHJhafvQ { width:28.125rem;height:17.5rem;top:28.75rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1vun4QLwmVFTnLrEiNH5dKC8EQBHsyo { width:24.25rem;height:6.375rem;top:36.3125rem;left:23.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuRBulN7GbqJSVbQS6xXKh2g1PUk2Htb { width:3.625rem;height:3.375rem;top:31.8125rem;left:36.625000953674rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2DHsBkM4yoHshJIFEvH9EzqtMGBPsKV { display:block; }#C2DHsBkM4yoHshJIFEvH9EzqtMGBPsKV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s54fGNvAS9CE3mV4wiVBZTh4xNcGG1tG { width:47.75rem;height:2.25rem;top:13.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #axxQ4O6zsoUwHF4pcJ3GHzm2xItzwlLO { width:10.3125rem;height:2.625rem;top:8.1875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fbxkx8tDkXTieadUibMaTnykCTLzDZBM { width:47.4375rem;height:3.75rem;top:17.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsUzfPpEd7CLhOatD7CuJUv5PbwgpgTQ { width:19.5rem;height:3.75rem;top:25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTbNZpxQpWJPxTBJ21o1yKDS6LdWmMA9 { display:block; }
 }@media only screen and (max-width: 763px) { #mQ9h8QxuWyzWChGlrTTQvO849XimtN3i { display:none; }#mQ9h8QxuWyzWChGlrTTQvO849XimtN3i > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eKN9UyHG7lR79lWsXcOEHxrrFSCNsI6Z { width:27.5625rem;height:3rem;top:9.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hAe91xNocviKkN8ku2CCPI9OBIxxKRxR { display:flex;height:auto;width:27.8125rem;top:13.8125rem;left:4.1927080154419rem; }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #WGDOE2CFfNtopxaCEntqJTTDbUSKX0E5 {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #qGz856nh89hkTKQy1pTwuI3xxI9kms7l {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #QfmObelGdg9tlO8qes30CrEk6hfSKftL {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #OWozOUxpW1ARvNXe36gsvfnvU8HDXbpq {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #zCQcBemAqwAJJ35RdlBoFMIKcQJc9QT1 {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #cL0tW2ITAhgCbgFzT2EGB0hckNeoaTw3 {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #ubUcckwTn5SVq066FCDqIE0f8cPDsOcl {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #QaLGzP81ISODT9u1XDxz5ue7NJHGVlfl {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #oFg2n3etumVml9bSieHCOTcHzmNCwM7W {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #xgUrgvKoLDWP8k342TctMHFk9fgap9WH {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #TLiAQ5Q8eSrT2xiZ9pAv0xiwkz6zyB8p {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #JbUKwmFJRL3wERV4Q9gPUmr8mU1QqJih {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #ZRT76ngoU4bbH9iVpTQtHVXTNBDm9ArI {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #BvK4TVfgV1NhaGkuL2tRMUJCVtVLp0Ua {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #X7BR0oXQpnCKMiQKw6P0Xp7TPE3cSDAG {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #OAmoGIrnmCEd1CAqPmTCqNZboKBMdEPK {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #BKunGvgehN1rOFziTnbfoAQB14RSSm5O {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #XP5bweRT1Luur7VtfevFU8FQo8TIp9eq {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #o3srlH937DarEDggdIhzkzw4BkMr1gbu {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #wX8OmlfA3cQuBTzbIuIJdTdzhGbUiCBW {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #u71pEV0t3gi1CvM9z5SJskmiPFNFTWZc {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #Ab7Lx06bLRSrKNwe4TaseLQ4RXg9GUNA {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #cy0cXlV6yQwv3LwhK81Xpou2O23WcNaM {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #dLqMJ9FM6Wydl9AseR82NF0TUilsUtAL {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #enMk2hK6bedS2F4Il8N5By0JSTJFHEqP {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #lsgrcN6SlTPt6vqI2PCUvlSv02Cshu5f {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #tADU3WaSspNvxdAh4FmrRfZU2GI2PGMS {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #LcgXCVkTiTnFo5Tpuxm3LCC78311hTQ1 {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #N4zT1pWaRKyf25GecLWkwPnyewWxHJZ5 {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #lfsQDs3ynXDFVFn44mNAeFtKJc8vHETD {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #pmHLnCQNQKuf3m0h5rB5tuZw78wQapUI {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #wiJUxnFdBycRVne7iFyTRsp1LkmdibJ4 {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #QX7tG6on6IH5AVCPbOcI9LewmkevqBRC {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #gurRPKd8114W48DxeifNRP1FSgoH2DkF {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #MBSbyf4TaLgsaecGooMgEAMQ6m8eoJkT {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #S3KgzmwX4VNc4gGLx9dR46erMwacbRgl {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #eTQBfvuWkLlWxRUpeCzmUITT4Xy2WFTL {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #FQSrxltHO0c1BiSKTS7C0vlW2SslimDu {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #M4zGHRrMNDAUiPkN9LbQ7RLtqXbc7vgU {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #mmxhwmn6slsIqoUyoSfLwHyp0658OgSS {  }
 }@media only screen and (max-width: 763px) { #NU9uVTOlqlmLZTpv1MPVtKq5PUNALpVO { width:14.375rem;height:16.125rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zU8ZTCVXtO3IT0AFDzWt6OGImqrWdXJl { display:block; }#zU8ZTCVXtO3IT0AFDzWt6OGImqrWdXJl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QaTMXvaVF7Za3EHfp6DWOmO1wwIUi0B2 { width:22.4375rem;height:7.875rem;top:4.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxSNEVbVLQwhJ8IARq4H9Zu4OFimc9g6 { width:37.75rem;height:26.1875rem;top:3.4375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWvvNa6CaDmqFrTN0bbP9aITtd4DDuhn { width:18.6875rem;height:8.125rem;top:13.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEQUi8tCZEe0Fc0gh1ahGNBhRFucD2Zr { width:19.5rem;height:3.75rem;top:24.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iizc1RhFlyzIb6Z9V2l0TNWL5CF8ED57 { display:block; }
 }@media only screen and (max-width: 763px) { #lLQV4buTkW9E0g4DfLwn8KfLSOQRuuW7 { display:block; }#lLQV4buTkW9E0g4DfLwn8KfLSOQRuuW7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qbz5tMFVNpWTbro5cNmKqqTWwXdvmGry { width:17.8125rem;height:7.3125rem;top:8.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3ZZ1g62ib8TE2FhB6SU1kuSmUUZzgZI { width:14.1875rem;height:1.5625rem;top:4.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #myX4HhhF5ngTgh8t9UcVsacnKlxTSMnH { width:43.75rem;height:5.3125rem;top:4.5625rem;left:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqLMKSMyo31uq9bwRC5RKrtHsPfJs1m6 { width:21.875rem;height:1.75rem;top:11.75rem;left:9.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sk43wACBdWmLxM75qQF7bwD9aDX2Gu2u { width:21.875rem;height:1.75rem;top:11.75rem;left:25.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMQbVDU8nZEP0MMhT06PbdQHp5lbi1hS { width:21.875rem;height:1.75rem;top:14.375rem;left:9.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEaCzBHQRONNK0Z6zltOTIbzgR1NXgan { width:28rem;height:1.75rem;top:14.375rem;left:19.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lklV64ssJcNTvkx4nLBhkuGkGdgglxKg { width:47.75rem;height:25.0625rem;top:25.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPK0UQS1RZTDiZnR38e66dDh7oGf0UTH { width:28rem;height:1.75rem;top:17.375rem;left:19.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUwXeUv8vvma3xJGn9yXaqnqPaITUxmD { width:28rem;height:1.75rem;top:20.375rem;left:19.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XFW3FsE2KPll7KVg84u7za4AgJJomfNV { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6eb7287a-3e48-48c1-bf5c-c291113c4b2b/capa.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XFW3FsE2KPll7KVg84u7za4AgJJomfNV.adaptive-delivery-prevent-bg, #XFW3FsE2KPll7KVg84u7za4AgJJomfNV.lazyload, #XFW3FsE2KPll7KVg84u7za4AgJJomfNV.lazyloading { background-image: none; }#XFW3FsE2KPll7KVg84u7za4AgJJomfNV > .row .container { background-color: transparent; background-image: none; }#XFW3FsE2KPll7KVg84u7za4AgJJomfNV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFW3FsE2KPll7KVg84u7za4AgJJomfNV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFW3FsE2KPll7KVg84u7za4AgJJomfNV > .row .container > .video-iframe-container { display: none; }#XFW3FsE2KPll7KVg84u7za4AgJJomfNV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFW3FsE2KPll7KVg84u7za4AgJJomfNV > .row > .video-iframe-container { display: none; }#XFW3FsE2KPll7KVg84u7za4AgJJomfNV > .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); }#XFW3FsE2KPll7KVg84u7za4AgJJomfNV > .row .container { border-width: 0; border-radius: 0; }#XFW3FsE2KPll7KVg84u7za4AgJJomfNV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XFW3FsE2KPll7KVg84u7za4AgJJomfNV > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#1c1c1c;background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:35.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nEOxMiGwhqVJFUQbhF5Rzmh347P6SMrr { width:14.5625rem;height:8rem;top:1.25rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sO20btbNyzS9PhXOBmysZ2fqMFa3l27E { width:20rem;height:3.57421875rem;top:9.5rem;left:0rem;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ApOyBJAfX0U4U1suJXS9ViN4Wu6Duzna { width:20rem;height:10.5rem;top:14.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEPVOZb6JvnmLM5RB9OsKF9SDuIEcJ9K { width:17.5rem;height:3.4375rem;top:26.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpT9GByTHBdaE1id4tpXIwi7zRNTCwAy { display:block; }
 }@media only screen and (max-width: 763px) { #qfSeOPhQ2Af9pRt9Ng1g8CxsCGFZWHx1 { width:20rem;height:34.25rem;top:23.899993896484rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #S2sJFSRTan5r6In1bwv0F7cTC3t6Db8f { width:19.75rem;height:34.25rem;top:59.399993896484rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wk1zRflQZ7FQcN7h809klofoIy4Lq4rK { width:11.5rem;height:6.25rem;top:1.6374998092651rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #x1JfdVt1IdbHCnrWzOdFbNf8LzekFEUn { display:none; }#x1JfdVt1IdbHCnrWzOdFbNf8LzekFEUn > .row .container { width:20rem;height:55.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb .widget-input-text {padding-top: 0; padding-bottom: 0;}#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb .widget-input-select {padding-top: 0; padding-bottom: 0;}#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb .widget-input-button { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.1875rem; }
#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb  { width:17.5rem;height:auto;top:6.6770820617675rem;left:0rem; }
#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb {display:block;}#TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb { width:17.5rem;height:auto;top:6.6770820617675rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb #VqhFzxmx3OhDErgZMXZ339HRLEngA05N {  }
 }@media only screen and (max-width: 763px) { #TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb #iV9dXWwGVbiO7GUzrvoJpshJ9qyTl2CI {  }
 }@media only screen and (max-width: 763px) { #TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb #xcdGEs2zMRHNshmqsl3U0xaqAwmuULAX {  }
 }@media only screen and (max-width: 763px) { #TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb #Vks3n2rNy6KJCJ8mRf54bSRgzvko8FVW {  }
 }@media only screen and (max-width: 763px) { #TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb #g5pGk479KTJ297eU1X9RWIxEecHwVgTI {  }
 }@media only screen and (max-width: 763px) { #TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb #O0H9CwgbITVN7Ts9E6Ep8ww1XuQf0eDw {  }
 }@media only screen and (max-width: 763px) { #TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb #AyBvanAUQtEonIRMsWsv3s0LTZ6GGGCK {  }
 }@media only screen and (max-width: 763px) { #TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb #OwyGRXV3BC2WPKwPW4Qk3fWiR5voQp6B {  }
 }@media only screen and (max-width: 763px) { #TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb #FMyUT717bZWV5EsxUMEFHkeGVW5wQLDf {  }
 }@media only screen and (max-width: 763px) { #TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb #tcihPZHakJlqA7F68xREKpq5h3PZracH {  }
 }@media only screen and (max-width: 763px) { #TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb #ox8rtnlIetZgRUodWGEcwyI5ca5U78ak {  }
 }@media only screen and (max-width: 763px) { #TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb #J5pQaxkv4lhShO8JZGcMgRm383UVIfB1 {  }
 }@media only screen and (max-width: 763px) { #TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb #dRV8qhNKdT3QEN01JDxE34u38cQsDeDa {  }
 }@media only screen and (max-width: 763px) { #TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb #bTfzwpZsqTx5h6IIDhG1AaagH66TvuCI {  }
 }@media only screen and (max-width: 763px) { #TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb #u48aSsMswka2BkW6UceMX2pfMkDcSb0X {  }
 }@media only screen and (max-width: 763px) { #TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb #mpHLThpzxPV7505UDO0mdOSFmKoVNXWT {  }
 }@media only screen and (max-width: 763px) { #TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb #KZTIzWn9ME0QuMni2dKEoe9fmWrndbu8 {  }
 }@media only screen and (max-width: 763px) { #TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb #GWVxb5d9p95m8S0qmRVNgnBcOu4bg4Ok {  }
 }@media only screen and (max-width: 763px) { #TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb #Fl8mhnLoIlxT6MoOTcxfA0JKyc4InA4x {  }
 }@media only screen and (max-width: 763px) { #TbDT4cnZpQGMgfrDh8c78QhKxmABHIfb #WJi9XEi0gD0ZWnfRfTX1KRqbFauXFkmv {  }
 }@media only screen and (max-width: 763px) { #MPX9o9mHXSdvWEu9yvaPN5RVxKNsPdWW { width:19.999625rem;height:2.4373375rem;top:2.6765050888061rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e5ICCTKZqITthT3Bn0Z6gVaA0yOscLlb { width:18.6875rem;height:5.36376875rem;top:39.9375rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aTTU8ccDTJy5zpo9lqnDIvxkKbonEE3i { width:20rem;height:3.5625rem;top:46.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #povlPBoT7vTFpz8mko0dp2FUJI81zALT { display:block; }
 }@media only screen and (max-width: 763px) { #y7yEJBLLmRbBOUbkqQiu4Adp3McmdTHg { display:block; }#y7yEJBLLmRbBOUbkqQiu4Adp3McmdTHg > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b8QQgIH7i94Vqgw5agVZDhioFxxy8n4F { width:19.999rem;height:2.8125rem;top:3.42578125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TrGe4wX8C0KqQTNRq9eTR20cKebfi0MO { width:20rem;height:3.25rem;top:6.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hF0EqU5fp9pEcLTT0kBbxQNiJQLE4tsi { width:20rem;height:3.5625rem;top:18rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcvtquFDTKcPTDt3M9ObNCi1H5FNVN6D { display:block; }
 }@media only screen and (max-width: 763px) { #nnerG8XT6zNmNqVyvxr5h90g15wqnT1z { width:20rem;height:4.25rem;top:12.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEUm0NNQabqF8gqSzRWuyv7OWbFRgeOl { display:block; }
 }@media only screen and (max-width: 763px) { #rhCFwsnJ63gT6ErK9TCSMVoO8TWhvXV5 { width:20rem;height:6.75rem;top:0rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/34f25108-9334-4ebe-a278-471a3e580739/download20250131T145915421.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#rhCFwsnJ63gT6ErK9TCSMVoO8TWhvXV5.adaptive-delivery-prevent-bg, #rhCFwsnJ63gT6ErK9TCSMVoO8TWhvXV5.lazyload, #rhCFwsnJ63gT6ErK9TCSMVoO8TWhvXV5.lazyloading { background-image: none; }
#rhCFwsnJ63gT6ErK9TCSMVoO8TWhvXV5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(223,223,223,0.74); } }@media only screen and (max-width: 763px) { #khBmfczg9C1JIF8uWr1gc9GG4IE1bVyz { display:block; }#khBmfczg9C1JIF8uWr1gc9GG4IE1bVyz > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xUdnsNW9nx6gbQOJcQR6HWkvJXTrVylc { width:13.75rem;height:3.1485125rem;top:3.1875rem;left:4.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Vrnvef0TVo0dvetThn7zNt5gdH2nTvh7 { width:9.5625rem;height:3.1485125rem;top:7.875rem;left:4.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BZEaTsP9nWH4ya4kiPHCpfMMwGfRPBQT { width:9.875rem;height:3.1485125rem;top:12.5625rem;left:4.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MXhUGgap9Ooh87bxKM51fVTNB493FzGe { width:11.9375rem;height:3.1485125rem;top:17.4375rem;left:4.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oZ1CX0I9c0VaBzUiUtKHCho5I6SH7dvD { width:20rem;height:12.5rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zcgIKX2ThyVnEBLvgqvbvXCZXJw7CaWD { width:3.5rem;height:2.4rem;top:3.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqdIKgSUdyJAQJsf6bdiynRMIlUOKEdB { width:3.5rem;height:2.4rem;top:8.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxwSArNKPR3CFbl3DhOkkTz8ffAmSP9y { width:3.5rem;height:2.4rem;top:12.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsFgPH4MBp0UIGnX5Neym4pTrFCqyCB2 { width:3.5rem;height:2.4rem;top:17.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtxZWSREy6Fyi5MwHISRt5T0bgpLKrLv { width:20rem;height:4.04948125rem;top:23.5625rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HXPkCTmQgtuVIZzrDxVunqJUa5HuaIA9 { width:20rem;height:6.5625rem;top:29.375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iEbKZounCPFCcE4486y97a2M5iB3n6rD { width:19.5rem;height:3.75rem;top:38.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXuFPg4Etbo2LRbRQ1GkvGyBEclb0twp { display:block; }
 }@media only screen and (max-width: 763px) { #X1uTD3EQZmKeA0U2vKoZJtKu17TsLClS { display:block; }#X1uTD3EQZmKeA0U2vKoZJtKu17TsLClS > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eU90bnFTgM6PclTOuTqMaHSewm17f2wN { width:20rem;height:1.875rem;top:18.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTASIHeyVon2DCmwB4TM6XIRp1xsQufJ { width:20rem;height:13.5rem;top:21.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5C9VGRxWvHo4EZb929vQ2lVfMGZs9qN { width:10.3125rem;height:2.4rem;top:14.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTLFu3UhaQpwA2g7m2hZw7hPaB26C3pl { width:17.4375rem;height:10.3125rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQiK4H02e2f1tTg0TW3OCB57vRcLPt2V { width:17.4375rem;height:9.0625rem;top:3.4375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r29sGUCZiGxPE5Zwuw8wJPEKKDIgCrM5 { display:block; }#r29sGUCZiGxPE5Zwuw8wJPEKKDIgCrM5 > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIaetyNffpJ1WLtWCKJz022Rzb7JlZlp { width:17.9375rem;height:4.04948125rem;top:3.0625028610229rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sCcJnJMLARlyfPKcvZRxnvTMS81hbtiX { width:6rem;height:6rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5KQz0FhyLnTFm1Ak4aCco6KQsTqQUZV { width:3rem;height:2.4rem;top:12.3125rem;left:2.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXwhUokXztf5Sy5LdoSsEmxeyFtskMHz { width:3rem;height:2.4rem;top:21.875rem;left:2.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QelNyzVVVBZTOC42WUg7hi1W7qxNn9FL { width:3rem;height:2.4rem;top:31.5625rem;left:2.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1mw9QqvlV96Waksaq9tAeoRH28KLa84 { width:0.625rem;height:2.8125rem;top:17.125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTE85EKHZDdzE33ba39IVaL3CsfaRbKS { width:0.625rem;height:2.8125rem;top:26.6875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBGVWGd1vTBPtQBTuCMlWfOJkA7yxRke { width:6rem;height:6rem;top:19.4375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnyQ2MZAGKzEsUFLcvA4kbPuBKyL1eFc { width:6rem;height:6rem;top:29.125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcrWciHymbtOrtdPtqkXv6tTRSNWh8yF { width:8rem;height:5.625rem;top:10.6875rem;left:8.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UlQuczG3STUuN43pxptE1AhIVhV4fnmb { width:6.0625rem;height:1.125rem;top:20.78125rem;left:8.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OuHnIcaWRmD6cVDRvJJo1uh2pmrKSMyP { width:7.625rem;height:5.625rem;top:30.827083587646rem;left:8.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ivnS0tpiz9Gh10hrx7xKlcQW9z6rFhov { display:block; }#ivnS0tpiz9Gh10hrx7xKlcQW9z6rFhov > .row .container { width:20rem;height:80.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CiNVBbOrpT7c91DlflgIFELeZspraKlE { width:19.999625rem;height:1.79980625rem;top:2.9993124008179rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsiVHIyFaaSHMHsNUi21ZH2o928rsLuB .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zsiVHIyFaaSHMHsNUi21ZH2o928rsLuB { display:flex;height:auto;width:17.4991875rem;top:6.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zsiVHIyFaaSHMHsNUi21ZH2o928rsLuB #z9r3NpWUmyttSit3igUuIInwSTq45pGG {  }
 }@media only screen and (max-width: 763px) { #zsiVHIyFaaSHMHsNUi21ZH2o928rsLuB #F3FBPBzi1exOXx5ptsHSlPPIMAEsKCHi {  }
 }@media only screen and (max-width: 763px) { #zsiVHIyFaaSHMHsNUi21ZH2o928rsLuB #b6nTGqKlGUaWmrbbkHHoFbO5rfaaV2tW {  }
 }@media only screen and (max-width: 763px) { #zsiVHIyFaaSHMHsNUi21ZH2o928rsLuB #JDsaT4U6evVLLzFRnPyQmLebDNOgr0JX {  }
 }@media only screen and (max-width: 763px) { #zsiVHIyFaaSHMHsNUi21ZH2o928rsLuB #LqIR5nVkqxgWHnrqPBxoq4T5PwRmG4M4 {  }
 }@media only screen and (max-width: 763px) { #zsiVHIyFaaSHMHsNUi21ZH2o928rsLuB #CmRQ7cb5iEQkqkuaeXVcuiGWmy9nZZEc {  }
 }@media only screen and (max-width: 763px) { #zsiVHIyFaaSHMHsNUi21ZH2o928rsLuB #f4EVHTwzJ2CFJQdONJEa7xyvb61FPlOq {  }
 }@media only screen and (max-width: 763px) { #zsiVHIyFaaSHMHsNUi21ZH2o928rsLuB #NxI1Bgd7SqLv9mpMGsm52Fpxduug2m4B {  }
 }@media only screen and (max-width: 763px) { #zsiVHIyFaaSHMHsNUi21ZH2o928rsLuB #U3BA30hDJTpvevnPs7tTvFkGfa5oUs1T {  }
 }@media only screen and (max-width: 763px) { #zsiVHIyFaaSHMHsNUi21ZH2o928rsLuB #cnOA94TrBxHE4VopWdRhd7t27ltbaFd3 {  }
 }@media only screen and (max-width: 763px) { #zsiVHIyFaaSHMHsNUi21ZH2o928rsLuB #iGMXnOKCN8mEAhAdQmeEWGAavF3q1gqD {  }
 }@media only screen and (max-width: 763px) { #zsiVHIyFaaSHMHsNUi21ZH2o928rsLuB #qEPHmihzoZTFMUIvWS0RWxJ5Tzi5ZmuO {  }
 }@media only screen and (max-width: 763px) { #zsiVHIyFaaSHMHsNUi21ZH2o928rsLuB #yB4SqwekWUWUiZdh9tpzB1bxHCePu3QQ {  }
 }@media only screen and (max-width: 763px) { #zsiVHIyFaaSHMHsNUi21ZH2o928rsLuB #bMzcpA5Mbu48VesMERLWdHGI6mCRP5LE {  }
 }@media only screen and (max-width: 763px) { #zsiVHIyFaaSHMHsNUi21ZH2o928rsLuB #I7S0Rnc566M0TIx9XRtZCEC0Prva5dwq {  }
 }@media only screen and (max-width: 763px) { #PJToD0eNGDJA76oyADstqxou6vsT0A73 { width:19.1875rem;height:1.3496125rem;top:44.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNLTDGKCpS3MBziPLnd80SzdBEQPWGiy .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RNLTDGKCpS3MBziPLnd80SzdBEQPWGiy { display:flex;height:auto;width:17.4985625rem;top:47.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RNLTDGKCpS3MBziPLnd80SzdBEQPWGiy #P39NZwBlmwLZn9Co01XOogLceV9XUCKI {  }
 }@media only screen and (max-width: 763px) { #RNLTDGKCpS3MBziPLnd80SzdBEQPWGiy #atAKveJaA6rZypvfBy6mNHafOWqIEfJ5 {  }
 }@media only screen and (max-width: 763px) { #RNLTDGKCpS3MBziPLnd80SzdBEQPWGiy #CAPR3gO3MIqvitclrszfCHgvwugEA54w {  }
 }@media only screen and (max-width: 763px) { #RNLTDGKCpS3MBziPLnd80SzdBEQPWGiy #BT0JSMh3ReDonDWuEbEmLAueNRQFIwgb {  }
 }@media only screen and (max-width: 763px) { #RNLTDGKCpS3MBziPLnd80SzdBEQPWGiy #WlRxiKgONyC3sLfT7Ph4cvtyPiPN95Vo {  }
 }@media only screen and (max-width: 763px) { #RNLTDGKCpS3MBziPLnd80SzdBEQPWGiy #IW00eye5qDerISxsh2bueJz2w4koQ89K {  }
 }@media only screen and (max-width: 763px) { #RNLTDGKCpS3MBziPLnd80SzdBEQPWGiy #qdMCiX5TG7rP76hmNntPEbM9xUidBHNb {  }
 }@media only screen and (max-width: 763px) { #RNLTDGKCpS3MBziPLnd80SzdBEQPWGiy #xi7VCA19R6sic8y62F8TLeiqeEENFLNa {  }
 }@media only screen and (max-width: 763px) { #RNLTDGKCpS3MBziPLnd80SzdBEQPWGiy #BMp2dN1fA0u67nxcP1v1botzZagZXN9i {  }
 }@media only screen and (max-width: 763px) { #RNLTDGKCpS3MBziPLnd80SzdBEQPWGiy #LoQilchdAD5bFsLVJVlNDxI2wKgZIkHR {  }
 }@media only screen and (max-width: 763px) { #RNLTDGKCpS3MBziPLnd80SzdBEQPWGiy #TqG9zHsdAo1HH3MPOT3KfG1BHyTklqCz {  }
 }@media only screen and (max-width: 763px) { #RNLTDGKCpS3MBziPLnd80SzdBEQPWGiy #egqAA2S78SI5aF7eoONp8ytuMp5TGqUc {  }
 }@media only screen and (max-width: 763px) { #RNLTDGKCpS3MBziPLnd80SzdBEQPWGiy #V7h1MpIqZCW2dDtRrB58oZNLoLJCG65p {  }
 }@media only screen and (max-width: 763px) { #RNLTDGKCpS3MBziPLnd80SzdBEQPWGiy #TEcUlQgw2XmfKPUh3Su6xhaXnICWqPKx {  }
 }@media only screen and (max-width: 763px) { #RNLTDGKCpS3MBziPLnd80SzdBEQPWGiy #UWIke98d6I3TiLITTRhUDTrkAWBuac5V {  }
 }@media only screen and (max-width: 763px) { #ECVSkUlJGJfpViUwoTMAzdAXBQwElMWS { display:block; }#ECVSkUlJGJfpViUwoTMAzdAXBQwElMWS > .row .container { width:20rem;height:91.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk .accordion-heading-text { font-size:1rem;height:auto; }
#UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk { display:flex;height:auto;width:20rem;top:21.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #nWvzpOfMqu0ga6Ba1ExImXe8mDboTVH1 {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #ufEN988CT2s8MX0QwXcXTJCwLhZT3Jpz {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #Cah9sqM05HaHM0upKHfIyXOyZsWV9wcA {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #vez0n63yFgX4wGDK0LlK4k1A98GIBsnb {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #Izma0Qw2lU3aVGX3tPhdTH5MwuQZgxb3 {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #n4idQ3eMkkX7Fmvxfn0MxuD0FMdT0a9n {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #AAflsolcludTOHLGWuU4ehN1hFxDUVIy {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #d4CF8C6JUHu1VrGACKTh5bnf6i1fHLDr {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #wNAwnKGszkunaHtp3xEksA4eciBo2B01 {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #m6OOJ6PTgV7epFssTZg59e9krmsSDMV5 {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #o3KUweFgVP3EMAJL9ELHqE3XdtHpRq6L {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #uLTEZWiZbXJAwqPxRBq8oh1qsGvr3WmT {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #TWzZ9lSPIGQJ3qkDNNC4Umdfyx1Aewdl {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #hrao1mvbnepEDweFSJ3ap4Kmmr3cdciF {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #g2Rg0e8of1A6LwDdudo8IkttgfEmy5yG {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #VTs9wrFPsy5kr91pTcXQExvDxl5yQR1E {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #z3MuZDBbKuC9Gb5HqKTA9zXwBo6fJ5GI {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #PIgs2i1geDRXWoVrU87sJzAfVztr8u7U {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #hToidFuuiEKWiJlCc2drgIpIr3OrhAiO {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #MQmMkUmI5pRTUuOIQeoSxdHdwdoqoP2M {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #ATBqoXWfzuTTv9aEvRI1AhnMO1OtMB9P {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #GN564BMbgqhhu8Hf1Av5q7ZkaLuumSwc {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #pfGE3lPpQSSWLR0AVR97pVToIBwHvlfb {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #RdRL9s9bUck6Ku8docZW2J1atTGA12wy {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #xQru1T2qR7AFTUcueDIHLJBRg6eO2Grr {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #GNwN2kmZle05yyi151GnlZk1WvmHfAXa {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #A6duNumS3hfLTMKeugVGq3mxJb4TZmnk {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #W5UOn4EuGDoxL4ley77Le3T7hOfTHkpW {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #RoWefPzElWEcybmCsXvstLTJQTqSoDmK {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #Gtz9zyDC7dZ0azMsCuc1mQZ7zuL5HoBP {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #e9ivnsRdxb3WklW3bTGoCOZQkRpmwmgv {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #EM46ob2hfENvxXnQIvEZbBsgXUOVBKTp {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #U3mMzP2DAGKTMA740K34amTQnQkWSwOW {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #tZeJ3THzRezZnOzkh1q4UcJnWfFZyRBB {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #L3CklFSpVxQ5XAlEDzlFKSG0WESdfZnO {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #qcfqLDVKylQ2yUsQ2iTUrpOfJOWw3w89 {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #hDtiacJtm1CU4TXBPlDfP4ImprcoyE26 {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #kGZuWFIQ7vtc9sg8dneD89kKWP37ipCx {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #IOwDQ8NbTuEXhTnsIl0EqBQhPiAhWgo5 {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #Ru1oDTRbe7UZcizBTwihB78paDOGAn0m {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #yMT7vFlknhOT1ff9BoThSrQHeJ1dsM73 {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #JxZeoiMVvl1p4Xk5H7SaGbsOWNaADTwc {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #kVtcK7ZtXski497ek1mflPUM37N6XB1g {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #T3aoGWyEekGEUkcVSqBKP22svnbMSNuy {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #DDWfihO1CSsGluEAz02SuGflP618KmIT {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #Wps9frZBGv8fiKnZf4TmPt4GEbGxeDr2 {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #LKIUcG0yGTVtcEzELTT2FPieMzn9TlVa {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #RBTaoPi38SSqfpXWsH5NClWI2TKCTlTh {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #O1fdhywVLLTrucuu8NU8SZ6iIhzadyy5 {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #vN3GypNyVg7p7kgiuKzzQTWqk4zifexE {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #oz4spy854h8BvtGX9Kqkbmep1UtURUoV {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #sAFFt1QgJ8l3OV3GOthPPieVIqgGa0nT {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #nGpeGOCraL4K14ddQN7e6kIBR7vzad5J {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #mrgOFbxxF20smwGynlEdUVk04GWGAmtc {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #oGXu29O1KCgSVJewSFPvut4QhA5CD7XJ {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #C3sreRfVnqr36voqfD0HlM4zMsusP1Ol {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #uon97gO7CAmRuxHIL9no1XJNHQ9yCoP3 {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #OMEO63TJ3m8Oh52lMKkAPWCKNkSfECSD {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #kxzKGguyvJrXIxLJnz9pECbHiwy5fu3H {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #T0nd2zSqDQ7Zu025DRVt9Tbe8UqyqveA {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #ScWB6CfXiDerTW0o9qCqK3Kvv63TFB6w {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #ppHvTwSEOdbO1TEGcCDwN2rkESrklJ8D {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #paK8CEqP2JcqapbNHbwiSEMqRGTfXDTU {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #yub7U15VTs2HDvad7l7HOCdZuiu75NPm {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #NEASHGStH45iMBzrH9MaaWJSiHnLBaf4 {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #LFCFR2MqVvbtMUSoHTMSDJwxrabTounr {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #wPKK9SVKLvxMyB9maTSeFSRQOBRJe6uP {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #GRH2HtSWm4xALh3XqTdQ2GLwWJWQEqtT {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #EisGiARK1QDAyA16dJanTaxnozoTomia {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #pAqeZWWubTxc1G0TqHs4HPmVmQVod1yD {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #qBf7XPh4qS1cK3g4m9Hdod0s4eqphDmf {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #gFixI9h8BZ1ahEqzg0ARAxy54XukzZTr {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #TvNVSGTA0kfTZudcpGMa3rcyTz0m75FZ {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #C7SJuffykEPaaVMTDC5iT8Z2JnyaQoz2 {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #KXuBUUoUkoCK2b9TB6n8TG23ScTX0cx6 {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #IZSnKWaADSnxiHX5uh32hCL18Eai9twT {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #D7cBKPhJU3mEeTiBkTydmoxtyBwio4nM {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #Tm8EndhEIPrcVCBwwk1fnQMZmxreDIbg {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #zqTUEOVauv2qNWtXr3xqXi1pMW9hVdcz {  }
 }@media only screen and (max-width: 763px) { #UN3QOqiv8z1Cf37aKIFTqRhVTZ7rTCZk #cAi0XfCft6HrKD92tq1TBZQ87NnaTcCv {  }
 }@media only screen and (max-width: 763px) { #Fr8GVbi41NxdsqzUh7CJBN5Ld5x2gmtd { width:20rem;height:13.5625rem;top:3.3750009536743rem;left:0rem;background-color:rgba(255,255,255,0.07);background-image:url("https://images.assets-landingi.com/uc/fedb935e-8103-4a8a-a5b7-8234aeb46dd7/download20240927T144539725.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Fr8GVbi41NxdsqzUh7CJBN5Ld5x2gmtd.adaptive-delivery-prevent-bg, #Fr8GVbi41NxdsqzUh7CJBN5Ld5x2gmtd.lazyload, #Fr8GVbi41NxdsqzUh7CJBN5Ld5x2gmtd.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #L598lzWbUQWtBNuLr6N7utZEdKlEiTJt { width:20rem;height:1.5625rem;top:18.9375rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VzGGWCKsvWOgNKBPQBV3dhJg5ZpfXgek { display:block; }#VzGGWCKsvWOgNKBPQBV3dhJg5ZpfXgek > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LvwcU1h31nFuHxbnT9OT2s4eR1MwAQE3 { width:20rem;height:3.75rem;top:3.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDfV2f4z9wur7EUC170wM5xGqZvLnmkU { width:9.6875rem;height:15.625rem;top:9.6000061035156rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvWOH8SfNextK1sQzbUKNrZhBbihnV6n { width:8.125rem;height:8.53125rem;top:14.725006103516rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyCsLTkPMoTy1xLeHpucdkqGbsE7lPua { width:3.625rem;height:2.4rem;top:11.162506103516rem;left:3.03125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIz3DN70We8RdRRWChrbpVTfTlB2sz5g { width:9.6875rem;height:15.625rem;top:9.6000061035156rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIPXfTqvGsVEb0N7un1PZv9Mkod6sT8v { width:8.125rem;height:9rem;top:14.725006103516rem;left:11.09375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQTrXyeltinoVFXzvKPAcRogflPFgQt6 { width:3.625rem;height:2.4rem;top:11.162506103516rem;left:13.34375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqfssA3b0S94HcaT0nDWrlAWBZX0mzfx { width:9.6875rem;height:17.5rem;top:26.162506103516rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrukLlmdz66rdqToz87TLmRJiNdXAgPV { width:3.625rem;height:2.4rem;top:28.0625rem;left:3.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #doSdMy0o1TGghhvZOU3xqKVJRfqz9RJh { width:7.25rem;height:8.53125rem;top:31.5625rem;left:1.21875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvA3SbAMwQlwdQaprMHSFWngxHJhafvQ { width:9.6875rem;height:17.5rem;top:26.162506103516rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1vun4QLwmVFTnLrEiNH5dKC8EQBHsyo { width:8.125rem;height:10.125rem;top:31.5625rem;left:11.09375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuRBulN7GbqJSVbQS6xXKh2g1PUk2Htb { width:3.625rem;height:2.4rem;top:28.0625rem;left:13.34375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2DHsBkM4yoHshJIFEvH9EzqtMGBPsKV { display:block; }#C2DHsBkM4yoHshJIFEvH9EzqtMGBPsKV > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s54fGNvAS9CE3mV4wiVBZTh4xNcGG1tG { width:20rem;height:3.5996125rem;top:7.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #axxQ4O6zsoUwHF4pcJ3GHzm2xItzwlLO { width:6rem;height:2.1rem;top:3.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fbxkx8tDkXTieadUibMaTnykCTLzDZBM { width:19.125rem;height:5.625rem;top:12.33749961853rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsUzfPpEd7CLhOatD7CuJUv5PbwgpgTQ { width:19.5rem;height:3.75rem;top:19.89999961853rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTbNZpxQpWJPxTBJ21o1yKDS6LdWmMA9 { display:block; }
 }@media only screen and (max-width: 763px) { #mQ9h8QxuWyzWChGlrTTQvO849XimtN3i { display:none; }#mQ9h8QxuWyzWChGlrTTQvO849XimtN3i > .row .container { width:20rem;height:73.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eKN9UyHG7lR79lWsXcOEHxrrFSCNsI6Z { width:16.5rem;height:1.8rem;top:4.9125003814697rem;left:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hAe91xNocviKkN8ku2CCPI9OBIxxKRxR { display:flex;height:auto;width:17.5rem;top:10.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #WGDOE2CFfNtopxaCEntqJTTDbUSKX0E5 {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #qGz856nh89hkTKQy1pTwuI3xxI9kms7l {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #QfmObelGdg9tlO8qes30CrEk6hfSKftL {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #OWozOUxpW1ARvNXe36gsvfnvU8HDXbpq {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #zCQcBemAqwAJJ35RdlBoFMIKcQJc9QT1 {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #cL0tW2ITAhgCbgFzT2EGB0hckNeoaTw3 {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #ubUcckwTn5SVq066FCDqIE0f8cPDsOcl {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #QaLGzP81ISODT9u1XDxz5ue7NJHGVlfl {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #oFg2n3etumVml9bSieHCOTcHzmNCwM7W {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #xgUrgvKoLDWP8k342TctMHFk9fgap9WH {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #TLiAQ5Q8eSrT2xiZ9pAv0xiwkz6zyB8p {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #JbUKwmFJRL3wERV4Q9gPUmr8mU1QqJih {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #ZRT76ngoU4bbH9iVpTQtHVXTNBDm9ArI {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #BvK4TVfgV1NhaGkuL2tRMUJCVtVLp0Ua {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #X7BR0oXQpnCKMiQKw6P0Xp7TPE3cSDAG {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #OAmoGIrnmCEd1CAqPmTCqNZboKBMdEPK {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #BKunGvgehN1rOFziTnbfoAQB14RSSm5O {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #XP5bweRT1Luur7VtfevFU8FQo8TIp9eq {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #o3srlH937DarEDggdIhzkzw4BkMr1gbu {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #wX8OmlfA3cQuBTzbIuIJdTdzhGbUiCBW {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #u71pEV0t3gi1CvM9z5SJskmiPFNFTWZc {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #Ab7Lx06bLRSrKNwe4TaseLQ4RXg9GUNA {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #cy0cXlV6yQwv3LwhK81Xpou2O23WcNaM {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #dLqMJ9FM6Wydl9AseR82NF0TUilsUtAL {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #enMk2hK6bedS2F4Il8N5By0JSTJFHEqP {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #lsgrcN6SlTPt6vqI2PCUvlSv02Cshu5f {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #tADU3WaSspNvxdAh4FmrRfZU2GI2PGMS {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #LcgXCVkTiTnFo5Tpuxm3LCC78311hTQ1 {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #N4zT1pWaRKyf25GecLWkwPnyewWxHJZ5 {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #lfsQDs3ynXDFVFn44mNAeFtKJc8vHETD {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #pmHLnCQNQKuf3m0h5rB5tuZw78wQapUI {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #wiJUxnFdBycRVne7iFyTRsp1LkmdibJ4 {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #QX7tG6on6IH5AVCPbOcI9LewmkevqBRC {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #gurRPKd8114W48DxeifNRP1FSgoH2DkF {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #MBSbyf4TaLgsaecGooMgEAMQ6m8eoJkT {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #S3KgzmwX4VNc4gGLx9dR46erMwacbRgl {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #eTQBfvuWkLlWxRUpeCzmUITT4Xy2WFTL {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #FQSrxltHO0c1BiSKTS7C0vlW2SslimDu {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #M4zGHRrMNDAUiPkN9LbQ7RLtqXbc7vgU {  }
 }@media only screen and (max-width: 763px) { #hAe91xNocviKkN8ku2CCPI9OBIxxKRxR #mmxhwmn6slsIqoUyoSfLwHyp0658OgSS {  }
 }@media only screen and (max-width: 763px) { #NU9uVTOlqlmLZTpv1MPVtKq5PUNALpVO { width:10.3125rem;height:11.625rem;top:0rem;left:-0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zU8ZTCVXtO3IT0AFDzWt6OGImqrWdXJl { display:block; }#zU8ZTCVXtO3IT0AFDzWt6OGImqrWdXJl > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QaTMXvaVF7Za3EHfp6DWOmO1wwIUi0B2 { width:20rem;height:3.75rem;top:16.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxSNEVbVLQwhJ8IARq4H9Zu4OFimc9g6 { width:20rem;height:12.25rem;top:1.8249998092651rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWvvNa6CaDmqFrTN0bbP9aITtd4DDuhn { width:20rem;height:6.9043125rem;top:22.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEQUi8tCZEe0Fc0gh1ahGNBhRFucD2Zr { width:19.5rem;height:3.75rem;top:31.625rem;left:0rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iizc1RhFlyzIb6Z9V2l0TNWL5CF8ED57 { display:block; }
 }@media only screen and (max-width: 763px) { #lLQV4buTkW9E0g4DfLwn8KfLSOQRuuW7 { display:block; }#lLQV4buTkW9E0g4DfLwn8KfLSOQRuuW7 > .row .container { width:20rem;height:58.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qbz5tMFVNpWTbro5cNmKqqTWwXdvmGry { width:14.25rem;height:7.3125rem;top:5.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3ZZ1g62ib8TE2FhB6SU1kuSmUUZzgZI { width:14.25rem;height:1.625rem;top:2.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #myX4HhhF5ngTgh8t9UcVsacnKlxTSMnH { width:20rem;height:9.972625rem;top:14.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqLMKSMyo31uq9bwRC5RKrtHsPfJs1m6 { width:16.4375rem;height:1.30615rem;top:26.99951171875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sk43wACBdWmLxM75qQF7bwD9aDX2Gu2u { width:16.437rem;height:1.30615rem;top:29.554039001465rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMQbVDU8nZEP0MMhT06PbdQHp5lbi1hS { width:19.999625rem;height:1.30615rem;top:32.108558654785rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEaCzBHQRONNK0Z6zltOTIbzgR1NXgan { width:19.999625rem;height:1.1875rem;top:34.661460876465rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lklV64ssJcNTvkx4nLBhkuGkGdgglxKg { width:19.999rem;height:12.9980625rem;top:41.78515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPK0UQS1RZTDiZnR38e66dDh7oGf0UTH { width:20rem;height:1.1875rem;top:37.097980499267rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUwXeUv8vvma3xJGn9yXaqnqPaITUxmD { width:20rem;height:1.1875rem;top:39.34765625rem;left:0rem;font-size:0.625rem;display:block; }
 }