:root {
  --page-color: #eef0f6;
  --_typography---primary-font-family: Interdisplay, Arial, sans-serif;
  --text-color: #5a6271;
  --_typography---body-text-l--text-l-font-size: 1rem;
  --_typography---body-text-l--text-l-line-height: 1.3em;
  --_typography---font-weight--font-weight-regular: 400;
  --_typography---heading-01--h1-font-size: 4.38rem;
  --_typography---heading-01--h1-line-height: 1em;
  --_typography---font-weight--font-weight-semibold: 600;
  --_typography---heading-01--h1-letter-spacing: -.03em;
  --_typography---heading-02--h2-font-size: 3.75rem;
  --_typography---heading-02--h2-line-height: 1em;
  --_typography---heading-02--h2-letter-spacing: -.03em;
  --_typography---hedaing-03--h3-font-size: 3rem;
  --_typography---hedaing-03--h3-line-height: 1em;
  --_typography---hedaing-03--h3-letter-spacing: -.03em;
  --_typography---heading-04--h4-font-size: 2rem;
  --_typography---heading-04--h4-line-height: 1.1em;
  --_typography---heading-04--h4-letter-spacing: -.01em;
  --_typography---heading-05--h5-font-size: 1.5rem;
  --_typography---heading-05--h5-line-height: 1.2em;
  --_typography---heading-05--h5-letter-spacing: -.01em;
  --_typography---heading-06--h6-font-size: 1.25rem;
  --_typography---heading-06--h6-line-height: 1.2em;
  --_typography---heading-06--h6-letter-spacing: -.01em;
  --transparent: #fff0;
  --black: #030303;
  --_typography---button-text--button-text-font-size: 1.1rem;
  --_typography---button-text--button-text-line-height: 1.3em;
  --_typography---font-weight--font-weight-medium: 500;
  --_typography---button-text--button-text-letter-spacing: -.02em;
  --white: white;
  --_typography---body-text-s--text-s-font-size: .75rem;
  --_typography---body-text-s--text-s-line-height: 1.3em;
  --border-color: #d0d8e4;
  --_typography---body-text-m--text-m-font-size: .88rem;
  --_typography---body-text-m--text-m-line-height: 1.4em;
  --gray: #8a919b;
  --_typography---body-text-xl--text-xl-font-size: 1rem;
  --_typography---body-text-xl--text-xl-line-height: 1.4em;
  --_typography---body-text-xl--text-xl-letter-spacing: -.01em;
  --_typography---body-text-xl--text-xl-medium-line-height: 1.3em;
  --official: #ffdf00;
  --_spacing---160: 160px;
  --_spacing---120: 120px;
  --_spacing---96: 96px;
  --_spacing---80: 80px;
  --_spacing---64: 0px;
  --_spacing---48: 48px;
  --_spacing---0: 0px;
  --_spacing---hero-top-padding: 160px;
}

body {
  background-color: var(--page-color);
  font-family: var(--_typography---primary-font-family);
  color: var(--text-color);
  font-size: var(--_typography---body-text-l--text-l-font-size);
  line-height: var(--_typography---body-text-l--text-l-line-height);
  font-weight: var(--_typography---font-weight--font-weight-regular);
  --_typography---primary-font-family: Interdisplay, Arial, sans-serif;
  --_typography---body-text-l--text-l-font-size: 1rem;
  --_typography---body-text-l--text-l-line-height: 1.3em;
  --_typography---font-weight--font-weight-regular: 400;
  --_typography---heading-01--h1-font-size: 4.38rem;
  --_typography---heading-01--h1-line-height: 1em;
  --_typography---font-weight--font-weight-semibold: 600;
  --_typography---heading-01--h1-letter-spacing: -.03em;
  --_typography---heading-02--h2-font-size: 3.75rem;
  --_typography---heading-02--h2-line-height: 1em;
  --_typography---heading-02--h2-letter-spacing: -.03em;
  --_typography---hedaing-03--h3-font-size: 3rem;
  --_typography---hedaing-03--h3-line-height: 1em;
  --_typography---hedaing-03--h3-letter-spacing: -.03em;
  --_typography---heading-04--h4-font-size: 2rem;
  --_typography---heading-04--h4-line-height: 1.1em;
  --_typography---heading-04--h4-letter-spacing: -.01em;
  --_typography---heading-05--h5-font-size: 1.5rem;
  --_typography---heading-05--h5-line-height: 1.2em;
  --_typography---heading-05--h5-letter-spacing: -.01em;
  --_typography---heading-06--h6-font-size: 1.25rem;
  --_typography---heading-06--h6-line-height: 1.2em;
  --_typography---heading-06--h6-letter-spacing: -.01em;
  --_typography---button-text--button-text-font-size: 1.1rem;
  --_typography---button-text--button-text-line-height: 1.3em;
  --_typography---font-weight--font-weight-medium: 500;
  --_typography---button-text--button-text-letter-spacing: -.02em;
  --_typography---body-text-s--text-s-font-size: .75rem;
  --_typography---body-text-s--text-s-line-height: 1.3em;
  --_typography---body-text-m--text-m-font-size: .88rem;
  --_typography---body-text-m--text-m-line-height: 1.4em;
  --_typography---body-text-xl--text-xl-font-size: 1rem;
  --_typography---body-text-xl--text-xl-line-height: 1.4em;
  --_typography---body-text-xl--text-xl-letter-spacing: -.01em;
  --_typography---body-text-xl--text-xl-medium-line-height: 1.3em;
  scroll-behavior: smooth;
}

