:root {
  --white: white;
  --black: black;
  --primary-color: #c24a67;
  --secondary-color: #ffcf4e;
  --background-color: #f8f3f0;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #858585;
  width: 100%;
  max-width: 1140px;
  height: 1px;
  margin-top: 2rem;
}

.divider.dark {
  background-color: #ebeaea;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  background-color: #f8f3f0;
}

.section.cc-cta {
  background-color: var(--white);
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.cc-home-wrap {
  padding-top: 0;
  padding-bottom: 0;
}

.section.points {
  background-color: #0000;
  flex-flow: column;
  display: flex;
  position: relative;
  bottom: 5rem;
}

.section.home {
  padding-bottom: 100px;
}

.section.white {
  background-color: var(--white);
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.footer {
  background-color: var(--black);
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

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

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light, .paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
}

.primary-button {
  background-color: var(--primary-color);
  color: #fff;
  letter-spacing: .5px;
  border-radius: 500px;
  padding: 12px 25px;
  font-size: 1.125rem;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.primary-button:hover {
  color: #fff;
  background-color: #32343a;
}

.primary-button:active {
  background-color: #43464d;
}

.primary-button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.cc-contact-us {
  z-index: 5;
  position: relative;
}

.primary-button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.cc-white-button:hover {
  background-color: #fffc;
}

.primary-button.cc-white-button:active {
  background-color: #ffffffe6;
}

.primary-button.pix {
  background-color: #ff2c4b;
  margin-bottom: 2rem;
}

.primary-button.pix:hover {
  background-color: #a53d4c;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: .6;
}

.heading-jumbo {
  z-index: 1;
  text-transform: none;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 6rem;
  font-weight: 500;
  line-height: 6rem;
  position: relative;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  display: flex;
  position: relative;
}

.navigation {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 30px 50px;
  display: flex;
  position: absolute;
}

.navigation-item {
  color: var(--white);
  letter-spacing: 1px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 20px;
}

.navigation-item:hover {
  color: var(--secondary-color);
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item:lang(en) {
  color: var(--white);
  font-weight: 300;
}

.navigation-item.w--current {
  opacity: 1;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: var(--secondary-color);
}

.navigation-item.w--current:active {
  opacity: 1;
  color: var(--white);
}

.navigation-item.dark {
  color: var(--black);
  font-family: Outfit, sans-serif;
  font-weight: 500;
}

.navigation-item.dark:hover {
  color: var(--secondary-color);
}

.navigation-item.dark.w--current {
  color: #0082f3;
}

.navigation-item.dark.w--current:hover {
  color: var(--secondary-color);
}

.logo-image {
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 2rem;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 100%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/hero.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 95vh;
  padding-top: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  background-color: var(--white);
  color: #fff;
  background-image: none;
  height: 10rem;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 1rem;
  line-height: 150%;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 40px;
  margin-bottom: 40px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: 100%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

.secondary-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--primary-color);
  color: var(--white);
  border-radius: 500px;
  padding: 24px 40px;
  font-size: 1.125rem;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.secondary-button:hover {
  color: var(--white);
  background-color: #11112b;
}

.secondary-button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.body {
  background-color: var(--background-color);
  font-family: Outfit, sans-serif;
}

.highlight {
  z-index: 0;
}

.highlight-wrapper {
  z-index: 0;
  position: relative;
  top: -304px;
  left: 128px;
}

.points-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
}

.point-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--white);
  border-bottom: 3px solid #000;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 25%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.point-wrapper:hover {
  box-shadow: 0 7px 15px 5px #0000001a;
}

.point-wrapper._1 {
  border-bottom-color: #ec625c;
}

.point-wrapper._2 {
  border-bottom-color: #70ddd1;
}

.point-wrapper._3 {
  border-bottom-color: var(--secondary-color);
}

.point-wrapper._4 {
  border-bottom-color: #ac5bf6;
}

.point-icon {
  width: 64px;
  height: 64px;
}

.pont-title {
  text-align: center;
  font-size: 1.5rem;
}

.horizontal-flex.vertical-middle, .horizontal-flex.cta {
  justify-content: flex-start;
  align-items: center;
}

.horizontal-flex.story {
  margin-top: 60px;
  margin-bottom: 60px;
}

._1-2-column {
  width: 50%;
}

.heading-2 {
  width: 75%;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 120%;
}

.heading-2.cta {
  width: 100%;
}

.heading-2.contact {
  width: 100%;
  margin-bottom: 2rem;
}

.heading-2.call-to-contact {
  color: var(--white);
  width: 100%;
}

.heading-2.about {
  letter-spacing: -1px;
  width: 100%;
  font-family: Outfit, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 110%;
}

.heading-2.support {
  text-align: center;
  width: 100%;
}

.paragraph {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 150%;
}

.paragraph.grey {
  color: #5f5e6d;
}

.who-we-are-wrapper {
  margin-bottom: 2rem;
}

.video {
  margin-top: 160px;
}

.stats {
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  font-family: Inter, sans-serif;
  font-size: 1.3rem;
}

.stats-wrapper {
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.stat-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 25%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.stat-wrapper._1 {
  background-image: url('../images/stat1.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.stat-wrapper._2 {
  background-image: url('../images/stat2.png');
}

.stat-wrapper._3 {
  background-image: url('../images/stat3.png');
}

.stat-wrapper._4 {
  background-image: url('../images/stat4.png');
}

.number {
  font-family: Outfit, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 120%;
}

.description {
  font-size: 1.2rem;
  font-weight: 300;
}

.text-block {
  color: #ff2c4b;
  font-size: 1.3rem;
  line-height: 150%;
}

.composition {
  width: 90%;
  position: relative;
}

.text {
  background-image: url('../images/svgexport-11-2.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 183px;
}

.text-block-2 {
  color: var(--white);
  text-align: center;
  font-size: 1.3rem;
  font-weight: 300;
}

.image {
  position: absolute;
  top: 186.727px;
  left: 430px;
}

.image-2 {
  position: absolute;
  top: 529.727px;
  left: 433px;
}

.nro-marmitas {
  color: var(--white);
  font-size: 2.3rem;
  line-height: 130%;
}

._60percent-column {
  width: 60%;
}

._40percent-column {
  width: 40%;
}

.bullets {
  position: relative;
}

.button-cta-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.flex-block {
  width: 70%;
}

.flex-block-2 {
  width: 30%;
}

.image-3 {
  z-index: 5;
  width: 8%;
  position: absolute;
  right: 0;
}

.image-4 {
  z-index: 5;
  width: 15%;
  position: absolute;
  bottom: auto;
  left: -95px;
}

.buttons-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 430px;
}

.button-wrapper {
  background-image: url('../images/LyxSKweqc5t1NH7GZsPvROsGdtk.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  height: 100%;
}

.button-wrapper._2 {
  background-image: url('../images/eVtCnq3OlM7vFuR0l7YIBCCvE.jpeg');
}

.button-wrapper._3 {
  background-image: url('../images/AMFJpaaoezy30aWocfBLpWUJPcQ.jpeg');
}

.link-button-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.text-block-3 {
  color: var(--white);
  font-size: 2.5rem;
  font-weight: 500;
}

.text-block-4 {
  color: var(--black);
  text-align: center;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 150%;
  display: none;
}

.div-block {
  background-color: var(--secondary-color);
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  font-size: 2.5rem;
  text-decoration: none;
  display: flex;
}

.image-5 {
  width: 80px;
}

.flex-block-3 {
  z-index: 6;
  background-image: url('../images/G5P7XZEvRdWuQDc3oOcRJ6pCKY.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 650px;
  padding-left: 10rem;
  padding-right: 10rem;
  position: relative;
}

.form {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 10rem;
  padding-right: 10rem;
}

.field-label {
  text-transform: none;
  font-size: 1rem;
}

.form-block {
  width: 100%;
}

.submit-button {
  background-color: var(--secondary-color);
  color: var(--black);
  border-radius: 500px;
  width: 100%;
  padding: 16px 40px;
}

.submit-button:hover {
  background-color: var(--black);
  color: var(--white);
}

.text-block-5 {
  color: #616161;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  display: inline-flex;
}

.form-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  display: flex;
}

.text-area {
  border: 1px solid #e4e4e4;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 1rem;
  line-height: 150%;
}

.image-6 {
  z-index: 6;
  width: 100%;
  position: relative;
}

.image-7 {
  position: relative;
  inset: 0%;
}

.footer-columns-wrapper {
  width: 100%;
}

.footer-column {
  width: 33.3333%;
}

.image-8 {
  width: 33.3333%;
  margin-bottom: 1rem;
}

.text-block-6 {
  color: var(--white);
  width: 60%;
  font-weight: 300;
  line-height: 150%;
}

.social-icons {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  margin-top: 2rem;
}

.social-link {
  border: 1px solid #5e5d5d;
  border-radius: 8px;
  padding: 8px;
}

.social-link:hover {
  background-color: #2e2e2e;
}

.text-block-7 {
  color: var(--white);
  margin-bottom: .5rem;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 150%;
}

.link {
  color: #9b9b9b;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 150%;
  text-decoration: none;
}

.link:hover {
  color: var(--secondary-color);
}

.link.contact {
  color: var(--white);
  font-weight: 500;
}

.link.contact:hover {
  color: var(--secondary-color);
}

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

.footer-text {
  color: #9b9b9b;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 150%;
  text-decoration: none;
}

.copyrights-wrapper {
  justify-content: space-between;
  width: 100%;
  margin-top: 4rem;
}

.text-block-8 {
  color: var(--white);
  font-weight: 300;
}

.link-2 {
  color: var(--white);
  font-weight: 300;
  text-decoration: none;
}

.link-2:hover {
  color: var(--secondary-color);
}

.link-3 {
  text-decoration: none;
}

.link-3:hover {
  text-decoration: underline;
}

.flex-block-4 {
  width: 60%;
}

.flex-block-5 {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
}

.flex-block-6 {
  width: 40%;
}

.flex-block-7 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 60%;
}

.text-block-9 {
  color: #ff2c4b;
  font-size: 1.5rem;
  line-height: 130%;
}

.paragraph-2 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 170%;
  text-decoration: none;
}

.numbers-story-wrapper {
  width: 100%;
}

.number-story {
  justify-content: center;
  align-items: flex-start;
  width: 50%;
}

.text-block-10 {
  font-size: 3rem;
  line-height: 150%;
}

.text-block-11 {
  font-size: 1.3rem;
  font-weight: 300;
}

.flex-block-8, .flex-block-9 {
  justify-content: flex-start;
  align-items: center;
}

.link-4 {
  color: #797979;
  text-decoration: none;
}

.link-4:hover {
  color: #797979;
  text-decoration: underline;
}

.paragraph-3 {
  color: #797979;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 170%;
  text-decoration: none;
}

.composite {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 100%;
}

.upper-row {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
}

.upper-left {
  background-color: #fdf3cd;
  border: 1px solid #f3b241;
  border-top-right-radius: 48px;
  border-bottom-left-radius: 48px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  padding: 1.5rem 2.5rem 2rem;
}

.heading-3 {
  font-size: 2rem;
  font-weight: 500;
}

.text-block-12 {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 150%;
}

.upper-right {
  justify-content: flex-end;
  align-items: flex-end;
  width: 40%;
}

.bottom-left {
  background-color: #dff5fe;
  border: 1px solid #55bae1;
  border-top-left-radius: 48px;
  border-bottom-right-radius: 48px;
  width: 100%;
  padding: 1.5rem 2.5rem 2rem;
}

.bottom-row {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  width: 100%;
}

.bottom-right {
  background-color: #eadffc;
  border: 1px solid #8d54e7;
  border-top-right-radius: 48px;
  border-bottom-left-radius: 48px;
  width: 60%;
  padding: 3rem 2.5rem 3.5rem;
}

.b-left {
  width: 40%;
}

.image-9 {
  position: relative;
  top: 39px;
  left: -225px;
}

.flex-block-10 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 60%;
}

.vertical-flex {
  justify-content: flex-start;
  align-items: center;
}

.text-block-13 {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 150%;
}

.image-10 {
  position: relative;
  left: -622px;
}

.doe {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
}

.subheader {
  color: #ff2c4b;
  margin-top: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 130%;
}

.text-block-14 {
  font-size: 1.5rem;
  line-height: 170%;
}

.text-block-15 {
  margin-top: 2rem;
  font-size: 1.5rem;
  line-height: 170%;
}

.text-block-13-copy {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 150%;
}

.description-apoie {
  text-align: center;
  width: 75%;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 150%;
}

.sucesso {
  background-color: #dbffdd;
  justify-content: center;
  align-items: flex-start;
  width: 500px;
  height: 140px;
  display: none;
  position: fixed;
  bottom: 24px;
  right: 24px;
}

.text-block-16 {
  color: #005d2c;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 130%;
}

.text-block-17 {
  color: #008d42;
  margin-top: 8px;
  font-size: 1rem;
  line-height: 150%;
}

.success-bar {
  background-color: #00b11d;
  width: 100%;
  height: 4px;
  transition: width 5s;
  position: absolute;
  bottom: 0;
}

.success-bar.encolher {
  width: 0%;
}

.text-content {
  padding: 1rem 1.5rem;
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

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

  .primary-button {
    justify-content: center;
  }

  .primary-button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap, .section.hero {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .divider.dark {
    margin-top: 1rem;
  }

  .section, .section.cc-home-wrap, .section.hero {
    margin-left: 0;
    margin-right: 0;
  }

  .section.points {
    bottom: auto;
  }

  .section.home {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.white {
    padding: 40px 15px;
  }

  .section.full {
    padding-bottom: 40px;
  }

  .primary-button.pix {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1rem;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 28px;
    line-height: 24px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation-wrap {
    background-color: #0000;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro-header {
    height: 40vh;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .secondary-button {
    padding: 20px 64px;
    font-size: 1rem;
  }

  .highlight-wrapper {
    width: 30%;
    top: -169px;
    left: 11px;
  }

  .points-wrapper {
    flex-flow: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .point-wrapper._1, .point-wrapper._2, .point-wrapper._3, .point-wrapper._4 {
    width: 100%;
  }

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

  .horizontal-flex.vertical-middle {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .horizontal-flex.story {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  ._1-2-column {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .heading-2 {
    width: 100%;
    font-size: 2rem;
  }

  .heading-2.cta, .heading-2.call-to-contact {
    text-align: center;
  }

  .heading-2.about {
    width: 100%;
    font-size: 2rem;
  }

  .heading-2.support {
    font-size: 2rem;
  }

  .paragraph {
    font-size: 1.3rem;
  }

  .paragraph.grey {
    font-size: 1.1rem;
  }

  .video {
    margin-top: 80px;
  }

  .stats-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .stat-wrapper._1, .stat-wrapper._2, .stat-wrapper._3, .stat-wrapper._4 {
    width: 100%;
  }

  .text-block {
    font-size: 1.1rem;
  }

  .composition {
    width: 100%;
  }

  .text {
    width: 128px;
    height: 128px;
    padding-left: 20px;
    padding-right: 20px;
    top: 97px;
  }

  .text-block-2 {
    font-size: .8rem;
    line-height: 16px;
  }

  .image, .image-2 {
    display: none;
  }

  .short-content {
    justify-content: flex-start;
    align-items: center;
  }

  .nro-marmitas {
    font-size: 2rem;
  }

  ._60percent-column {
    width: 80%;
  }

  ._40percent-column {
    width: 100%;
  }

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

  .flex-block-2 {
    width: 100%;
  }

  .image-3, .image-4 {
    display: none;
  }

  .buttons-wrapper {
    flex-flow: column;
  }

  .button-wrapper {
    width: 100%;
  }

  .link-button-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-end;
    align-items: center;
    padding: 2rem 15px;
  }

  .text-block-3 {
    text-align: center;
    font-size: 2rem;
    line-height: 24px;
  }

  .text-block-4 {
    color: var(--white);
    font-size: 1rem;
    line-height: 130%;
    display: flex;
  }

  .div-block {
    display: none;
  }

  .flex-block-3 {
    height: 250px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .form {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-columns-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-column {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

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

  .links {
    justify-content: flex-start;
    align-items: center;
  }

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

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

  .text-block-8, .link-2 {
    font-size: 14px;
  }

  .flex-block-4 {
    width: 100%;
  }

  .flex-block-5 {
    display: none;
  }

  .flex-block-7 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .text-block-9, .paragraph-2 {
    font-size: 1.3rem;
  }

  .number-story {
    justify-content: center;
    align-items: center;
  }

  .paragraph-3 {
    font-size: 1.3rem;
  }

  .heading-3 {
    font-size: 1.5rem;
  }

  .text-block-12 {
    text-align: left;
    font-size: 1rem;
  }

  .bottom-row {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .flex-block-10 {
    width: 100%;
    margin-top: 40px;
  }

  .vertical-flex {
    padding-bottom: 60px;
  }

  .text-block-13 {
    font-size: 1.1rem;
  }

  .image-10 {
    display: none;
  }

  .doe {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: 80%;
  }

  .subheader {
    margin-top: .5rem;
    font-size: 1.3rem;
  }

  .text-block-14, .text-block-15 {
    font-size: 1.1rem;
  }

  .description-apoie {
    width: 100%;
  }

  .image-11 {
    display: none;
  }

  .sucesso {
    background-color: #dbffddf2;
    width: 100%;
    inset: auto 0% 0%;
  }

  .text-block-16 {
    font-size: 1.2rem;
  }

  .text-block-17 {
    font-size: .8rem;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}