.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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;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); }#UgqRayalXGS13wEFBlQkTfcdmS74PZr2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c5007e87-3a7b-4bfd-8b77-dae4c4b2f97c/patternsofiaat2x67a9e87db239c.webp");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !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; }#UgqRayalXGS13wEFBlQkTfcdmS74PZr2.adaptive-delivery-prevent-bg, #UgqRayalXGS13wEFBlQkTfcdmS74PZr2.lazyload, #UgqRayalXGS13wEFBlQkTfcdmS74PZr2.lazyloading { background-image: none; }#UgqRayalXGS13wEFBlQkTfcdmS74PZr2 > .row .container { background-color: transparent; background-image: none; }#UgqRayalXGS13wEFBlQkTfcdmS74PZr2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UgqRayalXGS13wEFBlQkTfcdmS74PZr2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UgqRayalXGS13wEFBlQkTfcdmS74PZr2 > .row .container > .video-iframe-container { display: none; }#UgqRayalXGS13wEFBlQkTfcdmS74PZr2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UgqRayalXGS13wEFBlQkTfcdmS74PZr2 > .row > .video-iframe-container { display: none; }#UgqRayalXGS13wEFBlQkTfcdmS74PZr2 > .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); }#UgqRayalXGS13wEFBlQkTfcdmS74PZr2 > .row .container { border-width: 0; border-radius: 0; }#UgqRayalXGS13wEFBlQkTfcdmS74PZr2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UgqRayalXGS13wEFBlQkTfcdmS74PZr2 > .row .container { font-size:0.875rem;font-family:arial;height:2.875rem;width:75rem;position:relative;display:block; }#w6EuFIDHs4CVEv6HT0ko0qlevCe5T5qJ { position:relative;display:none; }#w6EuFIDHs4CVEv6HT0ko0qlevCe5T5qJ { border-width: 0; border-radius: 0; }#w6EuFIDHs4CVEv6HT0ko0qlevCe5T5qJ > .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; }#w6EuFIDHs4CVEv6HT0ko0qlevCe5T5qJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#HlBT3sJmVTRTBdzFsp1tv1crDGdSsflR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f1e9;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; }#HlBT3sJmVTRTBdzFsp1tv1crDGdSsflR > .row .container { background-color: transparent; background-image: none; }#HlBT3sJmVTRTBdzFsp1tv1crDGdSsflR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlBT3sJmVTRTBdzFsp1tv1crDGdSsflR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlBT3sJmVTRTBdzFsp1tv1crDGdSsflR > .row .container > .video-iframe-container { display: none; }#HlBT3sJmVTRTBdzFsp1tv1crDGdSsflR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlBT3sJmVTRTBdzFsp1tv1crDGdSsflR > .row > .video-iframe-container { display: none; }#HlBT3sJmVTRTBdzFsp1tv1crDGdSsflR > .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); }#HlBT3sJmVTRTBdzFsp1tv1crDGdSsflR > .row .container { border-width: 0; border-radius: 0; }#HlBT3sJmVTRTBdzFsp1tv1crDGdSsflR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HlBT3sJmVTRTBdzFsp1tv1crDGdSsflR > .row .container { font-size:0.875rem;font-family:arial;height:46.0625rem;width:75rem;position:relative;display:block; }#U7FeeJ29oimTsJ9EtGAPvvVTmX7xOAtN { color:#000000;display:block;width:39.75rem;position:absolute;font-family:montserrat;font-size:2.5625rem;font-weight:400;z-index:15036;line-height:1.2;letter-spacing:0;top:15.875rem;left:0rem;height:9.222625rem;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; }
#T4B8pNnhHJGprIJX6wq0HMU5snnukfTP { z-index:15015;top:36.625rem;left:0rem;background-color:#25d366;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:3.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vurpd367fWDak7rNg3Sp60px6ICUbdfB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#giTulkxyPPNvqGFRJm4IirIzkBae5hZK { color:#000000;display:block;width:4.875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:3.4375rem;left:39.1875rem;height:2.111325rem;font-style:normal;text-align:right;text-align-last:right;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; }
#hi6A1f95o8fDaZV71uV8hwiKOc6rGwy6 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#vlpPNoNXlXEn7bUp20msLJI1MTSSaT7e { position:absolute;display:block;z-index:15040;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:10.75rem;width:19.8125rem;top:1.9375rem;left:-2.4684836647728rem;overflow:hidden;display:block; }
#aM6yT6MKGEZEouRAXHfqMTefKhhWGDA8 { box-sizing:content-box;height:46.0625rem;width:49.25rem;position:absolute;display:block;z-index:14999;background-color:#fdb9ec;background-image:none;top:0rem;left:49.1875rem;display:block; }
#pWmoouuflRhiR6DWutkK92F1ZOlGp8Z9 { box-sizing:content-box;height:46.125rem;width:28.6875rem;position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a1ab3539-9721-40d3-98d6-0c3f82e8b152/sophiamaravilhosa5119167a9e91da7f1d.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:-0.0625rem;left:46.3125rem;display:block; }#pWmoouuflRhiR6DWutkK92F1ZOlGp8Z9.adaptive-delivery-prevent-bg, #pWmoouuflRhiR6DWutkK92F1ZOlGp8Z9.lazyload, #pWmoouuflRhiR6DWutkK92F1ZOlGp8Z9.lazyloading { background-image: none; }
#gnBwcxh8CTGnNJ5zh7WkHZReIOKNKNT9 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:6.6875rem;top:34.25rem;left:42.9375rem;overflow:hidden;display:block; }
#TNwrGXgt20Xq4OO3IqZgZxmRKG60PXTP { z-index:15017;top:26.8125rem;left:0rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(91,91,91,0.7);border-left:0.0625rem solid rgba(91,91,91,0.7);border-right:0.0625rem solid rgba(91,91,91,0.7);border-bottom:0.0625rem solid rgba(91,91,91,0.7);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:rgba(91,91,91,0.7);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:2.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bp6lMH0BTV1DIpwHpiBLMMFTOJuFRE8V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qBVRONMXBqzbteNLazpqk9n3vQdckQw9 { z-index:15018;top:26.8125rem;left:13.3125rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(91,91,91,0.7);border-left:0.0625rem solid rgba(91,91,91,0.7);border-right:0.0625rem solid rgba(91,91,91,0.7);border-bottom:0.0625rem solid rgba(91,91,91,0.7);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:rgba(91,91,91,0.7);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#lNC5SghaiIHxU7KPLffsJcV5uRt9Jzsh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P8dpSusK2V65MEcTG1T5gcUhndWkUM3t { z-index:15019;top:26.8125rem;left:22.6875rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(91,91,91,0.7);border-left:0.0625rem solid rgba(91,91,91,0.7);border-right:0.0625rem solid rgba(91,91,91,0.7);border-bottom:0.0625rem solid rgba(91,91,91,0.7);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:rgba(91,91,91,0.7);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#GQTfs1xmTuLqc0THFN6E7DM0JeeTN8iK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iPXdTzRfuCItPD3UKC5WglXUzUUBFUGT { z-index:15020;top:29.5rem;left:0rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(91,91,91,0.7);border-left:0.0625rem solid rgba(91,91,91,0.7);border-right:0.0625rem solid rgba(91,91,91,0.7);border-bottom:0.0625rem solid rgba(91,91,91,0.7);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:rgba(91,91,91,0.7);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:2.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#C7RIVbeIb2fVw3SXEIAKa2MpZSKWNhLT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aC31vx6lBJg205UoIrTLElpvrJUiWEaD { z-index:15021;top:26.8125rem;left:35.8125rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(91,91,91,0.7);border-left:0.0625rem solid rgba(91,91,91,0.7);border-right:0.0625rem solid rgba(91,91,91,0.7);border-bottom:0.0625rem solid rgba(91,91,91,0.7);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:rgba(91,91,91,0.7);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.0625rem;height:2.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#OGncogW0WySTLPhRauP5smbyNLAx9vio { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D4f0pshwFSObkhRHMy6XVsDNaJerEDbJ { z-index:15022;top:29.5rem;left:12.125rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(91,91,91,0.7);border-left:0.0625rem solid rgba(91,91,91,0.7);border-right:0.0625rem solid rgba(91,91,91,0.7);border-bottom:0.0625rem solid rgba(91,91,91,0.7);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:rgba(91,91,91,0.7);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ZKseg8Xm4alliTiF7DuOiNhezSyXTeUl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NxFMJMXhoqToby6gIUP8diz9mLhqCCNJ { z-index:15023;top:29.5rem;left:24.625rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(91,91,91,0.7);border-left:0.0625rem solid rgba(91,91,91,0.7);border-right:0.0625rem solid rgba(91,91,91,0.7);border-bottom:0.0625rem solid rgba(91,91,91,0.7);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:rgba(91,91,91,0.7);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Z8DOmdgJgKG4yaDgMhApTX8h4EJBCZcc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nc7zVv9htf7h8CNDvffAZQaWJSOTNSfs { z-index:15024;top:32.1875rem;left:0rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(91,91,91,0.7);border-left:0.0625rem solid rgba(91,91,91,0.7);border-right:0.0625rem solid rgba(91,91,91,0.7);border-bottom:0.0625rem solid rgba(91,91,91,0.7);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:rgba(91,91,91,0.7);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:2.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wZghEi7Atg1z41ixB7JpbcrTJdXDl8oV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nMTeldNymCEch0shRcssxHqXSmZNmEsH { z-index:15025;top:32.1875rem;left:14.0625rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(91,91,91,0.7);border-left:0.0625rem solid rgba(91,91,91,0.7);border-right:0.0625rem solid rgba(91,91,91,0.7);border-bottom:0.0625rem solid rgba(91,91,91,0.7);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:rgba(91,91,91,0.7);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.125rem;height:2.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#xXQyrr97My0FM2uUl482zmKp40sruwoQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UimNKtcBEHW77S2ePQO3pyv1R8NOvx6T { z-index:15026;top:32.1875rem;left:21.8125rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(91,91,91,0.7);border-left:0.0625rem solid rgba(91,91,91,0.7);border-right:0.0625rem solid rgba(91,91,91,0.7);border-bottom:0.0625rem solid rgba(91,91,91,0.7);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:rgba(91,91,91,0.7);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:2.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#GtG2URHH4oEhGF1S0SEAH1ai6scdBTZv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hFNnqnSoUoJGP5TITKfbZT9xwIQkGlLM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#212121;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; }#hFNnqnSoUoJGP5TITKfbZT9xwIQkGlLM > .row .container { background-color: transparent; background-image: none; }#hFNnqnSoUoJGP5TITKfbZT9xwIQkGlLM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hFNnqnSoUoJGP5TITKfbZT9xwIQkGlLM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hFNnqnSoUoJGP5TITKfbZT9xwIQkGlLM > .row .container > .video-iframe-container { display: none; }#hFNnqnSoUoJGP5TITKfbZT9xwIQkGlLM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hFNnqnSoUoJGP5TITKfbZT9xwIQkGlLM > .row > .video-iframe-container { display: none; }#hFNnqnSoUoJGP5TITKfbZT9xwIQkGlLM > .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); }#hFNnqnSoUoJGP5TITKfbZT9xwIQkGlLM > .row .container { border-width: 0; border-radius: 0; }#hFNnqnSoUoJGP5TITKfbZT9xwIQkGlLM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hFNnqnSoUoJGP5TITKfbZT9xwIQkGlLM > .row .container { font-size:0.875rem;font-family:arial;height:35.3125rem;width:75rem;position:relative;display:block; }#o4i5TomvTVql8yblBgiiA1SrfuZekz6z { color:#ffffff;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:6.0625rem;left:37.375rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zvcIENIQpAb0e10cQ7De75b4otD6AEe4 { color:#ffffff;display:block;width:30.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:12.1875rem;left:37.375rem;height:12.598625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#q2PoIME8iPGEXNpaHBw6uW1eHqLzX92W { box-sizing:content-box;height:35.3125rem;width:55.0625rem;position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/3325fc79-d56c-4749-94c9-5da55aa0b213/download20250210T094355669.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:-22.3125rem;display:block; }#q2PoIME8iPGEXNpaHBw6uW1eHqLzX92W.adaptive-delivery-prevent-bg, #q2PoIME8iPGEXNpaHBw6uW1eHqLzX92W.lazyload, #q2PoIME8iPGEXNpaHBw6uW1eHqLzX92W.lazyloading { background-image: none; }
#ScLzxEfh5ofVepTekDnhV40gwFMKOgTC { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:6.6875rem;top:32.1875rem;left:37.5rem;overflow:hidden;display:block; }
#pXv8G21NT5tDVknEprH3e4CthwJpVvhh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7069f8;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; }#pXv8G21NT5tDVknEprH3e4CthwJpVvhh > .row .container { background-color: transparent; background-image: none; }#pXv8G21NT5tDVknEprH3e4CthwJpVvhh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pXv8G21NT5tDVknEprH3e4CthwJpVvhh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pXv8G21NT5tDVknEprH3e4CthwJpVvhh > .row .container > .video-iframe-container { display: none; }#pXv8G21NT5tDVknEprH3e4CthwJpVvhh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pXv8G21NT5tDVknEprH3e4CthwJpVvhh > .row > .video-iframe-container { display: none; }#pXv8G21NT5tDVknEprH3e4CthwJpVvhh > .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); }#pXv8G21NT5tDVknEprH3e4CthwJpVvhh > .row .container { border-width: 0; border-radius: 0; }#pXv8G21NT5tDVknEprH3e4CthwJpVvhh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pXv8G21NT5tDVknEprH3e4CthwJpVvhh > .row .container { font-size:0.875rem;font-family:arial;height:47.25rem;width:75rem;position:relative;display:block; }#P76ylb9dgnsmkizB0onDIF5MNpT11Uu1 { color:#ffffff;display:block;width:30.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:7.75rem;left:0rem;height:19.79785rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CtrxPmUxnmnfX7c8aZ9WQZU78ShlsB1l { z-index:15016;top:32.7216796875rem;left:0rem;background-color:#25d366;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.75rem;height:3.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#tgANbmvvkoIaU6dOgveQRl24ra4WVcKG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k3VhiLiXHbDH1XTBrikOCFBkmTywbcyp { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:47.25rem;width:26.5rem;top:0rem;left:48.5rem;display:block; }
#q0WWEwG2KGTUQs24cJVKWGXvfyZto1bF { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:67.5625rem;width:67.5625rem;display:none; }
#elPVE1xttau2Jlupgt5p1GbHCLyDydfQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ddde55;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; }#elPVE1xttau2Jlupgt5p1GbHCLyDydfQ > .row .container { background-color: transparent; background-image: none; }#elPVE1xttau2Jlupgt5p1GbHCLyDydfQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elPVE1xttau2Jlupgt5p1GbHCLyDydfQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elPVE1xttau2Jlupgt5p1GbHCLyDydfQ > .row .container > .video-iframe-container { display: none; }#elPVE1xttau2Jlupgt5p1GbHCLyDydfQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elPVE1xttau2Jlupgt5p1GbHCLyDydfQ > .row > .video-iframe-container { display: none; }#elPVE1xttau2Jlupgt5p1GbHCLyDydfQ > .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); }#elPVE1xttau2Jlupgt5p1GbHCLyDydfQ > .row .container { border-width: 0; border-radius: 0; }#elPVE1xttau2Jlupgt5p1GbHCLyDydfQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#elPVE1xttau2Jlupgt5p1GbHCLyDydfQ > .row .container { font-size:0.875rem;font-family:arial;height:50.375rem;width:75rem;position:relative;display:block; }#bBTrygnG6Ou7rO4f2pTCHTMcIxcTaLMC { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:40rem;width:22.5rem;top:2.625rem;left:26.25rem;display:block; }
#VBM2p87dSTbr7CuIqQh1DWrXNzSldhCJ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:40rem;width:22.5rem;top:2.625rem;left:52.5rem;display:block; }
#s3NH1Kqm1d5M2a7I2OrNlxXf9F61MztA { color:#000000;display:block;width:19.75rem;position:absolute;font-family:"transforma script";font-size:2.3125rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:10.1875rem;left:0rem;height:3.69921875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D2pd2JEC3FkebNExc1KZPLbTZDZpoesM { color:#000000;display:block;width:21.875rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:13.0625rem;left:0rem;height:1.8994125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e2JvwR0LRdh3HnVbqxHFWWZ97uT3PLIC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:12.3125rem;width:12.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:13.88671875rem;left:6.9375rem; }
#TERweG4VJh0omiQUlxXLKyeKsGITMKrO { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:6.6875rem;top:46.8125rem;left:64.25rem;overflow:hidden;display:block; }
#gWikXRVFQHEEHn2zL7xyCOOt7tSL6rQd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff6c1e;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; }#gWikXRVFQHEEHn2zL7xyCOOt7tSL6rQd > .row .container { background-color: transparent; background-image: none; }#gWikXRVFQHEEHn2zL7xyCOOt7tSL6rQd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWikXRVFQHEEHn2zL7xyCOOt7tSL6rQd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWikXRVFQHEEHn2zL7xyCOOt7tSL6rQd > .row .container > .video-iframe-container { display: none; }#gWikXRVFQHEEHn2zL7xyCOOt7tSL6rQd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWikXRVFQHEEHn2zL7xyCOOt7tSL6rQd > .row > .video-iframe-container { display: none; }#gWikXRVFQHEEHn2zL7xyCOOt7tSL6rQd > .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); }#gWikXRVFQHEEHn2zL7xyCOOt7tSL6rQd > .row .container { border-width: 0; border-radius: 0; }#gWikXRVFQHEEHn2zL7xyCOOt7tSL6rQd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gWikXRVFQHEEHn2zL7xyCOOt7tSL6rQd > .row .container { font-size:0.875rem;font-family:arial;height:39.3125rem;width:75rem;position:relative;display:block; }#Wl9DNxLW3KzrN9LzUtqUQrbGpieZ6ixz { color:#ffffff;display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:6.0625rem;left:37.375rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S6XPeGmsUT6MAPi5rk6WRPyzZUGTATxL { color:#ffffff;display:block;width:28.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:10.375rem;left:37.5rem;height:19.79784375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lbmlaAUA2rEVlorwqd6kFhHo99TxcZlX { box-sizing:content-box;height:39.25rem;width:32.0625rem;position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a6f8a911-4fd4-40ff-9bba-b9fc849a9d9e/sophiamaravilhosa4932167a9ff89d0879.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:-0.052734375rem;display:block; }#lbmlaAUA2rEVlorwqd6kFhHo99TxcZlX.adaptive-delivery-prevent-bg, #lbmlaAUA2rEVlorwqd6kFhHo99TxcZlX.lazyload, #lbmlaAUA2rEVlorwqd6kFhHo99TxcZlX.lazyloading { background-image: none; }
#IT8R4I2IOPT4dgpCuRy8v7RVX1EM0DB7 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:6.625rem;top:32.1875rem;left:37.5rem;overflow:hidden;display:none; }
#XyVg91UB5Iahpwn2ElkTuEgEiTLXS1cH { position:relative;display:none; }#XyVg91UB5Iahpwn2ElkTuEgEiTLXS1cH { border-width: 0; border-radius: 0; }#XyVg91UB5Iahpwn2ElkTuEgEiTLXS1cH > .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; }#XyVg91UB5Iahpwn2ElkTuEgEiTLXS1cH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#iGfkqDT64LdhcAi3lIeer7NIs95QG2DG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e15a1e;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; }#iGfkqDT64LdhcAi3lIeer7NIs95QG2DG > .row .container { background-color: transparent; background-image: none; }#iGfkqDT64LdhcAi3lIeer7NIs95QG2DG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iGfkqDT64LdhcAi3lIeer7NIs95QG2DG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iGfkqDT64LdhcAi3lIeer7NIs95QG2DG > .row .container > .video-iframe-container { display: none; }#iGfkqDT64LdhcAi3lIeer7NIs95QG2DG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iGfkqDT64LdhcAi3lIeer7NIs95QG2DG > .row > .video-iframe-container { display: none; }#iGfkqDT64LdhcAi3lIeer7NIs95QG2DG > .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); }#iGfkqDT64LdhcAi3lIeer7NIs95QG2DG > .row .container { border-width: 0; border-radius: 0; }#iGfkqDT64LdhcAi3lIeer7NIs95QG2DG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iGfkqDT64LdhcAi3lIeer7NIs95QG2DG > .row .container { font-size:0.875rem;font-family:arial;height:24.6875rem;width:75rem;position:relative;display:block; }#uoTEIKQ5zle0yLHbpIIz4dSqkTNPm9WZ { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.5625rem;left:0rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dV5VKSVecIf9ZydvuRhHJW7Ey9uEXzQP { color:#ffffff;display:block;width:29.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:3.5625rem;left:20.6875rem;height:12.59471875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DyWxabZfbwHnofAUM9pRTs7Rnk8def61 { color:#ffffff;display:block;width:22.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:3.5625rem;left:52.9375rem;height:11.1953125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gm98FakTZJOm77ddqpOroOaOsyPLsGhl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdb9ec;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; }#gm98FakTZJOm77ddqpOroOaOsyPLsGhl > .row .container { background-color: transparent; background-image: none; }#gm98FakTZJOm77ddqpOroOaOsyPLsGhl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gm98FakTZJOm77ddqpOroOaOsyPLsGhl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gm98FakTZJOm77ddqpOroOaOsyPLsGhl > .row .container > .video-iframe-container { display: none; }#gm98FakTZJOm77ddqpOroOaOsyPLsGhl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gm98FakTZJOm77ddqpOroOaOsyPLsGhl > .row > .video-iframe-container { display: none; }#gm98FakTZJOm77ddqpOroOaOsyPLsGhl > .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); }#gm98FakTZJOm77ddqpOroOaOsyPLsGhl > .row .container { border-width: 0; border-radius: 0; }#gm98FakTZJOm77ddqpOroOaOsyPLsGhl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gm98FakTZJOm77ddqpOroOaOsyPLsGhl > .row .container { font-size:0.875rem;font-family:arial;height:29.5rem;width:75rem;position:relative;display:block; }#Rc3ssSzL53gvvkInyPiwETTL6ChuhB31 { position:absolute;display:block;z-index:15001;height:20.5rem;width:75rem;top:3.125rem;left:0rem;display:block; }
#dlTH2JzuMFUPJaXxnzK5uFTnmFSEgVoC { position:absolute;display:block;z-index:15002;background-color:#fdb9ec;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:2.8125rem;width:75rem;top:3.125rem;left:0rem;display:block; }
#tgZkwzOKkFBlDSAeU5IUSd9ZeBgHPtQX { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15017;line-height:1.1;letter-spacing:0;top:3.1875rem;left:2.9375rem;height:1.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XEpQBwwzZhablHZzpCJ4X5kDDuNfUQps { color:#000000;display:block;width:2.5rem;position:absolute;font-family:"font awesome brands";font-size:2.0625rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:2.375rem;left:0rem;height:2.4746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z6pXDz7WNhXRGpSDc4Foe8g0lzg2Ot3W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c5007e87-3a7b-4bfd-8b77-dae4c4b2f97c/patternsofiaat2x67a9e87db239c.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#z6pXDz7WNhXRGpSDc4Foe8g0lzg2Ot3W.adaptive-delivery-prevent-bg, #z6pXDz7WNhXRGpSDc4Foe8g0lzg2Ot3W.lazyload, #z6pXDz7WNhXRGpSDc4Foe8g0lzg2Ot3W.lazyloading { background-image: none; }#z6pXDz7WNhXRGpSDc4Foe8g0lzg2Ot3W > .row .container { background-color: transparent; background-image: none; }#z6pXDz7WNhXRGpSDc4Foe8g0lzg2Ot3W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6pXDz7WNhXRGpSDc4Foe8g0lzg2Ot3W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6pXDz7WNhXRGpSDc4Foe8g0lzg2Ot3W > .row .container > .video-iframe-container { display: none; }#z6pXDz7WNhXRGpSDc4Foe8g0lzg2Ot3W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6pXDz7WNhXRGpSDc4Foe8g0lzg2Ot3W > .row > .video-iframe-container { display: none; }#z6pXDz7WNhXRGpSDc4Foe8g0lzg2Ot3W > .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); }#z6pXDz7WNhXRGpSDc4Foe8g0lzg2Ot3W > .row .container { border-width: 0; border-radius: 0; }#z6pXDz7WNhXRGpSDc4Foe8g0lzg2Ot3W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z6pXDz7WNhXRGpSDc4Foe8g0lzg2Ot3W > .row .container { font-size:0.875rem;font-family:arial;height:2.875rem;width:75rem;position:relative;display:block; }#Xh7awO6Td4hLI5gkL2Kg53fTGlAJwINW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f1e9;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; }#Xh7awO6Td4hLI5gkL2Kg53fTGlAJwINW > .row .container { background-color: transparent; background-image: none; }#Xh7awO6Td4hLI5gkL2Kg53fTGlAJwINW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xh7awO6Td4hLI5gkL2Kg53fTGlAJwINW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xh7awO6Td4hLI5gkL2Kg53fTGlAJwINW > .row .container > .video-iframe-container { display: none; }#Xh7awO6Td4hLI5gkL2Kg53fTGlAJwINW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xh7awO6Td4hLI5gkL2Kg53fTGlAJwINW > .row > .video-iframe-container { display: none; }#Xh7awO6Td4hLI5gkL2Kg53fTGlAJwINW > .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); }#Xh7awO6Td4hLI5gkL2Kg53fTGlAJwINW > .row .container { border-width: 0; border-radius: 0; }#Xh7awO6Td4hLI5gkL2Kg53fTGlAJwINW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xh7awO6Td4hLI5gkL2Kg53fTGlAJwINW > .row .container { font-size:0.875rem;font-family:arial;height:37.125rem;width:75rem;position:relative;display:block; }#PuJNWJhbtMuUOoOa65Zis8vRPr8BWLg5 { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:14.875rem;top:25.0625rem;left:28.46875rem;overflow:hidden;display:block; }
#stueOCSeF41Fih5lfJomiHpUm07CKW9h { color:#000000;display:block;width:40.375rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:400;z-index:15041;line-height:1.2;letter-spacing:0;top:10.5625rem;left:15.71875rem;height:1.94921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#lpRBcw1ztdqAEzBFso8MAx74bTZ4TiwL { color:#000000;display:block;width:44.625rem;position:absolute;font-family:"transforma script";font-size:4.75rem;font-weight:400;z-index:15042;line-height:.7;letter-spacing:0;top:6.5625rem;left:13.59375rem;height:3.32421875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ysbPdi28K47CZJ0vNBemfimxT9uHTLTr { z-index:15020;top:14.75rem;left:27.09375rem;background-color:#25d366;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.625rem;height:3.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TmQoQHHaTLWw3l9katRB2bMO76r4hIHb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O2vIFTLhT6E8WeQU3IsK3tS9Ghl26lWI { color:#000000;display:block;width:40.375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15042;line-height:1.2;letter-spacing:0;top:19.9375rem;left:15.71875rem;height:1.42480625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kHmu1nmhXvm0OhkTo9O86EhBglUT7FNX { 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; } #kHmu1nmhXvm0OhkTo9O86EhBglUT7FNX > .row .container { background-color: transparent; background-image: none; }#kHmu1nmhXvm0OhkTo9O86EhBglUT7FNX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHmu1nmhXvm0OhkTo9O86EhBglUT7FNX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHmu1nmhXvm0OhkTo9O86EhBglUT7FNX > .row .container > .video-iframe-container { display: none; }#kHmu1nmhXvm0OhkTo9O86EhBglUT7FNX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHmu1nmhXvm0OhkTo9O86EhBglUT7FNX > .row > .video-iframe-container { display: none; }#kHmu1nmhXvm0OhkTo9O86EhBglUT7FNX > .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); }#kHmu1nmhXvm0OhkTo9O86EhBglUT7FNX > .row .container { border-width: 0; border-radius: 0; }#kHmu1nmhXvm0OhkTo9O86EhBglUT7FNX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kHmu1nmhXvm0OhkTo9O86EhBglUT7FNX > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#JSnBQkXXtH1dsVBxwe1BPv5hbtRG6z1H { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#JSnBQkXXtH1dsVBxwe1BPv5hbtRG6z1H { background-color: transparent; background-image: none; }#JSnBQkXXtH1dsVBxwe1BPv5hbtRG6z1H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSnBQkXXtH1dsVBxwe1BPv5hbtRG6z1H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSnBQkXXtH1dsVBxwe1BPv5hbtRG6z1H > .row .container > .video-iframe-container { display: none; }#JSnBQkXXtH1dsVBxwe1BPv5hbtRG6z1H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSnBQkXXtH1dsVBxwe1BPv5hbtRG6z1H > .row > .video-iframe-container { display: none; }#JSnBQkXXtH1dsVBxwe1BPv5hbtRG6z1H > .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); }#JSnBQkXXtH1dsVBxwe1BPv5hbtRG6z1H { border-width: 0; border-radius: 0; }#JSnBQkXXtH1dsVBxwe1BPv5hbtRG6z1H > .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; }#JSnBQkXXtH1dsVBxwe1BPv5hbtRG6z1H > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#D5zTMdOcXVZdxnnSlUx2qlVD6JvI4I31 { background-color:#25d366;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:#ffffff;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; }
#Fe02cfkolP7Oz7Bubtdqt1oVAbSgLIw2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I9tnW0bfRi3TT26tO3y2yW7NqgP3o7m1 { 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(0,0,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; }
#DhQXP59qf0bcag10JXmGkMwBeG9UWLtr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UgqRayalXGS13wEFBlQkTfcdmS74PZr2 { display:block; }#UgqRayalXGS13wEFBlQkTfcdmS74PZr2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w6EuFIDHs4CVEv6HT0ko0qlevCe5T5qJ { display:none; }#w6EuFIDHs4CVEv6HT0ko0qlevCe5T5qJ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HlBT3sJmVTRTBdzFsp1tv1crDGdSsflR { display:block; }#HlBT3sJmVTRTBdzFsp1tv1crDGdSsflR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U7FeeJ29oimTsJ9EtGAPvvVTmX7xOAtN { width:39.75rem;height:;top:15.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4B8pNnhHJGprIJX6wq0HMU5snnukfTP { top:36.625rem;left:0rem;width:16.0625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vurpd367fWDak7rNg3Sp60px6ICUbdfB { display:block; }
 }@media only screen and (max-width: 763px) { #giTulkxyPPNvqGFRJm4IirIzkBae5hZK { width:4.875rem;height:2.0625rem;top:3.4375rem;left:25.5625rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hi6A1f95o8fDaZV71uV8hwiKOc6rGwy6 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vlpPNoNXlXEn7bUp20msLJI1MTSSaT7e { width:19.8125rem;height:10.75rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aM6yT6MKGEZEouRAXHfqMTefKhhWGDA8 { width:47.75rem;height:46.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWmoouuflRhiR6DWutkK92F1ZOlGp8Z9 { width:28.6875rem;height:46.125rem;top:-0.0625rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnBwcxh8CTGnNJ5zh7WkHZReIOKNKNT9 { width:6.6875rem;height:6.6875rem;top:34.25rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNwrGXgt20Xq4OO3IqZgZxmRKG60PXTP { top:26.8125rem;left:0rem;width:12.6875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bp6lMH0BTV1DIpwHpiBLMMFTOJuFRE8V { display:block; }
 }@media only screen and (max-width: 763px) { #qBVRONMXBqzbteNLazpqk9n3vQdckQw9 { top:26.8125rem;left:0rem;width:8.75rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNC5SghaiIHxU7KPLffsJcV5uRt9Jzsh { display:block; }
 }@media only screen and (max-width: 763px) { #P8dpSusK2V65MEcTG1T5gcUhndWkUM3t { top:26.8125rem;left:9.0625rem;width:12.5rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQTfs1xmTuLqc0THFN6E7DM0JeeTN8iK { display:block; }
 }@media only screen and (max-width: 763px) { #iPXdTzRfuCItPD3UKC5WglXUzUUBFUGT { top:29.5rem;left:0rem;width:11.5rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7RIVbeIb2fVw3SXEIAKa2MpZSKWNhLT { display:block; }
 }@media only screen and (max-width: 763px) { #aC31vx6lBJg205UoIrTLElpvrJUiWEaD { top:26.8125rem;left:22.1875rem;width:5.0625rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGncogW0WySTLPhRauP5smbyNLAx9vio { display:block; }
 }@media only screen and (max-width: 763px) { #D4f0pshwFSObkhRHMy6XVsDNaJerEDbJ { top:29.5rem;left:0rem;width:11.875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKseg8Xm4alliTiF7DuOiNhezSyXTeUl { display:block; }
 }@media only screen and (max-width: 763px) { #NxFMJMXhoqToby6gIUP8diz9mLhqCCNJ { top:29.5rem;left:11rem;width:11.875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8DOmdgJgKG4yaDgMhApTX8h4EJBCZcc { display:block; }
 }@media only screen and (max-width: 763px) { #Nc7zVv9htf7h8CNDvffAZQaWJSOTNSfs { top:32.1875rem;left:0rem;width:13.4375rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZghEi7Atg1z41ixB7JpbcrTJdXDl8oV { display:block; }
 }@media only screen and (max-width: 763px) { #nMTeldNymCEch0shRcssxHqXSmZNmEsH { top:32.1875rem;left:0.4375rem;width:7.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXQyrr97My0FM2uUl482zmKp40sruwoQ { display:block; }
 }@media only screen and (max-width: 763px) { #UimNKtcBEHW77S2ePQO3pyv1R8NOvx6T { top:32.1875rem;left:8.1875rem;width:11.4375rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtG2URHH4oEhGF1S0SEAH1ai6scdBTZv { display:block; }
 }@media only screen and (max-width: 763px) { #hFNnqnSoUoJGP5TITKfbZT9xwIQkGlLM { display:block; }#hFNnqnSoUoJGP5TITKfbZT9xwIQkGlLM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o4i5TomvTVql8yblBgiiA1SrfuZekz6z { width:37.625rem;height:4.875rem;top:6.0625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvcIENIQpAb0e10cQ7De75b4otD6AEe4 { width:30.1875rem;height:16.1875rem;top:12.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2PoIME8iPGEXNpaHBw6uW1eHqLzX92W { width:47.75rem;height:35.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScLzxEfh5ofVepTekDnhV40gwFMKOgTC { width:6.6875rem;height:6.6875rem;top:32.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXv8G21NT5tDVknEprH3e4CthwJpVvhh { display:block; }#pXv8G21NT5tDVknEprH3e4CthwJpVvhh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P76ylb9dgnsmkizB0onDIF5MNpT11Uu1 { width:30.5625rem;height:23.375rem;top:7.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtrxPmUxnmnfX7c8aZ9WQZU78ShlsB1l { top:32.6875rem;left:0rem;width:16.75rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgANbmvvkoIaU6dOgveQRl24ra4WVcKG { display:block; }
 }@media only screen and (max-width: 763px) { #k3VhiLiXHbDH1XTBrikOCFBkmTywbcyp { width:26.5rem;height:47.25rem;top:0rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0WWEwG2KGTUQs24cJVKWGXvfyZto1bF { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #elPVE1xttau2Jlupgt5p1GbHCLyDydfQ { display:block; }#elPVE1xttau2Jlupgt5p1GbHCLyDydfQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bBTrygnG6Ou7rO4f2pTCHTMcIxcTaLMC { width:22.5rem;height:40rem;top:2.625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBM2p87dSTbr7CuIqQh1DWrXNzSldhCJ { width:22.5rem;height:40rem;top:2.625rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3NH1Kqm1d5M2a7I2OrNlxXf9F61MztA { width:19.75rem;height:3.6875rem;top:10.1875rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2pd2JEC3FkebNExc1KZPLbTZDZpoesM { width:21.875rem;height:1.875rem;top:13.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2JvwR0LRdh3HnVbqxHFWWZ97uT3PLIC { width:12.3125rem;height:12.3125rem;top:13.875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TERweG4VJh0omiQUlxXLKyeKsGITMKrO { width:6.6875rem;height:6.6875rem;top:46.8125rem;left:40.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWikXRVFQHEEHn2zL7xyCOOt7tSL6rQd { display:block; }#gWikXRVFQHEEHn2zL7xyCOOt7tSL6rQd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wl9DNxLW3KzrN9LzUtqUQrbGpieZ6ixz { width:37.625rem;height:2.4375rem;top:6.0625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6XPeGmsUT6MAPi5rk6WRPyzZUGTATxL { width:28.5rem;height:23.375rem;top:10.375rem;left:7.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbmlaAUA2rEVlorwqd6kFhHo99TxcZlX { width:32.0625rem;height:39.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT8R4I2IOPT4dgpCuRy8v7RVX1EM0DB7 { width:6.625rem;height:6.625rem;top:32.1875rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XyVg91UB5Iahpwn2ElkTuEgEiTLXS1cH { display:none; }#XyVg91UB5Iahpwn2ElkTuEgEiTLXS1cH > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iGfkqDT64LdhcAi3lIeer7NIs95QG2DG { display:block; }#iGfkqDT64LdhcAi3lIeer7NIs95QG2DG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uoTEIKQ5zle0yLHbpIIz4dSqkTNPm9WZ { width:18.125rem;height:4.875rem;top:3.5625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dV5VKSVecIf9ZydvuRhHJW7Ey9uEXzQP { width:29.25rem;height:13.9375rem;top:3.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyWxabZfbwHnofAUM9pRTs7Rnk8def61 { width:22.0625rem;height:13.9375rem;top:3.5625rem;left:13.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gm98FakTZJOm77ddqpOroOaOsyPLsGhl { display:block; }#gm98FakTZJOm77ddqpOroOaOsyPLsGhl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rc3ssSzL53gvvkInyPiwETTL6ChuhB31 { width:47.75rem;height:20.5rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlTH2JzuMFUPJaXxnzK5uFTnmFSEgVoC { width:47.75rem;height:2.8125rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgZkwzOKkFBlDSAeU5IUSd9ZeBgHPtQX { width:17.9375rem;height:1.0625rem;top:3.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEpQBwwzZhablHZzpCJ4X5kDDuNfUQps { width:2.5rem;height:2.4375rem;top:2.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6pXDz7WNhXRGpSDc4Foe8g0lzg2Ot3W { display:block; }#z6pXDz7WNhXRGpSDc4Foe8g0lzg2Ot3W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xh7awO6Td4hLI5gkL2Kg53fTGlAJwINW { display:block; }#Xh7awO6Td4hLI5gkL2Kg53fTGlAJwINW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PuJNWJhbtMuUOoOa65Zis8vRPr8BWLg5 { width:14.875rem;height:8.0625rem;top:25.0625rem;left:14.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #stueOCSeF41Fih5lfJomiHpUm07CKW9h { width:40.375rem;height:1.9375rem;top:10.5625rem;left:2.09375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpRBcw1ztdqAEzBFso8MAx74bTZ4TiwL { width:44.625rem;height:3.3125rem;top:6.5625rem;left:0rem;font-size:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysbPdi28K47CZJ0vNBemfimxT9uHTLTr { top:14.75rem;left:13.46875rem;width:17.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmQoQHHaTLWw3l9katRB2bMO76r4hIHb { display:block; }
 }@media only screen and (max-width: 763px) { #O2vIFTLhT6E8WeQU3IsK3tS9Ghl26lWI { width:40.375rem;height:1.375rem;top:19.9375rem;left:2.09375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHmu1nmhXvm0OhkTo9O86EhBglUT7FNX { 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; } #kHmu1nmhXvm0OhkTo9O86EhBglUT7FNX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JSnBQkXXtH1dsVBxwe1BPv5hbtRG6z1H { display:block; }#JSnBQkXXtH1dsVBxwe1BPv5hbtRG6z1H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D5zTMdOcXVZdxnnSlUx2qlVD6JvI4I31 { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fe02cfkolP7Oz7Bubtdqt1oVAbSgLIw2 { display:block; }
 }@media only screen and (max-width: 763px) { #I9tnW0bfRi3TT26tO3y2yW7NqgP3o7m1 { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhQXP59qf0bcag10JXmGkMwBeG9UWLtr { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); } }@media only screen and (max-width: 763px) { #UgqRayalXGS13wEFBlQkTfcdmS74PZr2 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c5007e87-3a7b-4bfd-8b77-dae4c4b2f97c/patternsofiaat2x67a9e87db239c.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#UgqRayalXGS13wEFBlQkTfcdmS74PZr2.adaptive-delivery-prevent-bg, #UgqRayalXGS13wEFBlQkTfcdmS74PZr2.lazyload, #UgqRayalXGS13wEFBlQkTfcdmS74PZr2.lazyloading { background-image: none; }#UgqRayalXGS13wEFBlQkTfcdmS74PZr2 > .row .container { background-color: transparent; background-image: none; }#UgqRayalXGS13wEFBlQkTfcdmS74PZr2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UgqRayalXGS13wEFBlQkTfcdmS74PZr2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UgqRayalXGS13wEFBlQkTfcdmS74PZr2 > .row .container > .video-iframe-container { display: none; }#UgqRayalXGS13wEFBlQkTfcdmS74PZr2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UgqRayalXGS13wEFBlQkTfcdmS74PZr2 > .row > .video-iframe-container { display: none; }#UgqRayalXGS13wEFBlQkTfcdmS74PZr2 > .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); }#UgqRayalXGS13wEFBlQkTfcdmS74PZr2 > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w6EuFIDHs4CVEv6HT0ko0qlevCe5T5qJ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a1ab3539-9721-40d3-98d6-0c3f82e8b152/sophiamaravilhosa5119167a9e91da7f1d.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#w6EuFIDHs4CVEv6HT0ko0qlevCe5T5qJ.adaptive-delivery-prevent-bg, #w6EuFIDHs4CVEv6HT0ko0qlevCe5T5qJ.lazyload, #w6EuFIDHs4CVEv6HT0ko0qlevCe5T5qJ.lazyloading { background-image: none; }#w6EuFIDHs4CVEv6HT0ko0qlevCe5T5qJ > .row .container { background-color: transparent; background-image: none; }#w6EuFIDHs4CVEv6HT0ko0qlevCe5T5qJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w6EuFIDHs4CVEv6HT0ko0qlevCe5T5qJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w6EuFIDHs4CVEv6HT0ko0qlevCe5T5qJ > .row .container > .video-iframe-container { display: none; }#w6EuFIDHs4CVEv6HT0ko0qlevCe5T5qJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w6EuFIDHs4CVEv6HT0ko0qlevCe5T5qJ > .row > .video-iframe-container { display: none; }#w6EuFIDHs4CVEv6HT0ko0qlevCe5T5qJ > .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); }#w6EuFIDHs4CVEv6HT0ko0qlevCe5T5qJ > .row .container { border-width: 0; border-radius: 0; }#w6EuFIDHs4CVEv6HT0ko0qlevCe5T5qJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w6EuFIDHs4CVEv6HT0ko0qlevCe5T5qJ > .row .container { width:20rem;height:22.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HlBT3sJmVTRTBdzFsp1tv1crDGdSsflR { background-color:#f6e7e0;background-image:none;display:block; }#HlBT3sJmVTRTBdzFsp1tv1crDGdSsflR > .row .container { background-color: transparent; background-image: none; }#HlBT3sJmVTRTBdzFsp1tv1crDGdSsflR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlBT3sJmVTRTBdzFsp1tv1crDGdSsflR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlBT3sJmVTRTBdzFsp1tv1crDGdSsflR > .row .container > .video-iframe-container { display: none; }#HlBT3sJmVTRTBdzFsp1tv1crDGdSsflR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlBT3sJmVTRTBdzFsp1tv1crDGdSsflR > .row > .video-iframe-container { display: none; }#HlBT3sJmVTRTBdzFsp1tv1crDGdSsflR > .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); }#HlBT3sJmVTRTBdzFsp1tv1crDGdSsflR > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U7FeeJ29oimTsJ9EtGAPvvVTmX7xOAtN { width:20rem;height:4.72265625rem;top:12.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15040;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #T4B8pNnhHJGprIJX6wq0HMU5snnukfTP { top:33.6875rem;left:2.375rem;width:15.25rem;height:3.4375rem;font-size:1.125rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #vurpd367fWDak7rNg3Sp60px6ICUbdfB { display:block; }
 }@media only screen and (max-width: 763px) { #giTulkxyPPNvqGFRJm4IirIzkBae5hZK { width:7rem;height:0.73046875rem;top:1.6875rem;left:6.5rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hi6A1f95o8fDaZV71uV8hwiKOc6rGwy6 { top:15.75rem;left:0rem;width:20rem;height:0.125rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #vlpPNoNXlXEn7bUp20msLJI1MTSSaT7e { width:14rem;height:7.625rem;top:2.375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #aM6yT6MKGEZEouRAXHfqMTefKhhWGDA8 { width:20rem;height:46.0625rem;top:135.5038734375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pWmoouuflRhiR6DWutkK92F1ZOlGp8Z9 { width:20rem;height:11.75rem;top:122.5029296875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gnBwcxh8CTGnNJ5zh7WkHZReIOKNKNT9 { width:6.9375rem;height:6.9375rem;top:31.8125rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNwrGXgt20Xq4OO3IqZgZxmRKG60PXTP { top:18.3125rem;left:0.4375rem;width:10.875rem;height:2.125rem;font-size:0.625rem;z-index:15033;font-weight:400;font-style:normal;border-top:0.0625rem solid rgba(91,91,91,0.5);border-left:0.0625rem solid rgba(91,91,91,0.5);border-right:0.0625rem solid rgba(91,91,91,0.5);border-bottom:0.0625rem solid rgba(91,91,91,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #bp6lMH0BTV1DIpwHpiBLMMFTOJuFRE8V { display:block; }
 }@media only screen and (max-width: 763px) { #qBVRONMXBqzbteNLazpqk9n3vQdckQw9 { top:18.3125rem;left:11.8125rem;width:7.8125rem;height:2.125rem;font-size:0.625rem;z-index:15033;border-top:0.0625rem solid rgba(91,91,91,0.5);border-left:0.0625rem solid rgba(91,91,91,0.5);border-right:0.0625rem solid rgba(91,91,91,0.5);border-bottom:0.0625rem solid rgba(91,91,91,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #lNC5SghaiIHxU7KPLffsJcV5uRt9Jzsh { display:block; }
 }@media only screen and (max-width: 763px) { #P8dpSusK2V65MEcTG1T5gcUhndWkUM3t { top:21.0625rem;left:1.75rem;width:10.9375rem;height:2.125rem;font-size:0.625rem;z-index:15033;border-top:0.0625rem solid rgba(91,91,91,0.5);border-left:0.0625rem solid rgba(91,91,91,0.5);border-right:0.0625rem solid rgba(91,91,91,0.5);border-bottom:0.0625rem solid rgba(91,91,91,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #GQTfs1xmTuLqc0THFN6E7DM0JeeTN8iK { display:block; }
 }@media only screen and (max-width: 763px) { #iPXdTzRfuCItPD3UKC5WglXUzUUBFUGT { top:23.8125rem;left:0.125rem;width:9.8125rem;height:2.125rem;font-size:0.625rem;z-index:15033;border-top:0.0625rem solid rgba(91,91,91,0.5);border-left:0.0625rem solid rgba(91,91,91,0.5);border-right:0.0625rem solid rgba(91,91,91,0.5);border-bottom:0.0625rem solid rgba(91,91,91,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #C7RIVbeIb2fVw3SXEIAKa2MpZSKWNhLT { display:block; }
 }@media only screen and (max-width: 763px) { #aC31vx6lBJg205UoIrTLElpvrJUiWEaD { top:21.0625rem;left:13.25rem;width:5.0625rem;height:2.125rem;font-size:0.625rem;z-index:15033;border-top:0.0625rem solid rgba(91,91,91,0.5);border-left:0.0625rem solid rgba(91,91,91,0.5);border-right:0.0625rem solid rgba(91,91,91,0.5);border-bottom:0.0625rem solid rgba(91,91,91,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #OGncogW0WySTLPhRauP5smbyNLAx9vio { display:block; }
 }@media only screen and (max-width: 763px) { #D4f0pshwFSObkhRHMy6XVsDNaJerEDbJ { top:26.5625rem;left:9.875rem;width:10.1875rem;height:2.125rem;font-size:0.625rem;z-index:15033;border-top:0.0625rem solid rgba(91,91,91,0.5);border-left:0.0625rem solid rgba(91,91,91,0.5);border-right:0.0625rem solid rgba(91,91,91,0.5);border-bottom:0.0625rem solid rgba(91,91,91,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #ZKseg8Xm4alliTiF7DuOiNhezSyXTeUl { display:block; }
 }@media only screen and (max-width: 763px) { #NxFMJMXhoqToby6gIUP8diz9mLhqCCNJ { top:26.5625rem;left:0rem;width:9.3125rem;height:2.125rem;font-size:0.625rem;z-index:15033;border-top:0.0625rem solid rgba(91,91,91,0.5);border-left:0.0625rem solid rgba(91,91,91,0.5);border-right:0.0625rem solid rgba(91,91,91,0.5);border-bottom:0.0625rem solid rgba(91,91,91,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #Z8DOmdgJgKG4yaDgMhApTX8h4EJBCZcc { display:block; }
 }@media only screen and (max-width: 763px) { #Nc7zVv9htf7h8CNDvffAZQaWJSOTNSfs { top:29.3125rem;left:1.25rem;width:11rem;height:2.125rem;font-size:0.625rem;z-index:15033;border-top:0.0625rem solid rgba(91,91,91,0.5);border-left:0.0625rem solid rgba(91,91,91,0.5);border-right:0.0625rem solid rgba(91,91,91,0.5);border-bottom:0.0625rem solid rgba(91,91,91,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #wZghEi7Atg1z41ixB7JpbcrTJdXDl8oV { display:block; }
 }@media only screen and (max-width: 763px) { #nMTeldNymCEch0shRcssxHqXSmZNmEsH { top:29.3125rem;left:12.8125rem;width:5.9375rem;height:2.125rem;font-size:0.625rem;z-index:15033;border-top:0.0625rem solid rgba(91,91,91,0.5);border-left:0.0625rem solid rgba(91,91,91,0.5);border-right:0.0625rem solid rgba(91,91,91,0.5);border-bottom:0.0625rem solid rgba(91,91,91,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #xXQyrr97My0FM2uUl482zmKp40sruwoQ { display:block; }
 }@media only screen and (max-width: 763px) { #UimNKtcBEHW77S2ePQO3pyv1R8NOvx6T { top:23.8125rem;left:10.5rem;width:9.375rem;height:2.125rem;font-size:0.625rem;z-index:15033;border-top:0.0625rem solid rgba(91,91,91,0.5);border-left:0.0625rem solid rgba(91,91,91,0.5);border-right:0.0625rem solid rgba(91,91,91,0.5);border-bottom:0.0625rem solid rgba(91,91,91,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #GtG2URHH4oEhGF1S0SEAH1ai6scdBTZv { display:block; }
 }@media only screen and (max-width: 763px) { #hFNnqnSoUoJGP5TITKfbZT9xwIQkGlLM { display:block; }#hFNnqnSoUoJGP5TITKfbZT9xwIQkGlLM > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o4i5TomvTVql8yblBgiiA1SrfuZekz6z { width:20rem;height:5.60449375rem;top:6.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvcIENIQpAb0e10cQ7De75b4otD6AEe4 { width:19.5rem;height:18rem;top:13.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2PoIME8iPGEXNpaHBw6uW1eHqLzX92W { width:20rem;height:35.3125rem;top:12.7216875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ScLzxEfh5ofVepTekDnhV40gwFMKOgTC { width:3.125rem;height:3.125rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXv8G21NT5tDVknEprH3e4CthwJpVvhh { display:block; }#pXv8G21NT5tDVknEprH3e4CthwJpVvhh > .row .container { width:20rem;height:73.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P76ylb9dgnsmkizB0onDIF5MNpT11Uu1 { width:20rem;height:24rem;top:40.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtrxPmUxnmnfX7c8aZ9WQZU78ShlsB1l { top:67.125rem;left:0rem;width:16.75rem;height:3.625rem;font-size:1.125rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #tgANbmvvkoIaU6dOgveQRl24ra4WVcKG { display:block; }
 }@media only screen and (max-width: 763px) { #k3VhiLiXHbDH1XTBrikOCFBkmTywbcyp { height:35.660125rem;width:20rem;top:2.3203125rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #q0WWEwG2KGTUQs24cJVKWGXvfyZto1bF { top:0rem;left:14.3125rem;width:11.5625rem;height:11.5625rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #elPVE1xttau2Jlupgt5p1GbHCLyDydfQ { display:block; }#elPVE1xttau2Jlupgt5p1GbHCLyDydfQ > .row .container { width:20rem;height:84.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bBTrygnG6Ou7rO4f2pTCHTMcIxcTaLMC { height:35.5546875rem;width:20rem;top:7.625rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #VBM2p87dSTbr7CuIqQh1DWrXNzSldhCJ { height:35.5546875rem;width:20rem;top:44.58984375rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #s3NH1Kqm1d5M2a7I2OrNlxXf9F61MztA { width:19.75rem;height:3.19921875rem;top:2.5625rem;left:0.125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D2pd2JEC3FkebNExc1KZPLbTZDZpoesM { width:19.75rem;height:1.5rem;top:5.0625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e2JvwR0LRdh3HnVbqxHFWWZ97uT3PLIC { display:flex;width:12.3125rem;height:12.3125rem;top:57.33984375rem;left:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TERweG4VJh0omiQUlxXLKyeKsGITMKrO { width:10.9375rem;height:10.9375rem;top:40.89453125rem;left:13.3125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #gWikXRVFQHEEHn2zL7xyCOOt7tSL6rQd { display:block; }#gWikXRVFQHEEHn2zL7xyCOOt7tSL6rQd > .row .container { width:20rem;height:35.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wl9DNxLW3KzrN9LzUtqUQrbGpieZ6ixz { width:20rem;height:1.8681625rem;top:6.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6XPeGmsUT6MAPi5rk6WRPyzZUGTATxL { width:20rem;height:24rem;top:8.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbmlaAUA2rEVlorwqd6kFhHo99TxcZlX { width:20rem;height:39.25rem;top:5.8984375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IT8R4I2IOPT4dgpCuRy8v7RVX1EM0DB7 { width:3.0625rem;height:3.0625rem;top:3.125rem;left:0rem;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XyVg91UB5Iahpwn2ElkTuEgEiTLXS1cH { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a6f8a911-4fd4-40ff-9bba-b9fc849a9d9e/sophiamaravilhosa4932167a9ff89d0879.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XyVg91UB5Iahpwn2ElkTuEgEiTLXS1cH.adaptive-delivery-prevent-bg, #XyVg91UB5Iahpwn2ElkTuEgEiTLXS1cH.lazyload, #XyVg91UB5Iahpwn2ElkTuEgEiTLXS1cH.lazyloading { background-image: none; }#XyVg91UB5Iahpwn2ElkTuEgEiTLXS1cH > .row .container { background-color: transparent; background-image: none; }#XyVg91UB5Iahpwn2ElkTuEgEiTLXS1cH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XyVg91UB5Iahpwn2ElkTuEgEiTLXS1cH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XyVg91UB5Iahpwn2ElkTuEgEiTLXS1cH > .row .container > .video-iframe-container { display: none; }#XyVg91UB5Iahpwn2ElkTuEgEiTLXS1cH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XyVg91UB5Iahpwn2ElkTuEgEiTLXS1cH > .row > .video-iframe-container { display: none; }#XyVg91UB5Iahpwn2ElkTuEgEiTLXS1cH > .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); }#XyVg91UB5Iahpwn2ElkTuEgEiTLXS1cH > .row .container { border-width: 0; border-radius: 0; }#XyVg91UB5Iahpwn2ElkTuEgEiTLXS1cH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XyVg91UB5Iahpwn2ElkTuEgEiTLXS1cH > .row .container { width:20rem;height:22.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iGfkqDT64LdhcAi3lIeer7NIs95QG2DG { display:block; }#iGfkqDT64LdhcAi3lIeer7NIs95QG2DG > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uoTEIKQ5zle0yLHbpIIz4dSqkTNPm9WZ { width:20rem;height:3.736325rem;top:3.125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dV5VKSVecIf9ZydvuRhHJW7Ey9uEXzQP { width:20rem;height:25.5rem;top:7.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyWxabZfbwHnofAUM9pRTs7Rnk8def61 { width:20rem;height:15.39356875rem;top:34.9755859375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gm98FakTZJOm77ddqpOroOaOsyPLsGhl { background-color:#fdb9ec;background-image:none;display:block; }#gm98FakTZJOm77ddqpOroOaOsyPLsGhl > .row .container { background-color: transparent; background-image: none; }#gm98FakTZJOm77ddqpOroOaOsyPLsGhl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gm98FakTZJOm77ddqpOroOaOsyPLsGhl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gm98FakTZJOm77ddqpOroOaOsyPLsGhl > .row .container > .video-iframe-container { display: none; }#gm98FakTZJOm77ddqpOroOaOsyPLsGhl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gm98FakTZJOm77ddqpOroOaOsyPLsGhl > .row > .video-iframe-container { display: none; }#gm98FakTZJOm77ddqpOroOaOsyPLsGhl > .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); }#gm98FakTZJOm77ddqpOroOaOsyPLsGhl > .row .container { width:20rem;height:21.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rc3ssSzL53gvvkInyPiwETTL6ChuhB31 { width:20rem;height:10.3125rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlTH2JzuMFUPJaXxnzK5uFTnmFSEgVoC { width:20rem;height:2.875rem;top:2.5rem;left:0rem;background-color:#fdb9ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #tgZkwzOKkFBlDSAeU5IUSd9ZeBgHPtQX { width:10.1875rem;height:0.82421875rem;top:3.5rem;left:5.625rem;font-size:0.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #XEpQBwwzZhablHZzpCJ4X5kDDuNfUQps { width:1.0625rem;height:1.2744125rem;top:3.3125rem;left:4.1875rem;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #z6pXDz7WNhXRGpSDc4Foe8g0lzg2Ot3W { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c5007e87-3a7b-4bfd-8b77-dae4c4b2f97c/patternsofiaat2x67a9e87db239c.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#z6pXDz7WNhXRGpSDc4Foe8g0lzg2Ot3W.adaptive-delivery-prevent-bg, #z6pXDz7WNhXRGpSDc4Foe8g0lzg2Ot3W.lazyload, #z6pXDz7WNhXRGpSDc4Foe8g0lzg2Ot3W.lazyloading { background-image: none; }#z6pXDz7WNhXRGpSDc4Foe8g0lzg2Ot3W > .row .container { background-color: transparent; background-image: none; }#z6pXDz7WNhXRGpSDc4Foe8g0lzg2Ot3W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6pXDz7WNhXRGpSDc4Foe8g0lzg2Ot3W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6pXDz7WNhXRGpSDc4Foe8g0lzg2Ot3W > .row .container > .video-iframe-container { display: none; }#z6pXDz7WNhXRGpSDc4Foe8g0lzg2Ot3W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6pXDz7WNhXRGpSDc4Foe8g0lzg2Ot3W > .row > .video-iframe-container { display: none; }#z6pXDz7WNhXRGpSDc4Foe8g0lzg2Ot3W > .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); }#z6pXDz7WNhXRGpSDc4Foe8g0lzg2Ot3W > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xh7awO6Td4hLI5gkL2Kg53fTGlAJwINW { display:block; }#Xh7awO6Td4hLI5gkL2Kg53fTGlAJwINW > .row .container { width:20rem;height:32.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PuJNWJhbtMuUOoOa65Zis8vRPr8BWLg5 { width:11.25rem;height:6.0625rem;top:20.375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #stueOCSeF41Fih5lfJomiHpUm07CKW9h { width:20rem;height:1.125rem;top:8.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15040;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #lpRBcw1ztdqAEzBFso8MAx74bTZ4TiwL { width:20rem;height:2.3994125rem;top:5.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15040;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ysbPdi28K47CZJ0vNBemfimxT9uHTLTr { top:11.625rem;left:2rem;width:16rem;height:3.625rem;font-size:1.125rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #TmQoQHHaTLWw3l9katRB2bMO76r4hIHb { display:block; }
 }@media only screen and (max-width: 763px) { #O2vIFTLhT6E8WeQU3IsK3tS9Ghl26lWI { width:20rem;height:1.125rem;top:16.5625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15040;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kHmu1nmhXvm0OhkTo9O86EhBglUT7FNX { 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; } #kHmu1nmhXvm0OhkTo9O86EhBglUT7FNX > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JSnBQkXXtH1dsVBxwe1BPv5hbtRG6z1H { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#JSnBQkXXtH1dsVBxwe1BPv5hbtRG6z1H > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D5zTMdOcXVZdxnnSlUx2qlVD6JvI4I31 { width:3.3125rem;height:3.3125rem;top:0rem;left:16.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fe02cfkolP7Oz7Bubtdqt1oVAbSgLIw2 { display:block; }
 }@media only screen and (max-width: 763px) { #I9tnW0bfRi3TT26tO3y2yW7NqgP3o7m1 { width:2.875rem;height:2.875rem;top:0.21875rem;left:16.78125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhQXP59qf0bcag10JXmGkMwBeG9UWLtr { display:block; }
 }