h1 {
  font-size: var(--_typography---heading-01--h1-font-size);
  line-height: var(--_typography---heading-01--h1-line-height);
  font-weight: var(--_typography---font-weight--font-weight-semibold);
  letter-spacing: var(--_typography---heading-01--h1-letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  font-size: var(--_typography---heading-02--h2-font-size);
  line-height: var(--_typography---heading-02--h2-line-height);
  font-weight: var(--_typography---font-weight--font-weight-semibold);
  letter-spacing: var(--_typography---heading-02--h2-letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
}

h3 {
  font-size: var(--_typography---hedaing-03--h3-font-size);
  line-height: var(--_typography---hedaing-03--h3-line-height);
  font-weight: var(--_typography---font-weight--font-weight-semibold);
  letter-spacing: var(--_typography---hedaing-03--h3-letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
}

h4 {
  font-size: var(--_typography---heading-04--h4-font-size);
  line-height: var(--_typography---heading-04--h4-line-height);
  font-weight: var(--_typography---font-weight--font-weight-semibold);
  letter-spacing: var(--_typography---heading-04--h4-letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
}

h5 {
  font-size: var(--_typography---heading-05--h5-font-size);
  line-height: var(--_typography---heading-05--h5-line-height);
  font-weight: var(--_typography---font-weight--font-weight-semibold);
  letter-spacing: var(--_typography---heading-05--h5-letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
}

h6 {
  font-size: var(--_typography---heading-06--h6-font-size);
  line-height: var(--_typography---heading-06--h6-line-height);
  font-weight: var(--_typography---font-weight--font-weight-semibold);
  letter-spacing: var(--_typography---heading-06--h6-letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

figure {
  margin-bottom: 0;
}

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

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

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

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

.main-wrapper.works-page {
  padding-bottom: 30px;
}

.intro {
  padding: 127px 10px 60px;
}

.intro-content-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
  max-width: 1520px;
  color: var(--white);
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 0;
  display: grid;
}

.intro-text-content-block {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--black);
  background-color: #ffffff80;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.intro-image-block {
  height: 548px;
  overflow: hidden;
}

.intro-image {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 548px;
}

.intro-description-block {
  width: 100%;
  max-width: 430px;
  color: var(--text-color);
}

.newsletter-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.footer-right {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  padding-right: 75px;
  display: flex;
}

.text-h4 {
  letter-spacing: -2px;
  font-size: 22px;
  font-weight: 500;
  line-height: 100%;
}

.footer-last-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-bottom-tile {
  border-top: 1px solid #ffffff29;
  border-bottom: 1px solid #ffffff29;
  margin-top: 120px;
}

.newsletter-field-master {
  max-width: 456px;
  position: relative;
}

.success-message-newsletter {
  color: #181e25;
  text-align: center;
  background-color: #bbff76;
  border-radius: 8px;
  max-width: 400px;
}

.text-small {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 133.3%;
}

.newsletter-form-top {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

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

.submit-button-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 100%;
  padding-left: 10px;
  display: flex;
  position: absolute;
  inset: 0% 0 0% auto;
}

.footer-bottom-wrap {
  z-index: 1;
  position: relative;
}

.heading-footer {
  max-width: 314px;
}

.button-text-mask {
  flex: none;
  width: auto;
  height: 22px;
  margin-top: 1px;
  margin-bottom: 3px;
  overflow: hidden;
}

.main-container {
  z-index: 2;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.footer-halves {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  display: grid;
}

.footer-links-column {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

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

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

.footer-link-2 {
  color: #181e25;
  letter-spacing: -.25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.footer-rights-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-icon {
  width: 64px;
  height: 64px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 12px;
  font-weight: 600;
  line-height: 133.3%;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #fa4149;
  border-radius: 8px;
}

.cta-arrow {
  color: #181e25;
  justify-content: center;
  align-items: center;
  height: 16px;
  display: flex;
}

.text-field {
  color: #181e25;
  letter-spacing: -.25px;
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 8px;
  width: 100%;
  height: auto;
  min-height: 56px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.text-field:focus {
  color: #181e25;
  border-color: #181e257a;
}

.text-field::placeholder {
  color: #181e257a;
}

.text-field.newsletter {
  color: #181e25;
  background-color: #181e2514;
  padding-right: 50px;
}

.text-field.newsletter::placeholder {
  color: #181e257a;
}

.footer-2 {
  background-color: var(--white);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 16px;
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
}

.button-bg {
  background-color: #181e25;
  border-radius: 32px;
  position: absolute;
  inset: 0%;
}

.button-bg.dark-outlined {
  background-color: #ffffff29;
  border: 1px solid #181e2552;
}

.footer-top-tile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.footer-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  flex: none;
  display: flex;
}

.section-divider {
  border-bottom: 1px solid #181e2552;
  width: 100%;
  height: 0;
  margin-right: auto;
}

.section-divider.footer-divider-2 {
  margin-bottom: 32px;
}

.section-divider.footer-divider {
  margin-top: 32px;
  margin-bottom: 48px;
}

.button-text {
  z-index: 1;
  letter-spacing: -.5px;
  margin-top: -.03em;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  position: relative;
}

.cta-main {
  color: #fff;
  letter-spacing: -.5px;
  border-radius: 32px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  transition: color .2s, background-color .2s, border-color .2s;
  display: flex;
  position: relative;
}

.cta-main.dark-outlined {
  color: #181e25;
}

.submit-button {
  background-color: #0000;
  padding-right: 24px;
  position: absolute;
  inset: 0%;
}

.social-link {
  color: #181e25;
  border-radius: 100vw;
  transition: opacity .2s;
}

.social-link:hover {
  opacity: .5;
  object-fit: fill;
}

.newsletter-form-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.code-embed {
  width: 100%;
  margin-bottom: 5px;
  display: block;
}

.novo-header {
  z-index: 999;
  width: 100%;
  padding: 10px;
  position: fixed;
}

.container-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff80;
  border-radius: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center start;
  max-width: 900px;
  min-height: 65px;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.container-header.container-header-mobile {
  max-width: 1520px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.container-2 {
  width: 50%;
  height: 100%;
}

.container-2.container-menu-mobile.visible-mobile-menu, .container-2.container-menu-mobile.visible-mobile-menu.menu-button {
  display: none;
}

.container-2.container-right-header {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.container-2.container-menu-mobile.visible-mobile-menu, .container-2.container-menu-mobile.visible-mobile-menu.menu-button, .container-2.container-menu-mobile.visible-mobile-menu, .container-2.container-menu-mobile.visible-mobile-menu.menu-button, .container-2.container-menu-mobile.visible-mobile-menu.menu-button {
  display: none;
}

.header-nav {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-nav.header-nav-mobile {
  text-transform: uppercase;
  text-transform: uppercase;
}

.header-link {
  color: var(--black);
  font-size: 16px;
}

.header-link.w--current {
  font-size: 16px;
}

.section {
  padding: 0;
}

.faixa-header {
  background-color: var(--official);
  width: 100%;
  max-width: 100%;
  max-height: 40px;
  color: var(--black);
  padding: 5px 10px;
}

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

.text-block-3.text-faixa {
  font-weight: var(--_typography---font-weight--font-weight-semibold);
  font-size: 15px;
  font-weight: var(--_typography---font-weight--font-weight-semibold);
  font-size: 15px;
}

.style-header {
  display: none;
}

.section-2 {
  background-color: var(--transparent);
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (max-width: 991px) {
  body {
    --_typography---primary-font-family: Interdisplay, Arial, sans-serif;
    --_typography---body-text-l--text-l-font-size: 1rem;
    --_typography---body-text-l--text-l-line-height: 1.3em;
    --_typography---font-weight--font-weight-regular: 400;
    --_typography---heading-01--h1-font-size: 4.38rem;
    --_typography---heading-01--h1-line-height: 1em;
    --_typography---font-weight--font-weight-semibold: 600;
    --_typography---heading-01--h1-letter-spacing: -.03em;
    --_typography---heading-02--h2-font-size: 3.75rem;
    --_typography---heading-02--h2-line-height: 1em;
    --_typography---heading-02--h2-letter-spacing: -.03em;
    --_typography---hedaing-03--h3-font-size: 3rem;
    --_typography---hedaing-03--h3-line-height: 1em;
    --_typography---hedaing-03--h3-letter-spacing: -.03em;
    --_typography---heading-04--h4-font-size: 2rem;
    --_typography---heading-04--h4-line-height: 1.1em;
    --_typography---heading-04--h4-letter-spacing: -.01em;
    --_typography---heading-05--h5-font-size: 1.5rem;
    --_typography---heading-05--h5-line-height: 1.2em;
    --_typography---heading-05--h5-letter-spacing: -.01em;
    --_typography---heading-06--h6-font-size: 1.25rem;
    --_typography---heading-06--h6-line-height: 1.2em;
    --_typography---heading-06--h6-letter-spacing: -.01em;
    --_typography---button-text--button-text-font-size: 1.1rem;
    --_typography---button-text--button-text-line-height: 1.3em;
    --_typography---font-weight--font-weight-medium: 500;
    --_typography---button-text--button-text-letter-spacing: -.02em;
    --_typography---body-text-s--text-s-font-size: .75rem;
    --_typography---body-text-s--text-s-line-height: 1.3em;
    --_typography---body-text-m--text-m-font-size: .88rem;
    --_typography---body-text-m--text-m-line-height: 1.4em;
    --_typography---body-text-xl--text-xl-font-size: 1rem;
    --_typography---body-text-xl--text-xl-line-height: 1.4em;
    --_typography---body-text-xl--text-xl-letter-spacing: -.01em;
    --_typography---body-text-xl--text-xl-medium-line-height: 1.3em;
    --_spacing---160: 120px;
    --_spacing---120: 80px;
    --_spacing---96: 72px;
    --_spacing---80: 0px;
    --_spacing---64: 48px;
    --_spacing---48: 0px;
    --_spacing---0: 160px;
    --_spacing---hero-top-padding: 160px;
  }

  .hero-mobile {
    height: 850px;
  }

  .works, .services {
    padding-left: 24px;
    padding-right: 24px;
  }

  .intro {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .review, .success, .pricing, .faq, .blogs {
    padding-left: 24px;
    padding-right: 24px;
  }

  .cta, .footer-content-wrapper {
    padding: 24px;
  }

  .hero-content-wrapper {
    padding: 72px 24px 24px;
  }

  .hero-top-content-block {
    grid-column-gap: 32px;
  }

  .hero-brand-logo-block {
    max-width: 320px;
  }

  .hero-description-block {
    max-width: 400px;
  }

  .hero-cta-block {
    bottom: 24px;
    right: 24px;
  }

  .work-collection-list {
    grid-template-columns: 1fr;
  }

  .work-card {
    height: auto;
  }

  .works-home {
    padding-left: 24px;
    padding-right: 24px;
  }

  .works-home-top-block {
    grid-row-gap: 16px;
  }

  .work-home-collection-list {
    grid-template-columns: 1fr;
  }

  .blog-hero-block {
    grid-row-gap: 24px;
    padding-top: 0;
  }

  .blog-collection-list {
    grid-template-columns: 1fr;
  }

  .blogs-home-content-wrapper {
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .blogs-home-left-block {
    grid-column-gap: 24px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    position: relative;
    top: 0;
  }

  .home-blogs-wrapper {
    max-width: 100%;
  }

  .blog-details {
    padding-left: 24px;
    padding-right: 24px;
  }

  .blog-details-image-block {
    height: 486px;
  }

  .work-details {
    padding-left: 24px;
    padding-right: 24px;
    overflow: hidden;
  }

  .work-details-hero-block {
    grid-row-gap: 32px;
  }

  .work-details-hero-bottom-block {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .work-info-block {
    justify-content: flex-start;
    align-items: center;
  }

  .work-details-image-block {
    height: 600px;
  }

  .work-image-block {
    height: 429px;
    max-height: none;
  }

  .work-details-image {
    height: 100%;
  }

  .more-works-content-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .work-cta {
    padding: 24px;
  }

  .contact, .contact-hero-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .conatct-content-block {
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .contact-content-image-block {
    height: 600px;
  }

  .contact-form-wrapper, .about-hero {
    padding-left: 24px;
    padding-right: 24px;
  }

  .about-image {
    height: 433px;
  }

  .about-experties-block {
    grid-template-columns: 1fr;
  }

  .about-experties-item {
    grid-row-gap: 24px;
    border-bottom: 1px solid var(--transparent);
    border-right-style: none;
    padding: 24px;
  }

  .about-experties-item.border-none-for-mobile {
    border-bottom-style: none;
  }

  .intro-content-wrapper {
    grid-template-columns: 1fr;
  }

  .intro-text-content-block {
    grid-row-gap: 24px;
  }

  .intro-image-block {
    height: 500px;
  }

  .team {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .team-content-wrapper {
    grid-row-gap: 24px;
  }

  .team-cards-block {
    grid-template-columns: 1fr;
  }

  .awards {
    padding: 40px 24px 24px;
  }

  .awards-content-wrapper {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

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

  .video {
    padding-left: 24px;
    padding-right: 24px;
  }

  .video-content-block {
    height: 600px;
    padding: 24px;
  }

  .brand-logo-block {
    top: 60px;
    left: -10px;
  }

  .review-slider-arrow {
    bottom: 24px;
    right: 24px;
  }

  .review-slider-arrow.left-arrow {
    right: 96px;
  }

  .review-card {
    grid-template-columns: 1fr;
  }

  .review-card-image-block {
    height: 700px;
    max-height: 700px;
  }

  .review-text-block {
    max-width: 500px;
    padding: 48px 56px 80px 24px;
  }

  .pricing-cards-block {
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .pricng-card-rush {
    width: 100%;
    height: 503px;
  }

  .success-content-wrapper {
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
    height: auto;
  }

  .success-video-block {
    height: 450px;
  }

  .utility-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .utility-image-block {
    height: 600px;
  }

  .template-page-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .template-content-item {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 24px 32px;
  }

  .body-text-large {
    font-size: 16px;
  }

  .template-button-content-item {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 24px 32px;
  }

  .color-block {
    height: 150px;
  }

  .colors-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-right {
    margin-right: 0;
  }

  .cta-master {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .footer-halves {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .container-header.container-header-mobile {
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-2.container-menu-mobile {
    justify-content: flex-end;
    align-items: center;
    display: none;
  }

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

@media screen and (max-width: 767px) {
  body {
    --_typography---primary-font-family: Interdisplay, Arial, sans-serif;
    --_typography---body-text-l--text-l-font-size: 1rem;
    --_typography---body-text-l--text-l-line-height: 1.3em;
    --_typography---font-weight--font-weight-regular: 400;
    --_typography---heading-01--h1-font-size: 4rem;
    --_typography---heading-01--h1-line-height: 1em;
    --_typography---font-weight--font-weight-semibold: 600;
    --_typography---heading-01--h1-letter-spacing: -.03em;
    --_typography---heading-02--h2-font-size: 2.5rem;
    --_typography---heading-02--h2-line-height: 40px;
    --_typography---heading-02--h2-letter-spacing: -.02em;
    --_typography---hedaing-03--h3-font-size: 2.4rem;
    --_typography---hedaing-03--h3-line-height: 1em;
    --_typography---hedaing-03--h3-letter-spacing: -.03em;
    --_typography---heading-04--h4-font-size: 2rem;
    --_typography---heading-04--h4-line-height: 1.1em;
    --_typography---heading-04--h4-letter-spacing: -.01em;
    --_typography---heading-05--h5-font-size: 1.5rem;
    --_typography---heading-05--h5-line-height: 1.2em;
    --_typography---heading-05--h5-letter-spacing: -.01em;
    --_typography---heading-06--h6-font-size: 1.25rem;
    --_typography---heading-06--h6-line-height: 1.2em;
    --_typography---heading-06--h6-letter-spacing: -.01em;
    --_typography---button-text--button-text-font-size: 1.1rem;
    --_typography---button-text--button-text-line-height: 1.3em;
    --_typography---font-weight--font-weight-medium: 500;
    --_typography---button-text--button-text-letter-spacing: -.02em;
    --_typography---body-text-s--text-s-font-size: .75rem;
    --_typography---body-text-s--text-s-line-height: 1.3em;
    --_typography---body-text-m--text-m-font-size: .88rem;
    --_typography---body-text-m--text-m-line-height: 1.4em;
    --_typography---body-text-xl--text-xl-font-size: 1rem;
    --_typography---body-text-xl--text-xl-line-height: 1.4em;
    --_typography---body-text-xl--text-xl-letter-spacing: -.01em;
    --_typography---body-text-xl--text-xl-medium-line-height: 1.3em;
    --_spacing---160: 80px;
    --_spacing---120: 64px;
    --_spacing---96: 64px;
    --_spacing---80: 56px;
    --_spacing---64: 0px;
    --_spacing---48: 48px;
    --_spacing---0: 0px;
    --_spacing---hero-top-padding: 120px;
  }

  .hero-mobile {
    height: auto;
    min-height: 90vh;
  }

  .works {
    padding-top: 100px;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .intro {
    padding-top: 48px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .review {
    padding-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .pricing, .faq {
    padding-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .blogs {
    padding-top: 100px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .cta {
    padding: 16px;
  }

  .footer {
    height: auto;
  }

  .hero-video-desktop {
    display: flex;
  }

  .footer-content-wrapper {
    grid-row-gap: 198px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-brand-logo-block {
    max-width: 45%;
  }

  .footer-bottom-block {
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .primary-cta-button {
    width: 100%;
  }

  .footer-cta-block {
    position: relative;
    bottom: auto;
    right: auto;
  }

  .footer-menu-wrapper {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-content-wrapper {
    grid-row-gap: 250px;
    padding: 80px 16px 16px;
  }

  .hero-top-content-block {
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero-brand-logo-block {
    max-width: 274px;
  }

  .hero-bottom-block {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .hero-cta-block {
    position: relative;
    bottom: auto;
    right: auto;
  }

  .nav-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-brand {
    padding-left: 0;
  }

  .navigation-block-inner {
    grid-row-gap: 48px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 112px 16px 32px;
  }

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

  .nav-mail-block {
    border-top: 1px solid var(--border-color);
    text-align: left;
    border-bottom-style: none;
    padding-top: 32px;
    padding-bottom: 0;
  }

  .nav-link {
    font-size: 3rem;
    line-height: 1em;
    font-weight: var(--_typography---font-weight--font-weight-semibold);
    letter-spacing: -.03em;
  }

  .faq-content-wrapper {
    padding: 40px;
  }

  .faq-question-block {
    white-space: normal;
    word-break: normal;
  }

  .faq-icon {
    flex: none;
  }

  .works-content-wrapper {
    grid-row-gap: 24px;
  }

  .work-hero-block {
    grid-row-gap: 24px;
    flex-flow: column;
    align-items: stretch;
  }

  .work-card.v2 {
    height: 366px;
  }

  .work-image.v2 {
    object-position: 50% 0%;
    object-position: 50% 0%;
  }

  .works-home {
    padding: 32px 16px;
  }

  .works-home-top-block {
    padding: 20px 16px;
  }

  .blog-hero-block {
    padding-left: 16px;
    padding-right: 16px;
  }

  .blog-card-image-block, .blog-card-image-block.featured {
    height: 320px;
  }

  .blog-card-image-block.featured {
    height: 320px;
  }

  .blog-card-image-block.homepage {
    width: 100%;
    height: 250px;
  }

  .blog-card-info-block.homepage {
    width: 100%;
    max-width: 100%;
  }

  .blog-card.homepage {
    flex-flow: column;
  }

  .blogs-home {
    padding-left: 16px;
    padding-right: 16px;
  }

  .blogs-home-content-wrapper {
    grid-row-gap: 10px;
  }

  .blogs-home-left-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog-details {
    padding-top: 100px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .blog-details-image-block {
    height: 350px;
  }

  .work-details {
    padding-left: 16px;
    padding-right: 16px;
    overflow: hidden;
  }

  .work-details-hero-block {
    grid-row-gap: 24px;
    padding-top: 100px;
    padding-bottom: 24px;
  }

  .work-details-hero-bottom-block {
    grid-row-gap: 16px;
  }

  .work-info-block {
    flex-flow: column;
    align-items: stretch;
  }

  .work-info-item {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .work-info-devider-line {
    width: 100%;
    height: 1px;
  }

  .work-info-devider-line.visible-in-mobile {
    display: block;
  }

  .work-details-image-block {
    height: 416px;
  }

  .work-description-block {
    padding: 40px 16px;
  }

  .work-description-text h4 {
    margin-bottom: 16px;
  }

  .work-image-block {
    height: 350px;
  }

  .work-details-image {
    height: 100%;
  }

  .more-works-content-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .work-cta {
    padding: 16px;
  }

  .cta-wrapper {
    padding: 40px 16px 24px;
  }

  .cta-expert-statement-block {
    white-space: normal;
    word-break: normal;
  }

  .contact {
    padding-top: 100px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .contact-hero-block {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .contact-content-image-block {
    height: 400px;
  }

  .about-hero {
    padding-top: 100px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .about-hero-content-wrapper {
    grid-row-gap: 32px;
  }

  .about-image {
    height: 300px;
  }

  .intro-text-content-block {
    padding: 24px;
  }

  .intro-image-block {
    height: 340px;
  }

  .team {
    padding-top: 48px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .team-card {
    flex-flow: column;
  }

  .team-image {
    object-position: 50% 0%;
    width: 100%;
    height: 332px;
  }

  .team-info-block {
    grid-row-gap: 4px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .awards {
    padding: 48px 16px 16px;
  }

  .awards-content-wrapper {
    grid-row-gap: 40px;
  }

  .award-list-item {
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .award-info-block {
    grid-column-gap: 8px;
    justify-content: space-between;
    width: 100%;
  }

  .partner-marquee-wrapper, .partner-marquee-inner {
    grid-column-gap: 60px;
  }

  .service-content-wrapper {
    grid-row-gap: 24px;
  }

  .services-top-block {
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .service-slider-arrow {
    width: 80px;
    height: 80px;
  }

  .service-slider-mask {
    max-width: 100%;
  }

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

  .video-content-block {
    height: 494px;
    padding: 16px;
  }

  .brand-logo-block {
    top: 52px;
    left: -18px;
  }

  .video-content-bottom-block {
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .video-content-description-block {
    max-width: 100%;
  }

  .video-play-button {
    width: 80px;
    height: 80px;
  }

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

  .review-slider-arrow {
    right: auto;
  }

  .review-slider-arrow.left-arrow {
    margin-right: 48px;
    right: auto;
  }

  .review-slider-arrow.right-arrow {
    margin-left: 48px;
  }

  .review-card {
    padding-bottom: 24px;
  }

  .review-card-image-block {
    height: 400px;
    max-height: 400px;
  }

  .review-text-block {
    padding: 32px 16px 40px;
  }

  .success-video-text-content-block {
    padding: 24px;
  }

  .utility-wrapper {
    padding: 100px 16px 16px;
  }

  .utility-top-block {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 24px;
  }

  .button-primary-v2 {
    width: 100%;
  }

  .utility-image-block {
    height: 400px;
  }

  .changelog-version-text {
    font-size: 16px;
    line-height: 1.75em;
  }

  .tempalte-page-content-block {
    grid-row-gap: 40px;
    padding-bottom: 40px;
  }

  .template-page-hero-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .template-page-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .template-content-item {
    padding: 24px;
  }

  .template-page-section {
    padding-top: 100px;
  }

  .style-guide-rich-text-wrapper-dark {
    padding-bottom: 40px;
  }

  .template-button-content-item {
    padding: 24px;
  }

  .color-block {
    width: 100%;
    height: 200px;
  }

  .colors-grid {
    grid-template-columns: 1fr;
  }

  .style-guide-hero {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .style-guide-item-block {
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-right {
    grid-column-gap: 64px;
    grid-row-gap: 56px;
    flex-flow: wrap;
    padding-right: 0;
  }

  .footer-last-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
  }

  .footer-bottom-tile {
    flex-flow: column;
    display: flex;
  }

  .footer-bottom-wrap {
    flex-direction: column;
  }

  .cta-master {
    max-width: 500px;
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .cta-button-wrap {
    justify-content: center;
    align-items: center;
  }

  .footer-icon {
    width: 48px;
    height: 48px;
  }

  .container-header.container-header-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
    min-height: 0;
    overflow: hidden;
    border-radius: 20px !important;
    justify-content: space-between !important;
  }

  .container-2.container-right-header.mobile-container-nav {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
    display: none;
  }

  .container-2.container-menu-mobile.visible-mobile-menu.menu-button {
    justify-content: flex-end;
    align-items: center;
    width: 50%;
    height: 50px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .container-2.container2-mobile {
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    height: 50px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .header-nav.header-nav-mobile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-3.open-menu {
    --_typography---primary-font-family: Interdisplay, Arial, sans-serif;
    --_typography---body-text-l--text-l-font-size: 1rem;
    --_typography---body-text-l--text-l-line-height: 1.3em;
    --_typography---font-weight--font-weight-regular: 400;
    --_typography---heading-01--h1-font-size: 4.38rem;
    --_typography---heading-01--h1-line-height: 1em;
    --_typography---font-weight--font-weight-semibold: 600;
    --_typography---heading-01--h1-letter-spacing: -.03em;
    --_typography---heading-02--h2-font-size: 3.75rem;
    --_typography---heading-02--h2-line-height: 1em;
    --_typography---heading-02--h2-letter-spacing: -.03em;
    --_typography---hedaing-03--h3-font-size: 3rem;
    --_typography---hedaing-03--h3-line-height: 1em;
    --_typography---hedaing-03--h3-letter-spacing: -.03em;
    --_typography---heading-04--h4-font-size: 2rem;
    --_typography---heading-04--h4-line-height: 1.1em;
    --_typography---heading-04--h4-letter-spacing: -.01em;
    --_typography---heading-05--h5-font-size: 1.5rem;
    --_typography---heading-05--h5-line-height: 1.2em;
    --_typography---heading-05--h5-letter-spacing: -.01em;
    --_typography---heading-06--h6-font-size: 1.25rem;
    --_typography---heading-06--h6-line-height: 1.2em;
    --_typography---heading-06--h6-letter-spacing: -.01em;
    --_typography---button-text--button-text-font-size: 1.1rem;
    --_typography---button-text--button-text-line-height: 1.3em;
    --_typography---font-weight--font-weight-medium: 500;
    --_typography---button-text--button-text-letter-spacing: -.02em;
    --_typography---body-text-s--text-s-font-size: .75rem;
    --_typography---body-text-s--text-s-line-height: 1.3em;
    --_typography---body-text-m--text-m-font-size: .88rem;
    --_typography---body-text-m--text-m-line-height: 1.4em;
    --_typography---body-text-xl--text-xl-font-size: 1rem;
    --_typography---body-text-xl--text-xl-line-height: 1.4em;
    --_typography---body-text-xl--text-xl-letter-spacing: -.01em;
    --_typography---body-text-xl--text-xl-medium-line-height: 1.3em;
    filter: brightness(0);
    cursor: pointer;
    cursor: pointer;
  }

  .heading-style-h5-2 {
    letter-spacing: 0;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .subtext_contact-c {
    max-width: 28rem;
  }

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

  .label-master-2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border-radius: .5rem;
    padding: .5rem;
  }

  .contact-c_halves {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .contact-form_top-tile {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .form-block_contact {
    border-radius: 1rem;
    margin-bottom: 0;
    padding: 2rem;
  }

  .icon_button {
    width: 12px;
    height: 1rem;
  }

  .icon_button.right {
    margin-left: .5rem;
  }

  .icon_button.left {
    margin-right: .5rem;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .testimonial_author {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .image-wrap_testimonial-author {
    border-radius: 1rem;
    width: 3rem;
    height: 3rem;
  }

  .section_hero-contact-c {
    padding-top: 10rem;
    padding-bottom: 3rem;
  }

  .checkbox {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .label-large {
    letter-spacing: .5px;
    font-size: .625rem;
    line-height: .75rem;
  }

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

  .testimonial-small_top-tile {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .text-wrap_testimonial-author {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .cta_primary {
    letter-spacing: 0;
    border-radius: .5rem;
    font-size: .875rem;
    line-height: 1.25rem;
  }

  .checkbox_contact {
    width: 1.25rem;
    height: 1.25rem;
    margin-left: -16px;
  }

  .icon-wrap_button.right {
    margin-right: 0;
  }

  .text-field-2 {
    letter-spacing: 0;
    border-radius: .5rem;
    padding: .5rem .75rem;
    font-size: .875rem;
    line-height: 1.25rem;
  }

  .text-field-2.text-area {
    padding: .5rem .75rem;
  }

  .contact-form_bottom-tile {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .testimonial_tile {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    border-radius: 1rem;
    padding: 1.5rem;
  }

  .headline_contact-c {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .button-inner {
    padding: .5rem .75rem;
  }

  .btn-bg {
    border-radius: .5rem;
  }

  .text-size-large {
    letter-spacing: 0;
    font-size: 1rem;
    line-height: 1.5rem;
  }

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

  .button_text-mask {
    height: 1.25rem;
  }

  .input_wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .heading-style-h1-2 {
    letter-spacing: -.062rem;
    font-size: 3rem;
    line-height: 3.25rem;
  }

  .contact-form_inner {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  body {
    --_spacing---160: 64px;
    --_spacing---120: 48px;
    --_spacing---96: 48px;
    --_spacing---80: 48px;
    --_spacing---64: 48px;
    --_spacing---48: 48px;
    --_spacing---0: 0px;
    --_spacing---hero-top-padding: 120px;
  }

  .hero-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    min-height: 95vh;
    display: block;
  }

  .hero-video-desktop {
    --_typography---primary-font-family: Interdisplay, Arial, sans-serif;
    --_typography---body-text-l--text-l-font-size: 1rem;
    --_typography---body-text-l--text-l-line-height: 1.3em;
    --_typography---font-weight--font-weight-regular: 400;
    --_typography---heading-01--h1-font-size: 4.38rem;
    --_typography---heading-01--h1-line-height: 1em;
    --_typography---font-weight--font-weight-semibold: 600;
    --_typography---heading-01--h1-letter-spacing: -.03em;
    --_typography---heading-02--h2-font-size: 3.75rem;
    --_typography---heading-02--h2-line-height: 1em;
    --_typography---heading-02--h2-letter-spacing: -.03em;
    --_typography---hedaing-03--h3-font-size: 3rem;
    --_typography---hedaing-03--h3-line-height: 1em;
    --_typography---hedaing-03--h3-letter-spacing: -.03em;
    --_typography---heading-04--h4-font-size: 2rem;
    --_typography---heading-04--h4-line-height: 1.1em;
    --_typography---heading-04--h4-letter-spacing: -.01em;
    --_typography---heading-05--h5-font-size: 1.5rem;
    --_typography---heading-05--h5-line-height: 1.2em;
    --_typography---heading-05--h5-letter-spacing: -.01em;
    --_typography---heading-06--h6-font-size: 1.25rem;
    --_typography---heading-06--h6-line-height: 1.2em;
    --_typography---heading-06--h6-letter-spacing: -.01em;
    --_typography---button-text--button-text-font-size: 1.1rem;
    --_typography---button-text--button-text-line-height: 1.3em;
    --_typography---font-weight--font-weight-medium: 500;
    --_typography---button-text--button-text-letter-spacing: -.02em;
    --_typography---body-text-s--text-s-font-size: .75rem;
    --_typography---body-text-s--text-s-line-height: 1.3em;
    --_typography---body-text-m--text-m-font-size: .88rem;
    --_typography---body-text-m--text-m-line-height: 1.4em;
    --_typography---body-text-xl--text-xl-font-size: 1rem;
    --_typography---body-text-xl--text-xl-line-height: 1.4em;
    --_typography---body-text-xl--text-xl-letter-spacing: -.01em;
    --_typography---body-text-xl--text-xl-medium-line-height: 1.3em;
    --_spacing---160: 160px;
    --_spacing---120: 120px;
    --_spacing---96: 96px;
    --_spacing---80: 80px;
    --_spacing---64: 0px;
    --_spacing---48: 48px;
    --_spacing---0: 0px;
    --_spacing---hero-top-padding: 160px;
    display: block;
  }

  .body-text-l-medium.review-slider-author {
    flex: none;
  }

  .nav-mail-link.mobile-size {
    font-size: 16px;
  }

  .work-card-button.title-work.mobile-card-title-mobile {
    min-width: 100% !important;
  }

  .work-details {
    overflow: hidden;
  }

  .work-image-block {
    background-color: var(--transparent);
  }

  .work-details-image {
    height: 100%;
  }

  .more-works {
    padding-top: 40px;
  }

  .heading-style-h1.font-size-mobile {
    font-size: 40px;
  }

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

  .text-color-regular.review-slider-author {
    flex: none;
  }

  .template-page-section {
    overflow: hidden;
  }

  .colors-grid {
    grid-template-columns: 1fr;
  }

  .newsletter-form {
    width: 100%;
  }

  .footer-right {
    grid-column-gap: 32px;
    grid-row-gap: 48px;
    grid-template-rows: auto auto;
    grid-template-columns: auto 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-right.footer-right-on-mobile {
    grid-template-columns: auto;
  }

  .footer-last-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .submit-button-wrap {
    width: 45px;
  }

  .footer-bottom-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column-reverse;
    display: flex;
  }

  .cta-master {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .footer-link-2 {
    font-size: 14px;
  }

  .footer-rights-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-icon {
    width: 32px;
    height: 32px;
    position: static;
  }

  .cta-arrow {
    height: 12px;
  }

  .text-field {
    min-height: 48px;
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .footer-column {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .newsletter-form-block {
    width: 100%;
  }

  .collection-list-wrapper {
    max-width: 100%;
    overflow: visible;
  }

  .collection-list {
    scrollbar-width: none;
  }

  .form {
    max-width: 100%;
  }

  .button-filtro {
    width: auto;
  }

  .mobile-cases-font {
    font-size: var(--_typography---body-text-l--text-l-font-size);
  }

  .mobile-title-case {
    text-align: center;
    font-size: 22px;
  }

  .title-site-mobile {
    font-size: 40px;
  }

  .container-header {
    flex-flow: row;
  }

  .container-header.container-header-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    min-height: 0;
    padding: 0 15px;
    display: flex;
    overflow: hidden;
    border-radius: 20px !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
  }

  .container-2 {
    width: 60%;
  }

  .container-2.container-right-header {
    width: 100%;
    display: block;
  }

  .container-2.container-right-header.mobile-container-nav {
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
    display: none;
  }

  .container-2.container-menu-mobile.visible-mobile-menu {
    display: flex;
  }

  .container-2.container-menu-mobile.visible-mobile-menu.menu-button {
    justify-content: flex-end;
    align-items: center;
    width: 50%;
    height: 50px;
    margin-right: 0;
    display: flex;
  }

  .container-2.container2-mobile {
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    min-height: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .header-nav.header-nav-mobile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-3 {
    cursor: pointer;
    filter: brightness(0);
  }

  .image-3.open-menu {
    --_typography---primary-font-family: Interdisplay, Arial, sans-serif;
    --_typography---body-text-l--text-l-font-size: 1rem;
    --_typography---body-text-l--text-l-line-height: 1.3em;
    --_typography---font-weight--font-weight-regular: 400;
    --_typography---heading-01--h1-font-size: 4rem;
    --_typography---heading-01--h1-line-height: 1em;
    --_typography---font-weight--font-weight-semibold: 600;
    --_typography---heading-01--h1-letter-spacing: -.03em;
    --_typography---heading-02--h2-font-size: 2.5rem;
    --_typography---heading-02--h2-line-height: 40px;
    --_typography---heading-02--h2-letter-spacing: -.02em;
    --_typography---hedaing-03--h3-font-size: 2.4rem;
    --_typography---hedaing-03--h3-line-height: 1em;
    --_typography---hedaing-03--h3-letter-spacing: -.03em;
    --_typography---heading-04--h4-font-size: 2rem;
    --_typography---heading-04--h4-line-height: 1.1em;
    --_typography---heading-04--h4-letter-spacing: -.01em;
    --_typography---heading-05--h5-font-size: 1.5rem;
    --_typography---heading-05--h5-line-height: 1.2em;
    --_typography---heading-05--h5-letter-spacing: -.01em;
    --_typography---heading-06--h6-font-size: 1.25rem;
    --_typography---heading-06--h6-line-height: 1.2em;
    --_typography---heading-06--h6-letter-spacing: -.01em;
    --_typography---button-text--button-text-font-size: 1.1rem;
    --_typography---button-text--button-text-line-height: 1.3em;
    --_typography---font-weight--font-weight-medium: 500;
    --_typography---button-text--button-text-letter-spacing: -.02em;
    --_typography---body-text-s--text-s-font-size: .75rem;
    --_typography---body-text-s--text-s-line-height: 1.3em;
    --_typography---body-text-m--text-m-font-size: .88rem;
    --_typography---body-text-m--text-m-line-height: 1.4em;
    --_typography---body-text-xl--text-xl-font-size: 1rem;
    --_typography---body-text-xl--text-xl-line-height: 1.4em;
    --_typography---body-text-xl--text-xl-letter-spacing: -.01em;
    --_typography---body-text-xl--text-xl-medium-line-height: 1.3em;
  }

  .section {
    margin-left: 0;
  }

  .close-menu {
    cursor: pointer;
    filter: brightness(0);
    display: none;
  }

  .faixa-header {
    max-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-3.text-faixa {
    font-size: 10px;
  }

  .typed-text-session {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .radio-button-label {
    white-space: nowrap;
    font-size: 14px;
  }

  .hero-video-mobile {
    flex-flow: row;
    width: 100%;
    height: auto;
    min-height: 100vh;
    display: flex;
  }

  .hero-desktop.background-video-desktop {
    display: none;
  }

  .checkbox_contact {
    width: 20px;
    height: 20px;
  }

  .input_halves {
    grid-template-columns: 1fr;
  }
}

#w-node-f2691809-6831-cea1-765a-5f46cc3d65dc-cc3d65b7 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_7f628f5b-8957-7394-a6c0-5c3bf1d84096-be281951 {
    order: -9999;
  }

  #w-node-f2691809-6831-cea1-765a-5f46cc3d65dc-cc3d65b7 {
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f2691809-6831-cea1-765a-5f46cc3d65dc-cc3d65b7 {
    grid-column: span 1 / span 1;
  }
}
