.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/NLjfAre0/graduacao_medicina_veterinaria.png");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;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:4.0625rem;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.2) ;height:7.375rem;width:10.875rem;top:0rem;left:32.0625rem;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.1875rem;overflow:hidden;display:block; }
#hRRKCzkp990GLeqErA2pJUEMm7kUzTlR { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/accd9184-f184-4843-bb4c-0dcda87e6e0e/dognobanho0d99ac80.jpg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hRRKCzkp990GLeqErA2pJUEMm7kUzTlR.adaptive-delivery-prevent-bg, #hRRKCzkp990GLeqErA2pJUEMm7kUzTlR.lazyload, #hRRKCzkp990GLeqErA2pJUEMm7kUzTlR.lazyloading { background-image: none; }#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(50,96,178,0.76); }#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(50,96,178,0.76); }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#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:41.25rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#fRvhtSkH5AK6gzp4I9QpG5GSvwicDlKn { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"riffic free";font-size:7.3125rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.2);top:9rem;left:0rem;height:8.04375rem;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:#00c33e;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.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:poppins;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:26.125rem;height:3.9375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:26.25rem;left:24.437501907349rem;display:block; }
#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:31.375rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cf15yUCUQgou6CvG2tCAV8m0yz8y4A3f { color:#ffffff;display:block;width:17.4375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:33rem;left:28.781251907349rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#cLnV451lKLfGH1D3WTq4hNKh5uT1P0fi { color:#ffffff;display:block;width:47.9991875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:20.3125rem;left:13.5rem;height:1.625rem;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; }
#O3LyaUHJx8BhOM9LnHaevqkZ6mDUxl9I { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"riffic free";font-size:2.875rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.2);top:16.125rem;left:0rem;height:3.1625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#As3BpbywanfwxE2bUm5IUkdLW1vitWdx { 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; }#As3BpbywanfwxE2bUm5IUkdLW1vitWdx > .row .container { background-color: transparent; background-image: none; }#As3BpbywanfwxE2bUm5IUkdLW1vitWdx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#As3BpbywanfwxE2bUm5IUkdLW1vitWdx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#As3BpbywanfwxE2bUm5IUkdLW1vitWdx > .row .container > .video-iframe-container { display: none; }#As3BpbywanfwxE2bUm5IUkdLW1vitWdx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#As3BpbywanfwxE2bUm5IUkdLW1vitWdx > .row > .video-iframe-container { display: none; }#As3BpbywanfwxE2bUm5IUkdLW1vitWdx > .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); }#As3BpbywanfwxE2bUm5IUkdLW1vitWdx > .row .container { border-width: 0; border-radius: 0; }#As3BpbywanfwxE2bUm5IUkdLW1vitWdx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#As3BpbywanfwxE2bUm5IUkdLW1vitWdx > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;position:relative;display:block; }#dgoX5VFh8dTVfE9Dzph2IweBzMtylJbv { 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.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LZboNHpohDbt4wckN3qSts2BNyb6IE7B { 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; }
#EoPDBdggDBiTvLviKKX69sTsOlwGcXH0 { 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; }
#k7sgTFxgJzsyfWzkDuiSTg21bcLfFoGD { 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; }
#bh4xEDO5mz063sx89UGTFa9llZZeNnGR { 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; }
#aQbRfCO3i3XUtqscDG1ITTS2xoVnfl8G { 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; }
#hQbkvvscUGQI6m9qVWO756LNTFntSqaH { 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; }
#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P { 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; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container { background-color: transparent; background-image: none; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container > .video-iframe-container { display: none; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row > .video-iframe-container { display: none; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .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); }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container { border-width: 0; border-radius: 0; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container { font-size:0.875rem;font-family:arial;height:42.75rem;width:75rem;position:relative;display:block; }#HZ15UCifUMKVlEopvbcgtTBRC4xHn5Tc { color:#a2a2a2;display:block;width:17.125rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:19.5625rem;left:2.5625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#HZ15UCifUMKVlEopvbcgtTBRC4xHn5Tc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HZ15UCifUMKVlEopvbcgtTBRC4xHn5Tc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d4dd13ea-98fe-49e1-b2f6-dcc520ae921e/check_cinza.png); }
#HRaKT44bQ2boPsBfv3AZ2hEHlRVDQTnT { color:#025c98;display:block;width:40rem;position:absolute;font-family:"riffic free";font-size:3rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:6.875rem;left:2.5625rem;height:7.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PWC9fvpzN1GDaqkb8KXVav2lQTtMsCFx { 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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.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:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:31.9375rem;left:2.5625rem;display:block; }
#xpbu6k65tTIms5hmDsTz2S2bQnq6sZ8n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#edrIulrrE1fsyg6NJfG6tt0MCy6wKAwc { 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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.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:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:32rem;left:20.625rem;display:block; }
#rDkcTZAPBCaMd6UOqJgFHoXutdHguQx6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ILtCQ9KM8QQ8t1AHbRy2tJ6Mf1ROXT0t { 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:31.5625rem;width:31.499rem;top:5.625rem;left:43.5rem;overflow:hidden;display:block; }
#NJMh16rmzwQe02Ho9mETzcctToBfcGtK { color:#000000;display:block;width:36.3125rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:14.3125rem;left:2.5625rem;height:2.03125rem;font-style:normal;display:block; }
#zcWzRKqJVZxSN0TCAdV0ola1Ze5mAd4n { color:#a2a2a2;display:block;width:18.8125rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:19.5625rem;left:20.625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#zcWzRKqJVZxSN0TCAdV0ola1Ze5mAd4n li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zcWzRKqJVZxSN0TCAdV0ola1Ze5mAd4n li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d4dd13ea-98fe-49e1-b2f6-dcc520ae921e/check_cinza.png); }
#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd { 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; }#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:9.25rem;width:75rem;position:relative;display:block; }#p5FSJxEsKINNsodLLo4WgargDNtARIbG { color:#025c98;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:2.3125rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yWxCEGz8QS1C15VU0XqfW1Sw1r2yseOT { position:absolute;display:block;z-index:15007;background-color:#ff8300;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.1875rem;width:3.75rem;top:8rem;left:35.625rem;display:block; }
#FWPIUAIstuXceI8UnJwX3cQrhlgIUBR1 { color:#3260b2;display:block;width:75rem;position:absolute;font-family:"riffic free";font-size:2.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sSL2PsN8rAzmNuBhVpd8zbBVA1X7RuzC { 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; }#sSL2PsN8rAzmNuBhVpd8zbBVA1X7RuzC > .row .container { background-color: transparent; background-image: none; }#sSL2PsN8rAzmNuBhVpd8zbBVA1X7RuzC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSL2PsN8rAzmNuBhVpd8zbBVA1X7RuzC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSL2PsN8rAzmNuBhVpd8zbBVA1X7RuzC > .row .container > .video-iframe-container { display: none; }#sSL2PsN8rAzmNuBhVpd8zbBVA1X7RuzC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSL2PsN8rAzmNuBhVpd8zbBVA1X7RuzC > .row > .video-iframe-container { display: none; }#sSL2PsN8rAzmNuBhVpd8zbBVA1X7RuzC > .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); }#sSL2PsN8rAzmNuBhVpd8zbBVA1X7RuzC > .row .container { border-width: 0; border-radius: 0; }#sSL2PsN8rAzmNuBhVpd8zbBVA1X7RuzC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sSL2PsN8rAzmNuBhVpd8zbBVA1X7RuzC > .row .container { font-size:0.875rem;font-family:arial;height:53.3125rem;width:75rem;position:relative;display:block; }#tF8dSccGyUk8XtsBSedUP9XoU6nBtd7a { color:#3260b2;display:block;width:10.499rem;position:absolute;font-family:"riffic free";font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:28.6875rem;left:39.25rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xNeIQJqGKue8Ei5dC3vniyF4TdTuhcAT { color:#3260b2;display:block;width:9.5605625rem;position:absolute;font-family:"riffic free";font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:28.875rem;left:54.1875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a0TWrQ79Lu94VTzChylv7qnTFSvLmWix { color:#3260b2;display:block;width:10.3125rem;position:absolute;font-family:"riffic free";font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:44.9375rem;left:11.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FOz02Hx7ySVD8KNXtC694HtOdl0z2N4l { color:#3260b2;display:block;width:9.5605625rem;position:absolute;font-family:"riffic free";font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:12.375rem;left:25.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f4RDfFnw6xt5vRVCiXzJnOTpyC4n6li2 { 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.3125rem solid #ff8300;border-left:0.3125rem solid #ff8300;border-right:0.3125rem solid #ff8300;border-bottom:0.3125rem solid #ff8300;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:9.375rem;width:9.375rem;top:1.4375rem;left:24.9375rem;display:block; }#f4RDfFnw6xt5vRVCiXzJnOTpyC4n6li2.adaptive-delivery-prevent-bg, #f4RDfFnw6xt5vRVCiXzJnOTpyC4n6li2.lazyload, #f4RDfFnw6xt5vRVCiXzJnOTpyC4n6li2.lazyloading { background-image: none; }
#qSZB7nxBpn1IcwsohO3T7RNAI1yP8ULd { 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.3125rem solid #ff8300;border-left:0.3125rem solid #ff8300;border-right:0.3125rem solid #ff8300;border-bottom:0.3125rem solid #ff8300;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:9.375rem;width:9.375rem;top:17.75rem;left:39.5rem;display:block; }#qSZB7nxBpn1IcwsohO3T7RNAI1yP8ULd.adaptive-delivery-prevent-bg, #qSZB7nxBpn1IcwsohO3T7RNAI1yP8ULd.lazyload, #qSZB7nxBpn1IcwsohO3T7RNAI1yP8ULd.lazyloading { background-image: none; }
#m9QySa7S7ux59hQT9mZDTodbz7F43Aun { 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.3125rem solid #ff8300;border-left:0.3125rem solid #ff8300;border-right:0.3125rem solid #ff8300;border-bottom:0.3125rem solid #ff8300;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:9.375rem;width:9.375rem;top:17.9375rem;left:54rem;display:block; }#m9QySa7S7ux59hQT9mZDTodbz7F43Aun.adaptive-delivery-prevent-bg, #m9QySa7S7ux59hQT9mZDTodbz7F43Aun.lazyload, #m9QySa7S7ux59hQT9mZDTodbz7F43Aun.lazyloading { background-image: none; }
#eo4AuTNHNrRhiTdRIXHxC9nB4neATbI6 { 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.3125rem solid #ff8300;border-left:0.3125rem solid #ff8300;border-right:0.3125rem solid #ff8300;border-bottom:0.3125rem solid #ff8300;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:9.375rem;width:9.375rem;top:34rem;left:11.375rem;display:block; }#eo4AuTNHNrRhiTdRIXHxC9nB4neATbI6.adaptive-delivery-prevent-bg, #eo4AuTNHNrRhiTdRIXHxC9nB4neATbI6.lazyload, #eo4AuTNHNrRhiTdRIXHxC9nB4neATbI6.lazyloading { background-image: none; }
#pTKLLmuLpNiOkmTx2JlDNN32vNk6wWRT { color:#3260b2;display:block;width:9.5605625rem;position:absolute;font-family:"riffic free";font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:28.6875rem;left:25.25rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SwX394dzVIr4S0SM4TUKT6wC2LKNZwmD { 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.3125rem solid #ff8300;border-left:0.3125rem solid #ff8300;border-right:0.3125rem solid #ff8300;border-bottom:0.3125rem solid #ff8300;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:9.375rem;width:9.375rem;top:17.75rem;left:25.0625rem;display:block; }#SwX394dzVIr4S0SM4TUKT6wC2LKNZwmD.adaptive-delivery-prevent-bg, #SwX394dzVIr4S0SM4TUKT6wC2LKNZwmD.lazyload, #SwX394dzVIr4S0SM4TUKT6wC2LKNZwmD.lazyloading { background-image: none; }
#No2KbqmmcO0h5XrUJLbct44XwGMNNh2H { color:#3260b2;display:block;width:9.5605625rem;position:absolute;font-family:"riffic free";font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:12.375rem;left:39.6875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#txuHeawbWEH8DaxezUlXBamhp8hUKBTT { color:#3260b2;display:block;width:9.5605625rem;position:absolute;font-family:"riffic free";font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:12.5625rem;left:54.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ro8tUu32JVmSA9WO4Ps1CNmP7y25bfuC { color:#3260b2;display:block;width:9.5605625rem;position:absolute;font-family:"riffic free";font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:12.625rem;left:12.0625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gMrZXkEEZ1fzOTH6R8TgBLbskwrXHZdA { position:absolute;display:block;z-index:15027;background-color:#ff8300;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.3125rem solid #ff8300;border-left:0.3125rem solid #ff8300;border-right:0.3125rem solid #ff8300;border-bottom:0.3125rem solid #ff8300;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:9.375rem;width:9.375rem;top:34rem;left:24.9375rem;display:block; }#gMrZXkEEZ1fzOTH6R8TgBLbskwrXHZdA.adaptive-delivery-prevent-bg, #gMrZXkEEZ1fzOTH6R8TgBLbskwrXHZdA.lazyload, #gMrZXkEEZ1fzOTH6R8TgBLbskwrXHZdA.lazyloading { background-image: none; }
#fBeCZdJxkDbM0O60doDLmUWlLw5B9hpn { 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.3125rem solid #ff8300;border-left:0.3125rem solid #ff8300;border-right:0.3125rem solid #ff8300;border-bottom:0.3125rem solid #ff8300;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:9.375rem;width:9.375rem;top:1.4375rem;left:39.4375rem;display:block; }#fBeCZdJxkDbM0O60doDLmUWlLw5B9hpn.adaptive-delivery-prevent-bg, #fBeCZdJxkDbM0O60doDLmUWlLw5B9hpn.lazyload, #fBeCZdJxkDbM0O60doDLmUWlLw5B9hpn.lazyloading { background-image: none; }
#U8UZ7cgvkZhFWpZTTtE9xBvI43Oe2BL8 { 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.3125rem solid #ff8300;border-left:0.3125rem solid #ff8300;border-right:0.3125rem solid #ff8300;border-bottom:0.3125rem solid #ff8300;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:9.375rem;width:9.375rem;top:1.625rem;left:53.875rem;display:block; }#U8UZ7cgvkZhFWpZTTtE9xBvI43Oe2BL8.adaptive-delivery-prevent-bg, #U8UZ7cgvkZhFWpZTTtE9xBvI43Oe2BL8.lazyload, #U8UZ7cgvkZhFWpZTTtE9xBvI43Oe2BL8.lazyloading { background-image: none; }
#UKzemiGuxpanEigUHR66KWAcfVaxsRcG { 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.3125rem solid #ff8300;border-left:0.3125rem solid #ff8300;border-right:0.3125rem solid #ff8300;border-bottom:0.3125rem solid #ff8300;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:9.375rem;width:9.375rem;top:1.4375rem;left:11.6875rem;display:block; }#UKzemiGuxpanEigUHR66KWAcfVaxsRcG.adaptive-delivery-prevent-bg, #UKzemiGuxpanEigUHR66KWAcfVaxsRcG.lazyload, #UKzemiGuxpanEigUHR66KWAcfVaxsRcG.lazyloading { background-image: none; }
#FWSD4BrmZPlfa05GcyzGQgetsnuEO7H9 { 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.3125rem solid #ff8300;border-left:0.3125rem solid #ff8300;border-right:0.3125rem solid #ff8300;border-bottom:0.3125rem solid #ff8300;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:9.375rem;width:9.375rem;top:17.75rem;left:11.6875rem;display:block; }#FWSD4BrmZPlfa05GcyzGQgetsnuEO7H9.adaptive-delivery-prevent-bg, #FWSD4BrmZPlfa05GcyzGQgetsnuEO7H9.lazyload, #FWSD4BrmZPlfa05GcyzGQgetsnuEO7H9.lazyloading { background-image: none; }
#DrlEOEeaICN5k51Xc41BicE4NH1Fq7gf { color:#3260b2;display:block;width:9.5605625rem;position:absolute;font-family:"riffic free";font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:28.875rem;left:11.875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cy3uMfn3TmOocuwN1XPBughoVPo5SmDk { color:#3260b2;display:block;width:9.5605625rem;position:absolute;font-family:"riffic free";font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:45rem;left:25.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#br9ekhIpTDiMDIvTnDkPJQ9FWJ42xfyu { position:absolute;display:block;z-index:15045;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.3125rem solid #ff8300;border-left:0.3125rem solid #ff8300;border-right:0.3125rem solid #ff8300;border-bottom:0.3125rem solid #ff8300;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:9.375rem;width:9.375rem;top:34rem;left:54.1875rem;display:block; }#br9ekhIpTDiMDIvTnDkPJQ9FWJ42xfyu.adaptive-delivery-prevent-bg, #br9ekhIpTDiMDIvTnDkPJQ9FWJ42xfyu.lazyload, #br9ekhIpTDiMDIvTnDkPJQ9FWJ42xfyu.lazyloading { background-image: none; }
#BdsPq4fErqrivWA0A6DX08lXhT4ci9q5 { position:absolute;display:block;z-index:15035;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.3125rem solid #ff8300;border-left:0.3125rem solid #ff8300;border-right:0.3125rem solid #ff8300;border-bottom:0.3125rem solid #ff8300;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:9.375rem;width:9.375rem;top:34rem;left:39.4375rem;display:block; }#BdsPq4fErqrivWA0A6DX08lXhT4ci9q5.adaptive-delivery-prevent-bg, #BdsPq4fErqrivWA0A6DX08lXhT4ci9q5.lazyload, #BdsPq4fErqrivWA0A6DX08lXhT4ci9q5.lazyloading { background-image: none; }
#yVuFesLnTiCr8oOuGgn6IKbvQb5GKHgf { color:#3260b2;display:block;width:10.3125rem;position:absolute;font-family:"riffic free";font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:44.9375rem;left:39.3125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ayy7LuEk5hMfc1gDn45KPkQi2cSxq9hw { color:#3260b2;display:block;width:9.5605625rem;position:absolute;font-family:"riffic free";font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:44.9375rem;left:54.375rem;height:4.875rem;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:#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; }#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:9.6875rem;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; }
#zvaFKsTXOocTLt4dvQCeXkUC7XfxVsfe { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:3.4375rem;width:17.5rem;top:2.3125rem;left:19.5625rem;overflow:hidden;display:block; }
#tlsqwkXr2ovDLw0ThyXhdziXsBmsuFtT { background-color:#00c33e;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.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:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.3125rem;left:39.531251907349rem;display:block; }
#ZIsO8ZryNddNgshTHdNXsnbMaz6nGXOh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GSlG1tl6hpFzwXrLl2PrlsfT7PV8dTfL { 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; }#GSlG1tl6hpFzwXrLl2PrlsfT7PV8dTfL > .row .container { background-color: transparent; background-image: none; }#GSlG1tl6hpFzwXrLl2PrlsfT7PV8dTfL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GSlG1tl6hpFzwXrLl2PrlsfT7PV8dTfL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GSlG1tl6hpFzwXrLl2PrlsfT7PV8dTfL > .row .container > .video-iframe-container { display: none; }#GSlG1tl6hpFzwXrLl2PrlsfT7PV8dTfL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GSlG1tl6hpFzwXrLl2PrlsfT7PV8dTfL > .row > .video-iframe-container { display: none; }#GSlG1tl6hpFzwXrLl2PrlsfT7PV8dTfL > .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); }#GSlG1tl6hpFzwXrLl2PrlsfT7PV8dTfL > .row .container { border-width: 0; border-radius: 0; }#GSlG1tl6hpFzwXrLl2PrlsfT7PV8dTfL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GSlG1tl6hpFzwXrLl2PrlsfT7PV8dTfL > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;position:relative;display:block; }#pL7TNILZGlQ9pZgF0kV9t8kanOXI7z5y { color:#3260b2;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:3rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L0NNH5Hrc7OsSSgPrPKDqWiEWU7SeWEB { position:absolute;display:block;z-index:15007;background-color:#ff8300;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.1875rem;width:3.75rem;top:6.625rem;left:35.625001907349rem;display:block; }
#BshUb0B781vbDLfROPGoLyzvrykK0kRE { 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; }#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:25.0625rem;width:75rem;position:relative;display:block; }#aL7rndOwkHDtv3wLaZudUg2SITphV2ZO { color:#04253a;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:11.6875rem;left:40.5625rem;height:9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gDCTIW0s1Ts9nfeEd9efoPNLILk9l3TL { color:#3260b2;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:4.375rem;left:40.6875rem;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:7.5625rem;left:40.625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d97z41utsm5sXr1pGHohpiQKREFQUUPZ { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/Jiyzxg8A/dr_junior.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.25rem solid #ff8300;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.9375rem;width:27.625rem;top:2.5625rem;left:3.6875rem;display:block; }#d97z41utsm5sXr1pGHohpiQKREFQUUPZ.adaptive-delivery-prevent-bg, #d97z41utsm5sXr1pGHohpiQKREFQUUPZ.lazyload, #d97z41utsm5sXr1pGHohpiQKREFQUUPZ.lazyloading { background-image: none; }
#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:7.0625rem;width:75rem;position:relative;display:block; }#LqlQ7Xx3k0wK6dD4UaTZdunAH2PyNMVl { color:#3260b2;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:3.1875rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q1eLkHTRdeolXA663PapT0ywsWB9mt77 { position:absolute;display:block;z-index:15007;background-color:#ff8300;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.1875rem;width:3.75rem;top:6.8125rem;left:35.625001907349rem;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:86.4375rem;width:75rem;position:relative;display:block; }#OGazzoAigyCVBLra2Sq3mTTSNgEREdyL { color:#04253a;display:block;width:68.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:2rem;left:3.1875rem;height:4.5rem;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.3125rem solid #ff8300;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:16.25rem;width:16.25rem;top:27.646478652954rem;left:3.1846790313721rem;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/uc/f8904b66-2616-4991-b702-5436a7bba964/RECEPO.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.3125rem solid #ff8300;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:16.25rem;width:16.25rem;top:8.75rem;left:38.187501907349rem;display:block; }#mExNrO5V5PPczKiMwiXCVfkXG7JZX5qv.adaptive-delivery-prevent-bg, #mExNrO5V5PPczKiMwiXCVfkXG7JZX5qv.lazyload, #mExNrO5V5PPczKiMwiXCVfkXG7JZX5qv.lazyloading { background-image: none; }
#pyQUOpo7qCBkINQfyvbnXkGLGLrWkBiA { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/817a1899-8414-4bbd-a4c3-2b8c259f7a79/fachadadaclinica.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0rem solid #ff8300;border-left:0rem solid #ff8300;border-right:0rem solid #ff8300;border-bottom:0.3125rem solid #ff8300;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:16.25rem;width:16.25rem;top:8.75rem;left:3.1875rem;display:block; }#pyQUOpo7qCBkINQfyvbnXkGLGLrWkBiA.adaptive-delivery-prevent-bg, #pyQUOpo7qCBkINQfyvbnXkGLGLrWkBiA.lazyload, #pyQUOpo7qCBkINQfyvbnXkGLGLrWkBiA.lazyloading { background-image: none; }
#DGsxv1UQy7cpgy3sXtlDr20im2sbilwS { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5866f87f-9f3c-4730-a1a3-654ad1ff947a/lojaprodutosI.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.3125rem solid #ff8300;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:16.25rem;width:16.25rem;top:8.75rem;left:20.6875rem;display:block; }#DGsxv1UQy7cpgy3sXtlDr20im2sbilwS.adaptive-delivery-prevent-bg, #DGsxv1UQy7cpgy3sXtlDr20im2sbilwS.lazyload, #DGsxv1UQy7cpgy3sXtlDr20im2sbilwS.lazyloading { background-image: none; }
#UTTG8NBotWPpDkWNW5g99a9zNnBNxtmt { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ea30ed33-f803-4341-833d-ddb7db64c378/banhoetosabanheiraIICopia.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.3125rem solid #ff8300;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:16.25rem;width:16.25rem;top:8.7803747653962rem;left:55.818146705627rem;display:block; }#UTTG8NBotWPpDkWNW5g99a9zNnBNxtmt.adaptive-delivery-prevent-bg, #UTTG8NBotWPpDkWNW5g99a9zNnBNxtmt.lazyload, #UTTG8NBotWPpDkWNW5g99a9zNnBNxtmt.lazyloading { background-image: none; }
#I6sZxTXcpQhdSV7k2NtocXHA4PgfSsk7 { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/bae848fb-f714-4f15-bd5a-aafa78cfd58c/ClientebanhoetosaII.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.3125rem solid #ff8300;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:16.25rem;width:16.25rem;top:27.647571086884rem;left:20.686850547791rem;display:block; }#I6sZxTXcpQhdSV7k2NtocXHA4PgfSsk7.adaptive-delivery-prevent-bg, #I6sZxTXcpQhdSV7k2NtocXHA4PgfSsk7.lazyload, #I6sZxTXcpQhdSV7k2NtocXHA4PgfSsk7.lazyloading { background-image: none; }
#mviNTGNDUermOl4XTRFTtIO5bOn2DL1x { position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3e1a3f74-32c7-4613-bb63-0575480c4ee4/ClientebanhoetosaIIICopia.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.3125rem solid #ff8300;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:16.25rem;width:16.25rem;top:27.647571086884rem;left:38.256295204162rem;display:block; }#mviNTGNDUermOl4XTRFTtIO5bOn2DL1x.adaptive-delivery-prevent-bg, #mviNTGNDUermOl4XTRFTtIO5bOn2DL1x.lazyload, #mviNTGNDUermOl4XTRFTtIO5bOn2DL1x.lazyloading { background-image: none; }
#ZwpJ9oRl7oWeTVxNv4JbfSTaPe4xiTNo { position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/69cce8d9-f9d8-4d4b-9767-360e38afa727/ClientebanhoetosaIV.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.3125rem solid #ff8300;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:16.25rem;width:16.25rem;top:27.647571086884rem;left:55.818146705627rem;display:block; }#ZwpJ9oRl7oWeTVxNv4JbfSTaPe4xiTNo.adaptive-delivery-prevent-bg, #ZwpJ9oRl7oWeTVxNv4JbfSTaPe4xiTNo.lazyload, #ZwpJ9oRl7oWeTVxNv4JbfSTaPe4xiTNo.lazyloading { background-image: none; }
#JvcdlTpFK3mkxokcdnnGcvTBmZubkJIs { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f6fad8b7-e5e5-4911-8f26-55b4a741c43f/ClientebanhoetosaV.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.3125rem solid #ff8300;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:16.25rem;width:16.25rem;top:46.585296630859rem;left:3.1846790313721rem;display:block; }#JvcdlTpFK3mkxokcdnnGcvTBmZubkJIs.adaptive-delivery-prevent-bg, #JvcdlTpFK3mkxokcdnnGcvTBmZubkJIs.lazyload, #JvcdlTpFK3mkxokcdnnGcvTBmZubkJIs.lazyloading { background-image: none; }
#LmSrmXTPEfdoSNkTsekdk99ea1fBh7JX { position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c5dfee9f-40fb-4764-99f2-58b56dbd6ed4/raoI.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.3125rem solid #ff8300;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:16.25rem;width:16.25rem;top:46.585279464722rem;left:55.818146705627rem;display:block; }#LmSrmXTPEfdoSNkTsekdk99ea1fBh7JX.adaptive-delivery-prevent-bg, #LmSrmXTPEfdoSNkTsekdk99ea1fBh7JX.lazyload, #LmSrmXTPEfdoSNkTsekdk99ea1fBh7JX.lazyloading { background-image: none; }
#TLIxTAEFPTp5ALFvFsbRRxN0ZH6mZDWP { position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e216fc56-fab5-4800-9abc-57c3568b89d4/RaoII.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.3125rem solid #ff8300;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:16.25rem;width:16.25rem;top:65.960290908812rem;left:55.818146705627rem;display:block; }#TLIxTAEFPTp5ALFvFsbRRxN0ZH6mZDWP.adaptive-delivery-prevent-bg, #TLIxTAEFPTp5ALFvFsbRRxN0ZH6mZDWP.lazyload, #TLIxTAEFPTp5ALFvFsbRRxN0ZH6mZDWP.lazyloading { background-image: none; }
#FNgRZUw5bUk9Zbw3PXBhzXGltuJiKmys { position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/40814524-df7f-4bd4-80c6-5a05e34728ae/Clientebanhoetosa.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.3125rem solid #ff8300;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:16.25rem;width:16.25rem;top:46.585279464722rem;left:20.686850547791rem;display:block; }#FNgRZUw5bUk9Zbw3PXBhzXGltuJiKmys.adaptive-delivery-prevent-bg, #FNgRZUw5bUk9Zbw3PXBhzXGltuJiKmys.lazyload, #FNgRZUw5bUk9Zbw3PXBhzXGltuJiKmys.lazyloading { background-image: none; }
#sadKsKqKAiyZzgewShvQUI18CQ5PLc3l { position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/12b89bd5-e17d-44b6-b9ed-fd7273fe1622/produtoslookroupinha.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.3125rem solid #ff8300;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:16.25rem;width:16.25rem;top:65.960294723513rem;left:3.1846790313721rem;display:block; }#sadKsKqKAiyZzgewShvQUI18CQ5PLc3l.adaptive-delivery-prevent-bg, #sadKsKqKAiyZzgewShvQUI18CQ5PLc3l.lazyload, #sadKsKqKAiyZzgewShvQUI18CQ5PLc3l.lazyloading { background-image: none; }
#febu1gBqOat622TxB9UabvefQNruyZel { position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cf303354-3382-45dc-9e8a-72bf9114037c/produtosroupinhas.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.3125rem solid #ff8300;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:16.25rem;width:16.25rem;top:65.960287094119rem;left:20.686850547791rem;display:block; }#febu1gBqOat622TxB9UabvefQNruyZel.adaptive-delivery-prevent-bg, #febu1gBqOat622TxB9UabvefQNruyZel.lazyload, #febu1gBqOat622TxB9UabvefQNruyZel.lazyloading { background-image: none; }
#yOPJzyXyDK2Xs4f6EvHfBJyp1vRRUXhT { position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5034ebf7-a456-4f37-8c40-52a41a9e12d7/molhoprarao.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.3125rem solid #ff8300;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:16.25rem;width:16.25rem;top:65.960287094119rem;left:38.186848640442rem;display:block; }#yOPJzyXyDK2Xs4f6EvHfBJyp1vRRUXhT.adaptive-delivery-prevent-bg, #yOPJzyXyDK2Xs4f6EvHfBJyp1vRRUXhT.lazyload, #yOPJzyXyDK2Xs4f6EvHfBJyp1vRRUXhT.lazyloading { background-image: none; }
#DzQ38QbeA3C04AizreUo5RWawukT60Ub { position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/46a6afbd-62f6-4429-bf5a-9a34df2c168a/ClientebanhoetosaVI.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.3125rem solid #ff8300;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:16.25rem;width:16.25rem;top:46.585290193557rem;left:38.186848640442rem;display:block; }#DzQ38QbeA3C04AizreUo5RWawukT60Ub.adaptive-delivery-prevent-bg, #DzQ38QbeA3C04AizreUo5RWawukT60Ub.lazyload, #DzQ38QbeA3C04AizreUo5RWawukT60Ub.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:8rem;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.5625rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u7ZL6KLogxWu1lB895uvtBLm3PEQr3Tx { position:absolute;display:block;z-index:15007;background-color:#ff8300;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.1875rem;width:3.75rem;top:6.1875rem;left:35.625001907349rem;display:block; }
#IWRrItkwM1qkEHdwGnJgOoZNzTUxH4gZ { 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; }#IWRrItkwM1qkEHdwGnJgOoZNzTUxH4gZ > .row .container { background-color: transparent; background-image: none; }#IWRrItkwM1qkEHdwGnJgOoZNzTUxH4gZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IWRrItkwM1qkEHdwGnJgOoZNzTUxH4gZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IWRrItkwM1qkEHdwGnJgOoZNzTUxH4gZ > .row .container > .video-iframe-container { display: none; }#IWRrItkwM1qkEHdwGnJgOoZNzTUxH4gZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IWRrItkwM1qkEHdwGnJgOoZNzTUxH4gZ > .row > .video-iframe-container { display: none; }#IWRrItkwM1qkEHdwGnJgOoZNzTUxH4gZ > .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); }#IWRrItkwM1qkEHdwGnJgOoZNzTUxH4gZ > .row .container { border-width: 0; border-radius: 0; }#IWRrItkwM1qkEHdwGnJgOoZNzTUxH4gZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IWRrItkwM1qkEHdwGnJgOoZNzTUxH4gZ > .row .container { font-size:0.875rem;font-family:arial;height:43.9375rem;width:75rem;position:relative;display:block; }#ubSUWrSLCUf2FMwvOfSudDXqqhOln9b1 { position:absolute;display:block;z-index:15001;border-top:0.3125rem solid #e3e3e3;border-left:0.3125rem solid #e3e3e3;border-right:0.3125rem solid #e3e3e3;border-bottom:0.3125rem solid #e3e3e3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:36.375rem;top:21.5rem;left:37.5rem;overflow:hidden;display:block; }
#zdFGFPRL5OvtSaQeULfuK2gHc4zxTIEl { position:absolute;display:block;z-index:15000;border-top:0.3125rem solid #e3e3e3;border-left:0.3125rem solid #e3e3e3;border-right:0.3125rem solid #e3e3e3;border-bottom:0.3125rem solid #e3e3e3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4995625rem;width:41.311875rem;top:3.1875rem;left:1.125rem;overflow:hidden;display:block; }
#aMCCAkmMTxCKfnxZPdfcncgA0c4DTT6y { position:absolute;display:block;z-index:15002;border-top:0.3125rem solid #e3e3e3;border-left:0.3125rem solid #e3e3e3;border-right:0.3125rem solid #e3e3e3;border-bottom:0.3125rem solid #e3e3e3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:29.875rem;top:3.1875rem;left:43.875rem;overflow:hidden;display:block; }
#f4P4aNiaEirx87XTUwiC1tzILB2Q3Swr { position:absolute;display:block;z-index:15003;border-top:0.3125rem solid #e3e3e3;border-left:0.3125rem solid #e3e3e3;border-right:0.3125rem solid #e3e3e3;border-bottom:0.3125rem solid #e3e3e3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:30.0625rem;top:12.5rem;left:43.875rem;overflow:hidden;display:block; }
#VbzXXEfiJKZM8UrysOCk679BbyiIdVVy { position:absolute;display:block;z-index:15004;border-top:0.3125rem solid #e3e3e3;border-left:0.3125rem solid #e3e3e3;border-right:0.3125rem solid #e3e3e3;border-bottom:0.3125rem solid #e3e3e3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.686625rem;width:34.6875rem;top:21.5rem;left:1.125rem;overflow:hidden;display:block; }
#MgEVpBms0IkUEKy11aO5PcePaXuwyGbm { position:absolute;display:block;z-index:15002;border-top:0.3125rem solid #e3e3e3;border-left:0.3125rem solid #e3e3e3;border-right:0.3125rem solid #e3e3e3;border-bottom:0.3125rem solid #e3e3e3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:34.3125rem;top:31.1875rem;left:1.3125rem;overflow:hidden;display:block; }
#yOetgZ8Jzi6sHXhV4q9bpaD53wlpvTek { position:absolute;display:block;z-index:15003;border-top:0.3125rem solid #e3e3e3;border-left:0.3125rem solid #e3e3e3;border-right:0.3125rem solid #e3e3e3;border-bottom:0.3125rem solid #e3e3e3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:36.375rem;top:33.625rem;left:37.5rem;overflow:hidden;display:block; }
#HxKavXisvlSVIVxnzNuQzOn58viTTg7r { 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; }#HxKavXisvlSVIVxnzNuQzOn58viTTg7r > .row .container { background-color: transparent; background-image: none; }#HxKavXisvlSVIVxnzNuQzOn58viTTg7r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxKavXisvlSVIVxnzNuQzOn58viTTg7r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxKavXisvlSVIVxnzNuQzOn58viTTg7r > .row .container > .video-iframe-container { display: none; }#HxKavXisvlSVIVxnzNuQzOn58viTTg7r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxKavXisvlSVIVxnzNuQzOn58viTTg7r > .row > .video-iframe-container { display: none; }#HxKavXisvlSVIVxnzNuQzOn58viTTg7r > .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); }#HxKavXisvlSVIVxnzNuQzOn58viTTg7r > .row .container { border-width: 0; border-radius: 0; }#HxKavXisvlSVIVxnzNuQzOn58viTTg7r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HxKavXisvlSVIVxnzNuQzOn58viTTg7r > .row .container { font-size:0.875rem;font-family:arial;height:12.5625rem;width:75rem;position:relative;display:block; }#TXvZGcFvy2DGyoKlEwLtrE5Kn2bwFU2x { color:#d32150;display:block;width:16.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:3.25rem;left:1.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KwAMXs1AsXa1dBEfHT2ftXopn3TW51Qb { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:5.8125rem;left:1.25rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Se5GRRuzZP4h8JvrO8S8Kre4LpyRwBb5 { position:absolute;display:block;z-index:15016;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:5.5rem;left:1.1875rem;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:6.1875rem;left:22.8125rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W280hy0vrEkH2ANtF3tImTM9ETC7cSP6 { color:#d32150;display:block;width:16.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:3rem;left:19.9375rem;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:5.25rem;left:19.9375rem;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:8rem;left:22.875rem;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.8125rem;left:20rem;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.6875rem;left:20rem;display:block; }
#mZUrD1fK7kT4u0AXN9kttMsWBmFW6QvB { color:#000000;display:block;width:14.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:6rem;left:41.625rem;height:4.5rem;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:3rem;left:38.8125rem;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:5.25rem;left:38.8125rem;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.625rem;left:38.8125rem;display:block; }
#cV73gfwaOumkLEhJkznWB8s15Q5gNDVm { position:absolute;display:block;z-index:15035;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:5.25rem;left:57.5625rem;display:block; }
#tIt95RuoPRTI37ZTK2fAsXPZrCyAxIKG { color:#d32150;display:block;width:16.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:3rem;left:57.5625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TJn7CzaaTruXGVpTw8ShhQpeJJvO0ixU { box-sizing:content-box;color:#ffffff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.24935rem;width:2.24935rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15033;top:5.6325988769531rem;left:57.5rem;display:block; }
#hzAb9O1aki8dqVI5foROQTe1ZacqynXm { color:#000000;display:block;width:14.749375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:5.8116340637207rem;left:60.25065612793rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NxKl4FdfhdL1e6ed2JZwVu21lSwMPhvA { position:relative;display:none; }#NxKl4FdfhdL1e6ed2JZwVu21lSwMPhvA { border-width: 0; border-radius: 0; }#NxKl4FdfhdL1e6ed2JZwVu21lSwMPhvA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NxKl4FdfhdL1e6ed2JZwVu21lSwMPhvA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#asyJdRFoRRvGWSS9qAdWImRKy0UrCwcv { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#Nm11ApUiFTmLs1TCm0fk8ohteAWCvNTM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sI4O1STqJxNKRfkHZskoEsCfUZc01cNS { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#EKwrJT5pIIN09wXVGG50ZrvRyzpTr8F2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WXh2NNvouFvXbdTPv44t5NAAAszpz8sW { 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.0625rem;width:18.625rem;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.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sF7QIJ13cMRt8efm2rJehHwMlVRTtCN5 { width:6.625rem;height:5.75rem;top:0.625rem;left:20.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) { #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:26.125rem;height:3.9375rem;top:26.25rem;left:10.812501907349rem;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:17.4375rem;height:2.4375rem;top:33rem;left:15.156250953674rem;font-size:1.875rem;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) { #O3LyaUHJx8BhOM9LnHaevqkZ6mDUxl9I { width:27.8125rem;height:7.5rem;top:10.4375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #As3BpbywanfwxE2bUm5IUkdLW1vitWdx { display:block; }#As3BpbywanfwxE2bUm5IUkdLW1vitWdx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dgoX5VFh8dTVfE9Dzph2IweBzMtylJbv { width:37.125rem;height:2.625rem;top:1.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZboNHpohDbt4wckN3qSts2BNyb6IE7B { width:10.4375rem;height:4.75rem;top:1rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoPDBdggDBiTvLviKKX69sTsOlwGcXH0 { width:9.375rem;height:1.4375rem;top:2.6875rem;left:27.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7sgTFxgJzsyfWzkDuiSTg21bcLfFoGD { width:10.4375rem;height:4.75rem;top:1.0625rem;left:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bh4xEDO5mz063sx89UGTFa9llZZeNnGR { width:9.125rem;height:1.875rem;top:2.4375rem;left:38.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQbRfCO3i3XUtqscDG1ITTS2xoVnfl8G { width:10.4375rem;height:4.75rem;top:1.0625rem;left:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQbkvvscUGQI6m9qVWO756LNTFntSqaH { width:8rem;height:3.25rem;top:1.75rem;left:39.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P { display:block; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container { width:47.75rem;height:16.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZ15UCifUMKVlEopvbcgtTBRC4xHn5Tc { width:29.5625rem;height:10.5rem;top:1.1875rem;left:0rem;display:block; }#HZ15UCifUMKVlEopvbcgtTBRC4xHn5Tc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d4dd13ea-98fe-49e1-b2f6-dcc520ae921e/check_cinza.png); }
 }@media only screen and (max-width: 763px) { #HRaKT44bQ2boPsBfv3AZ2hEHlRVDQTnT { width:40rem;height:7.1875rem;top:6.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWC9fvpzN1GDaqkb8KXVav2lQTtMsCFx { width:16.25rem;height:3.4375rem;top:31.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpbu6k65tTIms5hmDsTz2S2bQnq6sZ8n { display:block; }
 }@media only screen and (max-width: 763px) { #edrIulrrE1fsyg6NJfG6tt0MCy6wKAwc { width:16.25rem;height:3.4375rem;top:32rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDkcTZAPBCaMd6UOqJgFHoXutdHguQx6 { display:block; }
 }@media only screen and (max-width: 763px) { #ILtCQ9KM8QQ8t1AHbRy2tJ6Mf1ROXT0t { width:31.4375rem;height:31.501438563421rem;top:5.625rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJMh16rmzwQe02Ho9mETzcctToBfcGtK { width:36.3125rem;height:2rem;top:14.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcWzRKqJVZxSN0TCAdV0ola1Ze5mAd4n { width:29.5625rem;height:10.5rem;top:1.1875rem;left:0rem;display:block; }#zcWzRKqJVZxSN0TCAdV0ola1Ze5mAd4n li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d4dd13ea-98fe-49e1-b2f6-dcc520ae921e/check_cinza.png); }
 }@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) { #p5FSJxEsKINNsodLLo4WgargDNtARIbG { width:47.75rem;height:2rem;top:2.3125rem;left:0rem;font-size:1.25rem;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:4rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSL2PsN8rAzmNuBhVpd8zbBVA1X7RuzC { display:block; }#sSL2PsN8rAzmNuBhVpd8zbBVA1X7RuzC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tF8dSccGyUk8XtsBSedUP9XoU6nBtd7a { width:10.4375rem;height:3.25rem;top:28.6875rem;left:25.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNeIQJqGKue8Ei5dC3vniyF4TdTuhcAT { width:9.5rem;height:3.25rem;top:28.875rem;left:38.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0TWrQ79Lu94VTzChylv7qnTFSvLmWix { width:10.3125rem;height:1.625rem;top:44.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOz02Hx7ySVD8KNXtC694HtOdl0z2N4l { width:9.5rem;height:1.625rem;top:12.375rem;left:11.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4RDfFnw6xt5vRVCiXzJnOTpyC4n6li2 { width:9.375rem;height:9.375rem;top:1.4375rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSZB7nxBpn1IcwsohO3T7RNAI1yP8ULd { width:9.375rem;height:9.375rem;top:17.75rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9QySa7S7ux59hQT9mZDTodbz7F43Aun { width:9.375rem;height:9.375rem;top:17.9375rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eo4AuTNHNrRhiTdRIXHxC9nB4neATbI6 { width:9.375rem;height:9.375rem;top:34rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTKLLmuLpNiOkmTx2JlDNN32vNk6wWRT { width:9.5rem;height:3.25rem;top:28.6875rem;left:11.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwX394dzVIr4S0SM4TUKT6wC2LKNZwmD { width:9.375rem;height:9.375rem;top:17.75rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #No2KbqmmcO0h5XrUJLbct44XwGMNNh2H { width:9.5rem;height:1.625rem;top:12.375rem;left:26.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #txuHeawbWEH8DaxezUlXBamhp8hUKBTT { width:9.5rem;height:1.625rem;top:12.5625rem;left:38.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro8tUu32JVmSA9WO4Ps1CNmP7y25bfuC { width:9.5rem;height:3.25rem;top:12.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMrZXkEEZ1fzOTH6R8TgBLbskwrXHZdA { width:9.375rem;height:9.375rem;top:34rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBeCZdJxkDbM0O60doDLmUWlLw5B9hpn { width:9.375rem;height:9.375rem;top:1.4375rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8UZ7cgvkZhFWpZTTtE9xBvI43Oe2BL8 { width:9.375rem;height:9.375rem;top:1.625rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKzemiGuxpanEigUHR66KWAcfVaxsRcG { width:9.375rem;height:9.375rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWSD4BrmZPlfa05GcyzGQgetsnuEO7H9 { width:9.375rem;height:9.375rem;top:17.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrlEOEeaICN5k51Xc41BicE4NH1Fq7gf { width:9.5rem;height:3.25rem;top:28.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cy3uMfn3TmOocuwN1XPBughoVPo5SmDk { width:9.5rem;height:1.625rem;top:45rem;left:11.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #br9ekhIpTDiMDIvTnDkPJQ9FWJ42xfyu { width:9.375rem;height:9.375rem;top:34rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdsPq4fErqrivWA0A6DX08lXhT4ci9q5 { width:9.375rem;height:9.375rem;top:34rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVuFesLnTiCr8oOuGgn6IKbvQb5GKHgf { width:10.3125rem;height:3.25rem;top:44.9375rem;left:25.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayy7LuEk5hMfc1gDn45KPkQi2cSxq9hw { width:9.5rem;height:4.875rem;top:44.9375rem;left:38.25rem;font-size:1.0625rem;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) { #zvaFKsTXOocTLt4dvQCeXkUC7XfxVsfe { width:17.5rem;height:3.4375rem;top:2.3125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlsqwkXr2ovDLw0ThyXhdziXsBmsuFtT { width:18.75rem;height:3.4375rem;top:2.3125rem;left:25.906251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIsO8ZryNddNgshTHdNXsnbMaz6nGXOh { display:block; }
 }@media only screen and (max-width: 763px) { #GSlG1tl6hpFzwXrLl2PrlsfT7PV8dTfL { display:block; }#GSlG1tl6hpFzwXrLl2PrlsfT7PV8dTfL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pL7TNILZGlQ9pZgF0kV9t8kanOXI7z5y { width:47.75rem;height:3.25rem;top:3rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0NNH5Hrc7OsSSgPrPKDqWiEWU7SeWEB { width:3.75rem;height:0.1875rem;top:6.9375rem;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) { #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:4.375rem;left:16.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOVNQQn2uKuluoti0veJOpNnsRi0Ernu { width:31.25rem;height:2rem;top:7.5625rem;left:16.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d97z41utsm5sXr1pGHohpiQKREFQUUPZ { width:27.625rem;height:19.9375rem;top:2.5625rem;left:0rem;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:3.1875rem;left:0rem;font-size:1.875rem;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:16.25rem;height:16.25rem;top:27.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mExNrO5V5PPczKiMwiXCVfkXG7JZX5qv { width:16.25rem;height:16.25rem;top:8.75rem;left:24.562501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyQUOpo7qCBkINQfyvbnXkGLGLrWkBiA { width:16.25rem;height:16.25rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGsxv1UQy7cpgy3sXtlDr20im2sbilwS { width:16.25rem;height:16.25rem;top:8.75rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTTG8NBotWPpDkWNW5g99a9zNnBNxtmt { width:16.25rem;height:16.25rem;top:8.75rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6sZxTXcpQhdSV7k2NtocXHA4PgfSsk7 { width:16.25rem;height:16.25rem;top:27.625rem;left:7.0618505477906rem;display:block; }
 }@media only screen and (max-width: 763px) { #mviNTGNDUermOl4XTRFTtIO5bOn2DL1x { width:16.25rem;height:16.25rem;top:27.625rem;left:24.631295204163rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwpJ9oRl7oWeTVxNv4JbfSTaPe4xiTNo { width:16.25rem;height:16.25rem;top:27.625rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvcdlTpFK3mkxokcdnnGcvTBmZubkJIs { width:16.25rem;height:16.25rem;top:46.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmSrmXTPEfdoSNkTsekdk99ea1fBh7JX { width:16.25rem;height:16.25rem;top:46.5625rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLIxTAEFPTp5ALFvFsbRRxN0ZH6mZDWP { width:16.25rem;height:16.25rem;top:65.9375rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNgRZUw5bUk9Zbw3PXBhzXGltuJiKmys { width:16.25rem;height:16.25rem;top:46.5625rem;left:7.0618505477906rem;display:block; }
 }@media only screen and (max-width: 763px) { #sadKsKqKAiyZzgewShvQUI18CQ5PLc3l { width:16.25rem;height:16.25rem;top:65.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #febu1gBqOat622TxB9UabvefQNruyZel { width:16.25rem;height:16.25rem;top:65.9375rem;left:7.0618505477906rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOPJzyXyDK2Xs4f6EvHfBJyp1vRRUXhT { width:16.25rem;height:16.25rem;top:65.9375rem;left:24.561848640442rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzQ38QbeA3C04AizreUo5RWawukT60Ub { width:16.25rem;height:16.25rem;top:46.5625rem;left:24.561848640442rem;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.5625rem;left:0rem;font-size:1.875rem;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) { #IWRrItkwM1qkEHdwGnJgOoZNzTUxH4gZ { display:block; }#IWRrItkwM1qkEHdwGnJgOoZNzTUxH4gZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ubSUWrSLCUf2FMwvOfSudDXqqhOln9b1 { width:36.3125rem;height:10.044638331469rem;top:21.5rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdFGFPRL5OvtSaQeULfuK2gHc4zxTIEl { width:41.25rem;height:16.474850224663rem;top:3.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aMCCAkmMTxCKfnxZPdfcncgA0c4DTT6y { width:29.875rem;height:7.25rem;top:3.1875rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4P4aNiaEirx87XTUwiC1tzILB2Q3Swr { width:30rem;height:7.3589471714587rem;top:12.5rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbzXXEfiJKZM8UrysOCk679BbyiIdVVy { width:34.6875rem;height:7.686625rem;top:21.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgEVpBms0IkUEKy11aO5PcePaXuwyGbm { width:34.25rem;height:9.1706947993875rem;top:31.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOetgZ8Jzi6sHXhV4q9bpaD53wlpvTek { width:36.3125rem;height:6.80039297883rem;top:33.625rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxKavXisvlSVIVxnzNuQzOn58viTTg7r { display:block; }#HxKavXisvlSVIVxnzNuQzOn58viTTg7r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TXvZGcFvy2DGyoKlEwLtrE5Kn2bwFU2x { top:3.25rem;left:0rem;width:16.375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwAMXs1AsXa1dBEfHT2ftXopn3TW51Qb { top:5.8125rem;left:0rem;width:15.3125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Se5GRRuzZP4h8JvrO8S8Kre4LpyRwBb5 { width:3.125rem;height:0;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwX5ZmtMsJNBuQbstw07OGliV1TIgHi0 { top:6.1875rem;left:12.593750953674rem;width:10.625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W280hy0vrEkH2ANtF3tImTM9ETC7cSP6 { top:3rem;left:7.4375rem;width:16.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:5.25rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VA5ZA4IbvApJxOhUTOzJsuCfK9d88220 { top:8rem;left:12.656250953674rem;width:10.625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNurKAUeBfnLwLCAw1M5EV27sH6ofLPP { width:2.1875rem;height:2.1875rem;top:5.8125rem;left:11.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH9FWRgnv1HRWTksQxdIRf6VFrb4F96Q { width:2.1875rem;height:2.1875rem;top:7.6875rem;left:11.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZUrD1fK7kT4u0AXN9kttMsWBmFW6QvB { top:6rem;left:21.0625rem;width:14.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqiuWIks5bvDK6bTZ7cfUdBeIJ9vHmGV { top:3rem;left:19.375rem;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:5.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqdiThgc3zueaLnuqelySxTZh0d0mTL2 { width:2.1875rem;height:2.1875rem;top:5.625rem;left:23.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cV73gfwaOumkLEhJkznWB8s15Q5gNDVm { width:3.125rem;height:0.0625rem;top:5.25rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIt95RuoPRTI37ZTK2fAsXPZrCyAxIKG { top:2.9375rem;left:31.375rem;width:16.375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJn7CzaaTruXGVpTw8ShhQpeJJvO0ixU { width:2.1875rem;height:2.1875rem;top:5.625rem;left:35.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzAb9O1aki8dqVI5foROQTe1ZacqynXm { top:5.75rem;left:33.0625rem;width:14.6875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxKl4FdfhdL1e6ed2JZwVu21lSwMPhvA { display:none; }#NxKl4FdfhdL1e6ed2JZwVu21lSwMPhvA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #asyJdRFoRRvGWSS9qAdWImRKy0UrCwcv { width:17.5rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nm11ApUiFTmLs1TCm0fk8ohteAWCvNTM { display:block; }
 }@media only screen and (max-width: 763px) { #sI4O1STqJxNKRfkHZskoEsCfUZc01cNS { width:17.5rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EKwrJT5pIIN09wXVGG50ZrvRyzpTr8F2 { display:block; }
 }@media only screen and (max-width: 763px) { #WXh2NNvouFvXbdTPv44t5NAAAszpz8sW { width:18.625rem;height:3.0625rem;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 { display:block; }#VROOOcFcKm6psNf5hQ2VVSn41OLExnbf > .row .container { width:20rem;height:6.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:6.1875rem;height:5.3125rem;top:0.84375rem;left:6.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRRKCzkp990GLeqErA2pJUEMm7kUzTlR { background-color:rgba(50,96,178,0.76);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:41.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRvhtSkH5AK6gzp4I9QpG5GSvwicDlKn { width:20rem;height:2.95625rem;top:5.625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.6875rem;display:block; }
 }@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:17.4375rem;height:auto;top:33rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cLnV451lKLfGH1D3WTq4hNKh5uT1P0fi { width:20rem;height:2.6rem;top:14.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #riqiGConnTCsCJbqDgs7DGvQMkNOMIoR { width:20rem;height:1.03125rem;top:20.328125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15003;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #H8JF1AQhiR6lpdyiHStL2u774SwuBs0k { top:24rem;left:0.8125rem;width:13.875rem;height:17.6875rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aTdTbFBFbVJVq5qISLCvXLLbW5BPxPMz { top:26.6875rem;left:8.9375rem;width:10.1875rem;height:15rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #O3LyaUHJx8BhOM9LnHaevqkZ6mDUxl9I { width:20rem;height:4.2625rem;top:8.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #As3BpbywanfwxE2bUm5IUkdLW1vitWdx { display:block; }#As3BpbywanfwxE2bUm5IUkdLW1vitWdx > .row .container { width:20rem;height:18.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dgoX5VFh8dTVfE9Dzph2IweBzMtylJbv { 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) { #LZboNHpohDbt4wckN3qSts2BNyb6IE7B { width:9.6875rem;height:3.75rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoPDBdggDBiTvLviKKX69sTsOlwGcXH0 { width:8.375rem;height:1.1875rem;top:9.65625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7sgTFxgJzsyfWzkDuiSTg21bcLfFoGD { width:9.6875rem;height:3.75rem;top:8.375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bh4xEDO5mz063sx89UGTFa9llZZeNnGR { width:8.375rem;height:1.6875rem;top:9.40625rem;left:10.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQbRfCO3i3XUtqscDG1ITTS2xoVnfl8G { width:9rem;height:3.75rem;top:12.875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQbkvvscUGQI6m9qVWO756LNTFntSqaH { width:7.25rem;height:2.875rem;top:13.3125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P { display:block; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZ15UCifUMKVlEopvbcgtTBRC4xHn5Tc { width:20rem;height:9.21875rem;top:9.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15001;font-weight:300;font-style:normal;display:block; }#HZ15UCifUMKVlEopvbcgtTBRC4xHn5Tc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d4dd13ea-98fe-49e1-b2f6-dcc520ae921e/check_cinza.png); }
 }@media only screen and (max-width: 763px) { #HRaKT44bQ2boPsBfv3AZ2hEHlRVDQTnT { width:20rem;height:3.6rem;top:3.1429700851441rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWC9fvpzN1GDaqkb8KXVav2lQTtMsCFx { width:9.375rem;height:3.4375rem;top:52.0361328125rem;left:10.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpbu6k65tTIms5hmDsTz2S2bQnq6sZ8n { display:block; }
 }@media only screen and (max-width: 763px) { #edrIulrrE1fsyg6NJfG6tt0MCy6wKAwc { width:9.375rem;height:3.4375rem;top:51.9580078125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDkcTZAPBCaMd6UOqJgFHoXutdHguQx6 { display:block; }
 }@media only screen and (max-width: 763px) { #ILtCQ9KM8QQ8t1AHbRy2tJ6Mf1ROXT0t { width:20rem;height:20.0403125rem;top:29.464111328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJMh16rmzwQe02Ho9mETzcctToBfcGtK { width:20rem;height:1.13671875rem;top:6.9554681777956rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcWzRKqJVZxSN0TCAdV0ola1Ze5mAd4n { width:20rem;height:7.3125rem;top:19.375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15001;font-weight:300;font-style:normal;display:block; }#zcWzRKqJVZxSN0TCAdV0ola1Ze5mAd4n li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d4dd13ea-98fe-49e1-b2f6-dcc520ae921e/check_cinza.png); }
 }@media only screen and (max-width: 763px) { #DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd { display:block; }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p5FSJxEsKINNsodLLo4WgargDNtARIbG { width:14.43675rem;height:1.625rem;top:2.5625rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWxCEGz8QS1C15VU0XqfW1Sw1r2yseOT { width:3.75rem;height:0.1875rem;top:6.9375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWPIUAIstuXceI8UnJwX3cQrhlgIUBR1 { width:20rem;height:2.4375rem;top:4.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSL2PsN8rAzmNuBhVpd8zbBVA1X7RuzC { display:block; }#sSL2PsN8rAzmNuBhVpd8zbBVA1X7RuzC > .row .container { width:20rem;height:81.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tF8dSccGyUk8XtsBSedUP9XoU6nBtd7a { width:9.5rem;height:2.76171875rem;top:24.5rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNeIQJqGKue8Ei5dC3vniyF4TdTuhcAT { width:9.5rem;height:2.7625rem;top:24.5rem;left:10.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0TWrQ79Lu94VTzChylv7qnTFSvLmWix { width:9.5rem;height:1.38125rem;top:37.4375rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOz02Hx7ySVD8KNXtC694HtOdl0z2N4l { width:9.5rem;height:1.38125rem;top:11.6875rem;left:10rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4RDfFnw6xt5vRVCiXzJnOTpyC4n6li2 { width:6.25rem;height:6.25rem;top:3.75rem;left:11.375rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/qiubfEvw/servico_02.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#f4RDfFnw6xt5vRVCiXzJnOTpyC4n6li2.adaptive-delivery-prevent-bg, #f4RDfFnw6xt5vRVCiXzJnOTpyC4n6li2.lazyload, #f4RDfFnw6xt5vRVCiXzJnOTpyC4n6li2.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qSZB7nxBpn1IcwsohO3T7RNAI1yP8ULd { width:6.25rem;height:6.25rem;top:16.8125rem;left:1.8125rem;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:cover !important;display:block; }#qSZB7nxBpn1IcwsohO3T7RNAI1yP8ULd.adaptive-delivery-prevent-bg, #qSZB7nxBpn1IcwsohO3T7RNAI1yP8ULd.lazyload, #qSZB7nxBpn1IcwsohO3T7RNAI1yP8ULd.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #m9QySa7S7ux59hQT9mZDTodbz7F43Aun { width:6.25rem;height:6.25rem;top:16.8125rem;left:11.375rem;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:cover !important;display:block; }#m9QySa7S7ux59hQT9mZDTodbz7F43Aun.adaptive-delivery-prevent-bg, #m9QySa7S7ux59hQT9mZDTodbz7F43Aun.lazyload, #m9QySa7S7ux59hQT9mZDTodbz7F43Aun.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #eo4AuTNHNrRhiTdRIXHxC9nB4neATbI6 { width:6.25rem;height:6.25rem;top:29.125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTKLLmuLpNiOkmTx2JlDNN32vNk6wWRT { width:9.6875rem;height:2.761725rem;top:11.6875rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwX394dzVIr4S0SM4TUKT6wC2LKNZwmD { width:6.25rem;height:6.25rem;top:3.75rem;left:1.8125rem;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:cover !important;display:block; }#SwX394dzVIr4S0SM4TUKT6wC2LKNZwmD.adaptive-delivery-prevent-bg, #SwX394dzVIr4S0SM4TUKT6wC2LKNZwmD.lazyload, #SwX394dzVIr4S0SM4TUKT6wC2LKNZwmD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #No2KbqmmcO0h5XrUJLbct44XwGMNNh2H { width:9.6875rem;height:1.38125rem;top:50.4375rem;left:9.8125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #txuHeawbWEH8DaxezUlXBamhp8hUKBTT { width:9.6875rem;height:1.3808625rem;top:62.375rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro8tUu32JVmSA9WO4Ps1CNmP7y25bfuC { width:9.4998125rem;height:2.76171875rem;top:62.375rem;left:10.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMrZXkEEZ1fzOTH6R8TgBLbskwrXHZdA { width:6.25rem;height:6.25rem;top:42.5625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBeCZdJxkDbM0O60doDLmUWlLw5B9hpn { width:6.25rem;height:6.25rem;top:42.5625rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8UZ7cgvkZhFWpZTTtE9xBvI43Oe2BL8 { width:6.25rem;height:6.25rem;top:54.625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKzemiGuxpanEigUHR66KWAcfVaxsRcG { width:6.25rem;height:6.25rem;top:54.0625rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWSD4BrmZPlfa05GcyzGQgetsnuEO7H9 { width:6.25rem;height:6.25rem;top:29.125rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrlEOEeaICN5k51Xc41BicE4NH1Fq7gf { width:9.4998125rem;height:2.7625rem;top:37.4375rem;left:10.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cy3uMfn3TmOocuwN1XPBughoVPo5SmDk { width:9.6875rem;height:1.3808625rem;top:50.4375rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #br9ekhIpTDiMDIvTnDkPJQ9FWJ42xfyu { width:6.25rem;height:6.25rem;top:67.26171875rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdsPq4fErqrivWA0A6DX08lXhT4ci9q5 { width:6.25rem;height:6.25rem;top:67.26171875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVuFesLnTiCr8oOuGgn6IKbvQb5GKHgf { width:9.6875rem;height:2.761725rem;top:75.44921875rem;left:0.40625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayy7LuEk5hMfc1gDn45KPkQi2cSxq9hw { width:9.6875rem;height:4.1425875rem;top:75.44921875rem;left:10rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpaBFZ8a5XGiXFGJs84DNayi3niqWTHR { display:block; }#bpaBFZ8a5XGiXFGJs84DNayi3niqWTHR > .row .container { width:20rem;height:9.0625rem;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) { #zvaFKsTXOocTLt4dvQCeXkUC7XfxVsfe { width:16.9375rem;height:3.73535rem;top:2.3492279052734rem;left:1.5312501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlsqwkXr2ovDLw0ThyXhdziXsBmsuFtT { width:18.75rem;height:3.4375rem;top:2.3125rem;left:0.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZIsO8ZryNddNgshTHdNXsnbMaz6nGXOh { display:block; }
 }@media only screen and (max-width: 763px) { #GSlG1tl6hpFzwXrLl2PrlsfT7PV8dTfL { display:block; }#GSlG1tl6hpFzwXrLl2PrlsfT7PV8dTfL > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pL7TNILZGlQ9pZgF0kV9t8kanOXI7z5y { width:14.1875rem;height:4.875rem;top:1.0625rem;left:2.90625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0NNH5Hrc7OsSSgPrPKDqWiEWU7SeWEB { width:3.75rem;height:0.1875rem;top:6.623046875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BshUb0B781vbDLfROPGoLyzvrykK0kRE { display:block; }#BshUb0B781vbDLfROPGoLyzvrykK0kRE > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aL7rndOwkHDtv3wLaZudUg2SITphV2ZO { width:17.5rem;height:11.8125rem;top:11.125rem;left:1.25rem;text-align:center;text-align-last:center;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.4375rem;top:5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOVNQQn2uKuluoti0veJOpNnsRi0Ernu { width:20rem;height:2.03125rem;top:7.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d97z41utsm5sXr1pGHohpiQKREFQUUPZ { width:17.5rem;height:17rem;top:25.25rem;left:1.25rem;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.4375rem;top:2.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1eLkHTRdeolXA663PapT0ywsWB9mt77 { width:3.75rem;height:0.1875rem;top:5.5615234375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxH8cJF8i8uP5XqIeIQFMD8audFKw6RJ { display:block; }#KxH8cJF8i8uP5XqIeIQFMD8audFKw6RJ > .row .container { width:20rem;height:104.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OGazzoAigyCVBLra2Sq3mTTSNgEREdyL { width:19.25rem;height:13.125rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;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:27.4375rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mExNrO5V5PPczKiMwiXCVfkXG7JZX5qv { width:9.875rem;height:9.875rem;top:27.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyQUOpo7qCBkINQfyvbnXkGLGLrWkBiA { width:9.875rem;height:9.875rem;top:17rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGsxv1UQy7cpgy3sXtlDr20im2sbilwS { width:9.875rem;height:9.875rem;top:17rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTTG8NBotWPpDkWNW5g99a9zNnBNxtmt { width:9.875rem;height:9.875rem;top:37.935101615265rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6sZxTXcpQhdSV7k2NtocXHA4PgfSsk7 { width:9.875rem;height:9.875rem;top:37.932936429978rem;left:10.125868856907rem;display:block; }
 }@media only screen and (max-width: 763px) { #mviNTGNDUermOl4XTRFTtIO5bOn2DL1x { width:9.875rem;height:9.875rem;top:48.434917926788rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwpJ9oRl7oWeTVxNv4JbfSTaPe4xiTNo { width:9.875rem;height:9.875rem;top:48.433159828186rem;left:10.125868856907rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvcdlTpFK3mkxokcdnnGcvTBmZubkJIs { width:9.875rem;height:9.875rem;top:58.935541152954rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmSrmXTPEfdoSNkTsekdk99ea1fBh7JX { width:9.875rem;height:9.875rem;top:69.370669364931rem;left:10.125868856907rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLIxTAEFPTp5ALFvFsbRRxN0ZH6mZDWP { width:9.875rem;height:9.875rem;top:90.376536369325rem;left:10.125868856907rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNgRZUw5bUk9Zbw3PXBhzXGltuJiKmys { width:9.875rem;height:9.875rem;top:58.933395385743rem;left:10.125868856907rem;display:block; }
 }@media only screen and (max-width: 763px) { #sadKsKqKAiyZzgewShvQUI18CQ5PLc3l { width:9.875rem;height:9.875rem;top:79.810522079469rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #febu1gBqOat622TxB9UabvefQNruyZel { width:9.875rem;height:9.875rem;top:79.807945251462rem;left:10.125868856907rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOPJzyXyDK2Xs4f6EvHfBJyp1vRRUXhT { width:9.875rem;height:9.875rem;top:90.308178424837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzQ38QbeA3C04AizreUo5RWawukT60Ub { width:9.875rem;height:9.875rem;top:69.3721780777rem;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.4375rem;top:1.7687511444092rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;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) { #IWRrItkwM1qkEHdwGnJgOoZNzTUxH4gZ { display:block; }#IWRrItkwM1qkEHdwGnJgOoZNzTUxH4gZ > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ubSUWrSLCUf2FMwvOfSudDXqqhOln9b1 { width:19.375rem;height:5.3594455813346rem;top:19.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdFGFPRL5OvtSaQeULfuK2gHc4zxTIEl { width:19.375rem;height:7.7381872267356rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aMCCAkmMTxCKfnxZPdfcncgA0c4DTT6y { width:19.375rem;height:4.7018828451883rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4P4aNiaEirx87XTUwiC1tzILB2Q3Swr { width:19.375rem;height:4.7526533815672rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbzXXEfiJKZM8UrysOCk679BbyiIdVVy { width:19.375rem;height:4.2934301801802rem;top:22.603084564209rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MgEVpBms0IkUEKy11aO5PcePaXuwyGbm { width:19.375rem;height:5.1878018025731rem;top:13.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOetgZ8Jzi6sHXhV4q9bpaD53wlpvTek { width:19.375rem;height:3.6284368733859rem;top:41.280384071171rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HxKavXisvlSVIVxnzNuQzOn58viTTg7r { display:block; }#HxKavXisvlSVIVxnzNuQzOn58viTTg7r > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TXvZGcFvy2DGyoKlEwLtrE5Kn2bwFU2x { width:16.4375rem;height:1.625rem;top:2.9375rem;left:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwAMXs1AsXa1dBEfHT2ftXopn3TW51Qb { width:15.3125rem;height:3rem;top:6.0625rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Se5GRRuzZP4h8JvrO8S8Kre4LpyRwBb5 { width:3.125rem;height:0.0625rem;top:5.25rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwX5ZmtMsJNBuQbstw07OGliV1TIgHi0 { width:10.625rem;height:1.5rem;top:15.5rem;left:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W280hy0vrEkH2ANtF3tImTM9ETC7cSP6 { width:16.4375rem;height:1.625rem;top:11.8125rem;left:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1qmd7xcguOa3T2A1XhR8p4db4U5l7Sb { width:3.125rem;height:0.0625rem;top:14.1875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VA5ZA4IbvApJxOhUTOzJsuCfK9d88220 { width:10.625rem;height:1.5rem;top:17.5625rem;left:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNurKAUeBfnLwLCAw1M5EV27sH6ofLPP { width:2.25rem;height:2.25rem;top:15.3125rem;left:2.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH9FWRgnv1HRWTksQxdIRf6VFrb4F96Q { width:2.25rem;height:2.25rem;top:17.1875rem;left:2.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZUrD1fK7kT4u0AXN9kttMsWBmFW6QvB { width:13.9375rem;height:4.5rem;top:24rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqiuWIks5bvDK6bTZ7cfUdBeIJ9vHmGV { width:16.436625rem;height:1.625rem;top:20.3125rem;left:2.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqtpl582pUXmcw8L2EanNeAd94633KfM { width:3.125rem;height:0.0625rem;top:22.8125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqdiThgc3zueaLnuqelySxTZh0d0mTL2 { width:2.25rem;height:2.25rem;top:23.75rem;left:2.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cV73gfwaOumkLEhJkznWB8s15Q5gNDVm { width:3.125rem;height:0.0618489375rem;top:30.6875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIt95RuoPRTI37ZTK2fAsXPZrCyAxIKG { width:16.436625rem;height:1.625rem;top:28.375rem;left:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJn7CzaaTruXGVpTw8ShhQpeJJvO0ixU { width:2.1875rem;height:2.1875rem;top:31.625rem;left:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzAb9O1aki8dqVI5foROQTe1ZacqynXm { width:14.6875rem;height:1.5rem;top:31.9375rem;left:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxKl4FdfhdL1e6ed2JZwVu21lSwMPhvA { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#NxKl4FdfhdL1e6ed2JZwVu21lSwMPhvA { background-color: transparent; background-image: none; }#NxKl4FdfhdL1e6ed2JZwVu21lSwMPhvA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxKl4FdfhdL1e6ed2JZwVu21lSwMPhvA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxKl4FdfhdL1e6ed2JZwVu21lSwMPhvA > .row .container > .video-iframe-container { display: none; }#NxKl4FdfhdL1e6ed2JZwVu21lSwMPhvA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxKl4FdfhdL1e6ed2JZwVu21lSwMPhvA > .row > .video-iframe-container { display: none; }#NxKl4FdfhdL1e6ed2JZwVu21lSwMPhvA > .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); }#NxKl4FdfhdL1e6ed2JZwVu21lSwMPhvA > .row .container { width:20rem;height:6.75rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #asyJdRFoRRvGWSS9qAdWImRKy0UrCwcv { top:0rem;left:0.62421876192093rem;width:18.75rem;height:3.125rem;z-index:15000;background-color:#00940d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm11ApUiFTmLs1TCm0fk8ohteAWCvNTM { display:block; }
 }@media only screen and (max-width: 763px) { #sI4O1STqJxNKRfkHZskoEsCfUZc01cNS { top:3.875rem;left:0rem;width:20rem;height:3.49921875rem;z-index:15001;background-color:#ff7400;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EKwrJT5pIIN09wXVGG50ZrvRyzpTr8F2 { display:block; }
 }@media only screen and (max-width: 763px) { #WXh2NNvouFvXbdTPv44t5NAAAszpz8sW { top:3.5rem;left:0.62421876192093rem;width:18.75rem;height:3.125rem;z-index:15036;overflow:hidden;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }