@font-face {
  font-family: Modern Deluxe;
  src: url('../fonts/Modern-Deluxe.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Modern Deluxe;
  src: url('../fonts/Modern-Deluxe-Italicotf.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Modern Deluxe Smooth;
  src: url('../fonts/Modern-Deluxe-Smooth.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Modern Deluxe Smooth;
  src: url('../fonts/Modern-Deluxe-Smooth-Italic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Modern Deluxe Outline;
  src: url('../fonts/Modern-Deluxe-Outline.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Modern Deluxe Outline;
  src: url('../fonts/Modern-Deluxe-Outline-Italic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Nohemi;
  src: url('../fonts/Nohemi-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nohemi;
  src: url('../fonts/Nohemi-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nohemi;
  src: url('../fonts/Nohemi-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nohemi;
  src: url('../fonts/Nohemi-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nohemi;
  src: url('../fonts/Nohemi-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nohemi;
  src: url('../fonts/Nohemi-Black.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-green: #2e3730;
  --white: white;
  --easy-green: #455647;
  --ice: whitesmoke;
  --light-green: #cad1c9;
  --mid-green: #38443a;
  --black: black;
  --brown: #d3a583;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body {
  color: var(--dark-green);
  letter-spacing: .75px;
  font-family: Nohemi, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1;
}

.page-wrapper {
  overflow: hidden;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.container-large {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.navbar {
  z-index: 100;
  padding-top: 3rem;
  padding-left: 5%;
  padding-right: 5%;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.footer {
  background-color: var(--dark-green);
  color: var(--white);
  margin-top: 6rem;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-logo-link {
  color: var(--easy-green);
  text-decoration: none;
  overflow: hidden;
}

.nav-menu {
  display: flex;
}

.nav-button {
  background-color: var(--ice);
  cursor: pointer;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.heading-style-h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
}

.nav-button-icon {
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.nav-sidebar {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sidebar-block {
  background-color: var(--ice);
  border-radius: 1.875rem;
  flex-flow: column;
  margin-top: .25rem;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  display: none;
  overflow: hidden;
}

.sidebar-menu {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  flex-flow: column;
  display: flex;
}

.sidebar-contact {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
}

.contact-link {
  color: var(--dark-green);
  padding-top: .25rem;
  padding-bottom: .25rem;
  text-decoration: none;
}

.menu-link {
  color: var(--dark-green);
  font-size: 2.375rem;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s cubic-bezier(.165, .84, .44, 1);
}

.menu-link:hover, .menu-link.w--current {
  opacity: .5;
}

.padding-top {
  padding-top: 12rem;
}

.padding-top.padding-medium {
  padding-top: 6rem;
}

.padding-top.padding-xsmall {
  padding-top: 1.563rem;
}

.padding-bottom {
  padding-bottom: 0;
}

.padding-bottom.padding-small {
  padding-bottom: 3rem;
}

.padding-bottom.padding-medium {
  padding-bottom: 6rem;
}

.home_header-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home_header-image-block {
  border-radius: 1.875rem;
  height: 50rem;
  margin-right: -2.5%;
  display: flex;
  overflow: hidden;
}

.home-header-image {
  object-fit: cover;
  border-radius: 1.875rem;
  flex: none;
}

.heading-style-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.2rem;
  font-weight: 400;
  line-height: 1;
}

.home_header-h1 {
  width: 100%;
  max-width: 35rem;
}

.home_header-p {
  width: 100%;
  max-width: 27rem;
}

.home_header-block {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.button {
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-text {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
}

.button-text-block {
  z-index: 6;
  background-color: var(--easy-green);
  color: var(--white);
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.625rem;
  font-size: 1rem;
  font-weight: 300;
  display: flex;
}

.button-text-block.is-light {
  background-color: var(--white);
  color: var(--dark-green);
  font-weight: 400;
}

.btn-left {
  background-color: var(--easy-green);
  color: var(--white);
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-left.is-light {
  background-color: var(--white);
  color: var(--dark-green);
}

.btn-right {
  background-color: var(--easy-green);
  color: var(--white);
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.btn-right.is-light {
  background-color: var(--white);
  color: var(--dark-green);
}

.btn-icon {
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.home_header-buttons {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-text-line {
  border-bottom: 1px solid var(--light-green);
  color: var(--dark-green);
  flex-flow: column;
  justify-content: space-between;
  text-decoration: none;
  display: flex;
}

.btn-line-animation {
  background-color: var(--dark-green);
  width: auto;
  height: 1px;
  margin-top: .5rem;
  margin-bottom: -1px;
}

.home_banner-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: var(--ice);
  border-radius: 1.875rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5.313rem;
  padding-bottom: 5.313rem;
  display: flex;
}

.home_banner-heading {
  text-align: center;
  width: 100%;
  max-width: 33rem;
  overflow: hidden;
}

.home_banner-paragraph {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  width: 100%;
  max-width: 40rem;
  font-weight: 300;
  display: flex;
  overflow: hidden;
}

.home_banner-members {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.banner_members-photos {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.banner_member-text {
  width: 100%;
  max-width: 6.25rem;
  font-weight: 500;
}

.text-size-normal {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.member-img {
  object-fit: cover;
  flex: none;
}

.member-photo {
  border: 4px solid var(--ice);
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
  overflow: hidden;
}

.member-photo.photo-2, .member-photo.photo-3, .member-photo.photo-4 {
  margin-left: -5%;
}

.heading-style-h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.375rem;
  font-weight: 500;
  line-height: 1;
}

.text-size-large {
  margin-bottom: 0;
  line-height: 1.5;
}

.text-medium {
  font-weight: 500;
}

.home_services-wrapper {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-flow: column;
  display: flex;
}

.services-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: center stretch;
}

.service-block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-intro {
  background-color: var(--ice);
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.25rem .75rem;
  display: flex;
}

.heading-style-h5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .85rem;
  font-weight: 300;
  line-height: .8;
}

.home_service-heading {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 28.4rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
}

.text-size-small {
  letter-spacing: .5px;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

.text-size-small.text-medium {
  font-weight: 400;
}

.service-image-static {
  border-radius: 1.875rem;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 38.75rem;
  height: 33.75rem;
  display: flex;
  overflow: hidden;
}

.service-image {
  object-fit: cover;
  flex: none;
  width: 100%;
  height: 100%;
}

.bas-wrapper {
  width: 100%;
  max-width: 38.75rem;
  height: 33.75rem;
  position: relative;
  overflow: hidden;
}

.bas-image-before {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.bas-image-after-h {
  z-index: 1;
  object-fit: cover;
  width: 50%;
  height: 100%;
  margin-left: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.bas-handle-h {
  z-index: 2;
  background-color: #fff;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bas-line-h {
  z-index: 1;
  background-color: #fff;
  width: 2px;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.bas-label-before-h {
  z-index: 3;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 10rem;
  padding: 4px 12px;
  font-size: 1rem;
  position: absolute;
  top: 24px;
  left: 24px;
}

.bas-label-after-h {
  z-index: 3;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 10rem;
  padding: 4px 12px;
  font-size: 1rem;
  position: absolute;
  top: 24px;
  right: 24px;
}

.code-embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.footer-cta {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 8rem;
  display: flex;
}

.footer-cta-heading {
  color: var(--white);
  text-align: center;
  width: 100%;
  max-width: 37rem;
}

.footer-cta-paragraph {
  color: var(--white);
  text-align: center;
  width: 100%;
  max-width: 28rem;
}

.heading-style-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

.footer-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.footer-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.footer-link {
  opacity: .6;
  color: var(--white);
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s cubic-bezier(.165, .84, .44, 1);
}

.footer-link:hover {
  opacity: .5;
}

.footer-links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-social {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-social-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-social-link {
  color: var(--white);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: opacity .2s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.footer-social-link:hover {
  opacity: .5;
}

.footer-credits {
  border-top: 1px solid var(--mid-green);
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.footer-credits-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
}

.footer-logo-link {
  color: var(--white);
  text-decoration: none;
}

.footer-developer {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-pcr-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.home-pcr-heading {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 40rem;
  margin-top: 4rem;
  display: flex;
}

.home-pcr-gallery {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: flex;
}

.pcr-image-block {
  border-radius: 1.875rem;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 20.625rem;
  height: 28.75rem;
  display: flex;
  overflow: hidden;
}

.pcr-image-block.alt {
  margin-top: 7.5%;
  position: relative;
  overflow: visible;
}

.pcr-image {
  object-fit: cover;
  flex: none;
}

.pcr-image.alt {
  border-radius: 1.875rem;
}

.label-pcr {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 12rem;
  height: 12rem;
  display: flex;
  position: absolute;
  top: -23%;
  bottom: auto;
  right: -26%;
}

.label-pcr-text {
  color: var(--easy-green);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 12rem;
  height: 12rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.label-pcr-icon {
  color: var(--easy-green);
  object-fit: cover;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 4.875rem;
  height: 4.875rem;
  display: flex;
  position: relative;
}

.home-pcr-cta {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 38rem;
  display: flex;
}

.section_home-about {
  background-color: var(--ice);
  border-radius: 6.25rem;
}

.home-about-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.home-about-heading {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 38rem;
  display: flex;
}

.home-about-grid {
  grid-column-gap: 6.25rem;
  grid-row-gap: 6.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: center stretch;
}

.home-about-image-block {
  background-image: url('../images/home-about-image-caroline.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.875rem;
  justify-content: flex-end;
  align-items: flex-start;
  width: 28.75rem;
  height: 35rem;
  padding: 1.125rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-social-link {
  background-color: var(--white);
  color: var(--dark-green);
  border-radius: 10rem;
  padding: .75rem;
  text-decoration: none;
}

.about-social-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-about-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 26.25rem;
  display: flex;
}

.home-about-texts {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.home-about-heading-texts {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.home-products-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 6rem;
  margin-bottom: 6rem;
  display: flex;
}

.home_products-heading {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 52rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
}

.products-block-text {
  text-align: right;
  width: 100%;
  max-width: 14rem;
}

.products-cta {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2.5rem;
  display: flex;
}

.products-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.product-image-block {
  border-radius: 1.875rem;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.product-image {
  object-fit: cover;
  flex: none;
}

.product-details {
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.product-title {
  letter-spacing: .5px;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.home_space-heading, .home_space-cta {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 45rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
}

.space-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 6rem;
  display: flex;
}

.space-images-block {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: space-between;
  display: flex;
}

.space-image {
  object-fit: cover;
  flex: none;
  width: 100%;
}

.space-image-block {
  border-radius: 6.25rem;
  justify-content: space-between;
  width: 48.75rem;
  height: 34.188rem;
  display: flex;
  overflow: hidden;
}

.space-image-block-2 {
  border-radius: 6.25rem;
  justify-content: space-between;
  width: 26.25rem;
  height: 34.188rem;
  display: flex;
  overflow: hidden;
}

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

.home_products-heading-copy {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 48rem;
  margin-bottom: 3rem;
  display: flex;
}

.caroussel-testimonials {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.carousel-horizontal {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.carousel-horizontal-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.testimonials-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--ice);
  border-radius: 1.875rem;
  flex-flow: column;
  flex: none;
  padding: 2.5rem;
  display: flex;
}

.testimonial {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-text {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.testimonial-image {
  border-radius: 10rem;
  width: 5rem;
  height: 5rem;
  overflow: hidden;
}

.testimonial-paragraph {
  width: 100%;
  max-width: 25.25rem;
}

.polices-header-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.polices-list-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-top: 1rem;
  display: flex;
}

.list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 1rem;
  font-weight: 300;
  display: flex;
}

.polices-header-heading {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.link-text {
  color: var(--dark-green);
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  transition: opacity .2s cubic-bezier(.165, .84, .44, 1);
}

.link-text:hover {
  opacity: .5;
}

.products-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section_contact-header {
  margin-top: 8rem;
}

.contact-header-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--ice);
  border-radius: 6.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.contact-heading {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  width: 100%;
  max-width: 43rem;
  display: flex;
}

.contact-grid {
  grid-template-rows: auto;
}

.contact-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--white);
  border-radius: 1.875rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2.5rem;
  display: flex;
}

.contact-block-item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 26rem;
  display: flex;
}

.contact-block-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-social {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  max-width: 11.5rem;
  display: flex;
}

.cta-social-link {
  background-color: var(--easy-green);
  color: var(--white);
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  transition: color .2s cubic-bezier(.165, .84, .44, 1), background-color .2s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.cta-social-link:hover {
  background-color: var(--light-green);
  color: var(--easy-green);
}

.cta-social-links {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

.cta-social-icon {
  justify-content: center;
  align-items: center;
  padding: .75rem;
  display: flex;
}

.faqs-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  padding-top: 6rem;
  display: flex;
}

.faqs-header {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faq-item {
  border: 1px solid var(--light-green);
  cursor: pointer;
  border-radius: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 2rem;
  display: flex;
}

.faq-headig {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-paragraph {
  width: 100%;
  max-width: 48rem;
  overflow: hidden;
}

.container-small {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.arrow-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
}

.faq-paragraph-text {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.faqs-cta-heading {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faqs-cta-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pcr-heading {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.section_pcr-about {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.pcr-about-heading {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 3.125rem;
  display: flex;
}

.pcr-about-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.pcr-about-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--light-green);
  border-radius: 1.875rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2.5rem;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
  display: flex;
}

.pcr-about-item:hover {
  transform: translate(0, -5px);
}

.pcr-about-item-texts {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 18.75rem;
  display: flex;
}

.benefits-list {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 14px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  display: flex;
}

.pcr-benefits-heading {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 28rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
}

.pcr-benefits-block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.pcr-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 6rem;
}

.pcr-cases-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.pcr-cases-heading {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pcr-cases-heading-texts {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.pcr-cases-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
}

.real-cases-heading {
  text-align: center;
  max-width: 28rem;
  margin-bottom: 1.25rem;
}

.real-case-image-block {
  border-radius: 1.875rem;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.real-case-image {
  object-fit: cover;
  flex: none;
  width: 100%;
}

.real-cases-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

.section_consult-header {
  margin-top: 12rem;
}

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

.consult-header-image-block {
  border-radius: 6.25rem;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.consult-header-image {
  object-fit: cover;
  flex: none;
  width: 100%;
}

.consult-header-block {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 4rem;
  display: flex;
}

.consult-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
}

.consult-grid-image {
  border-radius: 6.25rem;
  justify-content: space-between;
  width: 15.313rem;
  height: 7.5rem;
  display: flex;
  overflow: hidden;
}

.consult-item-image {
  object-fit: cover;
  width: 100%;
}

.consult-icons-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4rem;
  display: flex;
}

.section-consult-icons {
  padding-top: 8rem;
}

.consult-icons-wrapper-heading {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  width: 100%;
  max-width: 47.5rem;
  display: flex;
}

.consult-icons-grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.consult-icon-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--light-green);
  border-radius: 1.875rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 1.8rem;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
  display: flex;
}

.consult-icon-item:hover {
  transform: translate(0, -5px);
}

.consult-icon {
  background-color: var(--easy-green);
  color: var(--white);
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  padding: .875rem;
  display: flex;
}

.icon-svg {
  justify-content: center;
  align-items: center;
  display: flex;
}

.consult-icon-text {
  justify-content: flex-start;
  align-items: center;
}

.section-consult-gallery {
  margin-top: 8rem;
}

.consult-gallery-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.section_about-header {
  justify-content: space-between;
  align-items: center;
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.about-letter-animation {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  overflow: hidden;
}

.big-text {
  color: var(--ice);
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12.5rem;
  font-weight: 300;
  line-height: 1;
}

.letter-1, .letter-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-header-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.about-header-images {
  grid-column-gap: 7.75rem;
  grid-row-gap: 7.75rem;
  justify-content: space-between;
  display: flex;
}

.about-header-name {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 3.125rem;
  display: flex;
}

.about-header-sides-img-r {
  border-radius: 1.875rem;
  justify-content: space-between;
  width: 14.375rem;
  height: 21.25rem;
  display: flex;
  overflow: hidden;
}

.about-header-itens {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

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

.about-header-center-img {
  border-radius: 1.875rem;
  justify-content: space-between;
  width: 27.875rem;
  height: 39.2rem;
  display: flex;
  overflow: hidden;
}

.caroline-image {
  object-fit: cover;
  flex: none;
  width: 100%;
}

.about-header-sides-img-l {
  border-radius: 1.875rem;
  justify-content: space-between;
  width: 14.375rem;
  height: 21.25rem;
  margin-top: 5rem;
  display: flex;
  overflow: hidden;
}

.header-block-right {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.text-social {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

.caroline {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Modern Deluxe Smooth, Arial, sans-serif;
  font-weight: 400;
  line-height: 1;
}

.rigoleto {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 50px;
  font-family: Modern Deluxe Smooth, Arial, sans-serif;
  font-weight: 400;
  line-height: 1;
}

.faqs-questions {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.about-skills-accordion {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.about-skills-header {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.skills-accordion {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.skill-item {
  border: 1px solid var(--light-green);
  cursor: pointer;
  border-radius: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 2rem;
  display: flex;
}

.skill-headig {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.skill-paragraph {
  width: 100%;
  max-width: 48rem;
  overflow: hidden;
}

.skill-paragraph-text {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.section_about-features {
  margin-top: 8rem;
}

.cta-social-contact {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  max-width: 22rem;
  display: flex;
}

.consult-header-block-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 60rem;
  margin-bottom: 2rem;
  display: flex;
}

.button-comprar {
  border-bottom: 1px solid var(--light-green);
  color: var(--dark-green);
  flex-flow: column;
  justify-content: space-between;
  text-decoration: none;
  display: flex;
}

.goolge-maps {
  justify-content: space-between;
  align-items: stretch;
}

.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: 100%;
  max-width: 25rem;
  display: flex;
}

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

._404-img {
  object-fit: contain;
  flex: none;
}

._404-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

._404-image {
  border-radius: 1.875rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 38rem;
  height: auto;
  display: flex;
  overflow: hidden;
}

._404-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 8rem;
  padding-bottom: 4rem;
  display: flex;
}

._404-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  width: 100%;
  max-width: 40rem;
  display: flex;
}

.contact-maps-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--ice);
  border-radius: 6.25rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 5rem;
  display: flex;
}

.section_contact-maps {
  margin-top: 2rem;
}

@media screen and (max-width: 479px) {
  .container-large {
    max-width: 100%;
  }

  .section_home-header {
    padding-bottom: 2rem;
  }

  .navbar {
    background-color: var(--white);
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .footer {
    margin-top: 3rem;
  }

  .heading-style-h4 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
  }

  .nav-sidebar {
    justify-content: space-between;
    align-items: flex-start;
    max-width: 100%;
  }

  .sidebar-block {
    flex: 1;
    padding: 2rem;
    display: none;
  }

  .contact-link {
    font-size: 1rem;
  }

  .padding-top {
    padding-top: 5rem;
  }

  .padding-top.padding-medium {
    padding-top: 0;
  }

  .padding-bottom.padding-small {
    padding-bottom: 0;
  }

  .padding-bottom.padding-medium {
    padding-bottom: 4rem;
  }

  .home_header-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .home_header-image-block {
    order: -1;
    width: 100%;
    height: 100%;
    margin-top: 50px;
    margin-right: 0%;
  }

  .heading-style-h1 {
    font-size: 3rem;
  }

  .home_header-h1, .home_header-p {
    max-width: 100%;
  }

  .home_header-block {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: space-between;
    align-items: flex-start;
  }

  .btn-icon, .button-text-line {
    display: none;
  }

  .section_home-banner {
    margin-top: 2rem;
  }

  .home_banner-wrapper {
    padding: 2rem 1.2rem;
  }

  .home_banner-heading, .home_banner-paragraph {
    max-width: 100%;
  }

  .home_banner-members {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .banner_member-text {
    text-align: center;
    max-width: 100%;
  }

  .text-size-normal {
    font-size: .875rem;
  }

  .heading-style-h3 {
    font-size: 1.75rem;
    line-height: 1.2;
  }

  .text-size-large {
    font-size: 1rem;
  }

  .home_services-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .services-grid {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .service-block {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .heading-style-h5 {
    font-weight: 400;
  }

  .home_service-heading {
    grid-column-gap: 1.4rem;
    grid-row-gap: 1.4rem;
    max-width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .text-size-small {
    font-size: .95rem;
    font-weight: 400;
  }

  .service-image-static {
    max-width: 100%;
    height: 100%;
  }

  .bas-wrapper {
    height: 100%;
  }

  .footer-cta {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 4rem;
  }

  .footer-cta-heading, .footer-cta-paragraph {
    text-align: left;
  }

  .heading-style-h2 {
    font-size: 2.4rem;
  }

  .footer-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 4rem;
    margin-bottom: 2rem;
  }

  .footer-link {
    font-size: .95rem;
  }

  .footer-links {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer-credits {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
  }

  .footer-credits-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    place-items: center start;
  }

  .home-pcr-wrapper {
    flex-flow: column;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .home-pcr-heading {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-width: 100%;
    margin-top: 0;
  }

  .home-pcr-gallery {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    margin-top: 2rem;
  }

  .pcr-image-block {
    max-width: 100%;
    height: 100%;
  }

  .pcr-image-block.alt {
    max-width: 100%;
    margin-top: 25%;
  }

  .label-pcr {
    right: 0;
  }

  .home-pcr-cta {
    max-width: 100%;
  }

  .section_home-about {
    border-radius: 0;
  }

  .home-about-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .home-about-heading {
    max-width: 100%;
  }

  .home-about-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .home-about-image-block {
    width: 100%;
    height: 24rem;
  }

  .home-about-block {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
  }

  .home-about-heading-texts {
    justify-content: space-between;
    align-items: center;
  }

  .home-products-wrapper {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .home_products-heading {
    max-width: 100%;
  }

  .products-block-text {
    text-align: center;
  }

  .products-cta {
    flex-flow: column;
  }

  .products-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .product-details {
    justify-content: space-between;
  }

  .home_space-cta {
    max-width: 100%;
  }

  .space-block {
    padding-bottom: 4rem;
  }

  .space-images-block {
    grid-column-gap: 1.4rem;
    grid-row-gap: 1.4rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .space-image-block, .space-image-block-2 {
    width: 100%;
    height: auto;
  }

  .section_home-testimonials {
    overflow: hidden;
  }

  .home_products-heading-copy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-width: 100%;
    margin-bottom: 2rem;
  }

  .carousel-horizontal-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .testimonials-item {
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
    object-fit: fill;
    padding: 1.8rem;
  }

  .testimonial {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .testimonial-text {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .testimonial-paragraph {
    max-width: 16rem;
  }

  .link-text {
    font-size: .875rem;
  }

  .contact-header-wrapper {
    border-radius: 1.875rem;
    padding: 2rem;
  }

  .contact-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .faqs-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 2rem;
  }

  .faqs-header {
    text-align: center;
  }

  .faq-item {
    padding: 1.4rem;
  }

  .faq-title, .faq-paragraph-text {
    font-size: .875rem;
  }

  .faqs-cta-heading {
    text-align: center;
  }

  .pcr-heading {
    padding-bottom: 0;
  }

  .section_pcr-about {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .pcr-about-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .pcr-benefits-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .pcr-grid {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .pcr-cases-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .pcr-cases-grid {
    grid-column-gap: 1.4rem;
    grid-row-gap: 1.4rem;
    grid-template-columns: 1fr;
  }

  .section_consult-header {
    margin-top: 4.8rem;
  }

  .consult-header-image-block {
    width: 100%;
    height: auto;
  }

  .consult-header-block {
    margin-top: 2rem;
  }

  .consult-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .consult-grid-image {
    width: 100%;
    height: auto;
  }

  .section-consult-icons {
    padding-top: 2rem;
  }

  .consult-icons-wrapper-heading {
    max-width: 100%;
  }

  .consult-icons-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .consult-icon-item {
    padding: 1.4rem;
  }

  .section-consult-gallery {
    margin-top: 3rem;
  }

  .consult-gallery-wrapper {
    grid-column-gap: 1.4rem;
    grid-row-gap: 1.4rem;
  }

  .section_about-header {
    margin-top: 4.8rem;
    margin-bottom: 4rem;
  }

  .about-letter-animation {
    display: none;
  }

  .about-header-images {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .about-header-sides-img-r, .about-header-center-img {
    order: -1;
    width: 100%;
    height: auto;
  }

  .about-header-sides-img-l {
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .header-block-right {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: space-between;
    align-items: center;
  }

  .caroline-rigoleto {
    flex-flow: column;
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
    display: flex;
  }

  .caroline {
    margin-left: -20px;
  }

  .rigoleto {
    margin-left: 0;
    margin-right: -20px;
  }

  .about-skills-header {
    width: 100%;
  }

  .skill-item {
    padding: 1.8rem;
  }

  .skill-paragraph-text {
    font-size: .875rem;
  }

  .section_about-features {
    margin-top: 2rem;
  }

  .about-features-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    display: flex;
  }

  .cta-social-contact {
    flex-flow: column;
  }

  .button-comprar {
    display: flex;
  }

  .contact-maps-wrapper {
    border-radius: 1.875rem;
    padding: 2rem;
  }
}

#w-node-_99f02674-b638-f065-7e31-e14ca2452e1e-6fe9fd20 {
  place-self: center;
}

#w-node-_60d9cfee-25b6-efbf-a614-ba60f81f8463-6fe9fd20 {
  justify-self: end;
}

#w-node-_41614954-4166-2eb2-ec38-43e1dc660f92-6fe9fd20 {
  justify-self: start;
}

#w-node-_41614954-4166-2eb2-ec38-43e1dc660f94-6fe9fd20, #w-node-f5771297-7b73-0e7b-0db2-ed030a7f8a03-6fe9fd20 {
  place-self: center;
}

#w-node-f5771297-7b73-0e7b-0db2-ed030a7f8a17-6fe9fd20 {
  justify-self: end;
}

#w-node-_05fe87e6-05d5-2397-91eb-2d877f906d12-7f906cc2 {
  justify-self: start;
}

#w-node-_05fe87e6-05d5-2397-91eb-2d877f906d16-7f906cc2 {
  justify-self: end;
}

#w-node-_363b26af-b19d-f8de-b69c-31957e348280-d776bcbc {
  justify-self: center;
}

#w-node-_363b26af-b19d-f8de-b69c-31957e34826a-d776bcbc {
  justify-self: start;
}

#w-node-_689afeab-f90d-9152-11bd-bc640e139804-d776bcbc {
  justify-self: end;
}

#w-node-_689afeab-f90d-9152-11bd-bc640e139806-d776bcbc {
  justify-self: center;
}

#w-node-_8e56f18a-8b70-3890-3b8b-a383a4aeb065-95ecb1f3 {
  justify-self: start;
}

#w-node-_8e56f18a-8b70-3890-3b8b-a383a4aeb067-95ecb1f3, #w-node-_192ceb2f-5190-d1db-96ae-dcd8301d24d6-95ecb1f3 {
  justify-self: center;
}

#w-node-_192ceb2f-5190-d1db-96ae-dcd8301d24e4-95ecb1f3 {
  justify-self: end;
}

@media screen and (max-width: 479px) {
  #w-node-_41614954-4166-2eb2-ec38-43e1dc660f94-6fe9fd20 {
    order: -9999;
  }

  #w-node-_05fe87e6-05d5-2397-91eb-2d877f906d16-7f906cc2 {
    justify-self: start;
  }

  #w-node-_689afeab-f90d-9152-11bd-bc640e139804-d776bcbc {
    order: 9999;
    justify-self: center;
  }

  #w-node-_8e56f18a-8b70-3890-3b8b-a383a4aeb065-95ecb1f3 {
    order: 9999;
  }
}


@font-face {
  font-family: 'Modern Deluxe';
  src: url('../fonts/Modern-Deluxe.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Modern Deluxe';
  src: url('../fonts/Modern-Deluxe-Italicotf.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Modern Deluxe Smooth';
  src: url('../fonts/Modern-Deluxe-Smooth.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Modern Deluxe Smooth';
  src: url('../fonts/Modern-Deluxe-Smooth-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Modern Deluxe Outline';
  src: url('../fonts/Modern-Deluxe-Outline.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Modern Deluxe Outline';
  src: url('../fonts/Modern-Deluxe-Outline-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nohemi';
  src: url('../fonts/Nohemi-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nohemi';
  src: url('../fonts/Nohemi-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nohemi';
  src: url('../fonts/Nohemi-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nohemi';
  src: url('../fonts/Nohemi-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nohemi';
  src: url('../fonts/Nohemi-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nohemi';
  src: url('../fonts/Nohemi-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}