:root {
  --green: #042826;
  --light-green: #bbea8c;
  --white: #fff;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

p {
  color: var(--green);
  margin-bottom: 10px;
}

a {
  text-decoration: none;
}

.c-body {
  color: var(--green);
  font-family: basic-sans, sans-serif;
  font-size: 1rem;
  line-height: 1.2rem;
}

.navbar2_link {
  color: #fff;
  padding: .5rem 1rem;
  font-size: 1rem;
  line-height: 150%;
}

.navbar2_link.w--current {
  color: var(--light-green);
}

.navbar2_logo-link {
  width: auto;
  min-width: 230px;
  padding-left: 0;
}

.navbar2_menu {
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar2_menu.is-page-height-tablet {
  color: #fff;
}

.navbar2_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .375fr 1fr .375fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar2_menu-button {
  padding: 0;
}

.navbar2_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
}

.button {
  color: #0000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 20px;
  padding: .75rem 1.5rem;
}

.button.is-navbar2-button {
  color: var(--green);
  background-color: #fff;
  border-style: none;
  flex: 1;
  min-width: 230px;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.button.is-navbar2-button.ui-urgencia-desktop {
  transition: font-size .3s, background-color .3s;
}

.button.is-navbar2-button.ui-urgencia-desktop:hover {
  background-color: var(--light-green);
  font-weight: 700;
}

.button.is-navbar2-button.ui-urgencia-movil {
  display: none;
}

.navbar {
  background-color: #0000;
  border-bottom: 1px solid #0000;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar.bg-dark {
  z-index: 1000;
  background-color: var(--green);
  display: flex;
  position: fixed;
  top: 0;
}

.banner7_content {
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.banner7_text-wrapper-vertical {
  flex-direction: column;
  margin-right: 1.5rem;
  display: flex;
}

.banner7_icon-wrapper {
  flex: none;
}

.banner7_content-wrapper-02 {
  background-color: #fff;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 31.25rem;
  margin-top: 1.5rem;
  padding-top: 3.05rem;
  padding-bottom: 3.05rem;
  transition: opacity .2s;
  display: none;
}

.banner7_content-wrapper-02.delete {
  display: block;
}

.calendary-banner {
  z-index: 99;
  height: 3.6rem;
  display: block;
  position: fixed;
  inset: 4.4rem 0%;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-color-white {
  color: #fff;
  flex: 1;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 100%;
}

.h-s-01-content {
  justify-content: center;
  align-items: flex-end;
  margin-top: 39vh;
  transition: background-color .3s;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.button-group.cc-mbot-2rem {
  margin-bottom: 2rem;
}

.section-01 {
  display: block;
}

.h-s-02-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 0rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.h-s-02-text {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.text-horario-bold {
  padding-right: 1rem;
  font-size: .875rem;
  font-weight: 600;
}

.text-horario-bold.cc-white {
  color: #fff;
}

.text-horario-small {
  color: #000;
  margin-bottom: 0;
  font-size: .875rem;
}

.text-horario-small.cc-white {
  color: #fff;
}

.banner7_down {
  cursor: pointer;
}

.html-embed {
  display: none;
}

.html-embed.delete {
  display: block;
}

.text-horario-small-left {
  width: 7.5rem;
  margin-bottom: 0;
  font-size: .875rem;
}

.text-horario-small-right {
  margin-bottom: 0;
  font-size: .875rem;
}

.text-horario-horas {
  margin-top: 1rem;
  display: flex;
}

.banner7_content-wrapper-01 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
}

.h-s-01-img-container {
  background-image: linear-gradient(#00000080, #00000080), url('../images/01.-gato.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 0;
}

.button-green {
  background-color: var(--light-green);
  color: var(--green);
  text-align: center;
  cursor: pointer;
  border-radius: 32px;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 250px;
  padding: .75rem 1.5rem;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button-green:hover {
  background-image: linear-gradient(#fff3, #fff3);
}

.button-green.cc-maxw-100 {
  max-width: 100%;
  transition: background-color .3s;
}

.button-green.cc-maxw-100.cc-mbot-2rem {
  margin-bottom: 2rem;
}

.button-green.cc-hide {
  display: none;
}

.button-white {
  color: #fff;
  text-align: center;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 32px;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 250px;
  padding: .75rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button-white:hover {
  background-color: #fff3;
}

.banner7_content-vertical {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.banner7_text-wrapper-horiz {
  flex-direction: row;
  margin-right: 1.5rem;
  display: flex;
}

.padding-global-hor {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ui-arrow-right {
  width: 1rem;
}

.button-green-text {
  flex: 0 auto;
  padding-right: 16px;
}

.button-green-text.cc-display {
  display: none;
}

.button-empty-text {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-right: 16px;
  display: flex;
}

.button-empty-text.cc-contact {
  padding-right: 0;
}

.ui-h1 {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: basic-sans, sans-serif;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 100%;
}

.ui-h1.cc-color-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.ui-h1.cc-color-white.cc-mbot-2rem {
  margin-bottom: 2rem;
}

.ui-h1.cc-color-white.cc-mbot-2rem.cc-movil.cc-home {
  width: 80%;
}

.c-gonext-01 {
  justify-content: center;
  display: flex;
}

.c-gonext-01.cc-top-4rem {
  display: none;
}

.gonext-arrow-01 {
  transition: transform .3s;
  transform: rotate(90deg);
}

.gonext-arrow-01:hover {
  transform: scale(1.3)rotate(90deg);
}

.h-s-02-content {
  margin-top: 5rem;
  margin-bottom: 5rem;
  display: block;
}

.section-02 {
  display: block;
}

.header-text-span {
  font-style: italic;
  font-weight: 600;
}

.ui-h2 {
  flex: 1;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3rem;
}

.ui-h2.cc-bot-2rem {
  margin-bottom: 2rem;
}

.ui-h2.text-color-white.cc-normal {
  flex: 0 auto;
  font-weight: 400;
}

.ui-h2.cc-mbot-2rem {
  margin-bottom: 2rem;
}

.ui-h2.cc-mbot-2rem.cc-fix {
  width: 90%;
}

.ui-h2.cc-color-white {
  color: #fff;
}

.ui-h2.cc-color-white.cc-mbot-2rem.cc-center {
  text-align: center;
}

.text-color-black {
  color: var(--green);
}

.text-color-black.cc-bot-2rem {
  margin-bottom: 2rem;
}

.ui-p {
  color: var(--green);
  flex-flow: column;
  flex: 0 auto;
  align-items: stretch;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.4rem;
  display: flex;
}

.ui-p.cc-bot-4rem {
  flex-flow: column;
  margin-bottom: 4rem;
}

.ui-p.cc-mbot-2rem {
  margin-bottom: 2rem;
}

.ui-p.cc-mbot-2rem.cc-delete {
  display: none;
}

.ui-p.cc-color-white {
  color: #fff;
  width: 70%;
}

.ui-p.cc-color-white.cc-sub {
  text-decoration: underline;
}

.ui-p.cc-color-white.cc-sub.cc-tlf {
  width: 100%;
}

.ui-p.cc-table {
  margin-bottom: 1rem;
}

.ui-p.cc-bold {
  font-weight: 600;
}

.white-paragraph {
  color: #fff;
  width: 100%;
  font-size: 1.25rem;
  line-height: 1.9rem;
}

.white-paragraph.cc-1rem {
  text-align: center;
  font-size: 1rem;
}

.ui-h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.ui-h3.text-color-white {
  color: var(--white);
}

.ui-h3.text-color-white.cc-mbot-1rem {
  margin-bottom: .2rem;
}

.ui-h3.cc-mbot-1rem {
  color: var(--green);
  margin-bottom: 1rem;
}

.ui-h3.cc-color-white {
  color: #fff;
}

.ui-h3.cc-color-white.cc-mbot-2rem {
  margin-bottom: 2rem;
}

.h-s-02-bot-container {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.button-black {
  border: 1px solid var(--green);
  color: var(--green);
  text-align: center;
  background-color: #0000;
  border-radius: 32px;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 250px;
  padding: .75rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.button-black.cc-maxw-100 {
  max-width: 100%;
  transition: background-color .3s;
}

.button-black.cc-maxw-100:hover {
  background-color: #0000000f;
}

.button-black.cc-maxw-100.cc-mbot-2rem {
  transition: background-color .3s;
}

.button-black.cc-maxw-100.cc-mbot-2rem:hover {
  background-color: #0000000f;
}

.h-s-02-img {
  background-image: url('../images/03.-Perro-de-orejas_optimizada.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 120%;
}

.section-03 {
  display: block;
}

.i-s-02-bg {
  background-image: linear-gradient(to bottom, var(--green), var(--green));
}

.text-align-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-align-center.cc-mbot-4rem {
  margin-bottom: 4rem;
}

.text-align-center.cc-mbot-2rem {
  margin-bottom: 2rem;
}

.ui-hx {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 2.4rem;
}

.ui-hx.cc-mbot-1rem {
  margin-bottom: 1rem;
}

.h-s-04-img {
  background-image: url('../images/04.-Patitas-cortas_optimizada.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 32px;
  height: 125%;
}

.ver-container-full {
  align-items: center;
  height: auto;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: flex;
}

.ver-container-full.cc-semi {
  height: auto;
}

.hor-container-m-auto-5 {
  flex: 0 auto;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  transition: background-color .3s;
}

.hor-container-m-auto-5.cc-maxw-80 {
  max-width: 80vw;
}

.hor-container-m-auto-5.cc-maxwidth {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

.ui-h1-container {
  margin-bottom: 4rem;
}

.section-04-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 0rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.h-s-04-text {
  flex-direction: column;
  justify-content: space-between;
  min-height: 40rem;
  display: flex;
}

.section-04 {
  display: block;
}

.h-s-04-content {
  flex-direction: column;
  justify-content: space-between;
}

.ver-container-auto {
  align-items: center;
  display: flex;
}

.sec-contact {
  justify-content: space-between;
  margin-bottom: 4rem;
  display: flex;
}

.sec-map {
  border-radius: 32px;
  display: block;
}

.contact-left {
  flex-direction: column;
  flex: 1;
  margin-right: 14rem;
  display: flex;
}

.contact-right {
  flex: 0 auto;
  align-self: flex-start;
  font-style: normal;
}

.section-05 {
  display: block;
}

.h-s-05-component {
  flex-direction: column;
  justify-content: flex-start;
  width: 60%;
  display: flex;
}

.h-s-05-content {
  margin-bottom: 0;
  padding-top: 4rem;
  padding-bottom: 12rem;
  display: flex;
}

.sec-05-img {
  background-image: linear-gradient(#00000080, #00000080), url('../images/02.-Gato-Cta-02_optimizada.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.h2-text-span {
  font-style: italic;
  font-weight: 600;
}

.contact-bg-color {
  background-color: var(--green);
}

.contact-horario {
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  display: none;
}

.html-embed-contact {
  display: none;
}

.ui-h4 {
  color: var(--green);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.ui-h4.cc-mbot-2rem {
  margin-bottom: 2rem;
}

.ui-h4.cc-color-white {
  color: #fff;
}

.ui-h4.cc-color-white.cc-mbot-2rem {
  max-width: 50rem;
}

.contact-symbol {
  margin-right: 1rem;
}

.contact-info {
  flex: 0 auto;
}

.contact-info-element {
  margin-top: 0;
  margin-bottom: 1rem;
  display: flex;
}

.contact-info-element.cc-nom {
  margin-bottom: 0;
}

.footer {
  display: block;
}

.map {
  flex-direction: column;
  width: 100%;
  height: 25rem;
  display: flex;
  overflow: hidden;
}

.footer-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 2rem;
  display: flex;
}

.footer-logo {
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.footer-links {
  justify-content: space-between;
  width: 50%;
  margin-bottom: 2rem;
  display: flex;
}

.div-line {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.ui-footer-link {
  color: #fff;
  text-decoration: none;
}

.footer-container {
  flex: 0 auto;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.ser-section-01 {
  display: block;
}

.justspace {
  height: 7.875rem;
}

.s-s-01-img {
  background-image: linear-gradient(#0006, #0006), url('../images/06.-Pretty-dog.jpg');
  background-position: 0 0, 50% 29%;
  background-size: auto, cover;
}

.ser-section-02 {
  display: block;
}

.s-s-02-container {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template: "."
                 "."
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch;
  margin: 4rem auto;
  display: grid;
}

.ser-s-02-content-01 {
  background-color: var(--light-green);
  border: 1px #000;
  border-radius: 16px;
  flex: 1;
  height: 100%;
  padding: 2rem;
}

.ser-s2-symbol {
  margin-bottom: 1rem;
}

.ser-s2-c01-text {
  display: block;
}

.ser-s2-c01-textwraper {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.ser-section-03 {
  background-color: var(--green);
}

.s-s-03-container {
  margin-top: 6rem;
  margin-bottom: 7rem;
}

.ser-sec-03-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.card-img {
  background-image: url('../images/rian-ramirez-rm7rZYdl3rY-unsplash.jpg');
  background-position: 50% 17%;
  background-size: cover;
  border-radius: 32px;
  width: 100%;
  height: 28vw;
  margin-bottom: 4rem;
}

.card-img.cc-delete {
  display: none;
}

.ser-sec-03-card-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.ui-minitext {
  color: var(--light-green);
  text-align: center;
}

.ui-minitext.cc-mbot-1rem {
  margin-bottom: 1rem;
}

.testimonial20_rating-wrapper {
  margin-bottom: 1.5rem;
  display: flex;
}

.testimonial20_component {
  background-color: #0000;
  height: auto;
  padding-bottom: 5rem;
  position: relative;
}

.testimonial20_arrow {
  border: 1px solid var(--green);
  background-color: #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.testimonial20_arrow.is-left {
  border-color: var(--green);
  right: 4rem;
}

.icon-embed-xsmall {
  color: var(--light-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.padding-section-large {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.ser-section-04 {
  height: auto;
  overflow: hidden;
}

.testimonial20_mask {
  width: 33.33%;
  overflow: visible;
}

.testimonial20_slide {
  padding-right: 2rem;
}

.testimonial20_client-image-wrapper {
  margin-right: 1rem;
}

.testimonial20_customer-image {
  color: var(--green);
  object-fit: cover;
  width: 2rem;
  height: 2rem;
}

.testimonial20_content {
  border: 1px solid var(--green);
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.testimonial20_client {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: auto;
  display: flex;
}

.testimonial20_rating-icon {
  color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.s-s-04-container {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.text-weight-semibold {
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1rem;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.testimonial20_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.ui-arrow-back {
  transform: rotate(180deg);
}

.testimonial-plus {
  width: 60px;
  height: 60px;
  padding-right: 2rem;
}

.testimonial20_content-plus {
  color: #000;
  border: 1px solid #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 60px;
  height: 60px;
  display: flex;
}

.plus-div {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.ins-section-01 {
  display: block;
}

.ver-container-90vh {
  align-items: center;
  min-height: 90vh;
  display: flex;
}

.ui-head-p {
  font-size: 1.25rem;
  line-height: 130%;
}

.ui-head-p.cc-color-white {
  color: #fff;
  margin-bottom: 0;
}

.ui-head-p.cc-color-white.cc-mbot-2rem {
  margin-bottom: 2rem;
}

.ui-head-p.cc-color-white.cc-mbot-2rem.cc-delete {
  display: none;
}

.ui-head-p.cc-color-white.cc-mbot-2rem.cc-fix {
  width: 80%;
}

.ui-head-p.cc-color-white.cc-center {
  text-align: center;
}

.ui-head-p.cc-cta {
  color: var(--white);
  text-align: center;
  width: 40rem;
  margin-bottom: 2rem;
}

.h-sec-02-content-text-left {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.h-sec-02-content-text-right {
  flex: 1;
}

.h-s-03-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ver-container-50vh {
  align-items: center;
  min-height: 50vh;
  display: flex;
}

.h-s-04-content-bot {
  flex: 0 auto;
}

.h-s-04-bot-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.h-s-04-bot-left, .h-s-04-bot-right {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.h-sec-02-text {
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.header-logo {
  display: block;
}

.s-s-01-content {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.s-s-04-header-container {
  justify-content: space-between;
  display: flex;
}

.ins-section-02 {
  display: block;
}

.i-s-02-container {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template: "."
                 "."
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch;
  margin: 4rem auto;
  display: grid;
}

.ser-s2-content-img {
  background-image: url('../images/07.-microscopio_optimizada.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
}

.general-symbol {
  color: var(--green);
  width: 2rem;
  display: block;
}

.general-symbol.delete {
  display: none;
}

.testimonial4_client {
  align-items: center;
  display: flex;
}

.testimonial4_logo-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-xsmall-2 {
  color: #f6ad01;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.testimonial4_client-image-wrapper {
  margin-right: 1.25rem;
}

.testimonial4_logo {
  max-height: 3rem;
}

.testimonial4_rating-wrapper {
  display: flex;
}

.testimonial4_rating-wrapper.cc-mbot-2rem {
  margin-bottom: 2rem;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.testimonial4_divider {
  background-color: #fff;
  align-self: stretch;
  width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.testimonial4_client-info {
  text-align: left;
}

.testimonial4_rating-icon {
  color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.testimonial4_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.i-s-03-container {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.ins-section-03-bg-color {
  background-color: var(--green);
}

.html-embed-map {
  align-self: center;
  width: 100%;
  height: 100%;
}

.s-s-04-text-container {
  flex-direction: column;
  display: flex;
}

.testimonial4_logo-02 {
  max-height: 4rem;
}

.text-link {
  color: var(--light-green);
}

.p-button-container {
  background-color: var(--light-green);
  border-radius: 64px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.p-button-container.cc-green {
  background-color: var(--light-green);
}

.go-up-symbol {
  width: 50%;
}

.telephone-link.cc-mbot-2rem {
  margin-bottom: 2rem;
}

.background-video {
  background-image: linear-gradient(#00000059, #00000059);
  background-size: auto;
  height: 100%;
  display: block;
}

.media-container-01 {
  width: 100%;
  height: 100%;
}

.background-image {
  background-image: url('../images/05.-Gatete_optimizada.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.direction-wrapper.cc-mbot-2rem {
  margin-bottom: 2rem;
}

.i-s-01-img {
  background-image: linear-gradient(#00000080, #00000080), url('../images/08.-Equipamiento.jpg');
  background-position: 0 0, 50% 29%;
  background-size: auto, cover;
}

.h-s-02-img-container {
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.h-s-04-img-container {
  border-radius: 16px;
  height: 100%;
  overflow: hidden;
}

.sec-05-img-container {
  overflow: hidden;
}

.ui-google-rate {
  color: var(--green);
  margin-top: .5rem;
  font-family: basic-sans, sans-serif;
  font-size: 2rem;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.gobaackgome {
  margin-top: 2rem;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.h-s-02-content-extra {
  margin-top: 2rem;
}

.emergencias-tabla {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .55fr;
  grid-auto-columns: 1fr;
  min-width: 35rem;
  max-width: 28.3rem;
  margin-bottom: 1rem;
  display: flex;
}

.emergencia-telefono {
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.text-block {
  color: var(--green);
}

.contact-link {
  margin-bottom: 3rem;
}

.ui-servicios-s {
  width: 3rem;
}

.icono-horario {
  display: none;
}

.flecha_desplegable {
  width: 1.8rem;
}

.permanent-buttons {
  z-index: 101;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-bottom: 1rem;
  margin-right: 1rem;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.h-s-desplegable {
  flex-flow: column;
}

.desplegable-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.flecha_desplegable_02 {
  width: 1.8rem;
  margin-left: 1rem;
}

.flecha_desplegable_02.cc-x {
  width: 1.1rem;
  height: 1.2rem;
  margin-top: .1rem;
}

.desplegable-container-02 {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cc-fondo-desplegable {
  z-index: 98;
  background-color: var(--white);
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding: 2rem 2rem 1rem 3rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.emergencias-tabla-line {
  justify-content: space-between;
  display: flex;
}

.fondo-desplegable-container {
  max-width: 63rem;
}

.code-embed {
  display: none;
}

@media screen and (max-width: 991px) {
  .navbar2_link {
    text-align: center;
    align-items: center;
    height: 10vh;
    padding: .75rem 0;
    font-size: 3rem;
    display: flex;
  }

  .navbar2_menu {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar2_menu.is-page-height-tablet {
    background-color: var(--green);
    transition: height .5s;
  }

  .menu-icon2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon2_line-middle {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar2_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .navbar2_menu-button {
    padding: 0;
  }

  .navbar2_menu-button.w--open {
    background-color: #0000;
  }

  .navbar2_button-wrapper {
    align-items: center;
  }

  .button.is-navbar2-button.ui-urgencia-movil.delete {
    display: block;
  }

  .menu-icon2_line-bottom {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon2_line-top {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .h-s-02-grid {
    grid-column-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .h-s-02-text {
    justify-content: flex-start;
    min-height: 0;
    margin-bottom: 3rem;
  }

  .ui-h1.cc-color-white.cc-mbot-2rem.cc-movil.cc-home {
    width: 100%;
  }

  .c-gonext-01 {
    margin-bottom: 2rem;
  }

  .h-s-02-content {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .ui-h2.cc-mbot-2rem.cc-fix {
    width: 100%;
  }

  .ui-p.cc-color-white {
    width: 90%;
  }

  .white-paragraph {
    width: 100%;
  }

  .h-s-02-bot-container {
    grid-row-gap: 1rem;
    margin-bottom: 0;
  }

  .h-s-02-img {
    width: 100%;
    height: 40vh;
  }

  .h-s-04-img {
    background-position: 50%;
    width: 100%;
    height: 30vh;
  }

  .ver-container-full {
    height: auto;
    min-height: 0;
  }

  .ver-container-full.cc-full {
    max-height: 3000px;
  }

  .hor-container-m-auto-5.cc-maxw-80 {
    width: 100%;
  }

  .section-04-grid {
    grid-column-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
    display: flex;
  }

  .h-s-04-text {
    justify-content: flex-start;
    min-height: 0;
    margin-top: 3rem;
  }

  .h-s-04-content {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .contact-left {
    margin-right: 3rem;
  }

  .h-s-05-component {
    justify-content: flex-start;
    margin-top: 4rem;
    margin-bottom: 2rem;
  }

  .sec-05-img {
    background-image: linear-gradient(to bottom, null, null), url('../images/02.-Gato-Cta-02_optimizada.jpg');
    background-position: 0 0, 31%;
  }

  .s-s-02-container {
    grid-template-columns: 1fr 1fr;
  }

  .s-s-03-container {
    margin-bottom: 2rem;
  }

  .card-img {
    height: 35vw;
  }

  .ser-sec-03-card-grid {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial20_component {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .testimonial20_mask {
    width: 50%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .ui-head-p.cc-color-white.cc-mbot-2rem.cc-fix {
    width: 100%;
  }

  .h-s-04-bot-container {
    grid-row-gap: 1rem;
  }

  .i-s-02-container {
    grid-template-columns: 1fr 1fr;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .h-s-04-img-container {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .navbar2_logo-link {
    min-width: 0;
  }

  .navbar2_menu.is-page-height-tablet {
    z-index: 100;
    height: 100vh;
    padding-top: 4rem;
    padding-bottom: .5rem;
    padding-left: 10%;
  }

  .button.is-navbar2-button.ui-urgencia-desktop {
    display: none;
  }

  .button.is-navbar2-button.ui-urgencia-movil {
    display: block;
  }

  .navbar {
    min-height: 4rem;
  }

  .banner7_content {
    justify-content: space-between;
    align-items: center;
    margin-left: 5%;
    margin-right: 5%;
  }

  .banner7_text-wrapper-vertical {
    margin-right: 0;
  }

  .banner7_content-wrapper-02 {
    border-radius: 0;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    height: 100vh;
    margin-top: 0;
    padding-top: 3.8rem;
    padding-bottom: 3rem;
  }

  .calendary-banner {
    top: 4rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .h-s-01-content {
    margin-top: 0;
  }

  .h-s-02-grid {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }

  .h-s-02-text {
    margin-top: 0;
    margin-bottom: 0;
  }

  .banner7_content-wrapper-01 {
    flex-direction: column;
    align-items: stretch;
  }

  .button-green, .button-white {
    flex: 1;
  }

  .banner7_content-vertical {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .banner7_text-wrapper-horiz {
    flex-direction: column;
  }

  .button-green-text.cc-display {
    display: block;
  }

  .button-green-text.cc-no-display {
    display: none;
  }

  .c-gonext-01 {
    margin-top: 6rem;
    margin-bottom: 0;
  }

  .ui-p {
    text-align: center;
    margin-bottom: 1rem;
  }

  .ui-p.cc-bot-4rem, .ui-p.cc-bot-4rem.cc-movil {
    text-align: left;
  }

  .ui-p.cc-color-white {
    color: #fff;
    text-align: left;
  }

  .ui-p.cc-color-white.cc-sub {
    text-align: left;
  }

  .ui-p.cc-bold {
    justify-content: flex-start;
    align-items: stretch;
    font-weight: 600;
  }

  .ui-p.cc-movil {
    text-align: left;
  }

  .h-s-02-bot-container {
    margin-bottom: 0;
  }

  .button-black {
    flex: 1;
  }

  .text-align-center {
    text-align: left;
  }

  .text-align-center.cc-mbot-4rem {
    align-items: flex-start;
  }

  .text-align-center.cc-mbot-2rem.cc-movil {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .h-s-04-img {
    background-position: 93% 8%;
    background-size: 126%;
  }

  .hor-container-m-auto-5 {
    min-height: auto;
  }

  .hor-container-m-auto-5.cc-maxw-80 {
    max-width: 100vw;
  }

  .ui-h1-container {
    margin-bottom: 2rem;
  }

  .section-04-grid {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .h-s-04-text {
    margin-top: 0;
  }

  .sec-contact {
    flex-direction: column;
  }

  .contact-left {
    margin-bottom: 2rem;
    margin-right: 0;
  }

  .contact-right {
    align-self: auto;
  }

  .h-s-05-component {
    width: 100%;
    margin-top: 0;
  }

  .h-s-05-content {
    padding-bottom: 4rem;
  }

  .contact-horario {
    justify-content: space-between;
    align-items: center;
    margin-left: 5%;
    margin-right: 5%;
  }

  .map {
    height: 100vh;
  }

  .footer-container {
    min-height: 0;
  }

  .s-s-02-container {
    grid-template-columns: 1fr;
  }

  .s-s-03-container {
    margin-bottom: 4rem;
  }

  .ser-sec-03-card {
    text-align: left;
    align-items: flex-start;
    margin-bottom: 2rem;
  }

  .card-img {
    height: 70vw;
  }

  .ser-sec-03-card-grid {
    grid-template-columns: 1fr;
  }

  .testimonial20_arrow.is-left {
    right: 3.5rem;
  }

  .padding-section-large {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .testimonial20_mask {
    width: 80%;
  }

  .testimonial20_slide {
    padding-right: 1.5rem;
  }

  .testimonial20_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .testimonial20_content {
    padding: 1.5rem;
  }

  .testimonial20_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .s-s-04-container {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .ui-head-p.cc-cta {
    width: auto;
  }

  .h-s-03-content {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .ver-container-50vh {
    min-height: 0;
  }

  .h-s-04-bot-container {
    margin-bottom: 0;
  }

  .s-s-01-content {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .i-s-02-container {
    grid-template-columns: 1fr;
  }

  .ser-s2-content-img {
    min-height: 20rem;
  }

  .testimonial4_client {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .testimonial4_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial4_divider {
    display: none;
  }

  .testimonial4_client-info {
    margin-bottom: 1rem;
  }

  .text-link {
    display: inline-flex;
  }

  .p-button-container {
    width: 4rem;
    height: 4rem;
  }

  .emergencias-tabla {
    width: 100vw;
    min-width: 0;
    max-width: 100rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .ui-link {
    color: var(--light-green);
    text-decoration: none;
  }

  .desplegable-container-02 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .cc-fondo-desplegable {
    z-index: 1100;
    padding: 1rem 0;
    inset: 0%;
    overflow: hidden;
  }

  .emergencias-tabla-line {
    flex-flow: column;
    align-items: center;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .navbar2_logo-link {
    flex: 1;
  }

  .navbar2_container {
    justify-content: center;
  }

  .button.is-navbar2-button.ui-urgencia-movil {
    min-width: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .banner7_content {
    align-items: center;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .h-s-01-content {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .button-group {
    flex-direction: column;
    align-items: center;
  }

  .h-s-02-grid {
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .h-s-02-text {
    margin-bottom: 0;
  }

  .button-green {
    max-width: 500px;
  }

  .button-green.cc-maxw-100 {
    margin-bottom: 2rem;
  }

  .button-green.cc-maxw-100.cc-nom {
    margin-bottom: 0;
  }

  .button-white {
    max-width: 1000px;
  }

  .banner7_content-vertical {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .ui-h1.cc-color-white.cc-mbot-2rem.cc-movil {
    font-size: 12vw;
  }

  .c-gonext-01 {
    margin-top: 2rem;
  }

  .h-s-02-content {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .ui-h2.cc-bot-2rem, .ui-h2.cc-color-white.cc-mbot-2rem.cc-center, .ui-p.cc-bot-4rem {
    text-align: left;
  }

  .ui-p.cc-bold {
    justify-content: center;
    align-items: stretch;
  }

  .white-paragraph {
    text-align: left;
  }

  .h-s-02-bot-container {
    flex-direction: column;
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .button-black.cc-maxw-100.cc-mbot-2rem {
    margin-bottom: 2rem;
  }

  .h-s-02-img {
    height: 25vh;
  }

  .text-align-center.cc-mbot-4rem {
    margin-bottom: 2rem;
  }

  .ui-hx {
    margin-bottom: 0;
  }

  .h-s-04-img {
    background-position: 50% 8%;
    width: 100%;
    height: 25vh;
  }

  .ver-container-full {
    max-height: 2500px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .hor-container-m-auto-5 {
    min-height: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .section-04-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .h-s-04-text, .h-s-04-content, .sec-contact {
    margin-bottom: 0;
  }

  .contact-left {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 3rem;
    margin-right: 0;
  }

  .h-s-05-component {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .h-s-05-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sec-05-img {
    background-image: linear-gradient(#00000080, #00000080), url('../images/02.-Gato-Cta-02_optimizada.jpg');
    background-position: 0 0, 75%;
  }

  .contact-horario {
    align-items: center;
  }

  .contact-info-element {
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .footer-content {
    margin-top: 2rem;
    margin-bottom: 0;
  }

  .footer-links {
    flex-direction: column;
    align-items: center;
  }

  .ui-footer-link.cc-mbot-1rem {
    margin-bottom: 1rem;
  }

  .footer-container {
    min-height: 0;
    display: flex;
  }

  .s-s-01-img {
    background-image: linear-gradient(to bottom, null, null), url('../images/06.-Pretty-dog.jpg');
    background-position: 0 0, 6% 29%;
  }

  .s-s-02-container {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .ser-s-02-content-01 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .s-s-03-container {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .card-img {
    margin-bottom: 2rem;
  }

  .testimonial20_mask {
    width: 95%;
  }

  .s-s-04-container {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .ver-container-90vh {
    min-height: 90vh;
  }

  .ui-head-p.cc-color-white.cc-mbot-2rem {
    margin-bottom: 1rem;
  }

  .ui-head-p.cc-color-white.cc-mbot-2rem.cc-center, .ui-head-p.cc-cta.cc-movil {
    text-align: left;
  }

  .h-s-03-content {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .h-s-04-bot-container {
    flex-direction: column;
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr;
    margin-bottom: 2rem;
  }

  .ser-s2-content-img {
    height: 25rem;
    min-height: 14rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .i-s-01-img {
    background-image: linear-gradient(to bottom, null, null), url('../images/08.-Equipamiento.jpg');
    background-position: 0 0, 65% 29%;
  }

  .emergencias-tabla {
    min-width: 100vw;
    max-width: 100vw;
  }

  .contact-link {
    margin-bottom: 2rem;
  }

  .desplegable-container-02 {
    justify-content: space-between;
    align-items: flex-start;
  }
}

#w-node-db367d36-d56a-43f8-b714-b5e2d8e7c3ee-47f6caf1, #w-node-_5dc36175-ab0f-ddbf-c69a-e0821df1054a-47f6caf1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_121462df-4c09-bf76-f63f-3870e1a600be-47f6caf1 {
  justify-self: center;
}

#w-node-_4ec3895a-2d47-e91f-fd80-0b3165d0c70c-47f6caf1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_39844f21-80ef-331d-7e6a-7bc388eafe44-47f6caf1 {
  align-self: center;
}

#w-node-_99b6abbc-50b0-0d39-1f7e-65f15174e3ef-47f6caf1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f16ca97e-fc40-7003-134b-02d3a899309f-47f6caf1, #w-node-_55b6eb10-8748-dfc5-4e52-a53d35de7993-47f6caf1 {
  align-self: center;
}

#w-node-ae802cbb-a1f3-878a-5f80-61ec7c05dacf-47f6caf1, #w-node-aabe7210-0668-32a9-b387-fc961b8da701-47f6caf1, #w-node-aabe7210-0668-32a9-b387-fc961b8da6f5-47f6caf1, #w-node-aabe7210-0668-32a9-b387-fc961b8da6f7-47f6caf1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27555e0b-1971-887d-7a51-0dce8308f617-8308f613 {
  justify-self: center;
}

#w-node-_27555e0b-1971-887d-7a51-0dce8308f620-8308f613 {
  justify-self: end;
}

#w-node-f0dd1158-b44e-a92d-8b8c-41917a273f41-4ce8c102 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-f0dd1158-b44e-a92d-8b8c-41917a273f49-4ce8c102 {
  justify-self: center;
}

#w-node-_5464c857-b749-732b-17b3-012938ede459-4ce8c102, #w-node-d945ce14-54f6-062b-78ce-bb65fdeca9f9-4ce8c102, #w-node-_7f10058c-6532-96c8-20ad-64c696477843-4ce8c102, #w-node-_7f10058c-6532-96c8-20ad-64c696477848-4ce8c102, #w-node-_851a2db8-a5e9-7d5a-5501-52a26fa71384-4ce8c102, #w-node-_851a2db8-a5e9-7d5a-5501-52a26fa71389-4ce8c102, #w-node-c3dbbf32-8d1b-59e2-c550-68b66499c3d2-4ce8c102, #w-node-c3dbbf32-8d1b-59e2-c550-68b66499c3d7-4ce8c102, #w-node-_801337fe-86f8-b119-4f2e-0400bc5458a2-4ce8c102, #w-node-_801337fe-86f8-b119-4f2e-0400bc5458a7-4ce8c102, #w-node-c7e4298a-7a44-7af2-a9af-520eb150ffb8-4ce8c102, #w-node-c7e4298a-7a44-7af2-a9af-520eb150ffbd-4ce8c102, #w-node-f99b6f5a-78e3-17a8-1eff-7b5d4b46f6a8-08f0485b, #w-node-f99b6f5a-78e3-17a8-1eff-7b5d4b46f6ad-08f0485b, #w-node-f99b6f5a-78e3-17a8-1eff-7b5d4b46f6af-08f0485b, #w-node-f99b6f5a-78e3-17a8-1eff-7b5d4b46f6b4-08f0485b, #w-node-f99b6f5a-78e3-17a8-1eff-7b5d4b46f6b6-08f0485b, #w-node-f99b6f5a-78e3-17a8-1eff-7b5d4b46f6bb-08f0485b, #w-node-f99b6f5a-78e3-17a8-1eff-7b5d4b46f6bd-08f0485b, #w-node-f99b6f5a-78e3-17a8-1eff-7b5d4b46f6c2-08f0485b, #w-node-f99b6f5a-78e3-17a8-1eff-7b5d4b46f6c4-08f0485b, #w-node-f99b6f5a-78e3-17a8-1eff-7b5d4b46f6c9-08f0485b, #w-node-f99b6f5a-78e3-17a8-1eff-7b5d4b46f6cb-08f0485b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


