.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/616ae80b-ca3b-406f-ba02-0ce2fb359640/Odontologiaveterinaria.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VROOOcFcKm6psNf5hQ2VVSn41OLExnbf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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;z-index:auto;display:block; }#VROOOcFcKm6psNf5hQ2VVSn41OLExnbf > .row .container { background-color: transparent; background-image: none; }#VROOOcFcKm6psNf5hQ2VVSn41OLExnbf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VROOOcFcKm6psNf5hQ2VVSn41OLExnbf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VROOOcFcKm6psNf5hQ2VVSn41OLExnbf > .row .container > .video-iframe-container { display: none; }#VROOOcFcKm6psNf5hQ2VVSn41OLExnbf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VROOOcFcKm6psNf5hQ2VVSn41OLExnbf > .row > .video-iframe-container { display: none; }#VROOOcFcKm6psNf5hQ2VVSn41OLExnbf > .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); }#VROOOcFcKm6psNf5hQ2VVSn41OLExnbf > .row .container { border-width: 0; border-radius: 0; }#VROOOcFcKm6psNf5hQ2VVSn41OLExnbf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VROOOcFcKm6psNf5hQ2VVSn41OLExnbf > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#Z6G7W5rhmFdr5QZ71NN6XJvy7nemlvnD { position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:7.375rem;width:10.875rem;top:0rem;left:32.062501907349rem;display:block; }
#sF7QIJ13cMRt8efm2rJehHwMlVRTtCN5 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:6.625rem;top:0.625rem;left:34.187501907349rem;overflow:hidden;display:block; }
#LXEJGUOV3sf1JA1UyJZKOZs6WWnT3vRs { color:#ff9400;display:block;width:9.375rem;position:absolute;font-family:"product sans";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:2.09375rem;left:0rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WCH9DB446JeaW5dvDgrZLx8gy65Rz9PC { color:#ff9400;display:block;width:9.375rem;position:absolute;font-family:"product sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:2.09375rem;left:9.375rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bLwispDp4Id6Kp9RRL80k9VvaU0DVwS8 { color:#ff9400;display:block;width:9.375rem;position:absolute;font-family:"product sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:2.125rem;left:56.25rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sKSVhisl06fH5Fi2rP3svM9IkbKN4lMR { color:#ff9400;display:block;width:9.375rem;position:absolute;font-family:"product sans";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:2.09375rem;left:18.75rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ChqupXO8Rdi2mybJcHDCEXVEPbdOpK42 { color:#ff9400;display:block;width:9.375rem;position:absolute;font-family:"product sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:2.125rem;left:65.625rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fnHrmXiqiSLz2bRyPBlEcmrAQyAEcFFa { color:#ff9400;display:block;width:9.375rem;position:absolute;font-family:"product sans";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:2.09375rem;left:46.9375rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hRRKCzkp990GLeqErA2pJUEMm7kUzTlR { background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(50,96,178,0.9), rgba(183,63,73,0.9));background-image: -moz-linear-gradient(top, rgba(50,96,178,0.9), rgba(183,63,73,0.9));background-image: -ms-linear-gradient(top, rgba(50,96,178,0.9), rgba(183,63,73,0.9));background-image: -o-linear-gradient(top, rgba(50,96,178,0.9), rgba(183,63,73,0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e53260b2', endColorstr='#e5b73f49' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e53260b2', endColorstr='#e5b73f49' );";background-image: linear-gradient(to bottom, rgba(50,96,178,0.9), rgba(183,63,73,0.9));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hRRKCzkp990GLeqErA2pJUEMm7kUzTlR > .row .container { background-color: transparent; background-image: none; }#hRRKCzkp990GLeqErA2pJUEMm7kUzTlR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hRRKCzkp990GLeqErA2pJUEMm7kUzTlR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hRRKCzkp990GLeqErA2pJUEMm7kUzTlR > .row .container > .video-iframe-container { display: none; }#hRRKCzkp990GLeqErA2pJUEMm7kUzTlR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hRRKCzkp990GLeqErA2pJUEMm7kUzTlR > .row > .video-iframe-container { display: none; }#hRRKCzkp990GLeqErA2pJUEMm7kUzTlR > .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); }#hRRKCzkp990GLeqErA2pJUEMm7kUzTlR > .row .container { border-width: 0; border-radius: 0; }#hRRKCzkp990GLeqErA2pJUEMm7kUzTlR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hRRKCzkp990GLeqErA2pJUEMm7kUzTlR > .row .container { width:75rem;height:46.25rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#fRvhtSkH5AK6gzp4I9QpG5GSvwicDlKn { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"product sans";font-size:5.875rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:12.9375rem;left:0rem;height:6.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AVMCLwh9v8N03ezTTVE6KDNlTspTDD2Q { color:#ffffff;display:block;width:75rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:28.3125rem;left:0rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SPJzVAu1ia791BX7UPTo7RX7TAWrM36h { background-color:#ff9800;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:21.5rem;left:20.3125rem;display:none; }
#JUARLT7Jfugb1S4QnURn0I3ZLIlQ4y6x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U2TXwCOtytRUyZNZzEDVWze44nJ3hiCS { background-color:#00940d;background-image:url("https://images.assets-landingi.com/uc/5b5ae2ae-8a49-49ef-be0f-96436081e392/bt_pet2.png");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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:30.6875rem;left:37.6875rem;display:block; }#U2TXwCOtytRUyZNZzEDVWze44nJ3hiCS.adaptive-delivery-prevent-bg, #U2TXwCOtytRUyZNZzEDVWze44nJ3hiCS.lazyload, #U2TXwCOtytRUyZNZzEDVWze44nJ3hiCS.lazyloading { background-image: none; }
#na2ahECfMJg9VrScXG6aganN1iT4zUc4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#diEQM0H1fbzo1MHKPqCdudzhrFkGaEzy { color:#ffffff;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:37.9375rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cf15yUCUQgou6CvG2tCAV8m0yz8y4A3f { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:39.4375rem;left:30.4375rem;height:2.275rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#cLnV451lKLfGH1D3WTq4hNKh5uT1P0fi { color:#ffffff;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:18.6875rem;left:0rem;height:2.68125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#riqiGConnTCsCJbqDgs7DGvQMkNOMIoR { color:#ffffff;display:block;width:75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:18.72500038147rem;left:0rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#H8JF1AQhiR6lpdyiHStL2u774SwuBs0k { 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:33.75rem;width:26.5625rem;display:none; }
#aTdTbFBFbVJVq5qISLCvXLLbW5BPxPMz { 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:20.1875rem;width:13.75rem;display:none; }
#u8sbMTWOgOiyNBmaSqtIcabrvC1zeM8P { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:3.75rem;width:17.5rem;top:30.6875rem;left:19.875rem;overflow:hidden;display:block; }
#R4t1W4ul0ozkl3VzOdWhubq1t2aHe2J9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3260b2;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; }#R4t1W4ul0ozkl3VzOdWhubq1t2aHe2J9 > .row .container { background-color: transparent; background-image: none; }#R4t1W4ul0ozkl3VzOdWhubq1t2aHe2J9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4t1W4ul0ozkl3VzOdWhubq1t2aHe2J9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4t1W4ul0ozkl3VzOdWhubq1t2aHe2J9 > .row .container > .video-iframe-container { display: none; }#R4t1W4ul0ozkl3VzOdWhubq1t2aHe2J9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4t1W4ul0ozkl3VzOdWhubq1t2aHe2J9 > .row > .video-iframe-container { display: none; }#R4t1W4ul0ozkl3VzOdWhubq1t2aHe2J9 > .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); }#R4t1W4ul0ozkl3VzOdWhubq1t2aHe2J9 > .row .container { border-width: 0; border-radius: 0; }#R4t1W4ul0ozkl3VzOdWhubq1t2aHe2J9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R4t1W4ul0ozkl3VzOdWhubq1t2aHe2J9 > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;position:relative;display:block; }#IFigg5UppcBRGCp9R3WVmk8e3WTNyVQL { color:#04253a;display:block;width:37.125rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.984375rem;left:1rem;height:2.7246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MuIG8phrMO7qa42SrNmNXM4O6VBIzx5S { box-sizing:content-box;height:4.75rem;width:10.4375rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:1rem;left:40.1875rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#A7mManmVe9DWizWrZz620RvUnvVNsJ4U { position:absolute;display:block;z-index:15009;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:1.4375rem;width:9.375rem;top:2.6875rem;left:40.71875rem;overflow:hidden;display:block; }
#dGipmqNBu89uGc51VtAde4tPDtcN49Rd { box-sizing:content-box;height:4.75rem;width:10.4375rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:1.0625rem;left:51.5625rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#q9OJF91BE8TrDa5XrAtNkRfobyttOGP5 { position:absolute;display:block;z-index:15011;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:1.875rem;width:9.125rem;top:2.46875rem;left:52.21875rem;overflow:hidden;display:block; }
#m04lb3JWHi3in5zwOuxgKLFBeyfXPvrX { box-sizing:content-box;height:4.75rem;width:10.4375rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:1.0625rem;left:63.125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#W9nJaGJdH7IX3etJqDoGJnabwOhM9Fsg { position:absolute;display:block;z-index:15013;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:3.25rem;width:8rem;top:1.78125rem;left:64.34375rem;overflow:hidden;display:block; }
#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .row .container { background-color: transparent; background-image: none; }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .row .container > .video-iframe-container { display: none; }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .row > .video-iframe-container { display: none; }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .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); }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .row .container { border-width: 0; border-radius: 0; }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .row .container { font-size:0.875rem;font-family:arial;height:11rem;width:75rem;position:relative;display:block; }#JVhBQs3VUoTA04PrUbbazLXK1bbWT9sW { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:10.125rem;left:0rem;display:block; }
#yWxCEGz8QS1C15VU0XqfW1Sw1r2yseOT { position:absolute;display:block;z-index:15007;background-color:#3260b2;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.25rem;width:3.75rem;top:10.03125rem;left:35.625rem;display:block; }
#FWPIUAIstuXceI8UnJwX3cQrhlgIUBR1 { color:#04253a;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.875rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CrqKyTJyRatmXxwZEPhlCUKzFHn4Clcr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#CrqKyTJyRatmXxwZEPhlCUKzFHn4Clcr > .row .container { background-color: transparent; background-image: none; }#CrqKyTJyRatmXxwZEPhlCUKzFHn4Clcr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CrqKyTJyRatmXxwZEPhlCUKzFHn4Clcr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CrqKyTJyRatmXxwZEPhlCUKzFHn4Clcr > .row .container > .video-iframe-container { display: none; }#CrqKyTJyRatmXxwZEPhlCUKzFHn4Clcr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CrqKyTJyRatmXxwZEPhlCUKzFHn4Clcr > .row > .video-iframe-container { display: none; }#CrqKyTJyRatmXxwZEPhlCUKzFHn4Clcr > .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); }#CrqKyTJyRatmXxwZEPhlCUKzFHn4Clcr > .row .container { border-width: 0; border-radius: 0; }#CrqKyTJyRatmXxwZEPhlCUKzFHn4Clcr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CrqKyTJyRatmXxwZEPhlCUKzFHn4Clcr > .row .container { font-size:0.875rem;font-family:arial;height:41.3125rem;width:75rem;position:relative;display:block; }#gCoNBcktWel32ucOfpo7h4qvcweBdZin { color:#3b117b;display:block;width:10.499rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:8.5625rem;left:40.0625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lS0Eo1fZnVShnGMDMkZtUUNa3nrBp6pD { color:#3b117b;display:block;width:9.5605625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:8.5625rem;left:56.25rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yoTOhRBfrBN6KfuEPvzuBT62ms8D6KOu { color:#3b117b;display:block;width:10.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:34.875rem;left:8.125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vrrKGbxA1hxnAeNy4mWP4Cdxe1rSDwpl { color:#3b117b;display:block;width:9.5605625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:9.8125rem;left:24.4375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uQvyFHhBcqAtMtvMwlM72ynAv7ubpmRZ { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/qiubfEvw/servico_02.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:11.25rem;width:11.25rem;top:1.9375rem;left:23.5625rem;display:block; }#uQvyFHhBcqAtMtvMwlM72ynAv7ubpmRZ.adaptive-delivery-prevent-bg, #uQvyFHhBcqAtMtvMwlM72ynAv7ubpmRZ.lazyload, #uQvyFHhBcqAtMtvMwlM72ynAv7ubpmRZ.lazyloading { background-image: none; }
#k2vVfmFl9n5Z1bleqGg0uTa4iHLTyeX5 { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/xGzxpyTT/04.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:11.25rem;width:11.25rem;top:1.9375rem;left:39.6875rem;display:block; }#k2vVfmFl9n5Z1bleqGg0uTa4iHLTyeX5.adaptive-delivery-prevent-bg, #k2vVfmFl9n5Z1bleqGg0uTa4iHLTyeX5.lazyload, #k2vVfmFl9n5Z1bleqGg0uTa4iHLTyeX5.lazyloading { background-image: none; }
#T7amuKX5wV2R9sHQWe3mIcSVCwi1Wdxa { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/p3sBTrck/servico_04.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:11.25rem;width:11.25rem;top:1.9375rem;left:55.375rem;display:block; }#T7amuKX5wV2R9sHQWe3mIcSVCwi1Wdxa.adaptive-delivery-prevent-bg, #T7amuKX5wV2R9sHQWe3mIcSVCwi1Wdxa.lazyload, #T7amuKX5wV2R9sHQWe3mIcSVCwi1Wdxa.lazyloading { background-image: none; }
#FO11z1Vi7r1lwMOPeSIQZUgOuO1ASByD { position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/FGgC9UVS/servico_05.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:11.25rem;width:11.25rem;top:27.625rem;left:7.8125rem;display:block; }#FO11z1Vi7r1lwMOPeSIQZUgOuO1ASByD.adaptive-delivery-prevent-bg, #FO11z1Vi7r1lwMOPeSIQZUgOuO1ASByD.lazyload, #FO11z1Vi7r1lwMOPeSIQZUgOuO1ASByD.lazyloading { background-image: none; }
#orfxAATKxqfE1zC7ALGWu38TrDgkfTq1 { color:#3b117b;display:block;width:9.5605625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:9.125rem;left:8.6875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XEQQhIbZIfh0eXft0xb0RU8fWm44qSbD { position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/i7P8RoY4/01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:11.25rem;width:11.25rem;top:1.9375rem;left:7.8125rem;display:block; }#XEQQhIbZIfh0eXft0xb0RU8fWm44qSbD.adaptive-delivery-prevent-bg, #XEQQhIbZIfh0eXft0xb0RU8fWm44qSbD.lazyload, #XEQQhIbZIfh0eXft0xb0RU8fWm44qSbD.lazyloading { background-image: none; }
#v5D30sPmB6LQSboGR2aKhkPsm9J8T3pq { color:#3b117b;display:block;width:9.5605625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:21.8125rem;left:40.5625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RqPGLWWSdzgW2CEfzuZCyyTiVUn6Tvn4 { color:#3b117b;display:block;width:9.5605625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:21.8125rem;left:56.25rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zMtJacNxbTg6e8HTG5byzLMOUwJgE4xN { color:#3b117b;display:block;width:9.5605625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:34.1875rem;left:24.5625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uzALvZxpMfyQm9Io0kmUpyCZLXaweJtO { color:#3b117b;display:block;width:9.5605625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:21.8125rem;left:24.4375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RRWm4DN3MXVpB4lhlIdW5Quf5I7v2wn5 { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/bWe1yWKP/servico_07.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:11.25rem;width:11.25rem;top:14.625rem;left:23.5625rem;display:block; }#RRWm4DN3MXVpB4lhlIdW5Quf5I7v2wn5.adaptive-delivery-prevent-bg, #RRWm4DN3MXVpB4lhlIdW5Quf5I7v2wn5.lazyload, #RRWm4DN3MXVpB4lhlIdW5Quf5I7v2wn5.lazyloading { background-image: none; }
#zaoUvK7KNnVLlzlRc7oFXblg8R2DJp5w { position:absolute;display:block;z-index:15029;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/KfjHo8J7/servico_08.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:11.25rem;width:11.25rem;top:14.625rem;left:39.6875rem;display:block; }#zaoUvK7KNnVLlzlRc7oFXblg8R2DJp5w.adaptive-delivery-prevent-bg, #zaoUvK7KNnVLlzlRc7oFXblg8R2DJp5w.lazyload, #zaoUvK7KNnVLlzlRc7oFXblg8R2DJp5w.lazyloading { background-image: none; }
#vUiLuZ9BrMkHk51SO1WcTfIJC0DgBfpq { position:absolute;display:block;z-index:15031;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/K5ZI4YPt/03.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:11.25rem;width:11.25rem;top:14.625rem;left:55.375rem;display:block; }#vUiLuZ9BrMkHk51SO1WcTfIJC0DgBfpq.adaptive-delivery-prevent-bg, #vUiLuZ9BrMkHk51SO1WcTfIJC0DgBfpq.lazyload, #vUiLuZ9BrMkHk51SO1WcTfIJC0DgBfpq.lazyloading { background-image: none; }
#n5db32HdlpL3CVtoLbxSm8pWinqJPvu5 { position:absolute;display:block;z-index:15033;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/Rv5ZvnjQ/servico_09.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:11.25rem;width:11.25rem;top:27.625rem;left:23.5625rem;display:block; }#n5db32HdlpL3CVtoLbxSm8pWinqJPvu5.adaptive-delivery-prevent-bg, #n5db32HdlpL3CVtoLbxSm8pWinqJPvu5.lazyload, #n5db32HdlpL3CVtoLbxSm8pWinqJPvu5.lazyloading { background-image: none; }
#EFOkAXLCLftXSKyhDvkQ1KkxBFOa3SvV { position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/15jtSagA/servico_06.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:11.25rem;width:11.25rem;top:14.625rem;left:7.8125rem;display:block; }#EFOkAXLCLftXSKyhDvkQ1KkxBFOa3SvV.adaptive-delivery-prevent-bg, #EFOkAXLCLftXSKyhDvkQ1KkxBFOa3SvV.lazyload, #EFOkAXLCLftXSKyhDvkQ1KkxBFOa3SvV.lazyloading { background-image: none; }
#gk7wqtIh63xUOWIuZT9B6OJEir5cv4tx { color:#3b117b;display:block;width:9.5605625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:21.1875rem;left:8.6875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h2IPe3FqDOrgON87Srkw8i6lwf3yqDzi { box-sizing:content-box;height:11.25rem;width:11.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15035;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.8));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.8));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.8));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.8));background-size:auto !important;top:1.9375rem;left:7.8125rem;display:block; }
#c5Uf0LewXW7G48Pt3MsfbO9aldmFhxsm { box-sizing:content-box;height:11.25rem;width:11.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.8));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.8));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.8));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.8));background-size:auto !important;top:1.9375rem;left:23.5625rem;display:block; }
#tcI6dw3molRi7oFABMhnw2QFFBBRw7lm { box-sizing:content-box;height:11.25rem;width:11.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15037;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.8));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.8));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.8));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.8));background-size:auto !important;top:1.9375rem;left:39.6875rem;display:block; }
#q6CdT9IAV9fzTVRsANPBgQSTpq14nmyZ { box-sizing:content-box;height:11.25rem;width:11.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15038;background-color:transparent;background-image: -webkit-linear-gradient(0deg, rgba(0,0,0,0), rgba(0,0,0,0.8));background-image: -moz-linear-gradient(0deg, rgba(0,0,0,0), rgba(0,0,0,0.8));background-image: -ms-linear-gradient(0deg, rgba(0,0,0,0), rgba(0,0,0,0.8));background-image: -o-linear-gradient(0deg, rgba(0,0,0,0), rgba(0,0,0,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000' );";background-image: linear-gradient(0deg, rgba(0,0,0,0), rgba(0,0,0,0.8));background-size:auto !important;top:1.9375rem;left:55.375rem;display:block; }
#uvAKCcgFrDikNKF9bMSEt4y2QtGLhdgb { box-sizing:content-box;height:11.25rem;width:11.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15039;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.8));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.8));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.8));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.8));background-size:auto !important;top:27.625rem;left:7.8125rem;display:block; }
#hnFmVphbIHfbdoF6vMmxhZMie42GXXZx { box-sizing:content-box;height:11.25rem;width:11.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.8));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.8));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.8));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.8));background-size:auto !important;top:14.625rem;left:7.8125rem;display:block; }
#CT5MwkemXcMJdc07RzCe5fl0bJoBdauG { box-sizing:content-box;height:11.25rem;width:11.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.8));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.8));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.8));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.8));background-size:auto !important;top:14.625rem;left:23.5625rem;display:block; }
#qxK9Cn7TrzOyBrfAhEXE6MIpTRmXlt17 { box-sizing:content-box;height:11.25rem;width:11.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15037;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.8));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.8));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.8));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.8));background-size:auto !important;top:14.625rem;left:39.6875rem;display:block; }
#gflE2reiaXPkyuZySrzM5Me8hLbHZIQf { box-sizing:content-box;height:11.25rem;width:11.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15038;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.8));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.8));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.8));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.8));background-size:auto !important;top:14.625rem;left:55.375rem;display:block; }
#e2cCGxSQTLvFF48Q6IoSeLo5k7Nm63Sz { box-sizing:content-box;height:11.25rem;width:11.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15039;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.8));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.8));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.8));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.8));background-size:auto !important;top:27.625rem;left:23.5625rem;display:block; }
#ml6BuLDAvcGm9H8aoVSHzVmE4tsEnqDZ { position:absolute;display:block;z-index:15029;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/616ae80b-ca3b-406f-ba02-0ce2fb359640/Odontologiaveterinaria.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:11.25rem;width:11.25rem;top:27.625rem;left:39.6875rem;display:block; }#ml6BuLDAvcGm9H8aoVSHzVmE4tsEnqDZ.adaptive-delivery-prevent-bg, #ml6BuLDAvcGm9H8aoVSHzVmE4tsEnqDZ.lazyload, #ml6BuLDAvcGm9H8aoVSHzVmE4tsEnqDZ.lazyloading { background-image: none; }
#SWdTdy75Lp5TLv16lPnVgfPSs8ypXwUQ { position:absolute;display:block;z-index:15039;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/48d188d0-9c37-4e97-9f6e-4123bcae592a/Veterinariacuidandodeumacaocomamedicinapreventiva.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:11.25rem;width:11.25rem;top:27.625rem;left:56.3125rem;display:block; }#SWdTdy75Lp5TLv16lPnVgfPSs8ypXwUQ.adaptive-delivery-prevent-bg, #SWdTdy75Lp5TLv16lPnVgfPSs8ypXwUQ.lazyload, #SWdTdy75Lp5TLv16lPnVgfPSs8ypXwUQ.lazyloading { background-image: none; }
#KFPkUkwgxPPtqGE6rkRn6wb1Eelw2z8V { box-sizing:content-box;height:11.25rem;width:11.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15045;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.8));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.8));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.8));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.8));background-size:auto !important;top:27.625rem;left:39.6865234375rem;display:block; }
#k5qP4ro525DyLqpqA0mhUllV58NVlKPy { box-sizing:content-box;height:11.25rem;width:11.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15045;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.8));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.8));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.8));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.8));background-size:auto !important;top:27.625rem;left:56.25rem;display:block; }
#UAEo8sLhWwKP4Ah8m2DlCb82nvC0AnU8 { color:#3b117b;display:block;width:9.5605625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:33.5751953125rem;left:57.1259765625rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cFWc8VC7QQ1kHtpVIsVo4g1NdlgC1l3t { color:#3b117b;display:block;width:10.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:34.224609375rem;left:39.8427734375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bpaBFZ8a5XGiXFGJs84DNayi3niqWTHR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#bpaBFZ8a5XGiXFGJs84DNayi3niqWTHR > .row .container { background-color: transparent; background-image: none; }#bpaBFZ8a5XGiXFGJs84DNayi3niqWTHR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bpaBFZ8a5XGiXFGJs84DNayi3niqWTHR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bpaBFZ8a5XGiXFGJs84DNayi3niqWTHR > .row .container > .video-iframe-container { display: none; }#bpaBFZ8a5XGiXFGJs84DNayi3niqWTHR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bpaBFZ8a5XGiXFGJs84DNayi3niqWTHR > .row > .video-iframe-container { display: none; }#bpaBFZ8a5XGiXFGJs84DNayi3niqWTHR > .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); }#bpaBFZ8a5XGiXFGJs84DNayi3niqWTHR > .row .container { border-width: 0; border-radius: 0; }#bpaBFZ8a5XGiXFGJs84DNayi3niqWTHR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bpaBFZ8a5XGiXFGJs84DNayi3niqWTHR > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:75rem;position:relative;display:block; }#W5LxvcPWaWrdqNa6I8UMDUeVl9BsuFbG { background-color:#ff9800;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.0625rem;left:18.375rem;display:none; }
#C824pKvwSr0TDQU9EiguyROImP4PrwV9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dPTp3VhTSsM0aJOtTukeDu9oUm9teGfV { background-color:#00940d;background-image:url("https://images.assets-landingi.com/uc/5b5ae2ae-8a49-49ef-be0f-96436081e392/bt_pet2.png");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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.125rem;left:37.8125rem;display:block; }#dPTp3VhTSsM0aJOtTukeDu9oUm9teGfV.adaptive-delivery-prevent-bg, #dPTp3VhTSsM0aJOtTukeDu9oUm9teGfV.lazyload, #dPTp3VhTSsM0aJOtTukeDu9oUm9teGfV.lazyloading { background-image: none; }
#LCm5KV1LSuZ4HmEwlHbu0VyHLG8G0LeJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zvaFKsTXOocTLt4dvQCeXkUC7XfxVsfe { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:3.75rem;width:17.5rem;top:1.125rem;left:19.75rem;overflow:hidden;display:block; }
#ypW28vB47GuTmiqQqUgEtppXNwetMkLD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#ypW28vB47GuTmiqQqUgEtppXNwetMkLD > .row .container { background-color: transparent; background-image: none; }#ypW28vB47GuTmiqQqUgEtppXNwetMkLD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypW28vB47GuTmiqQqUgEtppXNwetMkLD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypW28vB47GuTmiqQqUgEtppXNwetMkLD > .row .container > .video-iframe-container { display: none; }#ypW28vB47GuTmiqQqUgEtppXNwetMkLD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypW28vB47GuTmiqQqUgEtppXNwetMkLD > .row > .video-iframe-container { display: none; }#ypW28vB47GuTmiqQqUgEtppXNwetMkLD > .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); }#ypW28vB47GuTmiqQqUgEtppXNwetMkLD > .row .container { border-width: 0; border-radius: 0; }#ypW28vB47GuTmiqQqUgEtppXNwetMkLD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ypW28vB47GuTmiqQqUgEtppXNwetMkLD > .row .container { font-size:0.875rem;font-family:arial;height:44.25rem;width:75rem;position:relative;display:block; }#hexBDJEhstTez1qO0qx7q7pT8u6ZThrU { color:#04253a;display:block;width:71.5625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:10.7490234375rem;left:1.71875rem;height:4.78125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bixWryMw3melyzkDgqoTrT5d7ut79ZMh { color:#04253a;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.8437495231628rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yeKWZiB9RlF4sfvdBV0KLCvMhyOV2NtG { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:6.875rem;left:0rem;display:block; }
#ieGtGJJhFxWlnWtZvQDevub1VTccbNza { position:absolute;display:block;z-index:15007;background-color:#3260b2;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.25rem;width:3.75rem;top:6.8125rem;left:35.625rem;display:block; }
#VBbhnEHLLbVhXEyBTabpmMT7LA8TI2fI { color:#04253a;display:block;width:34.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:18.3125rem;left:2rem;height:1.875rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#IubCwJCnLsR9hLMQToRp6KsKxJha4N9J { color:#04253a;display:block;width:34.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:20.6875rem;left:2rem;height:12.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#IubCwJCnLsR9hLMQToRp6KsKxJha4N9J li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IubCwJCnLsR9hLMQToRp6KsKxJha4N9J li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/211d4b06-87fe-4ad9-8d69-a2d7696be8df/dffafa.png); }
#nwyVIJfqA5pwp18tkdyIlmO9LdbaQA8V { color:#04253a;display:block;width:34.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:20.6875rem;left:38.6875rem;height:13.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#nwyVIJfqA5pwp18tkdyIlmO9LdbaQA8V li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nwyVIJfqA5pwp18tkdyIlmO9LdbaQA8V li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/211d4b06-87fe-4ad9-8d69-a2d7696be8df/dffafa.png); }
#hv1al6UZpcGDzOxZnbDqO2AfuQnv685L { color:#04253a;display:block;width:34.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:18.3125rem;left:38.6875rem;height:1.875rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#ValoT2dOuk2K2JUzHeXrJ5rISZexH6EZ { background-color:#ee7691;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:36.9375rem;left:37.875rem;display:block; }
#TUZufLNErAT7QPZgesIaaDyNRVegdDDA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HoC0qqh8ZlgViqzMs4uZIT0eBWETq1qA { background-color:#3260b2;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:36.9375rem;left:19.625rem;display:block; }
#SdsADhflEcB7dmBZD1DhJvB5fDmnB2Hz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ceH9hTLal1tiTDBU5NO76oIZXgzJh73F { color:#04253a;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:8.4990234375rem;left:0rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iFsDN1TJ0pAt6FqVT5o3O9DcWHVQoJwJ { color:#04253a;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.8437495231628rem;left:0rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#aNnH6iSeXV4PT4vOzQg8MIf2Sdgr3bAg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3260b2;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; }#aNnH6iSeXV4PT4vOzQg8MIf2Sdgr3bAg > .row .container { background-color: transparent; background-image: none; }#aNnH6iSeXV4PT4vOzQg8MIf2Sdgr3bAg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aNnH6iSeXV4PT4vOzQg8MIf2Sdgr3bAg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aNnH6iSeXV4PT4vOzQg8MIf2Sdgr3bAg > .row .container > .video-iframe-container { display: none; }#aNnH6iSeXV4PT4vOzQg8MIf2Sdgr3bAg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aNnH6iSeXV4PT4vOzQg8MIf2Sdgr3bAg > .row > .video-iframe-container { display: none; }#aNnH6iSeXV4PT4vOzQg8MIf2Sdgr3bAg > .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); }#aNnH6iSeXV4PT4vOzQg8MIf2Sdgr3bAg > .row .container { border-width: 0; border-radius: 0; }#aNnH6iSeXV4PT4vOzQg8MIf2Sdgr3bAg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aNnH6iSeXV4PT4vOzQg8MIf2Sdgr3bAg > .row .container { font-size:0.875rem;font-family:arial;height:41.5625rem;width:75rem;position:relative;display:block; }#RxeumME0PAtTBfwcI0HzdZ1TZ05RhH09 { color:#04253a;display:block;width:35.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:11.3125rem;left:37.5625rem;height:25.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nv0PUEfoC2uQT6EHo49yZ4NOrR9OWCQe { color:#04253a;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IqAzn09yPhKd7AhUNDk8ETnlTZBFC6IF { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:75rem;top:9.3125rem;left:0rem;display:block; }
#piHVmceLakGmTGxN2FmiPGyEEt4RfJer { position:absolute;display:block;z-index:15010;background-color:#ffffff;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.25rem;width:3.75rem;top:9.25rem;left:35.625rem;display:block; }
#FOdACxxV7IzvmrWlI02t6XWVKTHwzmhB { box-sizing:content-box;height:25.0625rem;width:33.625rem;position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0082ff15-26dd-4047-9a16-3c71386b9e01/closenoveterinariocuidandoanimaldeestimacao.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.40625rem;left:2.0625rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }#FOdACxxV7IzvmrWlI02t6XWVKTHwzmhB.adaptive-delivery-prevent-bg, #FOdACxxV7IzvmrWlI02t6XWVKTHwzmhB.lazyload, #FOdACxxV7IzvmrWlI02t6XWVKTHwzmhB.lazyloading { background-image: none; }
#f9VIO4moTD2VI9m1OUHNIyRO984VcTN2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#f9VIO4moTD2VI9m1OUHNIyRO984VcTN2 > .row .container { background-color: transparent; background-image: none; }#f9VIO4moTD2VI9m1OUHNIyRO984VcTN2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f9VIO4moTD2VI9m1OUHNIyRO984VcTN2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f9VIO4moTD2VI9m1OUHNIyRO984VcTN2 > .row .container > .video-iframe-container { display: none; }#f9VIO4moTD2VI9m1OUHNIyRO984VcTN2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f9VIO4moTD2VI9m1OUHNIyRO984VcTN2 > .row > .video-iframe-container { display: none; }#f9VIO4moTD2VI9m1OUHNIyRO984VcTN2 > .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); }#f9VIO4moTD2VI9m1OUHNIyRO984VcTN2 > .row .container { border-width: 0; border-radius: 0; }#f9VIO4moTD2VI9m1OUHNIyRO984VcTN2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f9VIO4moTD2VI9m1OUHNIyRO984VcTN2 > .row .container { font-size:0.875rem;font-family:arial;height:34.6875rem;width:75rem;position:relative;display:block; }#ZnmhrXvFd7pQ7rCrqgFN5TdOIMXwSLZ6 { color:#04253a;display:block;width:35rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:13rem;left:2.375rem;height:16.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rW2iyoUDlXgDX1rdWEbCfwTSPITHetQH { color:#04253a;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iuPA2S8s6JnAW5s8KtadF92VbVv0DzQ0 { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:75rem;top:9.3125rem;left:0rem;display:block; }
#G2fimE2ZF5T6OM11Iu8EG4Orry5NvJyb { position:absolute;display:block;z-index:15010;background-color:#3260b2;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.25rem;width:3.75rem;top:9.25rem;left:35.625rem;display:block; }
#nmLzudJ6Uc1mDyfd3QutE5Lk0zNsc2EO { box-sizing:content-box;height:18rem;width:33.625rem;position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f36502ee-b291-4c3f-9106-7c5e8fd2b3fd/veterinariaexaminandoumcachorronaclinica.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.5rem;left:39rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }#nmLzudJ6Uc1mDyfd3QutE5Lk0zNsc2EO.adaptive-delivery-prevent-bg, #nmLzudJ6Uc1mDyfd3QutE5Lk0zNsc2EO.lazyload, #nmLzudJ6Uc1mDyfd3QutE5Lk0zNsc2EO.lazyloading { background-image: none; }
#xUmPSzikbAglifVTP6p4XN4ENNrzQnRo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3260b2;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; }#xUmPSzikbAglifVTP6p4XN4ENNrzQnRo > .row .container { background-color: transparent; background-image: none; }#xUmPSzikbAglifVTP6p4XN4ENNrzQnRo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xUmPSzikbAglifVTP6p4XN4ENNrzQnRo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xUmPSzikbAglifVTP6p4XN4ENNrzQnRo > .row .container > .video-iframe-container { display: none; }#xUmPSzikbAglifVTP6p4XN4ENNrzQnRo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xUmPSzikbAglifVTP6p4XN4ENNrzQnRo > .row > .video-iframe-container { display: none; }#xUmPSzikbAglifVTP6p4XN4ENNrzQnRo > .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); }#xUmPSzikbAglifVTP6p4XN4ENNrzQnRo > .row .container { border-width: 0; border-radius: 0; }#xUmPSzikbAglifVTP6p4XN4ENNrzQnRo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xUmPSzikbAglifVTP6p4XN4ENNrzQnRo > .row .container { font-size:0.875rem;font-family:arial;height:37.0625rem;width:75rem;position:relative;display:block; }#UJAG6TkcIfwJrXCzDTKz5cdEUZqc76kG { color:#04253a;display:block;width:35.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:11.75rem;left:37.3125rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SrEh1Xh5lMzqv2cch3gEHAtb0gxvLZv2 { color:#04253a;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MzLfgcdMrVZhfmzpzTGreVIrifBOSGfM { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:75rem;top:9.3125rem;left:0rem;display:block; }
#SaPXoP5m3maOAZCBNl1ps1ee3OIRAOD1 { position:absolute;display:block;z-index:15010;background-color:#ffffff;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.25rem;width:3.75rem;top:9.25rem;left:35.625rem;display:block; }
#xWmx0x6W77e5TBAiyFQP8FWeXPTPUTKU { box-sizing:content-box;height:19.6875rem;width:33.625rem;position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ca7edb0c-0714-44cd-82d2-cdc946fafd4f/fecheomedicoveterinariocuidandoanimaldeestimacao.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.4375rem;left:2.3125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }#xWmx0x6W77e5TBAiyFQP8FWeXPTPUTKU.adaptive-delivery-prevent-bg, #xWmx0x6W77e5TBAiyFQP8FWeXPTPUTKU.lazyload, #xWmx0x6W77e5TBAiyFQP8FWeXPTPUTKU.lazyloading { background-image: none; }
#DtAbwsqPPfPclW1CMw6lUR8EHf15TFHn { color:#04253a;display:block;width:35.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:17.125rem;left:37.3125rem;height:5.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#DtAbwsqPPfPclW1CMw6lUR8EHf15TFHn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DtAbwsqPPfPclW1CMw6lUR8EHf15TFHn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b243c1342944dc094a186c4047abec6d39679d3d.svg); }
#XZFoJBZHqmTdbP1RFnJz8CiaNeTFsECf { color:#04253a;display:block;width:33.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:23.3125rem;left:37.3125rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BshUb0B781vbDLfROPGoLyzvrykK0kRE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#BshUb0B781vbDLfROPGoLyzvrykK0kRE > .row .container { background-color: transparent; background-image: none; }#BshUb0B781vbDLfROPGoLyzvrykK0kRE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BshUb0B781vbDLfROPGoLyzvrykK0kRE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BshUb0B781vbDLfROPGoLyzvrykK0kRE > .row .container > .video-iframe-container { display: none; }#BshUb0B781vbDLfROPGoLyzvrykK0kRE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BshUb0B781vbDLfROPGoLyzvrykK0kRE > .row > .video-iframe-container { display: none; }#BshUb0B781vbDLfROPGoLyzvrykK0kRE > .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); }#BshUb0B781vbDLfROPGoLyzvrykK0kRE > .row .container { border-width: 0; border-radius: 0; }#BshUb0B781vbDLfROPGoLyzvrykK0kRE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BshUb0B781vbDLfROPGoLyzvrykK0kRE > .row .container { font-size:0.875rem;font-family:arial;height:32.25rem;width:75rem;position:relative;display:block; }#hwRGrEuhsDtT8xaNmnZbOl8GZlvZUkOZ { 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:22.9375rem;width:22.9375rem;top:5.6875rem;left:6.0625rem;overflow:hidden;display:block; }
#aL7rndOwkHDtv3wLaZudUg2SITphV2ZO { color:#04253a;display:block;width:35.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:15.0625rem;left:33.3125rem;height:9.597625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gDCTIW0s1Ts9nfeEd9efoPNLILk9l3TL { color:#04253a;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:9.6875rem;left:33.3125rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BOVNQQn2uKuluoti0veJOpNnsRi0Ernu { color:#96a6b0;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:12.875rem;left:33.3125rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B5GbVMKBmwVelsZv9JCzC5AIT3ehzSGm { box-sizing:content-box;height:22.9375rem;width:22.9375rem;position:absolute;display:block;z-index:14999;background-color:#025c98;background-image:none;top:3.9375rem;left:7.5625rem;display:block; }
#mg3NndqyQMbuGDp6CfPG4dDarenreldz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#mg3NndqyQMbuGDp6CfPG4dDarenreldz > .row .container { background-color: transparent; background-image: none; }#mg3NndqyQMbuGDp6CfPG4dDarenreldz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mg3NndqyQMbuGDp6CfPG4dDarenreldz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mg3NndqyQMbuGDp6CfPG4dDarenreldz > .row .container > .video-iframe-container { display: none; }#mg3NndqyQMbuGDp6CfPG4dDarenreldz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mg3NndqyQMbuGDp6CfPG4dDarenreldz > .row > .video-iframe-container { display: none; }#mg3NndqyQMbuGDp6CfPG4dDarenreldz > .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); }#mg3NndqyQMbuGDp6CfPG4dDarenreldz > .row .container { border-width: 0; border-radius: 0; }#mg3NndqyQMbuGDp6CfPG4dDarenreldz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mg3NndqyQMbuGDp6CfPG4dDarenreldz > .row .container { font-size:0.875rem;font-family:arial;height:9.75rem;width:75rem;position:relative;display:block; }#LqlQ7Xx3k0wK6dD4UaTZdunAH2PyNMVl { color:#04253a;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.4375rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zhKSmSUcN6egBXKfShTLyIvmhnbi0ukt { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:9.4375rem;left:0rem;display:block; }
#q1eLkHTRdeolXA663PapT0ywsWB9mt77 { position:absolute;display:block;z-index:15007;background-color:#3260b2;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.25rem;width:3.75rem;top:9.375rem;left:35.625rem;display:block; }
#KxH8cJF8i8uP5XqIeIQFMD8audFKw6RJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#KxH8cJF8i8uP5XqIeIQFMD8audFKw6RJ > .row .container { background-color: transparent; background-image: none; }#KxH8cJF8i8uP5XqIeIQFMD8audFKw6RJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxH8cJF8i8uP5XqIeIQFMD8audFKw6RJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxH8cJF8i8uP5XqIeIQFMD8audFKw6RJ > .row .container > .video-iframe-container { display: none; }#KxH8cJF8i8uP5XqIeIQFMD8audFKw6RJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxH8cJF8i8uP5XqIeIQFMD8audFKw6RJ > .row > .video-iframe-container { display: none; }#KxH8cJF8i8uP5XqIeIQFMD8audFKw6RJ > .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); }#KxH8cJF8i8uP5XqIeIQFMD8audFKw6RJ > .row .container { border-width: 0; border-radius: 0; }#KxH8cJF8i8uP5XqIeIQFMD8audFKw6RJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KxH8cJF8i8uP5XqIeIQFMD8audFKw6RJ > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;position:relative;display:block; }#OGazzoAigyCVBLra2Sq3mTTSNgEREdyL { color:#04253a;display:block;width:68.75rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:1rem;left:3.125rem;height:4.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zhKkHpRJAToBkJTENpGe133eMQZyx2AW { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/rFmGuR5b/WhatsApp_Image_2021_04_12_at_19.59.21.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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.1875rem rgba(0,0,0,0.5) ;height:18.125rem;width:18.125rem;top:7.125rem;left:56.875rem;display:block; }#zhKkHpRJAToBkJTENpGe133eMQZyx2AW.adaptive-delivery-prevent-bg, #zhKkHpRJAToBkJTENpGe133eMQZyx2AW.lazyload, #zhKkHpRJAToBkJTENpGe133eMQZyx2AW.lazyloading { background-image: none; }
#mExNrO5V5PPczKiMwiXCVfkXG7JZX5qv { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/lGpMl0eZ/WhatsApp_Image_2021_04_12_at_19.59.20_1_.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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.1875rem rgba(0,0,0,0.5) ;height:18.125rem;width:18.125rem;top:7.125rem;left:37.96875rem;display:block; }#mExNrO5V5PPczKiMwiXCVfkXG7JZX5qv.adaptive-delivery-prevent-bg, #mExNrO5V5PPczKiMwiXCVfkXG7JZX5qv.lazyload, #mExNrO5V5PPczKiMwiXCVfkXG7JZX5qv.lazyloading { background-image: none; }
#DGsxv1UQy7cpgy3sXtlDr20im2sbilwS { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/862iOHLP/WhatsApp_Image_2021_04_12_at_19.59.20_2_.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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.1875rem rgba(0,0,0,0.5) ;height:18.125rem;width:18.125rem;top:7.125rem;left:19.03125rem;display:block; }#DGsxv1UQy7cpgy3sXtlDr20im2sbilwS.adaptive-delivery-prevent-bg, #DGsxv1UQy7cpgy3sXtlDr20im2sbilwS.lazyload, #DGsxv1UQy7cpgy3sXtlDr20im2sbilwS.lazyloading { background-image: none; }
#pyQUOpo7qCBkINQfyvbnXkGLGLrWkBiA { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/fMVLnmaf/WhatsApp_Image_2021_04_12_at_19.59.20.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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.1875rem rgba(0,0,0,0.5) ;height:18.125rem;width:18.125rem;top:7.125rem;left:0.125rem;display:block; }#pyQUOpo7qCBkINQfyvbnXkGLGLrWkBiA.adaptive-delivery-prevent-bg, #pyQUOpo7qCBkINQfyvbnXkGLGLrWkBiA.lazyload, #pyQUOpo7qCBkINQfyvbnXkGLGLrWkBiA.lazyloading { background-image: none; }
#TVA9d0NrizKccsTDVELyNEyVCe00W8mv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#TVA9d0NrizKccsTDVELyNEyVCe00W8mv > .row .container { background-color: transparent; background-image: none; }#TVA9d0NrizKccsTDVELyNEyVCe00W8mv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVA9d0NrizKccsTDVELyNEyVCe00W8mv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVA9d0NrizKccsTDVELyNEyVCe00W8mv > .row .container > .video-iframe-container { display: none; }#TVA9d0NrizKccsTDVELyNEyVCe00W8mv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVA9d0NrizKccsTDVELyNEyVCe00W8mv > .row > .video-iframe-container { display: none; }#TVA9d0NrizKccsTDVELyNEyVCe00W8mv > .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); }#TVA9d0NrizKccsTDVELyNEyVCe00W8mv > .row .container { border-width: 0; border-radius: 0; }#TVA9d0NrizKccsTDVELyNEyVCe00W8mv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TVA9d0NrizKccsTDVELyNEyVCe00W8mv > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#De5kD8NIrAl2t0h1KOdKzK2cpyGaTzIW { color:#04253a;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QiAlvXkQix1iIK3uJXBak0WEDvmVOlX9 { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:6.4375rem;left:0rem;display:block; }
#u7ZL6KLogxWu1lB895uvtBLm3PEQr3Tx { position:absolute;display:block;z-index:15007;background-color:#3260b2;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.25rem;width:3.75rem;top:6.3750019073488rem;left:35.625001907349rem;display:block; }
#s9OvPvOaIImIEpmuNdrcZUpOyrAQd0BI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#s9OvPvOaIImIEpmuNdrcZUpOyrAQd0BI > .row .container { background-color: transparent; background-image: none; }#s9OvPvOaIImIEpmuNdrcZUpOyrAQd0BI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9OvPvOaIImIEpmuNdrcZUpOyrAQd0BI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9OvPvOaIImIEpmuNdrcZUpOyrAQd0BI > .row .container > .video-iframe-container { display: none; }#s9OvPvOaIImIEpmuNdrcZUpOyrAQd0BI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9OvPvOaIImIEpmuNdrcZUpOyrAQd0BI > .row > .video-iframe-container { display: none; }#s9OvPvOaIImIEpmuNdrcZUpOyrAQd0BI > .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); }#s9OvPvOaIImIEpmuNdrcZUpOyrAQd0BI > .row .container { border-width: 0; border-radius: 0; }#s9OvPvOaIImIEpmuNdrcZUpOyrAQd0BI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s9OvPvOaIImIEpmuNdrcZUpOyrAQd0BI > .row .container { font-size:0.875rem;font-family:arial;height:50.9375rem;width:75rem;position:relative;display:block; }#nNetffsC9oMawRR53ikKfaTiRBudNkq4 { position:absolute;display:block;z-index:15000;height:37.5rem;width:75rem;top:0.8984375rem;left:0rem;display:block; }
#QZ0c4gpsczglvLiQ9X8WXceVxNFEhxra { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3260b2;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; }#QZ0c4gpsczglvLiQ9X8WXceVxNFEhxra > .row .container { background-color: transparent; background-image: none; }#QZ0c4gpsczglvLiQ9X8WXceVxNFEhxra::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZ0c4gpsczglvLiQ9X8WXceVxNFEhxra > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZ0c4gpsczglvLiQ9X8WXceVxNFEhxra > .row .container > .video-iframe-container { display: none; }#QZ0c4gpsczglvLiQ9X8WXceVxNFEhxra > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZ0c4gpsczglvLiQ9X8WXceVxNFEhxra > .row > .video-iframe-container { display: none; }#QZ0c4gpsczglvLiQ9X8WXceVxNFEhxra > .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); }#QZ0c4gpsczglvLiQ9X8WXceVxNFEhxra > .row .container { border-width: 0; border-radius: 0; }#QZ0c4gpsczglvLiQ9X8WXceVxNFEhxra > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QZ0c4gpsczglvLiQ9X8WXceVxNFEhxra > .row .container { font-size:0.875rem;font-family:arial;height:15.25rem;width:75rem;position:relative;display:block; }#VA5ZA4IbvApJxOhUTOzJsuCfK9d88220 { color:#000000;display:block;width:10.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:7.75rem;left:4.5625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PwX5ZmtMsJNBuQbstw07OGliV1TIgHi0 { color:#000000;display:block;width:10.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:5.625rem;left:4.5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UNurKAUeBfnLwLCAw1M5EV27sH6ofLPP { box-sizing:content-box;color:#ffffff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:5.25rem;left:1.75rem;display:block; }
#aH9FWRgnv1HRWTksQxdIRf6VFrb4F96Q { box-sizing:content-box;color:#ffffff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:7.375rem;left:1.75rem;display:block; }
#W280hy0vrEkH2ANtF3tImTM9ETC7cSP6 { color:#d32150;display:block;width:13.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.4375rem;left:1.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G1qmd7xcguOa3T2A1XhR8p4db4U5l7Sb { position:absolute;display:block;z-index:15021;background-color:#c7c000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.125rem;top:4.6875rem;left:1.6875rem;display:block; }
#TJn7CzaaTruXGVpTw8ShhQpeJJvO0ixU { box-sizing:content-box;color:#ffffff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.249025rem;width:2.249025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15033;top:9.625rem;left:1.8125rem;display:block; }
#hzAb9O1aki8dqVI5foROQTe1ZacqynXm { color:#000000;display:block;width:10.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:10rem;left:4.4375rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mZUrD1fK7kT4u0AXN9kttMsWBmFW6QvB { color:#000000;display:block;width:9.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:5.4375rem;left:19.25rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UqiuWIks5bvDK6bTZ7cfUdBeIJ9vHmGV { color:#d32150;display:block;width:16.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:2.4375rem;left:16.4375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kqtpl582pUXmcw8L2EanNeAd94633KfM { position:absolute;display:block;z-index:15029;background-color:#c7c000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.125rem;top:4.6875rem;left:16.4375rem;display:block; }
#tqdiThgc3zueaLnuqelySxTZh0d0mTL2 { box-sizing:content-box;color:#ffffff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15032;top:5.4375rem;left:16.4375rem;display:block; }
#KwAMXs1AsXa1dBEfHT2ftXopn3TW51Qb { color:#000000;display:block;width:11.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:9.1875rem;left:19.25rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Td70Zif1xZlczUZQxO5y0udFTay77Xb5 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:9.25rem;left:16.6875rem; }
#wfHUwo9r9dvFEzSiZspFy4uGh5tIfyOF { position:absolute;display:block;z-index:15035;height:10.625rem;width:38.125rem;top:2.3125rem;left:34.5625rem;display:block; }
#vf1fvm8esUtuTFMxFR1uk1tGhfZZ9MWG { position:absolute;display:block;z-index:15035;height:10.625rem;width:38.125rem;top:2.3125rem;left:34.5625rem;display:none; }
#DoTK3cAL0Q7HGdixyRSMuKdt4DiQVR3T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:none; }#DoTK3cAL0Q7HGdixyRSMuKdt4DiQVR3T > .row .container { border-width: 0; border-radius: 0; }#DoTK3cAL0Q7HGdixyRSMuKdt4DiQVR3T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DoTK3cAL0Q7HGdixyRSMuKdt4DiQVR3T > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#zt5Tn56bMM8DZJ7mx9fbXb7JAqcSQEue { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4daf50, #4a8b13);background-image: -moz-linear-gradient(180deg, #4daf50, #4a8b13);background-image: -ms-linear-gradient(180deg, #4daf50, #4a8b13);background-image: -o-linear-gradient(180deg, #4daf50, #4a8b13);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4daf50', endColorstr='#4a8b13' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4daf50', endColorstr='#4a8b13' );";background-image: linear-gradient(180deg, #4daf50, #4a8b13);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:4rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:37.0625rem;left:0rem;display:none; }
#Snzht7IpMptoNlgMiAe2l9q1RKqqd4BC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y4UxWyXeuxTh1I0vNURsXMDJpsbdJqkL { 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:3.125rem;width:18.75rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VROOOcFcKm6psNf5hQ2VVSn41OLExnbf { display:block; }#VROOOcFcKm6psNf5hQ2VVSn41OLExnbf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z6G7W5rhmFdr5QZ71NN6XJvy7nemlvnD { width:10.875rem;height:7.375rem;top:0rem;left:18.437501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #sF7QIJ13cMRt8efm2rJehHwMlVRTtCN5 { width:6.625rem;height:5.75rem;top:0.625rem;left:20.562501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXEJGUOV3sf1JA1UyJZKOZs6WWnT3vRs { width:27.8125rem;height:7.5rem;top:10.4375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCH9DB446JeaW5dvDgrZLx8gy65Rz9PC { width:27.8125rem;height:7.5rem;top:10.4375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLwispDp4Id6Kp9RRL80k9VvaU0DVwS8 { width:27.8125rem;height:7.5rem;top:10.4375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKSVhisl06fH5Fi2rP3svM9IkbKN4lMR { width:27.8125rem;height:7.5rem;top:10.4375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChqupXO8Rdi2mybJcHDCEXVEPbdOpK42 { width:27.8125rem;height:7.5rem;top:10.4375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnHrmXiqiSLz2bRyPBlEcmrAQyAEcFFa { width:27.8125rem;height:7.5rem;top:10.4375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRRKCzkp990GLeqErA2pJUEMm7kUzTlR { display:block; }#hRRKCzkp990GLeqErA2pJUEMm7kUzTlR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRvhtSkH5AK6gzp4I9QpG5GSvwicDlKn { width:27.8125rem;height:7.5rem;top:10.4375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVMCLwh9v8N03ezTTVE6KDNlTspTDD2Q { width:27.8125rem;height:5.8125rem;top:19.1875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPJzVAu1ia791BX7UPTo7RX7TAWrM36h { width:17rem;height:3.75rem;top:21.5rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUARLT7Jfugb1S4QnURn0I3ZLIlQ4y6x { display:block; }
 }@media only screen and (max-width: 763px) { #U2TXwCOtytRUyZNZzEDVWze44nJ3hiCS { width:17.5rem;height:3.75rem;top:30.6875rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #na2ahECfMJg9VrScXG6aganN1iT4zUc4 { display:block; }
 }@media only screen and (max-width: 763px) { #diEQM0H1fbzo1MHKPqCdudzhrFkGaEzy { width:27.8125rem;height:5.8125rem;top:19.1875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cf15yUCUQgou6CvG2tCAV8m0yz8y4A3f { width:14.1875rem;height:2.25rem;top:39.4375rem;left:16.812500953674rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLnV451lKLfGH1D3WTq4hNKh5uT1P0fi { width:27.8125rem;height:5.8125rem;top:19.1875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #riqiGConnTCsCJbqDgs7DGvQMkNOMIoR { width:27.8125rem;height:5.8125rem;top:19.1875rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #H8JF1AQhiR6lpdyiHStL2u774SwuBs0k { width:26.5625rem;height:33.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aTdTbFBFbVJVq5qISLCvXLLbW5BPxPMz { width:13.75rem;height:20.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #u8sbMTWOgOiyNBmaSqtIcabrvC1zeM8P { width:17.5rem;height:3.75rem;top:30.6875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4t1W4ul0ozkl3VzOdWhubq1t2aHe2J9 { display:block; }#R4t1W4ul0ozkl3VzOdWhubq1t2aHe2J9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IFigg5UppcBRGCp9R3WVmk8e3WTNyVQL { width:37.125rem;height:2.625rem;top:1.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuIG8phrMO7qa42SrNmNXM4O6VBIzx5S { width:10.4375rem;height:4.75rem;top:1rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7mManmVe9DWizWrZz620RvUnvVNsJ4U { width:9.375rem;height:1.4375rem;top:2.6875rem;left:27.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGipmqNBu89uGc51VtAde4tPDtcN49Rd { width:10.4375rem;height:4.75rem;top:1.0625rem;left:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9OJF91BE8TrDa5XrAtNkRfobyttOGP5 { width:9.125rem;height:1.875rem;top:2.4375rem;left:38.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m04lb3JWHi3in5zwOuxgKLFBeyfXPvrX { width:10.4375rem;height:4.75rem;top:1.0625rem;left:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9nJaGJdH7IX3etJqDoGJnabwOhM9Fsg { width:8rem;height:3.25rem;top:1.75rem;left:39.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd { display:block; }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JVhBQs3VUoTA04PrUbbazLXK1bbWT9sW { width:47.75rem;height:0.0625rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWxCEGz8QS1C15VU0XqfW1Sw1r2yseOT { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWPIUAIstuXceI8UnJwX3cQrhlgIUBR1 { width:47.75rem;height:3.25rem;top:5.875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrqKyTJyRatmXxwZEPhlCUKzFHn4Clcr { display:block; }#CrqKyTJyRatmXxwZEPhlCUKzFHn4Clcr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gCoNBcktWel32ucOfpo7h4qvcweBdZin { width:10.4375rem;height:2.5625rem;top:8.5625rem;left:26.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lS0Eo1fZnVShnGMDMkZtUUNa3nrBp6pD { width:9.5rem;height:2.5625rem;top:8.5625rem;left:38.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoTOhRBfrBN6KfuEPvzuBT62ms8D6KOu { width:10.9375rem;height:1.25rem;top:34.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrrKGbxA1hxnAeNy4mWP4Cdxe1rSDwpl { width:9.5rem;height:1.25rem;top:9.8125rem;left:10.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQvyFHhBcqAtMtvMwlM72ynAv7ubpmRZ { width:11.25rem;height:11.25rem;top:1.9375rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2vVfmFl9n5Z1bleqGg0uTa4iHLTyeX5 { width:11.25rem;height:11.25rem;top:1.9375rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7amuKX5wV2R9sHQWe3mIcSVCwi1Wdxa { width:11.25rem;height:11.25rem;top:1.9375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FO11z1Vi7r1lwMOPeSIQZUgOuO1ASByD { width:11.25rem;height:11.25rem;top:27.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #orfxAATKxqfE1zC7ALGWu38TrDgkfTq1 { width:9.5rem;height:2.5625rem;top:9.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEQQhIbZIfh0eXft0xb0RU8fWm44qSbD { width:11.25rem;height:11.25rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5D30sPmB6LQSboGR2aKhkPsm9J8T3pq { width:9.5rem;height:1.25rem;top:21.8125rem;left:26.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqPGLWWSdzgW2CEfzuZCyyTiVUn6Tvn4 { width:9.5rem;height:1.25rem;top:21.8125rem;left:38.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMtJacNxbTg6e8HTG5byzLMOUwJgE4xN { width:9.5rem;height:2.5625rem;top:34.1875rem;left:10.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzALvZxpMfyQm9Io0kmUpyCZLXaweJtO { width:9.5rem;height:1.25rem;top:21.8125rem;left:10.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRWm4DN3MXVpB4lhlIdW5Quf5I7v2wn5 { width:11.25rem;height:11.25rem;top:14.625rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaoUvK7KNnVLlzlRc7oFXblg8R2DJp5w { width:11.25rem;height:11.25rem;top:14.625rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUiLuZ9BrMkHk51SO1WcTfIJC0DgBfpq { width:11.25rem;height:11.25rem;top:14.625rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5db32HdlpL3CVtoLbxSm8pWinqJPvu5 { width:11.25rem;height:11.25rem;top:27.625rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFOkAXLCLftXSKyhDvkQ1KkxBFOa3SvV { width:11.25rem;height:11.25rem;top:14.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk7wqtIh63xUOWIuZT9B6OJEir5cv4tx { width:9.5rem;height:2.5625rem;top:21.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2IPe3FqDOrgON87Srkw8i6lwf3yqDzi { width:11.25rem;height:11.25rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5Uf0LewXW7G48Pt3MsfbO9aldmFhxsm { width:11.25rem;height:11.25rem;top:1.9375rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcI6dw3molRi7oFABMhnw2QFFBBRw7lm { width:11.25rem;height:11.25rem;top:1.9375rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6CdT9IAV9fzTVRsANPBgQSTpq14nmyZ { width:11.25rem;height:11.25rem;top:1.9375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvAKCcgFrDikNKF9bMSEt4y2QtGLhdgb { width:11.25rem;height:11.25rem;top:27.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnFmVphbIHfbdoF6vMmxhZMie42GXXZx { width:11.25rem;height:11.25rem;top:14.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT5MwkemXcMJdc07RzCe5fl0bJoBdauG { width:11.25rem;height:11.25rem;top:14.625rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxK9Cn7TrzOyBrfAhEXE6MIpTRmXlt17 { width:11.25rem;height:11.25rem;top:14.625rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gflE2reiaXPkyuZySrzM5Me8hLbHZIQf { width:11.25rem;height:11.25rem;top:14.625rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2cCGxSQTLvFF48Q6IoSeLo5k7Nm63Sz { width:11.25rem;height:11.25rem;top:27.625rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ml6BuLDAvcGm9H8aoVSHzVmE4tsEnqDZ { width:11.25rem;height:11.25rem;top:27.625rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWdTdy75Lp5TLv16lPnVgfPSs8ypXwUQ { width:11.25rem;height:11.25rem;top:27.625rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFPkUkwgxPPtqGE6rkRn6wb1Eelw2z8V { width:11.25rem;height:11.25rem;top:27.625rem;left:26.0615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5qP4ro525DyLqpqA0mhUllV58NVlKPy { width:11.25rem;height:11.25rem;top:27.625rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAEo8sLhWwKP4Ah8m2DlCb82nvC0AnU8 { width:9.5rem;height:3.875rem;top:33.5625rem;left:38.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFWc8VC7QQ1kHtpVIsVo4g1NdlgC1l3t { width:10.9375rem;height:2.5625rem;top:34.1875rem;left:26.2177734375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpaBFZ8a5XGiXFGJs84DNayi3niqWTHR { display:block; }#bpaBFZ8a5XGiXFGJs84DNayi3niqWTHR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W5LxvcPWaWrdqNa6I8UMDUeVl9BsuFbG { width:18.75rem;height:4.375rem;top:1.0625rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C824pKvwSr0TDQU9EiguyROImP4PrwV9 { display:block; }
 }@media only screen and (max-width: 763px) { #dPTp3VhTSsM0aJOtTukeDu9oUm9teGfV { width:17.5rem;height:3.75rem;top:1.125rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCm5KV1LSuZ4HmEwlHbu0VyHLG8G0LeJ { display:block; }
 }@media only screen and (max-width: 763px) { #zvaFKsTXOocTLt4dvQCeXkUC7XfxVsfe { width:17.5rem;height:3.75rem;top:1.125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypW28vB47GuTmiqQqUgEtppXNwetMkLD { display:block; }#ypW28vB47GuTmiqQqUgEtppXNwetMkLD > .row .container { width:47.75rem;height:16.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hexBDJEhstTez1qO0qx7q7pT8u6ZThrU { width:29.5625rem;height:10.5rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bixWryMw3melyzkDgqoTrT5d7ut79ZMh { width:47.75rem;height:3.25rem;top:2.8125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeKWZiB9RlF4sfvdBV0KLCvMhyOV2NtG { width:47.75rem;height:0.0625rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieGtGJJhFxWlnWtZvQDevub1VTccbNza { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBbhnEHLLbVhXEyBTabpmMT7LA8TI2fI { width:29.5625rem;height:10.5rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IubCwJCnLsR9hLMQToRp6KsKxJha4N9J { width:29.5625rem;height:10.5rem;top:1.1875rem;left:0rem;display:block; }#IubCwJCnLsR9hLMQToRp6KsKxJha4N9J li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/211d4b06-87fe-4ad9-8d69-a2d7696be8df/dffafa.png); }
 }@media only screen and (max-width: 763px) { #nwyVIJfqA5pwp18tkdyIlmO9LdbaQA8V { width:29.5625rem;height:10.5rem;top:1.1875rem;left:0rem;display:block; }#nwyVIJfqA5pwp18tkdyIlmO9LdbaQA8V li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/211d4b06-87fe-4ad9-8d69-a2d7696be8df/dffafa.png); }
 }@media only screen and (max-width: 763px) { #hv1al6UZpcGDzOxZnbDqO2AfuQnv685L { width:29.5625rem;height:10.5rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ValoT2dOuk2K2JUzHeXrJ5rISZexH6EZ { width:17.5rem;height:3.75rem;top:36.9375rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUZufLNErAT7QPZgesIaaDyNRVegdDDA { display:block; }
 }@media only screen and (max-width: 763px) { #HoC0qqh8ZlgViqzMs4uZIT0eBWETq1qA { width:17.5rem;height:3.75rem;top:36.9375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdsADhflEcB7dmBZD1DhJvB5fDmnB2Hz { display:block; }
 }@media only screen and (max-width: 763px) { #ceH9hTLal1tiTDBU5NO76oIZXgzJh73F { width:29.5625rem;height:10.5rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFsDN1TJ0pAt6FqVT5o3O9DcWHVQoJwJ { width:20rem;height:4.375rem;top:3.25rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aNnH6iSeXV4PT4vOzQg8MIf2Sdgr3bAg { display:block; }#aNnH6iSeXV4PT4vOzQg8MIf2Sdgr3bAg > .row .container { width:47.75rem;height:16.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RxeumME0PAtTBfwcI0HzdZ1TZ05RhH09 { width:29.5625rem;height:10.5rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nv0PUEfoC2uQT6EHo49yZ4NOrR9OWCQe { width:47.75rem;height:3.25rem;top:5.0625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqAzn09yPhKd7AhUNDk8ETnlTZBFC6IF { width:47.75rem;height:0;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #piHVmceLakGmTGxN2FmiPGyEEt4RfJer { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOdACxxV7IzvmrWlI02t6XWVKTHwzmhB { width:33.625rem;height:25.0625rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9VIO4moTD2VI9m1OUHNIyRO984VcTN2 { display:block; }#f9VIO4moTD2VI9m1OUHNIyRO984VcTN2 > .row .container { width:47.75rem;height:16.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZnmhrXvFd7pQ7rCrqgFN5TdOIMXwSLZ6 { width:29.5625rem;height:10.5rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rW2iyoUDlXgDX1rdWEbCfwTSPITHetQH { width:47.75rem;height:3.25rem;top:5.0625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuPA2S8s6JnAW5s8KtadF92VbVv0DzQ0 { width:47.75rem;height:0;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2fimE2ZF5T6OM11Iu8EG4Orry5NvJyb { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmLzudJ6Uc1mDyfd3QutE5Lk0zNsc2EO { width:33.625rem;height:18rem;top:11.5rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUmPSzikbAglifVTP6p4XN4ENNrzQnRo { display:block; }#xUmPSzikbAglifVTP6p4XN4ENNrzQnRo > .row .container { width:47.75rem;height:16.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UJAG6TkcIfwJrXCzDTKz5cdEUZqc76kG { width:29.5625rem;height:10.5rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrEh1Xh5lMzqv2cch3gEHAtb0gxvLZv2 { width:47.75rem;height:3.25rem;top:5.0625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzLfgcdMrVZhfmzpzTGreVIrifBOSGfM { width:47.75rem;height:0;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaPXoP5m3maOAZCBNl1ps1ee3OIRAOD1 { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWmx0x6W77e5TBAiyFQP8FWeXPTPUTKU { width:33.625rem;height:19.6875rem;top:11.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtAbwsqPPfPclW1CMw6lUR8EHf15TFHn { width:29.5625rem;height:10.5rem;top:1.1875rem;left:0rem;display:block; }#DtAbwsqPPfPclW1CMw6lUR8EHf15TFHn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b243c1342944dc094a186c4047abec6d39679d3d.svg); }
 }@media only screen and (max-width: 763px) { #XZFoJBZHqmTdbP1RFnJz8CiaNeTFsECf { width:29.5625rem;height:10.5rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BshUb0B781vbDLfROPGoLyzvrykK0kRE { display:block; }#BshUb0B781vbDLfROPGoLyzvrykK0kRE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hwRGrEuhsDtT8xaNmnZbOl8GZlvZUkOZ { width:22.9375rem;height:22.9375rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL7rndOwkHDtv3wLaZudUg2SITphV2ZO { width:29.5625rem;height:10.5rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDCTIW0s1Ts9nfeEd9efoPNLILk9l3TL { width:31.25rem;height:3.25rem;top:9.6875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOVNQQn2uKuluoti0veJOpNnsRi0Ernu { width:31.25rem;height:2rem;top:12.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5GbVMKBmwVelsZv9JCzC5AIT3ehzSGm { width:22.9375rem;height:22.9375rem;top:3.9375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mg3NndqyQMbuGDp6CfPG4dDarenreldz { display:block; }#mg3NndqyQMbuGDp6CfPG4dDarenreldz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LqlQ7Xx3k0wK6dD4UaTZdunAH2PyNMVl { width:47.75rem;height:3.25rem;top:5.4375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhKSmSUcN6egBXKfShTLyIvmhnbi0ukt { width:47.75rem;height:0.0625rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1eLkHTRdeolXA663PapT0ywsWB9mt77 { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxH8cJF8i8uP5XqIeIQFMD8audFKw6RJ { display:block; }#KxH8cJF8i8uP5XqIeIQFMD8audFKw6RJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OGazzoAigyCVBLra2Sq3mTTSNgEREdyL { width:29.5625rem;height:10.5rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhKkHpRJAToBkJTENpGe133eMQZyx2AW { width:18.125rem;height:18.125rem;top:7.125rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mExNrO5V5PPczKiMwiXCVfkXG7JZX5qv { width:18.125rem;height:18.125rem;top:7.125rem;left:24.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGsxv1UQy7cpgy3sXtlDr20im2sbilwS { width:18.125rem;height:18.125rem;top:7.125rem;left:5.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyQUOpo7qCBkINQfyvbnXkGLGLrWkBiA { width:18.125rem;height:18.125rem;top:7.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVA9d0NrizKccsTDVELyNEyVCe00W8mv { display:block; }#TVA9d0NrizKccsTDVELyNEyVCe00W8mv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #De5kD8NIrAl2t0h1KOdKzK2cpyGaTzIW { width:47.75rem;height:3.25rem;top:2.5rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiAlvXkQix1iIK3uJXBak0WEDvmVOlX9 { width:47.75rem;height:0.0625rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7ZL6KLogxWu1lB895uvtBLm3PEQr3Tx { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9OvPvOaIImIEpmuNdrcZUpOyrAQd0BI { display:block; }#s9OvPvOaIImIEpmuNdrcZUpOyrAQd0BI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nNetffsC9oMawRR53ikKfaTiRBudNkq4 { width:47.75rem;height:37.5rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZ0c4gpsczglvLiQ9X8WXceVxNFEhxra { display:block; }#QZ0c4gpsczglvLiQ9X8WXceVxNFEhxra > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VA5ZA4IbvApJxOhUTOzJsuCfK9d88220 { top:7.75rem;left:0rem;width:10.625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwX5ZmtMsJNBuQbstw07OGliV1TIgHi0 { top:5.625rem;left:0rem;width:10.625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNurKAUeBfnLwLCAw1M5EV27sH6ofLPP { width:2.25rem;height:2.25rem;top:5.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH9FWRgnv1HRWTksQxdIRf6VFrb4F96Q { width:2.25rem;height:2.25rem;top:7.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W280hy0vrEkH2ANtF3tImTM9ETC7cSP6 { top:2.4375rem;left:0rem;width:13.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1qmd7xcguOa3T2A1XhR8p4db4U5l7Sb { width:3.125rem;height:0.0625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJn7CzaaTruXGVpTw8ShhQpeJJvO0ixU { width:2.1875rem;height:2.1875rem;top:9.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzAb9O1aki8dqVI5foROQTe1ZacqynXm { top:10rem;left:0rem;width:10.625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZUrD1fK7kT4u0AXN9kttMsWBmFW6QvB { top:5.4375rem;left:6.75rem;width:9.125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqiuWIks5bvDK6bTZ7cfUdBeIJ9vHmGV { top:2.4375rem;left:0rem;width:16.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqtpl582pUXmcw8L2EanNeAd94633KfM { width:3.125rem;height:0.0625rem;top:4.6875rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqdiThgc3zueaLnuqelySxTZh0d0mTL2 { width:2.25rem;height:2.25rem;top:5.4375rem;left:11.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwAMXs1AsXa1dBEfHT2ftXopn3TW51Qb { top:9.1875rem;left:4rem;width:11.875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td70Zif1xZlczUZQxO5y0udFTay77Xb5 { width:2rem;height:2rem;top:9.25rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfHUwo9r9dvFEzSiZspFy4uGh5tIfyOF { width:38.125rem;height:10.625rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vf1fvm8esUtuTFMxFR1uk1tGhfZZ9MWG { width:38.125rem;height:10.625rem;top:2.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DoTK3cAL0Q7HGdixyRSMuKdt4DiQVR3T { display:none; }#DoTK3cAL0Q7HGdixyRSMuKdt4DiQVR3T > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zt5Tn56bMM8DZJ7mx9fbXb7JAqcSQEue { width:23.25rem;height:4rem;top:37.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Snzht7IpMptoNlgMiAe2l9q1RKqqd4BC { display:block; }
 }@media only screen and (max-width: 763px) { #y4UxWyXeuxTh1I0vNURsXMDJpsbdJqkL { width:18.75rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/NLjfAre0/graduacao_medicina_veterinaria.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #VROOOcFcKm6psNf5hQ2VVSn41OLExnbf { position:relative;z-index:auto;display:block; }#VROOOcFcKm6psNf5hQ2VVSn41OLExnbf > .row .container { width:20rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z6G7W5rhmFdr5QZ71NN6XJvy7nemlvnD { width:10.875rem;height:7.375rem;top:6.875rem;left:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sF7QIJ13cMRt8efm2rJehHwMlVRTtCN5 { width:5.1875rem;height:4.4375rem;top:0.65625rem;left:7.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXEJGUOV3sf1JA1UyJZKOZs6WWnT3vRs { width:9.375rem;height:auto;top:2.0625rem;left:5.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #WCH9DB446JeaW5dvDgrZLx8gy65Rz9PC { width:9.375rem;height:0;top:16.904055859375rem;left:5.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bLwispDp4Id6Kp9RRL80k9VvaU0DVwS8 { width:9.375rem;height:auto;top:2.125rem;left:5.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sKSVhisl06fH5Fi2rP3svM9IkbKN4lMR { width:9.375rem;height:auto;top:2.0625rem;left:5.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ChqupXO8Rdi2mybJcHDCEXVEPbdOpK42 { width:9.375rem;height:0;top:10.280518359375rem;left:5.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fnHrmXiqiSLz2bRyPBlEcmrAQyAEcFFa { width:9.375rem;height:0;top:19.528568359375rem;left:5.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hRRKCzkp990GLeqErA2pJUEMm7kUzTlR { background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(183,63,73,0.95), #253583);background-image: -moz-linear-gradient(top, rgba(183,63,73,0.95), #253583);background-image: -ms-linear-gradient(top, rgba(183,63,73,0.95), #253583);background-image: -o-linear-gradient(top, rgba(183,63,73,0.95), #253583);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2b73f49', endColorstr='#253583' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2b73f49', endColorstr='#253583' );";background-image: linear-gradient(to bottom, rgba(183,63,73,0.95), #253583);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hRRKCzkp990GLeqErA2pJUEMm7kUzTlR > .row .container { background-color: transparent; background-image: none; }#hRRKCzkp990GLeqErA2pJUEMm7kUzTlR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hRRKCzkp990GLeqErA2pJUEMm7kUzTlR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hRRKCzkp990GLeqErA2pJUEMm7kUzTlR > .row .container > .video-iframe-container { display: none; }#hRRKCzkp990GLeqErA2pJUEMm7kUzTlR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hRRKCzkp990GLeqErA2pJUEMm7kUzTlR > .row > .video-iframe-container { display: none; }#hRRKCzkp990GLeqErA2pJUEMm7kUzTlR > .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); }#hRRKCzkp990GLeqErA2pJUEMm7kUzTlR > .row .container { border-width: 0; border-radius: 0; }#hRRKCzkp990GLeqErA2pJUEMm7kUzTlR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hRRKCzkp990GLeqErA2pJUEMm7kUzTlR > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRvhtSkH5AK6gzp4I9QpG5GSvwicDlKn { width:20rem;height:6.875rem;top:2.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVMCLwh9v8N03ezTTVE6KDNlTspTDD2Q { width:20rem;height:0;top:19.824999809265rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SPJzVAu1ia791BX7UPTo7RX7TAWrM36h { width:20rem;height:3.75rem;top:33.5rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JUARLT7Jfugb1S4QnURn0I3ZLIlQ4y6x { display:block; }
 }@media only screen and (max-width: 763px) { #U2TXwCOtytRUyZNZzEDVWze44nJ3hiCS { width:18.75rem;height:4.375rem;top:25.31015586853rem;left:0.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #na2ahECfMJg9VrScXG6aganN1iT4zUc4 { display:block; }
 }@media only screen and (max-width: 763px) { #diEQM0H1fbzo1MHKPqCdudzhrFkGaEzy { width:20rem;height:0;top:43.497657775879rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cf15yUCUQgou6CvG2tCAV8m0yz8y4A3f { width:14.1875rem;height:auto;top:39.4375rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cLnV451lKLfGH1D3WTq4hNKh5uT1P0fi { width:20rem;height:3.25rem;top:9.06015586853rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #riqiGConnTCsCJbqDgs7DGvQMkNOMIoR { width:20rem;height:2.75rem;top:37.875rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15003;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #H8JF1AQhiR6lpdyiHStL2u774SwuBs0k { top:16.5rem;left:0rem;width:13.875rem;height:17.6875rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aTdTbFBFbVJVq5qISLCvXLLbW5BPxPMz { top:19.75rem;left:9.9375rem;width:10.1875rem;height:15rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #u8sbMTWOgOiyNBmaSqtIcabrvC1zeM8P { width:17.5rem;height:3.75rem;top:31.697052001953rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4t1W4ul0ozkl3VzOdWhubq1t2aHe2J9 { display:block; }#R4t1W4ul0ozkl3VzOdWhubq1t2aHe2J9 > .row .container { width:20rem;height:18.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IFigg5UppcBRGCp9R3WVmk8e3WTNyVQL { width:19.125rem;height:4.548825rem;top:2.6875rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuIG8phrMO7qa42SrNmNXM4O6VBIzx5S { width:9.6875rem;height:3.75rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7mManmVe9DWizWrZz620RvUnvVNsJ4U { width:8.375rem;height:1.1875rem;top:9.65625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGipmqNBu89uGc51VtAde4tPDtcN49Rd { width:9.6875rem;height:3.75rem;top:8.375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9OJF91BE8TrDa5XrAtNkRfobyttOGP5 { width:8.375rem;height:1.6875rem;top:9.40625rem;left:10.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m04lb3JWHi3in5zwOuxgKLFBeyfXPvrX { width:9rem;height:3.75rem;top:12.875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9nJaGJdH7IX3etJqDoGJnabwOhM9Fsg { width:7.25rem;height:2.875rem;top:13.3125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd { display:block; }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JVhBQs3VUoTA04PrUbbazLXK1bbWT9sW { width:20rem;height:0.0625rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWxCEGz8QS1C15VU0XqfW1Sw1r2yseOT { width:3.75rem;height:0.1875rem;top:6.125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWPIUAIstuXceI8UnJwX3cQrhlgIUBR1 { width:20rem;height:2.1933625rem;top:3.27734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrqKyTJyRatmXxwZEPhlCUKzFHn4Clcr { display:block; }#CrqKyTJyRatmXxwZEPhlCUKzFHn4Clcr > .row .container { width:20rem;height:68.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gCoNBcktWel32ucOfpo7h4qvcweBdZin { width:9.5rem;height:2.4375rem;top:17.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lS0Eo1fZnVShnGMDMkZtUUNa3nrBp6pD { width:7.5rem;height:2.4375rem;top:18.125rem;left:11.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoTOhRBfrBN6KfuEPvzuBT62ms8D6KOu { width:9.5rem;height:1.21875rem;top:29.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrrKGbxA1hxnAeNy4mWP4Cdxe1rSDwpl { width:9.5rem;height:1.21875rem;top:7.814453125rem;left:10.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQvyFHhBcqAtMtvMwlM72ynAv7ubpmRZ { width:9.6875rem;height:9.6875rem;top:1.6875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2vVfmFl9n5Z1bleqGg0uTa4iHLTyeX5 { width:9.6875rem;height:9.6875rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7amuKX5wV2R9sHQWe3mIcSVCwi1Wdxa { width:9.6875rem;height:9.6875rem;top:12.625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FO11z1Vi7r1lwMOPeSIQZUgOuO1ASByD { width:9.6875rem;height:9.6875rem;top:23.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #orfxAATKxqfE1zC7ALGWu38TrDgkfTq1 { width:9.6875rem;height:2.4375rem;top:7.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEQQhIbZIfh0eXft0xb0RU8fWm44qSbD { width:9.6875rem;height:9.6875rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5D30sPmB6LQSboGR2aKhkPsm9J8T3pq { width:9.6875rem;height:1.21875rem;top:41.1875rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqPGLWWSdzgW2CEfzuZCyyTiVUn6Tvn4 { width:9.6875rem;height:1.21875rem;top:52.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMtJacNxbTg6e8HTG5byzLMOUwJgE4xN { width:9.499rem;height:2.4375rem;top:51.5625rem;left:10.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzALvZxpMfyQm9Io0kmUpyCZLXaweJtO { width:9.6875rem;height:1.21875rem;top:41.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRWm4DN3MXVpB4lhlIdW5Quf5I7v2wn5 { width:9.6875rem;height:9.6875rem;top:34.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaoUvK7KNnVLlzlRc7oFXblg8R2DJp5w { width:9.6875rem;height:9.6875rem;top:35rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUiLuZ9BrMkHk51SO1WcTfIJC0DgBfpq { width:9.6875rem;height:9.6875rem;top:46.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5db32HdlpL3CVtoLbxSm8pWinqJPvu5 { width:9.6875rem;height:9.6875rem;top:46.1875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFOkAXLCLftXSKyhDvkQ1KkxBFOa3SvV { width:9.6875rem;height:9.6875rem;top:23.6875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk7wqtIh63xUOWIuZT9B6OJEir5cv4tx { width:9.499rem;height:2.4375rem;top:29.0625rem;left:10.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2IPe3FqDOrgON87Srkw8i6lwf3yqDzi { width:9.6875rem;height:9.6875rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5Uf0LewXW7G48Pt3MsfbO9aldmFhxsm { width:9.6875rem;height:9.6875rem;top:1.6875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcI6dw3molRi7oFABMhnw2QFFBBRw7lm { width:9.6875rem;height:9.6875rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6CdT9IAV9fzTVRsANPBgQSTpq14nmyZ { width:9.6875rem;height:9.6875rem;top:12.625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvAKCcgFrDikNKF9bMSEt4y2QtGLhdgb { width:9.6875rem;height:9.6875rem;top:23.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnFmVphbIHfbdoF6vMmxhZMie42GXXZx { width:9.6875rem;height:9.6875rem;top:23.6875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT5MwkemXcMJdc07RzCe5fl0bJoBdauG { width:9.6875rem;height:9.6875rem;top:34.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxK9Cn7TrzOyBrfAhEXE6MIpTRmXlt17 { width:9.6875rem;height:9.6875rem;top:35rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gflE2reiaXPkyuZySrzM5Me8hLbHZIQf { width:9.6875rem;height:9.6875rem;top:46.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2cCGxSQTLvFF48Q6IoSeLo5k7Nm63Sz { width:9.6875rem;height:9.6875rem;top:46.125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ml6BuLDAvcGm9H8aoVSHzVmE4tsEnqDZ { width:9.6875rem;height:9.6875rem;top:57.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWdTdy75Lp5TLv16lPnVgfPSs8ypXwUQ { width:9.6875rem;height:9.6875rem;top:57.1875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFPkUkwgxPPtqGE6rkRn6wb1Eelw2z8V { width:9.6875rem;height:9.6875rem;top:57.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5qP4ro525DyLqpqA0mhUllV58NVlKPy { width:9.6875rem;height:9.6875rem;top:57.1875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAEo8sLhWwKP4Ah8m2DlCb82nvC0AnU8 { width:9.6875rem;height:3.65625rem;top:61.7177734375rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFWc8VC7QQ1kHtpVIsVo4g1NdlgC1l3t { width:9.6875rem;height:2.4375rem;top:62.3271484375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpaBFZ8a5XGiXFGJs84DNayi3niqWTHR { display:block; }#bpaBFZ8a5XGiXFGJs84DNayi3niqWTHR > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W5LxvcPWaWrdqNa6I8UMDUeVl9BsuFbG { width:18.75rem;height:4.375rem;top:1.2875003814698rem;left:0.625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #C824pKvwSr0TDQU9EiguyROImP4PrwV9 { display:block; }
 }@media only screen and (max-width: 763px) { #dPTp3VhTSsM0aJOtTukeDu9oUm9teGfV { width:18.75rem;height:4.375rem;top:23.7875rem;left:0.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LCm5KV1LSuZ4HmEwlHbu0VyHLG8G0LeJ { display:block; }
 }@media only screen and (max-width: 763px) { #zvaFKsTXOocTLt4dvQCeXkUC7XfxVsfe { width:16.9375rem;height:3.625rem;top:0.97330665588381rem;left:1.5310330986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypW28vB47GuTmiqQqUgEtppXNwetMkLD { display:block; }#ypW28vB47GuTmiqQqUgEtppXNwetMkLD > .row .container { width:20rem;height:91rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hexBDJEhstTez1qO0qx7q7pT8u6ZThrU { width:18.75rem;height:15.46875rem;top:13.65625rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15001;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bixWryMw3melyzkDgqoTrT5d7ut79ZMh { width:20rem;height:0;top:4.6000003814697rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yeKWZiB9RlF4sfvdBV0KLCvMhyOV2NtG { width:20rem;height:0.0625rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieGtGJJhFxWlnWtZvQDevub1VTccbNza { width:3.75rem;height:0.25rem;top:9.6875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBbhnEHLLbVhXEyBTabpmMT7LA8TI2fI { width:15.3125rem;height:3.5rem;top:31.125rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15001;font-weight:300;font-style:normal;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #IubCwJCnLsR9hLMQToRp6KsKxJha4N9J { width:17.9375rem;height:17.03125rem;top:34.875rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15001;font-weight:300;font-style:normal;display:block; }#IubCwJCnLsR9hLMQToRp6KsKxJha4N9J li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/211d4b06-87fe-4ad9-8d69-a2d7696be8df/dffafa.png); }
 }@media only screen and (max-width: 763px) { #nwyVIJfqA5pwp18tkdyIlmO9LdbaQA8V { width:17.0625rem;height:21.25rem;top:61.6875rem;left:1.46875rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15001;font-weight:300;font-style:normal;display:block; }#nwyVIJfqA5pwp18tkdyIlmO9LdbaQA8V li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/211d4b06-87fe-4ad9-8d69-a2d7696be8df/dffafa.png); }
 }@media only screen and (max-width: 763px) { #hv1al6UZpcGDzOxZnbDqO2AfuQnv685L { width:14.9375rem;height:3.5rem;top:58.1875rem;left:2.53125rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15001;font-weight:300;font-style:normal;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ValoT2dOuk2K2JUzHeXrJ5rISZexH6EZ { width:16.25rem;height:3.4375rem;top:84.03125rem;left:1.8750001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUZufLNErAT7QPZgesIaaDyNRVegdDDA { display:block; }
 }@media only screen and (max-width: 763px) { #HoC0qqh8ZlgViqzMs4uZIT0eBWETq1qA { width:16.25rem;height:3.4375rem;top:53rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdsADhflEcB7dmBZD1DhJvB5fDmnB2Hz { display:block; }
 }@media only screen and (max-width: 763px) { #ceH9hTLal1tiTDBU5NO76oIZXgzJh73F { width:20rem;height:2.4375rem;top:10.6123046875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:15001;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iFsDN1TJ0pAt6FqVT5o3O9DcWHVQoJwJ { width:20rem;height:4.386725rem;top:4.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #aNnH6iSeXV4PT4vOzQg8MIf2Sdgr3bAg { display:block; }#aNnH6iSeXV4PT4vOzQg8MIf2Sdgr3bAg > .row .container { width:20rem;height:68.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RxeumME0PAtTBfwcI0HzdZ1TZ05RhH09 { width:18.75rem;height:37.96875rem;top:9.84375rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15001;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nv0PUEfoC2uQT6EHo49yZ4NOrR9OWCQe { width:20rem;height:4.3875rem;top:3.17578125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqAzn09yPhKd7AhUNDk8ETnlTZBFC6IF { width:20rem;height:0.0625rem;top:8.373046875rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #piHVmceLakGmTGxN2FmiPGyEEt4RfJer { width:3.75rem;height:0.25rem;top:8.3115234375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOdACxxV7IzvmrWlI02t6XWVKTHwzmhB { width:18.75rem;height:14.5625rem;top:49.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9VIO4moTD2VI9m1OUHNIyRO984VcTN2 { display:block; }#f9VIO4moTD2VI9m1OUHNIyRO984VcTN2 > .row .container { width:20rem;height:52.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZnmhrXvFd7pQ7rCrqgFN5TdOIMXwSLZ6 { width:18.4375rem;height:23.90625rem;top:8.841796875rem;left:0.78125rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15001;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rW2iyoUDlXgDX1rdWEbCfwTSPITHetQH { width:20rem;height:4.3875rem;top:2.66015625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuPA2S8s6JnAW5s8KtadF92VbVv0DzQ0 { width:20rem;height:0.0625rem;top:7.875rem;left:0rem;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #G2fimE2ZF5T6OM11Iu8EG4Orry5NvJyb { width:3.75rem;height:0.25rem;top:7.8125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmLzudJ6Uc1mDyfd3QutE5Lk0zNsc2EO { width:18.75rem;height:14.5625rem;top:34.185546875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUmPSzikbAglifVTP6p4XN4ENNrzQnRo { display:block; }#xUmPSzikbAglifVTP6p4XN4ENNrzQnRo > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UJAG6TkcIfwJrXCzDTKz5cdEUZqc76kG { width:18.75rem;height:7.03125rem;top:29.029296875rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15001;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SrEh1Xh5lMzqv2cch3gEHAtb0gxvLZv2 { width:17.75rem;height:6.5800625rem;top:3.6875rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzLfgcdMrVZhfmzpzTGreVIrifBOSGfM { width:20rem;height:0.0625rem;top:10.9375rem;left:0rem;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #SaPXoP5m3maOAZCBNl1ps1ee3OIRAOD1 { width:3.75rem;height:0.25rem;top:10.875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWmx0x6W77e5TBAiyFQP8FWeXPTPUTKU { width:18.75rem;height:14.5625rem;top:13.341796875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtAbwsqPPfPclW1CMw6lUR8EHf15TFHn { width:18.75rem;height:4.84375rem;top:36.8125rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15001;font-weight:300;font-style:normal;display:block; }#DtAbwsqPPfPclW1CMw6lUR8EHf15TFHn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b243c1342944dc094a186c4047abec6d39679d3d.svg); }
 }@media only screen and (max-width: 763px) { #XZFoJBZHqmTdbP1RFnJz8CiaNeTFsECf { width:18.75rem;height:8.4375rem;top:42.875rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15001;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BshUb0B781vbDLfROPGoLyzvrykK0kRE { display:block; }#BshUb0B781vbDLfROPGoLyzvrykK0kRE > .row .container { width:20rem;height:42.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hwRGrEuhsDtT8xaNmnZbOl8GZlvZUkOZ { width:15.6875rem;height:15.625rem;top:5.375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL7rndOwkHDtv3wLaZudUg2SITphV2ZO { width:18.75rem;height:12.59475rem;top:26.9375rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15001;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gDCTIW0s1Ts9nfeEd9efoPNLILk9l3TL { width:20rem;height:2.19375rem;top:22rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOVNQQn2uKuluoti0veJOpNnsRi0Ernu { width:20rem;height:1.625rem;top:24.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5GbVMKBmwVelsZv9JCzC5AIT3ehzSGm { width:15.625rem;height:15.625rem;top:4.5625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mg3NndqyQMbuGDp6CfPG4dDarenreldz { display:block; }#mg3NndqyQMbuGDp6CfPG4dDarenreldz > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LqlQ7Xx3k0wK6dD4UaTZdunAH2PyNMVl { width:20rem;height:2.19375rem;top:3.3593635559082rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhKSmSUcN6egBXKfShTLyIvmhnbi0ukt { width:20rem;height:0.0625rem;top:6.3734283447262rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1eLkHTRdeolXA663PapT0ywsWB9mt77 { width:3.75rem;height:0.1875rem;top:6.3117218017575rem;left:8.1250003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxH8cJF8i8uP5XqIeIQFMD8audFKw6RJ { display:block; }#KxH8cJF8i8uP5XqIeIQFMD8audFKw6RJ > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OGazzoAigyCVBLra2Sq3mTTSNgEREdyL { width:20rem;height:13.125rem;top:1.3750009536743rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15001;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zhKkHpRJAToBkJTENpGe133eMQZyx2AW { width:9.875rem;height:9.875rem;top:26.5625rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mExNrO5V5PPczKiMwiXCVfkXG7JZX5qv { width:9.875rem;height:9.875rem;top:26.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGsxv1UQy7cpgy3sXtlDr20im2sbilwS { width:9.875rem;height:9.875rem;top:16.5rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyQUOpo7qCBkINQfyvbnXkGLGLrWkBiA { width:9.875rem;height:9.875rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVA9d0NrizKccsTDVELyNEyVCe00W8mv { display:block; }#TVA9d0NrizKccsTDVELyNEyVCe00W8mv > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #De5kD8NIrAl2t0h1KOdKzK2cpyGaTzIW { width:20rem;height:2.19375rem;top:1.7375240325927rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiAlvXkQix1iIK3uJXBak0WEDvmVOlX9 { width:20rem;height:0.0625rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7ZL6KLogxWu1lB895uvtBLm3PEQr3Tx { width:3.75rem;height:0.1875rem;top:4.6870727539062rem;left:8.1250000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9OvPvOaIImIEpmuNdrcZUpOyrAQd0BI { display:block; }#s9OvPvOaIImIEpmuNdrcZUpOyrAQd0BI > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nNetffsC9oMawRR53ikKfaTiRBudNkq4 { width:20rem;height:37.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZ0c4gpsczglvLiQ9X8WXceVxNFEhxra { display:block; }#QZ0c4gpsczglvLiQ9X8WXceVxNFEhxra > .row .container { width:20rem;height:53.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VA5ZA4IbvApJxOhUTOzJsuCfK9d88220 { width:10.625rem;height:1.5rem;top:8.5625rem;left:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwX5ZmtMsJNBuQbstw07OGliV1TIgHi0 { width:10.625rem;height:1.5rem;top:6.0625rem;left:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNurKAUeBfnLwLCAw1M5EV27sH6ofLPP { width:2.25rem;height:2.25rem;top:5.875rem;left:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH9FWRgnv1HRWTksQxdIRf6VFrb4F96Q { width:2.25rem;height:2.25rem;top:8.1875rem;left:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W280hy0vrEkH2ANtF3tImTM9ETC7cSP6 { width:16.4375rem;height:1.625rem;top:2.75rem;left:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1qmd7xcguOa3T2A1XhR8p4db4U5l7Sb { width:3.125rem;height:0.0625rem;top:5.125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJn7CzaaTruXGVpTw8ShhQpeJJvO0ixU { width:2.1875rem;height:2.1875rem;top:10.6875rem;left:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzAb9O1aki8dqVI5foROQTe1ZacqynXm { width:9.125rem;height:1.5rem;top:11.0625rem;left:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZUrD1fK7kT4u0AXN9kttMsWBmFW6QvB { width:11.4375rem;height:3rem;top:17.9375rem;left:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqiuWIks5bvDK6bTZ7cfUdBeIJ9vHmGV { width:16.436625rem;height:1.625rem;top:14.5rem;left:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqtpl582pUXmcw8L2EanNeAd94633KfM { width:3.125rem;height:0.0625rem;top:17rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqdiThgc3zueaLnuqelySxTZh0d0mTL2 { width:2.25rem;height:2.25rem;top:17.9375rem;left:1.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwAMXs1AsXa1dBEfHT2ftXopn3TW51Qb { width:11.4375rem;height:3rem;top:21.5rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td70Zif1xZlczUZQxO5y0udFTay77Xb5 { display:flex;width:2rem;height:2rem;top:21.5rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #wfHUwo9r9dvFEzSiZspFy4uGh5tIfyOF { width:19.375rem;height:12.5rem;top:26.1875rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vf1fvm8esUtuTFMxFR1uk1tGhfZZ9MWG { width:19.375rem;height:12.5rem;top:25.875rem;left:0.3125rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #DoTK3cAL0Q7HGdixyRSMuKdt4DiQVR3T { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#DoTK3cAL0Q7HGdixyRSMuKdt4DiQVR3T { background-color: transparent; background-image: none; }#DoTK3cAL0Q7HGdixyRSMuKdt4DiQVR3T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DoTK3cAL0Q7HGdixyRSMuKdt4DiQVR3T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DoTK3cAL0Q7HGdixyRSMuKdt4DiQVR3T > .row .container > .video-iframe-container { display: none; }#DoTK3cAL0Q7HGdixyRSMuKdt4DiQVR3T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DoTK3cAL0Q7HGdixyRSMuKdt4DiQVR3T > .row > .video-iframe-container { display: none; }#DoTK3cAL0Q7HGdixyRSMuKdt4DiQVR3T > .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); }#DoTK3cAL0Q7HGdixyRSMuKdt4DiQVR3T > .row .container { width:20rem;height:6.5625rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zt5Tn56bMM8DZJ7mx9fbXb7JAqcSQEue { width:18.75rem;height:3.125rem;top:0rem;left:0.625rem;font-size:1.125rem;z-index:15015;background-color:#d4977b;background-image:url("https://images.assets-landingi.com/uc/7f0fa001-25b5-44bf-934d-c6e051ba1307/SemTtulo3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }#zt5Tn56bMM8DZJ7mx9fbXb7JAqcSQEue.adaptive-delivery-prevent-bg, #zt5Tn56bMM8DZJ7mx9fbXb7JAqcSQEue.lazyload, #zt5Tn56bMM8DZJ7mx9fbXb7JAqcSQEue.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Snzht7IpMptoNlgMiAe2l9q1RKqqd4BC { display:block; }
 }@media only screen and (max-width: 763px) { #y4UxWyXeuxTh1I0vNURsXMDJpsbdJqkL { top:3.375rem;left:0.625rem;width:18.75rem;height:3.125rem;z-index:15017;overflow:hidden;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }