.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:236,224,240;--color-primary-1:192,152,206;--color-primary-2:129,49,156;--color-primary-3:65,25,78;--color-primary-4:19,7,23;--color-secondary-0:253,231,224;--color-secondary-1:248,174,153;--color-secondary-2:241,93,50;--color-secondary-3:121,47,25;--color-secondary-4:36,14,8;--color-tertiary-0:255,255,255;--color-tertiary-1:208,208,208;--color-tertiary-2:99,99,99;--color-tertiary-3:50,50,50;--color-tertiary-4:10,10,10;--headlines-font-family:"Poppins";--paragraphs-font-family:"Inter"; }@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:#81319c;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); }#NdpeE6GGtD2ViSNMRrZyaAu5c0p9VPtX { background-color:transparent;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; }#NdpeE6GGtD2ViSNMRrZyaAu5c0p9VPtX > .row .container { background-color: transparent; background-image: none; }#NdpeE6GGtD2ViSNMRrZyaAu5c0p9VPtX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NdpeE6GGtD2ViSNMRrZyaAu5c0p9VPtX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NdpeE6GGtD2ViSNMRrZyaAu5c0p9VPtX > .row .container > .video-iframe-container { display: none; }#NdpeE6GGtD2ViSNMRrZyaAu5c0p9VPtX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NdpeE6GGtD2ViSNMRrZyaAu5c0p9VPtX > .row > .video-iframe-container { display: none; }#NdpeE6GGtD2ViSNMRrZyaAu5c0p9VPtX > .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); }#NdpeE6GGtD2ViSNMRrZyaAu5c0p9VPtX > .row .container { border-width: 0; border-radius: 0; }#NdpeE6GGtD2ViSNMRrZyaAu5c0p9VPtX > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#NdpeE6GGtD2ViSNMRrZyaAu5c0p9VPtX > .row .container { font-size:0.875rem;font-family:arial;height:39rem;width:75rem;overflow:visible;position:relative;display:block; }#MaWhp8E9mBAurrFQoHV3gZXU6RWkL1gd { color:rgba(var(--color-tertiary-0),1);display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:26.5625rem;left:0rem;height:4.375rem;font-style:normal;display:block; }
#mJsHxL2ZTmb3pCLXBNy5LU5MD6t1Z8oJ { box-sizing:content-box;height:0.625rem;width:0.5rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:42.125rem;left:0rem;border-top-left-radius:12.5rem;border-top-right-radius:0rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:0rem;box-shadow: 0.4375rem 0rem 2rem rgba(var(--color-secondary-4),1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#NyXFXvBbT50PS4INgANKaT4nDEhTIELF { box-sizing:content-box;height:0.625rem;width:31.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.15);background-image:none;top:42.125rem;left:0rem;border-top-right-radius:12.5rem;border-bottom-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-top-left-radius:12.5rem;display:none; }
#sS3F4Vg32It48LR5VRTstQH4kN9TOS6E { color:rgba(var(--color-secondary-2),1);display:block;width:38.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.625rem;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;top:14.4375rem;left:0rem;height:10.125rem;font-style:normal;display:block; }
#ai0nM9LcTHTThx5HA1JBU8M9DqVmkwrk { box-sizing:content-box;height:7.1875rem;width:17.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5f32c1c6-8bc0-4c06-b3d2-1aa0d0eb6371/positivargbmarca6994eab9529e6.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:1.0625rem;left:-3.6875rem;display:block; }#ai0nM9LcTHTThx5HA1JBU8M9DqVmkwrk.adaptive-delivery-prevent-bg, #ai0nM9LcTHTThx5HA1JBU8M9DqVmkwrk.lazyload, #ai0nM9LcTHTThx5HA1JBU8M9DqVmkwrk.lazyloading { background-image: none; }
#pgdtyDP25xMTpbHuuIw3BdchKHwGRdoU { box-sizing:content-box;height:3.5625rem;width:14.1875rem;position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ebb89c08-6375-4c2a-aac0-289697b34ba3/image22.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:2.71875rem;left:13.21875rem;display:block; }#pgdtyDP25xMTpbHuuIw3BdchKHwGRdoU.adaptive-delivery-prevent-bg, #pgdtyDP25xMTpbHuuIw3BdchKHwGRdoU.lazyload, #pgdtyDP25xMTpbHuuIw3BdchKHwGRdoU.lazyloading { background-image: none; }
#bc7vqui4l1V03kX3CGvDFRfrQvETanUk { box-sizing:content-box;height:32.8125rem;width:30.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0.12);background-image:url("https://images.assets-landingi.com/uc/74e9b3cd-edaf-4403-b458-f4d801bd705c/download20250807T090031431.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.75rem;left:44.25rem;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;display:block; }#bc7vqui4l1V03kX3CGvDFRfrQvETanUk.adaptive-delivery-prevent-bg, #bc7vqui4l1V03kX3CGvDFRfrQvETanUk.lazyload, #bc7vqui4l1V03kX3CGvDFRfrQvETanUk.lazyloading { background-image: none; }
#ipMzZrkUlpHL3geTA3txZpKcWLm5Veaq { box-sizing:content-box;height:7.5rem;width:0.0625rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;top:0rem;left:13.875rem;display:block; }
#l3T60UGW8k9BJ6Tfh59LaAVGKscUoFWm { position:relative;display:none; }#l3T60UGW8k9BJ6Tfh59LaAVGKscUoFWm { border-width: 0; border-radius: 0; }#l3T60UGW8k9BJ6Tfh59LaAVGKscUoFWm > .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; }#l3T60UGW8k9BJ6Tfh59LaAVGKscUoFWm > .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; }#og3LfaF1CW7TnfkZD4Tza5TsZ2pR8Iam { position:relative;display:block; }#og3LfaF1CW7TnfkZD4Tza5TsZ2pR8Iam { background-color: transparent; background-image: none; }#og3LfaF1CW7TnfkZD4Tza5TsZ2pR8Iam::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#og3LfaF1CW7TnfkZD4Tza5TsZ2pR8Iam > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#og3LfaF1CW7TnfkZD4Tza5TsZ2pR8Iam > .row .container > .video-iframe-container { display: none; }#og3LfaF1CW7TnfkZD4Tza5TsZ2pR8Iam > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#og3LfaF1CW7TnfkZD4Tza5TsZ2pR8Iam > .row > .video-iframe-container { display: none; }#og3LfaF1CW7TnfkZD4Tza5TsZ2pR8Iam > .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); }#og3LfaF1CW7TnfkZD4Tza5TsZ2pR8Iam { border-width: 0; border-radius: 0; }#og3LfaF1CW7TnfkZD4Tza5TsZ2pR8Iam > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#og3LfaF1CW7TnfkZD4Tza5TsZ2pR8Iam > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:10.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#lDNx8fc0JQmD9M35estEvpLA34NrXu2h { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:0rem;left:0rem; }
#GVb6hmFEZg3GdieWk1rzVn8QpW4E1HFt { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:2.5625rem;left:0rem;height:2.75rem;font-style:normal;display:block; }
#SDpEUay6c8l4IuTz1TngCAMQRUyTysHm { color:rgba(var(--color-tertiary-0),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:2.5625rem;left:15.75rem;height:2.75rem;font-style:normal;display:block; }
#NWQLrdmxKQXSHh3ibBRPSM8L1gPyeu7y { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:0rem;left:15.75rem; }
#uOQJ4UPBh27MQBBhtMHHQBXdAnLDNEfS { color:rgba(var(--color-tertiary-0),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.1;letter-spacing:0;top:2.5625rem;left:29.4375rem;height:4.125rem;font-style:normal;display:block; }
#ZGp7rraKt92dkoqpakyHHme4PTCLQDgN { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:0rem;left:29.4375rem; }
#zkoxpi88qkttkve1Eq6JgTFOuRlJOK34 { color:rgba(var(--color-tertiary-0),1);display:block;width:8rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.1;letter-spacing:0;top:2.5625rem;left:47.8125rem;height:4.125rem;font-style:normal;display:block; }
#JUTxrFUJpnPceuB07x4wzPHHuFoXDxBn { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:0rem;left:47.5rem; }
#tlJAEXTr9zp9FTohOrz8VnTI1HPsPVq6 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:0rem;left:63.75rem; }
#BO09ZfTQHXbv216bxOX38vDEayXT7bKb { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.1;letter-spacing:0;top:2.5625rem;left:62.5625rem;height:4.125rem;font-style:normal;display:block; }
#w1E79kkydlwNdbTASdbT4T9JZbBPIuNT { background-color:rgba(var(--color-secondary-2),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; }#w1E79kkydlwNdbTASdbT4T9JZbBPIuNT > .row .container { background-color: transparent; background-image: none; }#w1E79kkydlwNdbTASdbT4T9JZbBPIuNT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w1E79kkydlwNdbTASdbT4T9JZbBPIuNT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w1E79kkydlwNdbTASdbT4T9JZbBPIuNT > .row .container > .video-iframe-container { display: none; }#w1E79kkydlwNdbTASdbT4T9JZbBPIuNT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w1E79kkydlwNdbTASdbT4T9JZbBPIuNT > .row > .video-iframe-container { display: none; }#w1E79kkydlwNdbTASdbT4T9JZbBPIuNT > .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); }#w1E79kkydlwNdbTASdbT4T9JZbBPIuNT > .row .container { border-width: 0; border-radius: 0; }#w1E79kkydlwNdbTASdbT4T9JZbBPIuNT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#w1E79kkydlwNdbTASdbT4T9JZbBPIuNT > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;overflow:visible;position:relative;display:block; }#h3U3Ens6HoRkZyNsR1RNGHJ84b8EJTZo { color:rgba(var(--color-tertiary-0),1);display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:16.109375rem;left:0rem;height:6.296875rem;font-style:normal;display:block; }
#oeJJOGcTxgP1S5QyBIS3GTvrhs1veuer { box-sizing:content-box;height:0.625rem;width:0.5rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:42.125rem;left:0rem;border-top-left-radius:12.5rem;border-top-right-radius:0rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:0rem;box-shadow: 0.4375rem 0rem 2rem rgba(var(--color-secondary-4),1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#k6Vx2rIr9xFW6TazTq9LJ9QLWi32oNkK { box-sizing:content-box;height:0.625rem;width:31.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.15);background-image:none;top:42.125rem;left:0rem;border-top-right-radius:12.5rem;border-bottom-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-top-left-radius:12.5rem;display:none; }
#SSXlOVp2D1ZDnX9u7MZAAJd7QMwwF7Fv { color:rgba(var(--color-tertiary-0),1);display:block;width:32.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:6.0625rem;left:0rem;height:7.628875rem;font-style:normal;display:block; }
#PIcSWpfRUqAoH2i5bEer7yatwHfnZADn { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:19.3203125rem;left:40.5rem;height:3.1494125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gdSAwJWJXP6kzRllVPF5x8zNcHDzBya1 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:9.1875rem;left:40.5rem;height:6.296875rem;font-style:normal;display:block; }
#oElEqU1iVcABTMtyx2Kdck6F3X1hzUgX { color:rgba(var(--color-tertiary-4),1);display:block;width:26.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:.9;letter-spacing:0;top:7.4375rem;left:40.5rem;height:1.3496125rem;font-style:normal;display:block; }
#DKT778omU2VCv0J20QvN5mueRJuVCH8T { box-sizing:content-box;height:10.875rem;width:35.9375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.12);background-image:none;top:6.0625rem;left:39.0625rem;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; }
#q6vHFULMZCImtU4nDyOFZWzQ489FOJSb { background-color:#0fcc55;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:2.375rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8125rem;height:4.6875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:18.55078125rem;left:59.1875rem;display:block; }
#qxaZ5kiTyHZ3xo1Ce6HJ8gFarRVZw32S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TVJFZbndgSWGVgWSceHPq0rqNuVidTTr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:19.76953125rem;left:60.375rem; }
#S3SuSmOGhyH6WaXcDrO1Sdggmys8dsTm { background-color:rgba(var(--color-secondary-2),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:none; }#S3SuSmOGhyH6WaXcDrO1Sdggmys8dsTm > .row .container { border-width: 0; border-radius: 0; }#S3SuSmOGhyH6WaXcDrO1Sdggmys8dsTm > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#S3SuSmOGhyH6WaXcDrO1Sdggmys8dsTm > .row .container { font-size:0.875rem;font-family:arial;height:39.0625rem;width:75rem;overflow:visible;position:relative;display:none; }#ZeppxIJ2BuNodxghG4BUQGg0kBGNtuav { color:rgba(var(--color-tertiary-0),1);display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:14.75rem;left:0rem;height:6.296875rem;font-style:normal;display:block; }
#bpRp67nd0h2VXa5ZlHUOyQUeg2aS9WT4 { box-sizing:content-box;height:0.625rem;width:0.5rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:42.125rem;left:0rem;border-top-left-radius:12.5rem;border-top-right-radius:0rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:0rem;box-shadow: 0.4375rem 0rem 2rem rgba(var(--color-secondary-4),1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#wNMtx1y3lRwFXnyP8qHnz3cK85TK82Wb { box-sizing:content-box;height:0.625rem;width:31.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.15);background-image:none;top:42.125rem;left:0rem;border-top-right-radius:12.5rem;border-bottom-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-top-left-radius:12.5rem;display:none; }
#daW7tOcfpE4H1enfUyUCFFfnJEMJ2UXl { color:rgba(var(--color-tertiary-0),1);display:block;width:32.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:6.0625rem;left:0rem;height:6.9375rem;font-style:normal;display:block; }
#TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ .widget-form-header { font-size:0.8125rem; }
#TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:26.1875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top; }
#TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.57);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.57);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.57);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.57);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:26.1875rem;box-sizing:border-box;height:3.75rem;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center; }
#TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.57);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.57);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.57);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.57);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:26.1875rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center; }
#TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),0.17);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:26.1875rem;box-sizing:border-box;height:2.8125rem;color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#13b951;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.25rem solid #39a32b;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;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:26.1875rem;height:4.0625rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),0.83);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:italic; }
#TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),0.83);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:italic; }
#TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),0.83);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:italic; }
#TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),0.83);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:italic; }
#TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ .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-0),1);vertical-align:top;width:24.9375rem;overflow:hidden;font-style:normal;float:none; }
#TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ .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; }
#TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ .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:"work sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ .widget-container:first-of-type{padding-top:0;}#TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ .widget-container:last-of-type{padding-bottom:0;}#TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15014;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:10.8125rem;left:46.375rem;font-size:0.8125rem; }
#TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.1875rem;display:block;vertical-align:top; }
#TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ .widget-info-text { display:block;height:auto;font-family:"work sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ {display:block;}#TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15014;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:10.8125rem;left:46.375rem;font-size:0.8125rem; }
#TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ #bK76U4RSvW7X8GvLzJOxOTRWq7iP6LUH { position:relative; }
#TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ #yCEgngtUK7u9vqulCdNb7JWPw5b2oths { position:relative;display:none; }
#TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ #nNuxZEafdylddn5r4r1TFe0nzdkdaJeQ { position:relative; }
#TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ #R9r2NNwLk8V5THzyPSgGqBTftpTaeIS4 { position:relative; }
#TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ #wTdcpyFLhW2IbshgNclyIDS8rydiD4Rh { position:relative;display:none; }
#TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ #PVnL2AAM9hDMirQBJ1U3WK9Q3KSPsLqy { position:relative; }
#TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ #PrBpEmXdO97tI24VU45DJIIO1Fmx3QgP { position:relative; }
#TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ #X4Ov4SZPEH21OnWS6kdmSwCVrllaBuqv { position:relative;z-index:2; }
#TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ #JOK96S1HnxZgfsDUedEqKtd5JwZ2XtEc { position:relative; }
#TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ #J5paIaPBiMG3AVlLBgAucFmJig8qxwgO { position:relative; }
#TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ #o8XhD7uLui2gAQidNeFQ9pPzWfySOqIe { position:relative;z-index:2; }
#TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ #RLcw9K8J18EdpPoDLK5xTl4MkcL4L4AC { position:relative; }
#TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ #PWqez9lQeCKUBFGBinXDFvlnrDv8QADT { position:relative; }
#TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ #gUPqlisyA1WnXJh8kkhHiiJ7FvR5DCZ0 { position:relative; }
#TO4A9y8Dl47OTIxwRW59plqpbki7DEsR { color:rgba(var(--color-tertiary-0),1);display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:6.3125rem;left:47.5rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zNltppRIIkIC4B6RiOyu9A1qkStk1krW { color:rgba(var(--color-tertiary-0),1);display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:25.75rem;left:1.4375rem;height:6.296875rem;font-style:normal;display:block; }
#GmfqRJiLZX3vZKBQibFiSAEVrVTGc2sh { color:rgba(var(--color-tertiary-4),1);display:block;width:38.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:.9;letter-spacing:0;top:23.75rem;left:1.4375rem;height:1.3496125rem;font-style:normal;display:block; }
#ytnftHxdwvauuGW5lhiiw17Tf6RVwcnI { box-sizing:content-box;height:11.25rem;width:35.9375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.12);background-image:none;top:22.375rem;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; }
#GzgJuKyS0f2ELVGGC4i89HQEQRGPiQvD { background-color:transparent;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; }#GzgJuKyS0f2ELVGGC4i89HQEQRGPiQvD > .row .container { background-color: transparent; background-image: none; }#GzgJuKyS0f2ELVGGC4i89HQEQRGPiQvD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzgJuKyS0f2ELVGGC4i89HQEQRGPiQvD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzgJuKyS0f2ELVGGC4i89HQEQRGPiQvD > .row .container > .video-iframe-container { display: none; }#GzgJuKyS0f2ELVGGC4i89HQEQRGPiQvD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzgJuKyS0f2ELVGGC4i89HQEQRGPiQvD > .row > .video-iframe-container { display: none; }#GzgJuKyS0f2ELVGGC4i89HQEQRGPiQvD > .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); }#GzgJuKyS0f2ELVGGC4i89HQEQRGPiQvD > .row .container { border-width: 0; border-radius: 0; }#GzgJuKyS0f2ELVGGC4i89HQEQRGPiQvD > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#GzgJuKyS0f2ELVGGC4i89HQEQRGPiQvD > .row .container { font-size:0.875rem;font-family:arial;height:47.5rem;width:75rem;overflow:visible;position:relative;display:block; }#dq4lAgXpE9h7sdTduTW9HD5Wn47bzLRw { color:rgba(var(--color-tertiary-0),1);display:block;width:49.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:6.0625rem;left:25.8125rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vQMH75n6Ei6TnR5PUtLtDDJltBW972Hh { color:rgba(var(--color-tertiary-0),1);display:block;width:39.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:15.1875rem;left:25.8125rem;height:18.5546875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#vQMH75n6Ei6TnR5PUtLtDDJltBW972Hh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vQMH75n6Ei6TnR5PUtLtDDJltBW972Hh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5f6bbaa22bd05c6a668d2eb17016241b7405aab2.svg); }
#nmsm7ic741slMGFGu4xbMCT6c1l5m5cf { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.6875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:36.125rem;left:25.8125rem;display:block; }
#WQzFd14R945dITnqETbIobEmCbC35UO1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wC6ypqSKPQg41E64PvmhGefeZ2Oa1Ik5 { box-sizing:content-box;height:38.4375rem;width:22.0625rem;position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0.12);background-image:url("https://images.assets-landingi.com/uc/ac54f2f0-d592-4fae-924e-163f1d7de08a/download20250807T091140775.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.1875rem;left:0rem;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;display:block; }#wC6ypqSKPQg41E64PvmhGefeZ2Oa1Ik5.adaptive-delivery-prevent-bg, #wC6ypqSKPQg41E64PvmhGefeZ2Oa1Ik5.lazyload, #wC6ypqSKPQg41E64PvmhGefeZ2Oa1Ik5.lazyloading { background-image: none; }
#U1s87UvD0BhfIc8WFn8i8L0BS63gfc8H { position:relative;display:none; }#U1s87UvD0BhfIc8WFn8i8L0BS63gfc8H { border-width: 0; border-radius: 0; }#U1s87UvD0BhfIc8WFn8i8L0BS63gfc8H > .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; }#U1s87UvD0BhfIc8WFn8i8L0BS63gfc8H > .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; }#euX9rEWk9IDvk5PCqHsZfAH1WbdR7Md4 { background-color:rgba(var(--color-tertiary-0),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; }#euX9rEWk9IDvk5PCqHsZfAH1WbdR7Md4 > .row .container { background-color: transparent; background-image: none; }#euX9rEWk9IDvk5PCqHsZfAH1WbdR7Md4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euX9rEWk9IDvk5PCqHsZfAH1WbdR7Md4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euX9rEWk9IDvk5PCqHsZfAH1WbdR7Md4 > .row .container > .video-iframe-container { display: none; }#euX9rEWk9IDvk5PCqHsZfAH1WbdR7Md4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euX9rEWk9IDvk5PCqHsZfAH1WbdR7Md4 > .row > .video-iframe-container { display: none; }#euX9rEWk9IDvk5PCqHsZfAH1WbdR7Md4 > .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); }#euX9rEWk9IDvk5PCqHsZfAH1WbdR7Md4 > .row .container { border-width: 0; border-radius: 0; }#euX9rEWk9IDvk5PCqHsZfAH1WbdR7Md4 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#euX9rEWk9IDvk5PCqHsZfAH1WbdR7Md4 > .row .container { font-size:0.875rem;font-family:arial;height:34.625rem;width:75rem;overflow:visible;position:relative;display:block; }#Hfy4S7RGeQOuTn3rA9XOQJmxzsIbubgv { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:4.8125rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UStrgnTBCLiopn03TNGmrqlITNo4iX8p { color:rgba(var(--color-primary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:8.4375rem;left:0rem;height:1.57470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D6ManzF7dJS81MPvxkcPBQ3LOimgKWKe { color:rgba(var(--color-secondary-2),1);display:block;width:8.3125rem;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:16.875rem;left:5.25rem;height:4.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ReTWvRyrIwPrCynAcTkBN0ALeLRlIE3f { color:rgba(var(--color-primary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:22.1875rem;left:0rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g5i3cudfMPUFvOndZWpOeQ0POc3Fb7gT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:13.75rem;left:7.8125rem; }
#pgnNPkhAJWceBrDSPikZM9ig4dKnGcu5 { color:rgba(var(--color-secondary-2),1);display:block;width:26.5625rem;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:16.875rem;left:24.21875rem;height:4.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iR7WbnUSAS2gK7VWKqFSROp0n5qHJhP2 { color:rgba(var(--color-primary-3),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:22.1875rem;left:27.5625rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vA2rRxTdtg6WIJ853QAcmUQInVRBqdGL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:13.8125rem;left:35.9375rem; }
#hmLQSuNExpIJ7r8FVJzvTBQs9oxWOTQT { color:rgba(var(--color-secondary-2),1);display:block;width:16.375rem;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:16.875rem;left:57.4375rem;height:4.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gvsrUqfMgTIJqQgVeXEc7c74GXev6c9O { color:rgba(var(--color-primary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:22.1875rem;left:56.25rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n8E1USfTHdsmbvh6VyzKxQJAJTvOLOow { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:13.8125rem;left:64.0625rem; }
#dO04sS7tMrkHzXoaQw1qMtCgfTpB5pgu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a18ef38d-3b71-4660-85e7-bc569762e11a/download20250801T141211368.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dO04sS7tMrkHzXoaQw1qMtCgfTpB5pgu.adaptive-delivery-prevent-bg, #dO04sS7tMrkHzXoaQw1qMtCgfTpB5pgu.lazyload, #dO04sS7tMrkHzXoaQw1qMtCgfTpB5pgu.lazyloading { background-image: none; }#dO04sS7tMrkHzXoaQw1qMtCgfTpB5pgu > .row .container { background-color: transparent; background-image: none; }#dO04sS7tMrkHzXoaQw1qMtCgfTpB5pgu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.56); }#dO04sS7tMrkHzXoaQw1qMtCgfTpB5pgu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dO04sS7tMrkHzXoaQw1qMtCgfTpB5pgu > .row .container > .video-iframe-container { display: none; }#dO04sS7tMrkHzXoaQw1qMtCgfTpB5pgu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.56); }#dO04sS7tMrkHzXoaQw1qMtCgfTpB5pgu > .row > .video-iframe-container { display: none; }#dO04sS7tMrkHzXoaQw1qMtCgfTpB5pgu > .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); }#dO04sS7tMrkHzXoaQw1qMtCgfTpB5pgu > .row .container { border-width: 0; border-radius: 0; }#dO04sS7tMrkHzXoaQw1qMtCgfTpB5pgu::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; }#dO04sS7tMrkHzXoaQw1qMtCgfTpB5pgu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dO04sS7tMrkHzXoaQw1qMtCgfTpB5pgu > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:75rem;position:relative;display:block; }#UHBtLIPnGBTgKLnAeymOHw9xQiIsXZIJ { background-color:rgba(var(--color-tertiary-0),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; }#UHBtLIPnGBTgKLnAeymOHw9xQiIsXZIJ > .row .container { background-color: transparent; background-image: none; }#UHBtLIPnGBTgKLnAeymOHw9xQiIsXZIJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHBtLIPnGBTgKLnAeymOHw9xQiIsXZIJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHBtLIPnGBTgKLnAeymOHw9xQiIsXZIJ > .row .container > .video-iframe-container { display: none; }#UHBtLIPnGBTgKLnAeymOHw9xQiIsXZIJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHBtLIPnGBTgKLnAeymOHw9xQiIsXZIJ > .row > .video-iframe-container { display: none; }#UHBtLIPnGBTgKLnAeymOHw9xQiIsXZIJ > .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); }#UHBtLIPnGBTgKLnAeymOHw9xQiIsXZIJ > .row .container { border-width: 0; border-radius: 0; }#UHBtLIPnGBTgKLnAeymOHw9xQiIsXZIJ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#UHBtLIPnGBTgKLnAeymOHw9xQiIsXZIJ > .row .container { font-size:0.875rem;font-family:arial;height:36.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#kC1TC5aT5U4oArRI54frhL25LEWnSGdR { color:rgba(var(--color-primary-2),1);display:block;width:69.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:6.0625rem;left:2.75rem;height:7.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#awSJb3Ddd33M4Gfc4LFaaeTbn1B7UVIn { color:rgba(var(--color-primary-3),1);display:block;width:52.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:16.63671875rem;left:11.15625rem;height:4.72265625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ivZlSm1w89uCucz1KLyPr6mBTZoREiU3 { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.6875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:23.9375rem;left:26.59375rem;display:block; }
#FBTeOIR2OClagy8VoVLztVCl5QNe0HCL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#anPJkoZvxBCJWL21KV5CRXgMcMubTdBW { background-color:rgba(var(--color-secondary-2),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; }#anPJkoZvxBCJWL21KV5CRXgMcMubTdBW > .row .container { background-color: transparent; background-image: none; }#anPJkoZvxBCJWL21KV5CRXgMcMubTdBW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anPJkoZvxBCJWL21KV5CRXgMcMubTdBW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anPJkoZvxBCJWL21KV5CRXgMcMubTdBW > .row .container > .video-iframe-container { display: none; }#anPJkoZvxBCJWL21KV5CRXgMcMubTdBW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anPJkoZvxBCJWL21KV5CRXgMcMubTdBW > .row > .video-iframe-container { display: none; }#anPJkoZvxBCJWL21KV5CRXgMcMubTdBW > .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); }#anPJkoZvxBCJWL21KV5CRXgMcMubTdBW > .row .container { border-width: 0; border-radius: 0; }#anPJkoZvxBCJWL21KV5CRXgMcMubTdBW > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#anPJkoZvxBCJWL21KV5CRXgMcMubTdBW > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:75rem;overflow:visible;position:relative;display:block; }#R8KV8flTbHMC3qyTMxgfyaRBs8l2Xzv1 { color:rgba(var(--color-tertiary-0),0.7);display:block;width:45rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:5.6875rem;left:0rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l2s4OLMdN0Tn2KAnSbkCxs6ALcTfZkFC { color:rgba(var(--color-tertiary-0),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:10.734375rem;left:0rem;height:12.59378125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IcpOh2r3MVJ7bqBa8fiBGrT0WrSCpi4f { box-sizing:content-box;height:27.8125rem;width:29.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0.12);background-image:url("https://images.assets-landingi.com/uc/e7c3e73b-72a7-4e9e-bfa8-e12f8c416942/imagefx20250801t140936997688cf4e35de11.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.625rem;left:45.625rem;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;display:block; }#IcpOh2r3MVJ7bqBa8fiBGrT0WrSCpi4f.adaptive-delivery-prevent-bg, #IcpOh2r3MVJ7bqBa8fiBGrT0WrSCpi4f.lazyload, #IcpOh2r3MVJ7bqBa8fiBGrT0WrSCpi4f.lazyloading { background-image: none; }
#TO0VPbL1G5aUEouEHZcGiereMLX2W48t { position:relative;display:none; }#TO0VPbL1G5aUEouEHZcGiereMLX2W48t { border-width: 0; border-radius: 0; }#TO0VPbL1G5aUEouEHZcGiereMLX2W48t > .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; }#TO0VPbL1G5aUEouEHZcGiereMLX2W48t > .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; }#a90dP2cRhMA3AV9auQ941ywOclQgGqoe { background-color:rgba(var(--color-primary-2),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; }#a90dP2cRhMA3AV9auQ941ywOclQgGqoe > .row .container { background-color: transparent; background-image: none; }#a90dP2cRhMA3AV9auQ941ywOclQgGqoe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a90dP2cRhMA3AV9auQ941ywOclQgGqoe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a90dP2cRhMA3AV9auQ941ywOclQgGqoe > .row .container > .video-iframe-container { display: none; }#a90dP2cRhMA3AV9auQ941ywOclQgGqoe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a90dP2cRhMA3AV9auQ941ywOclQgGqoe > .row > .video-iframe-container { display: none; }#a90dP2cRhMA3AV9auQ941ywOclQgGqoe > .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); }#a90dP2cRhMA3AV9auQ941ywOclQgGqoe > .row .container { border-width: 0; border-radius: 0; }#a90dP2cRhMA3AV9auQ941ywOclQgGqoe > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#a90dP2cRhMA3AV9auQ941ywOclQgGqoe > .row .container { font-size:0.875rem;font-family:arial;height:42.25rem;width:75rem;overflow:visible;position:relative;display:block; }#M7EA2sA5kKMpHaErTrKRXLdeMIzJdRoH { color:rgba(var(--color-tertiary-0),1);display:block;width:40.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:5.125rem;left:32.875rem;height:9.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cC5BbdDwlGgSwvLeJsTGhXmHHAbfgSwZ { color:rgba(var(--color-tertiary-0),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:17.875rem;left:33.53125rem;height:7.87109375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Io0UBnhBS1GWmciVtKDbRUTcbSpJ3AUF { box-sizing:content-box;height:33.375rem;width:29.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0.12);background-image:url("https://images.assets-landingi.com/uc/2725e902-f471-46dc-98b9-f8405e2f627a/download20250801T141825257.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.05859375rem;left:0rem;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;display:block; }#Io0UBnhBS1GWmciVtKDbRUTcbSpJ3AUF.adaptive-delivery-prevent-bg, #Io0UBnhBS1GWmciVtKDbRUTcbSpJ3AUF.lazyload, #Io0UBnhBS1GWmciVtKDbRUTcbSpJ3AUF.lazyloading { background-image: none; }
#pxcs3D8ttubFnghTqT87yGKOToLIdFCD { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.6875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:29.74609375rem;left:32.875rem;display:block; }
#hbSD2TOpsDa50Xw3ALiSKsgTgXv5V8DN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GVxhtwc0BkOTqkqLQ8TKmXyk9J2Czs6s { background-color:rgba(var(--color-primary-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; }#GVxhtwc0BkOTqkqLQ8TKmXyk9J2Czs6s > .row .container { background-color: transparent; background-image: none; }#GVxhtwc0BkOTqkqLQ8TKmXyk9J2Czs6s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GVxhtwc0BkOTqkqLQ8TKmXyk9J2Czs6s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GVxhtwc0BkOTqkqLQ8TKmXyk9J2Czs6s > .row .container > .video-iframe-container { display: none; }#GVxhtwc0BkOTqkqLQ8TKmXyk9J2Czs6s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GVxhtwc0BkOTqkqLQ8TKmXyk9J2Czs6s > .row > .video-iframe-container { display: none; }#GVxhtwc0BkOTqkqLQ8TKmXyk9J2Czs6s > .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); }#GVxhtwc0BkOTqkqLQ8TKmXyk9J2Czs6s > .row .container { border-width: 0; border-radius: 0; }#GVxhtwc0BkOTqkqLQ8TKmXyk9J2Czs6s > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#GVxhtwc0BkOTqkqLQ8TKmXyk9J2Czs6s > .row .container { font-size:0.875rem;font-family:arial;height:20.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#wgWMfBVspeTnTMNZp7LL2ZyKeZyNKaSJ { box-sizing:content-box;height:0.625rem;width:0.5rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:42.125rem;left:0rem;border-top-left-radius:12.5rem;border-top-right-radius:0rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:0rem;box-shadow: 0.4375rem 0rem 2rem rgba(var(--color-secondary-4),1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#LpdhTfzrvg7VXhNXQvtF6hiIgxpuH8zA { box-sizing:content-box;height:0.625rem;width:31.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.15);background-image:none;top:42.125rem;left:0rem;border-top-right-radius:12.5rem;border-bottom-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-top-left-radius:12.5rem;display:none; }
#McOcnb1hIOk8ykxeBIvcCKJhuXNfllZI { box-sizing:content-box;height:6.4375rem;width:12.0625rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5f32c1c6-8bc0-4c06-b3d2-1aa0d0eb6371/positivargbmarca6994eab9529e6.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:3.28125rem;left:26rem;display:block; }#McOcnb1hIOk8ykxeBIvcCKJhuXNfllZI.adaptive-delivery-prevent-bg, #McOcnb1hIOk8ykxeBIvcCKJhuXNfllZI.lazyload, #McOcnb1hIOk8ykxeBIvcCKJhuXNfllZI.lazyloading { background-image: none; }
#vwdox1MNpXXgH4nZvXNpPp83Ze6FZNgU { box-sizing:content-box;height:3.625rem;width:8.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ebb89c08-6375-4c2a-aac0-289697b34ba3/image22.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:4.6875rem;left:40.625rem;display:block; }#vwdox1MNpXXgH4nZvXNpPp83Ze6FZNgU.adaptive-delivery-prevent-bg, #vwdox1MNpXXgH4nZvXNpPp83Ze6FZNgU.lazyload, #vwdox1MNpXXgH4nZvXNpPp83Ze6FZNgU.lazyloading { background-image: none; }
#irpGlZysKZ6BhEdoH0XIDze8xneQk2sP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),0.6);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#irpGlZysKZ6BhEdoH0XIDze8xneQk2sP > .row .container { background-color: transparent; background-image: none; }#irpGlZysKZ6BhEdoH0XIDze8xneQk2sP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#irpGlZysKZ6BhEdoH0XIDze8xneQk2sP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#irpGlZysKZ6BhEdoH0XIDze8xneQk2sP > .row .container > .video-iframe-container { display: none; }#irpGlZysKZ6BhEdoH0XIDze8xneQk2sP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#irpGlZysKZ6BhEdoH0XIDze8xneQk2sP > .row > .video-iframe-container { display: none; }#irpGlZysKZ6BhEdoH0XIDze8xneQk2sP > .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); }#irpGlZysKZ6BhEdoH0XIDze8xneQk2sP > .row .container { border-width: 0; border-radius: 0; }#irpGlZysKZ6BhEdoH0XIDze8xneQk2sP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#irpGlZysKZ6BhEdoH0XIDze8xneQk2sP > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:block; }#hI1x6PmST6O3Z8pKVHKyaMctEWmT48Wq { color:rgba(var(--color-tertiary-4),1);display:block;width:41.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:1.48046875rem;left:17.5625rem;height:1.7246125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TTkIq6aN0mb1EzKGIHXG53TkTiJosxop { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.625rem;height:2.875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.875rem;left:60.375rem;display:block; }
#TfzTLOwa0Z0emCzp4UtAdmaVQJB0dqMT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NdpeE6GGtD2ViSNMRrZyaAu5c0p9VPtX { display:block; }#NdpeE6GGtD2ViSNMRrZyaAu5c0p9VPtX > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MaWhp8E9mBAurrFQoHV3gZXU6RWkL1gd { width:31.3125rem;height:4.375rem;top:26.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJsHxL2ZTmb3pCLXBNy5LU5MD6t1Z8oJ { width:0.5rem;height:0.625rem;top:42.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NyXFXvBbT50PS4INgANKaT4nDEhTIELF { width:31.25rem;height:0.625rem;top:42.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sS3F4Vg32It48LR5VRTstQH4kN9TOS6E { width:38.9375rem;height:10.125rem;top:14.4375rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ai0nM9LcTHTThx5HA1JBU8M9DqVmkwrk { width:17.5rem;height:7.1875rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgdtyDP25xMTpbHuuIw3BdchKHwGRdoU { width:14.1875rem;height:3.5625rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc7vqui4l1V03kX3CGvDFRfrQvETanUk { width:30.75rem;height:32.8125rem;top:1.75rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipMzZrkUlpHL3geTA3txZpKcWLm5Veaq { width:0.0625rem;height:7.5rem;top:0rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3T60UGW8k9BJ6Tfh59LaAVGKscUoFWm { display:none; }#l3T60UGW8k9BJ6Tfh59LaAVGKscUoFWm > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #og3LfaF1CW7TnfkZD4Tza5TsZ2pR8Iam { display:block; }#og3LfaF1CW7TnfkZD4Tza5TsZ2pR8Iam > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lDNx8fc0JQmD9M35estEvpLA34NrXu2h { width:1.5625rem;height:1.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVb6hmFEZg3GdieWk1rzVn8QpW4E1HFt { width:8.0625rem;height:2.75rem;top:2.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDpEUay6c8l4IuTz1TngCAMQRUyTysHm { width:4.75rem;height:2.75rem;top:2.5625rem;left:2.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWQLrdmxKQXSHh3ibBRPSM8L1gPyeu7y { width:1.5625rem;height:1.5625rem;top:0rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOQJ4UPBh27MQBBhtMHHQBXdAnLDNEfS { width:9.6875rem;height:4.125rem;top:2.5625rem;left:15.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGp7rraKt92dkoqpakyHHme4PTCLQDgN { width:1.5625rem;height:1.5625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkoxpi88qkttkve1Eq6JgTFOuRlJOK34 { width:8rem;height:4.125rem;top:2.5625rem;left:34.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUTxrFUJpnPceuB07x4wzPHHuFoXDxBn { width:1.875rem;height:1.875rem;top:0rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlJAEXTr9zp9FTohOrz8VnTI1HPsPVq6 { width:1.5625rem;height:1.5625rem;top:0rem;left:46.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BO09ZfTQHXbv216bxOX38vDEayXT7bKb { width:10.3125rem;height:4.125rem;top:2.5625rem;left:37.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1E79kkydlwNdbTASdbT4T9JZbBPIuNT { display:block; }#w1E79kkydlwNdbTASdbT4T9JZbBPIuNT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h3U3Ens6HoRkZyNsR1RNGHJ84b8EJTZo { width:33.0625rem;height:6.25rem;top:16.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeJJOGcTxgP1S5QyBIS3GTvrhs1veuer { width:0.5rem;height:0.625rem;top:42.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #k6Vx2rIr9xFW6TazTq9LJ9QLWi32oNkK { width:31.25rem;height:0.625rem;top:42.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SSXlOVp2D1ZDnX9u7MZAAJd7QMwwF7Fv { width:32.375rem;height:7.625rem;top:6.0625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIcSWpfRUqAoH2i5bEer7yatwHfnZADn { width:16.5625rem;height:3.125rem;top:19.3125rem;left:26.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdSAwJWJXP6kzRllVPF5x8zNcHDzBya1 { width:32.625rem;height:6.25rem;top:9.1875rem;left:15.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oElEqU1iVcABTMtyx2Kdck6F3X1hzUgX { width:26.75rem;height:1.3125rem;top:7.4375rem;left:21rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKT778omU2VCv0J20QvN5mueRJuVCH8T { width:35.9375rem;height:10.875rem;top:6.0625rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6vHFULMZCImtU4nDyOFZWzQ489FOJSb { width:15.8125rem;height:4.6875rem;top:18.5rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxaZ5kiTyHZ3xo1Ce6HJ8gFarRVZw32S { display:block; }
 }@media only screen and (max-width: 763px) { #TVJFZbndgSWGVgWSceHPq0rqNuVidTTr { width:2.25rem;height:2.25rem;top:19.75rem;left:45.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3SuSmOGhyH6WaXcDrO1Sdggmys8dsTm { display:none; }#S3SuSmOGhyH6WaXcDrO1Sdggmys8dsTm > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZeppxIJ2BuNodxghG4BUQGg0kBGNtuav { width:33.0625rem;height:6.25rem;top:14.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpRp67nd0h2VXa5ZlHUOyQUeg2aS9WT4 { width:0.5rem;height:0.625rem;top:42.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wNMtx1y3lRwFXnyP8qHnz3cK85TK82Wb { width:31.25rem;height:0.625rem;top:42.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #daW7tOcfpE4H1enfUyUCFFfnJEMJ2UXl { width:32.375rem;height:6.9375rem;top:6.0625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ .widget-regular-label { width:26.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ .widget-input-text { width:26.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ .widget-textarea { width:26.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ .widget-input-select { width:26.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ .widget-input-button { width:26.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ .widget-checkbox-label { width:25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ  { width:26.1875rem;height:auto;top:10.8125rem;left:19.0625rem; }
#TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ .radio-container { width:26.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ {display:block;}#TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ { width:26.1875rem;height:auto;top:10.8125rem;left:19.0625rem; }
 }@media only screen and (max-width: 763px) { #TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ #bK76U4RSvW7X8GvLzJOxOTRWq7iP6LUH {  }
 }@media only screen and (max-width: 763px) { #TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ #yCEgngtUK7u9vqulCdNb7JWPw5b2oths {  }
 }@media only screen and (max-width: 763px) { #TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ #nNuxZEafdylddn5r4r1TFe0nzdkdaJeQ {  }
 }@media only screen and (max-width: 763px) { #TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ #R9r2NNwLk8V5THzyPSgGqBTftpTaeIS4 {  }
 }@media only screen and (max-width: 763px) { #TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ #wTdcpyFLhW2IbshgNclyIDS8rydiD4Rh {  }
 }@media only screen and (max-width: 763px) { #TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ #PVnL2AAM9hDMirQBJ1U3WK9Q3KSPsLqy {  }
 }@media only screen and (max-width: 763px) { #TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ #PrBpEmXdO97tI24VU45DJIIO1Fmx3QgP {  }
 }@media only screen and (max-width: 763px) { #TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ #X4Ov4SZPEH21OnWS6kdmSwCVrllaBuqv {  }
 }@media only screen and (max-width: 763px) { #TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ #JOK96S1HnxZgfsDUedEqKtd5JwZ2XtEc {  }
 }@media only screen and (max-width: 763px) { #TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ #J5paIaPBiMG3AVlLBgAucFmJig8qxwgO {  }
 }@media only screen and (max-width: 763px) { #TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ #o8XhD7uLui2gAQidNeFQ9pPzWfySOqIe {  }
 }@media only screen and (max-width: 763px) { #TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ #RLcw9K8J18EdpPoDLK5xTl4MkcL4L4AC {  }
 }@media only screen and (max-width: 763px) { #TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ #PWqez9lQeCKUBFGBinXDFvlnrDv8QADT {  }
 }@media only screen and (max-width: 763px) { #TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ #gUPqlisyA1WnXJh8kkhHiiJ7FvR5DCZ0 {  }
 }@media only screen and (max-width: 763px) { #TO4A9y8Dl47OTIxwRW59plqpbki7DEsR { width:26.1875rem;height:3.125rem;top:6.3125rem;left:21.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNltppRIIkIC4B6RiOyu9A1qkStk1krW { width:32.625rem;height:6.25rem;top:25.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmfqRJiLZX3vZKBQibFiSAEVrVTGc2sh { width:38.9375rem;height:1.3125rem;top:23.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytnftHxdwvauuGW5lhiiw17Tf6RVwcnI { width:35.9375rem;height:11.25rem;top:22.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzgJuKyS0f2ELVGGC4i89HQEQRGPiQvD { display:block; }#GzgJuKyS0f2ELVGGC4i89HQEQRGPiQvD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dq4lAgXpE9h7sdTduTW9HD5Wn47bzLRw { width:47.75rem;height:7.5rem;top:6.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQMH75n6Ei6TnR5PUtLtDDJltBW972Hh { width:39.1875rem;height:;top:15.1875rem;left:8.5625rem;font-size:0.9375rem;display:block; }#vQMH75n6Ei6TnR5PUtLtDDJltBW972Hh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5f6bbaa22bd05c6a668d2eb17016241b7405aab2.svg); }
 }@media only screen and (max-width: 763px) { #nmsm7ic741slMGFGu4xbMCT6c1l5m5cf { width:17.5rem;height:4.6875rem;top:36.125rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQzFd14R945dITnqETbIobEmCbC35UO1 { display:block; }
 }@media only screen and (max-width: 763px) { #wC6ypqSKPQg41E64PvmhGefeZ2Oa1Ik5 { width:22.0625rem;height:38.4375rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1s87UvD0BhfIc8WFn8i8L0BS63gfc8H { display:none; }#U1s87UvD0BhfIc8WFn8i8L0BS63gfc8H > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #euX9rEWk9IDvk5PCqHsZfAH1WbdR7Md4 { display:block; }#euX9rEWk9IDvk5PCqHsZfAH1WbdR7Md4 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hfy4S7RGeQOuTn3rA9XOQJmxzsIbubgv { width:47.75rem;height:2.4375rem;top:4.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UStrgnTBCLiopn03TNGmrqlITNo4iX8p { width:47.75rem;height:1.5625rem;top:8.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6ManzF7dJS81MPvxkcPBQ3LOimgKWKe { width:8.3125rem;height:4.375rem;top:16.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReTWvRyrIwPrCynAcTkBN0ALeLRlIE3f { width:18.75rem;height:5.25rem;top:22.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5i3cudfMPUFvOndZWpOeQ0POc3Fb7gT { width:3.125rem;height:3.125rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgnNPkhAJWceBrDSPikZM9ig4dKnGcu5 { width:26.5625rem;height:4.375rem;top:16.875rem;left:10.59375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iR7WbnUSAS2gK7VWKqFSROp0n5qHJhP2 { width:19.875rem;height:5.25rem;top:22.1875rem;left:13.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vA2rRxTdtg6WIJ853QAcmUQInVRBqdGL { width:3.125rem;height:3.125rem;top:13.8125rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmLQSuNExpIJ7r8FVJzvTBQs9oxWOTQT { width:16.375rem;height:4.375rem;top:16.875rem;left:31.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvsrUqfMgTIJqQgVeXEc7c74GXev6c9O { width:18.75rem;height:5.25rem;top:22.1875rem;left:29rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8E1USfTHdsmbvh6VyzKxQJAJTvOLOow { width:3.125rem;height:3.125rem;top:13.8125rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO04sS7tMrkHzXoaQw1qMtCgfTpB5pgu { display:none; }#dO04sS7tMrkHzXoaQw1qMtCgfTpB5pgu > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UHBtLIPnGBTgKLnAeymOHw9xQiIsXZIJ { display:block; }#UHBtLIPnGBTgKLnAeymOHw9xQiIsXZIJ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kC1TC5aT5U4oArRI54frhL25LEWnSGdR { width:47.75rem;height:7.875rem;top:6.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #awSJb3Ddd33M4Gfc4LFaaeTbn1B7UVIn { width:47.75rem;height:4.6875rem;top:16.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivZlSm1w89uCucz1KLyPr6mBTZoREiU3 { width:17.5rem;height:4.6875rem;top:23.9375rem;left:12.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBTeOIR2OClagy8VoVLztVCl5QNe0HCL { display:block; }
 }@media only screen and (max-width: 763px) { #anPJkoZvxBCJWL21KV5CRXgMcMubTdBW { display:block; }#anPJkoZvxBCJWL21KV5CRXgMcMubTdBW > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R8KV8flTbHMC3qyTMxgfyaRBs8l2Xzv1 { width:45rem;height:2.25rem;top:5.6875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2s4OLMdN0Tn2KAnSbkCxs6ALcTfZkFC { width:39.375rem;height:14.125rem;top:10.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcpOh2r3MVJ7bqBa8fiBGrT0WrSCpi4f { width:29.375rem;height:27.8125rem;top:3.625rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO0VPbL1G5aUEouEHZcGiereMLX2W48t { display:none; }#TO0VPbL1G5aUEouEHZcGiereMLX2W48t > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #a90dP2cRhMA3AV9auQ941ywOclQgGqoe { display:block; }#a90dP2cRhMA3AV9auQ941ywOclQgGqoe > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M7EA2sA5kKMpHaErTrKRXLdeMIzJdRoH { width:40.6875rem;height:11.25rem;top:5.125rem;left:5.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cC5BbdDwlGgSwvLeJsTGhXmHHAbfgSwZ { width:39.375rem;height:7.8125rem;top:17.875rem;left:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Io0UBnhBS1GWmciVtKDbRUTcbSpJ3AUF { width:29.375rem;height:33.375rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxcs3D8ttubFnghTqT87yGKOToLIdFCD { width:17.5rem;height:4.6875rem;top:29.6875rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbSD2TOpsDa50Xw3ALiSKsgTgXv5V8DN { display:block; }
 }@media only screen and (max-width: 763px) { #GVxhtwc0BkOTqkqLQ8TKmXyk9J2Czs6s { display:block; }#GVxhtwc0BkOTqkqLQ8TKmXyk9J2Czs6s > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wgWMfBVspeTnTMNZp7LL2ZyKeZyNKaSJ { width:0.5rem;height:0.625rem;top:42.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LpdhTfzrvg7VXhNXQvtF6hiIgxpuH8zA { width:31.25rem;height:0.625rem;top:42.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #McOcnb1hIOk8ykxeBIvcCKJhuXNfllZI { width:12.0625rem;height:6.4375rem;top:3.25rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwdox1MNpXXgH4nZvXNpPp83Ze6FZNgU { width:8.375rem;height:3.625rem;top:4.6875rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #irpGlZysKZ6BhEdoH0XIDze8xneQk2sP { display:block; }#irpGlZysKZ6BhEdoH0XIDze8xneQk2sP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hI1x6PmST6O3Z8pKVHKyaMctEWmT48Wq { width:41.6875rem;height:1.6875rem;top:1.4375rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTkIq6aN0mb1EzKGIHXG53TkTiJosxop { width:14.625rem;height:2.875rem;top:0.875rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfzTLOwa0Z0emCzp4UtAdmaVQJB0dqMT { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(var(--color-primary-2),1);background-image:none;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); } }@media only screen and (max-width: 763px) { #NdpeE6GGtD2ViSNMRrZyaAu5c0p9VPtX { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NdpeE6GGtD2ViSNMRrZyaAu5c0p9VPtX > .row .container { background-color: transparent; background-image: none; }#NdpeE6GGtD2ViSNMRrZyaAu5c0p9VPtX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NdpeE6GGtD2ViSNMRrZyaAu5c0p9VPtX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NdpeE6GGtD2ViSNMRrZyaAu5c0p9VPtX > .row .container > .video-iframe-container { display: none; }#NdpeE6GGtD2ViSNMRrZyaAu5c0p9VPtX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NdpeE6GGtD2ViSNMRrZyaAu5c0p9VPtX > .row > .video-iframe-container { display: none; }#NdpeE6GGtD2ViSNMRrZyaAu5c0p9VPtX > .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); }#NdpeE6GGtD2ViSNMRrZyaAu5c0p9VPtX > .row .container { border-width: 0; border-radius: 0; }#NdpeE6GGtD2ViSNMRrZyaAu5c0p9VPtX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NdpeE6GGtD2ViSNMRrZyaAu5c0p9VPtX > .row .container { width:20rem;height:18.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MaWhp8E9mBAurrFQoHV3gZXU6RWkL1gd { width:20rem;height:2.625rem;top:13.9375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mJsHxL2ZTmb3pCLXBNy5LU5MD6t1Z8oJ { width:0.6875rem;height:0.3125rem;top:33.812206268311rem;left:0.62481909990311rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #NyXFXvBbT50PS4INgANKaT4nDEhTIELF { width:18.75rem;height:0.3125rem;top:33.812206268311rem;left:0.62481909990311rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #sS3F4Vg32It48LR5VRTstQH4kN9TOS6E { width:20rem;height:4.38671875rem;top:8.9375rem;left:0rem;font-size:2.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ai0nM9LcTHTThx5HA1JBU8M9DqVmkwrk { width:8.6875rem;height:4.5625rem;top:0.78125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgdtyDP25xMTpbHuuIw3BdchKHwGRdoU { width:5.9375rem;height:2.3125rem;top:1.6875rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc7vqui4l1V03kX3CGvDFRfrQvETanUk { width:20rem;height:32.8125rem;top:1.75rem;left:0rem;background-color:rgba(0,0,0,0.12);background-image:url("https://images.assets-landingi.com/uc/89f4a759-f197-43b6-a9d0-6be2016b20f4/download20250109T021139542.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#bc7vqui4l1V03kX3CGvDFRfrQvETanUk.adaptive-delivery-prevent-bg, #bc7vqui4l1V03kX3CGvDFRfrQvETanUk.lazyload, #bc7vqui4l1V03kX3CGvDFRfrQvETanUk.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ipMzZrkUlpHL3geTA3txZpKcWLm5Veaq { width:0.0625rem;height:7.5rem;top:18.4375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #l3T60UGW8k9BJ6Tfh59LaAVGKscUoFWm { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/74e9b3cd-edaf-4403-b458-f4d801bd705c/download20250807T090031431.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; }#l3T60UGW8k9BJ6Tfh59LaAVGKscUoFWm.adaptive-delivery-prevent-bg, #l3T60UGW8k9BJ6Tfh59LaAVGKscUoFWm.lazyload, #l3T60UGW8k9BJ6Tfh59LaAVGKscUoFWm.lazyloading { background-image: none; }#l3T60UGW8k9BJ6Tfh59LaAVGKscUoFWm > .row .container { background-color: transparent; background-image: none; }#l3T60UGW8k9BJ6Tfh59LaAVGKscUoFWm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3T60UGW8k9BJ6Tfh59LaAVGKscUoFWm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3T60UGW8k9BJ6Tfh59LaAVGKscUoFWm > .row .container > .video-iframe-container { display: none; }#l3T60UGW8k9BJ6Tfh59LaAVGKscUoFWm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3T60UGW8k9BJ6Tfh59LaAVGKscUoFWm > .row > .video-iframe-container { display: none; }#l3T60UGW8k9BJ6Tfh59LaAVGKscUoFWm > .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); }#l3T60UGW8k9BJ6Tfh59LaAVGKscUoFWm > .row .container { border-width: 0; border-radius: 0; }#l3T60UGW8k9BJ6Tfh59LaAVGKscUoFWm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l3T60UGW8k9BJ6Tfh59LaAVGKscUoFWm > .row .container { width:20rem;height:16.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #og3LfaF1CW7TnfkZD4Tza5TsZ2pR8Iam { display:block; }#og3LfaF1CW7TnfkZD4Tza5TsZ2pR8Iam > .row .container { width:20rem;height:24.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lDNx8fc0JQmD9M35estEvpLA34NrXu2h { display:flex;width:1.75rem;height:1.75rem;top:2.5rem;left:0.125rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #GVb6hmFEZg3GdieWk1rzVn8QpW4E1HFt { width:6.4375rem;height:2.0625rem;top:2.5rem;left:2.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SDpEUay6c8l4IuTz1TngCAMQRUyTysHm { width:7.0625rem;height:1.03125rem;top:6.484375rem;left:2.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NWQLrdmxKQXSHh3ibBRPSM8L1gPyeu7y { display:flex;width:2.1875rem;height:2.1875rem;top:5.90625rem;left:0rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #uOQJ4UPBh27MQBBhtMHHQBXdAnLDNEfS { width:12.9375rem;height:2.0625rem;top:10rem;left:2.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZGp7rraKt92dkoqpakyHHme4PTCLQDgN { display:flex;width:2.0625rem;height:2.0625rem;top:10rem;left:0rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #zkoxpi88qkttkve1Eq6JgTFOuRlJOK34 { width:9.8125rem;height:2.0625rem;top:14.6875rem;left:2.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JUTxrFUJpnPceuB07x4wzPHHuFoXDxBn { display:flex;width:3.0625rem;height:3.0625rem;top:14.1875rem;left:-0.5rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #tlJAEXTr9zp9FTohOrz8VnTI1HPsPVq6 { display:flex;width:2.25rem;height:2.25rem;top:19rem;left:0rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #BO09ZfTQHXbv216bxOX38vDEayXT7bKb { width:12.3125rem;height:2.0625rem;top:19.09375rem;left:2.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w1E79kkydlwNdbTASdbT4T9JZbBPIuNT { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#w1E79kkydlwNdbTASdbT4T9JZbBPIuNT > .row .container { background-color: transparent; background-image: none; }#w1E79kkydlwNdbTASdbT4T9JZbBPIuNT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w1E79kkydlwNdbTASdbT4T9JZbBPIuNT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w1E79kkydlwNdbTASdbT4T9JZbBPIuNT > .row .container > .video-iframe-container { display: none; }#w1E79kkydlwNdbTASdbT4T9JZbBPIuNT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w1E79kkydlwNdbTASdbT4T9JZbBPIuNT > .row > .video-iframe-container { display: none; }#w1E79kkydlwNdbTASdbT4T9JZbBPIuNT > .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); }#w1E79kkydlwNdbTASdbT4T9JZbBPIuNT > .row .container { border-width: 0; border-radius: 0; }#w1E79kkydlwNdbTASdbT4T9JZbBPIuNT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w1E79kkydlwNdbTASdbT4T9JZbBPIuNT > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h3U3Ens6HoRkZyNsR1RNGHJ84b8EJTZo { width:20rem;height:7.875rem;top:7.875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oeJJOGcTxgP1S5QyBIS3GTvrhs1veuer { width:0.6875rem;height:0.3125rem;top:33.812206268311rem;left:0.62481909990311rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #k6Vx2rIr9xFW6TazTq9LJ9QLWi32oNkK { width:18.75rem;height:0.3125rem;top:33.812206268311rem;left:0.62481909990311rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #SSXlOVp2D1ZDnX9u7MZAAJd7QMwwF7Fv { width:20rem;height:4.7431625rem;top:2.4375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PIcSWpfRUqAoH2i5bEer7yatwHfnZADn { width:14.6875rem;height:2.44921875rem;top:31.5rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gdSAwJWJXP6kzRllVPF5x8zNcHDzBya1 { width:17.3125rem;height:7.875rem;top:20.4375rem;left:1.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oElEqU1iVcABTMtyx2Kdck6F3X1hzUgX { width:20rem;height:1.1806625rem;top:18.875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DKT778omU2VCv0J20QvN5mueRJuVCH8T { width:20rem;height:12.4375rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6vHFULMZCImtU4nDyOFZWzQ489FOJSb { width:15.8125rem;height:4.6875rem;top:35.5rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxaZ5kiTyHZ3xo1Ce6HJ8gFarRVZw32S { display:block; }
 }@media only screen and (max-width: 763px) { #TVJFZbndgSWGVgWSceHPq0rqNuVidTTr { display:flex;width:2.25rem;height:2.25rem;top:36.75rem;left:3.6875rem; }
 }@media only screen and (max-width: 763px) { #S3SuSmOGhyH6WaXcDrO1Sdggmys8dsTm { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#S3SuSmOGhyH6WaXcDrO1Sdggmys8dsTm > .row .container { border-width: 0; border-radius: 0; }#S3SuSmOGhyH6WaXcDrO1Sdggmys8dsTm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S3SuSmOGhyH6WaXcDrO1Sdggmys8dsTm > .row .container { width:20rem;height:62.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZeppxIJ2BuNodxghG4BUQGg0kBGNtuav { width:20rem;height:7.875rem;top:7.875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bpRp67nd0h2VXa5ZlHUOyQUeg2aS9WT4 { width:0.6875rem;height:0.3125rem;top:33.812206268311rem;left:0.62481909990311rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #wNMtx1y3lRwFXnyP8qHnz3cK85TK82Wb { width:18.75rem;height:0.3125rem;top:33.812206268311rem;left:0.62481909990311rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #daW7tOcfpE4H1enfUyUCFFfnJEMJ2UXl { width:20rem;height:4.3125rem;top:2.4375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.625rem;overflow:hidden;text-align:left;text-align-last:left; }
#TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.0625rem;overflow:hidden; }
#TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto;line-height:1.1; }
#TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0; }
#TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ .widget-container:first-of-type{padding-top:0;}#TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ .widget-container:last-of-type{padding-bottom:0;}#TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ  { width:17.5rem;height:auto;top:40rem;left:0rem; }
#TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ {display:block;}#TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ { width:17.5rem;height:auto;top:40rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ #bK76U4RSvW7X8GvLzJOxOTRWq7iP6LUH {  }
 }@media only screen and (max-width: 763px) { #TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ #yCEgngtUK7u9vqulCdNb7JWPw5b2oths {  }
 }@media only screen and (max-width: 763px) { #TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ #nNuxZEafdylddn5r4r1TFe0nzdkdaJeQ {  }
 }@media only screen and (max-width: 763px) { #TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ #R9r2NNwLk8V5THzyPSgGqBTftpTaeIS4 {  }
 }@media only screen and (max-width: 763px) { #TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ #wTdcpyFLhW2IbshgNclyIDS8rydiD4Rh {  }
 }@media only screen and (max-width: 763px) { #TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ #PVnL2AAM9hDMirQBJ1U3WK9Q3KSPsLqy {  }
 }@media only screen and (max-width: 763px) { #TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ #PrBpEmXdO97tI24VU45DJIIO1Fmx3QgP {  }
 }@media only screen and (max-width: 763px) { #TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ #X4Ov4SZPEH21OnWS6kdmSwCVrllaBuqv {  }
 }@media only screen and (max-width: 763px) { #TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ #JOK96S1HnxZgfsDUedEqKtd5JwZ2XtEc {  }
 }@media only screen and (max-width: 763px) { #TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ #J5paIaPBiMG3AVlLBgAucFmJig8qxwgO {  }
 }@media only screen and (max-width: 763px) { #TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ #o8XhD7uLui2gAQidNeFQ9pPzWfySOqIe {  }
 }@media only screen and (max-width: 763px) { #TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ #RLcw9K8J18EdpPoDLK5xTl4MkcL4L4AC {  }
 }@media only screen and (max-width: 763px) { #TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ #PWqez9lQeCKUBFGBinXDFvlnrDv8QADT {  }
 }@media only screen and (max-width: 763px) { #TKh4iLyqcWtbKxQzxKiUx93vx3im9qeZ #gUPqlisyA1WnXJh8kkhHiiJ7FvR5DCZ0 {  }
 }@media only screen and (max-width: 763px) { #TO4A9y8Dl47OTIxwRW59plqpbki7DEsR { width:18.5rem;height:3.673825rem;top:35.6396484375rem;left:0.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zNltppRIIkIC4B6RiOyu9A1qkStk1krW { width:17.3125rem;height:7.875rem;top:22.25rem;left:1.34375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GmfqRJiLZX3vZKBQibFiSAEVrVTGc2sh { width:20rem;height:1.1806625rem;top:19.9375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ytnftHxdwvauuGW5lhiiw17Tf6RVwcnI { width:20rem;height:14.5rem;top:17.88671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzgJuKyS0f2ELVGGC4i89HQEQRGPiQvD { background-color:transparent;background-image:none;display:block; }#GzgJuKyS0f2ELVGGC4i89HQEQRGPiQvD > .row .container { background-color: transparent; background-image: none; }#GzgJuKyS0f2ELVGGC4i89HQEQRGPiQvD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzgJuKyS0f2ELVGGC4i89HQEQRGPiQvD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzgJuKyS0f2ELVGGC4i89HQEQRGPiQvD > .row .container > .video-iframe-container { display: none; }#GzgJuKyS0f2ELVGGC4i89HQEQRGPiQvD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzgJuKyS0f2ELVGGC4i89HQEQRGPiQvD > .row > .video-iframe-container { display: none; }#GzgJuKyS0f2ELVGGC4i89HQEQRGPiQvD > .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); }#GzgJuKyS0f2ELVGGC4i89HQEQRGPiQvD > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dq4lAgXpE9h7sdTduTW9HD5Wn47bzLRw { width:20rem;height:11.8984375rem;top:2.5rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vQMH75n6Ei6TnR5PUtLtDDJltBW972Hh { width:20rem;height:15.9375rem;top:16.53125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#vQMH75n6Ei6TnR5PUtLtDDJltBW972Hh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5f6bbaa22bd05c6a668d2eb17016241b7405aab2.svg); }
 }@media only screen and (max-width: 763px) { #nmsm7ic741slMGFGu4xbMCT6c1l5m5cf { width:17.5rem;height:4.6875rem;top:35.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQzFd14R945dITnqETbIobEmCbC35UO1 { display:block; }
 }@media only screen and (max-width: 763px) { #wC6ypqSKPQg41E64PvmhGefeZ2Oa1Ik5 { width:20rem;height:38.4375rem;top:4.1875rem;left:0rem;background-color:rgba(0,0,0,0.12);background-image:url("https://images.assets-landingi.com/uc/89f4a759-f197-43b6-a9d0-6be2016b20f4/download20250109T021139542.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#wC6ypqSKPQg41E64PvmhGefeZ2Oa1Ik5.adaptive-delivery-prevent-bg, #wC6ypqSKPQg41E64PvmhGefeZ2Oa1Ik5.lazyload, #wC6ypqSKPQg41E64PvmhGefeZ2Oa1Ik5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #U1s87UvD0BhfIc8WFn8i8L0BS63gfc8H { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ac54f2f0-d592-4fae-924e-163f1d7de08a/download20250807T091140775.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; }#U1s87UvD0BhfIc8WFn8i8L0BS63gfc8H.adaptive-delivery-prevent-bg, #U1s87UvD0BhfIc8WFn8i8L0BS63gfc8H.lazyload, #U1s87UvD0BhfIc8WFn8i8L0BS63gfc8H.lazyloading { background-image: none; }#U1s87UvD0BhfIc8WFn8i8L0BS63gfc8H > .row .container { background-color: transparent; background-image: none; }#U1s87UvD0BhfIc8WFn8i8L0BS63gfc8H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1s87UvD0BhfIc8WFn8i8L0BS63gfc8H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1s87UvD0BhfIc8WFn8i8L0BS63gfc8H > .row .container > .video-iframe-container { display: none; }#U1s87UvD0BhfIc8WFn8i8L0BS63gfc8H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1s87UvD0BhfIc8WFn8i8L0BS63gfc8H > .row > .video-iframe-container { display: none; }#U1s87UvD0BhfIc8WFn8i8L0BS63gfc8H > .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); }#U1s87UvD0BhfIc8WFn8i8L0BS63gfc8H > .row .container { border-width: 0; border-radius: 0; }#U1s87UvD0BhfIc8WFn8i8L0BS63gfc8H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U1s87UvD0BhfIc8WFn8i8L0BS63gfc8H > .row .container { width:20rem;height:18rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #euX9rEWk9IDvk5PCqHsZfAH1WbdR7Md4 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }#euX9rEWk9IDvk5PCqHsZfAH1WbdR7Md4 > .row .container { background-color: transparent; background-image: none; }#euX9rEWk9IDvk5PCqHsZfAH1WbdR7Md4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euX9rEWk9IDvk5PCqHsZfAH1WbdR7Md4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euX9rEWk9IDvk5PCqHsZfAH1WbdR7Md4 > .row .container > .video-iframe-container { display: none; }#euX9rEWk9IDvk5PCqHsZfAH1WbdR7Md4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euX9rEWk9IDvk5PCqHsZfAH1WbdR7Md4 > .row > .video-iframe-container { display: none; }#euX9rEWk9IDvk5PCqHsZfAH1WbdR7Md4 > .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); }#euX9rEWk9IDvk5PCqHsZfAH1WbdR7Md4 > .row .container { width:20rem;height:63.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hfy4S7RGeQOuTn3rA9XOQJmxzsIbubgv { width:20rem;height:4.125rem;top:4.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #UStrgnTBCLiopn03TNGmrqlITNo4iX8p { width:17.6875rem;height:3.9375rem;top:9.3740234375rem;left:1.15625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D6ManzF7dJS81MPvxkcPBQ3LOimgKWKe { width:16.375rem;height:1.5625rem;top:20.375rem;left:1.8125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ReTWvRyrIwPrCynAcTkBN0ALeLRlIE3f { width:20rem;height:5.25rem;top:22.4375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g5i3cudfMPUFvOndZWpOeQ0POc3Fb7gT { display:flex;width:3.125rem;height:3.125rem;top:17.3125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #pgnNPkhAJWceBrDSPikZM9ig4dKnGcu5 { width:20rem;height:3.125rem;top:33.625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iR7WbnUSAS2gK7VWKqFSROp0n5qHJhP2 { width:20rem;height:5.25rem;top:37.625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vA2rRxTdtg6WIJ853QAcmUQInVRBqdGL { display:flex;width:3.125rem;height:3.125rem;top:30.8125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #hmLQSuNExpIJ7r8FVJzvTBQs9oxWOTQT { width:16.375rem;height:3.125rem;top:49.6875rem;left:1.8125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gvsrUqfMgTIJqQgVeXEc7c74GXev6c9O { width:20rem;height:3.9375rem;top:53.5rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n8E1USfTHdsmbvh6VyzKxQJAJTvOLOow { display:flex;width:3.125rem;height:3.125rem;top:46.625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #dO04sS7tMrkHzXoaQw1qMtCgfTpB5pgu { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a18ef38d-3b71-4660-85e7-bc569762e11a/download20250801T141211368.webp");background-position:top 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; }#dO04sS7tMrkHzXoaQw1qMtCgfTpB5pgu.adaptive-delivery-prevent-bg, #dO04sS7tMrkHzXoaQw1qMtCgfTpB5pgu.lazyload, #dO04sS7tMrkHzXoaQw1qMtCgfTpB5pgu.lazyloading { background-image: none; }#dO04sS7tMrkHzXoaQw1qMtCgfTpB5pgu > .row .container { background-color: transparent; background-image: none; }#dO04sS7tMrkHzXoaQw1qMtCgfTpB5pgu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.35); }#dO04sS7tMrkHzXoaQw1qMtCgfTpB5pgu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dO04sS7tMrkHzXoaQw1qMtCgfTpB5pgu > .row .container > .video-iframe-container { display: none; }#dO04sS7tMrkHzXoaQw1qMtCgfTpB5pgu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.35); }#dO04sS7tMrkHzXoaQw1qMtCgfTpB5pgu > .row > .video-iframe-container { display: none; }#dO04sS7tMrkHzXoaQw1qMtCgfTpB5pgu > .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); }#dO04sS7tMrkHzXoaQw1qMtCgfTpB5pgu > .row .container { border-width: 0; border-radius: 0; }#dO04sS7tMrkHzXoaQw1qMtCgfTpB5pgu::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; }#dO04sS7tMrkHzXoaQw1qMtCgfTpB5pgu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dO04sS7tMrkHzXoaQw1qMtCgfTpB5pgu > .row .container { width:20rem;height:11rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UHBtLIPnGBTgKLnAeymOHw9xQiIsXZIJ { background-color:#ffffff;background-image:none;display:block; }#UHBtLIPnGBTgKLnAeymOHw9xQiIsXZIJ > .row .container { background-color: transparent; background-image: none; }#UHBtLIPnGBTgKLnAeymOHw9xQiIsXZIJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHBtLIPnGBTgKLnAeymOHw9xQiIsXZIJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHBtLIPnGBTgKLnAeymOHw9xQiIsXZIJ > .row .container > .video-iframe-container { display: none; }#UHBtLIPnGBTgKLnAeymOHw9xQiIsXZIJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHBtLIPnGBTgKLnAeymOHw9xQiIsXZIJ > .row > .video-iframe-container { display: none; }#UHBtLIPnGBTgKLnAeymOHw9xQiIsXZIJ > .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); }#UHBtLIPnGBTgKLnAeymOHw9xQiIsXZIJ > .row .container { width:20rem;height:36.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kC1TC5aT5U4oArRI54frhL25LEWnSGdR { width:20rem;height:10.411125rem;top:3.5625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #awSJb3Ddd33M4Gfc4LFaaeTbn1B7UVIn { width:20rem;height:7.347625rem;top:15.3125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ivZlSm1w89uCucz1KLyPr6mBTZoREiU3 { width:17.5rem;height:4.6875rem;top:26.0859375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBTeOIR2OClagy8VoVLztVCl5QNe0HCL { display:block; }
 }@media only screen and (max-width: 763px) { #anPJkoZvxBCJWL21KV5CRXgMcMubTdBW { background-color:rgba(var(--color-secondary-2),1);background-image:none;display:block; }#anPJkoZvxBCJWL21KV5CRXgMcMubTdBW > .row .container { background-color: transparent; background-image: none; }#anPJkoZvxBCJWL21KV5CRXgMcMubTdBW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anPJkoZvxBCJWL21KV5CRXgMcMubTdBW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anPJkoZvxBCJWL21KV5CRXgMcMubTdBW > .row .container > .video-iframe-container { display: none; }#anPJkoZvxBCJWL21KV5CRXgMcMubTdBW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anPJkoZvxBCJWL21KV5CRXgMcMubTdBW > .row > .video-iframe-container { display: none; }#anPJkoZvxBCJWL21KV5CRXgMcMubTdBW > .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); }#anPJkoZvxBCJWL21KV5CRXgMcMubTdBW > .row .container { width:20rem;height:31.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R8KV8flTbHMC3qyTMxgfyaRBs8l2Xzv1 { width:20rem;height:4.048825rem;top:3.5625rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l2s4OLMdN0Tn2KAnSbkCxs6ALcTfZkFC { width:20rem;height:15.919925rem;top:9.75rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IcpOh2r3MVJ7bqBa8fiBGrT0WrSCpi4f { width:20rem;height:27.8125rem;top:3.625rem;left:0rem;background-color:rgba(0,0,0,0.12);background-image:url("https://images.assets-landingi.com/uc/89f4a759-f197-43b6-a9d0-6be2016b20f4/download20250109T021139542.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#IcpOh2r3MVJ7bqBa8fiBGrT0WrSCpi4f.adaptive-delivery-prevent-bg, #IcpOh2r3MVJ7bqBa8fiBGrT0WrSCpi4f.lazyload, #IcpOh2r3MVJ7bqBa8fiBGrT0WrSCpi4f.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TO0VPbL1G5aUEouEHZcGiereMLX2W48t { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e7c3e73b-72a7-4e9e-bfa8-e12f8c416942/imagefx20250801t140936997688cf4e35de11.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; }#TO0VPbL1G5aUEouEHZcGiereMLX2W48t.adaptive-delivery-prevent-bg, #TO0VPbL1G5aUEouEHZcGiereMLX2W48t.lazyload, #TO0VPbL1G5aUEouEHZcGiereMLX2W48t.lazyloading { background-image: none; }#TO0VPbL1G5aUEouEHZcGiereMLX2W48t > .row .container { background-color: transparent; background-image: none; }#TO0VPbL1G5aUEouEHZcGiereMLX2W48t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TO0VPbL1G5aUEouEHZcGiereMLX2W48t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TO0VPbL1G5aUEouEHZcGiereMLX2W48t > .row .container > .video-iframe-container { display: none; }#TO0VPbL1G5aUEouEHZcGiereMLX2W48t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TO0VPbL1G5aUEouEHZcGiereMLX2W48t > .row > .video-iframe-container { display: none; }#TO0VPbL1G5aUEouEHZcGiereMLX2W48t > .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); }#TO0VPbL1G5aUEouEHZcGiereMLX2W48t > .row .container { border-width: 0; border-radius: 0; }#TO0VPbL1G5aUEouEHZcGiereMLX2W48t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TO0VPbL1G5aUEouEHZcGiereMLX2W48t > .row .container { width:20rem;height:24.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a90dP2cRhMA3AV9auQ941ywOclQgGqoe { background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }#a90dP2cRhMA3AV9auQ941ywOclQgGqoe > .row .container { background-color: transparent; background-image: none; }#a90dP2cRhMA3AV9auQ941ywOclQgGqoe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a90dP2cRhMA3AV9auQ941ywOclQgGqoe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a90dP2cRhMA3AV9auQ941ywOclQgGqoe > .row .container > .video-iframe-container { display: none; }#a90dP2cRhMA3AV9auQ941ywOclQgGqoe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a90dP2cRhMA3AV9auQ941ywOclQgGqoe > .row > .video-iframe-container { display: none; }#a90dP2cRhMA3AV9auQ941ywOclQgGqoe > .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); }#a90dP2cRhMA3AV9auQ941ywOclQgGqoe > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M7EA2sA5kKMpHaErTrKRXLdeMIzJdRoH { width:20rem;height:15.9375rem;top:3.1875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cC5BbdDwlGgSwvLeJsTGhXmHHAbfgSwZ { width:20rem;height:8.572275rem;top:20.5rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Io0UBnhBS1GWmciVtKDbRUTcbSpJ3AUF { width:20rem;height:33.375rem;top:3rem;left:0rem;background-color:rgba(0,0,0,0.12);background-image:url("https://images.assets-landingi.com/uc/89f4a759-f197-43b6-a9d0-6be2016b20f4/download20250109T021139542.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#Io0UBnhBS1GWmciVtKDbRUTcbSpJ3AUF.adaptive-delivery-prevent-bg, #Io0UBnhBS1GWmciVtKDbRUTcbSpJ3AUF.lazyload, #Io0UBnhBS1GWmciVtKDbRUTcbSpJ3AUF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #pxcs3D8ttubFnghTqT87yGKOToLIdFCD { width:17.5rem;height:4.6875rem;top:32.3837890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbSD2TOpsDa50Xw3ALiSKsgTgXv5V8DN { display:block; }
 }@media only screen and (max-width: 763px) { #GVxhtwc0BkOTqkqLQ8TKmXyk9J2Czs6s { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GVxhtwc0BkOTqkqLQ8TKmXyk9J2Czs6s > .row .container { background-color: transparent; background-image: none; }#GVxhtwc0BkOTqkqLQ8TKmXyk9J2Czs6s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GVxhtwc0BkOTqkqLQ8TKmXyk9J2Czs6s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GVxhtwc0BkOTqkqLQ8TKmXyk9J2Czs6s > .row .container > .video-iframe-container { display: none; }#GVxhtwc0BkOTqkqLQ8TKmXyk9J2Czs6s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GVxhtwc0BkOTqkqLQ8TKmXyk9J2Czs6s > .row > .video-iframe-container { display: none; }#GVxhtwc0BkOTqkqLQ8TKmXyk9J2Czs6s > .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); }#GVxhtwc0BkOTqkqLQ8TKmXyk9J2Czs6s > .row .container { border-width: 0; border-radius: 0; }#GVxhtwc0BkOTqkqLQ8TKmXyk9J2Czs6s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GVxhtwc0BkOTqkqLQ8TKmXyk9J2Czs6s > .row .container { width:20rem;height:15.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wgWMfBVspeTnTMNZp7LL2ZyKeZyNKaSJ { width:0.6875rem;height:0.3125rem;top:33.812206268311rem;left:0.62481909990311rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #LpdhTfzrvg7VXhNXQvtF6hiIgxpuH8zA { width:18.75rem;height:0.3125rem;top:33.812206268311rem;left:0.62481909990311rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #McOcnb1hIOk8ykxeBIvcCKJhuXNfllZI { width:12.875rem;height:5.3125rem;top:2.84375rem;left:-1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwdox1MNpXXgH4nZvXNpPp83Ze6FZNgU { width:6.9375rem;height:2.9375rem;top:3.8125rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #irpGlZysKZ6BhEdoH0XIDze8xneQk2sP { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#irpGlZysKZ6BhEdoH0XIDze8xneQk2sP > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hI1x6PmST6O3Z8pKVHKyaMctEWmT48Wq { width:9.6875rem;height:1.19921875rem;top:0.8564453125rem;left:0rem;font-size:1rem;text-align:right;text-align-last:right;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #TTkIq6aN0mb1EzKGIHXG53TkTiJosxop { width:10.0625rem;height:2.3125rem;top:0.2998046875rem;left:9.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfzTLOwa0Z0emCzp4UtAdmaVQJB0dqMT { display:block; }
 }