.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:url("https://images.assets-landingi.com/uc/6e7df77c-dfc4-457b-b859-710109e80109/subtledots1.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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/b95103a5-3668-4145-9566-42a04151ef8b/download20250528T112602803.webp");background-position:center right !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.78); }#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.78); }#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:45.625rem;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:38.5rem;position:absolute;font-family:"work sans";font-size:1.5625rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:25.6875rem;left:0rem;height:8.75rem;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:4.75rem;left:0rem;display:block; }#X71qcMW69AIpiHyHIBWdcukbJ8G8vT1w.adaptive-delivery-prevent-bg, #X71qcMW69AIpiHyHIBWdcukbJ8G8vT1w.lazyload, #X71qcMW69AIpiHyHIBWdcukbJ8G8vT1w.lazyloading { background-image: none; }
#OiIFUmziAqKJXvrS88TT5t28nzWpJrhH { color:#7300be;display:block;width:37.875rem;position:absolute;font-family:"barlow condensed";font-size:3.375rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:18.125rem;left:0rem;height:6.75rem;font-style:normal;display:block; }
#rsNnHQuTPu47eF6yl9TP25Lt2TeJ129t { box-sizing:content-box;height:45.625rem;width:61.0625rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/adb414bb-3f67-42ad-aba2-890e6def1ecf/whiskstoryboard337a0c659f2a4dc49edacd3a683dd1e361656.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:42.6875rem;display:block; }#rsNnHQuTPu47eF6yl9TP25Lt2TeJ129t.adaptive-delivery-prevent-bg, #rsNnHQuTPu47eF6yl9TP25Lt2TeJ129t.lazyload, #rsNnHQuTPu47eF6yl9TP25Lt2TeJ129t.lazyloading { background-image: none; }
#xLSvGN7pObiHyGB9TRFMfXGI4FcnKZVC { background-color:#00ea65;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid rgba(0,0,0,0.2);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:"work sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:2.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:35.9375rem;left:0rem;display:block; }
#tHNDMfUhXpRfEkXI6K6AoNLxqCbepCbq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AgfmkTDNZAqTR5rpkTu1z955J3ryA0PE { background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:"work sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:2.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:35.9375rem;left:16.40625rem;display:block; }
#ux19G3nAJxnGh4V1FgfxaCUdLw6tAZxU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RZhoTwxesKVC6tXZ99nBom1FlpWVIhm8 { 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:7.75rem;width:7.75rem;top:8.125rem;left:39.75rem;overflow:hidden;display:block; }
#vPQ1unA0BpoxabxGwi3lOIB4Tw4XTuZa { background-color:rgba(234,74,238,0.59);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:10.5625rem;height:1.625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:13.6875rem;left:0rem;display:block; }
#IMRGNs78AEOGOKGIeLWI5F6oofF0n7gg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kGLpkpVziTRVpmsBBHVwaARVUadkvTH1 { background-color:rgba(234,74,238,0.59);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:13.125rem;height:1.625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:13.6875rem;left:11.375rem;display:block; }
#lUx5u3UTT2riQfdp0U9u7wDht4pmSZlc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DACWn5c2gaLk4ohz9LgAIzucUWORE16A { position:relative;display:none; }#DACWn5c2gaLk4ohz9LgAIzucUWORE16A { border-width: 0; border-radius: 0; }#DACWn5c2gaLk4ohz9LgAIzucUWORE16A > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DACWn5c2gaLk4ohz9LgAIzucUWORE16A > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#tgcT9B7uhZIHueKTybzZ9VrzuJTTZfZ0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7300be;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; }#tgcT9B7uhZIHueKTybzZ9VrzuJTTZfZ0 > .row .container { background-color: transparent; background-image: none; }#tgcT9B7uhZIHueKTybzZ9VrzuJTTZfZ0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgcT9B7uhZIHueKTybzZ9VrzuJTTZfZ0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgcT9B7uhZIHueKTybzZ9VrzuJTTZfZ0 > .row .container > .video-iframe-container { display: none; }#tgcT9B7uhZIHueKTybzZ9VrzuJTTZfZ0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgcT9B7uhZIHueKTybzZ9VrzuJTTZfZ0 > .row > .video-iframe-container { display: none; }#tgcT9B7uhZIHueKTybzZ9VrzuJTTZfZ0 > .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); }#tgcT9B7uhZIHueKTybzZ9VrzuJTTZfZ0 > .row .container { border-width: 0; border-radius: 0; }#tgcT9B7uhZIHueKTybzZ9VrzuJTTZfZ0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tgcT9B7uhZIHueKTybzZ9VrzuJTTZfZ0 > .row .container { font-size:0.875rem;font-family:arial;height:14.1875rem;width:75rem;position:relative;display:block; }#pbcZpqXuh1tMykLRT8JwaHHB2r3ZqNRf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:2.875rem;left:18.75rem; }
#mdAFSd9TTaof0O0oTs3LrchFFcpReF4t { color:#ffffff;display:block;width:7.9375rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.1;letter-spacing:0;top:5.1875rem;left:18.75rem;height:3.7119125rem;font-style:normal;display:block; }
#WvvLGHaea4KAZavKJTJxHmPAtArpxbfQ { color:#ffffff;display:block;width:10.5625rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.1;letter-spacing:0;top:5.25rem;left:28.9375rem;height:2.4746125rem;font-style:normal;display:block; }
#QopFvR3TJchDKwPGrTHxl9T66IxGES3n { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15022;opacity:1;top:2.875rem;left:28.9375rem; }
#tfG1I1fHfgHsObWq7E7ctQnGthFzpvd1 { color:#ffffff;display:block;width:14rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.1;letter-spacing:0;top:5.125rem;left:0rem;height:3.7119125rem;font-style:normal;display:block; }
#WTbTH1iqFFRol4P91AZxkcZ2mBHxIdkl { color:#ffffff;display:block;width:14.25rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.1;letter-spacing:0;top:5.125rem;left:60.75rem;height:3.7119125rem;font-style:normal;display:block; }
#ub2IpPUVnLJrJ1GJPRe02wr3b6QcbZr9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:2.875rem;left:0rem; }
#f4aSKoHlDzVTQNgsTkltRgeS4DHFRnJ3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:2.8125rem;left:60.75rem; }
#BUUFaNPxVx4cF1BH2yx6cdB5uki5wZyq { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.1;letter-spacing:0;top:5.1875rem;left:42.75rem;height:3.7119125rem;font-style:normal;display:block; }
#s8vT61z1XMSAfLm3k2oJMBTpENe8TITS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15024;opacity:1;top:2.8125rem;left:42.75rem; }
#C0w9gpNn4tS0TS2DXgeJeqr8QP1OKpzB { 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; }#C0w9gpNn4tS0TS2DXgeJeqr8QP1OKpzB > .row .container { background-color: transparent; background-image: none; }#C0w9gpNn4tS0TS2DXgeJeqr8QP1OKpzB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0w9gpNn4tS0TS2DXgeJeqr8QP1OKpzB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0w9gpNn4tS0TS2DXgeJeqr8QP1OKpzB > .row .container > .video-iframe-container { display: none; }#C0w9gpNn4tS0TS2DXgeJeqr8QP1OKpzB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0w9gpNn4tS0TS2DXgeJeqr8QP1OKpzB > .row > .video-iframe-container { display: none; }#C0w9gpNn4tS0TS2DXgeJeqr8QP1OKpzB > .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); }#C0w9gpNn4tS0TS2DXgeJeqr8QP1OKpzB > .row .container { border-width: 0; border-radius: 0; }#C0w9gpNn4tS0TS2DXgeJeqr8QP1OKpzB > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#C0w9gpNn4tS0TS2DXgeJeqr8QP1OKpzB > .row .container { font-size:0.875rem;font-family:arial;height:45.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#F4vmiX5ltybiyx0CeDEQmPbZ6aFrdG3g { 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; }
#QBtQR57h2ieEi1gfC9EqtOFEDtLTPVR3 { 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; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-form-header {  }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-regular-label { height:auto;display:block;font-family:"work sans";font-size:1.125rem;font-weight:400;color:#000000;width:30.875rem;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; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:30.875rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"work sans"; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-input-text {padding-top: 0; padding-bottom: 0;}#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:30.875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"work sans"; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .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:30.875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"work sans";font-size:0.875rem;overflow:hidden; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-input-select {padding-top: 0; padding-bottom: 0;}#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .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; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#00ea65;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:#001007;width:30.875rem;height:3.4375rem;font-family:"work sans";overflow:hidden; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"work sans";font-size:0.875rem; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"work sans";font-size:0.875rem; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"work sans";font-size:0.875rem; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"work sans";font-size:0.875rem; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .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.75rem;font-weight:300;color:#000000;vertical-align:top;width:29.4375rem;overflow:hidden;font-style:normal; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .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; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .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; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-container:first-of-type{padding-top:0;}#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-container:last-of-type{padding-bottom:0;}#N3VunouSGk3z0yhLQ7z6671blZB4ggPv  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:6.28125rem;left:0rem; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:30.875rem; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .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; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv {display:block;}#N3VunouSGk3z0yhLQ7z6671blZB4ggPv { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:6.28125rem;left:0rem; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #GmhAZFeZhhXJAqh25SNFcnaT8ze4SJpy { position:relative; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #qoOhhNfyPmRZ4P1XtJT1lISRwTUa7mIU { position:relative;display:block; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #nRFaB2p3CcTG3tI3y8hOUQVfamTVgOL2 { position:relative; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #mw2Igaw3OSi1U69gCTwyVpIrqFnwefwV { position:relative; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #TzrbewaJ14Mz6t7QNvd4m1hGJBVFXdMI { position:relative;display:block; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #amLNw8VVXM2lxd7bJ7sGL8M6JJQ780Ra { position:relative; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #WEgzz4aFVaN58AWVzgOHQg9mmqvAXad4 { position:relative; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #exTLXEo87bLDOoxZhTTIp3vT523pTunw { position:relative;display:block; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #trTTkcymlTgsKBZ4OpoZSWp9QgsqF65v { position:relative; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #DlwEbZ7AgmPO1tOkAJEJt5y3hN7kCGCX { position:relative; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #ELvlUslmgPprRRuDkZHJFTisAutnvGp6 { position:relative;display:block; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #iMwqdckGpvBey0Nwvy5sgclzIPQcHfi7 { position:relative; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #tIIPH3iTsQfH911Dp4ByEQiyWmZtg6dI { position:relative; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #UVvtp8TUZNQ7P6SnWhoqkTOMuPTdEtxq { position:relative;display:block; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #LiclFoLkMkSteWcTzkdQBarmXdFbXvDk { position:relative; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #rgmg3MHuPX5lBvpvVymufr0koUEJAKo4 { position:relative; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #o5k0xsTiyIgLLLc6eS4u1KQFF2CbuVsw { position:relative;z-index:2; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #iJVD1KUl9M5OT1Zd6in9MqAxT65kdTzy { position:relative; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #vt1oQVpaSyaRyraTGldQeZnIidccLIhy { position:relative; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #h0unCgT2gKloVb4guJMhAREwAxMA85cU { position:relative;z-index:2; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #WitnaWIkm6DaecNBFd7As1vxJ6IE3I4K { position:relative; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #apZvU2VxPoruUdOsSWUcrJF8w6qmI1Ku { position:relative; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #v1ULc2Rllw2waeeixSRR06nDrhnqPDPp { position:relative; }
#Gy5yKAFeQO1NrtllNGy6cSI6tNGWkPKD { box-sizing:content-box;height:14.125rem;width:59.75rem;position:absolute;display:block;z-index:15006;background-color:#7300be;background-image:none;top:8rem;left:37.625rem;display:block; }
#PeAJ2oxFkgB1rtIhgDmcvlA7DQVhUm02 { color:#ffffff;display:block;width:16.75rem;position:absolute;font-family:"work sans";font-size:2rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:14.3125rem;left:42.1875rem;height:3rem;font-style:normal;display:block; }
#f3oKwaAcXdAct016F5HCxsBGCWwVi2Uu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:10.4375rem;left:42.1875rem; }
#J7RG9PS81xukG1JNL13ZqRk5k2BTv633 { 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:8.75rem;width:8.75rem;top:18.6875rem;left:60.59375rem;overflow:hidden;display:block; }
#xmVsbeM76cuZNrK7L27i3B5v8uVZMAOt { position:relative;display:none; }#xmVsbeM76cuZNrK7L27i3B5v8uVZMAOt { border-width: 0; border-radius: 0; }#xmVsbeM76cuZNrK7L27i3B5v8uVZMAOt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xmVsbeM76cuZNrK7L27i3B5v8uVZMAOt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:1.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#pC7vBZHBnVWKSGA3VJSTfo639SKRoSqS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#pC7vBZHBnVWKSGA3VJSTfo639SKRoSqS > .row .container { background-color: transparent; background-image: none; }#pC7vBZHBnVWKSGA3VJSTfo639SKRoSqS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pC7vBZHBnVWKSGA3VJSTfo639SKRoSqS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pC7vBZHBnVWKSGA3VJSTfo639SKRoSqS > .row .container > .video-iframe-container { display: none; }#pC7vBZHBnVWKSGA3VJSTfo639SKRoSqS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pC7vBZHBnVWKSGA3VJSTfo639SKRoSqS > .row > .video-iframe-container { display: none; }#pC7vBZHBnVWKSGA3VJSTfo639SKRoSqS > .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); }#pC7vBZHBnVWKSGA3VJSTfo639SKRoSqS > .row .container { border-width: 0; border-radius: 0; }#pC7vBZHBnVWKSGA3VJSTfo639SKRoSqS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pC7vBZHBnVWKSGA3VJSTfo639SKRoSqS > .row .container { font-size:0.875rem;font-family:arial;height:40.375rem;width:75rem;position:relative;display:block; }#JmTaXLG0S9C9196gMpC6sdptsdrVG0Uy { color:#000000;display:block;width:30.4375rem;position:absolute;font-family:"work sans";font-size:3.125rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:7.5rem;left:0rem;height:6.25rem;font-style:normal;display:block; }
#V4DsZIM1KqTvHfnOkZhzoTSpChMoSB9f { color:#000000;display:block;width:34.5625rem;position:absolute;font-family:"work sans";font-size:1.5625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:16.53125rem;left:0rem;height:16.4375rem;font-style:normal;display:block; }#V4DsZIM1KqTvHfnOkZhzoTSpChMoSB9f li:not(:first-child){ padding-top:2.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#V4DsZIM1KqTvHfnOkZhzoTSpChMoSB9f li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_01d8d054a9c0fc701584fd3f3cc3c153db3f73b1.svg); }
#Ef8h7EMfa8QikdKXZXbKSWqdvR3DC3NN { box-sizing:content-box;height:40.375rem;width:61.9375rem;position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/4f05087b-31cc-4e03-ac4c-2226f673b725/whiskstoryboardeb0112d97e4c4e03bf2e7684683dcf175ad55.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:37.46875rem;display:block; }#Ef8h7EMfa8QikdKXZXbKSWqdvR3DC3NN.adaptive-delivery-prevent-bg, #Ef8h7EMfa8QikdKXZXbKSWqdvR3DC3NN.lazyload, #Ef8h7EMfa8QikdKXZXbKSWqdvR3DC3NN.lazyloading { background-image: none; }
#MXIcmsyTXQSOhSiU3wZyUkaKizTZx9Eb { 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:8.75rem;width:8.75rem;top:5.5rem;left:32.71875rem;overflow:hidden;display:block; }
#M4IvVogTihwMykXcggVQIJ8f61TcVO9f { position:relative;display:none; }#M4IvVogTihwMykXcggVQIJ8f61TcVO9f { border-width: 0; border-radius: 0; }#M4IvVogTihwMykXcggVQIJ8f61TcVO9f > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#M4IvVogTihwMykXcggVQIJ8f61TcVO9f > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:0.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#WPPXCqQMJBOeJkWVTdPuCVv6sZoneGmL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#WPPXCqQMJBOeJkWVTdPuCVv6sZoneGmL > .row .container { background-color: transparent; background-image: none; }#WPPXCqQMJBOeJkWVTdPuCVv6sZoneGmL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WPPXCqQMJBOeJkWVTdPuCVv6sZoneGmL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WPPXCqQMJBOeJkWVTdPuCVv6sZoneGmL > .row .container > .video-iframe-container { display: none; }#WPPXCqQMJBOeJkWVTdPuCVv6sZoneGmL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WPPXCqQMJBOeJkWVTdPuCVv6sZoneGmL > .row > .video-iframe-container { display: none; }#WPPXCqQMJBOeJkWVTdPuCVv6sZoneGmL > .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); }#WPPXCqQMJBOeJkWVTdPuCVv6sZoneGmL > .row .container { border-width: 0; border-radius: 0; }#WPPXCqQMJBOeJkWVTdPuCVv6sZoneGmL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WPPXCqQMJBOeJkWVTdPuCVv6sZoneGmL > .row .container { font-size:0.875rem;font-family:arial;height:50.4375rem;width:75rem;position:relative;display:block; }#VVmTIcp6GhylszRZBgAcr4RzuPih6T4Z { box-sizing:content-box;height:50.4375rem;width:63.5rem;position:absolute;display:block;z-index:14997;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/93cc5a46-855d-4f86-beaa-8fa0ffedbd11/whisk453ffb0933683dd2ce26437.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:-26.0625rem;display:block; }#VVmTIcp6GhylszRZBgAcr4RzuPih6T4Z.adaptive-delivery-prevent-bg, #VVmTIcp6GhylszRZBgAcr4RzuPih6T4Z.lazyload, #VVmTIcp6GhylszRZBgAcr4RzuPih6T4Z.lazyloading { background-image: none; }
#nWrmFrTAI0fX3PNVaD12E8zT46pwOiMJ { 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:11.25rem;width:11.25rem;top:43.25rem;left:30.1875rem;overflow:hidden;display:block; }
#Nu0QBw9TR7Isrbbvi0gcJl5aZ4o1PGLx { color:#000000;display:block;width:30.0625rem;position:absolute;font-family:"work sans";font-size:1.5625rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:5.5625rem;left:44rem;height:37.1875rem;font-style:normal;display:block; }
#o3FrfwE2ny5f2y5ro4PZup4E6DCnWTdH { background-color:#7300be;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; }#o3FrfwE2ny5f2y5ro4PZup4E6DCnWTdH > .row .container { background-color: transparent; background-image: none; }#o3FrfwE2ny5f2y5ro4PZup4E6DCnWTdH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o3FrfwE2ny5f2y5ro4PZup4E6DCnWTdH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o3FrfwE2ny5f2y5ro4PZup4E6DCnWTdH > .row .container > .video-iframe-container { display: none; }#o3FrfwE2ny5f2y5ro4PZup4E6DCnWTdH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o3FrfwE2ny5f2y5ro4PZup4E6DCnWTdH > .row > .video-iframe-container { display: none; }#o3FrfwE2ny5f2y5ro4PZup4E6DCnWTdH > .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); }#o3FrfwE2ny5f2y5ro4PZup4E6DCnWTdH > .row .container { border-width: 0; border-radius: 0; }#o3FrfwE2ny5f2y5ro4PZup4E6DCnWTdH > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#o3FrfwE2ny5f2y5ro4PZup4E6DCnWTdH > .row .container { font-size:0.875rem;font-family:arial;height:22.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#aPTOxtHnlR9kd6qAF2AF6oWeId4qpNg6 { color:#ea4aee;display:block;width:50rem;position:absolute;font-family:"work sans";font-size:1.5625rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:9.5rem;left:0rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JT9ZPSwbGLbwvZKTZwvdvSRe4HOgZgCi { color:#ffffff;display:block;width:36.4375rem;position:absolute;font-family:"barlow condensed";font-size:3.375rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:12.4375rem;left:0rem;height:6.75rem;font-style:normal;display:block; }
#JzROwM1R3zTicAZrcMiXT1mNQ7kSxGw0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7300be;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; }#JzROwM1R3zTicAZrcMiXT1mNQ7kSxGw0 > .row .container { background-color: transparent; background-image: none; }#JzROwM1R3zTicAZrcMiXT1mNQ7kSxGw0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JzROwM1R3zTicAZrcMiXT1mNQ7kSxGw0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JzROwM1R3zTicAZrcMiXT1mNQ7kSxGw0 > .row .container > .video-iframe-container { display: none; }#JzROwM1R3zTicAZrcMiXT1mNQ7kSxGw0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JzROwM1R3zTicAZrcMiXT1mNQ7kSxGw0 > .row > .video-iframe-container { display: none; }#JzROwM1R3zTicAZrcMiXT1mNQ7kSxGw0 > .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); }#JzROwM1R3zTicAZrcMiXT1mNQ7kSxGw0 > .row .container { border-width: 0; border-radius: 0; }#JzROwM1R3zTicAZrcMiXT1mNQ7kSxGw0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JzROwM1R3zTicAZrcMiXT1mNQ7kSxGw0 > .row .container { font-size:0.875rem;font-family:arial;height:56.1875rem;width:75rem;position:relative;display:block; }#irIbNfwb8vm2R4aww4cEwDoCMV5bTpFT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15010;opacity:1;top:1.5625rem;left:38.5rem; }
#WfxvXaWgGcw1rW2oy8qC4xaQTMTLDpDf { background-color:rgba(0,0,0,0.12);background-image:none;border-top:0rem solid rgba(0,0,0,0);border-left:3.75rem solid rgba(0,0,0,0);border-right:0rem solid rgba(0,0,0,0);border-bottom:0rem solid rgba(0,0,0,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:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.625rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:0.625rem;left:37.5rem;display:block; }
#WFnMxG5BIPFZy5hRaAkBMEbQsEUmdOow { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Cta7JthiEX67NB5xNQH5uvB3lRVhxVPk { background-color:rgba(0,0,0,0.12);background-image:none;border-top:0rem solid rgba(0,0,0,0);border-left:3.75rem solid rgba(0,0,0,0);border-right:0rem solid rgba(0,0,0,0);border-bottom:0rem solid rgba(0,0,0,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:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:left;text-align-last:left;top:5.3125rem;left:37.5rem;display:block; }
#hwT2nTOcdn3VFsAb1mOZrEd4rakVQRdX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BR89X6uBdPTF5gERnsALa0cH3hhJ8Kzt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15014;opacity:1;top:6.25rem;left:38.5rem; }
#UI5VkxdrquHV7NzT6Vb8dzTgEhh2ksHt { background-color:rgba(0,0,0,0.12);background-image:none;border-top:0rem solid rgba(0,0,0,0);border-left:3.75rem solid rgba(0,0,0,0);border-right:0rem solid rgba(0,0,0,0);border-bottom:0rem solid rgba(0,0,0,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:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:left;text-align-last:left;top:10rem;left:37.5rem;display:block; }
#MBukZAXCT0X1XPEkH6UEiOphCoWXsiVz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wOnCreXrNDVsadvid7Qrx2zdtMDqmHLk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15016;opacity:1;top:10.9375rem;left:38.5rem; }
#TpZVmZGDLOWKH82KUyJdvOwNxtW4y43u { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ .accordion-element-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(255,255,255,0.15); }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.125rem;font-family:"work sans";font-style:normal;color:#ffffff;height:auto;line-height:1.3;overflow:hidden; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:"work sans";font-weight:300;font-style:normal;color:#ffffff;height:auto;line-height:1.2;overflow:hidden; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_b9f7d8199802708a5a823cdad6669b0c97e6bc3e.svg");background-size:contain !important; }#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ .accordion-trigger.adaptive-delivery-prevent-bg, #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ .accordion-trigger.lazyload, #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ .accordion-trigger.lazyloading { background-image: none; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ { box-sizing:content-box;height:auto;width:33.0625rem;position:absolute;display:flex;flex-direction:column;gap:0;z-index:15009;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:0rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #Dzi9w80fI75rwsIRTwPHKTPcQ58QXrcK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #KkZFPWlKBSsc5pxyP4eZ2gZyigPNoK4T { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #fcozswOmBMoPl2gle50wiM0Di8W2PUGl { display:block;position:relative; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #sQSwAkmyG1FvE0RH9sldN18pAyTgf7l0 {  }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #RPMVvDAWsuyytMRTb7zAXht4QqRpoMRP {  }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #KSJcNVLaUeqUROqwmrkTKafrx2E1ZArO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #WHaDkq9wkizOEV2gv5T9uyHBCHUGXzFQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #y1lW8DZhT7BtcOlbQqIC2eu1GzkAGfIE { display:block;position:relative; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #Q3riNBI3w9Z8FkPqZLJROCiB3qBJRKX4 {  }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #hs5615DffKnEOKC2WDQVvLEscZNg00DL { display:none; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #q8To36NsD86t2QaSp5NFlgy2Lc0wVR1F { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #FcLDS26HnyesXrl47h3g3xF3cGNt7bUh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #nSdUUtuIUe4LU2wRCJTvEJnSOLFoFTaS { display:block;position:relative; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #HN8rKw39yyMFJETaTOAxg8W1hX72x0uA {  }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #S5bWUcmahKrF1ZL3UodZny5A1Wimr6WF { display:none; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #LXABnbUlA4mSBMZTNygn4nrvgrqm1k19 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #ROyUUCwJSuAyXWZCF1Lz8iKt5k9mPTo5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #GNQG0UOKPNzT2OMRd3nsQtoC87TZI1Ea { display:block;position:relative; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #kZtm7wd45Tft9ogHwgF5w62iOLhUE17I {  }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #SSX6CfShWSOzbZflUfT4XyRpG09gGfUD { display:none; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #gWmbQOfMvfJ59t0Xamq4rB5o2GDnmBlU { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #uZqMlVKBGSe4hJQn5dvVOy9duecUtHEV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #VSgq5N1pzHWp0uHCsuDD1RTAVEQw2Qb6 { display:block;position:relative; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #mJyaV6T1hVb3TXW47ouMJUPnznK2qA7g {  }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #od5aqsNWFtqwIdqs0gQRz1K8tLND07Hu { display:none; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #CmRklPFluZZIZDufJK6tBT9AO68vptIF { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #qGubWyS5HcxNeEz7fNBTPZIapvH7h4IU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #inxAGtqoegbarfEvrCcDFyh0I0wtbq6l { display:block;position:relative; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #zz7pJlC2zIwJS9aOA4MJEHMhqlUF7quo {  }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #Xm9RQG9Dccxe05DIQ2mG2t1nBC9FF5qZ { display:none; }
#GLv0bUqETB1GO0kz9bKneKxPScEymQoN { position:absolute;display:block;z-index:15017;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:31.625rem;width:31.625rem;top:-9.5rem;left:60.8125rem;overflow:hidden;display:block; }
#XoQfMS2lSxJsSObpPicgyoCrBEn4Xyag { background-color:#00ea65;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid rgba(0,0,0,0.2);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:"work sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:2.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:28.3125rem;left:37.5rem;display:block; }
#s50HsUSlfKXFNt6z1l1d12DvKbmuCItE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vU34KBTIdhUUoBGKP4OQnLfRNnMk8TFk { color:#ffffff;display:block;width:10.125rem;position:absolute;font-family:"barlow condensed";font-size:4.1875rem;font-weight:300;z-index:15005;line-height:1;letter-spacing:0;top:20.9375rem;left:43.9375rem;height:4.1875rem;font-style:normal;display:block; }
#Kh1RKRXfHmpTDwvERGzbIDOJCCxoFVDs { color:#ffffff;display:block;width:11.125rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:25.25rem;left:37.5rem;height:1.6875rem;font-style:normal;display:block; }
#LNTKqFMfBJOlXf5z3HAxwcLUi3hrDqF1 { color:#ffffff;display:block;width:3.25rem;position:absolute;font-family:"barlow condensed";font-size:2rem;font-weight:300;z-index:15006;line-height:1;letter-spacing:0;top:21.4375rem;left:53.75rem;height:2rem;font-style:normal;display:block; }
#wl9gugSTECmL47JS4aK8GM89wzv4NsLR { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:"barlow condensed";font-size:2.625rem;font-weight:300;z-index:15006;line-height:1;letter-spacing:0;top:22.28125rem;left:37.5rem;height:2.625rem;font-style:normal;display:block; }
#XbRD0GMTQX1Ntr6zNHRB5RzunaoPzHSQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:12.25rem;width:12.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:40.625rem;left:36.3125rem; }
#KXGrJGJcybCSHdvSze6t7v9mahImVwkf { color:#ffffff;display:block;width:22.4375rem;position:absolute;font-family:"work sans";font-size:1.5625rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:38.3125rem;left:37.625rem;height:2.34375rem;font-style:normal;display:block; }
#CuV8hOenFCmVlqTk3ZbfI3yVfwsMFGSr { 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; }#CuV8hOenFCmVlqTk3ZbfI3yVfwsMFGSr > .row .container { background-color: transparent; background-image: none; }#CuV8hOenFCmVlqTk3ZbfI3yVfwsMFGSr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CuV8hOenFCmVlqTk3ZbfI3yVfwsMFGSr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CuV8hOenFCmVlqTk3ZbfI3yVfwsMFGSr > .row .container > .video-iframe-container { display: none; }#CuV8hOenFCmVlqTk3ZbfI3yVfwsMFGSr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CuV8hOenFCmVlqTk3ZbfI3yVfwsMFGSr > .row > .video-iframe-container { display: none; }#CuV8hOenFCmVlqTk3ZbfI3yVfwsMFGSr > .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); }#CuV8hOenFCmVlqTk3ZbfI3yVfwsMFGSr > .row .container { border-width: 0; border-radius: 0; }#CuV8hOenFCmVlqTk3ZbfI3yVfwsMFGSr > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#CuV8hOenFCmVlqTk3ZbfI3yVfwsMFGSr > .row .container { font-size:0.875rem;font-family:arial;height:44.875rem;width:75rem;overflow:visible;position:relative;display:block; }#tH81Fmknq60yp615Mot4qdmKdDMrTMqB { color:#000000;display:block;width:36.5625rem;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:12.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yvo0FLL1JupTqf71pK5qavLBcWFXbJym { box-sizing:content-box;height:39.5625rem;width:37.5rem;position:absolute;display:block;z-index:15000;background-color:#7300be;background-image:url("https://images.assets-landingi.com/uc/4ff040d3-c013-40c0-a430-fcc613191f3e/staminageral1668405fb0ca3cc.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5.3125rem;left:37.5rem;display:block; }#yvo0FLL1JupTqf71pK5qavLBcWFXbJym.adaptive-delivery-prevent-bg, #yvo0FLL1JupTqf71pK5qavLBcWFXbJym.lazyload, #yvo0FLL1JupTqf71pK5qavLBcWFXbJym.lazyloading { background-image: none; }
#xmr0TyoM2HAnmt6zoqTp8WXgg0LBfFQT { 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:21.125rem;left:0rem;height:16.875rem;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; }
#Oa9yfxn8HJ3ZlHcPrDrpKD8ZAQUta2Rt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:6.375rem;left:69.15625rem; }
#Oa9yfxn8HJ3ZlHcPrDrpKD8ZAQUta2Rt > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#vpUh2IIf4UwtpB6HI6d9dI1sbPeW7DTS { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:5.5rem;top:20.25rem;left:34.75rem;overflow:hidden;display:block; }
#sK9CXmcfPtPiscol5q1O9aAGwBVZmZZp { box-sizing:content-box;height:44.8125rem;width:37.5rem;position:absolute;display:block;z-index:14999;background-color:#7300be;background-image:none;top:0rem;left:37.5rem;display:block; }
#dr4O7mUiyfsb2JfAWG91SFmdfPFqCLCe { position:relative;display:none; }#dr4O7mUiyfsb2JfAWG91SFmdfPFqCLCe { border-width: 0; border-radius: 0; }#dr4O7mUiyfsb2JfAWG91SFmdfPFqCLCe > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dr4O7mUiyfsb2JfAWG91SFmdfPFqCLCe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#NwDoGhMGOPLpgSJx2ppmZv4Xb0zsFBu2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:6.375rem;left:69.15625rem;display:none; }
#NwDoGhMGOPLpgSJx2ppmZv4Xb0zsFBu2 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#vOM8efIVUBSKRVlR3RvfM5A6wMNfZ604 { 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; }#vOM8efIVUBSKRVlR3RvfM5A6wMNfZ604 > .row .container { background-color: transparent; background-image: none; }#vOM8efIVUBSKRVlR3RvfM5A6wMNfZ604::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOM8efIVUBSKRVlR3RvfM5A6wMNfZ604 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOM8efIVUBSKRVlR3RvfM5A6wMNfZ604 > .row .container > .video-iframe-container { display: none; }#vOM8efIVUBSKRVlR3RvfM5A6wMNfZ604 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOM8efIVUBSKRVlR3RvfM5A6wMNfZ604 > .row > .video-iframe-container { display: none; }#vOM8efIVUBSKRVlR3RvfM5A6wMNfZ604 > .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); }#vOM8efIVUBSKRVlR3RvfM5A6wMNfZ604 > .row .container { border-width: 0; border-radius: 0; }#vOM8efIVUBSKRVlR3RvfM5A6wMNfZ604 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vOM8efIVUBSKRVlR3RvfM5A6wMNfZ604 > .row .container { font-size:0.875rem;font-family:arial;height:31.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#i8SmMSOLWkuRUAXN3kMXBCdd8byNreWe { box-sizing:content-box;height:20.2481875rem;width:26.8106875rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/3eec5ea0-3a5e-4b7e-a96a-9b2e8923d393/mockupcertificado.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:6.4684243202213rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#i8SmMSOLWkuRUAXN3kMXBCdd8byNreWe.adaptive-delivery-prevent-bg, #i8SmMSOLWkuRUAXN3kMXBCdd8byNreWe.lazyload, #i8SmMSOLWkuRUAXN3kMXBCdd8byNreWe.lazyloading { background-image: none; }
#uxLT825w5GlGyBP7do6hwMKd4dxGtkSy { color:#ffffff;display:block;width:42.6220625rem;position:absolute;font-family:"work sans";font-size:2.8125rem;font-weight:300;z-index:15002;line-height:1;letter-spacing:0;top:7.9988861083988rem;left:28.592120170593rem;height:2.8125rem;font-style:normal;display:block; }
#i7om95ct473lgdNVIcOOMqQFepKMxLDB { color:#ffffff;display:block;width:46.3125rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:12.499185919762rem;left:28.592120170593rem;height:11.8125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;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; }
#QDZtwAr0AFZx6vFSyZfFzN7GJoouWZiA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:21.5rem;width:21.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:.03;top:2.5rem;left:-12.5rem; }
#SAGOxXJxIfqC2mb27g5BlmaoF6cBTyUa { position:absolute;display:block;z-index:15003;height:36.9375rem;width:75rem;top:8.5625rem;left:0rem;display:block; }
#f5gHifHRcWZqRdJ51FSpL7EzSIJTM37A { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.25rem;width:29.25rem;top:4.1875rem;left:-7.15625rem;overflow:hidden;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; }
#DnBhI7BKAMdCIDzOUo25KVIZMsT5oPU1 { color:#ffffff;display:block;width:18.37475rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:300;z-index:14998;line-height:1.8;letter-spacing:0;top:6.75rem;left:54.75rem;height:5.39941875rem;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:15.6875rem;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; }#gpMI7OTlR7ZhMp0TFhD74RMJqwT0XuOI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:8.82421875rem;left:53rem; }
#g0nKfWsyaduPNIx2C2giaztM0We10Zu7 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#g0nKfWsyaduPNIx2C2giaztM0We10Zu7 { background-color: transparent; background-image: none; }#g0nKfWsyaduPNIx2C2giaztM0We10Zu7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g0nKfWsyaduPNIx2C2giaztM0We10Zu7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g0nKfWsyaduPNIx2C2giaztM0We10Zu7 > .row .container > .video-iframe-container { display: none; }#g0nKfWsyaduPNIx2C2giaztM0We10Zu7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g0nKfWsyaduPNIx2C2giaztM0We10Zu7 > .row > .video-iframe-container { display: none; }#g0nKfWsyaduPNIx2C2giaztM0We10Zu7 > .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); }#g0nKfWsyaduPNIx2C2giaztM0We10Zu7 { border-width: 0; border-radius: 0; }#g0nKfWsyaduPNIx2C2giaztM0We10Zu7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#g0nKfWsyaduPNIx2C2giaztM0We10Zu7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vivk62btBQSeH8PdwscPyzTm3LK1Q5gn { background-color:#00ea65;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.25rem 0rem #009b43 ;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:"work sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11rem;height:2.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0rem;left:64rem;display:block; }
#KCbaBafin5XMuAkhnwLX13AuWJeVhM6i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #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:38.5rem;height:8.75rem;top:25.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X71qcMW69AIpiHyHIBWdcukbJ8G8vT1w { width:14rem;height:3.375rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiIFUmziAqKJXvrS88TT5t28nzWpJrhH { width:37.875rem;height:6.75rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsNnHQuTPu47eF6yl9TP25Lt2TeJ129t { width:47.75rem;height:45.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLSvGN7pObiHyGB9TRFMfXGI4FcnKZVC { width:15.125rem;height:2.75rem;top:35.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHNDMfUhXpRfEkXI6K6AoNLxqCbepCbq { display:block; }
 }@media only screen and (max-width: 763px) { #AgfmkTDNZAqTR5rpkTu1z955J3ryA0PE { width:9.875rem;height:2.75rem;top:35.9375rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ux19G3nAJxnGh4V1FgfxaCUdLw6tAZxU { display:block; }
 }@media only screen and (max-width: 763px) { #RZhoTwxesKVC6tXZ99nBom1FlpWVIhm8 { width:7.75rem;height:7.75rem;top:8.125rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPQ1unA0BpoxabxGwi3lOIB4Tw4XTuZa { width:10.5625rem;height:1.625rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMRGNs78AEOGOKGIeLWI5F6oofF0n7gg { display:block; }
 }@media only screen and (max-width: 763px) { #kGLpkpVziTRVpmsBBHVwaARVUadkvTH1 { width:13.125rem;height:1.625rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUx5u3UTT2riQfdp0U9u7wDht4pmSZlc { display:block; }
 }@media only screen and (max-width: 763px) { #DACWn5c2gaLk4ohz9LgAIzucUWORE16A { display:none; }#DACWn5c2gaLk4ohz9LgAIzucUWORE16A > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tgcT9B7uhZIHueKTybzZ9VrzuJTTZfZ0 { display:block; }#tgcT9B7uhZIHueKTybzZ9VrzuJTTZfZ0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pbcZpqXuh1tMykLRT8JwaHHB2r3ZqNRf { width:1.875rem;height:1.875rem;top:2.875rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdAFSd9TTaof0O0oTs3LrchFFcpReF4t { width:7.9375rem;height:3.6875rem;top:5.1875rem;left:11.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvvLGHaea4KAZavKJTJxHmPAtArpxbfQ { width:10.5625rem;height:2.4375rem;top:5.25rem;left:13.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QopFvR3TJchDKwPGrTHxl9T66IxGES3n { width:1.5625rem;height:1.5625rem;top:2.875rem;left:18.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfG1I1fHfgHsObWq7E7ctQnGthFzpvd1 { width:14rem;height:3.6875rem;top:5.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTbTH1iqFFRol4P91AZxkcZ2mBHxIdkl { width:14.25rem;height:3.6875rem;top:5.125rem;left:33.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub2IpPUVnLJrJ1GJPRe02wr3b6QcbZr9 { width:1.6875rem;height:1.6875rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4aSKoHlDzVTQNgsTkltRgeS4DHFRnJ3 { width:1.6875rem;height:1.6875rem;top:2.8125rem;left:36.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUUFaNPxVx4cF1BH2yx6cdB5uki5wZyq { width:12.5625rem;height:3.6875rem;top:5.1875rem;left:23.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8vT61z1XMSAfLm3k2oJMBTpENe8TITS { width:1.5625rem;height:1.5625rem;top:2.8125rem;left:25.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0w9gpNn4tS0TS2DXgeJeqr8QP1OKpzB { display:block; }#C0w9gpNn4tS0TS2DXgeJeqr8QP1OKpzB > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F4vmiX5ltybiyx0CeDEQmPbZ6aFrdG3g { width:0.5rem;height:0.625rem;top:42.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QBtQR57h2ieEi1gfC9EqtOFEDtLTPVR3 { width:31.25rem;height:0.625rem;top:42.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-regular-label { width:30.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-input-text { width:30.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-input-text {padding-top: 0; padding-bottom: 0;}#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-textarea { width:30.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-input-select { width:30.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-input-select {padding-top: 0; padding-bottom: 0;}#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-input-button { width:30.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-checkbox-label { width:29.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv  { width:30.875rem;height:auto;top:6.25rem;left:0rem; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .radio-container { width:30.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv {display:block;}#N3VunouSGk3z0yhLQ7z6671blZB4ggPv { width:30.875rem;height:auto;top:6.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #GmhAZFeZhhXJAqh25SNFcnaT8ze4SJpy {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #qoOhhNfyPmRZ4P1XtJT1lISRwTUa7mIU {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #nRFaB2p3CcTG3tI3y8hOUQVfamTVgOL2 {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #mw2Igaw3OSi1U69gCTwyVpIrqFnwefwV {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #TzrbewaJ14Mz6t7QNvd4m1hGJBVFXdMI {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #amLNw8VVXM2lxd7bJ7sGL8M6JJQ780Ra {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #WEgzz4aFVaN58AWVzgOHQg9mmqvAXad4 {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #exTLXEo87bLDOoxZhTTIp3vT523pTunw {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #trTTkcymlTgsKBZ4OpoZSWp9QgsqF65v {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #DlwEbZ7AgmPO1tOkAJEJt5y3hN7kCGCX {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #ELvlUslmgPprRRuDkZHJFTisAutnvGp6 {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #iMwqdckGpvBey0Nwvy5sgclzIPQcHfi7 {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #tIIPH3iTsQfH911Dp4ByEQiyWmZtg6dI {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #UVvtp8TUZNQ7P6SnWhoqkTOMuPTdEtxq {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #LiclFoLkMkSteWcTzkdQBarmXdFbXvDk {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #rgmg3MHuPX5lBvpvVymufr0koUEJAKo4 {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #o5k0xsTiyIgLLLc6eS4u1KQFF2CbuVsw {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #iJVD1KUl9M5OT1Zd6in9MqAxT65kdTzy {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #vt1oQVpaSyaRyraTGldQeZnIidccLIhy {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #h0unCgT2gKloVb4guJMhAREwAxMA85cU {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #WitnaWIkm6DaecNBFd7As1vxJ6IE3I4K {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #apZvU2VxPoruUdOsSWUcrJF8w6qmI1Ku {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #v1ULc2Rllw2waeeixSRR06nDrhnqPDPp {  }
 }@media only screen and (max-width: 763px) { #Gy5yKAFeQO1NrtllNGy6cSI6tNGWkPKD { width:47.75rem;height:14.125rem;top:8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeAJ2oxFkgB1rtIhgDmcvlA7DQVhUm02 { width:16.75rem;height:3rem;top:14.3125rem;left:28.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3oKwaAcXdAct016F5HCxsBGCWwVi2Uu { width:3.125rem;height:3.125rem;top:10.4375rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7RG9PS81xukG1JNL13ZqRk5k2BTv633 { width:8.75rem;height:8.75rem;top:18.6875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmVsbeM76cuZNrK7L27i3B5v8uVZMAOt { display:none; }#xmVsbeM76cuZNrK7L27i3B5v8uVZMAOt > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pC7vBZHBnVWKSGA3VJSTfo639SKRoSqS { display:block; }#pC7vBZHBnVWKSGA3VJSTfo639SKRoSqS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JmTaXLG0S9C9196gMpC6sdptsdrVG0Uy { width:30.4375rem;height:6.25rem;top:7.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4DsZIM1KqTvHfnOkZhzoTSpChMoSB9f { width:34.5625rem;height:;top:16.5rem;left:0rem;font-size:1.5625rem;display:block; }#V4DsZIM1KqTvHfnOkZhzoTSpChMoSB9f li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_01d8d054a9c0fc701584fd3f3cc3c153db3f73b1.svg); }
 }@media only screen and (max-width: 763px) { #Ef8h7EMfa8QikdKXZXbKSWqdvR3DC3NN { width:47.75rem;height:40.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXIcmsyTXQSOhSiU3wZyUkaKizTZx9Eb { width:8.75rem;height:8.75rem;top:5.5rem;left:19.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4IvVogTihwMykXcggVQIJ8f61TcVO9f { display:none; }#M4IvVogTihwMykXcggVQIJ8f61TcVO9f > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WPPXCqQMJBOeJkWVTdPuCVv6sZoneGmL { display:block; }#WPPXCqQMJBOeJkWVTdPuCVv6sZoneGmL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VVmTIcp6GhylszRZBgAcr4RzuPih6T4Z { width:47.75rem;height:50.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWrmFrTAI0fX3PNVaD12E8zT46pwOiMJ { width:11.25rem;height:11.25rem;top:43.25rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nu0QBw9TR7Isrbbvi0gcJl5aZ4o1PGLx { width:30.0625rem;height:39.375rem;top:5.5625rem;left:16.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3FrfwE2ny5f2y5ro4PZup4E6DCnWTdH { display:block; }#o3FrfwE2ny5f2y5ro4PZup4E6DCnWTdH > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aPTOxtHnlR9kd6qAF2AF6oWeId4qpNg6 { width:47.75rem;height:1.875rem;top:9.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT9ZPSwbGLbwvZKTZwvdvSRe4HOgZgCi { width:36.4375rem;height:6.75rem;top:12.4375rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzROwM1R3zTicAZrcMiXT1mNQ7kSxGw0 { display:block; }#JzROwM1R3zTicAZrcMiXT1mNQ7kSxGw0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #irIbNfwb8vm2R4aww4cEwDoCMV5bTpFT { width:1.5625rem;height:1.5625rem;top:1.5625rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfxvXaWgGcw1rW2oy8qC4xaQTMTLDpDf { width:9.625rem;height:3.4375rem;top:0.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFnMxG5BIPFZy5hRaAkBMEbQsEUmdOow { display:block; }
 }@media only screen and (max-width: 763px) { #Cta7JthiEX67NB5xNQH5uvB3lRVhxVPk { width:13.8125rem;height:3.4375rem;top:5.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwT2nTOcdn3VFsAb1mOZrEd4rakVQRdX { display:block; }
 }@media only screen and (max-width: 763px) { #BR89X6uBdPTF5gERnsALa0cH3hhJ8Kzt { width:1.5625rem;height:1.5625rem;top:6.25rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UI5VkxdrquHV7NzT6Vb8dzTgEhh2ksHt { width:13.625rem;height:3.4375rem;top:10rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBukZAXCT0X1XPEkH6UEiOphCoWXsiVz { display:block; }
 }@media only screen and (max-width: 763px) { #wOnCreXrNDVsadvid7Qrx2zdtMDqmHLk { width:1.5625rem;height:1.5625rem;top:10.9375rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpZVmZGDLOWKH82KUyJdvOwNxtW4y43u { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ { display:flex;height:auto;width:27.8125rem;top:12.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #Dzi9w80fI75rwsIRTwPHKTPcQ58QXrcK {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #KkZFPWlKBSsc5pxyP4eZ2gZyigPNoK4T {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #fcozswOmBMoPl2gle50wiM0Di8W2PUGl {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #sQSwAkmyG1FvE0RH9sldN18pAyTgf7l0 {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #RPMVvDAWsuyytMRTb7zAXht4QqRpoMRP {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #KSJcNVLaUeqUROqwmrkTKafrx2E1ZArO {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #WHaDkq9wkizOEV2gv5T9uyHBCHUGXzFQ {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #y1lW8DZhT7BtcOlbQqIC2eu1GzkAGfIE {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #Q3riNBI3w9Z8FkPqZLJROCiB3qBJRKX4 {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #hs5615DffKnEOKC2WDQVvLEscZNg00DL {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #q8To36NsD86t2QaSp5NFlgy2Lc0wVR1F {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #FcLDS26HnyesXrl47h3g3xF3cGNt7bUh {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #nSdUUtuIUe4LU2wRCJTvEJnSOLFoFTaS {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #HN8rKw39yyMFJETaTOAxg8W1hX72x0uA {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #S5bWUcmahKrF1ZL3UodZny5A1Wimr6WF {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #LXABnbUlA4mSBMZTNygn4nrvgrqm1k19 {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #ROyUUCwJSuAyXWZCF1Lz8iKt5k9mPTo5 {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #GNQG0UOKPNzT2OMRd3nsQtoC87TZI1Ea {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #kZtm7wd45Tft9ogHwgF5w62iOLhUE17I {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #SSX6CfShWSOzbZflUfT4XyRpG09gGfUD {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #gWmbQOfMvfJ59t0Xamq4rB5o2GDnmBlU {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #uZqMlVKBGSe4hJQn5dvVOy9duecUtHEV {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #VSgq5N1pzHWp0uHCsuDD1RTAVEQw2Qb6 {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #mJyaV6T1hVb3TXW47ouMJUPnznK2qA7g {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #od5aqsNWFtqwIdqs0gQRz1K8tLND07Hu {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #CmRklPFluZZIZDufJK6tBT9AO68vptIF {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #qGubWyS5HcxNeEz7fNBTPZIapvH7h4IU {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #inxAGtqoegbarfEvrCcDFyh0I0wtbq6l {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #zz7pJlC2zIwJS9aOA4MJEHMhqlUF7quo {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #Xm9RQG9Dccxe05DIQ2mG2t1nBC9FF5qZ {  }
 }@media only screen and (max-width: 763px) { #GLv0bUqETB1GO0kz9bKneKxPScEymQoN { width:31.625rem;height:31.625rem;top:-9.5rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoQfMS2lSxJsSObpPicgyoCrBEn4Xyag { width:15.125rem;height:2.75rem;top:28.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s50HsUSlfKXFNt6z1l1d12DvKbmuCItE { display:block; }
 }@media only screen and (max-width: 763px) { #vU34KBTIdhUUoBGKP4OQnLfRNnMk8TFk { width:10.125rem;height:4.1875rem;top:20.9375rem;left:30.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kh1RKRXfHmpTDwvERGzbIDOJCCxoFVDs { width:11.125rem;height:1.6875rem;top:25.25rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNTKqFMfBJOlXf5z3HAxwcLUi3hrDqF1 { width:3.25rem;height:2rem;top:21.4375rem;left:40.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl9gugSTECmL47JS4aK8GM89wzv4NsLR { width:6.125rem;height:2.625rem;top:22.25rem;left:23.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbRD0GMTQX1Ntr6zNHRB5RzunaoPzHSQ { width:12.25rem;height:12.25rem;top:40.625rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXGrJGJcybCSHdvSze6t7v9mahImVwkf { width:22.4375rem;height:2.3125rem;top:38.3125rem;left:24rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuV8hOenFCmVlqTk3ZbfI3yVfwsMFGSr { display:block; }#CuV8hOenFCmVlqTk3ZbfI3yVfwsMFGSr > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tH81Fmknq60yp615Mot4qdmKdDMrTMqB { width:36.5625rem;height:12.0625rem;top:6.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvo0FLL1JupTqf71pK5qavLBcWFXbJym { width:37.5rem;height:39.5625rem;top:5.3125rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmr0TyoM2HAnmt6zoqTp8WXgg0LBfFQT { width:32.75rem;height:16.875rem;top:21.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oa9yfxn8HJ3ZlHcPrDrpKD8ZAQUta2Rt { width:3.125rem;height:3.125rem;top:6.375rem;left:44.625rem;display:block; }
#Oa9yfxn8HJ3ZlHcPrDrpKD8ZAQUta2Rt > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #vpUh2IIf4UwtpB6HI6d9dI1sbPeW7DTS { width:5.5rem;height:5.5rem;top:20.25rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sK9CXmcfPtPiscol5q1O9aAGwBVZmZZp { width:37.5rem;height:44.8125rem;top:0rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dr4O7mUiyfsb2JfAWG91SFmdfPFqCLCe { display:none; }#dr4O7mUiyfsb2JfAWG91SFmdfPFqCLCe > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NwDoGhMGOPLpgSJx2ppmZv4Xb0zsFBu2 { width:3.125rem;height:3.125rem;top:6.375rem;left:44.625rem;display:none; }
#NwDoGhMGOPLpgSJx2ppmZv4Xb0zsFBu2 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #vOM8efIVUBSKRVlR3RvfM5A6wMNfZ604 { display:block; }#vOM8efIVUBSKRVlR3RvfM5A6wMNfZ604 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i8SmMSOLWkuRUAXN3kMXBCdd8byNreWe { width:26.75rem;height:20.1875rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxLT825w5GlGyBP7do6hwMKd4dxGtkSy { width:42.5625rem;height:2.8125rem;top:7.9375rem;left:5.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7om95ct473lgdNVIcOOMqQFepKMxLDB { width:46.25rem;height:11.75rem;top:12.4375rem;left:1.5rem;font-size:0.9375rem;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) { #QDZtwAr0AFZx6vFSyZfFzN7GJoouWZiA { width:21.5rem;height:21.5rem;top:2.5rem;left:0rem;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) { #f5gHifHRcWZqRdJ51FSpL7EzSIJTM37A { width:29.25rem;height:29.25rem;top:4.1875rem;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) { #DnBhI7BKAMdCIDzOUo25KVIZMsT5oPU1 { width:18.3125rem;height:5.375rem;top:6.75rem;left:29.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPMHg9I3CdbFTFB4K7U2wk1VWeblyt1Z { width:20.25rem;height:3.8125rem;top:15.6875rem;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) { #gpMI7OTlR7ZhMp0TFhD74RMJqwT0XuOI { width:1.25rem;height:1.25rem;top:8.8125rem;left:39.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0nKfWsyaduPNIx2C2giaztM0We10Zu7 { display:block; }#g0nKfWsyaduPNIx2C2giaztM0We10Zu7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vivk62btBQSeH8PdwscPyzTm3LK1Q5gn { width:11rem;height:2.75rem;top:0rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCbaBafin5XMuAkhnwLX13AuWJeVhM6i { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/90bcb218-f79b-4d7a-a39a-aa8a1ad48dd4/download.format_auto.avif");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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:rgba(0,0,0,0);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; }#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(0,0,0,0); }#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(0,0,0,0); }#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 > .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:36.9375rem;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:8.5488125rem;top:15.4375rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.2;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:6.5625rem;top:8.0625rem;left:0rem;font-size:2.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rsNnHQuTPu47eF6yl9TP25Lt2TeJ129t { width:20rem;height:15.0625rem;top:61.09375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xLSvGN7pObiHyGB9TRFMfXGI4FcnKZVC { width:15.125rem;height:2.75rem;top:26rem;left:0rem;font-size:1rem;font-weight:700;font-style:normal;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #tHNDMfUhXpRfEkXI6K6AoNLxqCbepCbq { display:block; }
 }@media only screen and (max-width: 763px) { #AgfmkTDNZAqTR5rpkTu1z955J3ryA0PE { width:11.375rem;height:2.75rem;top:29.75rem;left:0rem;font-size:0.875rem;font-weight:700;font-style:normal;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ux19G3nAJxnGh4V1FgfxaCUdLw6tAZxU { display:block; }
 }@media only screen and (max-width: 763px) { #RZhoTwxesKVC6tXZ99nBom1FlpWVIhm8 { width:4rem;height:4rem;top:3.09375rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPQ1unA0BpoxabxGwi3lOIB4Tw4XTuZa { width:7.625rem;height:1.625rem;top:35.3125rem;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) { #IMRGNs78AEOGOKGIeLWI5F6oofF0n7gg { display:block; }
 }@media only screen and (max-width: 763px) { #kGLpkpVziTRVpmsBBHVwaARVUadkvTH1 { width:9.75rem;height:1.625rem;top:35.3125rem;left:8rem;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) { #lUx5u3UTT2riQfdp0U9u7wDht4pmSZlc { display:block; }
 }@media only screen and (max-width: 763px) { #DACWn5c2gaLk4ohz9LgAIzucUWORE16A { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/adb414bb-3f67-42ad-aba2-890e6def1ecf/whiskstoryboard337a0c659f2a4dc49edacd3a683dd1e361656.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DACWn5c2gaLk4ohz9LgAIzucUWORE16A.adaptive-delivery-prevent-bg, #DACWn5c2gaLk4ohz9LgAIzucUWORE16A.lazyload, #DACWn5c2gaLk4ohz9LgAIzucUWORE16A.lazyloading { background-image: none; }#DACWn5c2gaLk4ohz9LgAIzucUWORE16A > .row .container { background-color: transparent; background-image: none; }#DACWn5c2gaLk4ohz9LgAIzucUWORE16A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DACWn5c2gaLk4ohz9LgAIzucUWORE16A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DACWn5c2gaLk4ohz9LgAIzucUWORE16A > .row .container > .video-iframe-container { display: none; }#DACWn5c2gaLk4ohz9LgAIzucUWORE16A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DACWn5c2gaLk4ohz9LgAIzucUWORE16A > .row > .video-iframe-container { display: none; }#DACWn5c2gaLk4ohz9LgAIzucUWORE16A > .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); }#DACWn5c2gaLk4ohz9LgAIzucUWORE16A > .row .container { border-width: 0; border-radius: 0; }#DACWn5c2gaLk4ohz9LgAIzucUWORE16A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DACWn5c2gaLk4ohz9LgAIzucUWORE16A > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tgcT9B7uhZIHueKTybzZ9VrzuJTTZfZ0 { display:block; }#tgcT9B7uhZIHueKTybzZ9VrzuJTTZfZ0 > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pbcZpqXuh1tMykLRT8JwaHHB2r3ZqNRf { display:flex;width:1.875rem;height:1.875rem;top:3.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mdAFSd9TTaof0O0oTs3LrchFFcpReF4t { width:9.8125rem;height:2.3369125rem;top:2.95703125rem;left:3.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WvvLGHaea4KAZavKJTJxHmPAtArpxbfQ { width:12.5625rem;height:2.3369125rem;top:7.5rem;left:3.71875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QopFvR3TJchDKwPGrTHxl9T66IxGES3n { display:flex;width:1.5625rem;height:1.5625rem;top:7.88671875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tfG1I1fHfgHsObWq7E7ctQnGthFzpvd1 { width:16.3125rem;height:3.50536875rem;top:11.84765625rem;left:3.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WTbTH1iqFFRol4P91AZxkcZ2mBHxIdkl { width:16.4375rem;height:3.50536875rem;top:23.3125rem;left:3.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ub2IpPUVnLJrJ1GJPRe02wr3b6QcbZr9 { display:flex;width:1.6875rem;height:1.6875rem;top:12.171875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #f4aSKoHlDzVTQNgsTkltRgeS4DHFRnJ3 { display:flex;width:1.6875rem;height:1.6875rem;top:23.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BUUFaNPxVx4cF1BH2yx6cdB5uki5wZyq { width:12.5625rem;height:3.50536875rem;top:17.6484375rem;left:3.78125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s8vT61z1XMSAfLm3k2oJMBTpENe8TITS { display:flex;width:1.5625rem;height:1.5625rem;top:17.6484375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #C0w9gpNn4tS0TS2DXgeJeqr8QP1OKpzB { background-color:rgba(0,0,0,0);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; }#C0w9gpNn4tS0TS2DXgeJeqr8QP1OKpzB > .row .container { background-color: transparent; background-image: none; }#C0w9gpNn4tS0TS2DXgeJeqr8QP1OKpzB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0w9gpNn4tS0TS2DXgeJeqr8QP1OKpzB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0w9gpNn4tS0TS2DXgeJeqr8QP1OKpzB > .row .container > .video-iframe-container { display: none; }#C0w9gpNn4tS0TS2DXgeJeqr8QP1OKpzB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0w9gpNn4tS0TS2DXgeJeqr8QP1OKpzB > .row > .video-iframe-container { display: none; }#C0w9gpNn4tS0TS2DXgeJeqr8QP1OKpzB > .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); }#C0w9gpNn4tS0TS2DXgeJeqr8QP1OKpzB > .row .container { border-width: 0; border-radius: 0; }#C0w9gpNn4tS0TS2DXgeJeqr8QP1OKpzB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C0w9gpNn4tS0TS2DXgeJeqr8QP1OKpzB > .row .container { width:20rem;height:55.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F4vmiX5ltybiyx0CeDEQmPbZ6aFrdG3g { width:0.6875rem;height:0.3125rem;top:33.812206268311rem;left:0.62481909990311rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #QBtQR57h2ieEi1gfC9EqtOFEDtLTPVR3 { width:18.75rem;height:0.3125rem;top:33.812206268311rem;left:0.62481909990311rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:1rem;overflow:hidden;height:auto; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.6875rem; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-input-text {padding-top: 0; padding-bottom: 0;}#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-input-select {padding-top: 0; padding-bottom: 0;}#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv  { width:17.5rem;height:auto;top:17.1875rem;left:0rem; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv {display:block;}#N3VunouSGk3z0yhLQ7z6671blZB4ggPv { width:17.5rem;height:auto;top:17.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #GmhAZFeZhhXJAqh25SNFcnaT8ze4SJpy {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #qoOhhNfyPmRZ4P1XtJT1lISRwTUa7mIU {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #nRFaB2p3CcTG3tI3y8hOUQVfamTVgOL2 {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #mw2Igaw3OSi1U69gCTwyVpIrqFnwefwV {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #TzrbewaJ14Mz6t7QNvd4m1hGJBVFXdMI {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #amLNw8VVXM2lxd7bJ7sGL8M6JJQ780Ra {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #WEgzz4aFVaN58AWVzgOHQg9mmqvAXad4 {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #exTLXEo87bLDOoxZhTTIp3vT523pTunw {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #trTTkcymlTgsKBZ4OpoZSWp9QgsqF65v {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #DlwEbZ7AgmPO1tOkAJEJt5y3hN7kCGCX {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #ELvlUslmgPprRRuDkZHJFTisAutnvGp6 {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #iMwqdckGpvBey0Nwvy5sgclzIPQcHfi7 {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #tIIPH3iTsQfH911Dp4ByEQiyWmZtg6dI {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #UVvtp8TUZNQ7P6SnWhoqkTOMuPTdEtxq {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #LiclFoLkMkSteWcTzkdQBarmXdFbXvDk {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #rgmg3MHuPX5lBvpvVymufr0koUEJAKo4 {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #o5k0xsTiyIgLLLc6eS4u1KQFF2CbuVsw {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #iJVD1KUl9M5OT1Zd6in9MqAxT65kdTzy {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #vt1oQVpaSyaRyraTGldQeZnIidccLIhy {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #h0unCgT2gKloVb4guJMhAREwAxMA85cU {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #WitnaWIkm6DaecNBFd7As1vxJ6IE3I4K {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #apZvU2VxPoruUdOsSWUcrJF8w6qmI1Ku {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #v1ULc2Rllw2waeeixSRR06nDrhnqPDPp {  }
 }@media only screen and (max-width: 763px) { #Gy5yKAFeQO1NrtllNGy6cSI6tNGWkPKD { width:20rem;height:12.5rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeAJ2oxFkgB1rtIhgDmcvlA7DQVhUm02 { width:16.75rem;height:3rem;top:4.75rem;left:1.0625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f3oKwaAcXdAct016F5HCxsBGCWwVi2Uu { display:flex;width:3.125rem;height:3.125rem;top:40.4375rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #J7RG9PS81xukG1JNL13ZqRk5k2BTv633 { width:4.75rem;height:4.75rem;top:12.4375rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmVsbeM76cuZNrK7L27i3B5v8uVZMAOt { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4f05087b-31cc-4e03-ac4c-2226f673b725/whiskstoryboardeb0112d97e4c4e03bf2e7684683dcf175ad55.webp");background-position:center left !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; }#xmVsbeM76cuZNrK7L27i3B5v8uVZMAOt.adaptive-delivery-prevent-bg, #xmVsbeM76cuZNrK7L27i3B5v8uVZMAOt.lazyload, #xmVsbeM76cuZNrK7L27i3B5v8uVZMAOt.lazyloading { background-image: none; }#xmVsbeM76cuZNrK7L27i3B5v8uVZMAOt > .row .container { background-color: transparent; background-image: none; }#xmVsbeM76cuZNrK7L27i3B5v8uVZMAOt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xmVsbeM76cuZNrK7L27i3B5v8uVZMAOt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xmVsbeM76cuZNrK7L27i3B5v8uVZMAOt > .row .container > .video-iframe-container { display: none; }#xmVsbeM76cuZNrK7L27i3B5v8uVZMAOt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xmVsbeM76cuZNrK7L27i3B5v8uVZMAOt > .row > .video-iframe-container { display: none; }#xmVsbeM76cuZNrK7L27i3B5v8uVZMAOt > .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); }#xmVsbeM76cuZNrK7L27i3B5v8uVZMAOt > .row .container { border-width: 0; border-radius: 0; }#xmVsbeM76cuZNrK7L27i3B5v8uVZMAOt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xmVsbeM76cuZNrK7L27i3B5v8uVZMAOt > .row .container { width:20rem;height:17.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pC7vBZHBnVWKSGA3VJSTfo639SKRoSqS { display:block; }#pC7vBZHBnVWKSGA3VJSTfo639SKRoSqS > .row .container { width:20rem;height:26.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JmTaXLG0S9C9196gMpC6sdptsdrVG0Uy { width:17.8125rem;height:3.75rem;top:2.5rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V4DsZIM1KqTvHfnOkZhzoTSpChMoSB9f { width:20rem;height:12.0488125rem;top:8.625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#V4DsZIM1KqTvHfnOkZhzoTSpChMoSB9f li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_01d8d054a9c0fc701584fd3f3cc3c153db3f73b1.svg); }
 }@media only screen and (max-width: 763px) { #Ef8h7EMfa8QikdKXZXbKSWqdvR3DC3NN { width:20rem;height:43.75rem;top:48.2119140625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MXIcmsyTXQSOhSiU3wZyUkaKizTZx9Eb { width:4rem;height:4rem;top:4.5625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4IvVogTihwMykXcggVQIJ8f61TcVO9f { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/93cc5a46-855d-4f86-beaa-8fa0ffedbd11/whisk453ffb0933683dd2ce26437.webp");background-position:center right !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; }#M4IvVogTihwMykXcggVQIJ8f61TcVO9f.adaptive-delivery-prevent-bg, #M4IvVogTihwMykXcggVQIJ8f61TcVO9f.lazyload, #M4IvVogTihwMykXcggVQIJ8f61TcVO9f.lazyloading { background-image: none; }#M4IvVogTihwMykXcggVQIJ8f61TcVO9f > .row .container { background-color: transparent; background-image: none; }#M4IvVogTihwMykXcggVQIJ8f61TcVO9f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4IvVogTihwMykXcggVQIJ8f61TcVO9f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4IvVogTihwMykXcggVQIJ8f61TcVO9f > .row .container > .video-iframe-container { display: none; }#M4IvVogTihwMykXcggVQIJ8f61TcVO9f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4IvVogTihwMykXcggVQIJ8f61TcVO9f > .row > .video-iframe-container { display: none; }#M4IvVogTihwMykXcggVQIJ8f61TcVO9f > .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); }#M4IvVogTihwMykXcggVQIJ8f61TcVO9f > .row .container { border-width: 0; border-radius: 0; }#M4IvVogTihwMykXcggVQIJ8f61TcVO9f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M4IvVogTihwMykXcggVQIJ8f61TcVO9f > .row .container { width:20rem;height:17.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WPPXCqQMJBOeJkWVTdPuCVv6sZoneGmL { display:block; }#WPPXCqQMJBOeJkWVTdPuCVv6sZoneGmL > .row .container { width:20rem;height:36.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VVmTIcp6GhylszRZBgAcr4RzuPih6T4Z { width:20rem;height:46.875rem;top:48.2119140625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nWrmFrTAI0fX3PNVaD12E8zT46pwOiMJ { width:3.3125rem;height:3.3125rem;top:31.5654296875rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nu0QBw9TR7Isrbbvi0gcJl5aZ4o1PGLx { width:20rem;height:26.77149375rem;top:3.1484375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o3FrfwE2ny5f2y5ro4PZup4E6DCnWTdH { background-color:#7300be;background-image:none;display:block; }#o3FrfwE2ny5f2y5ro4PZup4E6DCnWTdH > .row .container { background-color: transparent; background-image: none; }#o3FrfwE2ny5f2y5ro4PZup4E6DCnWTdH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o3FrfwE2ny5f2y5ro4PZup4E6DCnWTdH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o3FrfwE2ny5f2y5ro4PZup4E6DCnWTdH > .row .container > .video-iframe-container { display: none; }#o3FrfwE2ny5f2y5ro4PZup4E6DCnWTdH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o3FrfwE2ny5f2y5ro4PZup4E6DCnWTdH > .row > .video-iframe-container { display: none; }#o3FrfwE2ny5f2y5ro4PZup4E6DCnWTdH > .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); }#o3FrfwE2ny5f2y5ro4PZup4E6DCnWTdH > .row .container { width:20rem;height:13.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aPTOxtHnlR9kd6qAF2AF6oWeId4qpNg6 { width:6.375rem;height:1.5625rem;top:4.1875rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #JT9ZPSwbGLbwvZKTZwvdvSRe4HOgZgCi { width:16.3125rem;height:6rem;top:6.75rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JzROwM1R3zTicAZrcMiXT1mNQ7kSxGw0 { display:block; }#JzROwM1R3zTicAZrcMiXT1mNQ7kSxGw0 > .row .container { width:20rem;height:82.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #irIbNfwb8vm2R4aww4cEwDoCMV5bTpFT { display:flex;width:1.125rem;height:1.125rem;top:59.75rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #WfxvXaWgGcw1rW2oy8qC4xaQTMTLDpDf { width:8.6875rem;height:2.5rem;top:59.0625rem;left:0rem;font-size:0.9375rem;border-top:0rem solid rgba(0,0,0,0);border-left:2.8125rem solid rgba(0,0,0,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) { #WFnMxG5BIPFZy5hRaAkBMEbQsEUmdOow { display:block; }
 }@media only screen and (max-width: 763px) { #Cta7JthiEX67NB5xNQH5uvB3lRVhxVPk { width:10.625rem;height:2.5rem;top:62.1875rem;left:0rem;font-size:0.9375rem;border-top:0rem solid rgba(0,0,0,0);border-left:2.8125rem solid rgba(0,0,0,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) { #hwT2nTOcdn3VFsAb1mOZrEd4rakVQRdX { display:block; }
 }@media only screen and (max-width: 763px) { #BR89X6uBdPTF5gERnsALa0cH3hhJ8Kzt { display:flex;width:1.25rem;height:1.25rem;top:62.875rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #UI5VkxdrquHV7NzT6Vb8dzTgEhh2ksHt { width:11rem;height:2.5rem;top:59.0625rem;left:9rem;font-size:0.9375rem;border-top:0rem solid rgba(0,0,0,0);border-left:2.8125rem solid rgba(0,0,0,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) { #MBukZAXCT0X1XPEkH6UEiOphCoWXsiVz { display:block; }
 }@media only screen and (max-width: 763px) { #wOnCreXrNDVsadvid7Qrx2zdtMDqmHLk { display:flex;width:1.5625rem;height:1.5625rem;top:59.625rem;left:9.5625rem; }
 }@media only screen and (max-width: 763px) { #TpZVmZGDLOWKH82KUyJdvOwNxtW4y43u { display:flex;top:0.59375rem;left:0.4375rem;width:1.875rem;height:1.875rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ .accordion-heading-text { font-size:0.875rem;height:auto; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ .accordion-desc-text { font-size:0.875rem;height:auto; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ { display:flex;height:auto;width:20rem;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #Dzi9w80fI75rwsIRTwPHKTPcQ58QXrcK {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #KkZFPWlKBSsc5pxyP4eZ2gZyigPNoK4T {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #fcozswOmBMoPl2gle50wiM0Di8W2PUGl {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #sQSwAkmyG1FvE0RH9sldN18pAyTgf7l0 {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #RPMVvDAWsuyytMRTb7zAXht4QqRpoMRP {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #KSJcNVLaUeqUROqwmrkTKafrx2E1ZArO {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #WHaDkq9wkizOEV2gv5T9uyHBCHUGXzFQ {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #y1lW8DZhT7BtcOlbQqIC2eu1GzkAGfIE {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #Q3riNBI3w9Z8FkPqZLJROCiB3qBJRKX4 {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #hs5615DffKnEOKC2WDQVvLEscZNg00DL {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #q8To36NsD86t2QaSp5NFlgy2Lc0wVR1F {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #FcLDS26HnyesXrl47h3g3xF3cGNt7bUh {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #nSdUUtuIUe4LU2wRCJTvEJnSOLFoFTaS {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #HN8rKw39yyMFJETaTOAxg8W1hX72x0uA {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #S5bWUcmahKrF1ZL3UodZny5A1Wimr6WF {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #LXABnbUlA4mSBMZTNygn4nrvgrqm1k19 {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #ROyUUCwJSuAyXWZCF1Lz8iKt5k9mPTo5 {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #GNQG0UOKPNzT2OMRd3nsQtoC87TZI1Ea {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #kZtm7wd45Tft9ogHwgF5w62iOLhUE17I {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #SSX6CfShWSOzbZflUfT4XyRpG09gGfUD {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #gWmbQOfMvfJ59t0Xamq4rB5o2GDnmBlU {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #uZqMlVKBGSe4hJQn5dvVOy9duecUtHEV {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #VSgq5N1pzHWp0uHCsuDD1RTAVEQw2Qb6 {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #mJyaV6T1hVb3TXW47ouMJUPnznK2qA7g {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #od5aqsNWFtqwIdqs0gQRz1K8tLND07Hu {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #CmRklPFluZZIZDufJK6tBT9AO68vptIF {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #qGubWyS5HcxNeEz7fNBTPZIapvH7h4IU {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #inxAGtqoegbarfEvrCcDFyh0I0wtbq6l {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #zz7pJlC2zIwJS9aOA4MJEHMhqlUF7quo {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #Xm9RQG9Dccxe05DIQ2mG2t1nBC9FF5qZ {  }
 }@media only screen and (max-width: 763px) { #GLv0bUqETB1GO0kz9bKneKxPScEymQoN { width:5.8125rem;height:5.8125rem;top:64.6875rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoQfMS2lSxJsSObpPicgyoCrBEn4Xyag { width:15.125rem;height:2.75rem;top:75.875rem;left:0rem;font-size:1rem;font-weight:700;font-style:normal;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #s50HsUSlfKXFNt6z1l1d12DvKbmuCItE { display:block; }
 }@media only screen and (max-width: 763px) { #vU34KBTIdhUUoBGKP4OQnLfRNnMk8TFk { width:6.125rem;height:2.5625rem;top:66.375rem;left:4.875rem;font-size:2.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Kh1RKRXfHmpTDwvERGzbIDOJCCxoFVDs { width:9.9375rem;height:1.5rem;top:69.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LNTKqFMfBJOlXf5z3HAxwcLUi3hrDqF1 { width:1.875rem;height:1.4375rem;top:66.6875rem;left:11.375rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wl9gugSTECmL47JS4aK8GM89wzv4NsLR { width:4.875rem;height:2rem;top:66.9375rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XbRD0GMTQX1Ntr6zNHRB5RzunaoPzHSQ { display:flex;width:12.25rem;height:12.25rem;top:40.625rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KXGrJGJcybCSHdvSze6t7v9mahImVwkf { width:20rem;height:1.96875rem;top:72.1875rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CuV8hOenFCmVlqTk3ZbfI3yVfwsMFGSr { background-color:transparent;background-image:none;display:block; }#CuV8hOenFCmVlqTk3ZbfI3yVfwsMFGSr > .row .container { background-color: transparent; background-image: none; }#CuV8hOenFCmVlqTk3ZbfI3yVfwsMFGSr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CuV8hOenFCmVlqTk3ZbfI3yVfwsMFGSr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CuV8hOenFCmVlqTk3ZbfI3yVfwsMFGSr > .row .container > .video-iframe-container { display: none; }#CuV8hOenFCmVlqTk3ZbfI3yVfwsMFGSr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CuV8hOenFCmVlqTk3ZbfI3yVfwsMFGSr > .row > .video-iframe-container { display: none; }#CuV8hOenFCmVlqTk3ZbfI3yVfwsMFGSr > .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); }#CuV8hOenFCmVlqTk3ZbfI3yVfwsMFGSr > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tH81Fmknq60yp615Mot4qdmKdDMrTMqB { width:20rem;height:10.722625rem;top:2.5rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yvo0FLL1JupTqf71pK5qavLBcWFXbJym { width:20rem;height:16.6875rem;top:54rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/947faedb-56a5-4907-90d3-849ee38823af/e29167df0dc17c4ae.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#yvo0FLL1JupTqf71pK5qavLBcWFXbJym.adaptive-delivery-prevent-bg, #yvo0FLL1JupTqf71pK5qavLBcWFXbJym.lazyload, #yvo0FLL1JupTqf71pK5qavLBcWFXbJym.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #xmr0TyoM2HAnmt6zoqTp8WXgg0LBfFQT { width:20rem;height:19.6875rem;top:14.40625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Oa9yfxn8HJ3ZlHcPrDrpKD8ZAQUta2Rt { display:flex;width:3.125rem;height:3.125rem;top:15.96875rem;left:10.9375rem;display:none; }
#Oa9yfxn8HJ3ZlHcPrDrpKD8ZAQUta2Rt > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #vpUh2IIf4UwtpB6HI6d9dI1sbPeW7DTS { width:2.5rem;height:2.5rem;top:0rem;left:17.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sK9CXmcfPtPiscol5q1O9aAGwBVZmZZp { width:20rem;height:44.8125rem;top:71.375rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/947faedb-56a5-4907-90d3-849ee38823af/e29167df0dc17c4ae.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#sK9CXmcfPtPiscol5q1O9aAGwBVZmZZp.adaptive-delivery-prevent-bg, #sK9CXmcfPtPiscol5q1O9aAGwBVZmZZp.lazyload, #sK9CXmcfPtPiscol5q1O9aAGwBVZmZZp.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #dr4O7mUiyfsb2JfAWG91SFmdfPFqCLCe { background-color:#7300be;background-image:url("https://images.assets-landingi.com/uc/4ff040d3-c013-40c0-a430-fcc613191f3e/staminageral1668405fb0ca3cc.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#dr4O7mUiyfsb2JfAWG91SFmdfPFqCLCe.adaptive-delivery-prevent-bg, #dr4O7mUiyfsb2JfAWG91SFmdfPFqCLCe.lazyload, #dr4O7mUiyfsb2JfAWG91SFmdfPFqCLCe.lazyloading { background-image: none; }#dr4O7mUiyfsb2JfAWG91SFmdfPFqCLCe > .row .container { background-color: transparent; background-image: none; }#dr4O7mUiyfsb2JfAWG91SFmdfPFqCLCe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dr4O7mUiyfsb2JfAWG91SFmdfPFqCLCe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dr4O7mUiyfsb2JfAWG91SFmdfPFqCLCe > .row .container > .video-iframe-container { display: none; }#dr4O7mUiyfsb2JfAWG91SFmdfPFqCLCe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dr4O7mUiyfsb2JfAWG91SFmdfPFqCLCe > .row > .video-iframe-container { display: none; }#dr4O7mUiyfsb2JfAWG91SFmdfPFqCLCe > .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); }#dr4O7mUiyfsb2JfAWG91SFmdfPFqCLCe > .row .container { border-width: 0; border-radius: 0; }#dr4O7mUiyfsb2JfAWG91SFmdfPFqCLCe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dr4O7mUiyfsb2JfAWG91SFmdfPFqCLCe > .row .container { width:20rem;height:25.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NwDoGhMGOPLpgSJx2ppmZv4Xb0zsFBu2 { display:flex;width:3.125rem;height:3.125rem;top:1.125rem;left:15.9375rem;z-index:15007; }
#NwDoGhMGOPLpgSJx2ppmZv4Xb0zsFBu2 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #vOM8efIVUBSKRVlR3RvfM5A6wMNfZ604 { background-color:#000000;background-image:none;display:block; }#vOM8efIVUBSKRVlR3RvfM5A6wMNfZ604 > .row .container { background-color: transparent; background-image: none; }#vOM8efIVUBSKRVlR3RvfM5A6wMNfZ604::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOM8efIVUBSKRVlR3RvfM5A6wMNfZ604 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOM8efIVUBSKRVlR3RvfM5A6wMNfZ604 > .row .container > .video-iframe-container { display: none; }#vOM8efIVUBSKRVlR3RvfM5A6wMNfZ604 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOM8efIVUBSKRVlR3RvfM5A6wMNfZ604 > .row > .video-iframe-container { display: none; }#vOM8efIVUBSKRVlR3RvfM5A6wMNfZ604 > .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); }#vOM8efIVUBSKRVlR3RvfM5A6wMNfZ604 > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i8SmMSOLWkuRUAXN3kMXBCdd8byNreWe { width:6rem;height:4.0625rem;top:2.75rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3eec5ea0-3a5e-4b7e-a96a-9b2e8923d393/mockupcertificado.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#i8SmMSOLWkuRUAXN3kMXBCdd8byNreWe.adaptive-delivery-prevent-bg, #i8SmMSOLWkuRUAXN3kMXBCdd8byNreWe.lazyload, #i8SmMSOLWkuRUAXN3kMXBCdd8byNreWe.lazyloading { background-image: none; }
#i8SmMSOLWkuRUAXN3kMXBCdd8byNreWe::before {     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) { #uxLT825w5GlGyBP7do6hwMKd4dxGtkSy { width:13.3748125rem;height:3.00021875rem;top:3.25rem;left:6.625rem;font-size:1.5rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #i7om95ct473lgdNVIcOOMqQFepKMxLDB { width:19.9991875rem;height:16.875rem;top:9.0625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BvJyQKJPbCatg0zbz3gXAT8cQR7QL1iB { display:block; }#BvJyQKJPbCatg0zbz3gXAT8cQR7QL1iB > .row .container { width:20rem;height:50.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lQs3koRuw5stepsb2vhKhi9XtvmNg28K { width:9.9375rem;height:3rem;top:3.0615234375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QDZtwAr0AFZx6vFSyZfFzN7GJoouWZiA { display:flex;width:3.6875rem;height:3.9375rem;top:1rem;left:9.9375rem;display:none; }
 }@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) { #f5gHifHRcWZqRdJ51FSpL7EzSIJTM37A { width:5rem;height:5rem;top:2.0615234375rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyuWNkUsNabwel58gDvEbFSme5LWCrMk { display:block; }#UyuWNkUsNabwel58gDvEbFSme5LWCrMk > .row .container { width:20rem;height:64rem;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:44.1875rem;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) { #DnBhI7BKAMdCIDzOUo25KVIZMsT5oPU1 { width:18.312375rem;height:4.5rem;top:17.3359375rem;left:0.966796875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vPMHg9I3CdbFTFB4K7U2wk1VWeblyt1Z { width:19.9980625rem;height:3.3994125rem;top:24.1875rem;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:35.625rem;left:4.09375rem;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; } }@media only screen and (max-width: 763px) { #gpMI7OTlR7ZhMp0TFhD74RMJqwT0XuOI { display:flex;width:1.0625rem;height:1.0625rem;top:19.0234375rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #g0nKfWsyaduPNIx2C2giaztM0We10Zu7 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#g0nKfWsyaduPNIx2C2giaztM0We10Zu7 > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vivk62btBQSeH8PdwscPyzTm3LK1Q5gn { width:9.1875rem;height:2.75rem;top:0rem;left:10.8125rem;font-size:1rem;font-weight:700;font-style:normal;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #KCbaBafin5XMuAkhnwLX13AuWJeVhM6i { display:block; }
 }