.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#ffffff;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); }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7593e46e-4574-4d63-a7d1-9b333a6b3a3e/luma20201668c061677b7a4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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; }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq.adaptive-delivery-prevent-bg, #ih6N5yxff7QuCXlyfCETfnIJldS8cXTq.lazyload, #ih6N5yxff7QuCXlyfCETfnIJldS8cXTq.lazyloading { background-image: none; }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row .container { background-color: transparent; background-image: none; }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.68); }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row .container > .video-iframe-container { display: none; }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.68); }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row > .video-iframe-container { display: none; }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .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); }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row .container { border-width: 0; border-radius: 0; }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row .container { font-size:0.875rem;font-family:arial;height:62.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#xrRxBN6PgfkJeaMTPIka7xkfTaNs8T4Q { box-sizing:content-box;height:0.625rem;width:0.5rem;position:absolute;display:block;z-index:15005;background-color:#ed9e00;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 #ed9e00 ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#z6aHENNVfdnzIW6QfbScSai1BZGLVwIc { box-sizing:content-box;height:0.625rem;width:31.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(255,255,255,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; }
#XpaJqbKPozXuM5zsOTd6fk1H9Jq9EqQO { color:#000000;display:block;width:44.125rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:22.5625rem;left:0rem;height:5.25rem;font-style:normal;display:block; }
#X71qcMW69AIpiHyHIBWdcukbJ8G8vT1w { box-sizing:content-box;height:3.375rem;width:14rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/4baa51d9-a6e1-4352-a500-51932b4187d5/download20240916T085354494.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:3.1875rem;left:0rem;display:block; }#X71qcMW69AIpiHyHIBWdcukbJ8G8vT1w.adaptive-delivery-prevent-bg, #X71qcMW69AIpiHyHIBWdcukbJ8G8vT1w.lazyload, #X71qcMW69AIpiHyHIBWdcukbJ8G8vT1w.lazyloading { background-image: none; }
#OiIFUmziAqKJXvrS88TT5t28nzWpJrhH { color:#5a0095;display:block;width:43.625rem;position:absolute;font-family:"barlow condensed";font-size:3.1875rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:12.3125rem;left:0rem;height:9.5625rem;font-style:normal;display:block; }
#TqOkPOe6tdnaVx6IEW9SnX6QTk5luA7u { background-color:#ff0009;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:1.625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:9.1875rem;left:0rem;display:block; }
#JnaWBqGVTfM8n3Rtfl1l4FPreaUFDfCx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cEBlEvmMZ35UFWAgXM4BIJTfbEpZVOaT { box-sizing:content-box;height:4.0625rem;width:4.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/628f3a33-c713-4bfb-88e9-cb96b7ce2bf7/Maressa1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:30.4375rem;left:0rem;box-shadow: 0rem 0rem 1.3125rem rgba(0,0,0,0.5) ;display:block; }#cEBlEvmMZ35UFWAgXM4BIJTfbEpZVOaT.adaptive-delivery-prevent-bg, #cEBlEvmMZ35UFWAgXM4BIJTfbEpZVOaT.lazyload, #cEBlEvmMZ35UFWAgXM4BIJTfbEpZVOaT.lazyloading { background-image: none; }
#dzHcgWpBx1vssTGLezTwyb7thveT6ER2 { color:#000000;display:block;width:12.125rem;position:absolute;font-family:"barlow condensed";font-size:1.25rem;font-weight:300;z-index:15005;line-height:1;letter-spacing:0;top:31.5625rem;left:4.9375rem;height:3.75rem;font-style:normal;display:block; }
#fD1pBp6IigARET6wXEDUP5BZFZVQ017X { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:"work sans";font-size:1.625rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:3.1875rem;left:53.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dfdSEROuKKityCrgVX7i9GGn0WVar312 { color:#ffffff;display:block;width:19.625rem;position:absolute;font-family:"barlow condensed";font-size:3.125rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:32.25rem;left:24.75rem;height:10.3125rem;font-style:normal;display:block; }
#hRNbwi6UkMXPQIdNWwmQfTvVK4ozfcsC { box-sizing:content-box;height:40.375rem;width:26.8125rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:5.8125rem;left:48.1875rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#nz2WJnsF6l37oa0lIT9xRyXtPcu4FpkG { box-sizing:content-box;height:33.125rem;width:30.875rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #5a0095, #840095);background-image: -moz-linear-gradient(180deg, #5a0095, #840095);background-image: -ms-linear-gradient(180deg, #5a0095, #840095);background-image: -o-linear-gradient(180deg, #5a0095, #840095);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a0095', endColorstr='#840095' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a0095', endColorstr='#840095' );";background-image: linear-gradient(180deg, #5a0095, #840095);background-size:auto !important;top:30.71875rem;left:22.21875rem;display:block; }
#vCFK1CC6Q4ngZGM72kkxveEc597fTsQe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5rem;width:5.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:37.40625rem;left:41.46875rem; }
#i3Te0l7ggSJP7UMN7CArOoof95iytyHC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5rem;width:5.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:37.40625rem;left:41.46875rem;display:none; }
#OzVpfauo3qoFqfSHC6CINA25JPVFPUM7 { box-sizing:content-box;height:4.0625rem;width:4.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f3450653-edfb-4044-9fc2-65e2335dc383/MarcosJoca1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:36.625rem;left:0rem;box-shadow: 0rem 0rem 1.3125rem rgba(0,0,0,0.5) ;display:block; }#OzVpfauo3qoFqfSHC6CINA25JPVFPUM7.adaptive-delivery-prevent-bg, #OzVpfauo3qoFqfSHC6CINA25JPVFPUM7.lazyload, #OzVpfauo3qoFqfSHC6CINA25JPVFPUM7.lazyloading { background-image: none; }
#TNa4MNdVZkcHJpxUe8my61DlF3VM12qN { color:#000000;display:block;width:14.25rem;position:absolute;font-family:"barlow condensed";font-size:1.25rem;font-weight:300;z-index:15007;line-height:1;letter-spacing:0;top:37.75rem;left:4.9375rem;height:3.75rem;font-style:normal;display:block; }
#JU3TyqHhclIoRTZSQBpTea0zVTmFlS6z { box-sizing:content-box;height:4.0625rem;width:4.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8198a5c3-2796-4113-81e4-5f2fa4298fcd/Thamyrys1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:42.6875rem;left:0rem;box-shadow: 0rem 0rem 1.3125rem rgba(0,0,0,0.5) ;display:block; }#JU3TyqHhclIoRTZSQBpTea0zVTmFlS6z.adaptive-delivery-prevent-bg, #JU3TyqHhclIoRTZSQBpTea0zVTmFlS6z.lazyload, #JU3TyqHhclIoRTZSQBpTea0zVTmFlS6z.lazyloading { background-image: none; }
#ptfFzpIepVNGGGf9vOMSXko6fBTsy12s { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"barlow condensed";font-size:1.25rem;font-weight:300;z-index:15009;line-height:1;letter-spacing:0;top:43.8125rem;left:4.9375rem;height:3.75rem;font-style:normal;display:block; }
#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud .widget-form-header {  }
#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud .widget-regular-label { height:auto;display:block;font-family:"barlow condensed";font-size:1.125rem;font-weight:400;color:#5a0095;width:22.6875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden;line-height:.7; }
#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.6875rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.6875rem;overflow:hidden;font-family:"work sans";line-height:1.3; }
#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud .widget-input-text {padding-top: 0; padding-bottom: 0;}#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.6875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.6875rem;overflow:hidden;font-family:"work sans";line-height:1.3; }
#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.6875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"work sans";font-size:0.875rem;overflow:hidden; }
#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud .widget-input-select {padding-top: 0; padding-bottom: 0;}#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud .widget-input-button { border-top-left-radius:284.6875rem;border-top-right-radius:284.6875rem;border-bottom-left-radius:284.6875rem;border-bottom-right-radius:284.6875rem;background-color:#62fa45;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0rem solid #5d92ff;border-left:0rem solid #5d92ff;border-right:0rem solid #5d92ff;border-bottom:0.3125rem solid rgba(27,7,44,0.43);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.125rem;font-weight:bold;color:#000000;width:22.6875rem;height:3.4375rem;font-family:"work sans";overflow:hidden; }
#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud [class*="-text"]:-moz-placeholder { color:#5a0095;font-family:"work sans";font-size:0.875rem; }
#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud [class*="-text"]::-moz-placeholder { color:#5a0095;font-family:"work sans";font-size:0.875rem; }
#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud [class*="-text"]:-ms-input-placeholder { color:#5a0095;font-family:"work sans";font-size:0.875rem; }
#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud [class*="-text"]::-webkit-input-placeholder { color:#5a0095;font-family:"work sans";font-size:0.875rem; }
#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud .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:"work sans";line-height:1.3;font-size:0.8125rem;font-weight:300;color:#5a0095;vertical-align:top;width:21.25rem;overflow:hidden;font-style:normal; }
#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud .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; }
#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud .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; }
#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud .widget-container { padding-top:0.6875rem;padding-right:0;padding-bottom:0.6875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud .widget-container:first-of-type{padding-top:0;}#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud .widget-container:last-of-type{padding-bottom:0;}#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.7265625rem;left:49rem; }
#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.6875rem; }
#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud .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; }
#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud {display:block;}#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.7265625rem;left:49rem; }
#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #EB5ftdQal67HmCDPldMI6vDfL2XI5GG9 { position:relative; }
#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #dmJ8Bf6VeCxa6W5F9c1tXyRiJ9cNQ5gr { position:relative;display:block; }
#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #KdQ049lFS30rLeyHf6V2ySZB9O6C15xo { position:relative; }
#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #PQB7bNtaMMId2kipqHw4TgmWvfCvJZGg { position:relative; }
#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #oWWz8qi34nUL7mCEwiT19G3T68Qxtoc8 { position:relative;display:block; }
#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #rr7ykTkg7VZSxrhsQNTTa5y4i9CJReI2 { position:relative; }
#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #wxKCSSUqqHGAKEiUIRMzUVQNrAJwMQzU { position:relative; }
#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #fIs2awH2SJtP1nHcDsGsq6fIpD0lQFKA { position:relative;display:block; }
#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #izQAuAnKMMM5LhzezJWdR99odme3oFEK { position:relative; }
#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #rFDVD1pvwXgkdQrAm7EushTA1NQna2eT { position:relative; }
#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #bpKdoOgKM52uiyvI3gHBbKTtBqs8JK0v { position:relative;display:block; }
#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #OtRdlkfRAP0eVLubV09IC0JlTyxAWPRI { position:relative; }
#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #pTbW7AqNJlZo4QcWNpueRG4hrQvcULxM { position:relative; }
#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #k3KfGeibLoTMTsyfnper0MNKUORQmXiB { position:relative;display:block; }
#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #xfq51ttPRWvxqy1vvldyvKHqSnSOkZ94 { position:relative; }
#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #IdgofTWq1RdgJlRlpQuJpfwZDHaB4pTR { position:relative; }
#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #y83fAXJpqz7urnDPdxB1TVSL0PZORxAZ { position:relative;z-index:2; }
#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #suhG0tTtHqTvXE5EVEfVyfMhp2TXqCm6 { position:relative; }
#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #FPkSJgloqc9RvBcDktKxBTxw9rasc1oT { position:relative; }
#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #O6LX7vTFK2o4Z8iPMT5zKvTZc1o6OJQv { position:relative;z-index:2; }
#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #ylZM232JQgpasrTgrZL86MhGsuOuuWwf { position:relative; }
#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #zf8O5ZmJKCtPnV9C0OVecNmgZ3n4C0Wu { position:relative; }
#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #aFMyNtxeRAcrRLP07VfcOqCfM9ayK2gB { position:relative; }
#kpzccM7xgISXUC7txM8dIfXibI1MxdnC { background-color:#5a0095;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:1.625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:9.1875rem;left:9.5625rem;display:block; }
#yo0WcaTtdDnxMZ38maeQTtqk0KrlTx8H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mOuHK12xo4nCpR8SJgCb0zVdXXgFDU81 { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:"barlow condensed";font-size:1.25rem;font-weight:300;z-index:15013;line-height:1;letter-spacing:0;top:55.8125rem;left:4.9375rem;height:1.25rem;font-style:normal;display:block; }
#xOwI2h6i8QB18Uk4xGiFcyXR1yQPfZzP { box-sizing:content-box;height:4.0625rem;width:4.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1c5da00f-66a2-477e-a6d7-67434d3655dd/pexelsnadezhdamoryak6063609681cfca3d4e9c.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:54.6875rem;left:0rem;box-shadow: 0rem 0rem 1.3125rem rgba(0,0,0,0.5) ;display:block; }#xOwI2h6i8QB18Uk4xGiFcyXR1yQPfZzP.adaptive-delivery-prevent-bg, #xOwI2h6i8QB18Uk4xGiFcyXR1yQPfZzP.lazyload, #xOwI2h6i8QB18Uk4xGiFcyXR1yQPfZzP.lazyloading { background-image: none; }
#za1bHh8BGoEiUxRHtMTKyyaHXK46d1Ge { box-sizing:content-box;height:4.0625rem;width:4.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/584f6507-bc33-4464-8480-fedafc9de674/CaetanoGouveia2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:48.625rem;left:0rem;box-shadow: 0rem 0rem 1.3125rem rgba(0,0,0,0.5) ;display:block; }#za1bHh8BGoEiUxRHtMTKyyaHXK46d1Ge.adaptive-delivery-prevent-bg, #za1bHh8BGoEiUxRHtMTKyyaHXK46d1Ge.lazyload, #za1bHh8BGoEiUxRHtMTKyyaHXK46d1Ge.lazyloading { background-image: none; }
#R9CpDlHq4TQS1VQwxnOC8sLM5gHwCqhM { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"barlow condensed";font-size:1.25rem;font-weight:300;z-index:15011;line-height:1;letter-spacing:0;top:49.75rem;left:4.9375rem;height:3.75rem;font-style:normal;display:block; }
#mw5WwRK4EE6Ar8qru19wP8kFtbbwlWH3 { color:#840095;display:block;width:12.125rem;position:absolute;font-family:"barlow condensed";font-size:0.8125rem;font-weight:300;z-index:15006;line-height:1;letter-spacing:0;top:30.625rem;left:4.9375rem;height:0.8125rem;font-style:normal;display:block; }
#QB1TV10MOcHQyzrbs0aVXNKpUUPVOpvT { background-color:#62fa45;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4375rem;height:1.625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:42.90625rem;left:24.75rem;display:block; }
#XP3pEhLdfzfVeo2SEWXDJF5JA7wJtN5G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qtdLfTSCUHKl3Iz5qERNoDNq7TALGcI3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5a0095;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qtdLfTSCUHKl3Iz5qERNoDNq7TALGcI3 > .row .container { background-color: transparent; background-image: none; }#qtdLfTSCUHKl3Iz5qERNoDNq7TALGcI3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtdLfTSCUHKl3Iz5qERNoDNq7TALGcI3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtdLfTSCUHKl3Iz5qERNoDNq7TALGcI3 > .row .container > .video-iframe-container { display: none; }#qtdLfTSCUHKl3Iz5qERNoDNq7TALGcI3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtdLfTSCUHKl3Iz5qERNoDNq7TALGcI3 > .row > .video-iframe-container { display: none; }#qtdLfTSCUHKl3Iz5qERNoDNq7TALGcI3 > .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); }#qtdLfTSCUHKl3Iz5qERNoDNq7TALGcI3 > .row .container { border-width: 0; border-radius: 0; }#qtdLfTSCUHKl3Iz5qERNoDNq7TALGcI3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qtdLfTSCUHKl3Iz5qERNoDNq7TALGcI3 > .row .container { font-size:0.875rem;font-family:arial;height:13.25rem;width:75rem;position:relative;display:block; }#v22aRzePp5cUOSOJE5qbJxGIv3mB8n60 { 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:3.9375rem;left:0rem; }
#LZ3IpgbI94nEeBP9bbxRMkGNTnFp6JZg { color:#ffffff;display:block;width:8.0625rem;position:absolute;font-family:"space grotesk";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:6.5rem;left:0rem;height:2.75rem;font-style:normal;display:block; }
#o716DR3HkHDkTGw6iitQvCmKOBNtm7nZ { color:#ffffff;display:block;width:9.5rem;position:absolute;font-family:"space grotesk";font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:6.5rem;left:18.0625rem;height:2.75rem;font-style:normal;display:block; }
#HtTSEg1TXKT3Sxhqa0h8O0VTMEx6UIqX { 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:3.9375rem;left:18.0625rem; }
#vnyuBNCqZ3aooySlpmGOg5PlTGdEVT8R { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:"space grotesk";font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.1;letter-spacing:0;top:6.5rem;left:39.9375rem;height:2.75rem;font-style:normal;display:block; }
#Q4XgQ3IVlToxr7NMcLBSHg7RgG8ftgmT { 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:3.9375rem;left:39.9375rem; }
#oN9V1g1TnFxQAroalFH9txeGaBJ6zveW { color:#ffffff;display:block;width:13.625rem;position:absolute;font-family:"space grotesk";font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.1;letter-spacing:0;top:6.5rem;left:61.375rem;height:2.75rem;font-style:normal;display:block; }
#O2e2dzhXiXHZVe17cqT9EsI1rzdartAt { 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:15013;opacity:1;top:3.9375rem;left:61.375rem; }
#aeK7S9zGhiHnNLsJGOkSHJ8rn9VUFdaO { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b0b3135b-b282-4790-acf8-09e5c80c43e8/chatgptimage15deabrde202510330667fe601b078111.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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; }#aeK7S9zGhiHnNLsJGOkSHJ8rn9VUFdaO.adaptive-delivery-prevent-bg, #aeK7S9zGhiHnNLsJGOkSHJ8rn9VUFdaO.lazyload, #aeK7S9zGhiHnNLsJGOkSHJ8rn9VUFdaO.lazyloading { background-image: none; }#aeK7S9zGhiHnNLsJGOkSHJ8rn9VUFdaO > .row .container { background-color: transparent; background-image: none; }#aeK7S9zGhiHnNLsJGOkSHJ8rn9VUFdaO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(37,0,120,0.63); }#aeK7S9zGhiHnNLsJGOkSHJ8rn9VUFdaO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aeK7S9zGhiHnNLsJGOkSHJ8rn9VUFdaO > .row .container > .video-iframe-container { display: none; }#aeK7S9zGhiHnNLsJGOkSHJ8rn9VUFdaO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(37,0,120,0.63); }#aeK7S9zGhiHnNLsJGOkSHJ8rn9VUFdaO > .row > .video-iframe-container { display: none; }#aeK7S9zGhiHnNLsJGOkSHJ8rn9VUFdaO > .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); }#aeK7S9zGhiHnNLsJGOkSHJ8rn9VUFdaO > .row .container { border-width: 0; border-radius: 0; }#aeK7S9zGhiHnNLsJGOkSHJ8rn9VUFdaO::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#aeK7S9zGhiHnNLsJGOkSHJ8rn9VUFdaO > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#aeK7S9zGhiHnNLsJGOkSHJ8rn9VUFdaO > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;overflow:visible;position:relative;display:block; }#VCnFflcTxBWiGKAeJiLFGMu7Wp5mtttu { box-sizing:content-box;height:0.625rem;width:0.5rem;position:absolute;display:block;z-index:15005;background-color:#ed9e00;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 #ed9e00 ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#rkTgWSDWMbpXUBlxIwnT9oti27Up8BTo { box-sizing:content-box;height:0.625rem;width:31.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(255,255,255,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; }
#ty4Xh7gaWwZcs5zG4CDIGxTWJPo0KeHV { color:#ffffff;display:block;width:36.75rem;position:absolute;font-family:"work sans";font-size:3.125rem;font-weight:300;z-index:15002;line-height:1;letter-spacing:0;top:9.1875rem;left:22.4375rem;height:9.375rem;font-style:normal;display:block; }
#X6o2dKc88mZxiwosD2yqx06uiKUVXEia { color:#ffffff;display:block;width:49.875rem;position:absolute;font-family:"work sans";font-size:1.5625rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:20.21875rem;left:22.4375rem;height:8.75rem;font-style:normal;display:block; }
#D9W52C857tfNucmMCQ1e3bFe4X5G1Pt0 { box-sizing:content-box;height:32.75rem;width:26.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/af2d6c59-4ec4-42a4-9314-80a345492d73/download20250909T144401412.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1rem;left:-5.8125rem;display:block; }#D9W52C857tfNucmMCQ1e3bFe4X5G1Pt0.adaptive-delivery-prevent-bg, #D9W52C857tfNucmMCQ1e3bFe4X5G1Pt0.lazyload, #D9W52C857tfNucmMCQ1e3bFe4X5G1Pt0.lazyloading { background-image: none; }
#HXEunwMNOduhUxsk0qbyOWiIlIQ5m8OJ { 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:none; }#HXEunwMNOduhUxsk0qbyOWiIlIQ5m8OJ > .row .container { border-width: 0; border-radius: 0; }#HXEunwMNOduhUxsk0qbyOWiIlIQ5m8OJ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HXEunwMNOduhUxsk0qbyOWiIlIQ5m8OJ > .row .container { font-size:0.875rem;font-family:arial;height:31.8125rem;width:75rem;overflow:visible;position:relative;display:none; }#gcCrqVrc6c3NHThpmD2iTt2AO07W1zIr { color:#000000;display:block;width:31.8125rem;position:absolute;font-family:"space grotesk";font-size:2.1875rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:6.375rem;left:0rem;height:7.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GmxtqZVkThyXcoxAMLuvIUdXuKwAopwl { box-sizing:content-box;height:31.8125rem;width:60.5625rem;position:absolute;display:block;z-index:15000;background-color:#7300be;background-image:url("https://images.assets-landingi.com/uc/969a1009-a543-47d6-99cf-10d64d04dfb9/sibeline367fe5b05b5e36.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0rem;left:37.5rem;display:block; }#GmxtqZVkThyXcoxAMLuvIUdXuKwAopwl.adaptive-delivery-prevent-bg, #GmxtqZVkThyXcoxAMLuvIUdXuKwAopwl.lazyload, #GmxtqZVkThyXcoxAMLuvIUdXuKwAopwl.lazyloading { background-image: none; }
#CyUuO3lgXXoFNgmT04FiS5MmZV5D9P18 { color:#000000;display:block;width:32.75rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:15.0625rem;left:0rem;height:8.4375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OLpT3gsBcqROzO5mKogV4xmwxtvIzMzW { 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:none; }#OLpT3gsBcqROzO5mKogV4xmwxtvIzMzW > .row .container { border-width: 0; border-radius: 0; }#OLpT3gsBcqROzO5mKogV4xmwxtvIzMzW > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#OLpT3gsBcqROzO5mKogV4xmwxtvIzMzW > .row .container { font-size:0.875rem;font-family:arial;height:31.8125rem;width:75rem;overflow:visible;position:relative;display:none; }#A4tveXCdo7cNoqwShLeqbNUekK9hwtPD { color:#000000;display:block;width:31.8125rem;position:absolute;font-family:"space grotesk";font-size:2.1875rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:5.625rem;left:41.0625rem;height:7.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tLFB21TcrQs8ZGi7xFKrBmxOwGCh2FtL { box-sizing:content-box;height:31.8125rem;width:62.5625rem;position:absolute;display:block;z-index:15000;background-color:#7300be;background-image:url("https://images.assets-landingi.com/uc/0340647d-1b91-4cef-a3f8-e2413e3ce8a5/download20250415T134925533.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0rem;left:-25.0625rem;display:block; }#tLFB21TcrQs8ZGi7xFKrBmxOwGCh2FtL.adaptive-delivery-prevent-bg, #tLFB21TcrQs8ZGi7xFKrBmxOwGCh2FtL.lazyload, #tLFB21TcrQs8ZGi7xFKrBmxOwGCh2FtL.lazyloading { background-image: none; }
#XzA0HhMBQU3KfnIXA0Md0QnSeILNuIFL { color:#000000;display:block;width:30.25rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:14.3125rem;left:41.0625rem;height:8.4375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bnaHtVm8N2IOuwAli9sMu3fdDAAUJeEi { 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:none; }#bnaHtVm8N2IOuwAli9sMu3fdDAAUJeEi > .row .container { border-width: 0; border-radius: 0; }#bnaHtVm8N2IOuwAli9sMu3fdDAAUJeEi > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#bnaHtVm8N2IOuwAli9sMu3fdDAAUJeEi > .row .container { font-size:0.875rem;font-family:arial;height:31.8125rem;width:75rem;overflow:visible;position:relative;display:none; }#ozQJF1HFBD19dyb0r6BgC9mDVda5pDda { color:#000000;display:block;width:31.8125rem;position:absolute;font-family:"space grotesk";font-size:2.1875rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:6.375rem;left:0rem;height:7.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KnQP03B72qFBAasIlbtPmTttsNns5BAP { box-sizing:content-box;height:31.8125rem;width:60.5625rem;position:absolute;display:block;z-index:15000;background-color:#7300be;background-image:url("https://images.assets-landingi.com/uc/b9521b81-22ee-4625-bd2c-c69d4b4197b4/IMG_20240324_1655210031.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0rem;left:37.5rem;display:block; }#KnQP03B72qFBAasIlbtPmTttsNns5BAP.adaptive-delivery-prevent-bg, #KnQP03B72qFBAasIlbtPmTttsNns5BAP.lazyload, #KnQP03B72qFBAasIlbtPmTttsNns5BAP.lazyloading { background-image: none; }
#EvM1QU8meik5DWogrvixyNH7R35QFzqt { color:#000000;display:block;width:32.3125rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:15.0625rem;left:0rem;height:6.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GFouDupoD0sUNMXA31dqw9693ufVOTuO { 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:none; }#GFouDupoD0sUNMXA31dqw9693ufVOTuO > .row .container { border-width: 0; border-radius: 0; }#GFouDupoD0sUNMXA31dqw9693ufVOTuO > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#GFouDupoD0sUNMXA31dqw9693ufVOTuO > .row .container { font-size:0.875rem;font-family:arial;height:31.8125rem;width:75rem;overflow:visible;position:relative;display:none; }#Bmbc81TTk7S1ePa4pP9wnEZTgk293CD1 { color:#000000;display:block;width:31.8125rem;position:absolute;font-family:"space grotesk";font-size:2.1875rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:5.625rem;left:41.0625rem;height:7.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NenEZm9tOBQMxUEbx954rMFTLKmFBLul { box-sizing:content-box;height:31.8125rem;width:62.5625rem;position:absolute;display:block;z-index:15000;background-color:#7300be;background-image:url("https://images.assets-landingi.com/uc/f594379e-5d14-432f-8938-fb61b8037896/IMG_4899.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0rem;left:-25.0625rem;display:block; }#NenEZm9tOBQMxUEbx954rMFTLKmFBLul.adaptive-delivery-prevent-bg, #NenEZm9tOBQMxUEbx954rMFTLKmFBLul.lazyload, #NenEZm9tOBQMxUEbx954rMFTLKmFBLul.lazyloading { background-image: none; }
#xTzfpcg6cAsh2Q4Nq7kQSq44kZh15tgK { color:#000000;display:block;width:30.25rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:14.3125rem;left:41.0625rem;height:6.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BvJyQKJPbCatg0zbz3gXAT8cQR7QL1iB { 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; }#BvJyQKJPbCatg0zbz3gXAT8cQR7QL1iB > .row .container { background-color: transparent; background-image: none; }#BvJyQKJPbCatg0zbz3gXAT8cQR7QL1iB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvJyQKJPbCatg0zbz3gXAT8cQR7QL1iB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvJyQKJPbCatg0zbz3gXAT8cQR7QL1iB > .row .container > .video-iframe-container { display: none; }#BvJyQKJPbCatg0zbz3gXAT8cQR7QL1iB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvJyQKJPbCatg0zbz3gXAT8cQR7QL1iB > .row > .video-iframe-container { display: none; }#BvJyQKJPbCatg0zbz3gXAT8cQR7QL1iB > .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); }#BvJyQKJPbCatg0zbz3gXAT8cQR7QL1iB > .row .container { border-width: 0; border-radius: 0; }#BvJyQKJPbCatg0zbz3gXAT8cQR7QL1iB > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#BvJyQKJPbCatg0zbz3gXAT8cQR7QL1iB > .row .container { font-size:0.875rem;font-family:arial;height:53rem;width:75rem;overflow:visible;position:relative;display:block; }#lQs3koRuw5stepsb2vhKhi9XtvmNg28K { color:#000000;display:block;width:75rem;position:absolute;font-family:"work sans";font-size:2.1875rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:4.46875rem;left:0rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SAGOxXJxIfqC2mb27g5BlmaoF6cBTyUa { position:absolute;display:block;z-index:15003;height:36.9375rem;width:75rem;top:8.5625rem;left:0rem;display:block; }
#UyuWNkUsNabwel58gDvEbFSme5LWCrMk { background-color:#3d0061;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; }#UyuWNkUsNabwel58gDvEbFSme5LWCrMk > .row .container { background-color: transparent; background-image: none; }#UyuWNkUsNabwel58gDvEbFSme5LWCrMk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyuWNkUsNabwel58gDvEbFSme5LWCrMk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyuWNkUsNabwel58gDvEbFSme5LWCrMk > .row .container > .video-iframe-container { display: none; }#UyuWNkUsNabwel58gDvEbFSme5LWCrMk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyuWNkUsNabwel58gDvEbFSme5LWCrMk > .row > .video-iframe-container { display: none; }#UyuWNkUsNabwel58gDvEbFSme5LWCrMk > .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); }#UyuWNkUsNabwel58gDvEbFSme5LWCrMk > .row .container { border-width: 0; border-radius: 0; }#UyuWNkUsNabwel58gDvEbFSme5LWCrMk > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#UyuWNkUsNabwel58gDvEbFSme5LWCrMk > .row .container { font-size:0.875rem;font-family:arial;height:37.75rem;width:75rem;overflow:visible;position:relative;display:block; }#fqmyqRorZftFlUqXKsnNcB8LacT8Hv2n { color:#ffffff;display:block;width:35.1875rem;position:absolute;font-family:"work sans";font-size:2.1875rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:4.375rem;left:39.875rem;height:5.25rem;font-style:normal;display:block; }
#TQSgthg6sbhEJmMKNrBTHSiA9Axivlfb { box-sizing:content-box;height:37.6875rem;width:37.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/836a348f-893a-461a-bb6a-1c5c5a70b171/whatsappimage20250106at083839677f6950c5b35.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TQSgthg6sbhEJmMKNrBTHSiA9Axivlfb.adaptive-delivery-prevent-bg, #TQSgthg6sbhEJmMKNrBTHSiA9Axivlfb.lazyload, #TQSgthg6sbhEJmMKNrBTHSiA9Axivlfb.lazyloading { background-image: none; }
#UpXdZAEySf3uTozJG7xtCyFTOn2LMLn8 { color:#ffffff;display:block;width:33.3125rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:11.4990234375rem;left:39.875rem;height:15rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dOtDIcuJoVe1esMrcXThLtu8X7RdZ5so { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:27.7490234375rem;left:39.875rem;overflow:hidden;display:block; }
#yAzT09TLoXefTSGireX6lHuzyQTaVRMT { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:27.7490234375rem;left:45.875rem;overflow:hidden;display:block; }
#ECurMwKZXtSUnTyAv8QBxv3kIXKlBcJr { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:27.7490234375rem;left:51.9365234375rem;overflow:hidden;display:block; }
#pF9GUkydLJgoyMZw9pJtrM8y7G1bLbvv { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:27.7490234375rem;left:57.9365234375rem;overflow:hidden;display:block; }
#KFcbQtf91mZZA4wUiebksUHP6l1qTmL9 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:27.7490234375rem;left:63.9375rem;overflow:hidden;display:block; }
#zS9GUU6QdV4S2bGTiuRObQK4BvWa9ENo { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:27.7490234375rem;left:69.9990234375rem;overflow:hidden;display:block; }
#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt { background-color:#000000;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; }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row .container { background-color: transparent; background-image: none; }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row .container > .video-iframe-container { display: none; }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row > .video-iframe-container { display: none; }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .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); }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row .container { border-width: 0; border-radius: 0; }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row .container { font-size:0.875rem;font-family:arial;height:30.375rem;width:75rem;overflow:visible;position:relative;display:block; }#G7IJnDwzIXsGPwyEdTTQkL944vBHqZy4 { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:400;z-index:14997;line-height:1.4;letter-spacing:0;top:12.9375rem;left:26.875rem;height:6.9970625rem;font-style:normal;display:block; }
#vPMHg9I3CdbFTFB4K7U2wk1VWeblyt1Z { color:#ffffff;display:block;width:20.25rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:300;z-index:14999;line-height:1.9;letter-spacing:0;top:6.8125rem;left:54.75rem;height:3.798825rem;font-style:normal;display:block; }
#qTiMkQnJS1OP0gNKhEdDFNPIMkDhORgT { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:12.375rem;top:6.8125rem;left:0rem;overflow:hidden;display:block; }
#UlM4vdSy7dlmtEC2hx8qW0RLzxrNrQ3i { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:6.8125rem;left:41.1875rem; }
#UlM4vdSy7dlmtEC2hx8qW0RLzxrNrQ3i > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; }#h13IFt04gm4pWtHPvgndH9Gkc8ZDeLKH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:6.75rem;left:30.625rem; }
#h13IFt04gm4pWtHPvgndH9Gkc8ZDeLKH > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#H51AsoBA1JK0Z5vLmfAicXSPxcJXMMJR { 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:15008;opacity:1;top:6.75rem;left:34.1875rem; }
#H51AsoBA1JK0Z5vLmfAicXSPxcJXMMJR > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#eDUQmCVRMbWmJumRGcaBy3JTbr3Fyv8J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:6.8125rem;left:26.875rem; }
#eDUQmCVRMbWmJumRGcaBy3JTbr3Fyv8J > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }#DbIEPTpDg1rNEnXeEzFtcbTTia5u9Rla { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:6.8125rem;left:37.75rem; }
#DbIEPTpDg1rNEnXeEzFtcbTTia5u9Rla > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ih6N5yxff7QuCXlyfCETfnIJldS8cXTq { display:block; }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xrRxBN6PgfkJeaMTPIka7xkfTaNs8T4Q { width:0.5rem;height:0.625rem;top:42.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #z6aHENNVfdnzIW6QfbScSai1BZGLVwIc { width:31.25rem;height:0.625rem;top:42.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XpaJqbKPozXuM5zsOTd6fk1H9Jq9EqQO { width:44.125rem;height:5.25rem;top:22.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X71qcMW69AIpiHyHIBWdcukbJ8G8vT1w { width:14rem;height:3.375rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiIFUmziAqKJXvrS88TT5t28nzWpJrhH { width:43.625rem;height:9.5625rem;top:12.3125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqOkPOe6tdnaVx6IEW9SnX6QTk5luA7u { width:9rem;height:1.625rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnaWBqGVTfM8n3Rtfl1l4FPreaUFDfCx { display:block; }
 }@media only screen and (max-width: 763px) { #cEBlEvmMZ35UFWAgXM4BIJTfbEpZVOaT { width:4.0625rem;height:4.0625rem;top:30.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzHcgWpBx1vssTGLezTwyb7thveT6ER2 { width:12.125rem;height:3.75rem;top:31.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fD1pBp6IigARET6wXEDUP5BZFZVQ017X { width:16.0625rem;height:1.625rem;top:3.1875rem;left:31.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfdSEROuKKityCrgVX7i9GGn0WVar312 { width:19.625rem;height:10.3125rem;top:32.25rem;left:11.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRNbwi6UkMXPQIdNWwmQfTvVK4ozfcsC { width:26.8125rem;height:40.375rem;top:5.8125rem;left:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nz2WJnsF6l37oa0lIT9xRyXtPcu4FpkG { width:30.875rem;height:33.125rem;top:30.6875rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCFK1CC6Q4ngZGM72kkxveEc597fTsQe { width:5.5rem;height:5.5rem;top:37.375rem;left:27.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3Te0l7ggSJP7UMN7CArOoof95iytyHC { width:5.5rem;height:5.5rem;top:37.375rem;left:27.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OzVpfauo3qoFqfSHC6CINA25JPVFPUM7 { width:4.0625rem;height:4.0625rem;top:36.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNa4MNdVZkcHJpxUe8my61DlF3VM12qN { width:14.25rem;height:3.75rem;top:37.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JU3TyqHhclIoRTZSQBpTea0zVTmFlS6z { width:4.0625rem;height:4.0625rem;top:42.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptfFzpIepVNGGGf9vOMSXko6fBTsy12s { width:13.125rem;height:3.75rem;top:43.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud .widget-regular-label { width:22.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud .widget-input-text { width:22.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud .widget-input-text {padding-top: 0; padding-bottom: 0;}#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud .widget-textarea { width:22.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud .widget-input-select { width:22.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud .widget-input-select {padding-top: 0; padding-bottom: 0;}#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud .widget-input-button { width:22.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud .widget-checkbox-label { width:21.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud  { width:22.6875rem;height:auto;top:5.6875rem;left:22.5625rem; }
#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud .radio-container { width:22.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud {display:block;}#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud { width:22.6875rem;height:auto;top:5.6875rem;left:22.5625rem; }
 }@media only screen and (max-width: 763px) { #UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #EB5ftdQal67HmCDPldMI6vDfL2XI5GG9 {  }
 }@media only screen and (max-width: 763px) { #UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #dmJ8Bf6VeCxa6W5F9c1tXyRiJ9cNQ5gr {  }
 }@media only screen and (max-width: 763px) { #UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #KdQ049lFS30rLeyHf6V2ySZB9O6C15xo {  }
 }@media only screen and (max-width: 763px) { #UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #PQB7bNtaMMId2kipqHw4TgmWvfCvJZGg {  }
 }@media only screen and (max-width: 763px) { #UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #oWWz8qi34nUL7mCEwiT19G3T68Qxtoc8 {  }
 }@media only screen and (max-width: 763px) { #UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #rr7ykTkg7VZSxrhsQNTTa5y4i9CJReI2 {  }
 }@media only screen and (max-width: 763px) { #UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #wxKCSSUqqHGAKEiUIRMzUVQNrAJwMQzU {  }
 }@media only screen and (max-width: 763px) { #UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #fIs2awH2SJtP1nHcDsGsq6fIpD0lQFKA {  }
 }@media only screen and (max-width: 763px) { #UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #izQAuAnKMMM5LhzezJWdR99odme3oFEK {  }
 }@media only screen and (max-width: 763px) { #UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #rFDVD1pvwXgkdQrAm7EushTA1NQna2eT {  }
 }@media only screen and (max-width: 763px) { #UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #bpKdoOgKM52uiyvI3gHBbKTtBqs8JK0v {  }
 }@media only screen and (max-width: 763px) { #UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #OtRdlkfRAP0eVLubV09IC0JlTyxAWPRI {  }
 }@media only screen and (max-width: 763px) { #UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #pTbW7AqNJlZo4QcWNpueRG4hrQvcULxM {  }
 }@media only screen and (max-width: 763px) { #UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #k3KfGeibLoTMTsyfnper0MNKUORQmXiB {  }
 }@media only screen and (max-width: 763px) { #UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #xfq51ttPRWvxqy1vvldyvKHqSnSOkZ94 {  }
 }@media only screen and (max-width: 763px) { #UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #IdgofTWq1RdgJlRlpQuJpfwZDHaB4pTR {  }
 }@media only screen and (max-width: 763px) { #UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #y83fAXJpqz7urnDPdxB1TVSL0PZORxAZ {  }
 }@media only screen and (max-width: 763px) { #UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #suhG0tTtHqTvXE5EVEfVyfMhp2TXqCm6 {  }
 }@media only screen and (max-width: 763px) { #UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #FPkSJgloqc9RvBcDktKxBTxw9rasc1oT {  }
 }@media only screen and (max-width: 763px) { #UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #O6LX7vTFK2o4Z8iPMT5zKvTZc1o6OJQv {  }
 }@media only screen and (max-width: 763px) { #UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #ylZM232JQgpasrTgrZL86MhGsuOuuWwf {  }
 }@media only screen and (max-width: 763px) { #UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #zf8O5ZmJKCtPnV9C0OVecNmgZ3n4C0Wu {  }
 }@media only screen and (max-width: 763px) { #UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #aFMyNtxeRAcrRLP07VfcOqCfM9ayK2gB {  }
 }@media only screen and (max-width: 763px) { #kpzccM7xgISXUC7txM8dIfXibI1MxdnC { width:8.1875rem;height:1.625rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yo0WcaTtdDnxMZ38maeQTtqk0KrlTx8H { display:block; }
 }@media only screen and (max-width: 763px) { #mOuHK12xo4nCpR8SJgCb0zVdXXgFDU81 { width:16.5625rem;height:1.25rem;top:55.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOwI2h6i8QB18Uk4xGiFcyXR1yQPfZzP { width:4.0625rem;height:4.0625rem;top:54.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #za1bHh8BGoEiUxRHtMTKyyaHXK46d1Ge { width:4.0625rem;height:4.0625rem;top:48.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9CpDlHq4TQS1VQwxnOC8sLM5gHwCqhM { width:15.375rem;height:3.75rem;top:49.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mw5WwRK4EE6Ar8qru19wP8kFtbbwlWH3 { width:12.125rem;height:0.8125rem;top:30.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QB1TV10MOcHQyzrbs0aVXNKpUUPVOpvT { width:6.4375rem;height:1.625rem;top:42.875rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XP3pEhLdfzfVeo2SEWXDJF5JA7wJtN5G { display:block; }
 }@media only screen and (max-width: 763px) { #qtdLfTSCUHKl3Iz5qERNoDNq7TALGcI3 { display:block; }#qtdLfTSCUHKl3Iz5qERNoDNq7TALGcI3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v22aRzePp5cUOSOJE5qbJxGIv3mB8n60 { width:1.5625rem;height:1.5625rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZ3IpgbI94nEeBP9bbxRMkGNTnFp6JZg { width:8.0625rem;height:2.75rem;top:6.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o716DR3HkHDkTGw6iitQvCmKOBNtm7nZ { width:9.5rem;height:2.75rem;top:6.5rem;left:4.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtTSEg1TXKT3Sxhqa0h8O0VTMEx6UIqX { width:1.5625rem;height:1.5625rem;top:3.9375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnyuBNCqZ3aooySlpmGOg5PlTGdEVT8R { width:13.25rem;height:2.75rem;top:6.5rem;left:26.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4XgQ3IVlToxr7NMcLBSHg7RgG8ftgmT { width:1.5625rem;height:1.5625rem;top:3.9375rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oN9V1g1TnFxQAroalFH9txeGaBJ6zveW { width:13.625rem;height:2.75rem;top:6.5rem;left:34.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2e2dzhXiXHZVe17cqT9EsI1rzdartAt { width:1.5625rem;height:1.5625rem;top:3.9375rem;left:46.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeK7S9zGhiHnNLsJGOkSHJ8rn9VUFdaO { display:block; }#aeK7S9zGhiHnNLsJGOkSHJ8rn9VUFdaO > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VCnFflcTxBWiGKAeJiLFGMu7Wp5mtttu { width:0.5rem;height:0.625rem;top:42.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rkTgWSDWMbpXUBlxIwnT9oti27Up8BTo { width:31.25rem;height:0.625rem;top:42.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ty4Xh7gaWwZcs5zG4CDIGxTWJPo0KeHV { width:36.75rem;height:9.375rem;top:9.1875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6o2dKc88mZxiwosD2yqx06uiKUVXEia { width:47.75rem;height:8.75rem;top:20.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9W52C857tfNucmMCQ1e3bFe4X5G1Pt0 { width:26.125rem;height:32.75rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXEunwMNOduhUxsk0qbyOWiIlIQ5m8OJ { display:block; }#HXEunwMNOduhUxsk0qbyOWiIlIQ5m8OJ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gcCrqVrc6c3NHThpmD2iTt2AO07W1zIr { width:31.8125rem;height:7.1875rem;top:6.375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmxtqZVkThyXcoxAMLuvIUdXuKwAopwl { width:47.75rem;height:31.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyUuO3lgXXoFNgmT04FiS5MmZV5D9P18 { width:32.75rem;height:10.125rem;top:15.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLpT3gsBcqROzO5mKogV4xmwxtvIzMzW { display:block; }#OLpT3gsBcqROzO5mKogV4xmwxtvIzMzW > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A4tveXCdo7cNoqwShLeqbNUekK9hwtPD { width:31.8125rem;height:7.1875rem;top:5.625rem;left:15.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLFB21TcrQs8ZGi7xFKrBmxOwGCh2FtL { width:47.75rem;height:31.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzA0HhMBQU3KfnIXA0Md0QnSeILNuIFL { width:30.25rem;height:10.125rem;top:14.3125rem;left:17.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnaHtVm8N2IOuwAli9sMu3fdDAAUJeEi { display:block; }#bnaHtVm8N2IOuwAli9sMu3fdDAAUJeEi > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ozQJF1HFBD19dyb0r6BgC9mDVda5pDda { width:31.8125rem;height:7.1875rem;top:6.375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnQP03B72qFBAasIlbtPmTttsNns5BAP { width:47.75rem;height:31.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvM1QU8meik5DWogrvixyNH7R35QFzqt { width:32.3125rem;height:8.4375rem;top:15.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFouDupoD0sUNMXA31dqw9693ufVOTuO { display:block; }#GFouDupoD0sUNMXA31dqw9693ufVOTuO > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bmbc81TTk7S1ePa4pP9wnEZTgk293CD1 { width:31.8125rem;height:7.1875rem;top:5.625rem;left:15.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NenEZm9tOBQMxUEbx954rMFTLKmFBLul { width:47.75rem;height:31.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTzfpcg6cAsh2Q4Nq7kQSq44kZh15tgK { width:30.25rem;height:8.4375rem;top:14.3125rem;left:17.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvJyQKJPbCatg0zbz3gXAT8cQR7QL1iB { display:block; }#BvJyQKJPbCatg0zbz3gXAT8cQR7QL1iB > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lQs3koRuw5stepsb2vhKhi9XtvmNg28K { width:47.75rem;height:2.625rem;top:4.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAGOxXJxIfqC2mb27g5BlmaoF6cBTyUa { width:47.75rem;height:36.9375rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyuWNkUsNabwel58gDvEbFSme5LWCrMk { display:block; }#UyuWNkUsNabwel58gDvEbFSme5LWCrMk > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fqmyqRorZftFlUqXKsnNcB8LacT8Hv2n { width:35.1875rem;height:5.25rem;top:4.375rem;left:12.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQSgthg6sbhEJmMKNrBTHSiA9Axivlfb { width:37.375rem;height:37.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpXdZAEySf3uTozJG7xtCyFTOn2LMLn8 { width:33.25rem;height:15rem;top:11.4375rem;left:14.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOtDIcuJoVe1esMrcXThLtu8X7RdZ5so { width:4.8125rem;height:4.8125rem;top:27.6875rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAzT09TLoXefTSGireX6lHuzyQTaVRMT { width:4.8125rem;height:4.8125rem;top:27.6875rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECurMwKZXtSUnTyAv8QBxv3kIXKlBcJr { width:4.8125rem;height:4.8125rem;top:27.6875rem;left:38.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pF9GUkydLJgoyMZw9pJtrM8y7G1bLbvv { width:4.8125rem;height:4.8125rem;top:27.6875rem;left:42.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFcbQtf91mZZA4wUiebksUHP6l1qTmL9 { width:4.8125rem;height:4.8125rem;top:27.6875rem;left:42.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zS9GUU6QdV4S2bGTiuRObQK4BvWa9ENo { width:4.8125rem;height:4.8125rem;top:27.6875rem;left:42.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt { display:block; }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G7IJnDwzIXsGPwyEdTTQkL944vBHqZy4 { width:16.25rem;height:6.9375rem;top:12.9375rem;left:13.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPMHg9I3CdbFTFB4K7U2wk1VWeblyt1Z { width:20.25rem;height:3.75rem;top:6.8125rem;left:27.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTiMkQnJS1OP0gNKhEdDFNPIMkDhORgT { width:12.375rem;height:3rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlM4vdSy7dlmtEC2hx8qW0RLzxrNrQ3i { width:2.375rem;height:2.375rem;top:6.8125rem;left:27.5625rem;display:block; }
#UlM4vdSy7dlmtEC2hx8qW0RLzxrNrQ3i > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #h13IFt04gm4pWtHPvgndH9Gkc8ZDeLKH { width:2.1875rem;height:2.1875rem;top:6.75rem;left:17rem;display:block; }
#h13IFt04gm4pWtHPvgndH9Gkc8ZDeLKH > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #H51AsoBA1JK0Z5vLmfAicXSPxcJXMMJR { width:2.25rem;height:2.25rem;top:6.75rem;left:20.5625rem;display:block; }
#H51AsoBA1JK0Z5vLmfAicXSPxcJXMMJR > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #eDUQmCVRMbWmJumRGcaBy3JTbr3Fyv8J { width:2.125rem;height:2.125rem;top:6.8125rem;left:13.25rem;display:block; }
#eDUQmCVRMbWmJumRGcaBy3JTbr3Fyv8J > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #DbIEPTpDg1rNEnXeEzFtcbTTia5u9Rla { width:2.25rem;height:2.25rem;top:6.8125rem;left:24.125rem;display:block; }
#DbIEPTpDg1rNEnXeEzFtcbTTia5u9Rla > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;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) { #ih6N5yxff7QuCXlyfCETfnIJldS8cXTq { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7593e46e-4574-4d63-a7d1-9b333a6b3a3e/luma20201668c061677b7a4.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; }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq.adaptive-delivery-prevent-bg, #ih6N5yxff7QuCXlyfCETfnIJldS8cXTq.lazyload, #ih6N5yxff7QuCXlyfCETfnIJldS8cXTq.lazyloading { background-image: none; }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row .container { background-color: transparent; background-image: none; }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.63); }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row .container > .video-iframe-container { display: none; }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.63); }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row > .video-iframe-container { display: none; }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .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); }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row .container { border-width: 0; border-radius: 0; }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq::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; }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row .container { width:20rem;height:112.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xrRxBN6PgfkJeaMTPIka7xkfTaNs8T4Q { width:0.6875rem;height:0.3125rem;top:33.812206268311rem;left:0.62481909990311rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #z6aHENNVfdnzIW6QfbScSai1BZGLVwIc { width:18.75rem;height:0.3125rem;top:33.812206268311rem;left:0.62481909990311rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #XpaJqbKPozXuM5zsOTd6fk1H9Jq9EqQO { width:20rem;height:6.5625rem;top:15.75rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X71qcMW69AIpiHyHIBWdcukbJ8G8vT1w { width:9.499rem;height:2.686525rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiIFUmziAqKJXvrS88TT5t28nzWpJrhH { width:20rem;height:5.4375rem;top:9.625rem;left:0rem;font-size:1.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TqOkPOe6tdnaVx6IEW9SnX6QTk5luA7u { width:6.25rem;height:1.625rem;top:7rem;left:0rem;font-size:0.625rem;border-top:0rem solid rgba(0,0,0,0);border-left:0;border-right:0rem solid rgba(0,0,0,0);border-bottom:0rem solid rgba(0,0,0,0);display:block; }
 }@media only screen and (max-width: 763px) { #JnaWBqGVTfM8n3Rtfl1l4FPreaUFDfCx { display:block; }
 }@media only screen and (max-width: 763px) { #cEBlEvmMZ35UFWAgXM4BIJTfbEpZVOaT { width:4.0625rem;height:4.0625rem;top:25.0625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzHcgWpBx1vssTGLezTwyb7thveT6ER2 { width:8.8125rem;height:4.5rem;top:29.6875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fD1pBp6IigARET6wXEDUP5BZFZVQ017X { width:16.0625rem;height:1.625rem;top:66.25rem;left:2rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dfdSEROuKKityCrgVX7i9GGn0WVar312 { width:14.25rem;height:6.5859375rem;top:57.1875rem;left:1.375rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hRNbwi6UkMXPQIdNWwmQfTvVK4ozfcsC { width:20rem;height:44.6875rem;top:65.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nz2WJnsF6l37oa0lIT9xRyXtPcu4FpkG { width:20rem;height:12.75rem;top:55.1875rem;left:-0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCFK1CC6Q4ngZGM72kkxveEc597fTsQe { display:flex;width:5.5rem;height:5.5rem;top:43.4375rem;left:14.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #i3Te0l7ggSJP7UMN7CArOoof95iytyHC { display:flex;width:4.125rem;height:4.125rem;top:57rem;left:14.6875rem;z-index:15014; }
 }@media only screen and (max-width: 763px) { #OzVpfauo3qoFqfSHC6CINA25JPVFPUM7 { width:4.0625rem;height:4.0625rem;top:25.0625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNa4MNdVZkcHJpxUe8my61DlF3VM12qN { width:9.625rem;height:4.5rem;top:29.6875rem;left:10.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JU3TyqHhclIoRTZSQBpTea0zVTmFlS6z { width:4.0625rem;height:4.0625rem;top:36.1875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptfFzpIepVNGGGf9vOMSXko6fBTsy12s { width:9.125rem;height:6.25rem;top:40.875rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.75rem;overflow:hidden;height:auto; }
#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.6875rem; }
#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud .widget-input-text {padding-top: 0; padding-bottom: 0;}#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud .widget-input-select {padding-top: 0; padding-bottom: 0;}#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden; }
#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud  { width:17.5rem;height:auto;top:69.8125rem;left:0rem; }
#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud {display:block;}#UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud { width:17.5rem;height:auto;top:69.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #EB5ftdQal67HmCDPldMI6vDfL2XI5GG9 {  }
 }@media only screen and (max-width: 763px) { #UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #dmJ8Bf6VeCxa6W5F9c1tXyRiJ9cNQ5gr {  }
 }@media only screen and (max-width: 763px) { #UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #KdQ049lFS30rLeyHf6V2ySZB9O6C15xo {  }
 }@media only screen and (max-width: 763px) { #UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #PQB7bNtaMMId2kipqHw4TgmWvfCvJZGg {  }
 }@media only screen and (max-width: 763px) { #UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #oWWz8qi34nUL7mCEwiT19G3T68Qxtoc8 {  }
 }@media only screen and (max-width: 763px) { #UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #rr7ykTkg7VZSxrhsQNTTa5y4i9CJReI2 {  }
 }@media only screen and (max-width: 763px) { #UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #wxKCSSUqqHGAKEiUIRMzUVQNrAJwMQzU {  }
 }@media only screen and (max-width: 763px) { #UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #fIs2awH2SJtP1nHcDsGsq6fIpD0lQFKA {  }
 }@media only screen and (max-width: 763px) { #UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #izQAuAnKMMM5LhzezJWdR99odme3oFEK {  }
 }@media only screen and (max-width: 763px) { #UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #rFDVD1pvwXgkdQrAm7EushTA1NQna2eT {  }
 }@media only screen and (max-width: 763px) { #UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #bpKdoOgKM52uiyvI3gHBbKTtBqs8JK0v {  }
 }@media only screen and (max-width: 763px) { #UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #OtRdlkfRAP0eVLubV09IC0JlTyxAWPRI {  }
 }@media only screen and (max-width: 763px) { #UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #pTbW7AqNJlZo4QcWNpueRG4hrQvcULxM {  }
 }@media only screen and (max-width: 763px) { #UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #k3KfGeibLoTMTsyfnper0MNKUORQmXiB {  }
 }@media only screen and (max-width: 763px) { #UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #xfq51ttPRWvxqy1vvldyvKHqSnSOkZ94 {  }
 }@media only screen and (max-width: 763px) { #UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #IdgofTWq1RdgJlRlpQuJpfwZDHaB4pTR {  }
 }@media only screen and (max-width: 763px) { #UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #y83fAXJpqz7urnDPdxB1TVSL0PZORxAZ {  }
 }@media only screen and (max-width: 763px) { #UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #suhG0tTtHqTvXE5EVEfVyfMhp2TXqCm6 {  }
 }@media only screen and (max-width: 763px) { #UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #FPkSJgloqc9RvBcDktKxBTxw9rasc1oT {  }
 }@media only screen and (max-width: 763px) { #UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #O6LX7vTFK2o4Z8iPMT5zKvTZc1o6OJQv {  }
 }@media only screen and (max-width: 763px) { #UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #ylZM232JQgpasrTgrZL86MhGsuOuuWwf {  }
 }@media only screen and (max-width: 763px) { #UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #zf8O5ZmJKCtPnV9C0OVecNmgZ3n4C0Wu {  }
 }@media only screen and (max-width: 763px) { #UXmWDoGKngW4Jk0sKACdyAMv9qfC9qud #aFMyNtxeRAcrRLP07VfcOqCfM9ayK2gB {  }
 }@media only screen and (max-width: 763px) { #kpzccM7xgISXUC7txM8dIfXibI1MxdnC { width:6.4375rem;height:1.625rem;top:7rem;left:6.8125rem;font-size:0.625rem;border-top:0rem solid rgba(0,0,0,0);border-left:0;border-right:0rem solid rgba(0,0,0,0);border-bottom:0rem solid rgba(0,0,0,0);display:block; }
 }@media only screen and (max-width: 763px) { #yo0WcaTtdDnxMZ38maeQTtqk0KrlTx8H { display:block; }
 }@media only screen and (max-width: 763px) { #mOuHK12xo4nCpR8SJgCb0zVdXXgFDU81 { width:16.5625rem;height:1.25rem;top:50.75rem;left:3.4375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xOwI2h6i8QB18Uk4xGiFcyXR1yQPfZzP { width:2.75rem;height:2.75rem;top:50rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #za1bHh8BGoEiUxRHtMTKyyaHXK46d1Ge { width:4.0625rem;height:4.0625rem;top:36.1875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9CpDlHq4TQS1VQwxnOC8sLM5gHwCqhM { width:9.5625rem;height:5.625rem;top:41.1875rem;left:10.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mw5WwRK4EE6Ar8qru19wP8kFtbbwlWH3 { width:5.0625rem;height:0.8125rem;top:23.9375rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QB1TV10MOcHQyzrbs0aVXNKpUUPVOpvT { width:6.4375rem;height:1.625rem;top:61.9375rem;left:11.8125rem;font-size:0.625rem;border-top:0rem solid rgba(0,0,0,0);border-left:0;border-right:0rem solid rgba(0,0,0,0);border-bottom:0rem solid rgba(0,0,0,0);display:block; }
 }@media only screen and (max-width: 763px) { #XP3pEhLdfzfVeo2SEWXDJF5JA7wJtN5G { display:block; }
 }@media only screen and (max-width: 763px) { #qtdLfTSCUHKl3Iz5qERNoDNq7TALGcI3 { display:block; }#qtdLfTSCUHKl3Iz5qERNoDNq7TALGcI3 > .row .container { width:20rem;height:19.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v22aRzePp5cUOSOJE5qbJxGIv3mB8n60 { display:flex;width:2rem;height:2rem;top:2.5rem;left:0rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #LZ3IpgbI94nEeBP9bbxRMkGNTnFp6JZg { width:8rem;height:2.3359375rem;top:4.875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o716DR3HkHDkTGw6iitQvCmKOBNtm7nZ { width:7.9375rem;height:2.3359375rem;top:4.875rem;left:12.0625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HtTSEg1TXKT3Sxhqa0h8O0VTMEx6UIqX { display:flex;width:2.1875rem;height:2.1875rem;top:2.3125rem;left:12.0625rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #vnyuBNCqZ3aooySlpmGOg5PlTGdEVT8R { width:8.6875rem;height:3.50390625rem;top:12.875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q4XgQ3IVlToxr7NMcLBSHg7RgG8ftgmT { display:flex;width:2.0625rem;height:2.0625rem;top:10.3125rem;left:0rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #oN9V1g1TnFxQAroalFH9txeGaBJ6zveW { width:6.8125rem;height:3.50390625rem;top:12.9375rem;left:12.0625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O2e2dzhXiXHZVe17cqT9EsI1rzdartAt { display:flex;width:1.9375rem;height:1.9375rem;top:10.5rem;left:12.0625rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #aeK7S9zGhiHnNLsJGOkSHJ8rn9VUFdaO { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7593e46e-4574-4d63-a7d1-9b333a6b3a3e/luma20201668c061677b7a4.webp");background-position:bottom 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; }#aeK7S9zGhiHnNLsJGOkSHJ8rn9VUFdaO.adaptive-delivery-prevent-bg, #aeK7S9zGhiHnNLsJGOkSHJ8rn9VUFdaO.lazyload, #aeK7S9zGhiHnNLsJGOkSHJ8rn9VUFdaO.lazyloading { background-image: none; }#aeK7S9zGhiHnNLsJGOkSHJ8rn9VUFdaO > .row .container { background-color: transparent; background-image: none; }#aeK7S9zGhiHnNLsJGOkSHJ8rn9VUFdaO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(70,2,160,0.75); }#aeK7S9zGhiHnNLsJGOkSHJ8rn9VUFdaO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aeK7S9zGhiHnNLsJGOkSHJ8rn9VUFdaO > .row .container > .video-iframe-container { display: none; }#aeK7S9zGhiHnNLsJGOkSHJ8rn9VUFdaO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(70,2,160,0.75); }#aeK7S9zGhiHnNLsJGOkSHJ8rn9VUFdaO > .row > .video-iframe-container { display: none; }#aeK7S9zGhiHnNLsJGOkSHJ8rn9VUFdaO > .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); }#aeK7S9zGhiHnNLsJGOkSHJ8rn9VUFdaO > .row .container { border-width: 0; border-radius: 0; }#aeK7S9zGhiHnNLsJGOkSHJ8rn9VUFdaO::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; }#aeK7S9zGhiHnNLsJGOkSHJ8rn9VUFdaO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aeK7S9zGhiHnNLsJGOkSHJ8rn9VUFdaO > .row .container { width:20rem;height:41.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VCnFflcTxBWiGKAeJiLFGMu7Wp5mtttu { width:0.6875rem;height:0.3125rem;top:33.812206268311rem;left:0.62481909990311rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #rkTgWSDWMbpXUBlxIwnT9oti27Up8BTo { width:18.75rem;height:0.3125rem;top:33.812206268311rem;left:0.62481909990311rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #ty4Xh7gaWwZcs5zG4CDIGxTWJPo0KeHV { width:18.25rem;height:7.5rem;top:3.25rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X6o2dKc88mZxiwosD2yqx06uiKUVXEia { width:19.6875rem;height:9.795875rem;top:12.5625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D9W52C857tfNucmMCQ1e3bFe4X5G1Pt0 { width:13.75rem;height:17.9375rem;top:23.46875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXEunwMNOduhUxsk0qbyOWiIlIQ5m8OJ { background-color:#5a0095;background-image:none;display:none; }#HXEunwMNOduhUxsk0qbyOWiIlIQ5m8OJ > .row .container { width:20rem;height:47.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gcCrqVrc6c3NHThpmD2iTt2AO07W1zIr { width:19rem;height:5.15625rem;top:24.3125rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GmxtqZVkThyXcoxAMLuvIUdXuKwAopwl { width:20rem;height:16.6875rem;top:5.6875rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/969a1009-a543-47d6-99cf-10d64d04dfb9/sibeline367fe5b05b5e36.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#GmxtqZVkThyXcoxAMLuvIUdXuKwAopwl.adaptive-delivery-prevent-bg, #GmxtqZVkThyXcoxAMLuvIUdXuKwAopwl.lazyload, #GmxtqZVkThyXcoxAMLuvIUdXuKwAopwl.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #CyUuO3lgXXoFNgmT04FiS5MmZV5D9P18 { width:20rem;height:12.59475rem;top:30.65625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #OLpT3gsBcqROzO5mKogV4xmwxtvIzMzW { background-color:#eae9fa;background-image:none;display:none; }#OLpT3gsBcqROzO5mKogV4xmwxtvIzMzW > .row .container { width:20rem;height:46.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #A4tveXCdo7cNoqwShLeqbNUekK9hwtPD { width:19rem;height:6.875rem;top:22.375rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tLFB21TcrQs8ZGi7xFKrBmxOwGCh2FtL { width:11.9375rem;height:16.6875rem;top:3.8125rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/0340647d-1b91-4cef-a3f8-e2413e3ce8a5/download20250415T134925533.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#tLFB21TcrQs8ZGi7xFKrBmxOwGCh2FtL.adaptive-delivery-prevent-bg, #tLFB21TcrQs8ZGi7xFKrBmxOwGCh2FtL.lazyload, #tLFB21TcrQs8ZGi7xFKrBmxOwGCh2FtL.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #XzA0HhMBQU3KfnIXA0Md0QnSeILNuIFL { width:20rem;height:9.7958875rem;top:30.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bnaHtVm8N2IOuwAli9sMu3fdDAAUJeEi { background-color:#5a0095;background-image:none;display:none; }#bnaHtVm8N2IOuwAli9sMu3fdDAAUJeEi > .row .container { width:20rem;height:47.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ozQJF1HFBD19dyb0r6BgC9mDVda5pDda { width:19rem;height:6.875rem;top:24.3125rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KnQP03B72qFBAasIlbtPmTttsNns5BAP { width:20rem;height:16.6875rem;top:5.6875rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/2bcf09f1-3d5a-4fec-a246-83b0089ac49d/palestrante_square.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#KnQP03B72qFBAasIlbtPmTttsNns5BAP.adaptive-delivery-prevent-bg, #KnQP03B72qFBAasIlbtPmTttsNns5BAP.lazyload, #KnQP03B72qFBAasIlbtPmTttsNns5BAP.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #EvM1QU8meik5DWogrvixyNH7R35QFzqt { width:20rem;height:9.795875rem;top:33.40625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #GFouDupoD0sUNMXA31dqw9693ufVOTuO { background-color:#eae9fa;background-image:none;display:none; }#GFouDupoD0sUNMXA31dqw9693ufVOTuO > .row .container { width:20rem;height:43.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Bmbc81TTk7S1ePa4pP9wnEZTgk293CD1 { width:19rem;height:6.875rem;top:22.375rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NenEZm9tOBQMxUEbx954rMFTLKmFBLul { width:11.9375rem;height:16.6875rem;top:3.8125rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f594379e-5d14-432f-8938-fb61b8037896/IMG_4899.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#NenEZm9tOBQMxUEbx954rMFTLKmFBLul.adaptive-delivery-prevent-bg, #NenEZm9tOBQMxUEbx954rMFTLKmFBLul.lazyload, #NenEZm9tOBQMxUEbx954rMFTLKmFBLul.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #xTzfpcg6cAsh2Q4Nq7kQSq44kZh15tgK { width:19.0625rem;height:9.795875rem;top:30.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #BvJyQKJPbCatg0zbz3gXAT8cQR7QL1iB { display:block; }#BvJyQKJPbCatg0zbz3gXAT8cQR7QL1iB > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lQs3koRuw5stepsb2vhKhi9XtvmNg28K { width:19.999625rem;height:1.5rem;top:3.0617046356201rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SAGOxXJxIfqC2mb27g5BlmaoF6cBTyUa { width:19.999625rem;height:40.1249375rem;top:7.27991104126rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyuWNkUsNabwel58gDvEbFSme5LWCrMk { display:block; }#UyuWNkUsNabwel58gDvEbFSme5LWCrMk > .row .container { width:20rem;height:69.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fqmyqRorZftFlUqXKsnNcB8LacT8Hv2n { width:20rem;height:5.625rem;top:2.6875rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TQSgthg6sbhEJmMKNrBTHSiA9Axivlfb { width:20rem;height:14.9375rem;top:9.375rem;left:0rem;background-color:rgba(255,255,255,0.07);background-image:url("https://images.assets-landingi.com/uc/836a348f-893a-461a-bb6a-1c5c5a70b171/whatsappimage20250106at083839677f6950c5b35.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TQSgthg6sbhEJmMKNrBTHSiA9Axivlfb.adaptive-delivery-prevent-bg, #TQSgthg6sbhEJmMKNrBTHSiA9Axivlfb.lazyload, #TQSgthg6sbhEJmMKNrBTHSiA9Axivlfb.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #UpXdZAEySf3uTozJG7xtCyFTOn2LMLn8 { width:20rem;height:21.09375rem;top:26.4375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dOtDIcuJoVe1esMrcXThLtu8X7RdZ5so { width:4.8125rem;height:4.8125rem;top:50.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAzT09TLoXefTSGireX6lHuzyQTaVRMT { width:4.8125rem;height:4.8125rem;top:50.375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECurMwKZXtSUnTyAv8QBxv3kIXKlBcJr { width:4.8125rem;height:4.8125rem;top:50.375rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pF9GUkydLJgoyMZw9pJtrM8y7G1bLbvv { width:4.8125rem;height:4.8125rem;top:56.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFcbQtf91mZZA4wUiebksUHP6l1qTmL9 { width:4.8125rem;height:4.8125rem;top:56.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zS9GUU6QdV4S2bGTiuRObQK4BvWa9ENo { width:4.8125rem;height:4.8125rem;top:56.4375rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt { background-color:#000000;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; }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row .container { background-color: transparent; background-image: none; }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row .container > .video-iframe-container { display: none; }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row > .video-iframe-container { display: none; }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .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); }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row .container { border-width: 0; border-radius: 0; }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row .container { width:20rem;height:40.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G7IJnDwzIXsGPwyEdTTQkL944vBHqZy4 { width:14.3125rem;height:6.09375rem;top:8.1748046875rem;left:2.84375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vPMHg9I3CdbFTFB4K7U2wk1VWeblyt1Z { width:19.9980625rem;height:3.3984375rem;top:18.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #qTiMkQnJS1OP0gNKhEdDFNPIMkDhORgT { width:11.8125rem;height:2.875rem;top:29.5625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlM4vdSy7dlmtEC2hx8qW0RLzxrNrQ3i { display:flex;width:2.1875rem;height:2.1875rem;top:3.4375rem;left:15.25rem;font-size:1.5rem; }
#UlM4vdSy7dlmtEC2hx8qW0RLzxrNrQ3i > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #h13IFt04gm4pWtHPvgndH9Gkc8ZDeLKH { display:flex;width:2.1875rem;height:2.1875rem;top:3.4375rem;left:5.8125rem; }
#h13IFt04gm4pWtHPvgndH9Gkc8ZDeLKH > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #H51AsoBA1JK0Z5vLmfAicXSPxcJXMMJR { display:flex;width:2.1875rem;height:2.1875rem;top:3.4375rem;left:8.875rem;font-size:1.5rem; }
#H51AsoBA1JK0Z5vLmfAicXSPxcJXMMJR > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #eDUQmCVRMbWmJumRGcaBy3JTbr3Fyv8J { display:flex;width:2.125rem;height:2.125rem;top:3.4375rem;left:2.625rem; }
#eDUQmCVRMbWmJumRGcaBy3JTbr3Fyv8J > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #DbIEPTpDg1rNEnXeEzFtcbTTia5u9Rla { display:flex;width:2.25rem;height:2.25rem;top:3.375rem;left:12.125rem;font-size:1.5rem; }
#DbIEPTpDg1rNEnXeEzFtcbTTia5u9Rla > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }