/* Media query's */
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Lexend", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #ffffff;
  color: #757575;
}

.container {
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .container {
    padding: 0 1.5rem;
  }
}
@media (min-width: 1288px) {
  .container {
    padding: 0 2rem;
    margin: 0 auto;
  }
}
@media (min-width: 1420px) {
  .container {
    max-width: 1420px;
  }
}

.reveal {
  visibility: hidden;
  opacity: 0;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -30, 0, 1);
  transition: opacity 1s cubic-bezier(0.5, 0, 0, 1), transform 1s cubic-bezier(0.5, 0, 0, 1);
}

.reveal-visible {
  visibility: visible;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}

header {
  background-color: #f5f5f5;
  width: 100%;
  height: 5.5rem;
  border-bottom: 2px solid #6dbc81;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 5;
}
@media (min-width: 1024px) {
  header .container {
    margin: 0 auto;
  }
}
header nav {
  height: inherit;
}
header .header-menu {
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-menu .links-list {
  display: none;
}
@media (min-width: 1024px) {
  header .header-menu .links-list {
    display: flex;
    gap: 1rem;
    align-items: center;
  }
}
header .header-menu .links-list .link-item a {
  color: #373737;
  border-radius: 6px;
  padding: 0.75rem 1rem;
}
header .header-menu .links-list .link-item a:hover {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  background-color: #c7e5ce;
  color: #285e36;
}
header .header-menu .links-list .link-item a[data-active] {
  background-color: #e0e0e0;
  color: #1e1e1e;
}
header .header-menu .links-mobile {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 5.5rem;
  left: 0;
  z-index: 10;
  background-color: #f5f5f5;
  width: 100%;
  height: calc(100vh - 5.5rem);
  padding: 1rem;
}
header .header-menu .links-mobile[data-state=open] {
  display: block;
  visibility: visible;
  opacity: 1;
}
@media (min-width: 768px) {
  header .header-menu .links-mobile {
    padding: 1.5rem;
  }
}
@media (min-width: 1024px) {
  header .header-menu .links-mobile {
    display: none;
  }
}
header .header-menu .links-mobile .links-mobile-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
header .header-menu .links-mobile .links-mobile-list .link-mobile-item a {
  display: inline-block;
  width: 100%;
  color: #373737;
  border-radius: 6px;
  padding: 0.75rem 1rem;
}
header .header-menu .links-mobile .links-mobile-list .link-mobile-item a:hover {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  background-color: #c7e5ce;
  color: #285e36;
}
header .header-menu .links-mobile .links-mobile-list .link-mobile-item a[data-active] {
  background-color: #e0e0e0;
  color: #1e1e1e;
}
header .header-menu #whatsapp-link {
  display: none;
  align-items: center;
  gap: 0.75rem;
  opacity: 0;
  background-color: #6dbc81;
  color: #f5f5f5;
  border-radius: 6px;
  padding: 0.75rem 1rem;
}
header .header-menu #whatsapp-link:hover {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  background-color: #49ab62;
}
@media (min-width: 1024px) {
  header .header-menu #whatsapp-link {
    display: flex;
    opacity: 1;
  }
}
header .header-menu #whatsapp-link img {
  width: 1.25rem;
  height: 1.25rem;
}
header .header-menu #whatsapp-mobile-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background-color: #6dbc81;
  color: #f5f5f5;
}
header .header-menu #whatsapp-mobile-link:hover {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  background-color: #49ab62;
}
header .header-menu .icon-menu {
  width: 2rem;
  height: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  cursor: pointer;
}
@media (min-width: 1024px) {
  header .header-menu .icon-menu {
    display: none;
    opacity: 0;
  }
}
header .header-menu .icon-menu .line {
  content: "";
  width: 1.3125rem;
  height: 0.125rem;
  background-color: #373737;
  border-radius: 999px;
  transition: none;
}

