.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq { background-color:#f6edda;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:1.25rem solid #79419f;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 > .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-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.4375rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:27.3125rem;left:0rem;height:6.03661875rem;font-style:normal;display:block; }
#X71qcMW69AIpiHyHIBWdcukbJ8G8vT1w { box-sizing:content-box;height:3rem;width:12.8125rem;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.9375rem;left:11.5625rem;display:block; }#X71qcMW69AIpiHyHIBWdcukbJ8G8vT1w.adaptive-delivery-prevent-bg, #X71qcMW69AIpiHyHIBWdcukbJ8G8vT1w.lazyload, #X71qcMW69AIpiHyHIBWdcukbJ8G8vT1w.lazyloading { background-image: none; }
#rsNnHQuTPu47eF6yl9TP25Lt2TeJ129t { box-sizing:content-box;height:45.625rem;width:56.125rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/71294a40-d74d-43b0-b0f3-be1590bd0d8d/Whisk_storyboardde524338e61e4221b85b665b2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:41.375rem;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:36.875rem;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:36.875rem;left:16.4375rem;display:block; }
#ux19G3nAJxnGh4V1FgfxaCUdLw6tAZxU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vPQ1unA0BpoxabxGwi3lOIB4Tw4XTuZa { background-color:#79419f;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:#f6edda;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:11.25rem;left:0rem;display:block; }
#IMRGNs78AEOGOKGIeLWI5F6oofF0n7gg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kGLpkpVziTRVpmsBBHVwaARVUadkvTH1 { background-color:rgba(121,65,159,0.99);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:#f6edda;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:9.8125rem;height:1.625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:11.25rem;left:11.375rem;display:block; }
#lUx5u3UTT2riQfdp0U9u7wDht4pmSZlc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fNaciaP1RypVseDvE5vEdGIO0uifTlwC { box-sizing:content-box;height:2.875rem;width:2.875rem;position:absolute;display:block;z-index:15013;background-color:#79419f;background-image:none;top:42.75rem;left:41.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#aUvbINmQNQoIP4ho3VtKKIHupxsyErsS { 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:3.75rem;width:9.6875rem;top:4.5625rem;left:0rem;overflow:hidden;display:block; }
#fcUSAeAGGXuMeZWrGMTKRWLeCZVeL9WF { color:#4f893c;display:block;width:5.875rem;position:absolute;font-family:"barlow condensed";font-size:2.1875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:15.1875rem;left:0.1875rem;height:2.84375rem;display:block; }
#rJI6BwUa2aTF0NXKWMmReiEC3or2Ny7c { color:#79419f;display:block;width:38.9375rem;position:absolute;font-family:"barlow condensed";font-size:2.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:22.5rem;left:0rem;height:5.8496125rem;display:block; }
#g8wCUPAKCIFubTxDG1KUtcwTfqOKVFvh { color:#4f893c;display:block;width:31.0625rem;position:absolute;font-family:"barlow condensed";font-size:5rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:16.625rem;left:0rem;height:6.5rem;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:#4f893c;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:13.25rem;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:15.6875rem; }
#mdAFSd9TTaof0O0oTs3LrchFFcpReF4t { color:#f6edda;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:15.6875rem;height:2.4746125rem;font-style:normal;display:block; }
#WvvLGHaea4KAZavKJTJxHmPAtArpxbfQ { color:#f6edda;display:block;width:13.4375rem;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:26.125rem;height:3.7119125rem;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:26.125rem; }
#tfG1I1fHfgHsObWq7E7ctQnGthFzpvd1 { color:#f6edda;display:block;width:13.0625rem;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:#f6edda;display:block;width:13.6875rem;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.1875rem;left:61.3125rem;height:2.4746125rem;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.875rem;left:61.3125rem; }
#BUUFaNPxVx4cF1BH2yx6cdB5uki5wZyq { color:#f6edda;display:block;width:14.625rem;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.25rem;left:43rem;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.875rem;left:43rem; }
#C0w9gpNn4tS0TS2DXgeJeqr8QP1OKpzB { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/09995eba-19f9-48e1-afe0-2bd7457181e6/62931dfa04.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#C0w9gpNn4tS0TS2DXgeJeqr8QP1OKpzB.adaptive-delivery-prevent-bg, #C0w9gpNn4tS0TS2DXgeJeqr8QP1OKpzB.lazyload, #C0w9gpNn4tS0TS2DXgeJeqr8QP1OKpzB.lazyloading { background-image: none; }#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(19,0,33,0.75); }#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(19,0,33,0.75); }#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::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; }#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:47.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:#ffffff;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:#f6edda;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:#79419f;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:#f6edda;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:#79419f;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:#f6edda;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:30.875rem;box-sizing:border-box;height:2.5rem;color:#79419f;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:#79419f;font-family:"work sans";font-size:1.25rem; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv [class*="-text"]::-moz-placeholder { color:#79419f;font-family:"work sans";font-size:1.25rem; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv [class*="-text"]:-ms-input-placeholder { color:#79419f;font-family:"work sans";font-size:1.25rem; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv [class*="-text"]::-webkit-input-placeholder { color:#79419f;font-family:"work sans";font-size:1.25rem; }
#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:#ffffff;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:10rem;left:2.25rem; }
#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:10rem;left:2.25rem; }
#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 #sF0Wkc2BwScEGKoTtQTsOQfL74oHhIZ6 { position:relative; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #UdNW1cIu5oJpNfRfkGrCWKRtrWoxncK1 { position:relative;display:block; }
#N3VunouSGk3z0yhLQ7z6671blZB4ggPv #IkEeU7aIIGOiPwHKQZcWqr1TtkoS61FQ { 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; }
#PeAJ2oxFkgB1rtIhgDmcvlA7DQVhUm02 { color:#f6edda;display:block;width:18.375rem;position:absolute;font-family:"work sans";font-size:2rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:6.0625rem;left:9.75rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MTnwD95ETkhzZiyAZo0nh8zLmsTFKVuE { position:absolute;display:block;z-index:15018;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:15.5rem;width:28.625rem;top:12.65625rem;left:41.8818359375rem;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:1.25rem solid #79419f;background-color:#4f893c;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:57.875rem;width:75rem;position:relative;display:block; }#JmTaXLG0S9C9196gMpC6sdptsdrVG0Uy { color:#f6edda;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:5.125rem;left:0rem;height:6.25rem;font-style:normal;display:block; }
#V4DsZIM1KqTvHfnOkZhzoTSpChMoSB9f { color:#f6edda;display:block;width:22.875rem;position:absolute;font-family:"work sans";font-size:1.4375rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:16.75rem;left:0rem;height:9.3984375rem;font-style:normal;display:block; }#V4DsZIM1KqTvHfnOkZhzoTSpChMoSB9f li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#V4DsZIM1KqTvHfnOkZhzoTSpChMoSB9f li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_05ac279a9a6aa9ec6d4a4d77f86398063199a286.svg); }
#Ef8h7EMfa8QikdKXZXbKSWqdvR3DC3NN { box-sizing:content-box;height:57.875rem;width:42.9375rem;position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/629093f8-6361-45d3-a8dd-48830a030b7f/37e6b2ea8b.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:56.46875rem;display:block; }#Ef8h7EMfa8QikdKXZXbKSWqdvR3DC3NN.adaptive-delivery-prevent-bg, #Ef8h7EMfa8QikdKXZXbKSWqdvR3DC3NN.lazyload, #Ef8h7EMfa8QikdKXZXbKSWqdvR3DC3NN.lazyloading { background-image: none; }
#zIbNrERCTpV84MfB7Ddx0K4bcKy25pKP { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:15014;background-color:#79419f;background-image:none;top:0rem;left:56.46875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#pbn5LhnGhP8iLSWRT6Dgxum51JeoTc8L { color:#f6edda;display:block;width:24.0625rem;position:absolute;font-family:"work sans";font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:16.75rem;left:28.65625rem;height:12.847625rem;font-style:normal;display:block; }#pbn5LhnGhP8iLSWRT6Dgxum51JeoTc8L li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#pbn5LhnGhP8iLSWRT6Dgxum51JeoTc8L li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_05ac279a9a6aa9ec6d4a4d77f86398063199a286.svg); }
#mNZ9W62lQ4Zc1RMFHoKPde4igv5ggsLU { color:#f6edda;display:block;width:22.875rem;position:absolute;font-family:"work sans";font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:36rem;left:0rem;height:;font-style:normal;display:block; }#mNZ9W62lQ4Zc1RMFHoKPde4igv5ggsLU li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#mNZ9W62lQ4Zc1RMFHoKPde4igv5ggsLU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_05ac279a9a6aa9ec6d4a4d77f86398063199a286.svg); }
#HifkU2woMLT6p4T0dssQGaCniGDW53Gp { color:#f6edda;display:block;width:24.875rem;position:absolute;font-family:"work sans";font-size:1.4375rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:36rem;left:28.25rem;height:12.847625rem;font-style:normal;display:block; }#HifkU2woMLT6p4T0dssQGaCniGDW53Gp li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#HifkU2woMLT6p4T0dssQGaCniGDW53Gp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_05ac279a9a6aa9ec6d4a4d77f86398063199a286.svg); }
#J9hHw2lVyVUCWxuPqTqXoyHEm6UvL7TW { background-color:rgba(121,65,159,0.99);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:#f6edda;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:5.9375rem;height:1.625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:14rem;left:0rem;display:block; }
#xIUpHal2P1BK6iibXqEMrtiJUdptr8I3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iSiA0xqpXnshA0l172dVuZy21oLBvFNb { background-color:rgba(121,65,159,0.99);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:#f6edda;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:5.9375rem;height:1.625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:14.0625rem;left:28.65625rem;display:block; }
#XhFJJkn05R5DVLdamJNEuhZ7c0wM9BCs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UDvmbDJ9h6gzXn6KT7aCzxbkakOGs0p2 { background-color:rgba(121,65,159,0.99);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:#f6edda;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:5.9375rem;height:1.625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:32.8125rem;left:0rem;display:block; }
#xWtFVZONDJkI8VwE7kyRHKPXgdTPIlHt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aCs2ZERsumyEa1OCr0xdpazyPdr4uuT4 { background-color:rgba(121,65,159,0.99);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:#f6edda;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:5.9375rem;height:1.625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:32.875rem;left:28.6875rem;display:block; }
#xa5TSJ8DZfW9H3et69JFZbl6059fAwFT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:#4f893c;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:48.75rem;width:75rem;position:relative;display:block; }#rTT2E6P22mRaeIpRpnvcrLKyXnK9vDUA { color:#f6edda;display:block;width:30.5rem;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:41.25rem;height:3.125rem;font-style:normal;display:block; }
#VVmTIcp6GhylszRZBgAcr4RzuPih6T4Z { box-sizing:content-box;height:48.75rem;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/ffa48663-a521-4b62-8a92-8b5ad8ca90ab/professor.webp");background-position:center left !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; }
#WJLM7JeHJ5cAoPtSTuKCTC9l0fZhoQMK { color:#f6edda;display:block;width:34.5625rem;position:absolute;font-family:"work sans";font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:14rem;left:40.4375rem;height:;font-style:normal;display:block; }#WJLM7JeHJ5cAoPtSTuKCTC9l0fZhoQMK li:not(:first-child){ padding-top:2.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WJLM7JeHJ5cAoPtSTuKCTC9l0fZhoQMK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_becea2e506fb23fea147c8e177b7c343b96725ab.svg); }
#PHr7yKfGogU9WWVAdEKyvHJVzlukZOus { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:15015;background-color:#79419f;background-image:none;top:45.75rem;left:72rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#o3FrfwE2ny5f2y5ro4PZup4E6DCnWTdH { background-color:#f6edda;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:24.125rem;width:75rem;overflow:visible;position:relative;display:block; }#aPTOxtHnlR9kd6qAF2AF6oWeId4qpNg6 { color:#79419f;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:6.75rem;left:0.1875rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l7b0HIboMDfLAc9Vwk17cKPEPoKyZDe7 { color:#79419f;display:block;width:44.1875rem;position:absolute;font-family:"barlow condensed";font-size:2.5625rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:16.052734375rem;left:0.1875rem;height:6.662125rem;display:block; }
#MF8voZmFiunrvCFekXc4AMBcNZSpmv8T { color:#4f893c;display:block;width:5.875rem;position:absolute;font-family:"barlow condensed";font-size:2.375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:9.1875rem;left:0.1875rem;height:3.0874rem;display:block; }
#PefzMGWpDPrpmuG9FEKbBlL3X7C1NAKz { position:absolute;display:block;z-index:15022;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:23.5rem;width:43.875rem;top:6.15625rem;left:53.0625rem;overflow:hidden;display:block; }
#mwkO5ow7w4IT9hctq5X4k0lOih6hl3ZD { color:#4f893c;display:block;width:31.0625rem;position:absolute;font-family:"barlow condensed";font-size:5rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:10.375rem;left:0rem;height:6.5rem;display:block; }
#JzROwM1R3zTicAZrcMiXT1mNQ7kSxGw0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6edda;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:52.6875rem;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.48);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; }
#CeUh8btpQwxmVBA5ofAHhghZasro5giz { 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:15012;opacity:1;top:6.25rem;left:38.5rem; }
#P9Cx9LJQI9GQH2UGFcAdQfmxBquu2Ql6 { background-color:rgba(0,0,0,0.48);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:11.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:left;text-align-last:left;top:5.3125rem;left:37.5rem;display:block; }
#UvFdtlXDNMT5ZEHh1KreDlbTnF8kqSSE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Cta7JthiEX67NB5xNQH5uvB3lRVhxVPk { background-color:rgba(0,0,0,0.48);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:15.25rem;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:16.1875rem;left:38.5rem; }
#UI5VkxdrquHV7NzT6Vb8dzTgEhh2ksHt { background-color:rgba(0,0,0,0.48);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:19.9375rem;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:20.875rem;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:#000000;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:#000000;height:auto;line-height:1;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_2150fd5273f6cdff752c801ac939c52a78a84a14.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 #ISnWFzTTETQg0qvxsqIKkk7OQRiNOcaR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #mNXfInzzmyDdWPTfWT5cLr7p2Tm7TMwa { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #SDn5eO9NcexBP7bGLNJXR3b0UcCWr3h9 { display:block;position:relative; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #qEVLSOh9vT3BNGA2Gq76toXO2R2zsnzg {  }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #LkdwebGV8grznp3iK4P9ULzrR2ZvG6x0 {  }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #MZETF18DOeaRKQwJdtMOE2t68OHQgSmQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #Ux3piemRaGNzuS1tzD6IRSqhbcJmdZ4J { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #X7od90xk9WfMH3Gdnz7Ha2HnPMSfwyG9 { display:block;position:relative; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #qhEPCEQghz6InhoqvDvu1X20Unlo7qsG {  }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #eGZ5Wsu00pTsgDr2c9GLgG6zAeFfKJxG { display:none; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #BLz8MQRi14szlIvq3TiSBNTQhDD9H81U { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #JTm1kN4XIZk5PzJPtKXJyVTkT7WsxrOb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #nhcmN0QR1MrK4BtcQSlzSTu4oxcfPVZW { display:block;position:relative; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #Tad4XONkT0SALkZolb7DxqaIXs3AaDez {  }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #KEuC9J9qMzl2pA9tmck3SQ02PHeqV1Tx { display:none; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #D93mRTFkwq0wyozgnTXZi6Q6dK5I0EVz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #GnUsfGndrPXFVBlSIW2Byw2OaA2uv5Xg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #dxqVGxCFXJoKLZ1giikwBNhkrMVggfyR { display:block;position:relative; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #z3QS0wETpus6IfmUBaEPfonylTVwqKDh {  }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #M6wfkcC56a0PIBePXu4sTFe7TWLQHe3t { display:none; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #NdxIThIZR0FxdxKvxJe43U1HiuIXFNMd { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #S2er1M71VV1pCOwly9ICLGvLyysDGm5g { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #PNF7K1hmXqr2IB15kzwMkw93obTCDLVa { display:block;position:relative; }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #N94nxiiuWiF2BUxBTsglQ6B7ROmTQz5e {  }
#DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #DAkui1hp540VpbpzK33Rieq5M9No8shr { display:none; }
#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:33.6875rem;left:37.5rem;display:block; }
#s50HsUSlfKXFNt6z1l1d12DvKbmuCItE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vU34KBTIdhUUoBGKP4OQnLfRNnMk8TFk { color:#4f893c;display:block;width:10.25rem;position:absolute;font-family:"barlow condensed";font-size:4.1875rem;font-weight:300;z-index:15005;line-height:1;letter-spacing:0;top:26.3125rem;left:43.9375rem;height:8.375rem;font-style:normal;display:block; }
#Kh1RKRXfHmpTDwvERGzbIDOJCCxoFVDs { color:#4f893c;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:30.625rem;left:37.5rem;height:1.6875rem;font-style:normal;display:block; }
#LNTKqFMfBJOlXf5z3HAxwcLUi3hrDqF1 { color:#4f893c;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:26.8125rem;left:53.875rem;height:2rem;font-style:normal;display:block; }
#wl9gugSTECmL47JS4aK8GM89wzv4NsLR { color:#4f893c;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:27.6875rem;left:37.5rem;height:5.25rem;font-style:normal;display:block; }
#sb65LIPilGuuVaytp1Avpt3GlBJ3Xans { background-color:rgba(0,0,0,0.48);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:14.375rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:left;text-align-last:left;top:10.3125rem;left:37.5rem;display:block; }
#NZNVTLsfyLtHJmP8oMPqpBUJeGQmhNHT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lGEC5RdaeOeC2f9mpb5kUhOUV2Xv8xzn { 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:15015;opacity:1;top:11.25rem;left:38.5rem; }
#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:60.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#i8SmMSOLWkuRUAXN3kMXBCdd8byNreWe { box-sizing:content-box;height:16.8125rem;width:25.0625rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/4fb67213-c2c4-4a39-a50a-d68b43705cb6/CapturadeTela20250702as095206Photoroom.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:7.375rem;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.0625rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:12.499185919762rem;left:28.592120170593rem;height:36.65625rem;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; }
#QObuTgiaT9KDq1iIZGagNWU6npxbyWb0 { box-sizing:content-box;height:35.75rem;width:34.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e77ab47b-26a3-4312-a7a3-89d38c0b8c63/Whisk_69f4a52bb9Photoroom.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:57.5625rem;left:0rem;display:block; }#QObuTgiaT9KDq1iIZGagNWU6npxbyWb0.adaptive-delivery-prevent-bg, #QObuTgiaT9KDq1iIZGagNWU6npxbyWb0.lazyload, #QObuTgiaT9KDq1iIZGagNWU6npxbyWb0.lazyloading { background-image: none; }
#O0Tpo7eoa0XSv9NDLxlGNofz8PwgZPFs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#79419f;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; }#O0Tpo7eoa0XSv9NDLxlGNofz8PwgZPFs > .row .container { background-color: transparent; background-image: none; }#O0Tpo7eoa0XSv9NDLxlGNofz8PwgZPFs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0Tpo7eoa0XSv9NDLxlGNofz8PwgZPFs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0Tpo7eoa0XSv9NDLxlGNofz8PwgZPFs > .row .container > .video-iframe-container { display: none; }#O0Tpo7eoa0XSv9NDLxlGNofz8PwgZPFs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0Tpo7eoa0XSv9NDLxlGNofz8PwgZPFs > .row > .video-iframe-container { display: none; }#O0Tpo7eoa0XSv9NDLxlGNofz8PwgZPFs > .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); }#O0Tpo7eoa0XSv9NDLxlGNofz8PwgZPFs > .row .container { border-width: 0; border-radius: 0; }#O0Tpo7eoa0XSv9NDLxlGNofz8PwgZPFs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O0Tpo7eoa0XSv9NDLxlGNofz8PwgZPFs > .row .container { font-size:0.875rem;font-family:arial;height:32.75rem;width:75rem;position:relative;display:block; }#oDsTT7SdTgkI8bCaN1GSQertkOKS7R8Q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:20.3125rem;width:20.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14999;opacity:.36;top:2.6875rem;left:22.9375rem; }
#oJl8B4dsELUbV2BOb6eGWDnPCDR6k44o { color:#f6edda;display:block;width:19rem;position:absolute;font-family:"barlow condensed";font-size:2.5625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:7.125rem;left:45.9375rem;height:6.662125rem;display:block; }
#Dhc6cJthiDfTqbqe7TQ1kGxVTpq1RhZ2 { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f6edda;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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.25rem;height:3.625rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:13rem;left:45.9375rem;display:block; }
#rFCFipNE4qkfL7uJvWwTOXfgixrZbisM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iXDrZ4qTyu295ltCaMc9xHcPwuPbfy8l { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f6edda;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.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.5625rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:18.5rem;left:45.9375rem;display:block; }
#IaTyZlIUWEu6QywF91xpCS54p20aD9Ee { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BJw3n4MA5wJIqii7T8Wpo93KniHVRtBU { 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:48rem;width:42.875rem;display:none; }
#CEfwtz9tx1DCGRKcpUxUoZH9lMaptOgS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#CEfwtz9tx1DCGRKcpUxUoZH9lMaptOgS > .row .container { background-color: transparent; background-image: none; }#CEfwtz9tx1DCGRKcpUxUoZH9lMaptOgS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEfwtz9tx1DCGRKcpUxUoZH9lMaptOgS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEfwtz9tx1DCGRKcpUxUoZH9lMaptOgS > .row .container > .video-iframe-container { display: none; }#CEfwtz9tx1DCGRKcpUxUoZH9lMaptOgS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEfwtz9tx1DCGRKcpUxUoZH9lMaptOgS > .row > .video-iframe-container { display: none; }#CEfwtz9tx1DCGRKcpUxUoZH9lMaptOgS > .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); }#CEfwtz9tx1DCGRKcpUxUoZH9lMaptOgS > .row .container { border-width: 0; border-radius: 0; }#CEfwtz9tx1DCGRKcpUxUoZH9lMaptOgS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CEfwtz9tx1DCGRKcpUxUoZH9lMaptOgS > .row .container { font-size:0.875rem;font-family:arial;height:43.875rem;width:75rem;position:relative;display:block; }#GVs3biGnr9LS6T3S3L20mNz50nHAPrXI { color:#ffffff;display:block;width:40.0625rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:15.5625rem;left:0rem;height:18.89651875rem;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; }
#p5B4OUPD0FKpidB1CpJAv7EQoX4sNxSF { color:#ffffff;display:block;width:40.8125rem;position:absolute;font-family:"work sans";font-size:1.9375rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:6.25rem;left:0rem;height:6.3925625rem;font-style:normal;display:block; }
#LKx7OJx0tDXip2EAEILDROPJW6BPtB0M { box-sizing:content-box;height:43.875rem;width:52.875rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e5e445f0-e115-4ffd-856f-ddbe42445132/Whisk_storyboard1b17b2530204453fb24e0291.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:44.6875rem;display:block; }#LKx7OJx0tDXip2EAEILDROPJW6BPtB0M.adaptive-delivery-prevent-bg, #LKx7OJx0tDXip2EAEILDROPJW6BPtB0M.lazyload, #LKx7OJx0tDXip2EAEILDROPJW6BPtB0M.lazyloading { background-image: none; }
#U9ulmTZlJhNhEOXbBauskTbeWRRZTiOZ { position:relative;display:none; }#U9ulmTZlJhNhEOXbBauskTbeWRRZTiOZ { border-width: 0; border-radius: 0; }#U9ulmTZlJhNhEOXbBauskTbeWRRZTiOZ > .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; }#U9ulmTZlJhNhEOXbBauskTbeWRRZTiOZ > .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; }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt { background-color:#4f893c;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.99950625rem;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.7998rem;font-style:normal;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; }
#TGZy6JUhluDefIGzScHTkNlxPd0qmFdC { 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:2.9375rem;width:7.625rem;top:6.75rem;left:0rem;overflow:hidden;display:block; }
#WiACTEGOueVE7bBBcUI6GzvfA81NOdS6 { 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:6.5625rem;width:11.875rem;top:5.09375rem;left:8.875rem;overflow:hidden;display:block; }
#VGO1Qf5qfeWIVwDyZTt8vvJM1gSia6f3 { position:absolute;display:block;z-index:15014;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:1.75rem;width:7.625rem;top:13rem;left:0rem;overflow:hidden;display:block; }
#bIeWzefqPURbgtOHv3XNc8dMJVlO8oHI { 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:2.6875rem;width:10.5rem;top:12.125rem;left:9.3125rem;overflow:hidden;display:block; }
#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; }#k7iCZSyI2DM3yIHiKXga6lo3IHxHhZG2 { background-color:#00ea65;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #0e7600;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;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:10.4375rem;height:3.25rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0rem;left:60.4375rem;display:block; }
#py6dbVhAH22fcKkmpQXJt4D6Ibl8sgpx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lw7NLBwso4ro9rG4z5hHHUC6u449hOwt { background-color:#00ea65;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #0e7600;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;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:"font awesome brands";font-size:1.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.25rem;height:3.25rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0rem;left:71.75rem;display:block; }
#zilxf2TtdPqkLOdy12NrnOQMFENf8PU0 { 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:6rem;top:27.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X71qcMW69AIpiHyHIBWdcukbJ8G8vT1w { width:12.8125rem;height:3rem;top:4.9375rem;left:0rem;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:36.875rem;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:36.875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ux19G3nAJxnGh4V1FgfxaCUdLw6tAZxU { display:block; }
 }@media only screen and (max-width: 763px) { #vPQ1unA0BpoxabxGwi3lOIB4Tw4XTuZa { width:10.5625rem;height:1.625rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMRGNs78AEOGOKGIeLWI5F6oofF0n7gg { display:block; }
 }@media only screen and (max-width: 763px) { #kGLpkpVziTRVpmsBBHVwaARVUadkvTH1 { width:9.8125rem;height:1.625rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUx5u3UTT2riQfdp0U9u7wDht4pmSZlc { display:block; }
 }@media only screen and (max-width: 763px) { #fNaciaP1RypVseDvE5vEdGIO0uifTlwC { width:2.875rem;height:2.875rem;top:42.75rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUvbINmQNQoIP4ho3VtKKIHupxsyErsS { width:9.6875rem;height:3.75rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcUSAeAGGXuMeZWrGMTKRWLeCZVeL9WF { width:5.875rem;height:2.8125rem;top:15.1875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJI6BwUa2aTF0NXKWMmReiEC3or2Ny7c { width:38.9375rem;height:2.875rem;top:22.5rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8wCUPAKCIFubTxDG1KUtcwTfqOKVFvh { width:31.0625rem;height:6.5rem;top:16.625rem;left:0rem;font-size:3.0625rem;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:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdAFSd9TTaof0O0oTs3LrchFFcpReF4t { width:7.9375rem;height:3.6875rem;top:5.1875rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvvLGHaea4KAZavKJTJxHmPAtArpxbfQ { width:13.4375rem;height:3.6875rem;top:5.25rem;left:10.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QopFvR3TJchDKwPGrTHxl9T66IxGES3n { width:1.5625rem;height:1.5625rem;top:2.875rem;left:15.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfG1I1fHfgHsObWq7E7ctQnGthFzpvd1 { width:13.0625rem;height:3.6875rem;top:5.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTbTH1iqFFRol4P91AZxkcZ2mBHxIdkl { width:13.6875rem;height:2.4375rem;top:5.1875rem;left:34.0625rem;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.875rem;left:37.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUUFaNPxVx4cF1BH2yx6cdB5uki5wZyq { width:14.625rem;height:3.6875rem;top:5.25rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8vT61z1XMSAfLm3k2oJMBTpENe8TITS { width:1.5625rem;height:1.5625rem;top:2.875rem;left:25.96875rem;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:10rem;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:10rem;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 #sF0Wkc2BwScEGKoTtQTsOQfL74oHhIZ6 {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #UdNW1cIu5oJpNfRfkGrCWKRtrWoxncK1 {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #IkEeU7aIIGOiPwHKQZcWqr1TtkoS61FQ {  }
 }@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) { #PeAJ2oxFkgB1rtIhgDmcvlA7DQVhUm02 { width:18.375rem;height:3rem;top:6.0625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTnwD95ETkhzZiyAZo0nh8zLmsTFKVuE { width:28.625rem;height:15.5rem;top:12.625rem;left:19.125rem;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:5.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4DsZIM1KqTvHfnOkZhzoTSpChMoSB9f { width:22.875rem;height:12.8125rem;top:16.75rem;left:0rem;font-size:1.4375rem;display:block; }#V4DsZIM1KqTvHfnOkZhzoTSpChMoSB9f li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_05ac279a9a6aa9ec6d4a4d77f86398063199a286.svg); }
 }@media only screen and (max-width: 763px) { #Ef8h7EMfa8QikdKXZXbKSWqdvR3DC3NN { width:42.9375rem;height:57.875rem;top:0rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIbNrERCTpV84MfB7Ddx0K4bcKy25pKP { width:3rem;height:3rem;top:0rem;left:42.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbn5LhnGhP8iLSWRT6Dgxum51JeoTc8L { width:24.0625rem;height:12.8125rem;top:16.75rem;left:15.03125rem;font-size:1.4375rem;display:block; }#pbn5LhnGhP8iLSWRT6Dgxum51JeoTc8L li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_05ac279a9a6aa9ec6d4a4d77f86398063199a286.svg); }
 }@media only screen and (max-width: 763px) { #mNZ9W62lQ4Zc1RMFHoKPde4igv5ggsLU { width:22.8125rem;height:;top:35.9375rem;left:0rem;font-size:1.4375rem;display:block; }#mNZ9W62lQ4Zc1RMFHoKPde4igv5ggsLU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_05ac279a9a6aa9ec6d4a4d77f86398063199a286.svg); }
 }@media only screen and (max-width: 763px) { #HifkU2woMLT6p4T0dssQGaCniGDW53Gp { width:24.875rem;height:14.5625rem;top:36rem;left:14.625rem;font-size:1.4375rem;display:block; }#HifkU2woMLT6p4T0dssQGaCniGDW53Gp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_05ac279a9a6aa9ec6d4a4d77f86398063199a286.svg); }
 }@media only screen and (max-width: 763px) { #J9hHw2lVyVUCWxuPqTqXoyHEm6UvL7TW { width:5.9375rem;height:1.625rem;top:14rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIUpHal2P1BK6iibXqEMrtiJUdptr8I3 { display:block; }
 }@media only screen and (max-width: 763px) { #iSiA0xqpXnshA0l172dVuZy21oLBvFNb { width:5.9375rem;height:1.625rem;top:14.0625rem;left:15.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhFJJkn05R5DVLdamJNEuhZ7c0wM9BCs { display:block; }
 }@media only screen and (max-width: 763px) { #UDvmbDJ9h6gzXn6KT7aCzxbkakOGs0p2 { width:5.9375rem;height:1.625rem;top:32.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWtFVZONDJkI8VwE7kyRHKPXgdTPIlHt { display:block; }
 }@media only screen and (max-width: 763px) { #aCs2ZERsumyEa1OCr0xdpazyPdr4uuT4 { width:5.9375rem;height:1.625rem;top:32.875rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xa5TSJ8DZfW9H3et69JFZbl6059fAwFT { 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) { #rTT2E6P22mRaeIpRpnvcrLKyXnK9vDUA { width:30.5rem;height:3.125rem;top:7.5rem;left:17.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVmTIcp6GhylszRZBgAcr4RzuPih6T4Z { width:47.75rem;height:48.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJLM7JeHJ5cAoPtSTuKCTC9l0fZhoQMK { width:34.5rem;height:;top:13.9375rem;left:13.25rem;font-size:1.5rem;display:block; }#WJLM7JeHJ5cAoPtSTuKCTC9l0fZhoQMK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_becea2e506fb23fea147c8e177b7c343b96725ab.svg); }
 }@media only screen and (max-width: 763px) { #PHr7yKfGogU9WWVAdEKyvHJVzlukZOus { width:3rem;height:3rem;top:45.75rem;left:44.75rem;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:6.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7b0HIboMDfLAc9Vwk17cKPEPoKyZDe7 { width:44.1875rem;height:3.3125rem;top:16rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MF8voZmFiunrvCFekXc4AMBcNZSpmv8T { width:5.875rem;height:3.0625rem;top:9.1875rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PefzMGWpDPrpmuG9FEKbBlL3X7C1NAKz { width:43.875rem;height:23.5rem;top:6.125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwkO5ow7w4IT9hctq5X4k0lOih6hl3ZD { width:31.0625rem;height:6.5rem;top:10.375rem;left:0rem;font-size:3rem;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) { #CeUh8btpQwxmVBA5ofAHhghZasro5giz { width:1.5625rem;height:1.5625rem;top:6.25rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9Cx9LJQI9GQH2UGFcAdQfmxBquu2Ql6 { width:11.5rem;height:3.4375rem;top:5.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvFdtlXDNMT5ZEHh1KreDlbTnF8kqSSE { display:block; }
 }@media only screen and (max-width: 763px) { #Cta7JthiEX67NB5xNQH5uvB3lRVhxVPk { width:13.8125rem;height:3.4375rem;top:15.25rem;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:16.1875rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UI5VkxdrquHV7NzT6Vb8dzTgEhh2ksHt { width:13.625rem;height:3.4375rem;top:19.9375rem;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:20.875rem;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 #ISnWFzTTETQg0qvxsqIKkk7OQRiNOcaR {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #mNXfInzzmyDdWPTfWT5cLr7p2Tm7TMwa {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #SDn5eO9NcexBP7bGLNJXR3b0UcCWr3h9 {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #qEVLSOh9vT3BNGA2Gq76toXO2R2zsnzg {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #LkdwebGV8grznp3iK4P9ULzrR2ZvG6x0 {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #MZETF18DOeaRKQwJdtMOE2t68OHQgSmQ {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #Ux3piemRaGNzuS1tzD6IRSqhbcJmdZ4J {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #X7od90xk9WfMH3Gdnz7Ha2HnPMSfwyG9 {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #qhEPCEQghz6InhoqvDvu1X20Unlo7qsG {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #eGZ5Wsu00pTsgDr2c9GLgG6zAeFfKJxG {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #BLz8MQRi14szlIvq3TiSBNTQhDD9H81U {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #JTm1kN4XIZk5PzJPtKXJyVTkT7WsxrOb {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #nhcmN0QR1MrK4BtcQSlzSTu4oxcfPVZW {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #Tad4XONkT0SALkZolb7DxqaIXs3AaDez {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #KEuC9J9qMzl2pA9tmck3SQ02PHeqV1Tx {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #D93mRTFkwq0wyozgnTXZi6Q6dK5I0EVz {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #GnUsfGndrPXFVBlSIW2Byw2OaA2uv5Xg {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #dxqVGxCFXJoKLZ1giikwBNhkrMVggfyR {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #z3QS0wETpus6IfmUBaEPfonylTVwqKDh {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #M6wfkcC56a0PIBePXu4sTFe7TWLQHe3t {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #NdxIThIZR0FxdxKvxJe43U1HiuIXFNMd {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #S2er1M71VV1pCOwly9ICLGvLyysDGm5g {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #PNF7K1hmXqr2IB15kzwMkw93obTCDLVa {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #N94nxiiuWiF2BUxBTsglQ6B7ROmTQz5e {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #DAkui1hp540VpbpzK33Rieq5M9No8shr {  }
 }@media only screen and (max-width: 763px) { #XoQfMS2lSxJsSObpPicgyoCrBEn4Xyag { width:15.125rem;height:2.75rem;top:33.6875rem;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.25rem;height:4.1875rem;top:26.3125rem;left:30.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kh1RKRXfHmpTDwvERGzbIDOJCCxoFVDs { width:11.125rem;height:1.6875rem;top:30.625rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNTKqFMfBJOlXf5z3HAxwcLUi3hrDqF1 { width:3.25rem;height:2rem;top:26.8125rem;left:40.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl9gugSTECmL47JS4aK8GM89wzv4NsLR { width:6.125rem;height:2.625rem;top:27.6875rem;left:23.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sb65LIPilGuuVaytp1Avpt3GlBJ3Xans { width:14.375rem;height:3.4375rem;top:10.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZNVTLsfyLtHJmP8oMPqpBUJeGQmhNHT { display:block; }
 }@media only screen and (max-width: 763px) { #lGEC5RdaeOeC2f9mpb5kUhOUV2Xv8xzn { width:1.5625rem;height:1.5625rem;top:11.25rem;left:24.875rem;display:block; }
 }@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:25.0625rem;height:16.8125rem;top:7.375rem;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:41.375rem;top:12.4375rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QObuTgiaT9KDq1iIZGagNWU6npxbyWb0 { width:34.3125rem;height:35.75rem;top:57.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0Tpo7eoa0XSv9NDLxlGNofz8PwgZPFs { display:block; }#O0Tpo7eoa0XSv9NDLxlGNofz8PwgZPFs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oDsTT7SdTgkI8bCaN1GSQertkOKS7R8Q { width:20.3125rem;height:20.3125rem;top:2.6875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJl8B4dsELUbV2BOb6eGWDnPCDR6k44o { width:19rem;height:3.3125rem;top:7.125rem;left:28.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dhc6cJthiDfTqbqe7TQ1kGxVTpq1RhZ2 { width:27.25rem;height:3.625rem;top:13rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFCFipNE4qkfL7uJvWwTOXfgixrZbisM { display:block; }
 }@media only screen and (max-width: 763px) { #iXDrZ4qTyu295ltCaMc9xHcPwuPbfy8l { width:15.25rem;height:3.5625rem;top:18.5rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaTyZlIUWEu6QywF91xpCS54p20aD9Ee { display:block; }
 }@media only screen and (max-width: 763px) { #BJw3n4MA5wJIqii7T8Wpo93KniHVRtBU { width:42.875rem;height:48rem;display:none; }
 }@media only screen and (max-width: 763px) { #CEfwtz9tx1DCGRKcpUxUoZH9lMaptOgS { display:block; }#CEfwtz9tx1DCGRKcpUxUoZH9lMaptOgS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GVs3biGnr9LS6T3S3L20mNz50nHAPrXI { width:40.0625rem;height:22rem;top:15.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5B4OUPD0FKpidB1CpJAv7EQoX4sNxSF { width:40.8125rem;height:6.375rem;top:6.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKx7OJx0tDXip2EAEILDROPJW6BPtB0M { width:47.75rem;height:43.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9ulmTZlJhNhEOXbBauskTbeWRRZTiOZ { display:none; }#U9ulmTZlJhNhEOXbBauskTbeWRRZTiOZ > .row .container { width:47.75rem;position:relative;display:none; } }@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) { #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) { #TGZy6JUhluDefIGzScHTkNlxPd0qmFdC { width:7.625rem;height:2.9375rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiACTEGOueVE7bBBcUI6GzvfA81NOdS6 { width:11.875rem;height:6.5625rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGO1Qf5qfeWIVwDyZTt8vvJM1gSia6f3 { width:7.625rem;height:1.75rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIeWzefqPURbgtOHv3XNc8dMJVlO8oHI { width:10.5rem;height:2.6875rem;top:12.125rem;left:0rem;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) { #k7iCZSyI2DM3yIHiKXga6lo3IHxHhZG2 { width:10.4375rem;height:3.25rem;top:0rem;left:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #py6dbVhAH22fcKkmpQXJt4D6Ibl8sgpx { display:block; }
 }@media only screen and (max-width: 763px) { #lw7NLBwso4ro9rG4z5hHHUC6u449hOwt { width:3.25rem;height:3.25rem;top:0rem;left:44.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zilxf2TtdPqkLOdy12NrnOQMFENf8PU0 { 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:#f6edda;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:38.3125rem;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:5.09765625rem;top:16.1875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #X71qcMW69AIpiHyHIBWdcukbJ8G8vT1w { width:8rem;height:2.1875rem;top:2.5615234375rem;left:8.25rem;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:23.125rem;left:0.125rem;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:27.1875rem;left:0.125rem;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) { #vPQ1unA0BpoxabxGwi3lOIB4Tw4XTuZa { width:8.25rem;height:1.625rem;top:31.9375rem;left:0.125rem;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:31.9375rem;left:8.75rem;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) { #fNaciaP1RypVseDvE5vEdGIO0uifTlwC { width:6.75rem;height:6.75rem;top:42.6875rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #aUvbINmQNQoIP4ho3VtKKIHupxsyErsS { width:6.8125rem;height:2.6875rem;top:2.3115234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcUSAeAGGXuMeZWrGMTKRWLeCZVeL9WF { width:5.875rem;height:2.35546875rem;top:6.1875rem;left:0.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJI6BwUa2aTF0NXKWMmReiEC3or2Ny7c { width:19.5rem;height:3rem;top:11.7109375rem;left:0rem;font-size:1.5rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #g8wCUPAKCIFubTxDG1KUtcwTfqOKVFvh { width:20rem;height:3.98046875rem;top:7.73046875rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DACWn5c2gaLk4ohz9LgAIzucUWORE16A { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/71294a40-d74d-43b0-b0f3-be1590bd0d8d/Whisk_storyboardde524338e61e4221b85b665b2.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:1.25rem solid #79419f;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:12.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tgcT9B7uhZIHueKTybzZ9VrzuJTTZfZ0 { display:block; }#tgcT9B7uhZIHueKTybzZ9VrzuJTTZfZ0 > .row .container { width:20rem;height:28.25rem;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.3359375rem;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:3.50390625rem;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:2.3359375rem;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:2.3359375rem;top:22.0625rem;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:22.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BUUFaNPxVx4cF1BH2yx6cdB5uki5wZyq { width:13.4375rem;height:3.50390625rem;top:16.3984375rem;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:16.3984375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #C0w9gpNn4tS0TS2DXgeJeqr8QP1OKpzB { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/09995eba-19f9-48e1-afe0-2bd7457181e6/62931dfa04.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#C0w9gpNn4tS0TS2DXgeJeqr8QP1OKpzB.adaptive-delivery-prevent-bg, #C0w9gpNn4tS0TS2DXgeJeqr8QP1OKpzB.lazyload, #C0w9gpNn4tS0TS2DXgeJeqr8QP1OKpzB.lazyloading { background-image: none; }#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(23,1,37,0.79); }#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(23,1,37,0.79); }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#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:44.4375rem;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:8.4375rem;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:8.4375rem;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 #sF0Wkc2BwScEGKoTtQTsOQfL74oHhIZ6 {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #UdNW1cIu5oJpNfRfkGrCWKRtrWoxncK1 {  }
 }@media only screen and (max-width: 763px) { #N3VunouSGk3z0yhLQ7z6671blZB4ggPv #IkEeU7aIIGOiPwHKQZcWqr1TtkoS61FQ {  }
 }@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) { #PeAJ2oxFkgB1rtIhgDmcvlA7DQVhUm02 { width:16.75rem;height:2.625rem;top:3.8125rem;left:1.0625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MTnwD95ETkhzZiyAZo0nh8zLmsTFKVuE { width:6.4375rem;height:3.0625rem;top:1.63671875rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmVsbeM76cuZNrK7L27i3B5v8uVZMAOt { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/629093f8-6361-45d3-a8dd-48830a030b7f/37e6b2ea8b.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pC7vBZHBnVWKSGA3VJSTfo639SKRoSqS { display:block; }#pC7vBZHBnVWKSGA3VJSTfo639SKRoSqS > .row .container { width:20rem;height:61.0625rem;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:7.296875rem;top:10.6875rem;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_05ac279a9a6aa9ec6d4a4d77f86398063199a286.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) { #zIbNrERCTpV84MfB7Ddx0K4bcKy25pKP { width:6.75rem;height:6.75rem;top:22.7480625rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pbn5LhnGhP8iLSWRT6Dgxum51JeoTc8L { width:20rem;height:8.496125rem;top:22.921875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#pbn5LhnGhP8iLSWRT6Dgxum51JeoTc8L li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_05ac279a9a6aa9ec6d4a4d77f86398063199a286.svg); }
 }@media only screen and (max-width: 763px) { #mNZ9W62lQ4Zc1RMFHoKPde4igv5ggsLU { width:20rem;height:7.296875rem;top:36.85546875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#mNZ9W62lQ4Zc1RMFHoKPde4igv5ggsLU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_05ac279a9a6aa9ec6d4a4d77f86398063199a286.svg); }
 }@media only screen and (max-width: 763px) { #HifkU2woMLT6p4T0dssQGaCniGDW53Gp { width:20rem;height:9.6953125rem;top:49.02734375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#HifkU2woMLT6p4T0dssQGaCniGDW53Gp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_05ac279a9a6aa9ec6d4a4d77f86398063199a286.svg); }
 }@media only screen and (max-width: 763px) { #J9hHw2lVyVUCWxuPqTqXoyHEm6UvL7TW { width:5.9375rem;height:1.625rem;top:7.921875rem;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) { #xIUpHal2P1BK6iibXqEMrtiJUdptr8I3 { display:block; }
 }@media only screen and (max-width: 763px) { #iSiA0xqpXnshA0l172dVuZy21oLBvFNb { width:5.9375rem;height:1.625rem;top:20.109375rem;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) { #XhFJJkn05R5DVLdamJNEuhZ7c0wM9BCs { display:block; }
 }@media only screen and (max-width: 763px) { #UDvmbDJ9h6gzXn6KT7aCzxbkakOGs0p2 { width:5.9375rem;height:1.625rem;top:33.66796875rem;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) { #xWtFVZONDJkI8VwE7kyRHKPXgdTPIlHt { display:block; }
 }@media only screen and (max-width: 763px) { #aCs2ZERsumyEa1OCr0xdpazyPdr4uuT4 { width:5.9375rem;height:1.625rem;top:46.10546875rem;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) { #xa5TSJ8DZfW9H3et69JFZbl6059fAwFT { display:block; }
 }@media only screen and (max-width: 763px) { #M4IvVogTihwMykXcggVQIJ8f61TcVO9f { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ffa48663-a521-4b62-8a92-8b5ad8ca90ab/professor.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; }#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:13.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WPPXCqQMJBOeJkWVTdPuCVv6sZoneGmL { display:block; }#WPPXCqQMJBOeJkWVTdPuCVv6sZoneGmL > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rTT2E6P22mRaeIpRpnvcrLKyXnK9vDUA { width:20rem;height:1.875rem;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) { #VVmTIcp6GhylszRZBgAcr4RzuPih6T4Z { width:20rem;height:46.875rem;top:48.2119140625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WJLM7JeHJ5cAoPtSTuKCTC9l0fZhoQMK { width:20rem;height:21.972625rem;top:7.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#WJLM7JeHJ5cAoPtSTuKCTC9l0fZhoQMK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_becea2e506fb23fea147c8e177b7c343b96725ab.svg); }
 }@media only screen and (max-width: 763px) { #PHr7yKfGogU9WWVAdEKyvHJVzlukZOus { width:3rem;height:3rem;top:45.75rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #o3FrfwE2ny5f2y5ro4PZup4E6DCnWTdH { background-color:#f6edda;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:22.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aPTOxtHnlR9kd6qAF2AF6oWeId4qpNg6 { width:12rem;height:1.5625rem;top:7.4375rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:1;color:#79419f;display:block; }
 }@media only screen and (max-width: 763px) { #l7b0HIboMDfLAc9Vwk17cKPEPoKyZDe7 { width:15.6875rem;height:3rem;top:15.38671875rem;left:0rem;font-size:1.5rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #MF8voZmFiunrvCFekXc4AMBcNZSpmv8T { width:5.875rem;height:2.35546875rem;top:9.423828125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PefzMGWpDPrpmuG9FEKbBlL3X7C1NAKz { width:11.3125rem;height:5.875rem;top:16.875rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwkO5ow7w4IT9hctq5X4k0lOih6hl3ZD { width:20rem;height:3.8994125rem;top:11.55078125rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzROwM1R3zTicAZrcMiXT1mNQ7kSxGw0 { display:block; }#JzROwM1R3zTicAZrcMiXT1mNQ7kSxGw0 > .row .container { width:20rem;height:68.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #irIbNfwb8vm2R4aww4cEwDoCMV5bTpFT { display:flex;width:1.125rem;height:1.125rem;top:44.5625rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #WfxvXaWgGcw1rW2oy8qC4xaQTMTLDpDf { width:8.6875rem;height:2.5rem;top:43.875rem;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) { #CeUh8btpQwxmVBA5ofAHhghZasro5giz { display:flex;width:1.5625rem;height:1.5625rem;top:47.5rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #P9Cx9LJQI9GQH2UGFcAdQfmxBquu2Ql6 { width:9rem;height:2.5rem;top:46.75rem;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) { #UvFdtlXDNMT5ZEHh1KreDlbTnF8kqSSE { display:block; }
 }@media only screen and (max-width: 763px) { #Cta7JthiEX67NB5xNQH5uvB3lRVhxVPk { width:10.625rem;height:2.5rem;top:46.75rem;left:9.375rem;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:47.4375rem;left:10.0625rem; }
 }@media only screen and (max-width: 763px) { #UI5VkxdrquHV7NzT6Vb8dzTgEhh2ksHt { width:10.875rem;height:2.5rem;top:43.875rem;left:9.125rem;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:44.34375rem;left:9.90625rem; }
 }@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 #ISnWFzTTETQg0qvxsqIKkk7OQRiNOcaR {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #mNXfInzzmyDdWPTfWT5cLr7p2Tm7TMwa {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #SDn5eO9NcexBP7bGLNJXR3b0UcCWr3h9 {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #qEVLSOh9vT3BNGA2Gq76toXO2R2zsnzg {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #LkdwebGV8grznp3iK4P9ULzrR2ZvG6x0 {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #MZETF18DOeaRKQwJdtMOE2t68OHQgSmQ {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #Ux3piemRaGNzuS1tzD6IRSqhbcJmdZ4J {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #X7od90xk9WfMH3Gdnz7Ha2HnPMSfwyG9 {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #qhEPCEQghz6InhoqvDvu1X20Unlo7qsG {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #eGZ5Wsu00pTsgDr2c9GLgG6zAeFfKJxG {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #BLz8MQRi14szlIvq3TiSBNTQhDD9H81U {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #JTm1kN4XIZk5PzJPtKXJyVTkT7WsxrOb {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #nhcmN0QR1MrK4BtcQSlzSTu4oxcfPVZW {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #Tad4XONkT0SALkZolb7DxqaIXs3AaDez {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #KEuC9J9qMzl2pA9tmck3SQ02PHeqV1Tx {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #D93mRTFkwq0wyozgnTXZi6Q6dK5I0EVz {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #GnUsfGndrPXFVBlSIW2Byw2OaA2uv5Xg {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #dxqVGxCFXJoKLZ1giikwBNhkrMVggfyR {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #z3QS0wETpus6IfmUBaEPfonylTVwqKDh {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #M6wfkcC56a0PIBePXu4sTFe7TWLQHe3t {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #NdxIThIZR0FxdxKvxJe43U1HiuIXFNMd {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #S2er1M71VV1pCOwly9ICLGvLyysDGm5g {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #PNF7K1hmXqr2IB15kzwMkw93obTCDLVa {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #N94nxiiuWiF2BUxBTsglQ6B7ROmTQz5e {  }
 }@media only screen and (max-width: 763px) { #DnolVOee2c1ZFTWx0J1eRTAkIMih95uZ #DAkui1hp540VpbpzK33Rieq5M9No8shr {  }
 }@media only screen and (max-width: 763px) { #XoQfMS2lSxJsSObpPicgyoCrBEn4Xyag { width:15.125rem;height:2.75rem;top:61.6875rem;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.5625rem;height:2.5625rem;top:54.8125rem;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:58.1875rem;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:55.125rem;left:11rem;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:55.375rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sb65LIPilGuuVaytp1Avpt3GlBJ3Xans { width:12rem;height:2.5rem;top:49.625rem;left:4rem;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) { #NZNVTLsfyLtHJmP8oMPqpBUJeGQmhNHT { display:block; }
 }@media only screen and (max-width: 763px) { #lGEC5RdaeOeC2f9mpb5kUhOUV2Xv8xzn { display:flex;width:1.5625rem;height:1.5625rem;top:50.125rem;left:4.625rem; }
 }@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:71.875rem;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/4fb67213-c2c4-4a39-a50a-d68b43705cb6/CapturadeTela20250702as095206Photoroom.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:59.0625rem;top:9.0625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QObuTgiaT9KDq1iIZGagNWU6npxbyWb0 { width:20rem;height:35.75rem;top:27.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #O0Tpo7eoa0XSv9NDLxlGNofz8PwgZPFs { display:block; }#O0Tpo7eoa0XSv9NDLxlGNofz8PwgZPFs > .row .container { width:20rem;height:35.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oDsTT7SdTgkI8bCaN1GSQertkOKS7R8Q { display:flex;width:8rem;height:8.125rem;top:16.125rem;left:12rem; }
 }@media only screen and (max-width: 763px) { #oJl8B4dsELUbV2BOb6eGWDnPCDR6k44o { width:19.75rem;height:2rem;top:2.75rem;left:0.125rem;font-size:2rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dhc6cJthiDfTqbqe7TQ1kGxVTpq1RhZ2 { width:19rem;height:2.75rem;top:7.0625rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFCFipNE4qkfL7uJvWwTOXfgixrZbisM { display:block; }
 }@media only screen and (max-width: 763px) { #iXDrZ4qTyu295ltCaMc9xHcPwuPbfy8l { width:12.4375rem;height:2.9375rem;top:11.25rem;left:3.78125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaTyZlIUWEu6QywF91xpCS54p20aD9Ee { display:block; }
 }@media only screen and (max-width: 763px) { #BJw3n4MA5wJIqii7T8Wpo93KniHVRtBU { top:16.8125rem;left:0rem;width:16.9375rem;height:19rem;z-index:15024;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CEfwtz9tx1DCGRKcpUxUoZH9lMaptOgS { display:block; }#CEfwtz9tx1DCGRKcpUxUoZH9lMaptOgS > .row .container { width:20rem;height:44.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GVs3biGnr9LS6T3S3L20mNz50nHAPrXI { width:20rem;height:28.875rem;top:12.3466796875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p5B4OUPD0FKpidB1CpJAv7EQoX4sNxSF { width:20rem;height:6.32425rem;top:4.1875rem;left:0rem;font-size:1.4375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LKx7OJx0tDXip2EAEILDROPJW6BPtB0M { width:20rem;height:43.875rem;top:45.4091875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #U9ulmTZlJhNhEOXbBauskTbeWRRZTiOZ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e5e445f0-e115-4ffd-856f-ddbe42445132/Whisk_storyboard1b17b2530204453fb24e0291.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; }#U9ulmTZlJhNhEOXbBauskTbeWRRZTiOZ.adaptive-delivery-prevent-bg, #U9ulmTZlJhNhEOXbBauskTbeWRRZTiOZ.lazyload, #U9ulmTZlJhNhEOXbBauskTbeWRRZTiOZ.lazyloading { background-image: none; }#U9ulmTZlJhNhEOXbBauskTbeWRRZTiOZ > .row .container { background-color: transparent; background-image: none; }#U9ulmTZlJhNhEOXbBauskTbeWRRZTiOZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9ulmTZlJhNhEOXbBauskTbeWRRZTiOZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9ulmTZlJhNhEOXbBauskTbeWRRZTiOZ > .row .container > .video-iframe-container { display: none; }#U9ulmTZlJhNhEOXbBauskTbeWRRZTiOZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9ulmTZlJhNhEOXbBauskTbeWRRZTiOZ > .row > .video-iframe-container { display: none; }#U9ulmTZlJhNhEOXbBauskTbeWRRZTiOZ > .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); }#U9ulmTZlJhNhEOXbBauskTbeWRRZTiOZ > .row .container { border-width: 0; border-radius: 0; }#U9ulmTZlJhNhEOXbBauskTbeWRRZTiOZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U9ulmTZlJhNhEOXbBauskTbeWRRZTiOZ > .row .container { width:20rem;height:12.5rem;position:relative;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:48.375rem;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.3984375rem;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) { #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) { #TGZy6JUhluDefIGzScHTkNlxPd0qmFdC { width:7.625rem;height:2.9375rem;top:32rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiACTEGOueVE7bBBcUI6GzvfA81NOdS6 { width:12.0625rem;height:6.5625rem;top:30.5rem;left:8.9296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGO1Qf5qfeWIVwDyZTt8vvJM1gSia6f3 { width:7.625rem;height:1.75rem;top:38.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIeWzefqPURbgtOHv3XNc8dMJVlO8oHI { width:10.5rem;height:2.6875rem;top:37.9375rem;left:9.5rem;display:block; }
 }@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:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k7iCZSyI2DM3yIHiKXga6lo3IHxHhZG2 { width:7.875rem;height:3.25rem;top:1.25rem;left:8.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #py6dbVhAH22fcKkmpQXJt4D6Ibl8sgpx { display:block; }
 }@media only screen and (max-width: 763px) { #lw7NLBwso4ro9rG4z5hHHUC6u449hOwt { width:3.25rem;height:3.25rem;top:1.25rem;left:16.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zilxf2TtdPqkLOdy12NrnOQMFENf8PU0 { display:block; }
 }