.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:230,234,236;--color-primary-1:179,191,197;--color-primary-2:128,148,158;--color-primary-3:85,113,125;--color-primary-4:43,77,93;--color-secondary-0:243,238,233;--color-secondary-1:206,189,169;--color-secondary-2:194,172,147;--color-secondary-3:116,103,88;--color-secondary-4:39,34,29;--color-tertiary-0:255,255,255;--color-tertiary-1:253,254,255;--color-tertiary-2:241,239,236;--color-tertiary-3:227,228,230;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#c9d2d8;background-image:url("https://images.assets-landingi.com/uc/f7acf8bd-6485-4fb3-967c-137f2425a110/background2.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:56.375rem;width:60rem;overflow:visible;position:relative;display:block; }#HxZZu9gvZNRLUhLsQTCAA9ADWpeS8aiW { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.6875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:3rem;left:0rem;height:2.19375rem;font-style:normal;display:block; }
#qDi0s0pC0QxBR2zLgvP4vG5lhFJSJU35 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:7.75rem;top:10.625rem;left:0rem;display:block; }
#Tx4OVsknrTCO6lU20VaHs58XhkW9KtEZ { color:rgba(var(--color-primary-4),1);display:block;width:30.125rem;position:absolute;font-family:raleway;font-size:2.6875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.5625rem;left:0rem;height:6.9863125rem;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; }
#oTR78Ffzilf1v4loT4Qa3XodG3SXsJkZ { color:rgba(var(--color-primary-4),1);display:block;width:35.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:22.811349868774rem;left:0rem;height:9.347625rem;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; }
#T0ioyXDXb12979hTka81pkyG9eLhyoMV { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat: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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.0625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:33.3125rem;left:0rem;display:block; }
#WJM1WI0a4qDOvMdCZ1Ccx9ZgDxtPofMe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yyelvddoDsQKQHyshzZU9PEQDE7kSleo { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.7784924375rem;height:2.96622225rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:33.3125rem;left:16.3125rem;display:block; }
#pMrCtcV2t9myOHK3IesdaJ5TkmHD44l6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kQFkTQHxaXdXTCqxi87LFuI13PDPrbEh { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4995403125rem;width:20rem;top:40.075824737549rem;left:0rem;display:block; }
#BeT6BMNHix7J5PMrecTltSvSw4o1XXDi { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.1243105rem;width:2.1243105rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;top:42.59098815918rem;left:1.4970111846924rem; }
#TCA8tNtMboTIF3qAeOAAHuU3VRrfJtLb { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:45.25rem;left:1.5rem;height:1.95rem;font-style:normal;display:block; }
#lf47GTzdiV9H6K7ioqWHZaItCvanowey { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5rem;width:20rem;top:40.124076843262rem;left:19.999996185302rem;display:block; }
#h7FWQXDK2nfzUG7XRm7GlFDGEX3niqW2 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:47.937038421631rem;left:1.5625rem;height:1.3rem;font-style:normal;display:block; }
#G9t9foSUgoQuO5sQgTJiDN2J3lQUikek { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:45.25rem;left:21.5rem;height:1.95rem;font-style:normal;display:block; }
#CIsFrQFJh8QuT4CLhPbFuRUpsk6TONNZ { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:48.227924346924rem;left:21.529178619385rem;height:1.38125rem;font-style:normal;display:block; }
#fiZiBDp2Kco0J4Qnns8pBc7Ud3mlspNO { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.1243105rem;width:2.1243105rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;top:42.508270263672rem;left:21.499309539795rem; }
#J7p2STlv4pTvHeASdQlTcUOb7GBO92S2 { color:rgba(var(--color-primary-4),1);display:block;width:17.1243095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15024;line-height:1.5;letter-spacing:0;top:53.110290527344rem;left:1.4338245391846rem;height:1.3125rem;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; }
#H042fCBiIrRwRI4XOJp9q0mHQSrHM1Gy { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5rem;width:20rem;top:40.125rem;left:40rem;display:block; }
#dqs8bqUND3cRcPwBOVtQCLpEuOESskk3 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:48.0625rem;left:41.625rem;height:4.21875rem;font-style:normal;display:block; }
#XE1o0u1bJK3HO2TbEhN7D2GISXt0Cw4E { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:left;text-align-last:left;top:52.910152435302rem;left:41.624538421631rem;display:block; }
#vlUwAc6IRx1tNgNh6UR9TyzFWu9bnXXp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IX4Rt0GdDFC8iSCCRT01ka0OyWybZXV6 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:45.25rem;left:41.5625rem;height:1.95rem;font-style:normal;display:block; }
#cLTyQ1eBW5z4n1HmpTHqP3VAOoztKXSG { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.1243105rem;width:2.1243105rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;top:42.508270263672rem;left:41.607303619385rem; }
#SSMbx0fTZ0DuJ6fuTM0B9OWZF67ugngw { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),0.7);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0620404375rem;width:16.875rem;top:52.437038421631rem;left:1.5625rem;display:block; }
#VZ47TZCatFSoSMAoCu8TZU8X7RzrOKJT { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),0.7);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0620404375rem;width:16.875rem;top:49.874076843262rem;left:1.5625rem;display:block; }
#AorZaqxRnNfqratwhltFfxw2RJfzXQd2 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:50.624996185302rem;left:1.4993114471436rem;height:1.3rem;font-style:normal;display:block; }
#sFP2HMhZM33PFInEq1ieZIKQTbazfkJc { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:14.6875rem;top:2.9986228942871rem;left:0rem;overflow:hidden;display:block; }
#bAoaIU1fuy2UsHtlf1ZtZPbwp7knWe5U { color:rgba(var(--color-primary-4),1);display:block;width:42.8745384375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.4375rem;left:0rem;height:1.3rem;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; }
#q3E24VNZENsMOxI3UovX2IeP5gne2Jc9 { color:rgba(var(--color-secondary-2),1);display:block;width:23.8120403125rem;position:absolute;font-family:raleway;font-size:2.6875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:18.0625rem;left:8.8125rem;height:3.49375rem;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; }
#nt00hbSiualJxFmBT8TT4upaP7p2cvTh { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5622701875rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:left;text-align-last:left;top:52.910152435302rem;left:21.499309539795rem;display:block; }
#UkpW483zVeBwJulRN4I6pTLWbT3bhXq3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nEqongNTTaQ4HGDKFtrJVZnFSCkylird { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:50.858898162842rem;left:21.529178619385rem;height:1.5rem;font-style:normal;display:block; }
#M5sO60TZ1bmIaTgrAAt3Q5Gco7HNmJSk { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38rem;width:30.625rem;display:none; }
#VybUZCQWTFGNmE7JLJl1cafi6JhufXdS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5e5e5;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VybUZCQWTFGNmE7JLJl1cafi6JhufXdS > .row .container { background-color: transparent; background-image: none; }#VybUZCQWTFGNmE7JLJl1cafi6JhufXdS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VybUZCQWTFGNmE7JLJl1cafi6JhufXdS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VybUZCQWTFGNmE7JLJl1cafi6JhufXdS > .row .container > .video-iframe-container { display: none; }#VybUZCQWTFGNmE7JLJl1cafi6JhufXdS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VybUZCQWTFGNmE7JLJl1cafi6JhufXdS > .row > .video-iframe-container { display: none; }#VybUZCQWTFGNmE7JLJl1cafi6JhufXdS > .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); }#VybUZCQWTFGNmE7JLJl1cafi6JhufXdS > .row .container { border-width: 0; border-radius: 0; }#VybUZCQWTFGNmE7JLJl1cafi6JhufXdS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VybUZCQWTFGNmE7JLJl1cafi6JhufXdS > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:60rem;position:relative;display:block; }#zEKut90Acd4ieIvh5UAeDWbAF4hqkLmZ { color:rgba(var(--color-tertiary-3),1);display:block;width:7.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.84375rem;left:0rem;height:7.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h8A0vg0rPdT4Vg0UXvVSBWfA57cdMWNx { color:rgba(var(--color-primary-4),1);display:block;width:10.8743105rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.0863990783694rem;left:5.6215515136719rem;height:3.8984375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Vbpd1qRin6EXmxy4sztOLsv6shMXeEkX { color:#686868;display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:14.4375rem;left:0.5625rem;height:5.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#olR4Tmbrdlga81eDtA5roPAk0klWOfzL { color:#686868;display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:14.5rem;left:20.375rem;height:5.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hTdt2JqBusqodUOyteO6b1JNvLVhopKa { color:rgba(var(--color-tertiary-3),1);display:block;width:7.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:4.875rem;left:20.0625rem;height:7.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HrD8owMiBnq2LgUWeVpT6kZw2LLwTRqf { color:rgba(var(--color-primary-4),1);display:block;width:14.2497701875rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:7.1174163818363rem;left:24.810428619385rem;height:3.736325rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#DNeqbyxiRU7yCldGvDAFF6oDGIuvna62 { color:#686868;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:14.5rem;left:40.625rem;height:5.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cS3SJzqIzv0M4DPL3a7RRJ4yuR3qHz7H { color:rgba(var(--color-tertiary-3),1);display:block;width:7.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:4.875rem;left:40.0625rem;height:7.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TRKi4HrOZSdoZFzSxivc1C3tEB94xBo3 { color:rgba(var(--color-primary-4),1);display:block;width:14.2497701875rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.0698547363281rem;left:44.87361907959rem;height:3.8984375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Fgu5HqvaQmQpyNqO33JJeHJDs8hA8tdw { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat: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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#f6fcff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3745403125rem;height:3.0618105rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:23.926015853882rem;left:21.903720855713rem;display:block; }
#FBDTVAIAiV19QqJxtSSisgRnM6GdBdVW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Cgkba8whdO2m2haWAVWQsDRBTDKwvQTu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:7.48046875rem;left:1.375rem; }
#q5sb4WLrGB9Z3nRt9uFzzV6B50e8xeZ3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:7.48046875rem;left:21.624538421631rem; }
#JhE6BrzcoNfTKmIvGTrqhF0xbu2lWVnb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:7.48046875rem;left:41.6875rem; }
#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c448f2f1-ddeb-4ffb-a55a-df5182c3b7ce/FireflyUmasaladeconsultriomdicoaconcheganteemodernaespecializadaemginecologiaeobstet.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4.adaptive-delivery-prevent-bg, #w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4.lazyload, #w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4.lazyloading { background-image: none; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row .container { background-color: transparent; background-image: none; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.8); }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row .container > .video-iframe-container { display: none; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.8); }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row > .video-iframe-container { display: none; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .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); }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row .container { border-width: 0; border-radius: 0; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row .container { font-size:0.875rem;font-family:arial;height:45.0625rem;width:60rem;position:relative;display:block; }#haFOcEdC2KK7KUaGg9Lb87uvlUVOn16y { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:7.75rem;top:8.625rem;left:28.375rem;display:block; }
#rvJH5TFcrmQWvHqQTI1xA65kR82vDkt8 { color:rgba(var(--color-tertiary-2),1);display:block;width:25.4375rem;position:absolute;font-family:raleway;font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.6875rem;left:28.375rem;height:2.6rem;font-style:normal;display:block; }
#WoCpgTURytgZ9w5caftXJdQl7vOHrSk5 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15016;line-height:2;letter-spacing:0;top:15.373390197754rem;left:28.437496185302rem;height:20.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KQa8umOG6zydmIBI6A6ewPFxiq7pK1qK { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat: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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.0618105rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:37.981395721436rem;left:28.374309539795rem;display:block; }
#xdfMcpOuxqqArpuTwWsnObRM0fBsgshg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FaAzOiDJkCkHhU6kOAgzAK19Gz5eNpRx { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.6243095625rem;width:19.6875rem;top:15.441177368164rem;left:0rem;overflow:hidden;display:block; }
#akZT2KpdMUZPa7zaQHvBI1k9oryAmOf1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/uc/2cf2cd17-3bb9-496b-bd2f-04c20ec54f88/background5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#akZT2KpdMUZPa7zaQHvBI1k9oryAmOf1.adaptive-delivery-prevent-bg, #akZT2KpdMUZPa7zaQHvBI1k9oryAmOf1.lazyload, #akZT2KpdMUZPa7zaQHvBI1k9oryAmOf1.lazyloading { background-image: none; }#akZT2KpdMUZPa7zaQHvBI1k9oryAmOf1 > .row .container { background-color: transparent; background-image: none; }#akZT2KpdMUZPa7zaQHvBI1k9oryAmOf1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#akZT2KpdMUZPa7zaQHvBI1k9oryAmOf1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#akZT2KpdMUZPa7zaQHvBI1k9oryAmOf1 > .row .container > .video-iframe-container { display: none; }#akZT2KpdMUZPa7zaQHvBI1k9oryAmOf1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#akZT2KpdMUZPa7zaQHvBI1k9oryAmOf1 > .row > .video-iframe-container { display: none; }#akZT2KpdMUZPa7zaQHvBI1k9oryAmOf1 > .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); }#akZT2KpdMUZPa7zaQHvBI1k9oryAmOf1 > .row .container { border-width: 0; border-radius: 0; }#akZT2KpdMUZPa7zaQHvBI1k9oryAmOf1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#akZT2KpdMUZPa7zaQHvBI1k9oryAmOf1 > .row .container { font-size:0.875rem;font-family:arial;height:48.25rem;width:60rem;position:relative;display:block; }#pxBQhawArausm54PZHEAtrcoKT4rqGfB { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(104,104,104,0.55) ;height:25.25rem;width:18.8125rem;top:11.75rem;left:0.625rem;display:block; }
#kIqNG9l4rdprumVOl57yq1x3eEAk47dM { color:#72512b;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:17.9375rem;left:0.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M2TMpH3TGAIuN8bvVHU8rzE05MTZdWaw { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;background-position:top left !important;background-repeat: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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.0625rem 2.5rem rgba(104,104,104,0.5) ;height:27.875rem;width:19rem;top:9.125rem;left:20.625rem;display:block; }
#TuLD193CAXVoOEyKFrr809qsa6nAsxo2 { color:#72512b;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:15.4375rem;left:20.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JgaP02JHCUTmTRq92nJguCzxpyQ6bfl9 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;background-position:top left !important;background-repeat: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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: -0.0625rem 0.0625rem 2.5rem rgba(104,104,104,0.5) ;height:25.25rem;width:18.8125rem;top:11.75rem;left:40.5rem;display:block; }
#M4bh1zli8G4Bxr5MyGdnmymGTHs61eLp { color:#72512b;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:17.9375rem;left:40.5rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bcTt7K1TqRmf4JlLtHS6dpQqo7CiD55H { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:13.875rem;left:8.375rem; }
#QBxcISnSvhhMsU2PoTDmfToKZTEeOSsz { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:raleway;font-size:2rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6.3125rem;left:0rem;height:2.6rem;font-style:normal;display:block; }
#xeiNkHCkfMThr8doJ3DGTxk2QM29X6IJ { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124080875rem;width:7.7493105rem;top:4.9375rem;left:0rem;display:block; }
#sPVVvzJ0I0z2JfEVkm9uTKo8c0cToptf { color:rgba(var(--color-primary-4),1);display:block;width:12.249rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:23.318359375rem;left:3.8740234375rem;height:2.111325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZPOZXPidWITKTwhWJKtfW00fXoCTVX4d { color:rgba(var(--color-primary-4),1);display:block;width:13.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:21.919921875rem;left:3rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iv6DwO5p6kIJFKaArrqAlceDSOp33h2n { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:11.6875rem;left:28.375rem; }
#smuUcW39m8QmVyWwoKkWP2TDVHHRobsk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:13.8125rem;left:48.25rem; }
#E26ooRamdo2mazDFcKTarV97TLmqygG9 { color:rgba(var(--color-primary-4),1);display:block;width:13.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:26.3505859375rem;left:2.9990234375rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aAdDdNxB9dseuVzWatTqewFTbWUdzszL { color:rgba(var(--color-primary-4),1);display:block;width:12.249rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:27.8115234375rem;left:3.8740234375rem;height:3.16699375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U0yZz57URb6kzDITb5TucBo2ALwQFqLs { color:rgba(var(--color-primary-4),1);display:block;width:13.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:31.9130859375rem;left:2.9990234375rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TJvaETmtnuXkqoLw8Ggq9do9gDbgg5ZN { color:rgba(var(--color-primary-4),1);display:block;width:12.249rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:33.3740234375rem;left:3.8740234375rem;height:2.111325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#thF09uDIzVrJZnF2QBmnCdzFFMz4qTN9 { color:rgba(var(--color-primary-4),1);display:block;width:13.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:18.9755859375rem;left:23rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TL8q3S6qmaZHhhM0qqIJPlkoAtnDvwPn { color:rgba(var(--color-primary-4),1);display:block;width:12.249rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:20.4365234375rem;left:24rem;height:2.111325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qsBi5JU86r6lv9KX6wvSTk8xKkNTaTkI { color:rgba(var(--color-primary-4),1);display:block;width:13.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:24.029296875rem;left:22.9990234375rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yEoxTCN3ONFvixDFdSGkBISDeQR5qKfV { color:rgba(var(--color-primary-4),1);display:block;width:12.249rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:25.427734375rem;left:23.0927734375rem;height:1.0556625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qcyLRGcnLVvhL3P0S2tWcSx6lh60PAND { color:rgba(var(--color-primary-4),1);display:block;width:13.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:28.6640625rem;left:22.9990234375rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WbMlH9k6mkhSH7wLZIhJdPezMqbQE7e6 { color:rgba(var(--color-primary-4),1);display:block;width:12.249rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:29.986328125rem;left:23.8740234375rem;height:1.0556625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AlGblkaKqZRoh9f4m1MDCdDTT5ORuqNb { color:rgba(var(--color-primary-4),1);display:block;width:13.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:33.3740234375rem;left:22.9990234375rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AT5GiWFBATNaxtNhBvfsSXffb7rf4DMH { color:rgba(var(--color-primary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:21.919921875rem;left:47.1875rem;height:1.4619125rem;font-style:normal;display:block; }
#lezvO3w6H7IzrcyAtzt2lCgkuxwnUAtq { color:rgba(var(--color-primary-4),1);display:block;width:2.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:24.86328125rem;left:48.65625rem;height:1.4619125rem;font-style:normal;display:block; }
#MiJwk0V9SXUV6zKXvOyp5auLS2isFr7f { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat: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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:3.0625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:41.6875rem;left:16.1220703125rem;display:block; }
#EUffCapWUAq0CUl1Nf4AFHqPosQaaRHm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ETcvsCU7rnnncv1I7QR2o0lsM2ggoSZb { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:2.875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:41.78125rem;left:29rem;display:block; }
#wsrUsCPsUoNAgm5axT2WdCW8h8uFxfUP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aiNNn8DFttx2INhMT5LS74szJT684gmC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5e5e5;background-image:url("https://images.assets-landingi.com/uc/016a8de2-967a-4ce2-afe0-5b42b945b4c8/depoimento2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aiNNn8DFttx2INhMT5LS74szJT684gmC.adaptive-delivery-prevent-bg, #aiNNn8DFttx2INhMT5LS74szJT684gmC.lazyload, #aiNNn8DFttx2INhMT5LS74szJT684gmC.lazyloading { background-image: none; }#aiNNn8DFttx2INhMT5LS74szJT684gmC > .row .container { background-color: transparent; background-image: none; }#aiNNn8DFttx2INhMT5LS74szJT684gmC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aiNNn8DFttx2INhMT5LS74szJT684gmC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aiNNn8DFttx2INhMT5LS74szJT684gmC > .row .container > .video-iframe-container { display: none; }#aiNNn8DFttx2INhMT5LS74szJT684gmC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aiNNn8DFttx2INhMT5LS74szJT684gmC > .row > .video-iframe-container { display: none; }#aiNNn8DFttx2INhMT5LS74szJT684gmC > .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); }#aiNNn8DFttx2INhMT5LS74szJT684gmC > .row .container { border-width: 0; border-radius: 0; }#aiNNn8DFttx2INhMT5LS74szJT684gmC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aiNNn8DFttx2INhMT5LS74szJT684gmC > .row .container { font-size:0.875rem;font-family:arial;height:40.6875rem;width:60rem;position:relative;display:block; }#XuDODx3dTLBwfzMgVCJloIIo0Rnm8skF { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124080875rem;width:7.7493105rem;top:15.5rem;left:30.8125rem;display:block; }
#ZeMXvbohLHlPCTUqpTTOqiTcD4X03AGG { color:rgba(var(--color-primary-4),1);display:block;width:13.6868105rem;position:absolute;font-family:raleway;font-size:2rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:18.5625rem;left:30.8125rem;height:2.6rem;font-style:normal;display:block; }
#KOqcZ9TPtcGMBbKnBorzdTiQFMyTrHR3 { color:rgba(var(--color-secondary-2),1);display:block;width:15.5618105rem;position:absolute;font-family:raleway;font-size:2rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:18.5625rem;left:44.5rem;height:2.5996125rem;font-style:normal;display:block; }
#d609w7CsN3063h47cvmc7O90A1bxvCA0 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.6875rem;width:20rem;top:23.0625rem;left:0rem;display:block; }
#Rag0ZiD4qeRtX5Bdn2dg6W7yaFtZBGs4 { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.7497701875rem;width:1.7497701875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:24.5rem;left:1.5625rem; }
#PFyN1Wlt8lRDPpXOH6iy37HtaQcahsdV { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:27.6806640625rem;left:1.5625rem;height:11.8125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#IGqrLK6JwUiT673wMisywvxw80LnDb9i { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.6875rem;width:20rem;top:23.0625rem;left:20rem;display:block; }
#zwVeT3wOAPVhhoiDzbAp1RInOeFEZ0Bh { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:27.6806640625rem;left:21.5625rem;height:5.0625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#okOlFPIhhqbV5FtJAqRrFtkQQtZpSwPB { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.7497701875rem;width:1.7497701875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:24.5rem;left:21.5625rem; }
#oHBhubZzeyGT9cwrkcm1mU3qoKNZcpn8 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.6875rem;width:20rem;top:23.0625rem;left:40rem;display:block; }
#REaSnmoR8m97EJMUGCAHTdHi7Zs1KCJ9 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:27.6806640625rem;left:41.5625rem;height:5.0625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#Ae37EOyIRrmJDX90oeaDO4080Rsb8TXd { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.7497701875rem;width:1.7497701875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:24.5rem;left:41.5625rem; }
#O0xTAAxliwtAhoc1wkmPgTFkhDHsVJCf { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:39.431289672851rem;left:1.5291805267334rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DBDUMxB4vGcobLLMVsTvRnBVewXek0cU { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:39.433578491211rem;left:21.529178619385rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KCHnhLzuMESDvfPtJUhILKzzC3IOlomx { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:39.433578491211rem;left:41.529178619385rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VAyKRIah2vUFN9WLxCvlsnVd2fWOICcW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1ac0909f-d9d3-4290-b05e-0b16f2ddd043/FireflyUmasaladerecepodeconsultriomdicoaconcheganteemodernaespecializadaemginecolo.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VAyKRIah2vUFN9WLxCvlsnVd2fWOICcW.adaptive-delivery-prevent-bg, #VAyKRIah2vUFN9WLxCvlsnVd2fWOICcW.lazyload, #VAyKRIah2vUFN9WLxCvlsnVd2fWOICcW.lazyloading { background-image: none; }#VAyKRIah2vUFN9WLxCvlsnVd2fWOICcW > .row .container { background-color: transparent; background-image: none; }#VAyKRIah2vUFN9WLxCvlsnVd2fWOICcW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.8); }#VAyKRIah2vUFN9WLxCvlsnVd2fWOICcW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAyKRIah2vUFN9WLxCvlsnVd2fWOICcW > .row .container > .video-iframe-container { display: none; }#VAyKRIah2vUFN9WLxCvlsnVd2fWOICcW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.8); }#VAyKRIah2vUFN9WLxCvlsnVd2fWOICcW > .row > .video-iframe-container { display: none; }#VAyKRIah2vUFN9WLxCvlsnVd2fWOICcW > .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); }#VAyKRIah2vUFN9WLxCvlsnVd2fWOICcW > .row .container { border-width: 0; border-radius: 0; }#VAyKRIah2vUFN9WLxCvlsnVd2fWOICcW::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VAyKRIah2vUFN9WLxCvlsnVd2fWOICcW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VAyKRIah2vUFN9WLxCvlsnVd2fWOICcW > .row .container { font-size:0.875rem;font-family:arial;height:47.875rem;width:60rem;position:relative;display:block; }#Ih21WRxmbwJp6MuzIWUvOTbGGwF3sass { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:7.75rem;top:8.125rem;left:0rem;display:block; }
#E0kUSa7hL3CUZAdKZv6iLGHqA4kScEgz { color:rgba(var(--color-tertiary-2),1);display:block;width:25.4375rem;position:absolute;font-family:raleway;font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.1875rem;left:0rem;height:2.6rem;font-style:normal;display:block; }
#AGMZL2PTL3pLsFm4iBd6HXqUPDK4gavf { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.2674623125rem;height:3.0167738125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:41.510787963868rem;left:22.35408782959rem;display:block; }
#tByRulTk0N47FdoVVtMOoTF0niJIJSQP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nEZKsoscA37uZsrC8xq1CiTel5IzdsLO { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 2.5rem #24373f ;height:26.3125rem;width:29.25rem;top:11.627990722656rem;left:30.060890197754rem;overflow:hidden;display:block; }
#R2bHpR5qOmxwVccvZe6bf4QoVbRADtgU { color:rgba(var(--color-tertiary-1),1);display:block;width:5.9995403125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:30.9375rem;left:2.0625rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;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; }
#d3uSAgkUCsdExWN5hDlOOhmy3sqwqtwo { color:rgba(var(--color-tertiary-0),1);display:block;width:21.4993095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15026;line-height:1.5;letter-spacing:0;top:20.625rem;left:2.0625rem;height:1.59375rem;font-style:italic;display:block; }
#rlbLrWR8oFJ872o8PArSMl9ibcT5PlrZ { color:#e3cbaf;display:block;width:21.4993095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:16.75rem;left:2.0625rem;height:1.96875rem;font-style:normal;display:block; }
#UC6f6zO8zC0HxHV0l6rdVJr8Ghnlu3WB { color:rgba(var(--color-tertiary-0),1);display:block;width:21.4993095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:18.9375rem;left:2.0625rem;height:1.59375rem;font-style:italic;display:block; }
#b0KL0M3QFb3tuTN1R4zt5rABC3ylP9p8 { box-sizing:content-box;height:7.75rem;width:32.5rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-4),1);background-image:none;top:15.6875rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#naLLW17GdrDL8icusM74pR1lzz07pEZF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:27.4375rem;left:3.8125rem; }
#v9GQqrXWxepCHlKfVFr3Pk1qbrDS5RTe { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15020;top:27.5625rem;left:13.1875rem; }
#B7Z62e9JPTi4lvAblZPwcAbUrVZPSBue { color:rgba(var(--color-tertiary-1),1);display:block;width:7.9997701875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:30.9375rem;left:10.375rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;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; }
#fa0i9Dp76IGQ3Nxz98BVpW2TvCh0rKLR { color:rgba(var(--color-tertiary-1),1);display:block;width:7.25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:30.9375rem;left:20.375rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;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; }
#TRO7ANMncRbvT0wxm4EyOAewtewgyOie { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;top:27.625rem;left:22.5625rem; }
#VlqPrrec1tdrTPxUEBTwz5VkiSr1EccT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/uc/2cf2cd17-3bb9-496b-bd2f-04c20ec54f88/background5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VlqPrrec1tdrTPxUEBTwz5VkiSr1EccT.adaptive-delivery-prevent-bg, #VlqPrrec1tdrTPxUEBTwz5VkiSr1EccT.lazyload, #VlqPrrec1tdrTPxUEBTwz5VkiSr1EccT.lazyloading { background-image: none; }#VlqPrrec1tdrTPxUEBTwz5VkiSr1EccT > .row .container { background-color: transparent; background-image: none; }#VlqPrrec1tdrTPxUEBTwz5VkiSr1EccT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VlqPrrec1tdrTPxUEBTwz5VkiSr1EccT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VlqPrrec1tdrTPxUEBTwz5VkiSr1EccT > .row .container > .video-iframe-container { display: none; }#VlqPrrec1tdrTPxUEBTwz5VkiSr1EccT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VlqPrrec1tdrTPxUEBTwz5VkiSr1EccT > .row > .video-iframe-container { display: none; }#VlqPrrec1tdrTPxUEBTwz5VkiSr1EccT > .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); }#VlqPrrec1tdrTPxUEBTwz5VkiSr1EccT > .row .container { border-width: 0; border-radius: 0; }#VlqPrrec1tdrTPxUEBTwz5VkiSr1EccT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VlqPrrec1tdrTPxUEBTwz5VkiSr1EccT > .row .container { font-size:0.875rem;font-family:arial;height:25.4375rem;width:60rem;position:relative;display:block; }#e05WVIOiIxUXnL6tLz4X8lJg0OEKE2D6 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124080875rem;width:7.7493105rem;top:4.25rem;left:26.125rem;display:block; }
#l7oEX1GBx0U5f1Ws7VXsdifVrz9vZD2p { color:rgba(var(--color-primary-4),1);display:block;width:11.25rem;position:absolute;font-family:raleway;font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.1875rem;left:18.1875rem;height:2.6rem;font-style:normal;display:block; }
#qmHzTnq1Ckof6ZIXdCdLaFHxIG5DDQD5 { color:rgba(var(--color-secondary-2),1);display:block;width:9.75rem;position:absolute;font-family:raleway;font-size:2rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:7.1875rem;left:29.4375rem;height:2.6rem;font-style:normal;display:block; }
#IS3gZK37FOH2waeLO2CcfFbRXfanaxf0 { color:#686868;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:10.25rem;left:0rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I48FN4r3XpoetleGKWQR19qbro1TL3q5 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.2493105rem;width:10.3125rem;top:14.191192626953rem;left:39.185428619385rem;overflow:hidden;display:block; }
#rOQsLPCFrLyWO4xxRaKLSBikrzhldveK { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:2.875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:17.876953125rem;left:15.8125rem;display:block; }
#RNbq3KddnKT6kRfEbBnWd2So0spnzmkK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WKpcG82g11xONT2qCReTchzJlbi1foQC { border-top:0.0625rem solid #416b7b;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WKpcG82g11xONT2qCReTchzJlbi1foQC > .row .container { background-color: transparent; background-image: none; }#WKpcG82g11xONT2qCReTchzJlbi1foQC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WKpcG82g11xONT2qCReTchzJlbi1foQC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WKpcG82g11xONT2qCReTchzJlbi1foQC > .row .container > .video-iframe-container { display: none; }#WKpcG82g11xONT2qCReTchzJlbi1foQC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WKpcG82g11xONT2qCReTchzJlbi1foQC > .row > .video-iframe-container { display: none; }#WKpcG82g11xONT2qCReTchzJlbi1foQC > .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); }#WKpcG82g11xONT2qCReTchzJlbi1foQC > .row .container { border-width: 0; border-radius: 0; }#WKpcG82g11xONT2qCReTchzJlbi1foQC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WKpcG82g11xONT2qCReTchzJlbi1foQC > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:60rem;position:relative;display:block; }#QtZhSsNUooXNPQ0yeOsWhctv0Mw7FvW1 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:3.75rem;left:28.187501907349rem; }
#QtZhSsNUooXNPQ0yeOsWhctv0Mw7FvW1 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#XFZ0KTnlGAse88fSG7db79cqXuwRL1XL { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:3.75rem;left:30.125001907349rem; }
#XFZ0KTnlGAse88fSG7db79cqXuwRL1XL > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#KiJdQoxd2x4fMrgRZJoUg1k1bW7bFMfJ { color:rgba(var(--color-primary-4),1);display:block;width:40.75rem;position:absolute;font-family:neuton;font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:1.4375rem;left:9.625rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DluScBcEmcmlsk5UWQ0cb4OxDJLn5MXq { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:neuton;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:1.5rem;text-decoration:none;z-index:15013;text-align:right;text-align-last:right;top:0.6875rem;left:51.25rem;display:block; }
#m91ddsTG6BWF0EOORmmCz6kCmgUtdmTZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aFk7oqDnTyFyiHhtIHTtXGb1D4ViOKkP { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:neuton;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:1.5rem;text-decoration:none;z-index:15014;text-align:right;text-align-last:right;top:2.375rem;left:51.25rem;display:block; }
#RCVRdf38IUPu9Swhi0kEh0vOA38BstG6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dzBa3vlhXM1p3hBztN2a2m4rQfXG36hB { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:neuton;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:1.5rem;text-decoration:none;z-index:15015;text-align:right;text-align-last:right;top:4.1875rem;left:51.25rem;display:block; }
#ATmoq2xF2PSsSMdHIqH4MkMQCTruyTb3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q2WpHqBEEHeSNgVwJTpLPTTPmorChcNh { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9997701875rem;width:14.6875rem;top:1.6072998046875rem;left:0.873161315918rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HxZZu9gvZNRLUhLsQTCAA9ADWpeS8aiW { width:47.75rem;height:2.125rem;top:2.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDi0s0pC0QxBR2zLgvP4vG5lhFJSJU35 { width:7.6875rem;height:0.0625rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx4OVsknrTCO6lU20VaHs58XhkW9KtEZ { width:30.0625rem;height:6.875rem;top:14.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTR78Ffzilf1v4loT4Qa3XodG3SXsJkZ { width:35.3125rem;height:;top:22.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0ioyXDXb12979hTka81pkyG9eLhyoMV { width:15.3125rem;height:3rem;top:33.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJM1WI0a4qDOvMdCZ1Ccx9ZgDxtPofMe { display:block; }
 }@media only screen and (max-width: 763px) { #yyelvddoDsQKQHyshzZU9PEQDE7kSleo { width:13.625rem;height:2.8125rem;top:33.3125rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMrCtcV2t9myOHK3IesdaJ5TkmHD44l6 { display:block; }
 }@media only screen and (max-width: 763px) { #kQFkTQHxaXdXTCqxi87LFuI13PDPrbEh { width:20rem;height:18.4375rem;top:40.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeT6BMNHix7J5PMrecTltSvSw4o1XXDi { width:2.0625rem;height:2.0625rem;top:42.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCA8tNtMboTIF3qAeOAAHuU3VRrfJtLb { width:14.375rem;height:1.9375rem;top:4.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lf47GTzdiV9H6K7ioqWHZaItCvanowey { width:20rem;height:18.5rem;top:40.0625rem;left:13.874996185302rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7FWQXDK2nfzUG7XRm7GlFDGEX3niqW2 { width:14.375rem;height:1.25rem;top:8.125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9t9foSUgoQuO5sQgTJiDN2J3lQUikek { width:14.375rem;height:1.9375rem;top:4.6875rem;left:16.666666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIsFrQFJh8QuT4CLhPbFuRUpsk6TONNZ { width:14.375rem;height:1.9375rem;top:7.875rem;left:16.666666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiZiBDp2Kco0J4Qnns8pBc7Ud3mlspNO { width:2.0625rem;height:2.0625rem;top:42.5rem;left:15.374309539795rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7p2STlv4pTvHeASdQlTcUOb7GBO92S2 { width:14.375rem;height:3rem;top:10.75rem;left:16.666666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #H042fCBiIrRwRI4XOJp9q0mHQSrHM1Gy { width:20rem;height:18.5rem;top:40.125rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqs8bqUND3cRcPwBOVtQCLpEuOESskk3 { width:14.375rem;height:3rem;top:8rem;left:32.583333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #XE1o0u1bJK3HO2TbEhN7D2GISXt0Cw4E { width:13.125rem;height:3.4375rem;top:11rem;left:32.583333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlUwAc6IRx1tNgNh6UR9TyzFWu9bnXXp { display:block; }
 }@media only screen and (max-width: 763px) { #IX4Rt0GdDFC8iSCCRT01ka0OyWybZXV6 { width:14.375rem;height:1.9375rem;top:4.6875rem;left:32.583333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLTyQ1eBW5z4n1HmpTHqP3VAOoztKXSG { width:2.0625rem;height:2.0625rem;top:42.5rem;left:35.482303619385rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSMbx0fTZ0DuJ6fuTM0B9OWZF67ugngw { width:16.875rem;height:0;top:52.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZ47TZCatFSoSMAoCu8TZU8X7RzrOKJT { width:16.875rem;height:0;top:49.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AorZaqxRnNfqratwhltFfxw2RJfzXQd2 { width:14.375rem;height:1.25rem;top:11.3125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFP2HMhZM33PFInEq1ieZIKQTbazfkJc { top:2.9375rem;left:0rem;width:14.6875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAoaIU1fuy2UsHtlf1ZtZPbwp7knWe5U { width:42.8125rem;height:1.25rem;top:12.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3E24VNZENsMOxI3UovX2IeP5gne2Jc9 { width:23.75rem;height:3.4375rem;top:18.0625rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nt00hbSiualJxFmBT8TT4upaP7p2cvTh { width:13.125rem;height:3.4375rem;top:11rem;left:32.583333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkpW483zVeBwJulRN4I6pTLWbT3bhXq3 { display:block; }
 }@media only screen and (max-width: 763px) { #nEqongNTTaQ4HGDKFtrJVZnFSCkylird { width:14.375rem;height:3rem;top:10.75rem;left:16.666666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5sO60TZ1bmIaTgrAAt3Q5Gco7HNmJSk { width:30.625rem;height:38rem;display:none; }
 }@media only screen and (max-width: 763px) { #VybUZCQWTFGNmE7JLJl1cafi6JhufXdS { display:block; }#VybUZCQWTFGNmE7JLJl1cafi6JhufXdS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zEKut90Acd4ieIvh5UAeDWbAF4hqkLmZ { width:7.5625rem;height:7.6875rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8A0vg0rPdT4Vg0UXvVSBWfA57cdMWNx { width:10.8125rem;height:3.8125rem;top:7.0625rem;left:3.5590515136719rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vbpd1qRin6EXmxy4sztOLsv6shMXeEkX { width:17.8125rem;height:4.8125rem;top:14.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #olR4Tmbrdlga81eDtA5roPAk0klWOfzL { width:18.4375rem;height:4.8125rem;top:14.5rem;left:13.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTdt2JqBusqodUOyteO6b1JNvLVhopKa { width:7.5625rem;height:7.6875rem;top:4.875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrD8owMiBnq2LgUWeVpT6kZw2LLwTRqf { width:14.1875rem;height:3.625rem;top:7.0625rem;left:17.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNeqbyxiRU7yCldGvDAFF6oDGIuvna62 { width:18.75rem;height:4.8125rem;top:14.5rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cS3SJzqIzv0M4DPL3a7RRJ4yuR3qHz7H { width:7.5625rem;height:7.6875rem;top:4.875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRKi4HrOZSdoZFzSxivc1C3tEB94xBo3 { width:14.1875rem;height:3.8125rem;top:7.0625rem;left:33.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fgu5HqvaQmQpyNqO33JJeHJDs8hA8tdw { width:15.3125rem;height:3rem;top:23.875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBDTVAIAiV19QqJxtSSisgRnM6GdBdVW { display:block; }
 }@media only screen and (max-width: 763px) { #Cgkba8whdO2m2haWAVWQsDRBTDKwvQTu { width:3.125rem;height:3.125rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5sb4WLrGB9Z3nRt9uFzzV6B50e8xeZ3 { width:2.875rem;height:2.875rem;top:7.4375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhE6BrzcoNfTKmIvGTrqhF0xbu2lWVnb { width:3.125rem;height:3.125rem;top:7.4375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 { display:block; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #haFOcEdC2KK7KUaGg9Lb87uvlUVOn16y { width:7.6875rem;height:0.0625rem;top:8.625rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvJH5TFcrmQWvHqQTI1xA65kR82vDkt8 { width:25.375rem;height:2.5625rem;top:11.6875rem;left:22.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoCpgTURytgZ9w5caftXJdQl7vOHrSk5 { width:31.5625rem;height:19.8125rem;top:15.3125rem;left:16.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQa8umOG6zydmIBI6A6ewPFxiq7pK1qK { width:15.3125rem;height:3rem;top:37.9375rem;left:22.249309539795rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdfMcpOuxqqArpuTwWsnObRM0fBsgshg { display:block; }
 }@media only screen and (max-width: 763px) { #FaAzOiDJkCkHhU6kOAgzAK19Gz5eNpRx { top:15.4375rem;left:0rem;width:19.6875rem;height:19.6243095625rem;display:block; }
 }@media only screen and (max-width: 763px) { #akZT2KpdMUZPa7zaQHvBI1k9oryAmOf1 { display:block; }#akZT2KpdMUZPa7zaQHvBI1k9oryAmOf1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pxBQhawArausm54PZHEAtrcoKT4rqGfB { width:18.75rem;height:25.1875rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIqNG9l4rdprumVOl57yq1x3eEAk47dM { width:18.75rem;height:1.5625rem;top:17.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2TMpH3TGAIuN8bvVHU8rzE05MTZdWaw { width:18.9375rem;height:27.8125rem;top:9.125rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuLD193CAXVoOEyKFrr809qsa6nAsxo2 { width:18.75rem;height:1.5625rem;top:15.4375rem;left:13rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgaP02JHCUTmTRq92nJguCzxpyQ6bfl9 { width:18.75rem;height:25.1875rem;top:11.75rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4bh1zli8G4Bxr5MyGdnmymGTHs61eLp { width:18.75rem;height:1.5625rem;top:17.9375rem;left:28.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcTt7K1TqRmf4JlLtHS6dpQqo7CiD55H { top:13.875rem;left:6.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBxcISnSvhhMsU2PoTDmfToKZTEeOSsz { width:47.75rem;height:2.5625rem;top:6.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeiNkHCkfMThr8doJ3DGTxk2QM29X6IJ { width:7.6875rem;height:0.0625rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPVVvzJ0I0z2JfEVkm9uTKo8c0cToptf { width:12.1875rem;height:2.0625rem;top:23.3125rem;left:1.8115234375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPOZXPidWITKTwhWJKtfW00fXoCTVX4d { width:13.9375rem;height:1.4375rem;top:21.875rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iv6DwO5p6kIJFKaArrqAlceDSOp33h2n { top:11.6875rem;left:22.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #smuUcW39m8QmVyWwoKkWP2TDVHHRobsk { top:13.8125rem;left:37.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E26ooRamdo2mazDFcKTarV97TLmqygG9 { width:13.9375rem;height:1.4375rem;top:26.3125rem;left:0.9365234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAdDdNxB9dseuVzWatTqewFTbWUdzszL { width:12.1875rem;height:3.125rem;top:27.75rem;left:1.8115234375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0yZz57URb6kzDITb5TucBo2ALwQFqLs { width:13.9375rem;height:1.4375rem;top:31.875rem;left:0.9365234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJvaETmtnuXkqoLw8Ggq9do9gDbgg5ZN { width:12.1875rem;height:2.0625rem;top:33.3125rem;left:1.8115234375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #thF09uDIzVrJZnF2QBmnCdzFFMz4qTN9 { width:13.9375rem;height:1.4375rem;top:18.9375rem;left:16.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL8q3S6qmaZHhhM0qqIJPlkoAtnDvwPn { width:12.1875rem;height:2.0625rem;top:20.375rem;left:17.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsBi5JU86r6lv9KX6wvSTk8xKkNTaTkI { width:13.9375rem;height:1.4375rem;top:24rem;left:16.8115234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEoxTCN3ONFvixDFdSGkBISDeQR5qKfV { width:12.1875rem;height:1rem;top:25.375rem;left:16.9052734375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcyLRGcnLVvhL3P0S2tWcSx6lh60PAND { width:13.9375rem;height:1.4375rem;top:28.625rem;left:16.8115234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbMlH9k6mkhSH7wLZIhJdPezMqbQE7e6 { width:12.1875rem;height:1rem;top:29.9375rem;left:17.6865234375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlGblkaKqZRoh9f4m1MDCdDTT5ORuqNb { width:13.9375rem;height:1.4375rem;top:33.3125rem;left:16.8115234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT5GiWFBATNaxtNhBvfsSXffb7rf4DMH { width:5.625rem;height:1.4375rem;top:21.875rem;left:36.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lezvO3w6H7IzrcyAtzt2lCgkuxwnUAtq { width:2.6875rem;height:1.4375rem;top:24.8125rem;left:38.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiJwk0V9SXUV6zKXvOyp5auLS2isFr7f { width:12rem;height:3.0625rem;top:41.6875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUffCapWUAq0CUl1Nf4AFHqPosQaaRHm { display:block; }
 }@media only screen and (max-width: 763px) { #ETcvsCU7rnnncv1I7QR2o0lsM2ggoSZb { width:16rem;height:2.875rem;top:41.75rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsrUsCPsUoNAgm5axT2WdCW8h8uFxfUP { display:block; }
 }@media only screen and (max-width: 763px) { #aiNNn8DFttx2INhMT5LS74szJT684gmC { display:block; }#aiNNn8DFttx2INhMT5LS74szJT684gmC > .row .container { width:47.75rem;height:22.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XuDODx3dTLBwfzMgVCJloIIo0Rnm8skF { width:7.6875rem;height:0.0625rem;top:15.5rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeMXvbohLHlPCTUqpTTOqiTcD4X03AGG { width:13.625rem;height:2.5625rem;top:18.5625rem;left:18.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOqcZ9TPtcGMBbKnBorzdTiQFMyTrHR3 { width:15.5rem;height:2.5625rem;top:18.5625rem;left:32.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d609w7CsN3063h47cvmc7O90A1bxvCA0 { width:15.9375rem;height:18.4375rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rag0ZiD4qeRtX5Bdn2dg6W7yaFtZBGs4 { width:1.6875rem;height:1.6875rem;top:24.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFyN1Wlt8lRDPpXOH6iy37HtaQcahsdV { width:14.375rem;height:8.4375rem;top:6.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGqrLK6JwUiT673wMisywvxw80LnDb9i { width:15.9375rem;height:18.4375rem;top:1.0625rem;left:15.916666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwVeT3wOAPVhhoiDzbAp1RInOeFEZ0Bh { width:14.375rem;height:8.4375rem;top:6.5625rem;left:16.666666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #okOlFPIhhqbV5FtJAqRrFtkQQtZpSwPB { width:1.6875rem;height:1.6875rem;top:24.5rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHBhubZzeyGT9cwrkcm1mU3qoKNZcpn8 { width:15.9375rem;height:18.4375rem;top:1.0625rem;left:31.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #REaSnmoR8m97EJMUGCAHTdHi7Zs1KCJ9 { width:14.375rem;height:8.4375rem;top:6.5625rem;left:32.583333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ae37EOyIRrmJDX90oeaDO4080Rsb8TXd { width:1.6875rem;height:1.6875rem;top:24.5rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0xTAAxliwtAhoc1wkmPgTFkhDHsVJCf { width:14.375rem;height:1.25rem;top:16.0625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBDUMxB4vGcobLLMVsTvRnBVewXek0cU { width:14.375rem;height:1.25rem;top:16.25rem;left:16.666666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCHnhLzuMESDvfPtJUhILKzzC3IOlomx { width:14.375rem;height:1.25rem;top:16.375rem;left:32.583333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAyKRIah2vUFN9WLxCvlsnVd2fWOICcW { display:block; }#VAyKRIah2vUFN9WLxCvlsnVd2fWOICcW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ih21WRxmbwJp6MuzIWUvOTbGGwF3sass { width:7.6875rem;height:0.0625rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0kUSa7hL3CUZAdKZv6iLGHqA4kScEgz { width:25.375rem;height:2.5625rem;top:11.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGMZL2PTL3pLsFm4iBd6HXqUPDK4gavf { width:15.25rem;height:3rem;top:41.5rem;left:16.22908782959rem;display:block; }
 }@media only screen and (max-width: 763px) { #tByRulTk0N47FdoVVtMOoTF0niJIJSQP { display:block; }
 }@media only screen and (max-width: 763px) { #nEZKsoscA37uZsrC8xq1CiTel5IzdsLO { top:11.625rem;left:18.5rem;width:29.25rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2bHpR5qOmxwVccvZe6bf4QoVbRADtgU { width:5.9375rem;height:2.5rem;top:30.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3uSAgkUCsdExWN5hDlOOhmy3sqwqtwo { width:14.375rem;height:3rem;top:8rem;left:32.583333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlbLrWR8oFJ872o8PArSMl9ibcT5PlrZ { width:14.375rem;height:3rem;top:8rem;left:32.583333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #UC6f6zO8zC0HxHV0l6rdVJr8Ghnlu3WB { width:14.375rem;height:3rem;top:8rem;left:32.583333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0KL0M3QFb3tuTN1R4zt5rABC3ylP9p8 { top:15.6875rem;left:0rem;width:32.5rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #naLLW17GdrDL8icusM74pR1lzz07pEZF { width:2.5rem;height:2.5rem;top:27.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9GQqrXWxepCHlKfVFr3Pk1qbrDS5RTe { width:2.3125rem;height:2.3125rem;top:27.5625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7Z62e9JPTi4lvAblZPwcAbUrVZPSBue { width:7.9375rem;height:2.5rem;top:30.9375rem;left:4.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fa0i9Dp76IGQ3Nxz98BVpW2TvCh0rKLR { width:7.1875rem;height:2.5rem;top:30.9375rem;left:14.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRO7ANMncRbvT0wxm4EyOAewtewgyOie { width:2.1875rem;height:2.1875rem;top:27.625rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlqPrrec1tdrTPxUEBTwz5VkiSr1EccT { display:block; }#VlqPrrec1tdrTPxUEBTwz5VkiSr1EccT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e05WVIOiIxUXnL6tLz4X8lJg0OEKE2D6 { width:7.6875rem;height:0.0625rem;top:4.25rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7oEX1GBx0U5f1Ws7VXsdifVrz9vZD2p { width:11.25rem;height:2.5625rem;top:7.1875rem;left:12.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmHzTnq1Ckof6ZIXdCdLaFHxIG5DDQD5 { width:9.6875rem;height:2.5625rem;top:7.1875rem;left:23.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IS3gZK37FOH2waeLO2CcfFbRXfanaxf0 { width:47.75rem;height:1.75rem;top:10.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I48FN4r3XpoetleGKWQR19qbro1TL3q5 { top:14.1875rem;left:33.060428619385rem;width:10.3125rem;height:10.2493105rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOQsLPCFrLyWO4xxRaKLSBikrzhldveK { width:16rem;height:2.875rem;top:17.875rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNbq3KddnKT6kRfEbBnWd2So0spnzmkK { display:block; }
 }@media only screen and (max-width: 763px) { #WKpcG82g11xONT2qCReTchzJlbi1foQC { display:block; }#WKpcG82g11xONT2qCReTchzJlbi1foQC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QtZhSsNUooXNPQ0yeOsWhctv0Mw7FvW1 { width:1.5rem;height:1.5rem;top:3.75rem;left:22.062501907349rem;display:block; }
#QtZhSsNUooXNPQ0yeOsWhctv0Mw7FvW1 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #XFZ0KTnlGAse88fSG7db79cqXuwRL1XL { width:1.5rem;height:1.5rem;top:3.75rem;left:24.000001907349rem;display:block; }
#XFZ0KTnlGAse88fSG7db79cqXuwRL1XL > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #KiJdQoxd2x4fMrgRZJoUg1k1bW7bFMfJ { width:40.6875rem;height:1.375rem;top:1.375rem;left:3.4993095397949rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DluScBcEmcmlsk5UWQ0cb4OxDJLn5MXq { width:8.75rem;height:1.5rem;top:0.625rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #m91ddsTG6BWF0EOORmmCz6kCmgUtdmTZ { display:block; }
 }@media only screen and (max-width: 763px) { #aFk7oqDnTyFyiHhtIHTtXGb1D4ViOKkP { width:8.75rem;height:1.5rem;top:2.3125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCVRdf38IUPu9Swhi0kEh0vOA38BstG6 { display:block; }
 }@media only screen and (max-width: 763px) { #dzBa3vlhXM1p3hBztN2a2m4rQfXG36hB { width:8.75rem;height:1.5rem;top:4.125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATmoq2xF2PSsSMdHIqH4MkMQCTruyTb3 { display:block; }
 }@media only screen and (max-width: 763px) { #Q2WpHqBEEHeSNgVwJTpLPTTPmorChcNh { top:1.5625rem;left:0rem;width:14.6875rem;height:2.9997701875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2cf2cd17-3bb9-496b-bd2f-04c20ec54f88/background5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:102.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HxZZu9gvZNRLUhLsQTCAA9ADWpeS8aiW { width:20rem;height:1.4625rem;top:4.9372696876526rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDi0s0pC0QxBR2zLgvP4vG5lhFJSJU35 { width:7.7493105rem;height:0.124080875rem;top:5.0726099014283rem;left:6.1247698068619rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx4OVsknrTCO6lU20VaHs58XhkW9KtEZ { width:19.9375rem;height:1.86875rem;top:8.0806522369388rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTR78Ffzilf1v4loT4Qa3XodG3SXsJkZ { width:20rem;height:5.95rem;top:33.031017303467rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15032;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #T0ioyXDXb12979hTka81pkyG9eLhyoMV { width:19.875rem;height:3.0625rem;top:40.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJM1WI0a4qDOvMdCZ1Ccx9ZgDxtPofMe { display:block; }
 }@media only screen and (max-width: 763px) { #yyelvddoDsQKQHyshzZU9PEQDE7kSleo { width:19.875rem;height:2.875rem;top:45.0625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMrCtcV2t9myOHK3IesdaJ5TkmHD44l6 { display:block; }
 }@media only screen and (max-width: 763px) { #kQFkTQHxaXdXTCqxi87LFuI13PDPrbEh { width:20rem;height:14rem;top:49.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeT6BMNHix7J5PMrecTltSvSw4o1XXDi { width:1.7497701875rem;height:1.7497701875rem;top:50.9375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCA8tNtMboTIF3qAeOAAHuU3VRrfJtLb { width:10.6875rem;height:1.3rem;top:51.1875rem;left:6.0625rem;text-align:left;text-align-last:left;font-size:1rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #lf47GTzdiV9H6K7ioqWHZaItCvanowey { width:20rem;height:12.5rem;top:64.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7FWQXDK2nfzUG7XRm7GlFDGEX3niqW2 { width:16.875rem;height:1.3rem;top:54.4375rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9t9foSUgoQuO5sQgTJiDN2J3lQUikek { width:8.75rem;height:1.3rem;top:67.4375rem;left:7rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIsFrQFJh8QuT4CLhPbFuRUpsk6TONNZ { width:10.25rem;height:1.3rem;top:70.5rem;left:2.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiZiBDp2Kco0J4Qnns8pBc7Ud3mlspNO { width:1.68658075rem;height:1.68658075rem;top:67.1875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7p2STlv4pTvHeASdQlTcUOb7GBO92S2 { width:13.3743105rem;height:1.5rem;top:58.812038421631rem;left:3.3111211061478rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H042fCBiIrRwRI4XOJp9q0mHQSrHM1Gy { width:20rem;height:15.3125rem;top:79.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqs8bqUND3cRcPwBOVtQCLpEuOESskk3 { width:16.875rem;height:4.5rem;top:84.3125rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XE1o0u1bJK3HO2TbEhN7D2GISXt0Cw4E { width:16.1247691875rem;height:3.4375rem;top:89.875rem;left:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vlUwAc6IRx1tNgNh6UR9TyzFWu9bnXXp { display:block; }
 }@media only screen and (max-width: 763px) { #IX4Rt0GdDFC8iSCCRT01ka0OyWybZXV6 { width:5.875rem;height:1.3rem;top:81.4375rem;left:8.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLTyQ1eBW5z4n1HmpTHqP3VAOoztKXSG { width:1.6245404375rem;height:1.6245404375rem;top:81.25rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSMbx0fTZ0DuJ6fuTM0B9OWZF67ugngw { width:16.875rem;height:0;top:51.338464871582rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZ47TZCatFSoSMAoCu8TZU8X7RzrOKJT { width:16.875rem;height:0;top:48.588003293213rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AorZaqxRnNfqratwhltFfxw2RJfzXQd2 { width:16.875rem;height:1.3rem;top:56.375rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFP2HMhZM33PFInEq1ieZIKQTbazfkJc { width:14.6875rem;height:2.9997701875rem;top:1.25rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAoaIU1fuy2UsHtlf1ZtZPbwp7knWe5U { width:20rem;height:1.3rem;top:6.2706799507144rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3E24VNZENsMOxI3UovX2IeP5gne2Jc9 { width:20rem;height:1.86875rem;top:10.318473815918rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nt00hbSiualJxFmBT8TT4upaP7p2cvTh { width:14.4990806875rem;height:3.4375rem;top:72.9375rem;left:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UkpW483zVeBwJulRN4I6pTLWbT3bhXq3 { display:block; }
 }@media only screen and (max-width: 763px) { #nEqongNTTaQ4HGDKFtrJVZnFSCkylird { width:3.1870403125rem;height:1.5rem;top:70.375rem;left:12.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5sO60TZ1bmIaTgrAAt3Q5Gco7HNmJSk { top:11.656708717346rem;left:1.0305606126785rem;width:19.0625rem;height:23.6875rem;z-index:15031;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VybUZCQWTFGNmE7JLJl1cafi6JhufXdS { display:block; }#VybUZCQWTFGNmE7JLJl1cafi6JhufXdS > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zEKut90Acd4ieIvh5UAeDWbAF4hqkLmZ { width:7.5620403125rem;height:2.6rem;top:1.25rem;left:6.1875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8A0vg0rPdT4Vg0UXvVSBWfA57cdMWNx { width:14.2497701875rem;height:4.548825rem;top:5.625rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vbpd1qRin6EXmxy4sztOLsv6shMXeEkX { width:19.9368095625rem;height:5.0625rem;top:11.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #olR4Tmbrdlga81eDtA5roPAk0klWOfzL { width:19.9368095625rem;height:5.0625rem;top:28.9375rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTdt2JqBusqodUOyteO6b1JNvLVhopKa { width:3.0618105rem;height:2.6rem;top:37.578353881836rem;left:15.498619914055rem;text-align:center;text-align-last:center;font-size:2rem;z-index:15019;color:#e5e5e5;display:block; }
 }@media only screen and (max-width: 763px) { #HrD8owMiBnq2LgUWeVpT6kZw2LLwTRqf { width:20rem;height:4.548825rem;top:23.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNeqbyxiRU7yCldGvDAFF6oDGIuvna62 { width:19.9368095625rem;height:5.0625rem;top:47.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cS3SJzqIzv0M4DPL3a7RRJ4yuR3qHz7H { width:7.5620403125rem;height:2.6rem;top:45.613280375rem;left:6.1875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRKi4HrOZSdoZFzSxivc1C3tEB94xBo3 { width:14.2497701875rem;height:4.548825rem;top:41.5625rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fgu5HqvaQmQpyNqO33JJeHJDs8hA8tdw { width:19.7495403125rem;height:3.0618105rem;top:54.73575592041rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBDTVAIAiV19QqJxtSSisgRnM6GdBdVW { display:block; }
 }@media only screen and (max-width: 763px) { #Cgkba8whdO2m2haWAVWQsDRBTDKwvQTu { width:3.125rem;height:3.125rem;top:1.1875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5sb4WLrGB9Z3nRt9uFzzV6B50e8xeZ3 { width:2.8125rem;height:2.8125rem;top:18.8125rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhE6BrzcoNfTKmIvGTrqhF0xbu2lWVnb { width:3.5rem;height:3.5rem;top:37.125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c448f2f1-ddeb-4ffb-a55a-df5182c3b7ce/FireflyUmasaladeconsultriomdicoaconcheganteemodernaespecializadaemginecologiaeobstet.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4.adaptive-delivery-prevent-bg, #w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4.lazyload, #w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4.lazyloading { background-image: none; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row .container { background-color: transparent; background-image: none; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(43,77,93,0.8); }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row .container > .video-iframe-container { display: none; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(43,77,93,0.8); }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row > .video-iframe-container { display: none; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .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); }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #haFOcEdC2KK7KUaGg9Lb87uvlUVOn16y { width:7.7493105rem;height:0.124080875rem;top:3.3125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvJH5TFcrmQWvHqQTI1xA65kR82vDkt8 { width:20rem;height:2.03125rem;top:4.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoCpgTURytgZ9w5caftXJdQl7vOHrSk5 { width:20rem;height:22.5rem;top:21.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQa8umOG6zydmIBI6A6ewPFxiq7pK1qK { width:13.8740806875rem;height:3.0618105rem;top:45.9375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdfMcpOuxqqArpuTwWsnObRM0fBsgshg { display:block; }
 }@media only screen and (max-width: 763px) { #FaAzOiDJkCkHhU6kOAgzAK19Gz5eNpRx { width:10.1240806875rem;height:10.1240806875rem;top:8.875rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #akZT2KpdMUZPa7zaQHvBI1k9oryAmOf1 { display:block; }#akZT2KpdMUZPa7zaQHvBI1k9oryAmOf1 > .row .container { width:20rem;height:96.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pxBQhawArausm54PZHEAtrcoKT4rqGfB { width:18.75rem;height:25.8125rem;top:7.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIqNG9l4rdprumVOl57yq1x3eEAk47dM { width:13.1870403125rem;height:1.86875rem;top:12.5rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #M2TMpH3TGAIuN8bvVHU8rzE05MTZdWaw { width:18.75rem;height:27.5625rem;top:34.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuLD193CAXVoOEyKFrr809qsa6nAsxo2 { width:18.75rem;height:1.86875rem;top:40.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgaP02JHCUTmTRq92nJguCzxpyQ6bfl9 { width:18.75rem;height:15.875rem;top:63.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4bh1zli8G4Bxr5MyGdnmymGTHs61eLp { width:18.75rem;height:1.86875rem;top:69.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcTt7K1TqRmf4JlLtHS6dpQqo7CiD55H { display:flex;width:3.249080875rem;height:3.249080875rem;top:8.8125rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #QBxcISnSvhhMsU2PoTDmfToKZTEeOSsz { width:20rem;height:1.95rem;top:3.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeiNkHCkfMThr8doJ3DGTxk2QM29X6IJ { width:7.7493105rem;height:0.124080875rem;top:2.4375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPVVvzJ0I0z2JfEVkm9uTKo8c0cToptf { width:12.1875rem;height:2.111325rem;top:17.75rem;left:1.875rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPOZXPidWITKTwhWJKtfW00fXoCTVX4d { width:13.9372701875rem;height:1.4625rem;top:16.0625rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iv6DwO5p6kIJFKaArrqAlceDSOp33h2n { display:flex;width:3.25rem;height:3.25rem;top:36.625rem;left:8.375rem;font-size:2.25rem; }
 }@media only screen and (max-width: 763px) { #smuUcW39m8QmVyWwoKkWP2TDVHHRobsk { display:flex;width:3.25rem;height:3.25rem;top:65.125rem;left:8.375rem;font-size:2.25rem; }
 }@media only screen and (max-width: 763px) { #E26ooRamdo2mazDFcKTarV97TLmqygG9 { width:13.9372701875rem;height:1.4625rem;top:21.4375rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAdDdNxB9dseuVzWatTqewFTbWUdzszL { width:12.1875rem;height:3.16699375rem;top:23.125rem;left:1.875rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0yZz57URb6kzDITb5TucBo2ALwQFqLs { width:13.9372701875rem;height:1.4625rem;top:27.5625rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJvaETmtnuXkqoLw8Ggq9do9gDbgg5ZN { width:12.1875rem;height:2.111325rem;top:29.1875rem;left:1.875rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #thF09uDIzVrJZnF2QBmnCdzFFMz4qTN9 { width:13.9372701875rem;height:1.4625rem;top:44.3125rem;left:1.375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL8q3S6qmaZHhhM0qqIJPlkoAtnDvwPn { width:12.1875rem;height:2.111325rem;top:45.9375rem;left:1.375rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsBi5JU86r6lv9KX6wvSTk8xKkNTaTkI { width:13.9372701875rem;height:1.4625rem;top:49.6875rem;left:1.375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEoxTCN3ONFvixDFdSGkBISDeQR5qKfV { width:12.1875rem;height:1.05625rem;top:51.25rem;left:1.375rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcyLRGcnLVvhL3P0S2tWcSx6lh60PAND { width:13.9372701875rem;height:1.4625rem;top:54.125rem;left:1.375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbMlH9k6mkhSH7wLZIhJdPezMqbQE7e6 { width:12.1875rem;height:1.05625rem;top:55.8125rem;left:1.375rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlGblkaKqZRoh9f4m1MDCdDTT5ORuqNb { width:13.9372701875rem;height:1.4625rem;top:58.875rem;left:1.375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT5GiWFBATNaxtNhBvfsSXffb7rf4DMH { width:13.9372701875rem;height:1.4625rem;top:72.8125rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lezvO3w6H7IzrcyAtzt2lCgkuxwnUAtq { width:13.9372701875rem;height:1.4625rem;top:76.25rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiJwk0V9SXUV6zKXvOyp5auLS2isFr7f { width:20rem;height:3rem;top:84.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUffCapWUAq0CUl1Nf4AFHqPosQaaRHm { display:block; }
 }@media only screen and (max-width: 763px) { #ETcvsCU7rnnncv1I7QR2o0lsM2ggoSZb { width:20rem;height:3rem;top:88.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsrUsCPsUoNAgm5axT2WdCW8h8uFxfUP { display:block; }
 }@media only screen and (max-width: 763px) { #aiNNn8DFttx2INhMT5LS74szJT684gmC { display:block; }#aiNNn8DFttx2INhMT5LS74szJT684gmC > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XuDODx3dTLBwfzMgVCJloIIo0Rnm8skF { width:7.7493105rem;height:0.124080875rem;top:1.8125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeMXvbohLHlPCTUqpTTOqiTcD4X03AGG { width:20rem;height:1.95rem;top:2.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOqcZ9TPtcGMBbKnBorzdTiQFMyTrHR3 { width:20rem;height:1.95rem;top:4.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d609w7CsN3063h47cvmc7O90A1bxvCA0 { width:20rem;height:15.75rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rag0ZiD4qeRtX5Bdn2dg6W7yaFtZBGs4 { width:1.7497701875rem;height:1.7497701875rem;top:9.9375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFyN1Wlt8lRDPpXOH6iy37HtaQcahsdV { width:16.875rem;height:7.5rem;top:12.875rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGqrLK6JwUiT673wMisywvxw80LnDb9i { width:20rem;height:13rem;top:25.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwVeT3wOAPVhhoiDzbAp1RInOeFEZ0Bh { width:16.875rem;height:4.5rem;top:29.9375rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #okOlFPIhhqbV5FtJAqRrFtkQQtZpSwPB { width:1.7497701875rem;height:1.7497701875rem;top:26.9375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHBhubZzeyGT9cwrkcm1mU3qoKNZcpn8 { width:20rem;height:12.5rem;top:40.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #REaSnmoR8m97EJMUGCAHTdHi7Zs1KCJ9 { width:16.875rem;height:4.5rem;top:44.5rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ae37EOyIRrmJDX90oeaDO4080Rsb8TXd { width:1.7497701875rem;height:1.7497701875rem;top:41.5625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0xTAAxliwtAhoc1wkmPgTFkhDHsVJCf { width:16.875rem;height:1.3rem;top:21.3125rem;left:1.5rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBDUMxB4vGcobLLMVsTvRnBVewXek0cU { width:16.875rem;height:1.3rem;top:35.625rem;left:1.5rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCHnhLzuMESDvfPtJUhILKzzC3IOlomx { width:16.875rem;height:1.3rem;top:50.125rem;left:1.5rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAyKRIah2vUFN9WLxCvlsnVd2fWOICcW { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1ac0909f-d9d3-4290-b05e-0b16f2ddd043/FireflyUmasaladerecepodeconsultriomdicoaconcheganteemodernaespecializadaemginecolo.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VAyKRIah2vUFN9WLxCvlsnVd2fWOICcW.adaptive-delivery-prevent-bg, #VAyKRIah2vUFN9WLxCvlsnVd2fWOICcW.lazyload, #VAyKRIah2vUFN9WLxCvlsnVd2fWOICcW.lazyloading { background-image: none; }#VAyKRIah2vUFN9WLxCvlsnVd2fWOICcW > .row .container { background-color: transparent; background-image: none; }#VAyKRIah2vUFN9WLxCvlsnVd2fWOICcW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(43,77,93,0.8); }#VAyKRIah2vUFN9WLxCvlsnVd2fWOICcW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAyKRIah2vUFN9WLxCvlsnVd2fWOICcW > .row .container > .video-iframe-container { display: none; }#VAyKRIah2vUFN9WLxCvlsnVd2fWOICcW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(43,77,93,0.8); }#VAyKRIah2vUFN9WLxCvlsnVd2fWOICcW > .row > .video-iframe-container { display: none; }#VAyKRIah2vUFN9WLxCvlsnVd2fWOICcW > .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); }#VAyKRIah2vUFN9WLxCvlsnVd2fWOICcW > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ih21WRxmbwJp6MuzIWUvOTbGGwF3sass { width:7.7493105rem;height:0.124080875rem;top:4.75rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0kUSa7hL3CUZAdKZv6iLGHqA4kScEgz { width:20rem;height:2.03125rem;top:6.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGMZL2PTL3pLsFm4iBd6HXqUPDK4gavf { width:19.977941125rem;height:2.914522rem;top:45.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tByRulTk0N47FdoVVtMOoTF0niJIJSQP { display:block; }
 }@media only screen and (max-width: 763px) { #nEZKsoscA37uZsrC8xq1CiTel5IzdsLO { width:20rem;height:17.9894295rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2bHpR5qOmxwVccvZe6bf4QoVbRADtgU { width:5rem;height:2.2734375rem;top:41.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3uSAgkUCsdExWN5hDlOOhmy3sqwqtwo { width:20rem;height:1.59375rem;top:14.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlbLrWR8oFJ872o8PArSMl9ibcT5PlrZ { width:20rem;height:1.96875rem;top:10.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UC6f6zO8zC0HxHV0l6rdVJr8Ghnlu3WB { width:17.2495403125rem;height:3.1875rem;top:11.8125rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0KL0M3QFb3tuTN1R4zt5rABC3ylP9p8 { width:20rem;height:8.0625rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #naLLW17GdrDL8icusM74pR1lzz07pEZF { width:2.5rem;height:2.5rem;top:38.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9GQqrXWxepCHlKfVFr3Pk1qbrDS5RTe { width:2.311580875rem;height:2.311580875rem;top:38.3125rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7Z62e9JPTi4lvAblZPwcAbUrVZPSBue { width:6.4993105rem;height:2.2734375rem;top:41.1875rem;left:13.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fa0i9Dp76IGQ3Nxz98BVpW2TvCh0rKLR { width:5.4997701875rem;height:2.2734375rem;top:41.3125rem;left:6.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRO7ANMncRbvT0wxm4EyOAewtewgyOie { width:2.125rem;height:2.125rem;top:38.375rem;left:8.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlqPrrec1tdrTPxUEBTwz5VkiSr1EccT { background-color:#1c34cf;background-image:url("https://images.assets-landingi.com/uc/2cf2cd17-3bb9-496b-bd2f-04c20ec54f88/background5.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VlqPrrec1tdrTPxUEBTwz5VkiSr1EccT.adaptive-delivery-prevent-bg, #VlqPrrec1tdrTPxUEBTwz5VkiSr1EccT.lazyload, #VlqPrrec1tdrTPxUEBTwz5VkiSr1EccT.lazyloading { background-image: none; }#VlqPrrec1tdrTPxUEBTwz5VkiSr1EccT > .row .container { background-color: transparent; background-image: none; }#VlqPrrec1tdrTPxUEBTwz5VkiSr1EccT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VlqPrrec1tdrTPxUEBTwz5VkiSr1EccT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VlqPrrec1tdrTPxUEBTwz5VkiSr1EccT > .row .container > .video-iframe-container { display: none; }#VlqPrrec1tdrTPxUEBTwz5VkiSr1EccT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VlqPrrec1tdrTPxUEBTwz5VkiSr1EccT > .row > .video-iframe-container { display: none; }#VlqPrrec1tdrTPxUEBTwz5VkiSr1EccT > .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); }#VlqPrrec1tdrTPxUEBTwz5VkiSr1EccT > .row .container { width:20rem;height:23.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e05WVIOiIxUXnL6tLz4X8lJg0OEKE2D6 { width:7.6872701875rem;height:0.0620404375rem;top:10.4375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7oEX1GBx0U5f1Ws7VXsdifVrz9vZD2p { width:11.25rem;height:1.95rem;top:11.8125rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmHzTnq1Ckof6ZIXdCdLaFHxIG5DDQD5 { width:9.6875rem;height:1.95rem;top:11.75rem;left:9.6875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IS3gZK37FOH2waeLO2CcfFbRXfanaxf0 { width:20rem;height:3rem;top:14.435882568359rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I48FN4r3XpoetleGKWQR19qbro1TL3q5 { width:7.1243105rem;height:7.1243105rem;top:1.4005126953125rem;left:6.4372700452806rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOQsLPCFrLyWO4xxRaKLSBikrzhldveK { width:16rem;height:2.875rem;top:18.685546875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNbq3KddnKT6kRfEbBnWd2So0spnzmkK { display:block; }
 }@media only screen and (max-width: 763px) { #WKpcG82g11xONT2qCReTchzJlbi1foQC { display:block; }#WKpcG82g11xONT2qCReTchzJlbi1foQC > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QtZhSsNUooXNPQ0yeOsWhctv0Mw7FvW1 { display:flex;width:1.49921875rem;height:1.49921875rem;top:5.4375rem;left:10.25rem;font-size:1.125rem; }
#QtZhSsNUooXNPQ0yeOsWhctv0Mw7FvW1 > img { max-width: 100%;max-height:100%; width:1.49921875rem; height:1.49921875rem; } }@media only screen and (max-width: 763px) { #XFZ0KTnlGAse88fSG7db79cqXuwRL1XL { display:flex;width:1.49921875rem;height:1.49921875rem;top:5.4375rem;left:8.25rem;font-size:1.125rem; }
#XFZ0KTnlGAse88fSG7db79cqXuwRL1XL > img { max-width: 100%;max-height:100%; width:1.49921875rem; height:1.49921875rem; } }@media only screen and (max-width: 763px) { #KiJdQoxd2x4fMrgRZJoUg1k1bW7bFMfJ { width:20rem;height:2.798825rem;top:15.12060546875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DluScBcEmcmlsk5UWQ0cb4OxDJLn5MXq { width:8.3122701875rem;height:1.68658075rem;top:8.4156494140625rem;left:5.8432902097702rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m91ddsTG6BWF0EOORmmCz6kCmgUtdmTZ { display:block; }
 }@media only screen and (max-width: 763px) { #aFk7oqDnTyFyiHhtIHTtXGb1D4ViOKkP { width:6.6245403125rem;height:1.6854319375rem;top:11.690002441406rem;left:6.68658053875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RCVRdf38IUPu9Swhi0kEh0vOA38BstG6 { display:block; }
 }@media only screen and (max-width: 763px) { #dzBa3vlhXM1p3hBztN2a2m4rQfXG36hB { width:6.5625rem;height:1.6854319375rem;top:10.052825927734rem;left:6.7176007032394rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ATmoq2xF2PSsSMdHIqH4MkMQCTruyTb3 { display:block; }
 }@media only screen and (max-width: 763px) { #Q2WpHqBEEHeSNgVwJTpLPTTPmorChcNh { width:14.6875rem;height:2.9997701875rem;top:1.25rem;left:2.625rem;display:block; }
 }