#cta {
  width: 100%;
  height: 100%;
  min-height: 38rem;
  background-color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (min-width: 1024px) {
  #cta {
    min-height: 50rem;
  }
}
#cta .cta-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: -4rem;
}
@media (min-width: 768px) {
  #cta .cta-content {
    margin-top: -8rem;
  }
}
#cta .cta-title {
  color: #ffffff;
  font-size: 2rem;
  line-height: 145%;
  letter-spacing: -2%;
}
@media (min-width: 768px) {
  #cta .cta-title {
    font-size: 3rem;
  }
}
@media (min-width: 1024px) {
  #cta .cta-title {
    font-size: 4rem;
  }
}
#cta .cta-subtitle {
  color: #f5f5f5;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 165%;
  text-align: center;
  max-width: 60rem;
}
@media (min-width: 768px) {
  #cta .cta-subtitle {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  #cta .cta-subtitle {
    font-size: 1.125rem;
  }
}
#cta .cta-action {
  display: inline-block;
  background-color: #85c796;
  color: #1e1e1e;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 1.125rem 2.5rem;
  margin: 4rem auto 0 auto;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 600;
}
#cta .cta-action:hover {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  background-color: #49ab62;
}
@media (min-width: 768px) {
  #cta .cta-action {
    font-size: 1.125rem;
  }
}
@media (min-width: 1024px) {
  #cta .cta-action {
    font-size: 1.25rem;
  }
}

footer {
  margin-top: 7.5rem;
  padding: 2rem 1rem;
  background-color: #373737;
}
footer .footer-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  footer .footer-content {
    flex-direction: row;
  }
}
footer .logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
footer .logo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 11rem;
}
footer .logo span {
  color: #e6e6e6;
  line-height: 165%;
  letter-spacing: -2%;
}
@media (min-width: 768px) {
  footer .logo span {
    font-size: 1.125rem;
  }
}
footer .footer-links {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  margin-top: 4rem;
}
@media (min-width: 768px) {
  footer .footer-links {
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  footer .footer-links {
    max-width: 43rem;
  }
}
footer .footer-links .links-wrapper {
  display: flex;
  flex-direction: column;
}
footer .footer-links .links-wrapper span {
  color: #ffffff;
  font-weight: 600;
}
footer .footer-links .links-wrapper ul {
  display: grid;
  gap: 0.75rem;
  margin-top: 0.5rem;
}
footer .footer-links .links-wrapper ul a {
  color: #9c9c9c;
}
footer .footer-links .links-wrapper ul a:hover {
  text-decoration: underline;
  color: #6dbc81;
}
footer .footer-links .button-wrapper {
  margin: 0 auto;
}
@media (min-width: 768px) {
  footer .footer-links .button-wrapper {
    grid-column: span 2;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
  }
}
footer .footer-links .button-wrapper button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #85c796;
  color: #1e1e1e;
  border: none;
  cursor: pointer;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 1.125rem 2.5rem;
  margin: 4rem auto 0 auto;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 600;
}
footer .footer-links .button-wrapper button:hover {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  background-color: #49ab62;
}
@media (min-width: 768px) {
  footer .footer-links .button-wrapper button {
    margin: 4rem 0 0 auto;
  }
}

#cta {
  background-image: url("../../../assets/images/about/cta.jpg");
}
#cta .cta-content {
  margin-top: 0;
}

