:root {
  --off-white: #faf9f6;
  --pure-black: black;
  --orange: #f85;
  --medium-gray: grey;
  --light-grey: #d4dbe0;
  --dark-grey: #3a3a3a;
  --white: white;
  --font-family: "Red Hat Display", sans-serif;
}

.body {
  background-color: var(--off-white);
  font-family: Red Hat Display, sans-serif;
}

.card-price {
  grid-column-gap: 0px;
  grid-row-gap: 4px;
  flex-flow: column;
  width: auto;
  display: flex;
}

.p-card-small {
  color: var(--pure-black);
  margin-bottom: 0;
  font-size: 13px;
}

.p-card-price {
  color: var(--pure-black);
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.card-price-and-cta {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 8px;
  display: flex;
}

.cta-card {
  background-color: var(--orange);
  color: var(--pure-black);
  letter-spacing: 1px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 56%;
  max-width: none;
  padding: 12px 16px;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.cta-card:hover {
  background-color: var(--pure-black);
  color: var(--off-white);
}

.cta-card.w--current {
  width: 100%;
}

.p-card-price-campaign {
  color: var(--pure-black);
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
}

.logo-wrapper {
  z-index: auto;
  grid-column-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.h1-logo-hero {
  z-index: -999;
  color: var(--pure-black);
  text-align: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Itc Avant Garde Ghotic Pro, Arial, sans-serif;
  font-size: 24.5vw;
  font-weight: 500;
  line-height: 100%;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.j {
  line-height: 100%;
  display: inline-block;
  position: relative;
}

.m, .w, .o, .r, .k {
  display: inline-block;
}

.navbar {
  z-index: 100;
  background-color: var(--off-white);
  width: 100%;
  margin-top: -5%;
  padding: 16px 32px;
  position: sticky;
  top: 0;
}

.navbar-link {
  color: var(--pure-black);
  mix-blend-mode: normal;
  padding: 0;
  font-size: 15px;
  text-decoration: none;
  overflow: hidden;
}

.navbar-menu {
  grid-column-gap: 24px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.p-navbar-logo {
  color: var(--pure-black);
  mix-blend-mode: normal;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
}

.navbar-tagline {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-2 {
  width: 20px;
}

.navbar-container {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar-logo {
  opacity: 1;
  width: 100px;
  margin-top: auto;
  margin-bottom: auto;
  position: static;
  top: 0;
  bottom: 0;
}

.navbar-link-logo {
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
}

.navbar-link-logo.w--current {
  justify-content: center;
  align-items: center;
  width: 110px;
  max-width: 100%;
  position: relative;
}

.hero-video-wrapper {
  background-color: var(--light-grey);
  border-radius: 1rem;
  width: 100%;
  height: 100vh;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.solutions {
  background-color: var(--off-white);
  width: 100%;
  padding: 80px 32px;
}

.section-divider {
  background-color: var(--pure-black);
  width: 100%;
  height: 1px;
}

.solutions-container {
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.h2 {
  color: var(--pure-black);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.p-big {
  color: var(--pure-black);
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
}

.solutions-cards-container {
  grid-column-gap: 0px;
  grid-row-gap: 48px;
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.solution-card {
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 48.8%;
  display: flex;
}

.solution-card-one-img {
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 29.5vw;
  max-height: none;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.solution-card-one-img:hover {
  border-radius: 8px;
}

.h3 {
  color: var(--pure-black);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.global-p {
  color: var(--pure-black);
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 24px;
}

.card-tags-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  display: flex;
}

.card-p {
  border: 1px none var(--light-grey);
  color: var(--pure-black);
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
}

.card-img {
  border-radius: 0;
  width: 100%;
  position: relative;
}

.card-img:hover {
  border-radius: 0;
}

.card-2-bg {
  border-radius: 0;
  width: 100%;
}

.card-2-bg:hover {
  border-radius: 0;
}

.card-2-img-1 {
  width: 45%;
  position: absolute;
  inset: auto auto auto 0%;
}

.card-2-img-2 {
  width: 45%;
  position: absolute;
  inset: auto auto auto 47%;
}

.card-2-img-3 {
  width: 45%;
  position: absolute;
  inset: auto auto auto 94%;
}

.card-p-container {
  grid-column-gap: 6px;
  border: 1px solid var(--light-grey);
  border-radius: 100px;
  padding: 8px 16px;
  display: flex;
}

.check-icon {
  width: 10px;
}

.card-3-img-1 {
  z-index: 1;
  position: absolute;
  inset: auto 0 auto 0%;
}

.card-3-bg {
  z-index: 0;
  border-radius: 0;
  width: 100%;
  position: absolute;
  top: -5%;
}

.card-3-bg:hover {
  border-radius: 0;
}

.card-3-img-2 {
  z-index: 2;
  position: absolute;
  inset: auto 10% auto auto;
}

.methodology {
  width: 100%;
  padding: 180px 0;
}

.h2-methodology {
  color: var(--pure-black);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15vw;
  font-weight: 400;
  line-height: 15.5vw;
}

.video-logy {
  grid-column-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.h3-methodology {
  color: var(--pure-black);
  letter-spacing: 1px;
  text-transform: uppercase;
  width: auto;
  margin-top: 96px;
  margin-bottom: 0;
  margin-left: 40px;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.methodology-container {
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 40px;
}

.methodology-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 96px;
  display: flex;
}

.methodology-left {
  max-width: 37%;
  position: sticky;
  top: 192px;
}

.methodology-right {
  grid-row-gap: 88px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 63%;
  max-width: none;
  display: flex;
}

.h2-methodology-wrapper {
  overflow: hidden;
}

.methodology-card {
  grid-row-gap: 24px;
  border: 1px solid var(--dark-grey);
  background-color: var(--pure-black);
  border-radius: 32px;
  flex-flow: column;
  width: 100%;
  height: auto;
  padding: 32px;
  display: flex;
  position: relative;
}

.cta-card-methodology {
  background-color: var(--orange);
  color: var(--pure-black);
  letter-spacing: 1px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: none;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 12px 16px;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.cta-card-methodology:hover {
  background-color: var(--off-white);
}

.cta-card-methodology.w--current {
  width: 100%;
}

.projects {
  width: 100%;
  height: auto;
  padding: 80px 32px;
}

.section-divider-wrapper {
  overflow: hidden;
}

.p-methodology-card {
  color: var(--off-white);
  letter-spacing: 1px;
  width: 40ch;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 26px;
}

.h3-methodology-card {
  color: var(--off-white);
  background-color: #faf9f600;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.p-small-methodology-card {
  color: var(--off-white);
  margin-bottom: 0;
  font-size: 15px;
  line-height: 24px;
}

.methodology-card-video-4, .methodology-card-video-3, .methodology-card-video-2, .methodology-card-video-5, .methodology-card-video-1 {
  z-index: 1;
  border-radius: 1rem;
  width: 400px;
  height: 200px;
  margin-left: auto;
}

.projects-container {
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.projects-showcase {
  grid-column-gap: 0px;
  grid-row-gap: 6vw;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 80px;
  display: flex;
}

.showcase-small {
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: flex-start;
  width: 34vw;
  height: auto;
  display: flex;
}

.showcase-small-bg {
  border-radius: 32px;
  width: 100%;
  height: 22vw;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.showcase-small-bg:hover {
  border-radius: 8px;
}

.h3-showcase {
  color: var(--pure-black);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.showcase-header {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.p-showcase-header {
  color: var(--medium-gray);
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 24px;
}

.showcase-therose-bg {
  width: 100%;
  position: absolute;
}

.showcase-the-rose-video {
  z-index: 1;
  border-radius: 16px;
  width: 28vw;
  height: 15vw;
  margin: auto;
  position: absolute;
  inset: 0;
}

.showcase-big {
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: stretch;
  width: 58vw;
  height: auto;
  display: flex;
}

.showcase-big-bg {
  background-color: var(--light-grey);
  border-radius: 32px;
  width: 100%;
  height: 38vw;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.showcase-big-bg:hover {
  border-radius: 8px;
}

.slder-espn {
  background-color: var(--dark-grey);
  width: 100%;
  height: 100%;
}

.slider-left-arrow, .slider-right-arrow {
  display: none;
}

.showcase-slider-video {
  width: 100%;
}

.video-espn {
  width: 100%;
  height: 38vw;
}

.showcase-slider-img {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38vw;
  display: flex;
  position: relative;
}

.showcase-img {
  border-radius: 24px;
  width: auto;
  height: 80%;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  top: auto;
  bottom: auto;
}

.showcase-img-no-border {
  border-radius: 0;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  top: auto;
  bottom: auto;
}

.video-sanofi {
  width: 100%;
  height: 38vw;
}

.slder-sanofi {
  background-color: #251b4d;
  width: 100%;
  height: 100%;
}

.showcase-card-link {
  grid-column-gap: 8px;
  background-color: #ffcab3;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.showcase-card-link:hover {
  background-color: var(--orange);
  padding-left: 24px;
  padding-right: 24px;
}

.paragraph {
  color: var(--pure-black);
  margin-bottom: 0;
  font-size: 15px;
  line-height: 22px;
}

.showcase-link-arrow {
  transform: rotate(-45deg);
}

.showcase-medium {
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: flex-start;
  width: 46vw;
  height: auto;
  display: flex;
}

.showcase-medium-bg {
  border-radius: 32px;
  width: 100%;
  height: 30vw;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.showcase-medium-bg:hover {
  border-radius: 8px;
}

.showcase-setin-video {
  width: 100%;
  height: 30vw;
}

.showcase-gafisa-bg {
  width: 100%;
  position: absolute;
}

.showcase-card-logo {
  z-index: 2;
  width: 40%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% 15% 0% auto;
}

.slider-citi {
  background-color: #0e334e;
  width: 100%;
  height: 100%;
}

.showcase-slider-medium-img {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30vw;
  display: flex;
  position: relative;
}

.showcase-large-img {
  border-radius: 24px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  top: auto;
  bottom: auto;
}

.showcase-slider-autos-img {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38vw;
  display: flex;
  position: relative;
}

.slder-autos {
  background-color: var(--dark-grey);
  width: 100%;
  height: 100%;
}

.video-bmw {
  width: 100%;
  height: 38vw;
}

.slder-mut {
  background-color: var(--dark-grey);
  background-image: url('../images/mut-bg.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.showcase-img-mut {
  border-radius: 24px;
  width: 90%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  top: auto;
  bottom: auto;
}

.slder-lamborghini {
  background-color: var(--pure-black);
  width: 100%;
  height: 100%;
}

.showcase-slider-lamborghini-img {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 22vw;
  display: flex;
  position: relative;
}

.video-lamborghini {
  width: 100%;
  height: 22vw;
}

.brands-and-partners {
  padding: 128px 0;
  overflow: hidden;
}

.h2-brands {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10vw;
  font-weight: 400;
  line-height: 10.5vw;
  display: block;
}

.h2-brands-line-2 {
  text-align: right;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10vw;
  font-weight: 400;
  line-height: 10.5vw;
  display: block;
}

.h2-brands-wrapper {
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
  overflow: hidden;
}

.h2-brands-line-2-wrapper {
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}

.p-big-brands {
  color: var(--pure-black);
  margin-top: 32px;
  margin-bottom: 0;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
}

.handshake-img {
  position: absolute;
  inset: 3vw 30vw auto auto;
}

.carousel-wrapper {
  margin-top: 80px;
  display: flex;
  overflow: hidden;
}

.brands-wrapper {
  justify-content: space-around;
  align-items: center;
  width: 195vw;
  min-width: 195vw;
  display: flex;
  position: relative;
}

.brand-logo {
  width: auto;
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
}

.p-nav-link {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.p-nav-link:hover {
  color: var(--medium-gray);
}

.about {
  background-color: var(--off-white);
  padding-bottom: 100vh;
  position: relative;
}

.about-wrapper {
  height: 200vh;
}

.sticky-about-size {
  position: absolute;
  inset: 0%;
}

.about-content {
  background-color: var(--pure-black);
  background-image: url('../images/grid-bg-new.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: contain;
  background-attachment: scroll;
  border-radius: 0;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.about-laptop {
  width: 60vw;
  position: absolute;
  inset: auto -8% 0% auto;
}

.about-smartphone {
  z-index: -1;
  width: 12vw;
  position: absolute;
  inset: auto 4% 29% auto;
}

.about-smartphone-img {
  width: 100%;
}

.about-content-inner {
  z-index: 2;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 56vw;
  margin-left: 32px;
  padding: 40px 0 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h2-about {
  color: var(--off-white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
}

.section-divider-about {
  background-color: var(--off-white);
  width: 100%;
  height: 1px;
  overflow: hidden;
}

.p-about {
  color: var(--off-white);
  letter-spacing: 1px;
  width: auto;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 24px;
}

.about-big-numbers {
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}

.h4-about-big-numbers {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--off-white);
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 64px;
  display: block;
}

.p-about-big-numbers {
  color: var(--off-white);
  letter-spacing: 1px;
  width: auto;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 24px;
}

.about-laptop-img {
  width: 90%;
}

.about-big-numbers-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  display: flex;
}

.about-owner {
  grid-column-gap: 16px;
  display: flex;
}

.about-owner-image {
  border-radius: 100px;
  width: 120px;
}

.about-owner-linkedin {
  border: 1px solid var(--medium-gray);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  transition: all .2s;
  display: flex;
}

.about-owner-linkedin:hover {
  border-color: var(--light-grey);
}

.logo-footer-container {
  z-index: 0;
  background-color: var(--orange);
  background-image: url('../images/logo-footer.svg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: 100% 100%;
  background-attachment: scroll;
  width: 100%;
  height: 40vh;
  position: sticky;
  bottom: -2px;
  overflow: hidden;
}

.logo-footer {
  width: 120%;
  margin-bottom: -2%;
  position: absolute;
  bottom: 0;
}

.about-circle {
  position: absolute;
  inset: auto 36% 30% auto;
}

.about-circle-img {
  filter: blur(5px);
  width: 7vw;
}

.footer-logo-wrapper {
  z-index: -1;
  margin-top: -100vh;
  position: relative;
}

.footer-logo-spacer {
  height: 100vh;
}

.footer-wrapper {
  background-color: var(--pure-black);
  width: 100%;
  padding: 104px 32px;
}

.footer-container {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.footer-left {
  grid-row-gap: 16px;
  flex-flow: column;
  width: auto;
  display: flex;
}

.p-footer {
  color: var(--medium-gray);
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
}

.footer-right {
  grid-row-gap: 104px;
  flex-flow: column;
  align-items: flex-end;
  display: flex;
}

.links-footer {
  grid-column-gap: 64px;
  justify-content: flex-end;
  display: flex;
}

.links-footer-item {
  color: var(--white);
  text-transform: uppercase;
  font-family: Red Hat Display, sans-serif;
  font-size: 15px;
  line-height: 23px;
  text-decoration: none;
  transition: all .2s;
}

.links-footer-item:hover {
  color: var(--medium-gray);
}

.link-mail {
  color: var(--white);
  font-family: Red Hat Display, sans-serif;
  font-size: 5vw;
  font-weight: 300;
  line-height: 6vw;
  text-decoration: none;
  transition: all .2s;
}

.link-mail:hover {
  color: var(--medium-gray);
}

.solution-card-campaigns-img {
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 29.5vw;
  max-height: none;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.solution-card-campaigns-img:hover {
  border-radius: 8px;
}

.carousel-wrapper-mobile {
  margin-top: 80px;
  display: none;
  overflow: hidden;
}

.brands-wrapper-mobile {
  justify-content: space-around;
  align-items: center;
  width: 195vw;
  min-width: 195vw;
  display: flex;
  position: relative;
}

.p-big-projects {
  color: var(--pure-black);
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
}

.section-divider-projects {
  background-color: var(--pure-black);
  width: 100%;
  height: 1px;
}

.p-big-solutions {
  color: var(--pure-black);
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
}

.section-divider-solutions {
  background-color: var(--pure-black);
  width: 100%;
  height: 1px;
}

.methology-heading-video {
  border-radius: 16px;
  width: 21vh;
  height: 10vw;
}

.hero-video {
  width: 100vw;
  max-width: 100%;
  height: 100vh;
}

.navbar-link-contact {
  grid-column-gap: 8px;
  border: 1px solid var(--pure-black);
  color: var(--pure-black);
  mix-blend-mode: normal;
  border-radius: 100px;
  padding: 0 16px;
  font-size: 15px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.navbar-link-contact:hover {
  border-color: var(--medium-gray);
}

.modal-conversion {
  z-index: 101;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #d4dbe0e6;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  right: auto;
}

.modal-conversion-container {
  grid-column-gap: 2rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 1200px;
  max-width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
}

.h2-modal-conversion {
  color: var(--pure-black);
  text-transform: uppercase;
  width: 20ch;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5vh;
  font-weight: 400;
  line-height: 3.5vh;
  display: block;
}

.modal-conversion-form {
  width: 100%;
  max-width: 580px;
}

.p-label {
  color: var(--pure-black);
  margin-bottom: 6px;
  padding-top: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.input {
  border: 1px solid var(--pure-black);
  color: var(--pure-black);
  border-radius: 1rem;
  width: 100%;
  height: 48px;
  font-size: 16px;
}

.cta-form {
  background-color: var(--orange);
  color: var(--pure-black);
  letter-spacing: 1px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 16px;
  padding: 12px 16px;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.cta-form:hover {
  background-color: var(--pure-black);
  color: var(--off-white);
}

.cta-form.w--current {
  width: 100%;
}

.modal-btn {
  border: 1px solid var(--pure-black);
  cursor: pointer;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: 16px 16px auto auto;
}

.modal-btn:hover {
  background-color: var(--off-white);
}

.p-message-success {
  background-color: var(--orange);
  color: var(--pure-black);
  font-size: 15px;
  line-height: 22px;
}

.success-message {
  background-color: var(--orange);
  border-radius: 8px;
}

.success-message-wrapper {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.error-message {
  background-color: var(--dark-grey);
  border-radius: 8px;
}

.p-error-message {
  color: var(--light-grey);
}

.cta-whatsapp {
  z-index: 9;
  border: 1px solid var(--light-grey);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #25d366;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  transition: all .2s;
  display: flex;
  position: fixed;
  inset: auto 16px 16px auto;
}

.cta-whatsapp:hover {
  background-color: #49e483;
}

.cta-whatsapp-wrapper {
  z-index: 10;
  position: fixed;
}

.links-footer-item-whatsapp {
  color: var(--white);
  text-transform: uppercase;
  font-size: 15px;
  line-height: 23px;
  text-decoration: none;
  transition: all .2s;
  display: none;
}

.links-footer-item-whatsapp:hover {
  color: var(--medium-gray);
}

.p-nav-link-privacy-policy {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.p-nav-link-privacy-policy:hover {
  color: gray;
}

.navbar-menu-privacy-policy {
  grid-column-gap: 24px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-privacy-policy {
  z-index: 100;
  border-bottom: 1px solid var(--medium-gray);
  background-color: #faf9f6;
  width: 100%;
  margin-top: 0%;
  padding: 16px 32px;
  position: relative;
  top: 0;
}

.p-navbar-logo-2 {
  color: #000;
  mix-blend-mode: normal;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 20px;
}

.navbar-link-2 {
  color: #000;
  mix-blend-mode: normal;
  padding: 0;
  font-size: 15px;
  text-decoration: none;
  overflow: hidden;
}

.navbar-link-contact-privacy-policy {
  color: #000;
  mix-blend-mode: normal;
  border: 1px solid #000;
  border-radius: 100px;
  padding: 0 16px;
  font-size: 15px;
  text-decoration: none;
  overflow: hidden;
}

.navbar-link-contact-privacy-policy:hover {
  border-color: gray;
}

.navbar-link-contact-privacy-policy.w--current {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 170px;
  min-width: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

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

.privacy-policy {
  grid-row-gap: 40px;
  background-color: var(--off-white);
  flex-flow: column;
  padding: 80px 32px;
  display: flex;
}

.heading-privacy-policy {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5vw;
  font-weight: 400;
  line-height: 6vw;
  display: block;
}

.body-2 {
  background-color: var(--off-white);
}

.p-policy-privacy {
  border: 1px none var(--light-grey);
  color: var(--pure-black);
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 15px;
  line-height: 22px;
}

.divider-privacy-policy {
  background-color: var(--medium-gray);
  width: 100%;
  height: 1px;
}

.navbar-link-logo-privacy-policy {
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
}

.navbar-link-logo-privacy-policy.w--current {
  justify-content: center;
  align-items: center;
  width: 110px;
  max-width: 100%;
  position: relative;
}

.navbar-link-contact-privacy-policy-2 {
  color: #000;
  mix-blend-mode: normal;
  border: 1px solid #000;
  border-radius: 100px;
  padding: 0 16px;
  font-size: 15px;
  text-decoration: none;
  overflow: hidden;
}

.navbar-link-contact-privacy-policy-2:hover {
  border-color: gray;
}

.navbar-link-contact-privacy-policy-2.w--current {
  grid-column-gap: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

@media screen and (min-width: 1440px) {
  .card-price-and-cta {
    grid-column-gap: 16px;
  }

  .cta-card {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .logo-wrapper {
    grid-column-gap: 9px;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: visible;
  }

  .h1-logo-hero {
    font-size: 25vw;
    line-height: 100%;
    display: inline-flex;
  }

  .navbar-container {
    grid-column-gap: 0px;
    position: relative;
  }

  .navbar-link-logo.w--current {
    position: relative;
  }

  .solutions {
    padding-left: 40px;
    padding-right: 40px;
  }

  .solutions-container, .solutions-cards-container {
    grid-row-gap: 64px;
  }

  .solution-card-one-img {
    height: 29vw;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  .methodology {
    padding-top: 152px;
    padding-bottom: 152px;
    overflow: visible;
  }

  .h3-methodology {
    margin-top: 96px;
    margin-left: 40px;
  }

  .methodology-container {
    margin-top: 40px;
    margin-left: 40px;
    margin-right: 40px;
    position: static;
  }

  .methodology-wrapper {
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    margin-top: 40px;
    padding-top: 96px;
    display: flex;
    position: relative;
  }

  .methodology-left {
    width: 35%;
    max-width: none;
    margin-top: 0;
    position: sticky;
    top: 192px;
  }

  .methodology-right {
    grid-row-gap: 88px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: 60%;
    max-width: none;
    display: flex;
  }

  .h2-methodology-wrapper {
    overflow: hidden;
  }

  .methodology-card {
    grid-row-gap: 24px;
    border: 1px solid var(--dark-grey);
    background-color: var(--pure-black);
    border-radius: 2rem;
    width: 100%;
    max-width: none;
    height: auto;
    display: flex;
  }

  .cta-card-methodology {
    background-color: var(--orange);
    width: 40%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .cta-card-methodology:hover {
    background-color: var(--off-white);
  }

  .projects {
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-divider-wrapper {
    overflow: hidden;
  }

  .p-methodology-card {
    width: 70%;
  }

  .projects-showcase {
    grid-column-gap: 0px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 80px;
  }

  .showcase-small {
    width: 34vw;
    height: auto;
  }

  .showcase-small-bg {
    justify-content: center;
    align-items: center;
    height: 22vw;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .showcase-therose-bg {
    position: absolute;
  }

  .showcase-the-rose-video {
    height: 15vw;
  }

  .showcase-big {
    width: 58vw;
    height: auto;
  }

  .showcase-big-bg {
    width: 100%;
    height: 38vw;
    position: relative;
    overflow: hidden;
  }

  .showcase-medium {
    width: 46vw;
    height: auto;
  }

  .showcase-medium-bg {
    justify-content: center;
    align-items: center;
    height: 30vw;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .showcase-setin-video {
    width: 100%;
    height: 30vw;
  }

  .showcase-gafisa-bg {
    position: absolute;
    top: 0;
  }

  .brands-and-partners {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .h2-brands-wrapper, .h2-brands-line-2-wrapper, .p-big-brands {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brands-wrapper {
    justify-content: space-around;
  }

  .brand-logo {
    aspect-ratio: auto;
    object-fit: fill;
    width: auto;
    position: static;
  }

  .about-smartphone {
    width: 14vw;
    bottom: 50%;
    right: 2%;
  }

  .about-smartphone-img {
    width: 70%;
  }

  .about-content-inner {
    width: 50vw;
    margin-left: 40px;
    padding-top: 96px;
  }

  .p-about {
    width: 100%;
  }

  .p-about-big-numbers {
    width: auto;
  }

  .about-laptop-img {
    width: 100%;
  }

  .logo-footer-container {
    height: 40vh;
  }

  .footer-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .solution-card-campaigns-img {
    height: 29vw;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  .brands-wrapper-mobile {
    justify-content: space-around;
  }

  .methology-heading-video {
    width: 30vh;
    height: 10vw;
  }

  .modal-conversion {
    display: none;
  }

  .modal-conversion-container {
    width: 1360px;
  }

  .h2-modal-conversion {
    font-size: 4vh;
    line-height: 5vh;
  }

  .cta-form {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .navbar-link-contact-privacy-policy.w--current {
    justify-content: center;
    align-items: center;
    min-width: auto;
    position: static;
  }

  .navbar-link-logo-privacy-policy.w--current {
    position: relative;
  }

  .navbar-link-contact-privacy-policy-2.w--current {
    justify-content: center;
    align-items: center;
    min-width: auto;
    position: static;
  }
}

@media screen and (max-width: 991px) {
  .navbar-menu {
    z-index: 0;
    grid-column-gap: 24px;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }

  .p-navbar-logo {
    font-size: 13px;
    line-height: 18px;
  }

  .navbar-tagline {
    display: none;
  }

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

  .hero-video-wrapper {
    height: 60vh;
    margin-top: 40px;
  }

  .p-big {
    font-size: 32px;
    line-height: 40px;
  }

  .solutions-cards-container {
    flex-flow: column;
    align-items: flex-start;
  }

  .solution-card {
    width: 100%;
  }

  .solution-card-one-img {
    height: 56vw;
  }

  .methodology {
    padding-top: 200px;
    padding-bottom: 104px;
  }

  .methodology-wrapper {
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
  }

  .methodology-left {
    max-width: 100%;
    position: static;
  }

  .methodology-right {
    grid-row-gap: 32px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .cta-card-methodology {
    width: 100%;
  }

  .p-methodology-card {
    width: auto;
  }

  .projects-showcase {
    margin-top: 16px;
  }

  .showcase-small {
    width: 100vw;
  }

  .showcase-small-bg {
    height: 56vw;
  }

  .showcase-the-rose-video {
    width: 90%;
    height: 48vw;
  }

  .showcase-big {
    width: 100%;
  }

  .showcase-big-bg, .video-espn, .showcase-slider-img, .video-sanofi {
    height: 56vw;
  }

  .showcase-medium {
    width: 100%;
  }

  .showcase-medium-bg, .showcase-setin-video, .showcase-slider-medium-img, .showcase-slider-autos-img, .video-bmw, .showcase-slider-lamborghini-img, .video-lamborghini {
    height: 56vw;
  }

  .p-big-brands {
    font-size: 32px;
    line-height: 40px;
  }

  .about-content-inner {
    width: 80vw;
  }

  .h2-about {
    font-size: 32px;
    line-height: 40px;
  }

  .solution-card-campaigns-img {
    height: 56vw;
  }

  .carousel-wrapper-mobile {
    display: none;
  }

  .p-big-projects, .p-big-solutions {
    font-size: 32px;
    line-height: 40px;
  }

  .methology-heading-video {
    width: 14vh;
    height: 12vw;
  }

  .hero-video {
    height: 60vh;
  }

  .navbar-menu-privacy-policy {
    z-index: 0;
    grid-column-gap: 24px;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }

  .p-navbar-logo-2 {
    font-size: 13px;
    line-height: 18px;
  }

  .privacy-policy {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .navbar-link-logo-privacy-policy {
    z-index: 1;
  }
}

@media screen and (max-width: 479px) {
  .card-price-and-cta {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    align-items: flex-start;
  }

  .cta-card {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .navbar {
    padding: 0;
  }

  .navbar-link {
    color: var(--medium-gray);
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
  }

  .navbar-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom: 5px solid var(--orange);
    background-color: var(--off-white);
    flex-flow: column;
    width: 100%;
    height: auto;
    display: flex;
  }

  .navbar-tagline {
    width: 100%;
    display: none;
  }

  .navbar-container {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-right: 0;
    overflow: visible;
  }

  .navbar-link-logo {
    z-index: 0;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 16px;
    position: relative;
  }

  .navbar-link-logo.w--current {
    position: static;
  }

  .hero-video-wrapper {
    border-radius: 1rem;
    height: 45vh;
    margin-top: 40px;
  }

  .solutions {
    padding: 56px 16px;
  }

  .section-divider {
    background-color: var(--off-white);
  }

  .solutions-container {
    grid-row-gap: 32px;
  }

  .p-big {
    color: var(--off-white);
    font-size: 32px;
    line-height: 40px;
  }

  .solutions-cards-container {
    grid-row-gap: 56px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .solution-card {
    width: 100%;
  }

  .solution-card-one-img {
    border-radius: 24px;
    height: auto;
  }

  .card-tags-container {
    grid-row-gap: 12px;
  }

  .card-3-img-1 {
    width: 100%;
  }

  .card-3-bg {
    height: 40vh;
  }

  .card-3-img-2 {
    width: 6%;
  }

  .methodology {
    background-color: var(--pure-black);
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .h2-methodology {
    color: var(--off-white);
    text-align: left;
    font-size: 16vw;
    line-height: 16.5vw;
  }

  .video-logy {
    grid-column-gap: 8px;
    justify-content: flex-end;
    align-items: center;
    margin-top: 8px;
  }

  .h3-methodology {
    color: var(--off-white);
    width: auto;
    margin-top: 56px;
    margin-left: 16px;
  }

  .methodology-container {
    margin-left: 16px;
    margin-right: 16px;
  }

  .methodology-wrapper {
    grid-row-gap: 32px;
    flex-flow: column;
    padding-top: 0;
  }

  .methodology-left {
    max-width: 100%;
    position: static;
  }

  .methodology-right {
    grid-row-gap: 32px;
    width: 100%;
    max-width: 100%;
  }

  .h2-methodology-wrapper {
    margin-left: 16px;
    margin-right: 16px;
  }

  .methodology-card {
    border-radius: 24px;
    padding: 16px;
  }

  .cta-card-methodology {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .projects {
    padding-left: 16px;
    padding-right: 16px;
  }

  .p-methodology-card {
    width: 100%;
  }

  .methodology-card-video-4, .methodology-card-video-3, .methodology-card-video-2, .methodology-card-video-5, .methodology-card-video-1 {
    width: 100%;
    height: 40vw;
  }

  .projects-container {
    grid-row-gap: 32px;
  }

  .projects-showcase {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-start;
    margin-top: 0;
  }

  .showcase-small {
    width: 100%;
  }

  .showcase-small-bg {
    border-radius: 24px;
    height: 60vw;
  }

  .showcase-the-rose-video {
    width: 90%;
    height: 75%;
  }

  .showcase-big {
    width: 100%;
  }

  .showcase-big-bg, .video-espn, .showcase-slider-img {
    height: 60vw;
  }

  .showcase-img {
    border-radius: 8px;
    height: 84%;
  }

  .showcase-img-no-border {
    width: 90%;
  }

  .video-sanofi {
    height: 60vw;
  }

  .showcase-medium {
    width: 100%;
  }

  .showcase-medium-bg, .showcase-setin-video, .showcase-slider-medium-img, .showcase-slider-autos-img, .video-bmw, .showcase-slider-lamborghini-img, .video-lamborghini {
    height: 60vw;
  }

  .brands-and-partners {
    padding: 56px 0;
  }

  .h2-brands, .h2-brands-line-2 {
    font-size: 11vw;
    line-height: 11.5vw;
  }

  .h2-brands-wrapper {
    padding-left: 16px;
    padding-right: 16px;
    overflow: hidden;
  }

  .h2-brands-line-2-wrapper {
    overflow: hidden;
  }

  .p-big-brands {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 32px;
    line-height: 40px;
  }

  .handshake-img {
    z-index: 1;
    width: 40px;
    top: 0;
    right: 7%;
  }

  .carousel-wrapper {
    display: none;
  }

  .brands-wrapper {
    grid-column-gap: 56px;
  }

  .brand-logo {
    aspect-ratio: auto;
    object-fit: contain;
  }

  .p-nav-link {
    color: var(--pure-black);
    font-size: 17px;
  }

  .about {
    width: 100%;
    padding-bottom: 0;
  }

  .about-wrapper {
    height: auto;
  }

  .sticky-about-size {
    position: relative;
  }

  .about-content {
    height: 160vh;
    position: relative;
  }

  .about-laptop {
    width: 90vw;
    right: 0%;
  }

  .about-smartphone {
    z-index: 1;
    width: 20vw;
    bottom: 4%;
  }

  .about-content-inner {
    width: 100%;
    margin-left: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .logo-footer-container {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: scroll;
    height: 20vh;
  }

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

  .about-circle {
    bottom: 22%;
    right: 10%;
  }

  .footer-wrapper {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .footer-container {
    grid-row-gap: 40px;
    flex-flow: column-reverse;
  }

  .footer-right {
    grid-row-gap: 40px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .link-mail {
    font-size: 8vw;
  }

  .solution-card-campaigns-img {
    border-radius: 24px;
    height: 60vw;
  }

  .carousel-wrapper-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 40px;
    padding-left: 16px;
    display: flex;
  }

  .brands-wrapper-mobile {
    grid-column-gap: 56px;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    min-width: 500vw;
  }

  .menu-btn {
    color: var(--pure-black);
    flex-flow: row;
    width: auto;
    margin-right: 0;
    padding: 16px;
    display: block;
  }

  .menu-btn.w--open {
    background-color: var(--off-white);
    color: var(--light-grey);
    margin-right: 0;
  }

  .menu-icon {
    justify-content: flex-end;
    display: flex;
  }

  .p-big-projects {
    color: var(--pure-black);
    font-size: 32px;
    line-height: 40px;
  }

  .section-divider-projects {
    background-color: var(--pure-black);
  }

  .p-big-solutions {
    color: var(--pure-black);
    font-size: 32px;
    line-height: 40px;
  }

  .section-divider-solutions {
    background-color: var(--pure-black);
  }

  .p-menu-btn {
    color: var(--pure-black);
    margin-bottom: 0;
    font-size: 15px;
    line-height: 22px;
  }

  .menu-btn-wrapper {
    grid-column-gap: 4px;
    flex-flow: row;
    display: flex;
  }

  .methology-heading-video {
    z-index: 1;
    border-radius: 8px;
    width: 12vh;
    height: 7vh;
  }

  .hero-video {
    height: 45vh;
  }

  .navbar-link-contact {
    color: var(--medium-gray);
    border-style: none;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
  }

  .modal-conversion {
    display: none;
  }

  .modal-conversion-container {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .h2-modal-conversion {
    width: 100%;
    font-size: 7vw;
    line-height: 9vw;
  }

  .cta-form {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .cta-whatsapp {
    width: 60px;
    height: 60px;
    bottom: 16%;
  }

  .p-nav-link-privacy-policy {
    color: #000;
    font-size: 17px;
  }

  .navbar-menu-privacy-policy {
    z-index: 1;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #faf9f6;
    border-bottom: 5px solid #f85;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
  }

  .p-menu-btn-2 {
    color: #000;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 22px;
  }

  .navbar-privacy-policy {
    padding: 16px;
  }

  .navbar-link-2 {
    color: gray;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
  }

  .menu-btn-2 {
    color: #000;
    flex-flow: row;
    width: auto;
    margin-right: 0;
    padding: 16px;
    display: block;
  }

  .menu-btn-2.w--open {
    color: #d4dbe0;
    background-color: #faf9f6;
    margin-right: 0;
  }

  .navbar-link-contact-privacy-policy {
    color: gray;
    border-style: none;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
  }

  .navbar-link-contact-privacy-policy.w--current {
    grid-column-gap: 8px;
    width: 190px;
    height: 48px;
  }

  .privacy-policy {
    padding: 40px 16px;
  }

  .heading-privacy-policy {
    font-size: 8vw;
    line-height: 9.5vw;
  }

  .navbar-link-logo-privacy-policy {
    z-index: 0;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 16px;
    position: relative;
  }

  .navbar-link-logo-privacy-policy.w--current {
    padding-left: 0;
    position: static;
  }

  .navbar-link-contact-privacy-policy-2 {
    color: gray;
    border-style: none;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
  }

  .navbar-link-contact-privacy-policy-2.w--current {
    grid-column-gap: 8px;
    border-style: solid;
    width: auto;
    height: 48px;
  }
}


@font-face {
  font-family: 'Itc Avant Garde Ghotic Pro';
  src: url('../fonts/ITCAvantGardePro-Md.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}