:root {
  --clean: #f5f3ee;
  --black: #1e1e21;
  --white: #fcfcfc;
  --graphite: #7a7977;
}

.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;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

.body {
  background-color: var(--clean);
  color: var(--black);
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
}

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

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

.padding-top._100 {
  padding-top: 6.25rem;
}

.padding-top._150 {
  padding-top: 9.375rem;
}

.padding-top._50 {
  padding-top: 3.125rem;
}

.padding-top._75 {
  padding-top: 4.688rem;
}

.container-large {
  width: 100%;
  max-width: 93.75rem;
  margin-left: auto;
  margin-right: auto;
}

.navbar {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.footer {
  background-color: var(--black);
  color: var(--white);
  box-shadow: 0 -5px 200px -25px #00000080;
}

.home-headline {
  width: 100%;
  max-width: 57.5rem;
}

.heading-style-h1 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 4.375rem;
  font-weight: 600;
  line-height: 1;
}

.home-heading {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-size-medium {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
}

.home-heading-paragraph {
  width: 50%;
  max-width: 40rem;
}

.button {
  color: var(--black);
  border: 1px solid #0003;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  padding: 1.875rem 2.5rem;
  font-family: neue-haas-grotesk-display, sans-serif;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-bg {
  background-color: var(--black);
  border-radius: 99rem;
  width: 17rem;
  height: 14rem;
  position: absolute;
  top: 100%;
}

.button-text {
  text-transform: uppercase;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: .938rem;
  font-weight: 600;
  position: relative;
}

.cta-cases {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-rounded {
  color: var(--black);
  border: 1px solid #0003;
  border-radius: 99rem;
  justify-content: center;
  align-items: center;
  padding: 1.6rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-icon {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.padding-bottom._150 {
  padding-bottom: 9.375rem;
}

.padding-bottom._75 {
  padding-bottom: 4.688rem;
}

.padding-bottom._50 {
  padding-bottom: 3.125rem;
}

.padding-bottom._30 {
  padding-bottom: 1.875rem;
}

.padding-bottom._100 {
  padding-bottom: 6.25rem;
}

.lightbox-video {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
}

.video-bg {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

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

.logo-mask {
  width: 100%;
  max-width: 5.625rem;
  overflow: hidden;
}

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

.nav-menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--black);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: .938rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

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

.home-cases-heading {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.cases-heading {
  width: 100%;
  max-width: 34.188rem;
}

.heading-style-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: .95;
}

.cases-paragraph {
  width: 100%;
  max-width: 28rem;
}

.home-cases-content {
  width: 100%;
}

.home-cases-headline {
  color: #0000004d;
  border-bottom: 1px solid #0003;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 1.563rem;
  display: flex;
}

.container-medium {
  width: 100%;
  max-width: 81.25rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-style-h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: .938rem;
  font-weight: 600;
  line-height: 1;
}

.home-case-item {
  color: var(--black);
  border-bottom: 1px solid #0003;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 3.75rem 8rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.case-image {
  z-index: 10;
  pointer-events: none;
  width: 30rem;
  position: absolute;
}

.case-texts {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.padding-vertical._150 {
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}

.padding-vertical._100 {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.padding-vertical._250 {
  padding-top: 15.625rem;
  padding-bottom: 15.625rem;
}

.home-about-wrapper {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.home-about-content {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.home-about-heading {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 54.75rem;
  display: flex;
}

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

.home-about-certify {
  color: var(--black);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.certify-text {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.certify-icon {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.home-about-grid {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.cases-headline-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 81.25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.testimonial-image {
  object-fit: cover;
  flex: none;
  max-width: 9.375rem;
}

.testimonial-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.testimonial-bio {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid #0003;
  flex-flow: column;
  padding-bottom: 1rem;
  display: flex;
}

.text-link {
  color: var(--black);
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.text-size-normal {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
}

.text-size-normal.opacity {
  color: #00000080;
}

.testimonial-bottom {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.home-skills-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.home-skills {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-skills-content {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.skill {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-contact-wrapper {
  text-align: center;
  position: relative;
}

.cta-contact-heading {
  width: 100%;
  max-width: 39.188rem;
}

.cta-contact-paragraph {
  width: 100%;
  max-width: 27.313rem;
}

.cta-contact-butoons {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-top {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  border-bottom: 1px solid #ffffff1a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  place-items: start;
  padding-bottom: 4.688rem;
}

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

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

.heading-style-h5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
}

.footer-link {
  color: #fcfcfcbf;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: .938rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.footer-bottom {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

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

.footer-copyriht {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
  top: -10px;
  left: 80px;
}

.footer-text {
  color: #fcfcfcbf;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: .938rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.time-sp-brazil {
  margin-bottom: 0;
}

.case-name {
  margin-top: 0;
  margin-bottom: 0;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
}

.case-category {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

.button-rounded-bg {
  background-color: var(--black);
  border-radius: 99rem;
  width: 6rem;
  height: 6rem;
  position: absolute;
  top: 100%;
}

.about-image-first {
  justify-content: space-between;
  width: 50rem;
  display: flex;
  overflow: hidden;
}

.about-image-second {
  justify-content: space-between;
  width: 25rem;
  display: flex;
  overflow: hidden;
}

.cal-embed {
  justify-content: space-between;
  display: flex;
}

.agenda-content {
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin: auto;
  display: flex;
  overflow: hidden;
}

.wavely-absolut {
  color: #fcfcfc0d;
  position: absolute;
}

.wavely-relative {
  color: #fcfcfc0d;
  position: relative;
}

.wavely-mask {
  overflow: hidden;
}

.wavely-content {
  position: relative;
}

.side-menu {
  color: var(--white);
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.button-menu {
  z-index: 100;
  background-color: var(--black);
  cursor: pointer;
  border-radius: 99rem;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
  position: fixed;
  right: 3.125rem;
}

.side-menu-wrapper {
  z-index: 99;
  background-color: var(--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100vh;
  padding: 3.125rem;
  display: none;
  position: fixed;
  inset: 0% auto;
}

.side-menu-links {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
  display: flex;
}

.side-menu-heading {
  border-bottom: 1px solid #fff3;
  padding-bottom: 3.125rem;
}

.side-menu-content {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  padding: 6.25rem 8.25rem 6.25rem 6.25rem;
  display: flex;
}

.menu-text {
  color: #fcfcfcbf;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: .938rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.side-menu-link {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.btn-menu-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.btn-menu-icon {
  filter: invert();
  justify-content: center;
  align-items: center;
  display: flex;
}

.s-menu-link {
  text-decoration: none;
  overflow: hidden;
}

.s-menu-link-content, .s-menu-link-relative {
  position: relative;
}

.s-menu-link-absolut {
  position: absolute;
}

.home-head-buttons {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  display: flex;
}

.big-text {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 22.2rem;
  font-weight: 600;
  line-height: 1;
}

.contact-heading {
  width: 62.5rem;
  max-width: 100%;
}

.contact-headline-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 81.25rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.contact-headline {
  color: #0000004d;
  border-bottom: 1px solid #0003;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 1.563rem;
  display: flex;
}

.contact-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.contact-colum {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  flex-flow: column;
  display: flex;
}

.contact-block {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  color: var(--black);
  border-bottom: 1px solid #0003;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 20rem;
  text-decoration: none;
  display: flex;
}

.cta-contact {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: .5rem;
  padding-right: .25rem;
  display: flex;
}

.heading-style-h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
}

.line-divider {
  background-color: var(--black);
  width: 100%;
  height: .05rem;
}

.contact-headinng {
  opacity: .3;
}

.form-block {
  margin-bottom: 0;
}

.form-label {
  text-transform: uppercase;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}

.input-field {
  background-color: #fff0;
  border: 1px solid #fff0;
  border-bottom-color: #0003;
  padding: 0 0 0 .5rem;
  font-size: 1rem;
  font-weight: 400;
}

.input-field:focus {
  border-color: #fff0 #fff0 var(--black);
}

.button-submit {
  background-color: #f5f3ee00;
}

.button-subbmit {
  color: var(--black);
  text-transform: uppercase;
  background-color: #f5f3ee00;
  border: 1px solid #0003;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  padding: 1.875rem 2.5rem;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .3s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-subbmit:hover {
  background-color: var(--black);
  color: var(--clean);
}

.form-input {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

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

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

.radio-text {
  font-size: 1rem;
  font-weight: 400;
}

.faq-item {
  cursor: pointer;
  border-bottom: 1px solid #1e1e2133;
  flex-flow: column;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  display: flex;
}

.faq-heading {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: .5rem;
  display: flex;
}

.faq-headline {
  border-bottom: 1px solid #1e1e2133;
}

.heading-style-h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.25;
}

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

.faq-response {
  color: var(--graphite);
  flex-flow: column;
  max-width: 74rem;
  padding-left: .5rem;
  display: flex;
}

.text-size-small {
  margin-bottom: 0;
  line-height: 1.4;
}

.faq-respnse-mask {
  overflow: hidden;
}

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

.cta-contact-mask {
  flex: 1;
  overflow: hidden;
}

.cta-contact-text-relative {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.cta-contact-text-absolute {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
}

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

.home-cta-contact-heading {
  width: 100%;
  max-width: 39.188rem;
}

.home-cta-contact-paragraph {
  width: 100%;
  max-width: 27.313rem;
}

.home-cta-contact-butoons {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_about-header {
  position: relative;
}

.about-header-wrapper {
  justify-content: center;
  align-items: center;
  height: 75vh;
  display: flex;
  position: relative;
}

.about-header-content {
  color: #fcfcfcf2;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-style-big {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 11.875rem;
  font-weight: 700;
  line-height: 1;
}

.small {
  font-size: 8.6rem;
}

.about-bg {
  width: 100%;
  height: 75vh;
  position: absolute;
  overflow: hidden;
}

.about-bg-image {
  object-fit: cover;
  flex: 1;
  width: 1227px;
}

.about-bg-img {
  object-fit: cover;
  flex: none;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.about-headline-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 81.25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-headline {
  color: #0000004d;
  border-bottom: 1px solid #0003;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 1.563rem;
  display: flex;
}

.about-manifesto-wrapper {
  flex-flow: column;
  display: flex;
}

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

.manifesto-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 34rem;
  display: flex;
}

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

.manifesto-text {
  padding-top: .4rem;
}

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

.team-member-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

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

.team-member-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.member-position {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1;
}

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

.member-social-link {
  background-color: var(--clean);
  color: var(--black);
  border-radius: 99rem;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  display: flex;
}

.member-social {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.team-member-photo {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.team-member-texts {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.about-services-wrapper {
  flex-flow: column;
  display: flex;
}

.about-services-heading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  max-width: 45rem;
  display: flex;
}

.about-services-grid {
  grid-column-gap: 6.25rem;
  grid-row-gap: 6.25rem;
  grid-template-columns: 1fr 1fr 1fr;
}

.service-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.service-divider {
  background-color: #1e1e2133;
  width: 100%;
  height: .1rem;
}

.about-services-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.text-size-regular {
  margin-bottom: 0;
  font-size: 1.375rem;
  line-height: 1.4;
}

.cases-header-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.cases-headline {
  color: #0000004d;
  border-bottom: 1px solid #0003;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 1.563rem;
  display: flex;
}

.cases-header-heading {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 34rem;
  display: flex;
}

.cases-header-paragraph {
  width: 100%;
  max-width: 27rem;
  display: flex;
}

.portfolio-grid {
  grid-column-gap: 9.375rem;
  grid-row-gap: 9.375rem;
  grid-template-rows: auto auto auto auto;
}

.portfolio-item {
  color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.project-cover {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

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

.project-info {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.project-text {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.project-categories {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.project-category {
  border: 1px solid #1e1e2133;
  border-radius: 99px;
  padding: .5rem 1.125rem;
  display: flex;
}

.category-text {
  font-size: .95rem;
}

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

.project-name {
  margin-top: 0;
  margin-bottom: 0;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
}

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

.button-project {
  background-color: var(--white);
  border-radius: 99rem;
  padding: 1.5rem;
  position: absolute;
}

.pre-loader {
  z-index: 110;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.pre-loader-logo {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.success-message {
  background-color: #d2f3ea;
  padding: 2rem;
}

.error-message {
  margin-top: 1rem;
  padding: 2rem;
}

@media screen and (max-width: 991px) {
  .padding-top._150, .padding-top._75 {
    padding-top: 3rem;
  }

  .heading-style-h1 {
    line-height: .95;
  }

  .home-heading {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

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

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

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

  .padding-bottom._50 {
    padding-bottom: 2rem;
  }

  .nav-menu {
    display: none;
  }

  .home-cases-wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }

  .home-cases-heading {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

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

  .cases-paragraph {
    max-width: 100%;
  }

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

  .home-case-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .case-image {
    width: 100%;
    position: static;
  }

  .case-texts {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .padding-vertical._150 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

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

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

  .about-image {
    flex: 1;
  }

  .testimonial-bottom {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .footer-link {
    line-height: 1.25;
  }

  .footer-copyriht {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    top: 0;
    left: 0;
  }

  .about-image-first {
    width: 100%;
  }

  .about-image-second {
    flex: 1;
    width: 100%;
  }

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

  .button-menu {
    padding: .75rem;
    top: .85rem;
    right: 5%;
  }

  .btn-menu-icon {
    width: 1.5rem;
  }

  .home-head-buttons {
    width: 100%;
  }

  .big-text {
    font-size: 12rem;
  }

  .contact-wrapper {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .heading-style-big {
    line-height: .95;
  }

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

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

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

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

@media screen and (max-width: 767px) {
  .heading-style-h2 {
    font-size: 1.7rem;
  }

  .heading-style-big {
    font-size: 7rem;
  }

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

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

  .about-services-content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .cases-header-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .project-name {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .page-wrapper {
    overflow: hidden;
  }

  .padding-top._100 {
    padding-top: 3rem;
  }

  .heading-style-h1 {
    font-size: 2.6rem;
    font-weight: 700;
  }

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

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

  .home-cases-wrapper {
    align-items: stretch;
  }

  .heading-style-h2 {
    font-size: 1.7rem;
    font-weight: 700;
  }

  .heading-style-h6 {
    font-size: .85rem;
  }

  .padding-vertical._100 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .home-about-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .home-about-buttons {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

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

  .testimonial-bottom {
    align-items: stretch;
  }

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

  .cta-contact-butoons {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
  }

  .footer-bottom {
    justify-content: flex-end;
    align-items: center;
  }

  .case-name {
    font-size: 2rem;
  }

  .case-category {
    font-size: 1.125rem;
  }

  .agenda-content {
    height: 100%;
  }

  .side-menu-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    display: none;
  }

  .side-menu-links {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .side-menu-heading {
    padding-bottom: 2rem;
  }

  .side-menu-content {
    flex: none;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
    padding: 3rem 0;
  }

  .big-text {
    font-size: 5.5rem;
  }

  .input-field, .button-subbmit {
    width: 100%;
  }

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

  .faq-heading {
    justify-content: space-between;
    align-items: flex-start;
  }

  .heading-style-h3 {
    font-size: 1.125rem;
  }

  .faq-buttons {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .home-cta-contact-heading, .home-cta-contact-paragraph {
    max-width: 100%;
  }

  .home-cta-contact-butoons {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
  }

  .heading-style-big {
    font-size: 5rem;
    font-weight: 700;
  }

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

  .text-size-regular {
    font-size: 1.125rem;
  }

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

  .portfolio-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .project-name {
    font-size: 1.5rem;
  }

  .pre-loader {
    display: flex;
  }

  #w-node-_733ca929-2581-df88-5d87-4c6a3e98b9cb-2d3b7793 {
    order: -9999;
  }
}