#history {
  margin-top: 2rem;
  padding-bottom: 6rem;
}
@media (min-width: 1024px) {
  #history {
    margin-top: 7.5rem;
    padding-bottom: 0;
  }
}
#history .history-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  gap: 5rem;
  width: 100%;
  height: 100%;
  margin-top: 5rem;
}
@media (min-width: 1024px) {
  #history .history-content {
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 6rem;
  }
}
@media (min-width: 1288px) {
  #history .history-content {
    margin-top: 10rem;
  }
}
#history .history-content .image {
  width: 93%;
  height: 93%;
  aspect-ratio: 1;
  position: relative;
  right: 0.75rem;
  background-color: #c7e5ce;
  border-radius: 20px;
}
@media (min-width: 1024px) {
  #history .history-content .image {
    width: 100%;
    height: 100%;
    max-width: 600px;
  }
}
#history .history-content .image div {
  content: "";
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background-color: #5e5e5e;
  background-image: url("../../../assets/images/about/logo.svg");
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center;
  left: 1.5rem;
  top: 1.5rem;
}
@media (min-width: 1024px) {
  #history .history-content .image div {
    width: inherit;
    height: inherit;
    left: 3rem;
    top: 3rem;
  }
}
#history .history-content .texts {
  text-align: center;
}
@media (min-width: 1024px) {
  #history .history-content .texts {
    text-align: left;
    min-width: 35rem;
  }
}
#history .history-content .texts .history-title {
  color: #373737;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 145%;
  letter-spacing: -2%;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  #history .history-content .texts .history-title {
    font-size: 3rem;
  }
}
@media (min-width: 1024px) {
  #history .history-content .texts .history-title {
    font-size: 4rem;
  }
}
#history .history-content .texts .history-subtitle {
  font-size: 1rem;
  line-height: 165%;
  text-align: justify;
  color: #757575;
  max-width: 60rem;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  #history .history-content .texts .history-subtitle {
    font-size: 1.125rem;
  }
}
#history .history-aux-content .history-aux-text {
  font-size: 1rem;
  line-height: 165%;
  color: #757575;
  text-align: justify;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  #history .history-aux-content .history-aux-text {
    font-size: 1.125rem;
  }
}

#pillars {
  position: relative;
  width: 100%;
  margin-top: 5rem;
}
@media (min-width: 768px) {
  #pillars {
    margin-top: 6rem;
  }
}
@media (min-width: 1024px) {
  #pillars {
    margin-top: 7.5rem;
  }
}
#pillars .background-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: -4.5rem;
  width: inherit;
  height: 78%;
  background-color: #edeff7;
}
@media (min-width: 1024px) {
  #pillars .background-overlay {
    height: 46%;
  }
}
#pillars .pillars-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#pillars .pillars-title {
  color: #373737;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 145%;
  letter-spacing: -2%;
  text-align: center;
}
@media (min-width: 768px) {
  #pillars .pillars-title {
    font-size: 3rem;
  }
}
@media (min-width: 1024px) {
  #pillars .pillars-title {
    font-size: 4rem;
  }
}
#pillars .pillars-subtitle {
  font-size: 1rem;
  line-height: 165%;
  color: #757575;
  text-align: center;
  max-width: 60rem;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  #pillars .pillars-subtitle {
    font-size: 1.125rem;
  }
}
#pillars .pillars-cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 2.8125rem;
  margin-top: 5rem;
}
@media (min-width: 1024px) {
  #pillars .pillars-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 4rem;
  }
}
#pillars .pillars-cards .pillar-card {
  background-color: #fdfdfd;
  filter: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  #pillars .pillars-cards .pillar-card {
    height: 100%;
  }
}
#pillars .pillars-cards .pillar-card .pillar-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 20rem;
  background-color: #edf7ef;
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
}
#pillars .pillars-cards .pillar-card .pillar-card-content {
  padding: 2rem;
}
#pillars .pillars-cards .pillar-card .pillar-card-content .pillar-title {
  display: inline-block;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 145%;
  letter-spacing: -2%;
  color: #373737;
}
@media (min-width: 768px) {
  #pillars .pillars-cards .pillar-card .pillar-card-content .pillar-title {
    font-size: 1.5rem;
  }
}
#pillars .pillars-cards .pillar-card .pillar-card-content .pillar-description {
  font-size: 1rem;
  font-weight: 400;
  line-height: 165%;
  text-align: left;
  color: #757575;
}
#pillars .pillars-cards .pillar-card .pillar-card-content .pillar-description .pillar-line-text {
  display: block;
  margin-top: 1rem;
}
#pillars .pillars-cards .pillar-card .pillar-card-content .pillar-description .pillar-line-text span {
  font-weight: 700;
}
#pillars .pillars-cards .pillar-card:nth-child(1) .pillar-logo {
  background-image: url("../../../assets/images/about/company-mission.jpg");
}
#pillars .pillars-cards .pillar-card:nth-child(2) .pillar-logo {
  background-image: url("../../../assets/images/about/company-vision.jpg");
}
#pillars .pillars-cards .pillar-card:nth-child(3) .pillar-logo {
  background-image: url("../../../assets/images/about/company-value.jpg");
}

