.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;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); }#VyOaMLf2TFLiXxJu44ZMm7kip8bXE13a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0d2a51, #008487);background-image: -moz-linear-gradient(90deg, #0d2a51, #008487);background-image: -ms-linear-gradient(90deg, #0d2a51, #008487);background-image: -o-linear-gradient(90deg, #0d2a51, #008487);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d2a51', endColorstr='#008487' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d2a51', endColorstr='#008487' );";background-image: linear-gradient(90deg, #0d2a51, #008487);background-size:auto !important;position:relative;display:block; }#VyOaMLf2TFLiXxJu44ZMm7kip8bXE13a > .row .container { background-color: transparent; background-image: none; }#VyOaMLf2TFLiXxJu44ZMm7kip8bXE13a::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VyOaMLf2TFLiXxJu44ZMm7kip8bXE13a > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VyOaMLf2TFLiXxJu44ZMm7kip8bXE13a > .row .container > .video-iframe-container { display: none; }#VyOaMLf2TFLiXxJu44ZMm7kip8bXE13a > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VyOaMLf2TFLiXxJu44ZMm7kip8bXE13a > .row > .video-iframe-container { display: none; }#VyOaMLf2TFLiXxJu44ZMm7kip8bXE13a > .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); }#VyOaMLf2TFLiXxJu44ZMm7kip8bXE13a > .row .container { border-width: 0; border-radius: 0; }#VyOaMLf2TFLiXxJu44ZMm7kip8bXE13a > .row .container { font-size:0.875rem;font-family:arial;height:0.875rem;width:75rem;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.4);background-image:url("https://images.assets-landingi.com/uc/549eb983-858f-4d38-b3a2-fabad00493ed/subtledarkvertical1.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:47.875rem;width:75rem;position:relative;display:block; }#EvBtoEelK50asXWW7wJpxQqLT7i8aJlr { color:#808080;display:block;width:33.1875rem;position:absolute;font-family:manrope;font-size:3.875rem;font-weight:400;z-index:100002;line-height:1.1;letter-spacing:0;top:18.40234375rem;left:0rem;height:12.785125rem;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; }
#QLX2fKztszkQ9nRWW1qEUbSuFbb1TGGM { color:#0d2a51;display:block;width:33.0625rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:300;z-index:100003;line-height:1.4;letter-spacing:0;top:32.75rem;left:0rem;height:3.5rem;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; }
#sTnVlfn1p4rVl6cE4Z9XnbQRJ81GQWVH { z-index:100001;top:38.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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(37,211,102,0.6) ;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:manrope;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.1875rem;height:4.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wUDcDgQA0N53720z8ta7uTDS0QATNsSs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AhC38JOxb9cPT8zZK6aCWUxSllue9KzL { color:#0d2a51;display:block;width:20.875rem;position:absolute;font-family:manrope;font-size:3.6875rem;font-weight:300;z-index:99998;line-height:.9;letter-spacing:0;top:2.7373046875rem;left:0rem;height:6.636725rem;font-style:normal;display:block; }
#dvgrKfWryatAHqiJwkcu1K06OFxaKldG { color:rgba(128,128,128,0.72);display:block;width:24.25rem;position:absolute;font-family:"barlow condensed";font-size:1.875rem;font-weight:300;z-index:100005;line-height:.9;letter-spacing:0;top:10.3623046875rem;left:0rem;height:1.6875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ESkrDfPhXTR1f6rfFTxkkPaL2mTQHpI1 { color:rgba(128,128,128,0.26);display:block;width:6.25rem;position:absolute;font-family:"playfair display";font-size:9.0625rem;font-weight:400;z-index:99997;line-height:1.1;letter-spacing:0;top:0.5810546875rem;left:17.375rem;height:9.96875rem;font-style:italic;display:block; }
#Hn98WbH3HD24MHstukVWSMLkZnQ09FIJ { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9a18f898-66d6-44c5-af32-e2a0d047d389/mulhersorriso.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:47.9375rem;width:55.5625rem;top:-0.0625rem;left:42.46875rem;display:block; }#Hn98WbH3HD24MHstukVWSMLkZnQ09FIJ.adaptive-delivery-prevent-bg, #Hn98WbH3HD24MHstukVWSMLkZnQ09FIJ.lazyload, #Hn98WbH3HD24MHstukVWSMLkZnQ09FIJ.lazyloading { background-image: none; }
#TVscMAPCcKMHPDzUF2RCUlbad9DW9GxS { color:#808080;display:block;width:8.125rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:300;z-index:100004;line-height:1.4;letter-spacing:0;top:40.2001953125rem;left:24.25rem;height:1.2246125rem;font-style:normal;display:block; }
#tm5Lf0zp8aT0aDIqVGvuEdsyUxwVB9Zr { position:relative;display:none; }#tm5Lf0zp8aT0aDIqVGvuEdsyUxwVB9Zr { border-width: 0; border-radius: 0; }#tm5Lf0zp8aT0aDIqVGvuEdsyUxwVB9Zr > .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;position:relative;display:none; }#CdWJeJTTVd9oJu3a0MrQBufyuDFag9Fr { position:relative;display:block; }#CdWJeJTTVd9oJu3a0MrQBufyuDFag9Fr { background-color: transparent; background-image: none; }#CdWJeJTTVd9oJu3a0MrQBufyuDFag9Fr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CdWJeJTTVd9oJu3a0MrQBufyuDFag9Fr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CdWJeJTTVd9oJu3a0MrQBufyuDFag9Fr > .row .container > .video-iframe-container { display: none; }#CdWJeJTTVd9oJu3a0MrQBufyuDFag9Fr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CdWJeJTTVd9oJu3a0MrQBufyuDFag9Fr > .row > .video-iframe-container { display: none; }#CdWJeJTTVd9oJu3a0MrQBufyuDFag9Fr > .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); }#CdWJeJTTVd9oJu3a0MrQBufyuDFag9Fr { border-width: 0; border-radius: 0; }#CdWJeJTTVd9oJu3a0MrQBufyuDFag9Fr > .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:10.4375rem;width:75rem;position:relative;display:block; }#dEGVb4KsV8HT0vE4STER2KAzU1ZyFRVZ { color:#808080;display:block;width:56.125rem;position:absolute;font-family:manrope;font-size:2.8125rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:6.78125rem;left:0rem;height:3.65625rem;display:block; }
#qAV6liitWEGsicqV35T2y9Fd4DrPbOTp { color:#808080;display:block;width:21.0625rem;position:absolute;font-family:"playfair display";font-size:3.125rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:6.375rem;left:29.75rem;height:4.0625rem;font-style:italic;display:block; }
#wUkqupEC637DGLTV4MkeatpTq5czRbZZ { position:relative;display:block; }#wUkqupEC637DGLTV4MkeatpTq5czRbZZ { background-color: transparent; background-image: none; }#wUkqupEC637DGLTV4MkeatpTq5czRbZZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wUkqupEC637DGLTV4MkeatpTq5czRbZZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wUkqupEC637DGLTV4MkeatpTq5czRbZZ > .row .container > .video-iframe-container { display: none; }#wUkqupEC637DGLTV4MkeatpTq5czRbZZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wUkqupEC637DGLTV4MkeatpTq5czRbZZ > .row > .video-iframe-container { display: none; }#wUkqupEC637DGLTV4MkeatpTq5czRbZZ > .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); }#wUkqupEC637DGLTV4MkeatpTq5czRbZZ { border-width: 0; border-radius: 0; }#wUkqupEC637DGLTV4MkeatpTq5czRbZZ > .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:37rem;width:75rem;position:relative;display:block; }#ChIyTwCxWRscXi705mviLx0g5hQMJWvS { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.25rem 1.125rem rgba(31,63,109,0.14) ;height:34.0625rem;width:33.5625rem;top:2.5rem;left:0rem;display:block; }
#ESzppf5dkTUhVgvEaJLWCR9SgTT6zKhI { color:#ffffff;display:block;width:19.3125rem;position:absolute;font-family:"playfair display";font-size:2.8125rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:8.71875rem;left:2.375rem;height:3.65625rem;font-style:italic;display:block; }
#D9AEcGTehemOVTpTpb3SRg9cQ1XisW8r { color:rgba(0,0,0,0.6);display:block;width:18.4375rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:100004;line-height:2;letter-spacing:0;top:12.375rem;left:2.375rem;height:15rem;font-style:normal;display:block; }
#KitNkyJb5zOw0GvDnFpPnJELTkhNX1iQ { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/799a10ed-789d-4380-be55-73bb0db2d2a0/shutterstock_1601399481024x683.jpeg");background-position:center !important;background-repeat: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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.25rem 1.125rem rgba(31,63,109,0.14) ;height:10.5rem;width:33.5625rem;top:2.5rem;left:0rem;display:block; }#KitNkyJb5zOw0GvDnFpPnJELTkhNX1iQ.adaptive-delivery-prevent-bg, #KitNkyJb5zOw0GvDnFpPnJELTkhNX1iQ.lazyload, #KitNkyJb5zOw0GvDnFpPnJELTkhNX1iQ.lazyloading { background-image: none; }
#SpxO1JCNXAC9rJsEbygAWhnfcBahLbAl { position:absolute;display:block;z-index:100002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(7,36,76,0.69));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(7,36,76,0.69));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(7,36,76,0.69));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(7,36,76,0.69));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#af07244c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#af07244c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(7,36,76,0.69));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.25rem 1.125rem rgba(31,63,109,0.14) ;height:10.5rem;width:33.5625rem;top:2.5rem;left:0rem;display:block; }
#EVPzmGEAuCgw4AUAguT16fwTXb0RITeJ { z-index:100012;top:29.5625rem;left:2.375rem;background-color:#25d366;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(37,211,102,0.6) ;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:manrope;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#c7slauFgtnDtgwXgUOvAT4nGNnaQ4WqT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zd4C3kg4SwhTRTJ8dnibBgx6C6nhQ6NB { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.25rem 1.125rem rgba(31,63,109,0.14) ;height:34.0625rem;width:33.5625rem;top:2.5rem;left:39.5rem;display:block; }
#N3Mq6ZHir0oU7QTit7W7ll3qmH8wXBvo { color:#ffffff;display:block;width:19.3125rem;position:absolute;font-family:"playfair display";font-size:2.8125rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:8.71875rem;left:41.875rem;height:3.65625rem;font-style:italic;display:block; }
#OUSPNLc5DeavqLT85Q3G7OWXzTJ833sT { color:rgba(0,0,0,0.6);display:block;width:26.75rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:100010;line-height:2;letter-spacing:0;top:12.375rem;left:41.875rem;height:15rem;font-style:normal;display:block; }
#ot7hqqXe7ZkI2wi19OWdK7ocv74eIDqp { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/55713c25-0a9d-4064-a210-962b9928c817/a562c01b44fb4ef19560a0e97f0b08c6.jpeg");background-position:center !important;background-repeat: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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.25rem 1.125rem rgba(31,63,109,0.14) ;height:10.5rem;width:33.5625rem;top:2.5rem;left:39.5rem;display:block; }#ot7hqqXe7ZkI2wi19OWdK7ocv74eIDqp.adaptive-delivery-prevent-bg, #ot7hqqXe7ZkI2wi19OWdK7ocv74eIDqp.lazyload, #ot7hqqXe7ZkI2wi19OWdK7ocv74eIDqp.lazyloading { background-image: none; }
#urndcw9w5TqTzglh7Xc7tvuPtiVuIxDL { position:absolute;display:block;z-index:100008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,102,102,0.69));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,102,102,0.69));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,102,102,0.69));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,102,102,0.69));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#af006666' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#af006666' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,102,102,0.69));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.25rem 1.125rem rgba(31,63,109,0.14) ;height:10.5rem;width:33.5625rem;top:2.5rem;left:39.46875rem;display:block; }
#Qcw3QTQtO6QEGGzaNT2o2mHg7wpEMxuf { z-index:100018;top:29.5625rem;left:41.875rem;background-color:#25d366;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(37,211,102,0.6) ;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:manrope;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#oeidDPJCca5Qk86fnRt6T4F8fiG8d9eL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NA9kWSTEBWNFW2gB42LDQgw8CGvlF0RJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #fcfdff);background-image: -moz-linear-gradient(180deg, #ffffff, #fcfdff);background-image: -ms-linear-gradient(180deg, #ffffff, #fcfdff);background-image: -o-linear-gradient(180deg, #ffffff, #fcfdff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fcfdff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fcfdff' );";background-image: linear-gradient(180deg, #ffffff, #fcfdff);background-size:auto !important;position:relative;display:block; }#NA9kWSTEBWNFW2gB42LDQgw8CGvlF0RJ > .row .container { background-color: transparent; background-image: none; }#NA9kWSTEBWNFW2gB42LDQgw8CGvlF0RJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NA9kWSTEBWNFW2gB42LDQgw8CGvlF0RJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NA9kWSTEBWNFW2gB42LDQgw8CGvlF0RJ > .row .container > .video-iframe-container { display: none; }#NA9kWSTEBWNFW2gB42LDQgw8CGvlF0RJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NA9kWSTEBWNFW2gB42LDQgw8CGvlF0RJ > .row > .video-iframe-container { display: none; }#NA9kWSTEBWNFW2gB42LDQgw8CGvlF0RJ > .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); }#NA9kWSTEBWNFW2gB42LDQgw8CGvlF0RJ > .row .container { border-width: 0; border-radius: 0; }#NA9kWSTEBWNFW2gB42LDQgw8CGvlF0RJ > .row .container { font-size:0.875rem;font-family:arial;height:30.1875rem;width:75rem;position:relative;display:block; }#CLsFSFbgBfwDtZhMteCtVx5ytSt50cmS { position:absolute;display:block;z-index:100006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #008487, #0d2a51);background-image: -moz-linear-gradient(180deg, #008487, #0d2a51);background-image: -ms-linear-gradient(180deg, #008487, #0d2a51);background-image: -o-linear-gradient(180deg, #008487, #0d2a51);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#008487', endColorstr='#0d2a51' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#008487', endColorstr='#0d2a51' );";background-image: linear-gradient(180deg, #008487, #0d2a51);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.25rem 1.125rem rgba(31,63,109,0.14) ;height:19.875rem;width:75rem;top:3.4375rem;left:0rem;display:block; }
#vUbT9ZlDFDz7L2fsfMqJ6kbhpm0lm93E { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:normal;z-index:100010;line-height:1.4;letter-spacing:0;top:13.4375rem;left:18.625rem;height:8.75rem;display:block; }
#dlmUAB9wAR3Z3hgi8a6tv4MNuDTfDGs5 { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:manrope;font-size:2.8125rem;font-weight:normal;z-index:100009;line-height:1.1;letter-spacing:0;top:8rem;left:18.625rem;height:6.1875rem;display:block; }
#o5X1XGHWJebVsosJ5CCS1GttQ0cl03pT { z-index:100011;top:14.46875rem;left:51.75rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #25d366;border-left:0.0625rem solid #25d366;border-right:0.0625rem solid #25d366;border-bottom:0.0625rem solid #25d366;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#25d366;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:manrope;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.4375rem;height:4.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#i1JsgkN7JU4IAXq2NrsTvDS1sT9u4ARX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LqdTOz2b6X8WtMV0iA31vBaxxnsbJEsI { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:manrope;font-size:13.0625rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:5.4150390625rem;left:2.34375rem;height:16.9805rem;display:block; }
#lhJ2iQ3s3c1rvFd8ds6dKPcJvq6eR7PJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fcfdff, #fafbfd);background-image: -moz-linear-gradient(180deg, #fcfdff, #fafbfd);background-image: -ms-linear-gradient(180deg, #fcfdff, #fafbfd);background-image: -o-linear-gradient(180deg, #fcfdff, #fafbfd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfdff', endColorstr='#fafbfd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfdff', endColorstr='#fafbfd' );";background-image: linear-gradient(180deg, #fcfdff, #fafbfd);background-size:auto !important;position:relative;display:block; }#lhJ2iQ3s3c1rvFd8ds6dKPcJvq6eR7PJ > .row .container { background-color: transparent; background-image: none; }#lhJ2iQ3s3c1rvFd8ds6dKPcJvq6eR7PJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lhJ2iQ3s3c1rvFd8ds6dKPcJvq6eR7PJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lhJ2iQ3s3c1rvFd8ds6dKPcJvq6eR7PJ > .row .container > .video-iframe-container { display: none; }#lhJ2iQ3s3c1rvFd8ds6dKPcJvq6eR7PJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lhJ2iQ3s3c1rvFd8ds6dKPcJvq6eR7PJ > .row > .video-iframe-container { display: none; }#lhJ2iQ3s3c1rvFd8ds6dKPcJvq6eR7PJ > .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); }#lhJ2iQ3s3c1rvFd8ds6dKPcJvq6eR7PJ > .row .container { border-width: 0; border-radius: 0; }#lhJ2iQ3s3c1rvFd8ds6dKPcJvq6eR7PJ > .row .container { font-size:0.875rem;font-family:arial;height:44.3125rem;width:75rem;position:relative;display:block; }#miwCiQQIEs54T3t4asvhylioAbhyTf9x { color:#008487;display:block;width:40.125rem;position:absolute;font-family:manrope;font-size:1.875rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:13.1875rem;left:0rem;height:2.4375rem;display:block; }
#q2Tis2N4XsRpuQRSWpQomXhKpGrTcLhI { color:rgba(0,0,0,0.6);display:block;width:28.75rem;position:absolute;font-family:manrope;font-size:1.125rem;font-weight:700;z-index:100008;line-height:1.8;letter-spacing:0;top:22.5625rem;left:1.75rem;height:12.271475rem;font-style:normal;display:block; }
#l4B5mB0nC8loVE6dXTOA9JUTOgHXlCtu { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9af8bdd9-05c7-4670-83cf-2df999a4b39e/beautifulyoungwomangettingbotoxcosmeticinjectioninherface.jpeg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:44.3125rem;width:66.4375rem;top:-0.015625rem;left:31.375rem;display:block; }#l4B5mB0nC8loVE6dXTOA9JUTOgHXlCtu.adaptive-delivery-prevent-bg, #l4B5mB0nC8loVE6dXTOA9JUTOgHXlCtu.lazyload, #l4B5mB0nC8loVE6dXTOA9JUTOgHXlCtu.lazyloading { background-image: none; }
#zACHomVF4DQUXzKI4kWwVJQaJBTsx2FI { color:rgba(0,0,0,0.6);display:block;width:33.4375rem;position:absolute;font-family:manrope;font-size:1rem;font-weight:400;z-index:100009;line-height:1.6;letter-spacing:0;top:16.75rem;left:0rem;height:4.798825rem;font-style:normal;display:block; }
#T7ru888u50oXTa1rwqlG7AmO5KQUZ3gL { color:#25d366;display:block;width:1.75rem;position:absolute;font-family:"font awesome";font-size:1.125rem;font-weight:700;z-index:100009;line-height:1.8;letter-spacing:0;top:22.5625rem;left:0rem;height:12.271475rem;font-style:normal;display:block; }
#NHNLtAcrxihdVnKyMJ0unTrk4pr72olx { z-index:100012;top:36.53125rem;left:21.25rem;background-color:#25d366;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(37,211,102,0.6) ;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:manrope;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#sHnELUGhLZXQfUew3gpJvxLN2t89uuiK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EMP2G132kMX1lpd11siNg0uUuw2NzkRW { color:#25d366;display:block;width:1.75rem;position:absolute;font-family:"font awesome";font-size:1rem;font-weight:700;z-index:100009;line-height:1;letter-spacing:0;top:11.75rem;left:37.5rem;height:7rem;font-style:normal;display:none; }
#qIeFlORx3ISyBO877q48L14zPOuJ5kqo { color:#808080;display:block;width:44.5rem;position:absolute;font-family:"playfair display";font-size:4.375rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:7.5rem;left:0rem;height:5.6875rem;font-style:italic;display:block; }
#vR3fRBOyfuHgz05lU113T641w6HXPnGC { color:rgba(128,128,128,0.08);display:block;width:11.1875rem;position:absolute;font-family:"playfair display";font-size:15.9375rem;font-weight:400;z-index:99998;line-height:1.1;letter-spacing:0;top:1.4375rem;left:-4.9375rem;height:17.53125rem;font-style:italic;display:block; }
#PXyXNRCOnJbD121ItAV8y1VZywpPPNqH { color:#008487;display:block;width:40.125rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:37.625rem;left:0rem;height:1.625rem;font-style:normal;display:block; }
#xBf4a2wuZTudLKaasazckOWhnbS46yvr { position:relative;display:none; }#xBf4a2wuZTudLKaasazckOWhnbS46yvr { border-width: 0; border-radius: 0; }#xBf4a2wuZTudLKaasazckOWhnbS46yvr > .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;position:relative;display:none; }#z3AZIi7mod9UvvfPinfmQExEdpCVNkLU { position:relative;display:block; }#z3AZIi7mod9UvvfPinfmQExEdpCVNkLU { background-color: transparent; background-image: none; }#z3AZIi7mod9UvvfPinfmQExEdpCVNkLU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#z3AZIi7mod9UvvfPinfmQExEdpCVNkLU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#z3AZIi7mod9UvvfPinfmQExEdpCVNkLU > .row .container > .video-iframe-container { display: none; }#z3AZIi7mod9UvvfPinfmQExEdpCVNkLU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#z3AZIi7mod9UvvfPinfmQExEdpCVNkLU > .row > .video-iframe-container { display: none; }#z3AZIi7mod9UvvfPinfmQExEdpCVNkLU > .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); }#z3AZIi7mod9UvvfPinfmQExEdpCVNkLU { border-width: 0; border-radius: 0; }#z3AZIi7mod9UvvfPinfmQExEdpCVNkLU > .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:19.0625rem;width:75rem;position:relative;display:block; }#R1MXShvgGrmkuuTWr9mcGMUN2BWHobNf { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.0625rem;width:25.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Eg6FVeJUn8WGBQJSS3WE21yKhVapK4fd { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.0625rem;width:25.375rem;top:0rem;left:24.875rem;overflow:hidden;display:block; }
#JZ4WaqT9nrDUKN0z1tIULVTwbHGLh9hw { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.0625rem;width:25.4375rem;top:0rem;left:49.625rem;overflow:hidden;display:block; }
#T9uxTvdECDkMH8PJLfbEfbTboAvsfBpX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #008487, #0d2a51);background-image: -moz-linear-gradient(180deg, #008487, #0d2a51);background-image: -ms-linear-gradient(180deg, #008487, #0d2a51);background-image: -o-linear-gradient(180deg, #008487, #0d2a51);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#008487', endColorstr='#0d2a51' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#008487', endColorstr='#0d2a51' );";background-image: linear-gradient(180deg, #008487, #0d2a51);background-size:auto !important;position:relative;display:block; }#T9uxTvdECDkMH8PJLfbEfbTboAvsfBpX > .row .container { background-color: transparent; background-image: none; }#T9uxTvdECDkMH8PJLfbEfbTboAvsfBpX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T9uxTvdECDkMH8PJLfbEfbTboAvsfBpX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T9uxTvdECDkMH8PJLfbEfbTboAvsfBpX > .row .container > .video-iframe-container { display: none; }#T9uxTvdECDkMH8PJLfbEfbTboAvsfBpX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T9uxTvdECDkMH8PJLfbEfbTboAvsfBpX > .row > .video-iframe-container { display: none; }#T9uxTvdECDkMH8PJLfbEfbTboAvsfBpX > .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); }#T9uxTvdECDkMH8PJLfbEfbTboAvsfBpX > .row .container { border-width: 0; border-radius: 0; }#T9uxTvdECDkMH8PJLfbEfbTboAvsfBpX > .row .container { font-size:0.875rem;font-family:arial;height:33.625rem;width:75rem;position:relative;display:block; }#pDcachNmNxWo3OlTy1vTFOr9EP9QhTBI { position:absolute;display:block;z-index:100000;height:25rem;width:39.375rem;top:5.71875rem;left:35.625rem;display:block; }
#T1cDdGHlDUqJRvuKrFdE3ivZftc1LDC3 { color:#ffffff;display:block;width:27.875rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:400;z-index:100011;line-height:1.6;letter-spacing:0;top:14.6875rem;left:0rem;height:4rem;font-style:normal;display:block; }
#m8pWLdzC7sKAnaCFJOe3e0xHDBIHgXKE { color:#ffffff;display:block;width:29.5625rem;position:absolute;font-family:"playfair display";font-size:2.8125rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:9.9375rem;left:0rem;height:3.65625rem;font-style:italic;display:block; }
#VrbUWR2fGsymEUiL5rgzutDGLrlS88n1 { z-index:100004;top:21.5rem;left:0rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:manrope;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vd7MDlme61VmIHxH6OpOvD7HVu3dP16R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rzmEyvCgU8vzU7RA0hl0xlTG3T3cAlA0 { position:absolute;display:block;z-index:100000;height:25rem;width:39.375rem;top:5.71875rem;left:35.625rem;display:none; }
#QKf1BnQVEt90kU75r4etLomUfkyu5mt6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d2a51;background-image:none;position:relative;display:block; }#QKf1BnQVEt90kU75r4etLomUfkyu5mt6 > .row .container { background-color: transparent; background-image: none; }#QKf1BnQVEt90kU75r4etLomUfkyu5mt6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QKf1BnQVEt90kU75r4etLomUfkyu5mt6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QKf1BnQVEt90kU75r4etLomUfkyu5mt6 > .row .container > .video-iframe-container { display: none; }#QKf1BnQVEt90kU75r4etLomUfkyu5mt6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QKf1BnQVEt90kU75r4etLomUfkyu5mt6 > .row > .video-iframe-container { display: none; }#QKf1BnQVEt90kU75r4etLomUfkyu5mt6 > .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); }#QKf1BnQVEt90kU75r4etLomUfkyu5mt6 > .row .container { border-width: 0; border-radius: 0; }#QKf1BnQVEt90kU75r4etLomUfkyu5mt6 > .row .container { font-size:0.875rem;font-family:arial;height:17.25rem;width:75rem;position:relative;display:block; }#SzsqxXvZTWZKXJcwmuOe2TioG2N9NCm6 { color:#ffffff;display:block;width:12.1875rem;position:absolute;font-family:manrope;font-size:1.0625rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:7.5rem;left:3.28125rem;height:2.76171875rem;text-align:center;text-align-last:center;display:block; }
#dJMhl3379Vle2iMrkBzGETtgmkz5Zugm { color:#00b8bc;display:block;width:13.875rem;position:absolute;font-family:"font awesome";font-size:3.125rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:2.25rem;left:2.5rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h1EE84L6AlZBsL6tTGaP9UPLD59DGzgq { color:#ffffff;display:block;width:13.875rem;position:absolute;font-family:manrope;font-size:1.0625rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:7.5rem;left:21.1875rem;height:2.76171875rem;text-align:center;text-align-last:center;display:block; }
#wHewrReBRNmpsVz3V9BvGtlZufABuA2y { color:#00b8bc;display:block;width:13.875rem;position:absolute;font-family:"font awesome";font-size:3.125rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:2.3125rem;left:21.25rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UvtEi71KJOxT9b0yA9UXsKZN9gucKtme { color:#ffffff;display:block;width:13.875rem;position:absolute;font-family:manrope;font-size:1.0625rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:7.4375rem;left:39.9375rem;height:2.76171875rem;text-align:center;text-align-last:center;display:block; }
#cT6PeJLMawfT8NaqXeZtrF5yJn1dTWTn { color:#00b8bc;display:block;width:13.875rem;position:absolute;font-family:"font awesome";font-size:3.125rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:2.25rem;left:40rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C3iInerXLh8yvstLiHnsPED3pTxfpcIk { color:#ffffff;display:block;width:13.875rem;position:absolute;font-family:manrope;font-size:1.0625rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:7.244140625rem;left:58.6875rem;height:2.76171875rem;text-align:center;text-align-last:center;display:block; }
#AHL5e90iVFyvoqEQwKTiPhtm2t4IKVU0 { color:#00b8bc;display:block;width:13.875rem;position:absolute;font-family:"font awesome";font-size:3.125rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:2.25rem;left:58.75rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MqdpJlEigEggxA2f1e0WUKZ0hOZLhBgw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d2a51;background-image:none;position:relative;display:block; }#MqdpJlEigEggxA2f1e0WUKZ0hOZLhBgw > .row .container { background-color: transparent; background-image: none; }#MqdpJlEigEggxA2f1e0WUKZ0hOZLhBgw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MqdpJlEigEggxA2f1e0WUKZ0hOZLhBgw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MqdpJlEigEggxA2f1e0WUKZ0hOZLhBgw > .row .container > .video-iframe-container { display: none; }#MqdpJlEigEggxA2f1e0WUKZ0hOZLhBgw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MqdpJlEigEggxA2f1e0WUKZ0hOZLhBgw > .row > .video-iframe-container { display: none; }#MqdpJlEigEggxA2f1e0WUKZ0hOZLhBgw > .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); }#MqdpJlEigEggxA2f1e0WUKZ0hOZLhBgw > .row .container { border-width: 0; border-radius: 0; }#MqdpJlEigEggxA2f1e0WUKZ0hOZLhBgw > .row .container { font-size:0.875rem;font-family:arial;height:19.3125rem;width:75rem;position:relative;display:block; }#lbyVtwVwHJF4FrCN2oNaiKKdlGNQ8Fsm { color:#ffffff;display:block;width:19.625rem;position:absolute;font-family:manrope;font-size:1.125rem;font-weight:400;z-index:100011;line-height:1.6;letter-spacing:0;top:6rem;left:2rem;height:3.5996125rem;font-style:normal;display:block; }
#bJximWMqWMTOlVxJIDeBMk1pEAk5Gs78 { color:#ffffff;display:block;width:16.75rem;position:absolute;font-family:"playfair display";font-size:2.1875rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:1.875rem;left:2rem;height:2.84375rem;font-style:italic;display:block; }
#XP74L5i3p1T8hJwH3SxoubHaXi2PFpby { position:absolute;display:block;z-index:100001;background-color:#10305b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 2rem rgba(0,0,0,0.34) ;height:12.3125rem;width:33.5625rem;top:0rem;left:0rem;display:block; }
#UwiDTM3ML0NcfgZFESxP6CQ7hOr3xtLT { position:absolute;display:block;z-index:100002;background-color:#0d2a51;background-image:url("https://images.assets-landingi.com/uc/be018f30-299d-49f8-ba4e-4e79e3cff042/Portal_do_Sorriso__Blog__Conheca_os_tipos_de_raios_x_dentarios1368f64f3960w.webp");background-position:center !important;background-repeat: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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:9.125rem;width:12.375rem;top:1.5rem;left:22.5625rem;display:block; }#UwiDTM3ML0NcfgZFESxP6CQ7hOr3xtLT.adaptive-delivery-prevent-bg, #UwiDTM3ML0NcfgZFESxP6CQ7hOr3xtLT.lazyload, #UwiDTM3ML0NcfgZFESxP6CQ7hOr3xtLT.lazyloading { background-image: none; }
#TzUlBWfgieOordAdJXHgAxsZQ8rNyST7 { position:absolute;display:block;z-index:100005;background-color:#10305b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 2rem rgba(0,0,0,0.34) ;height:12.3125rem;width:33.5625rem;top:0rem;left:40.0625rem;display:block; }
#m7qhNycmTptAh3Xh5MAwluify4Rpambh { position:absolute;display:block;z-index:100006;background-color:#0d2a51;background-image:url("https://images.assets-landingi.com/uc/7b4ada28-80d3-4892-95e5-d07a9c742a5b/multasnocartao.jpeg");background-position:center !important;background-repeat: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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:9.125rem;width:12.375rem;top:1.5rem;left:62.625rem;display:block; }#m7qhNycmTptAh3Xh5MAwluify4Rpambh.adaptive-delivery-prevent-bg, #m7qhNycmTptAh3Xh5MAwluify4Rpambh.lazyload, #m7qhNycmTptAh3Xh5MAwluify4Rpambh.lazyloading { background-image: none; }
#iHcmKM6AsWIvT3wK048MCJpK4s0PoSiH { color:#ffffff;display:block;width:19.625rem;position:absolute;font-family:manrope;font-size:1.125rem;font-weight:400;z-index:100015;line-height:1.6;letter-spacing:0;top:6rem;left:42.0625rem;height:3.5996125rem;font-style:normal;display:block; }
#fbw08SNId2Pvo461b2b0cDNxGFTP37iq { color:#ffffff;display:block;width:16.75rem;position:absolute;font-family:"playfair display";font-size:2.1875rem;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:1.875rem;left:42.0625rem;height:2.84375rem;font-style:italic;display:block; }
#KOgeHWtv9ZqelWu6b1O6rvOGPOqG9oOb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/549eb983-858f-4d38-b3a2-fabad00493ed/subtledarkvertical1.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:none; }#KOgeHWtv9ZqelWu6b1O6rvOGPOqG9oOb.adaptive-delivery-prevent-bg, #KOgeHWtv9ZqelWu6b1O6rvOGPOqG9oOb.lazyload, #KOgeHWtv9ZqelWu6b1O6rvOGPOqG9oOb.lazyloading { background-image: none; }#KOgeHWtv9ZqelWu6b1O6rvOGPOqG9oOb > .row .container { border-width: 0; border-radius: 0; }#KOgeHWtv9ZqelWu6b1O6rvOGPOqG9oOb > .row .container { font-size:0.875rem;font-family:arial;height:41.5rem;width:75rem;position:relative;display:none; }#aRqi8y1BNkDbnDDfLL0XgFdNTbkR6Rbf { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8503d6bc-0d11-4d14-be50-f497e02e14ba/WhatsAppImage20220414at111522.jpeg");background-position:top center !important;background-repeat: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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.25rem 1.125rem rgba(31,63,109,0.14) ;height:22.125rem;width:17.1875rem;top:4.25rem;left:29.53125rem;display:block; }#aRqi8y1BNkDbnDDfLL0XgFdNTbkR6Rbf.adaptive-delivery-prevent-bg, #aRqi8y1BNkDbnDDfLL0XgFdNTbkR6Rbf.lazyload, #aRqi8y1BNkDbnDDfLL0XgFdNTbkR6Rbf.lazyloading { background-image: none; }
#ifQbh0DhMPio9H3EcSqAKPdDwmKRUgEf { color:rgba(0,0,0,0.6);display:block;width:18rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:400;z-index:100010;line-height:1.6;letter-spacing:0;top:30.5rem;left:29.53125rem;height:9.795875rem;font-style:normal;display:block; }
#ToGJDaRPRTxRtQw4VgVUTEL7DP43dTPu { color:#0d2a51;display:block;width:18.25rem;position:absolute;font-family:"playfair display";font-size:1.875rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:27.4375rem;left:29.53125rem;height:2.4375rem;font-style:italic;display:block; }
#MFuKnWMGk9yySubwhp2gHoSH8rE6ZSpI { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8503d6bc-0d11-4d14-be50-f497e02e14ba/WhatsAppImage20220414at111522.jpeg");background-position:top center !important;background-repeat: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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.25rem 1.125rem rgba(31,63,109,0.14) ;height:22.125rem;width:17.1875rem;top:4.25rem;left:53.625rem;display:block; }#MFuKnWMGk9yySubwhp2gHoSH8rE6ZSpI.adaptive-delivery-prevent-bg, #MFuKnWMGk9yySubwhp2gHoSH8rE6ZSpI.lazyload, #MFuKnWMGk9yySubwhp2gHoSH8rE6ZSpI.lazyloading { background-image: none; }
#pgM5VXToKsQ6hZZtQtvFOCtvMbigypTV { color:#0d2a51;display:block;width:18.25rem;position:absolute;font-family:"playfair display";font-size:1.875rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:27.4375rem;left:53.625rem;height:2.4375rem;font-style:italic;display:block; }
#DHuFpt7s8XdDmcIg589AmKRivoovSXrG { color:rgba(0,0,0,0.6);display:block;width:18rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:400;z-index:100013;line-height:1.6;letter-spacing:0;top:30.5rem;left:53.625rem;height:9.795875rem;font-style:normal;display:block; }
#W58Azo700pKnHbpne1rTwGASfkxHfRo3 { color:#808080;display:block;width:38.4375rem;position:absolute;font-family:"playfair display";font-size:4.375rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:4.25rem;left:0rem;height:5.6875rem;font-style:italic;display:block; }
#B1drWPMQWNWSZQ50L5ZQiNMuxdaoKXn7 { position:relative;display:none; }#B1drWPMQWNWSZQ50L5ZQiNMuxdaoKXn7 { border-width: 0; border-radius: 0; }#B1drWPMQWNWSZQ50L5ZQiNMuxdaoKXn7 > .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;position:relative;display:none; }#hKRxsL5nWMHKKTqnqpR8xM9sdqVf5pCe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/549eb983-858f-4d38-b3a2-fabad00493ed/subtledarkvertical1.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#hKRxsL5nWMHKKTqnqpR8xM9sdqVf5pCe.adaptive-delivery-prevent-bg, #hKRxsL5nWMHKKTqnqpR8xM9sdqVf5pCe.lazyload, #hKRxsL5nWMHKKTqnqpR8xM9sdqVf5pCe.lazyloading { background-image: none; }#hKRxsL5nWMHKKTqnqpR8xM9sdqVf5pCe > .row .container { background-color: transparent; background-image: none; }#hKRxsL5nWMHKKTqnqpR8xM9sdqVf5pCe::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hKRxsL5nWMHKKTqnqpR8xM9sdqVf5pCe > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hKRxsL5nWMHKKTqnqpR8xM9sdqVf5pCe > .row .container > .video-iframe-container { display: none; }#hKRxsL5nWMHKKTqnqpR8xM9sdqVf5pCe > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hKRxsL5nWMHKKTqnqpR8xM9sdqVf5pCe > .row > .video-iframe-container { display: none; }#hKRxsL5nWMHKKTqnqpR8xM9sdqVf5pCe > .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); }#hKRxsL5nWMHKKTqnqpR8xM9sdqVf5pCe > .row .container { border-width: 0; border-radius: 0; }#hKRxsL5nWMHKKTqnqpR8xM9sdqVf5pCe > .row .container { font-size:0.875rem;font-family:arial;height:49.6875rem;width:75rem;position:relative;display:block; }#FBAkFEb4kUpIT9CIGfGMedvyx12pJKkT { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/836cb245-10ab-42e5-92cf-ff70f900a112/amorsaude_amorsaude_image_28111.jpeg");background-position:center right !important;background-repeat: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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.25rem 1.125rem rgba(31,63,109,0.14) ;height:35.9375rem;width:42.1875rem;top:4.625rem;left:0rem;display:block; }#FBAkFEb4kUpIT9CIGfGMedvyx12pJKkT.adaptive-delivery-prevent-bg, #FBAkFEb4kUpIT9CIGfGMedvyx12pJKkT.lazyload, #FBAkFEb4kUpIT9CIGfGMedvyx12pJKkT.lazyloading { background-image: none; }
#OLne71O06ZkKwnTz6TcaHd35xR2wMMbE { position:absolute;display:block;z-index:100003;background-color:#0d2a51;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.25rem 1.125rem rgba(31,63,109,0.14) ;height:38.375rem;width:42.1875rem;top:7.1875rem;left:32.8125rem;display:block; }
#xgfB8txb6KecSfWcIfPFwSDyGtaZ6ZqG { color:#ffffff;display:block;width:27.375rem;position:absolute;font-family:"playfair display";font-size:2.8125rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:13.2353515625rem;left:37.9375rem;height:7.3125rem;font-style:italic;display:block; }
#IoWiuFlwSLQdiO8zrumCvpH6ViJAeB90 { color:#25d366;display:block;width:27.5rem;position:absolute;font-family:manrope;font-size:1rem;font-weight:normal;z-index:100013;line-height:1.6;letter-spacing:0;top:10.9375rem;left:37.9375rem;height:1.5996125rem;display:block; }
#wBMoH1ywHJVUxwa51tCZ24NoT4tVVGar { z-index:100014;top:23.0625rem;left:37.9375rem;background-color:#25d366;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(37,211,102,0.6) ;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:manrope;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Nf7XQIcXx3yvfFh2Aw3pAEEc6bCcOlzv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dT5BG5gG2JoiUDo4bRo4k7hLfDdoTnDb { z-index:100004;top:23.0625rem;left:55.0625rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:manrope;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4375rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#N42LCLmi3ofIzI3kQ7gOuwOKuTQ0KV3W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZCTqgWHHQ72c1eMdCPSEw8GJyPSk2cAr { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:manrope;font-size:1.875rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:30.5rem;left:42.8125rem;height:2.4375rem;display:block; }
#TrkhGipWODQxa82Lr0RH8BKQsVKydpxJ { box-sizing:content-box;color:#ffffff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:30.5625rem;left:37.5rem;display:block; }
#pSOhzxtk46ayBT31I2AtTguDx6tMwhP1 { box-sizing:content-box;color:#25d366;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:30.5625rem;left:39.6875rem;display:block; }
#XZ3BmPSMBA4t1wD7yAp6kf13h9GuuHzq { position:absolute;display:block;z-index:100017;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6d08bc5e-0f3e-496f-af4e-f090ade38c93/qrcode31.png");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;height:5.6875rem;width:5.6875rem;top:37.125rem;left:66.625rem;display:block; }#XZ3BmPSMBA4t1wD7yAp6kf13h9GuuHzq.adaptive-delivery-prevent-bg, #XZ3BmPSMBA4t1wD7yAp6kf13h9GuuHzq.lazyload, #XZ3BmPSMBA4t1wD7yAp6kf13h9GuuHzq.lazyloading { background-image: none; }
#xMmr0UiIboe7ChWk75B1T6nSyDWBJJCP { color:#ffffff;display:block;width:9.875rem;position:absolute;font-family:manrope;font-size:0.75rem;font-weight:normal;z-index:100014;line-height:1.5;letter-spacing:0;top:38.375rem;left:55.625rem;height:4.5rem;text-align:right;text-align-last:right;display:block; }
#GZWSkkekdwM80cL6iEzTFJDTqnP4DvFv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d2a51;background-image:none;position:relative;display:block; }#GZWSkkekdwM80cL6iEzTFJDTqnP4DvFv > .row .container { background-color: transparent; background-image: none; }#GZWSkkekdwM80cL6iEzTFJDTqnP4DvFv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GZWSkkekdwM80cL6iEzTFJDTqnP4DvFv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GZWSkkekdwM80cL6iEzTFJDTqnP4DvFv > .row .container > .video-iframe-container { display: none; }#GZWSkkekdwM80cL6iEzTFJDTqnP4DvFv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GZWSkkekdwM80cL6iEzTFJDTqnP4DvFv > .row > .video-iframe-container { display: none; }#GZWSkkekdwM80cL6iEzTFJDTqnP4DvFv > .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); }#GZWSkkekdwM80cL6iEzTFJDTqnP4DvFv > .row .container { border-width: 0; border-radius: 0; }#GZWSkkekdwM80cL6iEzTFJDTqnP4DvFv > .row .container { font-size:0.875rem;font-family:arial;height:13.6875rem;width:75rem;position:relative;display:block; }#ynUfnFegHXf5CEGsQpW9FBApRkBtPcde { color:#ffffff;display:block;width:36.625rem;position:absolute;font-family:manrope;font-size:0.75rem;font-weight:normal;z-index:100015;line-height:1.5;letter-spacing:0;top:7.25rem;left:38.375rem;height:1.125rem;text-align:right;text-align-last:right;display:block; }
#IHnD8KwxF3BwPkEL2WTDrGqF2tzZFidr { color:rgba(255,255,255,0.5);display:block;width:24.25rem;position:absolute;font-family:"barlow condensed";font-size:1.25rem;font-weight:300;z-index:100008;line-height:.9;letter-spacing:0;top:7.25rem;left:0rem;height:1.125rem;font-style:normal;display:block; }
#am9BnHeQTzgnJ05gEW993TzieawUScfL { color:#ffffff;display:block;width:20.875rem;position:absolute;font-family:manrope;font-size:2.5rem;font-weight:300;z-index:100001;line-height:.9;letter-spacing:0;top:2.0625rem;left:0rem;height:4.5rem;font-style:normal;display:block; }
#VavubwDXBwTMX8Z4bBe6K7HTmTuNnQx4 { color:rgba(255,255,255,0.1);display:block;width:6.25rem;position:absolute;font-family:"playfair display";font-size:6.5625rem;font-weight:400;z-index:100000;line-height:1.1;letter-spacing:0;top:0rem;left:11.125rem;height:7.21875rem;font-style:italic;display:block; }
#nU78vWSqCdq1Tafo6FSlNP0F0AgX5KFU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#nU78vWSqCdq1Tafo6FSlNP0F0AgX5KFU > .row .container { background-color: transparent; background-image: none; }#nU78vWSqCdq1Tafo6FSlNP0F0AgX5KFU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nU78vWSqCdq1Tafo6FSlNP0F0AgX5KFU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nU78vWSqCdq1Tafo6FSlNP0F0AgX5KFU > .row .container > .video-iframe-container { display: none; }#nU78vWSqCdq1Tafo6FSlNP0F0AgX5KFU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nU78vWSqCdq1Tafo6FSlNP0F0AgX5KFU > .row > .video-iframe-container { display: none; }#nU78vWSqCdq1Tafo6FSlNP0F0AgX5KFU > .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); }#nU78vWSqCdq1Tafo6FSlNP0F0AgX5KFU > .row .container { border-width: 0; border-radius: 0; }#nU78vWSqCdq1Tafo6FSlNP0F0AgX5KFU > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#lo9aQh1rsF7sTDnICbWilwym2XPbMukB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#lo9aQh1rsF7sTDnICbWilwym2XPbMukB > .row .container { background-color: transparent; background-image: none; }#lo9aQh1rsF7sTDnICbWilwym2XPbMukB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lo9aQh1rsF7sTDnICbWilwym2XPbMukB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lo9aQh1rsF7sTDnICbWilwym2XPbMukB > .row .container > .video-iframe-container { display: none; }#lo9aQh1rsF7sTDnICbWilwym2XPbMukB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lo9aQh1rsF7sTDnICbWilwym2XPbMukB > .row > .video-iframe-container { display: none; }#lo9aQh1rsF7sTDnICbWilwym2XPbMukB > .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); }#lo9aQh1rsF7sTDnICbWilwym2XPbMukB > .row .container { border-width: 0; border-radius: 0; }#lo9aQh1rsF7sTDnICbWilwym2XPbMukB > .row .container { font-size:0.875rem;font-family:arial;height:2.1875rem;width:75rem;position:relative;display:block; }#cQdpvVWkWu7VA2wyhAeIQohQOptp5d7M { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#cQdpvVWkWu7VA2wyhAeIQohQOptp5d7M { background-color: transparent; background-image: none; }#cQdpvVWkWu7VA2wyhAeIQohQOptp5d7M::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cQdpvVWkWu7VA2wyhAeIQohQOptp5d7M > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cQdpvVWkWu7VA2wyhAeIQohQOptp5d7M > .row .container > .video-iframe-container { display: none; }#cQdpvVWkWu7VA2wyhAeIQohQOptp5d7M > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cQdpvVWkWu7VA2wyhAeIQohQOptp5d7M > .row > .video-iframe-container { display: none; }#cQdpvVWkWu7VA2wyhAeIQohQOptp5d7M > .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); }#cQdpvVWkWu7VA2wyhAeIQohQOptp5d7M { border-width: 0; border-radius: 0; }#cQdpvVWkWu7VA2wyhAeIQohQOptp5d7M > .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:5.3125rem;width:75rem;position:relative;display:block; }#qq6ViyKbnyzz2pcMDrJwXvhvSxz4a9T0 { 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-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:100002;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#bNMGH2Rx1kHOIXuo2pqAiNRNl8Kl2UPd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Tt2MAdgEBk7mwKKoofK2VQzL1QsZTID1 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #008487, #0d2a51);background-image: -moz-linear-gradient(90deg, #008487, #0d2a51);background-image: -ms-linear-gradient(90deg, #008487, #0d2a51);background-image: -o-linear-gradient(90deg, #008487, #0d2a51);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#008487', endColorstr='#0d2a51' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#008487', endColorstr='#0d2a51' );";background-image: linear-gradient(90deg, #008487, #0d2a51);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:manrope;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:0.625rem;left:62.25rem;display:block; }
#sAc33ZtVDK1J89xvDEA1WtPMTbOoKeGx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EK7idtTAUhm2AdnQBokDbcs5VcOSkJMv { box-sizing:content-box;color:#0d2a51;font-size:2.625rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:99999;top:0.15625rem;left:68.375rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VyOaMLf2TFLiXxJu44ZMm7kip8bXE13a { display:block; }#VyOaMLf2TFLiXxJu44ZMm7kip8bXE13a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EvBtoEelK50asXWW7wJpxQqLT7i8aJlr { width:33.1875rem;height:12.75rem;top:18.375rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLX2fKztszkQ9nRWW1qEUbSuFbb1TGGM { width:33.0625rem;height:3.5rem;top:32.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTnVlfn1p4rVl6cE4Z9XnbQRJ81GQWVH { top:38.625rem;left:0rem;width:22.1875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUDcDgQA0N53720z8ta7uTDS0QATNsSs { display:block; }
 }@media only screen and (max-width: 763px) { #AhC38JOxb9cPT8zZK6aCWUxSllue9KzL { width:20.875rem;height:6.625rem;top:2.6875rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvgrKfWryatAHqiJwkcu1K06OFxaKldG { width:24.25rem;height:1.6875rem;top:10.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESkrDfPhXTR1f6rfFTxkkPaL2mTQHpI1 { width:6.25rem;height:9.9375rem;top:0.5625rem;left:3.75rem;font-size:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hn98WbH3HD24MHstukVWSMLkZnQ09FIJ { width:47.75rem;height:47.9375rem;top:-0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVscMAPCcKMHPDzUF2RCUlbad9DW9GxS { width:8.125rem;height:1.1875rem;top:40.1875rem;left:10.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm5Lf0zp8aT0aDIqVGvuEdsyUxwVB9Zr { display:none; }#tm5Lf0zp8aT0aDIqVGvuEdsyUxwVB9Zr > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CdWJeJTTVd9oJu3a0MrQBufyuDFag9Fr { display:block; }#CdWJeJTTVd9oJu3a0MrQBufyuDFag9Fr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dEGVb4KsV8HT0vE4STER2KAzU1ZyFRVZ { width:47.75rem;height:3.625rem;top:6.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAV6liitWEGsicqV35T2y9Fd4DrPbOTp { width:21.0625rem;height:4.0625rem;top:6.375rem;left:16.125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUkqupEC637DGLTV4MkeatpTq5czRbZZ { display:block; }#wUkqupEC637DGLTV4MkeatpTq5czRbZZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ChIyTwCxWRscXi705mviLx0g5hQMJWvS { width:33.5625rem;height:34.0625rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESzppf5dkTUhVgvEaJLWCR9SgTT6zKhI { width:19.3125rem;height:3.625rem;top:8.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9AEcGTehemOVTpTpb3SRg9cQ1XisW8r { width:18.4375rem;height:15rem;top:12.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KitNkyJb5zOw0GvDnFpPnJELTkhNX1iQ { width:33.5625rem;height:10.5rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpxO1JCNXAC9rJsEbygAWhnfcBahLbAl { width:33.5625rem;height:10.5rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVPzmGEAuCgw4AUAguT16fwTXb0RITeJ { top:29.5625rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7slauFgtnDtgwXgUOvAT4nGNnaQ4WqT { display:block; }
 }@media only screen and (max-width: 763px) { #zd4C3kg4SwhTRTJ8dnibBgx6C6nhQ6NB { width:33.5625rem;height:34.0625rem;top:2.5rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3Mq6ZHir0oU7QTit7W7ll3qmH8wXBvo { width:19.3125rem;height:3.625rem;top:8.6875rem;left:23.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUSPNLc5DeavqLT85Q3G7OWXzTJ833sT { width:26.75rem;height:15rem;top:12.375rem;left:21rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ot7hqqXe7ZkI2wi19OWdK7ocv74eIDqp { width:33.5625rem;height:10.5rem;top:2.5rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #urndcw9w5TqTzglh7Xc7tvuPtiVuIxDL { width:33.5625rem;height:10.5rem;top:2.5rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qcw3QTQtO6QEGGzaNT2o2mHg7wpEMxuf { top:29.5625rem;left:23.875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeidDPJCca5Qk86fnRt6T4F8fiG8d9eL { display:block; }
 }@media only screen and (max-width: 763px) { #NA9kWSTEBWNFW2gB42LDQgw8CGvlF0RJ { display:block; }#NA9kWSTEBWNFW2gB42LDQgw8CGvlF0RJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLsFSFbgBfwDtZhMteCtVx5ytSt50cmS { width:47.75rem;height:19.875rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUbT9ZlDFDz7L2fsfMqJ6kbhpm0lm93E { width:31.4375rem;height:8.75rem;top:13.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlmUAB9wAR3Z3hgi8a6tv4MNuDTfDGs5 { width:31.4375rem;height:6.1875rem;top:8rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5X1XGHWJebVsosJ5CCS1GttQ0cl03pT { top:14.4375rem;left:28.1875rem;width:19.4375rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1JsgkN7JU4IAXq2NrsTvDS1sT9u4ARX { display:block; }
 }@media only screen and (max-width: 763px) { #LqdTOz2b6X8WtMV0iA31vBaxxnsbJEsI { width:16.625rem;height:16.9375rem;top:5.375rem;left:0rem;font-size:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhJ2iQ3s3c1rvFd8ds6dKPcJvq6eR7PJ { display:block; }#lhJ2iQ3s3c1rvFd8ds6dKPcJvq6eR7PJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #miwCiQQIEs54T3t4asvhylioAbhyTf9x { width:40.125rem;height:2.4375rem;top:13.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2Tis2N4XsRpuQRSWpQomXhKpGrTcLhI { width:28.75rem;height:12.25rem;top:22.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4B5mB0nC8loVE6dXTOA9JUTOgHXlCtu { width:47.75rem;height:44.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zACHomVF4DQUXzKI4kWwVJQaJBTsx2FI { width:33.4375rem;height:4.75rem;top:16.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7ru888u50oXTa1rwqlG7AmO5KQUZ3gL { width:1.75rem;height:12.25rem;top:22.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHNLtAcrxihdVnKyMJ0unTrk4pr72olx { top:36.5rem;left:7.625rem;width:11.25rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHnELUGhLZXQfUew3gpJvxLN2t89uuiK { display:block; }
 }@media only screen and (max-width: 763px) { #EMP2G132kMX1lpd11siNg0uUuw2NzkRW { width:1.75rem;height:10.75rem;top:18rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qIeFlORx3ISyBO877q48L14zPOuJ5kqo { width:44.5rem;height:5.6875rem;top:7.5rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vR3fRBOyfuHgz05lU113T641w6HXPnGC { width:11.1875rem;height:17.5rem;top:1.4375rem;left:0rem;font-size:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXyXNRCOnJbD121ItAV8y1VZywpPPNqH { width:40.125rem;height:1.625rem;top:37.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBf4a2wuZTudLKaasazckOWhnbS46yvr { display:none; }#xBf4a2wuZTudLKaasazckOWhnbS46yvr > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #z3AZIi7mod9UvvfPinfmQExEdpCVNkLU { display:block; }#z3AZIi7mod9UvvfPinfmQExEdpCVNkLU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R1MXShvgGrmkuuTWr9mcGMUN2BWHobNf { width:25.5rem;height:19.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eg6FVeJUn8WGBQJSS3WE21yKhVapK4fd { width:25.375rem;height:19.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZ4WaqT9nrDUKN0z1tIULVTwbHGLh9hw { width:25.4375rem;height:19.0625rem;top:0rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9uxTvdECDkMH8PJLfbEfbTboAvsfBpX { display:block; }#T9uxTvdECDkMH8PJLfbEfbTboAvsfBpX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDcachNmNxWo3OlTy1vTFOr9EP9QhTBI { width:39.375rem;height:25rem;top:5.6875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1cDdGHlDUqJRvuKrFdE3ivZftc1LDC3 { width:27.875rem;height:4rem;top:14.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8pWLdzC7sKAnaCFJOe3e0xHDBIHgXKE { width:29.5625rem;height:3.625rem;top:9.9375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrbUWR2fGsymEUiL5rgzutDGLrlS88n1 { top:21.5rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd7MDlme61VmIHxH6OpOvD7HVu3dP16R { display:block; }
 }@media only screen and (max-width: 763px) { #rzmEyvCgU8vzU7RA0hl0xlTG3T3cAlA0 { width:39.375rem;height:25rem;top:5.6875rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QKf1BnQVEt90kU75r4etLomUfkyu5mt6 { display:block; }#QKf1BnQVEt90kU75r4etLomUfkyu5mt6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SzsqxXvZTWZKXJcwmuOe2TioG2N9NCm6 { width:12.1875rem;height:2.75rem;top:7.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJMhl3379Vle2iMrkBzGETtgmkz5Zugm { width:13.875rem;height:4.0625rem;top:2.25rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1EE84L6AlZBsL6tTGaP9UPLD59DGzgq { width:13.875rem;height:2.75rem;top:7.5rem;left:10rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHewrReBRNmpsVz3V9BvGtlZufABuA2y { width:13.875rem;height:4.0625rem;top:2.3125rem;left:10rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvtEi71KJOxT9b0yA9UXsKZN9gucKtme { width:13.875rem;height:2.75rem;top:7.4375rem;left:21.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT6PeJLMawfT8NaqXeZtrF5yJn1dTWTn { width:13.875rem;height:4.0625rem;top:2.25rem;left:21.9375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3iInerXLh8yvstLiHnsPED3pTxfpcIk { width:13.875rem;height:2.75rem;top:7.1875rem;left:33.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHL5e90iVFyvoqEQwKTiPhtm2t4IKVU0 { width:13.875rem;height:4.0625rem;top:2.25rem;left:33.875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqdpJlEigEggxA2f1e0WUKZ0hOZLhBgw { display:block; }#MqdpJlEigEggxA2f1e0WUKZ0hOZLhBgw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lbyVtwVwHJF4FrCN2oNaiKKdlGNQ8Fsm { width:19.625rem;height:3.5625rem;top:6rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJximWMqWMTOlVxJIDeBMk1pEAk5Gs78 { width:16.75rem;height:2.8125rem;top:1.875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XP74L5i3p1T8hJwH3SxoubHaXi2PFpby { width:33.5625rem;height:12.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwiDTM3ML0NcfgZFESxP6CQ7hOr3xtLT { width:12.375rem;height:9.125rem;top:1.5rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzUlBWfgieOordAdJXHgAxsZQ8rNyST7 { width:33.5625rem;height:12.3125rem;top:0rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7qhNycmTptAh3Xh5MAwluify4Rpambh { width:12.375rem;height:9.125rem;top:1.5rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHcmKM6AsWIvT3wK048MCJpK4s0PoSiH { width:19.625rem;height:3.5625rem;top:6rem;left:28.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbw08SNId2Pvo461b2b0cDNxGFTP37iq { width:16.75rem;height:2.8125rem;top:1.875rem;left:28.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOgeHWtv9ZqelWu6b1O6rvOGPOqG9oOb { display:block; }#KOgeHWtv9ZqelWu6b1O6rvOGPOqG9oOb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aRqi8y1BNkDbnDDfLL0XgFdNTbkR6Rbf { width:17.1875rem;height:22.125rem;top:4.25rem;left:15.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifQbh0DhMPio9H3EcSqAKPdDwmKRUgEf { width:18rem;height:9.75rem;top:30.5rem;left:15.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToGJDaRPRTxRtQw4VgVUTEL7DP43dTPu { width:18.25rem;height:2.4375rem;top:27.4375rem;left:15.90625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFuKnWMGk9yySubwhp2gHoSH8rE6ZSpI { width:17.1875rem;height:22.125rem;top:4.25rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgM5VXToKsQ6hZZtQtvFOCtvMbigypTV { width:18.25rem;height:2.4375rem;top:27.4375rem;left:29.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHuFpt7s8XdDmcIg589AmKRivoovSXrG { width:18rem;height:9.75rem;top:30.5rem;left:29.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W58Azo700pKnHbpne1rTwGASfkxHfRo3 { width:38.4375rem;height:5.6875rem;top:4.25rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1drWPMQWNWSZQ50L5ZQiNMuxdaoKXn7 { display:none; }#B1drWPMQWNWSZQ50L5ZQiNMuxdaoKXn7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hKRxsL5nWMHKKTqnqpR8xM9sdqVf5pCe { display:block; }#hKRxsL5nWMHKKTqnqpR8xM9sdqVf5pCe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FBAkFEb4kUpIT9CIGfGMedvyx12pJKkT { width:42.1875rem;height:35.9375rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLne71O06ZkKwnTz6TcaHd35xR2wMMbE { width:42.1875rem;height:38.375rem;top:7.1875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgfB8txb6KecSfWcIfPFwSDyGtaZ6ZqG { width:27.375rem;height:7.3125rem;top:13.1875rem;left:20.375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoWiuFlwSLQdiO8zrumCvpH6ViJAeB90 { width:27.5rem;height:1.5625rem;top:10.9375rem;left:20.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBMoH1ywHJVUxwa51tCZ24NoT4tVVGar { top:23.0625rem;left:24.3125rem;width:15.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nf7XQIcXx3yvfFh2Aw3pAEEc6bCcOlzv { display:block; }
 }@media only screen and (max-width: 763px) { #dT5BG5gG2JoiUDo4bRo4k7hLfDdoTnDb { top:23.0625rem;left:37.3125rem;width:10.4375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N42LCLmi3ofIzI3kQ7gOuwOKuTQ0KV3W { display:block; }
 }@media only screen and (max-width: 763px) { #ZCTqgWHHQ72c1eMdCPSEw8GJyPSk2cAr { width:14.375rem;height:2.4375rem;top:30.5rem;left:29.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrkhGipWODQxa82Lr0RH8BKQsVKydpxJ { width:2.3125rem;height:2.3125rem;top:30.5625rem;left:23.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSOhzxtk46ayBT31I2AtTguDx6tMwhP1 { width:2.3125rem;height:2.3125rem;top:30.5625rem;left:26.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZ3BmPSMBA4t1wD7yAp6kf13h9GuuHzq { width:5.6875rem;height:5.6875rem;top:37.125rem;left:42.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMmr0UiIboe7ChWk75B1T6nSyDWBJJCP { width:9.875rem;height:4.5rem;top:38.375rem;left:37.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZWSkkekdwM80cL6iEzTFJDTqnP4DvFv { display:block; }#GZWSkkekdwM80cL6iEzTFJDTqnP4DvFv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ynUfnFegHXf5CEGsQpW9FBApRkBtPcde { width:36.625rem;height:1.125rem;top:7.25rem;left:11.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHnD8KwxF3BwPkEL2WTDrGqF2tzZFidr { width:24.25rem;height:1.125rem;top:7.25rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #am9BnHeQTzgnJ05gEW993TzieawUScfL { width:20.875rem;height:4.5rem;top:2.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VavubwDXBwTMX8Z4bBe6K7HTmTuNnQx4 { width:6.25rem;height:7.1875rem;top:0rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nU78vWSqCdq1Tafo6FSlNP0F0AgX5KFU { display:block; }#nU78vWSqCdq1Tafo6FSlNP0F0AgX5KFU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lo9aQh1rsF7sTDnICbWilwym2XPbMukB { display:none; }#lo9aQh1rsF7sTDnICbWilwym2XPbMukB > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cQdpvVWkWu7VA2wyhAeIQohQOptp5d7M { display:block; }#cQdpvVWkWu7VA2wyhAeIQohQOptp5d7M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qq6ViyKbnyzz2pcMDrJwXvhvSxz4a9T0 { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNMGH2Rx1kHOIXuo2pqAiNRNl8Kl2UPd { display:block; }
 }@media only screen and (max-width: 763px) { #Tt2MAdgEBk7mwKKoofK2VQzL1QsZTID1 { width:8.0625rem;height:2rem;top:0.625rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAc33ZtVDK1J89xvDEA1WtPMTbOoKeGx { display:block; }
 }@media only screen and (max-width: 763px) { #EK7idtTAUhm2AdnQBokDbcs5VcOSkJMv { width:3.8125rem;height:3.8125rem;top:0.125rem;left:43.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VyOaMLf2TFLiXxJu44ZMm7kip8bXE13a { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0d2a51, #008487);background-image: -moz-linear-gradient(90deg, #0d2a51, #008487);background-image: -ms-linear-gradient(90deg, #0d2a51, #008487);background-image: -o-linear-gradient(90deg, #0d2a51, #008487);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d2a51', endColorstr='#008487' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d2a51', endColorstr='#008487' );";background-image: linear-gradient(90deg, #0d2a51, #008487);background-size:auto !important;display:block; }#VyOaMLf2TFLiXxJu44ZMm7kip8bXE13a > .row .container { background-color: transparent; background-image: none; }#VyOaMLf2TFLiXxJu44ZMm7kip8bXE13a::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VyOaMLf2TFLiXxJu44ZMm7kip8bXE13a > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VyOaMLf2TFLiXxJu44ZMm7kip8bXE13a > .row .container > .video-iframe-container { display: none; }#VyOaMLf2TFLiXxJu44ZMm7kip8bXE13a > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VyOaMLf2TFLiXxJu44ZMm7kip8bXE13a > .row > .video-iframe-container { display: none; }#VyOaMLf2TFLiXxJu44ZMm7kip8bXE13a > .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); }#VyOaMLf2TFLiXxJu44ZMm7kip8bXE13a > .row .container { width:20rem;height:0.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/549eb983-858f-4d38-b3a2-fabad00493ed/subtledarkvertical1.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.4); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.4); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:36.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EvBtoEelK50asXWW7wJpxQqLT7i8aJlr { width:20rem;height:8.042rem;top:14.19921875rem;left:0rem;font-size:2.4375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QLX2fKztszkQ9nRWW1qEUbSuFbb1TGGM { width:16.3125rem;height:4.21875rem;top:23.34765625rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #sTnVlfn1p4rVl6cE4Z9XnbQRJ81GQWVH { top:30.00390625rem;left:0rem;width:15.625rem;height:3.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUDcDgQA0N53720z8ta7uTDS0QATNsSs { display:block; }
 }@media only screen and (max-width: 763px) { #AhC38JOxb9cPT8zZK6aCWUxSllue9KzL { width:13.0625rem;height:4.386725rem;top:3.75rem;left:0rem;font-size:2.4375rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #dvgrKfWryatAHqiJwkcu1K06OFxaKldG { width:20rem;height:1.875rem;top:8.125rem;left:0rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ESkrDfPhXTR1f6rfFTxkkPaL2mTQHpI1 { width:6.25rem;height:5.9121125rem;top:2.673828125rem;left:11.3125rem;font-size:5.375rem;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #Hn98WbH3HD24MHstukVWSMLkZnQ09FIJ { width:20rem;height:47.9375rem;top:42.69140625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TVscMAPCcKMHPDzUF2RCUlbad9DW9GxS { width:3.5625rem;height:1.6484375rem;top:30.822265625rem;left:16.4375rem;font-size:0.6875rem;line-height:1.2;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tm5Lf0zp8aT0aDIqVGvuEdsyUxwVB9Zr { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9a18f898-66d6-44c5-af32-e2a0d047d389/mulhersorriso.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;display:block; }#tm5Lf0zp8aT0aDIqVGvuEdsyUxwVB9Zr.adaptive-delivery-prevent-bg, #tm5Lf0zp8aT0aDIqVGvuEdsyUxwVB9Zr.lazyload, #tm5Lf0zp8aT0aDIqVGvuEdsyUxwVB9Zr.lazyloading { background-image: none; }#tm5Lf0zp8aT0aDIqVGvuEdsyUxwVB9Zr > .row .container { background-color: transparent; background-image: none; }#tm5Lf0zp8aT0aDIqVGvuEdsyUxwVB9Zr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tm5Lf0zp8aT0aDIqVGvuEdsyUxwVB9Zr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tm5Lf0zp8aT0aDIqVGvuEdsyUxwVB9Zr > .row .container > .video-iframe-container { display: none; }#tm5Lf0zp8aT0aDIqVGvuEdsyUxwVB9Zr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tm5Lf0zp8aT0aDIqVGvuEdsyUxwVB9Zr > .row > .video-iframe-container { display: none; }#tm5Lf0zp8aT0aDIqVGvuEdsyUxwVB9Zr > .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); }#tm5Lf0zp8aT0aDIqVGvuEdsyUxwVB9Zr > .row .container { border-width: 0; border-radius: 0; }#tm5Lf0zp8aT0aDIqVGvuEdsyUxwVB9Zr > .row .container { width:20rem;height:16.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CdWJeJTTVd9oJu3a0MrQBufyuDFag9Fr { display:block; }#CdWJeJTTVd9oJu3a0MrQBufyuDFag9Fr > .row .container { width:20rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dEGVb4KsV8HT0vE4STER2KAzU1ZyFRVZ { width:17.0625rem;height:1.625rem;top:3.75rem;left:1.46875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qAV6liitWEGsicqV35T2y9Fd4DrPbOTp { width:20rem;height:2.5996125rem;top:4.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wUkqupEC637DGLTV4MkeatpTq5czRbZZ { display:block; }#wUkqupEC637DGLTV4MkeatpTq5czRbZZ > .row .container { width:20rem;height:50.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ChIyTwCxWRscXi705mviLx0g5hQMJWvS { width:18.75rem;height:22.8125rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESzppf5dkTUhVgvEaJLWCR9SgTT6zKhI { width:8.5rem;height:2.4375rem;top:4.5rem;left:5.75rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D9AEcGTehemOVTpTpb3SRg9cQ1XisW8r { width:15.9375rem;height:10.5rem;top:5.875rem;left:2.03125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KitNkyJb5zOw0GvDnFpPnJELTkhNX1iQ { width:18.75rem;height:6.875rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpxO1JCNXAC9rJsEbygAWhnfcBahLbAl { width:18.75rem;height:6.875rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVPzmGEAuCgw4AUAguT16fwTXb0RITeJ { top:17.34375rem;left:3.90625rem;width:12.1875rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7slauFgtnDtgwXgUOvAT4nGNnaQ4WqT { display:block; }
 }@media only screen and (max-width: 763px) { #zd4C3kg4SwhTRTJ8dnibBgx6C6nhQ6NB { width:18.75rem;height:22.8125rem;top:25.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3Mq6ZHir0oU7QTit7W7ll3qmH8wXBvo { width:19.3125rem;height:2.4375rem;top:30.3125rem;left:0.34375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OUSPNLc5DeavqLT85Q3G7OWXzTJ833sT { width:17.0625rem;height:10.5rem;top:31.65625rem;left:1.46875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ot7hqqXe7ZkI2wi19OWdK7ocv74eIDqp { width:18.75rem;height:6.875rem;top:25.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #urndcw9w5TqTzglh7Xc7tvuPtiVuIxDL { width:18.75rem;height:6.875rem;top:25.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qcw3QTQtO6QEGGzaNT2o2mHg7wpEMxuf { top:43.1875rem;left:3.90625rem;width:12.1875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeidDPJCca5Qk86fnRt6T4F8fiG8d9eL { display:block; }
 }@media only screen and (max-width: 763px) { #NA9kWSTEBWNFW2gB42LDQgw8CGvlF0RJ { display:block; }#NA9kWSTEBWNFW2gB42LDQgw8CGvlF0RJ > .row .container { width:20rem;height:28.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLsFSFbgBfwDtZhMteCtVx5ytSt50cmS { width:18.75rem;height:21.75rem;top:2.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUbT9ZlDFDz7L2fsfMqJ6kbhpm0lm93E { width:13.4375rem;height:7.3476625rem;top:12.125rem;left:3.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dlmUAB9wAR3Z3hgi8a6tv4MNuDTfDGs5 { width:15.125rem;height:3.4121125rem;top:9.3115234375rem;left:2.4375rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #o5X1XGHWJebVsosJ5CCS1GttQ0cl03pT { top:18.1875rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1JsgkN7JU4IAXq2NrsTvDS1sT9u4ARX { display:block; }
 }@media only screen and (max-width: 763px) { #LqdTOz2b6X8WtMV0iA31vBaxxnsbJEsI { width:9.6875rem;height:8.6123125rem;top:0.69921875rem;left:5.15625rem;font-size:6.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lhJ2iQ3s3c1rvFd8ds6dKPcJvq6eR7PJ { display:block; }#lhJ2iQ3s3c1rvFd8ds6dKPcJvq6eR7PJ > .row .container { width:20rem;height:36.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #miwCiQQIEs54T3t4asvhylioAbhyTf9x { width:11.25rem;height:2.2734375rem;top:4.2109375rem;left:8.75rem;font-size:0.875rem;color:#808080;display:block; }
 }@media only screen and (max-width: 763px) { #q2Tis2N4XsRpuQRSWpQomXhKpGrTcLhI { width:16.8125rem;height:10.7988375rem;top:16.6875rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4B5mB0nC8loVE6dXTOA9JUTOgHXlCtu { width:20rem;height:27.875rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zACHomVF4DQUXzKI4kWwVJQaJBTsx2FI { width:20rem;height:6.9970625rem;top:8.580078125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7ru888u50oXTa1rwqlG7AmO5KQUZ3gL { width:1.75rem;height:0;top:19.05859375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NHNLtAcrxihdVnKyMJ0unTrk4pr72olx { top:32.458984375rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHnELUGhLZXQfUew3gpJvxLN2t89uuiK { display:block; }
 }@media only screen and (max-width: 763px) { #EMP2G132kMX1lpd11siNg0uUuw2NzkRW { width:1.75rem;height:10.7988375rem;top:16.6875rem;left:0rem;font-size:1rem;z-index:100010;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #qIeFlORx3ISyBO877q48L14zPOuJ5kqo { width:20rem;height:6.8984375rem;top:0rem;left:0rem;font-size:2.875rem;text-align:left;text-align-last:left;line-height:1.2;color:#008487;display:block; }
 }@media only screen and (max-width: 763px) { #vR3fRBOyfuHgz05lU113T641w6HXPnGC { width:11.1875rem;height:0;top:1.25rem;left:4.375rem;font-size:2rem;font-weight:700;font-style:italic;display:none; }
 }@media only screen and (max-width: 763px) { #PXyXNRCOnJbD121ItAV8y1VZywpPPNqH { width:20rem;height:1.13671875rem;top:30.083984375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBf4a2wuZTudLKaasazckOWhnbS46yvr { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9af8bdd9-05c7-4670-83cf-2df999a4b39e/beautifulyoungwomangettingbotoxcosmeticinjectioninherface.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#xBf4a2wuZTudLKaasazckOWhnbS46yvr.adaptive-delivery-prevent-bg, #xBf4a2wuZTudLKaasazckOWhnbS46yvr.lazyload, #xBf4a2wuZTudLKaasazckOWhnbS46yvr.lazyloading { background-image: none; }#xBf4a2wuZTudLKaasazckOWhnbS46yvr > .row .container { background-color: transparent; background-image: none; }#xBf4a2wuZTudLKaasazckOWhnbS46yvr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xBf4a2wuZTudLKaasazckOWhnbS46yvr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xBf4a2wuZTudLKaasazckOWhnbS46yvr > .row .container > .video-iframe-container { display: none; }#xBf4a2wuZTudLKaasazckOWhnbS46yvr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xBf4a2wuZTudLKaasazckOWhnbS46yvr > .row > .video-iframe-container { display: none; }#xBf4a2wuZTudLKaasazckOWhnbS46yvr > .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); }#xBf4a2wuZTudLKaasazckOWhnbS46yvr > .row .container { border-width: 0; border-radius: 0; }#xBf4a2wuZTudLKaasazckOWhnbS46yvr > .row .container { width:20rem;height:17rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z3AZIi7mod9UvvfPinfmQExEdpCVNkLU { display:block; }#z3AZIi7mod9UvvfPinfmQExEdpCVNkLU > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R1MXShvgGrmkuuTWr9mcGMUN2BWHobNf { width:20rem;height:14.9501875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eg6FVeJUn8WGBQJSS3WE21yKhVapK4fd { width:20rem;height:15.0244375rem;top:14.94921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZ4WaqT9nrDUKN0z1tIULVTwbHGLh9hw { width:20rem;height:14.974625rem;top:29.9736328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9uxTvdECDkMH8PJLfbEfbTboAvsfBpX { display:block; }#T9uxTvdECDkMH8PJLfbEfbTboAvsfBpX > .row .container { width:20rem;height:36.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDcachNmNxWo3OlTy1vTFOr9EP9QhTBI { width:20rem;height:25rem;top:19.12109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T1cDdGHlDUqJRvuKrFdE3ivZftc1LDC3 { width:20rem;height:2.798825rem;top:7.5rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m8pWLdzC7sKAnaCFJOe3e0xHDBIHgXKE { width:20rem;height:2.4375rem;top:3.9375rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VrbUWR2fGsymEUiL5rgzutDGLrlS88n1 { top:11.796875rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd7MDlme61VmIHxH6OpOvD7HVu3dP16R { display:block; }
 }@media only screen and (max-width: 763px) { #rzmEyvCgU8vzU7RA0hl0xlTG3T3cAlA0 { width:20rem;height:18.75rem;top:17.546875rem;left:0rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #QKf1BnQVEt90kU75r4etLomUfkyu5mt6 { display:block; }#QKf1BnQVEt90kU75r4etLomUfkyu5mt6 > .row .container { width:20rem;height:28.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SzsqxXvZTWZKXJcwmuOe2TioG2N9NCm6 { width:13.875rem;height:3.25rem;top:4.5rem;left:2.375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dJMhl3379Vle2iMrkBzGETtgmkz5Zugm { width:13.875rem;height:2.03125rem;top:4.5rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #h1EE84L6AlZBsL6tTGaP9UPLD59DGzgq { width:13.875rem;height:3.25rem;top:10.25rem;left:2.375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wHewrReBRNmpsVz3V9BvGtlZufABuA2y { width:13.875rem;height:2.03125rem;top:10.25rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UvtEi71KJOxT9b0yA9UXsKZN9gucKtme { width:13.875rem;height:3.25rem;top:16rem;left:2.375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cT6PeJLMawfT8NaqXeZtrF5yJn1dTWTn { width:13.875rem;height:2.03125rem;top:16rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C3iInerXLh8yvstLiHnsPED3pTxfpcIk { width:13.875rem;height:3.25rem;top:21.75rem;left:2.375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AHL5e90iVFyvoqEQwKTiPhtm2t4IKVU0 { width:13.875rem;height:2.03125rem;top:21.75rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MqdpJlEigEggxA2f1e0WUKZ0hOZLhBgw { display:block; }#MqdpJlEigEggxA2f1e0WUKZ0hOZLhBgw > .row .container { width:20rem;height:27.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lbyVtwVwHJF4FrCN2oNaiKKdlGNQ8Fsm { width:17.5625rem;height:2.798825rem;top:6.380859375rem;left:1.21875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJximWMqWMTOlVxJIDeBMk1pEAk5Gs78 { width:14rem;height:2.4375rem;top:2.875rem;left:1.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XP74L5i3p1T8hJwH3SxoubHaXi2PFpby { width:20rem;height:9.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwiDTM3ML0NcfgZFESxP6CQ7hOr3xtLT { width:8.75rem;height:5.25rem;top:0rem;left:11.25rem;background-color:#0d2a51;background-image:url("https://images.assets-landingi.com/uc/be018f30-299d-49f8-ba4e-4e79e3cff042/Portal_do_Sorriso__Blog__Conheca_os_tipos_de_raios_x_dentarios1368f64f3960w.webp");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#UwiDTM3ML0NcfgZFESxP6CQ7hOr3xtLT.adaptive-delivery-prevent-bg, #UwiDTM3ML0NcfgZFESxP6CQ7hOr3xtLT.lazyload, #UwiDTM3ML0NcfgZFESxP6CQ7hOr3xtLT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TzUlBWfgieOordAdJXHgAxsZQ8rNyST7 { width:20rem;height:10.6875rem;top:14.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7qhNycmTptAh3Xh5MAwluify4Rpambh { width:8.8125rem;height:5.75rem;top:13.5rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHcmKM6AsWIvT3wK048MCJpK4s0PoSiH { width:14.25rem;height:2.798825rem;top:20.5625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbw08SNId2Pvo461b2b0cDNxGFTP37iq { width:8.9375rem;height:3.75rem;top:15.375rem;left:1.25rem;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #KOgeHWtv9ZqelWu6b1O6rvOGPOqG9oOb { display:none; }#KOgeHWtv9ZqelWu6b1O6rvOGPOqG9oOb > .row .container { width:20rem;height:56.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aRqi8y1BNkDbnDDfLL0XgFdNTbkR6Rbf { width:10rem;height:10rem;top:8.037109375rem;left:0rem;z-index:100002;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8503d6bc-0d11-4d14-be50-f497e02e14ba/WhatsAppImage20220414at111522.jpeg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#aRqi8y1BNkDbnDDfLL0XgFdNTbkR6Rbf.adaptive-delivery-prevent-bg, #aRqi8y1BNkDbnDDfLL0XgFdNTbkR6Rbf.lazyload, #aRqi8y1BNkDbnDDfLL0XgFdNTbkR6Rbf.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ifQbh0DhMPio9H3EcSqAKPdDwmKRUgEf { width:20rem;height:8.3965rem;top:20.630859375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToGJDaRPRTxRtQw4VgVUTEL7DP43dTPu { width:20rem;height:1.71875rem;top:18.662109375rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #MFuKnWMGk9yySubwhp2gHoSH8rE6ZSpI { width:10rem;height:10rem;top:32.375rem;left:0rem;z-index:100002;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8503d6bc-0d11-4d14-be50-f497e02e14ba/WhatsAppImage20220414at111522.jpeg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#MFuKnWMGk9yySubwhp2gHoSH8rE6ZSpI.adaptive-delivery-prevent-bg, #MFuKnWMGk9yySubwhp2gHoSH8rE6ZSpI.lazyload, #MFuKnWMGk9yySubwhp2gHoSH8rE6ZSpI.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #pgM5VXToKsQ6hZZtQtvFOCtvMbigypTV { width:18.25rem;height:2.4375rem;top:43rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DHuFpt7s8XdDmcIg589AmKRivoovSXrG { width:20rem;height:8.3965rem;top:45.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W58Azo700pKnHbpne1rTwGASfkxHfRo3 { width:20rem;height:4.2246125rem;top:3.25rem;left:0rem;font-size:3.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B1drWPMQWNWSZQ50L5ZQiNMuxdaoKXn7 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/836cb245-10ab-42e5-92cf-ff70f900a112/amorsaude_amorsaude_image_28111.jpeg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#B1drWPMQWNWSZQ50L5ZQiNMuxdaoKXn7.adaptive-delivery-prevent-bg, #B1drWPMQWNWSZQ50L5ZQiNMuxdaoKXn7.lazyload, #B1drWPMQWNWSZQ50L5ZQiNMuxdaoKXn7.lazyloading { background-image: none; }#B1drWPMQWNWSZQ50L5ZQiNMuxdaoKXn7 > .row .container { background-color: transparent; background-image: none; }#B1drWPMQWNWSZQ50L5ZQiNMuxdaoKXn7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B1drWPMQWNWSZQ50L5ZQiNMuxdaoKXn7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B1drWPMQWNWSZQ50L5ZQiNMuxdaoKXn7 > .row .container > .video-iframe-container { display: none; }#B1drWPMQWNWSZQ50L5ZQiNMuxdaoKXn7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B1drWPMQWNWSZQ50L5ZQiNMuxdaoKXn7 > .row > .video-iframe-container { display: none; }#B1drWPMQWNWSZQ50L5ZQiNMuxdaoKXn7 > .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); }#B1drWPMQWNWSZQ50L5ZQiNMuxdaoKXn7 > .row .container { border-width: 0; border-radius: 0; }#B1drWPMQWNWSZQ50L5ZQiNMuxdaoKXn7 > .row .container { width:20rem;height:17.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hKRxsL5nWMHKKTqnqpR8xM9sdqVf5pCe { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #008487, #0d2a51);background-image: -moz-linear-gradient(180deg, #008487, #0d2a51);background-image: -ms-linear-gradient(180deg, #008487, #0d2a51);background-image: -o-linear-gradient(180deg, #008487, #0d2a51);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#008487', endColorstr='#0d2a51' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#008487', endColorstr='#0d2a51' );";background-image: linear-gradient(180deg, #008487, #0d2a51);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#hKRxsL5nWMHKKTqnqpR8xM9sdqVf5pCe > .row .container { background-color: transparent; background-image: none; }#hKRxsL5nWMHKKTqnqpR8xM9sdqVf5pCe::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hKRxsL5nWMHKKTqnqpR8xM9sdqVf5pCe > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hKRxsL5nWMHKKTqnqpR8xM9sdqVf5pCe > .row .container > .video-iframe-container { display: none; }#hKRxsL5nWMHKKTqnqpR8xM9sdqVf5pCe > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hKRxsL5nWMHKKTqnqpR8xM9sdqVf5pCe > .row > .video-iframe-container { display: none; }#hKRxsL5nWMHKKTqnqpR8xM9sdqVf5pCe > .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); }#hKRxsL5nWMHKKTqnqpR8xM9sdqVf5pCe > .row .container { border-width: 0; border-radius: 0; }#hKRxsL5nWMHKKTqnqpR8xM9sdqVf5pCe > .row .container { width:20rem;height:30.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FBAkFEb4kUpIT9CIGfGMedvyx12pJKkT { width:14rem;height:12.6875rem;top:1.25rem;left:3rem;z-index:100002;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ecbb8fbc-826e-4a78-aa60-93bfa8a5e179/IMG_6494.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#FBAkFEb4kUpIT9CIGfGMedvyx12pJKkT.adaptive-delivery-prevent-bg, #FBAkFEb4kUpIT9CIGfGMedvyx12pJKkT.lazyload, #FBAkFEb4kUpIT9CIGfGMedvyx12pJKkT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #OLne71O06ZkKwnTz6TcaHd35xR2wMMbE { width:20rem;height:42.0625rem;top:3.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xgfB8txb6KecSfWcIfPFwSDyGtaZ6ZqG { width:18.4375rem;height:7.4238125rem;top:4.7353515625rem;left:0.78125rem;font-size:2.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #IoWiuFlwSLQdiO8zrumCvpH6ViJAeB90 { width:12.4375rem;height:1.125rem;top:2.8125rem;left:3.78125rem;font-size:0.75rem;font-weight:300;font-style:normal;color:#00ff5f;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wBMoH1ywHJVUxwa51tCZ24NoT4tVVGar { top:13.75rem;left:2.1875rem;width:15.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nf7XQIcXx3yvfFh2Aw3pAEEc6bCcOlzv { display:block; }
 }@media only screen and (max-width: 763px) { #dT5BG5gG2JoiUDo4bRo4k7hLfDdoTnDb { top:18.8125rem;left:2.125rem;width:15.75rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N42LCLmi3ofIzI3kQ7gOuwOKuTQ0KV3W { display:block; }
 }@media only screen and (max-width: 763px) { #ZCTqgWHHQ72c1eMdCPSEw8GJyPSk2cAr { width:7.75rem;height:1.29980625rem;top:24.875rem;left:8.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrkhGipWODQxa82Lr0RH8BKQsVKydpxJ { width:2.3125rem;height:2.3125rem;top:24.3125rem;left:3.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSOhzxtk46ayBT31I2AtTguDx6tMwhP1 { width:2.3125rem;height:2.3125rem;top:24.3125rem;left:6.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZ3BmPSMBA4t1wD7yAp6kf13h9GuuHzq { width:5.6875rem;height:5.6875rem;top:33.75rem;left:14.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xMmr0UiIboe7ChWk75B1T6nSyDWBJJCP { width:9.875rem;height:0;top:35rem;left:10.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GZWSkkekdwM80cL6iEzTFJDTqnP4DvFv { display:block; }#GZWSkkekdwM80cL6iEzTFJDTqnP4DvFv > .row .container { width:20rem;height:13.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ynUfnFegHXf5CEGsQpW9FBApRkBtPcde { width:16.25rem;height:1.875rem;top:8.38671875rem;left:1.875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IHnD8KwxF3BwPkEL2WTDrGqF2tzZFidr { width:8.3125rem;height:0.9375rem;top:4.533203125rem;left:6.78125rem;font-size:0.625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #am9BnHeQTzgnJ05gEW993TzieawUScfL { width:17rem;height:2.375rem;top:2.0625rem;left:1.25rem;font-size:1.1875rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VavubwDXBwTMX8Z4bBe6K7HTmTuNnQx4 { width:3.8125rem;height:3.8496125rem;top:1.05859375rem;left:12.125rem;font-size:3.5rem;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #nU78vWSqCdq1Tafo6FSlNP0F0AgX5KFU { display:block; }#nU78vWSqCdq1Tafo6FSlNP0F0AgX5KFU > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lo9aQh1rsF7sTDnICbWilwym2XPbMukB { display:block; }#lo9aQh1rsF7sTDnICbWilwym2XPbMukB > .row .container { width:20rem;height:1.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cQdpvVWkWu7VA2wyhAeIQohQOptp5d7M { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#cQdpvVWkWu7VA2wyhAeIQohQOptp5d7M > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qq6ViyKbnyzz2pcMDrJwXvhvSxz4a9T0 { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #bNMGH2Rx1kHOIXuo2pqAiNRNl8Kl2UPd { display:block; }
 }@media only screen and (max-width: 763px) { #Tt2MAdgEBk7mwKKoofK2VQzL1QsZTID1 { width:6.0625rem;height:1.5rem;top:0.5625rem;left:10.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAc33ZtVDK1J89xvDEA1WtPMTbOoKeGx { display:block; }
 }@media only screen and (max-width: 763px) { #EK7idtTAUhm2AdnQBokDbcs5VcOSkJMv { width:2.375rem;height:2.375rem;top:0.25rem;left:15.5625rem;font-size:1.625rem;z-index:99999;display:block; }
 }