.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:225,247,233;--color-primary-1:166,230,189;--color-primary-2:106,213,145;--color-primary-3:37,211,102;--color-primary-4:6,185,71;--color-secondary-0:250,237,232;--color-secondary-1:238,196,179;--color-secondary-2:220,137,103;--color-secondary-3:110,69,52;--color-secondary-4:33,21,15;--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:"Lato";--paragraphs-font-family:"Playfair Display"; }@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-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#NlM2XncD3uQM9cQZea9dRNcZ1MevhnM6 { position:relative;display:none; }#NlM2XncD3uQM9cQZea9dRNcZ1MevhnM6 { border-width: 0; border-radius: 0; }#NlM2XncD3uQM9cQZea9dRNcZ1MevhnM6 > .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; }#NlM2XncD3uQM9cQZea9dRNcZ1MevhnM6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/2b44915b-3a39-41d7-a498-5443d0f5b845/darkdenim3.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:49.0625rem;width:75rem;position:relative;display:block; }#WiJ4EAyQEbuTafLkqgBKXABTu63aKTht { color:rgba(var(--color-tertiary-0),1);display:block;width:58.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:17.125rem;left:8.125rem;height:8.25rem;text-align:center;text-align-last:center;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; }
#dMPovUUiztMlaKDCyTxLwAuCPXvZ60vD { color:rgba(var(--color-tertiary-0),1);display:block;width:43.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:26.875rem;left:15.9375rem;height:2.03125rem;text-align:center;text-align-last:center;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; }
#rJ7vkiPf0nKtWfaDoF60hnGmrvRyJBeS { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:37.5rem;top:13.375rem;left:18.75rem;display:block; }
#Em7u3uoKOa8z9T9l3svdealFS1zAbGZZ { background-color:#04be48;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.3125rem 0rem #12742d ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:36.40625rem;left:27rem;display:block; }
#AhA7AqtveVEbIvz6cWUWPmaJn86OQF6E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x5QWWurqSTCbdOgWBmun3gI67q3sOXyW { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/uc/af3e173f-e055-4d13-8cd4-49eae28ecd13/WhatsAppImage20221111at15544811.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:4.875rem;width:4.875rem;top:35.75rem;left:20.3125rem;display:block; }#x5QWWurqSTCbdOgWBmun3gI67q3sOXyW.adaptive-delivery-prevent-bg, #x5QWWurqSTCbdOgWBmun3gI67q3sOXyW.lazyload, #x5QWWurqSTCbdOgWBmun3gI67q3sOXyW.lazyloading { background-image: none; }
#HlvXPE9DrGZTn485V2CeokLfJul6VVeL { color:rgba(var(--color-secondary-2),1);display:block;width:38.125rem;position:absolute;font-family:cinzel;font-size:5rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:5.9130859375rem;left:18.4375rem;height:5rem;text-align:center;text-align-last:center;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; }
#CPvQFJMhSXas2UgocXlhmC4FxCqhsA4M { color:rgba(var(--color-tertiary-0),1);display:block;width:38.125rem;position:absolute;font-family:cinzel;font-size:2rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:10.8505859375rem;left:18.4375rem;height:2rem;text-align:center;text-align-last:center;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; }
#t62PT6ar1B19agrAoFxzMTZtbfWCdFWr { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:12.5rem;top:47.5rem;left:31.25rem;display:block; }
#tQaX53DAECDag5kZaJ9qARQKZ5A9ik3v { color:rgba(var(--color-tertiary-0),1);display:block;width:15.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:29.4375rem;left:14.5rem;height:2.03125rem;text-align:left;text-align-last:left;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; }
#tX7VpK8GCAXpI6iuasGgUavkAvseDgSP { color:rgba(var(--color-tertiary-0),1);display:block;width:9.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:29.4375rem;left:32rem;height:2.03125rem;text-align:left;text-align-last:left;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; }
#e70ipad47Lw3cgZf3H5BbFdpT2AwddfU { color:rgba(var(--color-tertiary-0),1);display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:29.4375rem;left:42.3125rem;height:;text-align:left;text-align-last:left;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; }
#t4SCxn1cqgmPKTwe82UANTk62lhdvCxO { color:rgba(var(--color-tertiary-0),1);display:block;width:5.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:29.4375rem;left:57.9375rem;height:;text-align:left;text-align-last:left;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; }
#KUW02L0sWshWTmswx5S2EXTOxee73S6t { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;top:29.125rem;left:11.9375rem; }
#sJ1vEZT7bRgt3sVgsE0sI58coU8vuhNQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;top:29.125rem;left:29.4375rem; }
#V2PIkHit4ls09UpZDGVd9lx8idAgSxoq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;top:29.125rem;left:39.8125rem; }
#AezTzANRZBnhN5uLtqS17TEpa4czzzPh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;top:29.125rem;left:55.4375rem; }
#A3xhZAJvHoSq5y7MRGORWtagXgvrp0Wz { 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:15007;top:16.28125rem;left:29.03125rem;display:none; }
#NS7tK3Oq0RixslWqcoBNzBpOkIspIK5M { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:4rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:36.3125rem;left:43.71875rem;display:block; }
#Lbu8ymxnlSg4xzXTOwQe9upcq4l7e9Oc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fybHOwpyve3z6ALPkTpJxL7T6ItzZTEU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/2b44915b-3a39-41d7-a498-5443d0f5b845/darkdenim3.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fybHOwpyve3z6ALPkTpJxL7T6ItzZTEU.adaptive-delivery-prevent-bg, #fybHOwpyve3z6ALPkTpJxL7T6ItzZTEU.lazyload, #fybHOwpyve3z6ALPkTpJxL7T6ItzZTEU.lazyloading { background-image: none; }#fybHOwpyve3z6ALPkTpJxL7T6ItzZTEU > .row .container { background-color: transparent; background-image: none; }#fybHOwpyve3z6ALPkTpJxL7T6ItzZTEU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fybHOwpyve3z6ALPkTpJxL7T6ItzZTEU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fybHOwpyve3z6ALPkTpJxL7T6ItzZTEU > .row .container > .video-iframe-container { display: none; }#fybHOwpyve3z6ALPkTpJxL7T6ItzZTEU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fybHOwpyve3z6ALPkTpJxL7T6ItzZTEU > .row > .video-iframe-container { display: none; }#fybHOwpyve3z6ALPkTpJxL7T6ItzZTEU > .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); }#fybHOwpyve3z6ALPkTpJxL7T6ItzZTEU > .row .container { border-width: 0; border-radius: 0; }#fybHOwpyve3z6ALPkTpJxL7T6ItzZTEU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fybHOwpyve3z6ALPkTpJxL7T6ItzZTEU > .row .container { font-size:0.875rem;font-family:arial;height:45.125rem;width:75rem;position:relative;display:block; }#lrH6QzXiWi7Bvg7n1feqbZuDE1dqXGyZ { color:rgba(var(--color-tertiary-0),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.8;letter-spacing:0;top:8.875rem;left:0rem;height:21.59375rem;text-align:left;text-align-last:left;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; }
#LIFcHf8TLPt4rZ0rxwICGlEMQDlFtOr9 { color:rgba(var(--color-tertiary-0),1);display:block;width:42.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:36.8125rem;left:16.21875rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X0XaXLKusTZfMBJFRg9riVROawL0ffTn { color:rgba(var(--color-secondary-2),1);display:block;width:55.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:3.3125rem;left:9.90625rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JwVoNM48C6XlxmkscsonN6bIskb5ffBB { color:rgba(var(--color-tertiary-0),1);display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.8;letter-spacing:0;top:8.875rem;left:29.6875rem;height:21.59375rem;text-align:left;text-align-last:left;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; }
#ZreJ3dJoAT6DJXM3kLuhRe5xT8rdJZ6K { color:rgba(var(--color-tertiary-0),1);display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:8.875rem;left:55.1875rem;height:24.29296875rem;text-align:left;text-align-last:left;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; }
#BAIcsfECLNWyTKO2Vy2EMS7CpuJyA8l0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/2b44915b-3a39-41d7-a498-5443d0f5b845/darkdenim3.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#BAIcsfECLNWyTKO2Vy2EMS7CpuJyA8l0.adaptive-delivery-prevent-bg, #BAIcsfECLNWyTKO2Vy2EMS7CpuJyA8l0.lazyload, #BAIcsfECLNWyTKO2Vy2EMS7CpuJyA8l0.lazyloading { background-image: none; }#BAIcsfECLNWyTKO2Vy2EMS7CpuJyA8l0 > .row .container { border-width: 0; border-radius: 0; }#BAIcsfECLNWyTKO2Vy2EMS7CpuJyA8l0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BAIcsfECLNWyTKO2Vy2EMS7CpuJyA8l0 > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;position:relative;display:none; }#bUswyvGRLevPo0uQ4CWSdhSJMTQq8M5m { color:rgba(var(--color-tertiary-1),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.8;letter-spacing:0;top:6.375rem;left:28.125rem;height:19.6875rem;text-align:left;text-align-last:left;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; }
#pf9DuL5M7HxiPXZPRfQCW18drpSWRoIL { color:rgba(var(--color-tertiary-1),1);display:block;width:42.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:30.25rem;left:28.125rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uKcUOhgaKZ9sLMmAtQM9RWVVEm63vtT8 { color:rgba(var(--color-tertiary-1),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.8;letter-spacing:0;top:6.375rem;left:51.375rem;height:19.6875rem;text-align:left;text-align-last:left;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; }
#sPTE8zMAs59uk3LOfNMeGD263vlkQvMq { color:rgba(var(--color-secondary-2),1);display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.9375rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:6.375rem;left:0rem;height:11.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#g0i9LQU7r5vWB6rJBC4wsHlSf04Ihzld { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/2b44915b-3a39-41d7-a498-5443d0f5b845/darkdenim3.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#g0i9LQU7r5vWB6rJBC4wsHlSf04Ihzld.adaptive-delivery-prevent-bg, #g0i9LQU7r5vWB6rJBC4wsHlSf04Ihzld.lazyload, #g0i9LQU7r5vWB6rJBC4wsHlSf04Ihzld.lazyloading { background-image: none; }#g0i9LQU7r5vWB6rJBC4wsHlSf04Ihzld > .row .container { background-color: transparent; background-image: none; }#g0i9LQU7r5vWB6rJBC4wsHlSf04Ihzld::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g0i9LQU7r5vWB6rJBC4wsHlSf04Ihzld > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g0i9LQU7r5vWB6rJBC4wsHlSf04Ihzld > .row .container > .video-iframe-container { display: none; }#g0i9LQU7r5vWB6rJBC4wsHlSf04Ihzld > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g0i9LQU7r5vWB6rJBC4wsHlSf04Ihzld > .row > .video-iframe-container { display: none; }#g0i9LQU7r5vWB6rJBC4wsHlSf04Ihzld > .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); }#g0i9LQU7r5vWB6rJBC4wsHlSf04Ihzld > .row .container { border-width: 0; border-radius: 0; }#g0i9LQU7r5vWB6rJBC4wsHlSf04Ihzld > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g0i9LQU7r5vWB6rJBC4wsHlSf04Ihzld > .row .container { font-size:0.875rem;font-family:arial;height:26.6875rem;width:75rem;position:relative;display:block; }#VhzzFHEqsx5XtrFFDDWr3bCWTQkmyFEq { color:rgba(var(--color-secondary-2),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:5.9375rem;left:25.46875rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A1FOyLbR52e95OklV3MHn9dHOvsqytqT { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:27.5625rem;width:49.75rem;top:8.625rem;left:12.78125rem;display:block; }
#Vgt05kfEPSTUcgXtJipq0CTafMTARJN7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#bc785b;background-image:url("https://images.assets-landingi.com/uc/2b44915b-3a39-41d7-a498-5443d0f5b845/darkdenim3.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Vgt05kfEPSTUcgXtJipq0CTafMTARJN7.adaptive-delivery-prevent-bg, #Vgt05kfEPSTUcgXtJipq0CTafMTARJN7.lazyload, #Vgt05kfEPSTUcgXtJipq0CTafMTARJN7.lazyloading { background-image: none; }#Vgt05kfEPSTUcgXtJipq0CTafMTARJN7 > .row .container { background-color: transparent; background-image: none; }#Vgt05kfEPSTUcgXtJipq0CTafMTARJN7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vgt05kfEPSTUcgXtJipq0CTafMTARJN7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vgt05kfEPSTUcgXtJipq0CTafMTARJN7 > .row .container > .video-iframe-container { display: none; }#Vgt05kfEPSTUcgXtJipq0CTafMTARJN7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vgt05kfEPSTUcgXtJipq0CTafMTARJN7 > .row > .video-iframe-container { display: none; }#Vgt05kfEPSTUcgXtJipq0CTafMTARJN7 > .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); }#Vgt05kfEPSTUcgXtJipq0CTafMTARJN7 > .row .container { border-width: 0; border-radius: 0; }#Vgt05kfEPSTUcgXtJipq0CTafMTARJN7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vgt05kfEPSTUcgXtJipq0CTafMTARJN7 > .row .container { font-size:0.875rem;font-family:arial;height:12.5625rem;width:75rem;position:relative;display:block; }#qwouiLDIMITQwvH1a6CHK7xgMwIRpDPX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#bc785b;background-image:url("https://images.assets-landingi.com/uc/2b44915b-3a39-41d7-a498-5443d0f5b845/darkdenim3.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qwouiLDIMITQwvH1a6CHK7xgMwIRpDPX.adaptive-delivery-prevent-bg, #qwouiLDIMITQwvH1a6CHK7xgMwIRpDPX.lazyload, #qwouiLDIMITQwvH1a6CHK7xgMwIRpDPX.lazyloading { background-image: none; }#qwouiLDIMITQwvH1a6CHK7xgMwIRpDPX > .row .container { background-color: transparent; background-image: none; }#qwouiLDIMITQwvH1a6CHK7xgMwIRpDPX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwouiLDIMITQwvH1a6CHK7xgMwIRpDPX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwouiLDIMITQwvH1a6CHK7xgMwIRpDPX > .row .container > .video-iframe-container { display: none; }#qwouiLDIMITQwvH1a6CHK7xgMwIRpDPX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwouiLDIMITQwvH1a6CHK7xgMwIRpDPX > .row > .video-iframe-container { display: none; }#qwouiLDIMITQwvH1a6CHK7xgMwIRpDPX > .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); }#qwouiLDIMITQwvH1a6CHK7xgMwIRpDPX > .row .container { border-width: 0; border-radius: 0; }#qwouiLDIMITQwvH1a6CHK7xgMwIRpDPX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qwouiLDIMITQwvH1a6CHK7xgMwIRpDPX > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:75rem;position:relative;display:block; }#K26zIAVUuc9FT8XChDbuTggNGUISGfFW { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:12.4375rem;left:6.875rem;height:8.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ABlnk1LfKqAGvvI0mAokKElmWt8cBreP { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:19.875rem;left:7.875rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GhnppHHF3Ip6I2oLduFfe2aTO794Nk1a { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4375rem;position:absolute;font-family:"font awesome";font-size:4.0625rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:6.0625rem;left:6.875rem;height:4.46875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bpwfkqEn4TQ1e3g2S092NU9v8i7Dnnff { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4375rem;position:absolute;font-family:"font awesome";font-size:4.0625rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:6.125rem;left:31.3125rem;height:4.46875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HBHegNlllrNAqn9p4UgtpmUD5zG83lQP { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:12.5rem;left:31.3125rem;height:6.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hQ9WiwpnyRGZuuhLZdZnpRRn21qzh5qy { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:19.9375rem;left:32.3125rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eUaiDIbzliBPpZhRSTDGr2yTA1XHrVnN { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4375rem;position:absolute;font-family:"font awesome";font-size:4.0625rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:6.125rem;left:56.5625rem;height:4.46875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u7TQBosZgyZB5P9W8xpWZ2rZR3yToO60 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:12.5rem;left:56.5625rem;height:6.1875rem;text-align:center;text-align-last:center;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; }
#Dg22sldwhSklKzVAmE7xoLJQam35TAWh { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:19.9375rem;left:57.5625rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aPbnEuX06vWt74dT2JpkQEP75uTTzu7H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/2b44915b-3a39-41d7-a498-5443d0f5b845/darkdenim3.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aPbnEuX06vWt74dT2JpkQEP75uTTzu7H.adaptive-delivery-prevent-bg, #aPbnEuX06vWt74dT2JpkQEP75uTTzu7H.lazyload, #aPbnEuX06vWt74dT2JpkQEP75uTTzu7H.lazyloading { background-image: none; }#aPbnEuX06vWt74dT2JpkQEP75uTTzu7H > .row .container { background-color: transparent; background-image: none; }#aPbnEuX06vWt74dT2JpkQEP75uTTzu7H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aPbnEuX06vWt74dT2JpkQEP75uTTzu7H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aPbnEuX06vWt74dT2JpkQEP75uTTzu7H > .row .container > .video-iframe-container { display: none; }#aPbnEuX06vWt74dT2JpkQEP75uTTzu7H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aPbnEuX06vWt74dT2JpkQEP75uTTzu7H > .row > .video-iframe-container { display: none; }#aPbnEuX06vWt74dT2JpkQEP75uTTzu7H > .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); }#aPbnEuX06vWt74dT2JpkQEP75uTTzu7H > .row .container { border-width: 0; border-radius: 0; }#aPbnEuX06vWt74dT2JpkQEP75uTTzu7H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aPbnEuX06vWt74dT2JpkQEP75uTTzu7H > .row .container { font-size:0.875rem;font-family:arial;height:62.5625rem;width:75rem;position:relative;display:block; }#HiZaImrnWeDL8y1sVSnwhxEpEs6d5ZpO { color:rgba(var(--color-secondary-2),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.9375rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:16.8125rem;left:28.125rem;height:11.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dsF9wV7lCIXIHgf8QJezteoIKgdgylF4 { color:rgba(var(--color-tertiary-1),1);display:block;width:33.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:31.5rem;left:28.125rem;height:12rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sS7cZlWNTL8hN6i4OP94vmaTMrTmE6ie { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:46.5rem;left:28.125rem;display:block; }
#T8hWUlxrDTbQhTix5egWHlTeySuST00r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bpwF3oqc3eHTXQTXOxM8KddarHRL90oq { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6e7e5f42-dbe0-415f-a64a-34c0cd3cb57e/woman.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.9375rem;width:60.5rem;top:0rem;left:-23rem;display:block; }#bpwF3oqc3eHTXQTXOxM8KddarHRL90oq.adaptive-delivery-prevent-bg, #bpwF3oqc3eHTXQTXOxM8KddarHRL90oq.lazyload, #bpwF3oqc3eHTXQTXOxM8KddarHRL90oq.lazyloading { background-image: none; }
#W49I1vs7ZUedBzcWtNPoqLfUBq2clZEf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/485c31b0-9bd4-463c-b94a-b9331eb751b9/NEST3.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#W49I1vs7ZUedBzcWtNPoqLfUBq2clZEf.adaptive-delivery-prevent-bg, #W49I1vs7ZUedBzcWtNPoqLfUBq2clZEf.lazyload, #W49I1vs7ZUedBzcWtNPoqLfUBq2clZEf.lazyloading { background-image: none; }#W49I1vs7ZUedBzcWtNPoqLfUBq2clZEf > .row .container { background-color: transparent; background-image: none; }#W49I1vs7ZUedBzcWtNPoqLfUBq2clZEf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.84); }#W49I1vs7ZUedBzcWtNPoqLfUBq2clZEf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W49I1vs7ZUedBzcWtNPoqLfUBq2clZEf > .row .container > .video-iframe-container { display: none; }#W49I1vs7ZUedBzcWtNPoqLfUBq2clZEf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.84); }#W49I1vs7ZUedBzcWtNPoqLfUBq2clZEf > .row > .video-iframe-container { display: none; }#W49I1vs7ZUedBzcWtNPoqLfUBq2clZEf > .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); }#W49I1vs7ZUedBzcWtNPoqLfUBq2clZEf > .row .container { border-width: 0; border-radius: 0; }#W49I1vs7ZUedBzcWtNPoqLfUBq2clZEf::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W49I1vs7ZUedBzcWtNPoqLfUBq2clZEf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W49I1vs7ZUedBzcWtNPoqLfUBq2clZEf > .row .container { font-size:0.875rem;font-family:arial;height:38.375rem;width:75rem;position:relative;display:block; }#CxtOvCpxgkIuogUModxTovJ5GCtNsUO3 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:17.1875rem;left:28.5rem;height:12rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GsvqXlqo2mfZXOFOOKV7wcJDXeUnOMAo { color:rgba(var(--color-secondary-2),1);display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.9375rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;text-shadow:0rem 0rem 1.5rem rgba(var(--color-tertiary-0),0.97);top:8.5625rem;left:0rem;height:7.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#C99l6QRTxHkdbOvqT93dLpt9l7ZRCAMM { position:relative;display:none; }#C99l6QRTxHkdbOvqT93dLpt9l7ZRCAMM { border-width: 0; border-radius: 0; }#C99l6QRTxHkdbOvqT93dLpt9l7ZRCAMM > .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; }#C99l6QRTxHkdbOvqT93dLpt9l7ZRCAMM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#B7GACN7kNZI2f7lVMuEEyJBek0R5F6Dv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/2b44915b-3a39-41d7-a498-5443d0f5b845/darkdenim3.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B7GACN7kNZI2f7lVMuEEyJBek0R5F6Dv.adaptive-delivery-prevent-bg, #B7GACN7kNZI2f7lVMuEEyJBek0R5F6Dv.lazyload, #B7GACN7kNZI2f7lVMuEEyJBek0R5F6Dv.lazyloading { background-image: none; }#B7GACN7kNZI2f7lVMuEEyJBek0R5F6Dv > .row .container { background-color: transparent; background-image: none; }#B7GACN7kNZI2f7lVMuEEyJBek0R5F6Dv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B7GACN7kNZI2f7lVMuEEyJBek0R5F6Dv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B7GACN7kNZI2f7lVMuEEyJBek0R5F6Dv > .row .container > .video-iframe-container { display: none; }#B7GACN7kNZI2f7lVMuEEyJBek0R5F6Dv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B7GACN7kNZI2f7lVMuEEyJBek0R5F6Dv > .row > .video-iframe-container { display: none; }#B7GACN7kNZI2f7lVMuEEyJBek0R5F6Dv > .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); }#B7GACN7kNZI2f7lVMuEEyJBek0R5F6Dv > .row .container { border-width: 0; border-radius: 0; }#B7GACN7kNZI2f7lVMuEEyJBek0R5F6Dv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B7GACN7kNZI2f7lVMuEEyJBek0R5F6Dv > .row .container { font-size:0.875rem;font-family:arial;height:50.25rem;width:75rem;position:relative;display:block; }#XFEMq9V1QOxpT1tD4lTVRRAcTVQQSSwi { color:rgba(var(--color-secondary-2),1);display:block;width:43.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:5.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11.84375rem;left:28.15625rem;height:6.7431875rem;text-align:left;text-align-last:left;display:block; }
#NvM3HwEuzfTg1Fcsw5VIsRT6qh6NTBmE { color:rgba(var(--color-tertiary-1),1);display:block;width:31.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:20.25rem;left:28.15625rem;height:18rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fKFXsd9oxKRMW8ZVAZ2LJrg3cPlmboLK { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/787ff7a5-b6aa-4f77-b8a4-7149748c763b/WhatsAppImage20221111at155629.jpeg");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:36.1875rem;width:24.875rem;top:4.796875rem;left:0rem;display:block; }#fKFXsd9oxKRMW8ZVAZ2LJrg3cPlmboLK.adaptive-delivery-prevent-bg, #fKFXsd9oxKRMW8ZVAZ2LJrg3cPlmboLK.lazyload, #fKFXsd9oxKRMW8ZVAZ2LJrg3cPlmboLK.lazyloading { background-image: none; }
#bQgwptU0n3JIBE4e5Tys8wB361TQzScy { color:rgba(var(--color-tertiary-1),1);display:block;width:31.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:10.34375rem;left:28.15625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FOfbx4krO7H1PF8mKxpCnPFHgyqKbqMM { color:rgba(var(--color-tertiary-0),0.52);display:block;width:43.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:4.3125rem;left:28.15625rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#qQPy0ZHmNhZuDSmfTZJ05HthBsnWDhSZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/2b44915b-3a39-41d7-a498-5443d0f5b845/darkdenim3.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qQPy0ZHmNhZuDSmfTZJ05HthBsnWDhSZ.adaptive-delivery-prevent-bg, #qQPy0ZHmNhZuDSmfTZJ05HthBsnWDhSZ.lazyload, #qQPy0ZHmNhZuDSmfTZJ05HthBsnWDhSZ.lazyloading { background-image: none; }#qQPy0ZHmNhZuDSmfTZJ05HthBsnWDhSZ > .row .container { background-color: transparent; background-image: none; }#qQPy0ZHmNhZuDSmfTZJ05HthBsnWDhSZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qQPy0ZHmNhZuDSmfTZJ05HthBsnWDhSZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qQPy0ZHmNhZuDSmfTZJ05HthBsnWDhSZ > .row .container > .video-iframe-container { display: none; }#qQPy0ZHmNhZuDSmfTZJ05HthBsnWDhSZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qQPy0ZHmNhZuDSmfTZJ05HthBsnWDhSZ > .row > .video-iframe-container { display: none; }#qQPy0ZHmNhZuDSmfTZJ05HthBsnWDhSZ > .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); }#qQPy0ZHmNhZuDSmfTZJ05HthBsnWDhSZ > .row .container { border-width: 0; border-radius: 0; }#qQPy0ZHmNhZuDSmfTZJ05HthBsnWDhSZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qQPy0ZHmNhZuDSmfTZJ05HthBsnWDhSZ > .row .container { font-size:0.875rem;font-family:arial;height:38.8125rem;width:75rem;position:relative;display:block; }#o0JOqiCMiMafT5LzSekLkQikAqzIt8GR { color:rgba(var(--color-secondary-2),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:7.1875rem;left:3.9375rem;height:4.8125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Nb8iEHZ4CpDvU756z0Nq5zSIsFoLxoyS { color:rgba(var(--color-tertiary-1),1);display:block;width:23.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:4.1875rem;left:4.3125rem;height:2rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#veosuucUhogTFG1E9MukIdTkZ97TBl8e { color:rgba(var(--color-tertiary-1),1);display:block;width:23.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:15.1875rem;left:4.3125rem;height:2rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#mI1A6BD0PLVV7FrNIF28SDcoN3PFAc7X { position:absolute;display:block;z-index:15010;height:26.875rem;width:60.125rem;top:0rem;left:37.4375rem;display:block; }
#vHnObW2GL3yF2VQTGpWuPrEzw2ZRPMBr { position:absolute;display:block;z-index:15010;height:26.875rem;width:60.125rem;top:0rem;left:37.4375rem;display:none; }
#PzdMXfd8hnNf7ZUP8BNXyAlsF3TUp1Kr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/2b44915b-3a39-41d7-a498-5443d0f5b845/darkdenim3.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#PzdMXfd8hnNf7ZUP8BNXyAlsF3TUp1Kr.adaptive-delivery-prevent-bg, #PzdMXfd8hnNf7ZUP8BNXyAlsF3TUp1Kr.lazyload, #PzdMXfd8hnNf7ZUP8BNXyAlsF3TUp1Kr.lazyloading { background-image: none; }#PzdMXfd8hnNf7ZUP8BNXyAlsF3TUp1Kr > .row .container { border-width: 0; border-radius: 0; }#PzdMXfd8hnNf7ZUP8BNXyAlsF3TUp1Kr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PzdMXfd8hnNf7ZUP8BNXyAlsF3TUp1Kr > .row .container { font-size:0.875rem;font-family:arial;height:66.75rem;width:75rem;position:relative;display:none; }#rbie4Hiidt5HX69cNyhZiNlrg6D0QGzO { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/feb23cb5-1268-40d2-b543-c29a2c626e31/ZGAdvogadosNovoConceitoemEscritoriodeAdvocacia7.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.0625rem;width:23.125rem;top:0rem;left:0rem;display:block; }#rbie4Hiidt5HX69cNyhZiNlrg6D0QGzO.adaptive-delivery-prevent-bg, #rbie4Hiidt5HX69cNyhZiNlrg6D0QGzO.lazyload, #rbie4Hiidt5HX69cNyhZiNlrg6D0QGzO.lazyloading { background-image: none; }
#fSmG0QeHKQKRbs2zDizzQ8rWtd0ct2V7 { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/feb23cb5-1268-40d2-b543-c29a2c626e31/ZGAdvogadosNovoConceitoemEscritoriodeAdvocacia7.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:23.125rem;top:0rem;left:25.9375rem;display:block; }#fSmG0QeHKQKRbs2zDizzQ8rWtd0ct2V7.adaptive-delivery-prevent-bg, #fSmG0QeHKQKRbs2zDizzQ8rWtd0ct2V7.lazyload, #fSmG0QeHKQKRbs2zDizzQ8rWtd0ct2V7.lazyloading { background-image: none; }
#Qk9DyWBGHlWEOFL50rXkmvpgdiEUTBgU { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/feb23cb5-1268-40d2-b543-c29a2c626e31/ZGAdvogadosNovoConceitoemEscritoriodeAdvocacia7.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:23.125rem;top:19rem;left:51.875rem;display:block; }#Qk9DyWBGHlWEOFL50rXkmvpgdiEUTBgU.adaptive-delivery-prevent-bg, #Qk9DyWBGHlWEOFL50rXkmvpgdiEUTBgU.lazyload, #Qk9DyWBGHlWEOFL50rXkmvpgdiEUTBgU.lazyloading { background-image: none; }
#QdW6qBVupkldOZXHNPf1QHAoFM366Imw { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/feb23cb5-1268-40d2-b543-c29a2c626e31/ZGAdvogadosNovoConceitoemEscritoriodeAdvocacia7.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.0625rem;width:23.125rem;top:19rem;left:25.9375rem;display:block; }#QdW6qBVupkldOZXHNPf1QHAoFM366Imw.adaptive-delivery-prevent-bg, #QdW6qBVupkldOZXHNPf1QHAoFM366Imw.lazyload, #QdW6qBVupkldOZXHNPf1QHAoFM366Imw.lazyloading { background-image: none; }
#eRaKb8LO4ipIW5obQbhwNyG51XCCh4Tv { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/feb23cb5-1268-40d2-b543-c29a2c626e31/ZGAdvogadosNovoConceitoemEscritoriodeAdvocacia7.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:23.125rem;top:0rem;left:51.875rem;display:block; }#eRaKb8LO4ipIW5obQbhwNyG51XCCh4Tv.adaptive-delivery-prevent-bg, #eRaKb8LO4ipIW5obQbhwNyG51XCCh4Tv.lazyload, #eRaKb8LO4ipIW5obQbhwNyG51XCCh4Tv.lazyloading { background-image: none; }
#URWCc3KtEBODpeCqXGP5r7Ruih6TeJpg { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/feb23cb5-1268-40d2-b543-c29a2c626e31/ZGAdvogadosNovoConceitoemEscritoriodeAdvocacia7.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:23.125rem;top:34.125rem;left:0rem;display:block; }#URWCc3KtEBODpeCqXGP5r7Ruih6TeJpg.adaptive-delivery-prevent-bg, #URWCc3KtEBODpeCqXGP5r7Ruih6TeJpg.lazyload, #URWCc3KtEBODpeCqXGP5r7Ruih6TeJpg.lazyloading { background-image: none; }
#epx2mqy1L3aSBRGQrDTtTbzNTrK0tPzK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/2b44915b-3a39-41d7-a498-5443d0f5b845/darkdenim3.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#epx2mqy1L3aSBRGQrDTtTbzNTrK0tPzK.adaptive-delivery-prevent-bg, #epx2mqy1L3aSBRGQrDTtTbzNTrK0tPzK.lazyload, #epx2mqy1L3aSBRGQrDTtTbzNTrK0tPzK.lazyloading { background-image: none; }#epx2mqy1L3aSBRGQrDTtTbzNTrK0tPzK > .row .container { background-color: transparent; background-image: none; }#epx2mqy1L3aSBRGQrDTtTbzNTrK0tPzK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#epx2mqy1L3aSBRGQrDTtTbzNTrK0tPzK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#epx2mqy1L3aSBRGQrDTtTbzNTrK0tPzK > .row .container > .video-iframe-container { display: none; }#epx2mqy1L3aSBRGQrDTtTbzNTrK0tPzK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#epx2mqy1L3aSBRGQrDTtTbzNTrK0tPzK > .row > .video-iframe-container { display: none; }#epx2mqy1L3aSBRGQrDTtTbzNTrK0tPzK > .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); }#epx2mqy1L3aSBRGQrDTtTbzNTrK0tPzK > .row .container { border-width: 0; border-radius: 0; }#epx2mqy1L3aSBRGQrDTtTbzNTrK0tPzK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#epx2mqy1L3aSBRGQrDTtTbzNTrK0tPzK > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:75rem;position:relative;display:block; }#hETkZJqC2AJSIXqCwrT56y7KBTTQAnc2 { color:rgba(var(--color-secondary-2),1);display:block;width:43.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.84375rem;left:28.1875rem;height:3.65625rem;text-align:left;text-align-last:left;display:block; }
#pVbzDqFtT9apZE4dbWtO8Zlsne9DJlLM { color:rgba(var(--color-tertiary-1),1);display:block;width:31.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:11.84375rem;left:28.1875rem;height:2rem;text-align:left;text-align-last:left;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; }
#Z4bgyCIbaU5CqAKz4yC0bMkTvhcHlani { color:rgba(var(--color-tertiary-1),1);display:block;width:11.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:22rem;left:28.1875rem;height:5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e4UbEIXbeXSU7zTqxxgEOCCp7EoN6mm5 { background-color:rgba(var(--color-primary-4),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:3.3125rem solid rgba(var(--color-primary-4),1);border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.3125rem 0rem #12742d ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:4.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:15.46875rem;left:28.15625rem;display:block; }
#TZD1cT5xutXJ1yVzhZ3BHGJplgXkvdAN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kLpThkP7vTCmCJqwKH7miywhqdFogbWq { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-1),1);border-left:0.125rem solid rgba(var(--color-tertiary-1),1);border-right:0.125rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-1),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:4.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:15.46875rem;left:51.34375rem;display:block; }
#aL5WiL8t1UTFscLO9FadWD0sF0RTOoxo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hfDV036DhGz0uO0Dykh2i50oIKPftcOq { 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:15007;top:16.28125rem;left:29.03125rem;display:block; }
#U2WETee69aHLOnir1fX5b9TLnbaT7vsG { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-1),1);border-left:0.125rem solid rgba(var(--color-tertiary-1),1);border-right:0.125rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-1),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:4.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:15.46875rem;left:53.84375rem;display:none; }
#ybJTfdbuXFBan5uWr2nyKxnPNpUyKyZJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WANZK9JS6DhXEs3vPW4bEfJaTLOX2bne { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/uc/fb04e6a6-13f5-49eb-bdb9-bbdf17f1ef44/Captura_de_Tela_20220721_as_201041removebgpreview.crop_283x272_104,13.preview.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:4.875rem;width:4.875rem;top:34.5rem;left:25.3125rem;display:none; }#WANZK9JS6DhXEs3vPW4bEfJaTLOX2bne.adaptive-delivery-prevent-bg, #WANZK9JS6DhXEs3vPW4bEfJaTLOX2bne.lazyload, #WANZK9JS6DhXEs3vPW4bEfJaTLOX2bne.lazyloading { background-image: none; }
#q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #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; } #ghgC7NNOJBOnfDhK2eUDqVKU8rn557bL > .row .container { background-color: transparent; background-image: none; }#ghgC7NNOJBOnfDhK2eUDqVKU8rn557bL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ghgC7NNOJBOnfDhK2eUDqVKU8rn557bL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ghgC7NNOJBOnfDhK2eUDqVKU8rn557bL > .row .container > .video-iframe-container { display: none; }#ghgC7NNOJBOnfDhK2eUDqVKU8rn557bL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ghgC7NNOJBOnfDhK2eUDqVKU8rn557bL > .row > .video-iframe-container { display: none; }#ghgC7NNOJBOnfDhK2eUDqVKU8rn557bL > .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); }#ghgC7NNOJBOnfDhK2eUDqVKU8rn557bL > .row .container { border-width: 0; border-radius: 0; }#ghgC7NNOJBOnfDhK2eUDqVKU8rn557bL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ghgC7NNOJBOnfDhK2eUDqVKU8rn557bL > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#Z3lESo3PcwB4cTPbvbuBg6MP3yOmEJvy { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#Z3lESo3PcwB4cTPbvbuBg6MP3yOmEJvy { background-color: transparent; background-image: none; }#Z3lESo3PcwB4cTPbvbuBg6MP3yOmEJvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3lESo3PcwB4cTPbvbuBg6MP3yOmEJvy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3lESo3PcwB4cTPbvbuBg6MP3yOmEJvy > .row .container > .video-iframe-container { display: none; }#Z3lESo3PcwB4cTPbvbuBg6MP3yOmEJvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3lESo3PcwB4cTPbvbuBg6MP3yOmEJvy > .row > .video-iframe-container { display: none; }#Z3lESo3PcwB4cTPbvbuBg6MP3yOmEJvy > .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); }#Z3lESo3PcwB4cTPbvbuBg6MP3yOmEJvy { border-width: 0; border-radius: 0; }#Z3lESo3PcwB4cTPbvbuBg6MP3yOmEJvy > .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; }#Z3lESo3PcwB4cTPbvbuBg6MP3yOmEJvy > .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:5.3125rem;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; }#ThsZklbp3GqFGbzQOt44sCGCoZbl4Z8z { background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8125rem;height:2.0625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.625rem;left:63.5rem;display:block; }
#zxgSZGlpRSZ4fBwDCiWBaQ5fbzDmNqWk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MhKVeLAe7RTR1LJr1Rsxrmd6H6TeXQN6 { box-sizing:content-box;color:#e3e3e3;font-size:2.625rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:14999;top:0.21875rem;left:68.375rem;display:block; }
#ilF8TfJnL3GrbRxoUAvssVS1f9vkIzCn { 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; }
#TpSQLX6ULQC7gk2fdvs5oV9LJ7p24GRt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W3035BDbN8l939viE42vBirc7aDskT4m { 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; }
#iFtQDkBlTHl2hGyFTJTHcZVCsrqLNrDh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sO95leiDcStmgwnlJ3WLMzVtBbxiswqr { position:absolute;display:block;z-index:15002;background-color:#ed1c24;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.625rem;width:0.625rem;top:0.375rem;left:69.28125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NlM2XncD3uQM9cQZea9dRNcZ1MevhnM6 { display:none; }#NlM2XncD3uQM9cQZea9dRNcZ1MevhnM6 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WiJ4EAyQEbuTafLkqgBKXABTu63aKTht { width:47.75rem;height:;top:17.125rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMPovUUiztMlaKDCyTxLwAuCPXvZ60vD { width:43.125rem;height:2rem;top:26.875rem;left:2.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJ7vkiPf0nKtWfaDoF60hnGmrvRyJBeS { width:37.5rem;height:0.0625rem;top:13.375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Em7u3uoKOa8z9T9l3svdealFS1zAbGZZ { width:15rem;height:3.8125rem;top:36.375rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhA7AqtveVEbIvz6cWUWPmaJn86OQF6E { display:block; }
 }@media only screen and (max-width: 763px) { #x5QWWurqSTCbdOgWBmun3gI67q3sOXyW { width:4.875rem;height:4.875rem;top:35.75rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlvXPE9DrGZTn485V2CeokLfJul6VVeL { width:38.125rem;height:5rem;top:5.875rem;left:4.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPvQFJMhSXas2UgocXlhmC4FxCqhsA4M { width:38.125rem;height:2rem;top:10.8125rem;left:4.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t62PT6ar1B19agrAoFxzMTZtbfWCdFWr { width:12.5rem;height:0.0625rem;top:47.5rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQaX53DAECDag5kZaJ9qARQKZ5A9ik3v { width:15.875rem;height:;top:29.4375rem;left:0.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tX7VpK8GCAXpI6iuasGgUavkAvseDgSP { width:9.9375rem;height:;top:29.4375rem;left:18.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e70ipad47Lw3cgZf3H5BbFdpT2AwddfU { width:14.3125rem;height:;top:29.4375rem;left:28.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4SCxn1cqgmPKTwe82UANTk62lhdvCxO { width:5.125rem;height:;top:29.4375rem;left:42.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUW02L0sWshWTmswx5S2EXTOxee73S6t { width:2.625rem;height:2.625rem;top:29.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJ1vEZT7bRgt3sVgsE0sI58coU8vuhNQ { width:2.625rem;height:2.625rem;top:29.125rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2PIkHit4ls09UpZDGVd9lx8idAgSxoq { width:2.625rem;height:2.625rem;top:29.125rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AezTzANRZBnhN5uLtqS17TEpa4czzzPh { width:2.625rem;height:2.625rem;top:29.125rem;left:41.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3xhZAJvHoSq5y7MRGORWtagXgvrp0Wz { width:2.75rem;height:2.75rem;top:16.25rem;left:15.40625rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NS7tK3Oq0RixslWqcoBNzBpOkIspIK5M { width:9.25rem;height:4rem;top:36.3125rem;left:30.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lbu8ymxnlSg4xzXTOwQe9upcq4l7e9Oc { display:block; }
 }@media only screen and (max-width: 763px) { #fybHOwpyve3z6ALPkTpJxL7T6ItzZTEU { display:block; }#fybHOwpyve3z6ALPkTpJxL7T6ItzZTEU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lrH6QzXiWi7Bvg7n1feqbZuDE1dqXGyZ { width:23.625rem;height:21.5625rem;top:8.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIFcHf8TLPt4rZ0rxwICGlEMQDlFtOr9 { width:42.5625rem;height:1.5rem;top:36.8125rem;left:2.59375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0XaXLKusTZfMBJFRg9riVROawL0ffTn { width:47.75rem;height:3.125rem;top:3.3125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwVoNM48C6XlxmkscsonN6bIskb5ffBB { width:23.25rem;height:21.5625rem;top:8.875rem;left:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZreJ3dJoAT6DJXM3kLuhRe5xT8rdJZ6K { width:19.8125rem;height:24.25rem;top:8.875rem;left:27.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAIcsfECLNWyTKO2Vy2EMS7CpuJyA8l0 { display:none; }#BAIcsfECLNWyTKO2Vy2EMS7CpuJyA8l0 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bUswyvGRLevPo0uQ4CWSdhSJMTQq8M5m { width:23.625rem;height:19.6875rem;top:6.375rem;left:14.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pf9DuL5M7HxiPXZPRfQCW18drpSWRoIL { width:42.5625rem;height:1.5rem;top:30.25rem;left:5.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKcUOhgaKZ9sLMmAtQM9RWVVEm63vtT8 { width:23.625rem;height:19.6875rem;top:6.375rem;left:24.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPTE8zMAs59uk3LOfNMeGD263vlkQvMq { width:26.5625rem;height:11.8125rem;top:6.375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0i9LQU7r5vWB6rJBC4wsHlSf04Ihzld { display:block; }#g0i9LQU7r5vWB6rJBC4wsHlSf04Ihzld > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VhzzFHEqsx5XtrFFDDWr3bCWTQkmyFEq { width:24.0625rem;height:2.75rem;top:5.9375rem;left:11.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1FOyLbR52e95OklV3MHn9dHOvsqytqT { width:47.75rem;height:26.454459798995rem;top:8.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vgt05kfEPSTUcgXtJipq0CTafMTARJN7 { display:block; }#Vgt05kfEPSTUcgXtJipq0CTafMTARJN7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qwouiLDIMITQwvH1a6CHK7xgMwIRpDPX { display:block; }#qwouiLDIMITQwvH1a6CHK7xgMwIRpDPX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K26zIAVUuc9FT8XChDbuTggNGUISGfFW { width:12.4375rem;height:8.25rem;top:12.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABlnk1LfKqAGvvI0mAokKElmWt8cBreP { width:10.4375rem;height:3.75rem;top:19.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhnppHHF3Ip6I2oLduFfe2aTO794Nk1a { width:12.4375rem;height:4.4375rem;top:6.0625rem;left:0rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpwfkqEn4TQ1e3g2S092NU9v8i7Dnnff { width:12.4375rem;height:4.4375rem;top:6.125rem;left:17.6875rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBHegNlllrNAqn9p4UgtpmUD5zG83lQP { width:12.4375rem;height:6.1875rem;top:12.5rem;left:17.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQ9WiwpnyRGZuuhLZdZnpRRn21qzh5qy { width:10.4375rem;height:3.875rem;top:19.9375rem;left:18.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUaiDIbzliBPpZhRSTDGr2yTA1XHrVnN { width:12.4375rem;height:4.4375rem;top:6.125rem;left:35.3125rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7TQBosZgyZB5P9W8xpWZ2rZR3yToO60 { width:12.4375rem;height:6.1875rem;top:12.5rem;left:35.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dg22sldwhSklKzVAmE7xoLJQam35TAWh { width:10.4375rem;height:3.75rem;top:19.9375rem;left:37.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPbnEuX06vWt74dT2JpkQEP75uTTzu7H { display:block; }#aPbnEuX06vWt74dT2JpkQEP75uTTzu7H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HiZaImrnWeDL8y1sVSnwhxEpEs6d5ZpO { width:34.375rem;height:11.8125rem;top:16.8125rem;left:13.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsF9wV7lCIXIHgf8QJezteoIKgdgylF4 { width:33.625rem;height:12rem;top:31.5rem;left:14.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS7cZlWNTL8hN6i4OP94vmaTMrTmE6ie { width:17.5rem;height:4rem;top:46.5rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8hWUlxrDTbQhTix5egWHlTeySuST00r { display:block; }
 }@media only screen and (max-width: 763px) { #bpwF3oqc3eHTXQTXOxM8KddarHRL90oq { width:47.75rem;height:22.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W49I1vs7ZUedBzcWtNPoqLfUBq2clZEf { display:block; }#W49I1vs7ZUedBzcWtNPoqLfUBq2clZEf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CxtOvCpxgkIuogUModxTovJ5GCtNsUO3 { width:28.1875rem;height:12rem;top:17.1875rem;left:14.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsvqXlqo2mfZXOFOOKV7wcJDXeUnOMAo { width:31.1875rem;height:7.875rem;top:8.5625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C99l6QRTxHkdbOvqT93dLpt9l7ZRCAMM { display:none; }#C99l6QRTxHkdbOvqT93dLpt9l7ZRCAMM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #B7GACN7kNZI2f7lVMuEEyJBek0R5F6Dv { display:block; }#B7GACN7kNZI2f7lVMuEEyJBek0R5F6Dv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XFEMq9V1QOxpT1tD4lTVRRAcTVQQSSwi { width:43.4375rem;height:6.6875rem;top:11.8125rem;left:4.3125rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvM3HwEuzfTg1Fcsw5VIsRT6qh6NTBmE { width:31.125rem;height:18rem;top:20.25rem;left:14.53125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKFXsd9oxKRMW8ZVAZ2LJrg3cPlmboLK { width:24.875rem;height:36.1875rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQgwptU0n3JIBE4e5Tys8wB361TQzScy { width:31.125rem;height:1.5rem;top:10.3125rem;left:14.53125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOfbx4krO7H1PF8mKxpCnPFHgyqKbqMM { width:43.4375rem;height:3.0625rem;top:4.3125rem;left:4.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQPy0ZHmNhZuDSmfTZJ05HthBsnWDhSZ { display:block; }#qQPy0ZHmNhZuDSmfTZJ05HthBsnWDhSZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0JOqiCMiMafT5LzSekLkQikAqzIt8GR { width:23.625rem;height:4.75rem;top:7.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nb8iEHZ4CpDvU756z0Nq5zSIsFoLxoyS { width:23.3125rem;height:2rem;top:4.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #veosuucUhogTFG1E9MukIdTkZ97TBl8e { width:23.3125rem;height:2rem;top:15.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mI1A6BD0PLVV7FrNIF28SDcoN3PFAc7X { width:47.75rem;height:26.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHnObW2GL3yF2VQTGpWuPrEzw2ZRPMBr { width:47.75rem;height:26.875rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PzdMXfd8hnNf7ZUP8BNXyAlsF3TUp1Kr { display:block; }#PzdMXfd8hnNf7ZUP8BNXyAlsF3TUp1Kr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rbie4Hiidt5HX69cNyhZiNlrg6D0QGzO { width:23.125rem;height:32.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSmG0QeHKQKRbs2zDizzQ8rWtd0ct2V7 { width:23.125rem;height:17rem;top:0rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qk9DyWBGHlWEOFL50rXkmvpgdiEUTBgU { width:23.125rem;height:17rem;top:19rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdW6qBVupkldOZXHNPf1QHAoFM366Imw { width:23.125rem;height:32.0625rem;top:19rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRaKb8LO4ipIW5obQbhwNyG51XCCh4Tv { width:23.125rem;height:17rem;top:0rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #URWCc3KtEBODpeCqXGP5r7Ruih6TeJpg { width:23.125rem;height:17rem;top:34.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #epx2mqy1L3aSBRGQrDTtTbzNTrK0tPzK { display:block; }#epx2mqy1L3aSBRGQrDTtTbzNTrK0tPzK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hETkZJqC2AJSIXqCwrT56y7KBTTQAnc2 { width:43.4375rem;height:3.625rem;top:7.8125rem;left:4.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVbzDqFtT9apZE4dbWtO8Zlsne9DJlLM { width:31.125rem;height:2rem;top:11.8125rem;left:14.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4bgyCIbaU5CqAKz4yC0bMkTvhcHlani { width:11.6875rem;height:5rem;top:22rem;left:14.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4UbEIXbeXSU7zTqxxgEOCCp7EoN6mm5 { width:21.5625rem;height:4.375rem;top:15.4375rem;left:14.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZD1cT5xutXJ1yVzhZ3BHGJplgXkvdAN { display:block; }
 }@media only screen and (max-width: 763px) { #kLpThkP7vTCmCJqwKH7miywhqdFogbWq { width:8.625rem;height:4.375rem;top:15.4375rem;left:37.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL5WiL8t1UTFscLO9FadWD0sF0RTOoxo { display:block; }
 }@media only screen and (max-width: 763px) { #hfDV036DhGz0uO0Dykh2i50oIKPftcOq { width:2.75rem;height:2.75rem;top:16.25rem;left:15.40625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2WETee69aHLOnir1fX5b9TLnbaT7vsG { width:8.625rem;height:4.375rem;top:15.4375rem;left:39.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ybJTfdbuXFBan5uWr2nyKxnPNpUyKyZJ { display:block; }
 }@media only screen and (max-width: 763px) { #WANZK9JS6DhXEs3vPW4bEfJaTLOX2bne { width:4.875rem;height:4.875rem;top:34.5rem;left:11.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection { 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; } #ghgC7NNOJBOnfDhK2eUDqVKU8rn557bL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z3lESo3PcwB4cTPbvbuBg6MP3yOmEJvy { display:block; }#Z3lESo3PcwB4cTPbvbuBg6MP3yOmEJvy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThsZklbp3GqFGbzQOt44sCGCoZbl4Z8z { width:6.8125rem;height:2.0625rem;top:0.625rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxgSZGlpRSZ4fBwDCiWBaQ5fbzDmNqWk { display:block; }
 }@media only screen and (max-width: 763px) { #MhKVeLAe7RTR1LJr1Rsxrmd6H6TeXQN6 { width:3.8125rem;height:3.8125rem;top:0.1875rem;left:43.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilF8TfJnL3GrbRxoUAvssVS1f9vkIzCn { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpSQLX6ULQC7gk2fdvs5oV9LJ7p24GRt { display:block; }
 }@media only screen and (max-width: 763px) { #W3035BDbN8l939viE42vBirc7aDskT4m { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFtQDkBlTHl2hGyFTJTHcZVCsrqLNrDh { display:block; }
 }@media only screen and (max-width: 763px) { #sO95leiDcStmgwnlJ3WLMzVtBbxiswqr { width:0.625rem;height:0.625rem;top:0.375rem;left:47.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NlM2XncD3uQM9cQZea9dRNcZ1MevhnM6 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/787ff7a5-b6aa-4f77-b8a4-7149748c763b/WhatsAppImage20221111at155629.crop_955x1262_0,298.preview.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NlM2XncD3uQM9cQZea9dRNcZ1MevhnM6.adaptive-delivery-prevent-bg, #NlM2XncD3uQM9cQZea9dRNcZ1MevhnM6.lazyload, #NlM2XncD3uQM9cQZea9dRNcZ1MevhnM6.lazyloading { background-image: none; }#NlM2XncD3uQM9cQZea9dRNcZ1MevhnM6 > .row .container { background-color: transparent; background-image: none; }#NlM2XncD3uQM9cQZea9dRNcZ1MevhnM6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NlM2XncD3uQM9cQZea9dRNcZ1MevhnM6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NlM2XncD3uQM9cQZea9dRNcZ1MevhnM6 > .row .container > .video-iframe-container { display: none; }#NlM2XncD3uQM9cQZea9dRNcZ1MevhnM6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NlM2XncD3uQM9cQZea9dRNcZ1MevhnM6 > .row > .video-iframe-container { display: none; }#NlM2XncD3uQM9cQZea9dRNcZ1MevhnM6 > .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); }#NlM2XncD3uQM9cQZea9dRNcZ1MevhnM6 > .row .container { border-width: 0; border-radius: 0; }#NlM2XncD3uQM9cQZea9dRNcZ1MevhnM6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NlM2XncD3uQM9cQZea9dRNcZ1MevhnM6 > .row .container { width:20rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2b44915b-3a39-41d7-a498-5443d0f5b845/darkdenim3.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:36.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WiJ4EAyQEbuTafLkqgBKXABTu63aKTht { width:20rem;height:5.8125rem;top:7.625rem;left:0rem;font-size:1.9375rem;line-height:1;color:rgba(255,255,255,0.96);display:block; }
 }@media only screen and (max-width: 763px) { #dMPovUUiztMlaKDCyTxLwAuCPXvZ60vD { width:13.4375rem;height:2.4375rem;top:15.375rem;left:3.625rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;color:rgba(255,255,255,0.79);font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rJ7vkiPf0nKtWfaDoF60hnGmrvRyJBeS { width:17rem;height:0.0625rem;top:4.0625rem;left:1.5rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #Em7u3uoKOa8z9T9l3svdealFS1zAbGZZ { width:16.6875rem;height:3.9375rem;top:24.3125rem;left:1.6875rem;font-size:1.25rem;border-top:0.0625rem solid #25d366;border-left:2.125rem solid #04be48;border-right:0.0625rem solid #25d366;border-bottom:0.0625rem solid #25d366;display:block; }
 }@media only screen and (max-width: 763px) { #AhA7AqtveVEbIvz6cWUWPmaJn86OQF6E { display:block; }
 }@media only screen and (max-width: 763px) { #x5QWWurqSTCbdOgWBmun3gI67q3sOXyW { width:3.4375rem;height:3.4375rem;top:16.6875rem;left:14.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HlvXPE9DrGZTn485V2CeokLfJul6VVeL { width:20rem;height:1.96875rem;top:1.625rem;left:0rem;font-size:2.1875rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #CPvQFJMhSXas2UgocXlhmC4FxCqhsA4M { width:20rem;height:0.9375rem;top:4.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t62PT6ar1B19agrAoFxzMTZtbfWCdFWr { width:12.5rem;height:0.0625rem;top:40.125rem;left:3.75rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #tQaX53DAECDag5kZaJ9qARQKZ5A9ik3v { width:9.875rem;height:1.48730625rem;top:19.1875rem;left:2.6875rem;font-size:1.0625rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tX7VpK8GCAXpI6iuasGgUavkAvseDgSP { width:4.6875rem;height:1.48730625rem;top:19.1875rem;left:14.4375rem;font-size:1.0625rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e70ipad47Lw3cgZf3H5BbFdpT2AwddfU { width:9rem;height:1.48730625rem;top:21.0625rem;left:2.75rem;font-size:1.0625rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t4SCxn1cqgmPKTwe82UANTk62lhdvCxO { width:5.125rem;height:1.48730625rem;top:21.1875rem;left:14rem;font-size:1.0625rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KUW02L0sWshWTmswx5S2EXTOxee73S6t { width:1.875rem;height:1.875rem;top:19rem;left:0.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJ1vEZT7bRgt3sVgsE0sI58coU8vuhNQ { width:1.875rem;height:1.875rem;top:19rem;left:12.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2PIkHit4ls09UpZDGVd9lx8idAgSxoq { width:1.875rem;height:1.875rem;top:20.875rem;left:0.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AezTzANRZBnhN5uLtqS17TEpa4czzzPh { width:1.875rem;height:1.875rem;top:20.9375rem;left:12.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3xhZAJvHoSq5y7MRGORWtagXgvrp0Wz { width:2.6875rem;height:2.6875rem;top:24.9375rem;left:2.375rem;font-size:1.875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #NS7tK3Oq0RixslWqcoBNzBpOkIspIK5M { width:8.5rem;height:2.875rem;top:29.6875rem;left:5.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lbu8ymxnlSg4xzXTOwQe9upcq4l7e9Oc { display:block; }
 }@media only screen and (max-width: 763px) { #fybHOwpyve3z6ALPkTpJxL7T6ItzZTEU { display:block; }#fybHOwpyve3z6ALPkTpJxL7T6ItzZTEU > .row .container { width:20rem;height:75.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lrH6QzXiWi7Bvg7n1feqbZuDE1dqXGyZ { width:20rem;height:16.1953rem;top:10.25rem;left:0rem;font-size:1.125rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #LIFcHf8TLPt4rZ0rxwICGlEMQDlFtOr9 { width:20rem;height:3rem;top:66.625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X0XaXLKusTZfMBJFRg9riVROawL0ffTn { width:20rem;height:4.25rem;top:3.4375rem;left:0rem;font-size:2.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JwVoNM48C6XlxmkscsonN6bIskb5ffBB { width:20rem;height:16.1953rem;top:28.943359375rem;left:0rem;font-size:1.125rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #ZreJ3dJoAT6DJXM3kLuhRe5xT8rdJZ6K { width:19.8125rem;height:18.2197125rem;top:47.63671875rem;left:0rem;font-size:1.125rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #BAIcsfECLNWyTKO2Vy2EMS7CpuJyA8l0 { display:none; }#BAIcsfECLNWyTKO2Vy2EMS7CpuJyA8l0 > .row .container { width:20rem;height:60.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bUswyvGRLevPo0uQ4CWSdhSJMTQq8M5m { width:18.875rem;height:19.25rem;top:10.25rem;left:0rem;font-size:1.25rem;line-height:2.2;display:block; }
 }@media only screen and (max-width: 763px) { #pf9DuL5M7HxiPXZPRfQCW18drpSWRoIL { width:17.25rem;height:3rem;top:48.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKcUOhgaKZ9sLMmAtQM9RWVVEm63vtT8 { width:20rem;height:19.25rem;top:29.5rem;left:0rem;font-size:1.25rem;line-height:2.2;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #sPTE8zMAs59uk3LOfNMeGD263vlkQvMq { width:20rem;height:4.375rem;top:4.4375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0i9LQU7r5vWB6rJBC4wsHlSf04Ihzld { display:block; }#g0i9LQU7r5vWB6rJBC4wsHlSf04Ihzld > .row .container { width:20rem;height:23rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VhzzFHEqsx5XtrFFDDWr3bCWTQkmyFEq { width:20rem;height:2.5rem;top:3.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1FOyLbR52e95OklV3MHn9dHOvsqytqT { height:11.152416356878rem;width:20rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vgt05kfEPSTUcgXtJipq0CTafMTARJN7 { display:block; }#Vgt05kfEPSTUcgXtJipq0CTafMTARJN7 > .row .container { width:20rem;height:2.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qwouiLDIMITQwvH1a6CHK7xgMwIRpDPX { display:block; }#qwouiLDIMITQwvH1a6CHK7xgMwIRpDPX > .row .container { width:20rem;height:62.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K26zIAVUuc9FT8XChDbuTggNGUISGfFW { width:12.4375rem;height:8.25rem;top:6.0625rem;left:3.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABlnk1LfKqAGvvI0mAokKElmWt8cBreP { width:10.4375rem;height:3.8994125rem;top:13rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhnppHHF3Ip6I2oLduFfe2aTO794Nk1a { width:12.4375rem;height:2.19921875rem;top:3.5rem;left:3.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpwfkqEn4TQ1e3g2S092NU9v8i7Dnnff { width:12.4375rem;height:2.19921875rem;top:22.3125rem;left:3.78125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBHegNlllrNAqn9p4UgtpmUD5zG83lQP { width:12.4375rem;height:6.1875rem;top:25.125rem;left:3.78125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQ9WiwpnyRGZuuhLZdZnpRRn21qzh5qy { width:10.4375rem;height:3.8994125rem;top:32rem;left:4.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUaiDIbzliBPpZhRSTDGr2yTA1XHrVnN { width:12.4375rem;height:2.19921875rem;top:42.0625rem;left:3.78125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7TQBosZgyZB5P9W8xpWZ2rZR3yToO60 { width:12.4375rem;height:6.1875rem;top:44.875rem;left:3.78125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dg22sldwhSklKzVAmE7xoLJQam35TAWh { width:10.4375rem;height:3.8994125rem;top:51.6875rem;left:4.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPbnEuX06vWt74dT2JpkQEP75uTTzu7H { display:block; }#aPbnEuX06vWt74dT2JpkQEP75uTTzu7H > .row .container { width:20rem;height:42.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HiZaImrnWeDL8y1sVSnwhxEpEs6d5ZpO { width:18.875rem;height:6.5625rem;top:12.25rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsF9wV7lCIXIHgf8QJezteoIKgdgylF4 { width:20rem;height:12rem;top:19.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS7cZlWNTL8hN6i4OP94vmaTMrTmE6ie { width:12.5rem;height:3.125rem;top:34.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8hWUlxrDTbQhTix5egWHlTeySuST00r { display:block; }
 }@media only screen and (max-width: 763px) { #bpwF3oqc3eHTXQTXOxM8KddarHRL90oq { width:20rem;height:8.5625rem;top:1.875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6e7e5f42-dbe0-415f-a64a-34c0cd3cb57e/woman.jpeg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#bpwF3oqc3eHTXQTXOxM8KddarHRL90oq.adaptive-delivery-prevent-bg, #bpwF3oqc3eHTXQTXOxM8KddarHRL90oq.lazyload, #bpwF3oqc3eHTXQTXOxM8KddarHRL90oq.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #W49I1vs7ZUedBzcWtNPoqLfUBq2clZEf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/485c31b0-9bd4-463c-b94a-b9331eb751b9/NEST3.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#W49I1vs7ZUedBzcWtNPoqLfUBq2clZEf.adaptive-delivery-prevent-bg, #W49I1vs7ZUedBzcWtNPoqLfUBq2clZEf.lazyload, #W49I1vs7ZUedBzcWtNPoqLfUBq2clZEf.lazyloading { background-image: none; }#W49I1vs7ZUedBzcWtNPoqLfUBq2clZEf > .row .container { background-color: transparent; background-image: none; }#W49I1vs7ZUedBzcWtNPoqLfUBq2clZEf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.85); }#W49I1vs7ZUedBzcWtNPoqLfUBq2clZEf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W49I1vs7ZUedBzcWtNPoqLfUBq2clZEf > .row .container > .video-iframe-container { display: none; }#W49I1vs7ZUedBzcWtNPoqLfUBq2clZEf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.85); }#W49I1vs7ZUedBzcWtNPoqLfUBq2clZEf > .row > .video-iframe-container { display: none; }#W49I1vs7ZUedBzcWtNPoqLfUBq2clZEf > .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); }#W49I1vs7ZUedBzcWtNPoqLfUBq2clZEf > .row .container { width:20rem;height:28.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CxtOvCpxgkIuogUModxTovJ5GCtNsUO3 { width:20rem;height:10.5rem;top:12.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsvqXlqo2mfZXOFOOKV7wcJDXeUnOMAo { width:20rem;height:4.375rem;top:6.875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C99l6QRTxHkdbOvqT93dLpt9l7ZRCAMM { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9bc1f2ea-ea28-4f34-840a-d04bda20a72c/WhatsAppImage20221111at155448.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#C99l6QRTxHkdbOvqT93dLpt9l7ZRCAMM.adaptive-delivery-prevent-bg, #C99l6QRTxHkdbOvqT93dLpt9l7ZRCAMM.lazyload, #C99l6QRTxHkdbOvqT93dLpt9l7ZRCAMM.lazyloading { background-image: none; }#C99l6QRTxHkdbOvqT93dLpt9l7ZRCAMM > .row .container { background-color: transparent; background-image: none; }#C99l6QRTxHkdbOvqT93dLpt9l7ZRCAMM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C99l6QRTxHkdbOvqT93dLpt9l7ZRCAMM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C99l6QRTxHkdbOvqT93dLpt9l7ZRCAMM > .row .container > .video-iframe-container { display: none; }#C99l6QRTxHkdbOvqT93dLpt9l7ZRCAMM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C99l6QRTxHkdbOvqT93dLpt9l7ZRCAMM > .row > .video-iframe-container { display: none; }#C99l6QRTxHkdbOvqT93dLpt9l7ZRCAMM > .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); }#C99l6QRTxHkdbOvqT93dLpt9l7ZRCAMM > .row .container { border-width: 0; border-radius: 0; }#C99l6QRTxHkdbOvqT93dLpt9l7ZRCAMM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C99l6QRTxHkdbOvqT93dLpt9l7ZRCAMM > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B7GACN7kNZI2f7lVMuEEyJBek0R5F6Dv { display:block; }#B7GACN7kNZI2f7lVMuEEyJBek0R5F6Dv > .row .container { width:20rem;height:27.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XFEMq9V1QOxpT1tD4lTVRRAcTVQQSSwi { width:19.8125rem;height:3.4931625rem;top:1.5625rem;left:0rem;font-size:2.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NvM3HwEuzfTg1Fcsw5VIsRT6qh6NTBmE { width:20rem;height:16.5rem;top:5.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKFXsd9oxKRMW8ZVAZ2LJrg3cPlmboLK { width:15.9375rem;height:16.25rem;top:1.0625rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/787ff7a5-b6aa-4f77-b8a4-7149748c763b/WhatsAppImage20221111at155629.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#fKFXsd9oxKRMW8ZVAZ2LJrg3cPlmboLK.adaptive-delivery-prevent-bg, #fKFXsd9oxKRMW8ZVAZ2LJrg3cPlmboLK.lazyload, #fKFXsd9oxKRMW8ZVAZ2LJrg3cPlmboLK.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #bQgwptU0n3JIBE4e5Tys8wB361TQzScy { width:5.375rem;height:1.0996125rem;top:3.6806640625rem;left:14.625rem;font-size:0.6875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #FOfbx4krO7H1PF8mKxpCnPFHgyqKbqMM { width:20rem;height:0;top:1.625rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;color:rgba(255,255,255,0.18);font-weight:400;font-style:italic;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #qQPy0ZHmNhZuDSmfTZJ05HthBsnWDhSZ { display:block; }#qQPy0ZHmNhZuDSmfTZJ05HthBsnWDhSZ > .row .container { width:20rem;height:28.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0JOqiCMiMafT5LzSekLkQikAqzIt8GR { width:20rem;height:4.125rem;top:2.5rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Nb8iEHZ4CpDvU756z0Nq5zSIsFoLxoyS { width:20rem;height:1.29980625rem;top:1.25rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #veosuucUhogTFG1E9MukIdTkZ97TBl8e { width:20rem;height:0;top:10.125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mI1A6BD0PLVV7FrNIF28SDcoN3PFAc7X { width:20rem;height:17.1875rem;top:8.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vHnObW2GL3yF2VQTGpWuPrEzw2ZRPMBr { width:20rem;height:17.1875rem;top:8.4375rem;left:0rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #PzdMXfd8hnNf7ZUP8BNXyAlsF3TUp1Kr { display:none; }#PzdMXfd8hnNf7ZUP8BNXyAlsF3TUp1Kr > .row .container { width:20rem;height:73.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rbie4Hiidt5HX69cNyhZiNlrg6D0QGzO { width:20rem;height:10.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSmG0QeHKQKRbs2zDizzQ8rWtd0ct2V7 { width:20rem;height:10.1875rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qk9DyWBGHlWEOFL50rXkmvpgdiEUTBgU { width:20rem;height:11.1875rem;top:57.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdW6qBVupkldOZXHNPf1QHAoFM366Imw { width:20rem;height:12.375rem;top:44.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRaKb8LO4ipIW5obQbhwNyG51XCCh4Tv { width:20rem;height:10.3125rem;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #URWCc3KtEBODpeCqXGP5r7Ruih6TeJpg { width:20rem;height:9.375rem;top:34.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #epx2mqy1L3aSBRGQrDTtTbzNTrK0tPzK { display:block; }#epx2mqy1L3aSBRGQrDTtTbzNTrK0tPzK > .row .container { width:20rem;height:31.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hETkZJqC2AJSIXqCwrT56y7KBTTQAnc2 { width:20rem;height:2.84375rem;top:8.25rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pVbzDqFtT9apZE4dbWtO8Zlsne9DJlLM { width:15.625rem;height:1.29980625rem;top:11.125rem;left:2.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z4bgyCIbaU5CqAKz4yC0bMkTvhcHlani { width:11.6875rem;height:3rem;top:25.4375rem;left:4.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e4UbEIXbeXSU7zTqxxgEOCCp7EoN6mm5 { width:16.6875rem;height:4.375rem;top:14.25rem;left:1.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZD1cT5xutXJ1yVzhZ3BHGJplgXkvdAN { display:block; }
 }@media only screen and (max-width: 763px) { #kLpThkP7vTCmCJqwKH7miywhqdFogbWq { width:12.25rem;height:3.6875rem;top:20.5rem;left:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL5WiL8t1UTFscLO9FadWD0sF0RTOoxo { display:block; }
 }@media only screen and (max-width: 763px) { #hfDV036DhGz0uO0Dykh2i50oIKPftcOq { width:2.75rem;height:2.75rem;top:15.0625rem;left:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2WETee69aHLOnir1fX5b9TLnbaT7vsG { width:6.9375rem;height:1.625rem;top:25.4375rem;left:6.5625rem;font-size:1.25rem;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #ybJTfdbuXFBan5uWr2nyKxnPNpUyKyZJ { display:block; }
 }@media only screen and (max-width: 763px) { #WANZK9JS6DhXEs3vPW4bEfJaTLOX2bne { width:3.8125rem;height:3.8125rem;top:3rem;left:7.96875rem;z-index:15009;background-color:#25d366;background-image:url("https://images.assets-landingi.com/uc/af3e173f-e055-4d13-8cd4-49eae28ecd13/WhatsAppImage20221111at15544811.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#WANZK9JS6DhXEs3vPW4bEfJaTLOX2bne.adaptive-delivery-prevent-bg, #WANZK9JS6DhXEs3vPW4bEfJaTLOX2bne.lazyload, #WANZK9JS6DhXEs3vPW4bEfJaTLOX2bne.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection { 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; } #ghgC7NNOJBOnfDhK2eUDqVKU8rn557bL > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z3lESo3PcwB4cTPbvbuBg6MP3yOmEJvy { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#Z3lESo3PcwB4cTPbvbuBg6MP3yOmEJvy > .row .container { width:20rem;height:3.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThsZklbp3GqFGbzQOt44sCGCoZbl4Z8z { width:4.0625rem;height:1.5rem;top:0.5625rem;left:12.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxgSZGlpRSZ4fBwDCiWBaQ5fbzDmNqWk { display:block; }
 }@media only screen and (max-width: 763px) { #MhKVeLAe7RTR1LJr1Rsxrmd6H6TeXQN6 { width:2.375rem;height:2.375rem;top:0.25rem;left:15.5625rem;font-size:1.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ilF8TfJnL3GrbRxoUAvssVS1f9vkIzCn { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpSQLX6ULQC7gk2fdvs5oV9LJ7p24GRt { display:block; }
 }@media only screen and (max-width: 763px) { #W3035BDbN8l939viE42vBirc7aDskT4m { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFtQDkBlTHl2hGyFTJTHcZVCsrqLNrDh { display:block; }
 }@media only screen and (max-width: 763px) { #sO95leiDcStmgwnlJ3WLMzVtBbxiswqr { width:0.375rem;height:0.375rem;top:0.375rem;left:16.125rem;display:block; }
 }