#contact {
  margin-top: 2rem;
}
@media (min-width: 1024px) {
  #contact {
    margin-top: 7.5rem;
  }
}
#contact .contact-content {
  margin-top: 8rem;
}
#contact .contact-content .texts {
  text-align: center;
}
#contact .contact-content .texts .contact-title {
  color: #373737;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 145%;
  letter-spacing: -2%;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  #contact .contact-content .texts .contact-title {
    font-size: 3rem;
  }
}
@media (min-width: 1024px) {
  #contact .contact-content .texts .contact-title {
    font-size: 4rem;
  }
}
#contact .contact-content .texts .clients-subtitle {
  font-size: 1rem;
  line-height: 165%;
  color: #757575;
  text-align: center;
  max-width: 60rem;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  #contact .contact-content .texts .clients-subtitle {
    font-size: 1.125rem;
  }
}
#contact .contact-content .texts .whatsapp-link {
  color: #429c59;
  text-decoration: underline;
  text-underline-offset: 4px;
}
#contact .contact-content .texts .whatsapp-link:hover {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  color: #6dbc81;
}
#contact .contact-content .wrap-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  gap: 5rem;
  width: 100%;
  height: 100%;
  margin-top: 5rem;
}
@media (min-width: 1024px) {
  #contact .contact-content .wrap-content {
    flex-direction: row;
    align-items: flex-start;
    gap: 6rem;
  }
}
#contact .contact-content .wrap-content .image {
  width: 93%;
  height: 93%;
  aspect-ratio: 1;
  position: relative;
  right: 0.75rem;
  background-color: #c7e5ce;
  border-radius: 20px;
}
@media (min-width: 1024px) {
  #contact .contact-content .wrap-content .image {
    width: 100%;
    height: 100%;
    max-width: 600px;
  }
}
#contact .contact-content .wrap-content .image div {
  content: "";
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background-image: url("../../../assets/images/home/contact.jpg");
  background-size: cover;
  background-repeat: repeat;
  left: 1.5rem;
  top: 1.5rem;
}
@media (min-width: 1024px) {
  #contact .contact-content .wrap-content .image div {
    width: inherit;
    height: inherit;
    left: 3rem;
    top: 3rem;
  }
}
#contact .contact-content .wrap-content .form-wrapper {
  width: 100%;
}
@media (min-width: 1024px) {
  #contact .contact-content .wrap-content .form-wrapper {
    max-width: 35rem;
  }
}
#contact .contact-content .wrap-content .form-wrapper .wrapper-inputs {
  display: grid;
  gap: 2rem;
}
#contact .contact-content .wrap-content .form-wrapper .wrapper-inputs .input-field {
  display: flex;
  flex-direction: column;
}
#contact .contact-content .wrap-content .form-wrapper .wrapper-inputs .input-field:last-of-type {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
#contact .contact-content .wrap-content .form-wrapper .wrapper-inputs .input-field label {
  color: #1e1e1e;
  font-weight: 500;
  line-height: 125%;
}
#contact .contact-content .wrap-content .form-wrapper .wrapper-inputs .input-field input, #contact .contact-content .wrap-content .form-wrapper .wrapper-inputs .input-field textarea {
  width: 100%;
  height: 3rem;
  border-radius: 6px;
  margin-top: 0.5rem;
  padding: 0 1rem;
  border: none;
  outline: 2px solid #e0e0e0;
  color: #464646;
  font-size: 1rem;
  line-height: 125%;
}
#contact .contact-content .wrap-content .form-wrapper .wrapper-inputs .input-field input:hover, #contact .contact-content .wrap-content .form-wrapper .wrapper-inputs .input-field input:focus, #contact .contact-content .wrap-content .form-wrapper .wrapper-inputs .input-field textarea:hover, #contact .contact-content .wrap-content .form-wrapper .wrapper-inputs .input-field textarea:focus {
  background-color: #edf7ef;
  outline: 2px solid #85c796;
  transition: 50ms outline;
}
#contact .contact-content .wrap-content .form-wrapper .wrapper-inputs .input-field input::-moz-placeholder, #contact .contact-content .wrap-content .form-wrapper .wrapper-inputs .input-field textarea::-moz-placeholder {
  color: #9c9c9c;
}
#contact .contact-content .wrap-content .form-wrapper .wrapper-inputs .input-field input::placeholder, #contact .contact-content .wrap-content .form-wrapper .wrapper-inputs .input-field textarea::placeholder {
  color: #9c9c9c;
}
#contact .contact-content .wrap-content .form-wrapper .wrapper-inputs .input-field textarea {
  height: 5rem;
  padding: 1rem;
  resize: vertical;
}
#contact .contact-content .wrap-content .form-wrapper .wrapper-inputs .input-field .error-message {
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin-top: 0.875rem;
  display: none;
}
#contact .contact-content .wrap-content .form-wrapper .wrapper-inputs .input-field .error-message .icon-state {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#contact .contact-content .wrap-content .form-wrapper .wrapper-inputs .input-field .error-message .message {
  font-size: 0.8125rem;
  line-height: 125%;
  flex: 1;
  display: none;
}
#contact .contact-content .wrap-content .form-wrapper .wrapper-inputs .input-field.showError .error-message {
  display: flex;
}
#contact .contact-content .wrap-content .form-wrapper .wrapper-inputs .input-field.showError .error-message .icon-state {
  background-image: url("../../../assets/icons/x.svg");
}
#contact .contact-content .wrap-content .form-wrapper .wrapper-inputs .input-field.showError .error-message .message {
  color: #ab4a49;
  display: inline;
}
#contact .contact-content .wrap-content .form-wrapper .wrapper-inputs .input-field.showError input,
#contact .contact-content .wrap-content .form-wrapper .wrapper-inputs .input-field.showError input:focus {
  outline: 2px solid #ab4a49;
}
#contact .contact-content .wrap-content .form-wrapper .wrapper-inputs button[type=submit] {
  display: inline-block;
  background-color: #85c796;
  color: #1e1e1e;
  cursor: pointer;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 0.875rem 2.5rem;
  margin: 0 auto;
  border-radius: 999px;
  border: none;
  font-size: 1rem;
  font-weight: 600;
}
#contact .contact-content .wrap-content .form-wrapper .wrapper-inputs button[type=submit]:hover {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  background-color: #49ab62;
}
@media (min-width: 768px) {
  #contact .contact-content .wrap-content .form-wrapper .wrapper-inputs button[type=submit] {
    font-size: 1.125rem;
  }
}
@media (min-width: 1024px) {
  #contact .contact-content .wrap-content .form-wrapper .wrapper-inputs button[type=submit] {
    font-size: 1.25rem;
  }
}
#contact .contact-content .wrap-content .g-recaptcha {
  margin: 0 auto;
}

#toast-container {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 1rem;
  z-index: 50;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.toast-enter {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s, transform 0.3s;
}

.toast-enter-active {
  opacity: 1;
  transform: translateY(0);
}

.toast-leave {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s, transform 0.3s;
}

.toast-leave-active {
  opacity: 0;
  transform: translateY(20px);
}

.toast {
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  pointer-events: auto;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  position: relative;
}

.toast p {
  background: white;
  color: #000;
  padding: 1rem;
  border-radius: 0.5rem;
  font-size: 0.75rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.toast p.check {
  background-color: #abd8b7;
}

.toast p:before {
  content: "";
  display: block;
  background-image: url("../../../assets/icons/scan-face.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 2rem;
  height: 2rem;
  margin-right: 12px;
}

.toast p.check:before {
  background-image: url("../../../assets/icons/check.svg");
}

.toast-content {
  width: 100%;
}/*# sourceMappingURL=style.css.map */