.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:220,248,231;--color-primary-1:151,234,182;--color-primary-2:81,220,133;--color-primary-3:37,211,102;--color-primary-4:31,172,11;--color-secondary-0:230,221,225;--color-secondary-1:172,140,157;--color-secondary-2:88,25,58;--color-secondary-3:44,13,29;--color-secondary-4:13,4,9;--color-tertiary-0:255,255,255;--color-tertiary-1:186,186,186;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Open Sans";--paragraphs-font-family:"Open Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;display:block; }
#I6Tv2aILvoA4SOv4TIrGWhsVqTaeUwZe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6Tv2aILvoA4SOv4TIrGWhsVqTaeUwZe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6Tv2aILvoA4SOv4TIrGWhsVqTaeUwZe > .row > .video-iframe-container { display: none; }#I6Tv2aILvoA4SOv4TIrGWhsVqTaeUwZe > .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); }#Ti2iA8mWSGOAVBNFOB9qTsyP5QXJumTT { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Ti2iA8mWSGOAVBNFOB9qTsyP5QXJumTT > .row .container { background-color: transparent; background-image: none; }#Ti2iA8mWSGOAVBNFOB9qTsyP5QXJumTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ti2iA8mWSGOAVBNFOB9qTsyP5QXJumTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ti2iA8mWSGOAVBNFOB9qTsyP5QXJumTT > .row .container > .video-iframe-container { display: none; }#Ti2iA8mWSGOAVBNFOB9qTsyP5QXJumTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ti2iA8mWSGOAVBNFOB9qTsyP5QXJumTT > .row > .video-iframe-container { display: none; }#Ti2iA8mWSGOAVBNFOB9qTsyP5QXJumTT > .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); }#Ti2iA8mWSGOAVBNFOB9qTsyP5QXJumTT > .row .container { border-width: 0; border-radius: 0; }#Ti2iA8mWSGOAVBNFOB9qTsyP5QXJumTT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Ti2iA8mWSGOAVBNFOB9qTsyP5QXJumTT > .row .container { width:75rem;height:50.125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#JDfucA9R8dQfxJBHvmErihG6UQ9UV2Vd { color:#e8d3cf;display:block;width:40.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:19.5rem;left:0rem;height:13rem;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; }
#QMrzr5SfIy4SPRyTBfsLtxw9xvyT9kUV { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/838ed77a-296a-4fc3-84fd-2d6cb5b3d28e/Jennifergomes.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6875rem;width:36.625rem;top:2.75rem;left:0rem;display:block; }#QMrzr5SfIy4SPRyTBfsLtxw9xvyT9kUV.adaptive-delivery-prevent-bg, #QMrzr5SfIy4SPRyTBfsLtxw9xvyT9kUV.lazyload, #QMrzr5SfIy4SPRyTBfsLtxw9xvyT9kUV.lazyloading { background-image: none; }
#AqLfONymHabARIVEm7J5IEhlbcQvJXxJ { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/838ed77a-296a-4fc3-84fd-2d6cb5b3d28e/Jennifergomes.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6875rem;width:36.625rem;top:4.1875rem;left:7.5rem;display:none; }#AqLfONymHabARIVEm7J5IEhlbcQvJXxJ.adaptive-delivery-prevent-bg, #AqLfONymHabARIVEm7J5IEhlbcQvJXxJ.lazyload, #AqLfONymHabARIVEm7J5IEhlbcQvJXxJ.lazyloading { background-image: none; }
#y2UUPbc7M79d7dATeqLXua8b0ovXT7Gb { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/fe9353d2-7def-41be-bc95-530ac8dede54/banner2021.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44rem;width:42.5rem;top:6.125rem;left:33.68551175657rem;display:block; }#y2UUPbc7M79d7dATeqLXua8b0ovXT7Gb.adaptive-delivery-prevent-bg, #y2UUPbc7M79d7dATeqLXua8b0ovXT7Gb.lazyload, #y2UUPbc7M79d7dATeqLXua8b0ovXT7Gb.lazyloading { background-image: none; }
#tC2vFQ9iDpRP7gnTHAhWSVQ73lt9km6P { color:#e8d3cf;display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:9.9375rem;left:37.75rem;height:1.13769375rem;font-style:normal;display:block; }
#QdgpxQzbbQrJAHTK7Xfd1L3q4zaQAbey { background-color:#15b752;background-image:none;border-top:0rem solid #15b752;border-left:3.0625rem solid #15b752;border-right:0rem solid #15b752;border-bottom:0rem solid #15b752;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.25rem 0rem #056629 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.1875rem;height:4.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:35.625rem;left:0rem;display:block; }
#hcJGd6nbAqTzRXv5971XpIwZGSLJIrTT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UGdms7KEr8xP0pHZywRKZMSwp14FIFg2 { color:#e8d3cf;display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.7;letter-spacing:0;top:13.5244140625rem;left:12.875rem;height:1.9121125rem;font-style:normal;display:block; }
#E8sQZRq8tZsGzUTID0pRGLco4JyuVogF { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:36.3125rem;left:1rem;display:block; }
#cyq9remft59gZPrmIMvDxPirnCQZ5RXO { color:rgba(var(--color-tertiary-0),1);display:block;width:5.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.0625rem;left:68.5625rem;height:1.13769375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TuwIdlRVVO5LAQ0sUp0bIoi7aex2SSgd { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.6875rem;width:0.6875rem;top:1.28125rem;left:74.3125rem;display:block; }
#Zx6TQ0TxRnFf40TEzP8iFw9IJV4JWauW { color:#e8d3cf;display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15013;line-height:1.7;letter-spacing:0;top:36.8154296875rem;left:17.9375rem;height:1.8056625rem;font-style:normal;display:block; }
#VQWqqgSNbudnwkoAQdC7rTrZVrWlVPo5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:14.04296875rem;left:11.34375rem; }
#a7Uu79sVwVWK7u5hTqA9vwAHGIPTvecv { color:#ffd661;display:block;width:7.5625rem;position:absolute;font-family:"font awesome 2022";font-size:0.625rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:43rem;left:0rem;height:0.75rem;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; }
#kTB5n5Bxk5z0aEPOUrA9EaO1GKtylJvJ { color:rgba(var(--color-tertiary-0),1);display:block;width:2.625rem;position:absolute;font-family:figtree;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:42.5rem;left:3.9375rem;height:1.79980625rem;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; }
#TkC3Ginx6JbUbFA88KqU1xmAT6AhmWs6 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.4375rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:42.8125rem;left:6.5625rem;height:1.19921875rem;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; }
#rqx0ihNfLdilMwQrm23UwSeZGipII6Ps { display:block; }#rqx0ihNfLdilMwQrm23UwSeZGipII6Ps { background-color: transparent; background-image: none; }#rqx0ihNfLdilMwQrm23UwSeZGipII6Ps::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqx0ihNfLdilMwQrm23UwSeZGipII6Ps > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqx0ihNfLdilMwQrm23UwSeZGipII6Ps > .row .container > .video-iframe-container { display: none; }#rqx0ihNfLdilMwQrm23UwSeZGipII6Ps > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqx0ihNfLdilMwQrm23UwSeZGipII6Ps > .row > .video-iframe-container { display: none; }#rqx0ihNfLdilMwQrm23UwSeZGipII6Ps > .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); }#rqx0ihNfLdilMwQrm23UwSeZGipII6Ps { border-width: 0; border-radius: 0; }#rqx0ihNfLdilMwQrm23UwSeZGipII6Ps > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rqx0ihNfLdilMwQrm23UwSeZGipII6Ps > .row .container { background-color:#004f49;background-image:none;width:75rem;height:50.25rem;font-size:0.875rem;font-family:arial;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;position:relative;display:block; }#Sd5mJamT1EuAWTEzW2g4BKT9xrHAT6bm { color:#e8d3cf;display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:4.6875rem;left:2.9375rem;height:12.1875rem;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; }
#OFcv7CCzi2MWex6nMu0B39FR0e3dchdv { color:#e8d3cf;display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15001;line-height:2;letter-spacing:0;top:4.6875rem;left:30rem;height:;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; }
#ww87hx3fOrTV7xq3yQn97AWUHxpT34Ml { color:#d17634;display:block;width:2rem;position:absolute;font-family:"font awesome";font-size:1.1875rem;font-weight:700;z-index:15004;line-height:2;letter-spacing:0;top:4.6875rem;left:28rem;height:;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; }
#gCv5ai1uuDGHdVNNhW1IKeHx3tcTu17n { color:#e8d3cf;display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:17.625rem;left:2.9375rem;height:7rem;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; }
#bmwuOlQVuEHchPZ2nQoaISiqP1wH8WeK { background-color:#d17634;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.25rem 0rem #9d5520 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:4.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:41.25rem;left:38.0625rem;display:block; }
#wwmQ8mk6SMEukRTXaCFVvqTsxunSwHMd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TunTUBxaT4bnDbGlZvcl5ipuNPcp7L1h { color:rgba(var(--color-tertiary-0),1);display:block;width:8.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:42.8125rem;left:52.75rem;height:1.13769375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#oBbgPSzPbUZt1dckfNqONdTdbLoJrgIc { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.6875rem;width:0.6875rem;top:43.0625rem;left:61.3125rem;display:block; }
#ckSMUrTgqna3K18vPeePe8iDPqf2wzW0 { color:#d17634;display:block;width:2.5625rem;position:absolute;font-family:"font awesome";font-size:1.25rem;font-weight:700;z-index:15004;line-height:2;letter-spacing:0;top:4.6875rem;left:38.625rem;height:40rem;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:none; }
#Vrf3D4F3kn0iPXotPTnqPuZ9h61eucKs { color:#e8d3cf;display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15003;line-height:2;letter-spacing:0;top:4.6875rem;left:54.6875rem;height:33.25rem;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; }
#cbTNtp0mqTgPoa3DfrwIkCEwmwED5bm3 { color:#d17634;display:block;width:2rem;position:absolute;font-family:"font awesome";font-size:1.1875rem;font-weight:700;z-index:15006;line-height:2;letter-spacing:0;top:4.6875rem;left:52.6875rem;height:;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; }
#KLUL7VmtZTR8AyRpuGoh5zwTngZDmxTU { position:relative;display:block; }#KLUL7VmtZTR8AyRpuGoh5zwTngZDmxTU { background-color: transparent; background-image: none; }#KLUL7VmtZTR8AyRpuGoh5zwTngZDmxTU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KLUL7VmtZTR8AyRpuGoh5zwTngZDmxTU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KLUL7VmtZTR8AyRpuGoh5zwTngZDmxTU > .row .container > .video-iframe-container { display: none; }#KLUL7VmtZTR8AyRpuGoh5zwTngZDmxTU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KLUL7VmtZTR8AyRpuGoh5zwTngZDmxTU > .row > .video-iframe-container { display: none; }#KLUL7VmtZTR8AyRpuGoh5zwTngZDmxTU > .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); }#KLUL7VmtZTR8AyRpuGoh5zwTngZDmxTU { border-width: 0; border-radius: 0; }#KLUL7VmtZTR8AyRpuGoh5zwTngZDmxTU > .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; }#KLUL7VmtZTR8AyRpuGoh5zwTngZDmxTU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.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:block; }#TxwpKKTvi4nQTql8WZ4hgnVXB3vBMrOr { position:relative;display:block; }#TxwpKKTvi4nQTql8WZ4hgnVXB3vBMrOr { background-color: transparent; background-image: none; }#TxwpKKTvi4nQTql8WZ4hgnVXB3vBMrOr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxwpKKTvi4nQTql8WZ4hgnVXB3vBMrOr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxwpKKTvi4nQTql8WZ4hgnVXB3vBMrOr > .row .container > .video-iframe-container { display: none; }#TxwpKKTvi4nQTql8WZ4hgnVXB3vBMrOr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxwpKKTvi4nQTql8WZ4hgnVXB3vBMrOr > .row > .video-iframe-container { display: none; }#TxwpKKTvi4nQTql8WZ4hgnVXB3vBMrOr > .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); }#TxwpKKTvi4nQTql8WZ4hgnVXB3vBMrOr { border-width: 0; border-radius: 0; }#TxwpKKTvi4nQTql8WZ4hgnVXB3vBMrOr > .row .container > .video-iframe-container { border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#TxwpKKTvi4nQTql8WZ4hgnVXB3vBMrOr > .row .container { border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:60.5rem;width:75rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;display:block; }#h13kZF08iweUhbHKrr2brTRtqJRULdBz { color:#e8d3cf;display:block;width:33.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15004;line-height:2;letter-spacing:0;top:16.5625rem;left:2.8125rem;height:;font-style:normal;display:block; }#h13kZF08iweUhbHKrr2brTRtqJRULdBz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#h13kZF08iweUhbHKrr2brTRtqJRULdBz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a5bebf90ec0e435f80663e662f0dda290ea537cd.svg); }
#N8omlFZlDLEyHxr7UxLlhErTVZIdODyE { color:rgba(var(--color-tertiary-0),1);display:block;width:30.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15005;line-height:2;letter-spacing:0;top:16.5625rem;left:41.3125rem;height:;font-style:normal;display:block; }#N8omlFZlDLEyHxr7UxLlhErTVZIdODyE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#N8omlFZlDLEyHxr7UxLlhErTVZIdODyE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8c961bb521a1a47ba3d56f70048299733fa99e53.svg); }
#rzzS8OTdzEG5E0e7k8WVHDUpSdnPlvD0 { color:#e8d3cf;display:block;width:49.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:3.375rem;left:12.53125rem;height:5.6875rem;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;text-align:center;text-align-last:center;display:block; }
#Ll0FrdEoDJaJXAwfyaagQS6A53e92rd8 { color:#e8d3cf;display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:14.0625rem;left:2.8125rem;height:1.86865rem;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;text-align:left;text-align-last:left;display:block; }
#klGohEaw6o71BC6EBzcmJcLF4ecMFdbT { color:#e8d3cf;display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:14.0625rem;left:41.3125rem;height:1.86865rem;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;text-align:left;text-align-last:left;display:block; }
#oBFvO7eiZUbH0ykA4A6dxvyxtDJzZkOr { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.375rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.125rem;height:3.9375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:45.25rem;left:4.4375rem;display:block; }
#WZ9qBEMDea842FaK9TTZsGpRNPDOtHcE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D0wDilVRecEVyfb1vkIv4AT6PNbXHEH0 { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.25rem 0rem #39a32b ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:36.6875rem;left:42.875rem;display:block; }
#Nygks19rwx1wEA1VWw92anbJqPTRyKES { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wPTtIGFSd0k14FNVfh1KxOtDiUx5Zf0E { color:#e8d3cf;display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:50.1875rem;left:4.4375rem;height:2.9746125rem;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; }
#bmbiyidDKiq1NkZDDxJiG4PcExk0phvN { position:relative;display:block; }#bmbiyidDKiq1NkZDDxJiG4PcExk0phvN { background-color: transparent; background-image: none; }#bmbiyidDKiq1NkZDDxJiG4PcExk0phvN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmbiyidDKiq1NkZDDxJiG4PcExk0phvN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmbiyidDKiq1NkZDDxJiG4PcExk0phvN > .row .container > .video-iframe-container { display: none; }#bmbiyidDKiq1NkZDDxJiG4PcExk0phvN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmbiyidDKiq1NkZDDxJiG4PcExk0phvN > .row > .video-iframe-container { display: none; }#bmbiyidDKiq1NkZDDxJiG4PcExk0phvN > .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); }#bmbiyidDKiq1NkZDDxJiG4PcExk0phvN { border-width: 0; border-radius: 0; }#bmbiyidDKiq1NkZDDxJiG4PcExk0phvN > .row .container > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem; }#bmbiyidDKiq1NkZDDxJiG4PcExk0phvN > .row .container { border-top:0;border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-primary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;position:relative;display:block; }#lAS1tCbBv3ohtxZotHwOy7OFsciMpVyp { color:rgba(var(--color-tertiary-0),1);display:block;width:49.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.4375rem;left:4.21875rem;height:2.84375rem;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;text-align:left;text-align-last:left;display:block; }
#hMJx6xbdWCUs9nMv9vMs6w3VVRAIgzP5 { color:rgba(var(--color-tertiary-0),1);display:block;width:47.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:7.4375rem;left:4.21875rem;height:3.798825rem;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; }
#rUvwTtyBbaapbAS3lRgXBf3XIiT0QbXC { background-color:#ff7c31;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.25rem 0rem #c15010 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:7.1875rem;left:53.4375rem;display:block; }
#UIXUOKLtSm64WRnEweLsbb0FOUgcnaKv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AbTMtuTfEFTZ234lJLndrcFg2olKHTvD { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AbTMtuTfEFTZ234lJLndrcFg2olKHTvD > .row .container { background-color: transparent; background-image: none; }#AbTMtuTfEFTZ234lJLndrcFg2olKHTvD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbTMtuTfEFTZ234lJLndrcFg2olKHTvD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbTMtuTfEFTZ234lJLndrcFg2olKHTvD > .row .container > .video-iframe-container { display: none; }#AbTMtuTfEFTZ234lJLndrcFg2olKHTvD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbTMtuTfEFTZ234lJLndrcFg2olKHTvD > .row > .video-iframe-container { display: none; }#AbTMtuTfEFTZ234lJLndrcFg2olKHTvD > .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); }#AbTMtuTfEFTZ234lJLndrcFg2olKHTvD > .row .container { border-width: 0; border-radius: 0; }#AbTMtuTfEFTZ234lJLndrcFg2olKHTvD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AbTMtuTfEFTZ234lJLndrcFg2olKHTvD > .row .container { width:75rem;height:54.25rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#owxkKffUUpBgI287dOA4Qx5kmwP7ZG4X { color:rgba(var(--color-tertiary-0),1);display:block;width:32.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:6.6875rem;left:35.25rem;height:3.09375rem;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; }
#kHeotUZ74IPVHqHs2CTTApuP4aDShMnA { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/58906c1c-be3b-4625-9d5f-50aa87fd1701/mg7714editar21.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.6875rem;width:30.125rem;top:6.6875rem;left:0rem;display:block; }#kHeotUZ74IPVHqHs2CTTApuP4aDShMnA.adaptive-delivery-prevent-bg, #kHeotUZ74IPVHqHs2CTTApuP4aDShMnA.lazyload, #kHeotUZ74IPVHqHs2CTTApuP4aDShMnA.lazyloading { background-image: none; }
#PAaLTor7wXJVcANgKy04rqdsOP7dbn7Z { color:rgba(var(--color-tertiary-0),1);display:block;width:37.75rem;position:absolute;font-family:bellarina;font-size:6.0625rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:38.625rem;left:32.6875rem;height:13.3359375rem;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; }
#r2bRwLtvVxbH8XsoSpi37J2Kdx55n4sm { color:rgba(var(--color-tertiary-0),1);display:block;width:34rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15006;line-height:2;letter-spacing:0;top:11.9375rem;left:35.25rem;height:;font-style:normal;display:block; }#r2bRwLtvVxbH8XsoSpi37J2Kdx55n4sm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#r2bRwLtvVxbH8XsoSpi37J2Kdx55n4sm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8c961bb521a1a47ba3d56f70048299733fa99e53.svg); }
#Au4cS2F7omQXAD94GR04O7KxZc5XfzQm { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Au4cS2F7omQXAD94GR04O7KxZc5XfzQm > .row .container { background-color: transparent; background-image: none; }#Au4cS2F7omQXAD94GR04O7KxZc5XfzQm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Au4cS2F7omQXAD94GR04O7KxZc5XfzQm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Au4cS2F7omQXAD94GR04O7KxZc5XfzQm > .row .container > .video-iframe-container { display: none; }#Au4cS2F7omQXAD94GR04O7KxZc5XfzQm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Au4cS2F7omQXAD94GR04O7KxZc5XfzQm > .row > .video-iframe-container { display: none; }#Au4cS2F7omQXAD94GR04O7KxZc5XfzQm > .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); }#Au4cS2F7omQXAD94GR04O7KxZc5XfzQm > .row .container { border-width: 0; border-radius: 0; }#Au4cS2F7omQXAD94GR04O7KxZc5XfzQm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Au4cS2F7omQXAD94GR04O7KxZc5XfzQm > .row .container { width:75rem;height:0.875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#VSSmENAyuHHngnfgPS3M8XgJUTkqtF1G { position:relative;display:block; } #F06cc273ad6ea4bb99de53f2b0bf4d4b.widget-smartsection *:focus-visible, #F06cc273ad6ea4bb99de53f2b0bf4d4b.widget-smartsection input[type="text"]:focus-visible, #F06cc273ad6ea4bb99de53f2b0bf4d4b.widget-smartsection input[type="email"]:focus-visible, #F06cc273ad6ea4bb99de53f2b0bf4d4b.widget-smartsection input[type="tel"]:focus-visible, #F06cc273ad6ea4bb99de53f2b0bf4d4b.widget-smartsection textarea:focus-visible { outline: none; } #VSSmENAyuHHngnfgPS3M8XgJUTkqtF1G > .row .container { position:relative;display:block; }#O12dVgTLbhMSixWVLbr80ArTiZiBiMcM { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#O12dVgTLbhMSixWVLbr80ArTiZiBiMcM > .row .container { background-color: transparent; background-image: none; }#O12dVgTLbhMSixWVLbr80ArTiZiBiMcM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O12dVgTLbhMSixWVLbr80ArTiZiBiMcM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O12dVgTLbhMSixWVLbr80ArTiZiBiMcM > .row .container > .video-iframe-container { display: none; }#O12dVgTLbhMSixWVLbr80ArTiZiBiMcM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O12dVgTLbhMSixWVLbr80ArTiZiBiMcM > .row > .video-iframe-container { display: none; }#O12dVgTLbhMSixWVLbr80ArTiZiBiMcM > .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); }#O12dVgTLbhMSixWVLbr80ArTiZiBiMcM > .row .container { border-width: 0; border-radius: 0; }#O12dVgTLbhMSixWVLbr80ArTiZiBiMcM > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#O12dVgTLbhMSixWVLbr80ArTiZiBiMcM > .row .container { width:75rem;height:71.5625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#Xagby8L8MXU0F8QcGOMGZS3QdUiqBoId { color:rgba(var(--color-tertiary-0),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:5.625rem;left:18.6875rem;height:17.59569375rem;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; }
#JNM5ycXEOfAqOmwsJPH4JrqLx834bXzh { color:rgba(var(--color-tertiary-0),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:5.625rem;left:37.5625rem;height:17.59569375rem;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; }
#QOo5lGHxTwgiZyLt122rFk6y1tCFax3L { color:rgba(var(--color-tertiary-0),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:5.625rem;left:56.25rem;height:15.9961125rem;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; }
#IpSbvmKBDnwwIWXhNXmBl4JBW3B7BM31 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:32.4375rem;left:18.6875rem;height:30.39256875rem;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; }
#bgduZdbxBer9TIX2QQMrZyAw9zmBubex { color:rgba(var(--color-tertiary-0),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;top:32.4375rem;left:37.5625rem;height:30.39261875rem;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; }
#IdukSAupoIlsy8vXAOEUdakLa2TwDDD2 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;top:32.4375rem;left:56.25rem;height:28.79294375rem;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; }
#V3mrnMXv2oN1i6uN5gVeSsXkPHGOb9vR { color:rgba(232,211,207,0.08);display:block;width:45.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.5625rem;font-weight:300;z-index:15003;line-height:.9;letter-spacing:0;top:4.4375rem;left:-15.375rem;height:11.8125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OoxPNpUGXwNpBc3BDJM7MPRdBoaG98RM { position:relative;display:block; }#OoxPNpUGXwNpBc3BDJM7MPRdBoaG98RM { background-color: transparent; background-image: none; }#OoxPNpUGXwNpBc3BDJM7MPRdBoaG98RM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OoxPNpUGXwNpBc3BDJM7MPRdBoaG98RM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OoxPNpUGXwNpBc3BDJM7MPRdBoaG98RM > .row .container > .video-iframe-container { display: none; }#OoxPNpUGXwNpBc3BDJM7MPRdBoaG98RM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OoxPNpUGXwNpBc3BDJM7MPRdBoaG98RM > .row > .video-iframe-container { display: none; }#OoxPNpUGXwNpBc3BDJM7MPRdBoaG98RM > .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); }#OoxPNpUGXwNpBc3BDJM7MPRdBoaG98RM { border-width: 0; border-radius: 0; }#OoxPNpUGXwNpBc3BDJM7MPRdBoaG98RM > .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; }#OoxPNpUGXwNpBc3BDJM7MPRdBoaG98RM > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.5625rem solid #ac5c21;background-color:#d17634;background-image:none;font-size:0.875rem;font-family:arial;height:18.6875rem;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; }#Sx93lhU1IgWWc2vrJVwNkvMHBgNCXi1r { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:9.75rem;left:3.5rem;height:4.1982375rem;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;text-align:center;text-align-last:center;display:block; }
#x1zOMu1OFMvI3zMWWW5BQwuiecSIMilE { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:3.5625rem;left:2.53125rem;height:6.75rem;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;text-align:center;text-align-last:center;display:block; }
#EbxXJ67ns7ML2V6T6A69Cl1yI0f9716m { color:rgba(var(--color-tertiary-0),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:4.1875rem;left:29.0625rem;height:6.75rem;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;text-align:center;text-align-last:center;display:block; }
#f4ZnZMsWDKfQeb3Cd0rAAE1bDG1pxABi { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:9.75rem;left:29.375rem;height:4.1982375rem;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;text-align:center;text-align-last:center;display:block; }
#RLhhp02Jgx3tsFAMXQ9gGRZbF6kTHgab { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:3.9375rem;left:53.5rem;height:6.75rem;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;text-align:center;text-align-last:center;display:block; }
#iXTwkXANeoiatFN4xbZqMs0KWkKIXt4m { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:10.0625rem;left:53.5rem;height:4.1982375rem;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;text-align:center;text-align-last:center;display:block; }
#o3eV9yUOWH9ELnatF7dyszQG6XUKqc4H { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),0.15);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:0.0625rem;top:3.09375rem;left:25rem;display:block; }
#p1I13qbhQ22J739x0qWhaTQ4uGwJCzB6 { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),0.15);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:0.0625rem;top:3.09375rem;left:50rem;display:block; }
#PgTD5AJseFo37o3QHTrtZAK5NnmbSTz3 { position:relative;display:block; }#PgTD5AJseFo37o3QHTrtZAK5NnmbSTz3 { background-color: transparent; background-image: none; }#PgTD5AJseFo37o3QHTrtZAK5NnmbSTz3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PgTD5AJseFo37o3QHTrtZAK5NnmbSTz3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PgTD5AJseFo37o3QHTrtZAK5NnmbSTz3 > .row .container > .video-iframe-container { display: none; }#PgTD5AJseFo37o3QHTrtZAK5NnmbSTz3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PgTD5AJseFo37o3QHTrtZAK5NnmbSTz3 > .row > .video-iframe-container { display: none; }#PgTD5AJseFo37o3QHTrtZAK5NnmbSTz3 > .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); }#PgTD5AJseFo37o3QHTrtZAK5NnmbSTz3 { border-width: 0; border-radius: 0; }#PgTD5AJseFo37o3QHTrtZAK5NnmbSTz3 > .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; }#PgTD5AJseFo37o3QHTrtZAK5NnmbSTz3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.5rem;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; }#QkPzoMgN7AFqfDnP0Rl0FUt3FrLDtViI { position:relative;display:block; } #d631d63fc3c2b9841ae8b326ce9b424c.widget-smartsection *:focus-visible, #d631d63fc3c2b9841ae8b326ce9b424c.widget-smartsection input[type="text"]:focus-visible, #d631d63fc3c2b9841ae8b326ce9b424c.widget-smartsection input[type="email"]:focus-visible, #d631d63fc3c2b9841ae8b326ce9b424c.widget-smartsection input[type="tel"]:focus-visible, #d631d63fc3c2b9841ae8b326ce9b424c.widget-smartsection textarea:focus-visible { outline: none; } #QkPzoMgN7AFqfDnP0Rl0FUt3FrLDtViI > .row .container { position:relative;display:block; }#BbgfzsmeoDldfqrTbvt1pnignbFe21yz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BbgfzsmeoDldfqrTbvt1pnignbFe21yz > .row .container { background-color: transparent; background-image: none; }#BbgfzsmeoDldfqrTbvt1pnignbFe21yz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BbgfzsmeoDldfqrTbvt1pnignbFe21yz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BbgfzsmeoDldfqrTbvt1pnignbFe21yz > .row .container > .video-iframe-container { display: none; }#BbgfzsmeoDldfqrTbvt1pnignbFe21yz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BbgfzsmeoDldfqrTbvt1pnignbFe21yz > .row > .video-iframe-container { display: none; }#BbgfzsmeoDldfqrTbvt1pnignbFe21yz > .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); }#BbgfzsmeoDldfqrTbvt1pnignbFe21yz > .row .container { border-width: 0; border-radius: 0; }#BbgfzsmeoDldfqrTbvt1pnignbFe21yz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BbgfzsmeoDldfqrTbvt1pnignbFe21yz > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#OHligpCpPqTewUts0gP9zQFQZnb3f4J2 { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c8db51de-0827-4700-a498-262e4829d879/whatsappimage20260106at150838695ed5e5a67c2.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5625rem;width:23.0625rem;top:8.6875rem;left:0rem;display:block; }#OHligpCpPqTewUts0gP9zQFQZnb3f4J2.adaptive-delivery-prevent-bg, #OHligpCpPqTewUts0gP9zQFQZnb3f4J2.lazyload, #OHligpCpPqTewUts0gP9zQFQZnb3f4J2.lazyloading { background-image: none; }
#hsb45VXKVswTXQRlqyPdGTp5li2qhtsL { color:rgba(var(--color-tertiary-0),1);display:block;width:21.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:28.875rem;left:1.25rem;height:1.625rem;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; }
#HKSPsRurSAFMmg38imfMm4eWBFCfRvMR { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5e6da223-7737-4e18-8b37-a4a9b906fb84/whatsappimage20260106at1459311695ed5e744c71.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5625rem;width:23.0625rem;top:8.6875rem;left:26rem;display:block; }#HKSPsRurSAFMmg38imfMm4eWBFCfRvMR.adaptive-delivery-prevent-bg, #HKSPsRurSAFMmg38imfMm4eWBFCfRvMR.lazyload, #HKSPsRurSAFMmg38imfMm4eWBFCfRvMR.lazyloading { background-image: none; }
#ISlwsngM3oGe3ohzP6zMqvUVMRP7tS2q { color:rgba(var(--color-tertiary-0),1);display:block;width:21.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:28.875rem;left:27.25rem;height:1.625rem;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; }
#aLbevpef759nQsTyitLnXKJTqTuktxrn { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/fdce6260-6dd7-4ae5-85ca-744ad581b748/whatsappimage20260106at1459312695ed5e7421fc.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5625rem;width:23.0625rem;top:8.6875rem;left:51.9375rem;display:block; }#aLbevpef759nQsTyitLnXKJTqTuktxrn.adaptive-delivery-prevent-bg, #aLbevpef759nQsTyitLnXKJTqTuktxrn.lazyload, #aLbevpef759nQsTyitLnXKJTqTuktxrn.lazyloading { background-image: none; }
#NnwCw1NUqyztQVoPNEhGDNhKp3MXFTRh { color:rgba(var(--color-tertiary-0),1);display:block;width:21.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:28.875rem;left:53.1875rem;height:1.625rem;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; }
#ZHEu7ISBZcXbXDWeU7Mbp3cAcaOMJTgP { color:rgba(var(--color-tertiary-0),1);display:block;width:43.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:3.5625rem;left:15.71875rem;height:3.09375rem;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;text-align:center;text-align-last:center;display:block; }
#TxwV5BnWKC2LTn1zyP9JanASx4SEwnRm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TxwV5BnWKC2LTn1zyP9JanASx4SEwnRm > .row .container { background-color: transparent; background-image: none; }#TxwV5BnWKC2LTn1zyP9JanASx4SEwnRm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxwV5BnWKC2LTn1zyP9JanASx4SEwnRm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxwV5BnWKC2LTn1zyP9JanASx4SEwnRm > .row .container > .video-iframe-container { display: none; }#TxwV5BnWKC2LTn1zyP9JanASx4SEwnRm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxwV5BnWKC2LTn1zyP9JanASx4SEwnRm > .row > .video-iframe-container { display: none; }#TxwV5BnWKC2LTn1zyP9JanASx4SEwnRm > .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); }#TxwV5BnWKC2LTn1zyP9JanASx4SEwnRm > .row .container { border-width: 0; border-radius: 0; }#TxwV5BnWKC2LTn1zyP9JanASx4SEwnRm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TxwV5BnWKC2LTn1zyP9JanASx4SEwnRm > .row .container { font-size:0.875rem;font-family:arial;height:46.5rem;width:75rem;position:relative;display:block; }#LdyxeMKkgwKGnc17QcBTXmeNfsL1mFVn { color:rgba(var(--color-tertiary-0),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:37.8125rem;left:27rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fDgD5UhThvsCV82ksTFA3r916fA6KgyU { color:rgba(var(--color-tertiary-0),1);display:block;width:26.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:5.875rem;left:24.3125rem;height:2.625rem;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;text-align:center;text-align-last:center;display:block; }
#dIVixD4aRpxhx6peePVoHIN5yCNQ47Tn { color:rgba(var(--color-tertiary-0),1);display:block;width:26.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15024;line-height:1.4;letter-spacing:0;top:8.875rem;left:24.3125rem;height:3.9375rem;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;text-align:center;text-align-last:center;display:block; }
#VPfTWhnLdnUnLhTH4HLsITVuM3O4Q4ry { background-color:#15b752;background-image:none;border-top:0rem solid #15b752;border-left:3.0625rem solid #15b752;border-right:0rem solid #15b752;border-bottom:0rem solid #15b752;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.25rem 0rem #056629 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.875rem;height:4.1875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:15.40625rem;left:24.5625rem;display:block; }
#nTf1hr6kfIrGIFBMlLTZ9Mdb7FqIAMFC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gvTGfFE1t9LbNZkgZnSzs9lqkHSNd3VD { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:16.125rem;left:25.6875rem;display:block; }
#w44mEH9sx02lld1iTT99M3aeGnWQae2V { position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c0621434-f14c-467d-9490-8d84a93a67ec/JenniferGomes2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:15.1875rem;top:30.9375rem;left:29.90625rem;display:block; }#w44mEH9sx02lld1iTT99M3aeGnWQae2V.adaptive-delivery-prevent-bg, #w44mEH9sx02lld1iTT99M3aeGnWQae2V.lazyload, #w44mEH9sx02lld1iTT99M3aeGnWQae2V.lazyloading { background-image: none; }
#q2PzKqWBmZp8yrX8JIUzcsh2JN80CmQU { color:rgba(var(--color-tertiary-0),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:21rem;left:33.4375rem;height:1.13769375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#eKgWyxDBWgArwUTar6kCqOgHsFErFMCi { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.6875rem;width:0.6875rem;top:21.25rem;left:40.875rem;display:block; }
#swrvy6XSJytm6ERRLBKvRhQ0cegeP6tS { color:rgba(var(--color-tertiary-0),1);display:block;width:26.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:5.875rem;left:24.3125rem;height:2.625rem;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;text-align:center;text-align-last:center;display:none; }
#oP86KFFUTmD0O3VbfSw1sx4Tm19FTWLm { background-color:#15b752;background-image:none;border-top:0rem solid #15b752;border-left:3.0625rem solid #15b752;border-right:0rem solid #15b752;border-bottom:0rem solid #15b752;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.875rem;height:4.1875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:15.40625rem;left:24.5625rem;display:none; }
#Hl5owDSXhwgwmyDRHQAbBtJDNF8lvzMz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lbXN78G3n96sTFLwcIPzUkNeFlzsl4FT { 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:12.4375rem;width:34.5rem;display:none; }
#JDpoSTqXDw7P92F3xkqW7xImJqkQAZ6g { color:#e8d3cf;display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:9.9375rem;left:37.75rem;height:1.125rem;font-style:normal;display:none; }
#FtJQd1WCAMpJOwAhvfkKALuwIiLQg9kI { position:relative;display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #FtJQd1WCAMpJOwAhvfkKALuwIiLQg9kI > .row .container { position:relative;display:block; }#TxCOP0msiW77xSW53LVMDkBW6MnF3KQg { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#TxCOP0msiW77xSW53LVMDkBW6MnF3KQg { background-color: transparent; background-image: none; }#TxCOP0msiW77xSW53LVMDkBW6MnF3KQg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxCOP0msiW77xSW53LVMDkBW6MnF3KQg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxCOP0msiW77xSW53LVMDkBW6MnF3KQg > .row .container > .video-iframe-container { display: none; }#TxCOP0msiW77xSW53LVMDkBW6MnF3KQg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxCOP0msiW77xSW53LVMDkBW6MnF3KQg > .row > .video-iframe-container { display: none; }#TxCOP0msiW77xSW53LVMDkBW6MnF3KQg > .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); }#TxCOP0msiW77xSW53LVMDkBW6MnF3KQg { border-width: 0; border-radius: 0; }#TxCOP0msiW77xSW53LVMDkBW6MnF3KQg > .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; }#TxCOP0msiW77xSW53LVMDkBW6MnF3KQg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:4.5625rem;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; }#BxAb8K4ge9w6EW5ApcHLCE1PeNm0KuSD { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#v9h8nrNehT79f1mem7he9A8c59pRX1vW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CgNdBazuVbmKNzU1Ax7zpCoENWmu8Mrs { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);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:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#p50EopnA4nfKK7SCmeuCCCEq8TIEBBFM { 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) { #Ti2iA8mWSGOAVBNFOB9qTsyP5QXJumTT { display:block; }#Ti2iA8mWSGOAVBNFOB9qTsyP5QXJumTT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JDfucA9R8dQfxJBHvmErihG6UQ9UV2Vd { width:40.125rem;height:13rem;top:19.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMrzr5SfIy4SPRyTBfsLtxw9xvyT9kUV { width:36.625rem;height:12.6875rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqLfONymHabARIVEm7J5IEhlbcQvJXxJ { width:36.625rem;height:12.6875rem;top:4.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #y2UUPbc7M79d7dATeqLXua8b0ovXT7Gb { width:42.5rem;height:44rem;top:6.125rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tC2vFQ9iDpRP7gnTHAhWSVQ73lt9km6P { width:7.5625rem;height:1.125rem;top:9.9375rem;left:24.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdgpxQzbbQrJAHTK7Xfd1L3q4zaQAbey { width:16.1875rem;height:4.1875rem;top:35.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcJGd6nbAqTzRXv5971XpIwZGSLJIrTT { display:block; }
 }@media only screen and (max-width: 763px) { #UGdms7KEr8xP0pHZywRKZMSwp14FIFg2 { width:17rem;height:1.875rem;top:13.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8sQZRq8tZsGzUTID0pRGLco4JyuVogF { width:2.75rem;height:2.75rem;top:36.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyq9remft59gZPrmIMvDxPirnCQZ5RXO { width:5.4375rem;height:1.125rem;top:1.0625rem;left:42.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuwIdlRVVO5LAQ0sUp0bIoi7aex2SSgd { width:0.6875rem;height:0.6875rem;top:1.25rem;left:47.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zx6TQ0TxRnFf40TEzP8iFw9IJV4JWauW { width:12rem;height:1.75rem;top:36.8125rem;left:4.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQWqqgSNbudnwkoAQdC7rTrZVrWlVPo5 { width:1rem;height:1rem;top:14rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7Uu79sVwVWK7u5hTqA9vwAHGIPTvecv { width:7.5625rem;height:0.75rem;top:43rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTB5n5Bxk5z0aEPOUrA9EaO1GKtylJvJ { width:2.625rem;height:1.75rem;top:42.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkC3Ginx6JbUbFA88KqU1xmAT6AhmWs6 { width:24.4375rem;height:1.1875rem;top:42.8125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqx0ihNfLdilMwQrm23UwSeZGipII6Ps { display:block; }#rqx0ihNfLdilMwQrm23UwSeZGipII6Ps > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sd5mJamT1EuAWTEzW2g4BKT9xrHAT6bm { width:19.25rem;height:12.1875rem;top:4.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFcv7CCzi2MWex6nMu0B39FR0e3dchdv { width:18.375rem;height:30.875rem;top:4.6875rem;left:16.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ww87hx3fOrTV7xq3yQn97AWUHxpT34Ml { width:2rem;height:;top:4.6875rem;left:14.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCv5ai1uuDGHdVNNhW1IKeHx3tcTu17n { width:19.9375rem;height:7rem;top:17.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmwuOlQVuEHchPZ2nQoaISiqP1wH8WeK { width:14.6875rem;height:4.1875rem;top:41.25rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwmQ8mk6SMEukRTXaCFVvqTsxunSwHMd { display:block; }
 }@media only screen and (max-width: 763px) { #TunTUBxaT4bnDbGlZvcl5ipuNPcp7L1h { width:8.25rem;height:1.125rem;top:42.8125rem;left:39.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBbgPSzPbUZt1dckfNqONdTdbLoJrgIc { width:0.6875rem;height:0.6875rem;top:43.0625rem;left:47.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckSMUrTgqna3K18vPeePe8iDPqf2wzW0 { width:1.625rem;height:;top:14.375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vrf3D4F3kn0iPXotPTnqPuZ9h61eucKs { width:18.375rem;height:33.25rem;top:4.6875rem;left:29.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbTNtp0mqTgPoa3DfrwIkCEwmwED5bm3 { width:2rem;height:;top:4.6875rem;left:39.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLUL7VmtZTR8AyRpuGoh5zwTngZDmxTU { display:block; }#KLUL7VmtZTR8AyRpuGoh5zwTngZDmxTU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxwpKKTvi4nQTql8WZ4hgnVXB3vBMrOr { display:block; }#TxwpKKTvi4nQTql8WZ4hgnVXB3vBMrOr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h13kZF08iweUhbHKrr2brTRtqJRULdBz { width:33.9375rem;height:;top:16.5625rem;left:0rem;font-size:1.0625rem;display:block; }#h13kZF08iweUhbHKrr2brTRtqJRULdBz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a5bebf90ec0e435f80663e662f0dda290ea537cd.svg); }
 }@media only screen and (max-width: 763px) { #N8omlFZlDLEyHxr7UxLlhErTVZIdODyE { width:30.375rem;height:;top:16.5625rem;left:17.375rem;font-size:1.0625rem;display:block; }#N8omlFZlDLEyHxr7UxLlhErTVZIdODyE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8c961bb521a1a47ba3d56f70048299733fa99e53.svg); }
 }@media only screen and (max-width: 763px) { #rzzS8OTdzEG5E0e7k8WVHDUpSdnPlvD0 { width:47.75rem;height:5.6875rem;top:3.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ll0FrdEoDJaJXAwfyaagQS6A53e92rd8 { width:20.0625rem;height:1.875rem;top:14.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #klGohEaw6o71BC6EBzcmJcLF4ecMFdbT { width:18.875rem;height:1.875rem;top:14.0625rem;left:27.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBFvO7eiZUbH0ykA4A6dxvyxtDJzZkOr { width:22.125rem;height:3.9375rem;top:45.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZ9qBEMDea842FaK9TTZsGpRNPDOtHcE { display:block; }
 }@media only screen and (max-width: 763px) { #D0wDilVRecEVyfb1vkIv4AT6PNbXHEH0 { width:17.375rem;height:3.75rem;top:36.6875rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nygks19rwx1wEA1VWw92anbJqPTRyKES { display:block; }
 }@media only screen and (max-width: 763px) { #wPTtIGFSd0k14FNVfh1KxOtDiUx5Zf0E { width:19.75rem;height:2.9375rem;top:50.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmbiyidDKiq1NkZDDxJiG4PcExk0phvN { display:block; }#bmbiyidDKiq1NkZDDxJiG4PcExk0phvN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lAS1tCbBv3ohtxZotHwOy7OFsciMpVyp { width:47.75rem;height:2.8125rem;top:3.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMJx6xbdWCUs9nMv9vMs6w3VVRAIgzP5 { width:47.75rem;height:3.75rem;top:7.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUvwTtyBbaapbAS3lRgXBf3XIiT0QbXC { width:19.125rem;height:3.75rem;top:7.1875rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIXUOKLtSm64WRnEweLsbb0FOUgcnaKv { display:block; }
 }@media only screen and (max-width: 763px) { #AbTMtuTfEFTZ234lJLndrcFg2olKHTvD { display:block; }#AbTMtuTfEFTZ234lJLndrcFg2olKHTvD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #owxkKffUUpBgI287dOA4Qx5kmwP7ZG4X { width:32.625rem;height:3.0625rem;top:6.6875rem;left:15.125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHeotUZ74IPVHqHs2CTTApuP4aDShMnA { width:30.125rem;height:42.6875rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAaLTor7wXJVcANgKy04rqdsOP7dbn7Z { width:37.75rem;height:6.625rem;top:38.625rem;left:10rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2bRwLtvVxbH8XsoSpi37J2Kdx55n4sm { width:34rem;height:;top:11.9375rem;left:13.75rem;font-size:1.0625rem;display:block; }#r2bRwLtvVxbH8XsoSpi37J2Kdx55n4sm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8c961bb521a1a47ba3d56f70048299733fa99e53.svg); }
 }@media only screen and (max-width: 763px) { #Au4cS2F7omQXAD94GR04O7KxZc5XfzQm { display:block; }#Au4cS2F7omQXAD94GR04O7KxZc5XfzQm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VSSmENAyuHHngnfgPS3M8XgJUTkqtF1G { display:block; } #F06cc273ad6ea4bb99de53f2b0bf4d4b.widget-smartsection *:focus-visible, #F06cc273ad6ea4bb99de53f2b0bf4d4b.widget-smartsection input[type="text"]:focus-visible, #F06cc273ad6ea4bb99de53f2b0bf4d4b.widget-smartsection input[type="email"]:focus-visible, #F06cc273ad6ea4bb99de53f2b0bf4d4b.widget-smartsection input[type="tel"]:focus-visible, #F06cc273ad6ea4bb99de53f2b0bf4d4b.widget-smartsection textarea:focus-visible { outline: none; } #VSSmENAyuHHngnfgPS3M8XgJUTkqtF1G > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #O12dVgTLbhMSixWVLbr80ArTiZiBiMcM { display:block; }#O12dVgTLbhMSixWVLbr80ArTiZiBiMcM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xagby8L8MXU0F8QcGOMGZS3QdUiqBoId { width:14.625rem;height:18.75rem;top:5.625rem;left:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNM5ycXEOfAqOmwsJPH4JrqLx834bXzh { width:14.625rem;height:21.875rem;top:5.625rem;left:23.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOo5lGHxTwgiZyLt122rFk6y1tCFax3L { width:14.625rem;height:15.625rem;top:5.625rem;left:33.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpSbvmKBDnwwIWXhNXmBl4JBW3B7BM31 { width:14.625rem;height:31.25rem;top:32.4375rem;left:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgduZdbxBer9TIX2QQMrZyAw9zmBubex { width:14.625rem;height:31.25rem;top:32.4375rem;left:23.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdukSAupoIlsy8vXAOEUdakLa2TwDDD2 { width:14.625rem;height:29.6875rem;top:32.4375rem;left:33.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3mrnMXv2oN1i6uN5gVeSsXkPHGOb9vR { width:45.125rem;height:11.75rem;top:4.4375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoxPNpUGXwNpBc3BDJM7MPRdBoaG98RM { display:block; }#OoxPNpUGXwNpBc3BDJM7MPRdBoaG98RM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sx93lhU1IgWWc2vrJVwNkvMHBgNCXi1r { width:16.25rem;height:4.125rem;top:9.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1zOMu1OFMvI3zMWWW5BQwuiecSIMilE { width:19.9375rem;height:6.75rem;top:3.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbxXJ67ns7ML2V6T6A69Cl1yI0f9716m { width:18.3125rem;height:6.75rem;top:4.1875rem;left:13.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4ZnZMsWDKfQeb3Cd0rAAE1bDG1pxABi { width:16.25rem;height:4.125rem;top:9.75rem;left:15.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLhhp02Jgx3tsFAMXQ9gGRZbF6kTHgab { width:16.25rem;height:6.75rem;top:3.9375rem;left:31.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXTwkXANeoiatFN4xbZqMs0KWkKIXt4m { width:16.25rem;height:4.125rem;top:10.0625rem;left:31.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3eV9yUOWH9ELnatF7dyszQG6XUKqc4H { width:0.0625rem;height:12.5rem;top:3.0625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1I13qbhQ22J739x0qWhaTQ4uGwJCzB6 { width:0.0625rem;height:12.5rem;top:3.0625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgTD5AJseFo37o3QHTrtZAK5NnmbSTz3 { display:block; }#PgTD5AJseFo37o3QHTrtZAK5NnmbSTz3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QkPzoMgN7AFqfDnP0Rl0FUt3FrLDtViI { display:block; } #d631d63fc3c2b9841ae8b326ce9b424c.widget-smartsection *:focus-visible, #d631d63fc3c2b9841ae8b326ce9b424c.widget-smartsection input[type="text"]:focus-visible, #d631d63fc3c2b9841ae8b326ce9b424c.widget-smartsection input[type="email"]:focus-visible, #d631d63fc3c2b9841ae8b326ce9b424c.widget-smartsection input[type="tel"]:focus-visible, #d631d63fc3c2b9841ae8b326ce9b424c.widget-smartsection textarea:focus-visible { outline: none; } #QkPzoMgN7AFqfDnP0Rl0FUt3FrLDtViI > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #BbgfzsmeoDldfqrTbvt1pnignbFe21yz { display:block; }#BbgfzsmeoDldfqrTbvt1pnignbFe21yz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OHligpCpPqTewUts0gP9zQFQZnb3f4J2 { width:23.0625rem;height:19.5625rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsb45VXKVswTXQRlqyPdGTp5li2qhtsL { width:21.3125rem;height:1.625rem;top:28.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKSPsRurSAFMmg38imfMm4eWBFCfRvMR { width:23.0625rem;height:19.5625rem;top:8.6875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISlwsngM3oGe3ohzP6zMqvUVMRP7tS2q { width:21.3125rem;height:1.625rem;top:28.875rem;left:10.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLbevpef759nQsTyitLnXKJTqTuktxrn { width:23.0625rem;height:19.5625rem;top:8.6875rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnwCw1NUqyztQVoPNEhGDNhKp3MXFTRh { width:21.3125rem;height:1.625rem;top:28.875rem;left:26.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHEu7ISBZcXbXDWeU7Mbp3cAcaOMJTgP { width:43.5625rem;height:3.0625rem;top:3.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxwV5BnWKC2LTn1zyP9JanASx4SEwnRm { display:block; }#TxwV5BnWKC2LTn1zyP9JanASx4SEwnRm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LdyxeMKkgwKGnc17QcBTXmeNfsL1mFVn { width:21rem;height:3.9375rem;top:37.8125rem;left:13.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDgD5UhThvsCV82ksTFA3r916fA6KgyU { width:26.4375rem;height:2.625rem;top:5.875rem;left:10.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIVixD4aRpxhx6peePVoHIN5yCNQ47Tn { width:26.4375rem;height:3.9375rem;top:8.875rem;left:10.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPfTWhnLdnUnLhTH4HLsITVuM3O4Q4ry { width:25.875rem;height:4.1875rem;top:15.375rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTf1hr6kfIrGIFBMlLTZ9Mdb7FqIAMFC { display:block; }
 }@media only screen and (max-width: 763px) { #gvTGfFE1t9LbNZkgZnSzs9lqkHSNd3VD { width:2.75rem;height:2.75rem;top:16.125rem;left:12.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w44mEH9sx02lld1iTT99M3aeGnWQae2V { width:15.1875rem;height:5.125rem;top:30.9375rem;left:16.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2PzKqWBmZp8yrX8JIUzcsh2JN80CmQU { width:7.125rem;height:1.125rem;top:21rem;left:19.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKgWyxDBWgArwUTar6kCqOgHsFErFMCi { width:0.6875rem;height:0.6875rem;top:21.25rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #swrvy6XSJytm6ERRLBKvRhQ0cegeP6tS { width:20rem;height:2.8125rem;top:5.8125rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oP86KFFUTmD0O3VbfSw1sx4Tm19FTWLm { width:25.875rem;height:4.1875rem;top:15.375rem;left:10.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hl5owDSXhwgwmyDRHQAbBtJDNF8lvzMz { display:block; }
 }@media only screen and (max-width: 763px) { #lbXN78G3n96sTFLwcIPzUkNeFlzsl4FT { width:34.5rem;height:12.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JDpoSTqXDw7P92F3xkqW7xImJqkQAZ6g { width:7.5625rem;height:1.125rem;top:9.9375rem;left:24.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FtJQd1WCAMpJOwAhvfkKALuwIiLQg9kI { display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #FtJQd1WCAMpJOwAhvfkKALuwIiLQg9kI > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxCOP0msiW77xSW53LVMDkBW6MnF3KQg { display:block; }#TxCOP0msiW77xSW53LVMDkBW6MnF3KQg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BxAb8K4ge9w6EW5ApcHLCE1PeNm0KuSD { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9h8nrNehT79f1mem7he9A8c59pRX1vW { display:block; }
 }@media only screen and (max-width: 763px) { #CgNdBazuVbmKNzU1Ax7zpCoENWmu8Mrs { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #p50EopnA4nfKK7SCmeuCCCEq8TIEBBFM { display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#58193a;background-image:none;position:relative;display:block; }
#I6Tv2aILvoA4SOv4TIrGWhsVqTaeUwZe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6Tv2aILvoA4SOv4TIrGWhsVqTaeUwZe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6Tv2aILvoA4SOv4TIrGWhsVqTaeUwZe > .row > .video-iframe-container { display: none; }#I6Tv2aILvoA4SOv4TIrGWhsVqTaeUwZe > .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) { #Ti2iA8mWSGOAVBNFOB9qTsyP5QXJumTT { background-color:#58193a;background-image:none;display:block; }#Ti2iA8mWSGOAVBNFOB9qTsyP5QXJumTT > .row .container { background-color: transparent; background-image: none; }#Ti2iA8mWSGOAVBNFOB9qTsyP5QXJumTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ti2iA8mWSGOAVBNFOB9qTsyP5QXJumTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ti2iA8mWSGOAVBNFOB9qTsyP5QXJumTT > .row .container > .video-iframe-container { display: none; }#Ti2iA8mWSGOAVBNFOB9qTsyP5QXJumTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ti2iA8mWSGOAVBNFOB9qTsyP5QXJumTT > .row > .video-iframe-container { display: none; }#Ti2iA8mWSGOAVBNFOB9qTsyP5QXJumTT > .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); }#Ti2iA8mWSGOAVBNFOB9qTsyP5QXJumTT > .row .container { width:20rem;height:45.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JDfucA9R8dQfxJBHvmErihG6UQ9UV2Vd { width:20rem;height:6.5rem;top:11.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QMrzr5SfIy4SPRyTBfsLtxw9xvyT9kUV { width:17.25rem;height:6.6875rem;top:2.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AqLfONymHabARIVEm7J5IEhlbcQvJXxJ { width:11.1875rem;height:4.125rem;top:4.8125rem;left:4.40625rem;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c0621434-f14c-467d-9490-8d84a93a67ec/JenniferGomes2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#AqLfONymHabARIVEm7J5IEhlbcQvJXxJ.adaptive-delivery-prevent-bg, #AqLfONymHabARIVEm7J5IEhlbcQvJXxJ.lazyload, #AqLfONymHabARIVEm7J5IEhlbcQvJXxJ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #y2UUPbc7M79d7dATeqLXua8b0ovXT7Gb { width:20rem;height:15.25rem;top:30.1484375rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #tC2vFQ9iDpRP7gnTHAhWSVQ73lt9km6P { width:7.5625rem;height:0.8125rem;top:8.625rem;left:8.15625rem;text-align:center;text-align-last:center;font-size:0.625rem;color:#ffffff;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QdgpxQzbbQrJAHTK7Xfd1L3q4zaQAbey { width:14.75rem;height:3.625rem;top:19.5625rem;left:2.625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcJGd6nbAqTzRXv5971XpIwZGSLJIrTT { display:block; }
 }@media only screen and (max-width: 763px) { #UGdms7KEr8xP0pHZywRKZMSwp14FIFg2 { width:11.3125rem;height:1.05615rem;top:1.25rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#e8d3cf;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #E8sQZRq8tZsGzUTID0pRGLco4JyuVogF { width:2.75rem;height:2.75rem;top:20rem;left:3.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyq9remft59gZPrmIMvDxPirnCQZ5RXO { width:2.875rem;height:0.8125rem;top:1.5rem;left:17.125rem;text-align:left;text-align-last:left;font-size:0.625rem;color:#ffffff;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TuwIdlRVVO5LAQ0sUp0bIoi7aex2SSgd { width:0.5rem;height:0.5rem;top:1.625rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zx6TQ0TxRnFf40TEzP8iFw9IJV4JWauW { width:12rem;height:1.3808625rem;top:24.5rem;left:4rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#e8d3cf;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VQWqqgSNbudnwkoAQdC7rTrZVrWlVPo5 { display:flex;width:0.875rem;height:0.875rem;top:1.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #a7Uu79sVwVWK7u5hTqA9vwAHGIPTvecv { width:3.75rem;height:0.61816375rem;top:29.0625rem;left:3rem;font-size:0.5625rem;line-height:1.1;font-weight:700;font-style:normal;z-index:15017;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #kTB5n5Bxk5z0aEPOUrA9EaO1GKtylJvJ { width:2.625rem;height:1.6494125rem;top:28.5rem;left:6.75rem;font-size:1.5rem;line-height:1.1;font-weight:700;font-style:normal;z-index:15017;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #TkC3Ginx6JbUbFA88KqU1xmAT6AhmWs6 { width:7.6875rem;height:1.375rem;top:28.625rem;left:9.375rem;font-size:0.625rem;line-height:1.1;font-weight:400;font-style:normal;z-index:15017;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #rqx0ihNfLdilMwQrm23UwSeZGipII6Ps { background-color:#004f49;background-image:none;display:block; }#rqx0ihNfLdilMwQrm23UwSeZGipII6Ps > .row .container { background-color: transparent; background-image: none; }#rqx0ihNfLdilMwQrm23UwSeZGipII6Ps::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqx0ihNfLdilMwQrm23UwSeZGipII6Ps > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqx0ihNfLdilMwQrm23UwSeZGipII6Ps > .row .container > .video-iframe-container { display: none; }#rqx0ihNfLdilMwQrm23UwSeZGipII6Ps > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqx0ihNfLdilMwQrm23UwSeZGipII6Ps > .row > .video-iframe-container { display: none; }#rqx0ihNfLdilMwQrm23UwSeZGipII6Ps > .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); }#rqx0ihNfLdilMwQrm23UwSeZGipII6Ps > .row .container { width:20rem;height:69.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sd5mJamT1EuAWTEzW2g4BKT9xrHAT6bm { width:20rem;height:4.875rem;top:3.125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OFcv7CCzi2MWex6nMu0B39FR0e3dchdv { width:18.25rem;height:20.625rem;top:14.375rem;left:1.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ww87hx3fOrTV7xq3yQn97AWUHxpT34Ml { width:1.625rem;height:0;top:14.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:700;font-style:normal;color:#d36f26;display:none; }
 }@media only screen and (max-width: 763px) { #gCv5ai1uuDGHdVNNhW1IKeHx3tcTu17n { width:16.875rem;height:5.3125rem;top:9rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #bmwuOlQVuEHchPZ2nQoaISiqP1wH8WeK { width:10.4375rem;height:3.1875rem;top:61.9375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwmQ8mk6SMEukRTXaCFVvqTsxunSwHMd { display:block; }
 }@media only screen and (max-width: 763px) { #TunTUBxaT4bnDbGlZvcl5ipuNPcp7L1h { width:5.625rem;height:0.89355625rem;top:63.125rem;left:14rem;text-align:left;text-align-last:left;font-size:0.6875rem;color:#ffffff;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #oBbgPSzPbUZt1dckfNqONdTdbLoJrgIc { width:0.6875rem;height:0.6875rem;top:63.1875rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckSMUrTgqna3K18vPeePe8iDPqf2wzW0 { width:1.625rem;height:;top:14.375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:700;font-style:normal;color:#d36f26;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #Vrf3D4F3kn0iPXotPTnqPuZ9h61eucKs { width:18.25rem;height:24.375rem;top:35rem;left:1.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cbTNtp0mqTgPoa3DfrwIkCEwmwED5bm3 { width:2rem;height:auto;top:4.6875rem;left:9rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:700;font-style:normal;color:#d36f26;display:none; }
 }@media only screen and (max-width: 763px) { #KLUL7VmtZTR8AyRpuGoh5zwTngZDmxTU { background-color:#80174d;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; }#KLUL7VmtZTR8AyRpuGoh5zwTngZDmxTU > .row .container { background-color: transparent; background-image: none; }#KLUL7VmtZTR8AyRpuGoh5zwTngZDmxTU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KLUL7VmtZTR8AyRpuGoh5zwTngZDmxTU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KLUL7VmtZTR8AyRpuGoh5zwTngZDmxTU > .row .container > .video-iframe-container { display: none; }#KLUL7VmtZTR8AyRpuGoh5zwTngZDmxTU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KLUL7VmtZTR8AyRpuGoh5zwTngZDmxTU > .row > .video-iframe-container { display: none; }#KLUL7VmtZTR8AyRpuGoh5zwTngZDmxTU > .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); }#KLUL7VmtZTR8AyRpuGoh5zwTngZDmxTU > .row .container { border-width: 0; border-radius: 0; }#KLUL7VmtZTR8AyRpuGoh5zwTngZDmxTU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KLUL7VmtZTR8AyRpuGoh5zwTngZDmxTU > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxwpKKTvi4nQTql8WZ4hgnVXB3vBMrOr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#80174d;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TxwpKKTvi4nQTql8WZ4hgnVXB3vBMrOr > .row .container { background-color: transparent; background-image: none; }#TxwpKKTvi4nQTql8WZ4hgnVXB3vBMrOr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxwpKKTvi4nQTql8WZ4hgnVXB3vBMrOr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxwpKKTvi4nQTql8WZ4hgnVXB3vBMrOr > .row .container > .video-iframe-container { display: none; }#TxwpKKTvi4nQTql8WZ4hgnVXB3vBMrOr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxwpKKTvi4nQTql8WZ4hgnVXB3vBMrOr > .row > .video-iframe-container { display: none; }#TxwpKKTvi4nQTql8WZ4hgnVXB3vBMrOr > .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); }#TxwpKKTvi4nQTql8WZ4hgnVXB3vBMrOr > .row .container { border-width: 0; border-radius: 0; }#TxwpKKTvi4nQTql8WZ4hgnVXB3vBMrOr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TxwpKKTvi4nQTql8WZ4hgnVXB3vBMrOr > .row .container { width:20rem;height:94.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h13kZF08iweUhbHKrr2brTRtqJRULdBz { width:20rem;height:29.9375rem;top:15.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.5;display:block; }#h13kZF08iweUhbHKrr2brTRtqJRULdBz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a5bebf90ec0e435f80663e662f0dda290ea537cd.svg); }
 }@media only screen and (max-width: 763px) { #N8omlFZlDLEyHxr7UxLlhErTVZIdODyE { width:20rem;height:20.7998125rem;top:64.375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.7;display:block; }#N8omlFZlDLEyHxr7UxLlhErTVZIdODyE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8c961bb521a1a47ba3d56f70048299733fa99e53.svg); }
 }@media only screen and (max-width: 763px) { #rzzS8OTdzEG5E0e7k8WVHDUpSdnPlvD0 { width:20rem;height:8.125rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5625rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Ll0FrdEoDJaJXAwfyaagQS6A53e92rd8 { width:20rem;height:1.70605625rem;top:13rem;left:0rem;text-align:left;text-align-last:left;font-size:1.3125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #klGohEaw6o71BC6EBzcmJcLF4ecMFdbT { width:18.875rem;height:1.86865rem;top:61.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.4375rem;font-weight:700;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oBFvO7eiZUbH0ykA4A6dxvyxtDJzZkOr { width:20rem;height:3.9375rem;top:47.90625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZ9qBEMDea842FaK9TTZsGpRNPDOtHcE { display:block; }
 }@media only screen and (max-width: 763px) { #D0wDilVRecEVyfb1vkIv4AT6PNbXHEH0 { width:17.5625rem;height:3.75rem;top:86.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nygks19rwx1wEA1VWw92anbJqPTRyKES { display:block; }
 }@media only screen and (max-width: 763px) { #wPTtIGFSd0k14FNVfh1KxOtDiUx5Zf0E { width:19.75rem;height:2.4375rem;top:52.71875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;font-weight:300;font-style:normal;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bmbiyidDKiq1NkZDDxJiG4PcExk0phvN { 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;background-color:#199505;background-image:none;display:block; }#bmbiyidDKiq1NkZDDxJiG4PcExk0phvN > .row .container { background-color: transparent; background-image: none; }#bmbiyidDKiq1NkZDDxJiG4PcExk0phvN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmbiyidDKiq1NkZDDxJiG4PcExk0phvN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmbiyidDKiq1NkZDDxJiG4PcExk0phvN > .row .container > .video-iframe-container { display: none; }#bmbiyidDKiq1NkZDDxJiG4PcExk0phvN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmbiyidDKiq1NkZDDxJiG4PcExk0phvN > .row > .video-iframe-container { display: none; }#bmbiyidDKiq1NkZDDxJiG4PcExk0phvN > .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); }#bmbiyidDKiq1NkZDDxJiG4PcExk0phvN > .row .container { border-width: 0; border-radius: 0; }#bmbiyidDKiq1NkZDDxJiG4PcExk0phvN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bmbiyidDKiq1NkZDDxJiG4PcExk0phvN > .row .container { width:20rem;height:26.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lAS1tCbBv3ohtxZotHwOy7OFsciMpVyp { width:20rem;height:3.4375rem;top:2.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #hMJx6xbdWCUs9nMv9vMs6w3VVRAIgzP5 { width:20rem;height:8.496125rem;top:7.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #rUvwTtyBbaapbAS3lRgXBf3XIiT0QbXC { width:18.0625rem;height:3.75rem;top:18.6875rem;left:0.96875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIXUOKLtSm64WRnEweLsbb0FOUgcnaKv { display:block; }
 }@media only screen and (max-width: 763px) { #AbTMtuTfEFTZ234lJLndrcFg2olKHTvD { background-color:#ab1f4d;background-image:none;display:block; }#AbTMtuTfEFTZ234lJLndrcFg2olKHTvD > .row .container { background-color: transparent; background-image: none; }#AbTMtuTfEFTZ234lJLndrcFg2olKHTvD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbTMtuTfEFTZ234lJLndrcFg2olKHTvD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbTMtuTfEFTZ234lJLndrcFg2olKHTvD > .row .container > .video-iframe-container { display: none; }#AbTMtuTfEFTZ234lJLndrcFg2olKHTvD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbTMtuTfEFTZ234lJLndrcFg2olKHTvD > .row > .video-iframe-container { display: none; }#AbTMtuTfEFTZ234lJLndrcFg2olKHTvD > .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); }#AbTMtuTfEFTZ234lJLndrcFg2olKHTvD > .row .container { width:20rem;height:65.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #owxkKffUUpBgI287dOA4Qx5kmwP7ZG4X { width:16.9375rem;height:5.0869125rem;top:29.53125rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:2.3125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kHeotUZ74IPVHqHs2CTTApuP4aDShMnA { width:20rem;height:24.0625rem;top:1.9375rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #PAaLTor7wXJVcANgKy04rqdsOP7dbn7Z { width:20rem;height:3.78125rem;top:24.03125rem;left:0rem;text-align:center;text-align-last:center;font-size:3.4375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #r2bRwLtvVxbH8XsoSpi37J2Kdx55n4sm { width:20rem;height:26.5293125rem;top:36.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.7;display:block; }#r2bRwLtvVxbH8XsoSpi37J2Kdx55n4sm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8c961bb521a1a47ba3d56f70048299733fa99e53.svg); }
 }@media only screen and (max-width: 763px) { #Au4cS2F7omQXAD94GR04O7KxZc5XfzQm { background-color:#ab1f4d;background-image:none;display:block; }#Au4cS2F7omQXAD94GR04O7KxZc5XfzQm > .row .container { background-color: transparent; background-image: none; }#Au4cS2F7omQXAD94GR04O7KxZc5XfzQm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Au4cS2F7omQXAD94GR04O7KxZc5XfzQm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Au4cS2F7omQXAD94GR04O7KxZc5XfzQm > .row .container > .video-iframe-container { display: none; }#Au4cS2F7omQXAD94GR04O7KxZc5XfzQm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Au4cS2F7omQXAD94GR04O7KxZc5XfzQm > .row > .video-iframe-container { display: none; }#Au4cS2F7omQXAD94GR04O7KxZc5XfzQm > .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); }#Au4cS2F7omQXAD94GR04O7KxZc5XfzQm > .row .container { width:20rem;height:1.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VSSmENAyuHHngnfgPS3M8XgJUTkqtF1G { display:block; } #F06cc273ad6ea4bb99de53f2b0bf4d4b.widget-smartsection *:focus-visible, #F06cc273ad6ea4bb99de53f2b0bf4d4b.widget-smartsection input[type="text"]:focus-visible, #F06cc273ad6ea4bb99de53f2b0bf4d4b.widget-smartsection input[type="email"]:focus-visible, #F06cc273ad6ea4bb99de53f2b0bf4d4b.widget-smartsection input[type="tel"]:focus-visible, #F06cc273ad6ea4bb99de53f2b0bf4d4b.widget-smartsection textarea:focus-visible { outline: none; } #VSSmENAyuHHngnfgPS3M8XgJUTkqtF1G > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #O12dVgTLbhMSixWVLbr80ArTiZiBiMcM { background-color:#58193a;background-image:none;display:block; }#O12dVgTLbhMSixWVLbr80ArTiZiBiMcM > .row .container { background-color: transparent; background-image: none; }#O12dVgTLbhMSixWVLbr80ArTiZiBiMcM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O12dVgTLbhMSixWVLbr80ArTiZiBiMcM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O12dVgTLbhMSixWVLbr80ArTiZiBiMcM > .row .container > .video-iframe-container { display: none; }#O12dVgTLbhMSixWVLbr80ArTiZiBiMcM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O12dVgTLbhMSixWVLbr80ArTiZiBiMcM > .row > .video-iframe-container { display: none; }#O12dVgTLbhMSixWVLbr80ArTiZiBiMcM > .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); }#O12dVgTLbhMSixWVLbr80ArTiZiBiMcM > .row .container { width:20rem;height:135.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xagby8L8MXU0F8QcGOMGZS3QdUiqBoId { width:20rem;height:12.65625rem;top:7.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JNM5ycXEOfAqOmwsJPH4JrqLx834bXzh { width:20rem;height:12.65625rem;top:24.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #QOo5lGHxTwgiZyLt122rFk6y1tCFax3L { width:20rem;height:9.84375rem;top:42.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #IpSbvmKBDnwwIWXhNXmBl4JBW3B7BM31 { width:20rem;height:19.6875rem;top:56.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bgduZdbxBer9TIX2QQMrZyAw9zmBubex { width:20rem;height:22.5rem;top:81.375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #IdukSAupoIlsy8vXAOEUdakLa2TwDDD2 { width:20rem;height:21.09375rem;top:109.125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #V3mrnMXv2oN1i6uN5gVeSsXkPHGOb9vR { width:20rem;height:2.0249rem;top:3.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:2.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OoxPNpUGXwNpBc3BDJM7MPRdBoaG98RM { display:block; }#OoxPNpUGXwNpBc3BDJM7MPRdBoaG98RM > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#OoxPNpUGXwNpBc3BDJM7MPRdBoaG98RM > .row .container { width:20rem;height:37.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sx93lhU1IgWWc2vrJVwNkvMHBgNCXi1r { width:13.25rem;height:3.9375rem;top:4.8125rem;left:3.375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #x1zOMu1OFMvI3zMWWW5BQwuiecSIMilE { width:14rem;height:4.125rem;top:1.875rem;left:3rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #EbxXJ67ns7ML2V6T6A69Cl1yI0f9716m { width:13.5625rem;height:4.125rem;top:14.5625rem;left:3.21875rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #f4ZnZMsWDKfQeb3Cd0rAAE1bDG1pxABi { width:14.625rem;height:3.9375rem;top:17.5rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #RLhhp02Jgx3tsFAMXQ9gGRZbF6kTHgab { width:12.875rem;height:4.125rem;top:26.4375rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #iXTwkXANeoiatFN4xbZqMs0KWkKIXt4m { width:13.625rem;height:3.9375rem;top:29.375rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #o3eV9yUOWH9ELnatF7dyszQG6XUKqc4H { width:16.25rem;height:0.0625rem;top:11.5625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1I13qbhQ22J739x0qWhaTQ4uGwJCzB6 { width:16.25rem;height:0.0625rem;top:24.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgTD5AJseFo37o3QHTrtZAK5NnmbSTz3 { display:block; }#PgTD5AJseFo37o3QHTrtZAK5NnmbSTz3 > .row .container { width:20rem;height:3.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QkPzoMgN7AFqfDnP0Rl0FUt3FrLDtViI { display:block; } #d631d63fc3c2b9841ae8b326ce9b424c.widget-smartsection *:focus-visible, #d631d63fc3c2b9841ae8b326ce9b424c.widget-smartsection input[type="text"]:focus-visible, #d631d63fc3c2b9841ae8b326ce9b424c.widget-smartsection input[type="email"]:focus-visible, #d631d63fc3c2b9841ae8b326ce9b424c.widget-smartsection input[type="tel"]:focus-visible, #d631d63fc3c2b9841ae8b326ce9b424c.widget-smartsection textarea:focus-visible { outline: none; } #QkPzoMgN7AFqfDnP0Rl0FUt3FrLDtViI > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #BbgfzsmeoDldfqrTbvt1pnignbFe21yz { display:block; }#BbgfzsmeoDldfqrTbvt1pnignbFe21yz > .row .container { width:20rem;height:73.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OHligpCpPqTewUts0gP9zQFQZnb3f4J2 { width:20rem;height:17.125rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsb45VXKVswTXQRlqyPdGTp5li2qhtsL { width:20rem;height:1.13671875rem;top:24rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:700;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HKSPsRurSAFMmg38imfMm4eWBFCfRvMR { width:20rem;height:17.125rem;top:28.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISlwsngM3oGe3ohzP6zMqvUVMRP7tS2q { width:20rem;height:1.13671875rem;top:46.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #aLbevpef759nQsTyitLnXKJTqTuktxrn { width:20rem;height:17.125rem;top:51.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnwCw1NUqyztQVoPNEhGDNhKp3MXFTRh { width:20rem;height:1.13671875rem;top:69.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #ZHEu7ISBZcXbXDWeU7Mbp3cAcaOMJTgP { width:20rem;height:2.0625rem;top:2.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;font-weight:700;font-style:italic;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TxwV5BnWKC2LTn1zyP9JanASx4SEwnRm { display:block; }#TxwV5BnWKC2LTn1zyP9JanASx4SEwnRm > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LdyxeMKkgwKGnc17QcBTXmeNfsL1mFVn { width:17.9375rem;height:3.375rem;top:33.625rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDgD5UhThvsCV82ksTFA3r916fA6KgyU { width:20rem;height:0;top:5.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #dIVixD4aRpxhx6peePVoHIN5yCNQ47Tn { width:20rem;height:1.875rem;top:17.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.5;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #VPfTWhnLdnUnLhTH4HLsITVuM3O4Q4ry { width:17.3125rem;height:4.1875rem;top:10.5625rem;left:1.375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTf1hr6kfIrGIFBMlLTZ9Mdb7FqIAMFC { display:block; }
 }@media only screen and (max-width: 763px) { #gvTGfFE1t9LbNZkgZnSzs9lqkHSNd3VD { width:2.75rem;height:2.75rem;top:11.3125rem;left:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w44mEH9sx02lld1iTT99M3aeGnWQae2V { width:15.1875rem;height:5.125rem;top:30.9375rem;left:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #q2PzKqWBmZp8yrX8JIUzcsh2JN80CmQU { width:7.125rem;height:auto;top:21rem;left:6.4375rem;text-align:left;text-align-last:left;font-size:0.875rem;color:#ffc65a;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #eKgWyxDBWgArwUTar6kCqOgHsFErFMCi { width:0.9375rem;height:0.9375rem;top:6.5rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #swrvy6XSJytm6ERRLBKvRhQ0cegeP6tS { width:13.5rem;height:2.34375rem;top:5.75rem;left:3.9375rem;text-align:left;text-align-last:left;font-size:1.5625rem;line-height:1.5;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #oP86KFFUTmD0O3VbfSw1sx4Tm19FTWLm { width:14.375rem;height:2.375rem;top:17.625rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15009;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Hl5owDSXhwgwmyDRHQAbBtJDNF8lvzMz { display:block; }
 }@media only screen and (max-width: 763px) { #lbXN78G3n96sTFLwcIPzUkNeFlzsl4FT { top:25.6875rem;left:5.25rem;width:9.5rem;height:3.375rem;z-index:15026;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JDpoSTqXDw7P92F3xkqW7xImJqkQAZ6g { width:7.5625rem;height:0.9746125rem;top:29.625rem;left:6.25rem;text-align:center;text-align-last:center;font-size:0.75rem;color:#ffffff;line-height:1.3;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #FtJQd1WCAMpJOwAhvfkKALuwIiLQg9kI { display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #FtJQd1WCAMpJOwAhvfkKALuwIiLQg9kI > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxCOP0msiW77xSW53LVMDkBW6MnF3KQg { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#TxCOP0msiW77xSW53LVMDkBW6MnF3KQg > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BxAb8K4ge9w6EW5ApcHLCE1PeNm0KuSD { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9h8nrNehT79f1mem7he9A8c59pRX1vW { display:block; }
 }@media only screen and (max-width: 763px) { #CgNdBazuVbmKNzU1Ax7zpCoENWmu8Mrs { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p50EopnA4nfKK7SCmeuCCCEq8TIEBBFM { display:block; }
 }